html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:700}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,*:after,*:before{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;outline:none}a:focus{outline:none}

@font-face {
    font-family: 'Mazzard H';
    src: url('../fonts/MazzardH-Regular.eot');
    src: local('Mazzard H Regular'), local('MazzardH-Regular'),
        url('../fonts/MazzardH-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MazzardH-Regular.woff2') format('woff2'),
        url('../fonts/MazzardH-Regular.woff') format('woff'),
        url('../fonts/MazzardH-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mazzard H';
    src: url('../fonts/MazzardH-Medium.eot');
    src: local('Mazzard H Medium'), local('MazzardH-Medium'),
        url('../fonts/MazzardH-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MazzardH-Medium.woff2') format('woff2'),
        url('../fonts/MazzardH-Medium.woff') format('woff'),
        url('../fonts/MazzardH-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Mazzard H';
    src: url('../fonts/MazzardH-Bold.eot');
    src: local('Mazzard H Bold'), local('MazzardH-Bold'),
        url('../fonts/MazzardH-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MazzardH-Bold.woff2') format('woff2'),
        url('../fonts/MazzardH-Bold.woff') format('woff'),
        url('../fonts/MazzardH-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

*{
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: 'Mazzard H';
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body{
    font-family: 'Mazzard H';
    color: #0B0C0F;

}

body,
html{
    -webkit-text-size-adjust:100%;
    text-size-adjust:100%;
    -webkit-font-smoothing:antialiased!important;
}

.parallax-main{
    pointer-events: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

button{
    margin: 0;
    padding: 0;
    border: 0;
    
}

.noscroll {
    overflow: hidden;
}

.left{
    text-align: left;
}

.center{
    text-align: center;
}

.right{
    text-align: right;
}

a{
    color: blue;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

a:hover{
    
}

p{
    margin: 0 0 20px;
}

p:last-child{
    margin-bottom: 0;
}

img,
iframe{
    display: block;
    max-width: 100%;
}

input,
textarea,
select{
    display: block;
    width: 100%;
    padding: 24px 22px 20px 68px;
    font-size: 15px;
    line-height: 22px;
    font-family: 'Mazzard H';
    color: #fff;
    background: #222226;
    border: 1px solid rgba(113, 113, 113, 0.35);
    background-repeat: no-repeat;
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: transform .2s ease;
    -o-transition: transform .2s ease;
    -moz-transition: transform .2s ease;
    transition: transform .2s ease;
}

input[name=name]{
    background-image: url(../index_files/icon-name.svg);
    background-position: 24px center;
}

input[name=phone]{
    background-image: url(../index_files/icon-phone.svg);
    background-position: 26px center;
}

input[name=email]{
    background-image: url(../index_files/icon-email.svg);
    background-position: 24px center;
}

.form-block input::-webkit-input-placeholder {color: #A1A5B3;}
.form-block input::-moz-placeholder {color: #A1A5B3;}
.form-block input:-ms-input-placeholder {color: #A1A5B3;}
.form-block input:-moz-placeholder {color: #A1A5B3;}


textarea{
    height: 120px;
    resize: none;
}

input:focus,
select:focus,
textarea:focus{
    
}

.form-block{
    
}

.form-block_line{
    margin-bottom: 15px;
}

.form-block_line:first-child{
    margin-bottom: 30px;
}

.form-block_line:last-child{
    margin-top: 30px;
    margin-bottom: 0;
}

.form-block_line .special-input {
    position: fixed;
    top: 0;
    right: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.form-block_col{
    float: left;
}

.form-block_col.col-2{
    width: 48%;
}

.form-block_col.col-2:first-child{
    margin-right: 4%;
}

.form-block_title{
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 22px;
}

.form-block_info{
    margin-top: 11px;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #333;
}

.form-block_info.calc{
    color: #8E8E8E;
}

.form-block_info a{
    color: #407BFF;
    text-decoration: underline;
}

@media only screen and (max-width: 1189px){
    input, textarea, select{
        padding: 18px 10px 14px 55px;
    }
}

@media only screen and (max-width: 1023px){
    .form-block_title{
        font-size: 14px;
        line-height: 20px;
    }
    
    .form-block_line{
        margin-bottom: 10px;
    }

    .form-block_line:first-child {
        margin-bottom: 24px;
    }
}


@media only screen and (max-width: 320px){
    input, textarea, select{
        padding: 12px 23px 8px 38px;
        font-size: 10px;
        line-height: 18px;
    }
    
    input[name=name]{
        background-position: 14px center;
        background-size: 10px;
    }
    
    input[name=phone] {
        background-position: 14px center;
        background-size: 8px;
    }
    
    input[name=email] {
        background-position: 13px center;
        background-size: 10px;
    }
    
}

@media only screen and (min-width: 321px) and (max-width: 767px){
    
    
}


/*     table     */

table {
    width: 100%;
    border-collapse: collapse;
    
}

table td,
table tr{
    border: 1px solid #777;
}

table td{
    padding: 5px;
}

/*     btn     */

.btn{
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

.btn-green{
    background: #FFD300;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 0px 0px 0 rgba(88, 191, 69, 0.42);
    border-radius: 15px;
}

.btn-green:hover{
    box-shadow: 0px 0px 82px rgba(88, 191, 69, 0.1);
}

.btn-green span{
    position: relative;
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    z-index: 3;
}

.btn-green.btn-standart span{
    padding: 22px 42px;
}

.btn-border-green span{
    position: relative;
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #09090C;
    border: 1px solid #FFD300;
    border-radius: 15px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 3;
}

.btn-border-green:hover span{
    color: #fff;
    background-color: #FFD300;
}

.btn-border-green.btn-more:hover span{
    background: #FFD300;
}

.btn-border-green.btn-simple span{
    padding: 22px 35px;
    text-transform: uppercase;
}

.btn-border-green.btn-more span{
    padding: 12px 18px 12px 48px;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    background: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;    
}

.btn-border-green.btn-more span:before{
    position: absolute;
    content: '';
    top: 14px;
    left: 20px;
    width: 10px;
    height: 10px;
    background-image: url(../index_files/icon-btn-border-more.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; 
    transform: rotate(180deg);
}

.btn-border-green.btn-more:hover span{
    color: #09090C!important;
    background: none!important;
}

.btn-green.btn-telegram span{
    padding: 18px 44px 18px 76px;
    background-image: url(../index_files/icon-btn-telegram.svg);
    background-repeat: no-repeat;
    background-position: 29px 16px;
}

@media only screen and (max-width: 1023px){
    .btn-green.btn-standart span{
        padding: 12px 45px;
        text-transform: uppercase;
    }
}

@media only screen and (max-width: 767px){
    .btn-green.btn-telegram span{
        padding: 10px 32px 10px 56px;
        font-size: 9px;
        background-size: 14px;
        background-position: 23px 13px;
    }
    
    
}

@media only screen and (min-width: 321px) and (max-width: 767px){
    .btn-green span{
        font-size: 12px;
    }
    
    .btn-border-green.btn-more span{
        font-size: 12px;
    }
    
    .btn-green.btn-telegram span{
        padding-right: 40px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 320px){
    .btn-green span{
        font-size: 10px;
    }
}



/*     container     */

.container{
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 10px;
}

@media only screen and (max-width: 1189px){
    .container{
        max-width: 1024px;
        padding: 0 20px;
    }
}

@media only screen and (max-width: 1023px){
    .container{
        max-width: 768px;
    }
}

@media only screen and (max-width: 767px){
    .container{
        max-width: 480px;
    }
}

@media only screen and (min-width: 321px) and (max-width: 767px){
    .container{
        max-width: 375px;
    }
}


/*  row-block  */

.row-block:before,
.row-block:after{
    content:" ";
    display:table;
}

.row-block:after{
    clear:both;
}

/*   parts   */

.parts-divide{
    position: relative;
    clear: both;
}

.parts-divide:before,
.parts-divide:after{
    content:" ";
    display:table
}

.parts-divide:after{
    clear:both;
}

.parts-divide .col-item{
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.parts-divide.parts-2,
.parts-divide.parts-3,
.parts-divide.parts-4{
    margin-left: -15px;
    margin-right: -15px;
}

.parts-divide.parts-5,
.parts-divide.parts-6,
.parts-divide.parts-7,
.parts-divide.parts-8{
    margin-left: -10px;
    margin-right: -10px;
}

.parts-2 .col-item,
.parts-3 .col-item,
.parts-4 .col-item{
    padding: 0 15px;
}

.parts-5 .col-item,
.parts-6 .col-item,
.parts-7 .col-item,
.parts-8 .col-item{
    padding: 0 10px;
}

.parts-2 .col-item{
    width: 50%;
}

.parts-2 .col-item:nth-child(odd){
    clear: both;
}

.parts-2 .col-item:nth-child(2n+1){
    clear: both;
}

.parts-3 .col-item{
    width: 33.333333333333336%;
}

.parts-3 .col-item:nth-child(3n+1){
    clear: both;
}

.parts-4 .col-item {
    width: 25%;
}

.parts-5 .col-item{
    width: 20%;
}

.parts-5 .col-item:nth-child(5n+1){
    clear: both;
}

.parts-5 .part-3{
    width: 54.5%;
}

.parts-5 .part-2{
    width: 45.5%;
}

.parts-divide.parts-5 .part-1{
    width: 22.2222222222%;
}

.parts-6 .col-item{
    width: 16.6666666667%;
}

.parts-6 .col-item:nth-child(6n+1){
    clear: both;
}

.parts-8 .col-item{
    width: 12.5%;
}

.parts-8 .col-item:nth-child(8n+1){
    clear: both;
}


/*     main     */

.body-main-page{
    overflow: hidden;
}

.section{
    position: relative;
    width: 100%;
}

.section.arrow-down{
    
}

.section.arrow-up:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -1px;
    width: 100%;
    height: 55px;
    background: url(../index_files/icon-arrow-up.svg);
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 5;
}

.section.arrow-down:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -5px;
    width: 100%;
    height: 74px;
    background: url(../index_files/icon-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: 5;
}

.section-title{
    margin: 0;
    font-weight: 500;
    font-size: 48px;
    line-height: 62px;
    text-transform: uppercase;
}

.green{
    color: #FFD300;
}

@media only screen and (min-width: 1441px){
    .section.arrow-up:before{
        top: -2px;
        height: 75px;
        background-size: 1920px;
    }
    
    .section.arrow-down:after{
        height: 92px;
        background-size: 1920px;
    }
}

@media only screen and (min-width: 1921px){
    .section.arrow-up:before{
        height: 100px;
        background-size: 2560px;
    }
    
    .section.arrow-down:after{
        height: 124px;
        background-size: 2560px;
    }
}

@media only screen and (max-width: 1189px){

}

@media only screen and (max-width: 1023px){
    .section-title{
        font-size: 38px;
        line-height: 42px;
    }
}

@media only screen and (max-width: 767px){
    .section-title{
        font-size: 24px;
        line-height: 29px;
    }
}

/*     header     */

.header__logo:before {
    content: 'С-Crew'!important;
}

/*    in css/general.css    */

/*     first     */

.section-first{
    padding: 100px 0 100px;
    color: #fff;
    background-color: #0F1014;
    background-image: url(../index_files/bg-standart.png);
    background-repeat: repeat;
    z-index: 2;
}

.section-first:before{
    position: absolute;
    content: url(../index_files/bg-first-text.svg);
    top: -350px;
    left: 50%;
    margin-left: 330px;
    z-index: 1;
}

.section-first .container{
    z-index: 2;
}

.first-block_text{
    position: relative;
    width: 412px;
    height: 77px;
    padding: 20px 20px 20px 100px;
    margin: 0 auto 62px;
    font-size: 13px;
    line-height: 22px;
    background-image: url(../index_files/bg-first-block-text.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.first-block_text:before{
    position: absolute;
    content: "?";
    top: 3px;
    right: 7px;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
}

.first-block_title{
    margin: 0;
    font-weight: bold;
    font-size: 30px;
    line-height: 42px;
    text-transform: uppercase;
}

@media only screen and (min-width: 1280px){
    .section-first.success .first-block_title{
        font-size: 40px;
        line-height: 54px;
    }
}

.first-block_description{
    margin: 15px 0 0;
    font-size: 20px;
    line-height: 30px;
}

.first-block .btn-container{
    margin-top: 55px;
    display: flex;
    justify-content: center;
}

.first-block_text-more{
    position: absolute;
    display: none;
    top: -2px;
    right: -327px;
    width: 323px;
    height: 82px;
    padding: 11px 24px 5px 29px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background-image: url(../index_files/bg-first-more.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.first-block_text:hover .first-block_text-more{
    display: block;
}

.section-first-decore-1{
    position: absolute;
    top: 52px;
    left: 0px;
    width: 228px;
    z-index: 3;
}

.section-first-decore-2{
    position: absolute;
    bottom: -18px;
    left: 50%;
    width: 131px;
    margin-left: -480px;
}

.section-first-decore-3{
    position: absolute;
    top: 77px;
    right: 0;
    width: 236px;
    z-index: 3;
}

.section-first-arrow{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    width: 18px;
    height: 29px;
    margin: 0 auto;
    background-image: url(../index_files/icon-first-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    animation: spin 2s infinite linear;
}

@keyframes spin {
  0% {
    transform: translate3d(0, -50%, 0);
  }
  50% {
    transform: translate3d(0, 50%, 0);
  }
  100% {
    transform: translate3d(0, -50%, 0);
  }
}

@media only screen and (max-width: 1281px){
    .section-first:before{
        margin-left: 140px;
    }
    
    .section-first-decore-1{
        width: 208px;
    }
    
    .section-first-decore-3{
        top: 107px;
        width: 206px;
    }
}

@media only screen and (max-width: 1023px){
    .section-first{
        padding-top: 160px;    
    }
    
    .section-first:before{
        margin-left: 50px;
        transform: scale(.75);
    }
    
    .first-block_text-more{
        top: 18px;
        right: 18px;
        width: 240px;
        height: 66px;
        padding: 12px 20px 10px 15px;
        font-size: 10px;
        line-height: 14px;
        text-align: center;
        background-image: url(../index_files/bg-first-more-mob.png);
    }
    
    .first-block_title{
        font-size: 28px;
        line-height: 40px;
    }
    
    .first-block_description{
        margin-top: 10px;
        font-size: 18px;
        line-height: 26px;
    }

    .section-first-decore-1{
        top: 0;
        width: 178px;
    }
    
    .section-first-decore-2 {
        bottom: -18px;
        width: 100px;
        margin-left: -350px;
    }
    
    .section-first-decore-3 {
        top: 287px;
        width: 166px;
    }
}

@media only screen and (max-width: 767px){
    .section-first {
        padding: 50px 0 50px;
    }
    
    .section-first:before{
        display: none;
    }
    
    .first-block_text{
        width: 256px;
        height: 77px;
        margin-bottom: 10px;
        font-size: 10px;
        line-height: 15px;
        padding: 10px 10px 10px 45px;
        background-image: url(../index_files/bg-first-block-text-mob.png);
        background-repeat: no-repeat;
    }
    
    .first-block_text:before {
        top: 2px;
        right: 5px;
        font-size: 7px;
        line-height: 11px;
    }
    
    .first-block_text-more {
        top: 13px;
        right: 10px;
    }
    
    .first-block_title{
        font-size: 14px;
        line-height: 20px;
    }
    
    .first-block_title br{
        display: none;
    }
    
    .first-block_description{
        margin-top: 10px;
        font-size: 16px;
        line-height: 26px;
    }
    
    .first-block_description span{
        display: block;
    }
    
    .block-mob{
        display: block;
    }
    
    .hide-mob{
        display: none;
    }
    
    .first-block .btn-container {
        margin-top: 50px;
    }
    
    .section-first-decore-1 {
        top: 245px;
        width: 38px;
    }
    
    .section-first-decore-2{
        display: none;
    }
    
    .section-first-decore-3 {
        top: 285px;
        width: 88px;
    }
    
    .section-first-arrow{
        bottom: 10px;
        width: 10px;
        height: 19px;
        background-size: 10px;
    }
}

@media only screen and (min-width: 321px) and (max-width: 767px){
    .first-block_text{
        width: 300px;
        height: 56px;
        padding: 12px 20px 20px 60px;
        margin: 0 auto 40px;
        font-size: 11px;
        line-height: 18px;
    }
    
    .first-block_text:before {
        top: 3px;
        right: 5px;
        font-size: 9px;
    }
    
    .first-block_text-more{
        width: 270px;
        height: 72px;
        font-size: 11px;
        line-height: 16px;
    }
    
    .first-block_title{
        font-size: 18px;
        line-height: 28px;
    }
    
    .first-block .btn-container{
        margin-top: 70px;
    }
    
    .section-first-decore-1{
        top: 270px;
    }
    
    .section-first-decore-3{
        top: 375px;
    }
}



.section-first.success{
    padding: 0;
}


.section-first.success .container{
    height: 100vh;
}


.success-block{
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    transform: translate(0, -50%);
}


/*     format     */

.section-format{
    padding: 60px 0 32px;
    color: #fff;
    background-color: #0F1014;
    background-image: url(../index_files/bg-standart.png);
    background-repeat: repeat;
}

.section-format .container{
    z-index: 2;
}

.section-format .section-title{
    font-weight: 700;
}

.format-block{
    position: relative;
    height: 680px;
}

.format-block_round{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1223px;
    height: 1223px;
    margin-top: -23px;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.format-block_round-item{
    position: absolute;
    top: 50%;
    left: 50%;
}

.format-block_round-item.item-1{
    width: 411px;
    height: 411px;
    margin: -205px 0 0 -205px;
    background-image: url(../index_files/format-round-item-1.svg);
    animation: 7s linear 0s normal none infinite running rot;
    -webkit-animation: 7s linear 0s normal none infinite running rot;
}

@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.format-block_round-item.item-2{
    width: 663px;
    height: 663px;
    margin: -331px 0 0 -331px;
    background-image: url(../index_files/format-round-item-2.svg);
    animation: 14s linear 0s normal none infinite running rot2;
    -webkit-animation: 14s linear 0s normal none infinite running rot2;
}

@keyframes rot2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.format-block_round-item.item-3{
    width: 955px;
    height: 955px;
    background-image: url(../index_files/format-round-item-3.svg);
    transform: translate(-50%, -50%);
}

.format-block_round-item.item-4{
    width: 1223px;
    height: 1223px;
    background-image: url(../index_files/format-round-item-4.svg);
    transform: translate(-50%, -50%);
}

.format-block_main{
    position: absolute;
    top: 195px;
    left: 0;
    right: 0;
    width: 300px;
    margin: 0 auto;
    text-align: center;
}

.format-block_main-text{
    width: 256px;
    height: 56px;
    margin: 25px auto 0;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    background-image: url(../index_files/bg-format-block-main-text.png);
    background-size: contain;
}

.format-block_item{
    position: absolute;
    font-size: 14px;
    line-height: 20px;
}

.format-block_item-image img{
    z-index: 2;
}

.format-block_item-image:before{
    position: absolute;
    top: 50%;
    left: 50%;
    content: url(../index_files/icon-format-image-decore.svg);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
    z-index: 1;
}

.format-block_item:hover .format-block_item-image:before{
    opacity: 1;
}

.format-block_item.item-1{
    top: 86px;
    right: 35px;
}

.format-block_item.item-2{
    top: 276px;
    right: -5px;
}

.format-block_item.item-3{
    top: 470px;
    right: 110px;
}

.format-block_item.item-4{
    top: 88px;
    left: 94px;
}

.format-block_item.item-5{
    top: 467px;
    left: 120px;
}

.format-block_item.item-6{
    top: 278px;
    left: -30px;
}

.format-block_item.item-4,
.format-block_item.item-5,
.format-block_item.item-6{
    padding-right: 98px;
    text-align: right;
}

.format-block_item.item-4 .format-block_item-image,
.format-block_item.item-5 .format-block_item-image,
.format-block_item.item-6 .format-block_item-image{
    position: absolute;
    top: -4px;
    right: 0;
}

.format-block_item.item-1,
.format-block_item.item-2,
.format-block_item.item-3{
    padding-left: 98px;
    text-align: left;
}

.format-block_item.item-1 .format-block_item-image,
.format-block_item.item-2 .format-block_item-image,
.format-block_item.item-3 .format-block_item-image{
    position: absolute;
    top: -4px;
    left: 0;
}


@media only screen and (max-width: 1189px){
    .section-format{
        overflow: hidden;
    }
    
    .format-block_round{
        margin: -632px 0 0 -612px;
        transform: scale(.8);    
    }   
}

@media only screen and (max-width: 1023px){
    .section-format{
        padding-bottom: 80px;
    }
    
    .section-format .section-title br{
        display: none;
    }
    
    .format-block{
        height: 500px;
    }
    
    .format-block_round{
        display: none;
    }
    
    .format-block_main{
        position: relative;
        top: 0;
        width: 100%;
    }
    
    .format-block_item.item-1,
    .format-block_item.item-4 {
        top: 198px;
    }
    
    .format-block_item.item-2,
    .format-block_item.item-5{
        top: 316px;
    }
    
    .format-block_item.item-3,
    .format-block_item.item-6 {
        top: 435px;
    }
    
    
    .format-block_item.item-2 {
        right: 45px;
    }
    
    .format-block_item.item-3 {
        right: 87px;
    }
    
    .format-block_item.item-5{
        left: 121px;
    }
    
    .format-block_item.item-6{
        left: 10px;
    }
}

@media only screen and (max-width: 767px){
    .section-format{
        padding: 25px 0 57px;
    }
    
    .section-format .section-title br{
        display: block;
    }
    
    .format-block {
        height: auto;
    }
    
    .format-block_main{
        margin-bottom: 43px;
    }
    
    .format-block_main-text {
        width: 186px;
        height: 44px;
        margin: 9px auto 0;
        padding: 9px 5px;
        font-size: 10px;
        line-height: 13px;
        background-repeat: no-repeat;
    }
    
    .format-block_item{
        position: relative;
        top: auto!important;
        left: auto!important;
        right: auto!important;
        text-align: left!important;
        width: 220px!important;
        margin: 0 auto 23px!important;
        padding: 0 0 0 77px!important;
        font-size: 12px;
        line-height: 17px;
    }
    
    .format-block_item.item-6 br{
        display: none;
    }
    
    .format-block_item:last-child{
        margin-bottom: 0!important;
    }
    
    .format-block_item-image{
        top: 0!important;
        right: auto!important;
        left: 2px!important;
        width: 46px;
    }
}

@media only screen and (min-width: 321px) and (max-width: 767px){
    .format-block_main-text{
        width: 256px;
        height: 56px;
        margin: 25px auto 0;
        padding: 10px;
        font-size: 14px;
        line-height: 18px;
    }
    
    .format-block_item{
        width: 305px!important;
        padding-left: 88px!important;
        font-size: 14px;
        line-height: 20px;
    }
    
    .format-block_item-image{
        width: 60px;
    }
}




/*     for-who     */

.section-for-who{
    padding: 0 0 125px;
    color: #fff;
    background-color: #0F1014;
    background-image: url(../index_files/bg-standart.png);
    background-repeat: repeat;
    z-index: 1;
}

@media only screen and (min-width: 1190px){
    .section-for-who .section-title{
        position: absolute;
        top: 82px;
        left: 97px;
        font-weight: 700;
    }
}

.for-who-block{
    padding-left: 405px;
}

.for-who-block_item{
    float: left;
    width: 224px;
    height: 306px;
    margin-right: 40px;
    padding: 30px 20px 20px;
    background-image: url(../index_files/bg-for-who.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}

.for-who-block_item:last-child{
    margin-right: 0;
}

.for-who-block_item-image{
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 25px;
}
/*
.for-who-block_item-image:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: url(../index_files/icon-for-who-image-decore.svg);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
    z-index: 1;
}

.for-who-block_item:hover .for-who-block_item-image:before {
    opacity: 1;
}
*/
.for-who-block_item-image img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.for-who-block_item-text{
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.section-for-who-decore-1{
    position: absolute;
    top: -130px;
    right: 50%;
    width: 69px;
    margin-right: -625px;
}

.section-for-who-decore-2{
    position: absolute;
    bottom: 8px;
    left: 50%;
    width: 203px;
    height: 138px;
    margin-left: -593px;
    overflow: hidden;
}

@media only screen and (max-width: 1189px){
    .section-for-who .section-title{
        text-align: center;
    }
    
    .section-for-who .section-title br{
        display: none;
        text-align: center;
    }
    
    .for-who-block{
        margin-top: 50px;
        padding: 0 116px;
    }

    .section-for-who-decore-1{
        margin-right: -500px;
    }
}

@media only screen and (max-width: 1023px){
    .section-for-who{
        padding-bottom: 100px;    
    }
    
    .for-who-block{
        padding: 0;
    }
    
    .for-who-block_item{
        margin-right: 28px;
    }
    
    .section-for-who-decore-1{
        top: -62px;
        width: 69px;
        margin-right: -360px;
    }
    
    .section-for-who-decore-2{
        width: 173px;
        height: 98px;
        margin-left: -323px;
    }
}

@media only screen and (max-width: 767px){
    .section-for-who{
        padding-bottom: 64px;
    }
    
    .section-for-who .section-title{
        font-weight: 700;
    }
    
    .section-for-who .section-title br{
        display: block;
    }
    
    .for-who-block {
        margin-top: 30px;
    }
    
    .for-who-block_item{
        float: none;
        width: 190px;
        padding-top: 17px;
        padding-left: 5px;
        padding-right: 5px;
        margin: 0 auto 20px!important;
    }
    
    .for-who-block_item:last-child{
        margin-bottom: 0!important;
    }
    
    .for-who-block_item.item-1{
        height: 220px;
        background-image: url(../index_files/bg-for-who-1.png);
    }
    
    .for-who-block_item.item-2{
        height: 251px;
        background-image: url(../index_files/bg-for-who-2.png);
    }
    
    .for-who-block_item.item-3{
        height: 239px;
        background-image: url(../index_files/bg-for-who-3.png);
    }
    
    .for-who-block_item-image {
        width: 102px;
        height: 102px;
        margin: 0 auto 23px;
    }
    
    .for-who-block_item-text {
        font-size: 12px;
        line-height: 17px;
    }
    
    .for-who-block_item-text br{
        display: none;
    }
    
    .section-for-who-decore-2{
        display: none;
    }
}

@media only screen and (min-width: 321px) and (max-width: 767px){
    
    .for-who-block_item{
        width: 224px;
        padding: 30px 5px 20px;
    }
    
    .for-who-block_item.item-1 {
        height: 240px;
        background-size: 100% 100%;
    }
    
    .for-who-block_item.item-2 {
        height: 260px;
        background-size: 100% 100%;
    }
    
    .for-who-block_item.item-3 {
        height: 282px;
    }
    
    .for-who-block_item-image {
        position: relative;
        width: 120px;
        height: 120px;
        margin: 0 auto 15px;
    }
    
    .for-who-block_item-text{
        font-size: 14px;
        line-height: 20px;
    }
}

/*     result     */

.section-result{
    padding: 100px 0 70px;
}

.section-result .section-title{
    font-weight: 500;
}

.result-block{
    position: relative;
    height: 500px;
}

.result-block_main{
    position: absolute;
    top: 24px;
    left: 0;
    right: 50px;
    text-align: center;
}


.result-block_main-image{
    display: block;
    width: 296px;
    margin: 30px auto 0;
}

.result-block_item{
    position: absolute;
}

.result-block_item-image{
    position: absolute;
    top: -10px;
}

.result-block_item-title{
    margin-bottom: 16px;
    font-size: 30px;
    line-height: 42px;
}

.result-block_item-text{
    font-size: 14px;
    line-height: 20px;
}


.result-block_item.item-1,
.result-block_item.item-2,
.result-block_item.item-4{
    margin-right: 70px;
    text-align: right;
}

.result-block_item.item-1 .result-block_item-image,
.result-block_item.item-2 .result-block_item-image,
.result-block_item.item-4 .result-block_item-image{
    right: 0;
}

.result-block_item.item-3 .result-block_item-image,
.result-block_item.item-5 .result-block_item-image,
.result-block_item.item-6 .result-block_item-image{
    left: 0;
}

.result-block_item.item-1 .result-block_item-title,
.result-block_item.item-2 .result-block_item-title,
.result-block_item.item-4 .result-block_item-title{
    margin-right: 70px;
}

.result-block_item.item-3 .result-block_item-title,
.result-block_item.item-5 .result-block_item-title,
.result-block_item.item-6 .result-block_item-title{
    margin-left: 70px;
}

.result-block_item.item-1{
    top: 10px;
    left: 89px;
}

.result-block_item.item-2{
    top: 379px;
    left: 95px;
}

.result-block_item.item-4{
    top: 203px;
    left: 55px;
}

.result-block_item.item-3{
    top: 10px;
    right: 62px;
}

.result-block_item.item-5{
    top: 379px;
    right: 85px;
}

.result-block_item.item-6{
    top: 203px;
    right: 125px;
}

@media only screen and (max-width: 1189px){
    .section-result .section-title br{
        display: none;
    }
    
    .result-block{
        margin: 92px auto 0;
        max-width: 760px;
    }
    
    .result-block_main{
        top: -92px;
        right: 0;
    }
    /*
    .result-block_item.item-1{
        left: 73px;
    }
    
    .result-block_item.item-4{
        left: 52px;
    }
    
    .result-block_item.item-2 {
        left: 65px;
    }
*/
    .result-block_main-image{
        display: none;
    }
}

@media only screen and (max-width: 1023px){
    .section-result{
        padding: 80px 0 60px;
    }
}

@media only screen and (max-width: 767px){
    .section-result{
        padding: 47px 0 0;
    }
    
    .result-block{
        height: auto;
        margin: 0;
    }
    
    .result-block_main{
        position: relative;
        top: 0;
        margin-bottom: 33px;
    }
    
    .result-block_item{
        position: relative;
        top: auto!important;
        left: auto!important;
        right: auto!important;
        margin: 0 0 30px!important;
        padding-left: 70px!important;
        text-align: left!important;
    }
    
    .result-block_item:last-child{
        margin-bottom: 0;
    }
    
    .result-block_item-title{
        display: none;
    }
    
    .result-block_item-image{
        top: 2px;
        left: 0;
        right: auto;
    }
    
    .result-block_item-text {
        font-size: 12px;
        line-height: 17px;
    }
    
    .result-block_item.item-3 .result-block_item-text br,
    .result-block_item.item-5 .result-block_item-text br,
    .result-block_item.item-6 .result-block_item-text br{
        display: none;
    }
    
    .result-block_item.item-5 .result-block_item-text,
    .result-block_item.item-6 .result-block_item-text{
        margin-right: -5px;
    }
}

@media only screen and (min-width: 321px) and (max-width: 767px){
    .result-block_item-text {
        font-size: 14px;
        line-height: 20px;
    }
}

/*     program     */

.section-program{
    padding: 130px 0 215px;
    color: #fff;
    background-color: #0F1014;
    background-image: url(../index_files/bg-standart.png);
    background-repeat: repeat;
    overflow: hidden;
}

.section-program .container{
    z-index: 2;
}

.program__row {
    margin: 50px 0 -150px;
}

.program__items {
    max-width: 696px;
    margin: 0 auto;
}

.program__btn {
    margin: 50px 0;
}

.program__items_col-2 {
    display: flex;
    justify-content: space-between;
}

.program__item {
    margin-bottom: 30px;
    padding: 30px 20px 30px 36px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.program__item_1 {
    background-image: url(../index_files/bg-program-item-1.png);
}

.program__item_2 {
    width: calc(50% - 15px);
    background-image: url(../index_files/bg-program-item-2.png);
}

.program__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
}

.program__list {
    margin-top: 30px;
}

.program__list_col-2 {
    display: flex;
    justify-content: space-between;
}

.program__list_col-2 ul {
    width: calc(50% - 15px);
}

.program__list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.program__list ul li {
    margin-bottom: 15px;
    padding-left: 24px;
    font-size: 16px;
    line-height: 22px;
    background-image: url(../index_files/icon-program.svg);
    background-repeat: no-repeat;
    background-position: left center;
}

.program__list ul li:last-child {
    margin-bottom: 0;
}

.program__list ul li.no {
    padding-left: 0;
    background: none;
}

.program__btn:last-child {
    margin-top: 20px;    
}

@media only screen and (max-width: 1023px){
    .program__row {
        margin-bottom: -80px;
    }
}

@media only screen and (max-width: 767px){
    .program__row {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .program__item {
        width: 300px!important;
        margin: 0 auto 15px;
        padding: 20px 15px 20px 20px;
    }

    .program__item_1 {
        background-image: url(../index_files/bg-program-item-2.png);
    }

    .program__item_2 {
        width: 100%;
    }

    .program__items_col-2 {
        flex-direction: column;
    }

    .program__title {
        font-size: 16px;
        line-height: 24px;
    }

    .program__list {
        margin-top: 20px;
    }

    .program__list ul {
        width: 100%;
    }

    .program__list ul li {
        padding-left: 20px;
        font-size: 14px;
        line-height: 20px;
        background-size: 8px;
    }
    
    .program__list_col-2 {
        flex-direction: column;
        row-gap: 15px;
    }

    .program__btn {
        margin: 30px 0 40px;
    }

    .program__btn:last-child {
        margin-top: 15px;    
    }

    .program__btn:last-child {
        margin-bottom: 0;
    }

    



}

.program-block{
    max-width: 1104px;
    margin: 50px auto 0;
}

.program-block_container{
    overflow: hidden;
}

.program-block_item{
    float: left;
    padding: 29px 20px 20px 34px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 4px;
    overflow: hidden;
}

.program-block_item.item-1,
.program-block_item.item-2,
.program-block_item.item-3{
    margin-bottom: 24px;
}

.program-block_item.item-1,
.program-block_item.item-4{
    width: 260px;
    height: 364px;
    margin-right: 40px;
}

.program-block_item.item-1{
    background-image: url(../index_files/bg-program-1.png);
}

.program-block_item.item-4{
    background-image: url(../index_files/bg-program-4.png);
}

.program-block_item.item-2,
.program-block_item.item-5{
    width: 460px;
    height: 252px;
    margin-right: 40px;
    background-image: url(../index_files/bg-program-2.png);
}

.program-block_item.item-3{
    width: 304px;
    height: 440px;
    background-image: url(../index_files/bg-program-3.png);
    background-size: 100% 100%;
}

.program-block_item.item-6{
    width: 304px;
    height: 260px;
    background-image: url(../index_files/bg-program-6.png);
    background-size: 100% 100%;
}

.program-block_item.item-4{
    clear: both;
    margin-top: -60px;
}

.program-block_item.item-5{
   margin-top: -170px;
}

.program-block_item-title{
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
}

.program-block_item-list{
    margin-top: 36px;
}

.program-block_item-list ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.program-block_item-list.col-2 ul{
    float: left;
    width: 50%;
}

.program-block_item-list .small {
    font-size: 14px;
    list-style: 20px;
}

.program-block_item-list ul li{
    margin-bottom: 10px;
    padding-left: 24px;
    font-size: 16px;
    line-height: 22px;
    background-image: url(../index_files/icon-program.svg);
    background-repeat: no-repeat;
    background-position: 0 5px;
}

.program-block_item-list ul li:last-child{
    margin-bottom: 0;
}

.program-block .btn-container{
    margin-top: -172px;
}

.section-program-decore-1{
    position: absolute;
    top: 100px;
    left: -22px;
    width: 178px;
    z-index: 1;
}

.section-program-decore-2{
    position: absolute;
    top: 360px;
    right: 0;
    width: 203px;
    z-index: 1;
}

.section-program-decore-3{
    position: absolute;
    top: 1800px;
    left: -22px;
    width: 178px;
    z-index: 1;
}

.section-program-decore-4{
    position: absolute;
    top: 1960px;
    right: 0;
    width: 203px;
    z-index: 1;
}

@media only screen and (max-width: 1189px){
    .section-program {
        padding-bottom: 235px;
    }
    
    .program-block_item-title{
        font-size: 20px;
        line-height: 30px;    
    }
    
    .program-block_item-list {
        margin-top: 20px;
    }
    
    .program-block_item.item-1{
        width: 250px;
        height: 350px;
        margin-right: 20px;
    }
    
    .program-block_item.item-4{
        width: 250px;
        height: 356px;
        margin-right: 20px;
        margin-top: -37px;
    }
    
    .program-block_item.item-2,
    .program-block_item.item-5 {
        width: 420px;
        height: 230px;
        margin-right: 20px;
    }
    
    .program-block_item.item-3 {
        width: 274px;
        height: 390px;
    }
    
    .program-block_item.item-5 {
        margin-top: -157px;
    }
    
    .program-block_item.item-6 {
        width: 274px;
        height: 230px;
    }
    
    .program-block .btn-container {
        margin-top: -188px;
    }
    
    .program-block_item-list ul li{
        font-size: 14px;
        line-height: 20px;
    }
    
    .section-program-decore-1,
    .section-program-decore-3{
        width: 158px;
    }
    
    .section-program-decore-2,
    .section-program-decore-4{
        width: 153px;
    }
}

@media only screen and (max-width: 1023px){
    .section-program{
        padding-bottom: 135px;
    }
    
    .program-block_item.item-1{
        width: 274px;
        height: 373px;
        background-image: url(../index_files/bg-program-3.png);
    }
    
    .program-block_item.item-2{
        width: 434px;
        height: 238px;
        margin-right: 0;
        margin-top: 60px;
    }
    
    .program-block_item.item-3{
        clear: both;
        margin-right: 20px;
    }
    
    .program-block_item.item-4{
        clear: none;
        margin-top: -40px;
        margin-left: 90px;
    }
    
    .program-block_item.item-5 {
        margin-top: -4px;
    }
    
    .program-block_item.item-6 {
        width: 288px;
        height: 230px;
        margin-top: 0;
    }
    
    .program-block .btn-container {
        margin-top: 50px;
    }
    
    .section-program-decore-1,
    .section-program-decore-2,
    .section-program-decore-3,
    .section-program-decore-4{
        display: none;
    }
}

@media only screen and (max-width: 767px){
    .section-program{
        margin-top: -28px;
        padding: 95px 0 50px;
    }
    
    .program-block{
        margin-top: 31px;
    }
    
    .program-block_item{
        float: none!important;
        width: 260px!important;
        margin: 0 auto 15px!important;
        padding: 20px 10px 20px 20px!important;
    }
    
    .program-block_item.item-1{
        height: 150px!important;
        background-image: url(../index_files/bg-program-1-mob.png);
    }
    
    .program-block_item.item-2{
        height: 165px!important;
        background-image: url(../index_files/bg-program-2-mob.png);
    }
    
    .program-block_item.item-3,
    .program-block_item.item-4{
        height: 231px!important;
        background-image: url(../index_files/bg-program-4-mob.png);
    }
    
    .program-block_item.item-5{
        height: 238px!important;
        background-image: url(../index_files/bg-program-5-mob.png);
    }
    
    .program-block_item.item-6{
        height: 115px!important;
        background-image: url(../index_files/bg-program-6-mob.png);
    }
    
    .program-block_item-title{
        font-size: 14px;
        line-height: 20px;
    }
    
    .program-block_item-title br{
        display: none;
    }
    
    .program-block_item-list ul li {
        padding-left: 20px;
        font-size: 12px;
        line-height: 17px;
        background-position: 0px 3px;
        background-size: 8px;
    }
    
    .program-block_item.item-1 .program-block_item-list ul li{
        float: left;
        width: 72px;
    }
    
    .program-block_item.item-1 .program-block_item-list ul li:nth-child(5){
        width: 110px;
    }
    
    .program-block_item.item-2 .program-block_item-list.col-2 ul:nth-child(2){
        position: relative;
        right: -8px;
    }
    
    .program-block_item.item-2 .program-block_item-list {
        margin-top: 17px;
    }
    
    .program-block_item.item-2 .program-block_item-list ul li {
        margin-bottom: 7px
    }
    
    .program-block_item.item-3 .program-block_item-list ul li:nth-child(1){
        float: left;
        width: 120px;
    }
    
    .program-block_item.item-3 .program-block_item-list ul li:nth-child(2),
    .program-block_item.item-3 .program-block_item-list ul li:nth-child(3){
        float: left;
    }
    
    .program-block_item.item-3 .program-block_item-list ul li:nth-child(1),
    .program-block_item.item-3 .program-block_item-list ul li:nth-child(3),
    .program-block_item.item-3 .program-block_item-list ul li:nth-child(4),
    .program-block_item.item-3 .program-block_item-list ul li:nth-child(6){
        clear: both;
    }
    
    .program-block_item.item-4 .program-block_item-list {
        margin-top: 16px;
    }
    
    .program-block_item.item-4 .program-block_item-list ul li {
        margin-bottom: 7px;
    }
    
    .program-block_item.item-5 .program-block_item-list {
        margin-top: 15px;
    }
    
    .program-block_item.item-5 .program-block_item-list ul {
        float: none;
        width: 100%;
    }
    
    .program-block_item.item-5 .program-block_item-list ul:nth-child(1) {
        margin-bottom: 7px;
    }
    
    .program-block_item.item-5 .program-block_item-list ul li {
        margin-bottom: 7px;
    }
    
    .program-block_item.item-5 .program-block_item-list ul li br,
    .program-block_item.item-6 .program-block_item-list ul li br{
        display: none;
    }
    
    .program-block_item.item-6 .program-block_item-list {
        margin-top: 15px;
    }
    
    .program-block .btn-container{
        display: none;
    }
}

@media only screen and (min-width: 321px) and (max-width: 767px){
    .program-block_item{
        width: 300px!important;
    }
    
    .program-block_item.item-1 {
        height: 173px!important;
    }
    
    .program-block_item.item-2 {
        height: 191px!important;
    }
    
    .program-block_item.item-3{
        height: 280px!important;
    }
    
    .program-block_item.item-4 {
        height: 267px!important;
    }
    
    .program-block_item.item-5 {
        height: 235px!important;
    }
    
    .program-block_item.item-6 {
        height: 160px!important;
    }
    
    .program-block_item-title {
        font-size: 16px;
        line-height: 24px;
    }
    
    .program-block_item-list ul li{
        font-size: 14px;
        line-height: 20px;
    }
    
    .program-block_item.item-1 .program-block_item-list ul li{
        width: 85px;
    }
    
    .program-block_item.item-3 .program-block_item-list ul li:nth-child(1){
        width: 140px;
    }
}

/*     option     */

.section-option {
    padding: 5px 0 100px;
    color: #fff;
    background-color: #0F1014;
    background-image: url(../index_files/bg-standart.png);
    background-repeat: repeat;
    overflow: hidden;
}

.option__row {
    margin-top: 48px;
    overflow: hidden;
}

.option__element {
    float: left;
    width: calc(50% - 10px);
    padding: 25px 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.option__element_1 {
    background-image: url(../index_files/bg-option-element-1.png);
}

.option__element_2 {
    margin-top: -378px;
    background-image: url(../index_files/bg-option-element-2.png);
}

.option__element_3 {
    position: relative;
    height: 893px;
    margin-left: 20px;
    background-image: url(../index_files/bg-option-element-3.png);
}

.option__element_3:before {
    position: absolute;
    content: '';
    right: 1px;
    bottom: 1px;
    width: 180px;
    height: 158px;
    border-radius: 4px;
    background-image: url(../index_files/for-who-decore.png);
    background-repeat: no-repeat;
    background-size: 230px;
    background-position: 0 0;
}

.option__element-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
}

.option__element-list {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.option__element-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
    row-gap: 25px;
}

.option__element-list ul li {
    width: calc(50% - 5px);
}

.option__element-list ul li:nth-child(2n+1) {
    margin-right: 10px;
}

.option__element-list.full ul li {
    width: 100%;
}

@media only screen and (min-width: 768px){
    .option__element-list ul li.line-2 {
        display: flex;
        align-items: center;
        min-height: 44px;
    }

    .option__element-list ul li.line-3 {
        display: flex;
        align-items: center;
        min-height: 66px;
    }

    .option__element-list ul li.line-4 {
        display: flex;
        align-items: center;
        min-height: 88px;
    }
}

.option__element-list ul li {
    padding-left: 20px;
    font-size: 16px;
    line-height: 22px;
    background-image: url(../index_files/icon-program.svg);
    background-repeat: no-repeat;
    background-position: left center;
}

.option__element-list ul li:last-child {
    margin-bottom: 0;
}

.option__btn {
    margin-top: 50px;
    text-align: center;
}

@media only screen and (max-width: 1189px){
    .option__title {
        text-align: center;
    }

    .option__title br {
        display: none;
    }

    .option__row {
        width: 575px;
        margin-left: auto;
        margin-right: auto;
    }

    .option__element {
        float: none;
        width: 100%;
    }

    .option__element_2 {
        margin: 0;
    }

    .option__element_3 {
        height: auto;
        margin: 20px 0;
    }

    .option__element_3:before {
        display: none;
    }
    
    .option__row {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }

    .option__element {
        margin: 0;
    }

    .option__element_1 {
        order: 1;
    }

    .option__element_2 {
        order: 2;
    }
    
    .option__element_3 {
        order: 3;
    }
}

@media only screen and (max-width: 767px){
    .program__title {
        font-size: 16px;
        line-height: 24px;
    }

    .option__row {
        row-gap: 15px;
        width: 300px;
        margin: 20px auto 0;
    }

    .option__element_1 {
        background-image: url(../index_files/bg-option-element-1-m.png);
    }

    .option__element_2 {
        background-image: url(../index_files/bg-option-element-2-m.png);
    }
    
    .option__element_3 {
        background-image: url(../index_files/bg-option-element-3-m.png);
    }

    .option__element {
        padding: 20px 15px 20px 20px;
    }

    .option__element-list {
        margin-top: 20px;
        flex-direction: column;
        row-gap: 15px;
    }

    .option__element-list ul {
        width: 100%;
        row-gap: 15px;
    }

    .option__element-list ul li {
        width: 100%;
        padding-left: 20px;
        font-size: 14px;
        line-height: 20px;
        background-size: 8px;
    }

    .option__element-list ul li span {
        display: block;
    }

    .option__element-list ul li span br {
        display: none;
    }

    .op_1_1 {order: 1;}
    .op_1_2 {order: 4;}
    .op_1_3 {order: 2;}
    .op_1_4 {order: 3;}
    .op_1_5 {order: 5;}
    .op_1_6 {order: 7;}
    .op_1_7 {order: 8;}
    .op_1_8 {order: 6;}
    .op_1_9 {order: 9;}
    .op_1_10 {order: 10;}

    .op_2_1 {order: 1;}
    .op_2_2 {order: 2;}
    .op_2_3 {order: 4;}
    .op_2_4 {order: 3;}
    .op_2_5 {order: 5;}
    .op_2_6 {order: 6;}
    .op_2_7 {order: 7;}
    .op_2_8 {order: 8;}
    .op_2_9 {order: 9;}
    .op_2_10 {order: 10;}
    .op_2_11 {order: 11;}
    .op_2_12 {order: 12;}
    .op_3_1 {order: 1;}
    .op_3_2 {order: 3;}
    .op_3_3 {order: 4;}
    .op_3_4 {order: 2;}
}


/*     options     */

.section-options{
    padding: 70px 0 40px;
}

.options__block {
    margin-top: 50px;
}

.options__line_1 {
    display: flex;
    justify-content: space-between;
}

.options__line_2 {
    margin-top: 10px;
}

.options__item {
    position: relative;
    display: flex;
    height: 240px;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 4px;
    overflow: hidden;
}

.options__item div {
    position: relative;
    z-index: 2;
}

.options__item_1,
.options__item_2 {
    flex-direction: column;
    row-gap: 7px;
    width: calc(50% - 5px);
    padding: 20px 20px 20px 180px;
    background-color: #FBFBFB;
    background-image: url(../index_files/bg-options-1.png);
    background-position: left -40px center;
}

.options__item_3 {
    align-items: center;
    color: #fff;
    background-color: #FFD300;
    background-image: url(../index_files/bg-options-3.png);
    background-position: right center;
}

.options__item_3:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../index_files/bg-standart.png);
    background-repeat: repeat;
    opacity: 0.5;
    z-index: 1;
}

.options__item-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
}

.options__item-text {
    font-size: 16px;
    line-height: 22px;
}

.options__btn {
    margin-top: 50px;
    text-align: center;
}

@media only screen and (min-width: 1024px){
    .options__item_3 div {
        width: 50%;
    }

    .options__item_3 div:first-child {
        padding-left: 180px;
    }

    .options__item_3 div:last-child {
        padding-right: 180px;
    }
}

/* old */

.options-block{
    margin-top: 50px;
}

.options-block_item{
    float: left;
    width: 49.5%;
    height: 186px;
    padding-top: 27px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.options-block_container{
    border-radius: 4px;
    overflow: hidden;
}

.options-block_item.item-1{
    margin-right: 1%;
    padding-left: 186px;
    background-color: #FBFBFB;
    background-image: url(../index_files/bg-options-1.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.options-block_item.item-2{
    padding-left: 140px;
    padding: 27px 20px 20px 140px;
    color: #fff;
    background-color: #FFD300;
    background-image: url(../index_files/bg-options-2.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.options-block_item-title{
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
}

.options-block_item-text{
    font-size: 16px;
    line-height: 22px;
}

.options-block .btn-container{
    margin-top: 50px;
}

/*
.options-2-block{
    margin-top: 96px;
}
*/
.options-2-block_title{
    font-size: 25px;
    line-height: 36px;
    text-align: center;
}

.options-2-block_info{
    margin: 45px 20px 0;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

.options-2-block_info-image{
    position: relative;
    height: 60px;
    margin-bottom: 0;
}

.options-2-block_info-image img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.options-2-block_info-image.item-1 img{
    width: 256px;
}

.options-2-block_info-image.item-2 img{
    width: 235px;
}

.options-2-block_info-image.item-3 img{
    width: 251px;
}

@media only screen and (min-width: 1024px){
    .options-2-block_info span {
        padding-left: 75px;
    }
}

.options-2-block .btn-container{
    margin-top: 48px;
}

@media only screen and (max-width: 1189px){
    .options__item-title {
        font-size: 24px;
        line-height: 32px;
    }
    
    .options__item br {
        display: none;
    }

    .options-block_item{
        padding-top: 30px;    
    }
    
    .options-block_item-title{
        font-size: 28px;
        line-height: 42px;
    }
    
    .options-block_item-text {
        font-size: 14px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 1023px){
    .options__block {
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }

    .options__line_1 {
        flex-direction: column;
        row-gap: 10px;
    }
    
    .options__item_1, .options__item_2 {
        width: 100%;
        padding-right: 40px;
    }

    .options__item_3 {
        align-items: flex-start;
        flex-direction: column;
        row-gap: 7px;
        background-image: url(../index_files/bg-options-1.png);
        background-position: left -40px center;
        padding: 20px 40px 20px 180px;
    }
    
    .options__item {
        justify-content: center;
    }

    .options-block{
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .options-block_item{
        float: none;
        width: 100%;
        border-radius: 4px;
    }
    
    .options-block_item.item-1{
        margin-bottom: 20px;
    }
    
    .options-2-block_title{
        font-size: 20px;
        line-height: 32px;
    }
    
    .options-2-block_info{
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px){
    .section-options{
        padding: 40px 0 30px;
    }
/*
    .options__block {
        margin-top: 40px;
    }
*/
    .options__item {
        height: 160px;
        padding: 15px 15px 15px 90px;
        background-position: left -55px center;
    }

    .options__item_1,
    .options__item_2 {
        height: 200px;
        background-position: left -85px center;
    }

    .options__item-title {
        font-size: 18px;
        line-height: 26px;
    }

    .options__item-text {
        font-size: 14px;
        line-height: 20px;
    }

    .options__btn {
        margin-top: 40px;
    }
    
    .options-block {
        max-width: 260px;
        margin-top: 30px;
    }
    
    .options-block_item {
        height: auto!important;
        padding-left: 80px!important;
        padding-right: 10px!important;
        background-position: center left;
    }
    
    .options-block_item.item-1,
    .options-block_item.item-2{
        padding-top: 13px;
        padding-bottom: 17px;
        background-image: url(../index_files/bg-options-2-mob.png);
    }
    
    .options-block_item.item-1 {
        background-size: 110px;
    }
    
    .options-block_item.item-2{
        background-size: 140px;
        background-position: left -10px center;
    }
    
    .options-block_item-title{
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 20px;
    }
    
    .options-block_item-text{
        font-size: 12px;
        line-height: 17px;
    }
    
    .options-block_item-text br{
        display: none;
    }
    
    .options-block .btn-container {
        margin-top: 40px;
    }
    
    .options-block .btn-container .btn-green.btn-standart{
        display: block;
        width: 100%;
    }
    
    .options-block .btn-container .btn-green.btn-standart span{
        padding: 12px 20px 12px 45px;
        font-size: 11px;
        width: 100%;
        text-align: center;
    }
    
    .options-2-block_title{
        font-size: 12px;
        line-height: 17px;
    }
    
    .options-2-block {
        margin-top: 44px;
    }
    
    .options-2-block_title br{
        display: none;
    }
    
    .options-2-block_info{
        margin: 16px 0 0;
        font-size: 10px;
        line-height: 14px;
    }
    
    .options-2-block_info .parts-3 .col-item {
        width: 50%;
    }
    
    .options-2-block_info .parts-3 .col-item:nth-child(1),
    .options-2-block_info .parts-3 .col-item:nth-child(2){
        text-align: left;
    }
    
    .options-2-block_info .parts-3 .col-item:nth-child(3){
        clear: both;
        margin-top: 15px;
        margin-left: 25%;
    }
    
    .options-2-block_info-image{
        height: 35px;
    }
    
    .options-2-block .btn-container {
        margin-top: 30px;
    }
    
    .options-2-block .btn-container .btn-border-green{
        display: block;
        width: 258px;
        margin: 0 auto;
    }
    
    .options-2-block .btn-container .btn-border-green span{
        padding: 15px 15px 15px 50px;
        font-size: 10px;
        line-height: 14px;
        text-align: center;
        background-size: 14px;
        background-position: 28px 14px;
    }
}

@media only screen and (min-width: 321px) and (max-width: 767px){
    .options-block{
        max-width: 300px;
    }
    
    .options-block_item.item-1 {
        background-size: 120px;
    }
    
    .options-block_item.item-2 {
        background-size: 155px;
        background-position: left -25px center;
    }
    
    .options-2-block_title{
        font-size: 14px;
        line-height: 20px;
    }
    
    .options-2-block_info{
        margin: 20px 0 0;
        font-size: 12px;
        line-height: 18px;
    }
    
    .options-2-block_info-image {
        height: 40px;
    }
    
    .options-block_item-text {
        font-size: 14px;
        line-height: 20px;
    }
    
    .options-2-block .btn-container .btn-border-green{
        width: 290px;
    }
    
    .options-2-block .btn-container .btn-border-green span{
        font-size: 12px;
    }
}

@media only screen and (max-width: 320px){
    .options-block .btn-container .btn-green.btn-standart span{
        font-size: 10px;
    }

    .options__item {
        padding-left: 80px!important;
        background-position: left -70px center;
    }

    .options__item-title {
        font-size: 16px;
        line-height: 24px;
    }

    .options__item-text {
        font-size: 12px;
        line-height: 18px;
    }
}

/*     about     */

.section-about{
    padding: 60px 0 50px;
}

.about-block{
    margin-top: 38px;
}

.about-block .parts-2 .col-item:nth-child(2){
    padding-left: 55px;
}

.about-block_item{
    padding-left: 50px;
    background-image: url(../index_files/icon-about.svg);
    background-repeat: no-repeat;
    background-position: center left;
}

.about-block_item{
    position: relative;
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 22px;
}

.about-block_item:last-child{
    margin-bottom: 0;
}

.about-block_item.line-2{
    min-height: 44px;
}

.about-block_item.line-3{
    min-height: 66px;
}

.about-block_item.line-2 > span,
.about-block_item.line-3 > span{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.about-block .btn-container{
    margin-top: 26px;
}

@media only screen and (min-width: 768px){
    .about-block .btn-container{
        display: none;
    }
}

.about-block.close .btn-container{
    margin-top: 6px;
}

.about-block.close .btn-border-green.btn-more span:before{
    transform: rotate(0deg);
}

@media only screen and (max-width: 1189px){
    .about-block .parts-2 .col-item:nth-child(2){
        padding-left: 0;
    }
    
    .about-block_item{
        font-size: 14px;
        line-height: 20px;
    }
    
    .about-block_item br{
        display: none;
    }
    
    .about-block_item.line-2,
    .about-block_item.line-3 {
        min-height: auto;
    }
    
    .about-block_item.line-2 > span,
    .about-block_item.line-3 > span {
        position: relative;
        top: 0;
        transform: none;
    }
}

@media only screen and (max-width: 1023px){

}

@media only screen and (max-width: 767px){
    .section-about{
        padding: 23px 0 0;
    }
    
    .about-block {
        margin-top: 31px;
    }
    
    .section-about .section-title br{
        display: none;
    }
    
    .about-block .parts-2 .col-item{
        float: none;
        width: 100%;
        padding-left: 15px;
    }
    
    .about-block .parts-2 .col-item:nth-child(1){
        margin-bottom: 20px;
    }
    
    .about-block .parts-2 .col-item:nth-child(2){
        padding-left: 15px;
    }
    
    .about-block_item{
        margin-bottom: 20px;
        padding-left: 30px;
        font-size: 12px;
        line-height: 17px;
        background-size: 15px;
    }
    
    .about-block.close .about-block_item{
        display: none;
    }
    
    .about-block.close .col-item:nth-child(1) .about-block_item:nth-child(1),
    .about-block.close .col-item:nth-child(1) .about-block_item:nth-child(2),
    .about-block.close .col-item:nth-child(1) .about-block_item:nth-child(3),
    .about-block.close .col-item:nth-child(1) .about-block_item:nth-child(4),
    .about-block.close .col-item:nth-child(1) .about-block_item:nth-child(5){
        display: block;
    }
    
    
}

@media only screen and (min-width: 321px) and (max-width: 767px){
    .about-block_item{
        font-size: 14px;
        line-height: 20px;
    }
}


/*     channel     */

.section-channel{
    overflow: hidden;
    padding: 176px 0 134px;
    color: #fff;
    background-color: #0F1014;
    background-image: url(../index_files/bg-standart.png);
    background-repeat: repeat;
}

.channel-block{
    padding-left: 603px;
}

.channel-block_image{
    position: absolute;
    top: -118px;
    left: 140px;
    max-width: 395px;
    z-index: 1;
}

.channel-block_image:before{
    position: absolute;
    top: -50px;
    left: 50%;
    content: url(../index_files/channel-phone-decore.svg);
    transform: translate(-50%, 0);
    z-index: 1;
}

.channel-block_image img{
    position: relative;
    width: 100%;
    z-index: 2;
}

.channel-block_content{
    position: relative;
    max-width: 432px;
    z-index: 2;
}

.channel-block_title{
    width: 438px;
    height: 94px;
    padding: 22px 24px 10px 31px;
    background: url(../index_files/bg-channel-title.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    overflow: hidden;
}

.channel-block_title-text-1{
    float: left;
    font-size: 18px;
    line-height: 24px;
}

.channel-block_title-text-2{
    float: right;
    margin-top: -10px;
    font-weight: 700;
    font-size: 55px;
    line-height: 71px;
    color: #5DC948;
    text-shadow: 0px 0px 38.7839px rgba(79, 170, 61, 0.38);
}

.channel-block_title-text-2 span{
    opacity: 0;
}

.channel-block_description{
    margin-top: 67px;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
}

.channel-block .btn-container{
    margin-top: 30px;
}

.section-channel-decore-1{
    position: absolute;
    bottom: 28px;
    left: 50%;
    width: 224px;
    height: 138px;
    margin-left: 437px;
    overflow: hidden;
    z-index: 2;
}

.section-channel-decore-2{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 533px;
    z-index: 1;
}

.section-channel-arrow {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 28px;
    width: 18px;
    height: 29px;
    margin: 0 auto;
    background-image: url(../index_files/icon-first-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    animation: spin 2s infinite linear;
}

.section-channel .container{
    z-index: 3;
}

@media only screen and (max-width: 1189px){
    .channel-block {
        padding-left: 520px;
    }
    
    .channel-block_image{
        left: 80px;
    }
    
    .section-channel-decore-1{
        height: 110px;
        margin-left: 347px;
    }
}

@media only screen and (max-width: 1023px){
    .section-channel{
        padding: 134px 0;
    }
    
    .channel-block {
        padding-left: 300px;
    }
    
    .channel-block_image{
        left: 30px;
        top: -38px;
        max-width: 285px;
    }
    
    .channel-block_content{
        width: 400px;
    }
    
    .channel-block_title {
        width: 400px;
        height: 88px;
        padding: 22px 24px 15px 30px;
    }
    
    .channel-block_title-text-1{
        font-size: 16px;
        line-height: 22px;
    }
    
    .channel-block_title-text-2{
        margin: 0;
        font-size: 50px;
        line-height: 50px;
    }
    
    .channel-block_description {
        margin-top: 40px;
        font-size: 18px;
        line-height: 26px;
    }
    
    .section-channel-decore-1{
        width: 140px;
        height: 70px;
        margin-left: 165px;
    }
    
    .section-channel-decore-2{
        display: none;
    }
}

@media only screen and (max-width: 767px){
    .section-channel{
        padding-bottom: 70px;
    }
    
    .channel-block {
        padding-left: 120px;
    }
    
    .channel-block_image {
        left: -6px;
        top: -31px;
        max-width: 158px;
        max-height: 300px;
        overflow: hidden;
    }
    
    .channel-block_image:before{
        display: none;
    }
    
    .channel-block_title {
        position: absolute;
        top: -94px;
        left: -105px;
        width: 250px;
        height: 53px;
        padding: 12px 14px 12px 18px;
    }
    
    .channel-block_title-text-1{
        font-size: 10px;
        line-height: 13px;
    }
    
    .channel-block_title-text-2{
        margin: -5px 0 0;
        font-size: 31px;
        line-height: 41px;
    }
    
    .channel-block_content {
        width: auto;
    }
    
    .channel-block_description{
        margin-top: 30px;
        font-size: 12px;
        line-height: 17px;
        text-align: left;
    }
    
    .channel-block_description br{
        display: none;
    }
    
    .channel-block .btn-container{
        margin-top: 21px;
        text-align: left!important;
    }
    
    .section-channel-decore-1{
        display: none;
    }
    
    .section-channel-arrow{
        display: none;
    }
}

@media only screen and (min-width: 321px) and (max-width: 767px){
    .section-channel{
        padding: 150px 0 55px;
    }
    
    .channel-block {
        padding-left: 140px;
    }
    
    .channel-block_title{
        top: -100px;
        width: 280px;
        height: auto;
        padding: 15px 14px 9px 18px;
        left: -112px;
    }
    
    .channel-block_title-text-1 {
        font-size: 12px;
        line-height: 16px;
    }
    
    .channel-block_title-text-2 {
        margin: 0;
        line-height: 37px;
    }
    
    .channel-block_image {
        left: 5px;
    }
    
    .channel-block_description{
        margin-top: 40px;
        font-size: 14px;
        line-height: 20px;
    }
}

/*     we     */

.section-we {
    padding: 50px 0 35px;
}

.we__title {
    margin: 0;
    font-weight: 500;
    font-size: 40px;
    line-height: 52px;
}

.we__description {
    margin-top: 20px;
    font-size: 16px;
    line-height: 28px;
}

.we__list {
    display: flex;
    max-width: 1040px;
    margin: 20px auto 0;
    justify-content: space-between;
    column-gap: 50px;
}

.we__item {
    width: 100%;
    height: 371px;
    background-color: #F9F9F9;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 5px;
}

.we__item_1 {
    padding-top: 159px;
    background-image: url(../index_files/bg-we-item-1.png);
    background-position: top center;
}

.we__item_2 {
    padding-top: 35px;
    background-image: url(../index_files/bg-we-item-2.png);
    background-position: bottom center;
}

.we__item_3 {
    padding-top: 166px;
    background-image: url(../index_files/bg-we-item-3.png);
    background-position: top center;
}

.we__text {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    background-position: top center;
    background-repeat: no-repeat;
}

.we__item_1 .we__text {
    padding-top: 100px;
    background-image: url(../index_files/icon-we-1.svg);
}

.we__item_2 .we__text {
    padding-top: 60px;
}

.we__item_3 .we__text {
    padding-top: 92px;
    background-image: url(../index_files/icon-we-3.svg);
    
}

@media only screen and (max-width: 1189px){
    .section-we {
        padding-top: 70px;
    }

    .we__list {
        column-gap: 30px;
    }
    
    .we__description br {
        display: none;
    }
}

@media only screen and (max-width: 1023px){
    .we__list {
        column-gap: 14px;
    }

    .we__item {
        height: 320px;
    }

    .we__item_1,
    .we__item_3 {
        padding-top: 140px;
    }

    .we__item_2 {
        padding-top: 40px;
    }

    .we__text {
        padding-top: 80px!important;
        font-size: 14px;
        line-height: 22px;
        background-size: 53px;
    }

    .we__item_2 .we__text {
        padding-top: 50px!important;
    }

    .we__item_2 .we__text br {
        display: none;
    }
}

@media only screen and (max-width: 767px){
    .section-we {
        padding-top: 50px;
    }

    .we__title {
        font-size: 25px;
        line-height: 32px;
    }

    .we__description {
        font-size: 14px;
        line-height: 20px;
    }

    .we__list {
        max-width: 375px;
        flex-direction: column;
        row-gap: 10px;
    }

    .we__item {
        height: 240px;
        background-position: bottom center!important;
    }

    .we__item_1 {
        padding-top: 55px;
        background-image: url(../index_files/bg-we-item-1-mob.png);
    }

    .we__item_2 {
        padding: 0!important;
    }

    .we__item_3 {
        padding-top: 45px;
        background-image: url(../index_files/bg-we-item-3-mob.png);
    }

    .we__text {
        max-width: 250px;
        margin: 0 auto;
        padding: 0 0 0 68px!important;
        text-align: left;
        background-position: left center;
        background-size: 48px;
    }

    .we__item_2 .we__text {
        padding: 30px 0 0!important;
    }

    .we__item_2 .we__text br {
        display: block;
    }

    .we__item_3 .we__text br {
        display: none;
    }
}

@media only screen and (max-width: 320px) {
    .we__description {
        font-size: 12px;
        line-height: 21px;
    }

    .we__item {
        height: 202px;
    }

    .we__item_1 {
        padding-top: 45px;
    }

    .we__item_2 {
        padding-top: 35px;
    }

    .we__item_3 {
        padding-top: 35px;
    }

    .we__text {
        max-width: 210px;
        padding-left: 56px!important;
        font-size: 12px;
        line-height: 19px;
        background-size: 42px;
    }
}

/*     faq     */

.section-faq{
    padding: 85px 0 55px;
}

.faq-block{
    margin: 0 50px;
}

.faq-block_list-item{
    position: relative;
    margin-bottom: 24px;
    padding-left: 105px;
    background-color: #F9F9F9;
    background-image: url(../index_files/icon-faq.svg);
    background-repeat: no-repeat;
    background-position: 29px 19px;
    border-radius: 4px;
}

.faq-block_list-item:last-child{
    margin-bottom: 24px;
}

.faq-block_list-item:after{
    position: absolute;
    content: '';
    top: 22px;
    right: 48px;
    width: 30px;
    height: 30px;
    background-image: url(../index_files/icon-faq-plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(0deg);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1;
}

.faq-block_list-item.active:after{
    transform: rotate(90deg);
}

.faq-block_list-title{
    position: relative;
    height: 75px;
    padding: 28px 105px 28px 0;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    z-index: 2;
}

.faq-block_list-text{
    max-height: 0;
    padding-right: 105px;
    font-size: 16px;
    line-height: 22px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
    opacity: 0;
}

.active .faq-block_list-text{
    max-height: 500px;
    margin-top: -5px;
    padding-bottom: 20px;
    opacity: 1;
}

.faq-block_list-btn{
    padding: 20px 20px 20px 50px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #407BFF;
    background: #ECF2FF;
    border-radius: 0px 0px 5px 5px;
}

.faq-block_list-btn svg{
    display: inline-block;
    margin-left: 8px;
}

.faq-block_second{
    float: right;
    width: 580px;
    padding-top: 131px;
}

.faq-block_manager-item{
    position: relative;
    padding: 10px;
    font-weight: 300;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
}

.faq-block_manager-item:first-child{
    position: relative;
    width: 210px;
    margin-left: 145px;
    margin-bottom: 1px;
}

.faq-block_manager-item:last-child{
    width: 250px;
    margin-left: 50px;
}

.faq-block_manager-item:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	background: #fff;
    border-radius: 6px;
    z-index: 1;
}

.faq-block_manager-item:first-child:before{
    -webkit-transform: skew(-14deg);
	   -moz-transform: skew(-14deg);
	     -o-transform: skew(-14deg);
}

.faq-block_manager-item:last-child:before{
    -webkit-transform: skew(-18deg);
	   -moz-transform: skew(-18deg);
	     -o-transform: skew(-18deg);
}

.faq-block_manager-item span{
    position: relative;
    z-index: 2;
}

.faq-block_question{
    width: 270px;
    margin: 68px 0 0 95px;
    padding: 25px 30px 32px;
    background: #fff;
    border-radius: 5px;
}

.faq-block_question-title{
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
}

.faq-block_question-description{
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
}

.faq-block_question .btn-container{
    margin-top: 21px;
}

@media only screen and (max-width: 1189px){
    .faq-block_list-text{
        font-size: 14px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 1023px){
    .section-faq{
        padding-top: 65px;
    }
    
    .faq-block_list-title{
        height: auto;
    }
}

@media only screen and (max-width: 767px){
    .section-faq{
        padding: 26px 0 5px;
    }
    
    .faq-block{
        margin: 0;
    }
    
    .faq-block_list-item{
        margin-bottom: 10px;
        padding-left: 49px;
        background-position: 19px 20px;
        background-size: 16px;
    }
    
    .faq-block_list-item:after{
        top: 19px;
        right: 8px;
        width: 18px;
        height: 18px;
        background-size: 12px;
    }
    
    .faq-block_list-title{
        padding: 21px 35px 21px 0;
        font-weight: 400;
        font-size: 10px;
        line-height: 14px;
    }
    
    .faq-block_list-text{
        padding-right: 35px;
        font-size: 10px;
        line-height: 14px;
    }
    
    .faq-block_list-text br{
        display: none;   
    }
}

@media only screen and (min-width: 321px) and (max-width: 767px){
    .section-faq{
        padding: 40px 0 0;
    }
    
    .faq-block_list-item{
        margin-bottom: 15px;
    }
    
    .faq-block_list-item:after{
        right: 15px;
    }
    
    .faq-block_list-title{
        font-size: 14px;
        line-height: 20px;
    }
    
    .faq-block_list-text {
        font-size: 12px;
        line-height: 18px;
    }
}


.footer__logo {
    background-image: url(../index_files/logo-simple-new.png);
}

/*     popup     */

.overlay {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
}

.popup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
    position: relative;
    background: #000;
    overflow-y: scroll;
    z-index: 100;
}

.popup .block{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 1160px;
    padding: 54px 176px 56px 625px;
    color: #fff;
    background-image: url(../index_files/bg-popup.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    overflow: hidden;
}

.popup .block:before{
    position: absolute;
    top: 88px;
    left: 162px;
    content: url(../index_files/icon-logo-y2.png);
    transform: scale(1.14);
}

.popup-close{
    position: absolute;
    cursor: pointer;
    top: 33px;
    right: 40px;
    width: 20px;
    height: 20px;
    background-image: url(../index_files/icon-close.svg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10;
}

.popup-close:hover{
    opacity: 0.85;
}

.form-block form{
    position: relative;
    z-index: 2;
}

.form-block-decore-1{
    position: absolute;
    top: 65px;
    left: -14px;
    width: 110px;
    z-index: 1;
}

.form-block-decore-2{
    position: absolute;
    top: 122px;
    right: 0px;
    width: 125px;
    z-index: 1;
}

.popup .block .btn-green.btn-standart span{
    text-transform: uppercase;
}

@media only screen and (max-width: 1189px){
    .popup .block{
        max-width: 1000px;
        padding: 40px 136px 40px 505px;
    }
    
    .popup .block:before{
        top: 60px;
        left: 130px;
        transform: scale(1);
    }
}

@media only screen and (max-width: 1023px){
    .popup .block {
        width: 100%;
        max-width: 320px;
        padding: 32px 10px 38px;
        background-image: url(../index_files/bg-popup-mob.png);
        background-size: 100%;
        border-radius: 4px;
    }
    
    .popup-close{
        top: 14px;
        right: 17px;
    }
    
    .popup .block:before{
        display: none;
    }
    
    .popup .block .btn-green.btn-standart span{
        padding: 13px 45px;
    }
    
    .form-block-decore-1,
    .form-block-decore-2{
        display: none;
    }
}

@media only screen and (max-width: 320px){
    .popup .block {
        max-width: 290px;
    }
}