:root{
    --primary-color:#f0b440;
    --backgruond-head:rgba(248,241,230,0.89);
    --text-color:#19150c;
    --text-primary:#f5d25a;
    --heigh-nav:106px;
    --heigh-nav_head:80px;
    --hover-color:#a63c3c;
}
html,input{
    font-size: 62.5%;
    box-sizing: border-box;
    font-family: 'SVN-Gotham';
    font-weight: 300;
    font-style: normal;
}

*{box-sizing: initial;}
a{text-decoration: none;display: block;}
ul{list-style: none;margin: 0;padding: 0;}
img{width: 100%;height: auto;}
.active .nav-bottom__link{ 
    color: var(--hover-color);
}
