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: 1338px;
    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;
}

.road {
    position: absolute;
    top: 0;
    left: calc(50% + 108px);
    bottom: 297px;
    width: 560px;
    background-color: #000;
    background-image: url(../img/road.png);
    background-position: top center;
    background-repeat: repeat-y;
    background-size: contain;
    z-index: 2;
}

.road__left,
.road__right {
    position: absolute;
    content: '';
    top: -104px;
    bottom: 0;
    width: 29px;
    background-repeat: repeat-y;
    background-position: top center;
    z-index: 2;
}

.road__left {
    left: -1px;
    background-image: url(../img/icon-road-border.svg);
}

.road__right {
    right: -1px;
    background-image: url(../img/icon-road-border.svg);
}

.road__car {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 314px;
    margin: 208px auto 0;
    transition: transform 0.5s linear;
    pointer-events: none;
    z-index: 4;
}

.road__flag {
    position: absolute;
    right: -323px;
    bottom: 1050px;
    width: 725px;
    z-index: 4;
}

.road__start {
    position: absolute;
    top: 924px;
    left: 97px;
    right: 97px;
    height: 46px;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    z-index: 3;
}

.road__btn {
    position: absolute;
    top: 1064px;
    left: 0;
    right: 0;
    max-width: 364px;
    margin: 0 auto;
    z-index: 3;
}

.road__text {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: -8px;
    padding: 0 20px 195px;
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: -0.05em;
    text-align: center;
    font-family: 'Basis Grotesque Pro';
    text-transform: uppercase;
    color: #fff;
    background-image: url(../img/road-text-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

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

    .road {
        top: 0;
        left: calc(50% + 88px);
        bottom: 230px;
        width: 456px;
    }

    .road__left, .road__right {
        width: 24px;
        background-size: 24px;
    }

    .road__car {
        max-width: 256px;
        margin-top: 140px;
    }

    .road__start {
        top: 750px;
        left: 78px;
        right: 78px;
        height: 40px;
        border-left: 4px solid #fff;
        border-right: 4px solid #fff;
        border-bottom: 4px solid #fff;
    }

    .road__text {
        left: 22px;
        right: 22px;
        bottom: -5px;
        padding: 0 20px 157px;
        font-size: 29px;
        line-height: 35px;
    }

    .road__flag {
        right: -265px;
        bottom: 1053px;
        width: 596px;
    }

    .road__btn {
        top: 872px;
        max-width: 300px;
    }
}

@media only screen and (max-width: 1065px){
    .road {
        left: calc(50% + 55px);
    }
}

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

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

    .side {
        padding-left: 93px;
    }

    .road {
        width: 146px;
        left: calc(50% - 256px);
        bottom: 408px;
    }

    .road__left,
    .road__right {
        width: 8px;
        background-size: 8px;
    }

    .road__text {
        left: 6px;
        right: 6px;
        font-size: 0;
        background-position: center bottom 32px;
        background-size: 192px;
    }

    .road__car {
        max-width: 120px;
        margin-top: 85px;
    }

    .road__start,
    .road__btn,
    .road__flag {
        display: none;
    }

}

@media only screen and (max-width: 375px){
    .side {
        padding-left: 85px;
    }

}

.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: 32px;
        line-height: 38px;
    }
}

/*     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;
}

/*     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;
}

@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: 1066px;
    }

    .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: 1065px){
    .header .container {
        max-width: 1024px;
    }
}

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

/*     first     */

