/** Нужен для быстрых фиксов типа "подровнять" или "подвинуть" **/


/** Нужен для быстрых фиксов типа "подровнять" или "подвинуть" **/

:root {
    --header-height: 88px;
    --header-1-size: 70px;
    --primary-green: #F5F5F5;
    --primary-light_green: #F5F5F5;
    --primary-yellow: #E5F2E2;
}

ul.phone-country-select-list {
    padding: 0;
}

.big-button {
    background: var(--primary-btn, linear-gradient(270deg, #86E086 0%, #E1FFCD 100%));
}

.big-button.black {
    color: #28261B;
    border-radius: 32px;
    border: 2px solid var(--texts-black, #28261B);
    background: linear-gradient(90deg, #FFF 0%, #DCE5FF 100%);
}

#start .selected {
    -webkit-text-fill-color: #3E527F !important;
    min-width: auto;
    display: inline-block;
    font-weight: 600;


}

#start .section__inner-container.top h1 {
    text-align: left;
}


#start .product-image-1 {
    width: 100%;
}

.selected {
    background: #3E527F;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section__form {
    background-color: #FFF;
}

.bottle #start .section__main-container {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.bottle #start .section__inner-container.top {
    flex-direction: column;
}

.bottle #reg .section__container {
    flex-direction: row;
}

#reg .section__image {
    object-fit: contain;
    max-width: 440px;
    margin-inline: auto;
}

.bottle #reg .section__inner-container.top {
    flex-wrap: nowrap;
    text-align: left;
    align-items: flex-start;
    gap: 24px;
}

@media (max-width: 1280px) {


    #start .section__inner-container.top h1 {
        text-align: center;
    }

    .header__logo {
        max-height: 30px;
    }

    #timer .section__inner-container.nowrap {
        flex-wrap: wrap;
        max-width: var(--size-large);
        margin-inline: auto;
    }

    .bottle #start .section__main-container,
    .bottle #reg .section__container {
        flex-direction: column;
        align-items: center;
    }

    .product-image-1 {
        width: 600px;
    }
}

@media (max-width: 620px) {

    #start .section__inner-container.top h1 {
        text-align: left;
    }

    .header__logo {
        max-height: 25px;
    }

    #start h1 .selected {
        font-size: 48px;
        white-space: nowrap;
        min-width: 100%;
        display: inline;

    }
}

/* Footer */

.footer-new {
    background-color: #fff;
    padding: 48px 0 24px;
}

.footer-new__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px 48px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.footer-new__info {
    min-width: 160px;
}

.footer-new__brand {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #28261b;
    text-decoration: none;
    margin-bottom: 8px;
}

.footer-new__brand:hover {
    text-decoration: underline;
}

.footer-new__contact {
    font-size: 14px;
    color: #28261B;
    line-height: 1.8;
    text-decoration: none;
    display: block;
}

.footer-new__contact:hover {
    text-decoration: underline;
}

.footer-new__col {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 140px;
}

.footer-new__heading {
    font-size: 13px;
    font-weight: 600;
    color: #28261b;
    margin: 0;
}

.footer-new__nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.footer-new__nav-link {
    font-size: 14px;
    font-weight: 500;
    color: #28261B;
    text-decoration: none;
    white-space: nowrap;
}

.footer-new__nav-link:hover {
    text-decoration: underline;
}

.footer-new__hours {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #28261b;
    line-height: 1.6;
}

.footer-new__hours li + li {
    margin-top: 4px;
}

.footer-new__divider {
    border: none;
    border-top: 1px solid #ddd;
    margin: 24px 0;
}

.footer-new__disclaimer {
    font-size: 12px;
    color: #999;
    line-height: 1.6;
    margin: 0;
}

.footer-new__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
}

.footer-new__policies {
    display: flex;
    gap: 12px;
}

.footer-new__policy-link {
    font-size: 13px;
    color: #28261B;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 24px;
    padding: 8px 20px;
    transition: background-color 0.2s;
}

.footer-new__policy-link:hover {
    background-color: #f5f5f5;
}

.footer-new__copyright {
    font-size: 13px;
    color: #999;
}

.section__inner-container.top p,
#reg h2 {
    margin: 0 auto;
}

