@media only screen and (max-width: 480px) {
    header {
        top: -5px;
        z-index: 701;
        margin-left: 0px;
    }
    header ul {
        margin: 0 auto;
        padding-left: 0px;
        font-size: 10px;
        font-family: 'rubik_ww', sans-serif;
        list-style-type: none;
        overflow: hidden;
    }
    ul,
    .bar {
        width: 100%;
        max-height: 45px;
    }
    header li {
        font-size: 15px;
        float: left;
        text-align: center;
        height: auto;
        padding: 15px 3px;
    }
    header li a {
        text-align: center;
        text-decoration: none;
    }
    header li a,
    .dropbtn {
        display: inline-block;
        padding: 5px 5px;
    }
    .conteiner img {
        width: 0px;
        height: 0px;
    }
    .text {
        text-align: left;
        padding-top: 0px;
        padding-bottom: 0px;
        max-width: 255px;
        margin-left: 50px;
        margin-right: 30px;
        font-size: 10px;
        text-shadow: 1px 1px black;
    }
    .text a {
        text-decoration: none;
        text-shadow: 1px 1px black;
        font-size: 13px;
    }
    footer ul {
        font-size: 9px;
        position: relative;
        column-count: 3;
        column-width: 20px;
        height: auto;
        column-gap: 0px;
        padding-left: 15px;
    }
    .first {
        font-size: 12px;
    }
    h1 {
        font-size: 11px;
    }
    h2 {
        font-size: 10px;
    }
    h3 {
        font-size: 10px;
    }
}

@media only screen and (max-width: 1000px) {
    .conteiner img {
        width: 0px;
        height: 0px;
    }
}

@media only screen and (max-height: 450px) {
    .conteiner img {
        width: 0px;
        height: 0px;
    }
}
@media only screen and (min-height: 498px) {
    body {
        padding-top: 120px;
    }
    .text {
        padding-bottom: 170px;
    }
}