.first {
    padding: 246px 0 123px;
    color: #fff;
    background-color: #000;
    background-image: url(../img/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.first__block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.first__description {
    margin-top: 28px;
    font-size: 32px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: -0.05em;
}

.first__more {
    max-width: 562px;
    margin-top: 32px;
    padding: 35px;
    color: #000;
    background-color: #fff;
}

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

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

.first__more-text img {
    display: inline;
    width: 44px;
    margin-left: 5px;
}

.team__list {
    display: flex;
    row-gap: 16px;
    flex-wrap: wrap;
    max-width: 578px;
    margin: 16px -8px 0;
}

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

.team__item {
    display: flex;
    column-gap: 15px;
    align-items: center;
    padding: 9px;
    background: #000000;
}
.team__item-img {
    flex: 0 0 95px;
    height: 122px;
    background-color: #0048FF;
    background-position: bottom -1px center;
    background-repeat: no-repeat;
    background-size: cover;
}

.team__item-main {
    height: 100%;
    display: flex;
    row-gap: 10px;
    flex-direction: column;
}

.first__item-name {
    min-height: 44px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
    font-family: 'Basis Grotesque Pro';
    text-transform: uppercase;
}

.first__item-work {
    display: flex;
    align-items: flex-end;
    min-height: 34px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: -0.02em;
    font-family: 'Gilroy';
}

.first__btn {
    display: none;
}



.first__timer {
    display: flex;
    justify-content: space-between;
    max-width: 220px;
    padding-bottom: 15px;
}

.first__timer-column {
    min-width: 55px;
}

.first__timer-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 4px;
}

.first__timer-item-title {
    position: relative;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.03em;
}

.first__timer-item-text {
    font-size: 12px;
    line-height: 14px;
}

@media only screen and (max-width: 1919px){
    .first {
        padding: 160px 0 100px;
    }

    .first__description {
        margin-top: 22px;
        font-size: 26px;
        line-height: 36px;
    }

    .first__more {
        max-width: 455px;
        margin-top: 26px;
        padding: 28px;
    }

    .first__more-title {
        font-size: 19.5px;
        line-height: 26px;
    }

    .first__more-text {
        margin-top: 23px;
        font-size: 16.25px;
        line-height: 23px;
    }

    .first__more-text img {
        width: 35px;
    }

    .team__list {
        max-width: 472px;
        margin: 13px -7px 0;
    }

    .team__column {
        padding: 0 7px;
    }

    .team__item {
        padding: 7px;
        column-gap: 13px;
    }

    .team__item-img {
        flex: 0 0 77px;
        height: 98px;
    }

    .team__item-main {
        row-gap: 7px;
    }

    .first__item-name {
        min-height: 36px;
        font-size: 15px;
        line-height: 18px;
    }

    .first__item-work {
        min-height: 28px;
        font-size: 11px;
        font-weight: 500;
        line-height: 14px;
    }
}

@media only screen and (max-width: 1023px){
    .first {
        padding: 129px 0 31px;
    }

    .first__description {
        margin-top: 15px;
        font-size: 16px;
        line-height: 22px;
    }

    .first__description span {
        display: block;
    }

    .first__description br {
        display: none;
    }

    .first__more {
        max-width: 230px;
        margin-top: 20px;
        padding: 15px;
    }

    .first__more-title {
        font-size: 16px;
        line-height: 21px;
    }

    .first__more-title span {
        display: block;
    }

    .first__more-title br {
        display: none;
    }

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

    .first__more-text span {
        display: block;
    }

    .first__more-text br {
        display: none;
    }

    .team__list {
        max-width: 244px;
        margin-top: 6px;
        row-gap: 6px;
    }

    .team__column {
        width: 100%;
    }

    .team__item {
        padding: 5px;
        column-gap: 21px;
    }

    .team__item-img {
        flex: 0 0 74px;
        height: 97px;
    }

    .team__item-main {
        row-gap: 10px;
    }

    .first__item-name {
        min-height: 32px;
        font-size: 14px;
        line-height: 17px;
    }

    .first__item-work {
        min-height: auto;
        font-size: 12px;
    }

    .first__btn {
        display: flex;
        max-width: 230px;
        margin: 20px 0;
    }

    .first__btn .btn {
        height: 68px;
        font-size: 12px;
    }

    .first__btn .btn svg {
        width: 9px;
        height: 9px;
    }
}

@media only screen and (max-width: 480px){
    .first {
        background-image: url(../img/bg-mob.jpg);
    }
}

/*     choose     */

.choose {
    padding: 122px 0 0;
}

.choose__subtitle {
    margin: 60px 0 40px;
    font-weight: 700;
    font-size: 36px;
    line-height: 47px;
    letter-spacing: -0.03em;
    font-family: 'Basis Grotesque Pro';
    text-transform: uppercase;
}

.choose__flag {
    position: absolute;
    top: 1548px;
    right: -292px;
    width: 292px;
    padding: 112px 10px 30px 40px;
    color: #fff;
    background-color: #0E19D7;
    z-index: -5;
}

.choose__flag::before {
    position: absolute;
    top: -82px;
    left: -105px;
    content: url(../img/choose-flag.png);
    transform: scale(0.66);
}

.choose__flag-text {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -0.03em;
    font-family: 'Basis Grotesque Pro';
    text-transform: uppercase;
}

.choose__flag-close {
    position: absolute;
    top: 24px;
    right: 16px;
    cursor: pointer;
}

.choose__list {
    display: flex;
    row-gap: 21px;
    flex-direction: column;
    margin-top: 40px;
}

.choose__item {
    display: flex;
    column-gap: 28px;
    align-items: center;
}

.choose__item-img {
    flex: 0 0 95px;
}

.choose__item-text {
    font-size: 22px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -0.03em;
}

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

    .choose__flag {
        top: 1216px;
        right: -236px;
        width: 235px;
        padding: 90px 10px 25px 30px;
    }

    .choose__flag::before {
        top: -94px;
        left: -120px;
        transform: scale(0.53);
    }

    .choose__flag-text {
        font-size: 20px;
    }

    .choose__flag-close {
        top: 18px;
        right: 12px;
    }

    .choose__flag-close svg {
        width: 14px;
    }

    .choose__list {
        row-gap: 16px;
        margin-top: 30px;
    }

    .choose__item {
        column-gap: 22px;
    }

    .choose__item-img {
        flex: 0 0 78px;
    }

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

    .choose__subtitle {
        margin: 48px 0 30px;
        font-size: 29.25px;
        line-height: 42px;
    }
}