@media (max-width: 768px) {
    .footer-new__top {
        flex-direction: column;
    }

    .footer-new__nav {
        gap: 8px;
    }

    .footer-new__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter Tight', sans-serif;
}

.section__form {
    box-shadow: 0 9px 21px #69777d26;
}

#path .section__form {
    border-radius: 16px;
}


@media (max-width: 480px) {
    #start h1 .selected {
        font-size: 32px;
    }
}

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


    #start .selected {
        min-width: auto;
        text-align: center;
    }

    #start .section__inner-container.top p, #start .section__inner-container.bottom p {
        text-align: center;
    }
}


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

    #reg .section__image {
        max-height: 300px;
    }
}

@media (max-width: 768px) {
    #where .section__image, #why .section__image, #buy .section__image, #how .section__image, #path .section__image, #effects .section__image {
        object-position: center;
    }
}

@media (max-width: 1280px) {
    .product-image-1 {
        max-height: 350px;
    }


}

html[lang="sr-RS"] .product-image-1,
html[lang="sr-RS"] #reg .section__image {
    max-height: 485px !important;
}

#start .section__inner-container.top h1 {
    color: var(--primary-blue, #3E527F);
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 90%; /* 43.2px */
    letter-spacing: -1.92px;
}

#start .section__inner-container.top {
    max-width: 588px;
}

#start .section__inner-container.top {
    flex-direction: column;
}

#start .section__inner-container.top p,
#start .section__inner-container.bottom p {
    text-align: left;
}

.section__inner-container.modify {
    max-width: 588px;
}

.product-image-1 {
    max-height: 440px;
}

form h2 {
    color: var(--texts-black, #28261B);
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.56px;


}

#start form h2 span.selected {
    display: inline-block !important;
    -webkit-text-fill-color: #9D5932 !important;
    min-width: auto;

}

@media screen and (max-width: 480px) {
    #start .section__inner-container.top h1 {
        font-size: 32px;
        line-height: 90%;
        letter-spacing: -1.28px;
    }
}

.form-popup {
    & .section__form {
        margin-top: 10dvh;
        margin-inline: auto;
    }
}

html[lang="sr-RS"] #start .section__inner-container.fs-modify {
    align-items: flex-start !important;
}

#reg .section__image {
    height: auto;
    max-height: 431px;
}

html[lang="sr-RS"] #reg .section__inner-container {
    align-items: flex-start !important;
}

html[lang="sr-RS"] #start .section__inner-container.top {
    max-width: none !important;
}

html[lang="sr-RS"] #start .section__inner-container.top p {
    max-width: 588px;
    text-align: center;
}

html[lang="sr-RS"] #start .section__inner-container.top,
html[lang="sr-RS"] #start.section__inner-container.top p {
    text-align: center !important;
}

@media screen and (max-width: 768px) {
    html[lang="sr-RS"] #start .section__inner-container.top p {
        text-align: left !important;
        max-width: none !important;
    }
}

@media screen and (max-width: 768px) {
    html[lang="sr-RS"] .product-image-1,
    html[lang="sr-RS"] #reg .section__image {
        max-height: 300px !important;
    }

    .product-image-1,
    #reg .section__image {
        max-height: 300px !important;
    }
}

/* Heading utility classes — перенесено из нового шаблона для SEO-правок */
.heading-style-2,
.heading-style-3,
.heading-style-4,
.heading-style-5 {
    font-family: 'Inter Tight', sans-serif;
    letter-spacing: -0.44px;
    line-height: 130%;
    margin: 0;
    font-weight: 700;
}

.heading-style-2 {
    font-size: var(--header-2-size);
    word-break: break-word;
}

.heading-style-3 {
    font-size: var(--header-3-size);
}

.heading-style-4 {
    font-size: var(--header-4-size);
}

.heading-style-5 {
    font-size: 16.667px;
    font-weight: 600;
    line-height: 22.222px;
    letter-spacing: -0.333px;
}

/* bg-image карточки: position:relative для heading-style (как было для h4) */
.section__card.bg-image .heading-style-3,
.section__card.bg-image .heading-style-4 {
    position: relative;
}

/* Форма: выравнивание CTA-подписи */
.section__form .form-heading {
    text-align: center;
}

#path .heading-style-4 {
    font-size: 18px;
}
