@import url("assets/fonts/font.b35d98378634.css");

*, html, body {
    margin: 0;
    font-family: 'Baton Turbo', Arial, sans-serif;
}

body {
    background: #000000;
    justify-content: center;
    display: flex;
}

.container-fluid {
    height: 100%;
    padding: 0 32px;
    max-width: 1440px;
}

.light-block {
    background: #FFFFFF;
    border-radius: 16px;
    width: 100%;
    display: flex;
    flex-direction: row;
    max-height: 850px;
    min-height: 80vh;
}

.black-block {
    background: inherit;
    width: 100%;
    display: flex;
    flex-direction: row;
    max-height: 850px;
    min-height: 80vh;
}

.row-block {
    background: inherit;
    display: flex;
    flex-direction: row;
    margin: 64px;
    align-items: center;
    justify-content: space-between;
}

.row-block > div {
    display: inline-flex;
    margin: 0;
}

.row-block > div:first-child {
    margin-right: 46px;
}

.row-block > div:nth-child(2) {
    margin-right: 36px;
}

.info-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 64px;
    font-size: 16px;
    line-height: 24px;
}

.header-block {
    height: 580px;
    margin-top: 16px;
}

.header-line {
    display: flex;
    flex-direction: row;
    position: relative;
    top: -536px;
    margin: 0 64px;
    justify-content: space-between;
    align-items: flex-start;
}

#header-video {
    max-width: 1376px;
    width: 100%;
    position: relative;
    z-index: -1;
    height: 580px;
    object-fit: cover;
    border-radius: 16px;
    background: radial-gradient(49.64% 112.07% at 64.5% 0%, #D5D4D9 0%, #BCBAC5 100%);
}

.subtitle-block {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #919191;
    margin-bottom: 60px;
    height: auto;
}

.title-block {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -0.02em;
    color: #141414;
    margin-bottom: 24px;
    height: auto;
}

.text-block {
    font-size: 16px;
    line-height: 24px;
    color: #8B8A8F;
    height: auto;
}

.text-block [open] summary,
.text-block details > summary::marker,
.text-block details > summary::-webkit-details-marker,
.img-mini,
.img-mobile,
.partner-line #form-block-second {
    display: none !important;
}

.text-block details > summary {
    list-style: none;
}

.text-block summary {
    display: block;
}

.text-block summary {
    width: 286px;
    background: inherit;
    border: 2px solid #E4E2EB;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 24px;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #141414;
    margin-top: 48px;
}

.text-block summary:hover {
    color: #696E70;
}

.light-text summary {
    color: #64DEB9;
}

.light-text summary:hover {
    color: #3C856F;
}

.btn-black {
    width: 286px;
    background: inherit;
    border: 2px solid #E4E2EB;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 24px;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #141414;
    margin: 0;
}

.btn-black:hover {
    color: #696E70;
}

input.input-field:-webkit-autofill,
input.input-field:-webkit-autofill:hover,
input.input-field:-webkit-autofill:focus,
input.input-field:-webkit-autofill:focus-within,
input.input-field:-webkit-autofill:focus-visible,
input.input-field:-webkit-autofill {
    border: 0;
    caret-color: #909090;
    -webkit-text-fill-color: #909090;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,174,255,0.04) 50%,rgba(255,255,255,0) 51%,rgba(0,174,255,0.03) 100%);
    outline: none !important;
    box-shadow: none !important;
}

.input-field {
    width: 400px;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #909090;
    border: 2px solid #E4E2EB !important;
    box-sizing: border-box;
    border-radius: 8px 8px 0px 0px;
    height: 75px;
    background: inherit;
    margin-top: 48px;
    padding: 0 24px;
    box-shadow: none;
}

