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}h1,h2,h3,h4,h5,h6{margin: 0;}ul,ol{margin: 0;padding: 0;list-style: none;}

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

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro-Italic.eot');
    src: local('Gotham Pro Italic'), local('GothamPro-Italic'),
        url('../fonts/GothamPro-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamPro-Italic.woff2') format('woff2'),
        url('../fonts/GothamPro-Italic.woff') format('woff'),
        url('../fonts/GothamPro-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro-MediumItalic.eot');
    src: local('Gotham Pro Medium Italic'), local('GothamPro-MediumItalic'),
        url('../fonts/GothamPro-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamPro-MediumItalic.woff2') format('woff2'),
        url('../fonts/GothamPro-MediumItalic.woff') format('woff'),
        url('../fonts/GothamPro-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

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


*, *:after, *:before {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Gotham Pro';
    color: #FFFFFF;
    background-color: #011329;
}

body,
html {
    -webkit-text-size-adjust:100%;
    text-size-adjust:100%;
}

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

.noscroll {
    overflow: hidden;
}

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

p {
    margin: 0 0 16px;
}

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

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

img {
    pointer-events: none;
}

input {
    border: none;
    background: none;
}

/*     main     */

.wrapper {
    position: relative;
    background-position: bottom center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.container {
    position: relative;
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 10px;
    z-index: 5;
}

.title {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}

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

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

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

@media only screen and (max-width: 389px){
    .container {
        max-width: 375px;
        padding: 0 10px;
    }
}

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

    .title {
        font-size: 28px;
    }
}

/*     btn     */

.btn {
    cursor: pointer;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    -o-user-select: none!important;
    -webkit-user-select: none!important;
    -webkit-transition: all 0.2s!important;
    -moz-transition: all 0.2s!important;
    -o-transition: all 0.2s!important;
    transition: all 0.2s!important;
}

.btn_gradient {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.btn_xl {
    width: 421px;
    height: 93px;
    font-size: 22px;
    line-height: 22px;
    background-image: url(../img/btn-xl.svg);
}

.btn_l {
    width: 352px;
    height: 77px;
    background-image: url(../img/btn-l.svg);
}

.btn_m {
    width: 333px;
    height: 77px;
    background-image: url(../img/btn-m.svg);
}

.btn_s {
    width: 291px;
    height: 77px;
    background-image: url(../img/btn-s.svg);
}

@media only screen and (max-width: 767px) {
    
    .btn_xl {
        height: 76px;
        font-size: 18px;
        line-height: 18px;
    }
}

@media only screen and (max-width: 374px) {
    .btn_m {
        
    }

    .btn_l {
        width: 320px;
        height: 72px;
    }

}

/*     start    */

.start {
    position: relative;
    padding-top: 41px;
}

.start__label span {
    display: inline-flex;
    padding: 13px 19px 12px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    border-radius: 100px;
    background-color: #000000;
}

.start__label.show_mob {
    display: none;
}

.start__title {
    position: relative;
    margin-top: 91px;
    font-size: 57px;
    line-height: 55px;
    text-transform: uppercase;
    z-index: 3;
}

.start__subtitle1 {
    position: relative;
    margin-top: 27px;
    font-size: 23px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
    z-index: 3;
}

.start__subtitle2 {
    position: relative;
    margin-top: 50px;
    font-size: 22px;
    line-height: 21px;
    z-index: 3;
}

.start__text {
    position: relative;
    min-height: 42px;
    margin-top: 83px;
    padding-left: 63px;
    font-size: 18px;
    line-height: 17px;
    background-image: url(../img/start-text-icon.svg);
    background-repeat: no-repeat;
    background-position: left center;
    z-index: 3;
}

.start__img {
    position: absolute;
    top: -40px;
    right: calc(50% - 718px);
    width: 1011px;
    pointer-events: none;
}

.start__img img {
    position: relative;
    z-index: 2;
}

.start__img:before {
    position: absolute;
    content: url(../img/start-img-decore.svg);
    top: 72px;
    right: calc(50% - 435px);
    z-index: 1;
    pointer-events: none;
}

.start__img-content {
    position: absolute;
    right: calc(50% - 254px);
    bottom: 246px;
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 2px;
    z-index: 3;
}

.start__img-label {
    padding: 26px 27px;
    font-size: 21px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 35px;
    background-color: #000000;
}

.start__img-info {
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 17px;
    width: 476px;
    padding: 37px 0 35px;
    border-radius: 45px;
    background: rgba(1, 31, 67, 0.6);
    backdrop-filter: blur(6.1810526847839355px);
    -webkit-backdrop-filter: blur(6.1810526847839355px);
}

.start__img-title {
    font-size: 23px;
    font-weight: 700;
    line-height: 23px;
    text-align: center;
}

.start__img-text {
    font-size: 15px;
    line-height: 14px;
    text-align: center;
}

.start__btn {
    display: flex;
    margin-top: 88px;
}

.start__decore {
    position: absolute;
    pointer-events: none;
}

.start__decore.decore-1 {
    top: -360px;
    left: calc(50% - 1220px);
}

.start__decore.decore-2 {
    top: -360px;
    right: calc(50% - 1120px);
}

@media only screen and (max-width: 1059px){
    .start__img {
        top: -10px;
        right: calc(50% - 618px);
        width: 891px;
    }

    .start__img:before {
        top: 22px;
        right: calc(50% - 435px);
        transform: scale(0.9);
    }

    .start__text {
        margin-top: 73px;
    }

    .start__btn {
        margin-top: 78px;
    }
}

@media only screen and (max-width: 1023px){
    .start__label {
        display: flex;
        justify-content: center;
    }

    .start__title,
    .start__subtitle1 {
        text-align: center;
    }

    .start__subtitle2 {
        margin-top: 30px;
        text-align: center;
    }

    .start__text {
        max-width: 400px;
        margin: 30px auto 0;
    }

    .start__img {
        position: relative;
        top: -60px;
        right: calc(50% - 270px);
    }

    .start__img-content {
        right: calc(50% - 269px);
        bottom: 155px;
    }

    .start__btn {
        justify-content: center;
        margin-top: -210px;
    }

}

@media only screen and (max-width: 767px){
    .start {
        padding-top: 0;
    }

    .start__label span {
        justify-content: center;
        width: 100%;
        padding: 10px;
        font-size: 10px;
        line-height: 10px;
        border-radius: 0;
    }

    .start__label.show_pc {
        display: none;
    }


    .start__label.show_mob {
        position: relative;
        display: flex;
        z-index: 5;
    }


    .start__title {
        margin-top: 51px;
        font-size: 34px;
        line-height: 34px;
    }

    .start__subtitle1 {
        margin-top: 13px;
        font-size: 15px;
        line-height: 15px;
    }

    .start__subtitle2 {
        margin-top: 27px;
        font-size: 13px;
        line-height: 13px;
    }

    .start__text {
        max-width: 246px;
        min-height: 25px;
        margin-top: 15px;
        padding-left: 37px;
        font-size: 11px;
        line-height: 11px;
        background-size: 25px;
    }

    .start__img {
        width: 662px;
        right: calc(50% + 10px);
    }

    .start__img:before {
        top: -88px;
        right: calc(50% - 417px);
        transform: scale(0.65);
    }

    .start__img-content {
        right: calc(50% - 214px);
        bottom: 157px;
        row-gap: 4px;
    }

    .start__img-label {
        padding: 21px 19px;
        font-size: 18px;
        line-height: 18px;
        border-radius: 29px;
    }

    .start__img-info {
        width: 389px;
        padding: 27px 37px 24px 34px;
        row-gap: 11px;
        border-radius: 29px;
    }

    .start__img-title {
        font-size: 15px;
        line-height: 15px;
    }

    .start__img-text {
        font-size: 10px;
        line-height: 10px;
    }

    .start__img-text br {
        display: none;
    }

    .start__btn {
        position: relative;
        margin-top: -216px;
        z-index: 2;
    }

    .start__decore.decore-1 {
        top: -360px;
        left: calc(50% - 767px);
    }

    .start__decore.decore-2 {
        top: 280px;
        right: calc(50% - 440px);
        width: 470px;
    }
}

@media only screen and (max-width: 389px){
    .start__img-info {
        width: 360px;
        padding: 27px 20px 24px;
    }
}


@media only screen and (max-width: 374px){
    .start__subtitle1 {
        font-size: 14px;
    }

    .start__img-content {
        right: calc(50% - 199px);
    }
}





/*     open     */

.open {
    position: relative;
    padding-top: 124px;
}

.open__block {
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: 755px;
    margin: 0 auto;
}

.open__block:before {
    position: absolute;
    content: url(../img/open-decore-1.svg);
    top: -63px;
    left: calc(50% - 1022px);
}

.open__block:after {
    position: absolute;
    content: url(../img/open-decore-2.svg);
    top: -63px;
    right: calc(50% - 1018px);
}

.open__title {
    text-align: center;
    text-transform: uppercase;
}

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

.open__list1 {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-top: 35px;
}

.open__item1 {
    background-image: url(../img/open-item-bg.svg);
    background-repeat: no-repeat;
}

.open__item1-text {
    padding: 20px 20px 20px 63px;
    font-size: 13px;
    line-height: 14px;
    background-image: url(../img/mosaic-icon.svg);
    background-repeat: no-repeat;
    background-position: left 23px center;
}

.open__list2 {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    margin-top: 27px;
}

.open__item2 {
    padding: 22px 23px 18px 53px;
    border-radius: 100px;
    background-color: #061F3D;
    background-image: url(../img/chekmark-icon.svg);
    background-repeat: no-repeat;
    background-position: left 22px center;
}

.open__item2-text {
    font-size: 13px;
    line-height: 14px;
}

.open__main-title {
    position: relative;
    margin-top: 166px;
    text-align: center;
    z-index: 2;
}

.open__main-title:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    height: 450px;
    background-image: url(../img/open-decore-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.open__main-title:after {
    position: absolute;
    content: url(../img/decore-4.svg);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.open__decore {
    position: absolute;
    pointer-events: none;
    z-index: 5;
}

.open__decore.decore-1 {
    top: 60px;
    left: calc(50% - 1250px);
}

.open__decore.decore-2 {
    top: -230px;
    right: calc(50% - 1250px);
}

@media only screen and (max-width: 1059px){
    .open__block:before {
        left: calc(50% - 930px);
        transform: scale(0.9);
    }

    .open__block:after {
        right: calc(50% - 930px);
        transform: scale(0.9);
    }
}

@media only screen and (max-width: 1023px){
    .open__decore.decore-1 {
        left: calc(50% - 1095px);
    }

    .open__decore.decore-2 {
        right: calc(50% - 1095px);
    }
}

@media only screen and (max-width: 767px){
    .open {
        padding-top: 52px;
    }

    .open__block {
        justify-content: initial;
        flex-direction: column;
        max-width: 100%;
        row-gap: 63px;
    }

    .open__block:before {
        display: none;
    }

    .open__block:after {
        right: calc(50% - 576px);
        transform: scale(0.7);
    }

    .open__list2 {
        margin-top: 31px;
    }

    .open__main-title {
        display: block;
        margin-top: 105px;
    }

    .open__main-title br {
        display: none;
    }

    .open__main-title span {
        display: block;
    }

    .open__main-title:before {
        width: 315px;
        height: 315px;
        background-size: 315px;
    }

    .open__main-title:after {
        content: url(../img/decore-4-mob.svg);
    }

    .open__decore.decore-1 {
        display: none;
    }

    .open__decore.decore-2 {
        top: 10px;
        right: calc(50% - 500px);
        width: 460px;
    }
}





/*     school     */

.school {
    padding-top: 193px;
}

.school__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 852px;
    margin: 0 auto;
}

.school__side {
    width: 348px;
}

.school__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}

.school__list {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    margin-top: 32px;
}

.school__item {
    display: flex;
    align-items: center;
    padding: 20px 20px 20px 53px;
    min-height: 67px;
    border-radius: 100px;
    background-image: url(../img/chekmark-icon.svg);
    background-repeat: no-repeat;
    background-position: left 22px center;
    background-color: #061F3D;
}

.school__item-text {
    position: relative;
    font-size: 13px;
    line-height: 14px;
}

.school__subtitle {
    margin-top: 23px;
    font-size: 15px;
    line-height: 19px;
    font-style: italic;
}

.school__subtitle span {
    font-weight: 500;
}

.school__info {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 50px;
    width: calc(100% - 501px);
}

.school__info:before {
    position: absolute;
    content: url(../img/school-light.svg);
    left: calc(50% - 330px);
    bottom: -160px;
    z-index: 1;
}

.school__info:after {
    position: absolute;
    content: url(../img/school-light-2.svg);
    left: calc(50% - 120px);
    bottom: -70px;
    z-index: 1;
}

.school__info-btn {
    position: relative;
    z-index: 2;
}

.school__info-title {
    position: relative;
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
}

@media only screen and (max-width: 1023px){
    .school__block {
        flex-direction: column;
        row-gap: 40px;
        justify-content: initial;
    }

    .school__info {
        width: 100%;
    }
}

@media only screen and (max-width: 767px){
    .school {
        padding-top: 89px;
    }

    .school__block {
        row-gap: 45px;
    }

    .school__info-title {
        line-height: 24px;
    }

    .school__info:before {
        transform: scale(0.7);
    }

    .school__info:after {
        transform: scale(0.7);
    }
}




/*     results     */

.results {
    padding-top: 109px;
}

.results__block {
    padding: 65px 139px 67px 128px;
    border-radius: 54px;
    background-color: #061F3D;
}

.results__title {
    text-align: center;
}

.results__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 46px;
}

.results__list {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.results__item {
    display: flex;
    align-items: center;
    padding: 20px 20px 20px 53px;
    border-radius: 100px;
    background-color: #011329;
    background-image: url(../img/chekmark-icon.svg);
    background-repeat: no-repeat;
    background-position: left 22px center;
}

.results__item-text {
    font-size: 13px;
    line-height: 14px;
}

.results__info {
    padding: 26px 44px 26px 83px;
    border-radius: 100px;
    background-color: #FFFFFF;
    background-image: url(../img/results-icon.svg);
    background-repeat: no-repeat;
    background-position: left 30px center;
}

.results__info-text {
    font-size: 13px;
    line-height: 14px;
    font-style: italic;
    color: #061F3D;
}

@media only screen and (max-width: 1023px){
    .results__block {
        padding: 45px 10px 47px 10px;
    }
}

@media only screen and (max-width: 767px){
    .results {
        padding-top: 34px;
    }

    .results__block {
        padding: 66px 22px 51px;
        margin: 0 -22px;
    }

    .results__title br {
        display: none;
    }

    .results__title span {
        display: block;
    }

    .results__content {
        align-items: initial;
        justify-content: initial;
        flex-direction: column;
        row-gap: 9px;
        margin-top: 28px;
    }

    .results__list {
        row-gap: 9px;
    }

    .results__info {
        padding: 26px 40px 26px 86px;
    }   
}

@media only screen and (max-width: 389px){
    .results__block {
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 -10px;
    }

}

@media only screen and (max-width: 374px){
    .results__info-text br {
        display: none;
    }
}

/*     for     */

.for {
    padding-top: 78px;
}

.for__title {
    text-align: center;
}

.for__block {
    max-width: 740px;
    margin: 0 auto;
}

.for__list {
    display: flex;
    justify-content: space-between;
    margin: 65px -9px 0;
}

.for__column {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    width: 50%;
    padding: 0 9px;
}

.for__item {
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 61px;
    min-height: 140px;
    border-radius: 42px;
    background-color: #061F3D;
}

.for__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -21px;
    left: calc(50% - 30px);
    width: 61px;
    height: 61px;
    border-radius: 50%;
    background-color: #2043EA;
}

.for__item-text {
    font-size: 13px;
    line-height: 14px;
    text-align: center;
}

.for__info {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 772px;
    margin: 70px auto 0;
}

.for__info-text-list {
    display: flex;
    flex-direction: column;
    row-gap: 22px;
}

.for__info-text.text-1 {
    font-size: 15px;
    line-height: 17px;
}

.for__info-text.text-2 {
    font-size: 13px;
    font-weight: 700;
    line-height: 14px;
}

.for__info-text.text-3 {
    font-size: 13px;
    line-height: 14px;
    font-style: italic;
}

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

@media only screen and (max-width: 767px){
    .for {
        padding-top: 49px;
    }

    .for__block {
        max-width: 100%;
    }

    .for__list {
        justify-content: initial;
        flex-direction: column;
        row-gap: 16px;
        margin-top: 61px;
    }

    .for__column {
        width: 100%;
    }

    .for__info {
        align-items: initial;
        justify-content: initial;
        flex-direction: column;
        row-gap: 21px;
        max-width: 100%;
        margin-top: 38px;
    }

    .for__info-text-list {
        row-gap: 16px;
    }

    .for__info-text {
        align-items: center;
        text-align: center;
    }

    .for__info-text br {
        display: none;
    }

    .for__info-text span {
        display: block;
    }

    .for__info-text.text-3 {
        margin-top: 27px;
    }
}






/*     about     */

.about {
    position: relative;
    padding-top: 131px;
}

.about__title {
    position: relative;
    z-index: 3;
}

.about__subtitle {
    position: relative;
    margin-top: 44px;
    font-size: 15px;
    font-weight: 700;
    line-height: 14px;
    z-index: 3;
}

.about__block {
   max-width: 702px;
}

.about__list {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 23px -4px 0;
    z-index: 2;
}

.about__list:before {
    position: absolute;
    content: url(../img/decore-5.svg);
    top: -100px;
    left: calc(59% - 190px);
    z-index: 1;
}

.about__list:after {
    position: absolute;
    content: url(../img/decore-6.svg);
    top: -100px;
    left: calc(59% - 190px);
    z-index: 1;
}

.about__column {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 9px;
    width: 50%;
    padding: 0 4px;
    z-index: 2;
}

.about__item {
    display: flex;
    align-items: center;
    height: 67px;
    background-image: url(../img/item-bg-1.svg);
    background-repeat: no-repeat;
}

.about__item:nth-child(7) {
    height: 119px;
    background-image: url(../img/item-bg-3.svg);
}

.about__column:nth-child(2) .about__item:nth-child(1) {
    height: 103px;
    background-image: url(../img/item-bg-2.svg);
}

.about__item-text {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-left: 63px;
    min-height: 25px;
    font-size: 13px;
    line-height: 16px;
    background-image: url(../img/mosaic-icon.svg);
    background-repeat: no-repeat;
    background-position: left 23px center;
}

.about__item-text li {
    position: relative;
    padding-left: 20px;
}

.about__item-text li:before {
    position: absolute;
    content: '';
    top: 7px;
    left: 8px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #FFFFFF;
}

.about__label {
    margin-top: 9px;
    padding-left: 23px;
    font-size: 13px;
    line-height: 16px;
    font-style: italic;
}

.about__img {
    position: absolute;
    right: calc(50% - 621px);
    bottom: 189px;
    width: 592px;
    z-index: 1;
}

.about__img:before {
    position: absolute;
    content: url(../img/about-img-decore.svg);
    top: 99px;
    right: calc(50% - 245px);
    z-index: -1;
    pointer-events: none;
}

.about__img-list {
    position: absolute;
    top: 506px;
    right: 111px;
    display: flex;
    flex-wrap: wrap;
    padding: 32px 0 45px;
    row-gap: 32px;
    max-width: 360px;
    margin: 0 -7px 0;
    border-radius: 60px;
    background: rgba(21, 40, 125, 0.6);
    backdrop-filter: blur(20px);
    z-index: 2;
}

.about__img-column {
    width: 50%;
    padding: 0 7px;
}

.about__img-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about__img-item-text {
    display: flex;
    flex-direction: column;
    row-gap: 9px;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
}

.about__img-item-text strong {
    font-size: 30px;
    line-height: 27px;
    text-align: center;
    color: rgba(84, 171, 177, 0.67);
}

.about__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 686px;
    margin: 82px auto 0;
}

