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

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

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

@font-face {
    font-family: 'Stolzl';
    src: url('../fonts/Stolzl-Bold.eot');
    src: local('Stolzl Bold'), local('Stolzl-Bold'),
        url('../fonts/Stolzl-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Stolzl-Bold.woff2') format('woff2'),
        url('../fonts/Stolzl-Bold.woff') format('woff'),
        url('../fonts/Stolzl-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: 'Stolzl';
    color: #1E1E1E;
}

body,
html{
    -webkit-text-size-adjust:100%;
    text-size-adjust:100%;
    -webkit-font-smoothing:antialiased!important;
    scrollbar-color: #7D83FF #E2E4E7;
    scrollbar-width: 0;
    user-select: none;
}

::-webkit-scrollbar {
    width: 0;
    background-color: #E2E4E7;
}

::-webkit-scrollbar-thumb {
    background-color: #7D83FF;
}

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

.noscroll {
    overflow: hidden;
}

.left{
    text-align: left;
}

.center{
    text-align: center;
}

.right{
    text-align: right;
}

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

a:hover{
    
}

p{
    margin: 0 0 20px;
}

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

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



/*     main     */


.main-page {
    background-color: #F8FAFD;
    overflow: hidden;
}

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

.arrow-up,
.arrow-down {
    position: relative;
    background: #646CF6;
}

.arrow-up:before,
.arrow-down:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    z-index: 10;
}

.arrow-up:before {
    top: -49px;
    height: 50px;
    background-image: url(../img/arrow-up.svg);
    background-position: bottom center;
}

.arrow-down:after {
    bottom: -49px;
    height: 50px;
    background-image: url(../img/arrow-down.svg);
    background-position: top center;
}

@media only screen and (min-width: 1201px){
    .arrow-up:before,
    .arrow-down:after {
        background-size: 100%;
    }

    .arrow-up:before {
        top: -64px;
        height: 65px;
    }

    .arrow-down:after {
        bottom: -64px;
        height: 65px;
    }
}

@media only screen and (min-width: 1921px){
    .arrow-up:before {
        top: -84px;
        height: 85px;
    }

    .arrow-down:after {
        bottom: -84px;
        height: 85px;
    }
}

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

/*     btn     */

