body{
    min-width: 360px;
}
.modern-counters{
    display: none;
}
@media (max-width: 1199px){
    .header{
        width: 991px;
    }
    #blocks {
        display: grid;
        grid-template-columns: repeat(auto-fit,250px);
        grid-column-gap: 40px;
        justify-items: center;
        justify-content: center;
        margin: 10px;
    }
    #blocks > div:last-child{
        display: none;
    }
    #main-container {
        width: 991px;
    }
    .footer {
        width: 991px;
    }
}
@media (max-width: 991px){
    .header {
        width: 767px;
        height: 440px;
        background-size: 767px;
    }
    #header {
        height: 450px;
        width: 767px;
        margin: 0 auto;
    }
    #main-container {
        width: 767px;
        display: grid;
    }
    #blocks > div:last-child{
        display: block;
    }
    #blocks{
        grid-gap: 40px;
    }
    .footer {
        width: 767px;
        display: grid;
    }
    #both {
        margin: auto;
        grid-column: 1 / -1;
        grid-row: 2;
    }
    #left {
        width: auto;
        margin: 10px 0;
    }
    #right {
        width: auto;
    }
    #topmenu ul#mainmenu {
        height: 48px;
        font: 16px Trebuchet MS;
        list-style: none;
        padding: 0;
        display: none;
    }
    .dl-menuwrapper{
        display: block;
    }
    #only_left {
     margin: 0 0 0 0px; 
    }
}
@media (max-width: 767px){
    #main-container {
        width: 640px;
    }
    .header {
        width: 640px;
        height: 560px;
        background-size: 767px;
        background-position: 0px 360px;;
    }
    #header {
        height: 560px;
        width: 640px;
    }
    .footer {
        width: 640px;
    }
    .dl-menuwrapper:first-child {
        margin-right: 0;
    }
}
@media (max-width: 640px){
    .footer {
        width: 300px;
        padding: 10px;
    }
    #blocks {
        grid-template-columns: 250px;
    }
    .header {
        width: 360px;
        background: #3A2426;
    }
    .homep_module{    
        padding: 10px;
    }
    .dl-menuwrapper button {
        left: -120px;
        top: -40px;
    }
    #header {
        width: 360px;
    }
    #main-container {
        width: 360px;
    }
    .counters{
        display: none;
    }
    .modern-counters{
        display: grid;
        height: 180px;
    }
    #footer {
        background: url(../images/bg-footer.jpg) repeat;
        height: 100%;
        height: 280px;
        min-width: auto;
    }
    p.copyright2{
        text-align: center;
        position: initial;
        height: 30px;
    }
    .modern-counters div:last-child{
        display: grid;
        grid-gap: 10px;
    }
}
@media (max-width: 360px){
    
}