.about__info-text {
    font-size: 13px;
    line-height: 16px;
}

.about__decore {
    position: absolute;
    pointer-events: none;
}

.about__decore.decore-1 {
    top: -100px;
    right: calc(50% - 1030px);
}

.about__decore.decore-2 {
    left: calc(50% - 1230px);
    bottom: -470px;
}

.about__decore.decore-3 {
    right: calc(50% - 1190px);
    bottom: -345px;
}

@media only screen and (max-width: 1059px){
    .about__img-list {
        right: 130px;
        padding: 32px 0 45px 7px;
        max-width: 330px;
    }
}

@media only screen and (max-width: 1023px){
    .about__block {
        max-width: 100%;
    }

    .about__img {
        position: relative;
        right: calc(50% - 441px);
        bottom: 90px;
    }

    .about__img-list {
        right: 0;
        max-width: 100%;
    }

    .about__info {
        margin: 0 auto;
    }

    .about__decore.decore-1 {
        top: 600px;
        right: calc(50% - 820px);
    }

    .about__decore.decore-2 {
        left: calc(50% - 1080px);
    }

    .about__decore.decore-3 {
        right: calc(50% - 1050px);
    }
}

@media only screen and (max-width: 767px){
    .about {
        padding-top: 49px;
    }

    .about__title {
        text-align: center;
    }

    .about__subtitle {
        margin-top: 47px;
        padding-left: 22px;
    }

    .about__list {
        justify-content: initial;
        flex-direction: column;
        row-gap: 9px;
    }

    .about__list:before {
        top: -220px;
        left: calc(59% - 390px);
    }

    .about__list:after {
        top: 900px;
        left: calc(59% - 520px);
        z-index: 1;
    }

    .about__column {
        row-gap: 9px;
        width: 100%;
    }

    .about__label {
        margin-top: 9px;
    }

    .about__img {
        height: 790px;
        right: calc(50% - 42px);
        bottom: 104px;
        z-index: 2;
    }

    .about__img-list {
        right: 111px;
        max-width: 360px;
    }

    .about__info {
        justify-content: initial;
        flex-direction: column;
        row-gap: 24px;
        max-width: 100%;
        margin-top: -60px;
    }

    .about__info-title {
        text-align: center;
    }

    .about__info-text {
        text-align: center;
    }

    .about__decore.decore-1 {
        top: 940px;
        right: calc(50% - 560px);
    }

    .about__decore.decore-2 {
        left: calc(50% - 750px);
        bottom: -350px;
    }

    .about__decore.decore-3 {
        right: calc(50% - 719px);
        bottom: -145px;
    }
}

