@media only screen and (max-width : 1680px){
    
}

@media only screen and (max-width : 1600px){
    
}

@media only screen and (max-width : 1440px){
    
}

@media only screen and (max-width : 1366px){
    
}

@media only screen and (max-width : 1280px){
    
}

@media only screen and (max-width : 1024px){
    
}

@media only screen and (max-width : 768px){
    .top-menu{
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
    }
    .top-menu ul.menu{
        display: block;
    }
    .top-menu ul.menu>li{
        border-right: none;
        margin-bottom: 10px;
        text-align: center;
    }
    .top-menu ul.menu>li>a, .top-menu ul.menu>li>span{
        padding: 0;
        display: inline-block;
    }
    .top-menu ul.menu li.parent span, .top-menu ul.menu li.parent:last-child span{
        padding-right: 20px;
        background-position: right 0 center;
    }
    .row{
        margin: 0;
    }
    .logo a p.top-logo, .footer-logo a p.top-logo, .top-footer .item{
        font-size: 16px;
        line-height: 18px;
    }
    .logo a p, .footer-logo a p{
        font-size: 14px;
        line-height: 17px;
    }
    .top-contacts{
        justify-content: flex-start;
    }
    .burger-block{
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .burger{
        width: 35px;
        height: 25px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        cursor: pointer;
    }
    .burger span{
        width: 100%;
        height: 4px;
        border-radius: 2px;
        background-color: #000000;
    }
    .logo{
        padding-top: 20px;
    }
    .top-menu ul.menu li.parent span:hover ~ .child-menu, .top-menu ul.menu .parent .child-menu:hover{
        height: auto;
    }
    .top-menu ul.menu .parent .child-menu{
        position: static;
        display: none;
        height: auto;
    }
    .top-menu ul.menu .parent .child-menu ul.nav-child{
        width: 100%;
        display: block;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .top-menu ul.menu .parent .child-menu ul.nav-child>li{
        width: 100%;
        margin-bottom: 10px;
    }
    .top-menu .moduletable_menu{
        padding-top: 50px;
    }
    .burger-block.active{
        z-index: 11;
    }
    .burger-block.active .burger{
        width: 25px;
        height: 25px;
        position: relative;
        display: block;
    }
    .burger-block.active .burger span{
        background-color: #ffffff;
        position: absolute;
        display: block;
        transform: rotate(45deg);
        height: 2px;
        top: 11px;
    }
    .burger-block.active .burger span:last-child{
        transform: rotate(-45deg);
    }
    h3, .inner-page h1{
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    .main-text, .main-news, .bottom-block, footer{
        margin-top: 50px;
    }
    .main-activity h3, ul.breadcrumb, .inner-page h1, .work-list .item{
        padding: 0 10px;
    }
    .main-activity .inner, .info-line .inner{
        margin-bottom: 30px;
    }
    .main-activity .inner .name, .info-line .inner .name{
        font-size: 16px;
        line-height: 20px;
    }
    .bottom-block h3{
        margin-bottom: 20px;
    }
    .bottom-block .inner, .contact-item, .personal-list .item{
        margin-bottom: 30px;
    }
    .footer-text{
        padding-top: 15px;
        padding-bottom: 30px;
    }
    .top-footer, .bottom-footer{
        flex-wrap: wrap;
    }
    .top-footer .item, .bottom-footer .item{
        margin-bottom: 10px;
    }
    .bottom-footer, .personal-list{
        margin-top: 30px;
    }
    ul.breadcrumb span.divider{
        padding: 0 5px;
    }
    .inner-page .list, .creation-text, .inner-page ul:not(.list), .contacts-block{
        padding-bottom: 30px;
    }
    .inner-page h4, .contacts-page .full-name, .personal-list .item{
        font-size: 18px;
        line-height: 20px;
    }
    .inner-page.item-page p{
        margin-bottom: 20px;
    }
    .inner-page.item-page h1, .inner-page .col-md-10 h1{
        padding: 0;
    }
    .contact-item{
        flex-direction: column;
        align-items: flex-start;
    }
    .contact-item>a{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .personal-list .item .name{
        margin-bottom: 10px;
    }
}

@media only screen and (max-width : 600px){
    
}

@media only screen and (max-width : 425px){
    
}

@media only screen and (max-width : 375px){
    
}

@media only screen and (max-width : 320px){
    
}