@media only screen and (max-width: 1559px){
    .choose__flag {
        top: 1216px;
        left: -1px;
        right: -1px;
        width: auto;
        padding: 30px 20px 30px 215px;
        z-index: 10;
    }

    .choose__flag::before {
        top: -104px;
        left: -103px;
    }
}

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

    .choose__subtitle {
        max-width: 180px;
        margin: 28px 0 30px;
        font-size: 22px;
        line-height: 28px;
    }

    .choose__flag {
        top: 1526px;
        right: -305px;
        padding: 25px 20px 25px 235px;
        overflow: hidden;
    }

    .choose__flag::before {
        top: -73px;
        left: -57px;
        transform: scale(0.45);
    }

    .choose__flag-close {
        top: 14px;
        right: 20px;
    }

    .choose__flag-close svg {
        width: 12px;
    }

    .choose__list {
        row-gap: 19px;
        margin-top: 30px;
    }

    .choose__list.last {
        row-gap: 26px;
    }

    .choose__item {
        column-gap: 13px;
    }

    .choose__item-img {
        flex: 0 0 52px;
    }
    
    .choose__item-text {
        font-size: 14px;
        line-height: 20px;
    }

    .choose__item-text span {
        display: block;
    }

    .choose__item-text br {
        display: none;
    }

    .choose__list.last .choose__item-text br {
        display: block;
    }
}

@media only screen and (max-width: 375px){
    .choose__flag {
        right: -297px;
    }
}

@media only screen and (max-width: 360px){
    .choose__flag {
        right: -290px;
    }
}

/*     receive     */

.receive {
    padding: 120px 0 0;
    z-index: 3;
}

.receive__list {
    display: flex;
    row-gap: 20px;
    flex-direction: column;
    max-width: 636px;
    margin-top: 60px;
}

.receive__item {
    position: relative;
    padding: 34px 46px 46px;
    background: #F7F7F7;
}

.receive__item:first-child {
    padding-top: 46px;
}

.receive__item.last {
    min-height: 350px;
    padding-top: 46px;
}

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

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

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

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

.receive__item.last {
    color: #fff;
    background: #0E19D7;
}

.receive__item.last:before,
.receive__item.last:after {
    display: none;
}

.receive__item-number {
    margin-bottom: 22px;
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: -0.03em;
    font-family: 'Basis Grotesque Pro';
    text-transform: uppercase;
    color: #0E19D7;
}

.receive__item-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 47px;
    letter-spacing: -0.03em;
    font-family: 'Basis Grotesque Pro';
    text-transform: uppercase;
}

.receive__item-text {
    display: flex;
    column-gap: 15px;
    align-items: center;
    margin-top: 26px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.02em;
}