input.input-field:focus,
input.input-field:focus-within,
input.input-field:focus-visible {
    outline-color: inherit !important;
    outline-width: 0 !important;
    outline-style: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.btn-light-form {
    width: 400px;
    background: #E4E2EB;
    border: 2px solid #E4E2EB;
    border-radius: 0px 0px 8px 8px;
    color: #050E11;
    margin: 0;
    box-sizing: border-box;
    padding: 24px;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.btn-light-form:hover {
    color: #696E70;
}

.btn-light-form:disabled {
    opacity: 0.9;
}

.btn-light-form:disabled:hover {
    color: #050E11;
    cursor: default;
}

.btn-light {
    width: 286px;
    background: #E4E2EB;
    border: 2px solid #E4E2EB;
    border-radius: 8px;
    color: #050E11;
    margin: 0;
    box-sizing: border-box;
    padding: 24px;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.btn-light:hover {
    color: #696E70;
}

.btn-black:focus:not(:focus-visible),
.btn-light:focus:not(:focus-visible),
.btn-light-form:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}

.message-form {
    margin-top: 8px;
    margin-left: 24px;
    font-size: 13px;
    line-height: 18px;
    display: flex;
    align-items: center;
}

.error-form {
    color: #DB3939;
}

.success-form {
    color: #3C856F;
}

.light-text .btn-black {
    color: #64DEB9;
}

.light-text .btn-black:hover {
    color: #3C856F;
}

.img-arrow {
    height: 20px;
    width: 20px;
    display: inline-flex;
}

.img-black {
    color: #141414;
}

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

.img-container {
    width: 50%;
    display: inline-flex;
}

.img-container img {
    width: 100%;
}

.img-right-rounded {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.light-block-partner {
    max-height: 760px;
}

.light-block-partner .col-6:last-child .info-content {
    margin-left: 32px;
}

.partner-line:not(:first-child) {
    margin-top: 30px;
}

.partner-line:not(:last-child) {
    border-bottom: 1px solid #E4E2EB;
    padding-bottom: 35px;
}

.partner-title {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #141414;
}

.light-title {
    color: #EFEDF7;
}

.light-img {
    filter: invert(100%) sepia(19%) saturate(1960%) hue-rotate(182deg) brightness(100%) contrast(93%);
}

.light-text {
    color: #E4E2EB;
}

.footer-block {
    background: #171717;
    border-radius: 16px 16px 0px 0px;
    padding: 38px 64px 28px 64px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
}

.row {
    margin: 0;
}

.col-6 {
    padding: 0;
}

.text-white-40,
.text-white-40 a {
    color: rgba(255, 255, 255, 0.4);
    font-size: 13px;
    line-height: 18px;
    align-items: center;
    text-decoration: none;
}

.text-white-40 a:hover {
    color: #FFFFFF;
}

.contact-list {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.contact-title {
    padding-bottom: 7px;
    border-bottom: 1px solid #333333;
    margin-bottom: 10px;
}

a.link {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
}

a.link:hover {
    color: #999999;
}

a.link-invert {
    color: #999999;
}

a.link-invert:hover {
    color: #FFFFFF;
}

a.link.link-green {
    color: #64DEB9;
    padding: 0;
}

a.link.link-green:hover {
    color: #3C856F;
}

a.link.link-black {
    color: #000000;
    padding: 0;
}

a.link.link-black:hover {
    color: #666666;
}

.grey-text {
    font-size: 16px;
    line-height: 18px;
    color: #616161;
}

.less-block {
    min-height: 415px;
}

.less-block .col-5 .info-content {
    margin-left: 0;
    margin-right: 0;
}

.less-block .titles-column {
    height: calc(100% - 128px);
    justify-content: space-between;
}

.last-block {
    margin-top: 130px;
    min-height: 540px;
    height: 540px;
}

.img-background {
    z-index: -1;
    position: absolute;
    width: auto;
    max-width: 1440px;
    display: flex;
}

a.btn-link {
    text-decoration: none;
}

.text-block a.btn-link {
    text-decoration: none;
    margin-top: 48px;
    display: inline-flex;
}

.hidden {
    display: none;
}

@media (max-width: 1000px) {
    .container-fluid {
        word-break: normal;
    }

    .header-block {
        height: 780px;
    }

    #header-video {
        height: 780px;
    }

    .img-arrow {
        height: 26px;
        width: 26px;
    }

    .header-line {
        top: -636px;
    }

    .header-line .link.link-black {
        font-size: 32px;
        line-height: 36px;
    }

    .header-line .img-arrow.img-black {
        height: 32px;
        width: 32px;
    }

    .title-block {
        font-size: 72px;
        line-height: 76px;
    }

    .btn-light,
    .btn-black,
    .text-block summary {
        width: 343px;
        font-size: 20px;
        line-height: 26px;
    }

    .btn-light,
    .text-block summary {
        margin-top: 48px;
    }

    .row-block {
        flex-direction: column;
        margin: 56px 40px;
        align-items: flex-start;
    }

    .row-block > div:not(:last-child) {
        margin: 0 0 24px 0;
    }

    .invert-small {
        flex-direction: column-reverse;
        height: auto;
        max-height: 1400px;
        min-height: auto;
    }

    .invert-small .col-6 {
        width: 100%;
    }

    .invert-small .img-container {
        width: 100%;
        height: 436px;
        justify-content: center;
        border-radius: 16px 16px 0px 0px;
    }

    .light-block.invert-small .img-container {
        background-color: #F2F1F5;
    }

    .invert-small .img-container img {
        width: unset;
    }

    .invert-small .img-right-rounded {
        border-radius: 16px 16px 0px 0px;
    }

    .info-content {
        margin: 40px 80px 64px 80px;
    }

    .light-block-partner,
    .less-block {
        flex-direction: column;
        max-height: 100%;
        height: auto;
    }

    .less-block .col-4,
    .less-block .col-5 {
        width: 100%;
    }

    .less-block .col-4 .info-content {
        margin: 40px 80px 0 80px;
    }

    .less-block .col-5 .info-content {
        margin: 0 80px 64px 80px;
    }

    .light-block-partner > .col-6,
    .last-block > .col-6 {
        width: 100%;
    }

    .light-block-partner #form-block-first,
    .img-large {
        display: none;
    }

    .light-block-partner #form-block-second {
        display: flex !important;
        padding: 0;
    }

    .light-block-partner .col-6:last-child .info-content {
        margin: 16px 80px 64px 80px;
    }

    .img-mini {
        display: flex !important;
        width: 100% !important;
    }

    .img-background {
        margin-left: 25%;
        margin-top: -456px;
    }

    .img-background.img-mini {
        width: unset !important;
        position: relative;
        z-index: -2;
    }

    .last-block {
        margin-top: 70px;
        min-height: 750px;
        height: 750px;
    }

    .subtitle-block {
        font-size: 22px;
    }

    .light-block,
    .text-block,
    .grey-text,
    .info-content,
    .partner-title,
    a.link {
        font-size: 30px;
        line-height: 36px;
    }

    .input-field,
    .btn-light-form,
    .footer-block a.link,
    .contact-list {
        font-size: 20px;
        line-height: 26px;
    }

    .footer-block .text-white-40,
    .footer-block .text-white-40 a {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (min-width: 250px) and (max-width: 850px) {
    .header-block {
        margin: 0;
        border-radius: 0px 0px 16px 16px;
    }

    #header-video {
        border-radius: 0px 0px 16px 16px;
    }

    .img-background {
        margin-top: -356px;
    }

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

    .footer-block {
        padding: 44px 160px;
    }

    .footer-block .img-fluid {
        left: -56px;
        position: relative;
        margin-bottom: 32px;
    }

    .footer-block .row,
    .footer-block .col-6.d-flex {
        flex-direction: column !important;
        display: flex;
    }

    .footer-block .col-6.d-flex .col-6 {
        margin-bottom: 32px;
    }

    .footer-block .col-6 {
        width: 100%;
        padding: 0 !important;
    }

    .footer-block .col-6.text-white-40:first-child {
        margin-bottom: 16px;
    }
}

@media (max-width: 550px) {
    .container-fluid {
        padding: 0;
    }

    .header-line {
        margin: 0 16px;
    }

    .title-block {
        font-size: 48px;
        line-height: 48px;
    }

    .header-line .link.link-black {
        font-size: 24px;
        line-height: 30px;
    }

    .subtitle-block {
        font-size: 20px;
    }

    .light-block,
    .text-block,
    .grey-text,
    .info-content,
    .partner-title,
    a.link {
        font-size: 24px;
        line-height: 30px;
    }

    .input-field,
    .btn-light-form,
    .footer-block a.link,
    .contact-list {
        font-size: 16px;
        line-height: 20px;
    }

    .footer-block .text-white-40,
    .footer-block .text-white-40 a {
        font-size: 14px;
        line-height: 16px;
    }

    .row-block,
    .info-content,
    .less-block .info-content.titles-column {
        margin: 34px 16px;
    }

    .less-block .col-5 .info-content {
        margin: 0 16px 34px 16px;
    }

    .img-large-mobile {
        display: none;
    }

    .img-container img.img-mobile {
        width: 100%;
    }

    .img-mobile {
        display: flex !important;
    }

    .light-block-partner .col-6:last-child .info-content {
        margin: 34px 16px;
    }

    .partner-line.row {
        flex-direction: column;
        padding-bottom: 24px;
    }

    .partner-line.row .partner-title {
        margin-bottom: 8px;
    }

    .partner-line.row .col-6 {
        padding: 0 !important;
        width: 100%;
    }

    .footer-block {
        padding: 44px 76px 32px 76px;
    }

    .footer-block .img-fluid,
    .footer-block .col-6.d-flex .col-6 {
        margin-bottom: 22px;
    }

    button.btn-black,
    button.btn-light,
    a.btn-link,
    #form,
    #form input,
    #form button,
    .row-block.light-text > div:last-child,
    .text-block summary {
        width: 100%;
    }
}