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

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


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


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

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

#start h1 {
    color: #D68C14;
}

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

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

@media (max-width: 420px) {
  #price .section__image {
    height: auto; 
  }
}