.receive__item:nth-child(1) .receive__item-text,
.receive__item:nth-child(2) .receive__item-text {
    margin-top: 12px;
}

.receive__item.last .receive__item-text {
    margin-top: 30px;
}

.receive__item-media {
    display: flex;
    column-gap: 15px;
    margin-top: 20px;
}

.receive__item-media img {
    width: 61px;
}

.receive__item-btn {
    margin-top: 30px;
}

.receive__item-img {
    position: absolute;
    right: -92px;
    bottom: 0;
    width: 226px;
}

.receive__item-img-large {
    position: absolute;
    right: -92px;
    bottom: 0;
    width: 226px;
    height: 457px;
    overflow: hidden;
}

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

    .receive__list {
        row-gap: 18px;
        max-width: 516px;
        margin-top: 46px;
    }

    .receive__item {
        padding: 28px 38px 36px;
    }

    .receive__item:first-child {
        padding-top: 39px;
    }

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

    .receive__item-number {
        margin-bottom: 18px;
        font-size: 20px;
        line-height: 26px;
    }

    .receive__item-title {
        font-size: 29px;
        line-height: 38px;
    }

    .receive__item-text {
        margin-top: 18px;
        column-gap: 12px;
        font-size: 16px;
        line-height: 24px;
    }

    .receive__item:nth-child(1) .receive__item-text,
    .receive__item:nth-child(2) .receive__item-text {
        margin-top: 8px;
    }

    .receive__item-text svg {
        width: 20px;
        height: 20px;
    }

    .receive__item-media {
        column-gap: 11px;
        margin-top: 15px;
    }

    .receive__item-media img {
        width: 50px;
    }

    .receive__item.last {
        min-height: 285px;
        padding-top: 38px;
    }

    .receive__item.last .receive__item-text {
        margin-top: 25px;
        line-height: 23px;
    }

    .receive__item-btn {
        margin-top: 25px;
    }

    .receive__item-img {
        right: -77px;
        width: 185px;
        height: 375px;
    }

    .receive__item-img-large {
        height: 373px;
        width: 186px;
        right: -77px;
    }
}

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

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

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

    .receive__item:before, .receive__item:after {
        width: 8px;
        height: 8px;
    }

    .receive__list {
        row-gap: 8px;
        margin-top: 34px;
    }

    .receive__item {
        padding: 18px 19px 22px;
    }

    .receive__item:first-child {
        padding-top: 19px;
    }

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

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

    .receive__item.last {
        min-height: 178px;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .receive__item-number {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 16px;
    }

    .receive__item-title {
        font-size: 16px;
        line-height: 21px;
    }

    .receive__item-title span {
        display: block;
    }

    .receive__item-title br {
        display: block;
    }

    .receive__item-text {
        margin-top: 10px;
        font-size: 12px;
        line-height: 17px;
    }

    .receive__item:nth-child(1) .receive__item-text,
    .receive__item:nth-child(2) .receive__item-text {
        margin-top: 10px;
        line-height: 17px;
    }

    .receive__item-text svg {
        width: 24px;
        height: 24px;
        flex: 0 0 24px;
    }

    .receive__item-text span {
        display: block;
    }

    .receive__item.last {
        margin-left: -25px;
        padding-left: 46px;
    }

    .receive__item.last .receive__item-text {
        margin-top: 11px;
        line-height: 17px;
    }

    .receive__item.last .receive__item-text {
        max-width: 215px;
    }

    .receive__item.last .receive__item-text br {
        display: none;
    }

    .receive__item-media {
        margin-top: 11px;
        column-gap: 5px;
    }

    .receive__item-media img {
        width: 25px;
    }

    .receive__item-btn {
        margin-top: 20px;
        margin-left: -32px;
    }

    .receive__item-btn .btn {
        font-size: 12px;
        line-height: 17px;
    }

    .receive__item-btn .btn svg {
        width: 9px;
        height: 9px;
    }

    .receive__item-img {
        left: -63px;
        right: auto;
        width: 134px;
        height: 190px;
        overflow: hidden;
    }

    .receive__item-img-large {
        left: -63px;
        right: auto;
        width: 134px;
        height: 280px;
    }
}

/*     custom-checkbox     */

.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;
}

@media only screen and (max-width: 1919px){
    
    .custom-checkbox {
        font-size: 16px;
    }

}

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

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

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


