@media screen and (min-width:1440px) and (max-width:1619px) {
    html {
        zoom:0.85;
    }
}
@media screen and (min-width:1280px) and (max-width:1439px) {
    html {
        zoom:0.75;
    }
}
@media screen and (min-width:1120px) and (max-width:1279px) {
    html {
        zoom:0.65;
    }
}

@media screen and (min-width:900px) and (max-width:1119px) {
    html {
        zoom:0.55;
    }
}

@media screen and (max-width:899px) {
    
    body { width:100%; max-width:100%; min-width:100%; margin:auto; overflow:auto;}
    #app {
        width:100%;
    }
    .header {
        padding:30px;
        font-size: 21px;
        line-height: 30px;
        text-align: center;
        letter-spacing: 1px;
    }
    .header br {
        display:none;
    }
    .logo {
        margin-bottom:30px;
    }
    .main {
        padding:30px;
        background:#fcfdfc url(/images/prot.png) center right 65% no-repeat;
        background-size:cover;
    }
    .advs {
        width:100%;
        height:auto;
        overflow:hidden;
    }
    .adv1 {
        width:35%;
        height:150px;
    }
    .adv2 {
        width:35%;
        height:150px;
    }
    .adv3 {
        width:35%;
        height:150px;
    }
    .adv4 {
        width:35%;
        height:150px;
    }
    .info {
        padding: 20px 20px;
        height: auto;
        font-size: 16px;
        line-height: 21px;
    }
    .gost {
        background: url(/images/gost.png) top 5px left no-repeat;
        background-size: 40px;
        padding: 0 0 0 55px;
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        text-shadow: 0 0 3px #fff;
    }
    
    .footer {
    padding:30px;
    font-size:14px;
}
    
}