@media only screen and (max-width: 389px){
    .about__img-list {
        right: 107px;
    }
}

@media only screen and (max-width: 374px){
    .about__img-list {
        right: 121px;
    }

    .about__item {
        height: 65px;
        padding-right: 10px;
        background-size: contain;
    }

    .about__item:nth-child(7) {
        height: 148px;
        background-size: cover;
        background-position: left center;
    }

    .about__item-text {
        padding-right: 5px;
    }

    .about__item-text br {
        display: none;
    }
}




/*     after     */

.after {
    padding-top: 98px;
}

.after__block {
    padding: 65px 153px 43px;
    border-radius: 54px;
    background-color: #061F3D;
}

.after__title {
    text-align: center;
}

.after__list {
    display: flex;
    flex-wrap: wrap;
    margin: 59px -39px 0;
    row-gap: 75px;
}

.after__column {
    width: 50%;
    padding: 0 39px;
}

.after__item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    row-gap: 18px;
}

.after__item-quote {
    padding-left: 58px;
    min-height: 54px;
    font-size: 15px;
    line-height: 18px;
    font-style: italic;
    background-image: url(../img/after-icon.svg);
    background-repeat: no-repeat;
    background-position: top left;
}

.after__item-text {
    font-size: 13px;
    line-height: 18px;
}

