@media screen and (max-width: 1200px) {
	
	.popup {
		max-width: unset;
	}
	
	.inner-block {
		width: 1000px;
	}
	
	.head-right-side {
		width: 770px;
	}
	
	.head-right-side .signature {
		width: 240px;
		padding: 0 25px 0 0;
	}
	
	
	.head-right-side .phone .number a {
		text-decoration: none;
		color: #000;
	}
	
	section.tovar_inside .tovar_table th:last-child, section.tovar_inside .tovar_table td:last-child {
		width: 100%;
	}
	
	
	.head-right-side .mail {
		padding: 0 40px;
	}
	
	.head-menu {
		margin: 0 -20px;
	}
	
	.catalog-section .right-side {
		width: 700px;
	}
	
	.catalog-box {
		width: 220px;
		margin: 0 20px 20px 0;
	}
	
	.catalog-box:nth-child(3n+3) {
		margin: 0 0 20px;
	}
	
	.catalog-box a .photo {
		height: 140px;
	}
	
	.catalog-box a .text {
		font-size: 14px;
		line-height: 22px;
	}
	
	.news-box {
		width: 313px;
		margin: 0 30px 0 0;
	}
	
	.advantages-box {
		font-size: 13px;
		letter-spacing: -0.5px;
		padding: 0 0 0 70px;
	}
	
	.other-activities-section article a {
		padding: 21px 25px 22px 25px;
	}
	
	.top-footer-line .column .contact-box {
		width: 60%;
	}
	
	.top-footer-line .column .contact-box:first-child {
		width: 40%;
	}
	
	.bottom-footer-line .info {
		width: 65%;
	}
	
	section.tovar_inside .tovar_inside_table {
		border: none;
	}
	
	section.tovar_inside .tovar_table thead {
		display: none;
	}
	
	section.tovar_inside .tovar_table tbody td {
		width: 100%;
		display: block;
		position: relative;
		text-align: right;
		padding-right: 10%;
		border: none;
	}
	
	section.tovar_inside .tovar_table tbody td:last-of-type {
		text-align: center;
	}
	
	section.tovar_inside .tovar_table tbody td:before {
		content: attr(aria-label);
		position: absolute;
		left: 10%;
		color: #aaa;
		font-style: italic;
	}
	
	section.tovar_inside .tovar_table tbody tr:nth-of-type(even) {
		background: #efefef;
	}
	
	
	section.tovar_inside .tovar_table .input-group {
		width: 50%;
	}
	
	section.tovar_inside .tovar_table button.zakazat {
		width: 50%;
		text-align: center;
	}
	
	.head-menu > ul > li > a {
		padding: 0 15px;
		font-size: 11px;
	}
}