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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

:root {
    --primary-yellow: #E6F1E0;
}

#start .section__item.yellow {
    background: #F5F5F5;
}


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

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

#start h1 {
    color: #CA6B1D;
}

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

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


@media (max-width: 768px) {
    #where .section__image, #why .section__image {
        object-position: center center;
        max-height: 220px;
    }
}