.after__btn {
    display: flex;
    justify-content: center;
    margin-top: 51px;
}

@media only screen and (max-width: 1023px){
    .after__block {
        padding: 65px 20px 43px;
    }
}

@media only screen and (max-width: 767px){
    .after {
        padding-top: 68px;
    }

    .after__block {
        padding: 65px 20px 35px 41px;
        margin: 0 -22px;
    }

    .after__list {
        flex-wrap: initial;
        flex-direction: column;
        row-gap: 53px;
        margin: 49px -39px 0;
    }

    .after__column {
        width: 100%;
    }

    .after__item-quote {
        min-height: 36px;
    }

    .after__btn {
        position: relative;
        left: -10px;
        margin: 34px -22px 0;
    }
}


@media only screen and (max-width: 389px){
    .after__block {
        padding: 65px 20px 35px;
        margin: 0 -10px;
    }

    .after__btn {
        left: 0;
    }
}



/*     program     */

.program {
    padding-top: 103px;
}

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

.program__head-side {
    display: flex;
    flex-direction: column;
    row-gap: 36px;
    width: 316px;
}

.program__head-text {
    font-size: 13px;
    line-height: 17px;
}

.program__head-list {
    display: flex;
    width: calc(100% - 394px);
}

.program__head-column {
    display: flex;
    flex-direction: column;
    row-gap: 9px;
    width: 48.15%;
}

