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

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

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

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

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

@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('../fonts/BasisGrotesquePro-Bold.eot');
    src: local('Basis Grotesque Pro Bold'), local('BasisGrotesquePro-Bold'),
        url('../fonts/BasisGrotesquePro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BasisGrotesquePro-Bold.woff2') format('woff2'),
        url('../fonts/BasisGrotesquePro-Bold.woff') format('woff'),
        url('../fonts/BasisGrotesquePro-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 {
    height: 100%;
    color: #000000;
    font-family: 'Gilroy';
    background-color: #fff;
}

body::-webkit-scrollbar,
html::-webkit-scrollbar {
    display: none;
}

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 {
    cursor: pointer;
    outline: none;
    text-decoration: none;
    color: #24150C;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

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

p {
    margin: 0 0 20px;
}

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

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

input {
    border-radius: 0;
}

/*     main     */

.wrapper {
    position: relative;
    overflow: hidden;
}

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

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

@media only screen and (max-width: 1439px){
    .container {
        position: relative;
        max-width: 1240px;
    }
}

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

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

.blue {
    color: #0E19D7;
}
/*
.yellow {
    color: #f1c233;
}
*/
.title {
    font-size: 90px;
    font-weight: 700;
    line-height: 108px;
    letter-spacing: -0.05em;
    font-family: 'Basis Grotesque Pro';
    text-transform: uppercase;
}

.title .row {
    position: relative;
    padding-right: 5px;
    overflow: hidden;
}

.section__anchor {
    position: absolute;
    left: 0;
}

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

    .title {
        font-size: 73px;
        line-height: 88px;
    }
}

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

/*     btn     */

.btn {
    display: inline-block;
    cursor: pointer;
    border: none;
    background: none;
    -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_black {
    display: flex;
    column-gap: 3px;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 318px;
    padding: 50px 40px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    background-color: #000000;
}

@media only screen and (min-width: 1440px){
    .btn_black:hover {
        background-color: #0E19D7;
    }
}

.btn_white {
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 90px;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.03em;
    font-family: 'Basis Grotesque Pro';
    text-transform: uppercase;
    color: #0E19D7;
    background-color: #fff;
}

.btn_white:hover {
    color: #fff;
    background-color: #000000;
}

.btn_white svg path {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.btn_white:hover svg path {
    fill: #fff;
}


.btn_blue {
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 90px;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.03em;
    font-family: 'Basis Grotesque Pro';
    text-transform: uppercase;
    color: #fff;
    background-color: #0E19D7;
}

.btn_blue:hover {
    background-color: #000000;
}

.btn_black svg {
    position: relative;
    top: -2px;
}

.btn_white_arrow {
    display: flex;
    column-gap: 16px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 106px;
    padding-right: 5px;
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    font-family: 'Gilroy';
    text-transform: uppercase;
    color: #0E19D7;
    background-color: #fff;
    background-image: url('../img/icon-btn-arrow-1.svg'), url('../img/icon-btn-arrow-2.svg'), url('../img/icon-btn-arrow-3.svg'), url('../img/icon-btn-arrow-4.svg');
    background-position: top -1px left -1px, top -1px right -1px, bottom -1px right -1px, bottom -1px left -1px;
    background-repeat: no-repeat;
}

.btn_white_arrow:hover {
    background-position: top 8px left 8px, top 8px right 8px, bottom 8px right 8px, bottom 8px left 8px;
}

.btn_white_arrow svg {
    position: relative;
    top: -2px;
}

.btn_blue_arrow_prev,
.btn_blue_arrow_next {
    display: flex;
    column-gap: 5px;
    align-items: center;
    justify-content: center;
    height: 60px;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.03em;
    font-family: 'Basis Grotesque Pro';
    color: #FFFFFF;
    background-color: #0E19D7;
}

.btn_blue_arrow_prev:before {
    position: relative;
    content: url(../img/icon-arrow-prev.svg);
}

.btn_blue_arrow_next:after {
    position: relative;
    content: url(../img/icon-arrow-next.svg);
}

.btn_blue_arrow_prev:hover,
.btn_blue_arrow_next:hover {
    background-color: #000000;
}

.btn_yellow_arrow {
    display: flex;
    column-gap: 21px;
    align-items: center;
    padding: 10px 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.02em;
    border-bottom: 2px solid #FFD900;
    color: #FFD900;
}

@media only screen and (max-width: 1919px){
    .btn_black {
        min-width: 260px;
        padding: 36px 20px;
        font-size: 14px;
    }

    .btn_black svg {
        top: 0;
    }

    .btn_white_arrow {
        height: 90px;
        padding-right: 0;
        column-gap: 14px;
        font-size: 16px;
        background-image: url('../img/icon-btn-arrow-1-mob.svg'), url('../img/icon-btn-arrow-2-mob.svg'), url('../img/icon-btn-arrow-3-mob.svg'), url('../img/icon-btn-arrow-4-mob.svg');
        background-position: top left, top right, bottom right, bottom left;
    }

    .btn_white_arrow {
        height: 90px;
        padding-right: 0;
        column-gap: 14px;
        font-size: 16px;
        background-size: 18px;
    }

    .btn_white_arrow svg {
        top: 0;
        width: 12px;
        height: 12px;
    }

    .btn_yellow_arrow {
        column-gap: 12px;
        padding: 5px 0;
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
    }

    .btn_yellow_arrow svg {
        width: 13px;
        height: 13px;
    }

    .btn_blue_arrow_prev,
    .btn_blue_arrow_next {
        height: 50px;
        font-size: 16px;
    }

    .btn_blue_arrow_prev:after,
    .btn_blue_arrow_next:after {
        transform: scale(0.81);
    }

    .btn_white {
        height: 72px;
        font-size: 16px;
    }

    .btn_white svg {
        width: 13px;
        height: 13px;
    }

    .btn_blue {
        height: 60px;
        font-size: 16px;
    }

    .btn_blue svg {
        width: 13px;
        height: 13px;
    }
}

@media only screen and (max-width: 1439px){
    .btn_black {
        padding: 30px 20px;
    }
}

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

}

@media only screen and (max-width: 1023px){
    .btn_black {
        column-gap: 5px;
        padding: 25px 20px;
        font-size: 16px;
        line-height: 25px;
    }

    .btn_yellow_arrow {
        column-gap: 62px;
        padding: 9px 0;
        font-size: 16px;    
    }

    .btn_blue_arrow_prev, .btn_blue_arrow_next {
        height: 60px;
        font-size: 20px;
        column-gap: 8px;
    }

    .btn_white {
        height: 70px;
        font-size: 20px;
        column-gap: 14px;
    }
}

/*     owl     */

.owl-carousel {
    padding: 0;
}

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

.type-1 .owl-nav {
    position: absolute!important;
    width: auto!important;
    display: flex!important;
    justify-content: space-between!important;
}

.type-2 .owl-nav,
.type-3 .owl-nav {
    position: absolute!important;
    width: auto!important;
    display: flex!important;
}

.owl-brand .owl-nav {
    top: calc(50% - 38px)!important;
    left: -162px!important;
    right: -162px!important;
}

.owl-influence .owl-nav {
    top: calc(50% - 30px)!important;
    left: -142px!important;
    right: -214px!important;
}

.owl-principles .owl-nav {
    left: -460px!important;
    bottom: -19px!important;
}

.owl-media .owl-nav {
    left: -500px!important;
    bottom: 0!important;
}

.type-1 .owl-nav button,
.type-2 .owl-nav button,
.type-3 .owl-nav button {
    position: relative!important;
    margin: 0!important;
    background: none!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: contain!important;
    opacity: 1!important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.type-1 .owl-nav button {
    width: 66px!important;
    height: 66px!important;
}

.type-2 .owl-nav button,
.type-3 .owl-nav button {
    width: 100px!important;
    height: 100px!important;
}

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

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

.type-1 .owl-nav .owl-prev.disabled {
    background-image: url(../img/icon-slider-left-disabled.svg)!important;
}

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

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

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

.type-2 .owl-nav button.owl-next {
    margin-left: -19px!important;
    background-image: url(../img/icon-slider-right-white.svg)!important;
}

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

.type-3 .owl-nav button.owl-next {
    margin-left: -19px!important;
    background-image: url(../img/icon-slider-right-blue.svg)!important;
}

.type-2 .owl-nav button.disabled,
.type-3 .owl-nav button.disabled {
    opacity: 0.5!important;
}

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

@media only screen and (max-width: 1919px){
    .type-1 .owl-nav button {
        width: 54px !important;
        height: 54px !important;
    }

    .owl-brand .owl-nav {
        top: calc(50% - 28px) !important;
        left: -130px !important;
        right: -130px !important;
    }

    .owl-influence .owl-nav {
        top: calc(50% - 25px) !important;
        left: -115px !important;
        right: -188px !important;
    }

    .owl-principles .owl-nav {
        left: -372px !important;
        bottom: -16px !important;
    }

    .owl-media .owl-nav {
        left: -404px !important;
    }

    .type-2 .owl-nav button,
    .type-3 .owl-nav button {
        width: 80px !important;
        height: 80px !important;
    }

    .type-2 .owl-nav button.owl-next {
        margin-left: -15px !important;
    }
}

@media only screen and (max-width: 1439px){
    .owl-brand .owl-nav {
        left: -77px!important;
        right: -77px!important;
    }

    .owl-influence .owl-nav {
        left: -53px!important;
        right: -77px!important;
    }

    .owl-media .owl-nav {
        left: -354px !important;
    }
}

@media only screen and (max-width: 1239px){
    .owl-media .owl-nav {
        left: -250px !important;
    }
}

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

    .owl-media .owl-nav {
        left: auto!important;
        right: 0!important;
        bottom: 0px!important;
    }

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

    .owl-brand .owl-item {
        opacity: 0;
    }

    .owl-brand .owl-item.active {
        opacity: 1;
    }

    .owl-brand .owl-nav,
    .owl-influence .owl-nav {
        top: auto!important;
    }

    .owl-brand .owl-nav {
        left: 10px!important;
        right: 10px!important;
        bottom: -68px!important;
    }

    .owl-influence .owl-nav {
        left: 0px!important;
        right: 0px!important;
        bottom: -100px!important;
    }

    .owl-principles .owl-stage-outer {
        overflow: initial!important;
    }

    .type-1 .owl-nav button,
    .type-2 .owl-nav button {
        width: 35px!important;
        height: 35px!important;
    }

    .type-1 .owl-nav button.owl-prev {
        background-image: url(../img/icon-slider-left-mob.svg)!important;
    }
    
    .type-1 .owl-nav .owl-prev.disabled {
        background-image: url(../img/icon-slider-left-disabled-mob.svg)!important;
    }
    
    .type-1  .owl-nav button.owl-next {
        background-image: url(../img/icon-slider-right-mob.svg)!important;
    }
    
    .type-1  .owl-nav button.owl-next.disabled {
        background-image: url(../img/icon-slider-right-disabled-mob.svg)!important;
    }

    .type-2,
    .type-3  {
        padding-bottom: 100px!important;
    }

    .type-2 .owl-nav,
    .type-3 .owl-nav {
        position: absolute!important;
        left: auto!important;
        right: 0!important;
        bottom: 0!important;
        column-gap: 11px!important;
    }
    
    .type-2 .owl-nav button,
    .type-3 .owl-nav button {
        width: 70px !important;
        height: 70px !important;
    }

    .type-2 .owl-nav button.owl-next,
    .type-3 .owl-nav button.owl-next {
        margin-left: 0 !important;
    }
}

/*     progress     */

.progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    z-index: 99999999;
}

.progress__bar {
    width: 0%;
    height: 4px;
    background: #0048FF;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

/*     header     */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 9999;
}

.header__block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: -102px;
}

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

