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

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

#start .section__card.green {
    background-color: var(--primary-yellow);
}

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

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

#start h1 {
    color: #357196;
}

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

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

#start .section__main-container {
    gap: 36px;
}

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

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

#faq-page .faq-item .selected {
    background: #5a9cc5;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}