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

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

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

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

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

body{
    font-family: 'Inter Tight';
    color: #fff;
    background: #333;
}

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

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

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

p{
    margin: 0 0 33px;
}

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

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

/*     main     */

.noscroll {
    overflow: hidden;
}

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

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

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

    p {
        margin-bottom: 24px;
    }
}

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

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

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

    p {
        margin-bottom: 13px;
    }
}

/*     btn     */

.btn {
    display: inline-block;
    cursor: pointer;
    border: 0;
    -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_main {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 79px;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.02em;
    border: 1px solid #00249C;
    border-radius: 16px;
}

.btn_blue {
    color: #fff;
    background-color: #00249C;
}

.btn_blue:hover {
    background-color: #011f80;
    border-color: #011f80;
}

.btn_blue_border {
    color: #00249C;
    background-color: #fff;
}

.btn_blue_border:hover {
    color: #fff;
    background-color: #00249C;
}

.btn_white {
    color: #00249C;
    background-color: #FFFFFF;
    border-radius: 8px;
}

.btn_full {
    width: 100%;
}

@media only screen and (max-width: 1767px){
    .btn_main {
        height: 62px;
        font-size: 19px;
    }
}

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

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

@media only screen and (max-width: 1023px){
    .btn_main {
        height: 48px;
        font-size: 16px;
        border-radius: 8px;
    }
}

/*     first     */

.first {
    min-height: 100vh;
    padding: 75px 0 48px;
    background-image: url(../img/bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.first__content {
    position: relative;
}

.first__title {
    font-weight: 600;
    font-size: 80px;
    line-height: 88px;
}

.first__content {
    max-width: 40.8%;
    padding-top: 20px;
}

.first__list {
    display: flex;
    row-gap: 12px;
    flex-wrap: wrap;
    margin: 36px -6px 0;
}

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

.first__item {
    display: flex;
    row-gap: 12px;
    justify-content: center;
    flex-direction: column;
    min-height: 148px;
    padding: 16px 5px 16px 20px;
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(48px);
    backdrop-filter: blur(48px);
    border-radius: 12px;
}

.first__item-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.01em;
}

.first__item-more {    
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.first__item_white {
    row-gap: 16px;
    color: #1E1E1E;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 1);
    letter-spacing: -0.01em;
}

.first__item-more {
    color: rgba(30, 30, 30, 0.7);
}

.first__slider {
    position: absolute;
    top: 0;
    right: 20px;
    width: 48%;
}

.first__slider-item {
    position: relative;
    display: block;
    height: 478px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}

.first__slider-item:before {
    position: absolute;
    content: '';
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    transform: scale(1);
    background-color: #fff;
    box-shadow: 0px 0px 30.4px 6.98px rgba(0, 0, 0, 0.25);
    background-image: url(../img/icon-play.svg);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.first__slider-item:hover:before {
    transform: scale(1.1);
}

.owl-first .owl-nav {
    position: absolute;
    right: 68px;
    bottom: 20px;
    display: flex!important;
    column-gap: 8px;
}

.owl-first .owl-nav button {
    display: flex!important;
    width: 56px!important;
    height: 56px!important;
    background: none!important;
    background-color: #00249C!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    border-radius: 50%!important;
}

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

.owl-first .owl-nav button.disabled {
pointer-events: none;
    background: rgba(255, 255, 255, 0.15)!important;
}

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

.owl-first .owl-nav .owl-prev.disabled {
    background-image: url(../img/icon-arrow-left-disabled.svg)!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}

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

.owl-first .owl-nav .owl-next.disabled {
    background-image: url(../img/icon-arrow-right-disabled.svg)!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}

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

.first__slider-label {
    margin: 0 32px;
    padding: 31px 36px;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.01em;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0 0 20px 20px;
    -webkit-backdrop-filter: blur(48px);
    backdrop-filter: blur(48px);
}

.first__form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 90px;
    padding: 20px 48px 40px;
    color: #141414;
    background-color: #fff;
    border-radius: 20px;
}

.first__form-content {
    white-space: nowrap;
}

.first__form-content p {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.01em;
}

.first__form-content ul {
    display: flex;
    row-gap: 8px;
    flex-direction: column;
    opacity: 0.7;
}

.first__form-content li {
    position: relative;
    padding-left: 36px;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
}

.first__form-content li::before {
    position: absolute;
    content: '';
    top: 12px;
    left: 14px;
    width: 8px;
    height: 8px;
    background-color: #141414;
    border-radius: 50%;
}

.first__btns {
    display: flex;
    row-gap: 16px;
    flex-direction: column;
    width: 510px;
    margin-bottom: -20px;
}

@media only screen and (max-width: 1759px){
    .first {
        padding: 58px 0 38px;
    }

    .first__form {
        padding: 14px 38px 32px;
    }

    .first__form-content {
        max-width: 41%;
        padding-top: 16px;
    }
    
    .first__form-content p {
        font-size: 19px;
        line-height: 23px;
    }

    .first__form-content ul {
        row-gap: 6px;
    }

    .first__form-content li {
        padding-left: 28px;
        font-size: 19px;
        line-height: 23px;
        letter-spacing: -0.002em;
    }

    .first__form-content li::before {
        top: 12px;
        left: 12px;
        width: 5px;
        height: 5px;
    }

    .first__title {
        font-size: 63px;
        line-height: 69px;
    }

    .first__list {
        display: flex;
        row-gap: 10px;
        flex-wrap: wrap;
        margin: 30px -5px 0;
    }

    .first__column {
        padding: 0 5px;
    }

    .first__item {
        row-gap: 8px;
        min-height: 134px;
        padding: 12px 5px 12px 15px;
    }

    .first__column:nth-child(3) .first__item,
    .first__column:nth-child(4) .first__item {
        min-height: 116px;
    }

    .first__item-icon svg {
        width: 44px;
        height: 44px;
    }

    .first__item-text {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.02em;
    }

    .first__item-more {
        margin-top: 8px;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: -0.01em;
    }

    .owl-first .owl-nav {
        right: 55px;
        bottom: 16px;
        column-gap: 6px;
    }

    .first__slider .owl-first .owl-nav button {
        width: 44px !important;
        height: 44px !important;
        background-size: 20px!important;
    }

    .first__slider-item {
        height: 376px;
    }

    .first__slider-item:before {
        top: calc(50% - 40px);
        left: calc(50% - 40px);
        width: 80px;
        height: 80px;
    }

    .first__slider-label {
        margin: 0 26px;
        padding: 25px 30px;
        font-weight: 700;
        font-size: 22px;
        line-height: 26px;
    }

    .first__form {
        margin-top: 72px;
    }

    .first__btns {
        row-gap: 15px;
        width: 402px;
        margin-bottom: -16px;
    }
}

@media only screen and (max-width: 1439px){
    .first__content {
        max-width: 50%;
        padding-top: 0;
    }

   .first__title {
        font-size: 54px;
        line-height: 60px;
    }

    .first__slider {
        width: 46%;
    }

    .first__slider-item {
        height: 336px;
    }

    .first__slider-label {
        margin: 0 16px;
        padding: 25px;
        font-size: 18px;
    }

    .owl-first .owl-nav {
        right: 40px;
    }

    .first__form-content li {
        font-size: 18px;
        line-height: 22px;
    }
}

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

    .first__item,
    .first__column:nth-child(3) .first__item,
    .first__column:nth-child(4) .first__item {
        min-height: initial;
    }

    .first__item_standart {
        column-gap: 10px;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .first__slider {
        padding-top: 36px;
    }

    .first__slider-label span {
        display: block;
    }

    .first__item-text br,
    .first__item-more br {
        display: none;
    }

    .first__form-content {
        max-width: 50%;
        white-space: initial;
    }

    .first__form-content li br {
        display: none;
    }
}

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

    .first__content {
        max-width: 100%;
    }

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

    .first__list {
        margin-top: 20px;
    }

    .first__item {
        padding: 9px 5px 9px 12px;
    }

    .first__item-icon svg {
        width: 48px;
        height: 48px;
    }

    .first__item-text br {
        display: block;
    }

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

    .first__item_white {
        padding: 13px 15px;
    }

    .first__item_white .first__item-text {
        font-size: 16px;
        line-height: 19px;
    }

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

    .first__form {
        margin-top: 24px;
        padding: 15px 18px 16px;
        row-gap: 23px;
        flex-direction: column;
        border-radius: 16px;
    }

    .first__form-content {
        max-width: initial;
        padding-top: 0;
    }

    .first__form-content p {
        font-size: 16px;
        line-height: 19px;
    }

    .first__form-content p br {
        display: none;
    }

    .first__form-content ul {
        row-gap: 4px;
    }

    .first__form-content li {
        padding-left: 20px;
        font-size: 14px;
        line-height: 17px;
    }

    .first__form-content li::before {
        top: 8px;
        left: 8px;
    }

    .first__slider {
        position: relative;
        top: initial;
        right: initial;
        width: 100%;
    }

    .first__btns {
        width: 100%;
        row-gap: 5px;
        margin-bottom: 0;
    }

    .first__slider-item {
        height: 200px;
        border-radius: 12px;
    }

    .first__slider-item:before {
        top: calc(50% - 32px);
        left: calc(50% - 32px);
        width: 64px;
        height: 64px;
        background-size: 12px;
    }

    .first__slider-label {
        margin: 0 12px;
        padding: 12px 12px;
        font-size: 14px;
        line-height: 17px;
        border-radius: 0 0 8px 8px;
    }

    .first__slider .owl-first .owl-nav button {
        width: 36px!important;
        height: 36px!important;
        background-size: 17px !important;
    }

    .owl-first .owl-nav {
        right: 23px;
        bottom: 11px;
        column-gap: 4px;
    }
}

/*     thanks     */

.thanks {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.thanks .first__title {
    text-align: center;
}

.thanks .first__text {
    margin-top: 40px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
}

.first__btn {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
}


.first__btn .btn {
    width: 250px;
}

@media only screen and (max-width: 1759px) {
    .thanks .first__text {
        font-size: 19px;
        line-height: 23px;
    }
}

@media only screen and (max-width: 1023px) {
    .thanks .first__text {
        font-size: 16px;
        line-height: 19px;
    }

    .thanks .first__title span,
    .thanks .first__text span {
        display: block;
    }
}






/* popup */

.overlay {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 999999;
}

.popup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
    position: relative;
    overflow-y: scroll;
    z-index: 100;
}

.popup-order .block {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 640px;
    padding: 60px 60px 45px;
    color: #FFFFFF;
    transform: translate(-50%, -50%);
    background-color: #0338FF;
    border-radius: 30px;
    overflow: hidden;
}

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

.popup-close {
    opacity: 0.5;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.popup-close:hover {
    opacity: 1;
}

.popup-close svg {
    width: 26px;
    height: 26px;
}

.popup-order__title {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}

@media only screen and (max-width: 1439px){
    .popup-close {
        top: 20px;
        right: 20px;
    }

    .popup-close svg {
        width: 22px;
        height: 22px;
    }

    .popup-order .block {
        max-width: 370px;
        padding: 60px 20px 20px;
        border-radius: 20px;
    }

    .popup-order__title {
        font-size: 18px;
        line-height: 24px;
    }

    .popup-order__title span {
        display: block;
    }

    .popup-order__title br {
        display: none;
    }
}