@media (max-width: 1200px) {
    .CentenuArticle {
        padding-left: 0px !important;
    }
}

@media (max-width: 768px) {
    .block_padd div[class~="art"]:nth-child(even) {
        padding-left: 0px !important;
    }
    .block_padd div[class~="art"]:nth-child(odd) {
        padding-right: 0px !important;
    }
    .blocks {
        padding-right: 0% !important;
    }
    .blocks .blockLeft {
        padding-right: 0;
    }
    .blocks .blockRight {
        padding-left: 0;
    }
    .w620 {
        width: 90%;
        margin: 0 auto;
        float: none !important;
    }
    .blocks .blockBgS h1 {
        font-size: 64px;
    }
    .blocks .blockBg {
        height: auto;
        padding-bottom: 20px;
    }
}

@media (max-width: 420px) {
    .blocks .blockBgS h1 {
        font-size: 39px;
    }
    .blocks .blockBgS h3 {
        font-size: 21px;
    }
    .blocks .blockBg h1 {
        font-size: 20px;
    }
    .blocks .blockBg h3 {
        font-size: 16px;
    }
    .w620 {
        width: 80%;
    }
    #SidenavLeft {
        width: 300px;
    }
    .CentenuArticle h1 {
        font-size: 38px;
    }
    .CentenuArticle h2 {
        font-size: 20px;
    }
    .CentenuArticle p,
    .CentenuArticle li {
        font-size: 14px;
    }
    .CentenuArticle .Autblock {
        width: 100%;
        padding-bottom: 40px;
    }
}