/*     reviews     */

.reviews {
    margin-top: -261px;
    padding: 383px 0 85px;
    color: #fff;
    background-color: #000;
    background-image: url(../img/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}

.reviews__slider {
    width: 1285px;
    margin: 70px 0 0 -648px;
}

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

.owl-reviews .owl-nav {
    position: absolute !important;
    width: auto !important;
    display: flex !important;
    left: auto !important;
    right: 0 !important;
    bottom: 3px !important;
}

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

.owl-reviews .owl-nav button:hover {
    z-index: 2;
}

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

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

.owl-reviews .owl-nav button.owl-next {
    margin-left: -10px !important;
    background-image: url(../img/icon-arrrow-right.svg) !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 {
        margin-top: -212px;
        padding: 311px 0 70px;
    }


    .reviews__slider {
        width: 1048px;
        margin: 56px 0 0 -532px;
    }

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

    .owl-reviews .owl-nav button {
        width: 54px !important;
        height: 54px !important;
    }

    .reviews__item-name {
        top: 20px;
        left: 26px;
        font-size: 29px;
        line-height: 36px;
    }

    .reviews__item:after {
        width: 76px;
        height: 76px;
        background-size: 76px;
    }
}

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

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

@media only screen and (max-width: 1023px){
    .reviews {
        margin-top: -83px;
        padding: 144px 0 29px;
    }

    .reviews__slider {
        width: 258px;
        margin: 30px auto 0;
    }

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

    .owl-reviews .owl-nav {
        bottom: 0!important;
    }

    .owl-reviews .owl-nav button {
        width: 58px !important;
        height: 58px !important;
    }

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

    .owl-reviews .owl-nav button.owl-next {
        margin-left: 10px!important;
    }

    .reviews__item:after {
        width: 58px;
        height: 58px;
        background-size: 58px;
    }

    .reviews__item-name {
        top: 15px;
        left: 17px;
        font-size: 22px;
        line-height: 27px;
    }
}

@media only screen and (max-width: 480px){
    .reviews {
        background-image: url(../img/bg-mob.jpg);
    }
}

/*     why     */

.why {
    padding: 122px 0 0;
    z-index: 2;
}

.why__list {
    display: flex;
    row-gap: 20px;
    flex-direction: column;
    max-width: 636px;
    margin-top: 58px;
}

.why__item {
    position: relative;
    padding: 42px 46px;
    background: #F7F7F7;
}

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

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

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

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

.why__item-text {
    margin-top: 60px;
    font-size: 36px;
    font-weight: 700;
    line-height: 47px;
    letter-spacing: -0.03em;
    font-family: 'Basis Grotesque Pro';
    text-transform: uppercase;
}

.why__item-text img {
    display: inline;
    width: 69px;
    margin-left: 15px;
}

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

    .why__list {
        max-width: 516px;
        margin-top: 48px;
    }

    .why__item {
        padding: 24px 38px 32px;
    
    }

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

    .why__item-icon {
        position: relative;
        left: -10px;
    }

    .why__item-icon svg {
        transform: scale(0.8);
    }

    .why__item-text {
        margin-top: 43px;
        font-size: 30px;
        line-height: 38px;
        letter-spacing: -0.05em;
    }

    .why__item-text img {
        width: 56px;
        margin-left: 10px;
    }
}

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

}

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

}

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

    .why__list {
        row-gap: 10px;
        margin-top: 29px;
    }

    .why__item {
        padding: 14px 18px 18px;
    }

    .why__item:before,
    .why__item:after {
        width: 8px;
        height: 8px;
    }

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

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

    .why__item-icon {
        top: 5px;
        left: 0;
    }

    .why__item-icon svg {
        transform: none;
        width: 34px;
        height: 34px;
    }

    .why__item-text {
        margin-top: 48px;
        font-size: 16px;
        line-height: 21px;
    }

    .why__item-text span  {
        display: block;
    }

    .why__item-text br {
        display: none;
    }

    .why__item-text img {
        display: none;
    }
}

/*     company     */

