@media (min-width: 1200px) and (max-width: 1400px){
    /*.container {
        max-width: 1400px;
    }*/
}
@media (max-width:1200px){
	
}
@media (max-width:1024px){
    
}
@media (max-width: 992px) {
    .menu {
        flex: 0 0 70%;
    }
}
@media (max-width: 767px) {
    .header .menu {
        display: none;
    }
    .hamburger-menu {
        display: block;
    }
    #menu_toggle {
        opacity: 0;
    }
    #menu_toggle:checked + .menu_btn > span {
        transform: rotate(45deg);
    }
    #menu_toggle:checked + .menu_btn > span::before {
        top: 0;
        transform: rotate(0deg);
        background-color: #000;
    }
    #menu_toggle:checked + .menu_btn > span::after {
        top: 0;
        transform: rotate(90deg);
        background-color: #000;
    }
    #menu_toggle:checked ~ .menu_box {
        right: 0 !important;
    }
    .menu_btn {
        position: fixed;
        top: 30px;
        right: 20px;
        width: 26px;
        height: 26px;
        cursor: pointer;
        z-index: 2;
    }
    .menu_btn > span,
    .menu_btn > span::before,
    .menu_btn > span::after {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #B5FBDD;
        transition-duration: .25s;
    }
    .menu_btn > span::before {
        content: '';
        top: -8px;
    }
    .menu_btn > span::after {
        content: '';
        top: 8px;
    }
    .menu_box {
        display: block;
        position: fixed;
        top: 0;
        right: -100%;
        width: 230px;
        height: 100%;
        margin: 0;
        padding: 80px 0;
        list-style: none;
        background-color: #ECEFF1;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
        transition-duration: .25s;
        z-index: 1;
    }
    .menu_item {
        display: block;
        padding: 12px 24px;
        color: #333;
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 400;
        text-decoration: none;
        transition-duration: .25s;
    }
    .menu_item:hover {
        background-color: #CFD8DC;
    }
}
@media (max-width: 576px) {
    .header .menu {
        display: none;
    }
    .hamburger-menu{
        display: block;
    }
    #menu_toggle {
        opacity: 0;
    }
    #menu_toggle:checked + .menu_btn > span {
        transform: rotate(45deg);
    }
    #menu_toggle:checked + .menu_btn > span::before {
        top: 0;
        transform: rotate(0deg);
        background-color: #000;
    }
    #menu_toggle:checked + .menu_btn > span::after {
        top: 0;
        transform: rotate(90deg);
        background-color: #000;
    }
    #menu_toggle:checked ~ .menu_box {
        right: 0 !important;
    }
    .menu_btn {
        position: fixed;
        top: 30px;
        right: 20px;
        width: 26px;
        height: 26px;
        cursor: pointer;
        z-index: 2;
    }
    .menu_btn > span,
    .menu_btn > span::before,
    .menu_btn > span::after {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #B5FBDD;
        transition-duration: .25s;
    }
    .menu_btn > span::before {
        content: '';
        top: -8px;
    }
    .menu_btn > span::after {
        content: '';
        top: 8px;
    }
    .menu_box {
        display: block;
        position: fixed;
        top: 0;
        right: -100%;
        width: 230px;
        height: 100%;
        margin: 0;
        padding: 80px 0;
        list-style: none;
        background-color: #ECEFF1;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
        transition-duration: .25s;
        z-index: 1;
    }
    .menu_item {
        display: block;
        padding: 12px 24px;
        color: #333;
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 400;
        text-decoration: none;
        transition-duration: .25s;
    }
    .menu_item:hover {
        background-color: #CFD8DC;
    }
    .info_block .block_wrapper {
    	flex-direction: column;
	}
}
@media (max-width: 480px) {
    .header .menu {
        display: none;
    }
    .hamburger-menu{
        display: block;
    }
    #menu_toggle {
        opacity: 0;
    }
    #menu_toggle:checked + .menu_btn > span {
        transform: rotate(45deg);
    }
    #menu_toggle:checked + .menu_btn > span::before {
        top: 0;
        transform: rotate(0deg);
        background-color: #000;
    }
    #menu_toggle:checked + .menu_btn > span::after {
        top: 0;
        transform: rotate(90deg);
        background-color: #000;
    }
    #menu_toggle:checked ~ .menu_box {
        right: 0 !important;
    }
    .menu_btn {
        position: fixed;
        top: 30px;
        right: 20px;
        width: 26px;
        height: 26px;
        cursor: pointer;
        z-index: 2;
    }
    .menu_btn > span,
    .menu_btn > span::before,
    .menu_btn > span::after {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #B5FBDD;
        transition-duration: .25s;
    }
    .menu_btn > span::before {
        content: '';
        top: -8px;
    }
    .menu_btn > span::after {
        content: '';
        top: 8px;
    }
    .menu_box {
        display: block;
        position: fixed;
        top: 0;
        right: -100%;
        width: 230px;
        height: 100%;
        margin: 0;
        padding: 80px 0;
        list-style: none;
        background-color: #ECEFF1;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
        transition-duration: .25s;
        z-index: 1;
    }
    .menu_item {
        display: block;
        padding: 12px 24px;
        color: #333;
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 400;
        text-decoration: none;
        transition-duration: .25s;
    }
    .menu_item:hover {
        background-color: #CFD8DC;
    }
    .remont_footer .footer-center {
    	flex-direction: column;
    }
    .footer-phone-wrap {
    	width: auto;
    	margin-top: 20px;
    }
}
@media (max-width: 370px) {
    .header .menu {
        display: none;
    }
    .hamburger-menu {
        display: block;
    }
    #menu_toggle {
        opacity: 0;
    }
    #menu_toggle:checked + .menu_btn > span {
        transform: rotate(45deg);
    }
    #menu_toggle:checked + .menu_btn > span::before {
        top: 0;
        transform: rotate(0deg);
        background-color: #000;
    }
    #menu_toggle:checked + .menu_btn > span::after {
        top: 0;
        transform: rotate(90deg);
        background-color: #000;
    }
    #menu_toggle:checked ~ .menu_box {
        right: 0 !important;
    }
    .menu_btn {
        position: fixed;
        top: 30px;
        right: 20px;
        width: 26px;
        height: 26px;
        cursor: pointer;
        z-index: 2;
    }
    .menu_btn > span,
    .menu_btn > span::before,
    .menu_btn > span::after {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #B5FBDD;
        transition-duration: .25s;
    }
    .menu_btn > span::before {
        content: '';
        top: -8px;
    }
    .menu_btn > span::after {
        content: '';
        top: 8px;
    }
    .menu_box {
        display: block;
        position: fixed;
        top: 0;
        right: -100%;
        width: 230px;
        height: 100%;
        margin: 0;
        padding: 80px 0;
        list-style: none;
        background-color: #ECEFF1;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
        transition-duration: .25s;
        z-index: 1;
    }
    .menu_item {
        display: block;
        padding: 12px 24px;
        color: #333;
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 400;
        text-decoration: none;
        transition-duration: .25s;
    }
    .menu_item:hover {
        background-color: #CFD8DC;
    }
    .footer-top {
    	flex-direction: column;
    }
    .footer-socials {
    	margin-top: 20px;
    }
}