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: 'Atyp Display';
    src: url('../fonts/AtypDisplay-Regular.eot');
    src: local('Atyp Display'), local('AtypDisplay-Regular'),
        url('../fonts/AtypDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AtypDisplay-Regular.woff2') format('woff2'),
        url('../fonts/AtypDisplay-Regular.woff') format('woff'),
        url('../fonts/AtypDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Atyp Display';
    src: url('../fonts/AtypDisplay-Light.eot');
    src: local('Atyp Display Light'), local('AtypDisplay-Light'),
        url('../fonts/AtypDisplay-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AtypDisplay-Light.woff2') format('woff2'),
        url('../fonts/AtypDisplay-Light.woff') format('woff'),
        url('../fonts/AtypDisplay-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

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

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

@font-face {
    font-family: 'Mazzard';
    src: url('../fonts/MazzardM-SemiBold.eot');
    src: local('Mazzard M SemiBold'), local('MazzardM-SemiBold'),
        url('../fonts/MazzardM-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MazzardM-SemiBold.woff2') format('woff2'),
        url('../fonts/MazzardM-SemiBold.woff') format('woff'),
        url('../fonts/MazzardM-SemiBold.ttf') format('truetype');
    font-weight: 600;
    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: 'Mazzard';
    color: #fff;
    background-color: #0E0E0E;
}

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

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

.noscroll {
    overflow: hidden;
}

.center {
    text-align: center;
}

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

p {
    margin: 0 0 20px;
}

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

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

/*     main     */

.wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

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

.title {
    font-size: 110px;
    font-weight: 400;
    line-height: 132px;
    letter-spacing: -0.01em;
    font-family: 'Atyp Display';
    text-transform: uppercase;
}

.pre-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.37em;
    color: #767676;
}

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

    .title {
        font-size: 50px;
        line-height: 60px;
    }

    .pre-title {
        font-size: 10px;
        line-height: 12px;
    }
}

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

/*     btn     */

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