.company {
    position: relative;
    margin-top: -182px;
    padding: 300px 0 122px;
    color: #fff;
    background-color: #000;
    background-image: url(../img/bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.company::before {
    position: absolute;
    content: '';
    inset: 0;
    background: linear-gradient(180deg, rgba(12, 19, 24, 0.5) 0%, rgba(12, 19, 24, 0) 100%);
    z-index: 1;
}

.company__head {
    max-width: 1284px;
    margin: 0 auto;
}

.company__block {
    display: flex;
    row-gap: 30px;
    flex-direction: column;
    margin-top: 40px;
    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: 30px;
    margin-right: 30px!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 {
        margin-top: -145px;
        padding: 245px 0 100px;
    }

    .company__block {
        row-gap: 25px;
        margin-top: 32px;
    }

    .company__line {
        height: 150px;
    }

    .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: 1023px){
    .company {
        margin-top: -95px;
        padding: 155px 0 62px;
    }

    .company__block {
        row-gap: 11px;
        margin-top: 30px;
    }

    .company__line {
        height: 105px;
    }

    .js-marquee {
        column-gap: 26px;
        margin-right: 26px!important;
    }

    .company__item {
        width: 187px;
        height: 105px;
        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: 16px;
    }

    .company__item img {
        transform: scale(0.6);
    }

    .company__item.img-1 img {
        margin: 0 -10px -2px 0;
    }

    .company__item.img-8 img {
        width: 260px;
    }
}

@media only screen and (max-width: 480px){
    .company {
        background-image: url(../img/bg-mob.jpg);
    }
}

/*     application     */

.application {
    padding: 122px 0 0;
    z-index: 2;
}

.application__flag {
    display: none;
}

.application__subtitle {
    display: flex;
    column-gap: 30px;
    align-items: center;
    margin-top: 25px;
}

.application__subtitle {
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.05em;
}

.application__text {
    margin-top: 24px;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: -0.05em;
}

.application__label {
    margin-top: 30px;
    padding-left: 10px;
    font-size: 24px;
    line-height: 34px;
    opacity: 0.5;
}

.application__form {
    position: relative;
    display: flex;
    row-gap: 45px;
    flex-direction: column;
    max-width: 636px;
    margin: 61px 0 0;
    padding: 45px;
    color: #000000;
    background: #F7F7F7;
}

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

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

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

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

.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: 22px 0 18px;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    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: 2px;
}

.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 40px 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__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: 98px;
    }

    .application__subtitle {
        margin-top: 16px;
        column-gap: 25px;
        font-size: 26px;
        line-height: 37px;
    }

    .application__subtitle svg {
        flex: 0 0 64px;
    }

    .application__text {
        margin-top: 15px;
        font-size: 26px;
    }

    .application__label {
        margin-top: 24px;
        padding-left: 7px;
        font-size: 19.5px;
        line-height: 30px;
    }

    .application__form  {
        max-width: 516px;
        margin-top: 50px;
        padding: 35px;
        row-gap: 36px;
    }

    .application__form-label {
        margin-bottom: 18px;
        font-size: 18px;
        line-height: 29px;
    }

    .application__form-input input {
        padding: 13px 0 15px;
        font-size: 16px;
        line-height: 24px;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 16px !important;
        line-height: 24px !important;
        padding: 13px 40px 15px 0 !important;
    }

    .select2-results__option {
        font-size: 16px !important;
        line-height: 20px !important;
        padding: 13px 15px!important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 16px!important;
        right: 6px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        background-size: 12px!important;
    }

    .application__form-btn .btn {
        height: 74px!important;
    }
}

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

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

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

    .application__title {
        position: relative;
    }

    .application__flag {
        display: block;
        position: absolute;
        top: -157px;
        right: -20px;
        width: 300px;
        pointer-events: none;
    }

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

    .application__subtitle svg {
        flex: 0 0 37px;
        height: 37px;
    }

    .application__text {
        margin-top: 16px;
        font-size: 14px;
        line-height: 20px;
    }

    .application__label {
        margin-top: 10px;
        padding-left: 0;
        font-size: 12px;
        line-height: 17px;
    }

    .application__form {
        margin-top: 30px;
        padding: 20px 19px 33px;
        row-gap: 21px;
    }
    
    .application__form:before,
    .application__form:after {
        width: 8px;
        height: 8px;
    }

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

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

    
    .application__form-label {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 20px;
    }

    .application__form-input input {
        padding: 10px 0;
        font-size: 12px;
        line-height: 17px;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 12px !important;
        line-height: 17px !important;
        padding: 10px 30px 10px 0 !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 11px !important;
        right: 4px !important;
    }

    .select2-results__option {
        font-size: 12px !important;
        line-height: 17px !important;
        padding: 10px 10px !important;
    }

    .application__form-btn .btn {
        height: 66px !important;
        font-size: 12px!important;
        line-height: 17px!important;
    }

    .application__form-btn .btn strong {
        display: none;
    }

}

