@media only screen and (max-width: 1100px) {
    .kazeuro header {
        display: none;
    }
    .kazeuro{
        margin: 0;
        padding: 0;
        color: black;
        font-size: 15px;
        font-weight: normal;
        font-family: 'Roboto';
        overflow-x: hidden;
    }
    .kazeuro .hero{
        height: 100vh;
        background-size: cover;
    }
    .kazeuro .container {
        display: none;
    }
    .kazeuro .logo-main{
        width: 90%;
        text-align: center;
    }
    .kazeuro .slider{
        display: none;
    }
    .kazeuro .about{
        width: 90%;

    }
    .kazeuro .about .text{
        padding-left: 0;
        text-align: center;
    }
    .kazeuro .comp-animation{
        width: 90%;
    }
    .kazeuro .comp-animation .computer img{
        width: 100%;
        margin-left: -50%;
    }
    .kazeuro .comp-animation .images img{
        width: 68%;
        margin-left: -34%;
        top: 31px;
    }
    .kazeuro .catalog {
        width: 90%;
    }
    .kazeuro .catalog-images img{
        width: 100%;
        text-align: center;
    }
    .kazeuro .all-images {
        text-align: center;
    }
    .kazeuro .catalog-tovarov img {
        width: 100%;
    }
    .kazeuro .catalog-tovarov {
        display: block;
        text-align: center;
    }
    .kazeuro .catalog-tovarov .right{
        width: 100%;
    }
    .kazeuro .catalog-tovarov .right img {
        width: 100%;
        right: 0;
        top: 0;
    }
    .kazeuro .bottles img {
        width: 200vw;
    }
    .kazeuro .catalog-b{
        width: 100%;
    }
    .kazeuro .comp-animation .images img{
        top:11px;
    }
    .kazeuro .comp-animation{
        height: 108px;
    }
}