@font-face {
    font-family: 'Benzin Family';
    src: local('Benzin Family Bold'), local('Benzin-Family-Bold'),
    url('../assets/fonts/Benzin-Bold.woff2') format('woff2'),
    url('../assets/fonts/Benzin-Bold.woff') format('woff'),
    url('../assets/fonts/Benzin-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}

html {
    font-size: 20px;
    background: #FFFFFF;
    scroll-behavior: smooth;
    font-synthesis: none;
}
body {
    transition: opacity 0.3s ease;
}
body.loading {
    pointer-events: none;
    overflow: hidden;
}
html.fonts-loading body { visibility: hidden; }

html.fonts-ready body { visibility: visible; }
html main {
    overflow: hidden;
}
.input-error {
    border: 1px solid #e63946 !important;
}

.phone-error {
    color: #e63946;
    font-size: .9rem;
    margin-top: calc(-1.5rem + .9rem);
    font-weight: bold;
    display: block;
    margin-bottom: .5rem;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #181818;
    letter-spacing: 0;
    line-height: 120%;
    text-decoration: none;
    border: none;
    font-family: Inter, sans-serif;
}
br.mobile {
    display: none;
}
section.hero {
    padding: 2rem 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    background-image: url("../anketav4/images/noise-white.png"), url("images/hero-bg.png");
    background-repeat: repeat, no-repeat;
    background-size: 10% 50%, 100% 70%;
    background-position: center, center;
}
section.hero .tooltip-top,
section.hero .tooltip-top span {
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    text-align: center;
}
section.hero .tooltip-top span {
    font-weight: 700;
}
section.hero .title,
section.hero .title span {
    font-family: "Benzin Family", sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
section.hero .title span {
    background: #FFE60D;
    border-radius: 12px;
    padding: 0 10px;
}
section.hero .tooltip-bottom {
    font-size: 1.2rem;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    padding: .75rem 0;
}
.video-wrapper {
    position: relative;
    width: min(100%, 1400px);
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 12px;
    background: #DEDEDE;
    border: 1.5px solid #C3C3C3;
    margin: 0 auto;
}
.video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    border-radius: 12px;
}
.video-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(12px);
    background: rgba(0, 0, 0, 0.35);
    z-index: 2;
    transition: opacity 1s ease, visibility 1s ease;
    pointer-events: all;
}

.video-overlay.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
section.hero a {
    width: fit-content;
    margin: 2rem auto 0 auto;
}
section.about {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    padding: 3rem 6rem;
    background-image: url("../anketav4/images/noise-white.png"), url("images/el-5.webp"), url("images/el-6.webp"), url("images/about-bg.webp");
    background-repeat: repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 10% 50%,  10% auto, 10% auto, 100% 100%;
    background-position: center, center left, bottom right, center;
}
section.about .title {
    font-family: "Benzin Family", sans-serif;
    font-size: 2.25rem;
    text-transform: uppercase;
    text-align: center;
}
section.about .content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}
section.about .content .top,
section.about .content .bottom {
    display: flex;
    gap: 1rem;
    width: 100%;
}
section.about .content .top > .item:last-child,
section.about .content .bottom > .item:first-child {
    flex: 1.75;
}
section.about .content .top > .item:first-child,
section.about .content .bottom > .item:last-child {
    flex: 1;
}
section.about .content .item {
    padding:  7rem 1.5rem 1.5rem 1.5rem;
    border: 1.2px solid rgba(54, 54, 54, 0.36);
    display: flex;
    border-radius: 16px;
    align-items: flex-end;
    background-color: #F0F0F0;
}
section.about .content .item p,
section.about .content .item p span {
    font-size: 1.1rem;
}
section.about .content .item p span {
    font-weight: 700;
}
section.about .content .top .item:first-of-type {
    background-image:  url("images/about-1.webp"), url("images/el-1.webp");
    background-size: auto 8rem, 100% auto;
    background-position: top left, top left;
    background-repeat: no-repeat;
}
section.about .content .top .item:last-of-type {
    background-image:  url("images/about-2.webp"), url("images/el-2.webp");
    background-size: auto 10rem, 100% auto;
    background-position: top left, top left;
    background-repeat: no-repeat;
}
section.about .content .bottom .item:first-of-type {
    background-image:  url("images/about-3.webp"), url("images/about-4.webp"), url("images/el-3.webp");
    background-size: auto 12rem, auto 13rem, 100% auto;
    background-position: top left, bottom right, top left;
    background-repeat: no-repeat;
}
section.about .content .bottom .item:last-of-type {
    background-image:  url("images/about-5.webp"), url("images/el-4.webp");
    background-size: auto 10rem, 100% auto;
    background-position: top left, top left;
    background-repeat: no-repeat;
}
section.benefits {
    padding: 3rem 4rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-image: url("../anketav4/images/noise-white.png"),
                    url("images/benefits-bg-1.webp"),
                    url("images/benefits-bg-2.webp"),
                    url("images/benefits-bg-3.webp"),
                    url("images/benefits-bg-4.webp"),
                    url("images/benefits-bg-5.webp"),
                    url("images/benefits-bg-6.png"),
                    url("images/benefits-bg-7.png");
    background-repeat: repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 10% 50%,
                    40% auto,
                    15% auto,
                    10% auto,
                    10% auto,
                    10% auto,
                    15% auto,
                    25% auto;
    background-position: center,
    top right, center left, bottom right, center left, bottom left, 0 220%, bottom right;
}
section.benefits .title,
section.benefits .title span {
    font-family: "Benzin Family", sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
}
section.benefits .title span {
    background: #FFF610;
    padding: 0 10px;
    border-radius: 12px;
}
section.benefits .pre {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 1rem;
}
section.benefits .content {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
}
section.benefits .content .item {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    border-radius: 16px;
    background-image: url("images/benefits-bg-black.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: calc(25% - .5rem);
    justify-content: space-between;
    gap: 3rem;
}
section.benefits .content .item:last-of-type {
    background-image: url("images/benefits-bg-yellow.png");
}
section.benefits .content .item img {
    width: 1.25rem;
    height: 1.25rem;
    min-width: 1.25rem;
    min-height: 1.25rem;
}
section.benefits .content .item:last-of-type  div {
    background: #1B1B1B;
    border: 1px solid #3B3B3B
}
section.benefits .content .item  div {
    padding: .5rem;
    border-radius: 12px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: linear-gradient(
            to top right,
            #FFE60D 0%,
            #FFEE57 21%,
            #FFEB38 50%,
            #FFE60D 100%
    );

    box-shadow:
            130px 111px 40px 0 rgba(255, 230, 13, 0),
            83px 71px 43px 0 rgba(255, 230, 13, 0.02),
            47px 40px 37px 0 rgba(255, 230, 13, 0.06),
            21px 18px 27px 0 rgba(255, 230, 13, 0.10),
            5px 4px 15px 0 rgba(255, 230, 13, 0.12);
    border: 1px solid #DADBB8;
    width: 2.5rem;
    height: 2.5rem;
}
section.benefits .content .item > p,
section.benefits .offer > .right p {
    font-family: inherit;
    background: linear-gradient(
            to top right,
            #FFFFFF 0%,
            #999999 30%,
            #FFFFFF 70%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
section.benefits .content .item p > span {
    color: #FFF610 !important;
    -webkit-text-fill-color: #FFF610;
    background: none;
    font-weight: 600;
}
section.benefits .content .item:last-of-type > p,
section.benefits .content .item:last-of-type > p > span {
    color: #1B1B1B;
    -webkit-text-fill-color: #1B1B1B;
    background: none;
}
a {
    cursor:pointer;
    width:100%;
    padding:1rem 1rem;
    display: flex;
    justify-content: center;
    background: linear-gradient(
            -133deg,
            #F3DE28 0%,
            #F9F1AB 100%
    );
    border: 2px solid #C2B220;
    box-shadow: 0 21px 22.5px 0 rgba(255, 255, 255, 0.53) inset;
    color:#111;
    border-radius: 16px;
    font-size: 1.4rem;
    position:relative;
    overflow: hidden;
    font-family: 'Benzin Family', sans-serif;
    font-weight: 700;
    line-height: 118%;
    text-transform: uppercase;
    align-items: center;
    gap: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
a::before,
.form-card__cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: -80%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
            120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.85) 40%,
            rgba(255, 255, 255, 0) 80%
    );
    transform: skewX(-25deg);
    animation: shimmer 6s ease-in-out infinite;
}

a:hover,
.form-card__cta:hover {
    transform: scale(1.05);
    box-shadow: 0 0 35px rgba(255, 229, 0, 0.8);
}

@keyframes shimmer {
    0% {
        left: -80%;
    }
    50% {
        left: 130%;
    }
    100% {
        left: 130%;
    }
}
section.benefits .offer {
    display: flex;
    gap: 2rem;
    margin-top: 4rem;
}
section.benefits .offer > div {
    flex: 1;
}
section.benefits .offer > .right {
    padding: 1.5rem;
    background: #1B1B1B;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
section.benefits .offer > .left {
    display: flex;
    font-family: "Benzin Family", sans-serif;
    font-size: 2.5rem;
    text-transform: uppercase;
    align-items: center;
}
section.benefits .offer > .right img {
    width: 2.5rem;
}
section.benefits .offer > .right p {
    font-size: 1.5rem;
}
@media screen and (min-width: 2560px) and (max-width: 3840px) {
    html {
        font-size: 24px;
    }
    section.hero,
    section.about,
    section.benefits {
        padding-left: 20%;
        padding-right: 20%;
    }
}
@media only screen and (min-width: 1921px) and (max-width: 2559px) {
    html {
        font-size: 22px;
    }
    section.hero,
    section.about,
    section.benefits {
        padding-left: 13%;
        padding-right: 13%;
    }
}
@media only screen and (min-width: 1681px) and (max-width: 1920px) {
    html {
        font-size: 21px;
    }
    section.hero,
    section.about,
    section.benefits {
        padding-left: 10%;
        padding-right: 10%;
    }
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {

}
@media only screen and (min-width: 1240px) and (max-width: 1440px) {
    html {
        font-size: 18px;
    }
    section.hero,
    section.about,
    section.benefits {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    section.benefits .content .item > p, section.benefits .offer > .right p {
        font-size: .95rem;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1239px) {
    html {
        font-size: 17px;
    }
    section.hero,
    section.about,
    section.benefits {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    section.benefits .content .item > p {
        font-size: .8rem;
    }
    a {
        font-size: 1.2rem;
    }
}
@media only screen and (min-width: 831px) and (max-width: 1024px) {
    html {
        font-size: 16px;
    }
    section.hero,
    section.about,
    section.benefits {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    section.benefits .content .item > p {
        font-size: .85rem;
    }
    section.benefits .content .item > p br {
        display: none;
    }
    a {
        font-size: 1.1rem;
        padding: .7rem 1rem;
    }
    section.about .content .item {
        padding: 7rem 1rem 1rem 1rem;
    }
    section.benefits .offer > .left {
        font-size: 2rem;
    }
    section.hero .title, section.hero .title span,
    section.benefits .title, section.benefits .title span {
        font-size: 1.75rem;
    }
    section.hero .tooltip-top, section.hero .tooltip-top span {
        font-size: 1.2rem;
    }
    section.hero .tooltip-bottom {
        font-size: 1.1rem;
        text-align: center;
    }
}
@media only screen and (max-width: 830px) {
    html {
        font-size: 18px;
    }
    section.hero,
    section.about,
    section.benefits {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    section.hero .tooltip-top br, section.hero .tooltip-top span br,
    section.benefits .content .item > p br {
        display: none;
    }
    section.hero .tooltip-bottom {
        text-align: center;
    }
    section.about .content .top, section.about .content .bottom {
        flex-direction: column;
    }
    section.about .content .bottom div,
    section.about .content .top div {
        flex: 1;
        width: 100%;
    }
    section.about .content .item {
        padding: 9rem 1.2rem 1.2rem 1.2rem;
    }
    section.about .content .item p, section.about .content .item p span {
        font-size: 1.1rem;
    }
    section.benefits .content .item {
        width: 100%;
        padding: 1.5rem 4rem 1.5rem 1.5rem;
    }
    section.benefits .content .item div {
        width: 3rem;
        height: 3rem;
    }
    section.benefits .content .item img {
        width: 2rem;
        height: 2rem;
    }
    section.benefits .content .item > p {
        font-size: 1.15rem;
    }
    section.benefits .offer {
        flex-direction: column;
    }
    section.benefits .offer div {
        width: 100%;
    }
    section.benefits .offer > .right img {
        width: 3.5rem;
    }
}
@media only screen and (max-width: 600px) {
    html {
        font-size: 17px;
    }
    section.hero,
    section.about,
    section.benefits {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    section.hero .title, section.hero .title span,
    section.benefits .offer > .left {
        font-size: 2rem;
    }
    section.hero .tooltip-top, section.hero .tooltip-top span {
        font-size: 1.15rem;
    }
    section.about .content .top .item:last-of-type p br {
        display: none;
    }
    section.benefits .title, section.benefits .title span {
        font-size: 1.75rem;
    }
    a {
        font-size: 1.2rem;
    }
    section.benefits .offer > .right {
        gap: 1.5rem;
    }
}
@media only screen and (max-width: 480px) {
    html {
        font-size: 15px;
    }
    a svg {
        width: 30px;
    }
    section.hero a {
        width: 100%;
    }
}
@media only screen and (max-width: 420px) {
    html {
        font-size: 14px;
    }
    section.hero,
    section.about,
    section.benefits {
        padding-left: 8px;
        padding-right: 8px;
    }
}
@media only screen and (max-width: 390px) {
    html {
        font-size: 13px;
    }
}
@media only screen and (max-width: 360px) {
    html {
        font-size: 12px;
    }
}