/* overrides.css — сюда добавляй стили для перезаписи */

.sections__container-bg .section-bg-picture {
    position: absolute;
    inset: 0;
    min-width: 0;
    min-height: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.sections__container-bg .section-bg-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#start .section__row-container .flex-row-picture,
#start .section__column-container.mob .flex-row-picture {
    display: contents;
}

#reg .section__image-container .reg-split-picture {
    display: flex;
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
}

#reg .section__image-container .reg-split-picture .section__image {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
}

@media screen and (max-width: 768px) {
    #start .section__image-container>picture .section__image {
        max-width: 300px;
        max-height: 300px;
        margin-inline: auto;
    }
}

.selected {
    color: #4D7222;
}

.big-button {
    background: linear-gradient(270deg, #99D43B 0%, #CAEAA1 100%);
}

h1 .selected {
    text-transform: uppercase;
}

.section__delivery {
    background: #D5D4D4;
}

.green-banner {
    background: #53B05F;
}


.green-banner__inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 40px;
    padding: 10px 0;
}

.green-banner__item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .green-banner__item {
        font-size: 14px;
        white-space: normal;
    }

    .green-banner__icon {
        width: 36px;
        height: 36px;
        flex-shrink: 0;
    }
}

@media screen and (max-width: 480px) {
    .green-banner__inner {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        padding: 14px 0;
    }

    .green-banner__item {
        font-size: 14px;
    }

    .green-banner__icon {
        width: 32px;
        height: 32px;
    }
}

#start .section__container > .section__column-container:first-child {
    padding: 40px 40px 24px;
}

#start .section__container > .section__column-container > .section__row-container:first-child h1 {
    white-space: nowrap;
    font-size: 32px;
    line-height: 1.2;
}
