@media screen and (max-width: 980px) {
    html, body {
        min-width: 100%;
        font-size: 12px;
    }
    .container {
        width: 98%;
    }
    .box-table, .box-row {
        display: block;
    }
    .box-cell {
        display: inline-block;
    }
	.header-top {
		height: auto;
		text-align: center;
		padding-bottom: 10px;
	}
	.box-location {
		margin: 0 10px 10px 10px;
	}
	.box-mail {
		margin: 0 10px;
	}
	.cell-logo {
		width: 100%;
		text-align: center;
	}
	.cell-contacts {
		width: 100%;
		text-align: center;
		padding-top: 10px;
	}

    #menu-mobsm {
        display: inline-block;
    }
    
    .line-menu {
        display: none;
    }
    .footer-general {
        width: 100%;
        height: auto;
        min-height: 160px;
    }
    .tbl-footer .box-cell {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    .tbl-footer .box-tel, .tbl-footer .box-address,
    .tbl-footer .box-mail {
        text-align: center;
    }
	.tbl-footer .box-cell:last-child {
		text-align: center;
	}




}

@media screen and (max-width: 560px) {
	#menu-mobsm {
		top: 20px;
	}
	
}


@media screen and (max-width: 560px) {
    .logo {
		background-size: 90px auto;
		padding-left: 100px;
		padding-top: 0;
		min-height: 50px;
	}
	

}