body{
    font-family: Lexend Deca, Arial;
    margin: 0;
}
div#header{
    background: #171717;
    display: flex;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    /*position: fixed;*/
    top: 0px;
    margin: 0 10vw 0 10vw;
    padding: 5px 5px;
}
div#header div{
    text-align: center;
}
div#header div img {
    height: 70px;
    flex: 25%;
    padding: 0 0 0 5px;
}
div#header a{
    flex: 25%;
    text-decoration: none;
    color: #C49B29;
    text-align: center;
}
div#header a :hover{
    color: #ffffff;
}
#uvodka{
    background: #171717;
    background-image: url("DSC00350-2.jpg");
    background-size: 100vw;
    background-repeat: no-repeat;
    height: 90vh;
}
#uvodka h1{
    color: #C49B29;
    font-size: 1000%;
    text-align: center;
    margin: 10px 0 0 0;
}
div#footer{
    background: #171717;
    background-size: 100vw;
    height: 10vh;

}
div#footer p{
    margin: 0;
    color: #C49B29;
    text-align: center;
    padding: 20px 0 10px 0;
}
@media screen and
(max-width: 1280px) {
    #uvodka h1{
        color: #C49B29;
        font-size: 750%;
        text-align: center;
        margin: 10px 0 0 0;
    }
}
@media screen and
(max-width: 980px)
and
(min-height: 1200px){
    body{
        background: #171717;
    }
    div#header{
        background: #171717;
        display: block;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        /*position: fixed;*/
        top: 0px;
        margin: 0 10vw 0 10vw;
        padding: 5px 5px;
    }
    div#header div{
        text-align: center;
    }
    div#header div img {
        height: 140px;
        flex: none;
        padding: 0 0 0 0;
    }
    div#header a{
        text-decoration: none;
        color: #C49B29;
        text-align: center;
        flex: none;
        font-size: 250%;
    }
    div#header a :hover{
        color: #ffffff;
    }
    #uvodka{
        /*background: #171717;*/
        background-size: 100vw;
        background-image: url("mobile_960x872.jpg");

        background-repeat: no-repeat;
        background-position: center;
        height: 90vh;
    }
    #uvodka h1{
        color: #C49B29;
        /*font-size: 500%;*/
        text-align: center;
        padding: 10px 0 0 0;
    }
    div#footer{
        background: #171717;
        background-size: 100vw;
        height: 10vh;

    }
    div#footer p{
        margin: 0;
        color: #C49B29;
        text-align: center;
        padding: 20px 0 10px 0;
        font-size: 250%;
    }
}
@media screen and
(max-width: 980px)
and
(max-height: 1200px){

    #uvodka{
        /*background: #171717;*/
        background-size: 100vh;
        background-image: url("mobile_960x872pravy.jpg");

        background-repeat: no-repeat;
        background-position: center;
        height: 90vh;
    }
    #uvodka h1{
        color: #C49B29;
        font-size: 600%;
        text-align: center;
        padding: 10px 0 0 0;
    }
    div#footer{
        background: #171717;
        background-size: 100vw;
        height: 10vh;

    }
    div#footer p{
        margin: 0;
        color: #C49B29;
        text-align: center;
        padding: 20px 0 10px 0;
        font-size: 150%;
    }
}