@charset "utf-8";

@media only screen and (max-width: 1000px) {
.fixed-header .headline-center .grid {
	height: 76px;
}
.headline-center .grid-in {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.head-link-callback {
	margin-left: 30px;
}
.head-logo, .head-menu {
	margin-bottom: 20px;
}
.fixed-header .head-logo, .fixed-header .head-menu {
	margin-bottom: 4px;
}
.head-logo, .fixed-header .head-logo {
	margin-right: 0;
}
.head-logo {
	-webkit-transform: translate3d(0, 22px, 0);
	        transform: translate3d(0, 22px, 0);
}
.fixed-header .head-logo {
	-webkit-transform: translate3d(0, 15px, 0);
	        transform: translate3d(0, 15px, 0);
}
.head-logo > *, .fixed-header .head-logo > * {
	/*width: 229px;
	height: 24px;*/
	width: 229px;
    height: 46px;
}
.head-menu, .fixed-header .head-menu {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: calc(100% - 229px);
	padding: 0 0 0 30px;
}
.head-menu ul {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.head-tel2 {
	margin-left: auto;
}
.head-link-cart {
	margin-left: 30px;
}
.head-user-links {
	min-width: 0;
	margin-left: 30px;
}
.head-catalog .sub .l {
	width: 78%;
}
.head-catalog .sub .r {
	width: 22%;
}
.head-catalog .cat-categories li {
	width: 33.333333%;
}
.head-search {
	position: static;
}
.head-search .search-popup {
	margin-top: 0;
	border: 1px solid #d8e2e7;
}
.head-link-track {
	margin-left: 30px;
}
.path {
	font-size: 12px;
}
.main-sides .main-side-l, .main-sides-rev .main-side-r {
	width: 75%;
}
.main-sides .main-side-r, .main-sides-rev .main-side-l {
	width: 25%;
}
.grid-articles {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.grid-articles .el {
	width: 100%;
}
.article-mini .img {
	width: 25%;
	margin-right: 30px;
}
.article-card {
	padding-right: 15px;
}
.article-card .text:after {
	content: '';
	display: inline-block;
	vertical-align: top;
	height: 1em;
	width: 75px;
}
.grid-contacts .cont, .grid-contacts .map {
	width: 50%;
}
.main-inputs {
	margin-left: -15px;
	margin-right: -15px;
}
.main-inputs .inputs-el {
	padding-left: 15px;
	padding-right: 15px;
}
.add-file {
	padding-left: 0;
	padding-right: 0;
}
.submit {
	padding-left: 0;
	padding-right: 0;
}
.view-cols .main-catalog {
	margin-left: -7.5px;
	margin-right: -7.5px;
}
.view-cols .main-catalog > ul {
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.view-cols .main-catalog > ul > li > ul {
	padding-left: 0;
}
.hold-slider-brands, .hold-slider-brands-index {
	padding: 0 30px;
}
.slider-brands .swiper-slide {
	width: 25%;
}
.subcategories > li {
	width: calc(50% - 15px);
}
.subcategories > li:nth-child(odd):last-child {
	width: calc(100% - 15px);
}
.catalog-sort .toggle-view {
	display: none;
}
.grid-catalog .el {
	width: 50%!important;
}
.item-card {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: normal!important;
	    -ms-flex-direction: column!important;
	        flex-direction: column!important;
	padding: 14px!important;
	-webkit-box-align: stretch!important;
	    -ms-flex-align: stretch!important;
	        align-items: stretch!important;
	border-width: 1px!important;
}
.item-card .photo {
	margin: 16px 0 29px 0!important;
	width: auto!important;
	max-width: none!important;
}
.item-card .photo:before {
	padding-top: 100%!important;
}
.item-card .text {
	-webkit-box-flex: 1!important;
	    -ms-flex: 1 0 auto!important;
	        flex: 1 0 auto!important;
}
.item-card .name {
	font-size: 14px!important;
	margin-bottom: 3px!important;
}
.item-card .subname {
	font-size: 12px!important;
	margin-bottom: 14px!important;
}
.item-card .descr {
	font-size: 11px!important;
}
.item-card .price {
	line-height: 20px!important;
	font-size: 15px!important;
	margin: 23px 0 4px 0!important;
}
.item-card .price strong {
	font-size: 20px!important;
}
.side-filters {
	margin: -22px 0 28px 0;
	font-weight: normal;
	font-size: 12px;
}
.side-filters .el {
	padding: 2px 0;
}
.side-filters a {
	color: inherit;
}
.side-filters a:hover {
	color: #005baa;
}
.side-filters ul {
	margin: 0;
	padding: 0 0 0 20px;
}
.side-filters li:before {
	display: none;
}
.side-filters li {
	margin: 0;
	padding: 0;
}
.side-filters li > * {
	display: block;
	padding: 5px 12px;
}
.side-filters .toggle {
	cursor: pointer;
	position: relative;
	background: #f5f5f5;
	padding: 5px 32px 5px 12px;
	font-weight: 600;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.side-filters .toggle:before, .side-filters .toggle:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 16px;
	width: 11px;
	height: 1px;
	margin: -0.5px -5.5px;
	background: #808080;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.side-filters .toggle:after {
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}
.side-filters .open .toggle:after {
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
}
.side-filters .in {
	display: none;
	padding: 4px 0 12px 0;
}
.side-filters .open .in {
	display: block;
}
.side-filters .folded {
	display: none;
}
.side-filters .open-more .folded {
	display: block;
}
.side-filters .open-more .toggle-in {
	display: none;
}
.side-filters .toggle-in > * {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	cursor: pointer;
	text-decoration: underline;
	color: #005baa;
	display: inline-block;
	vertical-align: top;
	padding: 5px 12px;
}
.side-filters .toggle-in > *:hover {
	color: #373d42;
}
.product-brand, .product-price, .product-photo, .product-prices, .product-descr, .product-contact {
	width: 50%;
}
.product-price .price {
	font-size: 25px;
	line-height: 25px;
}
.product-photo {
	-webkit-box-ordinal-group: 5;
	    -ms-flex-order: 4;
	        order: 4;
}
.product-descr {
	-webkit-box-ordinal-group: 7;
	    -ms-flex-order: 6;
	        order: 6;
}
.product-photo, .product-prices {
	margin-bottom: 30px;
}
.product-prices {
	-webkit-box-ordinal-group: 6;
	    -ms-flex-order: 5;
	        order: 5;
}
.product-contact {
	-webkit-box-ordinal-group: 8;
	    -ms-flex-order: 7;
	        order: 7;
}
.product-char-title {
	-webkit-box-ordinal-group: 9;
	    -ms-flex-order: 8;
	        order: 8;
}
.product-char {
	width: 100%;
	-webkit-box-ordinal-group: 10;
	    -ms-flex-order: 9;
	        order: 9;
}
.hold-slider-catalog {
	padding-left: 30px;
	padding-right: 30px;
}
.slider-catalog .swiper-slide {
	width: 33.333333%;
}
.order-l {
	width: 55%;
}
.order-r {
	width: 45%;
}
.profile-orders th, .profile-orders td {
	padding-left: 7px;
	padding-right: 8px;
}
.profile-orders th:first-child, .profile-orders td:first-child {
	padding-left: 15px;
}
.profile-orders th:last-child, .profile-orders td:last-child {
	padding-right: 15px;
}
.hold-slider-categories {
	padding: 0 30px;
}
.slider-categories .swiper-slide {
	width: 50%;
}
.hold-slider-catalog-big {
	padding: 0 30px;
}
.top-index {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.top-index .l, .top-index .r {
	width: 100%;
}
.top-index .r {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	margin-bottom: 30px;
}
.top-index .l {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.link-index-info {
	padding-left: 5em;
	padding-right: 5em;
}
.link-index-info > * {
	position: relative;
}
.link-index-info .img {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 2em;
	width: 54%;
}
.link-index-info .img img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.link-index-info .big {
	font-weight: bold;
	font-size: 2.666666em;
	line-height: 1.25;
	color: #005baa;
	margin: -0.25em 0 5px 0;
}
.link-index-info .small {
	font-weight: 500;
	font-size: 1.666666em;
	line-height: 1.44;
	color: #808080;
}
}

/* ----- redramka ----- */
@media (max-width: 768px) {
	.head-tel a {
		min-width: 165px;
	}
	.side-filters ul {
		padding: 0;
	}
	.side-filters li > * {
		display: flex;
	}
	.side-filter__label .checkbox {
		flex-shrink: 0;
	}
	._not-in-stock {
		margin-top: -206px;
	}
	.product-photo {
		min-height: 288px;
	}
}
/* ---- /redramka ----- */