.program__head-subtitle {
    font-size: 15px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 8px;
}

.program__head-item {
    display: flex;
    align-items: center;
    height: 67px;
    background-image: url(../img/program-head-bg-1.svg);
    background-repeat: no-repeat;
}

.program__head-column:nth-child(2) .program__head-item:first-child {
    height: 103px;
    background-image: url(../img/program-head-bg-2.svg);
}

.program__head-column:nth-child(2) {
    margin-top: 11px;
}

.program__head-item-text {
    display: flex;
    align-items: center;
    padding-left: 63px;
    min-height: 25px;
    font-size: 13px;
    line-height: 16px;
    background-image: url(../img/mosaic-icon.svg);
    background-repeat: no-repeat;
    background-position: left 23px center;
}

.program__moduls {
    max-width: 800px;
    margin: 72px auto 0;
}

.program__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px 0;
    row-gap: 23px;
}

.program__column {
    width: 50%;
    padding: 0 12px;
}

.program__column.hide {
   display: none;
}

.program__moduls.active .program__column.hide {
    display: block;
}

.program__item {
    height: 100%;
    padding: 42px 30px 52px 54px;
    border-radius: 54px;
    background-color: #061F3D;
}

.program__item-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
}

.program__item-subtitle1 {
    margin-top: 19px;
    font-size: 15px;
    line-height: 14px;
}

.program__item-subtitle1 p {
    margin: 0 0 19px;
}

.program__item-subtitle1 p:first-child {
    min-height: 56px;
}

.program__item-text {
    margin-top: 19px;
    font-size: 13px;
    line-height: 16px;
}

