@font-face{
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNova-Bold.ttf');
    font-weight: normal;
    font-style: normal;
  	font-display: block;
}

@font-face{
    font-family: 'ProximaNovaSemibold';
    src: url('../fonts/ProximaNova-Semibold.ttf');
    font-weight: normal;
    font-style: normal;
  	font-display: block;
}

@font-face{
	font-family: 'ProximaNovaLight';
	src: url('../fonts/ProximaNova-Light.ttf');
	font-weight: normal;
	font-style: normal;
  	font-display: block;
}

@font-face{
	font-family: 'ProximaNovaRegular';
	src: url('../fonts/ProximaNova-Regular.ttf');
	font-weight: normal;
	font-style: normal;
  	font-display: block;
}

body {
    background-color: #171717;
    height: 100vh;
    width: 100%;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    overflow-x: hidden;
}

.container {
    max-width: 1420px;
    margin: auto;
    padding: 20px;

}

.logo {
    display: block;
    height: 200px;
    max-width: 550px;
    width: 30%;
    background-image: url(../imgs/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    margin-bottom: 0px;
}


/*page1*/
.top {
	padding: 1px;
}

/*
[data-page="page1"] .container {
	padding-bottom: 55px;
}
*/
.txt_top {
    font-size: 40pt;
    font-family: 'ProximaNova';
    font-weight: bold;
    color: #fff;
    text-align: center;

    /*padding-left: 20px;*/
}

.txt_top_2 {
    font-size: 20pt;
    font-family: 'ProximaNovaLight';
    color: #fff;
    /*padding-left: 20px;*/
}

.benefits {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 50px 0px 100px;
    padding: center;
    text-align: center;
    width: 100%;
    font-size: 65px;
}

.benefits .images {
    overflow: hidden;
    width: 840px;
    height: 450px;
    position: relative;
}

.benefits .images [class^="img"] {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}

.benefits .images .img1 {
    background-image: url(../imgs/screen1.png);
    max-width: 465px;
    width: 88%;
    height: 204px;
    top: 260px;
    left: 1%;
    z-index: 3;
}

.benefits .images .img2 {
    background-image: url(../imgs/screen2.png);
    max-width: 449px;
    width: 75%;
    height: 446px;
    z-index: 2;
    left: 40%;
} 

.benefits .images .img3 {
    background-image: url(../imgs/screen3.png);
    max-width: 428px;
    width: 65%;
    height: 380px;
    margin-top: 30px;
    z-index: 1;
    left: 3%;
}

.benefits .txt_benefits {
    font-size: 33pt;
    font-family: 'ProximaNova';
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.benefits .btn_benefits {
    text-decoration: none;
    font-size: 25pt;
    font-family: 'ProximaNovaLight';
    color: #fff;
    background: rgb(26, 182, 37);
    background: linear-gradient(90deg, rgb(11, 127, 18) 0%, rgb(26, 182, 37) 100%);
    width: 100%;
    padding: 6px 25px;
    float: center;
    border-radius: 30px;
    margin: 20px 20px 0;
    cursor: pointer;
    

    -webkit-box-shadow: 0px 0px 20px 9px rgb(0 0 0 / 41%); 
	box-shadow: 0px 0px 20px 9px rgb(0 0 0 / 41%);
}


.benefits .btn_benefits:hover {
    filter: drop-shadow(0px 0px 13px rgba(11, 127, 18));
}

.benefits .right {
    padding: 131px 0 0 0px;
}

.bottom {
    display: flex;
    flex-direction: column;
}

.bottom .li {
    font-size: 30px;
    font-family: "ProximaNovaLight";
    color: #fff;
}

.bottom .li.title {
    font-size: 30px;
    font-family: "ProximaNova";
    font-weight: bold;
}

.bottom .li span {
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    margin: 0 5px 0 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.li.android span {
    background-image: url(../imgs/android.png);
}

.li.pc span {
    background-image: url(../imgs/windows.png);
}

.li.telegram span {
    background-image: url(../imgs/telegram.png);
}

.li.jabber span {
    background-image: url(../imgs/jabber.png);
}


/*page3 здесь полоска нижняя*/
[data-page="page3"] {
    flex-direction: column;
}

.label {
    font-size: 40pt;
    font-family: "ProximaNova";
    font-weight: bold;
    color: #fff;
    width: 100%;
}

[data-page="page3"] .main-content .list .li {
    font-size: 18pt;
    font-family: "ProximaNovaSemibold";
    color: #c9c9c9;
    padding-left: 25px;
    background-image: url(../imgs/check.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 5px 0;
}

[data-page="page3"] .main-content .list {
    display: flex;
}

[data-page="page3"] .main-content .list .col {
    width: 100%;
    margin: 0 3px;
}

.crn {
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
	/*position: absolute;*/
	z-index: -1;
}

.crn.first {
    background-image: url(../imgs/bluebg2.png);
    background-position: right;
    min-height: 120px;
    min-width: 300px;
    align-self: flex-end;
}

.crn.second {
    background-image: url(../imgs/bluebg1.png);
    background-position: left;
    min-height: 120px;
    min-width: 305px;
    bottom: 0;
}

.crn.three {
    background-image: url(../imgs/bluebg3.png);
    background-position: left;
    min-height: 320px;
    min-width: 305px;
    bottom: 0;
}

.crn.line {
    min-height: 55px;
    min-width: 100%;
    background: linear-gradient( 90deg, rgb(11, 127, 18) 0%, rgb(26, 182, 37) 100%);
    position: relative;
    margin-top: -20px;
}


[data-page="page2"] .logo, [data-page="page3"] .logo, [data-page="page4"] .logo, [data-page="page5"] .logo, [data-page="page6"] .logo {
    width: 260px;
    margin: inherit;
}

[data-page="page3"] .main-content, [data-page="page4"] .main-content, [data-page="page5"] .main-content, [data-page="page6"] .main-content {
    display: flex;
    flex-direction: column;
}

[data-page="page3"] .main-content .list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 15px 5px;
}


/*page6 здесь лого*/


@media screen and (min-width: 991px) and (max-width: 1200px) {

/*page1*/
	.container {	
    	width: 900px;
	}

    .logo {
        height: 200px;
        width: 300px;
    }

    .txt_top {
        font-size: 45pt;
    }

    .txt_top_2 {
        font-size: 32pt;
    }

    .benefits .images .img1 {
        max-width: 465px;
        width: 88%;
        height: 165px;
        top: 271px;
        left: 15px;
    }

    .benefits .images .img2 {
        max-width: 449px;
        width: 75%;
        height: 446px;
        /* margin-left: 300px; */
        right: -46px;
        margin: 0;
    }

    .benefits .images .img3 {
        max-width: 428px;
        width: 65%;
        height: 380px;
        top: 50px;
        margin-left: -10px;
    }

    .benefits .right {
        min-width: 400px;
        padding: 130px 0 0 15px;
    }

    .benefits .txt_benefits {
        font-size: 24pt;
    }

    .benefits .btn_benefits {
        font-size: 19pt;
    }

    .benefits .images {
        max-width: 770px;
        width: 70%;
        position: relative;
    }
}

@media screen and (min-width: 540px) and (max-width: 990px) {
/*page1*/

	.container {
    	width: 100%;
    	padding: 0;
	}

    .txt_top {
        font-size: 39pt;
    }

    .txt_top_2 {
        font-size: 29pt;
    }

    .logo {
        width: 200px!important;
        height: 200px!important;
        background-size: contain;
                margin: 50px auto -50px!important;


    }

    .benefits {
        flex-direction: column;
    }

    .benefits .right {
        padding: 0px;
    }

    [data-page="page2"] .main-content {
        flex-direction: column;
    }

    .bottom {
        margin: 20px auto 0;
    }

    .benefits .btn_benefits {
        margin: 5px auto 15px;
        float: inherit;
    }

    .benefits .txt_benefits {
        text-align: center;
    }

    .benefits .images {
        height: 405px;
        margin: 0 70px 0 55px;
        width: 400px;
        overflow: hidden;
        width: inherit;
    }

    .benefits .images .img1 {
        top: -13%;
        left: -4%;
        width: 75%;
        height: 100%;
        max-width: none;
        background-position: bottom;
    }

    .benefits .images .img2 {
        width: 60%;
        height: 110%;
        left: 42%;
        max-width: none;
    }

    .benefits .images .img3 {
        width: 60%;
        height: 100%;
        top: 3%;
        left: 0%;
    }
}

@media screen and (max-width: 540px) {
    .container {
        width: 100%;
        padding: 0px;
    }

    .top {
	    padding: 0;
	    margin: 10px;
	}

    .logo {
        width: 200px!important;
        height: 200px!important;
        margin: 0px auto -50px!important;
    }

/*page1*/
    .txt_top {
        font-size: 23pt;
        text-align: center;
    }

    .txt_top_2 {
        font-size: 16pt;
        margin: 11px 0 0;
        text-align: center;
    }

    .benefits {
        margin: 0;
        padding: 0;
        flex-direction: column;
    }

    .benefits .right {
        padding: 0;
    }

    .benefits .images {
        height: 255px;
        margin: -15px 0 0;
        width: 320px;
        margin: 0 auto;
    }

    .benefits .images .img3 {
        width: 225px;
        height: 200px;
        top: 15px;
        left: -4px;
    }

    .benefits .images .img2 {
        width: 260px;
        height: 260px;
        left: 100px;
    }

    .benefits .images .img1 {
        top: 147px;
        left: -20px;
        width: 322px;
        height: 130px;
    }

    .benefits .txt_benefits {
        font-size: 18pt;
        margin: 0 auto;
        text-align: center;
    }

    .benefits .btn_benefits {
        font-size: 13pt;
        margin: 7px auto;
        padding: 5px 29px;
        border-radius: 90px;
        float: inherit;
    }

    .bottom {
	    margin: 10px;
	}

    .bottom .li {
        font-size: 14pt;
        margin: 0 0 5px 0;
    }

    .bottom .li.title {
        font-size: 16pt;
    }


.benefits .txt_benefits {
    margin-bottom:-13px!important;
}