.btn {
    display: inline-block;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

.btn__main,
.btn__white,
.btn__gold {
    position: relative;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    border-radius: 5px;
    overflow: hidden;
}

.btn__main {
    color: #fff;
    background: linear-gradient(270deg, #7477FF 0.5%, #5F62FF 100%);
    box-shadow: 7px 11px 20px rgba(100, 108, 246, 0.47);
}

.btn__white {
    color: #101010;
    background: #fff;
}

.btn__gold {
    color: #fff;
    background: linear-gradient(142.84deg, #ECCF6C 15.22%, #DCBC51 93.45%);
    box-shadow: 8.75px 8.75px 21.25px rgba(231, 201, 100, 0.55);
}

.btn__main::before,
.btn__white::before {
    content: "";
    background-color: rgba(255,255,255,0.5);
    height: 120%;
    margin-top: -0.5vw;
    width: 20%;
    position: absolute;
    top: 0;
    left: -10px;
    transform: skewX(-45deg) translateX(-155%);
    -webkit-transform: skewX(-45deg) translateX(-155%);
    -moz-transform: skewX(-45deg) translateX(-155%);
    -ms-transform: skewX(-45deg) translateX(-155%);
    -o-transform: skewX(-45deg) translateX(-155%);
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.btn__main:hover::before,
.btn__white:hover::before {
    animation: blick-sec 1s;
    -webkit-animation: blick-sec 1s;
}

@keyframes blick-sec 
{
    0%
    {
        transform: skewX(-45deg) translateX(-155%);
        -webkit-transform: skewX(-45deg) translateX(-155%);
        -moz-transform: skewX(-45deg) translateX(-155%);
        -ms-transform: skewX(-45deg) translateX(-155%);
        -o-transform: skewX(-45deg) translateX(-155%);
    }   
    100%
    {
        transform: skewX(-45deg) translateX(600%);
        -webkit-transform: skewX(-45deg) translateX(600%);
        -moz-transform: skewX(-45deg) translateX(600%);
        -ms-transform: skewX(-45deg) translateX(600%);
        -o-transform: skewX(-45deg) translateX(600%);
    } 
}



.btn__gold_border {
    font-size: 14px;
    line-height: 22px;
    color: #232323;
    border: 1px solid #ECCF6C;
    border-radius: 5px;
}

.btn__img {
    display: flex;
    column-gap: 22px;
    align-items: center;
    padding: 16px 32px 16px 23px;
}

.btn__img img {
    width: 20px;
}

.btn__img_2,
.btn__img_3,
.btn__img_4 {
    font-weight: 700;
}

.btn__link {
    margin: 16px 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #1E1E1E;
}

.btn__link span {
    border-bottom: 1px solid #1E1E1E;
}

@media only screen and (max-width: 767px){
    .btn__img {
        column-gap: 17px;
        padding: 14px 24px 14px 18px;
    }

    .btn__link {
        margin: 24px 0 0;
    }

    .btn__img img {
        width: 26px;
    }
}

/*     line     */

.line {
    position: relative;
    background: #5C63E5;
}

.line div {
    text-align: center;
}

.line_program {
    padding-top: 5px;
}

.line_program.ru {
    padding-top: 3px;
}

.line_feedback {
    padding-top: 3px;
}


.line_feedback.ru {
    padding-top: 7px;
}

.line_timer {
    padding-top: 7px;
}

.line__icon {
    position: absolute;
    top: -43px;
    left: calc(50% - 505px);
    width: 112px;
    height: 112px;
    z-index: 2;
}

.line__run {
    position: relative;
    white-space: nowrap;
    z-index: 1;
}

.line__run img {
    margin: 0 75px;
}

.line_program.ru .line__run img {
    height: 22px;
}

.line_feedback.ru .line__run img {
    height: 18px;
}

.line_timer .line__run img {
    height: 20px;
}

@media only screen and (max-width: 767px) {
    .line__icon {
        top: -28px;
        left: calc(50% - 174px);
        width: 88px;
        height: 88px;
    }
}

/*     progress     */

progress {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance: none;
    border: none;
    background: transparent;
    color: #5C63E5;
    z-index: 100;
}

progress::-webkit-progress-bar {
    background: transparent;
    border-radius: 0;
}

progress::-webkit-progress-value {
    background: #5C63E5;
    border-radius: 0;
}
progress::-moz-progress-bar {
    background: #5C63E5;
    border-radius:0;
}

.progress-container {
    width: 100%;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    height: 5px;
    display: block;
}

.progress-bar {
    background: #5C63E5;
    width: 0%;
    display: block;
    height: inherit;
}


/*     header     */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.header__main {
    position: absolute;
    top: -700px;
    left: 0;
    right: 0;
    padding: 88px 0 54px;
    background: #646CF6;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.header__logo {
    position: absolute;
    top: 28px;
    left: 22px;
    width: 111px;
    height: 14px;
    opacity: 0;
    background-image: url(../img/logo-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.header__menu li:hover {
    background: #5B63ED;
}

.header__menu li a {
    display: block;
    padding: 15px 20px;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}

.header__menu li a:hover {
    font-weight: 400;
    text-decoration: underline;
}

.header__write {
    margin: 56px 0 48px;
    text-align: center;
}

.header__write a {
    font-weight: 500;
    font-size: 12px;
    line-height: 38px;
    text-align: center;
    text-decoration-line: underline;
    color: #FFFFFF;
}

.header__lang {
    display: flex;
    justify-content: center;
    column-gap: 50px;
    font-size: 14px;
    line-height: 22px;
}

.header__lang span {
    font-weight: 500;
    color: #FFFFFF;
}

.header__lang a {
    font-weight: 300;
    color: #FFFFFF;
}

.header__burger {
    display:none;
    position: absolute;
    top: 16px;
    right: 22px;
    width: 41px;
    height: 41px;
    cursor: pointer;
    background-color: #646CF6;
    background-image: url(../img/icon-burger.svg);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px;
}

.header_open {
    height: 100vh;
    background: rgba(255, 255, 255, 0.02);
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px);
}

.header_open .header__main {
    top: 0;
}

.header_open .header__logo {
    opacity: 1;
}

.header_open .header__burger {
    background-image: url(../img/icon-close.svg);
}

@media only screen and (max-width: 767px){
    .header__burger {
        display: block;
    }
}

/*     first     */

.first {
    position: relative;
    padding: 31px 0 85px;
    z-index: 1;
}

.first__lang {
    position: absolute;
    top: -11px;
    left: 8px;
    width: 78px;
    padding: 7px 13px;
    font-size: 14px;
    line-height: 26px;
    background: #FFFFFF;
    border-radius: 5px;
    color: #1E1E1E;
}

.first__lang li {
    display: none;
}

.first__lang:hover li {
    display: flex;
}

.first__lang li.current {
    display: flex;
    justify-content: space-between;
}

.first__lang a {
    color: #646CF6;
}

.first__logo {
    width: 123px;
    height: 16px;
    margin: 0 auto;
    background-image: url(../img/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.first__info {
    display: flex;
    column-gap: 52px;
    margin-top: 54px;
}

.first__info-item {
    font-size: 13px;
    line-height: 19px;
    white-space: nowrap;
}

.first__info-item span {
    display: block;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
    color: #A3AFCE;
}

.first__title {
    position: relative;
    margin-top: 44px;
    z-index: 3;
}

.first__title img:nth-child(2) {
    display: block;
    margin: 17px 0 15px;
}

.first__description {
    position: relative;
    max-width: 420px;
    margin-top: 38px;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
    z-index: 3;
}

.first__description .marquee {
    display: none;
}

.first__work {
    position: absolute;
    top: 68px;
    left: 475px;
    z-index: 1;
}

.first__work-list img {
    width: 141px!important;
    height: 252px!important;
}

.first__work-text {
    margin-top: -8px;
    margin-left: 442px;
    font-weight: 300;
    font-size: 11px;
    line-height: 26px;  
    color: #B7C0CE;
}

.first__photo {
    position: absolute;
    top: -65px;
    right: -24px;
    width: 643px;
    height: 804px;
    background-image: url(../img/first-photo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}

.first__btns {
    position: relative;
    display: flex;
    margin-top: 52px;
    column-gap: 54px;
    z-index: 3;
}

@media only screen and (min-width: 1921px){
    .first {
        padding-top: 105px;
    }
}

@media only screen and (max-width: 1023px){
    .first__work {
        top: 50px;
        left: 450px;
    }

    .first__photo {
        top: 150px;
        right: -45px;
        width: 450px;
        height: 510px;
    }
}

@media only screen and (max-width: 767px){
    .first {
        padding: 29px 0 48px;
    }

    .first__lang {
        display: none;
    }

    .first__logo {
        width: 111px;
        height: 14px;
        margin: 0;
        background-size: contain;
    }

    .first__info {
        margin-top: 47px;
        column-gap: 22px;
    }

    .first__info-item {
        font-size: 12px;
        line-height: 17px;
    }

    .first__info-item span {
        margin-bottom: 8px;
        font-size: 10px;
        line-height: 14px;
    }

    .first__title {
        margin-top: 31px;
    }

    .first__title img:nth-child(1) {
        width: 284px;
    }

    .first__title img:nth-child(2) {
        width: 298px;
        margin: 9px 0 13px;
    }

    .first__title img:nth-child(3) {
        width: 219px;
    }

    .first__description {
        display: flex;
        align-items: center;
        margin: 21px -22px 0;
        padding: 11px 0 11px;
        font-size: 14px;
        line-height: 22px;
        white-space: nowrap;
        background: linear-gradient(270deg, #EAEEFA 0%, rgba(234, 238, 250, 0.43) 12.27%, rgba(234, 238, 250, 0.98152) 30.36%, rgba(234, 238, 250, 0.41) 43.01%, rgba(234, 238, 250, 0.96) 62.09%, rgba(234, 238, 250, 0.15) 77.65%, rgba(234, 238, 250, 0.69) 100%);
    }

    .first__description br {
        display: none;
    }

    .first__description span {
        display: none;
    }

    .first__description .marquee {
        display: block;
    }

    .first__work {
        top: 363px;
        left: -60px;
        right: -60px;
    }

    .first__work-list img {
        width: 116px!important;
        height: 196px!important;
    }

    .first__work-text {
        display: none;
    }

    .first__photo {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 362px;
        margin-top: 32px;
        background-image: url(../img/first-photo-mob.png);
        background-size: 360px;
    }

    .first__btns {
        margin-top: 40px;
        flex-direction: column;
        align-items: center;
    }
}

/*     recommend     */

.recommend {
    position: relative;
    margin-top: 8px;
    padding: 41px 0 52px;
    color: #fff;
    z-index: 2;
}

.recommend__list {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 -38px;
}

.recommend__list-column {
    width: 50%;
    margin-bottom: 38px;
    padding: 0 33px;
}

.recommend__list-item {
    position: relative;
}

.recommend__list-img {
    position: absolute;
    top: -7px;
    left: -3px;
    width: 74px;
}

.recommend__list-title {
    margin-left: 89px;
    padding: 20px 0;
    font-size: 16px;
    line-height: 25px;
}

.recommend__list-text {
    margin-top: 14px;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
}

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

}

@media only screen and (max-width: 1023px){
    .recommend__list-column {
        padding: 0 20px;
    }

    .recommend__list-img {
        top: 0px;
    }

    .recommend__list-title span {
        display: block;
    }

    .recommend__list-text {
        margin-top: 0;
        font-size: 14px;
        line-height: 23px;
    }

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

@media only screen and (max-width: 767px){
    .recommend {
        margin: 0;
        padding: 56px 0 65px;
    }

    .recommend__title img {
        height: 19px;
    }

    .recommend__list {
        margin: 48px 0 -38px;
    }

    .recommend__list-column {
        width: 100%;
        margin-bottom: 40px;
        padding: 0;
    }

    .recommend__list-column:last-child {
        margin-bottom: 0;
    }

    .recommend__list-img {
        top: -5px;
        left: -4px;
        width: 83px;
    }

    .recommend__list-title {
        font-size: 15px;
        line-height: 20px;
        text-transform: lowercase;
    }

    .recommend__list-title span {
        font-size: 12px;
        line-height: 16px;
    }

    .recommend__list-text {
        margin-top: 16px;
        line-height: 22px;
    }
}

/*     brand     */

.brand {
    padding: 129px 0 168px;
}

.brand__row {
    position: relative;
    padding-left: 43.4%;
}

.brand__row:before {
    position: absolute;
    content: '';
    top: -398px;
    left: -252px;
    width: 745px;
    height: 873px;
    background-image: url(../img/brand-decore.png);
    background-position: center;
    background-size: contain;
    z-index: 0;
}

.brand__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 58px;
}

.brand__column {
    position: relative;
    width: 25%;
    margin-bottom: 50px;
}

.brand__list-item {
    position: relative;
    display: block;
    height: 35px;
}

.brand__list-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.brand__column_1 {
    left: -62px;
}

.brand__column_1 img {
    width: 61px;
}

.brand__column_2 {
    left: -60px;
}

.brand__column_2 img {
    width: 115px;
}

.brand__column_3 {
    left: -22px;
}

.brand__column_3 img {
    width: 128px;
}

.brand__column_4 {
    width: 25%;
    right: -24px;
}

.brand__column_4 img {
    width: 136px;
}

.brand__column_5 {
    left: -32px;
}

.brand__column_5 img {
    width: 124px;
}

.brand__column_6 {
}

.brand__column_6 img {
    width: 131px;
}

.brand__column_7 {
    right: -17px;
}

.brand__column_7 img {
    width: 84px;
}

.brand__column_8 {
    right: -13px;
}

.brand__column_8 img {
    width: 92px;
}

.brand__column_9 {
    margin-left: 25%;
    left: -31px;
}

.brand__column_9 img {
    width: 57px;
}

.brand__column_10 {
    left: -26px;
}

.brand__column_10 img {
    width: 117px;
}

@media only screen and (max-width: 1189px){
    .brand__column_4 {
        right: 0;
    }

    .brand__column_7 {
        right: -10px;
    }

    .brand__column_8 {
        right: 0;
    }
}

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

    .brand__row:before {
        top: -300px;
        left: -200px;
        width: 645px;
        height: 750px;
    }

    .brand__column {
        width: 33.33%;
    }

    .brand__column_1 {
        left: 0;
    }

    .brand__column_2 {
        left: -15px;
    }

    .brand__column_3 {
        left: 0;
    }
    
    .brand__column_4 {
        width: 50%;
        right: -40px;
    }

    .brand__column_5 {
        left: 0;
        width: 50%;
    }

    .brand__column_6 {
        right: -20px;
    }

    .brand__column_7 {
        right: -20px;
    }
    
    .brand__column_8 {
        right: -10px;
    }
}

@media only screen and (max-width: 767px){
    .brand {
        padding-bottom: 71px;
    }

    .brand__row {
        padding: 255px 0 0;
    }

    .brand__row:before {
        top: -297px;
        left: -123px;
        width: 455px;
        height: 535px;
    }

    .brand__title img {
        height: 20px;
    }

    .brand__list {
        display: flex;
        max-width: 330px;
        margin: 28px auto 0;
        flex-wrap: wrap;
    }

    .brand__column {
        width: 33.33%!important;
        margin-bottom: 18px;
    }

    .brand__column_1 {
        left: -29px;
    }

    .brand__column_1 img {
        width: 49px;
    }

    .brand__column_2 {
        left: -25px;
    }

    .brand__column_2 img {
        width: 92px;
    }
    
    .brand__column_3 {
        left: 2px;
    }

    .brand__column_3 img {
        width: 103px;
    }

    .brand__column_4 {
        right: -100px;
        top: 55px;
    }

    .brand__column_5 {
        left: -118px;
    }

    .brand__column_5 img {
        width: 94px;
    }

    .brand__column_6 {
        right: 100px;
    }

    .brand__column_6 img {
        width: 100px;
    }

    .brand__column_7 {
        right: -242px;
        top: -53px;
    }

    .brand__column_7 img {
        width: 68px;
    }

    .brand__column_8 {
        right: 127px;
        top: 3px;
    }

    .brand__column_8 img {
        width: 74px;
    }

    .brand__column_9 {
        display: none;
    }

    .brand__column_10 {
        left: 8px;
        top: 2px;
    }

    .brand__column_10 img {
        width: 94px;
    }
}


/*     program     */



.line_program {
    margin-bottom: 50px;
}

.program__tab {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px -10px;
}

.program__tab-column {
    width: 20%;
    padding: 0 5px;
    margin-bottom: 10px;
}

.program__tab-item {
    position: relative;
    padding: 8px 10px;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    background: #EFF2F5;
    border-radius: 8px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    overflow: hidden;
}

.program__tab-item:hover,
.program__tab-item.active {
    padding-left: 65px;
    color: #fff;
    background: #646CF6;
}

.program__tab-item.active {
    cursor: default;
}

.program__tab-item:before {
    position: absolute;
    color: #fff;
    content: '→';
    top: 50%;
    left: -15px;
    transform: translate(0, -50%);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.program__tab-item:hover:before,
.program__tab-item.active:before {
    left: 29px;
}

.program__list {
    margin-top: 22px;
}

.program__list-item {
    display: none;
}

.program__list-item.active {
    display: block;
}

.program__list-tab {
    display: none;
}

.program__list-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 42px 40px 46px 60px;
    background-color: #F3F5F8;
    background-image: url(../img/program-decore.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    border-radius: 19px;
}

.module-0 .program__list-content:before,
.module-0p .program__list-content:before {
    position: absolute;
    content: '';
    top: 0;
    left: calc(50% - 20px);
    width: 300px;
    height: 130px;
    background-image: url(../img/program-decore-up.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.module-0 .program__list-content,
.module-0p .program__list-content {
    background-position: right bottom -50px;
}

.module-2 .program__list-content {
    background-position: right bottom -75px;
}

.module-1 .program__list-content,
.module-3 .program__list-content {
    background-position: right bottom -50px;
}

.module-7 .program__list-content,
.module-8 .program__list-content {
    background-image: url(../img/program-decore-gold.png);
}

.program__list-column:nth-child(1) {
    width: 60%;
}

.program__list-column:nth-child(2) {
    width: 32.5%;
}

.program__list-title {
    margin-bottom: 21px;
}

.program__list-title a {
    position: relative;
    top: -5px;
    left: 2px;
    display: inline-block;
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
    color: #1E1E1E;
}

.program__list-title a span {
    padding-bottom: 1px;
    border-bottom: 1px solid #1E1E1E;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.program__list-title a:hover span {
    color: #646CF6;
}

.program__list-title .mob {
    display: none;
}

.module-7 .program__list-title {
    margin-right: -120px;
}

.program__list-column:nth-child(1) .program__list-text {
    margin-left: 28px;
}

.program__list-text li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 30px;
    font-weight: 300;
    font-size: 14px;
    line-height: 23px;
}

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

.program__list-text li:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    font-size: 12px;
    line-height: 20px;
    background-image: url(../img/program-list-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(0, -50%);
}

.program__list-text li.gold:before {
    background-image: url(../img/program-list-icon-gold.png);
}

.program__list-text li.material:before {
    background-image: url(../img/program-list-icon-material.png);
}

.program__list-text .blue {
    color: #646CF6;
}

.program__list-text span.gold {
    color: #CEA861;
}

.program__list-result {
    display: inline-block;
    margin-top: 32px;
    padding: 19px 35px 19px 29px;
    font-weight: 300;
    font-size: 14px;
    line-height: 23px;
    color: #FFFFFF;
    background: #646CF6;
    border-radius: 15px;
}

.program__list-result.gold {
    background: linear-gradient(92.26deg, #D7B46E -3.4%, #E7CE76 15.27%, #DBC36F 54.08%, #E7CE76 79.99%, #CBA35B 105.74%);
}

.program__list-result strong {
    font-weight: 500;
}

.module-0 .program__list-result {
    margin-top: 143px;
}

.module-0p .program__list-result {
    margin-top: 124px;
}

.module-1 .program__list-result {
    margin-top: 133px;
}

.module-2 .program__list-result {
    margin-top: 130px;
}

.module-6 .program__list-result {
    margin-top: 128px;
}

.module-7 .program__list-result,
.module-8 .program__list-result {
    margin-top: 122px;
}


.program__list-result-title-mob {
    display: none;
    margin: 20px -25px 15px;
    padding: 5px 0 3px;
    text-align: center;
    background: #5C63E5;
}

.program__list-result-title-mob img {
    margin: 0 12px;
}

.program__list-result-text-mob {
    display: none;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}


@media only screen and (max-width: 1189px){
    .program__list-content {
        padding-left: 40px;
    }

    .module-5 .program__list-title,
    .module-7 .program__list-title {
        margin-right: -250px;
    }
}

@media only screen and (max-width: 1023px){
    .program__tab-item:hover,
    .program__tab-item.active {
        padding-left: 45px;
    }

    .program__list-text li br {
        display: none;
    }

    .module-0 .program__list-result {
        margin-top: 80px;
    }

    .module-0p .program__list-result {
        margin-top: 60px;
    }

    .module-1 .program__list-result {
        margin-top: 37px;
    }

    .module-2 .program__list-result,
    .module-6 .program__list-result {
        margin-top: 40px;
    }
    
    .module-7 .program__list-result{
        margin-top: 100px;
    }

    .module-8 .program__list-result{
        margin-top: 80px;
    }

    .program__tab-item:hover:before,
    .program__tab-item.active:before {
        left: 20px;
    }

    .program__list-column:nth-child(1) {
        width: 55%;
    }

    .program__list-column:nth-child(2) {
        width: 38%;
    }

    .program__list-content {
        padding: 30px;
        background-size: 350px;
    }

    .program__list-content:before {
        display: none;    
    }

    .program__list-text li {
        font-size: 12px;
        line-height: 22px;
    }

    .program__list-result {
        font-size: 12px;
        line-height: 22px;
    }

    .program__list-result br {
        display: none;
    }
}

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

    .line_program {
        margin-bottom: 58px;
    }

    .line_program.ru {
        padding: 8px 0 3px;
    }

    .line_program.ru .line__run img {
        height: 19px;
    }

    .program__list-title .pc {
        display: none;
    }

    .program__list-title .mob {
        display: block;
    }

    .program__list-title a {
        top: 0;
        left: 0;
        margin-top: 6px;
    }

    .program__tab {
        display: none;
    }

    .program__list {
        margin: 0;
    }

    .program__list-item {
        display: block;
        margin-bottom: 15px;
    }

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

    .program__list-tab {
        position: relative;
        display: block;
        padding: 15px 25px;
        background: #EFF2F5;
        border-radius: 10px;
    }

    .program__list-tab:after {
        position: absolute;
        content: '';
        top: 24px;
        right: 25px;
        width: 25px;
        height: 25px;
        background-image: url(../img/program-icon.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transform: rotate(0deg);
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    .active .program__list-tab:after {
        transform: rotate(-180deg);
    }

    .program__list-tab-info {
        display: flex;
        column-gap: 25px;
        font-size: 11px;
        line-height: 18px;
        color: #979FB6;
    }

    .program__list-tab-info span:nth-child(2) {
        display: block;
        padding-left: 23px;
        background-image: url(../img/icon-video.png);
        background-position: 0 1px;
        background-repeat: no-repeat;
        background-size: 15px;
    }

    .program__list-tab-name {
        margin-top: 5px;
        font-weight: 500;
        font-size: 14px;
        line-height: 23px;
    }

    .program__list-content {
        max-height: 0px;
        margin-top: 0px;
        padding: 0 25px;
        flex-direction: column;
        background: #F3F5F8!important;
        border-radius: 10px;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        overflow: hidden;
        opacity: 0;
    }

    .active .program__list-content {
        max-height: 1000px;
        margin-top: 15px;
        padding-top: 30px;
        padding-bottom: 30px;
        opacity: 1;
    }

    .program__list-column {
        width: 100%!important;
    }

    .program__list-title {
        margin-bottom: 15px;
    }

    .program__list-text li {
        margin-bottom: 15px;
        line-height: 18px;
    }

    .program__list-column:nth-child(1) .program__list-text {
        margin-left: 0;
    }

    .program__list-column:nth-child(2) {
        margin-top: 30px;
    }

    .program__list-result {
        display: none;
    }

    .program__list-result-title-mob {
        display: block;
    }
    
    .program__list-result-text-mob {
        display: block;
    }
}

/*     format     */

.format {
    padding: 50px 0 86px;
}

.format__title {
}
.format__list {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.format__list-column {
    position: relative;
    z-index: 1;
}

.format__list-column:hover {
    z-index: 2;
}

.format__list-column:nth-child(2) {
    left: -30px;
}

.format__list-item {
    position: relative;
    margin-bottom: 57px;
    padding-left: 108px;
}

.format__list-item:last-child {
    margin-bottom: 0;
}

.format__list-img {
    position: absolute;
    top: -16px;
    left: -2px;
    width: 90px;
}

.format__list-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}

.format__list-text {
    position: absolute;
    display: none;
    left: 195px;
    bottom: 0;
    width: 364px;
    padding: 25px 30px;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 28px rgba(229, 233, 238, 0.71);
    border-radius: 15px;
    z-index: 10;
}

.format__list-text:before {
    position: absolute;
    content: '';
    border: 20px solid transparent;
    border-bottom: 20px solid #fff;
    transform: rotate(-20deg);
    left: -20px;
    bottom: 15px;
    z-index: 0;
}

.format__list-show:hover .format__list-text {
    display: block;
}

.format__list-column:nth-child(3) .format__list-text {
    left: -275px;
}

.format__list-column:nth-child(3) .format__list-text:before {
    left: auto;
    right: -20px;
    transform: rotate(20deg);
}

.format__list-btn {
    margin-top: 7px;
    cursor: pointer;
    font-weight: 300;
    font-size: 12px;
    line-height: 19px;
    color: #C4CCDF;
}

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

}

@media only screen and (max-width: 1023px){
    .format__list {
        flex-direction: column;
    }

    .format__list-column:nth-child(2) {
        left: 0;
    }

    .format__list-column {
        display: flex;
        margin-bottom: 40px;
    }

    .format__list-column:last-child {
        margin-bottom: 0;
    }

    .format__list-item {
        width: 50%;
        margin-bottom: 0;
        z-index: 1;
    }

    .format__list-item:hover {
        z-index: 2;
    }

    .format__list-item:nth-child(1) .format__list-text {
        left: 195px;
    }

    .format__list-item:nth-child(1) .format__list-text:before {
        left: -20px;
        right: auto;
        transform: rotate(-20deg);
    }
    
    .format__list-item:nth-child(2) .format__list-text {
        left: -275px;
    }

    .format__list-item:nth-child(2) .format__list-text:before {
        left: auto;
        right: -20px;
        transform: rotate(20deg);
    }
}

@media only screen and (max-width: 767px){
    .format {
        padding: 58px 0 82px;
    }

    .format__list-column {
        margin-bottom: 47px;
    }

    .format__title img {
        height: 21px;
    }

    .format__list {
        margin-top: 36px;
    }

    .format__list-item {
        padding: 76px 0 0;
    }

    .format__list-img {
        width: 62px;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .format__list-title {
        font-size: 12px;
        line-height:16px;
        text-align: center;
    }

    .format__list-title::first-letter {
        text-transform: uppercase;
    }

    .format__list-text {
        bottom: 50px;
        width: 300px;
        padding: 18px 20px;
        line-height: 18px;
    }

    .format__list-item:nth-child(1) .format__list-text {
        left: 30px;
    }

    .format__list-item:nth-child(2) .format__list-text {
        left: -165px;
    }

    .format__list-btn {
        width: 130px;
        margin: 19px auto 0;
        padding: 10px 10px;
        text-align: center;
        color: #232323;
        background: #F0F3F9;
        border-radius: 4px;
    }

    .format__list-btn:hover {
        background: #FFFFFF;
        box-shadow: 0px 0px 14px rgba(125, 147, 202, 0.24);
    }

}

/*     bonus     */

.bonus {
    padding: 34px 0 58px;
    color: #fff;
}

.bonus__title {

}

.bonus__list {
    display: flex;
    flex-wrap: wrap;
    margin: 32px -5px -10px;
}

.bonus__list-column {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
}

.bonus__list-item {
    display: flex;
    padding: 6px 20px;
    align-items: center;
    background: #6870FA;
    border-radius: 9px;
}

.bonus__list-img {
    flex: 0 0 93px;
}

.bonus__list-title {
    padding-left: 26px;
    font-weight: 300;
    font-size: 14px;
    line-height: 23px;
}

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

}

@media only screen and (max-width: 1023px){
    .bonus {
        padding-bottom: 40px;
    }

    .bonus__list-title {
        font-size: 12px;
        line-height: 22px;
    }

    .bonus__list-title br {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .bonus {
        padding: 43px 0 24px;
    }

    .bonus__title img {
        height: 19px;
    }

    .bonus__list {
        margin: 36px -16px -10px;
    }

    .bonus__list-column {
        width: 100%;
    }

    .bonus__list-item {
        padding: 6px 10px;
        border-radius: 5px;
    }

    .bonus__list-img {
        flex: 0 0 86px;
    }

    .bonus__list-title {
        line-height: 18px;
    }
}

/*     author     */

.author {
    padding: 78px 0 0;
}

.author__first {
    position: relative;
    padding-left: 50.5%;
    z-index: 1;
}

.author__sub {
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    color: #C4CCDF;
}

.author__title {
    margin-top: 7px;
}

.author__photo {
    position: absolute;
    max-width: 442px;
    top: -21px;
    left: 52px;
    z-index: 1;
}

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

.author__text {
    margin-left: 50.5%;
    margin-top: 25px;
    margin-bottom: 68px;
    padding-left: 16px;
}

.author__text li {
    position: relative;
    margin-bottom: 21px;
    padding-left: 46px;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
}

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

.author__text li:before {
    position: absolute;
    content: '👉🏻';
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.author__clients {
    position: relative;
    height: 180px;
    margin: 0 -10px;
    padding: 34px 44.5% 20px 40px;
    background: rgba(248, 250, 253, 0.79);
    border: 1px solid #E2E6ED;
    -webkit-backdrop-filter: blur(82px);
    backdrop-filter: blur(82px);
    border-radius: 13px;
}

.author__clients:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 452px;
    height: 218px;
    background-image: url(../img/client-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.author__clients-title {
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}

.author__clients-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 28px;
}

.author__clients-item {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.author__clients-item:nth-child(1) {
    width: 80px;
    height: 50px;
    background-image: url(../img/client-1.png);
    background-size: 70px;
}

.author__clients-item:nth-child(1):hover {
    background-image: url(../img/client-1-active.png);
    background-size: 70px;
}

.author__clients-item:nth-child(2) {
    width: 92px;
    height: 48px;
    background-image: url(../img/client-2.png);
    background-size: 84px;
}

.author__clients-item:nth-child(2):hover {
    background-image: url(../img/client-2-active.png);
    background-size: 84px;
}

.author__clients-item:nth-child(3) {
    width: 112px;
    height: 55px;
    background-image: url(../img/client-3.png);
    background-size: 110px;
}

.author__clients-item:nth-child(3):hover {
    background-image: url(../img/client-3-active.png);
    background-size: 110px;
}

.author__clients-item:nth-child(4) {
    width: 150px;
    height: 35px;
    background-image: url(../img/client-4.png);
    background-size: 150px;
}

.author__clients-item:nth-child(4):hover {
    background-image: url(../img/client-4-active.png);
    background-size: 150px;
}

@media only screen and (min-width: 1201px){
    .author {
        padding-top: 98px;
    }
}

@media only screen and (min-width: 1921px){
    .author {
        padding-top: 128px;
    }
}

@media only screen and (max-width: 1189px){
    .author__clients {
        margin: 0;
        padding: 34px 46.5% 20px 20px;
    }
}

@media only screen and (max-width: 1023px){
    .author__photo {
        max-width: 370px;
        top: -30px;
        left: 10px;
    }

    .author__text li {
        padding-left: 36px;
        font-size: 14px;
        line-height: 23px;
    }

    .author__clients {
        padding-left: 10px;
        padding-right: 37%;
    }

    .author__clients-title span {
        display: block;
    }

    .author__clients:after {
        width: 280px;
        height: 134px;
    }
}

@media only screen and (max-width: 767px){
    .author {
        padding: 96px 0 34px;
    }

    .author__first {
        padding-left: 0;
    }
    
    .author__sub {
        font-size: 12px;
        line-height: 19px;
        text-align: center;
    }

    .author__second {

    }

    .author__title {
        text-align: center;
    }

    .author__title img {
        height: 19px;
    }

    .author__photo {
        position: relative;
        top: 0;
        left: 5px;
        max-width: 300px;
        max-height: 286px;
        margin: 30px auto 0;
    }

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

    .author__text {
        margin-left: 0;
        margin-top: 30px;
        margin-bottom: 0;
        padding-left: 0;
        order: 2;
    }

    .author__text li {
        max-width: 300px;
        padding-left: 50px;
        font-size: 14px;
        line-height: 22px;
    }

    .author__text li br {
        display: none;
    }

    .author__clients {
        order: 1;
        height: 296px;
        padding: 20px 20px 20px;
        overflow: hidden;
    }

    .author__clients-item:nth-child(2) {
        order: 1;
        width: 70px;
        height: 38px;
        background-size: 52px;
    }

    .author__clients-item:nth-child(2):hover {
        background-size: 52px;
    }

    .author__clients-item:nth-child(3) {
        order: 2;
        width: 112px;
        height: 35px;
        background-size: 60px;
    }

    .author__clients-item:nth-child(3):hover {
        background-size: 60px;
    }

    .author__clients-item:nth-child(1) {
        order: 3;
        width: 60px;
        height: 30px;
        background-size: 40px;
    }

    .author__clients-item:nth-child(1):hover {
        background-size: 40px;
    }

    .author__clients-item:nth-child(4) {
        order: 4;
        width: 120px;
        height: 25px;
        background-size: 86px;
    }

    .author__clients-item:nth-child(4):hover {
        background-size: 86px;
    }

    .author__clients:after {
        width: 324px;
        height: 158px;
        bottom: -10px;
    }
}

/*     work     */

.work {
    padding: 50px 0;
}

.work__slider {
    position: relative;
    max-width: 844px;
    margin: 34px auto 0;
    padding-bottom: 52px;
}

.work-counter {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    font-weight: 300;
    font-size: 12px;
    line-height: 34px;
    color: #9A9CC3;
}

.work-counter span {
    font-size: 15px;
    color: #1E1E1E;
}

.work__slider-container {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.work__slider-img.base {
    position: relative;
    z-index: 1;
}

.work__slider-img.before,
.work__slider-img.after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 2;
}

.work__slider-img.active {
    opacity: 1;
    z-index: 3;
}

.work__slider-control {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
    width: 150px;
    height: 35px;
    display: flex;
    margin: 0 auto;
    padding: 2px;
    font-size: 12px;
    line-height: 17px;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(7px);
    border-radius: 7px;
    z-index: 5;
}

.work__slider-control span:nth-child(1) {
    width: 45%;
}

.work__slider-control span:nth-child(2) {
    width: 55%;
}

.work__slider-control span {
    line-height: 31px;
    text-align: center;
    color: #767980;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.work__slider-control span.active {
    cursor: default;
    color: #fff;
    background: #5C63E5;
    border-radius: 5px;
}

.work__slider-author {
    position: relative;
    margin-top: 13px;
    padding: 6px 0 6px 72px;
}

.work__slider-avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 52px;
    height: 52px;
}

.work__slider-name {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #0C0C0C;
}

.work__slider-instagram {
    display: flex;
    justify-content: space-between;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #9A9CC4;
}

.work__slider-instagram span {
    display: block;
    padding-left: 20px;
    text-decoration-line: underline;
    background-image: url(../img/work-instagram-icon.svg);
    background-position: left center;
    background-repeat: no-repeat;
}

.owl-work .owl-nav {
    position: absolute;
    top: calc(50% - 75px);
    left: -78px;
    right: -78px;
}

.owl-work .owl-nav button {
    position: absolute!important;
    width: 68px!important;
    height: 68px!important;
    background: none!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: contain!important;
}

.owl-work .owl-nav button span {
    display: none;
}

.owl-work .owl-nav button.owl-prev {
    left: 0!important;
    background-image: url(../img/work-arrow-left.svg)!important;
}

.owl-work .owl-nav button.owl-next {
    right: 0!important;
    background-image: url(../img/work-arrow-right.svg)!important;
}

@media only screen and (max-width: 1023px){
    .work__slider-instagram {
        font-size: 12px;
    }

    .owl-work .owl-nav {
        top: auto;
        left: 50%;
        right: 0;
        bottom: -22px;
    }

    .owl-work .owl-nav button {
        position: absolute!important;
        width: 26px!important;
        height: 24px!important;
        background: none!important;
        background-repeat: no-repeat!important;
        background-position: center!important;
    }

    .owl-work .owl-nav button.owl-prev {
        margin-left: -121px;
        background-image: url(../img/feedback-arrow-left.svg)!important;
    }

    .owl-work .owl-nav button.owl-next {
        right: auto!important;
        margin-left: 95px;
        background-image: url(../img/feedback-arrow-right.svg)!important;
    }
}

@media only screen and (max-width: 767px){
    .work {
        padding-bottom: 72px;
    }

    .work__title img {
        height: 22px;
    }

    .work__slider {
        margin-left: -100px;
        margin-right: -100px;
    }

    .work__slider .work__slider-item {
        width: 260px;
    }

    .work__slider-author {
        padding-left: 66px;
    }

    .work__slider-name {
        font-size: 12px;
        text-align: left;
    }

    .owl-work .owl-nav button.owl-prev {
        margin-left: -103px;
    }

    .owl-work .owl-nav button.owl-next {
        margin-left: 77px;
    }
}

/*     feedback     */

.feedback {

}

.line_feedback {
    margin-bottom: 50px;
}

.feedback__slider {
    position: relative;
    margin: 0 -100px;
    padding-bottom: 62px;
}

.feedback-counter {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    font-weight: 300;
    font-size: 12px;
    line-height: 34px;
    color: #9A9CC3;
}

.feedback-counter span {
    font-size: 15px;
    color: #1E1E1E;
}
/*
.feedback__slider:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 236px;
    height: 506px;
    margin: -10px 0 0 -1px;
    background-image: url(../img/feedback-phone.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
    z-index: 2;
}
*/
.owl-feedback {
    z-index: 1;
}

.owl-feedback:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 221px;
    background: linear-gradient(89.3deg, #F8FAFD 12.91%, rgba(248, 250, 253, 0.8) 40.86%, rgba(248, 250, 253, 0) 80.74%);
    z-index: 2;
}

.owl-feedback:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    width: 221px;
    background: linear-gradient(268.8deg, #F8FAFD 15.81%, rgba(248, 250, 253, 0.73) 50.07%, rgba(248, 250, 253, 0) 89.42%);
    z-index: 2;
}

.owl-feedback .owl-stage-outer{
    z-index: 1;
}

.owl-feedback .owl-item {
    position: relative;
    padding: 70px 0 35px;
}

.owl-feedback .owl-item img {
    transform: scale(1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.owl-feedback .owl-item.center img {
    transform: scale(1.4);
}


.owl-feedback .owl-nav {
    position: absolute;
    bottom: -32px;
    left: 50%;
    right: 0;
}

.owl-feedback .owl-nav button {
    position: absolute!important;
    width: 26px!important;
    height: 24px!important;
    background: none!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}

.owl-feedback .owl-nav button span {
    display: none;
}

.owl-feedback .owl-nav button.owl-prev {
    margin-left: -121px;
    background-image: url(../img/feedback-arrow-left.svg)!important;
}

.owl-feedback .owl-nav button.owl-next {
    margin-left: 95px;
    background-image: url(../img/feedback-arrow-right.svg)!important;
}

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

}

@media only screen and (max-width: 1023px){
    .owl-feedback .owl-item {
        padding: 60px 0 30px;
    }
}

@media only screen and (max-width: 767px){
    .line_feedback.ru {
        padding: 10px 0 2px;
    }


    .feedback__slider {
        margin-left: -120px;
        margin-right: -120px;
    }

    .feedback__slider .work__slider-item {
        width: 300px;
    }


    .owl-feedback .owl-nav button.owl-prev {
        margin-left: -103px;
    }

    .owl-feedback .owl-nav button.owl-next {
        margin-left: 77px;
    }
}

/*     sertifikat     */

.sertifikat {
    padding: 50px 0 19px;
}

.sertifikat__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sertifikat__img {
    max-width: 486px;
}

.sertifikat__img img {
    transform: rotate(-2.3deg);
}

.sertifikat__text {
    width: 39.7%;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}

.sertifikat__text-title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}

@media only screen and (max-width: 1023px){
    .sertifikat__img {
        position: relative;
        max-width: 320px;
        left: 15px;
    }

    .sertifikat__text {
        width: 50%;
    }
}

@media only screen and (max-width: 767px){
    .sertifikat {
        padding: 65px 0 21px;
    }

    .sertifikat__row {
        flex-direction: column;
        row-gap: 30px;
    }

    .sertifikat__img {
        max-width: 100%;
        left: 0;
    }

    .sertifikat__text-title {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
    }

    .sertifikat__text {
        width: 100%;
        text-align: center;
    }

    .sertifikat__text br {
        display: none;
    }

    .sertifikat__text-title br {
        display: block;
    }
}

/*     tariffs     */

.tariffs {
    padding: 40px 0 52px;
}

.tariffs__list {
    display: flex;
    justify-content: space-between;
    column-gap: 15px;
    margin: 82px -20px 0;
}

.tariffs__item {
    height: 100%;
    padding: 16px 16px 42px;
    border-radius: 10px;
}

.tariffs__item_1 {
    border: 2px solid #EAEEFA;
}

.tariffs__item_2 {
    background: linear-gradient(180deg, rgba(234, 238, 250, 0.43) 0%, #EAEEFA 23.18%, rgba(234, 238, 250, 0.51) 47.59%, rgba(234, 238, 250, 0.25) 72.71%, #EAEEFA 92.31%);
}

.tariffs__item_3 {
    color: #fff;
    background: linear-gradient(180deg, #7577FE 0%, #5E63FF 100%);
}

.tariffs__item-img {
    width: 90px;
    margin: -65px auto 18px;
}

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

.tariffs__item-info {
    display: flex;
    justify-content: space-between;
    max-width: 184px;
    margin: 8px auto 42px;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
}

.tariffs__item-list li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 25px;
    font-weight: 300;
    font-size: 15px;
    line-height: 23px;
}

.tariffs__item-list li:before {
    position: absolute;
    content: '⭐️';
    top: 50%;
    left: 0;
    font-size: 12px;
    transform: translate(0, -50%);
}

.tariffs__item-list li:last-child {
    margin-bottom: 0;
}
/*
.tariffs__item-list li.space {
    margin-bottom: 38px;
}
*/
.tariffs__item-list li.no {
    text-decoration-line: line-through;
    text-decoration-style: solid;
    text-decoration-color: #A7B3D2;
    text-decoration-thickness: 1px;
    color: #A7B3D2;
}

.tariffs__item-list li.no:before {
    display: none;
}

.tariffs__item-price-old {
    margin-top: 40px;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    text-decoration-line: line-through;
    color: #92A0C5;
}

.tariffs__item-price-new {
    margin-top: 18px;
    font-weight: 500;
    font-size: 30px;
    line-height: 19px;
    text-align: center;
}

.tariffs__item-price-usd {
    margin-top: 12px;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
}

.tariffs__item-buy {
    width: 177px;
    margin: 24px auto 0;
}

.tariffs__item-buy-part {
    width: 177px;
    margin: 14px auto 0;
}

.btn_border_white {
    width: 100%;
    padding: 15px 20px;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #1E1E1E;
    border: 1px solid #C8CFE0;
    border-radius: 5px;
}

.tariffs__item_3 .btn_border_white {
    color: #fff;
    border: 1px solid #8F91F1;
}

.tariffs__soldout-img {
    width: 200px;
    margin: 0 auto 20px;
}

.tariffs__soldout-text {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #646CF6;
}

.tariffs__item_3 .tariffs__soldout-text {
    color: #fff;
}
@media only screen and (max-width: 1189px){
    .tariffs__list {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 1023px){
    .tariffs__item-list li {
        font-size: 14px;
        line-height: 22px;
    }

    .tariffs__item-list li br {
        display: none;
    }
}

@media only screen and (max-width: 767px){
    .tariffs {
        padding-bottom: 60px;
    }

    .tariffs__title img {
        height: 24px;
    }

    .tariffs__list {
        display: block;
        margin: 80px 0 0;
    }

    .tariffs__column {
        margin-bottom: 65px;
    }

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

    .tariffs__item-img {
        margin: -63px auto 9px;
    }

    .tariffs__item-info {
        max-width: 174px;
        margin: 11px auto 29px;
        font-size: 12px;
    }
}

/*     timer     */

.timer {
    padding: 0 0 55px;
}

.line_timer {
    margin-bottom: 40px;
}

.timer_block {
    width: 370px;
    margin: 0 auto;
    padding: 4px 0 4px 87px;
    background-image: url(../img/timer-img.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 73px;
}

.countdown {
    display: flex;
    column-gap: 36px;
}

.countdown-number {
    position: relative;
    text-align: center;
}

.countdown-number:after {
    position: absolute;
    content: ":";
    top: -3px;
    right: -25px;
    font-size: 40px;
}

.countdown-number:last-child:after {
    display: none;
}

.countdown-time {
    display: block;
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
}

.countdown-time:first .countdown-time {
    color: #5C63E5;
}

.countdown-text {
    display: block;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
}

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

}

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

}

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

    .line_timer .line__run img {
        height: 19px;
    }

    .timer_block {
        width: 330px;
        padding-left: 75px;
        background-size: 65px;
    }

    .countdown {
        column-gap: 26px;
    }

    .countdown-number:after {
        top: -6px;
        right: -20px;
    }

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

/*     faq     */

.faq__list {
    margin: 32px -20px 0;
}

.faq__list-item {
    margin-bottom: 10px;
}

.faq__list-item:last-child {
    margin-bottom: 0;
}

.faq__list-title {
    position: relative;
    padding: 15px 80px 15px 40px;
    cursor: pointer;
    font-size: 16px;
    line-height: 25px;
    color: #232323;
    background: #EDF0FB;
    border-radius: 4px;
}

.faq__list-title:after {
    position: absolute;
    content: '';
    top: 13px;
    right: 29px;
    width: 25px;
    height: 25px;
    background-image: url(../img/faq-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(0deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.active .faq__list-title:after {
    transform: rotate(90deg);
}

.faq__list-text {
    max-height: 0;
    padding: 0 80px 0 40px;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #1E1E1E;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    overflow: hidden;
}

.active .faq__list-text {
    max-height: 500px;
    padding-top: 15px;
    padding-bottom: 23px;
}

@media only screen and (max-width: 1189px){
    .faq__list {
        margin-left: 0;
        margin-right: 0;
    }
}

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

}

@media only screen and (max-width: 767px){
    .faq__title img {
        height: 19px;
    }

    .faq__list-title {
        padding-right: 60px;
        padding-left: 20px;
        font-size: 14px;
        line-height: 21px;
    }

    .faq__list-title:after {
        right: 20px;
    }

    .faq__list-title br {
        display: none;
    }

    .faq__list-text {
        padding: 0 20px;
        font-size: 14px;
        line-height: 22px;
    }


}

/*     question     */

.question {
    padding: 52px 0 12px;
}

.question__row {
    display: flex;
    column-gap: 50px;
    justify-content: center;
}

@media only screen and (max-width: 767px){
    .question {
        padding: 60px 0 30px;
    }

    .question__row {
        flex-direction: column;
        align-items: center;
        row-gap: 25px;
    }

    .question__row > img {
        height: 19px;
    }
}

/*     footer     */

.footer {
    padding: 50px 0;
    font-size: 12px;
    line-height: 18px;
    color: #9197A8;
}

.footer__logo {
    width: 112px;
    height: 20px;
    margin-bottom: 9px;
    background-image: url(../img/footer-logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer a {
    color: #9197A8;
}

.footer__menu {
    display: none;
}

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

.footer__first {
    display: flex;
    justify-content: space-between;
    margin: 0 -20px;
}

.footer__title {
    font-weight: 500;
    text-transform: uppercase;
}

.footer__text {
    margin-top: 9px;
}

.footer__text a {
    font-weight: 300;
    text-decoration-line: underline;
    color: #232323;
}

.footer__contact {
    display: flex;
    column-gap: 50px;
    font-weight: 300;
}

.footer__contact p {
    margin-bottom: 10px;
}

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

.footer__phone {
    padding-left: 26px;
    background-image: url(../img/footer-phone.svg);
    background-position: left center;
    background-repeat: no-repeat;
}

.footer__email {
    padding-left: 26px;
    background-image: url(../img/footer-email.svg);
    background-position: left center;
    background-repeat: no-repeat;
}

.footer__second {
    display: flex;
    margin: 32px -20px 0;
    justify-content: space-between;
    font-weight: 300;
    font-size: 9px;
}

.footer__second div:nth-child(2) {
    display: flex;
    column-gap: 33px;
}

.footer__second a {
    text-decoration: underline;
}

@media only screen and (min-width: 768px){
    .footer_black {
        background-color: #232323;
    }

    .footer_black.arrow-up:before {
        background-image: url(../img/arrow-up-black.svg);
        background-position: bottom center;
    }

    .footer_blue,
    .footer_black,
    .footer_blue a,
    .footer_black a,
    .footer_blue .footer__text a,
    .footer_black .footer__text a {
        color: #fff;
    }

    .footer_blue .footer__logo,
    .footer_black .footer__logo {
        background-image: url(../img/footer-logo-white.svg);
    }

    .footer_blue .footer__phone,
    .footer_black .footer__phone {
        background-image: url(../img/footer-phone-white.svg);
    }

    .footer_blue .footer__email,
    .footer_black .footer__email {
        background-image: url(../img/footer-email-white.svg);
    }
}

@media only screen and (max-width: 767px){
    .footer_black,
    .footer_blue {
        background: none;
    }

    .footer_black:before,
    .footer_blue:before {
        display: none;
    }

    .footer_black .footer__column:nth-child(1),
    .footer_black .footer__column:nth-child(2),
    .footer_blue .footer__column:nth-child(1),
    .footer_blue .footer__column:nth-child(2){
        display: none;
    }
}

@media only screen and (max-width: 1189px){
    .footer__first {
        margin: 0;
    }

    .footer__second {
        margin-left: 0;
        margin-right: 0;
    }
}

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

    .footer__first {
        flex-direction: column;
        row-gap: 23px;
    }

    .footer_main .footer__logo {
        width: 141px;
        height: 25px;
        margin-bottom: 26px;
    }

    .footer__menu {
        display: flex;
    }

    .footer__menu li {
        width: 160px;
        margin-bottom: 18px;
    }

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

    .footer__menu a {
        font-weight: 300;
        font-size: 12px;
        line-height: 20px;
        color: #232323;
    }

    .footer_main .footer__social {
        margin: -20px 0 0 160px;
    }

    .footer__title {
        text-align: center;
    }

    .footer__text {
        width: 136px;
        padding: 10px 10px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        background: #E9ECF2;
    }

    .footer__contact {
        font-size: 9px;
        column-gap: 36px;
    }

    .footer__contact-col:nth-child(1) {
        order: 2;
    }

    .footer__contact-col:nth-child(2) {
        order: 1;
    }

    .footer__phone {
        padding-left: 20px;
    }

    .footer__email {
        padding-left: 20px;
    }

    .footer__second {
        flex-direction: column;
        text-align: center;
        row-gap: 4px;
        margin-top: 27px;
        padding-top: 14px;
        border-top: 1px solid #DBE0EC;
    }

    .footer__second div:nth-child(1) {
        order: 2;
    }

    .footer__second div:nth-child(2) {
        order: 1;
    }
}

/*     thanks     */

.thanks {
    min-height: calc(100vh - 200px);
    padding: 30px 0 153px;
}

.thanks__logo {
    width: 93px;
    height: 16px;
    margin: 0 auto;
    background-image: url(../img/logo-main.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.thanks__logo.gold {
    background-image: url(../img/logo-main-gold.svg);
}

.thanks__title {
    margin-top: 90px;
    font-weight: 500;
    font-size: 27px;
    line-height: 38px;
    text-align: center;
}

.thanks__text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 42px;
    column-gap: 24px;
}

.thanks__icon {
    width: 119px;
}

.thanks__content {
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
}

.thanks__bnts {
    display: flex;
    column-gap: 53px;
    justify-content: center;
    margin-top: 79px;
}






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

}

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

}

@media only screen and (max-width: 767px){
    .thanks__title img {
        height: 50px;
    }

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

    .thanks__content {
        font-size: 14px;
        line-height: 22px;
    }

    .thanks__content br {
        display: none;
    }

    .thanks__bnts {
        flex-direction: column;
        align-items: center;
        row-gap: 23px;
    }
}


.page {
    padding: 60px 0;
}

.page__title {
    font-weight: 700;
    font-size: 20px;
    list-style-type: 30px
}

.page__text {
    margin-top: 32px;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}

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

}

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

}

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