.program__item-text ul {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.program__item-text li {
    padding-left: 49px;
    background-image: url(../img/mosaic2-icon.svg);
    background-repeat: no-repeat;
    background-position: top 3px left 4px;
}

.program__item-subtitle2 {
    margin-top: 33px;
    font-size: 15px;
    line-height: 14px;
}

.program__item-list {
    margin-top: 22px;
    font-size: 13px;
    line-height: 16px;
}

.program__item-list ul {
    display: flex;
    flex-direction: column;
}

.program__item-list li {
    position: relative;
    padding-left: 20px;
}

.program__item-list li:before {
    position: absolute;
    content: '';
    top: 4px;
    left: 4px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #FFFFFF;
}

.program__btn {
    display: flex;
    justify-content: center;
    margin-top: 49px;
}

@media only screen and (max-width: 1023px){
    .program__head {
        justify-content: initial;
        flex-direction: column;
        row-gap: 40px;
    }

    .program__head-side {
        justify-content: space-around;
        flex-direction: initial;
        row-gap: 0;
        width: 100%;
    }

    .program__head-list {
        width: 100%;
    }

    .program__item {
        padding: 42px 20px 52px 25px;
    }
}

@media only screen and (max-width: 767px){
    .program {
        padding-top: 73px;
    }

    .program__head {
        row-gap: 36px;
        padding-left: 17px;
    }

    .program__head-side {
        justify-content: initial;
        flex-direction: column;
        row-gap: 36px;
    }

    .program__head-list {
        flex-direction: column;
        row-gap: 6px;
    }

    .program__head-column {
        width: 100%;
    }

    .program__head-column:nth-child(2) {
        margin-top: 0;
    }

    .program__moduls {
        max-width: 100%;
        margin-top: 37px;
    }

    .program__list {
        flex-wrap: initial;
        flex-direction: column;
        row-gap: 12px;
        margin: 0 -21px;
    }

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

    .program__item {
        padding: 42px 33px 53px 53px;
    }

    .program__btn {
        margin-top: 27px;
    }
}

@media only screen and (max-width: 767px){
    .program__list {
        margin: 0 -10px;
    }

    .program__item {
        padding: 42px 20px 53px 40px;
    }
}

@media only screen and (max-width: 480px){
    .program__item-text strong {
        display: block;
    }

    .program__item-text br {
        display: none;
    }
}




/*     how     */

.how {
    position: relative;
    padding: 59px 0 88px;
}

.how__block {
    max-width: 624px;
    margin: 0 auto;
}

.how__title {
    text-align: center;
}

.how__list {
    display: flex;
    justify-content: space-between;
    margin: 41px -19px 0;
}

.how__column {
    width: 50%;
    padding: 0 19px;
    font-size: 13px;
    line-height: 16px;
}

.how__column ul {
    margin-top: -16px;
    margin-bottom: 16px;
}

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

.how__column li {
    position: relative;
    padding-left: 20px;
}

.how__column li:before {
    position: absolute;
    content: '';
    top: 5px;
    left: 7px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #FFFFFF;
}

.how__text-mob {
    display: none;
}

.how__decore {
    position: absolute;
    pointer-events: none;
}

.how__decore.decore-1 {
    left: calc(50% - 1240px);
    bottom: -110px;
}

.how__decore.decore-2 {
    top: -300px;
    right: calc(50% - 1320px);
}

@media only screen and (max-width: 1023px) {
    .how__decore.decore-1 {
        left: calc(50% - 1060px);
    }

    .how__decore.decore-2 {
        right: calc(50% - 1140px);
    }
}

@media only screen and (max-width: 767px){
    .how {
        padding: 53px 0 62px;
    }

    .how__title br {
        display: none;
    }

    .how__title span {
        display: block;
    }

    .how__list {
        justify-content: initial;
        flex-direction: column;
        row-gap: 16px;
        margin: 23px 0 0;
    }

    .how__column {
        width: 100%;
        padding: 0 0 0 33px;
    }

    .how__text-mob {
        display: flex;
        margin-top: 23px;
        font-size: 13px;
        line-height: 16px;
        font-style: italic;
    }

    .how__decore.decore-1 {
        left: calc(50% - 740px);
        bottom: 200px;
    }

    .how__decore.decore-2 {
        top: -325px;
        right: calc(50% - 840px);
    }
}







/*     what     */

.what {
    padding: 69px 0 98px;
    background-color: #011F43;
}

.what__title {
    text-align: center;
}

.what__subtitle {
    margin-top: 22px;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
}

.what__list {
    display: flex;
    justify-content: space-between;
    max-width: 651px;
    margin: 66px auto 0;
}

.what__column {
    display: flex;
    flex-direction: column;
    row-gap: 37px;
}

.what__item {
    display: flex;
    column-gap: 20px;
}

.what__item-number {
    min-width: 63px;
    font-size: 46px;
    font-weight: 700;
    line-height: 46px;
    color: rgba(32, 67, 234, 0.4);
}

.what__item-content {
    display: flex;
    flex-direction: column;
    row-gap: 19px;
}

.what__item-title {
    font-size: 15px;
    font-weight: bold;
    line-height: 17px;
}

.what__item-text {
    font-size: 13px;
    line-height: 17px;
}

@media only screen and (max-width: 767px){
    .what {
        padding: 69px 0 73px;
        background-color: #011F43;
    }

    .what__subtitle {
        max-width: 293px;
        margin: 22px auto 0;
        text-align: left;
    }

    .what__subtitle br {
        display: none;
    }

    .what__list {
        justify-content: initial;
        flex-direction: column;
        max-width: 651px;
        margin-top: 52px;
        padding-left: 21px;
        row-gap: 37px;
    }

    .what__column {
        row-gap: 41px;
    }

    .what__item {
        column-gap: 14px;
    }

    .what__item-content {
        row-gap: 16px;
    }
}

@media only screen and (max-width: 374px){
    .what__item-number {
        min-width: 53px;
        font-size: 36px;
        line-height: 36px;
    }
}




/*     reviews     */

.reviews {
    padding-top: 82px;
}

.reviews__title {
    position: relative;
    text-align: center;
    z-index: 2;
}

.reviews__block {
    max-width: 775px;
    margin: 0 auto;
}

.reviews__slider {
    position: relative;
    margin: 26px auto 0;
}

.reviews__slider:before {
    position: absolute;
    content: url(../img/decore-6.svg);
    top: -210px;
    left: calc(50% - 420px);
    pointer-events: none;
    z-index: -1;
}

.reviews__slider:after {
    position: absolute;
    content: url(../img/decore-7.svg);
    top: -30px;
    right: calc(50% - 390px);
    pointer-events: none;
    z-index: -1;
}

.reviews__item {
    position: relative;
    width: 337px;
    margin: 0 auto;
}

.reviews__item img {
    border-radius: 51px;
    overflow: hidden;
}

.reviews__info {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 775px;
    margin: 62px auto 0;
    padding: 29px 66px 37px 71px;
    text-align: center;
    color: #fff;
    background-color: rgba(217, 217, 217, 0.1);
    border-radius: 60px;
}

.reviews__info-content {
    display: flex;
    flex-direction: column;
    row-gap: 13px;
}

.reviews__info-title {
    font-size: 15px;
    line-height: 17px;
    text-align: center;
}

.reviews__info-description {
    font-size: 13px;
    line-height: 17px;
    text-align: center;
}

.reviews__info-btn {
    display: flex;
    justify-content: center;
}

.reviews__info-btn.show_mob {
    display: none;
}

.owl-reviews {
    padding-bottom: 68px;
}

.owl-reviews .owl-nav {
    position: absolute!important;
    left: calc(50% - 58px)!important;
    bottom: 0!important;
    display: flex!important;
    justify-content: space-between!important;
    width: 116px!important;
    z-index: 2!important;
}

.owl-reviews .owl-nav button {
    position: relative!important;
    width: 43px!important;
    height: 43px!important;
    margin: 0!important;
    background: none!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    border: 1px solid #FFFFFF!important;
    border-radius: 50%!important;
    opacity: 1!important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.owl-reviews .owl-nav button span {
    display: none!important;
}

.owl-reviews .owl-nav button.owl-prev {
    background-image: url(../img/icon-slider-prev.svg)!important;
}

.owl-reviews .owl-nav button.owl-next {
    background-image: url(../img/icon-slider-next.svg)!important;
}

.owl-reviews .owl-nav button.disabled {
    opacity: 0.5!important;
}

.owl-reviews .owl-dots {
    display: none!important;
}

@media only screen and (max-width: 767px){
    .reviews {
        padding-top: 75px;
    }

    .reviews__slider {
        margin-top: 39px;
    }

    .reviews__slider:before {
        top: -170px;
        left: calc(50% - 540px);
    }

    .reviews__slider:after {
        top: -340px;
        right: calc(50% - 580px);
    }

    .owl-reviews {
        padding-bottom: 53px;
    }

    .reviews__info-btn.show_pc {
        display: none;
    }

    .reviews__info-btn.show_mob {
        display: flex;
        margin-top: 26px;
    }

    .reviews__info {
        justify-content: initial;
        flex-direction: column;
        row-gap: 28px;
        width: 100%;
        margin-top: 48px;
        padding: 39px 20px 41px;
    }
}








/*     faq     */

.faq {
    padding: 80px 0 158px;
}

.faq__title {
    text-align: center;
}

.faq__list {
    max-width: 523px;
    margin: 53px auto 0;
}

.faq__item {
    padding: 19px 0 19px 10px;
    border-top: 1px solid rgba(183, 183, 183, 0.2);
}

.faq__item-question {
    display: flex;
    align-items: center;
    min-height: 24px;
    padding-right: 60px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    background-image: url(../img/icon-faq.svg);
    background-position: center right;
    background-repeat: no-repeat;
}

.faq__item-answer {
    max-height: 0;
    padding: 0 50px 0 0;
    font-size: 14px;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.faq__item_active .faq__item-answer {
    padding-top: 10px;
    max-height: 1000px;
}

.faq__item_active .faq__item-question {
    background-image: url(../img/icon-faq-active.svg);
}

.faq__info {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 713px;
    margin: 60px auto 0;
}

.faq__content {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.faq__subtitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.faq__btn {
    display: flex;
}


.faq__btn.show_mob {
    display: none;
}



@media only screen and (max-width: 767px){
    .faq {
        padding: 69px 0;
    }

    .faq__title br {
        display: none;
    }

    .faq__title span {
        display: block;
    }

    .faq__list {
        max-width: 329px;
        margin: 40px auto 0;
    }

    .faq__item {
        padding: 22px 0 21px 10px;
    }

    .faq__item-question {
        font-size: 13px;
        padding-right: 25px;
    }

    .faq__item-answer {
        padding-right: 0;
        font-size: 13px;
    }

    .faq__subtitle {
        font-size: 15px;
        font-weight: 700;
        line-height: 17px;
        text-align: center;
    }

    .faq__subtitle span {
        display: block;
    }

    .faq__info {
        align-items: initial;
        justify-content: initial;
        flex-direction: column;
        row-gap: 20px;
        margin: 0;
        padding: 36px 0 35px;
        border-radius: 60px;
        background-color: rgba(217, 217, 217, 0.1);
    }

    .faq__text {
        font-size: 13px;
        line-height: 17px;
        text-align: center;
    }

    .faq__btn.show_pc {
        display: none;
    }

    .faq__btn.show_mob {
        display: flex;
        justify-content: center;
        margin-top: 22px;
    }
}





/*     footer     */

.footer {
    position: relative;
    padding: 53px 0 100px;
    color: #fff;
    background: #000;
}

.footer__list {
    display: flex;
    flex-wrap: wrap;
    max-width: 835px;
    margin: 0 auto -57px;
}

.footer__column {
    width: 50%;
    margin-bottom: 69px;
    font-size: 10px;
    line-height: 12px;
}

.footer__column a {
    color: #fff;
}

.footer__column p {
    margin-bottom: 12px;
}

.footer__column:nth-child(1) p,
.footer__column:nth-child(2) p {
    max-width: 350px;
}

.footer__column:nth-child(3) {
    width: 100%;
}

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

}

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

@media only screen and (max-width: 767px){
    .footer {
        padding-top: 16px;
    }

    .footer__list {
        margin-bottom: -16px;
    }

    .footer__column {
        margin-bottom: 16px;
        font-size: 7px;
        line-height: 8px;
    }
}






/* popup */

.overlay {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.62);
    z-index: 999999;
}

.popup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
    position: relative;
    overflow-y: scroll;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 100;
}

.popup .block {
    position: relative;
    width: 100%;
    max-width: 680px;
    margin: 40px auto;
    padding: 40px 20px;
    color: #000;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.popup-close {
    position: absolute;
    cursor: pointer;
    top: 39px;
    right: 41px;
    z-index: 10;
}

.popup-close svg rect {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.popup-close:hover svg line {
   stroke: #53aab0;
}

.popup__main {
    position: relative;
    z-index: 2;
}

.popup__title {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

.popup__telegram {
    display: flex;
    column-gap: 12px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.popup__telegram br {
    display: none;
}

.popup__price {
    display: flex;
    column-gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.popup__price-new {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    color: #1b3cd1;
}

.popup__price-old {
    font-size: 18px;
    line-height: 20px;
    font-family: 'Gotham Pro';
    color: #6D6D6D;
}

.popup__price-old span {
    position: relative;
}

.popup__price-old span:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #6D6D6D;
}

.popup__text {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

.popup__form {
    max-width: 360px;
    margin: 20px auto 0;
}

.popup__form label {
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 20px;
}

.form__line input {
    display: block;
    width: 100%;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    font-family: 'Gotham Pro';
    border: 2px solid #ccc;
    border-radius: 10px;
    -webkit-transition: all 0.2s !important;
    -moz-transition: all 0.2s!important;
    -o-transition: all 0.2s!important;
    transition: all 0.2s !important;
}

.popup__form input:focus {
    border-color: #000;
}

.form__line input::-webkit-input-placeholder {color: #6D6D6D;}
.form__line input::-moz-placeholder {color: #6D6D6D;}
.form__line input:-ms-input-placeholder {color: #6D6D6D;}
.form__line input:-moz-placeholder {color: #6D6D6D;}

.form__line {
    margin-bottom: 20px;
}

.form__line_last {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 38px 0 0;
}

.form__line_last input {
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    font-family: 'Gotham Pro';
    background-size: cover!important;
    border-radius: 40px;
}

.form__line_last p {
    display: block;
    width: 100%;
}

.wpcf7-not-valid-tip {
    display: block!important;
    font-size: 14px!important;
    font-weight: normal!important;
    line-height: 20px!important;
    padding-top: 5px!important;
    text-align: center!important;
    color: #dc3232!important;
}

.wpcf7-response-output {
    font-size: 14px!important;
    font-weight: normal!important;
    line-height: 20px!important;
    padding-top: 5px!important;
    text-align: center!important;
}

.wpcf7-spinner {
    position: absolute!important;
    top: 15px!important;
    right: 25px!important;
    margin: 0!important;
}

.form__line-lock {
    display: flex;
    column-gap: 18px;
    align-items: center;
    justify-content: center;
    margin-top: 22px;
    padding-right: 7px;
    font-size: 12px;
    line-height: 18px;
}

.form__line-lock span {
    text-align: center;
}

.popup__timer-title {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
}

.popup__timer {
    display: flex;
    column-gap: 12px;
    justify-content: center;
    margin-top: 10px;
}

.popup__timer-count {
    width: 70px;
    font-size: 28px;
    font-weight: 400;
    line-height: 33px;
    text-align: center;
}

.discount__timer-text {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}

.popup__ps {
    margin-top: 36px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

@media only screen and (max-width: 1179px){
    .popup .block {
        max-width: 350px;
        margin: 25px auto 50px;
        padding: 58px 15px 15px;
    }

    .popup-close {
        top: 12px;
        right: 12px;
    }

    .popup__title {
        font-size: 14px;
        line-height: 17px;
    }

    .popup__title span {
        display: block;
    }

    .popup__title br {
        display: none;
    }

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

    .popup__text div {
        margin-top: 10px;
    }

    .popup__text br {
        display: none;
    }

    .popup__telegram {
        column-gap: 20px;
        margin-top: 15px;
        font-size: 16px;
        line-height: 20px;
    }

    .popup__telegram br {
        display: block;
    }

    .popup__telegram span {
        text-align: center;
    }

    .popup__price {
        margin-top: 16px;
    }

    .popup__form {
        max-width: 286px;
        margin: 32px auto 0;
    }

    .popup__form label {
        font-size: 16px;
        line-height: 20px;
    }

    .form__line input {
        padding: 17px 12px 17px 12px;
        font-size: 14px;
        line-height: 16px;
    }


    
    
    .form__line {
        margin-bottom: 16px;
    }

    .form__line_last {
        margin: 20px 0 0;
    }

    .form__line_last input {
        height: 55px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
    }

    .form__line_last .btn_black {
        width: 100%!important;
        min-width: 100%!important;
    }

    .form__line-lock {
        max-width: 286px;
        margin: 18px auto 0;
        padding-right: 0;
        font-size: 12px;
        line-height: 16px;
    }

    .form__line-lock svg {
        flex: 0 0 24px;
    }

    .form__line-lock br {
        display: none;
    }

    .popup__timer {
        margin-top: 2px;
    }

    .popup__timer-title {
        margin-top: 20px;
        font-size: 16px;
        line-height: 20px;
    }

    .popup__timer-count {
        width: 54px;
    }

    .discount__timer-text {
        margin-top: 0;
        font-size: 12px;
        line-height: 15px;
    }

    .popup__ps {
        max-width: 286px;
        margin: 20px auto 0;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
    }

    .popup__ps br {
        display: none;
    }
}

/*     page404     */

.page404 {
    padding: 200px 0;
}

.page404__title {
    text-align: center;
}

.page404__description {
    margin-top: 20px;
    text-align: center;
}

.page404__btn {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

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

}

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

@media only screen and (max-width: 767px){
    .page404 {
        padding: 100px 0;
    }
}


/*     Success     */

.success {
    padding: 200px 0;
}

.success__title {
    text-align: center;
}

.success__description {
    margin-top: 20px;
    text-align: center;
}

.success__btn {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

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

}

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

@media only screen and (max-width: 767px){
    .success {
        padding: 100px 0;
    }
}


/*     One Page     */

.one-page {
    padding: 50px 0 100px;
}

.one-page__title {
    text-align: center;
}

.one-page__text {
    max-width: 835px;
    margin: 20px auto 0;
}

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

}

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

@media only screen and (max-width: 767px){
    .one-page {
        padding: 40px 0 80px;
    }
}

/*     fly     */

.fly {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100px;
    display: flex;
    justify-content: center;
    padding: 15px;
    background-color: #011329;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 10;
}

.fly a {
    color: #FFFFFF;
}

.fly_active {
    bottom: 0;
}

@media only screen and (min-width: 768px){
    .fly {
        display: none;
    }
}