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


:root {
    --primary-green: #F5F5F5;
    --primary-yellow: #FEF2E0;
}

h1, h2, h3, h4, h5, h6, p {
    line-height: 100%;
}

.section__form .form-heading {
    text-align: center;
    font-weight: 700;
}

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

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

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

#start h1 {
    color: #3E527F;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%; /* 43.2px */
    letter-spacing: -0.96px;
}

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

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

@media (max-width: 1280px) {
    #composition .section__image {
        max-height: 400px;
    }
}

@media (max-width: 1024px) {
    #composition .section__image {
        height: 400px;
    }

    #where .section__image, #why .section__image {
        object-position: center center;
        max-height: 220px;
    }
}

@media (max-width: 420px) {

    #composition .section__image {
        height: 300px;
    }

    #start h1, #start h1 .selected {
        width: 100%;
        font-size: 32px;
    }
}