/*     footer     */

.footer {
    padding: 82px 0 73px;
    background-color: #FFFFFF;
}

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

.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;
    width: 100%;
}

.footer__column {
    display: flex;
    row-gap: 40px;
    flex-direction: column;
}

.footer__column:first-child {
    width: 43%;
}

.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__contacts a span {
    white-space: nowrap;
}

.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 .container {
        max-width: 1338px;
    }

    .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;
    }
        
}

/*     thanks     */

.thanks {
    min-height: calc(100vh - 125px);
    padding: 226px 0 395px;
    color: #fff;
    background-color: #000;
    background-image: url(../img/thank.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

.thanks__description {
    margin-top: 25px; 
    font-size: 22px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -0.05em;
    
}

.thanks__description span {
    padding: 0 4px;
    color: #fff;
    background: #0E19D7;
}

.thanks__text {
    font-size: 22px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: -0.03em;
    font-family: 'Basis Grotesque Pro';
    text-transform: uppercase;
}

.thanks__btns {
    display: flex;
    row-gap: 20px;
    flex-direction: column;
    margin-top: 36px;
}

.thanks__btns .btn {
    width: 363px;
}

@media only screen and (max-width: 1919px) {
    .thanks {
        min-height: calc(100vh - 100px);
        padding: 180px 0 320px;
    }

    .thanks__description {
        margin-top: 18px;
        font-size: 18px;
        line-height: 26px;
    }

    .thanks__description span {
        padding: 0 3px;
    }

    .thanks__text {
        font-size: 18px;
        line-height: 23px;
    }

    .thanks__btns {
        row-gap: 13px;
        margin-top: 30px;
    }

    .thanks__btns .btn {
        width: 295px;
        height: 72px;
    }
}

@media only screen and (min-width: 1240px) {
    .header__logo {
        position: relative;
    }
}

@media only screen and (max-width: 1023px) {
    .thanks {
        padding: 126px 0 35px;
        background-image: url(../img/thank-mob.jpg);
        background-position: top 58px center;
        background-size: 1230px;
    }

    .thanks:after {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        bottom: 0;
        height: 260px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
        z-index: 2;
    }

    .thanks__block {
        row-gap: 282px;
        flex-direction: column;
    }

    .thanks__title {
        text-align: center;
    }

    .thanks__description {
        margin-top: 14px;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
    }

    .thanks__text {
        font-size: 16px;
        line-height: 21px;
        text-align: center;
    }

    .thanks__btns {
        margin-top: 16px;
    }

    .thanks__btns .btn {
        width: 325px;
        height: 68px;
        font-size: 14px;
    }
}

/*     footerThank     */

.footerThank {
    padding: 30px 0;
    color: #fff;
    background: #000000;
}

.footerThank__list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 140px;
    justify-content: center;
}

.footerThank__list.mob {
    display: none;
}

.footerThank__column {
    display: flex;
    row-gap: 17px;
    flex-direction: column;
}

.footerThank a {
    display: flex;
    column-gap: 10px;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
}

@media only screen and (max-width: 1919px) {
    .footerThank {
        padding: 24px 0;
    }

    .footerThank__list {
        column-gap: 113px;
    }

    .footerThank__column {
        row-gap: 12px;
    }

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

    .footerThank a svg {
        transform: scale(0.8);
    }
}

@media only screen and (max-width: 1023px) {
    .footerThank {
        padding: 7px 0 52px;
    }
    
    .footerThank__list {
        column-gap: 0;
    }

    .footerThank__list.pc {
        display: none;
    }

    .footerThank__list.mob {
        display: flex;
        flex-wrap: wrap;
        column-gap: 42px;
    }

    .footerThank__column {
        row-gap: 18px;
    }

    
}