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

html[lang="bg"] {
    --header-font-family: "Inter Tight";
    --text-font-family: "Inter Tight";
}

html[lang="bg"],
html[lang="bg"] body,
html[lang="bg"] body *,
html[lang="bg"] h1,
html[lang="bg"] h2,
html[lang="bg"] h3,
html[lang="bg"] h4,
html[lang="bg"] h5,
html[lang="bg"] h6,
html[lang="bg"] p,
html[lang="bg"] a,
html[lang="bg"] span,
html[lang="bg"] strong,
html[lang="bg"] button,
html[lang="bg"] input,
html[lang="bg"] textarea,
html[lang="bg"] select {
    font-family: "Inter Tight", sans-serif !important;
}

html[lang="sr"] {
    --header-font-family: "Inter Tight";
    --text-font-family: "Inter Tight";
}

html[lang="sr"],
html[lang="sr"] body,
html[lang="sr"] body *,
html[lang="sr"] h1,
html[lang="sr"] h2,
html[lang="sr"] h3,
html[lang="sr"] h4,
html[lang="sr"] h5,
html[lang="sr"] h6,
html[lang="sr"] p,
html[lang="sr"] a,
html[lang="sr"] span,
html[lang="sr"] strong,
html[lang="sr"] button,
html[lang="sr"] input,
html[lang="sr"] textarea,
html[lang="sr"] select {
    font-family: "Inter Tight", sans-serif !important;
}

.big-button{
    background: linear-gradient(90deg, #F2D8B0 0%, #FF934B 100%);
}

#start .selected{
    -webkit-text-fill-color: #F19D61;
}

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



#path .section__inner-container:has(> .section__inner-container.medium-width) {
    align-items: stretch;
}

#path .section__inner-container:has(> .section__inner-container.medium-width) > .section__inner-container.medium-width {
    display: flex;
    flex-direction: column;
}

#path .section__inner-container:has(> .section__inner-container.medium-width) > .section__inner-container.medium-width > .section__item.section__card:last-child {
    flex: 1 1 auto;
}



.section__delivery {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    padding: 2px;
    background: #E9E9E9;
}

.section__delivery p {
    color: #6B6B6B;

    text-align: center; 
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; 
}

#start .section__inner-container.nowrap {
    align-items: center;
    flex-direction: column;
}


#start .section__image:nth-child(3) {
    margin-top: -100px;
    max-width: 732px;
}
@media (max-width:1280px) {
    #start .section__image:nth-child(3) {
        margin-top: -50px;
        max-width: 588px;
    }
}
@media (max-width:1024px) {
    #start .section__image:nth-child(3) {
        margin-top: 0;
    }
}



#start .section__form{
    background: #FFF;
}

.sections-wrapper.primary-green-radial{
    background:#fff;
}

@media screen and (max-width: 1024px) {
    .section__inner-container .product-image-1{
        flex: 0 1 50%;
    }
}

.product-image-1{
    padding: 0 55px;
    max-height: none;
    width: 588px;
    max-width: 588px;
}


@media screen and (max-width:480px) {
    .product-image-1{
        flex:auto !important;
        max-width: 292px;
        padding: 0 !important;
    }
}