.btn_yellow {
    display: flex;
    align-items: center;
    column-gap: 78px;
    height: 122px;
    padding: 0 60px;
    font-size: 26px;
    font-weight: 600;
    line-height: 31px;
    border-radius: 30px;
    color: #121212!important;
    background: linear-gradient(90deg, #FFEC44 0%, #FFF7AD 100%);
    box-shadow: 0px 10px 30px 0px #FFFBD9 inset;
}

.menu a {
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

@media only screen and (max-width: 1279px){
    .btn_yellow {
        height: 74px;
        padding: 0 36px;
        column-gap: 48px;
        font-size: 16px;
        line-height: 19px;
        border-radius: 18px;
    }

    .btn_yellow svg {
        width: 25px;
        height: 25px;
    }
}

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


/*  header  */

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 65px;
    z-index: 2;
}

.header__block {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.header__base {
    display: flex;
    column-gap: 68px;
    align-items: center;
}

.header__logo {
    display: flex;
    width: 136px;
    height: 56px;
    background-image: url(../img/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.header__info {
    display: flex;
    column-gap: 48px;
}

.header__info.mob {
    display: none;
}

.header__info-item {
    display: flex;
    column-gap: 9px;
    align-items: center;
}

.header__info-item:nth-child(1) .header__info-icon {
    width: 55px; 
}

.header__info-item:nth-child(2) .header__info-icon {
    width: 62px;
}


.header__info-icon svg {
    width: 100%;
    height: auto;
}

.header__info-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    white-space: nowrap;
    letter-spacing: -0.015em;
}

.header__info-sub-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    color: #BFBFBF;
}

.header__info {
    display: flex;
    column-gap: 48px;
}

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

.header__inst {
    display: flex;
    column-gap: 15px;
    align-items: center;
    justify-content: center;
    width: 242px;
    height: 71px;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #FFEC44;
    background-image: url(../img/header-inst-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.header__menu-btn {
    display: flex;
    column-gap: 12px;
    align-items: center;
    justify-content: center;
    width: 157px;
    height: 71px;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    background: linear-gradient(180deg, #FFF27C 0%, #FFF7AD 100%);
    border-radius: 10px;
}

.header__menu {
    position: fixed;
    top: 0;
    left: 0;
    right: calc(50% + 160px);
    bottom: 0;
    padding: 65px 88px 0 0;
    display: flex;
    justify-content: flex-end;
    color: #fff;
    background-color: #000000;
    transform: translate(-100%, 0);
    overflow-y: auto;
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    z-index: 100;
}

.header__menu_active {
    transform: translate(0, 0);
}

.header__c {
    width: 512px;
    padding-bottom: 60px;
}

.header__h {
    display: flex;
    column-gap: 44px;
    align-items: center;
}

.header__h .header__menu-btn {
    display: flex;
    column-gap: 12px;
    align-items: center;
    justify-content: center;
    width: 157px;
    height: 71px;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #767676;
    background: linear-gradient(129.51deg, #2D2D2D 20.61%, #151515 79.39%);
    border-radius: 10px;
}

.header__menu-close {
    cursor: pointer;
}

.header__m {
    margin-top: 126px;
}

.header__m ul {
    display: flex;
    row-gap: 35px;
    flex-direction: column;
}

.header__m ul a {
    font-size: 56px;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.header__m a:hover {
    color: rgba(255, 236, 68, 1);
}

.header__b {
    display: flex;
    margin-top: 125px;
}

.header__b .btn_yellow {
    column-gap: 18px;
    height: 102px;
}

.header__menubg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(18, 18, 18, 0.5);
    transform: translate(100%, 0);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    z-index: 90;
}

.header__menubg_active {
    transform: translate(0, 0);
}

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

    .header__block {
        align-items: center;
    }

    .header__logo {
        width: 91px;
        height: 37px;
    }

    .header__menu-btn {
        display: flex;
        column-gap: 8px;
        align-items: center;
        justify-content: center;
        width: 111px;
        height: 50px;
        font-size: 13px;
        line-height: 15px;
    }

    .header .header__info.pc {
        display: none;
    }

    .header__info.mob {
        position: relative;
        display: flex;
        column-gap: 32px;
        justify-content: center;
        margin-top: 260px;
        z-index: 5;
    }

    .header__info-title {
        font-size: 17px;
        line-height: 20px;
    }

    .header__info-item:nth-child(1) .header__info-icon {
        width: 36px;
    }

    .header__info-item:nth-child(2) .header__info-icon {
        width: 41px;
    }

    .header__info-sub-title {
        font-size: 12px;
        line-height: 15px;
    }

    .header .header__inst {
        display: none;
    }

    .first__btn {
        margin-top: 18px;
    }

    .header__menu-btn svg {
        width: 19px;
    }
}

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

/*  first  */

.first {
    position: relative;
    margin-top: 136px;
    padding: 67px 0 356px;
    background-image: url(../img/first-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 1;
}

.first:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 200px;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    z-index: 10;
}

.first__title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 180px!important;
    line-height: 216px!important;
    z-index: 2;
}

.first__title svg {
    position: relative;
    top: -13px;
    right: -64px;
}

.first__block {
    position: relative;    
}

.first__offer {
    position: relative;
    display: flex;
    column-gap: 37px;
    margin-top: 66px;
    z-index: 5;
}

.first__offer-icon {
    margin-top: 53px;
}

.first__offer-text {
    font-size: 36px;
    font-weight: 400;
    line-height: 43px;
}

.first__offer-text span {
    padding-left: 48px;
}

.first__btn {
    position: relative;
    display: flex;
    justify-content: flex-start;
    margin-top: 133px;
    z-index: 5;
}

.first__about {
    position: absolute;
    top: 150px;
    right: 0;
    padding: 40px 38px;
    display: flex;
    column-gap: 15px;
    border-radius: 50px;
    background: linear-gradient(239.15deg, rgba(18, 18, 18, 0.9) 7.34%, rgba(30, 30, 30, 0.9) 92.66%);
    box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.first__about-icon {
    flex: 0 0 14px;
    margin-top: 30px;
}

.first__about-autor {
    font-size: 18px;
    font-weight: 300;
    line-height: 21px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.4);
}

.first__about-name {
    margin-top: 4px;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.8);
}

.first__about-description {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    text-align: justify;
    color: rgba(255, 255, 255, 0.56);
}

.first__img {
    position: absolute;
    top: -144px;
    left: -199px;
    z-index: 4;
    pointer-events: none;
}

.first__img-main {
    position: relative;
    z-index: 2;
}

.first__img-main img {
    width: 2084px;
}

.first__img-decore {
    position: absolute;
    z-index: 3;
}

.first__img-decore-1 {
    top: 689px;
    left: 793px;
    width: 423px;
}

.first__img-decore-2 {
    top: 820px;
    left: 983px;
    width: 577px;
}

.first__img-decore-3 {
    top: 640px;
    left: 1260px;
    width: 417px;
}

.first__img-decore-np {
    top: 208px;
    left: calc(50% - 380px);
    width: 976px;
    z-index: 1;
}

.first__img-decore-fedex-1 {
    position: absolute;
    top: -198px;
    left: calc(50% - 500px);
    z-index: 1;
}

.first__img-decore-fedex-1 img {
    width: 620px;
}

.first__img-decore-fedex-2 {
    top: 353px;
    left: -46px;
}

.first__img-decore-fedex-2 img {
    position: relative;
    width: 1471px;
    z-index: 1;
}

.first__img-decore-fedex-2:before {
    position: absolute;
    top: 400px;
    left: -300px;
    content: url(../img/first-circle-2.svg);
    z-index: 2;
}

.first__img-decore-upx {
    top: 345px;
    right: -67px;
    z-index: 1;
}

.first__img-decore-upx img {
    position: relative;
    width: 776px;
    z-index: 1;
}

.first__img-decore-upx:before {
    position: absolute;
    top: -80px;
    left: -110px;
    content: url(../img/first-circle-1.svg);
    z-index: 2;
}

.first__decore {
    position: absolute;
}

.first__decore-fedex-1 {
    position: absolute;
    top: -342px;
    left: calc(50% - 1188px);
    z-index: 3;
}

.first__decore-fedex-1:before {
    position: absolute;
    top: 70px;
    left: -190px;
    content: url(../img/first-circle-1.svg);
    z-index: 2;
}

.first__decore-fedex-1 img {
    position: relative;
    width: 620px;
    z-index: 1;
}

@media only screen and (max-width: 1279px){
    .first {
        margin-top: 0;
        padding: 162px 0 30px;
    }
    .first:after {
        display: none;
    }

    .first__block:after {
        position: absolute;
        content: '';
        left: -1000px;
        right: -1000px;
        bottom: -30px;
        height: 200px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        z-index: 5;
    }

    .first__title {
        flex-wrap: wrap;
        justify-content: flex-start;
        font-size: 74px!important;
        line-height: 20px!important;
    }

    .first__title svg {
        position: relative;
        top: -7px;
        right: -2px;
        width: 60px;
        margin-right: 5px;
    }

    .first__about {
        display: none;
    }

    .first__offer {
        margin-top: 4px;
        column-gap: 16px;
        justify-content: flex-end;
    }

    .first__offer-icon {
        margin-top: 0;
    }

    .first__offer-text span {
        padding-left: 0;
    }

    .first__offer-icon svg {
        width: 30px;
        height: 32px;
    }

    .first__offer-text {
        font-size: 17px;
        line-height: 20px;
    }

    .first__img {
        top: 42px;
        left: -417px;
    }

    .first__img:after {
        position: absolute;
        top: -180px;
        left: calc(50% - 272px);
        content: url(../img/first-decore-mob.png);
        pointer-events: none;
        z-index: 10;
    }

    .first__img-main img {
        width: 970px;
    }

    .first__img-decore-1 {
        top: 288px;
        left: 418px;
        width: 236px;
    }

    .first__img-decore-2 {
        top: 334px;
        left: 453px;
        width: 380px;
    }

    .first__img-decore-3 {
        top: 261px;
        left: 603px;
        width: 230px;
        transform: rotate(4deg);
    }

    .first__img-decore-np,
    .first__img-decore-upx,
    .first__img-decore-fedex-2,
    .first__decore-fedex-1 {
        display: none;
    }

    .first__btn {
        margin-top: 20px;
        justify-content: center;
        z-index: 10;
    }

    .header__menu {
        padding: 34px 40px 0;
        right: calc(50% - 230px);
    }

    .header__c {
        width: 350px;
        padding-bottom: 34px;
    }

    .header__inst {
        display: none;
    }

    .header__h {
        justify-content: space-between;
    }

    .header__h .header__menu-btn {
        column-gap: 8px;
        width: 111px;
        height: 50px;
        font-size: 13px;
        line-height: 15px;
    }

    .header__m ul {
        display: flex;
        row-gap: 17px;
    }
    
    .header__m ul a {
        font-size: 26px;
        line-height: 26px;
    }

    .header__m {
        margin-top: 60px;
    }

    .header__b {
        margin-top: 60px;
    }

    .header__b .btn_yellow {
        height: 74px;
    }
}

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

}

/*  for  */

@media only screen and (min-width: 1024px){
    .bg {
        background-image: url(../img/bg.jpg);
        background-position: top center;
        background-repeat: repeat;
    }
}

@media only screen and (max-width: 1024px){
    .bg {
        background-color: #000;
    }
}

/*  for  */

.for {
    position: relative;
    padding: 0 0 152px;
    background-color: #000;
    background-image: url(../img/for-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 2;
}

.for:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background: #000;
}

.for:before {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
}

.for__head {
    position: relative;
    top: -20px;
    text-align: center;    
}

.for__pre-title {
    position: absolute;
    top: 56px;
    left: 0;
}

.for__title .line-1 {
    padding-right: 145px;
}

.for__title .line-2 {
    padding-left: 635px;
}

.for__slider {
    margin-top: 42px;
}

.owl-for {
    padding-bottom: 162px;
    background-image: url(../img/icon-for-finger.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.owl-for .owl-stage-outer {
    overflow: initial;
}

.owl-for .owl-nav,
.owl-for .owl-dots {
    display: none;
}

.for__item {
    position: relative;
    height: 495px;
    padding: 58px 20px 50px 68px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/for-bg.svg);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.for__item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.for__item_1:before {
    background-image: url(../img/for-bg-1.png);
}

.for__item_2:before {
    background-image: url(../img/for-bg-2.png);
}

.for__item_3:before {
    background-image: url(../img/for-bg-3.png);
}

.for__item_4:before {
    background-image: url(../img/for-bg-4.png);
}

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

.for__item-title {
    position: relative;
    padding-left: 40px;
    font-size: 36px;
    font-weight: 400;
    line-height: 42px;
}

.for__item-title:before {
    position: absolute;
    content: '';
    top: -36px;
    left: -44px;
    width: 110px;
    height: 110px;
    background-image: url(../img/icon-star.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.for__item-title span {
    position: relative;
    z-index: 2;
}

.for__item-text {
    margin-top: 27px;
    font-size: 24px;
    line-height: 28px;
}

.for__item-text .grey {
    color: #767676;
}

@media only screen and (max-width: 1279px){
    .for {
        padding: 101px 0 170px;
        background-image: url(../img/for-bg-mob.png);
        background-position: top center;
    }

    .for:after {
        display: none;
    }

    .for__pre-title {
        position: absolute;
        top: 5px;
        right: -2px;
        left: auto;
    }

    .for__title {
        text-align: left;
    }

    .for__title .line-1 {
        padding-right: 0;
    }

    .for__title .line-1 span {
        display: block;
        padding-left: 0;
    }

    .for__title .line-2 {
        padding-left: 114px;
    }

    .for__slider {
        margin-top: 3px;
    }

    .owl-for {
        padding-bottom: 0;
        background: none;
    }

    .owl-for .owl-stage {
        display: flex!important;
        row-gap: 35px!important;
        flex-direction: column!important;
        transform: none!important;
        transition: none!important;
        width: 100%!important;
    }

    .owl-for .owl-item {
        width: 100%!important;
    }

    .for__item {
        height: 330px;
        padding: 35px 5px 10px 48px;
    }

    .for__item-title {
        padding-left: 27px;
        font-size: 24px;
        line-height: 28px;
    }

    .for__item-title:before {
        top: -25px;
        left: -31px;
        width: 76px;
        height: 76px;
    }

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

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

/*  header  */

.program {
    padding: 238px 0 200px;
}

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

.program__head {
    position: relative;
    padding-top: 60px;
}

.program__pre-title {
    position: absolute;
    top: -68px;
    left: 0;
}

.program__title .line-0 {
    display: none;
}

.program__title .line-2 {
    padding-left: 125px;
}

.program__content {
    width: 53.2%;
}

.program__item {
    display: flex;
    column-gap: 52px;
    padding: 42px 0;
    border-top: 1px solid #3C3C3C;
}

.program__item:first-child {
    padding-top: 0;
    border-top: none;
}

.program__list_hide .program__item.hide {
    display: none;
}

.program__info-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 128px;
    height: 91px;
    font-size: 26px;
    font-weight: 600;
    line-height: 31px;
    color: #121212;
    background: linear-gradient(90deg, #FFEC44 0%, #FFF7AD 100%);
    box-shadow: 0px 10px 30px 0px #FFFBD9 inset;
    border-radius: 20px;
}

.program__info-text {
    margin-top: 14px;
    padding-left: 7px;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    text-align: center;
    color: #FFEC44;
}

.program__base {
    width: 100%;
}

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

.program__base-head {
    display: flex;
    justify-content: space-between;
    padding-right: 15px;
}

.program__base-title {
    font-size: 36px;
    font-weight: 400;
    line-height: 43px;
}

.program__base-week {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 175px;
    height: 53px;
    padding-left: 26px;
    font-size: 18px;
    line-height: 21px;
    background-image: url(../img/icon-week.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.program__base-text {
    margin-top: 17px;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
}

.program__item:first-child .program__base-text {
    margin-top: 10px;
}

.program__base-text .grey {
    font-weight: 400;
    color: #BFBFBF;
}

.program__list_hide .program__item:nth-child(3) .program__base-text {
    background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255, 0.2), rgba(255,255,255, 0.1), rgba(255,255,255, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

@media only screen and (max-width: 1279px){
    .program {
        margin-top: -46px;
        padding: 0 0 130px;
    }

    .program__block {
        flex-direction: column;
    }

    .program__head {
        padding-top: 0;
    }

    .program__pre-title {
        position: relative;
        top: auto;
    }

    .program__title {
        margin-top: 30px;
    }

    .program__title .line-0 {
        display: block;
    }

    .program__title .line-1,
    .program__title .line-2 {
        display: none;
    }

    .program__title .line-3 {
        padding-left: 116px;
    }

    .program__title .line-4 {
        padding-left: 59px;
    }

    .program__content {
        width: 100%;
        margin-top: 60px;    
    }

    .program__list {
        position: relative;
        z-index: 1;
    }

    .program__item {
        padding: 22px 0;
        column-gap: 30px;
        border: 0;
    }

    .program__info-number {
        width: 75px;
        height: 53px;
        font-size: 15px;
        line-height: 18px;
        border-radius: 12px;
    }

    .program__info-text {
        margin-top: 8px;
        padding-left: 2px;
        font-size: 11px;
        line-height: 13px;
    }

    .program__base {
        position: relative;
        padding-bottom: 40px;
    }

    .program__base-title {
        font-size: 21px;
        line-height: 25px;
    }

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

    .program__base-text br {
        display: none;
    }

    .program__base-week {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100px;
        height: 31px;
        font-size: 11px;
        line-height: 13px;
        color: #767676;
    }

    .program__btn {
        position: relative;
        margin-top: -72px;
        z-index: 2;
    }
}

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

}



/*  study  */

.study {
    padding: 82px 0 165px;
}

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

.study__head {
    position: relative;
}

.study__head:before {
    position: absolute;
    content: '';
    top: 914px;
    left: 232px;
    width: 122px;
    height: 206px;
    background-image: url(../img/study-mini.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}

.study__head:after {
    position: absolute;
    content: '';
    top: 320px;
    left: -12px;
    width: 614px;
    height: 1042px;
    background-image: url(../img/study-large.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.03;
    z-index: 1;
}

.study__pre-title {
    position: absolute;
    top: -68px;
    left: 0;
}

.study__title .line-3 {
    padding-left: 96px;
}

.study__list {
    display: flex;
    flex-direction: column;
    row-gap: 108px;
    padding-right: 130px;
    padding-top: 110px;
    background-image: url(../img/study-lines.svg);
    background-position: top 280px right;
    background-repeat: no-repeat;
}

.study__item {
    display: flex;
    align-items: center;
    column-gap: 70px;
    width: 616px;
    height: 344px;
    padding: 20px 20px 20px 80px;
    background-image: url(../img/study-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.study__item-title {    
    font-size: 36px;
    font-weight: 600;
    line-height: 43px;
    color: #0D0D0D;
}

.study__item-decription {
    margin-top: 18px;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(13, 13, 13, 0.7);
}

@media only screen and (max-width: 1279px){
    .study {
        padding: 60px 0 20px;
    }

    .study__block {
        flex-direction: column;
    }

    .study__pre-title {
        top: 0;
        left: auto;
        right: -4px;
    }

    .study__head:before {
        top: 120px;
        left: -23px;
        width: 64px;
        height: 108px;
    }

    .study__title .line-3 {
        padding-left: 44px;
    }

    .study__list {
        display: flex;
        flex-direction: column;
        row-gap: 50px;
        margin-top: 90px;
        margin-right: -15px;
        padding-right: 0;
        padding-top: 0;
        background-image: url(../img/study-lines-mob.svg);
        background-position: top 83px right;
    }

    .study__item {
        width: 320px;
        height: 184px;
        column-gap: 34px;
        background-image: url(../img/study-bg-mob.svg);
        padding: 20px 20px 20px 36px;
        background-size: contain;
    }

    .study__item-icon svg {
        width: 39px;
        height: 39px;
    }

    .study__item-title {
        font-size: 21px;
        font-weight: 600;
        line-height: 25px;
    }

    .study__item-decription {
        margin-top: 10px;
        font-size: 13px;
        font-weight: 400;
        line-height: 15px;
    }
    
}

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



/*  about  */

.about {
    padding: 160px 0 344px;
}

.about__block {
    position: relative;
}

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

.about__pre-title {
    position: absolute;
    top: -20px;
    right: 0;
}

.about__title .line-3 {
    padding-left: 128px;
}

.about__title .line-4,
.about__title .line-5 {
    display: none;
}

.about__img {
    position: absolute;
    top: -4px;
    left: 525px;
    z-index: 1;
}

.about__img img {
    position: relative;
    width: 1235px;
    z-index: 1;
}

.about__list {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 42px;
    margin-top: 148px;
    z-index: 2;
}

.about__list li {
    position: relative;
    padding-left: 86px;
    font-size: 36px;
    line-height: 43px;
    background-image: url(../img/icon-about-arrow.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1279px){
    .about {
        padding: 184px 0 40px;
    }

    .about__pre-title {
        top: 0px;
        right: -4px;
    }

    .about__title .line-2 {
        display: none;
    }

    .about__title .line-4 {
        display: block;
    }

    .about__title .line-3 {
        padding-left: 102px;
    }

    .about__title .line-5 {
        display: block;
        padding-left: 102px;
    }

    .about__img {
        top: 164px;
        left: -50px;
    }

    .about__img img {
        width: 435px;
    }

    .about__list {
        margin-top: 332px;
        row-gap: 28px;
    }

    .about__list li {
        padding-left: 53px;
        font-size: 21px;
        line-height: 25px;
        background-size: 26px;
        background-position: 0 4px;
    }

    .about__list li br {
        display: none;
    }
}

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



/*  video  */

.video {
    padding: 200px 0 393px;
}

.video__block {
    padding-left: 46%;
}

.video__title {
    position: relative;
    z-index: 1;
}

.video__title .line-2 {
    padding-left: 126px;
}

.video__img {
    position: absolute;
    top: -47px;
    left: -180px;
    z-index: 2;
}

.video__img:before {
    position: absolute;
    top: -8px;
    left: 120px;
    content: url(../img/video-play.svg);
    opacity: 0.065;
    z-index: 1;
}

.video__img img {
    position: relative;
    width: 1920px;
    z-index: 2;
}

.video__text {
    position: relative;
    margin-top: 55px;
    margin-left: 462px;
    font-size: 24px;
    line-height: 28px;
    z-index: 3;
}

.video__btn {
    position: relative;
    margin-top: 83px;
    margin-left: 462px;
    z-index: 4;
}

.video__btn a {
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.video__btn span {
    position: relative;
    font-size: 24px;
    line-height: 28px;
    color: #FFEC44;
}

.video__btn span:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #FFEC44;
}

@media only screen and (max-width: 1279px){
    .video {
        padding: 120px 0 120px;
    }

    .video__block {
        padding-left: 0;
    }

    .video__title .line-2 {
        padding-left: 0;
    }


    .video__img {
        top: 447px;
        left: -90px;
    }

    .video__img:before {
        top: -168px;
        left: -130px;
        transform: scale(0.38);
    }

    .video__img img {
        width: 700px;
    }

    .video__text {
        margin-top: 33px;
        margin-left: 33%;
        font-size: 14px;
        line-height: 17px;
    }

    .video__btn {
        position: relative;
        margin-top: 40px;
        margin-left: 33%;
    }

    .video__btn svg {
        width: 7px;
    }

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

    .video__btn a {
        column-gap: 8px;
    }

    .video__img {
        top: 334px;
        left: -20px;
    }

    .video__img img {
        width: 520px;
    }

}

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

/*  tariffs  */

.tariffs {
    padding: 326px 0 228px;
}

.tariffs__head {
    position: relative;
}

.tariffs__pre-title {
    position: absolute;
    top: 50px;
    left: 0;
}

.tariffs__title {
    text-align: center;
}

.tariffs__title .line-1 {
    padding-right: 395px;
}

.tariffs__title .line-2 {
    padding-right: 102px;
}

.tariffs__list {
    display: flex;
    flex-wrap: wrap;
    margin: 102px -7px -15px;
}

.tariffs__column {
    width: 33.33%;
    margin-bottom: 15px;
    padding: 0 7px;
}

.tariffs__column_2 {
    width: 66.66%;
}

.tariffs__item {
    padding: 57px 50px 61px 72px;
    background-position: top center;
    background-repeat: no-repeat;
}

.tariffs__item.bg-1 {
    background-image: url(../img/tariffs-bg-1.svg);
}

.tariffs__item.bg-2 {
    color: #121212;
    background-image: url(../img/tariffs-bg-2.svg);
}

.tariffs__item.bg-3 {
    min-height: 627px;
    color: #121212;
    border: 1px solid #FFFFFF;
    background: linear-gradient(130.11deg, #FFFFFF 16.05%, #E6E6E6 31.65%, #FFFFFF 47.71%, #FFFFFF 66.06%, #E6E6E6 77.07%, #FFFFFF 88.54%);
}

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

.bg-3 .tariffs__item-head {
    padding-right: 27px;
}

.tariffs__item-title {
    font-size: 44px;
    font-weight: 500;
    line-height: 52px;
}

.tariffs__item-list {   
    margin-top: 26px; 
    font-size: 24px;
    line-height: 31px;
}

.tariffs__item-lists {
    display: flex;
    margin-top: 16px;
}

.tariffs__item-lists .tariffs__item-list {
    width: 50%;
}

.tariffs__item-list li {
    padding-left: 30px;
    background-image: url(../img/tariffs-list-decore.svg);
    background-position: 0 6px;
    background-repeat: no-repeat;
}

.tariffs__item-list li.disable {
    text-decoration: underline;
    color: #3C3C3C;
    background-image: url(../img/tariffs-list-decore-grey.svg);
}

.bg-2 .tariffs__item-list li {
    background-image: url(../img/tariffs-list-decore-black.svg);
}

.bg-2 .tariffs__item-list li.disable {
    color: #A3985B;
    background-image: url(../img/tariffs-list-decore-gold.svg);
}

.bg-3 .tariffs__item-list li {
    background-image: url(../img/tariffs-list-decore-black.svg);
}

.bg-3 .tariffs__item-list li.crown {
    position: relative;
    background: none;
}

.bg-3 .tariffs__item-list li.crown:before {
    position: absolute;
    top: 3px;
    left: -19px;
    content: url(../img/tariffs-list-decore-crown.svg);
}

.tariffs__price {
    margin-top: 15px;
    padding: 42px 30px 51px 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.tariffs__price.bg-1 {
    background-image: url(../img/tariffs-price-bg-1.svg);
}

.tariffs__price.bg-2 {
    color: #121212;
    background-image: url(../img/tariffs-price-bg-2.svg);
}

.tariffs__price.bg-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 627px;
    margin-top: 0;
    padding-bottom: 85px;
    color: #121212;
    border: 1px solid #FFFFFF;
    background: linear-gradient(130.11deg, #FFFFFF 16.05%, #E6E6E6 31.65%, #FFFFFF 47.71%, #FFFFFF 66.06%, #E6E6E6 77.07%, #FFFFFF 88.54%);    
}

.tariffs__price-value {
    display: flex;
    column-gap: 18px;
    align-items: center;
    justify-content: center;
}

.tariffs__price-new {
    font-size: 56px;
    font-weight: 600;
    line-height: 66px;
}

.tariffs__price.bg-1 .tariffs__price-new {
    background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0.5));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tariffs__price.bg-2 .tariffs__price-new {
    color: #121212;
}

.tariffs__price-old {
    position: relative;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    color: #3C3C3C;
}

.tariffs__price.bg-2 .tariffs__price-old {
    color: #A3985B;
}

.tariffs__price.bg-3 .tariffs__price-old {
    color: #B1B1B1;
}

.tariffs__price-old:before {
    position: absolute;
    content: '';
    top: calc(50% - 2px);
    left: -5px;
    right: -5px;
    height: 2px;
    background-color: #3C3C3C;
}

.tariffs__price.bg-2 .tariffs__price-old:before {
    background-color: #A3985B;
}

.tariffs__price.bg-3 .tariffs__price-old:before {
    background-color: #B1B1B1;
}

.tariffs__price-btns {
    display: flex;
    row-gap: 7px;
    flex-direction: column;
    margin-top: 27px;
}

.tariffs__price-btns .btn {
    display: flex;
    align-items: center;
    width: 400px;
    height: 97px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.tariffs__price-btns .btn_1 {
    padding-left: 116px;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: #0D0D0D;
    background-image: url(../img/btn-bg-1.svg);
}

.tariffs__price-btns .btn_2 {
    padding-left: 88px;
    font-size: 20px;
    line-height: 24px;
    color: #767676;
    background-image: url(../img/btn-bg-2.svg);
}

.tariffs__price-btns .btn_3 {
    padding-left: 116px;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: #FFEC44;
    background-image: url(../img/btn-bg-3.svg);
}

.tariffs__price-btns .btn_4 {
    padding-left: 88px;
    font-size: 20px;
    line-height: 24px;
    color: #1B1B1B;
    background-image: url(../img/btn-bg-4.svg);
}

.tariffs__price-btns .btn_5 {
    padding-left: 116px;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: #fff;
    background-image: url(../img/btn-bg-5.svg);
}

.tariffs__price-btns .btn_6 {
    padding-left: 88px;
    font-size: 20px;
    line-height: 24px;
    color: #1B1B1B;
    background-image: url(../img/btn-bg-6.svg);
}

@media only screen and (max-width: 1279px){
    .tariffs {
        padding: 342px 0 30px;
    }

    .tariffs__pre-title {
        position: absolute;
        top: 0;
        left: auto;
        right: -4px;
    }
    
    .tariffs__title {
        text-align: left;
    }

    .tariffs__title .line-2 {
        padding: 0 0 0 102px;
    }

    .tariffs__list {
        margin-top: 85px;
    }

    .tariffs__column {
        width: 100%;
        margin-bottom: 45px;
    }

    .tariffs__column:last-child {
        margin-top: -35px;
    }

    .tariffs__item {
        padding: 39px 32px 27px 50px;
        background-size: contain;
    }

    .tariffs__item-title {
        font-size: 29px;
        line-height: 35px;
    }

    .tariffs__item-icon {
        width: 42px;
    }

    .tariffs__item-icon svg {
        width: 100%;
        height: auto;
    }

    .tariffs__item-lists {
        flex-direction: column;
    }

    .tariffs__item-lists .tariffs__item-list {
        width: 100%;
    }

    .tariffs__item-lists .tariffs__item-list:last-child {
        margin-top: 0;
    }

    .tariffs__item-list {
        margin-top: 17px;
        font-size: 16px;
        line-height: 21px;
    }

    .tariffs__item-list li {
        margin-left: -2px;
        padding-left: 20px;
        background-size: 10px;
        background-position: 0 3px;
    }

    .tariffs__price,
    .tariffs__price.bg-3 {
        min-height: 257px;
        padding: 27px 10px 33px;
    }

    .tariffs__price {
        margin-top: 13px;
    }

    .tariffs__price-value {
        column-gap: 12px;
    }

    .tariffs__price-new {
        font-size: 37px;
        font-weight: 600;
        line-height: 44px;        
    }

    .tariffs__price-old {
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
    }

    .tariffs__price-btns {
        margin-top: 17px;
    }

    .tariffs__price-btns .btn_1 {
        width: 267px;
        height: 64px;
        padding-top: 5px;
        padding-left: 79px;
        font-size: 16px;
        line-height: 19px;
        background-image: url(../img/btn-bg-1-mob.svg);
    }

    .tariffs__price-btns .btn_2 {
        width: 267px;
        height: 64px;
        padding-left: 60px;
        font-size: 13px;
        line-height: 16px;
        background-image: url(../img/btn-bg-2-mob.svg);
    }

    .tariffs__price-btns .btn_3 {
        width: 267px;
        height: 64px;
        padding-top: 5px;
        padding-left: 79px;
        font-size: 16px;
        line-height: 19px;
        background-image: url(../img/btn-bg-3-mob.svg);
    }
    
    .tariffs__price-btns .btn_4 {
        width: 267px;
        height: 64px;
        padding-left: 60px;
        font-size: 13px;
        line-height: 16px;
        background-image: url(../img/btn-bg-4-mob.svg);
    }

    .tariffs__price-btns .btn_5 {
        width: 267px;
        height: 64px;
        padding-top: 5px;
        padding-left: 79px;
        font-size: 16px;
        line-height: 19px;
        background-image: url(../img/btn-bg-5-mob.svg);
    }
    
    .tariffs__price-btns .btn_6 {
        width: 267px;
        height: 64px;
        padding-left: 60px;
        font-size: 13px;
        line-height: 16px;
        background-image: url(../img/btn-bg-6-mob.svg);
    }
    
    .bg-3 .tariffs__item-list li.crown:before {
        top: -3px;
        left: -14px;
        transform: scale(0.65);
    }

}

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



/*  reviews  */

.reviews {
    padding: 100px 0;
}

.reviews__head {
    position: relative;
}

.reviews__pre-title {
    position: absolute;
    top: 50px;
    left: 0;
}

.reviews__title {
    text-align: center;
}

.reviews__title:before {
    position: absolute;
    content: '';
    top: -16px;
    right: 77px;
    width: 195px;
    height: 49px;
    background-image: url(../img/stars.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.reviews__title .line-1 {
    padding-right: 146px;
}

.reviews__title .line-2 {
    padding-left: 368px;
}

.reviews__slider {
    margin-top: 78px;
}

.reviews__item img {
    border-radius: 30px;
}


.owl-reviews .owl-nav {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    display: flex!important;
    justify-content: space-between!important;
}

.owl-reviews .owl-prev,
.owl-reviews .owl-next {
    position: absolute!important;
    display: block!important;
    width: 42px!important;
    height: 42px!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}

.owl-reviews .owl-prev span,
.owl-reviews .owl-next span {
    display: none;
}

.owl-reviews .owl-prev {
    top: 248px!important;
    left: -104px!important;
    background-image: url(../img/icon-arrow-left.svg)!important;
}

.owl-reviews .owl-next {
    top: 248px!important;
    right: -104px!important;
    background-image: url(../img/icon-arrow-right.svg)!important;
}

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

@media only screen and (max-width: 1279px){
    .reviews {
        padding: 143px 0 50px;
    }

    .reviews__pre-title {
        top: 7px;
        left: auto;
        right: -4px;
    }

    .reviews__title {
        text-align: left;
    }

    .reviews__title:before {
        top: 129px;
        right: -9px;
        width: 115px;
        height: 29px;
    }

    .reviews__title .line-2 {
        padding-right: 0;
    }

    .reviews__title .line-2 {
        padding-left: 0;
    }

    .reviews__title .line-2 span {
        display: block;
        padding-right: 20px;
        text-align: center;
    }

    .reviews__slider {
        max-width: 253px;
        margin: 50px auto 0;
    }

    .reviews__item img {
        border-radius: 25px;
    }

    .owl-reviews .owl-prev {
        top: 168px !important;
        left: -54px !important;
    }

    .owl-reviews .owl-next {
        top: 168px !important;
        right: -54px !important;
    }

    .owl-reviews .owl-prev, .owl-reviews .owl-next {
        width: 32px !important;
        height: 32px !important;
        background-size: 46px!important;
    }

    .owl-reviews .owl-prev {
        top: 180px !important;
        left: -48px !important;
    }

    .owl-reviews .owl-next {
        top: 180px !important;
        right: -48px !important;
    }


}

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



/*  video-reviews  */

.video-reviews {
    padding: 165px 0;
}

.video-reviews__head {
    position: relative;
}

.video-reviews__pre-title {
    position: absolute;
    top: 20px;
    left: 0;
}

.video-reviews__title {
    padding-right: 128px;
    text-align: center;
}

.video-reviews__list {
    display: flex;
    flex-wrap: wrap;
    margin: 138px -20px 0;
}

.video-reviews__column {
    width: 33.33%;
    padding: 0 20px;
}

.video-reviews__base {
    display: flex;
    column-gap: 18px;
}

.video-reviews__photo {
    flex: 0 0 86px;
    height: 86px;
    padding: 9px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.video-reviews__photo img {
    width: 68px;
}

.video-reviews__text {
    font-size: 20px;
    line-height: 24px;
}

.video-reviews__inst {
    margin-top: 16px;
}

.video-reviews__inst span {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #FFEC44;
}

.video-reviews__inst span:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #FFEC44;
}

.video-reviews__video {
    position: relative;
    display: block;
    margin-top: 48px;
}

.video-reviews__video img {
    position: relative;
    border-radius: 50px;
    z-index: 1;
}

.video-reviews__video .btn_yellow {
    position: absolute;
    left: 50%;
    bottom: 29px;
    column-gap: 12px!important;
    height: 54px!important;
    padding: 0 30px!important;
    font-size: 20px!important;
    line-height: 23px!important;
    transform: translate(-50%, 0);
    border-radius: 15px!important;
    z-index: 2;
}

@media only screen and (max-width: 1279px){
    .video-reviews {
        padding: 110px 0 80px;
    }

    .video-reviews__pre-title {
        top: 5px;
        left: auto;
        right: -4px;
    }

    .video-reviews__title {
        padding-right: 0;
        text-align: left;
    }

    .video-reviews__title span {
        display: block;
        padding-right: 10px;
        text-align: right;
    }

    .video-reviews__list {
        row-gap: 68px;
        margin-top: 58px;
    }

    .video-reviews__column {
        width: 100%;
    }

    .video-reviews__base {
        column-gap: 15px;
    }

    .video-reviews__photo {
        flex: 0 0 56px;
        height: 56px;
        padding: 3px;
    }
    
    .video-reviews__photo img {
        width: 47px;
    }

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

    .video-reviews__text br {
        display: none;
    }

    .video-reviews__inst {
        margin-top: 10px;
    }

    .video-reviews__inst span {
        font-size: 14px;
        font-weight: 600;
        line-height: 17px;
    }

    .video-reviews__video {
        margin-top: 22px;
    }

    .video-reviews__video img {
        border-radius: 34px;
    }

    .video-reviews__video .btn_yellow svg {
        width: 16px;
        height: 16px;
    }
    
    .video-reviews__video .btn_yellow {
        position: absolute;
        left: 50%;
        bottom: 21px;
        column-gap: 10px !important;
        height: 37px !important;
        padding: 0 19px !important;
        font-size: 14px !important;
        line-height: 22px !important;
        transform: translate(-50%, 0);
        border-radius: 10px !important;
        z-index: 2;
    }

}

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



/*  head  */

.faq {
    padding: 153px 0;
}

.faq__block {
    padding-left: 300px;
}

.faq__head {
    position: relative;
}

.faq__pre-title {
    position: absolute;
    top: 45px;
    left: -300px;
}

.faq__list {
    margin-top: 96px;
}

.faq__item {
    padding-bottom: 0;
    border-bottom: 1px solid #767676;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.faq__item_active {
    padding-bottom: 60px;
}

.faq__item:first-child {
    border-top: 1px solid #767676;
}

.faq__item-question {
    position: relative;
    cursor: pointer;
    padding: 30px 0;
    font-size: 34px;
    line-height: 39px;
    color: #fff;
    background: linear-gradient(159.23deg, rgb(255, 236, 68, 0) 13.71%, rgba(255, 242, 124, 0) 86.29%);
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.faq__item_active .faq__item-question {
    padding-left: 40px;
    color: #121212;
    background: linear-gradient(159.23deg, rgb(255, 236, 68, 1) 13.71%, rgba(255, 242, 124, 1) 86.29%);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.faq__item-question:after {
    position: absolute;
    top: 28px;
    right: 0;
    pointer-events: none;
    content: url(../img/icon-faq-plus.svg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.faq__item_active .faq__item-question:after {
    position: absolute;
    top: 28px;
    right: 40px;
    content: url(../img/icon-faq-minus.svg);
}

.faq__item-answer {
    max-height: 0px;
    padding: 0 40px;
    font-size: 26px;
    line-height: 31px;
    color: #FFEC44;
    overflow: hidden;
    opacity: 0;
    -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: 40px;
    max-height: 1000px;
    opacity: 1;
    border: 1px solid #FFEC44;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

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

    .faq__block {
        padding-left: 0;
    }

    .faq__pre-title {
        top: 5px;
        left: auto;
        right: -4px;
    }

    .faq__title span {
        display: block;
        text-align: right;
    }

    .faq__list {
        margin-top: 41px;
    }

    .faq__item_active {
        padding-bottom: 18px;
    }

    .faq__item-question {
        padding: 16px 50px 16px 0;
        font-size: 17px;
        line-height: 20px;
    }

    
    .faq__item_active .faq__item-question {
        padding-left: 20px;
    }

    .faq__item-question:after {
        top: 13px;
        right: 8px;
        transform: scale(0.5);
    }

    .faq__item_active .faq__item-question:after {
        top: 13px;
        right: 8px;
    }

    .faq__item-answer {
        padding: 0 50px 0 20px;
        font-size: 13px;
        line-height: 15px;
    }


    .faq__item-answer br {
        display: none;
    }

    .faq__item_active .faq__item-answer {
        padding: 18px 40px 20px 20px;
    }
    

}

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




/*  contacts  */

.contacts {
    position: relative;
    padding: 154px 0;
}

.contacts__block {
    position: relative;
    padding-left: 300px;
}

.contacts__block:before {
    position: absolute;
    content: '';
    top: 176px;
    left: -22px;
    width: 152px;
    height: 303px;
    background-image: url(../img/contacts-decore.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contacts__block:after {
    position: absolute;
    content: '';
    top: -90px;
    right: -22px;
    width: 369px;
    height: 734px;
    background-image: url(../img/contacts-decore.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contacts__head {
    position: relative;
}

.contacts__pre-title {
    position: absolute;
    top: 27px;
    left: -300px;
}

.contacts__title .line-0 {
    display: none;
}

.contacts__title .line-2 {
    padding-left: 288px;
}

.contacts__main {
    display: flex;
    column-gap: 50px;
    margin-top: 87px;
}

.contacts__content {
    display: flex;
    column-gap: 40px;
    align-items: center;
}

.contacts__text {
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
}

.contacts__text strong {
    position: relative;
    font-weight: 600;
    color: #FFEC44;
}

.contacts__text strong:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #FFEC44;
}

.contacts__btn {
    margin-top: -10px;
}

@media only screen and (max-width: 1279px){
    .contacts {
        padding: 96px 0;
    }

    .contacts__block {
        padding-left: 0;
    }

    .contacts__block:before {
        top: 340px;
        left: -22px;
        width: 106px;
        height: 211px;
    }

    .contacts__block:after {
        top: -50px;
        right: -62px;
        width: 183px;
        height: 366px;
    }

    .contacts__pre-title {
        top: 7px;
        left: auto;
        right: -4px;
    }

    .contacts__title .line-0 {
        display: block;
    }

    .contacts__title .line-0 span {
        display: block;
        padding-left: 116px;
    }

    .contacts__title .line-1 {
        display: none;
    }

    .contacts__title .line-2 {
        padding-left: 0;
    }

    .contacts__main {
        flex-direction: column;
        margin-top: 53px;
    }

    .contacts__content {
        column-gap: 45px;
        align-items: flex-start;
    }

    .contacts__text {
        font-size: 21px;
        line-height: 25px;
    }

    .contacts__text br {
        display: none;
    }

    .contacts__btn {
        display: flex;
        margin-left: 110px;
        margin-top: 52px;
    }
}

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



/*  lesons  */

.lesons {
    position: relative;
    padding: 215px 0 226px;
}

.lesons__decore {
    position: absolute;
    top: -92px;
    left: calc(50% - 1250px);
    z-index: 1;
}

.lesons__decore img {
    width: 2391px;
}

.lesons__title {
    position: relative;
    font-size: 80px;
    line-height: 96px;
    letter-spacing: -0.01em;
    font-family: 'Atyp Display';
    text-align: center;
}

.lesons__title .line-1 {
    padding-right: 56px;
}

.lesons__title .line-2 {
    padding-left: 418px;
}

.lesons__title .line-3,
.lesons__title .line-4,
.lesons__title .line-5 {
    display: none;
}

.lesons__content {
    position: relative;
    margin-top: 176px;
}

.lesons__img {
    position: absolute;
    top: -235px;
    left: 402px;
}

.lesons__img img {
    width: 1256px;
}

.lesons__text {
    position: relative;
    padding-left: 75px;
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
}

.lesons__text:before {
    position: absolute;
    content: '';
    top: -30px;
    left: -72px;
    width: 180px;
    height: 180px;
    background-image: url(../img/icon-star.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.lesons__text strong {
    position: relative;
    font-weight: 600;
    color: #FFEC44;
}

.lesons__text strong:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #FFEC44;
}

@media only screen and (max-width: 1279px){
    .lesons {
        padding: 64px 0 0;
    }

    .lesons::before {
        position: absolute;
        top: 60px;
        left: calc(50% - 293px);
        opacity: 0.2;
        content: url(../img/lesons-decore-mob.png);
        z-index: 1;
    }

    .lesons__title {
        font-size: 36px;
        line-height: 43px;
        text-align: left;
    }

    .lesons__title .line-1,
    .lesons__title .line-2 {
        display: none;
    }

    .lesons__title .line-3,
    .lesons__title .line-4,
    .lesons__title .line-5 {
        display: block;
    }
    
    .lesons__title .line-5 {
        padding-left: 115px;
    }

    .lesons__content {
        margin-top: 0;
    }

    .lesons__img {
        position: relative;
        top: -57px;
        left: -155px;
    }

    .lesons__img img {
        width: 635px;
    }

    .lesons__text {
        margin-top: -75px;
        padding-left: 110px;
        font-size: 21px;
        line-height: 25px;
    }

    .lesons__text:before {
        top: -74px;
        left: -72px;
    }

    .lesons__text br {
        display: none;
    }
}

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

/*  telegram  */

.telegram {
    padding: 372px 0 100px;
}

.telegram__block {
    position: relative;
    padding: 61px 91px 74px 43.1%;
    background-color: rgba(255,255,255,0.03);
    border-radius: 100px;
}

.telegram__title {
    position: relative;
    font-size: 80px;
    line-height: 96px;
    letter-spacing: -0.01em;
    font-family: 'Atyp Display';
}

.telegram__img {
    position: absolute;
    left: -75px;
    bottom: 0;
    height: 710px;
    overflow: hidden;
}

.telegram__img img {
    width: 818px;
}

.telegram__content {
    display: flex;
    column-gap: 70px;
    align-items: flex-end;
    justify-content: center;
    margin-top: 40px;
}

.telegram__info {
    display: flex;
    row-gap: 10px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 34px;
    line-height: 40px;
    white-space: nowrap;
    text-align: center;
}

.telegram__btn {
    padding-bottom: 20px;
}

@media only screen and (max-width: 1279px){
    .telegram {
        padding: 395px 0 48px;
    }

    .telegram__block {
        position: relative;
        padding: 38px 38px 43px;
        background: none;
        border-radius: 0;
    }

    .telegram__block:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(6, 6, 6, 0.5);
        border: 1px solid #303030;
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
        border-radius: 50px;
        z-index: 3;
    }

    .telegram__block:after {
        position: absolute;
        top: -210px;
        left: calc(50% + 46px);
        content: url(../img/telegram-decore.svg);
        z-index: 1;
    }

    .telegram__img {
        position: absolute;
        left: -11px;
        top: -264px;
        bottom: auto;
        height: auto;
        overflow: hidden;
        z-index: 2;
    }

    .telegram__img img {
        width: 370px;
    }

    .telegram__title {
        position: relative;
        font-size: 36px;
        font-weight: 400;
        line-height: 43px;
        letter-spacing: -0.01em;
        z-index: 3;
    }

    .telegram__title br {
        display: none;
    }

    .telegram__content {
        position: relative;
        flex-direction: column;
        align-items: flex-start;
        z-index: 3;
    }

    .telegram__info {
        column-gap: 30px;
        align-items: center;
        flex-direction: row;
        text-align: left;
    }

    .telegram__icon {
        width: 44px;
        padding-top: 14px;
    }

    .telegram__icon svg {
        width: 100%;
        height: auto;
    }

    .telegram__content {
        margin-top: 28px;
    }

    .telegram__text {
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;        
    }

    .telegram__btn {
        padding-bottom: 0;
        margin-top: 32px;
        margin-left: 72px;
    }
}

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




/*  footer  */

.footer {
    padding: 132px 0 65px;
}

.footer .container {
    max-width: 1920px;
}

.footer__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 41px 83px 41px 60px;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 42px;
}

.footer__logo {
    display: flex;
    width: 136px;
    height: 56px;
    background-image: url(../img/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer__social {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.footer__social a {
    display: flex;
    padding: 14px 14px 14px 18px;
    column-gap: 12px;
    font-size: 20px;
    line-height: 28px;
    border-radius: 18px;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    opacity: 0.6;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.footer__social a:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.1);
}

.footer__design span,
.footer__rules a {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
    opacity: 0.4;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.footer__design:hover span,
.footer__rules a:hover {
    opacity: 1;
}

.footer__design span:after,
.footer__rules a:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #fff;
}

.footer__design {
    display: flex;
    column-gap: 16px;
    align-items: center;
}

.footer__design img {
    width: 30px;
}

@media only screen and (max-width: 1279px){
    .footer {
        padding: 90px 0 60px;
    }

    .footer__block {
        flex-direction: column;
        display: block;
        max-width: 330px;
        margin: 0 auto;
        padding: 40px 37px;
        justify-content: flex-start;
        background-color: rgba(255, 255, 255, 0.02);
        border-radius: 24px;
    }

    .footer__logo {
        width: 101px;
        height: 41px;
    }

    .footer__social {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 38px;
    }

    .footer__social a {
        font-size: 18px;
        line-height: 25px;
    }

    .footer__rules {
        width: 100%;
        margin-top: 30px;
        padding-left: 42px;
    }
    
    .footer__design {
        margin-top: 10px;
        column-gap: 12px;
    }

    .footer__design span,
    .footer__rules a {
        font-size: 18px;
        line-height: 26px;
        white-space: nowrap;
    }    
}