@font-face {
    font-family: 'Adineue pro';
    src: local('Adineue pro Regular'), local('Adineue-pro-Regular'),
    url('./fonts/adineueprocyr_lightweb.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Adineue pro';
    src: local('Adineue pro Bold'), local('Adineue-pro-Bold'),
    url('./fonts/adineueprocyr_boldweb.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Asphaltic';
    src: local('Asphaltic'),
    url('./fonts/asphalticscratchrusbylyajka.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

body {
    margin: 0;
    font-family: 'Adineue pro';
    color: #fff;
    background-image: url(./bg.jpg);
    position: relative;
    background-size: 100%;
}

.form-message.error {
    color: #ff7d7d;
}

.form-message.success {
    color: #89d196;
}

.container {
    max-width: 1200px;
    padding: 0 0;
    margin: auto;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.container-inner {
    padding: 0 50px;
    box-sizing: border-box;
}

.body-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .35;
}

nav.header-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.header-nav-link {
    color: #fff;
    font-size: 22px;
    text-decoration: unset;
    font-weight: 400;
}

.header-inner, .footer-inner {
    padding-top: 72px;
    padding-bottom: 54px;
}

.header-nav-item {
    padding-left: 24px;
    position: relative;
    text-transform: uppercase;
}

.header-nav-link:not(.image) .header-nav-item:before {
    content: ' ';
    position: absolute;
    left: 0;
    background-image: url(./link-lightning-white.svg);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    /* filter: brightness(1); */
}

.header-nav-link:not(.image).active .header-nav-item:before {
    background-image: url(./link-lightning.svg);
}

a.header-nav-link.active .header-nav-item {
    background: url('./gold-texture.jpg');
    background-repeat: repeat-x;
    background-position: 0 0;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header-nav-link:not(.image):hover .header-nav-item:before {
    background-image: url(./link-lightning.svg);
}

a.header-nav-link:hover .header-nav-item {
    background: url('./gold-texture.jpg');
    background-repeat: repeat-x;
    background-position: 0 0;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.top-banner {
    position: relative;
    margin-bottom: 94px;
}

.top-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 2%);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    z-index: 0;
}

.top-banner-inner {
    position: relative;
    padding: 65px 122px;
}

.top-banner-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-banner-slogan-1 {
    font-size: 280px;
    font-weight: 700;
    font-family: 'Asphaltic';
    white-space: nowrap;
    background: url(./silver-texture.jpg);
    background-repeat: repeat-x;
    background-position: top;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 69px;
    text-transform: uppercase;
    line-height: 257px;
}

.top-banner-paragraph {
    font-size: 24px;
}

.top-banner-slogan-2 {
    font-size: 280px;
    font-weight: 700;
    font-family: 'Asphaltic';
    white-space: nowrap;
    background: url(./gold-texture.jpg);
    background-repeat: repeat-x;
    background-position: top;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 69px;
    text-transform: uppercase;
    line-height: 257px;
}

.top-banner-question {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 52px;
    position: relative;
}

.top-banner-question:after {
    content: ' ';
    position: absolute;
    left: 0;
    background-image: url(./lightning-top-banner.svg);
    width: 52px;
    height: 52px;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    background-position: left;
    filter: brightness(1);
}

.top-banner-row.brands-row {
    font-size: 32px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding: 59px 0;
}

.top-banner-row.brands-row b {
    background: url(./gold-texture.jpg);
    background-repeat: repeat-x;
    background-position: top;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.top-banner-footer-hr {
    width: 100%;
    height: 1px;
    background: url(./gold-texture.jpg);
    margin-bottom: 42px;
}

.top-banner-footer-col {
    display: flex;
    width: 33.33333%;
    justify-content: center;
    align-items: center;
}

.top-banner-footer {
    display: flex;
}

.top-banner-footer-col-number {
    font-size: 47px;
    font-weight: 700;
    font-family: 'Adineue pro';
    line-height: 55px;
    margin-right: 8px;
    position: relative;
    top: -2px;
}

.top-banner-footer-col-img {
    padding: 10px 12px;
}

.top-banner-border-top {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 0;
    right: 0;
    /* border: 1px solid #9f7932; */
}

.top-banner-border-top:before {
    position: absolute;
    width: 100%;
    height: 1px;
    content: ' ';
    background: #9f7932;
    top: 0;
    right: 0;
}

.top-banner-border-top:after {
    position: absolute;
    width: 1px;
    height: 100%;
    content: ' ';
    background: #9f7932;
    top: 0;
    right: 0;
}

.top-banner-border-bottom {
    position: absolute;
    width: 90%;
    height: 90%;
    bottom: 0;
    left: 0;
    /* border: 1px solid #9f7932; */
}

.top-banner-border-bottom:before {
    position: absolute;
    width: 1px;
    height: 100%;
    content: ' ';
    background: #9f7932;
    bottom: 0;
    left: 0;
}

.top-banner-border-bottom:after {
    position: absolute;
    width: 100%;
    height: 1px;
    content: ' ';
    background: #9f7932;
    bottom: 0;
    left: 0;
}

.about-us-section {
    text-align: center;
}

.section-title {
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px solid #9f7932;
    display: inline-block;
    margin-bottom: 26px;
}

.section-subtitle {
    font-family: 'Asphaltic';
    font-size: 72px;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 28px;
}

.section-subtitle span {
    margin: 0 10px;
}

.section-subtitle .gold {
    background: url(./gold-texture.jpg);
    background-repeat: repeat-x;
    background-position: top;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-subtitle .silver {
    background: url(./silver-texture.jpg);
    background-repeat: repeat-x;
    background-position: top;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-us-section-inner {
    padding: 0 120px;
}

.section-paragraph {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em;
}

.about-us-section.our-values {
    margin-top: 88px;
}

.our-values .section-subtitle {
    font-size: 60px;
}

.our-values-col {
    padding: 0 48px;
    box-sizing: border-box;
    width: 50%;
}

.our-values-row {
    display: flex;
    margin-bottom: 160px;
}

.our-values .section-title {
    margin-bottom: 80px;
}

.brands-section {
    position: relative;
    margin-bottom: 136px;
    z-index: 1;
}

.brands-section-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 2%);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    z-index: -1;
}

.brands-inner {
    position: relative;
    padding: 95px 122px;
    z-index: 1;
}

.brands-section-border-top {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 0;
    left: 0;
}

.brands-section-border-bottom {
    position: absolute;
    width: 90%;
    height: 90%;
    bottom: 0;
    right: 0;
}

.brands-section-border-top:before {
    position: absolute;
    width: 100%;
    height: 1px;
    content: ' ';
    background: #9f7932;
    top: 0;
    right: 0;
}

.brands-section-border-top:after {
    position: absolute;
    width: 1px;
    height: 100%;
    content: ' ';
    background: #9f7932;
    top: 0;
    left: 0;
}

.brands-section-border-bottom:before {
    position: absolute;
    width: 1px;
    height: 100%;
    content: ' ';
    background: #9f7932;
    bottom: 0;
    right: 0;
}

.brands-section-border-bottom:after {
    position: absolute;
    width: 100%;
    height: 1px;
    content: ' ';
    background: #9f7932;
    bottom: 0;
    left: 0;
}

.brands-row {
    display: flex;
    margin-bottom: 110px;
}

.brands-title {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 0.2em;
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #9f7932;
    display: inline-block;
    margin-bottom: 20px;
}

.brands-subtitle .gold {
    background: url(./gold-texture.jpg);
    background-repeat: repeat-x;
    background-position: top;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Asphaltic';
    font-size: 64px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    margin-bottom: 28px;
    line-height: 70px;
}

.brands-subtitle .silver {
    background: url(./silver-texture.jpg);
    background-repeat: repeat-x;
    background-position: top;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Asphaltic';
    font-size: 64px;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    margin-bottom: 28px;
    line-height: 70px;
}

.brands-subtitle {
    /* line-height: 70px; */
}

.brands-paragraph {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.02em;
    text-align: left;
    max-width: 75%;
    margin-top: 24px;
}

.brands-col {
    width: 50%;
    /* max-width: 50%; */
    box-sizing: border-box;
}

.brands-row .brands-col:first-child {
    padding-right: 50px;
}

.brands-row .brands-col:last-child:not(:first-child) {
    padding-left: 50px;
}

.brands-card-title {
    margin-top: 34px;
    font-size: 27px;
    line-height: 18px;
    margin-bottom: 22px;
}

.brands-card-description {
    font-size: 16px;
    line-height: 27px;
    text-align: left;
    margin-bottom: 20px;
}

.brands-card a {
    text-decoration: unset;
    display: inline-block;
    position: relative;
}

.brands-card a:before {
    content: ' ';
    width: 0%;
    height: 1px;
    background: #EFD27C;
    display: block;
    bottom: -5px;
    position: absolute;
    transition: .1s;
}

.brands-card a:hover:before {
    width: 100%;
    transition: .1s;
}

.brands-card-button {
    display: flex;
    align-items: center;
    color: #EFD27C;
}

.brands-card-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
}

.brands-card-inner {
    padding: 26px 36px 26px 56px;
    position: relative;
    box-sizing: border-box;
}

.brands-card {
    position: relative;
}

.brands-card-bg {
    /* border: 1px solid #fff; */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.brands-card-image {
    margin-top: -56px;
    right: -56px;
    width: calc(100% + 36px);
    position: relative;
    margin-left: -56px;
}

.brands-card-image img {
    width: inherit;
    height: inherit;
    object-fit: cover;
}

.brands-col-inner {
    display: flex;
    align-items: center;
    height: 100%;
}

.brands-card-border-top {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.brands-card-border-top:before {
    position: absolute;
    width: calc(56px / 2);
    height: 1px;
    content: ' ';
    background: #fff;
    top: 0;
    left: 0;
}

.brands-card-border-top:after {
    position: absolute;
    width: 1px;
    height: calc(100% - var(--bph));
    content: ' ';
    background: #fff;
    bottom: 0;
    right: 0;
}

.brands-card-border-bottom {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}

.brands-card-border-bottom:before {
    position: absolute;
    width: 1px;
    height: 100%;
    content: ' ';
    background: #fff;
    bottom: 0;
    left: 0;
}

.brands-card-border-bottom:after {
    position: absolute;
    width: 100%;
    height: 1px;
    content: ' ';
    background: #fff;
    bottom: 0;
    left: 0;
}

.brands-inner .brands-row:last-child {
    margin-bottom: 0;
}

.form-section {
    text-align: center;
    margin-bottom: 140px;
}

.form-section-inner {
    padding: 0 120px;
}

.form-row {
    display: flex;
    margin-bottom: 34px;
}

.form-field {
    width: 100%;
    margin-right: 34px;
    text-align: left;
}

.form-row .form-field:last-child {
    margin-right: 0;
}

input[type="text"], input[type="tel"], input[type="email"], textarea {
    border: 1px solid #9f7932;
    background: transparent;
    outline: unset;
    font-family: 'Adineue pro';
    color: #fff;
    font-size: 16px;
    padding: 16px 14px;
    box-sizing: border-box;
}

textarea {
    resize: unset;
}

::-webkit-input-placeholder {
    color: #fff;
}

.form-field label {
    margin-bottom: 11px;
    display: block;
    font-size: 14px;
}

.single-custom-checkbox {
    border: 1px solid #9f7932;
    background: transparent;
    outline: unset;
    font-family: 'Adineue pro';
    color: #fff;
    font-size: 16px;
    padding: 16px 14px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    margin-right: 11px;
    align-items: center;
    cursor: pointer;
}

.checkbox-set {
    display: flex;
    width: 100%;
}

input[type="radio"] {
    display: none;
}

.checkbox-set .single-custom-checkbox:last-child {
    margin-right: 0;
}

.checkbox-icon {
    line-height: 8px;
    margin-right: 12px;
}

.checkbox-circle {
    background: transparent;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    margin-left: 12px;
    position: relative;
    top: 1px;
    border: 1px solid #ffcd27;
}

.checkbox-circle.selected {
    background: #ffcd27;
}

.form-row.submit-row {
    justify-content: space-between;
}

.form-submit {
    display: flex;
    padding: 17px 40px;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.terms-of-use-checkbox {
    display: flex;
    align-items: center;
}

.terms-square {
    width: 20px;
    height: 20px;
    border: 1px solid #ffcd27;
    border-radius: 4px;
    margin-right: 12px;
    cursor: pointer;
}

.terms-square.checked {
    background: #ffcd27;
}

.terms-text a {
    text-decoration: underline;
}

.submit-arrow {
    line-height: 8px;
}

.submit-text {
    margin-right: 12px;
}

.form-submit-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgb(255 255 255 / 2%); */
    /* backdrop-filter: blur(30px); */
    -webkit-backdrop-filter: blur(30px);
    z-index: -1;
}

.form-submit-border-top {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 0;
    left: 0;
    transition: .1s;
}

.form-submit-border-bottom {
    position: absolute;
    width: 90%;
    height: 90%;
    bottom: 0;
    right: 0;
    transition: .1s;
}

.form-submit-border-top:before {
    position: absolute;
    width: 100%;
    height: 2px;
    content: ' ';
    background: #fff;
    top: 0;
    right: 0;
}

.form-submit-border-top:after {
    position: absolute;
    width: 2px;
    height: 100%;
    content: ' ';
    background: #fff;
    top: 0;
    left: 0;
}

.form-submit-border-bottom:before {
    position: absolute;
    width: 2px;
    height: 100%;
    content: ' ';
    background: #fff;
    bottom: 0;
    right: 0;
}

.form-submit-border-bottom:after {
    position: absolute;
    width: 100%;
    height: 2px;
    content: ' ';
    background: #fff;
    bottom: 0;
    right: 0;
}

.form-submit:hover .form-submit-border-top,
.form-submit:hover .form-submit-border-bottom {
    width: 100%;
    height: 100%;
}

.footer-inner {
    padding-bottom: 100px;
}

.grecaptcha-badge {
    visibility: hidden;
}

.form-recaptcha-message {
    margin-top: -34px;
}

.form-recaptcha-message a {
    color: #fff;
}

@media (max-width: 500px) {
    a.header-nav-link:not(.image) {
        display: none;
    }

    nav.header-nav {
        justify-content: center;
    }

    .header-inner, .footer-inner {
        padding-top: 40px;
        padding-bottom: 36px;
    }

    .header-nav-item {
        padding-left: 0;
    }

    a.header-nav-link.image .header-nav-item {
        height: 80px;
    }

    a.header-nav-link.image .header-nav-item img {
        height: inherit;
    }

    .container-inner {
        padding-left: 16px;
        padding-right: 16px;
    }

    .top-banner-border-top {
        right: 16px;
        height: 95%;
        width: calc(90% - 32px);
    }

    .top-banner-border-bottom {
        left: 16px;
        height: 95%;
        width: calc(90% - 32px);
    }

    .top-banner-slogan-1 {
        font-size: 100px;
        line-height: normal;
        padding-left: 16px;
    }

    .top-banner-paragraph {
        display: none;
    }

    .top-banner-inner {
        box-sizing: border-box;
        padding: 24px 32px;
    }

    .top-banner-question {
        display: none;
    }

    .top-banner-slogan-2 {
        font-size: 100px;
        line-height: normal;
        margin-left: auto;
        padding-right: 16px;
    }

    .top-banner-row.brands-row {
        font-size: 20px;
        padding: 20px 0;
    }

    .brands-row {
        margin-bottom: 24px;
        flex-direction: column;
    }

    .top-banner-footer {
        flex-direction: column;
        align-items: center;
    }

    .top-banner-footer-col {
        width: 100%;
    }

    .top-banner-footer-col-number {
        width: 120px;
        min-width: 120px;
    }

    .top-banner-footer-col-img {
        width: 56px;
        box-sizing: border-box;
        margin-right: 16px;
    }

    .top-banner-footer-col-text {
        width: 100%;
    }

    .about-us-section-inner {
        padding: 0 32px;
    }

    .section-paragraph {
        font-size: 16px;
        line-height: 24px;
    }

    .section-subtitle {
        font-size: 64px;
        line-height: 1;
    }

    .top-banner {
        /* margin-top: 29px; */
    }

    .section-subtitle span {
        margin: 0 8px;
    }

    .our-values .section-title {
        margin-bottom: 28px;
    }

    .our-values-row {
        flex-direction: column;
        margin-bottom: 0;
    }

    .our-values-col {
        width: 100%;
        margin-bottom: 24px;
        padding: 0 0px;
    }

    .our-values .section-subtitle {
        font-size: 48px;
    }

    .brands-section-border-top {
        left: 16px;
        height: 95%;
        width: calc(90% - 32px);
    }

    .brands-section-border-bottom {
        right: 16px;
        height: 95%;
        width: calc(90% - 32px);
    }

    .brands-section {
        margin-top: 64px;
        margin-bottom: 88px;
    }

    .brands-section .brands-row {
        padding: 0 16px;
    }

    .brands-col {
        width: 100%;
        padding: 0;
    }

    .brands-row .brands-col:first-child {
        padding-right: 0;
    }

    .brands-row .brands-col:last-child:not(:first-child) {
        padding-left: 0;
    }

    .brands-title-block {
        text-align: center;
    }

    .brands-subtitle .silver, .brands-subtitle .gold {
        font-size: 48px;
        line-height: normal;
    }

    .brands-inner {
        padding: 32px 16px 16px;
    }

    .brands-paragraph {
        max-width: 100%;
        text-align: center;
    }

    .brands-card {
        margin-top: 64px;
    }

    .brands-card-inner {
        padding: 26px 32px 26px 32px;
    }

    .brands-card-image {
        width: calc(100% + 16px);
        margin-top: -48px;
        /* right: -56px; */
        /* margin-left: -56px; */
    }

    .brands-card-border-top:before {
        width: 16px;
    }

    .form-section-inner {
        padding: 0 16px;
    }

    .form-section .section-subtitle {
        font-size: 44px;
        letter-spacing: 4px;
    }

    .form-row {
        flex-direction: column;
        margin-bottom: 0;
    }

    .form-field:not(input) {
        margin-bottom: 20px;
    }

    .form-submit {
        margin-top: 36px;
        padding: 17px 40px 18px;
    }

    .form-submit-border-bottom {
        width: calc(100% - 16px);
    }

    .form-submit-border-top {
        width: calc(100% - 16px);
    }

    .form-section {
        margin-bottom: 64px;
    }
}