.header__language {
    position: absolute;
    top: calc(50% - 9px);
    right: 388px;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

.header__language-active {
    position: relative;
    cursor: pointer;
    padding-right: 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
    color: #0E19D7;
}

.header__language-active:after {
    position: absolute;
    content: '';
    top: 5px;
    right: 0;
    width: 8px;
    height: 8px;
    transform: rotate(0deg);
    background-image: url(../img/icon-arrow-more-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.header__language-active:hover:after {
    transform: rotate(-180deg);
}

.header__language-list {
    display: none;
    padding-top: 10px;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
}

.header__language:hover .header__language-list {
    display: block;
}

.header__main {
    display: flex;
    column-gap: 72px;
    align-items: center;
    padding-top: 4px;
}

.header__menu {
    display: flex;
    column-gap: 40px;
}

.header__menu .test-drive a span {
    margin-right: 8px;
}

@media only screen and (min-width: 1240px) {
    .header__menu .test-drive a {
        position: relative;
        padding: 5px 10px;
        white-space: nowrap;
        color: #fff!important;
        background-color: #0E19D7;
        -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;
    }

    .header__menu .test-drive a:hover {
        background-color: #000000;
    }
}

.header__menu a {
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
    white-space: nowrap;
}

@media only screen and (min-width: 1240px){
    .header__menu a:hover {
        color: #0E19D7;
    }
}

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

.header__telegram a {
    display: block;
    transform: scale(1);
}

@media only screen and (min-width: 1024px) {
    .header__telegram a:hover {
        transform: scale(1.1);
    }
}

.header__telegram .instagram {
    display: none;
}

.header__phone a {
    padding-left: 30px;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    background-image: url(../img/icon-phone.svg);
    background-position: 0px 8px;
    background-repeat: no-repeat;
}

.header__burger {
    display: none;
}

@media only screen and (min-width: 1921px){
    .header .container {
        max-width: 100%;
    }

    .header__block {
        margin-right: -25px;
    }
}

@media only screen and (max-width: 1919px){
    .header .container {
        max-width: 100%;
    }

    .header__block {
        margin-right: -10px;
    }

    .header__menu {
        column-gap: 28px;
    }

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

    .header__contact {
        column-gap: 30px;
    }

    .header__telegram svg {
        width: 32px;
        height: 32px;
    }

    .header__phone a {
        padding-left: 27px;
        font-size: 16px;
        line-height: 23px;
        background-position: 0px 6px;
    }

    .header__language {
        top: calc(50% - 8px);
        right: 290px;
    }

    .header__btn {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 1439px){
    .header__menu {
        column-gap: 10px;
    }

    .header__main {
        column-gap: 30px;
    }

    .header__language {
        right: 275px;
    }

    .header__contact {
        column-gap: 20px;
    }
}

@media only screen and (max-width: 1239px){
    .header {
        padding: 25px 0;
    }

    .header_open {
        height: 100vh;
        background-color: #0E19D7;
        overflow-y: scroll;
    }

    .header .container {
        max-width: 1024px;
    }

    .header__block {
        flex-direction: column;
        margin-right: 0;
        padding-top: 30px;
    } 

    .header__logo {
        position: absolute;
        top: 0;
        left: -3px;
    }

    .header_open .header__logo {
        background-image: url(../img/logo-white.png);
    }

    .header__burger {
        display: block;
        position: absolute;
        top: -2px;
        right: 8px;
        width: 35px;
        height: 30px;
        cursor: pointer;
        background-image: url(../img/icon-burger.svg);
        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;
    }

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

    .header__main {
        display: none;
        row-gap: 30px;
        flex-direction: column;
        width: 100%;
        padding-top: 15px;
    }

    .header_open .header__main {
        display: flex;
    }

    .header__menu {
        width: 100%;
        flex-direction: column;
    }

    .header__menu li {
        padding: 25px 0 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    }

    .header__menu a {
        padding-left: 30px;
        font-size: 20px;
        line-height: 26px;
        color: #fff;
    }

    .header__language {
        display: none;
        top: 5px;
        right: 170px;
    }

    .header__language-active {
        color: #fff;
    }

    .header__language-active:after {
        background-image: url(../img/icon-arrow-more-down-white.svg);
    }

    .header__language-list a {
        color: #fff;
    }

    .header_open .header__language {
        display: block;
    }

    .header__contact {
        width: 100%;
        justify-content: space-between;
        padding: 0 18px 0 18px;
    }

    .header__phone {
        order: 1;
    }

    .header__phone a {
        padding-left: 30px;
        font-size: 20px;
        font-weight: 600;
        line-height: 27px;
        color: #fff;
        background-image: url(../img/icon-phone-white.svg);
    }

    .header__telegram {
        display: flex;
        column-gap: 15px;
        order: 2;
    }

    .header__telegram svg {
        width: 39px;
        height: 39px;
    }
    
    .header__telegram svg path {
        fill: #fff;
    }

    .header__telegram svg circle {
        stroke: #fff;
    }

    .header__telegram .instagram {
        display: flex;
    }

    .header__telegram .instagram {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 39px;
        width: 39px;
        height: 39px;
        border: 2px solid #fff;
        border-radius: 50%;
    }

    .header__telegram .instagram svg {
        width: 17px;
        height: 17px;
    }

    .header__btn {
        display: none;
        width: 318px;
        margin: 30px auto 0;
        padding: 0;
    }

    .header_open .header__btn {
        display: flex;
    }
}

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

/*     first     */

.first {
    max-width: 1920px;
    margin: 0 auto;
    padding: 225px 0 0;
}

.first__block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-left: 216px;
}

.first__decore {
    position: absolute;
    content: '';
    top: 0;
    left: -318px;
    bottom: 0;
    width: 225px;
    background-image: url(../img/first-img-more-new.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.first__content {
    position: relative;
    width: 42.15%;
}

.first__title2 {
    font-size: 62px;
    line-height: 74px;
}

.first__title3 {
    font-size: 56px;
    line-height: 68px;
}


.first__sub-title {
    margin-top: 30px;
    font-size: 32px;
    font-weight: 400;
    line-height: 44.8px;
    letter-spacing: -0.05em;
}

.first__text {
    position: relative;
    max-width: 580px;
    margin-top: 30px;
    font-size: 32px;
    font-weight: 400;
    line-height: 44.8px;
    letter-spacing: -0.05em;
}

.first__img {
    position: relative;
    width: calc(50% + 220px);
    height: 644px;
    margin-right: -220px;
    background-image: url(../img/first-img-26-new2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.first__img:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 140px;
    background: linear-gradient(180deg, rgba(15, 15, 17, 0) 0%, #0F0F11 100%);
    z-index: 1;
}

.first__img-certificates {
    position: absolute;
    left: 210px;
    bottom: 30px;
    display: flex;
    column-gap: 30px;
    z-index: 2;
}

.first__img-certificates img {
   width: 84px;
}

.first__img-certificates2 img.first__img-partner2 {
   width: 84px;
}

.first__img-partner {
    position: absolute;
    top: 11px;
    right: -140px;
    display: block;
    width: 110px;
    height: 62px;
    background-image: url(../img/partner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.first__img-partner2 {
    position: absolute;
    top: 3px;
    right: -254px;
    display: block;
    width: 126px;
}

.first__img-text {
    position: absolute;
    left: 694px;
    bottom: 45px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.05em;
    color: #fff;
    z-index: 2;
}

.first__img-achievements {
    position: absolute;
    left: 30px;
    bottom: 30px;
    display: flex;
    column-gap: 30px;
}

.first__img-achievements img {
    width: 85px;
    height: 85px;
}

.first__img-achievement-text {
    position: absolute;
    left: 330px;
    bottom: 30px;
}

.first__form {
    position: absolute;
    left: -6px;
    bottom: -17px;
    display: flex;
    column-gap: 50px;
    align-items: center;
    padding: 17px;
    background-color: #ffffff;
    box-shadow: 0px 33px 150px 0px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.first__form-phone {
    width: 280px;
}

.first__form-phone input {
    display: block;
    width: 100%;
    padding: 20px 20px 20px 50px;
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    font-family: 'Gilroy';
    border: 0;
}

.first__form-phone input::-webkit-input-placeholder {color: #000000;}
.first__form-phone input::-moz-placeholder {color: #000000;}
.first__form-phone input:-ms-input-placeholder {color: #000000;}
.first__form-phone input:-moz-placeholder {color: #000000;}


.first__form-btn {
    width: 431px;
}

.first__list {
    display: flex;
    flex-wrap: wrap;
    margin: 75px 57px 0 206px;
}

.first__column {
    padding: 0 10px;
}

.first__column:nth-child(1) {
    width: 26.8%;
}

.first__column:nth-child(2) {
    width: 25.9%;
}

.first__column:nth-child(3) {
    width: 22.3%;
}

.first__column:nth-child(4) {
    width: 25%;
}

.first__item-number {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: -0.05em;
    font-family: 'Basis Grotesque Pro';
    color: #0E19D7;
}

.first__item-text {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

@media only screen and (min-width: 1921px){
    .first__decore {
        left: -640px;
        width: 547px;
        background-image: url(../img/first-img-more-large-new.jpg);
    }

    .first__img {
        width: calc(50% + 540px);
        margin-right: -540px;
        background-position: top -30px center;
    }

    .first__img:after {
        height: 114px;
    }
}

@media only screen and (max-width: 1919px){
    .first {
        padding-top: 182px;
    }

    .first__block {
        margin-left: 180px;
    }

    .first__title2 {
        font-size: 52px;
        line-height: 62px;
    }

    .first__title3 {
        font-size: 46px;
        line-height: 56px;
    }

    .first__sub-title {
        margin-top: 24px;
        font-size: 26px;
        line-height: 36px;
    }

    .first__text {
        max-width: 495px;
        margin-top: 24px;
        font-size: 26px;
        line-height: 36px;
    }

    .first__decore {
        width: 245px;
        height: 524px;
    }

    .first__img {
        height: 524px;
    }

    .first__form {
        left: 0;
        padding: 12px;
        bottom: -16px;
    }

    .first__form-phone {
        width: 218px;
    }

    .first__form-phone input {
        padding: 20px 20px 20px 42px;
        font-size: 16px;
    }

    .first__form-btn {
        width: 320px;
    }

    .first__list {
        margin: 58px 57px 0 169px;
    }

    .first__item-number {
        font-size: 40px;
        line-height: 50px;
    }

    .first__item-text {
        margin-top: 15px;
        font-size: 18px;
        line-height: 22px;
    }

    .first__img-certificates {
        left: 130px;
        bottom: 22px;
        column-gap: 20px;
    }

    .first__img-partner {
        top: 9px;
        right: -106px;
        width: 88px;
        height: 50px;
    }

    .first__img-partner2 {
        top: 2px;
        right: -192px;
        width: 88px;
    }
    
    .first__img-certificates img {
        width: 69px;
    }

    .first__img-text {
        left: 505px;
        bottom: 34px;
        font-size: 16px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 1439px){
    .first {
        padding-top: 160px;
    }

    .first__block {
        margin-left: 90px;
    }

    .first__decore {
        left: -280px;
    }
    
    .first__title2 {
        font-size: 48px;
        line-height: 60px;
    }

    .first__title3 {
        font-size: 42px;
        line-height: 54px;
    }

    .first__text {
        max-width: 460px;
    }

    .first__form {
        column-gap: 25px;
    }

    .first__img {
        width: calc(50% + 240px);
        margin-right: -240px;
    }

    .first__img-certificates {
        top: 10px;
        left: 10px;
        bottom: auto;
        column-gap: 10px;
    }

    .first__img-certificates img:nth-child(3){
        margin-right: 301px;
    }


    .first__img-certificates img.first__img-partner2 {
        width: 69px;
        height: auto;
        right: initial;
        left: 238px;
    }

    .first__img-text {
        left: 430px;
    }
    
    .first__list {
        margin: 55px 30px 0 80px;
    }

    .services__item-cases {
        column-gap: 100px;
    }
}

@media only screen and (max-width: 1239px){
    .first {
        padding-top: 110px;
    }
    
    .first__block {
        justify-content: space-between;
        margin-left: 0;
    }

    .first__decore {
        display: none;
    }

    .first__content {
        width: 45%;
    }

    .first__img {
        width: 50%;
        margin-right: 0;
    }
    
    .first__img-certificates {
        top: 10px;
        left: 10px;
        column-gap: 10px;
    }

    .first__img-certificates img {
        width: 54px;
    }    

    .first__img-certificates img:nth-child(2){
        margin-right: 221px;
    }

    .first__img-certificates img:nth-child(3){
        margin-right: 0;
    }

    .first__img-partner {
        top: 7px;
        right: -79px;
        width: 70px;
        height: 40px;
        background-size: 102%;
        border: 1px solid #8B8CA0;
        border-radius: 5px;
    }

    .first__img-partner2 {
        top: 7px;
        right: -79px;
        width: 70px;
        height: 40px;
        background-size: 102%;
        border: 1px solid #8B8CA0;
        border-radius: 5px;
    }

    .first__img-certificates img.first__img-partner2 {
        top: 0;
        left: 128px;
        width: 54px;
    }

    .first__img-text {
        left: auto;
        right: 20px;
        bottom: 20px;
    }

    .first__list {
        margin: 50px 0 0;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
    .en .first__title {
        font-size: 66px;
        line-height: 84px;
    }
}

@media only screen and (max-width: 1023px){
    .first {
        padding-top: 155px;
    }

    .first__block {
        flex-direction: column;      
    }

    .first__content {
        width: 100%;
        padding-left: 18px;
    }

    .first__title {
        font-size: 40px;
        line-height: 48px;
    }

    .first__title2 {
        font-size: 34px;
        line-height: 44px;
    }

    .first__title3 {
        font-size: 30px;
        line-height: 40px;
    }
    
    .first__sub-title {
        margin-top: 20px;
        font-size: 16px;
        line-height: 22px;
    }
    
    .first__text {
        max-width: 320px;
        min-height: 66px;
        margin-top: 20px;
        font-size: 16px;
        line-height: 22px;
    }

    .first__img {
        width: auto;
        height: 285px;
        margin: 63px -38px 0;
    }

    .first__img-certificates {
        top: -40px;
        left: calc(50% - 159px);
        column-gap: 10px;
    }

    .first__img-certificates img:nth-child(2){
        margin-right: 0;
    }

    .first__img-certificates img.first__img-partner2 {
        left: 271px;
    }
    .first__img-text {
        right: calc(50% - 173px);
        bottom: 36px;
        font-size: 14px;
        line-height: 20px;
    }

    .first__form {
        position: relative;
        bottom: auto;
        row-gap: 8px;
        flex-direction: column;
        margin: -19px -8px 0;
        padding: 8px 5px 9px;
    }

    .first__form-phone {
        width: 100%;
    }

    .first__form-phone input {
        padding: 24px 20px;
        font-size: 20px;
        line-height: 26px;
        text-align: center;
    }

    .first__form-btn {
        width: 100%;
    }

    .first__list {
        position: relative;
        padding-left: 53%;
        row-gap: 30px;
        margin: 80px 0 0;
    }

    .first__list:before {
        position: absolute;
        content: '';
        top: 2px;
        left: -38px;
        right: 51%;
        bottom: 2px;
        background-image: url(../img/first-img-more-new.jpg);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .first__column:nth-child(1),
    .first__column:nth-child(2),
    .first__column:nth-child(3),
    .first__column:nth-child(4) {
        width: 100%;
    }

    .first__item-number {
        margin-right: -10px;
        font-size: 36px;
        line-height: 43px;
    }

    .first__item-text {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0;
    }

    .first__item-text span {
        display: block;
    }

    .first__item-text span br {
        display: none;
    }
}

/*     mens     */

.mens {
    padding: 124px 0 0;
    z-index: 2;
}

.mens__list {
    display: flex;
    flex-wrap: wrap;
}

.mens__column {
    width: 33.33%;
}

.mens__item {
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    row-gap: 21px;
    height: 1073px;
    padding-bottom: 70px;
    text-align: center;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mens__item:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0%;
    right: 0;
    bottom: 0;
    background-color: #000;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    z-index: 3;
}

.mens__item.open:after {
    left: 100%;
}

.mens__item-label {
    display: flex;
    column-gap: 15px;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    font-weight: 500;
    line-height: 31px;
    text-transform: lowercase;
    opacity: 0.5;
}

.mens__item-direction {
    font-size: 57px;
    font-weight: 700;
    line-height: 63px;
    letter-spacing: -0.02em;
    font-family: 'Basis Grotesque Pro';
    text-transform: uppercase;
}

@media only screen and (max-width: 1919px){
    .mens {
        padding-top: 100px;
    }

    .mens__item {
        row-gap: 16px;
        height: 872px;
        padding-bottom: 56px;
    }

    .mens__item-label {
        column-gap: 11px;
        font-size: 24px;
        line-height: 26px;
    }

    .mens__item-direction {
        font-size: 46px;
        line-height: 52px;
    }
}

@media only screen and (max-width: 1439px){
    .mens__item {
        height: 760px;
        padding-bottom: 45px;
    }

    .mens__item-label {
        font-size: 22px;
        line-height: 24px;
    }

    .mens__item-direction {
        font-size: 42px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 1239px){
    .mens__item {
        height: 640px;
    }
    
    .mens__item-direction {
        font-size: 32px;
        line-height: 38px;
    }
}

@media only screen and (max-width: 1023px){
    .mens {
        padding-top: 76px;
    }

    .mens__list {
        row-gap: 15px;
        flex-direction: column;
    }

    .mens__column {
        width: 100%;
    }

    .mens__item {
        position: relative;
        row-gap: 17px;
        height: 483px;
        padding-bottom: 24px;
        background-position: top center;
    }

    .mens__column:nth-child(1) .mens__item {
        background-position: top -30px center;
    }

    .mens__column:nth-child(2) .mens__item {
        background-position: top -47px center;
    }

    .mens__column:nth-child(3) .mens__item {
        background-position: top -45px center;
    }

    .mens__item:before {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        bottom: 0;
        height: 124px;
        background: linear-gradient(180deg, rgba(11, 11, 11, 0) 0%, #0B0B0B 100%);
        z-index: 1;
    }

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

    .mens__item-label {
        column-gap: 4px;
        font-size: 16px;
        line-height: 18px;
    }

    .mens__item-direction {
        font-size: 36px;
        line-height: 40px;
    }
}

/*     services     */

.services {
    padding-top: 126px;
    color: #fff;
}

.services::before {
    position: absolute;
    content: '';
    top: -566px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 1;
}

.services__head {
    display: flex;
    align-items: center;
    margin: 0 50px 0 216px;
}

.services__head-title {
    width: 60%;
}

.services__head-text {
    width: 40%;
    padding-top: 33px;
    font-size: 22px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: -0.05em;
}

.services__line {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.services__line_brand {
    background-image: url(../img/services-line-brand.png);
}

.services__line_perfomance {
    background-image: url(../img/services-line-perfomance.png);
}

.services__line_influence {
    background-image: url(../img/services-line-influence.png);
}

.services__list {
    position: relative;
    margin-top: 98px;
    z-index: 5;
}

.services__item {
    position: relative;
    padding: 76px 0 76px 216px;
    border-top: 1px solid #FFFFFF;
}

.services__item-anchor {
    position: absolute;
    top: -95px;
    left: 0;

}

.services__item-head {
    position: relative;
    display: block;
    padding-right: 158px;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

.services__item-number {
    position: absolute;
    top: 25px;
    left: -216px;
    display: flex;
    column-gap: 5px;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
}

.services__item-title {
    font-size: 64px;
    font-weight: 700;
    line-height: 77px;
    letter-spacing: -0.05em;
    font-family: 'Basis Grotesque Pro';
    text-transform: uppercase;
    color: #fff;
}

.services__item-arrow {
    position: absolute;
    top: 23px;
    right: 90px;
    transform: rotate(0deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.active .services__item-arrow {
    transform: rotate(-90deg);
}

.services__item-arrow svg path {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.active  .services__item-arrow svg path {
    fill: #fff;
}

.services__item-content {
    display: flex;
    row-gap: 76px;
    flex-wrap: wrap;
    height: 0;
    margin: 0px -10px 0;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.active .services__item-content {
    height: auto;
    margin-top: 100px;
    opacity: 1;
}

.services__item-column {
    padding: 0 10px;
}

.services__item-column:nth-child(1) {
    width: 57.3%;
}

.services__item-column:nth-child(2) {
    width: 42.7%;
}

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

.services__item-label {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #004BFF;
}

.services__item-text {
    margin-top: 40px;
    font-size: 22px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: -0.02em;
}

.services__item-link {
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
}

.services__item-list {
    display: flex;
    row-gap: 26px;
    flex-direction: column;
    margin-top: 45px;
    margin-left: -46px;
}

.services__item-list li {
    padding-left: 42px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.02em;
    background-image: url(../img/icon-services-arrow.svg);
    background-position: left center;
    background-repeat: no-repeat;
}

.services__item-cases {
    display: flex;
    column-gap: 147px;
    margin-top: 41px;
}

.services__item-case {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 330px;
    height: 125px;
    background-image: url(../img/icon-case-arrow-1.svg), url(../img/icon-case-arrow-2.svg), url(../img/icon-case-arrow-3.svg), url(../img/icon-case-arrow-4.svg);
    background-position: top -1px left -1px, top -1px right -1px, bottom -1px right -1px, bottom -1px left -1px;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.services__item-case:hover {
    background-position: top 8px left 8px, top 8px right 8px, bottom 8px right 8px, bottom 8px left 8px;
}

.services__item-case img {
    height: auto;
}

.services__item-case.img-1 img {
    width: 209px;
}

.services__item-case.img-2 img {
    width: 168px;
}

.services__item-case.img-3 img {
    width: 187px;
}

.services__item-case.img-4 img {
    width: 199px;
}

.services__item-case.img-5 img {
    width: 245px;
}

.services__item-case.img-6 img {
    width: 228px;
}

.services__item-case.img-7 img {
    width: 222px;
}

.services__item-case.img-8 img {
    width: 197px;
}

.services__item-case.img-9 img {
    width: 261px;
}

.servicesNew__list {
    position: relative;
    margin-top: 98px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    z-index: 5;
}

.servicesNew__column {
    display: flex;
    row-gap: 15px;
    align-items: flex-start;
}

.servicesNew__column:nth-child(1) {
    flex-direction: column;
    width: 40%;
}

.servicesNew__column:nth-child(2) {
    flex-wrap: wrap;
    column-gap: 15px;
    width: calc(60% - 15px);
}

.servicesNew__item {
    color: #000;
    background: #fff;
}

.servicesNew__item.item-1,
.servicesNew__item.item-2 {
    width: 100%;
    height: 408px;
}

.servicesNew__item.item-3 {
    width: 100%;
    height: 189px;
}

.servicesNew__item.item-4,
.servicesNew__item.item-5 {
    width: calc(50% - 15px);
    height: 398px;
}

.servicesNew__item.item-6,
.servicesNew__item.item-7 {
    width: calc(50% - 15px);
    height: 213px;
}

.servicesNew__item.large {

}

.servicesNew__item-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: -0.05em;
    font-family: 'Basis Grotesque Pro';
    text-transform: uppercase;
}

.servicesNew__item-text {
font-weight: 500;
font-style: Medium;
font-size: 20px;
leading-trim: NONE;
line-height: 140%;
letter-spacing: -2%;

}
.servicesNew__column {
}
.full {
}



@media only screen and (max-width: 1919px){
    .services {
        padding-top: 102px;
    }

    .services__head {
        margin: 0 50px 0 179px;
    }

    .services__head-text {
        font-size: 18px;
        line-height: 25px;
    }

    .services__list {
        margin-top: 80px;
    }

    .services__item {
        padding: 60px 0 60px 180px;
    }

    .services__item-number {
        top: 21px;
        left: -180px;
        column-gap: 5px;
        font-size: 15px;
        line-height: 24px;
    }

    .services__item-title {
        font-size: 52px;
        line-height: 65px;
    }

    .services__item-arrow {
        top: 21px;
        right: 77px;
    }

    .services__item-arrow svg {
        width: 23px;
        height: 23px;
    }

    .services__item-content {
        row-gap: 60px;
    }

    .active .services__item-content {
        margin-top: 40px;
    }

    .services__item-label {
        font-size: 18px;
        line-height: 22px;
    }

    .services__item-column:nth-child(2) .services__item-label {
        margin-left: -10px;
    }

    .services__item-text {
        margin-top: 31px;
        font-size: 18px;
        line-height: 26px;
    }

    .services__item-link {
        margin-top: 25px;
    }

    .services__item-list {
        row-gap: 21px;
        margin-top: 34px;
    }

    .services__item-list li {
        padding-left: 36px;
        font-size: 16px;
        line-height: 23px;
        background-size: 13px;
    }

    .services__item-cases {
        margin-top: 32px;
        column-gap: 119px;
    }

    .services__item-case {
        width: 268px;
        height: 104px;
        background-size: 18px;
    }
    
    .services__item-case img {
        transform: scale(0.8);
    }
}

@media only screen and (max-width: 1439px){
    .services__head {
        margin-left: 90px;
    }

    .services__item {
        padding-left: 90px;
    }

    .services__item-number {
        left: -90px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
    .en .services__head-title {
        width: 75%;
    }

    .en .services__head-text {
        width: 25%;
    }
}

@media only screen and (max-width: 1239px){
    .services__item-column:nth-child(1) {
        width: 50%;
    }
    
    .services__item-column:nth-child(2) {
        width: 50%;
    }

    .services__item-text {
        padding-right: 100px;
    }

    .services__item-cases {
        column-gap: 45px;
    }
}

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

    .services::before {
        top: -739px;
        bottom: 0;
    }

    .services__head {
        row-gap: 20px;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
    }

    .services__head-title {
        width: 70%;
    }

    .en .services__head-title {
        width: 100%;
    }

    .services__head-text {
        width: 100%;
        padding: 0 0 0 45px;
        font-size: 16px;
        line-height: 22px;
    }

    .services__head-text span {
        display: block;
    }

    .services__head-text br {
        display: none
    }

    .services__list {
        margin-top: 30px;
    }

    .services__item {
        padding: 30px 0;
    }

    .services__item-column:nth-child(1) {
        width: 100%;
        order: 2;
    }

    .services__item-column:nth-child(2) {
        width: 100%;
        order: 1;
    }

    .services__item-column:nth-child(3) {
        width: 100%;
        order: 3;
    }
    
    .services__item {
        padding: 25px 0;
    }

    .services__item.active {
        padding-bottom: 39px;
    }

    .services__item-head {
        padding-left: 45px;
        padding-right: 30px;
    }

    .services__item-number {
        top: 3px;
        left: 0;
        column-gap: 2px;
        font-size: 12px;
        line-height: 17px;
    }

    .services__item-title {
        font-size: 22px;
        line-height: 26px;
    }

    .services__item-arrow {
        top: 10px;
        right: 5px;
    }

    .services__item-arrow svg {
        width: 11px;
        height: 11px;
    }

    .services__item-content {
        row-gap: 40px;
    }

    .services__item-list {
        row-gap: 25px;
        margin-top: 30px;
        margin-left: 0;
    }

    .services__item-list li {
        padding-left: 44px;
        padding-right: 15px;
        line-height: 22px;
    }

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

    .services__item-text {
        margin-top: 29px;
        padding-left: 44px;
        padding-right: 0;
        font-size: 16px;
    }

    .services__item-link {
        margin-left: 44px;
    }

    .services__item-cases {
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 10px;
        row-gap: 9px;
        margin-top: 30px;
    }

    .services__item-case {
        width: calc(50% - 5px);
        height: 66px;
        background-image: url(../img/icon-case-arrow-1-mob.svg), url(../img/icon-case-arrow-2-mob.svg), url(../img/icon-case-arrow-3-mob.svg), url(../img/icon-case-arrow-4-mob.svg);
        background-position: top left, top right, bottom right, bottom left;
        background-size: 13px;
    }

    .services__item-case img {
        transform: scale(1);
    }

    .services__item-case.img-1 img {
        width: 109px;
    }

    .services__item-case.img-2 img {
        width: 73px;
    }

    .services__item-case.img-3 img {
        width: 100px;
    }

    .services__item-case.img-4 img {
        width: 109px;
    }

    .services__item-case.img-5 img {
        width: 130px;
    }

    .services__item-case.img-6 img {
        width: 120px;
    }

    .services__item-case.img-7 img {
        width: 120px;
    }

    .services__item-case.img-8 img {
        width: 110px;
    }

    .services__item-case.img-9 img {
        width: 140px;
    }

    active .services__item-content {
        margin-top: 40px;
    }

    .services__item-label {
        font-size: 16px;
        line-height: 19px;
    }

    .services__item-column:nth-child(2) .services__item-label {
        margin-left: 0;
    }
}


/*     brand     */

.brand {
    padding-top: 126px;
    z-index: 2;
}

.brand__slider2 {
    display: none;
}

.brand__head2 {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 1462px;
    margin: 0 auto;
}

.brand__head2-title {
    display: flex;
}

.brand__head2-label {
    display: flex;
    column-gap: 5px;
    margin-right: 4px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 500;
    line-height: 30.8px;
    letter-spacing: -0.02em;
}

.brand__block {
    display: flex;
    row-gap: 50px;
    flex-direction: column;
    width: 100%;
    max-width: 1462px;
    margin: 50px auto 0;
    margin-bottom: 200px;
}

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

.brand__item2-base {
    width: calc(30% - 7px);
}

.brand__item2-btn {
    margin-top: 14px;
}

.brand__item2-btn.mob {
    display: none;
}

.brand__item2-btn .btn_black {
    display: flex;
    column-gap: 10px;
    align-items: center;
    padding: 38px;
    font-size: 20px;
}

.brand__item2-main {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(70% - 7px);
    height: 486px;
    padding: 40px 90px 40px 40px;
    background-color: #F7F7F7;
}



.brand__item2-main:before,
.brand__item2-main:after {
    position: absolute;
    content: '';
    width: 28px;
    height: 28px;
}

.brand__item2-main.main_1:before,
.brand__item2-main.main_3:before {
    top: -2px;
    right: -2px;
    border-top: 3px solid #0E19D7;
    border-right: 3px solid #0E19D7;
}

.brand__item2-main.main_2:before {
    top: -2px;
    left: -2px;
    border-top: 3px solid #0E19D7;
    border-left: 3px solid #0E19D7;
}

.brand__item2-main.main_1:after,
.brand__item2-main.main_3:after {
    bottom: -2px;
    right: -2px;
    border-bottom: 3px solid #0E19D7;
    border-right: 3px solid #0E19D7;
}

.brand__item2-main.main_2:after {
    bottom: -2px;
    left: -2px;
    border-bottom: 3px solid #0E19D7;
    border-left: 3px solid #0E19D7;
}

@media only screen and (max-width: 1919px) {
    .brand__item2-main.main_1:before,
    .brand__item2-main.main_3:before {
        top: -1px;
        right: -1px;
        border-top: 2px solid #0E19D7;
        border-right: 2px solid #0E19D7;
    }

    .brand__item2-main.main_2:before {
        top: -1px;
        left: -1px;
        border-top: 2px solid #0E19D7;
        border-left: 2px solid #0E19D7;
    }

    .brand__item2-main.main_1:after,
    .brand__item2-main.main_3:after {
        bottom: -1px;
        right: -1px;
        border-bottom: 2px solid #0E19D7;
        border-right: 2px solid #0E19D7;
    }

    .brand__item2-main.main_2:after {
        bottom: -1px;
        left: -1px;
        border-bottom: 2px solid #0E19D7;
        border-left: 2px solid #0E19D7;
    }
}


@media only screen and (max-width: 1023px) {
    .brand__item2-main.main_1:before,
    .brand__item2-main.main_3:before {
        top: auto;
        left: 0;
        bottom: 0;
        right: auto;
        border-top: 0;
        border-right: 0;
        border-bottom: 2px solid #0E19D7;
        border-left: 2px solid #0E19D7;
    }

    .brand__item2-main.main_2:before {
        top: auto;
        right: 0;
        bottom: 0;
        left: auto;
        border-top: 0;
        border-left: 0;
        border-bottom: 2px solid #0E19D7;
        border-right: 2px solid #0E19D7;
    }

    .brand__item2-main.main_1:after,
    .brand__item2-main.main_3:after {
        bottom: 0;
        right: 0;
        border-bottom: 2px solid #0E19D7;
        border-right: 2px solid #0E19D7;
    }

    .brand__item2-main.main_2:after {
        bottom: 0;
        left: 0;
        border-bottom: 2px solid #0E19D7;
        border-left: 2px solid #0E19D7;
    }
}




.brand__list2-logo {
    position: absolute;
    top: -38px;
    right: 12px;
    font-weight: 700;
    font-size: 195px;
    line-height: 120%;
    letter-spacing: -0.05em;
    font-family: 'Basis Grotesque Pro';
    text-transform: uppercase;
    color: #fff;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    z-index: 2;
}

.brand__list2-logo.logo_2 {
    margin-right: -12px;
}

.brand__list2-logo.logo_3 {
    margin-right: -42px;
}

.brand__item2-label span {
    position: relative;
    padding: 0 5px;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #fff;
    background: #0048FF;
    z-index: 2;
}

.brand__item2-link {
    position: relative;
    margin-top: 20px;
    z-index: 2;
}

.brand__item2-link a {
    display: flex;
    column-gap: 14px;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
}

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

.brand__list2-item-label {
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
}

.brand__list2-item-text {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
}

.brand__slider {
    position: relative;
    padding: 72px 128px;
    background-color: #fff;
    border: 1px solid #E5E5E5;
}

.brand__slider:after {
    position: absolute;
    content: '';
    width: 28px;
    height: 28px;
    right: -2px;
    bottom: -2px;
    border-right: 3px solid #0E19D7;
    border-bottom: 3px solid #0E19D7;
}

.brand__head {
    position: relative;
    display: flex;
    column-gap: 106px;
    margin-left: 88px;
}

.brand__head-label {
    position: absolute;
    top: 55px;
    left: 4px;
    display: flex;
    column-gap: 5px;
    font-size: 22px;
    font-weight: 500;
    line-height: 30.8px;
    letter-spacing: -0.02em;
}

.brand__head-title {
    text-align: right;
}

.brand__head-sub {
    padding-top: 18px;
    display: flex;
    row-gap: 72px;
    flex-direction: column;
}

.brand__head-sub .line {
    padding-left: 244px;
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: -0.05em;
    background-image: url(../img/icon-brand-arrow.svg);
    background-position: left center;
    background-repeat: no-repeat;
}

.brand__head-sub .line span {
    display: inline-block;
    padding: 0px 9px;
    color: #fff;
    background-color: #0048FF;
}

.brand__info {
    display: flex;
    margin: 65px -25px 0 63px;
}

.brand__info-column {
    padding: 0 25px;
}

.brand__info-column:nth-child(1) {
    width: 30.2%;
}

.brand__info-column:nth-child(2) {
    width: 30.2%;
}

.brand__info-column:nth-child(3) {
    width: 39.6%;
}

.brand__info-title {
    display: flex;
    column-gap: 5px;
    font-size: 22px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: -0.02em;
    color: #0048FF;
}

.brand__info-logo {
    margin-top: 25px;
}

.brand__info-logo.img-1 img {
    width: 344px;
}

.brand__info-logo.img-2 img {
    width: 208px;
}

.brand__info-logo.img-3 img {
    width: 187px;
}

.brand__info-text {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.02em;
}

.brand__media {
    display: flex;
    margin: 70px -7px 0;
}

.brand__media-column {
    width: 25%;
    padding: 0 7px;
}

.brand__media-item {
    height: 100%;
    background-color: #F7F7F7;
}

.brand__media-img {
    height: 172px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.brand__media-content {
    padding: 25px 25px 28px 20px;
}

.brand__media-title {
    display: flex;
    column-gap: 10px;
    justify-content: space-between;
    font-size: 22px;
    font-weight: 700;
    line-height: 24.2px;
    letter-spacing: -0.02em;
    font-family: 'Basis Grotesque Pro';
    text-transform: uppercase;
    color: #0E19D7;
}

.brand__media-text {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.02em;
}

.brand__media-next {
    display: none;
}

.brand__slider-label {
    display: none;
}

@media only screen and (max-width: 1919px){
    .brand {
        padding-top: 106px;
    }

    .brand__head2 {
        max-width: 1220px;
    }

    .brand__head2-label {
        column-gap: 5px;
        margin-right: 4px;
        margin-bottom: 12px;
        font-size: 18px;
    }

    .brand__block {
        row-gap: 40px;
        max-width: 1220px;
        margin: 42px auto 0;
    }

    .brand__item2-main {
        height: 406px;
        padding: 32px 75px 32px 32px;
    }

    .brand__item2-btn .btn_black {
        padding: 30px;
        font-size: 17px;
    }

    .brand__item2-label span {
        padding: 0 4px;
        font-size: 27px;
    }

    .brand__item2-link svg {
        width: 22px;
        height: 22px;
    }

    .brand__item2-link a {
        font-size: 16px;
    }

    .brand__list2-logo {
        top: -30px;
        font-size: 162px;
    }

    .brand__list2-logo.logo_3 {
        margin-right: -35px;
    }

    .brand__list2-item-label {
        font-size: 20px;
    }

    .brand__list2-item-text {
        margin-top: 10px;
        font-size: 17px;
    }

    .brand__slider {
        padding: 59px 106px 55px;
    }

    .brand__head {
        margin-left: 72px;
        column-gap: 88px;
    }

    .brand__head-label {
        top: 46px;
        left: 4px;
        column-gap: 4px;
        font-size: 18px;
        line-height: 26px;
    }

    .brand__head-sub {
        row-gap: 58px;
    }

    .brand__head-sub .line {
        padding-left: 198px;
        font-size: 29px;
        line-height: 40px;
        background-size: 118px;
    }

    .brand__info {
        display: flex;
        margin: 54px -12px 0 48px;
    }

    .brand__info-title {
        column-gap: 4px;
        font-size: 18px;
        line-height: 26px;
    }

    .brand__info-logo {
        margin-top: 20px;
    }

    .brand__info-logo.img-1 img {
        width: 279px;
    }

    .brand__info-logo.img-2 img {
        width: 168px;
    }

    .brand__info-logo.img-3 img {
        width: 226px;
    }

    .brand__info-text {
        margin-top: 16px;
        font-size: 17px;
        line-height: 23px;
    }

    .brand__media {
        margin: 56px -6px 0;
    }

    .brand__media-column {
        padding: 0 6px;
    }
    
    .brand__media-img {
        height: 140px;
    }

    .brand__media-content {
        padding: 20px 21px 20px 16px;
    }

    .brand__media-title {
        font-size: 18px;
        line-height: 20px;
    }

    .brand__media-text {
        margin-top: 10px;
        font-size: 15px;
        line-height: 21px;
    }
}

@media only screen and (max-width: 1439px){
    .brand__item2-btn .btn_black {
        font-size: 16px;
    }

    .brand__slider {
        padding-left: 50px;
        padding-right: 50px;
    }

    .brand__head {
        margin-left: 35px;
    }

    .brand__info {
        margin-left: 10px;
        margin-right: 0;
    }

    .brand__media-title br,
    .brand__media-text br {
        display: none;
    }
}

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

    .brand__item2-main {
        height: 350px;
    }

    .brand__list2-logo {
        top: -10px;
        font-size: 142px;
    }

    .brand__list2-item-label {
        font-size: 18px;
    }

    .brand__list2-item-text {
        font-size: 16px;
    }

    .brand__head-sub .line {
        padding-left: 100px;
        background-position: left -50px center;
    }

    .brand__info {
        flex-wrap: wrap;
        row-gap: 50px;
    }

    .brand__info-column:nth-child(1) {
        width: 55.5%;
    }
    
    .brand__info-column:nth-child(2) {
        width: 44.5%;
    }
    
    .brand__info-column:nth-child(3) {
        width: 100%;
    }

    .brand__info-column:nth-child(3) .brand__info-text br {
        display: none;
    }

    .brand__media {
        flex-wrap: wrap;
        row-gap: 12px;
    }

    .brand__media-column {
        width: 50%;
    }

    .brand__media-img {
        height: 210px;
    }
}

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

    .brand__head2 {
        padding-left: 24px;
    }

    .brand__head2-title {
        display: initial;
    }

    .brand__item2 {
        row-gap: 15px;
        flex-direction: column;
    }

    .brand__item2-base {
        width: 100%;
        order: 1;
    }

    .brand__item2-btn {
        margin-top: 5px;
    }

    .brand__item2-btn .btn_black {
        padding: 25px;
    }

    .brand__item2-base .brand__item2-btn {
        display: none;
    }

    .brand__item2-btn.mob {
        display: flex;
        order: 3;
    }

    .brand__item2-main {
        width: 100%;
        height: auto;
        padding: 25px 20px;
        order: 2;
    }

    .brand__list2-column:nth-child(1) .brand__list2-item-text br,
    .brand__list2-column:nth-child(2) .brand__list2-item-text br {
        display: none;
    }

    .brand__list2-item-label {
        font-size: 20px;
    }

    .brand__item2-link {
        margin-top: 12px;
    }

    .brand__item2-link a {
        column-gap: 8px;
        font-size: 18px;
    }

    .brand__head2-label {
        margin-right: 8px;
        margin-bottom: 0;
        font-size: 15px;
    }

    .brand__item2-label span {
        font-size: 24px;
    }

    .brand__block {
        display: none;
    }

    .brand__list2 {
        row-gap: 26px;
        flex-direction: column;
        margin-top: 25px;
    }

    .brand__list2-item-text {
        margin-top: 5px;
    }

    .brand__list2-logo {
        display: none;
    }

    .brand__slider2 {
        display: block;
        margin-top: 20px;
    }

    .owl-brand2 {
        padding-bottom: 60px;
    }

    .owl-brand2 .owl-nav {
        top: auto !important;
        left: 10px !important;
        right: 10px !important;
        bottom: 0 !important;
    }

    .brand__slider {
        margin-bottom: 68px;
        padding: 24px 13px 0;
    }

    .brand__slider:after {
        width: 20px;
        height: 20px;
    }

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

    .brand__info-column:nth-child(1) {
        width: 100%;
    }
    
    .brand__info-column:nth-child(2) {
        width: 100%;
    }
    
    .brand__info-column:nth-child(3) {
        width: 100%;
    }

    .brand__media {
        flex-wrap: initial;
        overflow-x: scroll;
        justify-content: normal;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin-top: 25px;
        margin-left: -73px;
        margin-right: -73px;
    }

    .brand__media-column {
        min-width: 370px;
        padding: 0 9px;
    }

    .brand__media-column:first-child {
        min-width: 421px;
        padding-left: 60px;
    }

    .brand__media-column:last-child {
        min-width: 421px;
        padding-right: 60px;
    }

    .brand__head {
        margin-left: 10px;
        flex-direction: column;
    }

    .brand__head-label {
        top: 0;
        left: auto;
        right: 10px;
        column-gap: 4px;
        font-size: 16px;
        line-height: 22px;
    }

    .brand__head-title {
        text-align: left;
    }

    .brand__head-sub {
        padding-top: 14px;
        row-gap: 9px;
    }

    .brand__head-sub .line {
        padding-left: 45px;
        font-size: 16px;
        line-height: 22px;
        background-position: left -50px center;
        background-size: 80px;
    }

    .brand__head-sub .line span {
        padding: 0px 6px;
    }

    .brand__info {
        row-gap: 25px;
        margin: 26px 0 0;
    }

    .brand__info-column {
        padding: 0 5px 0 10px;
    }

    .brand__info-title {
        font-size: 16px;
        line-height: 22px;
    }

    .brand__info-logo {
        margin-top: 10px;
    }

    .brand__info-logo.img-1 img {
        width: 204px;
    }

    .brand__info-logo.img-2 img {
        width: 150px;
    }

    .brand__info-logo.img-3 img {
        width: 215px;
    }

    .brand__info-text {
        margin-top: 10px;
        font-size: 16px;
        line-height: 22px;
    }

    .brand__info-text br {
        display: none;
    }

    .brand__media::-webkit-scrollbar {
        display: none;
    }

    .brand__media-img {
        height: 172px;
    }

    .brand__media-content {
        padding: 25px 28px 17px 20px;
    }

    .brand__media-title {
        font-size: 20px;
        line-height: 25px;
    }

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

    .brand__media-next {
        display: block;
        margin-top: 20px;
        padding-right: 45px;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: -0.02em;
        text-align: right;
        background-image: url(../img/icon-media-next.svg);
        background-position: center right;
        background-repeat: no-repeat;
    }

    .brand__slider-label {
        position: absolute;
        left: 70px;
        right: 70px;
        bottom: 7px;
        display: block;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -0.02em;
        text-align: center;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        -webkit-user-select: none;
    }
}

@media only screen and (max-width: 375px){
    .brand__media-column {
        min-width: 355px;
    }

    .brand__media-column:first-child {
        min-width: 406px;
    }

    .brand__media-column:last-child {
        min-width: 406px;
    }
}

/*     influence     */

.influence {
    padding-top: 184px;
    background-color: #FFFFFF;
}

.influence__slider {
    position: relative;
    padding: 102px 180px 102px 106px;
    background-color: #fff;
    border: 1px solid #E5E5E5;
}

.influence__slider:before,
.influence__slider:after {
    position: absolute;
    content: '';
    width: 28px;
    height: 28px;
}

.influence__slider:before {
    top: -2px;
    left: -2px;
    border-top: 3px solid #0E19D7;
    border-left: 3px solid #0E19D7;
}

.influence__slider:after {
    right: -2px;
    bottom: -2px;
    border-right: 3px solid #0E19D7;
    border-bottom: 3px solid #0E19D7;
}

.influence__slider-label {
    display: none;
}

.influence__item {
    position: relative;
    padding-left: 110px;
}

.influence__head {
    position: relative;
    display: flex;
    column-gap: 160px;
    align-items: flex-end;
}

.influence__head-label {
    position: absolute;
    top: 122px;
    left: -147px;
    display: flex;
    column-gap: 5px;
    width: 100px;
    font-size: 22px;
    font-weight: 500;
    line-height: 30.8px;
    letter-spacing: -0.02em;
    transform: rotate(-90deg);
}

.influence__head-text {
    padding-bottom: 29px;
}

.influence__head-text .label {
    display: flex;
    column-gap: 5px;
    font-size: 22px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: -0.02em;
    color: #0048FF;
}

.influence__head-text .description {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.02em;
}

.influence__main {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 40px;
}

.influence__img {
    position: relative;
    width: 492px;
}

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

.influence__img a {
    position: absolute;
    left: 40px;
    bottom: 40px;
    display: flex;
    column-gap: 20px;
    align-items: center;
    z-index: 2;
}

.influence__img a:before {
    position: relative;
    content: url(../img/icon-instagram.svg);
}

.influence__img a span {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.02em;
    text-decoration: underline;
    color: #fff;
}

.influence__content {
    display: flex;
    row-gap: 40px;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    height: 578px;
}

.influence__list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 50px;
    margin: 0 -20px;
}

.influence__list.max {
    row-gap: 14px;
}

.influence__list-column {
    padding: 0 20px;
}

.influence__list-column:nth-child(2n + 1) {
    width: 54.5%;
}

.influence__list-column:nth-child(2n + 2) {
    width: 45.5%;
}

.influence__list-line {
    width: 100%;
    padding: 0 20px;
}

.influence__list-label {
    display: flex;
    column-gap: 5px;
    font-size: 22px;
    font-weight: 500;
    line-height: 30.8px;
    letter-spacing: -0.02em;
    color: #0048FF;
}

.influence__list-text {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.02em;
}

.influence__list-description {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.02em;
}


.influence__head2 {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 1462px;
    margin: 0 auto;
}

.influence__title2 {
    display: flex;
}

.influence__head2-label {
    display: flex;
    column-gap: 5px;
    margin-right: 4px;
    margin-bottom: 24px;
    font-size: 22px;
    font-weight: 500;
    line-height: 30.8px;
    letter-spacing: -0.02em;
}

.influence__slider2 {
    width: 100%;
    max-width: 1462px;
    margin: 50px auto 0;
    margin-bottom: 200px;
}

.owl-influence2 .owl-nav {
    top: calc(50% - 33px) !important;
    left: -114px !important;
    right: -114px !important;
}

@media only screen and (min-width: 1024px) {
    .owl-influence2 .owl-nav .owl-prev {
        position: absolute!important;
        top: 0;
        left: 0;
    }

    .owl-influence2 .owl-nav .owl-next {
        position: absolute!important;
        top: 0;
        right: 0;
    }
}

.influence__item2 {
    position: relative;
    display: block;
    height: 629px;
    background-color: #000;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

.influence__item2::before {
    position: absolute;
    top: 25px;
    right: 27px;
    content: url(../img/icon-arrow-influence.svg);
}

.influence__item2-main {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 30px;
    z-index: 2;
}

.influence__item2-name span {
    padding: 0 4px;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #fff;
    background: #0048FF;
}

.influence__item2-text {
    margin-top: 26px;
    font-size: 18px;
    line-height: 140%;
    color: #fff;
}

@media only screen and (max-width: 1919px){
    .influence {
        padding-top: 155px;
    }

    .influence__slider2 {
        max-width: 1228px;
        margin: 42px auto 0;
    }

    .owl-influence2 .owl-nav {
        top: calc(50% - 27px) !important;
        left: -92px !important;
        right: -92px !important;
    }

    .influence__head2 {
        max-width: 1226px;
    }

    .influence__item2 {
        height: 528px;
    }

    .influence__item2::before {
        top: 18px;
        right: 18px;
        transform: scale(0.82);
    }

    .influence__head2-label {
        margin-bottom: 16px;
        font-size: 18px;
    }

    .influence__item2-main {
        left: 22px;
        right: 22px;
        bottom: 25px;
    }

    .influence__item2-name span {
        padding: 0 2px;
        font-size: 27px;
    }

    .influence__item2-text {
        margin-top: 22px;
        font-size: 15px;
    }

    .influence__slider {
        padding: 82px 164px 87px 90px;
    }

    .influence__head {
        column-gap: 129px;
    }

    .influence__head-label {
        top: 90px;
        left: -129px;
        column-gap: 4px;
        width: 100px;
        font-size: 18px;
        line-height: 26px;
    }

    .influence__head-text {
        padding-bottom: 23px;
    }
    
    .influence__head-text .label {
        column-gap: 4px;
        font-size: 18px;
        line-height: 26px;
    }

    .influence__head-text .description {
        margin-top: 15px;
        font-size: 17px;
        line-height: 23px;
    }

    .influence__head-text .description.br br {
        display: none;
    }

    .influence__list {
        row-gap: 30px;
    }

    .influence__item {
        padding-left: 90px;
    }

    .influence__main {
        margin-top: 15px;
    }

    .influence__img {
        width: 402px;
    }

    .influence__content {
        height: 472px;
        column-gap: 30px;
    }

    .influence__list-label {
        column-gap: 4px;
        font-size: 18px;
        line-height: 26px;
    }

    .influence__list-text {
        margin-top: 16px;
        font-size: 15px;
        font-weight: 500;
        line-height: 20px;
    }

    .influence__list-description {
        margin-top: 15px;
        font-size: 17px;
        line-height: 23px;
    }
}

@media only screen and (max-width: 1439px){
    .owl-influence2 .owl-nav {
        left: -72px !important;
        right: -72px !important;
    }

    .influence__slider {
        padding: 60px 50px 60px 25px;
    }

    .influence__item {
        padding-left: 60px;
    }

    .influence__head-label {
        left: -90px;
    }

    .influence__content {
        width: 50%;
    }
}

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

    .influence__item2-text br {
        display: none;
    }

    .influence__head {
        column-gap: 104px;
    }

    .influence__head-text .description br {
        display: none;
    }

    .influence__main {
        align-items: flex-start;
    }

    .influence__content {
        width: 42%;
        height: auto;
    }

    .influence__list-column:nth-child(2n + 1),
    .influence__list-column:nth-child(2n + 2) {
        width: 100%;
    }

    .influence__list {
        row-gap: 14px;
    }

    .influence__list-text br {
        display: none;
    }

    .influence__list-description br {
        display: none;
    }
}

@media only screen and (max-width: 1023px){
    .influence {
        padding-top: 60px;
    }

    .influence__head2 {
        padding-left: 24px;
    }

    .influence__head2-label {
        margin-right: 12px;
        margin-bottom: 0;
        font-size: 15px;
    }

    .influence__title2 {
        display: initial;
    }
 
    .influence__slider2 {
        margin-top: 22px;
    }

    .influence__item2 {
        height: 478px;
    }

    .influence__item2::before {
        transform: scale(1);
    }

    .influence__item2-main {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .influence__item2-name span {
        font-size: 24px;
    }
    
    .influence__slider {
        margin-bottom: 65px;
        padding: 24px 20px 34px 24px;
    }

    .owl-influence2 {
        padding-bottom: 60px;
    }

    .owl-influence2 .owl-nav {
        top: auto !important;
        left: 10px !important;
        right: 10px !important;
        bottom: 0 !important;
    }

    .influence__slider:before,
    .influence__slider:after {
        width: 20px;
        height: 20px;
    }

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

    .owl-influence .owl-item {
        opacity: 0;
    }

    .owl-influence .owl-item.active {
        opacity: 1;
    }

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

    .influence__item {
        padding-left: 0;
        padding-right: 0;
    }

    .influence__main {
        margin-top: 0;
    }

    .influence__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .influence__head-label {
        top: 0;
        left: auto;
        right: 0;
        column-gap: 4px;
        width: auto;
        font-size: 16px;
        line-height: 22px;
        transform: none;
    }

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

    .influence__head-text {
        margin-top: 25px;
    }

    .influence__head-text .description {
        margin-top: 10px;
        font-size: 16px;
        line-height: 22px;
    }

    .influence__img {
        width: 100%;
    }

    .influence__img a {
        display: none;
    }

    .influence__content {
        width: 100%;
        row-gap: 24px;
    }

    .influence__list,
    .influence__list.max {
        row-gap: 0;
    }

    .influence__list:first-child {
        flex-wrap: initial;
        overflow-x: scroll;
        justify-content: normal;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin-left: -73px;
        margin-right: -73px;
    }

    .influence__list:first-child::-webkit-scrollbar {
        display: none;
    }

    .influence__list:first-child .influence__list-column,
    .influence__list:first-child .influence__list-line {
        position: relative;
        min-width: 350px;
        padding: 25px 20px 17px 24px;
    }

    .influence__list:first-child .influence__list-column:before,
    .influence__list:first-child .influence__list-line:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #F7F7F7;
        z-index: 1;
    }

    .influence__list:first-child .influence__list-column div,
    .influence__list:first-child .influence__list-line div {
        position: relative;
        z-index: 2;
    }
    
    .influence__list:first-child .influence__list-column:first-child,
    .influence__list:first-child .influence__list-line:first-child {
        min-width: 401px;
        padding-left: 73px;
    }

    .influence__list:first-child .influence__list-column:last-child,
    .influence__list:first-child .influence__list-line:last-child {
        min-width: 401px;
        padding-right: 73px;
    }

    .influence__list-label {
        font-size: 16px;
        line-height: 22px;
    }

    .influence__list-text {
        margin-top: 12px;
        margin-right: -5px;
        font-size: 18px;
        line-height: 25px;
    }

    .influence__list:first-child .influence__list-text {
        font-size: 16px;
        line-height: 22px;
    }

    .influence__list-description {
        margin-top: 11px;
        font-size: 18px;
        line-height: 25px;
    }

    .influence__slider-label {
        position: absolute;
        left: 70px;
        right: 70px;
        bottom: 7px;
        display: block;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -0.02em;
        text-align: center;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        -webkit-user-select: none;
    }
}


/*     perfomance     */

.perfomance {
    clear: both;
    padding-top: 107px;
}

.perfomance__title {
    margin-left: 120px;
    margin-bottom: 50px;
}

.perfomance__title .row {
    display: inline-block;
}

.perfomance__label {
    display: flex;
    column-gap: 5px;
    margin-top: 36px;
    margin-left: 128px;
    font-size: 22px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: -0.02em;
}

.perfomance__label:first-child {
    margin-top: 0;
}

.perfomance__list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1462px;
    margin: 36px auto 0;
}

.perfomance__column {
    width: 33.33%;
    padding: 0 1px;
}

@media only screen and (min-width: 1024px){
    .perfomance__column.show-mob {
        display: none;
    }
}

.perfomance__item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 430px;
    padding: 31px 32px 33px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    color: #fff;
}

.perfomance__item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 185px;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 1;
    z-index: 1;
}

.perfomance__item:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
    z-index: 1;
}

.perfomance__item.item-5:before {
    height: 282px;
}

.perfomance__item.item-7:before {
    height: 388px;
}

.perfomance__item.item-9:before {
    height: 236px;
}

.perfomance__item:hover:after {
    opacity: 1;
}

.perfomance__head {
    position: relative;
    display: flex;
    row-gap: 10px;
    flex-direction: column;
    z-index: 2;
}

.perfomance__head-label {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.02em;
}

.perfomance__head-label span {
    padding: 0 4px;
    background-color: #0048FF;
}

.perfomance__head-title {
    display: flex;
    justify-content: space-between;
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: -0.03em;
    font-family: 'Basis Grotesque Pro';
    text-transform: uppercase;
}

@media only screen and (min-width: 1024px){
    .perfomance__head-title .show-mob {
        display: none;
    }
    
}

@media only screen and (max-width: 1023px){   
    .perfomance__head-title .show-pc {
        display: none;
    }
}

.perfomance__more {
    position: relative;
    display: flex;
    row-gap: 10px;
    flex-direction: column;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    letter-spacing: -0.02em;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 2;
}

.perfomance__item:hover .perfomance__more {
    opacity: 1;
}

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


.perfomance__head-link {
    position: relative;
    display: flex;
    justify-content: flex-start;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 2;
}

.perfomance__item:hover .perfomance__head-link {
    opacity: 1;
}

.perfomance__head-link .btn_yellow_arrow {
    border-bottom: 2px solid #fff;
    color: #fff;
}

@media only screen and (max-width: 1919px){
    .perfomance {
        padding-top: 81px;
    }

    .perfomance__label {
        margin-top: 28px;
        margin-left: 183px;
        column-gap: 4px;
        font-size: 18px;
        line-height: 26px;
    }

    .perfomance__title {
        margin-left: 178px;
        margin-bottom: 40px;
    }

    .perfomance__list {
        max-width: 1188px;
        margin: 28px auto 0;
    }

    .perfomance__item {
        height: 350px;
        padding: 26px;
    }

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

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

    .perfomance__more {
        row-gap: 7px;
        font-size: 15px;
        line-height: 21px;
    }
}

@media only screen and (max-width: 1439px){
    .perfomance__label {        
        margin-left: 90px;
    }

    .perfomance__title {
        margin-left: 85px;
    }
}

@media only screen and (max-width: 1239px){
    .perfomance__label {
        margin-left: 20px;
    }

    .perfomance__title {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 1023px){
    .perfomance {
        padding-top: 60px;
    }

    .perfomance__label {
        margin-top: 26px;
        margin-left: 24px;
        font-size: 16px;
        line-height: 22px;
    }

    .perfomance__title {
        margin: 16px 0 15px 24px;
    }

    .perfomance__title .row {
        display: block;
    }

    .perfomance__title + .perfomance__label {
        margin-top: 15px!important;
    }

    .perfomance__list {
        flex-wrap: initial;
        overflow-x: scroll;
        justify-content: normal;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
        width: auto;
        margin-top: 25px;
        margin-left: -100px;
        margin-right: -100px;
    }

    .perfomance__list::-webkit-scrollbar {
        display: none;
    }

    .perfomance__column {
        width: 100%;
        min-width: 341px;
        padding: 0 5px;
    }

    .perfomance__column:first-child {
        min-width: 436px;
        padding-left: 100px;
    }

    .perfomance__column:last-child {
        min-width: 436px;
        padding-right: 100px;
    }

    .perfomance__item {
        height: 292px;
        padding: 17px 17px 20px 15px;
    }

    .perfomance__item:after {
        opacity: 0.75;
    }

    .perfomance__head-title {
        font-size: 24px;
        line-height: 28px;
    }

    .perfomance__more {
        row-gap: 10px;
        font-size: 16px;
        line-height: 22px;
        opacity: 1;
    }
}

/*     creatives     */

.creatives {
    padding-top: 60px;
}

.creatives__head {
    display: flex;
    column-gap: 160px;
    align-items: flex-end;
    margin-left: 216px;
}

.creatives__tabs {
    display: flex;
    padding-bottom: 30px;
}

.creatives__tab {
    cursor: pointer;
    padding-left: 44px;
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: -0.05em;
    background-image: url(../img/icon-tab-arrow.svg);
    background-position: left -25px center;
    background-repeat: no-repeat;
}

.creatives__tab:nth-child(1) {
    min-width: 234px;
}

.creatives__tab:nth-child(2) {
    min-width: 208px;
}

.creatives__tab.active {
    cursor: default;
    font-weight: 600;
    color: #0048FF;
    background-position: left 0 center;
}

.creatives__content {
    margin-top: 50px;
}

.creatives__list {
    flex-wrap: wrap;
    display: none;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.creatives__list.active {
    display: flex;
}

.creatives__column {
    width: 25%;
    padding: 0 10px;
}

.creatives__item {
    position: relative;
    display: block;
    overflow: hidden;
}

.creatives__item img {
    position: relative;
}

.creatives__item-ctr {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 72, 255, 0.5);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
    z-index: 2;
}

@media only screen and (min-width: 1024px) {
    .creatives__item:hover .creatives__item-ctr {
        opacity: 1;
    }
}

.creatives__item-ctr span {
    padding: 10px 20px;
    font-size: 36px;
    font-weight: 500;
    line-height: 50.4px;
    letter-spacing: -0.05em;
    color: #fff;
    background-color: #0048FF;
}

@media only screen and (max-width: 1919px){
    .creatives {
        padding-top: 100px;
    }

    .creatives__head {
        margin-left: 180px;
    }

    .creatives__head {
        column-gap: 130px;
    }

    .creatives__tabs {
        padding-bottom: 24px;
    }

    .creatives__tab {
        padding-left: 35px;
        font-size: 29px;
        line-height: 45px;
        background-size: 20px;
    }

    .creatives__tab:nth-child(1) {
        min-width: 190px;
    }

    .creatives__tab:nth-child(2) {
        min-width: 170px;
    }

    .creatives__content {
        margin-top: 40px;
    }

    .creatives__list {
        margin: 0 -8px;
    }

    .creatives__column {
        padding: 0 8px;
    }
}

@media only screen and (max-width: 1439px){
    .creatives__head {
        column-gap: 110px;
        margin-left: 90px;
    }

    .creatives__tab {
        font-size: 27px;
    }

    .creatives__tab:nth-child(1) {
        min-width: 170px;
    }

    .creatives__tab:nth-child(2) {
        min-width: 150px;
    }

    .creatives__item-ctr span {
        padding: 8px 18px;
        font-size: 30px;
        line-height: 45px;
    }
}

@media only screen and (max-width: 1239px){
    .creatives__head {
        margin-left: 0;
        column-gap: 70px;
    }

    .creatives__tabs {
        padding-bottom: 18px;
    }

    .creatives__item-ctr span {
        padding: 6px 15px;
        font-size: 26px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 1023px){
    .creatives {
        padding-top: 60px;
    }

    .creatives__head {
        flex-direction: column;
        align-items: flex-start;
        margin-left: 25px;
    }

    .creatives__tabs {
        display: flex;
        margin-top: 20px;
        padding-bottom: 0;
    }

    .creatives__tab {
        padding-left: 30px;
        font-size: 20px;
        line-height: 28px;
        background-size: 14px;
    }

    .creatives__tab:nth-child(1) {
        min-width: 120px;
    }

    .creatives__tab:nth-child(2) {
        min-width: 106px;
    }

    .creatives__tab.active {
        background-position: left 6px center;
    }

    .creatives__content {
        max-width: 306px;
        margin: 26px auto 0;
    }

    .creatives__list {
        flex-wrap: initial;
        overflow-x: scroll;
        justify-content: normal;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
        width: auto;
        margin-left: -100px;
        margin-right: -100px;
    }
    
    .creatives__list::-webkit-scrollbar {
        display: none;
    }

    .creatives__column {
        width: 100%;
        min-width: 322px;
        padding: 0 8px;
    }

    .creatives__column:first-child {
        min-width: 414px;
        padding-left: 100px;
    }

    .creatives__column:last-child {
        min-width: 414px;
        padding-right: 100px;
    }


}


/*     team     */

.team {
    padding: 126px 0 60px;
}

.team__title {
    margin-left: 216px;
}

.team__title .line-2 {
    padding-left: 215px;
}

.team__title .line-2 .row {
    display: inline-block;
}

.team__sub-title {
    margin-top: 10px;
    margin-left: calc(50% + 10px);
    font-size: 32px;
    font-weight: 400;
    line-height: 44.8px;
    letter-spacing: -0.05em;
}

.team__list {
    display: flex;
    margin: 97px -27px 0 -2px;
}

.team__head {
    display: flex;
    width: 49.7%;
    margin: 0 -6px;
}

.team__head  .team__column {
    width: 50%;
    padding: 0 6px;
}

.team__item {
    position: relative;
    border: 1px solid #E5E5E5;
}

.team__item:before,
.team__item:after {
    position: absolute;
    content: '';
}

.team__item:before {
    top: -2px;
    left: -2px;
    border-top: 3px solid #0E19D7;
    border-left: 3px solid #0E19D7;
}

.team__item:after {
    right: -2px;
    bottom: -2px;
    border-right: 3px solid #0E19D7;
    border-bottom: 3px solid #0E19D7;
}

.team__item_large:before,
.team__item_large:after {
    width: 28px;
    height: 28px;
}

.team__item_base:before,
.team__item_base:after {
    width: 17px;
    height: 17px;
}

.team__item-img {
    background-color: #fff;   
    background-repeat: no-repeat; 
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.team__item:hover .team__item-img {
    background-color: #0E19D7;
}

.team__item_large .team__item-img {
    height: 570px;
    background-size: contain;
}

.team__item-img.vlad {
    background-position: top 5px center;
    background-size: 420px;
}

.team__item-img.rostislav {
    background-position: top 22px center;
}

.team__item_base .team__item-img {
    height: 280px;
}

.team__item-img.p3 {
    background-position: top 19px center;
}

.team__item-img.p4 {
    background-position: top 20px center;
}

.team__item-img.p5 {
    background-position: top -1px center;
}

.team__item-img.p6 {
    background-position: top -1px center;
}

.team__item-img.p7 {
    background-position: top 5px center;
}

.team__item-img.p8 {
    background-position: top 4px center;
}

.team__item-img.p9 {
    background-position: top -31px center;
}

.team__item-img.p10 {
    background-position: top -29px center;
}

.team__item-content {
    background-color: #F7F7F7;
}

.team__item_large .team__item-content {
    padding: 30px 20px 27px 36px;
    box-shadow: 0px 4.23px 23.28px 0px rgba(0, 0, 0, 0.1);
}

.team__item_base .team__item-content {
    padding: 22px 2px 22px 12px;
}

.team__item-name {
    font-weight: 700;
    letter-spacing: -0.05em;
    font-family: 'Basis Grotesque Pro';
    text-transform: uppercase;
    white-space: nowrap;
    color: #0048FF;
}

.team__item_large .team__item-name {    
    font-size: 29px;
    line-height: 35px;
    letter-spacing: -0.05em;
}

.team__item_base .team__item-name {
    font-size: 18px;
    line-height: 22px;
}

.team__item-work {
    font-weight: 500;
    letter-spacing: -0.02em;
}

.team__item_large .team__item-work {
    margin-top: 6px;
    font-size: 20px;
    line-height: 24px;
}

.team__item_base .team__item-work {
    margin-top: 4px;
    font-size: 14px;
    line-height: 17px;
}

.team__item-social {
    display: flex;
    column-gap: 20px;
    align-items: center;
    margin-top: 20px;
}

.team__item-social a {
    display: flex;
    column-gap: 15px;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.02em;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

.team__item-social a:hover {
    color: #0048FF;
}

.team__all {
    display: flex;
    row-gap: 14px;
    flex-wrap: wrap;
    width: 50.3%;
    padding: 0 6px;
}

.team__all .team__column {
    width: 25%;
    padding: 0 6px;
}

@media only screen and (max-width: 1919px){
    .team {
        padding: 98px 0 60px;
    }

    .team__title {
        margin-left: 179px;
    }

    .team__title .line-2 {
        padding-left: 176px;
    }

    .team__sub-title {
        margin-left: calc(50% + 8px);
        font-size: 26px;
        line-height: 36px;
    }

    .team__list {
        margin: 78px -5px 0;
    }

    .team__head .team__column,
    .team__all .team__column {
        padding: 0 5px;
    }

    .team__item_large:before,
    .team__item_large:after {
        width: 24px;
        height: 24px;
    }

    .team__item:before {
        top: -1px;
        left: -1px;
        border-top: 2px solid #0E19D7;
        border-left: 2px solid #0E19D7;
    }
    
    .team__item:after {
        right: -1px;
        bottom: -1px;
        border-right: 2px solid #0E19D7;
        border-bottom: 2px solid #0E19D7;
    }

    .team__item_large .team__item-img {
        height: 462px;
        background-size: cover;
    }

    .team__item_large .team__item-content {
        padding: 23px 20px 24px 36px;
    }

    .team__item_large .team__item-name {
        font-size: 24px;
    }

    .team__item_large .team__item-work {
        margin-top: 4px;
        font-size: 16px;
        line-height: 20px;
    }

    .team__item_base:before,
    .team__item_base:after {
        width: 16px;
        height: 16px;
    }

    .team__item_base .team__item-img {
        height: 224px;
        background-size: cover;
    }

    .team__item-img.p9 {
        background-position: top -20px center;
    }
    
    .team__item-img.p10 {
        background-position: top -18px center;
    }

    .team__item_base .team__item-content {
        padding: 20px 2px 20px 10px;
    }

    .team__item_base .team__item-name {
        font-size: 14px;
        line-height: 18px;
    }

    .team__item_base .team__item-work {
        margin-top: 2px;
        font-size: 13px;
        line-height: 17px;
    }

    .team__item-social a {
        column-gap: 10px;
        font-size: 16px;
        line-height: 20px;
    }

    .team__item-social a svg {
        width: 30px;
        height: 30px;
    }
}

@media only screen and (max-width: 1439px){
    .team__title {
        margin-left: 85px;
    }

    .team__sub-title {
        margin-left: 50%
    }

    .team__item_large .team__item-content {
        padding-left: 20px;
    }

    .team__item_base .team__item-content {
        padding-left: 15px;
    }

    .team__item-name {
        font-size: 15px;
        white-space: nowrap;
    }

    .team__list {
        row-gap: 14px;
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
    }

    .team__head {
        width: auto;
        margin: 0 -5px;
    }

    .team__all {
        width: auto;
        padding: 0;
        margin: 0 -5px;
    }

    .team__item_large .team__item-img {
        height: 660px;
    }

    .team__item_base .team__item-img {
        height: 320px;
    }

    .team__item-img.p9 {
        background-position: top -40px center;
    }

    .team__item-img.p10 {
        background-position: top -40px center;
    }

    .team__item_base .team__item-name {
        font-size: 16px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 1023px){
    .team {
        padding: 61px 0 0;
    }

    .team__title {
        margin-left: 24px;
    }

    .team__title .line-2 {
        padding-left: 65px;
    }

    .team__title .line-2 .row:first-child {
        display: none;
    }

    .team__sub-title {
        margin-top: 20px;
        margin-left: 25.2%;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: -0.02em;
    }

    .team__list {
        row-gap: 22px;
        margin-top: 32px;
    }

    .team__head {
        flex-wrap: wrap;
        row-gap: 21px;
    }
    
    .team__all {
        flex-wrap: wrap;
        row-gap: 12px;
    }
    
    .team__all .team__column {
        width: 50%;
    }
    
    .team__item_base:before,
    .team__item_base:after {
        width: 12px;
        height: 12px;
    }

    .team__item_large .team__item-img {
        height: 172px;
    }

    .team__item-img.vlad {
        background-position: top 0 center;
        background-size: 190px;
    }

    .team__item-img.rostislav {
        background-position: top 15px center;
        background-size: 190px;
    }

    .team__item_base .team__item-img {
        height: 172px;
    }

    .team__item-img.p3 {
        background-position: top 0 center;
    }
    
    .team__item-img.p4 {
        background-position: top 5px center;
    }
    
    .team__item-img.p5 {
        background-position: top -10px center;
    }
    
    .team__item-img.p6 {
        background-position: top -10px center;
    }
    
    .team__item-img.p7 {
        background-position: top 0 center;
    }
    
    .team__item-img.p8 {
        background-position: top 0 center;
    }
    
    .team__item-img.p9 {
        background-position: top -25px center;
    }
    
    .team__item-img.p10 {
        background-position: top -25px center;
    }

    .team__item_large .team__item-content {
        padding: 10px 10px 10px 13px;
        box-shadow: none;
    }

    .team__item_base .team__item-content {
        padding: 10px 10px 18px 13px;
    }

    .team__item-name {
        white-space: normal;
    }

    .team__item_large .team__item-name {
        padding-right: 40px;    
    }

    .team__item_large .team__item-name {
        font-size: 16px;
        line-height: 20px;
    }

    .team__item_large .team__item-work {
        font-size: 14px;
        line-height: 18px;
    }

    .team__item-social {
        row-gap: 8px;
        align-items: flex-start;
        flex-direction: column;
        margin-top: 10px;
    }

    .team__item-social a {
        display: flex;
        font-size: 14px;
        line-height: 28px;
    }

    .team__item-social a svg {
        width: 23px;
        height: 23px;
    }




    .team__item_base .team__item-name {
        padding-right: 30px;    
    }

    .team__item_large .team__item-work {
        margin-top: 2px;
    }

    .team__item_base .team__item-work {
        margin-top: 3px;
        font-size: 14px;
        line-height: 18px;
    }



}


/*     why     */

.why {
    padding: 72px 0 0;
    z-index: 2;
}

.why__bg {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    height: 1215px;
    background-image: url(../img/why-bg-26-new.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 1;
}

.why__head {
    position: relative;
    max-width: 1462px;
    margin: 0 auto;
    padding-left: 88px;
}

.why__title span {
    color: #0E19D7;
}

.why__certificates {
    position: absolute;
    top: 6px;
    left: 46%;
    display: flex;
    column-gap: 30px;
    align-items: flex-start;
}

.why__certificates > img {
    width: 84px;
}

.why__certificates-partner {
    display: block;
    width: 144px;
    height: 80px;
    margin: 2px 0;
    border: 1px solid #0061A0;
    background-image: url(../img/partner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 148px;
    border-radius: 6px;
}


.why__certificates-partner2 {
    display: block;
    width: 144px;
    height: auto;
    margin: 2px 0;
}


.why__choice {
    position: absolute;
    top: 0;
    right: 8px;
    display: flex;
    column-gap: 30px;
    align-items: flex-start;
}

.why__choice img {
    width: 119px;
}

.why__list {
    display: flex;
    row-gap: 10px;
    flex-wrap: wrap;
    max-width: 1295px;
    margin: 805px auto 0;
}

.why__column {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 0 5px;
}

.why__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 300px;
    padding: 44px 50px 35px;
    background-color: #fff;
}

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

.why__item-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px;
    letter-spacing: -0.03em;
    font-family: 'Basis Grotesque Pro';
    text-transform: uppercase;
}

.why__item-number {
    font-size: 26px;
    font-weight: 400;
    line-height: 35px;
    font-family: 'Basis Grotesque Pro';
    color: #0E19D7;
}

.why__item-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.02em;
}

@media only screen and (min-width: 1440px){
    .why__bg {
        max-width: 1440px;
        margin: 0 auto;
    }

    .why__bg::before,
    .why__bg::after {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        width: 100px;
    }

    .why__bg::before {
        left: 0;
        background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    }

    .why__bg::after {
        right: 0;
        background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    }
}

@media only screen and (min-width: 1921px){
    .why__bg {
        max-width: 1920px;
    }

    .why__bg::before,
    .why__bg::after {
        width: 300px;
    }
}

@media only screen and (max-width: 1919px){
    .why {
        padding-top: 47px;
    }

    .why__bg {
        top: -45px;
        height: 951px;
        background-size: 1500px;
    }

    .why__head {
        padding-left: 180px;
    }

    .why__certificates {
        left: 44%;
        column-gap: 15px;
    }

    .why__choice {
        right: 100px;
        column-gap: 20px;
    }

    .why__choice img {
        width: 97px;
    }

    .why__list {
        row-gap: 8px;
        max-width: 1054px;
        margin: 626px auto 0;
    }

    .why__column {
        padding: 0 4px;
    }

    .why__item {
        height: 244px;
        padding: 36px 42px 28px;
    }

    .why__item-title {
        font-size: 20px;
        font-weight: 700;
        line-height: 27px;
    }

    .why__item-number {
        font-size: 22px;
        line-height: 30px;
    }

    .why__item-text {
        font-size: 17px;
        line-height: 23px;
    }
}

@media only screen and (max-width: 1439px){
    .why__head {
        padding-left: 85px;
    }

    .why__certificates {
        left: 39.5%;
        column-gap: 10px;
    }

    .why__choice {
        right: 80px;
        column-gap: 10px;
    }
}

@media only screen and (max-width: 1239px){
    .why__bg {
        top: -15px;
        height: 875px;
        background-size: 1280px;
    }

    .why__certificates {
        left: 46.5%;
    }

    .why__certificates > img {
        width: 70px;
    }

    .why__certificates-partner2 {
        position: absolute;
        top: -70px;
        left: 210px;
    }

    .why__certificates-partner {
        width: 130px;
        height: 70px;
        margin: 2px 0;
        background-size: 130px;
        border-radius: 6px;
    }

    .why__choice {
        right: 0;
    }

    .why__choice img {
        width: 75px;
    }

    .why__list {
        margin-top: 543px;
    }

    

    .why__item {
        height: 215px;
    }
}

@media only screen and (max-width: 1023px){
    .why {
        padding-top: 50px;
    }

    .why__bg {
        top: 141px;
        height: 340px;
        background-size: 475px;
    }

    .why__head {
        padding-left: 24px;
    }

    .why__certificates {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 20px;
        column-gap: 10px;
    }

    .why__certificates > img {
        width: 54px;
        height: 54px;
    }

    .why__choice {
        top: 62px;
        right: 0;
        column-gap: 8px;
    }


    .why__choice img {
        width: 58px;
    }
    
    .why__certificates-partner {
        display: block;
        width: 70px;
        height: 40px;
        margin: 7px 0;
        border: 1px solid #0061A0;
        background-image: url(../img/partner.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 102%;
        border-radius: 6px;
    }

    .why__list {
        row-gap: 15px;
        margin-top: 241px;
    }

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

    .why__item {
        height: 185px;
        padding: 20px 20px 19px 25px;
    }

    .why__column:last-child .why__item {
        height: 217px;
    }

    .why__item-title {
        font-size: 20px;
        line-height: 26px;
    }

    .why__item-title span {
        display: block;
    }

    .why__item-number {
        font-size: 16px;
        line-height: 21px;
    }

    .why__item-text {
        font-size: 16px;
        line-height: 22px;
    }
    
    .why__item-text span {
        display: block;
    }

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

/*     pl     */

.pl {
    color: #FFFFFF;
}

.pl::before {
    position: absolute;
    content: '';
    top: -420px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0E19D7;
    background-image: url(../img/pl-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

@media only screen and (max-width: 1919px) { 
    .pl::before {
        top: -351px;
    }
}

@media only screen and (max-width: 1239px){
    .pl::before {
        top: -320px;
    }
}

@media only screen and (max-width: 1023px){
    .pl::before {
        top: -783px;
        background-image: url(../img/pl-bg-mob.jpg);
    }
}

/*     principles     */

.principles {
    padding-top: 126px;
}

.principles__block {
    display: flex;
    justify-content: space-between;
    max-width: 1286px;
    margin: 0 auto;
}

.principles__head {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.principles__sub-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: -0.05em;
}

.principles__slider {
    position: relative;
    width: 486px;
    background-color: #fff;
}

.principles__slider:before {
    position: absolute;
    content: '';
    top: -20px;
    right: -20px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.5;
    z-index: 1;
}

.owl-carousel {
    position: relative;
    z-index: 2;
}

.principles__item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 486px;
    padding: 40px;
    background-color: #fff;
}

.principles__item:after {
    position: absolute;
    content: '';
    width: 250px;
    height: 250px;
    background-position: top right;
    background-repeat: no-repeat;
    opacity: 0.03;
}

.principles__item.item-1:after {
    top: 40px;
    right: 50px;
    background-image: url(../img/icon-principles-icon-1.svg);
    background-size: 185px;
}

.principles__item.item-2:after {
    top: 40px;
    right: 50px;
    background-image: url(../img/icon-principles-icon-2.svg);
    background-size: 220px;
}

.principles__item.item-3:after {
    top: 40px;
    right: 60px;
    background-image: url(../img/icon-principles-icon-3.svg);
    background-size: 210px;
}

.principles__item.item-4:after {
    top: 47px;
    right: 60px;
    background-image: url(../img/icon-principles-icon-4.svg);
    background-size: 201px;
}

.principles__item-number {
    font-size: 26px;
    font-weight: 400;
    line-height: 35px;
    font-family: 'Basis Grotesque Pro';
    color: #0E19D7;
}

.principles__item-icon {
    width: 120px;
    height: 120px;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.item-1 .principles__item-icon {
    background-image: url(../img/icon-principles-icon-1.svg);
}

.item-2 .principles__item-icon {
    background-image: url(../img/icon-principles-icon-2.svg);
}

.item-3 .principles__item-icon {
    background-image: url(../img/icon-principles-icon-3.svg);
}

.item-4 .principles__item-icon {
    background-image: url(../img/icon-principles-icon-4.svg);
}

.principles__item-text {
    margin-top: 40px;
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: -0.03em;
    font-family: 'Basis Grotesque Pro';
    text-transform: uppercase;
    color: #000000;
}

@media only screen and (max-width: 1919px){
    .principles {
        padding-top: 102px;
    }

    .principles__block {
        max-width: 1042px;
    }

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

    .principles__slider {
        width: 394px;
    }

    .principles__item {
        height: 394px;
        padding: 32px;
    }

    .principles__slider:before {
        top: -17px;
        right: -17px;
    }

    .principles__item-number {
        font-size: 22px;
        line-height: 28px;
    }

    .principles__item-icon {
        width: 72px;
        height: 72px;
        background-size: contain;
    }

    .principles__item.item-1:after {
        top: 30px;
        right: 38px;
        background-size: 157px;
    }
    
    .principles__item.item-2:after {
        top: 30px;
        right: 38px;
        background-size: 189px;
    }
    
    .principles__item.item-3:after {
        top: 30px;
        right: 42px;
        background-size: 189px;
    }
    
    .principles__item.item-4:after {
        top: 32px;
        right: 42px;
        background-size: 169px;
    }

    
    .principles__item-text {
        margin-top: 30px;
        font-size: 20px;
        line-height: 26px;
    }
}

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

}

@media only screen and (max-width: 1023px){
    .principles {
        padding-top: 60px;
    }

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

    .principles__head {
        row-gap: 30px;
    }

    .principles__title {
        margin-left: 24px;
    }

    .principles__sub-title {
        padding-left: 64.8%;
        font-size: 16px;
        line-height: 22px;
    }

    .principles__slider {
        width: 100%;
        background: none;
    }

    .principles__slider:before {
        display: none;
    }

    .principles__item {
        height: 354px;
        padding: 25px 26px 22px;
    }

    .principles__item.item-1:after {
        top: 20px;
        right: 25px;
        background-size: 150px;
    }

    .principles__item.item-2:after {
        top: 20px;
        right: 25px;
        background-size: 180px;
    }

    .principles__item.item-3:after {
        top: 20px;
        right: 25px;
        background-size: 180px;
    }
    
    .principles__item.item-4:after {
        top: 20px;
        right: 20px;
        background-size: 190px;
    }

    .principles__item-number {
        font-size: 18px;
        line-height: 24px;
    }

    .principles__item-icon {
        width: 64px;
        height: 64px;
    }



}

/*     quiz     */

.quiz {
    padding: 125px 0;
    background-color: #0E19D7;
    color: #FFFFFF;
}

.quiz__head {
    padding-left: 218px;
}

.quiz__title .row {
    display: inline-block;
}

.quiz__sub-title {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: -0.05em;
}

.quiz__block {
    max-width: 1284px;
    margin: 50px auto 0;
    padding: 45px 50px 48px;
    color: #000000;
    background-color: #FFFFFF;
}

.quiz__steps {
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.quiz__line {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    right: 0;
    height: 1px;
    background-color: #D0D1DD;
    z-index: 1;
}

.quiz__line span {
    display: block;
    height: 1px;
    background: #0E19D7;
}

.quiz__step {
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 22px;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
    letter-spacing: -0.05em;
    color: #0E19D7;
    background-color: #fff;
    border: 1px solid #0E19D7;
    box-shadow: 0px 0px 0px 30px #fff;
    z-index: 3;
}

.quiz__step.active {
    color: #fff;
    background-color: #0E19D7;
}

.quiz__items {
    position: relative;
    margin-top: 35px;
    z-index: 2;
}

.quiz__item {
    display: none;
}

.quiz__item.active {
    display: block;
}

.quiz__item-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: -0.03em;
    font-family: 'Basis Grotesque Pro';
    text-transform: uppercase;
}

.quiz__item-input {
    margin-top: 15px;
}

.quiz__item-input span {
    display: block;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

.quiz__item-input input {
    display: block;
    width: 100%;
    padding: 16px 23px;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    font-family: 'Gilroy';
    border: 1px solid #D0D1DD;
}

.quiz__item-input input::-webkit-input-placeholder {color: #D0D1DD;}
.quiz__item-input input::-moz-placeholder {color: #D0D1DD;}
.quiz__item-input input:-ms-input-placeholder {color: #D0D1DD;}
.quiz__item-input input:-moz-placeholder {color: #D0D1DD;}

.quiz__item-checkbox {
    display: flex;
    row-gap: 6px;
    flex-direction: column;
    margin-top: 15px;
    padding-bottom: 15px;
}

.custom-checkbox {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    font-size: 18px;
    line-height: 30px;
    user-select: none;
}

.custom-checkbox:before {
    position: absolute;
    content: '';
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #D0D1DD;
    z-index: 1;
}

.custom-checkbox.active:before {
    background-color: #0048FF;
    border-color: #0048FF;
}

.custom-checkbox.active:after {
    position: absolute;
    content: '✓';
    left: 6px;
    top: 6px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    z-index: 3;
}

.quiz__item-btn {
    display: flex;
    column-gap: 10px;
    margin-top: 10px;
}

.quiz__item-btn .btn {
    width: 100%;
}

@media only screen and (max-width: 1919px){
    .quiz {
        padding: 104px 0;
    }

    .quiz__head {
        padding-left: 180px;
    }

    .quiz__sub-title {
        margin-top: 15px;
        font-size: 18px;
        line-height: 24px;
    }

    .quiz__block {
        max-width: 1044px;
        margin-top: 42px;
        padding: 35px 41px 39px;
    }

    .quiz__step {
        width: 32px;
        height: 32px;
        font-size: 18px;
        line-height: 32px;
        box-shadow: 0px 0px 0px 22px #fff;
    }

    .quiz__items {
        margin-top: 30px;
    }

    .quiz__item-title {
        font-size: 20px;
        line-height: 24px;
    }

    .quiz__item-input {
        margin-top: 12px;
    }

    .quiz__item-input input {
        padding: 14px 20px;
        font-size: 16px;
        line-height: 20px;
    }

    .quiz__item-input span {
        margin-bottom: 5px;
        font-size: 18px;
        font-weight: 600;
        line-height: 20px;
    }

    .custom-checkbox {
        font-size: 16px;
    }

    .quiz__item-btn {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 1439px){
    .quiz__head {
        padding-left: 85px;
    }
}

@media only screen and (max-width: 1239px){
    .quiz__head {
        padding-left: 0;
    }

    .quiz__title {
        font-size: 64px;
        line-height: 78px;
    }
}

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

    .quiz__head {
        padding-left: 24px;
    }

    .quiz__title {
        font-size: 36px;
        line-height: 43px;
    }

    .quiz__title .row {
        display: block;
    }

    .quiz__sub-title {
        margin-top: 28px;
        margin-left: 25.5%;
        font-size: 16px;
        line-height: 22px;
    }

    .quiz__sub-title span {
        display: block;
    }

    .quiz__block {
        margin-top: 33px;
        padding: 19px;
    }

    .quiz__step {
        width: 31px;
        height: 31px;
        font-size: 18px;
        line-height: 29px;
        box-shadow: 0px 0px 0px 11px #fff;
    }

    .quiz__items {
        margin-top: 21px;
    }

    .quiz__item-input {
        margin-top: 16px;
    }

    .quiz__item-input input {
        padding: 19px 15px;
    }

    .quiz__item-btn {
        row-gap: 10px;
        flex-direction: column;
        margin-top: 10px;
    }

    .quiz__item-btn .btn:nth-child(1) {
        order: 2;
    }

    .quiz__item-btn .btn:nth-child(2) {
        order: 1;
    }
}

/*     media     */

.media {
    padding-top: 127px;
    z-index: 2;
}

.media__anchor {
    top: -125px;
}

.media__block {
    display: flex;
    justify-content: space-between;
    max-width: 1284px;
    margin: 0 auto;
}

.media__head {
    position: relative;
    width: 39%;
    pointer-events: none;
    z-index: 2;
}

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

.media__slider {
    position: relative;
    width: 78%;
    margin-right: -17%;
    z-index: 1;
}

.owl-media {
    position: relative;
}

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

.owl-media:before {
    position: absolute;
    content: '';
    top: -14px;
    left: -14px;
    right: 0;
    bottom: -14px;
    background-color: #fff;
    transform: translate(-100%, 0);
    z-index: 2;
}

.owl-media .owl-nav {
    z-index: 3;
}

.media__container {
    display: flex;
    column-gap: 23px;
}

.media__item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 486px;
    padding: 35px 40px 35px 45px;
    color: #000000;
    background-color: #F7F7F7;
}

.media__item:before,
.media__item:after {
    position: absolute;
    content: '';
    width: 28px;
    height: 28px;
}

.media__item:before {
    top: -1px;
    left: -1px;
    border-top: 3px solid #0E19D7;
    border-left: 3px solid #0E19D7;
}

.media__item:after {
    right: -1px;
    bottom: -1px;
    border-right: 3px solid #0E19D7;
    border-bottom: 3px solid #0E19D7;
}

.media__item-site {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #0E19D7;
}

.media__item-title {
    margin-top: 20px;
    font-size: 36px;
    font-weight: 700;
    line-height: 46.8px;
    letter-spacing: -0.03em;
    font-family: 'Basis Grotesque Pro';
    text-transform: uppercase;
}

.media__item-text {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.02em;
}

.media__item-reading {
    position: relative;
    padding-left: 22px;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    letter-spacing: -0.02em;
    color: #A3A4B1;
    background-image: url(../img/icon-time.svg);
    background-position: left center;
    background-repeat: no-repeat;
}

.media__item-reading:after {
    position: absolute;
    content: '';
    right: -14px;
    bottom: -7px;
    width: 40px;
    height: 40px;
    pointer-events: none;
    background-image: url(../img/media-icon-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px;
    
}

.media__item:hover .media__item-reading:after {
    background-image: url(../img/media-icon-arrow-blue.svg);
    background-size: 40px;
}

@media only screen and (max-width: 1919px){
    .media {
        padding-top: 98px;
    }

    .media__block {
        max-width: 1044px;
    }

    .media__container {
        column-gap: 19px;
    }

    .media__item {
        height: 395px;
        padding: 30px 30px 25px;
    }

    .media__item:before, .media__item:after {
        position: absolute;
        content: '';
        width: 25px;
        height: 25px;
    }

    .media__item:before {
        top: 0;
        left: 0;
        border-top: 2px solid #0E19D7;
        border-left: 2px solid #0E19D7;
    }
    
    .media__item:after {
        right: 0;
        bottom: 0;
        border-right: 2px solid #0E19D7;
        border-bottom: 2px solid #0E19D7;
    }

    .media__item-site {
        font-size: 18px;
        line-height: 22px;
    }

    .media__item-title {
        margin-top: 18px;
        font-size: 30px;
        line-height: 38px;
    }

    .media__item-text {
        margin-top: 16px;
        font-size: 17px;
        line-height: 23px;
    }

    .media__item-reading {
        padding-left: 22px;
        font-size: 15px;
        line-height: 20px;
        background-size: 12px;
    }

    .media__item-reading:after {
        right: -10px;
        bottom: -5px;
        width: 32px;
        height: 32px;
        background-size: 32px;
    }

    .media__item:hover .media__item-reading:after {
        background-size: 32px;
    }
}

@media only screen and (max-width: 1439px){
    .media__slider {
        margin-right: -12%;
    }
}

@media only screen and (max-width: 1239px){
    .media__head {
        width: 30%;
    }

    .media__slider {
        width: 78%;
        margin-right: -3%;
    }
}

@media only screen and (max-width: 1023px){
    .media {
        padding-top: 60px;
    }

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

    .media__head {
        width: 100%;
    }

    .media__title {
        margin-left: 24px;
    }

    .media__title .row {
        display: inline-block;
    }

    .media__title br {
        display: none;
    }

    .media__slider {
        width: 100%;
        margin: 0;
    }

    .owl-media:before {
        display: none;
    }

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

    .media__container {
        row-gap: 14px;
        flex-direction: column;
    }

    .media__item {
        height: 351px;
        padding: 25px 32px 19px;
    }
    
    .media__item:before,
    .media__item:after {
        width: 22px;
        height: 22px;
    }

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

    .media__item-title {
        margin-top: 15px;
        font-size: 24px;
        line-height: 31px;
    }

    .media__item-text {
        margin-top: 25px;
        font-size: 16px;
        line-height: 22px;
    }

    .media__item-reading {
        font-size: 16px;
    }

    .media__item-reading:after {
        right: -14px;
        bottom: 0px;
        width: 29px;
        height: 29px;
        background-size: 29px;
    }

    .media__item:hover .media__item-reading:after {
        background-size: 29px;
    }
}

/*     reviews     */

.reviews {
    padding-top: 125px;
    z-index: 2;
}

.reviews__head {
    position: relative;
    max-width: 1284px;
    margin: 0 auto;
    padding-left: 29%;
}

.reviews__head .line-2 {
    padding-left: 166px;
}

.en .reviews__head .line-2 {
    padding-left: 86px;
}

.reviews__pre-title {
    position: absolute;
    left: 0;
    bottom: 30px;
    font-size: 32px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: -0.05em;
}

.reviews__slider {
    margin-top: 48px;
}

@media only screen and (min-width: 1240px){
    .owl-reviews .owl-nav {
        display: none!important;
    }
}

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

.reviews__item {
    position: relative;
    display: block;
    width: 100%;
    color: #FFFFFF;
    overflow: hidden;
}

.reviews__item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: #0E19D7;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 2;
}

.reviews__item:hover:before {
    opacity: 0.5;
}

.reviews__item:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 93px;
    height: 93px;
    transform: translate(-50%, -50%);
    background-image: url(../img/icon-play.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 93px;
    z-index: 4;
}

.reviews__item:hover:after {
    background-image: url(../img/icon-play-blue.svg);
}

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

.reviews__item-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 115px;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0.5;
    z-index: 1;
}

.reviews__item-name {
    position: absolute;
    top: 25px;
    left: 30px;    
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: -0.05em;
    font-family: 'Basis Grotesque Pro';
    text-transform: uppercase;
    z-index: 3;
}

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

    .reviews__head {
        max-width: 1044px;
    }

    .reviews__head .line-2 {
        padding-left: 134px;
    }

    .en .reviews__head .line-2 {
        padding-left: 68px;
    }

    .reviews__pre-title {
        bottom: 24px;
        font-size: 26px;
        line-height: 36px;
        letter-spacing: -0.05em;
    }

    .reviews__slider {
        margin-top: 39px;
    }

    .reviews__item {
        overflow: hidden;
    }

    .reviews__item-name {
        top: 21px;
        left: 27px;
        font-size: 29px;
        line-height: 36px;
    }

    .reviews__item:after {
        width: 74px;
        height: 74px;
        background-size: 74px;
    }
}

@media only screen and (max-width: 1439px){
    .reviews__head {
        padding-left: 32.2%;
    }
}

@media only screen and (max-width: 1239px){
    .reviews__head {
        padding-left: 24.75%;
    }

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

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

@media only screen and (max-width: 1023px){
    .reviews {
        padding: 61px 0 40px;
    }

    .reviews__head {
        padding-left: 24px;
    }

    .reviews__head .line-2 {
        padding-left: 68px;
    }

    .reviews__pre-title {
        position: relative;
        margin-top: 44px;
        margin-left: 21%;
        font-size: 18px;
        font-weight: 500;
        line-height: 25px;
        letter-spacing: -0.02em;
    }

    .en .reviews__head .line-2 {
        padding-left: 10%;
    }

    .en .reviews__pre-title {
        margin-left: 10%;
    }

    .reviews__slider {
        margin-top: 6px;
    }

    .reviews__item:after {
        width: 80px;
        height: 80px;
        background-size: 80px;
    }
}

/*     company     */

.company {
    padding-top: 128px;
    z-index: 2;
}

.company__head {
    max-width: 1284px;
    margin: 0 auto;
}

.company__title .line-2 {
    margin-left: 320px;
}

.company__block {
    display: flex;
    row-gap: 70px;
    flex-direction: column;
    margin-top: 80px;
    padding: 82px 0;
    background-color: #000000;
    background-image: url(../img/company-list-bgn.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.company__line {
    position: relative;
    height: 186px;
    overflow: hidden;
}

@media only screen and (min-width: 1024px){
    .company__line.line-3,
    .company__line.line-4 {
        display: none!important;
    }
}

.company__line > .js-marquee > div {
    display: flex;
}

.js-marquee {
    display: flex;
    column-gap: 70px;
    margin-right: 70px!important;
}

.company__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 336px;
    height: 186px;
    background-color: #000000;
    background-image: url(../img/icon-company-arrow-1.svg), url(../img/icon-company-arrow-2.svg), url(../img/icon-company-arrow-3.svg), url(../img/icon-company-arrow-4.svg);
    background-position: top -1px left -1px, top -1px right -1px, bottom -1px right -1px, bottom -1px left -1px;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.company__item.img-1 img {
    width: 236px;
    margin: 0 -20px -10px 0;
}

.company__item.img-2 img {
    width: 227px;
}

.company__item.img-3 img {
    width: 295px;
}

.company__item.img-4 img {
    width: 228px;
}

.company__item.img-5 img {
    width: 173px;
}

.company__item.img-6 img {
    width: 209px;
}

.company__item.img-7 img {
    width: 250px;
}

.company__item.img-8 img {
    width: 210px;
}

.company__item.img-9 img {
    width: 190px;
}

.company__item.img-10 img {
    width: 220px;
}

.company__item.img-11 img {
    width: 192px;
}

@media only screen and (max-width: 1919px){
    .company {
        padding-top: 105px;
    }

    .company__head {
        max-width: 1044px;
    }

    .company__title .line-2 {
        margin-left: 261px;
    }

    .company__block {
        row-gap: 50px;
        margin-top: 64px;
        padding: 68px 0;
    }

    .company__line {
        height: 150px;
    }

    .js-marquee {
        column-gap: 50px;
        margin-right: 50px!important;
    }

    .company__item {
        width: 268px;
        height: 150px;
        background-size: 22px;
    }

    .company__item img {
        transform: scale(0.8);
    }
}

@media only screen and (max-width: 1439px){
    .company__item img {
        transform: scale(0.7);
    }
}

@media only screen and (max-width: 1239px){
    .company__title .line-2 {
        margin-left: 133px;
    }
}

@media only screen and (max-width: 1023px){
    .company {
        padding-top: 61px;
    }

    .company__title {
        color: #0E19D7;
    }

    .company__title .blue {
        color: #000000;
    }

    .company__title .line-1 {
        text-align: center;
        padding-right: 13px;
    }

    .company__title .line-2 {
        margin-left: 90px;
    }

    .company__block {
        row-gap: 25px;
        margin-top: 30px;
        padding: 25px 0;
        background-image: url(../img/company-list-bgn-mob.jpg);
    }

    .company__line {
        height: 77px;
    }

    .js-marquee {
        column-gap: 26px;
        margin-right: 26px!important;
    }

    .company__item {
        width: 138px;
        height: 77px;
        background-image: url(../img/icon-case-arrow-1-mob.svg), url(../img/icon-case-arrow-2-mob.svg), url(../img/icon-case-arrow-3-mob.svg), url(../img/icon-case-arrow-4-mob.svg);
        background-position: top left, top right, bottom right, bottom left;
        background-size: 13px;
    }

    .company__item img {
        transform: scale(0.4);
    }

    .company__item.img-1 img {
        margin: 0 -10px -2px 0;
    }

    .company__item.img-8 img {
        width: 260px;
    }
}

/*     application     */

.application {
    padding-top: 125px;
    background-color: #0E19D7;
    color: #FFFFFF;
}

.application::before {
    position: absolute;
    content: '';
    top: -243px;
    left: 0;
    right: 0;
    bottom: -775px;
    background-color: #0E19D7;
    background-image: url(../img/application-bgn.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.application__block {
    max-width: 1284px;
    margin: 0 auto;
}

.application__title .mob {
    display: none;
}

.application__title .line-2 {
    margin-left: 24%;
}

.en .application__title .line-2 {
    margin-left: 15%;
}

.application__sub-title {
    margin-top: 35px;
    margin-left: 24%;
    font-size: 22px;
    line-height: 31px;
    letter-spacing: -0.05em;
}

.en .application__sub-title {
    margin-left: 15%;
}

.application__form {
    margin-top: 80px;
    padding: 50px 60px 57px;
    color: #000000;
    background-color: #fff;
}

.application__form form {
    margin: 0;
}

.application__form-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -50px;
}

.application__form-column {
    width: 50%;
    padding: 0 50px;
    display: flex;
    row-gap: 70px;
    flex-direction: column;
}

.application__form-label {
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: -0.05em;
}

.application__form-input  {
    width: 100%;
}

.application__form-input input {
    display: block;
    width: 100%;
    padding: 20px 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 31px;
    font-family: 'Gilroy';
    color: #000;
    background: none;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.application__form-input input::-webkit-input-placeholder {color: rgba(0, 0, 0, 0.3);}
.application__form-input input::-moz-placeholder {color: rgba(0, 0, 0, 0.3);}
.application__form-input input:-ms-input-placeholder {color: rgba(0, 0, 0, 0.3);}
.application__form-input input:-moz-placeholder {color: rgba(0, 0, 0, 0.3);}

.application__form-btn {
    margin-top: 77px;
}

.select2-container {
    width: 100%!important;
    z-index: 9999999999;
}

.select2-container .select2-selection--single {
    height: auto!important;
}

.select2-container--default .select2-selection--single {
    border: none!important;
    background: none!important;
    border: 0!important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3)!important;
    border-radius: 0!important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    color: #333!important;
    font-size: 22px!important;
    font-weight: 500!important;
    line-height: 31px!important;
    font-family: 'Gilroy'!important;
    padding: 20px 0!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 27px!important;
    right: 10px!important;
    width: 18px!important;
    height: 18px!important;
    margin: 0!important;    
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: block!important;
    top: 0!important;
    left: 0!important;
    width: 18px!important;
    height: 18px!important;
    margin: 0!important;
    border: none!important;
    background-image: url(../img/icon-select-arrow.svg)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    transform: rotate(0deg)!important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(-180deg)!important;
}

.select2-dropdown {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15)!important;
    border: 1px solid rgba(0, 0, 0, 1)!important;
    background-color: #fff!important;
    border-radius: 0!important;
    overflow: hidden!important;
}

.select2-results__option {
    padding: 20px!important;
    font-size: 20px!important;
    font-weight: 400!important;
    line-height: 28px!important;
    font-family: 'Gilroy'!important;
    color: rgba(0, 0, 0, 0.3)!important;
}

.select2-container--default .select2-results>.select2-results__options {
    min-height: 224px!important;
}

.select2-container--default .select2-results>.select2-results__options {
  -webkit-overflow-scrolling: touch;
}

/*
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 5px;
    height: 30px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #9E9E9E;
    border-radius: 5px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    background-color: #F8F8F8;
    border-radius: 5px;
}
*/
.select2-container--default .select2-results__option[aria-selected=true] {
    color: #fff!important;
    background-color: #0E19D7!important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #000;
    background-color: #EFEFEF;
}

@media only screen and (max-width: 1919px){
    .application {
        padding-top: 102px;
    }

    .application::before {
        top: -197px;
        bottom: -630px;
    }

    .application__block {
        max-width: 1044px;
    }

    .application__title {
        margin-left: 0;
    }
    
    .application__form {
        margin-top: 60px;
        padding: 40px 50px 47px;
    }
    
    .application__form-list {
        margin: 0 -25px;
    }
    
    .application__form-column {
        padding: 0 25px;
        row-gap: 40px;
    }

    .application__form-label {
        font-size: 18px;
        line-height: 26px;
    }

    .application__form-input input {
        padding: 16px 0;
        font-size: 16px;
        line-height: 24px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 19px !important;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 16px !important;
        line-height: 24px !important;
        padding: 16px 0 !important;
    }

    .select2-results__option {
        padding: 16px 20px !important;
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .application__form-btn {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 1439px){
    .application::before {
        top: -172px;
        bottom: -590px;
    }
}

@media only screen and (max-width: 1239px){
    .application::before {
        top: -288px;
        bottom: -560px;
    }

    .application__title .line-2,
    .application__sub-title {
        margin-left: 19%;
    }

    .en .application__title .line-2,
    .en .application__sub-title {
        margin-left: 10%;
    }
}

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

    .application::before {
        top: 0;
        bottom: 0;
        background-image: url(../img/application-bgn-mob.jpg);
    }

    .application__title .pc {
        display: none;
    }

    .application__title .mob {
        display: block;
    }

    .application__title .line-2,
    .en .application__title .line-2 {
        margin-left: 0;
    }
    
    .application__sub-title {
        margin-top: 25px;
        font-size: 16px;
        line-height: 22px;
    }

    .application__sub-title,
    .en .application__sub-title {
        margin-left: 0;
    }

    .application__sub-title span {
        display: block;
    }

    .application__sub-title br {
        display: none;
    }

    .application__form {
        margin-top: 35px;
        padding: 20px 20px 25px;
    }

    .application__form-list {
        row-gap: 14px;
    }

    .application__form-column {
        row-gap: 25px;
        width: 100%;
    }

    .application__form-label {
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 22px;
    }

    .application__form-label span {
        display: block;
    }

    .application__form-input input {
        padding: 15px 0;
        font-size: 16px;
        line-height: 22px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 5px!important;
    }

    .application__form-btn {
        margin-top: 35px;
    }
}

/*     subscribe     */

.subscribe {
    padding-top: 186px;
    z-index: 2;
}

.subscribe__block {
    padding: 100px 216px;
    color: #FFFFFF;
    background-color: #000000;
    background-image: url(../img/subscribe-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.subscribe__head {
    position: relative;
}

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

.subscribe__title .line-2 {
    padding-right: 30px;
    text-align: right;
}

.subscribe__social {
    position: absolute;
    top: 50px;
    z-index: 2;
}

.subscribe__social.instagram {
    right: 312px;
}

.subscribe__social.linkedin {
    right: 26px;
}

.subscribe__social a {
    display: flex;
    column-gap: 20px;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 31px;
    color: #fff;
}

.subscribe__list {
    display: flex;
    row-gap: 18px;
    flex-wrap: wrap;
    max-width: 1286px;
    margin: 62px auto 0;
}

.subscribe__column {
    width: 25%;
    padding: 0 9px;
}

.subscribe__item {
    display: block;
    height: 311px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.subscribe__item.qr {
    background-size: contain;
}

@media only screen and (max-width: 1919px){
    .subscribe {
        padding-top: 136px;
    }

    .subscribe__block {
        padding: 84px 181px 94px;
    }

    .subscribe__title .line-2 {
        padding-right: 22px;
    }

    .subscribe__social {
        top: 38px;
    }

    .subscribe__social.instagram {
        right: 250px;
    }

    .subscribe__social.linkedin {
        right: 19px;
    }

    .subscribe__social a {
        column-gap: 16px;
        font-size: 18px;
        line-height: 26px;
    }

    .subscribe__social a svg {
        width: 22px;
        height: 22px;
    }

    .subscribe__list {
        margin-top: 48px;
    }

    .subscribe__item {
        height: 249px;
    }
}

@media only screen and (max-width: 1439px){
    .subscribe__block {
        padding: 80px 80px 85px;
    }
}

@media only screen and (max-width: 1239px){
    .subscribe__item {
        height: 200px;
    }

    .subscribe__social.instagram {
        top: 0;
        right: 19px;
    }
}

@media only screen and (max-width: 1023px){
    .subscribe {
        padding: 40px 0 60px;
        background: #000000;
    }

    .subscribe__block {
        padding: 0 35px;
        background: none;
    }

    .subscribe__social {
        position: relative;
        top: auto;
    }

    .subscribe__social.instagram {
        right: auto;
    }

    .subscribe__head {
        display: flex;
        flex-direction: column;
        row-gap: 15px;
    }

    .subscribe__title {
        text-align: left;
    }

    .subscribe__title .line-2 {
        padding-right: 0;
        text-align: left;
    }

    .subscribe__social.linkedin {
        right: auto;
    }

    .subscribe__social a {
        column-gap: 7px;
        font-size: 16px;
        line-height: 22px;
    }

    .subscribe__social a svg {
        width: 14px;
        height: 14px;
    }

    .subscribe__social.linkedin {
        display: none;
    }
    
    .subscribe__list {
        row-gap: 5px;
        margin: 30px -5px 0;
    }

    .subscribe__column {
        width: 50%;
        padding: 0 4px;
    }

    .subscribe__item {
        height: 139px;
    }
}

/*     footer     */

.footer {
    padding: 82px 0 73px;
    background-color: #FFFFFF;
}

.footer__block {
    position: relative;
    display: flex;
    padding-left: 216px;
}

.footer__logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 77px;
    height: 30px;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}



.footer__list {
    display: flex;
    column-gap: 115px;
}

.footer__column {
    display: flex;
    row-gap: 40px;
    flex-direction: column;
}

.footer__title {
    display: flex;
    column-gap: 6px;
    font-size: 22px;
    font-weight: 600;
    line-height: 29px;
    text-transform: uppercase;
    color: #0E19D7;
}

.footer__menu {
    display: flex;
    row-gap: 26px;
    column-gap: 20px;
    flex-wrap: wrap;
    max-width: 540px;
}

.footer__menu a {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
}

.footer__menu li:nth-child(1),
.footer__menu li:nth-child(5) {
    min-width: 130px;
}

.footer__menu li:nth-child(2),
.footer__menu li:nth-child(6) {
    min-width: 160px;
}

.footer__menu li:nth-child(3),
.footer__menu li:nth-child(7) {
    min-width: 90px;
}

.footer__menu a:hover {
    color: #0E19D7;
}

.footer__contacts {
    display: flex;
    column-gap: 50px;
}

.footer__contacts-column {
    display: flex;
    row-gap: 26px;
    flex-direction: column;
}

.footer__contacts a {
    position: relative;
    display: inline-block;
    padding-left: 28px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
}

.footer__contacts a:hover {
    color: #0E19D7;
}

.footer__contacts a svg {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.footer__navigation-list {
    margin-top: 40px;
    display: flex;
    column-gap: 40px;
}
.footer__contacts-list {
    margin-top: 40px;
    display: flex;
    column-gap: 40px;
}

@media only screen and (max-width: 1919px){
    .footer {
        padding: 57px 0;
    }

    .footer__block {
        padding-left: 180px;
    }

    .footer__column {
        row-gap: 30px;
    }

    .footer__menu {
        row-gap: 20px;
        max-width: 468px;
    }

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

    .footer__list {
        column-gap: 65px;
    }

    .footer__title {
        column-gap: 5px;
        font-size: 18px;
        line-height: 26px;
    }

    .footer__menu li:nth-child(1), .footer__menu li:nth-child(5) {
        min-width: 102px;
    }

    .footer__menu li:nth-child(2), .footer__menu li:nth-child(6) {
        min-width: 125px;
    }

    .footer__menu li:nth-child(3), .footer__menu li:nth-child(7) {
        min-width: 70px;
    }

    .footer__contacts-column {
        row-gap: 21px;
    }
    
    .footer__contacts a {
        font-size: 14px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 1439px){
    .footer__block {
        padding-left: 160px;
    }

    .footer__menu {
        max-width: 440px;
    }

    .footer__list {
        column-gap: 50px;
    }
}

@media only screen and (max-width: 1239px){
    .footer__block {
        padding-left: 120px;
    }

    .footer__menu {
        max-width: 350px;
    }

    .footer__menu li:nth-child(1), .footer__menu li:nth-child(5),
    .footer__menu li:nth-child(2), .footer__menu li:nth-child(6),
    .footer__menu li:nth-child(3), .footer__menu li:nth-child(7) {
        min-width: auto;
    }

    .footer__contacts {
        display: flex;
        column-gap: 30px;
    }
}

@media only screen and (max-width: 1023px){
    .footer {
        padding: 30px 0 40px;
    }

    .footer__block {
        padding: 60px 0 0;
    }

    .footer__list {
        width: 100%;
        padding-top: 24px;
        flex-wrap: wrap;
        column-gap: 0;
        border-top: 1px solid rgba(0,0,0, 0.15);
    }

    .footer__column {
        row-gap: 19px;
    }

    .footer__column:nth-child(1) {
        width: 52%;
    }

    .footer__column:nth-child(2) {
        width: 48%;
    }

    .footer__title {
        font-size: 16px;
        line-height: 21px;
    }

    .footer__menu {
        row-gap: 19px;
        flex-direction: column;
    }

    .footer__contacts {
        row-gap: 19px;
        flex-direction: column;
    }

    .footer__contacts-column {
        row-gap: 19px;
    }

    .footer__contacts a {
        padding-left: 26px;
    }

    .footer__contacts a svg {
        width: 14px;
        height: 14px;
    }

   
        
}




.thank {
    display: flex;
    align-items: center;
    height: 100vh;
    text-align: center;
    color: #fff;
    background-color: #0E19D7;
    background-image: url(../img/pl-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.thank__btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.thank__btn .btn {
    max-width: 300px;
}

@media only screen and (max-width: 1023px) {
    .thank {
        background-image: url(../img/pl-bg-mob.jpg);
    }

    .thank .first__title span {
        display: block;
    }
}






/*     popup     */

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

.popup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
    position: relative;
    overflow-y: scroll;
    background: rgba(0, 0, 0, 1);
    z-index: 100;
}

.popup .block {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1470px;
    padding: 56px 20px 50px;
    background: #F7F7F7;
    box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.12);
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.popup__close {
    position: absolute;
    cursor: pointer;
    top: 25px;
    right: 25px;
    z-index: 10;
}

.popup__close .mob {
    display: none;
}

.popup__close svg path {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.popup__close:hover svg path {
    stroke: #0E19D7;
}

.popup__form {
    max-width: 562px;
    margin-top: 28px;
}

.popup__form .application__form {
    margin: 0!important;
    padding: 0!important;
    background: none!important;

}

@media only screen and (min-width: 1240px){
    .popup__form .application__form-list {
        margin: 0 -23px 10px;
    }

    .popup__form .application__form-column {
        padding: 0 23px;
    }

    .popup__form .application__form-btn {
        margin-top: 40px;
    }
}

.popup__content {
    display: flex;
    flex-wrap: wrap;
}

.popup__base {
    position: relative;
    width: 50%;
    padding-right: 96px;
}

.popup__base::before {
    position: absolute;
    content: '';
    left: -98px;
    bottom: -88px;
    width: 222px;
    height: 222px;
    background-image: url(../img/img-popup-base-gift-3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(30deg);
}

.popup__base-label {
    display: flex;
    justify-content: center;
}

.popup__base-label span {
    display: flex;
    padding: 15px 40px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #0E19D7;
    border: 1px solid #000000;
    border-radius: 30px;
}

.popup__base-img {
    position: relative;
    max-width: 520px;
    margin: 62px 0 0 25px;
}

.popup__base-img::before {
    position: absolute;
    content: '';
    top: -77px;
    left: 11px;
    width: 58px;
    height: 58px;
    background-image: url(../img/img-popup-base-gift-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(-27deg);
}

.popup__base-img::after {
    position: absolute;
    content: '';
    top: 73px;
    right: -80px;
    width: 114px;
    height: 114px;
    background-image: url(../img/img-popup-base-gift.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(6.75deg);
}

.popup__base-timer {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -0.05em;
    font-family: "Basis Grotesque Pro";
}

#timer {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
}

.time-block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    color: #fff;
    background: #000000;
}

.popup__main {
    width: 50%;
    padding: 0 50px 0 10px;
}

.popup__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: -0.05em;
    font-family: 'Basis Grotesque Pro';
    text-transform: uppercase;
}

.popup__title strong {
    color: #F51931;
}

.popup__title strong span {
    font-size: 62px;
}

.popup__description {
    margin-top: 25px;
    padding-left: 60px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.02em;
    background-image: url(../img/popup-description-date.svg);
    background-position: left center;
    background-repeat: no-repeat;
}

.bf25p .block {
    position: relative;
    top: initial;
    left: initial;
    margin: 100px auto;
    padding: 30px 32px!important;
    background: #fff;
    transform: initial;
}

.bf25p__content {
    display: flex;
    flex-wrap: wrap;
}

.bf25p__base {
    position: relative;
    width: 672px;
    height: 778px;
    padding: 38px 10px;
    background: #F7F7F7;
    background-image: url(../img/icon-btn-arrow-1.svg), url(../img/icon-btn-arrow-2.svg), url(../img/icon-btn-arrow-3.svg), url(../img/icon-btn-arrow-4.svg);
    background-position: top -1px left -1px, top -1px right -1px, bottom -1px right -1px, bottom -1px left -1px;
    background-repeat: no-repeat;
    background-size: 28px;
}

.bf25p__base-label {
    display: flex;
    justify-content: center;
}

.bf25p__base-label span {
    display: flex;
    padding: 15px 40px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #0E19D7;
    border: 1px solid #000000;
    border-radius: 30px;
}

.bf25p__base-img {
    max-width: 470px;
    margin: 108px auto 0;
}

.bf25p__base-decores {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 1;
}

.bf25p__base-decore {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.bf25p__base-decore.img-1 {
    top: 68px;
    left: calc(50% - 324px);
    width: 111px;
}

.bf25p__base-decore.img-2 {
    top: 81px;
    left: calc(50% + 248px);
    width: 117px;
}

.bf25p__base-decore.img-3 {
    top: 452px;
    left: calc(50% - 434px);
    width: 240px;
}

.bf25p__base-decore.img-4 {
    top: 496px;
    left: calc(50% + 212px);
    width: 66px;
}

.bf25p__base-info {
    margin-top: 35px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.02em;
    text-align: center;
}

.bf25p__base-timer {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -0.05em;
    font-family: "Basis Grotesque Pro";
}

.bf25p__main {
    width: calc(100% - 722px);
    padding: 25px 0 0 42px;
}

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

.bf25p__item {
    padding-bottom: 28px;
    border-bottom: 1px solid #000000;
}

.bf25p__item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.bf25p__item-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: -0.05em;
    font-family: "Basis Grotesque Pro";
    text-transform: uppercase;
    color: #0E19D7;
}

.bf25p__item-text {
    margin-top: 25px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28.5px;
    letter-spacing: -0.02em;
}

.bf25p__item-text img {
    display: none;
}

.bf25p__item-img {
        display: none;
}

.bf25p__item-text .black {
    display: inline-block;
    padding: 0px 9px;
    font-weight: 600;
    color: #fff;
    background-color: #000;
    margin-left: -3px;
}

.bf25p__bag {
    position: relative;
    margin-top: 40px;
    padding: 18px 40px 16px 182px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #fff;
    background: #000000;
}

.bf25p__bag::before {
    position: absolute;
    content: '';
    left: -8px;
    bottom: 0;
    width: 175px;
    height: 126px;
    background-image: url(../img/bf25p-bag.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.bf25p__info-1 {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.bf25p__info-1 span {
    display: flex;
    padding: 7px 15px 4px;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    font-family: "Basis Grotesque Pro";
    color: #fff;
    background: #0E19D7;
}

.bf25p__info-2 {
    margin-top: 20px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.02em;
    text-align: center;
}

.bf25p__form {
    margin-top: 50px;
}

.bf25p .application__form {
    margin: initial;
    padding: initial;
    color: initial;
    background: initial;
}

.bf25p__form {
    display: flex;
    row-gap: 25px;
    flex-direction: column;
}

.bf25p__line {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}

.bf25p__column {
    width: calc((100% - 60px) / 3);
}

.bf25p__line .application__form-input input {
    padding: 25px 30px!important;
    background: #F7F7F7!important;
    border: initial!important;
}

.bf25p__line .select2-container--default .select2-selection--single {
    background: #F7F7F7!important;
    border: initial!important;
}

.bf25p__line .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 25px 50px 25px 30px!important;
}

.bf25p__line .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 32px !important;
    right: 20px !important;
}


.holidays {
    background: rgba(0, 0, 0, 0.75)!important;
}

.holidays .block {
    position: relative;
    top: initial;
    left: initial;
    width: 990px!important;
    margin: 155px auto;
    padding: 40px!important;
    background: #0E19D7;
    transform: initial;
    background-image: url(../img/holidays-bg-blue.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 615px;
}

.holidays .popup__close {
    top: 40px;
    right: 40px;
}

.holidays .popup__close:hover svg path {
    stroke: #FF2D6F;
}

.holidays__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    color: #fff;
}

.holidays__bonus {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-top: 16px;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #fff;
}

.holidays__list {
    display: flex;
    flex-wrap: wrap;
    margin: 26px -5px 0;
}

.holidays__column {
    display: flex; 
    flex-direction: column;
    width: 50%;
    padding: 0 5px;
}

.holidays__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    row-gap: 26px;
    width: 100%; 
    height: 100%;
    padding: 26px;
    background-color: #fff;
}

.holidays__item-title {
    display: flex;
    column-gap: 8px;
    align-items: center;
    margin-right: -20px;
    font-family: 'Basis Grotesque Pro';
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #0E19D7;
}

.holidays__item-title svg {
    width: 90px;
    height: auto;
    margin: -8px 0 0 -8px;
}

.holidays__item-title span {
    display: block;
    color: #A3A4B1;
}

.holidays__item-subtitle {
    margin-top: 15px;    
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #0E19D7;
}

.holidays__item-text + .holidays__item-subtitle {
    margin-top: 18px;
}

.holidays__item-text {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.02em;
}

.holidays__item-text + .holidays__item-text {
    margin-top: 22px;
}

.holidays__item-text i {
    font-style: initial!important;
}

.holidays__item-text strong span {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
}

.holidays__item-text ul {
    display: flex;
    row-gap: 9px;
    flex-direction: column;
    margin: 16px -15px 0 0;
}

.holidays__item-text li {
    position: relative;
    padding-left: 24px;
    background-position: left center;
    background-image: url(../img/holidays-item-arrow.svg);
    background-repeat: no-repeat;
}

.holidays__item-350 {
    max-width: 292px;
    margin: 12px 0 0 22px;
}

.holidays__item-btn .btn_black {
    padding-top: 18px!important;
    padding-bottom: 18px!important;
    background: #FF2D6F!important;
}

.holidays__item-more {
    display: none;
    margin-top: 17px;
    padding: 7px 0 2px;
    border-top: 1px solid #DBDBDB;
}

.holidays__item-more span {   
    position: relative; 
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-decoration: underline;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

.holidays__item-more span:after {   
    position: absolute;
    content: '';
    top: 6px;
    right: -20px;
    width: 10px;
    height: 10px;
    background-image: url(../img/holidays-item-more-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;

}

.holidays__info {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 34px;
    margin-top: 32px;
}

.holidays__info-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #fff;
}

.holidays__info-line {
    width: 62px;
    height: 1px;
    background: #fff;
}

.holidays__info-link {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.02em;
    text-decoration: underline;
    color: #fff;
}

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

    .popup__base {
        padding-right: 65px;
    }

    .popup__base::before {
        width: 202px;
        height: 202px;
    }

    .popup__base-label span {
        padding: 12px 34px;
        font-size: 18px;
        line-height: 24px;
    }

    .popup__base-img {
        position: relative;
        max-width: 460px;
        margin: 50px 0 0 5px;
    }

    .popup__base-img::before {
        top: -57px;
        left: 11px;
        width: 52px;
        height: 52px;
    }

    .popup__base-img::after {
        top: 66px;
        right: -75px;
        width: 105px;
        height: 105px;
    }

    .popup__base-timer {
        margin-top: 24px;
        font-size: 38px;
        font-weight: 700;
        line-height: 46px;
    }

    .time-block {
        width: 86px;
        height: 86px;
    }

    .popup__title {
        font-size: 42px;
        line-height: 50px;
    }

    .popup__title strong span {
        font-size: 55px;
    }

    .popup__description {
        margin-top: 20px;
        padding-left: 50px;
        font-size: 18px;
        line-height: 26px;
        background-size: 34px;
    }

    .bf25p .block {
        margin: 60px auto;
        padding: 22px 23px!important;
    }

    .bf25p__base {
        width: 562px;
        height: 650px;
        padding: 34px 10px;
        background-size: 26px;
    }

    .bf25p__base-label span {
        padding: 12px 33px;
        font-size: 16.5px;
        line-height: 24px;
    }

    .bf25p__base-img {
        max-width: 390px;
        margin: 90px auto 0;
    }

    .bf25p__base-info {
        margin-top: 28px;
        font-size: 17px;
        line-height: 24px;
    }

    .bf25p__base-timer {
        margin-top: 32px;
        font-size: 34px;
        line-height: 40px;
    }

    .bf25p__base-timer > div {
        column-gap: 9px!important;
    }

    .bf25p__base-timer .time-block {
        width: 76px;
        height: 76px;
    }

    .bf25p__base-decore.img-1 {
        top: 58px;
        left: calc(50% - 268px);
        width: 90px;
    }

    .bf25p__base-decore.img-2 {
        top: 66px;
        left: calc(50% + 208px);
        width: 100px;
    }

    .bf25p__base-decore.img-3 {
        top: 378px;
        left: calc(50% - 364px);
        width: 196px;
    }

    .bf25p__base-decore.img-4 {
        top: 416px;
        left: calc(50% + 180px);
        width: 54px;
    }

    .bf25p__main {
        width: calc(100% - 608px);
        padding: 24px 0 0 34px;
    }

    .bf25p__list {
        row-gap: 26px;
    }

    .bf25p__item {
        padding-bottom: 23px;
    }

    .bf25p__item-title {
        font-size: 29px;
        line-height: 36px;
        letter-spacing: -0.03em;
    }

    .bf25p__item-text {
        margin-top: 19px;
        font-size: 17px;
        line-height: 24px;
        letter-spacing: -0.03em;
    }

    .bf25p__item-text .black {
        padding: 0px 5px;
    }

    .bf25p__bag {
        margin-top: 32px;
        padding: 15px 15px 15px 152px;
        font-size: 16.5px;
        line-height: 23px;
    }

    .bf25p__bag::before {
        width: 175px;
        height: 106px;
    }

    .bf25p__info-1 {
        margin-top: 35px;
    }

    .bf25p__info-1 span {
        padding: 7px 11px 4px;
        font-size: 30px;
        line-height: 36px;
    }

    .bf25p__info-2 {
        margin-top: 15px;
        font-size: 16.5px;
        line-height: 23px;
    }

    .bf25p__form {
        row-gap: 22px;
        margin-top: 42px;
    }

    .bf25p__line {
        column-gap: 26px;
    }

    .bf25p__column {
        width: calc((100% - 52px) / 3);
    }

    .bf25p__line .application__form-input input {
        padding: 22px 30px !important;
    }

    .bf25p__line .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 22px 50px 22px 30px !important;
    }

    .bf25p__line .btn_blue {
        height: 74px;
    }

    .holidays .block {
        margin: 80px auto;
    }
}

@media only screen and (max-width: 1239px) {
    .popup .block {
        width: 1004px;
        padding-top: 50px;
    }

    .popup__close {
        top: 22px;
        right: 22px;
    }

    .popup__close .mob {
        display: flex;
    }

    .popup__close .pc {
        display: none;
    }

    .popup__base {
        padding-right: 80px;
    }
 
    .popup__base::before {
        width: 162px;
        height: 162px;
        bottom: -108px;
    }

    .popup__base-label span {
        padding: 14px 32px;
        font-size: 16px;
        line-height: 20px;
    }

    .popup__base-img {
        max-width: 350px;
    }

    .popup__base-timer {
        margin-top: 22px;
        font-size: 26px;
        font-weight: 700;
        line-height: 36px;
    }

    .time-block {
        width: 76px;
        height: 76px;
    }

    .popup__main {
        padding-right: 10px;
    }

    .popup__title {
        font-size: 36px;
        line-height: 42px;
    }

    .popup__title strong span {
        font-size: 45px;
    }

    .popup__description {
        margin-top: 20px;
        padding-left: 45px;
        font-size: 16px;
        line-height: 20px;
        background-size: 30px;
    }

    .popup__description br {
        display: none;
    }

    .popup__form {
        margin-top: 10px;
    }

    .popup__form .application__form-btn {
        margin-top: 30px;
    }

    .bf25p__base {
        width: 426px;
        height: 671px;
    }

    .bf25p__main {
        width: calc(100% - 456px);
        padding: 24px 0 0 24px;
    }


    .bf25p__base-img {
        max-width: 310px;
        margin: 100px auto 0;
    }
    
    .bf25p__base-decore.img-1 {
        top: 88px;
        left: calc(50% - 218px);
    }

    .bf25p__base-decore.img-2 {
        top: 66px;
        left: calc(50% + 158px);
        width: 80px;
    }

    .bf25p__base-decore.img-3 {
        top: 338px;
        left: calc(50% - 264px);
        width: 166px;
    }

    .bf25p__base-decore.img-4 {
        top: 356px;
        left: calc(50% + 140px);
        width: 54px;
    }

    .bf25p__item-title {
        font-size: 27px;
        line-height: 34px;
        letter-spacing: -0.05em;
    }

    .bf25p__item-title span {
        display: block;
    }

    .bf25p__item-title span br {
        display: none;
    }

    .bf25p__item-text {
        letter-spacing: -0.02em;
    }

    .bf25p__item:last-child .bf25p__item-text {
        margin-top: 17px;
    }

    .bf25p__base-info {
        margin-top: 58px;
    }

    .bf25p__item {
        padding-bottom: 24px;
    }
}

@media only screen and (max-width: 1023px) {
    .popup .block {
        position: relative;
        top: auto;
        left: auto;
        width: 354px;
        margin: 30px auto;
        padding: 50px 32px 50px;
        transform: none;
    }

    .popup__content {
        row-gap: 26px;
        flex-direction: column;
    }

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

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

    .time-block {
        width: 56px;
        height: 56px;
    }

    .popup__base::before {
        top: 148px;
        left: -90px;
        bottom: auto;
        width: 120px;
        height: 120px;
    }

    .popup__base-label span {
        font-size: 14px;
    }

    .popup__base-img {
        max-width: 240px;
        margin: 12px 0 0 13px;
    }

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

    .popup__title strong span {
        font-size: 24px;
    }

    .popup__base-img::before {
        top: -4px;
        left: -23px;
        width: 42px;
        height: 42px;
        transform: rotate(-11deg);
    }

    .popup__base-img::after {
        top: 36px;
        right: -38px;
        width: 46px;
        height: 46px;
    }

    .popup__base-timer {
        margin-top: 5px;
    }

    #timer {
        column-gap: 7px;
    }

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

    .popup__description {
        margin-top: 15px;
        padding-left: 65px;
        font-size: 14px;
        white-space: nowrap;
        background-size: 40px;
        background-position: left 10px center;
    }

    .popup__description span {
        display: block;
    }

    .popup__form {
        margin-top: 30px;
    }

    .popup__form .application__form-input input {
        padding: 10px 0!important;
        font-size: 14px!important;
    }

    .popup__form .application__form-list {
        row-gap: 8px!important;
    }

    .popup__form .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 10px 30px 10px 0!important;
    }

    .popup__form .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 14px !important;
    }

    .bf25p .block {
        padding: 8px 8px !important;
    }

    .bf25p__content {
        flex-direction: column;
    }

    .bf25p__base {
        width: 100%;
        height: auto;
        padding: 42px 10px;
        background-position: top 0 left 0, top 0 right 0, bottom 0 right 0, bottom 0 left 0;
        background-size: 16px;
    }

    .bf25p__base-label span {
        padding: 11px 30px;
        font-size: 14px;
        line-height: 24px;
    }

    .bf25p__base-img {
        max-width: 220px;
        margin: 12px auto 0;
    }

    .bf25p__base-decores {
        overflow: initial;
    }

    .bf25p__base-decore.img-1 {
        top: 101px;
        left: calc(50% - 174px);
        width: 54px;
    }

    .bf25p__base-decore.img-2 {
        top: 82px;
        left: calc(50% + 128px);
        width: 80px;
    }

    .bf25p__base-decore.img-3 {
        top: 230px;
        left: calc(50% - 234px);
        width: 116px;
    }

    .bf25p__base-decore.img-4 {
        top: 264px;
        left: calc(50% + 116px);
        width: 36px;
    }

    .bf25p__base-info {
        margin-top: 8px;
        font-size: 16px;
        line-height: 22px;
    }

    .bf25p__base-timer {
        margin-top: 25px;
        font-size: 26px;
        line-height: 30px;
    }

    .bf25p__base-timer > div {
        column-gap: 7px !important;
    }

    .bf25p__base-timer .time-block {
        width: 56px;
        height: 56px;
    }

    .bf25p__main {
        width: 100%;
        padding: 22px 0 0;
    }

    .bf25p__item-title {
        font-size: 24px;
        line-height: 29px;
        text-align: center;
    }

    .bf25p__item-text {
        margin-top: 12px;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }

    .bf25p__bag {
        margin-top: 36px;
        padding: 15px 24px 15px 154px;
        font-size: 14px;
        line-height: 20px;
    }

    .bf25p__bag::before {
        width: 175px;
        height: 125px;
        left: -20px;
    }

    .bf25p__bag br {
        display: none;
    }

    .bf25p__info-1 {
        margin-top: 30px;
    }

    .bf25p__info-1 span {
        font-size: 24px;
        line-height: 29px;
        color: #F51931;
        background: none;
        text-align: center;
    }

    .bf25p__info-2 {
        margin-top: 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .bf25p__info-2 span {
        display: block;
    }

    .bf25p__info-2 br {
        display: none;
    }

    .bf25p__form {
        row-gap: 20px;
        margin-top: 16px;
    }

    .bf25p__line {
        row-gap: 10px;
        flex-direction: column;
    }

    .bf25p__column {
        width: 100%;
    }

    .bf25p__line .application__form-input input {
        padding: 19px 20px !important;
    }

    .bf25p__line .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 19px 50px 19px 20px !important;
    }

    .bf25p__line .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 22px !important;
        right: 15px !important;
    }

    .bf25p__line .btn_blue {
        height: 60px;
    }


    .bf25p__item-img {
        display: flex;
        justify-content: center;
        margin: 12px 0 -9px;
    }

    .bf25p__item-img.img-1 img {
        width: 162px;
    }

    .bf25p__item-img.img-2 img {
        width: 80px;
    }

    .holidays .block {
        width: 378px!important;
        margin: 30px auto!important;
        padding: 21px 10px 25px!important;
    }

    .holidays .popup__close {
        top: 24px;
        right: 24px;
    }

    .holidays .popup__close svg {
        width: 15px;
        height: 15px;
    }

    .holidays__title {
        padding-left: 10px;
        padding-right: 40px;
        font-size: 36px;
        line-height: 40px;
    }

    .holidays__title span {
        display: block;
        padding-left: 90px;
    }

    .holidays__bonus {
        max-width: 340px;
        margin-top: 20px;
        padding-left: 14px;
        column-gap: 12px;
        font-size: 16px;
        line-height: 20px;
    }

    .holidays__bonus svg {
        flex: 0 0 29px;
    }

    .holidays__bonus br {
        display: none;
    }

    .holidays__list {
        flex-direction: column;
        row-gap: 12px;
        margin-top: 30px;
    }

    .holidays__column {
        width: 100%;
    }

    .holidays__item {
        row-gap: 20px;
        padding: 15px 13px 15px;
    }

    .holidays__item-hide {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
    }

    .holidays__item-hide.active {
        max-height: initial;
        opacity: 1;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    .holidays__item-more {
        display: flex;
    }

    .holidays__item-title {
        margin-top: 10px;
        font-size: 16px;
    }

    .holidays__item-title svg {
        width: 76px;
        height: auto;
        margin: -6px 0 0 -2px;
    }

    .holidays__item-title br {
        display: none;
    }

    .holidays__item-subtitle {
        margin-top: 10px;
    }

    .holidays__item-text {
        margin-top: 20px;
        font-size: 16px;
        line-height: 20px;
    }

    .holidays__item-text + .holidays__item-subtitle {
        margin-top: 15px;
    }

    .holidays__item-text + .holidays__item-text {
        margin-top: 20px;
        margin-right: -15px;
    }

    .holidays__item-text i {
        display: block;
    }

    .holidays__item-text br {
        display: none;
    }

    .holidays__item-text ul {
        margin-top: -8px;
        row-gap: 14px;
    }

    .holidays__item-text strong span {
        font-size: 20px;
        line-height: 29px;
    }

    .holidays__info {
        row-gap: 0;
        flex-direction: column;
        margin-top: 16px;
    }

    .holidays__info-line {
        display: none;
    }

    .holidays__info-text {
        font-size: 16px;
        color: #767DFE;
    }

    .holidays__item-350 {
        max-width: 252px;
        margin: 10px 0 0 22px;
    }

    .holidays__info-link {
        font-size: 16px;
    }

    .holidays__info-link svg {
        width: 16px;
        height: auto;
    }

    .holidays__item-btn {
        margin: 0 -6px -6px;
    }
}

@media only screen and (max-width: 389px) {
    .holidays .block {
        width: 354px!important;
    }
}

@media only screen and (max-width: 360px) {
    .popup .block {
        padding-left: 20px;
        padding-right: 20px;
    }

    .popup__base-img {
        margin-right: 23px;
    }

}


@media only screen and (min-width: 1240px) {
    .header__logo {
        position: relative;
    }
}
/*



.header__logo:after {
    position: absolute;
    top: -34px;
    right: -20px;
    content: url(../img/ny-logo-red.png);
}

.footer__logo:after {
    position: absolute;
    top: -34px;
    right: -20px;
    content: url(../img/ny-logo-red.png);
}

@media only screen and (max-width: 1023px){
    .footer__logo:after {
        content: url(../img/ny-logo-blue.png);
    }
}

.snowflake {
    position: absolute;
    width: 30px;
    height: 27px;
    background-image: url(../img/ny-snow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
}
*/



/* Общий стиль для всех элементов */
.ny_item {
    position: fixed;
    top: 50%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    transform: translate(0, -50%);
    z-index: 10;
}

.ny_item.show {
    opacity: 1;
}

.ny_left {
    left: -500px;
}

.ny_right {
    right: -1000px;
}

.ny_type_1.show {
    left: -300px;
}

.ny_type_2.show {
    right: -280px;
}

.ny_type_3.show {
    right: -180px;
}

.ny_type_4.show {
    left: -260px;
}

.ny_type_5.show {
    right: -220px;
}

@media only screen and (max-width: 1439px) {
    .ny_item img {
        transform: scale(0.75);
    }
}

@media only screen and (max-width: 1023px) {
    .ny_item img {
        transform: scale(0.5);
    }

    .ny_type_2.show {
        right: -300px;
    }
    
    .ny_type_3.show {
        right: -200px;
    }

    .ny_type_4.show {
        left: -280px;
    }

    .ny_type_5.show {
        right: -250px;
    }
}


.special {
    position: fixed;
    top: 124px;
    right: 0;
    width: 318px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 100;
}

.special.active {
    width: 460px;
}

.special__head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 100%;
    height: 100px;
    padding-left: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
    color: #fff;
    background-color: #0E19D7;
    background-image: url(../img/special-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -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;
}

.active .special__head {
    padding-left: 50px;
    justify-content: flex-start;
    color: #A3A4B1;
    background-color: #F7F7F7;
    background-image: initial;
}

.special__head:before {
    position: absolute;
    top: calc(50% - 25px);
    left: -25px;
    content: '';
    width: 50px;
    height: 50px;
    background-image: url(../img/special-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(0deg);
}

.active .special__head:before {
    transform: rotate(-180deg);
}

.special__body {
    transform: translate(125%, 0);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.active .special__body {
    transform: translate(0%, 0);
}

.special__item {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 124px;
    padding: 10px 100px 10px 50px;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    background-color: #F7F7F7;
    border-top: 1px solid #E5E5E5;
    -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;
}

.special__item::before {
    position: absolute;
    content: '';
    inset: 0;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    z-index: 1;
}

.special__item:hover::before {
    background-color: rgba(0, 0, 0, 0.05);
}

.special__item:after {
    position: absolute;
    top: calc(50% - 25px);
    left: -25px;
    content: '';
    width: 50px;
    height: 50px;
    opacity: 0;
    background-image: url(../img/special-item-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.special__item:hover:after {
    opacity: 1;
}

.special__item svg {
    position: relative;
    z-index: 2;
}

.special__item svg {
    position: absolute;
    top: calc(50% - 18px);
    right: 50px;
    z-index: 2;
}

.special__item svg path {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.special__item:hover svg path {
    fill: #0E19D7;
}

@media only screen and (max-width: 1919px) {
    .special {
        top: 96px;
        width: 260px;
    }

    .special__head {
        height: 90px;
    }

    .special__item {
        height: 104px;
    }
}

@media only screen and (max-width: 1439px) {
    .special {
        top: 84px;
    }
}

@media only screen and (max-width: 1023px) {
    .special {
        top: 80px;
        width: 200px;
    }

    .special.active {
        width: 320px;
    }

    .special__head {
        height: 50px;
        font-size: 14px;
    }

    .special__head:before {
        top: calc(50% - 18px);
        left: -18px;
        width: 36px;
        height: 36px;
    }

    .active .special__head {
        padding-left: 36px;
    }

    .special__body {
        width: 320px;
    }

    .special__item {
        height: 72px;
        padding: 10px 70px 10px 36px;
        font-size: 16px;
    }

    .special__item svg {
        top: calc(50% - 12px);
        right: 25px;
        width: 24px;
        height: 24px;
    }

    .special__item:after {
        top: calc(50% - 18px);
        left: -18px;
        width: 36px;
        height: 36px;
        opacity: 1;
    }
}