@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/proximanova-regular-webfont.eot');
	src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/proximanova-regular-webfont.woff2') format('woff2'),
		 url('../fonts/proximanova-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/proximanova-light-webfont.eot');
	src: url('../fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/proximanova-light-webfont.woff2') format('woff2'),
		 url('../fonts/proximanova-light-webfont.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/proximanova-semibold-webfont.eot');
	src: url('../fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/proximanova-semibold-webfont.woff2') format('woff2'),
		 url('../fonts/proximanova-semibold-webfont.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/proximanova-bold-webfont.eot');
	src: url('../fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/proximanova-bold-webfont.woff2') format('woff2'),
		 url('../fonts/proximanova-bold-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('../fonts/proximanova-extrabld-webfont.eot');
	src: url('../fonts/proximanova-extrabld-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/proximanova-extrabld-webfont.woff2') format('woff2'),
		 url('../fonts/proximanova-extrabld-webfont.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}



html {
	font-size: 12px;
}

html,
body {
	width: 100%;
	height: 100%;
}

::selection{
	background-color: #4560f5;
	color: #ffffff;
	text-shadow: none;
}

-webkit-::selection{
	background-color: #4560f5;
	color: #ffffff;
	text-shadow: none;
}

::-moz-selection{
	background-color: #4560f5;
	color: #ffffff;
	text-shadow: none;
}

body {
	background: #ffffff;
	font-size: 12px;
	line-height: 1.225;
	color: #242424;
	font-family: 'Proxima Nova', sans-serif;
	font-weight: normal;
}

@media (min-width: 768px) {
	body {
		font-size: 15px;
	}

	html > body .text-md {
		font-size: 14px;
	}
}

html > body .text-sm {
	font-size: 13px;
}

html > body .text-lg {
	font-size: 16px;
}

html > body .text-xl {
	font-size: 18px;
}

html > body .fs15 {
	font-size: 15px;
}

.text-info {
	color: #1b14a4 !important;
}

.text-black {
	color: #242424 !important;
}

.text-primary {
	color: #4560f5 !important;
}

.text-light {
	color: #858585 !important;
}

.text-danger {
	color: #ff4d4d !important;
}

.text-grey {
	color: #858585 !important;
}

.opacity60 {
	opacity: .6;
}

.bg-primary {
	background-color: #edfaff !important;
}

p {
	margin-bottom: 1.2em;
}

a {
	color: #4560f5;
	text-decoration: underline;
}

a:hover {
	/*color: #00beff;*/
	color: #4560f5;
	text-decoration: none;
}

a.phone-link,
a.phone-link:hover {
	text-decoration: none;
	color: inherit;
	cursor: default;
	white-space: nowrap;
}

html > body .underline {
	text-decoration: underline;
}

a,
input:focus,
button:focus {
	outline: none;
}


img {
	max-width: 100%;
}

.font-medium {
	font-weight: 500;
}

h1,
.h1 {
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: .01em;
}

h2,
.h2 {
	margin-bottom: 16px;
	font-size: 18px;
	font-weight: bold;
}

.h2-sm {
	margin-bottom: 24px;
	font-size: 17px;
	font-weight: bold;
}

h3,
.h3 {
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 500;
}

.h3-lg {
	font-size: 18px;
	font-weight: bold;
}

.lead {
	font-size: 14px;
	font-weight: 500;
}

@media (min-width: 992px) {
	h1,
	.h1 {
		margin-bottom: 32px;
		font-size: 30px;
		font-weight: bold;
	}

	h2,
	.h2 {
		font-size: 24px;
	}

	.h2-sm {
		margin-bottom: 24px;
		font-size: 22px;
	}

	h3,
	.h3 {
		font-size: 18px;
	}

	.h3-lg {
		font-size: 20px;
	}

	.lead {
		font-size: 16px;
	}
}

.row {
	margin-left: -10px;
	margin-right: -10px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
	padding-right: 10px;
	padding-left: 10px;
}

.row-10 {
	margin-left: -5px;
	margin-right: -5px;
}

.row-10 > div {
	padding-left: 5px;
	padding-right: 5px;
}

@media (min-width: 1200px) {
	.row-40 {
		margin-left: -20px;
		margin-right: -20px;
	}

	.row-40 > div {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.container {
	padding-right: 10px;
	padding-left: 10px;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}



html > body .ml10 {
	margin-left: 10px;
}

html > body .mr10 {
	margin-right: 10px;
}

html > body .mr20 {
	margin-right: 20px;
}

html > body .mt10 {
	margin-top: 10px;
}

html > body .mt20 {
	margin-top: 20px;
}

html > body .mb10 {
	margin-bottom: 10px;
}

html > body .mb20 {
	margin-bottom: 20px;
}

html > body .mb30 {
	margin-bottom: 30px;
}

html > body .mb40 {
	margin-bottom: 40px;
}

html > body .mb80 {
	margin-bottom: 5rem;
}

.custom-scroll {
	-webkit-overflow-scrolling: touch;
}

@media (min-width: 768px) {
	.custom-scroll::-webkit-scrollbar {
		width: 14px;
		height: 14px;
	}

	.custom-scroll::-webkit-scrollbar-thumb {
		cursor: pointer;
		background: #a1a1a1;
		border-radius: 10px;
		border: #ffffff 4px solid;
	}
}



/* ------------------------------------------------------------------------------- */
/*  Icons
/* ------------------------------------------------------------------------------- */

[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	/*top: -.25em;*/
	top: -.125em;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	letter-spacing: 0;
	font-weight: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	content: "W";
	opacity: 0;
	display: block;
	height: 0;
	padding-bottom: 100%;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-star {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3e%3cpath fill='%23b4b4d5' d='M232 237.2c31.8-15.2 48.4-38.2 48.4-74 0-70.6-52.6-87.8-113.3-87.8H0v354.4h171.8c64.4 0 124.9-30.9 124.9-102.9 0-44.5-21.1-77.4-64.7-89.7zM77.9 135.9H151c28.1 0 53.4 7.9 53.4 40.5 0 30.1-19.7 42.2-47.5 42.2h-79v-82.7zm83.3 233.7H77.9V272h84.9c34.3 0 56 14.3 56 50.6 0 35.8-25.9 47-57.6 47zm358.5-240.7H376V94h143.7v34.9zM576 305.2c0-75.9-44.4-139.2-124.9-139.2-78.2 0-131.3 58.8-131.3 135.8 0 79.9 50.3 134.7 131.3 134.7 61.3 0 101-27.6 120.1-86.3H509c-6.7 21.9-34.3 33.5-55.7 33.5-41.3 0-63-24.2-63-65.3h185.1c.3-4.2.6-8.7.6-13.2zM390.4 274c2.3-33.7 24.7-54.8 58.5-54.8 35.4 0 53.2 20.8 56.2 54.8H390.4z'/%3e%3c/svg%3e");
}

.icon-location,
a:hover .icon-location {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3e%3cpath fill='%234560f5' d='M1018.26,8.11386671967523C1013.85,0.8288667196751476,1004.264,-1.2161332803248115,997.298,3.6408667196751594C997.298,3.6408667196751594,12.203,465.70386671967515,12.203,465.70386671967515C4.406,470.0488667196752,-0.132,478.5488667196752,0.571,487.4328667196752C3.511,494.97386671967524,9.391,500.9808667196752,16.868,504.0488667196752C16.868,504.0488667196752,459.375,580.1008667196752,459.375,580.1008667196752C459.375,580.1008667196752,508.265,1007.0138667196752,508.265,1007.0138667196752C511.141,1014.5548667196751,517.085,1020.6258667196752,524.562,1023.6298667196752C524.562,1023.6298667196752,529.227,1023.6298667196752,529.227,1023.6298667196752C536.641,1023.3738667196752,543.16,1018.5168667196751,545.524,1011.4868667196752C545.524,1011.4868667196752,1022.925,29.843866719675248,1022.925,29.843866719675248C1026.185,22.365866719675182,1024.267,13.610866719675187,1018.26,8.11386671967523C1018.26,8.11386671967523,1018.26,8.11386671967523,1018.26,8.11386671967523C1018.26,8.11386671967523,1018.26,8.11386671967523,1018.26,8.11386671967523'/%3e%3c/svg%3e");
}

.light-link .icon-location {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3e%3cpath fill='%23a7a7a7' d='M1018.26,8.11386671967523C1013.85,0.8288667196751476,1004.264,-1.2161332803248115,997.298,3.6408667196751594C997.298,3.6408667196751594,12.203,465.70386671967515,12.203,465.70386671967515C4.406,470.0488667196752,-0.132,478.5488667196752,0.571,487.4328667196752C3.511,494.97386671967524,9.391,500.9808667196752,16.868,504.0488667196752C16.868,504.0488667196752,459.375,580.1008667196752,459.375,580.1008667196752C459.375,580.1008667196752,508.265,1007.0138667196752,508.265,1007.0138667196752C511.141,1014.5548667196751,517.085,1020.6258667196752,524.562,1023.6298667196752C524.562,1023.6298667196752,529.227,1023.6298667196752,529.227,1023.6298667196752C536.641,1023.3738667196752,543.16,1018.5168667196751,545.524,1011.4868667196752C545.524,1011.4868667196752,1022.925,29.843866719675248,1022.925,29.843866719675248C1026.185,22.365866719675182,1024.267,13.610866719675187,1018.26,8.11386671967523C1018.26,8.11386671967523,1018.26,8.11386671967523,1018.26,8.11386671967523C1018.26,8.11386671967523,1018.26,8.11386671967523,1018.26,8.11386671967523'/%3e%3c/svg%3e");
}

.icon-map-mark {
	background-image: url("../img/icon-map-mark.png");
	font-size: 18.22px;
}

.contact-item-icon .icon-map-mark {
	margin-left: -3px;
}

.icon-info {
	background-image: url("../img/icon-info.png");
}

.icon-lock {
	background-image: url("../img/icon-lock.png");
}

.icon-lock-primary,
a:hover .icon-lock {
	background-image: url("../img/icon-lock-primary.png");
}

.icon-man {
	background-image: url("../img/icon-man.png");
	background-size: 100%;
}

.icon-search {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3e%3cpath fill='%234560f5' d='M901.847,709.3017662822009C1128.09,483.29976628220084,1024.825,97.12476628220088,715.933,14.23576628220087C572.579,-24.2852337177992,419.641,16.64676628220093,314.627,121.53976628220084C180.195,254.10276628220083,154.334,461.59776628220084,252.174,623.0967662822009C256.032,629.9087662822009,255.067,638.4087662822009,249.762,644.1957662822009C249.762,644.1957662822009,37.866,856.3937662822009,37.866,856.3937662822009C-5.417,890.0917662822009,-12.108,952.9677662822008,23.097,995.0447662822008C23.097,995.0447662822008,29.547,1001.0737662822008,29.547,1001.0737662822008C71.444,1036.640766282201,134.561,1030.0697662822008,168.199,986.6057662822009C168.199,986.6057662822009,326.744,827.4577662822009,379.552,775.0107662822008C385.038,769.1037662822009,393.9,767.8377662822008,400.832,771.996766282201C562.15,869.7767662822009,769.585,843.8547662822009,901.847,709.3017662822009C901.847,709.3017662822009,901.847,709.3017662822009,901.847,709.3017662822009M391.308,632.7427662822008C224.082,465.69776628220086,300.4,180.1957662822009,528.693,118.88776628220091C756.986,57.57976628220092,966.049,266.40076628220083,904.982,494.81376628220085C891.056,546.9597662822009,863.567,594.582766282201,825.347,632.7427662822008C705.263,751.9827662822008,511.392,751.9827662822008,391.308,632.7427662822008C391.308,632.7427662822008,391.308,632.7427662822008,391.308,632.7427662822008'/%3e%3c/svg%3e");
}

.icon-cart {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 14'%3e%3cpath fill='%23848484' fill-rule='evenodd' transform='translate(-409 -1462)' d='M422.468,1476h-8.937a0.838,0.838,0,0,1-.794-0.56l-2.454-7.06h-0.446a0.82,0.82,0,1,1,0-1.64h3.13l4.27-4.42a1.062,1.062,0,0,1,1.479-.04c0.017,0.01.029,0.03,0.046,0.04l4.265,4.42h3.131a0.82,0.82,0,1,1,0,1.64h-0.446l-2.429,7a0.832,0.832,0,0,1-.815.62h0Zm-6.618-9.26h4.3L418,1464.51Zm4.458,3.76a0.841,0.841,0,0,1,1.682,0v2.07a0.841,0.841,0,0,1-1.682,0v-2.07Zm-6.3,0a0.841,0.841,0,0,1,1.681,0v2.07a0.841,0.841,0,0,1-1.681,0v-2.07Zm3.148,0a0.841,0.841,0,0,1,1.681,0v2.07a0.841,0.841,0,0,1-1.681,0v-2.07Z'/%3e%3c/svg%3e");
}

.header-cart.active .icon-cart {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 14'%3e%3cpath fill='%23a1a1a1' fill-rule='evenodd' transform='translate(-409 -1462)' d='M422.468,1476h-8.937a0.838,0.838,0,0,1-.794-0.56l-2.454-7.06h-0.446a0.82,0.82,0,1,1,0-1.64h3.13l4.27-4.42a1.062,1.062,0,0,1,1.479-.04c0.017,0.01.029,0.03,0.046,0.04l4.265,4.42h3.131a0.82,0.82,0,1,1,0,1.64h-0.446l-2.429,7a0.832,0.832,0,0,1-.815.62h0Zm-6.618-9.26h4.3L418,1464.51Zm4.458,3.76a0.841,0.841,0,0,1,1.682,0v2.07a0.841,0.841,0,0,1-1.682,0v-2.07Zm-6.3,0a0.841,0.841,0,0,1,1.681,0v2.07a0.841,0.841,0,0,1-1.681,0v-2.07Zm3.148,0a0.841,0.841,0,0,1,1.681,0v2.07a0.841,0.841,0,0,1-1.681,0v-2.07Z'/%3e%3c/svg%3e");
}

a:hover .icon-cart {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 14'%3e%3cpath fill='%234560f5' fill-rule='evenodd' transform='translate(-409 -1462)' d='M422.468,1476h-8.937a0.838,0.838,0,0,1-.794-0.56l-2.454-7.06h-0.446a0.82,0.82,0,1,1,0-1.64h3.13l4.27-4.42a1.062,1.062,0,0,1,1.479-.04c0.017,0.01.029,0.03,0.046,0.04l4.265,4.42h3.131a0.82,0.82,0,1,1,0,1.64h-0.446l-2.429,7a0.832,0.832,0,0,1-.815.62h0Zm-6.618-9.26h4.3L418,1464.51Zm4.458,3.76a0.841,0.841,0,0,1,1.682,0v2.07a0.841,0.841,0,0,1-1.682,0v-2.07Zm-6.3,0a0.841,0.841,0,0,1,1.681,0v2.07a0.841,0.841,0,0,1-1.681,0v-2.07Zm3.148,0a0.841,0.841,0,0,1,1.681,0v2.07a0.841,0.841,0,0,1-1.681,0v-2.07Z'/%3e%3c/svg%3e");
}

.btn-primary .icon-cart {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 14'%3e%3cpath fill='%23ffffff' fill-rule='evenodd' transform='translate(-409 -1462)' d='M422.468,1476h-8.937a0.838,0.838,0,0,1-.794-0.56l-2.454-7.06h-0.446a0.82,0.82,0,1,1,0-1.64h3.13l4.27-4.42a1.062,1.062,0,0,1,1.479-.04c0.017,0.01.029,0.03,0.046,0.04l4.265,4.42h3.131a0.82,0.82,0,1,1,0,1.64h-0.446l-2.429,7a0.832,0.832,0,0,1-.815.62h0Zm-6.618-9.26h4.3L418,1464.51Zm4.458,3.76a0.841,0.841,0,0,1,1.682,0v2.07a0.841,0.841,0,0,1-1.682,0v-2.07Zm-6.3,0a0.841,0.841,0,0,1,1.681,0v2.07a0.841,0.841,0,0,1-1.681,0v-2.07Zm3.148,0a0.841,0.841,0,0,1,1.681,0v2.07a0.841,0.841,0,0,1-1.681,0v-2.07Z'/%3e%3c/svg%3e");
}

.icon-caret,
.btn-outline-primary:hover .icon-caret {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7'%3e%3cpath fill='%23ffffff' fill-rule='evenodd' transform='translate(-780 -1211)' d='M780.007,1212.17a1.1,1.1,0,0,0,.341.78h0l4.709,4.67a1.37,1.37,0,0,0,1.894,0l4.709-4.67h0a1.1,1.1,0,0,0,.342-0.78,1.229,1.229,0,0,0-1.285-1.17,1.344,1.344,0,0,0-.943.38h0L786,1215.1l-3.763-3.72h0a1.339,1.339,0,0,0-.942-0.38A1.229,1.229,0,0,0,780.007,1212.17Z'/%3e%3c/svg%3e");
}

.icon-caret-primary,
.search-promo .dropdown .icon-caret,
.bootstrap-select > .dropdown-toggle::after,
.btn-outline-primary .icon-caret {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7'%3e%3cpath fill='%234560f5' fill-rule='evenodd' transform='translate(-780 -1211)' d='M780.007,1212.17a1.1,1.1,0,0,0,.341.78h0l4.709,4.67a1.37,1.37,0,0,0,1.894,0l4.709-4.67h0a1.1,1.1,0,0,0,.342-0.78,1.229,1.229,0,0,0-1.285-1.17,1.344,1.344,0,0,0-.943.38h0L786,1215.1l-3.763-3.72h0a1.339,1.339,0,0,0-.942-0.38A1.229,1.229,0,0,0,780.007,1212.17Z'/%3e%3c/svg%3e");
}

.search-promo .dropdown .disabled .icon-caret {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7'%3e%3cpath fill='%23a1a1a1' fill-rule='evenodd' transform='translate(-780 -1211)' d='M780.007,1212.17a1.1,1.1,0,0,0,.341.78h0l4.709,4.67a1.37,1.37,0,0,0,1.894,0l4.709-4.67h0a1.1,1.1,0,0,0,.342-0.78,1.229,1.229,0,0,0-1.285-1.17,1.344,1.344,0,0,0-.943.38h0L786,1215.1l-3.763-3.72h0a1.339,1.339,0,0,0-.942-0.38A1.229,1.229,0,0,0,780.007,1212.17Z'/%3e%3c/svg%3e");
}

.icon-next,
.icon-prev,
.count-control a:hover .icon-next-primary,
.btn-outline-primary:hover .icon-next-primary,
.count-control a:hover .icon-prev-primary,
.btn.btn-primary:hover .icon-next {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 12'%3e%3cpath fill='%23ffffff' fill-rule='evenodd' transform='translate(-797 -919)' d='M798.165,930.993a1.107,1.107,0,0,0,.787-0.341l0,0,4.666-4.709a1.375,1.375,0,0,0,0-1.894l-4.666-4.709,0,0a1.1,1.1,0,0,0-.787-0.342A1.23,1.23,0,0,0,797,920.289a1.331,1.331,0,0,0,.38.943l0,0L801.105,925l-3.728,3.763,0,0a1.327,1.327,0,0,0-.38.942A1.23,1.23,0,0,0,798.165,930.993Z'/%3e%3c/svg%3e");
}

.icon-prev,
.icon-prev-primary {
	transform: scale(-1,-1);
}

.icon-prev-primary,
.icon-next-primary,
a:hover .icon-next,
.btn:hover .icon-next {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 12'%3e%3cpath fill='%234560f5' fill-rule='evenodd' transform='translate(-797 -919)' d='M798.165,930.993a1.107,1.107,0,0,0,.787-0.341l0,0,4.666-4.709a1.375,1.375,0,0,0,0-1.894l-4.666-4.709,0,0a1.1,1.1,0,0,0-.787-0.342A1.23,1.23,0,0,0,797,920.289a1.331,1.331,0,0,0,.38.943l0,0L801.105,925l-3.728,3.763,0,0a1.327,1.327,0,0,0-.38.942A1.23,1.23,0,0,0,798.165,930.993Z'/%3e%3c/svg%3e");
}

.icon-question {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3e%3cpath fill='%23848484' fill-rule='evenodd' transform='translate(-565 -1244)' d='M574,1244a9,9,0,1,0,9,9A9.012,9.012,0,0,0,574,1244Zm0,16.82a7.82,7.82,0,1,1,7.82-7.82A7.83,7.83,0,0,1,574,1260.82Zm0-12.71a2.875,2.875,0,0,0-2.87,2.87,0.591,0.591,0,0,0,1.181,0,1.69,1.69,0,1,1,1.689,1.69,0.594,0.594,0,0,0-.59.59v2.06a0.59,0.59,0,1,0,1.18,0v-1.53A2.871,2.871,0,0,0,574,1248.11Zm0,8.21a0.74,0.74,0,1,0,.741.74A0.74,0.74,0,0,0,574,1256.32Z'/%3e%3c/svg%3e");
}

a:hover .icon-question {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3e%3cpath fill='%234560f5' fill-rule='evenodd' transform='translate(-594 -1244)' d='M603,1244a9,9,0,1,0,9,9A9.012,9.012,0,0,0,603,1244Zm0.59,9.79v1.53a0.59,0.59,0,0,1-1.18,0v-2.06a0.594,0.594,0,0,1,.59-0.59,1.69,1.69,0,1,0-1.69-1.69,0.591,0.591,0,0,1-1.181,0A2.871,2.871,0,1,1,603.589,1253.79Zm-0.59,2.53a0.74,0.74,0,1,1-.741.74A0.739,0.739,0,0,1,603,1256.32Z'/%3e%3c/svg%3e");
}

.search-promo .icon-question {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3e%3cpath fill='%23ffffff' fill-rule='evenodd' transform='translate(-565 -1244)' d='M574,1244a9,9,0,1,0,9,9A9.012,9.012,0,0,0,574,1244Zm0,16.82a7.82,7.82,0,1,1,7.82-7.82A7.83,7.83,0,0,1,574,1260.82Zm0-12.71a2.875,2.875,0,0,0-2.87,2.87,0.591,0.591,0,0,0,1.181,0,1.69,1.69,0,1,1,1.689,1.69,0.594,0.594,0,0,0-.59.59v2.06a0.59,0.59,0,1,0,1.18,0v-1.53A2.871,2.871,0,0,0,574,1248.11Zm0,8.21a0.74,0.74,0,1,0,.741.74A0.74,0.74,0,0,0,574,1256.32Z'/%3e%3c/svg%3e");
}

.search-promo a:hover .icon-question {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3e%3cpath fill='%23ffffff' fill-rule='evenodd' transform='translate(-594 -1244)' d='M603,1244a9,9,0,1,0,9,9A9.012,9.012,0,0,0,603,1244Zm0.59,9.79v1.53a0.59,0.59,0,0,1-1.18,0v-2.06a0.594,0.594,0,0,1,.59-0.59,1.69,1.69,0,1,0-1.69-1.69,0.591,0.591,0,0,1-1.181,0A2.871,2.871,0,1,1,603.589,1253.79Zm-0.59,2.53a0.74,0.74,0,1,1-.741.74A0.739,0.739,0,0,1,603,1256.32Z'/%3e%3c/svg%3e");
}

.icon-delivery {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 25'%3e%3cpath fill='%234560f5' fill-rule='evenodd' transform='translate(-453 -1580)' d='M499.844,1585.74a7.353,7.353,0,0,0-5.3-2.08H489.5v-2.54a1.164,1.164,0,0,0-1.2-1.12H464.277a1.164,1.164,0,0,0-1.2,1.12v3.91h-4.681a1.123,1.123,0,1,0,0,2.24h5.894a1.165,1.165,0,0,0,1.2-1.12v-3.91H487.1v17.59H475.776a0.762,0.762,0,0,0-.151.01,4.144,4.144,0,0,0-7.5.02,1.153,1.153,0,0,0-.26-0.03H465.49v-3.92a1.165,1.165,0,0,0-1.2-1.12h-5.894a1.123,1.123,0,1,0,0,2.24h4.681v3.91a1.164,1.164,0,0,0,1.2,1.12h3.659a4.109,4.109,0,0,0,7.879,0h14.416a4.109,4.109,0,0,0,7.879,0H500.8a1.165,1.165,0,0,0,1.2-1.12v-9.32A8.155,8.155,0,0,0,499.844,1585.74Zm-27.968,17.03a1.529,1.529,0,1,1,1.634-1.53A1.588,1.588,0,0,1,471.876,1602.77Zm22.294,0a1.529,1.529,0,1,1,1.634-1.53A1.588,1.588,0,0,1,494.17,1602.77Zm5.423-2.94h-1.684a4.142,4.142,0,0,0-7.478,0h-0.922v-13.92h5.042c3.158,0,5.042,2.14,5.042,5.72v8.2Zm-25.933-6.7a1.071,1.071,0,0,0,0,1.59,1.233,1.233,0,0,0,.852.33,1.249,1.249,0,0,0,.852-0.33l3.108-2.89c0.02-.03.05-0.05,0.07-0.08s0.02-.03.03-0.05l0.04-.04,0.03-.06c0.01-.02.021-0.03,0.03-0.05l0.03-.05a0.108,0.108,0,0,0,.021-0.05,0.521,0.521,0,0,1,.02-0.05,0.172,0.172,0,0,1,.02-0.05,0.127,0.127,0,0,0,.01-0.06c0-.02.01-0.03,0.01-0.05s0.01-.04.01-0.07,0.01-.03.01-0.05a0.9,0.9,0,0,0,0-.22,0.09,0.09,0,0,0-.01-0.05,0.354,0.354,0,0,1-.01-0.06c0-.02-0.01-0.04-0.01-0.06a0.433,0.433,0,0,0-.01-0.05,0.511,0.511,0,0,0-.02-0.05c-0.011-.02-0.011-0.04-0.02-0.06a0.071,0.071,0,0,1-.021-0.04l-0.03-.06c-0.009-.02-0.02-0.03-0.03-0.05l-0.03-.05a0.176,0.176,0,0,0-.04-0.05c-0.01-.02-0.02-0.03-0.03-0.05a0.462,0.462,0,0,1-.07-0.07l-2.957-2.76a1.266,1.266,0,0,0-1.7,0,1.071,1.071,0,0,0,0,1.59l0.893,0.83H454.2a1.128,1.128,0,1,0,0,2.25h20.49Z'/%3e%3c/svg%3e");
}

.icon-close {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3e%3cpath fill='%234560f5' fill-rule='evenodd' transform='translate(-454 -1553)' d='M465.654,1554.95l-4.081,4.05,4.081,4.04,0,0.01a1.08,1.08,0,0,1,.342.78,1.23,1.23,0,0,1-1.285,1.17,1.346,1.346,0,0,1-.944-0.38h0L460,1560.89l-3.763,3.73h0a1.34,1.34,0,0,1-.943.38,1.229,1.229,0,0,1-1.284-1.17,1.086,1.086,0,0,1,.34-0.78l0-.01,4.083-4.04-4.083-4.05h0a1.1,1.1,0,0,1-.34-0.78,1.229,1.229,0,0,1,1.284-1.17,1.34,1.34,0,0,1,.943.38h0l3.763,3.73,3.763-3.73h0a1.346,1.346,0,0,1,.944-0.38,1.23,1.23,0,0,1,1.285,1.17,1.1,1.1,0,0,1-.342.78h0Z'/%3e%3c/svg%3e");
}

a:not(.btn-outline-primary):hover .icon-close,
button:not(.btn-outline-primary):hover .icon-close {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3e%3cpath fill='%2300beff' fill-rule='evenodd' transform='translate(-454 -1553)' d='M465.654,1554.95l-4.081,4.05,4.081,4.04,0,0.01a1.08,1.08,0,0,1,.342.78,1.23,1.23,0,0,1-1.285,1.17,1.346,1.346,0,0,1-.944-0.38h0L460,1560.89l-3.763,3.73h0a1.34,1.34,0,0,1-.943.38,1.229,1.229,0,0,1-1.284-1.17,1.086,1.086,0,0,1,.34-0.78l0-.01,4.083-4.04-4.083-4.05h0a1.1,1.1,0,0,1-.34-0.78,1.229,1.229,0,0,1,1.284-1.17,1.34,1.34,0,0,1,.943.38h0l3.763,3.73,3.763-3.73h0a1.346,1.346,0,0,1,.944-0.38,1.23,1.23,0,0,1,1.285,1.17,1.1,1.1,0,0,1-.342.78h0Z'/%3e%3c/svg%3e");
}

.icon-close-white,
.btn-outline-primary:hover .icon-close {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3e%3cpath fill='%23ffffff' fill-rule='evenodd' transform='translate(-454 -1553)' d='M465.654,1554.95l-4.081,4.05,4.081,4.04,0,0.01a1.08,1.08,0,0,1,.342.78,1.23,1.23,0,0,1-1.285,1.17,1.346,1.346,0,0,1-.944-0.38h0L460,1560.89l-3.763,3.73h0a1.34,1.34,0,0,1-.943.38,1.229,1.229,0,0,1-1.284-1.17,1.086,1.086,0,0,1,.34-0.78l0-.01,4.083-4.04-4.083-4.05h0a1.1,1.1,0,0,1-.34-0.78,1.229,1.229,0,0,1,1.284-1.17,1.34,1.34,0,0,1,.943.38h0l3.763,3.73,3.763-3.73h0a1.346,1.346,0,0,1,.944-0.38,1.23,1.23,0,0,1,1.285,1.17,1.1,1.1,0,0,1-.342.78h0Z'/%3e%3c/svg%3e");
}

.icon-phone {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3e%3cpath fill='%234560f5' fill-rule='evenodd' transform='translate(-405 -1337)' d='M408,1343.5a13,13,0,0,0,5.5,5.5l1.832-1.83a0.661,0.661,0,0,1,.834-0.17,8.8,8.8,0,0,0,3,.5,0.784,0.784,0,0,1,.833.83v2.84a0.784,0.784,0,0,1-.833.83A14.153,14.153,0,0,1,405,1337.83a0.784,0.784,0,0,1,.833-0.83h2.917a0.784,0.784,0,0,1,.833.83,9.447,9.447,0,0,0,.5,3,1.041,1.041,0,0,1-.167.84Z'/%3e%3c/svg%3e");
}

.icon-clock {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3e%3cpath fill='%234560f5' fill-rule='evenodd' transform='translate(-435 -1338)' d='M442,1338a7,7,0,1,0,7,7,7.005,7.005,0,0,0-7-7h0Zm0,12.52a5.52,5.52,0,1,1,5.524-5.52,5.53,5.53,0,0,1-5.524,5.52h0Zm3.757-5.74h-2.733a1.118,1.118,0,0,0-.4-0.39v-3.29a0.626,0.626,0,0,0-1.252,0v3.29a1.2,1.2,0,1,0,1.65,1.64h2.733a0.618,0.618,0,0,0,.625-0.62,0.627,0.627,0,0,0-.625-0.63h0Z'/%3e%3c/svg%3e");
}

.icon-mail {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 11.03'%3e%3cpath fill='%234560f5' fill-rule='evenodd' transform='translate(-464 -1341)' d='M465.874,1341h11.18a1.862,1.862,0,0,1,1.379.57,1.965,1.965,0,0,1,.58,1.29v7.3a1.9,1.9,0,0,1-.508,1.29,2.028,2.028,0,0,1-1.379.57H465.874a1.979,1.979,0,0,1-1.306-.5,1.79,1.79,0,0,1-.581-1.29v-7.37a1.677,1.677,0,0,1,.581-1.29,1.7,1.7,0,0,1,1.306-.57h0Zm5.59,5.29,4.574-3.72h-8.93Zm-5.59,4.15h11.18c0.144,0,.217,0,0.217-0.07a0.368,0.368,0,0,0,.145-0.21v-6.66l-5.444,4.44c-0.073.07-.146,0.07-0.217,0.14h-0.582a0.385,0.385,0,0,1-.217-0.14l-5.372-4.65v6.87a0.25,0.25,0,0,0,.073.21,0.271,0.271,0,0,0,.217.07h0Z'/%3e%3c/svg%3e");
}

.icon-menu {
	top: -3px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 15'%3e%3cpath fill='%23ffffff' fill-rule='evenodd' transform='translate(-722 -1249)' d='M722,1249h18v3H722v-3Zm0,6h18v3H722v-3Zm0,6h18v3H722v-3Z'/%3e%3c/svg%3e");
}

.icon-catalog {
	top: -4px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3e%3cpath fill='%234560f5' fill-rule='evenodd' transform='translate(-548 -1588)' d='M557,1603v-6h6v6h-6Zm0-15h6v6h-6v-6Zm-9,9h6v6h-6v-6Zm0-9h6v6h-6v-6Z'/%3e%3c/svg%3e");
	margin-left: 13px;
}

.toggle-view:not(.active) .icon-catalog {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3e%3cpath fill='%23848484' fill-rule='evenodd' transform='translate(-548 -1588)' d='M557,1603v-6h6v6h-6Zm0-15h6v6h-6v-6Zm-9,9h6v6h-6v-6Zm0-9h6v6h-6v-6Z'/%3e%3c/svg%3e");
}

.icon-list {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3e%3cpath fill='%23848484' fill-rule='evenodd' transform='translate(-548 -1617)' d='M548,1632v-3h15v3H548Zm0-9h15v3H548v-3Zm0-6h15v3H548v-3Z'/%3e%3c/svg%3e");
}

.toggle-view.active .icon-list {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3e%3cpath fill='%234560f5' fill-rule='evenodd' transform='translate(-548 -1617)' d='M548,1632v-3h15v3H548Zm0-9h15v3H548v-3Zm0-6h15v3H548v-3Z'/%3e%3c/svg%3e");
}

.icon-up {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 14'%3e%3cpath fill='%23ffffff' fill-rule='evenodd' transform='translate(-553 -1010)' d='M563.71,1017a1.344,1.344,0,0,1-.944-0.38h0L559,1012.89l-3.763,3.73h0a1.35,1.35,0,0,1-.944.38,1.229,1.229,0,0,1-1.285-1.17,1.1,1.1,0,0,1,.342-0.78l0-.01,4.71-4.66a1.37,1.37,0,0,1,1.894,0l4.709,4.66,0,0.01a1.1,1.1,0,0,1,.34.78A1.228,1.228,0,0,1,563.71,1017Zm-10.367,5.05,4.71-4.67a1.37,1.37,0,0,1,1.894,0l4.709,4.67h0a1.1,1.1,0,0,1,.34.78,1.228,1.228,0,0,1-1.283,1.17,1.344,1.344,0,0,1-.944-0.38h0L559,1019.89l-3.763,3.73h0a1.35,1.35,0,0,1-.944.38,1.229,1.229,0,0,1-1.285-1.17,1.1,1.1,0,0,1,.342-0.78h0Z'/%3e%3c/svg%3e");
}

.icon-instock {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3e%3cpath fill='%233fcf49' fill-rule='evenodd' transform='translate(-412 -1289)' d='M421,1307a9,9,0,1,1,9-9A9.012,9.012,0,0,1,421,1307Zm4.676-11.74a1,1,0,0,0-1.367,0l-4.667,4.49-1.991-1.91a0.982,0.982,0,0,0-1.368,0,0.9,0.9,0,0,0,0,1.31l2.676,2.58a1,1,0,0,0,1.367,0l5.35-5.15A0.91,0.91,0,0,0,425.674,1295.26Z'/%3e%3c/svg%3e");
}

.icon-warning {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3e%3cpath fill='%23ff4d4d' fill-rule='evenodd' transform='translate(-442 -1289)' d='M451,1289a9,9,0,1,0,9,9A9.012,9.012,0,0,0,451,1289Zm0.009,10.71a1.055,1.055,0,0,1-.994-1.1v-5.51a1,1,0,1,1,1.994,0v5.51A1.059,1.059,0,0,1,451.007,1299.71Zm0,1.09a1.1,1.1,0,1,1-.994,1.09A1.047,1.047,0,0,1,451.007,1300.8Z'/%3e%3c/svg%3e");
}

.icon-bell {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 15'%3e%3cpath fill='%23ffffff' fill-rule='evenodd' transform='translate(-599 -1574)' d='M605,1589a1.77,1.77,0,0,1-1.776-1.76h3.551A1.768,1.768,0,0,1,605,1589h0Zm6-3.53h0c0,0.65-.532.69-1.187,0.69h-9.622c-0.656,0-1.187-.04-1.187-0.69v-0.11a1.174,1.174,0,0,1,.675-1.06l0.377-3.23a4.925,4.925,0,0,1,3.929-4.81v-1.25a1.017,1.017,0,0,1,2.034,0v1.25a4.925,4.925,0,0,1,3.929,4.81l0.377,3.23a1.173,1.173,0,0,1,.676,1.06v0.11Zm0,0'/%3e%3c/svg%3e");
}

.icon-sort,
.icon-sort-down {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 8'%3e%3cpath fill='%239b9b9b' fill-rule='evenodd' transform='translate(-418 -1529)' d='M418,1529h5v2h-5v-2Zm0,3h7v2h-7v-2Zm0,3h9v2h-9v-2Z'/%3e%3c/svg%3e");
	font-size: 9.1px;
	top: -3px;
}

.bootstrap-select .icon-sort,
.bootstrap-select .icon-sort-down {
	top: 1px;
}

.icon-sort-down {
	transform: scale(-1,-1);
}

.icon-exclamation {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3e%3cpath fill='%23ff4d4d' fill-rule='evenodd' transform='translate(-442 -1289)' d='M451,1289a9,9,0,1,0,9,9A9.012,9.012,0,0,0,451,1289Zm0.009,10.71a1.055,1.055,0,0,1-.994-1.1v-5.51a1,1,0,1,1,1.994,0v5.51A1.059,1.059,0,0,1,451.007,1299.71Zm0,1.09a1.1,1.1,0,1,1-.994,1.09A1.047,1.047,0,0,1,451.007,1300.8Z'/%3e%3c/svg%3e");
}

.icon-pen {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 11.97'%3e%3cpath fill='%23a1a1a1' fill-rule='evenodd' transform='translate(-472 -1527.03)' d='M481.925,1531l-1.942-1.94-6.013,6.03,1.963,1.91Zm0,0-0.27-3.6-0.995.99,1.942,1.95,1-1a1.372,1.372,0,1,0-1.942-1.94h0Zm0,0M472,1539l3.313-1.4-1.93-1.88Zm0,0'/%3e%3c/svg%3e");
}

.icon-doc {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.469 23.56'%3e%3cpath fill='%234560f5' fill-rule='evenodd' transform='translate(-689.719 -1124.38)' d='M702.657,1127.09V1130H705.5Zm-4.1,14.76h0Zm-2.924-6.56a0.882,0.882,0,0,1-.552-0.24h0a0.8,0.8,0,0,1,0-1.13h0a0.817,0.817,0,0,1,.552-0.24h6.619a0.817,0.817,0,0,1,.552.24h0a0.8,0.8,0,0,1,0,1.13h0a0.887,0.887,0,0,1-.552.24h-6.619Zm0,3.62a0.871,0.871,0,0,1-.552-0.23h0a0.837,0.837,0,0,1-.234-0.58,0.79,0.79,0,0,1,.234-0.56h0a0.765,0.765,0,0,1,.552-0.23h6.619a0.765,0.765,0,0,1,.552.23h0a0.8,0.8,0,0,1,.234.56,0.837,0.837,0,0,1-.234.58h0a0.875,0.875,0,0,1-.552.23h-6.619Zm0,3.74a0.871,0.871,0,0,1-.552-0.23h0a0.82,0.82,0,0,1-.234-0.58,0.79,0.79,0,0,1,.234-0.56h0a0.765,0.765,0,0,1,.552-0.23h6.619a0.765,0.765,0,0,1,.552.23h0a0.8,0.8,0,0,1,.234.56,0.82,0.82,0,0,1-.234.58h0a0.875,0.875,0,0,1-.552.23h-6.619Zm12.31-12.43a1.524,1.524,0,0,1,.117.13v0.02h0a0.267,0.267,0,0,0,.053.1v0.02h0a0.105,0.105,0,0,1,.021.05v0.01h0.011v0.04l0.01,0.01c0,0.01.011,0.02,0.011,0.03h0v0.05a0.135,0.135,0,0,1,.011.09h0v0.02h0v16.36a0.824,0.824,0,0,1-.223.56h0a0.79,0.79,0,0,1-.563.23H690.484a0.765,0.765,0,0,1-.552-0.23h0a0.819,0.819,0,0,1-.223-0.56v-21.99a0.863,0.863,0,0,1,.223-0.57h0a0.807,0.807,0,0,1,.552-0.23h11.387a0.685,0.685,0,0,1,.2.03,0.405,0.405,0,0,1,.181.08l0.032,0.01h0l0.042,0.03,0.032,0.01v0.01c0.011,0.01.032,0.02,0.043,0.03a0.224,0.224,0,0,1,.032.04v-0.01l5.521,5.63h-0.011Zm-6.859-4.25H691.27v20.38h15.347V1131.6h-4.746a0.764,0.764,0,0,1-.552-0.24h0a0.8,0.8,0,0,1-.234-0.57v-4.82h0Z'/%3e%3c/svg%3e");
}

.icon-box {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 22.94'%3e%3cpath fill='%234560f5' fill-rule='evenodd' transform='translate(-688 -1185.5)' d='M698.8,1208.36h0.007a0.026,0.026,0,0,1,.024-0.01l0.011-.01,9.733-4.53a0.757,0.757,0,0,0,.434-0.67v-12.22l-0.023-.29-0.009-.04a1.122,1.122,0,0,0-.054-0.14,0.741,0.741,0,0,0-.483-0.39h-0.014l-0.012-.01-9.6-4.47a0.768,0.768,0,0,0-.662,0l-9.724,4.53a0.729,0.729,0,0,0-.437.64h0v12.4a0.735,0.735,0,0,0,.434.67l9.709,4.52,0.009,0.01,0.038,0.01,0.046,0.03h0.037l0.025,0.01c0.008,0,.015.01,0.022,0.01h0.021a0.015,0.015,0,0,1,.016.01h0.086a0.252,0.252,0,0,0,.124,0h0.013a0.159,0.159,0,0,0,.066-0.01h0.024c0.006,0,.013-0.01.02-0.01h0.01l0.054-.02A0.158,0.158,0,0,0,698.8,1208.36Zm8.673-5.7-0.085.04-8.143,3.8v-10.71l3.641-1.7v2.34a0.764,0.764,0,0,0,1.528,0v-3.06l3.059-1.42v10.71Zm-8.991-15.59,7.97,3.71-2.642,1.23-7.97-3.71Zm-0.764,19.43-8.2-3.82v-10.71l8.2,3.82v10.71Zm0.764-12-7.971-3.72,3.564-1.66,7.97,3.71Z'/%3e%3c/svg%3e");
}

.icon-clock-lg {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='%234560f5' fill-rule='evenodd' transform='translate(-688.5 -1246.5)' d='M698.5,1246.5a10,10,0,1,0,10,10,10.014,10.014,0,0,0-10-10h0Zm0,18.21a8.21,8.21,0,1,1,8.207-8.21,8.215,8.215,0,0,1-8.207,8.21h0Zm5.369-8.52h-3.905a1.732,1.732,0,0,0-.569-0.57v-4.69a0.9,0.9,0,1,0-1.79,0v4.69a1.716,1.716,0,1,0,2.359,2.36h3.905a0.9,0.9,0,1,0,0-1.79h0Z'/%3e%3c/svg%3e");
}

.icon-comment {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.281 21.47'%3e%3cpath fill='%234560f5' fill-rule='evenodd' transform='translate(-689 -1304.53)' d='M704.717,1304.53H692.554a3.554,3.554,0,0,0-3.554,3.55v10.13a3.556,3.556,0,0,0,3.554,3.56h7.384l4.014,4.02a0.7,0.7,0,0,0,.5.21,0.854,0.854,0,0,0,.272-0.05,0.714,0.714,0,0,0,.439-0.66v-3.55a3.56,3.56,0,0,0,3.1-3.53v-10.13A3.554,3.554,0,0,0,704.717,1304.53Zm2.133,13.68a2.139,2.139,0,0,1-2.133,2.14h-0.262a0.712,0.712,0,0,0-.711.71v2.51l-3.009-3.01a0.685,0.685,0,0,0-.5-0.21h-7.679a2.138,2.138,0,0,1-2.132-2.14v-10.13a2.136,2.136,0,0,1,2.132-2.13h12.163a2.137,2.137,0,0,1,2.133,2.13v10.13Zm-3.483-7.64H693.9a0.71,0.71,0,1,0,0,1.42h9.463A0.71,0.71,0,1,0,703.367,1310.57Zm0,3.98H693.9a0.71,0.71,0,1,0,0,1.42h9.463A0.71,0.71,0,1,0,703.367,1314.55Z'/%3e%3c/svg%3e");
}

.icon-user-data {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.063 22.94'%3e%3cpath fill='%234560f5' fill-rule='evenodd' transform='translate(-689 -1364.06)' d='M698.026,1376.96h0a2.885,2.885,0,1,0-2.89-2.89A2.889,2.889,0,0,0,698.026,1376.96Zm0-4.32a1.435,1.435,0,1,1-1.437,1.44A1.442,1.442,0,0,1,698.026,1372.64Zm0.029,4.9H698a4.234,4.234,0,0,0-3.035,1.28A4.5,4.5,0,0,0,693.7,1382a0.731,0.731,0,0,0,.726.73h7.2a0.732,0.732,0,0,0,.726-0.73,4.505,4.505,0,0,0-1.262-3.18A4.234,4.234,0,0,0,698.055,1377.54Zm2.769,3.74h-5.6a3.025,3.025,0,0,1,.773-1.45,2.861,2.861,0,0,1,4.05,0A3.035,3.035,0,0,1,700.824,1381.28Zm3.427-17.22H691.8a2.8,2.8,0,0,0-2.8,2.79v17.35a2.807,2.807,0,0,0,2.8,2.8h12.45a2.808,2.808,0,0,0,2.8-2.8v-17.35A2.8,2.8,0,0,0,704.251,1364.06Zm1.348,2.79v17.35a1.356,1.356,0,0,1-1.348,1.35H691.8a1.358,1.358,0,0,1-1.35-1.35v-17.35a1.349,1.349,0,0,1,1.349-1.34H704.25A1.348,1.348,0,0,1,705.6,1366.85Zm-9.736,1.1h4.149a0.731,0.731,0,0,0,.727-0.73,0.722,0.722,0,0,0-.727-0.72h-4.149a0.722,0.722,0,0,0-.727.72A0.731,0.731,0,0,0,695.863,1367.95Z'/%3e%3c/svg%3e");
}

.icon-shop {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.938 22.37'%3e%3cpath fill='%234560f5' fill-rule='evenodd' transform='translate(-688 -1424.63)' d='M691.181,1432.41a1.7,1.7,0,0,0,1.185-.5,1.656,1.656,0,0,0,.492-1.18v-0.3H689.5v0.3a1.653,1.653,0,0,0,.493,1.18,1.7,1.7,0,0,0,1.184.5h0Zm4.866,4.8h4.844a0.753,0.753,0,0,1,.752.75v7.54h4.731v-11.65a3.161,3.161,0,0,1-2.862-.88,2.374,2.374,0,0,1-.184-0.19,1.92,1.92,0,0,1-.181.19,3.156,3.156,0,0,1-4.494,0,2.374,2.374,0,0,1-.184-0.19,1.911,1.911,0,0,1-.18.19,3.156,3.156,0,0,1-4.494,0,2.374,2.374,0,0,1-.184-0.19,1.92,1.92,0,0,1-.181.19,3.166,3.166,0,0,1-2.865.88v11.65h4.73v-7.54a0.755,0.755,0,0,1,.752-0.75h0Zm4.092,1.51H696.8v6.78h3.339v-6.78Zm6.938-9.86-1.042-2.74H690.9l-1.038,2.74h17.212Zm-9.484,1.57h-3.231v0.3a1.657,1.657,0,0,0,.493,1.18,1.653,1.653,0,0,0,2.369,0,1.653,1.653,0,0,0,.493-1.18v-0.3h-0.124Zm-9.45-1.26,1.523-4.01a0.757,0.757,0,0,1,.722-0.54h16.166v0.01a0.745,0.745,0,0,1,.7.48l1.545,4.06a0.766,0.766,0,0,1,.139.44v1.12a3.139,3.139,0,0,1-.932,2.24c-0.042.04-.083,0.09-0.128,0.13v13.15a0.746,0.746,0,0,1-.752.75H689.812a0.749,0.749,0,0,1-.752-0.75V1433.1c-0.041-.04-0.086-0.09-0.128-0.13a3.139,3.139,0,0,1-.932-2.24v-1.12a0.77,0.77,0,0,1,.143-0.44h0Zm19.291,1.26H704.08v0.3a1.655,1.655,0,0,0,.5,1.18,1.649,1.649,0,0,0,2.366,0,1.656,1.656,0,0,0,.492-1.18v-0.3Zm-4.858,0h-3.355v0.3a1.669,1.669,0,0,0,.493,1.18,1.653,1.653,0,0,0,2.369,0,1.657,1.657,0,0,0,.493-1.18v-0.3Z'/%3e%3c/svg%3e");
}

.icon-download {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.375 23.44'%3e%3cpath fill='%234560f5' fill-rule='evenodd' transform='translate(-689.469 -1484.53)' d='M707.631,1507.74a0.793,0.793,0,0,1-.56.24H690.255a0.768,0.768,0,0,1-.549-0.24,0.818,0.818,0,0,1-.222-0.56v-21.86a0.818,0.818,0,0,1,.222-0.56,0.758,0.758,0,0,1,.549-0.23H701.58a0.673,0.673,0,0,1,.2.03,0.383,0.383,0,0,1,.18.07l0.032,0.01,0.042,0.03,0.032,0.01v0.02c0.01,0.01.032,0.02,0.042,0.03a0.088,0.088,0,0,1,.032.04v-0.01l5.491,5.59H707.62a1.711,1.711,0,0,0,.116.13v0.02a0.351,0.351,0,0,0,.053.11v0.01a0.178,0.178,0,0,1,.021.05v0.01h0.011v0.04l0.011,0.02c0,0.01.01,0.02,0.01,0.03v0.04a0.135,0.135,0,0,1,.011.09v16.28A0.828,0.828,0,0,1,707.631,1507.74Zm-5.269-20.5v2.89h2.83Zm3.938,4.49h-4.72a0.758,0.758,0,0,1-.549-0.24,0.794,0.794,0,0,1-.233-0.56v-4.81h-9.762v20.27H706.3v-14.66Zm-11.235,9.73h6.961a0.8,0.8,0,0,1,.5.18,0.643,0.643,0,0,1,0,.93,0.8,0.8,0,0,1-.5.19h-6.862v0.09a0.751,0.751,0,0,1-.5-0.19,0.769,0.769,0,0,1-.3-0.55,0.687,0.687,0,0,1,.2-0.47A0.806,0.806,0,0,1,695.065,1501.46Zm3.779-1.28h-0.6l-0.1-.09c-0.9-.75-1.89-1.68-2.785-2.42a0.694,0.694,0,0,1,0-1.02,0.746,0.746,0,0,1,.995,0l1.491,1.3s-0.043-4.58-.014-4.61a0.721,0.721,0,0,1,1.108-.42,0.683,0.683,0,0,1,.2.47v4.65l1.492-1.3a0.745,0.745,0,0,1,.994,0,0.694,0.694,0,0,1,0,1.02A32.327,32.327,0,0,1,698.844,1500.18Z'/%3e%3c/svg%3e");
}




.icon-catalog-vytyazhka {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M95.588,62.7a70.559,70.559,0,0,0-7.1-5.124,1.1,1.1,0,0,0-.2-0.13,71.284,71.284,0,0,0-18.348-8.162,1.112,1.112,0,0,0-.23-0.063q-1.434-.4-2.885-0.747V18.854A1.122,1.122,0,0,0,65.7,17.732H63.663V12.44a1.122,1.122,0,0,0-1.122-1.122H38.449a1.122,1.122,0,0,0-1.122,1.122v5.292H35.3a1.122,1.122,0,0,0-1.122,1.122V48.469q-1.447.342-2.878,0.745a1.11,1.11,0,0,0-.274.076A71.3,71.3,0,0,0,13.6,56.9a1.108,1.108,0,0,0-.314.191A70.584,70.584,0,0,0,5.413,62.7,1.122,1.122,0,0,0,6.837,64.43a68.279,68.279,0,0,1,6.428-4.676l1.2,5.495a1.122,1.122,0,0,0,1.1.883h70.8a1.123,1.123,0,0,0,1.1-.882l1.088-4.971a68.262,68.262,0,0,1,5.624,4.152A1.122,1.122,0,0,0,95.588,62.7ZM32.594,51.185q2.939-.793,5.945-1.327l0.231-.041c0.337-.058.674-0.112,1.011-0.166,0.309-.048.617-0.1,0.927-0.14,0.19-.027.38-0.055,0.571-0.081a69.679,69.679,0,0,1,18.474,0L60.214,49.5c0.35,0.049.7,0.1,1.049,0.158,0.31,0.049.621,0.1,0.931,0.152l0.341,0.061Q65.5,50.4,68.4,51.182v7.535h-35.8V51.185Zm6.977-37.622H61.418v4.17H39.571v-4.17Zm-3.148,34.4V19.977H64.578v27.99q-1.625-.327-3.267-0.575l-0.14-.023c-0.133-.02-0.267-0.037-0.4-0.057q-0.714-.1-1.431-0.2H59.333a70.255,70.255,0,0,0-17.6-.008l-0.117.014q-0.638.081-1.274,0.174C39.031,47.484,37.722,47.7,36.423,47.966Zm49.029,15.92H16.463L15.288,58.5a69.038,69.038,0,0,1,15.061-6.667v8.008a1.122,1.122,0,0,0,1.122,1.122H69.518a1.122,1.122,0,0,0,1.122-1.122V51.828a69.025,69.025,0,0,1,15.883,7.164ZM50.5,54.01a1.064,1.064,0,1,0,1.064,1.064A1.067,1.067,0,0,0,50.5,54.01Zm-5.3,0a1.064,1.064,0,1,0,1.064,1.064A1.067,1.067,0,0,0,45.2,54.01Zm10.583,0a1.064,1.064,0,1,0,1.064,1.064A1.067,1.067,0,0,0,55.786,54.01ZM45.49,42.325h5.967a1.122,1.122,0,0,0,0-2.245H45.49A1.122,1.122,0,0,0,45.49,42.325Zm10.3-.005a1.064,1.064,0,1,0-1.064-1.064A1.067,1.067,0,0,0,55.786,42.32ZM33.85,69.651a1.122,1.122,0,0,0-1.586,0l-3.5,3.489a1.122,1.122,0,0,0,1.584,1.589l1.585-1.58V81.56a1.122,1.122,0,1,0,2.244,0V73.154l1.573,1.573a1.122,1.122,0,0,0,1.587-1.587Zm18.231,0a1.121,1.121,0,0,0-1.587,0L47,73.14a1.122,1.122,0,0,0,1.587,1.587l1.573-1.573V81.56a1.122,1.122,0,1,0,2.244,0V73.154l1.573,1.574a1.122,1.122,0,0,0,1.587-1.587Zm15.987,0a1.122,1.122,0,0,0-1.587,0L62.992,73.14a1.122,1.122,0,0,0,1.587,1.587l1.574-1.574V81.56a1.122,1.122,0,1,0,2.244,0V73.154l1.573,1.574a1.122,1.122,0,1,0,1.587-1.587Z'/%3e%3c/svg%3e");
}

.icon-catalog-kondicioner {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M86.358,30.164l-0.034-.013q-0.252-.1-0.512-0.187l-0.018-.006a9.007,9.007,0,0,0-1.1-.288l-0.032-.006q-0.244-.046-0.492-0.079l-0.116-.015q-0.212-.026-0.427-0.041l-0.132-.01c-0.179-.011-0.359-0.017-0.54-0.017h-65.9c-0.182,0-.362.007-0.542,0.017l-0.117.009q-0.229.016-.454,0.044l-0.079.01a9.151,9.151,0,0,0-7.938,9.064V56.13a9.151,9.151,0,0,0,7.937,9.063l0.081,0.01q0.225,0.027.453,0.044l0.117,0.009c0.179,0.01.36,0.017,0.542,0.017h65.9c0.181,0,.361-0.007.54-0.017l0.132-.01q0.214-.016.426-0.041l0.117-.015q0.247-.033.49-0.079l0.034-.006a9.03,9.03,0,0,0,1.1-.287l0.022-.008q0.257-.085.507-0.185l0.037-.015a9.157,9.157,0,0,0,5.722-8.481V38.645A9.157,9.157,0,0,0,86.358,30.164Zm-3.405,1.567a6.869,6.869,0,0,1,.716.038h0a6.881,6.881,0,0,1,.7.111l0.036,0.009c0.217,0.047.432,0.1,0.644,0.172,0.035,0.011.068,0.026,0.1,0.038,0.186,0.063.37,0.131,0.55,0.21l0.027,0.013V32.37a4.064,4.064,0,0,1-4.056,4.062H18.335a4.063,4.063,0,0,1-4.056-4.062V32.318a6.842,6.842,0,0,1,2.769-.587h65.9ZM14.279,57.255H85.732v1.088H14.279V57.255Zm0.159-2.229a4.061,4.061,0,0,1,3.9-2.948H81.676a4.061,4.061,0,0,1,3.9,2.948H14.438Zm2.61,8.019a6.84,6.84,0,0,1-2.769-.587V60.573H85.732v1.882l-0.027.013c-0.18.079-.364,0.147-0.549,0.21-0.035.012-.069,0.027-0.1,0.038-0.21.067-.424,0.123-0.64,0.171l-0.04.01a6.89,6.89,0,0,1-.7.11H83.669a6.87,6.87,0,0,1-.716.038h-65.9ZM89.856,56.13a6.889,6.889,0,0,1-1.9,4.749V56.141a6.294,6.294,0,0,0-6.281-6.292H18.335a6.294,6.294,0,0,0-6.282,6.292v4.75a6.891,6.891,0,0,1-1.909-4.76V38.645a6.9,6.9,0,0,1,2.06-4.92,6.292,6.292,0,0,0,6.131,4.935H81.676A6.292,6.292,0,0,0,87.8,33.733a6.9,6.9,0,0,1,2.052,4.912V56.13ZM78.132,42.919H72.215a1.115,1.115,0,0,0,0,2.229h5.918A1.115,1.115,0,0,0,78.132,42.919Zm4.3,0.111a1.057,1.057,0,1,0,1.055,1.057A1.059,1.059,0,0,0,82.436,43.03ZM28.862,73.138a2.55,2.55,0,0,1,1.111-1.794,1.114,1.114,0,0,0-1.125-1.923,4.782,4.782,0,0,0-2.193,3.434,5.344,5.344,0,0,0,1.79,4.549,3.273,3.273,0,0,1,1.15,2.675,2,2,0,0,1-.63,1.285,1.114,1.114,0,0,0,.874,2.05,3.809,3.809,0,0,0,1.913-2.739,5.281,5.281,0,0,0-1.733-4.847A3.241,3.241,0,0,1,28.862,73.138Zm13.85,0a2.549,2.549,0,0,1,1.111-1.794A1.114,1.114,0,0,0,42.7,69.42,4.782,4.782,0,0,0,40.5,72.854a5.344,5.344,0,0,0,1.79,4.549,3.272,3.272,0,0,1,1.15,2.675,2,2,0,0,1-.63,1.285,1.114,1.114,0,0,0,.874,2.05A3.809,3.809,0,0,0,45.6,80.674a5.282,5.282,0,0,0-1.733-4.847A3.241,3.241,0,0,1,42.711,73.138Zm13.85,0a2.55,2.55,0,0,1,1.111-1.794,1.114,1.114,0,0,0-1.125-1.923,4.783,4.783,0,0,0-2.193,3.434,5.345,5.345,0,0,0,1.79,4.549,3.273,3.273,0,0,1,1.15,2.675,2,2,0,0,1-.63,1.284,1.114,1.114,0,0,0,.874,2.05,3.809,3.809,0,0,0,1.913-2.739,5.281,5.281,0,0,0-1.733-4.847A3.241,3.241,0,0,1,56.561,73.138Zm13.85,0a2.55,2.55,0,0,1,1.111-1.794A1.114,1.114,0,0,0,70.4,69.42,4.783,4.783,0,0,0,68.2,72.854a5.344,5.344,0,0,0,1.79,4.549,3.276,3.276,0,0,1,1.152,2.686,1.978,1.978,0,0,1-.627,1.272,1.114,1.114,0,0,0,.865,2.054A3.792,3.792,0,0,0,73.3,80.687a5.283,5.283,0,0,0-1.735-4.86A3.241,3.241,0,0,1,70.411,73.138Z'/%3e%3c/svg%3e");
}

.icon-catalog-uvlazhnitel {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M72.177,16.828a4.806,4.806,0,0,0-4.75-4.709H33.573a4.79,4.79,0,0,0-4.75,4.712L26.69,78.215a4.536,4.536,0,0,0,1.3,3.321A4.827,4.827,0,0,0,31.44,83H69.561a4.829,4.829,0,0,0,3.45-1.465,4.538,4.538,0,0,0,1.3-3.325ZM30.211,41.684H45.99V56.036c-7.5,1.532-14.3.469-16.269-.257Zm18.029,0h4.521V54.3c-1.135.239-2.281,0.53-3.43,0.886C48.966,55.3,48.6,55.4,48.24,55.5V41.684Zm6.771,0H70.79l0.455,13.093a37.74,37.74,0,0,0-16.234-.887V41.684ZM33.573,14.369H67.428a2.564,2.564,0,0,1,2.5,2.54l0.782,22.524H30.289l0.783-22.527A2.552,2.552,0,0,1,33.573,14.369Zm-3.964,65.6a2.3,2.3,0,0,1-.67-1.68l0.7-20.21a32.662,32.662,0,0,0,8.486.995,41.824,41.824,0,0,0,7.863-.749V80.753H31.44A2.565,2.565,0,0,1,29.609,79.971ZM48.24,80.753V57.826c0.584-.149,1.17-0.31,1.756-0.492,0.924-.286,1.848-0.529,2.765-0.734V80.753H48.24Zm23.154-.78a2.568,2.568,0,0,1-1.833.78H55.011v-19.7h5.721a1.125,1.125,0,0,0,0-2.25H55.011V56.17c7.179-1.154,13.628-.106,16.318,1.026l0.733,21.092A2.307,2.307,0,0,1,71.394,79.973Zm-20.9-47.44a5.642,5.642,0,1,0-5.636-5.647A5.653,5.653,0,0,0,50.495,32.533Zm0-9.034a3.392,3.392,0,1,1-3.386,3.386A3.395,3.395,0,0,1,50.495,23.5ZM51.177,9.745a1.067,1.067,0,1,0-1.066-1.067A1.07,1.07,0,0,0,51.177,9.745Zm-5.31,0A1.067,1.067,0,1,0,44.8,8.679,1.07,1.07,0,0,0,45.867,9.745Zm10.61,0a1.067,1.067,0,1,0-1.066-1.067A1.07,1.07,0,0,0,56.477,9.745ZM48.49,5.927A1.067,1.067,0,1,0,47.424,4.86,1.07,1.07,0,0,0,48.49,5.927Zm-5.332,0A1.067,1.067,0,1,0,42.092,4.86,1.07,1.07,0,0,0,43.159,5.927Zm10.653,0A1.067,1.067,0,1,0,52.745,4.86,1.07,1.07,0,0,0,53.811,5.927Zm5.321,0A1.067,1.067,0,1,0,58.066,4.86,1.063,1.063,0,0,0,59.132,5.927Zm-7.955-3.8a1.067,1.067,0,1,0-1.066-1.067A1.07,1.07,0,0,0,51.177,2.13Zm5.3,0a1.067,1.067,0,1,0-1.066-1.067A1.07,1.07,0,0,0,56.477,2.13Zm5.31,0a1.067,1.067,0,1,0-1.066-1.067A1.07,1.07,0,0,0,61.787,2.13Zm-21.22,0A1.067,1.067,0,1,0,39.5,1.063,1.07,1.07,0,0,0,40.568,2.13Zm5.3,0A1.067,1.067,0,1,0,44.8,1.063,1.07,1.07,0,0,0,45.867,2.13Zm-5.23,63.5a1.125,1.125,0,0,0-1.125-1.125H33.53a1.125,1.125,0,0,0,0,2.25h5.982A1.125,1.125,0,0,0,40.637,65.634Zm2.255,2.651H36.91a1.125,1.125,0,0,0,0,2.25h5.982A1.125,1.125,0,0,0,42.892,68.285Zm22.227,4.794a1.125,1.125,0,0,0-1.125-1.125H58.013a1.125,1.125,0,0,0,0,2.25h5.982A1.125,1.125,0,0,0,65.119,73.079ZM64.058,75.74H61.4a1.125,1.125,0,0,0,0,2.25h2.655A1.125,1.125,0,0,0,64.058,75.74Zm2.2-7.573H63.6a1.125,1.125,0,0,0,0,2.25h2.655A1.125,1.125,0,0,0,66.255,68.167Z'/%3e%3c/svg%3e");
}

.icon-catalog-radiator {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M74.5,13.5H25.466a5.822,5.822,0,0,0-5.811,5.819V73.258a5.823,5.823,0,0,0,4.287,5.609V83.5h6.774V79.077H69.5V83.5h6.786V78.8a5.851,5.851,0,0,0,4.057-5.56V19.343A5.85,5.85,0,0,0,74.5,13.5ZM21.947,73.258V19.32a3.527,3.527,0,0,1,3.519-3.528H27.32a5.787,5.787,0,0,0-1.2,3.528V73.258a5.787,5.787,0,0,0,1.2,3.528H25.466A3.527,3.527,0,0,1,21.947,73.258Zm6.475,7.949H26.234v-2.13h2.189v2.13Zm3.508-4.421a3.527,3.527,0,0,1-3.519-3.528V19.32a3.527,3.527,0,0,1,3.519-3.528h1.854a5.787,5.787,0,0,0-1.2,3.528V73.258a5.787,5.787,0,0,0,1.2,3.528H31.931Zm6.464,0a3.527,3.527,0,0,1-3.519-3.528V19.32a3.527,3.527,0,0,1,3.519-3.528h1.854a5.787,5.787,0,0,0-1.2,3.528V73.258a5.787,5.787,0,0,0,1.2,3.528H38.395Zm6.464,0a3.527,3.527,0,0,1-3.519-3.528V19.32a3.527,3.527,0,0,1,3.519-3.528h1.854a5.787,5.787,0,0,0-1.2,3.528V73.258a5.787,5.787,0,0,0,1.2,3.528H44.859Zm6.465,0a3.527,3.527,0,0,1-3.519-3.528V19.32a3.527,3.527,0,0,1,3.519-3.528H53.18a5.779,5.779,0,0,0-1.2,3.528V73.258a5.779,5.779,0,0,0,1.2,3.528H51.324Zm6.476,0a3.533,3.533,0,0,1-3.53-3.528V19.32a3.533,3.533,0,0,1,3.53-3.528h1.948a5.8,5.8,0,0,0-1.215,3.551V73.236a5.8,5.8,0,0,0,1.215,3.551H57.8ZM74,81.208h-2.2v-2.13H74v2.13Zm4.057-7.972A3.556,3.556,0,0,1,74.5,76.786H64.379a3.556,3.556,0,0,1-3.553-3.551V19.343a3.556,3.556,0,0,1,3.553-3.551H74.5a3.556,3.556,0,0,1,3.553,3.551V73.236ZM69.445,21.2a5.452,5.452,0,1,0,5.445,5.452A5.46,5.46,0,0,0,69.445,21.2Zm0,8.614a3.159,3.159,0,0,1-1.146-6.1v3.86a1.146,1.146,0,0,0,2.293,0V23.709A3.161,3.161,0,0,1,69.445,29.812Zm0,4.479a5.452,5.452,0,1,0,5.445,5.452A5.46,5.46,0,0,0,69.445,34.291Zm0,8.614A3.159,3.159,0,0,1,68.3,36.8v3.86a1.146,1.146,0,0,0,2.293,0V36.8A3.161,3.161,0,0,1,69.445,42.9Zm3.771,13.207H65.663a1.145,1.145,0,1,0,0,2.291h7.553A1.145,1.145,0,1,0,73.216,56.111Zm0,3.574H65.663a1.145,1.145,0,1,0,0,2.291h7.553A1.145,1.145,0,1,0,73.216,59.685Zm0,3.585H65.663a1.145,1.145,0,1,0,0,2.291h7.553A1.145,1.145,0,1,0,73.216,63.27Z'/%3e%3c/svg%3e");
}

.icon-catalog-ventilyator {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M33.615,17.556A1.145,1.145,0,0,0,32.47,18.7V55.928a1.145,1.145,0,1,0,2.29,0V18.7A1.145,1.145,0,0,0,33.615,17.556Zm4.706,0A1.145,1.145,0,0,0,37.176,18.7V55.928a1.145,1.145,0,1,0,2.29,0V18.7A1.145,1.145,0,0,0,38.321,17.556Zm4.695,0A1.145,1.145,0,0,0,41.871,18.7V55.928a1.145,1.145,0,1,0,2.29,0V18.7A1.145,1.145,0,0,0,43.016,17.556ZM74.69,19.343A5.847,5.847,0,0,0,68.85,13.5H32.069a5.847,5.847,0,0,0-5.84,5.842V79.077h4.787V83.5H69.9V79.077H74.69V19.343ZM67.613,81.208H33.306v-2.13H67.613v2.13ZM72.4,76.786H28.519V19.343a3.555,3.555,0,0,1,3.55-3.551H68.85a3.555,3.555,0,0,1,3.55,3.551V76.786ZM47.723,57.074a1.145,1.145,0,0,0,1.145-1.145V18.7a1.145,1.145,0,1,0-2.29,0V55.928A1.145,1.145,0,0,0,47.723,57.074Zm4.695,0a1.145,1.145,0,0,0,1.145-1.145V18.7a1.145,1.145,0,1,0-2.29,0V55.928A1.145,1.145,0,0,0,52.417,57.074Zm4.706-39.517A1.145,1.145,0,0,0,55.979,18.7V55.928a1.145,1.145,0,1,0,2.29,0V18.7A1.145,1.145,0,0,0,57.124,17.556Zm4.695,0A1.145,1.145,0,0,0,60.674,18.7V55.928a1.145,1.145,0,1,0,2.29,0V18.7A1.145,1.145,0,0,0,61.819,17.556Zm4.706,0A1.145,1.145,0,0,0,65.38,18.7V55.928a1.145,1.145,0,1,0,2.29,0V18.7A1.145,1.145,0,0,0,66.525,17.556ZM50.459,60.189a5.452,5.452,0,1,0,5.45,5.452A5.458,5.458,0,0,0,50.459,60.189Zm0,8.614a3.16,3.16,0,0,1-1.145-6.1v3.86a1.145,1.145,0,1,0,2.29,0V62.7A3.16,3.16,0,0,1,50.459,68.8ZM21.348,35.532a4.593,4.593,0,0,0-4.213,1.488,2.309,2.309,0,0,1-1.917.848,1.755,1.755,0,0,1-1.208-.744A1.214,1.214,0,1,0,11.9,38.331a4.164,4.164,0,0,0,3,1.944,4.089,4.089,0,0,0,.537.035,4.751,4.751,0,0,0,3.414-1.573,2.408,2.408,0,0,1,1.825-.85,1.455,1.455,0,0,1,.9.371,1.214,1.214,0,0,0,2.211-1A3.355,3.355,0,0,0,21.348,35.532Zm-6.457-2.845a4.117,4.117,0,0,0,.544.036,4.771,4.771,0,0,0,3.419-1.571,2.4,2.4,0,0,1,1.829-.856,1.435,1.435,0,0,1,.889.371,1.214,1.214,0,0,0,2.218-.985,3.344,3.344,0,0,0-2.435-1.74,4.578,4.578,0,0,0-4.217,1.493,2.325,2.325,0,0,1-1.925.845,1.747,1.747,0,0,1-1.2-.738A1.214,1.214,0,1,0,11.9,30.748,4.159,4.159,0,0,0,14.892,32.686ZM14.9,25.1a4.088,4.088,0,0,0,.537.035,4.755,4.755,0,0,0,3.416-1.575,2.389,2.389,0,0,1,1.829-.856,1.433,1.433,0,0,1,.889.371,1.214,1.214,0,0,0,2.218-.986,3.344,3.344,0,0,0-2.436-1.74,4.579,4.579,0,0,0-4.219,1.5,2.308,2.308,0,0,1-1.917.847,1.755,1.755,0,0,1-1.208-.744A1.214,1.214,0,1,0,11.9,23.154,4.164,4.164,0,0,0,14.9,25.1Z'/%3e%3c/svg%3e");
}

.icon-catalog-konvektor {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M88.064,47.644A1.179,1.179,0,0,0,88,47.264V29.289A3.241,3.241,0,0,0,84.76,26.05H15.3a3.241,3.241,0,0,0-3.237,3.239V47.124a1.153,1.153,0,0,0,0,1.039V75.58A3.241,3.241,0,0,0,15.3,78.82h3.1v3.9h6.181v-3.9h50.9v3.9h6.181v-3.9h3.1A3.241,3.241,0,0,0,88,75.58V48.023A1.179,1.179,0,0,0,88.064,47.644ZM22.331,80.472H20.646V78.831h1.686v1.642Zm57.079,0H77.725V78.831H79.41v1.642ZM15.3,28.3H84.76a0.99,0.99,0,0,1,.989.989V46.451H14.307V29.289A1,1,0,0,1,15.3,28.3ZM84.76,76.57H15.3a1,1,0,0,1-.989-0.99V48.836H85.749V75.58A0.99,0.99,0,0,1,84.76,76.57ZM26.006,51.794a1.012,1.012,0,1,0,1,1.012A1.015,1.015,0,0,0,26.006,51.794Zm-5.012,0a1.012,1.012,0,1,0,1.011,1.012A1.013,1.013,0,0,0,20.994,51.794Zm10.013,0a1.012,1.012,0,1,0,1,1.012A1.022,1.022,0,0,0,31.007,51.794Zm36.333-1.608A3.321,3.321,0,0,0,64.025,53.5V70.441a3.31,3.31,0,1,0,6.62,0V53.5A3.315,3.315,0,0,0,67.341,50.185ZM68.4,70.441a1.062,1.062,0,1,1-2.124,0V53.5a1.062,1.062,0,1,1,2.124,0V70.441Zm7.99-20.255a3.315,3.315,0,0,0-3.3,3.318V70.441a3.3,3.3,0,1,0,6.608,0V53.5A3.315,3.315,0,0,0,76.387,50.185Zm1.056,20.255a1.056,1.056,0,1,1-2.112,0V53.5a1.056,1.056,0,1,1,2.112,0V70.441ZM19.994,33.63h6.619a1.125,1.125,0,0,0,0-2.25H19.994A1.125,1.125,0,0,0,19.994,33.63Zm0,4.555h6.619a1.125,1.125,0,0,0,0-2.25H19.994A1.125,1.125,0,0,0,19.994,38.185Zm0,4.555h6.619a1.125,1.125,0,0,0,0-2.25H19.994A1.125,1.125,0,0,0,19.994,42.74ZM33.3,33.63h6.62a1.125,1.125,0,0,0,0-2.25H33.3A1.125,1.125,0,0,0,33.3,33.63Zm0,4.555h6.62a1.125,1.125,0,0,0,0-2.25H33.3A1.125,1.125,0,0,0,33.3,38.185Zm0,4.555h6.62a1.125,1.125,0,0,0,0-2.25H33.3A1.125,1.125,0,0,0,33.3,42.74Zm13.318-9.11h6.619a1.125,1.125,0,0,0,0-2.25H46.617A1.125,1.125,0,0,0,46.617,33.63Zm0,4.555h6.619a1.125,1.125,0,0,0,0-2.25H46.617A1.125,1.125,0,0,0,46.617,38.185Zm0,4.555h6.619a1.125,1.125,0,0,0,0-2.25H46.617A1.125,1.125,0,0,0,46.617,42.74Zm13.306-9.11h6.619a1.125,1.125,0,0,0,0-2.25H59.923A1.125,1.125,0,0,0,59.923,33.63Zm0,4.555h6.619a1.125,1.125,0,0,0,0-2.25H59.923A1.125,1.125,0,0,0,59.923,38.185Zm0,4.555h6.619a1.125,1.125,0,0,0,0-2.25H59.923A1.125,1.125,0,0,0,59.923,42.74Zm13.317-9.11H79.86a1.125,1.125,0,0,0,0-2.25H73.241A1.125,1.125,0,0,0,73.241,33.63Zm0,4.555H79.86a1.125,1.125,0,0,0,0-2.25H73.241A1.125,1.125,0,0,0,73.241,38.185Zm0,4.555H79.86a1.125,1.125,0,0,0,0-2.25H73.241A1.125,1.125,0,0,0,73.241,42.74ZM23.135,20.658a1.164,1.164,0,0,1-.273.713,1.192,1.192,0,0,0,.972,2.175,3.052,3.052,0,0,0,1.612-2.221,4.137,4.137,0,0,0-1.336-3.83,1.945,1.945,0,0,1-.709-1.6,1.4,1.4,0,0,1,.582-0.961,1.192,1.192,0,0,0-1.19-2.065,3.783,3.783,0,0,0-1.754,2.711,4.2,4.2,0,0,0,1.383,3.6A2,2,0,0,1,23.135,20.658Zm26.77,0a1.161,1.161,0,0,1-.273.712,1.192,1.192,0,0,0,.972,2.175,3.052,3.052,0,0,0,1.612-2.221,4.14,4.14,0,0,0-1.339-3.833,1.941,1.941,0,0,1-.714-1.6,1.386,1.386,0,0,1,.585-0.956,1.192,1.192,0,0,0-1.18-2.072,3.774,3.774,0,0,0-1.767,2.71,4.188,4.188,0,0,0,1.391,3.6A2,2,0,0,1,49.9,20.658Zm13-.008a1.178,1.178,0,0,1-.277.724,1.192,1.192,0,0,0,.986,2.169,3.067,3.067,0,0,0,1.6-2.234,4.138,4.138,0,0,0-1.337-3.817,1.941,1.941,0,0,1-.714-1.6,1.387,1.387,0,0,1,.585-0.956,1.192,1.192,0,0,0-1.179-2.072,3.774,3.774,0,0,0-1.767,2.71,4.188,4.188,0,0,0,1.391,3.6A1.994,1.994,0,0,1,62.9,20.65Zm-26.092.007a1.163,1.163,0,0,1-.273.713,1.192,1.192,0,0,0,.972,2.175,3.052,3.052,0,0,0,1.612-2.221,4.137,4.137,0,0,0-1.336-3.83,1.95,1.95,0,0,1-.712-1.6,1.38,1.38,0,0,1,.58-0.95,1.192,1.192,0,0,0-1.18-2.071,3.767,3.767,0,0,0-1.761,2.7A4.2,4.2,0,0,0,36.1,19.178,2,2,0,0,1,36.812,20.658Zm39.508,0a1.17,1.17,0,0,1-.275.72,1.192,1.192,0,0,0,.986,2.169,3.062,3.062,0,0,0,1.6-2.235,4.132,4.132,0,0,0-1.345-3.814,1.939,1.939,0,0,1-.707-1.6,1.393,1.393,0,0,1,.587-0.958,1.192,1.192,0,0,0-1.179-2.072,3.781,3.781,0,0,0-1.769,2.709,4.2,4.2,0,0,0,1.384,3.6A2,2,0,0,1,76.32,20.654Z'/%3e%3c/svg%3e");
}

.icon-catalog-britva {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M69.628,46.6l-0.617-13.55a4.892,4.892,0,1,0-5.569,0L62.825,46.6a4.954,4.954,0,0,0-3.1,4.584V82.434H72.733V51.182A4.954,4.954,0,0,0,69.628,46.6Zm-3.4-19.92a2.372,2.372,0,0,1,.326,4.725H65.9A2.372,2.372,0,0,1,66.227,26.675Zm0,7.242c0.108,0,.213-0.009.319-0.016l0.562,12.332h-1.76L65.908,33.9C66.014,33.908,66.119,33.917,66.227,33.917Zm4,46.023H62.223V51.182a2.463,2.463,0,0,1,2.465-2.456h3.09a2.457,2.457,0,0,1,2.452,2.456V79.94Zm-4-28.1A3.453,3.453,0,1,0,69.692,55.3,3.463,3.463,0,0,0,66.227,51.843Zm0,4.413a0.96,0.96,0,1,1,.963-0.96A0.963,0.963,0,0,1,66.227,56.256ZM53.974,33.9a3.848,3.848,0,0,0,1.009-3.113l-0.476-4.244A4.009,4.009,0,0,0,50.525,23H31.007a4.011,4.011,0,0,0-3.983,3.551L26.55,30.771a3.882,3.882,0,0,0,.986,3.119,4.236,4.236,0,0,0,.553.51A3.946,3.946,0,0,0,26.6,37.483V41.2A23.852,23.852,0,0,0,28.03,48.18a44.485,44.485,0,0,1,2.377,14.246V74.792C30.407,80.183,35.615,83,40.76,83s10.353-2.821,10.353-8.212V62.426A44.494,44.494,0,0,1,53.49,48.18,23.849,23.849,0,0,0,54.917,41.2V37.483a3.951,3.951,0,0,0-1.479-3.08A4.007,4.007,0,0,0,53.974,33.9ZM29.035,31.064l0.475-4.233a1.493,1.493,0,0,1,1.5-1.341h0.7v4.363a1.251,1.251,0,0,0,2.5,0V25.49h2.74v4.363a1.251,1.251,0,0,0,2.5,0V25.49h2.752v4.363a1.251,1.251,0,0,0,2.5,0V25.49H47.46v4.363a1.251,1.251,0,0,0,2.5,0V25.49h0.563a1.51,1.51,0,0,1,1.5,1.335L52.5,31.061a1.406,1.406,0,0,1-.385,1.174,1.388,1.388,0,0,1-1.111.5H30.532a1.434,1.434,0,0,1-1.132-.508A1.384,1.384,0,0,1,29.035,31.064Zm23.379,9.1a40.094,40.094,0,0,0-23.309,0V37.483a1.5,1.5,0,0,1,1.489-1.471H50.938a1.476,1.476,0,0,1,1.477,1.471v2.679ZM51.1,47.453a46.65,46.65,0,0,0-2.485,14.973V74.792c0,3.929-4.07,5.719-7.851,5.719s-7.851-1.789-7.851-5.719V62.426a46.649,46.649,0,0,0-2.485-14.973,32.067,32.067,0,0,1-1.2-4.7,37.374,37.374,0,0,1,23.074,0A32.063,32.063,0,0,1,51.1,47.453ZM40.766,59.285a1.247,1.247,0,1,0,1.251,1.247A1.244,1.244,0,0,0,40.766,59.285ZM40.8,42.456a3.438,3.438,0,0,0-3.44,3.428v8a3.434,3.434,0,0,0,6.868,0V45.872A3.426,3.426,0,0,0,40.8,42.456Zm-0.938,3.428a0.949,0.949,0,0,1,.938-0.935,0.937,0.937,0,0,1,.926.923v0.075a0.949,0.949,0,0,1-.938.935,0.931,0.931,0,0,1-.926-0.935V45.884Zm0.926,8.926a0.925,0.925,0,0,1-.926-0.923V49.244a3.363,3.363,0,0,0,1.864,0v4.645A0.932,0.932,0,0,1,40.791,54.81Z'/%3e%3c/svg%3e");
}

.icon-catalog-kinoteatr {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M22.686,23H15.711a4.383,4.383,0,0,0-4.375,4.382V78.62A4.383,4.383,0,0,0,15.711,83h6.975a4.383,4.383,0,0,0,4.375-4.381V27.381A4.383,4.383,0,0,0,22.686,23Zm-6.975,2.5h6.975a1.879,1.879,0,0,1,1.875,1.878V69.506H13.836V27.381A1.9,1.9,0,0,1,15.711,25.5Zm6.975,55H15.711a1.879,1.879,0,0,1-1.875-1.878V72.01H24.562v6.61A1.879,1.879,0,0,1,22.686,80.5ZM62.976,63.009H36.812a4.383,4.383,0,0,0-4.375,4.381V78.62A4.383,4.383,0,0,0,36.812,83H62.976a4.383,4.383,0,0,0,4.375-4.381V67.391A4.383,4.383,0,0,0,62.976,63.009ZM64.851,78.62A1.879,1.879,0,0,1,62.976,80.5H36.812a1.879,1.879,0,0,1-1.875-1.878V67.391a1.9,1.9,0,0,1,1.875-1.878H62.976a1.9,1.9,0,0,1,1.875,1.878V78.62ZM18.936,43.655a3.505,3.505,0,1,0-3.5-3.505A3.506,3.506,0,0,0,18.936,43.655Zm0-4.507a1,1,0,1,1-1,1A1,1,0,0,1,18.936,39.148Zm0,15.5a3.5,3.5,0,1,0-3.5-3.493A3.5,3.5,0,0,0,18.936,54.646Zm0-4.494a1,1,0,1,1-1,1A1,1,0,0,1,18.936,50.152Zm0,15.361a3.505,3.505,0,1,0-3.5-3.505A3.506,3.506,0,0,0,18.936,65.513Zm0-4.507a1,1,0,1,1-1,1A1,1,0,0,1,18.936,61.006Zm0.137-28.142a1.252,1.252,0,1,0-1.25-1.252A1.255,1.255,0,0,0,19.074,32.864ZM49.9,67.729a5.283,5.283,0,1,0,5.263,5.283A5.285,5.285,0,0,0,49.9,67.729Zm0,8.062a2.779,2.779,0,1,1,2.763-2.779A2.78,2.78,0,0,1,49.9,75.791Zm11.438-3.768H58.263a1.252,1.252,0,0,0,0,2.5h3.075A1.252,1.252,0,0,0,61.338,72.023ZM41.525,71.5H38.45a1.252,1.252,0,0,0,0,2.5h3.075A1.252,1.252,0,0,0,41.525,71.5Zm6.85-13.8a1.25,1.25,0,1,0,1.25-1.252A1.255,1.255,0,0,0,48.375,57.7ZM53.3,55.147a1.252,1.252,0,0,0,.867-2.154A6.512,6.512,0,0,0,45.09,53a1.251,1.251,0,0,0,1.745,1.793,4.014,4.014,0,0,1,5.6.005A1.245,1.245,0,0,0,53.3,55.147Zm2.829-4.622a1.253,1.253,0,0,0-.319-1.741,10.826,10.826,0,0,0-12.358,0,1.251,1.251,0,0,0,1.42,2.061,8.328,8.328,0,0,1,9.518,0A1.248,1.248,0,0,0,56.129,50.525Zm-14-3.99a13.472,13.472,0,0,1,15,0,1.251,1.251,0,0,0,1.392-2.08,15.971,15.971,0,0,0-17.78,0A1.251,1.251,0,0,0,42.133,46.535ZM83.289,23H76.3a4.383,4.383,0,0,0-4.375,4.382V78.62A4.383,4.383,0,0,0,76.3,83h6.988a4.383,4.383,0,0,0,4.375-4.381V27.381A4.383,4.383,0,0,0,83.289,23ZM76.3,25.5h6.988a1.9,1.9,0,0,1,1.875,1.878V69.506H74.426V27.381A1.9,1.9,0,0,1,76.3,25.5Zm6.988,55H76.3a1.879,1.879,0,0,1-1.875-1.878V72.01H85.164v6.61A1.879,1.879,0,0,1,83.289,80.5ZM79.526,43.655a3.505,3.505,0,1,0-3.5-3.505A3.507,3.507,0,0,0,79.526,43.655Zm0-4.507a1,1,0,1,1-1,1A1,1,0,0,1,79.526,39.148Zm0,15.5a3.5,3.5,0,1,0-3.5-3.493A3.5,3.5,0,0,0,79.526,54.646Zm0-4.494a1,1,0,1,1-1,1A1,1,0,0,1,79.526,50.152Zm0,15.361a3.505,3.505,0,1,0-3.5-3.505A3.507,3.507,0,0,0,79.526,65.513Zm0-4.507a1,1,0,1,1-1,1A1,1,0,0,1,79.526,61.006Zm0.138-28.142a1.252,1.252,0,1,0-1.25-1.252A1.255,1.255,0,0,0,79.664,32.864Z'/%3e%3c/svg%3e");
}

.icon-catalog-sushilka {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M84.073,32H15.927a3.641,3.641,0,0,0-3.644,3.63V75.682a4.855,4.855,0,0,0,4.858,4.841H23.6V83h2.429V80.523H72.584V83h2.429V80.523h7.846a4.855,4.855,0,0,0,4.858-4.841V35.627A3.641,3.641,0,0,0,84.073,32ZM14.712,42.9h9.147a8.352,8.352,0,0,0,1.031,1.234,3.741,3.741,0,0,1,1.323,3.06,2.3,2.3,0,0,1-.723,1.477,1.283,1.283,0,0,0-.416.291H14.712V42.9Zm43.481,5.772c0.1,0.1.184,0.194,0.27,0.291H42.493a2.674,2.674,0,0,1,.956-1.056,1.284,1.284,0,1,0-1.289-2.221,5.437,5.437,0,0,0-2.4,3.277H28.366a5.222,5.222,0,0,0,.342-1.078A5.856,5.856,0,0,0,27.24,42.9h29a5.326,5.326,0,0,0-.108.537A6.091,6.091,0,0,0,58.193,48.672ZM14.712,51.383H39.695a6.807,6.807,0,0,0,1.992,3.448,4,4,0,0,1,1.339,2.626H14.712V51.383Zm0,8.495H41.7a1.273,1.273,0,0,0-.085,1.146,1.289,1.289,0,0,0,1.683.692,3.768,3.768,0,0,0,1.753-1.838h28.2a8.646,8.646,0,0,0,.874,1.014,3.745,3.745,0,0,1,1.319,3.063,2.282,2.282,0,0,1-.718,1.465,1.276,1.276,0,0,0-.587.521H14.712V59.878Zm70.576,15.8a2.427,2.427,0,0,1-2.429,2.42H17.141a2.427,2.427,0,0,1-2.429-2.42V68.361H85.288v7.321Zm0-9.742h-7.8a5.212,5.212,0,0,0,.45-1.294,5.791,5.791,0,0,0-1.285-4.769h8.634V65.94Zm0-8.483H74.818a2.838,2.838,0,0,1,1.067-3.486A1.284,1.284,0,1,0,74.6,51.746a5.428,5.428,0,0,0-2.539,3.9,5.354,5.354,0,0,0,.071,1.807H45.6a6.377,6.377,0,0,0-2.092-4.44,4.872,4.872,0,0,1-1.133-1.634H59.534a2.692,2.692,0,0,1-.018.349,2.3,2.3,0,0,1-.724,1.477A1.284,1.284,0,0,0,59.8,55.568a4.374,4.374,0,0,0,2.206-3.145,5.228,5.228,0,0,0,.1-1.04h23.18v6.074Zm0-8.495H61.539a7.584,7.584,0,0,0-1.527-2.107,3.679,3.679,0,0,1-1.33-3.082,2.878,2.878,0,0,1,.268-0.873H85.288v6.063Zm-24.7-8.483A1.276,1.276,0,0,0,60.426,40a1.291,1.291,0,0,0-1.757-.474,4.872,4.872,0,0,0-1.161.956H25.5a2.822,2.822,0,0,1-.12-1.234,2.924,2.924,0,0,1,1.269-2.036,1.284,1.284,0,1,0-1.289-2.221,5.45,5.45,0,0,0-2.534,3.925,5.353,5.353,0,0,0,.03,1.566H14.712V35.627a1.214,1.214,0,0,1,1.215-1.21H84.073a1.214,1.214,0,0,1,1.215,1.21v4.853h-24.7ZM49.5,77.34a3.867,3.867,0,1,0-3.874-3.873A3.884,3.884,0,0,0,49.5,77.34Zm0-5.312a1.446,1.446,0,1,1-1.445,1.44A1.45,1.45,0,0,1,49.5,72.027Zm-9,2.65a1.21,1.21,0,1,0-1.215-1.21A1.208,1.208,0,0,0,40.5,74.678Zm18.242,0a1.21,1.21,0,1,0,0-2.42A1.21,1.21,0,1,0,58.739,74.678Z'/%3e%3c/svg%3e");
}

.icon-catalog-minipech {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M90.067,27H9.933A1.135,1.135,0,0,0,8.8,28.137V79.1A1.135,1.135,0,0,0,9.933,80.24H18.74V83h2.267V80.24H79.2V83h2.267V80.24h8.6A1.135,1.135,0,0,0,91.2,79.1V28.137A1.135,1.135,0,0,0,90.067,27Zm-79,2.271H73.326v48.7H11.067v-48.7Zm77.866,48.7H75.593v-48.7h13.34v48.7ZM82.144,42.854a5.406,5.406,0,1,0-5.4-5.406A5.406,5.406,0,0,0,82.144,42.854ZM81.01,34.531v3.827a1.134,1.134,0,1,0,2.267,0V34.531A3.128,3.128,0,1,1,81.01,34.531Zm1.134,22.508a5.406,5.406,0,1,0-5.4-5.406A5.407,5.407,0,0,0,82.144,57.039ZM81.01,48.715v3.827a1.134,1.134,0,1,0,2.267,0V48.715A3.128,3.128,0,1,1,81.01,48.715Zm1.134,23.042a5.4,5.4,0,1,0-5.4-5.406A5.406,5.406,0,0,0,82.144,71.757ZM81.01,63.443V67.26a1.134,1.134,0,1,0,2.267,0V63.443A3.128,3.128,0,1,1,81.01,63.443ZM69.653,32.418H14.513a1.135,1.135,0,0,0-1.133,1.136V73.687a1.135,1.135,0,0,0,1.133,1.136H69.653a1.135,1.135,0,0,0,1.133-1.136V33.554A1.135,1.135,0,0,0,69.653,32.418ZM68.52,72.552H15.646V34.689H68.52V72.552Zm-49-32.741H64.009a1.136,1.136,0,0,0,0-2.271H19.522A1.136,1.136,0,0,0,19.522,39.811Zm29.889,4.336a1.133,1.133,0,0,0-1.6-.078L37.054,53.847a1.135,1.135,0,1,0,1.523,1.682l10.756-9.778A1.137,1.137,0,0,0,49.412,44.147ZM45.453,54.7l-6.279,5.712A1.135,1.135,0,1,0,40.7,62.093l6.279-5.712A1.135,1.135,0,0,0,45.453,54.7ZM19.522,67.816H64.009a1.136,1.136,0,0,0,0-2.271H19.522A1.136,1.136,0,0,0,19.522,67.816Z'/%3e%3c/svg%3e");
}

.icon-catalog-kofevarka {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M71.84,43.39a1.212,1.212,0,0,0,1.212-1.211v-18.3a6.884,6.884,0,0,0-6.873-6.88H34.749a6.884,6.884,0,0,0-6.873,6.88v18.3a1.212,1.212,0,0,0,1.212,1.211h1.624v1.551H21.973a1.211,1.211,0,1,0,0,2.423h8.739V65.637a4.848,4.848,0,0,0-2.836,4.4V81.79A1.212,1.212,0,0,0,29.088,83H71.84a1.212,1.212,0,0,0,1.212-1.212V70.04a4.848,4.848,0,0,0-2.836-4.4V43.39H71.84Zm-26.666.194H55.742v4.857a0.737,0.737,0,0,1-.727.727H45.9a0.737,0.737,0,0,1-.727-0.727V43.584ZM30.3,23.875a4.458,4.458,0,0,1,4.448-4.458H66.179a4.458,4.458,0,0,1,4.448,4.458V40.968H30.3V23.875Zm2.836,19.709h9.612v1.357H33.137V43.584Zm9.612,3.779v1.078a3.154,3.154,0,0,0,3.152,3.15h9.115a3.154,3.154,0,0,0,3.151-3.15V43.584h9.624V65.195H55.615a6.581,6.581,0,0,0,2.763-3.089h1.256a3.639,3.639,0,0,0,3.637-3.634v-0.3a3.639,3.639,0,0,0-3.637-3.634H58.858V53.59a1.212,1.212,0,0,0-1.212-1.211H43.282A1.212,1.212,0,0,0,42.07,53.59v6.045a6.3,6.3,0,0,0,3.243,5.56H33.137V47.363h9.612Zm1.745,12.271V54.8H56.433v4.834c0,3.081-3.094,4.485-5.97,4.485S44.494,62.716,44.494,59.635Zm14.364-2.677h0.776a1.213,1.213,0,0,1,1.212,1.211v0.3a1.213,1.213,0,0,1-1.212,1.211H58.857c0-.016,0-0.032,0-0.048V56.957ZM70.627,80.579H30.3V70.04a2.426,2.426,0,0,1,2.424-2.423H68.2a2.426,2.426,0,0,1,2.424,2.423V80.579ZM50.458,36.728A6.662,6.662,0,1,0,43.8,30.065,6.672,6.672,0,0,0,50.458,36.728Zm0-10.9a4.24,4.24,0,1,1-4.23,4.24A4.246,4.246,0,0,1,50.458,25.825ZM40.179,28.854a1.212,1.212,0,0,0-1.212,1.211A1.763,1.763,0,1,1,37.2,28.309a1.211,1.211,0,1,0,0-2.423,4.179,4.179,0,1,0,4.194,4.179A1.212,1.212,0,0,0,40.179,28.854Zm24.073,5.39a4.191,4.191,0,0,0,4.194-4.179,1.212,1.212,0,0,0-2.425,0,1.763,1.763,0,1,1-1.77-1.756,1.211,1.211,0,1,0,0-2.423A4.179,4.179,0,1,0,64.251,34.244ZM64.4,67.714a1.212,1.212,0,0,0-1.212,1.211c0,1.5-.746,2.423-1.152,2.423H38.894c-0.406,0-1.151-.92-1.151-2.423a1.212,1.212,0,0,0-2.425,0c0,2.717,1.57,4.845,3.576,4.845H62.033c2.005,0,3.576-2.128,3.576-4.845A1.212,1.212,0,0,0,64.4,67.714Z'/%3e%3c/svg%3e");
}

.icon-catalog-toster {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M71.1,43H28.9a8.022,8.022,0,0,0-7.992,8.032V80.763h5.448V83h2.184V80.763H71.161V83h2.184V80.763h5.743V51.036A8.022,8.022,0,0,0,71.1,43ZM23.481,78.18V51.036A5.442,5.442,0,0,1,28.9,45.587H46.608a9.2,9.2,0,0,0-2.814,6.625V78.18H23.481Zm53.039,0H46.364V52.211a6.615,6.615,0,0,1,6.591-6.625H69.928a6.616,6.616,0,0,1,6.591,6.625V78.18ZM33.066,65.448a5.418,5.418,0,1,0,5.383,5.424A5.416,5.416,0,0,0,33.066,65.448Zm0,8.252a2.833,2.833,0,0,1-1.285-5.355V71.75a1.285,1.285,0,1,0,2.57,0v-3.4A2.836,2.836,0,0,1,33.066,73.7Zm4.6-24.807H28.453a1.292,1.292,0,0,0,0,2.583h3.328v10.15a1.285,1.285,0,1,0,2.57,0V51.475h3.315A1.292,1.292,0,0,0,37.665,48.892ZM70.3,65.331H63.118a1.292,1.292,0,0,0,0,2.583H70.3A1.292,1.292,0,0,0,70.3,65.331Zm0,3.435H63.118a1.292,1.292,0,0,0,0,2.583H70.3A1.292,1.292,0,0,0,70.3,68.767Zm0,3.422H63.118a1.292,1.292,0,0,0,0,2.583H70.3A1.292,1.292,0,0,0,70.3,72.189Zm-19.3,0a1.291,1.291,0,1,0,1.285,1.291A1.292,1.292,0,0,0,51,72.189Z'/%3e%3c/svg%3e");
}

.icon-catalog-kombain {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M72.953,55.988l-1-2.731V30.585c0-3.254-4.647-5.893-12.493-7.141V15.318h1.762a1.25,1.25,0,0,0,0-2.5H38.812a1.25,1.25,0,0,0,0,2.5h1.762v8.125c-7.846,1.248-12.493,3.887-12.493,7.141V53.257l-1,2.732a33.711,33.711,0,0,0-2.124,12.044v4.873a1.137,1.137,0,0,0,0,.581v4.861A1.25,1.25,0,0,0,26.206,79.6H28.28v3.176h7.383V79.6H64.235v3.176h7.4V79.6h2.2a1.25,1.25,0,0,0,1.249-1.251V68.033A33.713,33.713,0,0,0,72.953,55.988ZM30.579,31.835H44.471V37a1.25,1.25,0,0,0,1.249,1.25h8.595A1.25,1.25,0,0,0,55.564,37V31.835H69.457V52.229H30.579V31.835Zm22.487-5.526v3.026h-6.1V26.309h6.1Zm0,5.526v3.914h-6.1V31.835h6.1Zm2.5-2.5V25.771h2.562C63.674,26.545,67.3,28,68.743,29.335H55.564Zm1.4-14.016V23.27H43.072V15.318H56.964ZM41.908,25.771h2.562v3.564H31.292C32.74,28,36.361,26.545,41.908,25.771Zm-8.743,54.5H30.778V79.6h2.386v0.675Zm35.967,0h-2.4V79.6h2.4v0.675Zm2.5-3.176H27.455v-2.65H38.662a1.25,1.25,0,0,0,0-2.5H27.455V68.033a31.314,31.314,0,0,1,1.973-11.187L30.2,54.729h39.63l0.773,2.116A31.318,31.318,0,0,1,72.58,68.033v3.913H61.336a1.25,1.25,0,0,0,0,2.5H72.58V77.1H71.63ZM50.018,59.043a6.871,6.871,0,1,0,6.871,6.864A6.876,6.876,0,0,0,50.018,59.043Zm0,11.24a4.368,4.368,0,0,1-1.249-8.556v4.4a1.249,1.249,0,1,0,2.5,0v-4.4A4.368,4.368,0,0,1,50.018,70.283Zm-3.2-21.468a1.25,1.25,0,1,0,1.249,1.25A1.254,1.254,0,0,0,46.819,48.815Zm-6.209,0a1.25,1.25,0,1,0,1.249,1.25A1.253,1.253,0,0,0,40.611,48.815Zm12.43,0a1.25,1.25,0,1,0,1.249,1.25A1.256,1.256,0,0,0,53.041,48.815Zm-9.37-4.476a1.25,1.25,0,1,0,1.249,1.251A1.246,1.246,0,0,0,43.671,44.339Zm-6.234,0a1.25,1.25,0,1,0,1.249,1.251A1.246,1.246,0,0,0,37.437,44.339Zm12.468,0a1.25,1.25,0,1,0,1.249,1.251A1.246,1.246,0,0,0,49.905,44.339Zm6.246,0A1.25,1.25,0,1,0,57.4,45.589,1.246,1.246,0,0,0,56.152,44.339Zm-9.332-4.464a1.25,1.25,0,1,0,1.249,1.25A1.253,1.253,0,0,0,46.819,39.875Zm6.221,0a1.25,1.25,0,1,0,1.249,1.25A1.256,1.256,0,0,0,53.041,39.875Zm6.209,2.5A1.25,1.25,0,1,0,58,41.126,1.253,1.253,0,0,0,59.25,42.376Zm-24.861-2.5a1.25,1.25,0,1,0,1.249,1.25A1.253,1.253,0,0,0,34.389,39.875Zm6.221,0a1.25,1.25,0,1,0,1.249,1.25A1.253,1.253,0,0,0,40.611,39.875Zm18.814,8.94a1.25,1.25,0,1,0,1.249,1.25A1.254,1.254,0,0,0,59.425,48.815Zm3.123-4.476A1.25,1.25,0,1,0,63.8,45.589,1.246,1.246,0,0,0,62.548,44.339Zm3.1-4.464a1.25,1.25,0,1,0,1.249,1.25A1.253,1.253,0,0,0,65.646,39.875Z'/%3e%3c/svg%3e");
}

.icon-catalog-pylesos {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M40.764,71.807H29.127a1.124,1.124,0,0,0,0,2.248H40.764A1.124,1.124,0,0,0,40.764,71.807Zm0-4.248H29.127a1.124,1.124,0,0,0,0,2.248H40.764A1.124,1.124,0,0,0,40.764,67.559ZM34.5,46.994a6.181,6.181,0,1,0-6.172-6.181A6.178,6.178,0,0,0,34.5,46.994ZM33.38,37.046v3.97a1.122,1.122,0,1,0,2.244,0V37.047A3.926,3.926,0,1,1,33.38,37.046Zm44.35-.228L84.3,30.372a8.918,8.918,0,0,0,2.923-6.595V10.123A5.814,5.814,0,0,0,87.2,9.456a8.891,8.891,0,0,0-17.716-.225,1.109,1.109,0,0,0-.055.33V32.913L56.2,45.894a21.724,21.724,0,0,0-43.427.987V81.663A1.123,1.123,0,0,0,13.9,82.786h5.7a1.123,1.123,0,0,0,1.122-1.124V79.7H48.283v1.966a1.123,1.123,0,0,0,1.122,1.124h5.7a1.123,1.123,0,0,0,1.122-1.124V67.042s0,0,0-.006,0,0,0-.005v-9.08l13.2-12.966v25.89l-5.049,5.505H60.9A1.123,1.123,0,0,0,59.775,77.5v4.158A1.123,1.123,0,0,0,60.9,82.786H86.012a1.123,1.123,0,0,0,1.122-1.124V77.5a1.123,1.123,0,0,0-1.122-1.124h-3.48l-5.049-5.505V37A1.118,1.118,0,0,0,77.73,36.817ZM77.483,24.995V9.381a0.842,0.842,0,1,1,1.683,0V23.349ZM56.228,49.017l13.2-12.956v5.775L56.228,54.8V49.017ZM71.67,42.308V10.685h3.569v59.5H71.67V42.308ZM78.325,3.459A6.684,6.684,0,0,1,84.96,9.642q0,0.025,0,.05a3.8,3.8,0,0,1,.015.431V23.777a6.664,6.664,0,0,1-2.2,4.941l-0.034.032-4.68,4.591V27.565l3.006-2.94a1.123,1.123,0,0,0,.338-0.8V9.381a3.085,3.085,0,0,0-6.024-.944H71.892A6.685,6.685,0,0,1,78.325,3.459ZM34.5,27.362a19.523,19.523,0,0,1,19.482,19.52v5.135H15.02V46.882A19.523,19.523,0,0,1,34.5,27.362ZM18.477,80.539H15.02V68.155h3.457V80.539Zm2.244-3.09V67.031A1.124,1.124,0,0,0,19.6,65.907H15.02V54.265H53.984V65.907H49.405a1.124,1.124,0,0,0-1.122,1.124V77.449H20.721Zm33.263,3.09H50.527V68.166h3.457V80.539Zm30.906,0H62.019v-1.91H84.89v1.91ZM67.424,76.381l3.618-3.944h4.827l3.617,3.944H67.424ZM40.764,63.3H29.127a1.124,1.124,0,0,0,0,2.248H40.764A1.124,1.124,0,0,0,40.764,63.3Z'/%3e%3c/svg%3e");
}

.icon-catalog-stekloochistitel {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M76.191,21.11H23.4a1.123,1.123,0,0,0-1.126,1.121v6.31a3.666,3.666,0,0,0,3.67,3.654c11.266,0,16.4.91,18.306,3.248,1.855,2.272.94,6.622-.444,13.207A135,135,0,0,0,40.3,78.415a4.487,4.487,0,0,0,4.492,4.472H54.35a4.531,4.531,0,0,0,.5-0.029l0.02,0a4.568,4.568,0,0,0,.465-0.08l0.032-.005c0.016,0,.031-0.01.047-0.015a4.478,4.478,0,0,0,3.419-4.34,136.1,136.1,0,0,0-3.585-30.472c-0.247-1.162-.477-2.25-0.68-3.267l-0.021-.108c-0.056-.285-0.11-0.563-0.161-0.836-0.019-.1-0.038-0.2-0.056-0.3-0.044-.24-0.087-0.478-0.127-0.709-0.018-.106-0.034-0.207-0.051-0.311-0.037-.228-0.075-0.457-0.107-0.676l0-.028c-0.077-.528-0.137-1.027-0.179-1.5,0-.053-0.011-0.109-0.016-0.162-0.016-.2-0.026-0.386-0.035-0.573,0-.078-0.008-0.158-0.011-0.234a5.75,5.75,0,0,1,.954-3.921c1.849-2.271,6.971-3.116,18.9-3.116a3.666,3.666,0,0,0,3.67-3.654v-6.31A1.123,1.123,0,0,0,76.191,21.11ZM46.739,49.488a38.012,38.012,0,0,1-3.463,16.188,153.951,153.951,0,0,1,2.9-17.276q0.234-1.1.447-2.117Q46.739,47.868,46.739,49.488ZM45.272,80.645c0-.354-0.007-0.712-0.007-1.076a1.147,1.147,0,0,1,1.148-1.143h6.462a1.161,1.161,0,0,1,1.148,1.143c0,0.364,0,.721-0.009,1.076H45.272Zm7.321-34.367q0.214,1.034.454,2.156c0.609,2.874,1.294,6.106,1.9,9.815q0.017,0.1.033,0.2,0.252,1.561.48,3.239,0.028,0.206.055,0.413,0.136,1.028.259,2.1c0.007,0.062.014,0.123,0.021,0.185,0.043,0.379.084,0.762,0.124,1.149l0.012,0.123a38.043,38.043,0,0,1-3.46-16.174Q52.47,47.872,52.593,46.278ZM73.647,29.952c-13.033,0-18.242,1-20.644,3.945a7.414,7.414,0,0,0-1.474,5.027,42.616,42.616,0,0,0-1.31,10.563c0,8.041,2.235,15.8,6.133,21.355,0.143,2.383.227,4.9,0.227,7.572a2.216,2.216,0,0,1-.306,1.122,3.4,3.4,0,0,0-3.4-3.353H46.413a3.4,3.4,0,0,0-3.4,3.385c0,0.061,0,.12,0,0.18a2.193,2.193,0,0,1-.463-1.335c0-2.628.087-5.109,0.232-7.463,3.945-5.55,6.207-13.356,6.207-21.464a42.6,42.6,0,0,0-1.342-10.738,1.1,1.1,0,0,0-.128-0.293A7.325,7.325,0,0,0,46,34.029c-2.456-3.01-7.7-4.076-20.054-4.076a1.434,1.434,0,0,1-1.418-1.412V27.509H29.8a1.121,1.121,0,1,0,0-2.241H24.527V23.351H75.065v1.917H33.714a1.121,1.121,0,1,0,0,2.241H75.065V28.54A1.434,1.434,0,0,1,73.647,29.952Z'/%3e%3c/svg%3e");
}

.icon-catalog-lomterezka {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M64.789,59.482A15.12,15.12,0,0,0,77.9,36.761a1.245,1.245,0,0,0-2.153,1.252A12.682,12.682,0,1,1,73,34.726a1.245,1.245,0,1,0,1.615-1.894A15.139,15.139,0,1,0,64.789,59.482ZM60.442,44.353a4.347,4.347,0,1,0,4.346-4.342A4.343,4.343,0,0,0,60.442,44.353Zm6.2,0A1.856,1.856,0,1,1,64.789,42.5,1.851,1.851,0,0,1,66.645,44.353Zm19.666,20.08h-1V30.158A5.627,5.627,0,0,0,79.7,24.535H19.116a5.633,5.633,0,0,0-5.629,5.623V64.433h-0.2a3.745,3.745,0,1,0,0,7.49h0.2v6.73A1.245,1.245,0,0,0,14.732,79.9h2.217v1.916a1.245,1.245,0,0,0,1.245,1.244h4.87a1.245,1.245,0,0,0,1.245-1.244V79.9H75.139v1.916a1.245,1.245,0,0,0,1.246,1.244h4.882a1.245,1.245,0,0,0,1.245-1.244V79.9h1.557a1.245,1.245,0,0,0,1.245-1.244v-6.73h1A3.745,3.745,0,1,0,86.311,64.433ZM15.978,30.158a3.141,3.141,0,0,1,3.139-3.135H79.7a3.134,3.134,0,0,1,3.126,3.135V64.433H64.791a3.734,3.734,0,0,0-3.527-5H26.39V53.423H45.222a1.244,1.244,0,1,0,0-2.489H26.39v-2.6H45.222a1.244,1.244,0,1,0,0-2.488H26.39v-2.6H45.222a1.244,1.244,0,1,0,0-2.488H26.39v-2.6H45.222a1.244,1.244,0,1,0,0-2.488H26.39V33.58a3.749,3.749,0,0,0-7.5,0V63.3a1.216,1.216,0,0,0,.014.186c0,0.04.006,0.079,0.011,0.12a1.263,1.263,0,0,0,.037.257l0.038,0.183a1.225,1.225,0,0,0,.048.171,1.205,1.205,0,0,0,.048.154c0.006,0.021.014,0.041,0.021,0.062H15.978V30.158Zm6.538,34.264c-0.038-.006-0.077-0.01-0.115-0.012L22.368,64.4c-0.025-.008-0.049-0.017-0.075-0.023s-0.073-.026-0.11-0.037l-0.006,0c-0.031-.016-0.063-0.03-0.1-0.043l-0.044-.023L22,64.255c-0.03-.021-0.061-0.04-0.093-0.058l-0.051-.038-0.013-.012a1.273,1.273,0,0,0-.137-0.13c-0.018-.021-0.036-0.042-0.055-0.062v0a1.3,1.3,0,0,0-.1-0.144c-0.009-.017-0.02-0.034-0.03-0.051l0-.007-0.032-.067c-0.005-.014-0.011-0.028-0.017-0.042a1.067,1.067,0,0,0-.04-0.12c-0.007-.026-0.015-0.051-0.024-0.076L21.4,63.411c0-.031-0.005-0.061-0.01-0.092a1.257,1.257,0,0,0-.012-0.131V33.58a1.274,1.274,0,0,1,1.258-1.257A1.259,1.259,0,0,1,23.9,33.58v27.1a1.245,1.245,0,0,0,1.245,1.244H61.264a1.256,1.256,0,1,1,0,2.513H22.63C22.592,64.428,22.554,64.424,22.516,64.422Zm-0.7,16.147H19.44V79.9h2.379v0.672Zm58.2,0H77.63V79.9h2.392v0.672Zm2.8-3.16H81.39c-0.041,0-.081-0.012-0.123-0.012H76.385c-0.042,0-.082.008-0.124,0.012H23.188c-0.041,0-.081-0.012-0.123-0.012h-4.87c-0.042,0-.082.008-0.123,0.012H15.978V71.923H82.824v5.486Zm3.487-7.974H13.288a1.256,1.256,0,1,1,0-2.513H86.311A1.256,1.256,0,1,1,86.311,69.434Z'/%3e%3c/svg%3e");
}

.icon-catalog-sokovyzhimalka {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M41.453,63.745a6.22,6.22,0,1,0,6.227,6.22A6.237,6.237,0,0,0,41.453,63.745Zm0,10.178a3.958,3.958,0,1,1,3.959-3.958A3.968,3.968,0,0,1,41.453,73.923ZM68,55.615a1.131,1.131,0,0,0,.951-1.748l-3.4-5.214a1.135,1.135,0,0,0-.951-0.514H60.248V39.082A5.665,5.665,0,0,0,55.8,33.564v-6.08l2.869-1.649a1.132,1.132,0,1,0-1.133-1.959l-1.736,1V21.8H56.71a1.133,1.133,0,0,0,1.134-1.131V16.125a1.133,1.133,0,0,0-1.134-1.13H39.184a1.133,1.133,0,0,0-1.134,1.13v4.546A1.133,1.133,0,0,0,39.184,21.8h0.908V33.427H26.072A5.67,5.67,0,0,0,20.4,39.082V81.466A1.133,1.133,0,0,0,21.534,82.6H59.114a1.133,1.133,0,0,0,1.135-1.131V55.615H68ZM63.978,50.4L65.9,53.353H60.248V50.4h3.729Zm-6-11.32v1.764H42.36V35.689H54.577A3.4,3.4,0,0,1,57.979,39.082Zm-4.446-5.654H45.461l8.072-4.639v4.639ZM40.319,17.256H55.575v2.284H40.319V17.256ZM53.533,21.8v4.376L42.36,32.6V21.8H53.533ZM22.669,39.082a3.4,3.4,0,0,1,3.4-3.392h14.02v5.157H22.669V39.082Zm0,41.253V43.108H30.96V80.335H22.669Zm35.31,0H33.229V43.108h6.862v9.938a5.1,5.1,0,1,0,2.269-.1V43.108H57.979V80.335ZM41.453,55.118a2.827,2.827,0,1,1-2.836,2.827A2.834,2.834,0,0,1,41.453,55.118ZM86.065,62.4H81.313V59.324a1.133,1.133,0,0,0-1.135-1.131h-18.3a1.131,1.131,0,1,0,0,2.262H62.3V81.466A1.133,1.133,0,0,0,63.436,82.6H80.178a1.133,1.133,0,0,0,1.135-1.131V75.1a1.14,1.14,0,0,0,.215.022A5.67,5.67,0,0,0,87.2,69.468V63.53A1.133,1.133,0,0,0,86.065,62.4Zm-7.021-1.945V62.4H64.57V60.455H79.044ZM64.57,80.335V64.661H79.044V80.335H64.57Zm20.36-10.867a3.4,3.4,0,0,1-3.4,3.392,1.14,1.14,0,0,0-.215.022v-8.22h3.618v4.806Z'/%3e%3c/svg%3e");
}

.icon-catalog-podogrevatel {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M98.065,54.091H1.935A1.135,1.135,0,0,0,.8,55.226V81.663A1.135,1.135,0,0,0,1.935,82.8h96.13A1.135,1.135,0,0,0,99.2,81.663V55.226A1.135,1.135,0,0,0,98.065,54.091ZM96.93,80.528H3.069V56.361H96.93V80.528ZM28.01,48.178a2.147,2.147,0,0,1-.673,1.376,1.2,1.2,0,0,0,.94,2.2,4.083,4.083,0,0,0,2.052-2.933,5.683,5.683,0,0,0-1.858-5.217,3.478,3.478,0,0,1-1.245-2.9,2.689,2.689,0,0,1,1.187-1.9,1.2,1.2,0,0,0-1.192-2.078,5.087,5.087,0,0,0-2.369,3.658A5.735,5.735,0,0,0,26.776,45.3,3.524,3.524,0,0,1,28.01,48.178Zm14.9,0a2.145,2.145,0,0,1-.673,1.376,1.2,1.2,0,0,0,.941,2.2,4.084,4.084,0,0,0,2.051-2.933,5.684,5.684,0,0,0-1.859-5.217,3.48,3.48,0,0,1-1.245-2.9,2.688,2.688,0,0,1,1.188-1.9,1.2,1.2,0,0,0-1.191-2.078,5.087,5.087,0,0,0-2.37,3.657A5.735,5.735,0,0,0,41.674,45.3,3.526,3.526,0,0,1,42.908,48.178Zm14.9,0a2.143,2.143,0,0,1-.673,1.376,1.2,1.2,0,0,0,.941,2.2,4.083,4.083,0,0,0,2.051-2.933,5.683,5.683,0,0,0-1.859-5.217,3.48,3.48,0,0,1-1.245-2.9,2.688,2.688,0,0,1,1.188-1.9,1.2,1.2,0,0,0-1.191-2.078,5.088,5.088,0,0,0-2.37,3.657A5.735,5.735,0,0,0,56.572,45.3,3.525,3.525,0,0,1,57.806,48.178Zm14.9,0a2.145,2.145,0,0,1-.673,1.376,1.2,1.2,0,0,0,.941,2.2,4.082,4.082,0,0,0,2.052-2.933,5.684,5.684,0,0,0-1.858-5.217,3.477,3.477,0,0,1-1.245-2.9,2.688,2.688,0,0,1,1.187-1.9,1.2,1.2,0,0,0-1.191-2.078,5.086,5.086,0,0,0-2.369,3.657A5.733,5.733,0,0,0,71.47,45.3,3.524,3.524,0,0,1,72.7,48.178ZM5.124,77.339a1.135,1.135,0,0,0,1.135,1.135H93.742a1.135,1.135,0,0,0,0-2.271H87.511A5.862,5.862,0,0,0,89.15,73.99h1.176a3.409,3.409,0,0,0,3.4-3.406V70.3a3.409,3.409,0,0,0-3.4-3.406H89.6V66.01a1.135,1.135,0,0,0-1.135-1.135H75.008a1.135,1.135,0,0,0-1.135,1.135v5.664a5.769,5.769,0,0,0,2.09,4.529H62.652A5.863,5.863,0,0,0,64.29,73.99h1.176a3.409,3.409,0,0,0,3.4-3.406V70.3a3.409,3.409,0,0,0-3.4-3.406H64.739V66.01A1.135,1.135,0,0,0,63.6,64.875H50.159a1.135,1.135,0,0,0-1.134,1.135v5.664A5.771,5.771,0,0,0,51.112,76.2H42.344a7.235,7.235,0,0,0,2.1-5.1,1.134,1.134,0,0,0-.506-0.944,7.183,7.183,0,0,0,.506-2.654,1.134,1.134,0,0,0-.509-0.946A7.217,7.217,0,0,0,44.44,63.9a1.135,1.135,0,0,0-.506-0.945A7.182,7.182,0,0,0,44.44,60.3a1.135,1.135,0,0,0-1.135-1.135H6.27A1.135,1.135,0,0,0,5.135,60.3a7.173,7.173,0,0,0,.509,2.652,1.134,1.134,0,0,0-.509.946,7.2,7.2,0,0,0,.512,2.662,1.133,1.133,0,0,0-.512.948,7.175,7.175,0,0,0,.509,2.653,1.133,1.133,0,0,0-.509.946,7.23,7.23,0,0,0,2.1,5.1H6.258A1.135,1.135,0,0,0,5.124,77.339Zm85.2-8.173A1.136,1.136,0,0,1,91.461,70.3v0.284a1.15,1.15,0,0,1-1.134,1.135H89.6c0-.015,0-0.03,0-0.045V69.166h0.726ZM76.143,67.145H87.331v4.529c0,2.888-2.9,4.2-5.594,4.2s-5.594-1.315-5.594-4.2V67.145ZM65.465,69.166A1.136,1.136,0,0,1,66.6,70.3v0.284a1.136,1.136,0,0,1-1.135,1.135H64.738c0-.015,0-0.03,0-0.045V69.166h0.726ZM51.293,67.145H62.47v4.529c0,2.888-2.9,4.2-5.588,4.2s-5.589-1.315-5.589-4.2V67.145ZM7.536,65.034h34.5a4.911,4.911,0,0,1-.529,1.339H8.066A5.028,5.028,0,0,1,7.536,65.034Zm0,3.609H42.042a4.839,4.839,0,0,1-.526,1.328H8.063A4.928,4.928,0,0,1,7.536,68.643Zm34.5,3.6A4.982,4.982,0,0,1,37.2,76.09H12.385a4.99,4.99,0,0,1-4.851-3.848H42.041Zm0-10.807a4.837,4.837,0,0,1-.526,1.328H8.063a4.933,4.933,0,0,1-.527-1.328H42.042Z'/%3e%3c/svg%3e");
}

.icon-catalog-svch {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M82.966,35H16.034A1.135,1.135,0,0,0,14.9,36.133V81.857a1.135,1.135,0,0,0,1.134,1.137H82.966A1.135,1.135,0,0,0,84.1,81.857V36.133A1.135,1.135,0,0,0,82.966,35ZM63.585,66.567H61.532V51.424h2.053V66.567Zm0-17.416H60.4a1.135,1.135,0,0,0-1.134,1.137V67.7A1.136,1.136,0,0,0,60.4,68.84h3.187v4.9H23.609V44.25H63.585v4.9Zm0-7.174H22.475a1.135,1.135,0,0,0-1.134,1.137V74.877a1.136,1.136,0,0,0,1.134,1.137h41.11V80.72H17.168V37.27H63.585v4.707ZM81.832,80.72H65.853V76.014H81.832V80.72Zm0-6.98H65.853V37.27H81.832V73.74Zm-13.269-23.6H79.246A1.136,1.136,0,0,0,80.38,49V43.113a1.136,1.136,0,0,0-1.134-1.137H68.563a1.136,1.136,0,0,0-1.134,1.137V49A1.136,1.136,0,0,0,68.563,50.139ZM69.7,44.25h8.415v3.615H69.7V44.25Zm0.181,11.858a1.137,1.137,0,1,0,1.134,1.137A1.139,1.139,0,0,0,69.879,56.108Zm3.663,0a1.137,1.137,0,1,0,1.134,1.137A1.139,1.139,0,0,0,73.542,56.108Zm3.663,0a1.137,1.137,0,1,0,1.134,1.137A1.139,1.139,0,0,0,77.2,56.108Zm-7.326,4.274a1.137,1.137,0,1,0,1.134,1.137A1.139,1.139,0,0,0,69.879,60.382Zm3.663,0a1.137,1.137,0,1,0,1.134,1.137A1.139,1.139,0,0,0,73.542,60.382Zm3.663,0a1.137,1.137,0,1,0,1.134,1.137A1.139,1.139,0,0,0,77.2,60.382ZM69.879,64.9a1.137,1.137,0,1,0,1.134,1.137A1.139,1.139,0,0,0,69.879,64.9Zm3.663,0a1.137,1.137,0,1,0,1.134,1.137A1.139,1.139,0,0,0,73.542,64.9Zm3.663,0a1.137,1.137,0,1,0,1.134,1.137A1.139,1.139,0,0,0,77.2,64.9ZM26.411,72.183H59.139a1.137,1.137,0,0,0,0-2.273H26.411A1.137,1.137,0,0,0,26.411,72.183Zm5.047-13.222a1.13,1.13,0,0,0,.762-0.294L42.97,48.889a1.136,1.136,0,0,0-1.524-1.684L30.7,56.982A1.137,1.137,0,0,0,31.458,58.961Zm7.629-1.126L32.8,63.554a1.136,1.136,0,1,0,1.525,1.683l6.282-5.718A1.136,1.136,0,0,0,39.087,57.835Z'/%3e%3c/svg%3e");
}

.icon-catalog-morozhenica {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M66.043,71.537H55.376a1.219,1.219,0,1,0,0,2.437H66.043A1.219,1.219,0,1,0,66.043,71.537ZM43.516,65.126a1.225,1.225,0,0,0-1.671-.447l-2.264,1.3v-2.6a1.223,1.223,0,0,0-2.447,0v2.591L34.884,64.68a1.22,1.22,0,1,0-1.222,2.111l2.256,1.3-2.256,1.3A1.22,1.22,0,0,0,34.884,71.5L37.135,70.2v2.591a1.223,1.223,0,0,0,2.447,0v-2.6l2.264,1.3a1.22,1.22,0,1,0,1.222-2.111l-2.256-1.3,2.256-1.3A1.216,1.216,0,0,0,43.516,65.126ZM71.7,52.451H71.218V51.427A18.239,18.239,0,0,0,64.394,36.68a20.614,20.614,0,0,0-3.648-2.332V32.524a11.1,11.1,0,0,0-22.191,0v1.8a20.505,20.505,0,0,0-3.663,2.343,18.264,18.264,0,0,0-6.8,14.757v1.024h-0.82a1.219,1.219,0,1,0,0,2.437h0.82V78.606a1.221,1.221,0,0,0,1.223,1.219h1.615V82.53h6.618V79.824H61.639V82.53h6.63V79.824h1.725a1.221,1.221,0,0,0,1.223-1.219V54.888H71.7A1.219,1.219,0,1,0,71.7,52.451ZM60.746,41.677V37.128a15.812,15.812,0,0,1,8.026,14.3v1.024H62.043V46.272a1.221,1.221,0,0,0-1.223-1.219H50.874V42.9h8.649A1.221,1.221,0,0,0,60.746,41.677ZM50.874,51.793v-4.3H59.6v4.96H50.677A1.21,1.21,0,0,0,50.874,51.793Zm-2.251.658H39.7V47.49h8.723v4.3A1.207,1.207,0,0,0,48.623,52.451ZM41,32.524a8.649,8.649,0,0,1,17.3,0v7.934H50.643a1.22,1.22,0,0,0-1.986,0H41V32.524Zm-10.46,18.9A15.9,15.9,0,0,1,36.43,38.566a17.566,17.566,0,0,1,2.125-1.456v4.566A1.221,1.221,0,0,0,39.778,42.9h8.649v2.157H38.481a1.221,1.221,0,0,0-1.223,1.219v6.179H30.541V51.427ZM35.1,80.093H33.379V79.824H35.1v0.268Zm30.719,0H64.086V79.824h1.737v0.268Zm2.948-2.706H30.541v-22.5h38.23v22.5ZM54.152,65.65a1.221,1.221,0,0,0,1.224,1.219H66.043a1.219,1.219,0,1,0,0-2.437H55.376A1.221,1.221,0,0,0,54.152,65.65Zm-4.5-26.789a5.874,5.874,0,1,0-5.884-5.874A5.892,5.892,0,0,0,49.65,38.861Zm-1.223-9.082V33.17a1.223,1.223,0,0,0,2.447,0V29.778A3.44,3.44,0,1,1,48.427,29.779ZM66.043,67.99H55.376a1.219,1.219,0,1,0,0,2.437H66.043A1.219,1.219,0,1,0,66.043,67.99Z'/%3e%3c/svg%3e");
}

.icon-catalog-utyug {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M73.111,56.546a1.218,1.218,0,0,0-1.182-.939H55.066c-9.114,0-13.769,8.23-14,10.844a1.231,1.231,0,0,0,.314.936,1.212,1.212,0,0,0,.9.4H74.252a1.214,1.214,0,0,0,.955-0.467,1.234,1.234,0,0,0,.227-1.045ZM54.762,65.14V64.307h7.21V65.14h-7.21Zm9.642,0.2V63.082a1.221,1.221,0,0,0-1.216-1.225H53.546a1.22,1.22,0,0,0-1.216,1.225v2.254H43.957c1.216-2.519,4.8-7.278,11.109-7.278H70.971l1.737,7.278H64.4Zm17.083,5.785L78.641,56.946a8.813,8.813,0,0,0-1.488-3.435L79.841,50.8a1.232,1.232,0,0,0,0-1.732l-2.31-2.328a1.209,1.209,0,0,0-1.719,0l-3.4,3.43c-0.023.023-.039,0.049-0.06,0.074a8.769,8.769,0,0,0-2.169-.273H56.123a37.444,37.444,0,0,0-27.5,12.076c-5.937,6.236-9.094,13.315-9.358,16.136,0,0.019,0,.038,0,0.057s-0.006.038-.006,0.058v3.283a1.221,1.221,0,0,0,1.216,1.225H76.246a1.221,1.221,0,0,0,1.216-1.225V78.3c0-.023-0.005-0.045-0.007-0.068s0-.043,0-0.064L77.3,76.7a3.636,3.636,0,0,1,2.566-3.925l0.778-.233A1.226,1.226,0,0,0,81.486,71.121ZM76.671,49.34l0.591,0.6-1.685,1.7-0.591-.6ZM75.03,80.358H21.69V79.524H75.03v0.834Zm-0.151-3.4,0.012,0.113H21.975c1.889-6.331,12.691-24.651,34.148-24.651H70.178a6.155,6.155,0,0,1,6.079,5.009l2.627,13.085A6.058,6.058,0,0,0,74.879,76.961ZM32.2,73.288H26.882a1.225,1.225,0,0,0,0,2.451H32.2A1.225,1.225,0,0,0,32.2,73.288Zm10.165,0H37.047a1.225,1.225,0,0,0,0,2.451H42.36A1.225,1.225,0,0,0,42.36,73.288Zm10.165,0h-5.3a1.225,1.225,0,0,0,0,2.451h5.3A1.225,1.225,0,0,0,52.524,73.288Zm10.165,0h-5.3a1.225,1.225,0,0,0,0,2.451h5.3A1.225,1.225,0,0,0,62.689,73.288Z'/%3e%3c/svg%3e");
}

.icon-catalog-fen {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M17.327,31.386a6.079,6.079,0,0,0-5.59,2.007,3.716,3.716,0,0,1-3.094,1.336A2.931,2.931,0,0,1,6.58,33.447a1.291,1.291,0,1,0-2.226,1.308A5.515,5.515,0,0,0,8.314,37.3,5.353,5.353,0,0,0,9,37.339a6.372,6.372,0,0,0,4.564-2.117,3.764,3.764,0,0,1,3.075-1.329,2.3,2.3,0,0,1,1.477.726A1.291,1.291,0,0,0,20.487,33.6,4.395,4.395,0,0,0,17.327,31.386Zm0,6.2a6.078,6.078,0,0,0-5.59,2.007,3.717,3.717,0,0,1-3.094,1.336A2.931,2.931,0,0,1,6.58,39.646a1.291,1.291,0,1,0-2.226,1.308A5.516,5.516,0,0,0,8.314,43.5,5.354,5.354,0,0,0,9,43.539a6.373,6.373,0,0,0,4.564-2.116,3.76,3.76,0,0,1,3.075-1.329,2.3,2.3,0,0,1,1.478.726A1.291,1.291,0,0,0,20.487,39.8,4.4,4.4,0,0,0,17.327,37.586Zm61.631-8.764a3.656,3.656,0,0,0-3.374-2.263H56.764a1.182,1.182,0,0,0-.193.016L37.835,29.585h-3.08a7.423,7.423,0,0,0-.866.055,13.061,13.061,0,0,0-10.638-5.6H23.069a1.219,1.219,0,0,0-1.217,1.22V48.806a1.219,1.219,0,0,0,1.217,1.22h0.183a13.063,13.063,0,0,0,10.631-5.6,7.415,7.415,0,0,0,.873.056h3.081l18.738,2.975a1.2,1.2,0,0,0,.19.015h1.3c2.233,4.281,2.133,4.532,1.857,5.2a10.47,10.47,0,0,0-.768,4.547V74.606a4.128,4.128,0,0,0,2.313,3.706v1.261a3.378,3.378,0,1,0,6.756,0V78.312a4.127,4.127,0,0,0,2.313-3.706V57.227a10.855,10.855,0,0,0-.755-4.522c-0.284-.721-0.367-0.941,2.217-5.229h3.59a3.657,3.657,0,0,0,3.358-2.225,9.237,9.237,0,0,0,3.312-7.1V35.919A9.286,9.286,0,0,0,78.957,28.822ZM31.4,43.674a10.645,10.645,0,0,1-7.115,3.859v-21A10.639,10.639,0,0,1,31.4,30.386c-0.059.03-.116,0.064-0.174,0.1l-0.017.009a7.411,7.411,0,0,0-3.536,4.3c0,0.014-.009.029-0.014,0.043-0.069.224-.128,0.452-0.176,0.684,0,0.018-.006.037-0.01,0.055-0.039.2-.069,0.4-0.092,0.605-0.006.056-.013,0.112-0.018,0.168-0.02.226-.034,0.453-0.034,0.683s0.014,0.456.034,0.681c0.005,0.058.012,0.116,0.018,0.174q0.033,0.3.089,0.586c0.005,0.026.009,0.052,0.014,0.078,0.046,0.224.1,0.445,0.17,0.662,0.009,0.03.02,0.06,0.029,0.089q0.1,0.3.218,0.6l0.019,0.046a7.382,7.382,0,0,0,.671,1.24l0.013,0.02a7.386,7.386,0,0,0,.879,1.071l0.057,0.057q0.208,0.2.432,0.394c0.03,0.026.06,0.052,0.09,0.078,0.156,0.127.316,0.248,0.482,0.362,0.083,0.057.169,0.109,0.254,0.163s0.153,0.1.231,0.141c0.119,0.069.238,0.136,0.361,0.2Zm2.245-1.758c-0.019-.005-0.035-0.015-0.054-0.02a5,5,0,0,1-1.837-.868c-0.025-.019-0.05-0.037-0.074-0.056-0.074-.058-0.145-0.119-0.215-0.18-0.049-.044-0.1-0.088-0.146-0.134s-0.1-.1-0.154-0.153-0.125-.135-0.186-0.2c-0.034-.04-0.069-0.079-0.1-0.12q-0.122-.151-0.232-0.312c-0.011-.015-0.022-0.03-0.033-0.045-0.088-.131-0.17-0.266-0.245-0.405l0-.008c-0.07-.13-0.134-0.264-0.192-0.4-0.015-.036-0.029-0.073-0.044-0.11-0.042-.1-0.081-0.21-0.116-0.318-0.016-.048-0.03-0.1-0.044-0.146-0.029-.1-0.055-0.2-0.078-0.3-0.012-.052-0.024-0.105-0.034-0.158-0.02-.106-0.036-0.215-0.05-0.323-0.006-.049-0.014-0.1-0.018-0.146-0.015-.157-0.024-0.316-0.024-0.476s0.009-.309.023-0.461c0.008-.081.02-0.161,0.032-0.241,0.009-.062.017-0.125,0.028-0.186,0.021-.112.045-0.223,0.073-0.333q0.006-.027.014-0.053a5.08,5.08,0,0,1,3.073-3.407c0.072-.027.143-0.056,0.217-0.079,0.058-.019.118-0.034,0.178-0.051a4.955,4.955,0,0,1,1.354-.192h1.96v10.02h-1.96A4.943,4.943,0,0,1,33.646,41.916ZM65.784,79.573a0.944,0.944,0,0,1-1.887,0V78.731h1.887v0.843ZM67.512,53.6a8.573,8.573,0,0,1,.586,3.627V74.606A1.678,1.678,0,0,1,66.43,76.29H63.252a1.678,1.678,0,0,1-1.668-1.684V57.227a8.209,8.209,0,0,1,.585-3.617c0.644-1.569.544-2.392-1.365-6.134h8.352C66.978,51.178,66.866,51.958,67.512,53.6Zm8.072-8.565H71.5a1.2,1.2,0,0,0-.181-0.024H58.785a1.191,1.191,0,0,0-.187.024H56.86L39.15,42.223V31.846L56.861,29H75.584A1.22,1.22,0,0,1,76.8,30.22v13.6A1.22,1.22,0,0,1,75.584,45.036Zm4.236-6.883a6.817,6.817,0,0,1-.584,2.769V33.151a6.825,6.825,0,0,1,.584,2.768v2.233Zm-7.572-7.969A1.219,1.219,0,0,0,71.031,31.4V42.631a1.217,1.217,0,1,0,2.435,0V31.4A1.219,1.219,0,0,0,72.248,30.183ZM63.715,60.425h2.678a1.22,1.22,0,0,0,0-2.44H63.715A1.22,1.22,0,0,0,63.715,60.425Zm2.678,1.941H63.715a1.22,1.22,0,0,0,0,2.441h2.678A1.22,1.22,0,0,0,66.393,62.365Z'/%3e%3c/svg%3e");
}

.icon-catalog-muzyka {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M93.053,40.012H69.27a1.133,1.133,0,0,0-1.133,1.133V59.52h-35.5V41.144A1.133,1.133,0,0,0,31.5,40.012H7.717a1.133,1.133,0,0,0-1.133,1.133V81.679a1.133,1.133,0,0,0,1.133,1.133H93.053a1.133,1.133,0,0,0,1.133-1.133V41.144A1.133,1.133,0,0,0,93.053,40.012ZM8.85,42.277H30.368V80.547H8.85V42.277ZM32.633,61.786h35.5V80.547h-35.5V61.786ZM91.92,80.547H70.4V42.277H91.92V80.547ZM81.309,57.866A6.163,6.163,0,1,0,75.147,51.7,6.169,6.169,0,0,0,81.309,57.866Zm0-10.06a3.9,3.9,0,1,1-3.9,3.9A3.9,3.9,0,0,1,81.309,47.806Zm-18.8,19.757H38.262A1.133,1.133,0,0,0,37.129,68.7V73.07A1.133,1.133,0,0,0,38.262,74.2H62.509a1.133,1.133,0,0,0,1.133-1.133V68.7A1.133,1.133,0,0,0,62.509,67.564Zm-1.133,4.373H39.394V69.83H61.376v2.107ZM38.262,65.751h6.4a1.133,1.133,0,0,0,0-2.266h-6.4A1.133,1.133,0,0,0,38.262,65.751Zm24.247-2.266H56.1a1.133,1.133,0,0,0,0,2.266h6.41A1.133,1.133,0,1,0,62.509,63.485ZM46.427,76.264A1.133,1.133,0,1,0,47.559,77.4,1.136,1.136,0,0,0,46.427,76.264Zm3.953,0A1.133,1.133,0,1,0,51.512,77.4,1.136,1.136,0,0,0,50.379,76.264Zm3.964,0A1.133,1.133,0,1,0,55.476,77.4,1.129,1.129,0,0,0,54.343,76.264Zm19.449-.9a1.13,1.13,0,1,0,1.531,1.61,9.161,9.161,0,0,0,11.593.065,1.127,1.127,0,1,0,1.562-1.608,9.168,9.168,0,0,0,.038-11.041,1.128,1.128,0,1,0-1.56-1.625,9.161,9.161,0,0,0-11.672.067,1.128,1.128,0,1,0-1.53,1.629A9.167,9.167,0,0,0,73.792,75.364Zm7.369-12.4a6.922,6.922,0,1,1-6.919,6.922A6.928,6.928,0,0,1,81.161,62.964Zm0,8.055a1.133,1.133,0,1,0-1.133-1.133A1.136,1.136,0,0,0,81.161,71.019Zm0-18.183A1.133,1.133,0,1,0,80.029,51.7,1.136,1.136,0,0,0,81.161,52.836Zm-61.405,5.03A6.163,6.163,0,1,0,13.6,51.7,6.169,6.169,0,0,0,19.756,57.866Zm0-10.06a3.9,3.9,0,1,1-3.9,3.9A3.9,3.9,0,0,1,19.756,47.806ZM26.964,64.39A1.128,1.128,0,1,0,25.4,62.764a9.172,9.172,0,0,0-11.674.063A1.128,1.128,0,1,0,12.2,64.456a9.159,9.159,0,0,0,.036,10.912,1.131,1.131,0,1,0,1.535,1.61,9.171,9.171,0,0,0,11.6.061,1.127,1.127,0,1,0,1.562-1.608A9.169,9.169,0,0,0,26.964,64.39ZM19.608,76.808a6.922,6.922,0,1,1,6.92-6.922A6.934,6.934,0,0,1,19.608,76.808Zm0-8.055a1.133,1.133,0,1,0,1.132,1.133A1.136,1.136,0,0,0,19.609,68.753Zm0-15.917A1.133,1.133,0,1,0,18.476,51.7,1.136,1.136,0,0,0,19.609,52.836Z'/%3e%3c/svg%3e");
}

.icon-catalog-multivarka {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M49.99,32.8a57.156,57.156,0,0,0-18.856,2.824C23.583,38.379,22,42.221,22,44.959V79.993a1.132,1.132,0,0,0,1.131,1.133h3.666V83.2h2.127V81.126H70.1V83.2H72.24V81.126h4.627A1.132,1.132,0,0,0,78,79.993V44.959C78,36.559,63.932,32.8,49.99,32.8ZM44.4,35.29a71.267,71.267,0,0,1,11.2,0v4.151H44.4V35.29Zm-2.263.212v5.072a1.132,1.132,0,0,0,1.132,1.133H56.729a1.133,1.133,0,0,0,1.131-1.133V35.5a45.412,45.412,0,0,1,10.22,2.252C71.2,38.89,74.845,40.83,75.6,43.826H24.4C25.5,39.338,33.13,36.524,42.135,35.5Zm-3.722,10.59h23.17V61.569a3.344,3.344,0,0,1-3.338,3.343H41.762a3.349,3.349,0,0,1-3.349-3.343V46.092ZM75.736,78.86H24.26V46.092H36.15V61.569a5.617,5.617,0,0,0,5.612,5.608H58.245a5.611,5.611,0,0,0,5.6-5.608V46.092h11.89V78.86ZM43.267,58.873H56.729a1.133,1.133,0,0,0,1.131-1.133V49.389a1.132,1.132,0,0,0-1.131-1.133H43.267a1.132,1.132,0,0,0-1.132,1.133V57.74A1.132,1.132,0,0,0,43.267,58.873ZM44.4,50.522H55.6v6.084H44.4V50.522Zm1.7,10.107a1.071,1.071,0,1,0,1.064,1.065A1.063,1.063,0,0,0,46.095,60.629Zm3.722,0a1.071,1.071,0,1,0,1.064,1.065A1.063,1.063,0,0,0,49.817,60.629Zm3.722,0A1.071,1.071,0,1,0,54.6,61.694,1.063,1.063,0,0,0,53.539,60.629Z'/%3e%3c/svg%3e");
}

.icon-catalog-frityurnica {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M79.365,57.7H74.554V57.461a4.69,4.69,0,0,0-4.675-4.7H29.132a4.7,4.7,0,0,0-4.686,4.7V57.7H19.635A1.136,1.136,0,0,0,18.5,58.837v3.047a1.136,1.136,0,0,0,1.135,1.137h4.811V78.4a1.133,1.133,0,0,0-.079.411v3.047A1.136,1.136,0,0,0,25.5,82.994h5.946a1.136,1.136,0,0,0,1.135-1.137v-1.91H66.339v1.91a1.136,1.136,0,0,0,1.134,1.137h5.946a1.136,1.136,0,0,0,1.135-1.137V63.02h4.811A1.136,1.136,0,0,0,80.5,61.883V58.837A1.136,1.136,0,0,0,79.365,57.7Zm-52.65-.239a2.422,2.422,0,0,1,2.417-2.422H69.879a2.417,2.417,0,0,1,2.406,2.422V77.674H26.715V57.461Zm-5.946,3.285V59.973h3.676v0.773H20.769ZM30.312,80.72H26.636V79.948h3.677V80.72Zm41.972,0H68.608V79.948h3.677V80.72ZM78.23,60.747H74.554V59.973H78.23v0.773ZM65.136,67.4a5.479,5.479,0,1,0-5.469-5.479A5.475,5.475,0,0,0,65.136,67.4ZM64,58.923v3.164a1.135,1.135,0,1,0,2.269,0V58.925A3.2,3.2,0,1,1,64,58.923ZM58.679,74.172H65.1a1.137,1.137,0,0,0,0-2.273H58.679A1.137,1.137,0,0,0,58.679,74.172Zm-24.77,0h18.62a1.137,1.137,0,0,0,0-2.273H33.909A1.137,1.137,0,0,0,33.909,74.172Zm-6.281-27.62a6.817,6.817,0,0,0,6.553,5H60.9a6.817,6.817,0,0,0,6.553-5,1.128,1.128,0,0,0,.255-0.709,1.114,1.114,0,0,0-.051-0.317,6.842,6.842,0,0,0,.051-0.8V33.269H76.3A1.137,1.137,0,0,0,76.3,31H28.508a1.136,1.136,0,0,0-1.134,1.137v12.6a6.842,6.842,0,0,0,.051.8,1.114,1.114,0,0,0-.051.317A1.128,1.128,0,0,0,27.628,46.552ZM58.52,44.706v-2.3h6.922v2.3H58.52Zm-19.936-2.3h7.7v2.3h-7.7v-2.3Zm-2.269,2.3H29.643v-2.3h6.672v2.3Zm9.974,2.274v2.3h-7.7v-2.3h7.7Zm2.269,0h7.693v2.3H48.558v-2.3Zm0-2.274v-2.3h7.693v2.3H48.558Zm16.884-4.57H58.52v-2.3h6.922v2.3Zm-9.191,0H48.558v-2.3h7.693v2.3Zm-7.693-4.57v-2.3h7.693v2.3H48.558Zm-2.269,0h-7.7v-2.3h7.7v2.3Zm0,2.273v2.3h-7.7v-2.3h7.7Zm-9.974,2.3H29.643v-2.3h6.672v2.3ZM30.243,46.98h6.072v2.3H34.181A4.538,4.538,0,0,1,30.243,46.98Zm30.661,2.3H58.52v-2.3h6.322A4.537,4.537,0,0,1,60.9,49.276Zm4.539-16.006v2.3H58.52v-2.3h6.922Zm-29.127,0v2.3H29.643v-2.3h6.672Z'/%3e%3c/svg%3e");
}

.icon-catalog-myasorubka {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M79.666,26.3H41.837a1.136,1.136,0,0,0,0,2.271h1.1v2.68a2.856,2.856,0,0,0,2.856,2.85H62.288V51.689l-2.126.2a51.65,51.65,0,0,0-5.851-6.537,1.144,1.144,0,0,0-.792-0.306l-3.768.057a1,1,0,0,0-.372-0.057l-25,.442H24.313c-0.019,0-.037.005-0.055,0.007a1.1,1.1,0,0,0-.169.02c-0.021,0-.04.014-0.061,0.02a1.133,1.133,0,0,0-.148.048c-0.028.012-.052,0.03-0.079,0.044a1.157,1.157,0,0,0-.111.062c-0.028.019-.051,0.043-0.077,0.065s-0.06.047-.087,0.074-0.046.056-.069,0.085-0.047.053-.067,0.083a1.07,1.07,0,0,0-.055.1c-0.016.03-.035,0.058-0.048,0.09a1.14,1.14,0,0,0-.038.125c-0.008.029-.02,0.056-0.026,0.086a1.147,1.147,0,0,0-.023.226v31.6a1.135,1.135,0,0,0,1.134,1.136h1.633v2.2A1.135,1.135,0,0,0,27.1,82.7h5.94a1.135,1.135,0,0,0,1.134-1.136v-2.2H59.261v2.2A1.135,1.135,0,0,0,60.395,82.7h5.94a1.135,1.135,0,0,0,1.134-1.136v-2.2h2.607a1.133,1.133,0,0,0,1.133-1.14c-0.012-3.1-1.5-9.185-4.7-15.855l6.955,0.666v1.519A1.134,1.134,0,0,0,74.6,65.685h3.56a1.135,1.135,0,0,0,1.134-1.136V49.1a1.135,1.135,0,0,0-1.134-1.136H74.6A1.134,1.134,0,0,0,73.466,49.1v1.519l-2.165.207V34.1h4.41a2.857,2.857,0,0,0,2.857-2.85V28.57h1.1A1.136,1.136,0,0,0,79.666,26.3ZM31.906,80.426H28.233V79.654h3.673v0.772Zm-6.439-32.68,23.551-.357c10.271,9.863,15.13,23.58,15.724,29.7H25.467V47.746ZM65.2,80.426H61.528V79.654H65.2v0.772Zm1.811-3.339C66.455,70.97,61.853,57.54,52.167,47.341l0.926-.014A50.944,50.944,0,0,1,59.209,54.4c0.009,0.014.016,0.029,0.026,0.043A60.519,60.519,0,0,1,63.6,61.567a1.077,1.077,0,0,0,.076.109c3.205,6.177,4.875,11.985,5.208,15.411H67.012Zm8.72-19.125h1.292v1.817H75.733V57.962Zm1.292-2.271H75.733V54.112h1.292v1.579Zm-1.292,7.723V62.051h1.292v1.363H75.733Zm1.292-13.174v1.6H75.733v-1.6h1.292Zm-3.6,10.505-8.1-.777a62.9,62.9,0,0,0-3.605-5.942L73.42,52.908v7.836Zm-4.387-9.732-4.478.377V34.1h4.478V51.012ZM76.3,31.251a0.593,0.593,0,0,1-.59.579H70.9a1.122,1.122,0,0,0-.729-0.272H63.421a1.121,1.121,0,0,0-.729.272h-16.9a0.585,0.585,0,0,1-.59-0.579V28.57H76.3v2.68Z'/%3e%3c/svg%3e");
}

.icon-catalog-hlebopech {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M67.817,32.81h-5.07c-0.037,0-.074-0.011-0.112-0.011H37.361c-0.038,0-.075.008-0.112,0.011h-5.07A10.2,10.2,0,0,0,22,43.006V80.016a1.132,1.132,0,0,0,1.131,1.133h3.666V83.2h2.127v-2.05H70.1V83.2h2.138v-2.05h4.627A1.132,1.132,0,0,0,78,80.016V43.006A10.2,10.2,0,0,0,67.817,32.81Zm7.919,10.2v3.167l-11.97-1.934V35.076h4.05A7.934,7.934,0,0,1,75.737,43.006ZM38.492,45.249V35.076H61.5V51.05c-7.459,4.8-15.393,4.8-23.012-.007V45.249ZM32.179,35.076h4.05v9.205l-11.97,1.9V43.006A7.934,7.934,0,0,1,32.179,35.076ZM75.737,78.884H24.26V48.471l11.97-1.9v5.086a1.132,1.132,0,0,0,.509.946q0.822,0.543,1.648,1.017l0.023,0.013a24.609,24.609,0,0,0,8.31,3.037c0.073,0.012.147,0.02,0.22,0.031,0.206,0.031.412,0.062,0.617,0.087,0.1,0.012.2,0.02,0.294,0.03,0.181,0.019.362,0.04,0.543,0.055,0.119,0.009.237,0.014,0.355,0.021,0.16,0.01.321,0.023,0.482,0.029,0.132,0.005.264,0.005,0.4,0.008s0.292,0.009.438,0.009h0c0.149,0,.3-0.006.447-0.009,0.13,0,.259,0,0.389-0.008,0.145-.006.29-0.017,0.436-0.026s0.267-.014.4-0.025c0.174-.014.348-0.034,0.522-0.053,0.1-.011.209-0.019,0.313-0.032,0.219-.027.437-0.06,0.656-0.094,0.059-.009.119-0.015,0.178-0.025,0.254-.041.507-0.089,0.761-0.139l0.072-.013A24.666,24.666,0,0,0,62.4,53.162l0.059-.036q0.4-.254.807-0.526a1.133,1.133,0,0,0,.5-0.94V46.534l11.97,1.934V78.884ZM57.861,48.444V40.083A1.132,1.132,0,0,0,56.73,38.95H43.267a1.132,1.132,0,0,0-1.132,1.133v8.361a1.132,1.132,0,0,0,1.132,1.133H56.73A1.132,1.132,0,0,0,57.861,48.444ZM55.6,47.311H44.4V41.216H55.6v6.095Zm-9.5,4.01a1.071,1.071,0,1,0,1.063,1.065A1.07,1.07,0,0,0,46.1,51.321Zm4.786,1.065a1.064,1.064,0,1,0-1.063,1.076A1.07,1.07,0,0,0,50.881,52.386Zm2.659-1.065A1.071,1.071,0,1,0,54.6,52.386,1.071,1.071,0,0,0,53.539,51.321Z'/%3e%3c/svg%3e");
}

.icon-catalog-chajnik {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M49.732,72.648a3.6,3.6,0,0,0,3.589-3.6V40.107a3.589,3.589,0,1,0-7.177,0v28.94A3.6,3.6,0,0,0,49.732,72.648ZM48.408,40.107a1.325,1.325,0,1,1,2.649,0v2.567a1.055,1.055,0,0,0-.113-0.011,1.069,1.069,0,1,0,.113,2.124v1.624a1.055,1.055,0,0,0-.113-0.012,1.068,1.068,0,1,0,0,2.135,0.962,0.962,0,0,0,.113-0.012v1.624a1.055,1.055,0,0,0-.113-0.011,1.068,1.068,0,1,0,0,2.135,1.055,1.055,0,0,0,.113-0.012v1.545a1.055,1.055,0,0,0-.113-0.012,1.068,1.068,0,1,0,0,2.135,1.055,1.055,0,0,0,.113-0.011v1.624a1.055,1.055,0,0,0-.113-0.011,1.068,1.068,0,1,0,0,2.135,1.055,1.055,0,0,0,.113-0.012v1.624a1.055,1.055,0,0,0-.113-0.012,1.068,1.068,0,1,0,0,2.135,1.055,1.055,0,0,0,.113-0.011v5.656a1.325,1.325,0,1,1-2.649,0V40.107Zm28.076-5.318a3.918,3.918,0,0,0-2.969-1.326l-7.168-.051-0.133-2.353a1.133,1.133,0,0,0-1.13-1.071H64.371l-0.184-3.022a1.133,1.133,0,0,0-1.13-1.067H36.407a1.134,1.134,0,0,0-1.13,1.067l-0.184,3.022H34.381a1.134,1.134,0,0,0-1.13,1.071L33.062,34.4l-5.744,2.008A1.137,1.137,0,0,0,26.6,37.8l5.235,18.286L30.7,76.153A3.6,3.6,0,0,0,32.026,83.1H67.438a3.6,3.6,0,0,0,1.323-6.944L68.143,65.209c2.763-1.191,7.736-5.647,8.3-13.077l1.1-14.262A3.97,3.97,0,0,0,76.484,34.789ZM67.662,54.912L66.939,39.9l3.307,0.024a0.475,0.475,0,0,1,.4.227,0.894,0.894,0,0,1,.193.672l-0.645,9.45a9.937,9.937,0,0,1-2.437,6.166ZM35.282,35.246l0.169-2.987H64.014l2.464,43.615H32.986l1.309-23.167,0.989-17.419C35.285,35.274,35.281,35.26,35.282,35.246Zm2.19-7.076h24.52L62.1,29.988H37.362ZM29.074,38.2l3.849-1.346-0.7,12.353ZM67.438,80.826H32.026A1.329,1.329,0,0,1,30.7,79.5a1.345,1.345,0,0,1,1.325-1.329H67.438A1.345,1.345,0,0,1,68.763,79.5,1.328,1.328,0,0,1,67.438,80.826Zm6.751-28.868a14.153,14.153,0,0,1-6.152,10.724l-0.164-3.407c1.8-1.051,4.26-4.186,4.578-8.844l0.646-9.46a3.181,3.181,0,0,0-.7-2.26,2.726,2.726,0,0,0-2.139-1.056l-3.425-.025-0.094-1.943,6.771,0.048a1.817,1.817,0,0,1,1.781,1.957Z'/%3e%3c/svg%3e");
}

.icon-catalog-jogurtnica {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M70.893,44.8H29.1A7.117,7.117,0,0,0,22,51.912v25.7a4.341,4.341,0,0,0,4.333,4.338h1.636a1.069,1.069,0,1,0,2.1,0h39.6a1.064,1.064,0,1,0,2.091,0h1.908A4.34,4.34,0,0,0,78,77.615v-25.7A7.117,7.117,0,0,0,70.893,44.8ZM24.259,51.912A4.851,4.851,0,0,1,29.1,47.064H70.893a4.851,4.851,0,0,1,4.842,4.848V63.387H73.457l0.517-7.177a1.124,1.124,0,0,0,.077-0.4,1.137,1.137,0,0,0-.03-0.25l0.264-3.667a1.132,1.132,0,0,0-1.129-1.214H60.79a1.132,1.132,0,0,0-1.128,1.214l0.272,3.774a0.905,0.905,0,0,0,.032.448l0.524,7.274H56.758l0.517-7.179a1.081,1.081,0,0,0,.046-0.649l0.264-3.668a1.132,1.132,0,0,0-1.129-1.214H44.092a1.132,1.132,0,0,0-1.129,1.214l0.272,3.772a1.145,1.145,0,0,0-.015.146,1.123,1.123,0,0,0,.047.306l0.523,7.272H40.059l0.52-7.224a1.119,1.119,0,0,0,.062-0.354A1.145,1.145,0,0,0,40.62,55.6l0.267-3.706a1.132,1.132,0,0,0-1.128-1.214H27.382a1.132,1.132,0,0,0-1.128,1.214l0.272,3.774a0.888,0.888,0,0,0,.032.448l0.523,7.274H24.259V51.912Zm37.747,1.031H71.94l-0.125,1.733H62.131Zm9.646,4-0.443,6.151H62.737l-0.443-6.151h9.358Zm-26.345-4h9.934l-0.125,1.733H45.432Zm9.646,4-0.443,6.151H46.038L45.6,56.942h9.359Zm-26.357-4h9.946l-0.125,1.733h-9.7Zm9.657,4-0.443,6.151H29.328l-0.443-6.151h9.37Zm37.48,20.673a2.074,2.074,0,0,1-2.07,2.073H26.33a2.074,2.074,0,0,1-2.07-2.073V65.653H75.735V77.615ZM50,77.955a5.454,5.454,0,1,0-5.454-5.46A5.463,5.463,0,0,0,50,77.955Zm-1.131-8.432v3.142a1.131,1.131,0,1,0,2.263,0V69.522A3.191,3.191,0,1,1,48.866,69.522Zm9.741,4.694a1.07,1.07,0,1,0-1.063-1.065A1.07,1.07,0,0,0,58.607,74.217Zm-17.332,0a1.07,1.07,0,0,0,0-2.141A1.07,1.07,0,1,0,41.275,74.217Z'/%3e%3c/svg%3e");
}

.icon-catalog-blender {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M78.4,52.763a2.972,2.972,0,0,0-2.244-1.094l-7.767-.061V48.665a2.174,2.174,0,0,0-2.168-2.176H56.56V38.952A3.256,3.256,0,0,0,53.308,35.7H46.69a3.25,3.25,0,0,0-3.241,3.253v7.537H33.784a2.174,2.174,0,0,0-2.168,2.176V72.941a6.035,6.035,0,0,0,2.326,4.76,5.452,5.452,0,0,0-2.326,4.466A1.131,1.131,0,0,0,32.745,83.3h34.52a1.131,1.131,0,0,0,1.129-1.133A5.452,5.452,0,0,0,66.068,77.7a6.037,6.037,0,0,0,2.3-4.162c2.448-.658,9.015-3.644,9.643-8.987l1.106-9.425A3.03,3.03,0,0,0,78.4,52.763Zm-32.7-13.81a0.986,0.986,0,0,1,.982-0.986h6.617a0.992,0.992,0,0,1,.994.986v7.537H45.708V38.952Zm-11.834,9.8H66.135v3.015H33.874V48.755ZM50.36,76.715H49.649V54.037H50.36V76.715ZM33.874,54.037H47.391V69.258h-7.9a1.133,1.133,0,0,0,0,2.267h7.9v5.191H37.634a3.771,3.771,0,0,1-3.76-3.774v-18.9ZM62.962,78.982a3.179,3.179,0,0,1,2.965,2.052H34.081a3.18,3.18,0,0,1,2.966-2.052H62.962Zm3.173-6.04a3.771,3.771,0,0,1-3.76,3.774H52.619V74.278h8.186a1.133,1.133,0,0,0,0-2.266H52.619V54.037H66.135v18.9ZM76.871,54.857l-1.107,9.429C75.349,67.81,71,70.169,68.721,71.044L68.594,53.876l7.534,0.059a0.7,0.7,0,0,1,.548.288A0.781,0.781,0,0,1,76.871,54.857Z'/%3e%3c/svg%3e");
}

.icon-catalog-smesitel {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M73.652,49.318a21.254,21.254,0,0,0-42.5.749V62.149a4.545,4.545,0,0,0-2.056,3.8V77.388a4.86,4.86,0,0,0-3.5,4.659,1.136,1.136,0,0,0,1.136,1.137H41.96A1.136,1.136,0,0,0,43.1,82.047,4.858,4.858,0,0,0,39.4,77.338V75.521h8.124a1.137,1.137,0,0,0,1.136-1.137v-13.4a1.136,1.136,0,1,0-2.272,0v5.411H39.4V65.949a4.549,4.549,0,0,0-2.488-4.05V49.942a15.495,15.495,0,0,1,30.982-.5,1.921,1.921,0,0,0-.589,1.383V54.1a1.136,1.136,0,0,0,1.136,1.137h4.817A1.136,1.136,0,0,0,74.4,54.1V50.829A1.918,1.918,0,0,0,73.652,49.318ZM40.561,80.91H28.136a2.583,2.583,0,0,1,2.315-1.444h7.794A2.583,2.583,0,0,1,40.561,80.91Zm5.831-10.857v3.194H43.369V68.666h3.022v1.387Zm-8.124-1.387H41.1v4.581H38.268a1.137,1.137,0,0,0-1.136,1.137v2.672h-5.76V65.949a2.277,2.277,0,0,1,1.567-2.16h2.627a2.277,2.277,0,0,1,1.567,2.16v1.58A1.136,1.136,0,0,0,38.268,68.666Zm14.146-36.5a17.8,17.8,0,0,0-17.769,17.78V61.4h-1c-0.073,0-.144.008-0.216,0.011V50.067A18.983,18.983,0,0,1,71.358,48.9h-1.21A17.794,17.794,0,0,0,52.413,32.162Zm17.167,20.8V51.875h2.545v1.092H69.581Z'/%3e%3c/svg%3e");
}

.icon-catalog-elektrogril {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M28.214,66.56H70.785a6.263,6.263,0,0,0,6.265-6.248V38.869a6.263,6.263,0,0,0-6.265-6.248H56.444v-1.4a1.755,1.755,0,0,0-1.756-1.751H44.311a1.755,1.755,0,0,0-1.756,1.751v1.4H28.214a6.263,6.263,0,0,0-6.264,6.248V60.312A6.263,6.263,0,0,0,28.214,66.56ZM44.821,31.729h9.357v0.893H44.821V31.729Zm-20.606,7.14a4,4,0,0,1,4-3.988H70.785a4,4,0,0,1,4,3.988V60.312a4,4,0,0,1-4,3.988H28.214a4,4,0,0,1-4-3.988V38.869ZM29.55,62.447h39.9A3.46,3.46,0,0,0,72.915,59V40.179a3.465,3.465,0,0,0-3.466-3.457H29.55a3.466,3.466,0,0,0-3.466,3.457V59A3.46,3.46,0,0,0,29.55,62.447Zm32.49-2.259h-2.3V38.982h2.3V60.188Zm2.265-21.206h2.289V60.188H64.306V38.982ZM57.475,60.188H55.186V38.982h2.289V60.188Zm-4.554,0H50.632V38.982h2.289V60.188Zm-4.554,0h-2.3V38.982h2.3V60.188Zm-4.565,0H41.513V38.982H43.8V60.188Zm-4.554,0H36.959V38.982h2.288V60.188Zm-4.554,0H32.405V38.982h2.289V60.188ZM70.65,40.179V59a1.2,1.2,0,0,1-1.2,1.186H68.86V38.982h0.589A1.215,1.215,0,0,1,70.65,40.179Zm-42.3,0a1.2,1.2,0,0,1,1.2-1.2H30.14V60.188H29.55A1.2,1.2,0,0,1,28.349,59V40.179ZM77.367,68.006H21.632a1.131,1.131,0,0,0-1.133,1.13v8.089a3.1,3.1,0,0,0,1.28,2.5v2a1.75,1.75,0,0,0,1.756,1.74h6.344a1.75,1.75,0,0,0,1.756-1.74v-1.4H67.274v1.4a1.75,1.75,0,0,0,1.756,1.74h6.344a1.744,1.744,0,0,0,1.744-1.74V79.8A3.1,3.1,0,0,0,78.5,77.225V69.136A1.131,1.131,0,0,0,77.367,68.006Zm-54.6,2.259h53.47v6.959a0.866,0.866,0,0,1-.861.847H23.614a0.86,0.86,0,0,1-.85-0.847V70.265Zm6.6,10.948H24.045V80.332h5.324v0.881Zm45.483,0H69.539V80.332h5.313v0.881ZM49.5,77.7A3.689,3.689,0,1,0,45.807,74,3.7,3.7,0,0,0,49.5,77.7Zm0-5.118A1.429,1.429,0,1,1,48.072,74,1.445,1.445,0,0,1,49.5,72.581Zm7.148,2.474a1.017,1.017,0,1,0-1.02-1.017A1.019,1.019,0,0,0,56.648,75.056Zm-14.285,0a1.017,1.017,0,1,0-1.02-1.017A1.019,1.019,0,0,0,42.363,75.056Z'/%3e%3c/svg%3e");
}

.icon-catalog-parovarka {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M80.462,47.279h1.6a1.132,1.132,0,1,0,0-2.264H80.374a2.853,2.853,0,0,0,.088-0.69V38.349h1.6a1.132,1.132,0,1,0,0-2.264H80.138c-0.593-2.145-3.848-3.733-9.921-4.835a99.217,99.217,0,0,0-12.3-1.306V27.053A1.856,1.856,0,0,0,56.069,25.2H43.941a1.861,1.861,0,0,0-1.862,1.856v2.892a99.21,99.21,0,0,0-12.3,1.306c-6.073,1.1-9.328,2.689-9.921,4.835H17.935a1.132,1.132,0,1,0,0,2.264h1.613v5.977a2.867,2.867,0,0,0,.088.69h-1.7a1.132,1.132,0,1,0,0,2.264h1.613v5.976a2.893,2.893,0,0,0,.032.407H17.935a1.132,1.132,0,1,0,0,2.264h1.613V62.2a2.828,2.828,0,0,0,.321,1.308,1.126,1.126,0,0,0-.321.787V75.5a3.888,3.888,0,0,0,3.884,3.882h0.5v1.664a1.759,1.759,0,0,0,1.76,1.755h2.555a1.759,1.759,0,0,0,1.76-1.755V79.38H69.992v1.664a1.759,1.759,0,0,0,1.76,1.755h2.555a1.759,1.759,0,0,0,1.76-1.755V79.38h0.5a3.893,3.893,0,0,0,3.9-3.882V64.292a1.126,1.126,0,0,0-.321-0.787,2.827,2.827,0,0,0,.321-1.308V55.927h1.6a1.132,1.132,0,1,0,0-2.264H80.429a2.834,2.834,0,0,0,.032-0.407V47.279ZM27.736,80.534H26.2V79.64h1.533v0.894Zm46.06,0H72.263V79.64H73.8v0.894Zm4.395-36.209a0.62,0.62,0,0,1-.613.611H57.187a3.3,3.3,0,0,1-1.023-2.653A2.673,2.673,0,0,1,57.35,40.4a1.189,1.189,0,0,0,.045-2.048h20.8v5.977ZM44.35,27.46h11.3v1.415H44.35V27.46ZM30.189,33.478A117.112,117.112,0,0,1,50,32.011,117.114,117.114,0,0,1,69.81,33.478c3.88,0.7,6.047,1.521,7.158,2.211H23.03C24.141,35,26.309,34.182,30.189,33.478ZM56.1,38.349a5.078,5.078,0,0,0-2.323,3.618,5.138,5.138,0,0,0,.511,2.97H42.516a1.19,1.19,0,0,0-.143-0.416,1.205,1.205,0,0,0-1.643-.444,4.544,4.544,0,0,0-1.052.86H22.432a0.613,0.613,0,0,1-.613-0.611V38.349H56.1ZM21.819,53.256V47.279H38.445c-0.034.147-.07,0.293-0.091,0.448a5.716,5.716,0,0,0,1.919,4.9,5.1,5.1,0,0,1,.811,1.031H21.979A0.6,0.6,0,0,1,21.819,53.256Zm0,2.966H41.31a1.691,1.691,0,0,1-.464.644,1.2,1.2,0,0,0,.946,2.206,4.045,4.045,0,0,0,2.036-2.85H69.116a7.116,7.116,0,0,0,1.49,2.082,3.493,3.493,0,0,1,1.237,2.859,2.135,2.135,0,0,1-.676,1.374,1.2,1.2,0,0,0-.378.262H22.432a0.608,0.608,0,0,1-.613-0.6V56.222ZM78.191,62.2a0.615,0.615,0,0,1-.613.6H73.862a4.844,4.844,0,0,0,.313-0.993,5.646,5.646,0,0,0-1.867-5.2c-0.129-.128-0.246-0.257-0.355-0.385h6.238V62.2Zm0,13.3a1.623,1.623,0,0,1-1.624,1.618H23.432A1.618,1.618,0,0,1,21.819,75.5V65.423H78.191V75.5ZM71.073,53.663a2.672,2.672,0,0,1,1.175-1.834,1.2,1.2,0,1,0-1.2-2.081A5.075,5.075,0,0,0,68.677,53.4c-0.011.085-.02,0.173-0.028,0.264H43.7a6.625,6.625,0,0,0-1.724-2.726,3.455,3.455,0,0,1-1.237-2.89,2.675,2.675,0,0,1,.23-0.768H56.076a3.224,3.224,0,0,1,.867,2.453,2.152,2.152,0,0,1-.684,1.387,1.2,1.2,0,0,0,.966,2.2,4.129,4.129,0,0,0,2.056-2.967,5.141,5.141,0,0,0-.386-3.071h19.3v5.976a0.6,0.6,0,0,1-.163.407H71.073Zm-21.068,21.3a3.69,3.69,0,1,0-3.7-3.69A3.7,3.7,0,0,0,50.005,74.965Zm0-5.116a1.43,1.43,0,0,1,1.431,1.426A1.448,1.448,0,0,1,50.005,72.7,1.426,1.426,0,1,1,50.005,69.849Zm7.154,2.468a1.013,1.013,0,1,0,0-2.026A1.013,1.013,0,0,0,57.159,72.317Zm-14.32,0A1.013,1.013,0,1,0,41.829,71.3,1.016,1.016,0,0,0,42.839,72.317Z'/%3e%3c/svg%3e");
}

.icon-catalog-proektor {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M74.481,59.549H53.6a12.949,12.949,0,0,0-25.789,0h-2.3A4.509,4.509,0,0,0,21,64.05V75.235a4.5,4.5,0,0,0,4.507,4.49h0.522a4.6,4.6,0,0,0,8.912,0H63.616a4.607,4.607,0,0,0,8.924,0h1.941A4.509,4.509,0,0,0,79,75.235V64.05A4.515,4.515,0,0,0,74.481,59.549Zm-33.773-9.5A10.636,10.636,0,1,1,30.025,60.68,10.663,10.663,0,0,1,40.707,50.05ZM30.49,80.924a2.342,2.342,0,0,1-2.044-1.2h4.078A2.328,2.328,0,0,1,30.49,80.924Zm37.588,0a2.342,2.342,0,0,1-2.044-1.2h4.088A2.342,2.342,0,0,1,68.078,80.924Zm8.651-5.689a2.24,2.24,0,0,1-2.248,2.228H25.507a2.235,2.235,0,0,1-2.236-2.228V64.05a2.24,2.24,0,0,1,2.236-2.239h2.3c0,0.033.008,0.065,0.011,0.1,0.009,0.095.02,0.189,0.032,0.283,0.014,0.117.028,0.233,0.045,0.349,0.014,0.094.029,0.186,0.045,0.279,0.019,0.115.039,0.229,0.062,0.342,0.018,0.092.038,0.183,0.058,0.274,0.025,0.113.051,0.226,0.078,0.338,0.022,0.09.046,0.179,0.07,0.268,0.031,0.111.062,0.222,0.1,0.332,0.026,0.088.053,0.175,0.082,0.262q0.054,0.165.112,0.328c0.03,0.085.06,0.169,0.092,0.253,0.042,0.109.085,0.217,0.129,0.325,0.034,0.082.067,0.164,0.1,0.244,0.047,0.108.1,0.215,0.146,0.321,0.037,0.078.072,0.157,0.111,0.234,0.053,0.107.108,0.213,0.164,0.318,0.039,0.075.077,0.149,0.118,0.222,0.06,0.108.122,0.214,0.185,0.32,0.04,0.068.08,0.137,0.121,0.2,0.068,0.111.14,0.219,0.211,0.328,0.04,0.06.078,0.122,0.119,0.181,0.082,0.119.167,0.236,0.252,0.352,0.034,0.047.066,0.094,0.1,0.14q0.178,0.236.366,0.463l0.009,0.012q0.2,0.236.4,0.463c0.023,0.026.048,0.05,0.072,0.076,0.113,0.122.228,0.243,0.346,0.361,0.046,0.046.094,0.09,0.141,0.136,0.1,0.095.2,0.19,0.3,0.282,0.057,0.052.115,0.1,0.173,0.152,0.094,0.082.188,0.165,0.284,0.245,0.063,0.052.128,0.1,0.192,0.153,0.094,0.075.188,0.15,0.284,0.223,0.068,0.051.137,0.1,0.206,0.15,0.1,0.069.19,0.137,0.287,0.2,0.072,0.049.146,0.1,0.219,0.145,0.1,0.063.193,0.125,0.29,0.186,0.076,0.047.153,0.093,0.23,0.138q0.147,0.087.3,0.17c0.079,0.044.159,0.086,0.239,0.129q0.15,0.079.3,0.154l0.247,0.119q0.153,0.072.309,0.139c0.085,0.037.169,0.073,0.255,0.108,0.1,0.043.21,0.084,0.316,0.125,0.086,0.033.173,0.065,0.26,0.1,0.107,0.038.216,0.075,0.324,0.11,0.088,0.029.176,0.058,0.265,0.084,0.11,0.033.222,0.064,0.334,0.095,0.089,0.024.178,0.049,0.267,0.071,0.114,0.029.229,0.054,0.344,0.08,0.089,0.02.178,0.04,0.268,0.058,0.119,0.024.239,0.044,0.359,0.064,0.088,0.015.175,0.031,0.263,0.044,0.127,0.019.255,0.033,0.383,0.048,0.083,0.01.165,0.022,0.249,0.03,0.142,0.014.285,0.023,0.429,0.032,0.071,0,.141.012,0.211,0.015q0.323,0.016.649,0.017t0.648-.017c0.071,0,.141-0.01.212-0.015,0.143-.009.287-0.018,0.429-0.032,0.084-.008.167-0.02,0.25-0.03,0.127-.015.255-0.03,0.381-0.048,0.089-.013.176-0.03,0.264-0.044,0.119-.02.239-0.04,0.357-0.064,0.09-.018.179-0.039,0.269-0.059,0.114-.025.229-0.051,0.343-0.079,0.09-.023.178-0.047,0.267-0.072,0.111-.03.222-0.061,0.332-0.094,0.089-.027.178-0.056,0.266-0.085,0.108-.035.216-0.071,0.322-0.109,0.088-.031.175-0.064,0.261-0.1,0.105-.04.21-0.081,0.314-0.124,0.086-.035.171-0.072,0.256-0.109q0.154-.067.306-0.138l0.25-.12q0.15-.074.3-0.153c0.081-.043.162-0.086,0.243-0.13,0.1-.055.2-0.111,0.292-0.168,0.078-.046.156-0.092,0.233-0.14,0.1-.06.192-0.121,0.287-0.183,0.074-.049.149-0.1,0.223-0.147,0.1-.065.188-0.132,0.282-0.2,0.071-.051.141-0.1,0.211-0.154,0.094-.071.186-0.144,0.278-0.218,0.066-.052.133-0.1,0.2-0.158,0.094-.078.186-0.159,0.278-0.24,0.06-.052.12-0.1,0.179-0.157,0.1-.089.191-0.18,0.285-0.272,0.05-.049.1-0.1,0.152-0.146,0.111-.111.219-0.226,0.326-0.341,0.03-.032.062-0.064,0.092-0.1q0.205-.225.4-0.46l0.04-.051c0.114-.139.226-0.28,0.334-0.424,0.039-.052.076-0.106,0.114-0.159,0.08-.11.161-0.221,0.238-0.334,0.044-.064.085-0.13,0.128-0.195,0.068-.1.137-0.208,0.2-0.314,0.043-.071.085-0.143,0.127-0.215,0.06-.1.121-0.205,0.179-0.31,0.042-.076.081-0.154,0.122-0.23,0.054-.1.108-0.206,0.159-0.31,0.04-.08.077-0.161,0.115-0.242,0.048-.1.1-0.207,0.142-0.312,0.036-.084.07-0.168,0.1-0.252,0.043-.105.085-0.21,0.125-0.317,0.033-.086.064-0.173,0.094-0.26,0.038-.107.074-0.214,0.11-0.322q0.043-.133.083-0.268,0.049-.162.093-0.326c0.024-.091.049-0.183,0.071-0.275,0.027-.11.053-0.22,0.077-0.331,0.02-.093.04-0.187,0.059-0.281,0.022-.111.042-0.223,0.06-0.336,0.016-.095.032-0.189,0.046-0.285,0.017-.114.031-0.229,0.044-0.344,0.011-.1.023-0.191,0.032-0.287,0-.032.008-0.064,0.011-0.1H74.481a2.246,2.246,0,0,1,2.248,2.239V75.235ZM40.707,68.665a7.979,7.979,0,1,0-8.014-7.984A8,8,0,0,0,40.707,68.665Zm0-13.7a5.717,5.717,0,1,1-5.744,5.711A5.729,5.729,0,0,1,40.707,54.969ZM59.461,68.585a0.882,0.882,0,1,0-.9-0.882A0.885,0.885,0,0,0,59.461,68.585ZM72.1,66.674H64.173a1.131,1.131,0,1,0,0,2.262H72.1A1.131,1.131,0,1,0,72.1,66.674Zm0,3.823H59.246a1.131,1.131,0,1,0,0,2.262H72.1A1.131,1.131,0,1,0,72.1,70.5ZM40.707,45.232A1.133,1.133,0,0,0,41.843,44.1V37.915a1.135,1.135,0,0,0-2.27,0V44.1A1.133,1.133,0,0,0,40.707,45.232Zm-8.221.986a1.134,1.134,0,0,0,2.048-.976L31.923,39.8a1.134,1.134,0,0,0-2.048.976ZM21.615,47.543L26.8,51.5a1.133,1.133,0,1,0,1.381-1.8L23,45.748A1.133,1.133,0,1,0,21.615,47.543ZM37.392,62.677a1.13,1.13,0,0,0,.8-1.386,2.37,2.37,0,0,1-.074-0.611,2.581,2.581,0,0,1,2.588-2.567,2.4,2.4,0,0,1,.9.166,1.132,1.132,0,1,0,.853-2.1,4.66,4.66,0,0,0-1.755-.332,4.85,4.85,0,0,0-4.859,4.829,4.594,4.594,0,0,0,.153,1.2A1.136,1.136,0,0,0,37.392,62.677ZM47.4,46.75a1.137,1.137,0,0,0,1.514-.532l2.611-5.44A1.134,1.134,0,0,0,49.48,39.8l-2.611,5.44A1.129,1.129,0,0,0,47.4,46.75Zm6.519,4.985a1.133,1.133,0,0,0,.69-0.233L59.8,47.543a1.133,1.133,0,1,0-1.381-1.8l-5.188,3.958A1.131,1.131,0,0,0,53.922,51.735Z'/%3e%3c/svg%3e");
}

.icon-catalog-tv {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M86.984,40.972H12.015a0.99,0.99,0,0,0-.991.989V77.85a0.99,0.99,0,0,0,.991.989H45.367V81H30.57a0.989,0.989,0,1,0,0,1.979H68.428a0.989,0.989,0,1,0,0-1.979H53.642V78.839H86.984a0.99,0.99,0,0,0,.991-0.989V41.961A0.99,0.99,0,0,0,86.984,40.972ZM13.006,42.95H85.992V71.935H13.006V42.95ZM51.66,81H47.349V78.839H51.66V81ZM13.006,76.861V73.913H85.992v2.948H13.006ZM78.258,53.692L68.853,62.2a0.99,0.99,0,0,0,1.331,1.466l9.405-8.507A0.99,0.99,0,1,0,78.258,53.692ZM76.2,62.942l-5.5,4.976a0.99,0.99,0,0,0,1.331,1.466l5.5-4.976A0.99,0.99,0,1,0,76.2,62.942ZM27.529,51.664a0.992,0.992,0,0,0-1.4-.069L16.724,60.1a0.99,0.99,0,0,0,1.331,1.466l9.405-8.507A0.988,0.988,0,0,0,27.529,51.664Zm6.042-.672-5.49,4.976a0.99,0.99,0,0,0,1.332,1.465L34.9,52.457A0.99,0.99,0,1,0,33.571,50.992ZM82.326,74.417a0.885,0.885,0,1,0,.882.89A0.888,0.888,0,0,0,82.326,74.417Z'/%3e%3c/svg%3e");
}

.icon-catalog-photo {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M75.236,44.3H64.683l-2.852-4.75A2.567,2.567,0,0,0,59.743,38.3H47.675a2.621,2.621,0,0,0-2.1,1.244L42.733,44.3H35.248a2.726,2.726,0,0,0,.041-0.454V41.794a2.726,2.726,0,0,0-2.722-2.722H28.144a2.725,2.725,0,0,0-2.722,2.722v2.053a2.715,2.715,0,0,0,.041.454h-0.7A4.77,4.77,0,0,0,20,49.065v28.87A4.77,4.77,0,0,0,24.764,82.7H75.236A4.77,4.77,0,0,0,80,77.935V49.065A4.77,4.77,0,0,0,75.236,44.3ZM27.69,43.847V41.794a0.46,0.46,0,0,1,.453-0.454h4.424a0.46,0.46,0,0,1,.454.454v2.053a0.46,0.46,0,0,1-.454.454H28.144A0.459,0.459,0,0,1,27.69,43.847ZM77.731,77.935a2.5,2.5,0,0,1-2.495,2.5H34.563V50.869a1.134,1.134,0,1,0-2.269,0V80.431H24.764a2.5,2.5,0,0,1-2.495-2.5V74.714H26.08a1.134,1.134,0,0,0,0-2.269H22.269V69.552H26.08a1.134,1.134,0,0,0,0-2.269H22.269V64.391H26.08a1.134,1.134,0,0,0,0-2.269H22.269V59.229H26.08a1.134,1.134,0,0,0,0-2.268H22.269V54.068H26.08a1.134,1.134,0,0,0,0-2.268H22.269V49.065a2.5,2.5,0,0,1,2.495-2.5H43.376a1.134,1.134,0,0,0,.973-0.552l3.168-5.3a0.513,0.513,0,0,1,.2-0.153H59.7a0.464,0.464,0,0,1,.181.142l3.187,5.309a1.135,1.135,0,0,0,.973.55H75.236a2.5,2.5,0,0,1,2.495,2.5v28.87ZM53.777,49.281a13.5,13.5,0,1,0,13.5,13.5A13.514,13.514,0,0,0,53.777,49.281Zm0,24.73A11.23,11.23,0,1,1,65.005,62.78,11.242,11.242,0,0,1,53.777,74.01Zm0-18.547a7.317,7.317,0,1,0,7.316,7.317A7.325,7.325,0,0,0,53.777,55.463ZM56,58.878a1.685,1.685,0,1,1-1.69,1.69A1.686,1.686,0,0,1,56,58.878Zm-2.223,8.95a5.047,5.047,0,0,1-.571-10.062,3.951,3.951,0,1,0,5.582,5.593A5.053,5.053,0,0,1,53.777,67.828ZM71.822,49.644H69.769a2.725,2.725,0,0,0-2.722,2.722v2.042a2.725,2.725,0,0,0,2.722,2.722h2.053a2.725,2.725,0,0,0,2.722-2.722V52.366A2.725,2.725,0,0,0,71.822,49.644Zm0.453,4.764a0.46,0.46,0,0,1-.453.454H69.769a0.46,0.46,0,0,1-.454-0.454V52.366a0.459,0.459,0,0,1,.454-0.454h2.053a0.46,0.46,0,0,1,.453.454v2.042ZM50.839,47.681h5.819a1.134,1.134,0,1,0,0-2.269H50.839A1.134,1.134,0,1,0,50.839,47.681ZM39.679,73.715a1.134,1.134,0,1,0,1.134,1.135A1.138,1.138,0,0,0,39.679,73.715Z'/%3e%3c/svg%3e");
}

.icon-catalog-holodilnik {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M72.356,14H28.612a1.132,1.132,0,0,0-1.129,1.135V80.863A1.132,1.132,0,0,0,28.612,82H72.356a1.132,1.132,0,0,0,1.129-1.135V15.134A1.132,1.132,0,0,0,72.356,14ZM71.227,61.95H51.613V16.269H71.227V61.95ZM29.74,16.269H49.355V61.95H29.74V16.269ZM71.227,79.727H29.74V64.22H71.227V79.727ZM46.735,29.415a1.132,1.132,0,0,0-1.129,1.135V51.79a1.129,1.129,0,1,0,2.258,0V30.55A1.132,1.132,0,0,0,46.735,29.415Zm6.978,23.51a1.132,1.132,0,0,0,1.129-1.135V30.55a1.129,1.129,0,1,0-2.258,0V51.79A1.132,1.132,0,0,0,53.713,52.925ZM42.7,66.809a1.132,1.132,0,0,0,1.129,1.135h13.3a1.135,1.135,0,0,0,0-2.27h-13.3A1.132,1.132,0,0,0,42.7,66.809ZM41.337,35.874H34.2a1.132,1.132,0,0,0-1.129,1.135v8.356A1.132,1.132,0,0,0,34.2,46.5h7.137a1.132,1.132,0,0,0,1.129-1.135V37.009A1.132,1.132,0,0,0,41.337,35.874Zm-1.129,8.355H35.33V38.144h1.321v1.124a1.129,1.129,0,1,0,2.258,0V38.144h1.3v6.085Z'/%3e%3c/svg%3e");
}

.icon-catalog-stiralmash {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M70.1,25.567H30.87a3.393,3.393,0,0,0-3.388,3.39V81.239a1.13,1.13,0,0,0,1.129,1.13H72.356a1.13,1.13,0,0,0,1.129-1.13V28.957A3.393,3.393,0,0,0,70.1,25.567ZM42.783,28.189v3.425H35.24V28.189h7.543ZM30.87,27.827h2.111v4.916a1.13,1.13,0,0,0,1.129,1.13h9.8a1.13,1.13,0,0,0,1.129-1.13V27.827H70.1a1.131,1.131,0,0,1,1.129,1.13v6.871H29.74V28.957A1.131,1.131,0,0,1,30.87,27.827ZM29.74,80.109V38.089H71.227v42.02H29.74ZM57.926,59a10.481,10.481,0,0,1,2.384-6.65,1.13,1.13,0,0,0,0-1.436,12.726,12.726,0,1,0,0,16.173,1.131,1.131,0,0,0,0-1.436A10.527,10.527,0,0,1,57.926,59ZM50.484,69.463a10.471,10.471,0,1,1,7.493-17.777,12.724,12.724,0,0,0,0,14.62A10.435,10.435,0,0,1,50.484,69.463Zm0-28.707A18.236,18.236,0,1,0,68.709,59,18.248,18.248,0,0,0,50.484,40.756Zm0,34.211A15.975,15.975,0,1,1,66.451,59,15.981,15.981,0,0,1,50.484,74.967Zm7.532-43.693h9.2a1.13,1.13,0,0,0,0-2.261h-9.2A1.13,1.13,0,0,0,58.015,31.274Zm0,2.871h9.2a1.13,1.13,0,0,0,0-2.26h-9.2A1.13,1.13,0,0,0,58.015,34.145Zm-3.466-2.758a1.13,1.13,0,1,0-1.129-1.13A1.133,1.133,0,0,0,54.549,31.387Zm-3.523,0a1.13,1.13,0,1,0-1.13-1.13A1.133,1.133,0,0,0,51.026,31.387ZM53.479,51.31a8.074,8.074,0,0,0-2.939-.551,8.177,8.177,0,0,0-8.164,8.171,8.347,8.347,0,0,0,.236,1.987,1.13,1.13,0,0,0,1.1.861,1.117,1.117,0,0,0,.27-0.033,1.13,1.13,0,0,0,.828-1.367,6.1,6.1,0,0,1-.171-1.449,5.915,5.915,0,0,1,5.906-5.911,5.827,5.827,0,0,1,2.12.4A1.13,1.13,0,0,0,53.479,51.31Z'/%3e%3c/svg%3e");
}

.icon-catalog-sushylmash {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M70.1,25.567H30.87a3.393,3.393,0,0,0-3.388,3.39V81.239a1.129,1.129,0,0,0,1.129,1.13H72.357a1.13,1.13,0,0,0,1.129-1.13V28.957A3.393,3.393,0,0,0,70.1,25.567ZM42.783,28.189v3.425H35.24V28.189h7.543ZM30.87,27.827h2.111v4.916a1.129,1.129,0,0,0,1.129,1.13h9.8a1.13,1.13,0,0,0,1.129-1.13V27.827H70.1a1.131,1.131,0,0,1,1.129,1.13v6.871H29.74V28.957A1.131,1.131,0,0,1,30.87,27.827ZM29.74,80.109V38.089H71.227v42.02H29.74ZM50.484,40.756A18.236,18.236,0,1,0,68.7,59,18.254,18.254,0,0,0,50.484,40.756Zm0,34.211A15.975,15.975,0,1,1,66.439,59,15.986,15.986,0,0,1,50.484,74.967Zm7.532-43.693h9.192a1.13,1.13,0,0,0,0-2.261H58.015A1.13,1.13,0,0,0,58.015,31.274Zm0,2.871h9.192a1.13,1.13,0,0,0,0-2.26H58.015A1.13,1.13,0,0,0,58.015,34.145Zm-3.466-2.758a1.13,1.13,0,1,0-1.129-1.13A1.133,1.133,0,0,0,54.549,31.387Zm-3.535,0a1.13,1.13,0,1,0-1.129-1.13A1.125,1.125,0,0,0,51.014,31.387ZM43.7,55.51a2.687,2.687,0,0,1,1.18-1.895,1.2,1.2,0,0,0-1.2-2.074A5.086,5.086,0,0,0,41.33,55.2a5.715,5.715,0,0,0,1.916,4.884,3.5,3.5,0,0,1,1.23,2.855,2.136,2.136,0,0,1-.672,1.372,1.2,1.2,0,0,0,.941,2.2A4.079,4.079,0,0,0,46.8,63.578a5.652,5.652,0,0,0-1.857-5.19A3.456,3.456,0,0,1,43.7,55.51Zm6.332-.009a2.67,2.67,0,0,1,1.179-1.884,1.2,1.2,0,0,0-1.191-2.078,5.069,5.069,0,0,0-2.361,3.646,5.716,5.716,0,0,0,1.918,4.9,3.5,3.5,0,0,1,1.23,2.855,2.136,2.136,0,0,1-.672,1.372,1.2,1.2,0,0,0,.941,2.2,4.079,4.079,0,0,0,2.051-2.934,5.652,5.652,0,0,0-1.857-5.19A3.459,3.459,0,0,1,50.036,55.5Zm6.335,0a2.67,2.67,0,0,1,1.179-1.884,1.2,1.2,0,0,0-1.191-2.078A5.069,5.069,0,0,0,54,55.185a5.716,5.716,0,0,0,1.918,4.9,3.5,3.5,0,0,1,1.23,2.855,2.136,2.136,0,0,1-.672,1.372,1.2,1.2,0,0,0,.941,2.2,4.079,4.079,0,0,0,2.051-2.934,5.652,5.652,0,0,0-1.857-5.19A3.459,3.459,0,0,1,56.371,55.5Z'/%3e%3c/svg%3e");
}

.icon-catalog-vodonagrevatel {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M50,20.494c-6.254,0-20.8.5-20.8,5.154v47.66c0,1.94,2.248,3.253,7.076,4.13,0.564,0.1,1.161.2,1.782,0.285a2.35,2.35,0,0,0-.155.835v1.584A2.364,2.364,0,0,0,40.271,82.5h5.122a2.364,2.364,0,0,0,2.369-2.353V78.558c0-.04,0-0.08-0.007-0.12q1.109,0.023,2.244.024c0.663,0,1.423-.006,2.244-0.022,0,0.039-.006.078-0.006,0.118v1.584A2.358,2.358,0,0,0,54.595,82.5h5.134A2.364,2.364,0,0,0,62.1,80.142V78.558a2.348,2.348,0,0,0-.146-0.809c4.768-.678,8.849-1.977,8.849-4.441V25.648C70.8,21,56.254,20.494,50,20.494ZM45.5,80.142a0.105,0.105,0,0,1-.1.09H40.271a0.1,0.1,0,0,1-.1-0.09V78.558a0.1,0.1,0,0,1,.1-0.1h5.122a0.1,0.1,0,0,1,.1.1v1.584Zm14.335,0a0.1,0.1,0,0,1-.1.09H54.595a0.1,0.1,0,0,1-.09-0.09V78.558a0.1,0.1,0,0,1,.09-0.1h5.134a0.1,0.1,0,0,1,.1.1v1.584ZM39.636,23.318A97.283,97.283,0,0,1,60.261,23.3V39.079a10.312,10.312,0,0,1-20.625,0V23.318ZM50,76.2c-12.4,0-18.273-1.92-18.534-2.891V25.657c0.147-.55,2.062-1.4,5.9-2.032V39.079a12.579,12.579,0,0,0,25.158,0V23.608c3.9,0.637,5.851,1.491,6.006,2.045V73.3C68.273,74.279,62.4,76.2,50,76.2ZM49.79,45.631a5.561,5.561,0,1,0-5.564-5.556A5.572,5.572,0,0,0,49.79,45.631Zm0-8.86a3.288,3.288,0,0,1,1.432.33,1.124,1.124,0,0,0-.346.258l-2.233,2.467a1.133,1.133,0,0,0,1.682,1.517l2.232-2.467a1.109,1.109,0,0,0,.184-0.288,3.271,3.271,0,0,1,.358,1.487A3.3,3.3,0,1,1,49.79,36.771Zm-5.848,25.64H56.057A1.132,1.132,0,0,0,57.19,61.28V55.588a1.132,1.132,0,0,0-1.133-1.131H43.943a1.132,1.132,0,0,0-1.133,1.131V61.28A1.132,1.132,0,0,0,43.943,62.412Zm1.133-5.692h9.848v3.429H45.076V56.72Zm-1.349,8.249H40.973a1.131,1.131,0,1,0,0,2.263h2.754A1.131,1.131,0,1,0,43.727,64.969Zm0,3.53H40.973a1.132,1.132,0,1,0,0,2.263h2.754A1.132,1.132,0,1,0,43.727,68.5Zm15.412-3.53H56.386a1.131,1.131,0,1,0,0,2.263h2.754A1.131,1.131,0,1,0,59.139,64.969Zm0,3.53H56.386a1.132,1.132,0,1,0,0,2.263h2.754A1.132,1.132,0,1,0,59.139,68.5Zm-9.077-3.847A1.132,1.132,0,1,0,51.2,65.783,1.136,1.136,0,0,0,50.062,64.652Z'/%3e%3c/svg%3e");
}

.icon-catalog-posudomash {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M72.288,25.567H27.7A3.7,3.7,0,0,0,24,29.251V81.239a1.132,1.132,0,0,0,1.135,1.13H74.864A1.133,1.133,0,0,0,76,81.239V29.251A3.7,3.7,0,0,0,72.288,25.567ZM27.7,27.827H72.288a1.434,1.434,0,0,1,1.441,1.424v6.578H26.27V29.251A1.446,1.446,0,0,1,27.7,27.827ZM26.27,80.109V38.089h47.46v42.02H26.27Zm4.937-46.9a1.13,1.13,0,1,0-1.135-1.13A1.128,1.128,0,0,0,31.206,33.207Zm4.619,0a1.13,1.13,0,1,0-1.135-1.13A1.128,1.128,0,0,0,35.825,33.207Zm4.925,0a1.13,1.13,0,1,0-1.135-1.13A1.129,1.129,0,0,0,40.75,33.207Zm17.658-.113h9.249a1.13,1.13,0,1,0,0-2.261H58.409A1.13,1.13,0,1,0,58.409,33.094Zm9.873,11.369H31.717A2.67,2.67,0,0,0,29.05,47.13V55.3a1.117,1.117,0,0,0,0,1.649v8.161a1.117,1.117,0,0,0,0,1.649v8.5a1.132,1.132,0,0,0,1.135,1.13H69.814a1.133,1.133,0,0,0,1.135-1.13V47.13A2.67,2.67,0,0,0,68.282,44.463Zm-26.9,20.343H36.539a6.9,6.9,0,0,1,5.675-2.972,7.1,7.1,0,0,1,1.287.121A9.181,9.181,0,0,0,41.381,64.806Zm5.186-2.159a1.137,1.137,0,0,0,.26-0.2,6.871,6.871,0,0,1,2.843-.618,7.107,7.107,0,0,1,1.42.141A9.137,9.137,0,0,0,49,64.806h-4.85A6.9,6.9,0,0,1,46.567,62.648Zm10.888-.813a6.9,6.9,0,0,1,5.675,2.972H51.781A6.9,6.9,0,0,1,57.456,61.834Zm0-2.261a9.147,9.147,0,0,0-3.882.861,9.226,9.226,0,0,0-7.621-.074,9.206,9.206,0,0,0-12.028,4.446H31.32V57.257h37.36v7.549H65.745A9.184,9.184,0,0,0,57.456,59.574ZM31.717,46.723H68.282a0.408,0.408,0,0,1,.4.407V55H31.32V47.13A0.4,0.4,0,0,1,31.717,46.723Zm-0.4,20.344H33.2a9.047,9.047,0,0,0,1.652,7.064H31.32V67.067Zm3.994,1.639a6.8,6.8,0,0,1,.207-1.639h5.13A9.06,9.06,0,0,0,42.3,74.131H37.981A6.885,6.885,0,0,1,35.314,68.706ZM45.6,74.131a6.841,6.841,0,0,1-2.457-7.064h5.135a9.079,9.079,0,0,0,1.64,7.064H45.6Zm7.621,0a6.8,6.8,0,0,1-2.458-7.064H64.149a6.8,6.8,0,0,1-2.458,7.064h-8.47Zm11.606,0a9.06,9.06,0,0,0,1.648-7.064h2.2v7.064H64.827ZM29.822,42.666H68.861a1.13,1.13,0,1,0,0-2.26H29.822A1.13,1.13,0,1,0,29.822,42.666Z'/%3e%3c/svg%3e");
}

.icon-catalog-gazkotel {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M69.746,20.9H31.254A3.36,3.36,0,0,0,27.9,24.258V76.789a1.134,1.134,0,0,0,1.133,1.135h7.592c-0.006.071-.011,0.143-0.011,0.216v1.588A2.367,2.367,0,0,0,38.971,82.1H44.1a2.367,2.367,0,0,0,2.357-2.371V78.139c0-.073,0-0.144-0.011-0.216h8.1c-0.006.071-.011,0.143-0.011,0.216v1.588A2.367,2.367,0,0,0,56.9,82.1h5.133a2.367,2.367,0,0,0,2.357-2.371V78.139c0-.073,0-0.144-0.011-0.216h7.591A1.134,1.134,0,0,0,73.1,76.789V24.258A3.36,3.36,0,0,0,69.746,20.9ZM44.194,79.728a0.1,0.1,0,0,1-.09.1H38.971a0.1,0.1,0,0,1-.091-0.1V78.139a0.093,0.093,0,0,1,.091-0.09H44.1a0.1,0.1,0,0,1,.09.09v1.588Zm17.926,0a0.1,0.1,0,0,1-.091.1H56.9a0.1,0.1,0,0,1-.091-0.1V78.139a0.1,0.1,0,0,1,.091-0.09h5.133a0.1,0.1,0,0,1,.091.09v1.588ZM31.254,23.169H69.746a1.09,1.09,0,0,1,1.088,1.089V53.031H30.166V24.258A1.09,1.09,0,0,1,31.254,23.169ZM50.494,61.733h8.442a3.442,3.442,0,0,1,3.359,2.489L65.8,75.655H35.2l3.507-11.437a3.441,3.441,0,0,1,3.358-2.484h8.43ZM68.016,75.655A1.123,1.123,0,0,0,68,75.083L64.462,63.561a5.737,5.737,0,0,0-5.526-4.1H42.064a5.736,5.736,0,0,0-5.525,4.092L33,75.083a1.123,1.123,0,0,0-.019.571H30.166V55.3H70.834V75.655H68.016ZM39.5,69.176a3.943,3.943,0,1,0,5.077-3.78V65.205a1.133,1.133,0,1,0-2.267,0V65.4A3.953,3.953,0,0,0,39.5,69.176Zm5.621,0a1.677,1.677,0,1,1-2.81-1.23v0.73a1.133,1.133,0,1,0,2.267,0v-0.73A1.671,1.671,0,0,1,45.123,69.176Zm12.306,3.948A3.948,3.948,0,0,0,58.562,65.4V65.205a1.133,1.133,0,1,0-2.267,0V65.4A3.948,3.948,0,0,0,57.429,73.125ZM56.3,67.947v0.73a1.133,1.133,0,1,0,2.267,0v-0.73A1.677,1.677,0,1,1,56.3,67.947ZM42.211,47.71H58.788a1.134,1.134,0,0,0,1.133-1.135V29.681a2,2,0,0,0-1.994-2H43.061a1.992,1.992,0,0,0-1.983,2V46.575A1.134,1.134,0,0,0,42.211,47.71Zm7.66-4.975a3.139,3.139,0,0,1,.641-1.529,3.073,3.073,0,0,1,.64,1.558,0.636,0.636,0,0,1-.634.635A0.649,0.649,0,0,1,49.871,42.735Zm3.375-1.081a8.778,8.778,0,0,0-1.869-3.011,1.133,1.133,0,0,0-.856-0.4,1.119,1.119,0,0,0-.859.391,8.553,8.553,0,0,0-1.883,3,3.073,3.073,0,0,1-.286-1.295V40.3c0.055-2.185,1.66-4.429,3.023-6.078,1.346,1.639,3.008,3.976,3.016,6.156A3,3,0,0,1,53.246,41.653Zm-9.9-11.7H57.655V45.441H52.041a5.313,5.313,0,0,0,3.756-5.1c-0.013-3.491-2.882-6.821-4.422-8.611a1.132,1.132,0,0,0-.857-0.394h0a1.132,1.132,0,0,0-.857.392c-1.629,1.885-4.355,5.04-4.435,8.534,0,0.009,0,.063,0,0.071V40.38a5.3,5.3,0,0,0,3.764,5.06H43.344V29.954Z'/%3e%3c/svg%3e");
}

.icon-catalog-plita {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M72.568,22.521H26.429A1.135,1.135,0,0,0,25.3,23.659V81.431a1.135,1.135,0,0,0,1.132,1.138H72.568A1.135,1.135,0,0,0,73.7,81.431V23.659A1.135,1.135,0,0,0,72.568,22.521ZM27.561,35.657H71.436V68.251H27.561V35.657ZM71.436,24.8v8.586H27.561V24.8H71.436Zm-43.874,55.5V70.525H71.436v9.769H27.561Zm16.42-48.1H55.389a1.135,1.135,0,0,0,1.132-1.137v-4a1.135,1.135,0,0,0-1.132-1.137H43.982a1.135,1.135,0,0,0-1.132,1.137v4A1.135,1.135,0,0,0,43.982,32.2Zm1.132-4h9.144v1.728H45.114V28.2Zm20.97,10.213H32.925a2.453,2.453,0,0,0-2.445,2.456V65.123a1.134,1.134,0,0,0,1.132,1.137H67.4a1.134,1.134,0,0,0,1.132-1.137V40.865A2.453,2.453,0,0,0,66.083,38.409Zm0.181,25.577H32.744V40.865a0.182,0.182,0,0,1,.181-0.182H66.083a0.191,0.191,0,0,1,.181.182V63.986ZM61.647,42.855H37.724a1.137,1.137,0,0,0,0,2.275H61.647A1.137,1.137,0,0,0,61.647,42.855ZM38.029,32.4A3.349,3.349,0,1,0,34.7,29.061,3.345,3.345,0,0,0,38.029,32.4Zm0-4.424a1.075,1.075,0,1,1,0,2.149A1.075,1.075,0,0,1,38.029,27.98ZM61.647,32.4a3.349,3.349,0,1,0-3.339-3.343A3.339,3.339,0,0,0,61.647,32.4Zm0-4.424a1.075,1.075,0,1,1-1.075,1.08A1.073,1.073,0,0,1,61.647,27.98ZM30.2,21.646H43.97a1.137,1.137,0,0,0,0-2.275H30.2A1.137,1.137,0,0,0,30.2,21.646Zm23.708,0H67.69a1.137,1.137,0,0,0,0-2.275H53.906A1.137,1.137,0,0,0,53.906,21.646ZM51.372,49.3a1.128,1.128,0,0,0-1.6-.078L39.046,59a1.141,1.141,0,0,0-.078,1.607,1.128,1.128,0,0,0,1.6.078l10.728-9.781A1.141,1.141,0,0,0,51.372,49.3Zm6.912-.772L52,54.25a1.142,1.142,0,0,0-.079,1.607,1.128,1.128,0,0,0,1.6.079L59.8,50.215a1.141,1.141,0,0,0,.079-1.606A1.128,1.128,0,0,0,58.284,48.529Z'/%3e%3c/svg%3e");
}

.icon-catalog-videoregistrator {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M71.054,50.978H58.189a7.053,7.053,0,0,0-5.758-5.895V40.478a9.9,9.9,0,0,0,9.547-9.909v-0.32a1.276,1.276,0,0,0-1.272-1.279H38.27A1.275,1.275,0,0,0,37,30.249v0.32a9.9,9.9,0,0,0,9.458,9.907V45.1a7.062,7.062,0,0,0-5.669,5.879H27.935a4.788,4.788,0,0,0-4.767,4.8V72.167a4.788,4.788,0,0,0,4.767,4.8h10.44l2.043,5.193a1.271,1.271,0,0,0,1.182.808H57.58a1.271,1.271,0,0,0,1.183-.811l2.031-5.19H71.054a4.788,4.788,0,0,0,4.767-4.8V55.776A4.788,4.788,0,0,0,71.054,50.978ZM49,39.206V37.53a0.458,0.458,0,0,1,.444-0.448,0.447,0.447,0,0,1,.445.448v7.447H49V39.206Zm-9.4-7.677H59.374a7.34,7.34,0,0,1-6.942,6.392V37.53a2.988,2.988,0,1,0-5.975,0v0.385A7.35,7.35,0,0,1,39.6,31.528Zm8.125,16.008h3.534a4.492,4.492,0,0,1,4.346,3.442H43.369A4.5,4.5,0,0,1,47.728,47.536Zm1.767,26.717A10.282,10.282,0,1,1,59.7,63.978,10.259,10.259,0,0,1,49.495,74.253ZM25.711,72.167V55.776a2.234,2.234,0,0,1,2.224-2.239H42.073a12.866,12.866,0,0,0,0,20.87H27.935A2.234,2.234,0,0,1,25.711,72.167Zm31,8.24H42.464L41.11,76.966H58.061Zm16.565-8.24a2.234,2.234,0,0,1-2.224,2.239H56.912a12.874,12.874,0,0,0,0-20.87H71.054a2.234,2.234,0,0,1,2.224,2.239V72.167ZM49.495,55.725a8.247,8.247,0,1,0,8.187,8.253A8.236,8.236,0,0,0,49.495,55.725Zm0,13.934a5.688,5.688,0,1,1,5.644-5.681A5.675,5.675,0,0,1,49.495,69.659Zm1.672-9.731a4.417,4.417,0,0,0-6.019,4.152,4.494,4.494,0,0,0,.14,1.091,1.272,1.272,0,1,0,2.467-.62,1.923,1.923,0,0,1-.063-0.47,1.876,1.876,0,0,1,2.574-1.759A1.279,1.279,0,0,0,51.166,59.928Zm18.985-4.242h-4.92a1.28,1.28,0,0,0,0,2.559h4.92A1.28,1.28,0,0,0,70.152,55.686ZM29.918,68.9a1.28,1.28,0,1,0,1.271,1.279A1.279,1.279,0,0,0,29.918,68.9Z'/%3e%3c/svg%3e");
}

.icon-catalog-modem {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M72.6,64.475H66.614V40.808h0a1.272,1.272,0,0,0-2.543,0V64.475H27.39a9.363,9.363,0,0,0,0,18.726H72.6A9.363,9.363,0,0,0,72.6,64.475Zm0,16.178H27.39a6.815,6.815,0,0,1,0-13.63H72.6A6.815,6.815,0,0,1,72.6,80.653Zm1.081-7.821H57a1.274,1.274,0,0,0,0,2.548H73.683A1.274,1.274,0,0,0,73.683,72.832Zm-46.026,0a1.274,1.274,0,1,0,1.271,1.274A1.276,1.276,0,0,0,27.657,72.832Zm5.518,0a1.274,1.274,0,1,0,1.271,1.274A1.276,1.276,0,0,0,33.175,72.832Zm5.518,0a1.274,1.274,0,1,0,1.272,1.274A1.277,1.277,0,0,0,38.693,72.832Zm5.518,0a1.274,1.274,0,1,0,1.272,1.274A1.276,1.276,0,0,0,44.211,72.832ZM61.464,45.826a1.274,1.274,0,0,0,.917-2.157,4.171,4.171,0,0,1-1.158-2.862,4.114,4.114,0,0,1,1.158-2.862,1.273,1.273,0,0,0-1.833-1.766,6.654,6.654,0,0,0-1.868,4.628,6.747,6.747,0,0,0,1.868,4.628A1.268,1.268,0,0,0,61.464,45.826Zm-4.144,1.822a1.273,1.273,0,0,0,1.043-2,8.513,8.513,0,0,1,0-9.7A1.272,1.272,0,1,0,56.273,34.5a11.062,11.062,0,0,0,0,12.6A1.269,1.269,0,0,0,57.321,47.647Zm-4.374,2.777a1.263,1.263,0,0,0,.707-0.216A1.275,1.275,0,0,0,54,48.441a13.708,13.708,0,0,1,0-15.282,1.272,1.272,0,1,0-2.112-1.418,16.257,16.257,0,0,0,0,18.118A1.269,1.269,0,0,0,52.947,50.425ZM68.339,45.47a1.27,1.27,0,0,0,1.8-.035,6.7,6.7,0,0,0,0-9.257A1.273,1.273,0,0,0,68.3,37.945a4.108,4.108,0,0,1,1.145,2.862A4.164,4.164,0,0,1,68.3,43.669,1.276,1.276,0,0,0,68.339,45.47Zm5.484-4.663a8.447,8.447,0,0,1-1.514,4.839,1.275,1.275,0,0,0,.318,1.773A1.27,1.27,0,0,0,74.4,47.1a11.062,11.062,0,0,0,0-12.6,1.272,1.272,0,1,0-2.093,1.447A8.526,8.526,0,0,1,73.823,40.807Zm3.208,9.4a1.269,1.269,0,0,0,1.764-.349,16.256,16.256,0,0,0,0-18.119,1.272,1.272,0,1,0-2.112,1.418,13.706,13.706,0,0,1,0,15.282A1.275,1.275,0,0,0,77.031,50.209Z'/%3e%3c/svg%3e");
}

.icon-catalog-chasy {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M49.645,40.586a15.867,15.867,0,1,0,15.9,15.861A15.9,15.9,0,0,0,49.645,40.586Zm0,29.193A13.326,13.326,0,1,1,63,56.446,13.363,13.363,0,0,1,49.645,69.778Zm-5.529-14.6a1.271,1.271,0,1,0,1.274,1.271A1.276,1.276,0,0,0,44.117,55.176Zm5.529,0a1.271,1.271,0,1,0,1.274,1.271A1.276,1.276,0,0,0,49.645,55.176Zm5.529,0a1.271,1.271,0,1,0,1.274,1.271A1.276,1.276,0,0,0,55.175,55.176Zm16.778-3.9H69.418c-0.011,0-.021,0-0.032,0a20.4,20.4,0,0,0-6.809-10.57V34.892A4.777,4.777,0,0,0,57.8,30.126H41.492a4.777,4.777,0,0,0-4.778,4.766V40.7a20.3,20.3,0,0,0,0,31.5v5.812a4.777,4.777,0,0,0,4.778,4.766H57.8a4.777,4.777,0,0,0,4.778-4.766V72.2a20.415,20.415,0,0,0,6.807-10.567c0.012,0,.022,0,0.034,0h2.535a1.822,1.822,0,0,0,1.822-1.817V53.091A1.822,1.822,0,0,0,71.953,51.274ZM39.263,34.892a2.229,2.229,0,0,1,2.229-2.224H57.8a2.229,2.229,0,0,1,2.229,2.224v4.036a20.4,20.4,0,0,0-20.765,0V34.892ZM60.028,78.013A2.229,2.229,0,0,1,57.8,80.238H41.492a2.229,2.229,0,0,1-2.229-2.224V73.98a20.392,20.392,0,0,0,20.765,0v4.038ZM49.645,74.277A17.825,17.825,0,1,1,67.506,56.446,17.872,17.872,0,0,1,49.645,74.277ZM71.227,59.09H70.144V53.816h1.083V59.09Z'/%3e%3c/svg%3e");
}

.icon-catalog-ochki {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M77.063,50.557H60.735L58.687,45.39a1.276,1.276,0,0,0-1.185-.8H41.484a1.275,1.275,0,0,0-1.186.806l-2.036,5.164H21.924A6.33,6.33,0,0,0,15.59,56.87V76.977a6.33,6.33,0,0,0,6.334,6.313h18.35a4.558,4.558,0,0,0,4.534-3.853l0.345-2.163a2,2,0,0,1,2-1.72h4.919a2.029,2.029,0,0,1,2.016,1.724l0.344,2.157a4.551,4.551,0,0,0,4.521,3.855H77.063a6.337,6.337,0,0,0,6.346-6.313V56.87A6.337,6.337,0,0,0,77.063,50.557Zm-34.71-3.43H56.635l1.36,3.43H41ZM80.86,76.977a3.789,3.789,0,0,1-3.8,3.773H58.955a1.993,1.993,0,0,1-2-1.711l-0.344-2.156a4.562,4.562,0,0,0-4.534-3.868H47.155a4.553,4.553,0,0,0-4.521,3.865L42.29,79.041a2.025,2.025,0,0,1-2.017,1.709H21.924a3.783,3.783,0,0,1-3.785-3.773V56.87A3.783,3.783,0,0,1,21.924,53.1H77.063a3.789,3.789,0,0,1,3.8,3.773V76.977ZM86.251,56.73A1.272,1.272,0,0,0,84.976,58V74.678a1.274,1.274,0,0,0,2.549,0V58A1.272,1.272,0,0,0,86.251,56.73Zm-73.5,0A1.272,1.272,0,0,0,11.474,58V74.678a1.274,1.274,0,0,0,2.549,0V58A1.272,1.272,0,0,0,12.748,56.73ZM54.555,54L42.475,64.935a1.272,1.272,0,0,0,1.714,1.88l12.08-10.937A1.272,1.272,0,1,0,54.555,54Zm-2.064,8.32-7.06,6.389a1.272,1.272,0,0,0,1.713,1.881L54.2,64.2A1.272,1.272,0,1,0,52.492,62.319ZM68.448,57.34a9.133,9.133,0,1,0,0,18.265,1.27,1.27,0,1,0,0-2.54,6.593,6.593,0,1,1,6.614-6.592,1.274,1.274,0,0,0,2.549,0A9.158,9.158,0,0,0,68.448,57.34Zm-37.12,0A9.132,9.132,0,0,0,22.95,70.175a1.274,1.274,0,0,0,2.33-1.029,6.61,6.61,0,0,1,10.6-7.456,1.272,1.272,0,1,0,1.753-1.844A9.146,9.146,0,0,0,31.328,57.34Z'/%3e%3c/svg%3e");
}

.icon-catalog-planshet {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M49.575,78a1.134,1.134,0,1,0,1.133,1.134A1.137,1.137,0,0,0,49.575,78Zm29.633-7.392L73.033,65V31.5a4.9,4.9,0,0,0-4.893-4.9H31a4.9,4.9,0,0,0-4.893,4.9V78.491A4.907,4.907,0,0,0,31,83.4H68.139a4.907,4.907,0,0,0,4.893-4.909V68.063l4.653,4.227A1.133,1.133,0,1,0,79.208,70.611Zm-8.441,7.88a2.638,2.638,0,0,1-2.628,2.642H31a2.638,2.638,0,0,1-2.628-2.642V31.5A2.632,2.632,0,0,1,31,28.867H68.139a2.632,2.632,0,0,1,2.628,2.63V62.943l-2.7-2.449V31.985a1.133,1.133,0,0,0-1.133-1.134H32.2a1.133,1.133,0,0,0-1.133,1.134V76.2A1.133,1.133,0,0,0,32.2,77.334h34.74A1.133,1.133,0,0,0,68.071,76.2V63.556L70.767,66V78.491ZM53.038,49.9L65.806,61.5V75.067H33.332V33.119H65.806V58.435L54.561,48.22A1.133,1.133,0,0,0,53.038,49.9ZM47.126,39.751L36.377,49.512A1.133,1.133,0,1,0,37.9,51.191L48.648,41.43A1.133,1.133,0,1,0,47.126,39.751ZM44.77,51.179l-6.286,5.714a1.133,1.133,0,1,0,1.523,1.679l6.286-5.714A1.133,1.133,0,0,0,44.77,51.179Z'/%3e%3c/svg%3e");
}

.icon-catalog-router {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M75.48,61.451H68.97V37.833a1.272,1.272,0,0,0-2.543,0V61.451h-34.6V37.833a1.272,1.272,0,0,0-2.543,0V61.451H22.512a5.473,5.473,0,0,0-5.467,5.466v7.754a5.473,5.473,0,0,0,5.467,5.466H75.48a5.472,5.472,0,0,0,5.467-5.466V66.917A5.473,5.473,0,0,0,75.48,61.451ZM78.4,74.671a2.927,2.927,0,0,1-2.924,2.924H22.512a2.927,2.927,0,0,1-2.924-2.924V66.917a2.927,2.927,0,0,1,2.924-2.924H75.48A2.927,2.927,0,0,1,78.4,66.917v7.754ZM72.683,69.79H55.989a1.271,1.271,0,1,0,0,2.542H72.683A1.271,1.271,0,1,0,72.683,69.79Zm-46.026,0a1.271,1.271,0,1,0,1.272,1.271A1.275,1.275,0,0,0,26.656,69.789Zm5.518,0a1.271,1.271,0,1,0,1.271,1.271A1.275,1.275,0,0,0,32.175,69.789Zm5.518,0a1.271,1.271,0,1,0,1.272,1.271A1.275,1.275,0,0,0,37.693,69.789Zm5.518,0a1.271,1.271,0,1,0,1.271,1.271A1.275,1.275,0,0,0,43.211,69.789Zm4.513-12.076A1.272,1.272,0,1,0,49,56.443,1.275,1.275,0,0,0,47.724,57.714Zm5.009-2.606a1.271,1.271,0,0,0,.882-2.187,6.68,6.68,0,0,0-9.24,0,1.271,1.271,0,1,0,1.764,1.832,4.136,4.136,0,0,1,5.712,0A1.266,1.266,0,0,0,52.734,55.108Zm2.859-4.671a1.271,1.271,0,0,0-.309-1.771,11.008,11.008,0,0,0-12.575,0,1.271,1.271,0,1,0,1.462,2.08,8.464,8.464,0,0,1,9.651,0A1.271,1.271,0,0,0,55.593,50.437ZM41.378,46.374a13.638,13.638,0,0,1,15.235,0,1.271,1.271,0,0,0,1.421-2.109,16.184,16.184,0,0,0-18.077,0A1.271,1.271,0,0,0,41.378,46.374ZM33.319,80.823h-7.4a1.271,1.271,0,1,0,0,2.542h7.4A1.271,1.271,0,1,0,33.319,80.823Zm38.753,0h-7.4a1.271,1.271,0,1,0,0,2.542h7.4A1.271,1.271,0,1,0,72.072,80.823Z'/%3e%3c/svg%3e");
}

.icon-catalog-telefon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M62.3,26.275H37.645a2.89,2.89,0,0,0-2.876,2.9v50.6a2.89,2.89,0,0,0,2.876,2.9H62.3a2.89,2.89,0,0,0,2.876-2.9v-50.6A2.89,2.89,0,0,0,62.3,26.275Zm-7.765,2.272-0.185.3h-9.72l-0.186-.3H54.532Zm8.386,51.228a0.631,0.631,0,0,1-.62.625H37.645a0.631,0.631,0,0,1-.62-0.625v-50.6a0.631,0.631,0,0,1,.62-0.625h4.126l1.281,2.04a1.125,1.125,0,0,0,.953.529H54.967a1.126,1.126,0,0,0,.953-0.529l1.281-2.04h5.1a0.631,0.631,0,0,1,.62.625v50.6ZM53.67,75.821h-7.4a1.136,1.136,0,0,0,0,2.273h7.4A1.136,1.136,0,0,0,53.67,75.821Zm-2.2-24.2a1.122,1.122,0,0,0-1.593-.077L39.187,61.332a1.142,1.142,0,0,0-.076,1.605,1.122,1.122,0,0,0,1.593.077L51.395,53.23A1.143,1.143,0,0,0,51.471,51.625ZM49.126,63.091a1.122,1.122,0,0,0-1.593-.079l-6.259,5.716a1.143,1.143,0,0,0-.079,1.606,1.122,1.122,0,0,0,1.593.079L49.048,64.7A1.143,1.143,0,0,0,49.126,63.091Z'/%3e%3c/svg%3e");
}

.icon-catalog-kniga {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M62.9,26.285H36.1a6.019,6.019,0,0,0-6,6.023V76.66a6.019,6.019,0,0,0,6,6.023H62.9a6.019,6.019,0,0,0,6-6.023V32.307A6.019,6.019,0,0,0,62.9,26.285ZM66.63,76.66A3.746,3.746,0,0,1,62.9,80.41H36.1a3.745,3.745,0,0,1-3.732-3.75V32.307a3.745,3.745,0,0,1,3.732-3.75H62.9a3.746,3.746,0,0,1,3.733,3.75V76.66Zm-6.07-45.137H38.439a2.706,2.706,0,0,0-2.7,2.7V68.489a2.706,2.706,0,0,0,2.7,2.7H60.561a2.706,2.706,0,0,0,2.7-2.7V34.228A2.706,2.706,0,0,0,60.561,31.523Zm0.431,36.967a0.432,0.432,0,0,1-.431.431H38.439a0.437,0.437,0,0,1-.431-0.431V34.228a0.437,0.437,0,0,1,.431-0.432H60.561a0.437,0.437,0,0,1,.431.432V68.489ZM44.723,74.33a1.136,1.136,0,1,0,1.135,1.136A1.132,1.132,0,0,0,44.723,74.33Zm4.913,0a1.136,1.136,0,1,0,1.135,1.136A1.139,1.139,0,0,0,49.636,74.33Zm4.923,0a1.136,1.136,0,1,0,1.135,1.136A1.139,1.139,0,0,0,54.559,74.33Zm2.53-12.023h-14.9a1.136,1.136,0,0,0,0,2.273h14.9A1.136,1.136,0,0,0,57.089,62.307Zm0-4.806h-14.9a1.136,1.136,0,0,0,0,2.272h14.9A1.136,1.136,0,0,0,57.089,57.5Zm0-4.694h-14.9a1.136,1.136,0,0,0,0,2.273h14.9A1.136,1.136,0,0,0,57.089,52.807Zm0-4.693h-14.9a1.136,1.136,0,0,0,0,2.272h14.9A1.136,1.136,0,0,0,57.089,48.114ZM46.04,40.762h7.2a1.136,1.136,0,0,0,0-2.273h-7.2A1.136,1.136,0,0,0,46.04,40.762Z'/%3e%3c/svg%3e");
}

.icon-catalog-gps {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M71.674,44.1H27.322A6.024,6.024,0,0,0,21.3,50.111V76.889A6.024,6.024,0,0,0,27.322,82.9H71.674A6.024,6.024,0,0,0,77.7,76.889V50.111A6.024,6.024,0,0,0,71.674,44.1Zm3.75,32.789a3.751,3.751,0,0,1-3.75,3.743H27.322a3.75,3.75,0,0,1-3.75-3.743V50.111a3.75,3.75,0,0,1,3.75-3.743H71.674a3.75,3.75,0,0,1,3.75,3.743V76.889ZM69.356,49.748H29.64a2.705,2.705,0,0,0-2.7,2.7V74.564a2.705,2.705,0,0,0,2.7,2.7H69.356a2.7,2.7,0,0,0,2.7-2.7V52.447A2.7,2.7,0,0,0,69.356,49.748Zm0.431,24.816a0.437,0.437,0,0,1-.431.431H29.64a0.438,0.438,0,0,1-.432-0.431V52.447a0.438,0.438,0,0,1,.432-0.431H69.356a0.437,0.437,0,0,1,.431.431V74.564ZM31.833,57.585a1.134,1.134,0,1,0,1.136,1.134A1.139,1.139,0,0,0,31.833,57.585Zm0,4.922a1.134,1.134,0,1,0,1.136,1.134A1.139,1.139,0,0,0,31.833,62.507Zm0,4.922a1.134,1.134,0,1,0,1.136,1.134A1.139,1.139,0,0,0,31.833,67.43Zm35-9.845a1.134,1.134,0,1,0,1.136,1.134A1.139,1.139,0,0,0,66.833,57.585Zm0,4.922a1.134,1.134,0,1,0,1.136,1.134A1.139,1.139,0,0,0,66.833,62.507Zm0,4.922a1.134,1.134,0,1,0,1.136,1.134A1.139,1.139,0,0,0,66.833,67.43Zm-11.3-11.413L42.7,60.542a1.134,1.134,0,0,0,.064,2.16L48.6,64.377l1.69,5.851a1.136,1.136,0,0,0,1.059.819h0.034a1.136,1.136,0,0,0,1.071-.757l4.534-12.827A1.135,1.135,0,0,0,55.534,56.017ZM51.488,66.2l-0.881-3.05a1.134,1.134,0,0,0-.777-0.776L46.806,61.5l7.244-2.555Z'/%3e%3c/svg%3e");
}

.icon-catalog-printer {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M81.667,53.382H73.461V48.31a6.814,6.814,0,0,0-6.8-6.811H64.519v-3.15c0-.008,0-0.015,0-0.022a1.11,1.11,0,0,0-.02-0.2,0.006,0.006,0,0,1,0,0,1.183,1.183,0,0,0-.057-0.188c-0.007-.018-0.016-0.036-0.024-0.054a1.165,1.165,0,0,0-.07-0.13c-0.01-.017-0.02-0.034-0.031-0.05a1.117,1.117,0,0,0-.128-0.157L55.062,28.4a1.111,1.111,0,0,0-.156-0.128c-0.016-.011-0.033-0.021-0.05-0.032a1.123,1.123,0,0,0-.128-0.069c-0.019-.008-0.037-0.017-0.056-0.024a1.1,1.1,0,0,0-.178-0.054l-0.014,0a1.138,1.138,0,0,0-.195-0.019l-0.024,0H36.614a1.135,1.135,0,0,0-1.133,1.137V41.5H33.339a6.813,6.813,0,0,0-6.8,6.811v5.072H18.333A1.135,1.135,0,0,0,17.2,54.518V78.1a4.762,4.762,0,0,0,4.749,4.764h56.1A4.762,4.762,0,0,0,82.8,78.1V54.518A1.135,1.135,0,0,0,81.667,53.382ZM66.661,43.773a4.541,4.541,0,0,1,4.534,4.537v5.072H64.519V43.773h2.142Zm-6.014-6.561H55.395V31.949Zm-22.9-6.868h15.38v8.005a1.135,1.135,0,0,0,1.133,1.137h7.99v13.9h-24.5V30.343ZM28.806,48.31a4.541,4.541,0,0,1,4.533-4.537h2.142v9.609H28.806V48.31Zm9.237,32.283V79.819a0.608,0.608,0,0,1,.612-0.6H61.345a0.608,0.608,0,0,1,.612.6v0.773H38.043Zm26.181,0V79.819a2.881,2.881,0,0,0-2.879-2.877H38.654a2.881,2.881,0,0,0-2.879,2.877v0.773H32.081v-7.55a6.82,6.82,0,0,1,6.8-6.823H61.119a6.82,6.82,0,0,1,6.8,6.823v7.551H64.224Zm16.31-2.49a2.489,2.489,0,0,1-2.482,2.49H70.185v-7.55a9.092,9.092,0,0,0-9.067-9.1H38.881a9.092,9.092,0,0,0-9.067,9.1v7.551H21.949a2.489,2.489,0,0,1-2.482-2.49V55.655H80.533V78.1Zm-5.588-9.3a1.137,1.137,0,0,0,0,2.274A1.137,1.137,0,0,0,74.946,68.8Zm0,3.377a1.137,1.137,0,1,0,1.133,1.137A1.139,1.139,0,0,0,74.946,72.178Zm0,3.377a1.137,1.137,0,1,0,1.133,1.137A1.139,1.139,0,0,0,74.946,75.555Zm-3.8-12.52a3.865,3.865,0,1,0,3.865-3.877A3.875,3.875,0,0,0,71.149,63.035Zm3.865-1.6a1.6,1.6,0,0,1,1.6,1.6,1.622,1.622,0,0,1-1.6,1.6A1.6,1.6,0,0,1,75.014,61.432ZM22.991,66.481a1.135,1.135,0,0,0,1.133-1.137V59.089a1.133,1.133,0,1,0-2.267,0v6.254A1.135,1.135,0,0,0,22.991,66.481Zm0,1.887a1.137,1.137,0,1,0,1.133,1.137A1.139,1.139,0,0,0,22.991,68.368Z'/%3e%3c/svg%3e");
}

.icon-catalog-noutbuk {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M90.468,73.354h-5.7a3.944,3.944,0,0,0,.4-1.718V31.345a3.986,3.986,0,0,0-3.983-3.979H18.821a3.986,3.986,0,0,0-3.983,3.979V71.636a3.945,3.945,0,0,0,.4,1.718H9.53A1.131,1.131,0,0,0,8.4,74.485V77.1a5.48,5.48,0,0,0,5.477,5.472H86.122A5.481,5.481,0,0,0,91.6,77.1V74.485A1.131,1.131,0,0,0,90.468,73.354ZM17.1,71.636V31.345a1.722,1.722,0,0,1,1.72-1.718H81.177a1.721,1.721,0,0,1,1.72,1.718V71.636a1.721,1.721,0,0,1-1.72,1.718H18.821A1.722,1.722,0,0,1,17.1,71.636ZM89.337,77.1a3.216,3.216,0,0,1-3.214,3.211H13.875A3.216,3.216,0,0,1,10.662,77.1V75.615H89.337V77.1ZM81.346,35.72a3.38,3.38,0,0,0-3.383-3.369H22.035a3.375,3.375,0,0,0-3.372,3.369V67.453a3.38,3.38,0,0,0,3.372,3.38H77.963a3.386,3.386,0,0,0,3.383-3.38V35.72ZM79.083,67.453a1.121,1.121,0,0,1-1.12,1.119H22.035a1.129,1.129,0,0,1-1.109-1.119V35.72a1.11,1.11,0,0,1,1.109-1.108H77.963a1.116,1.116,0,0,1,1.12,1.108V67.453ZM58.09,76.825H41.919a1.13,1.13,0,1,0,0,2.261H58.09A1.13,1.13,0,1,0,58.09,76.825ZM50,32.012a1.131,1.131,0,1,0-1.131-1.131A1.135,1.135,0,0,0,50,32.012Zm4.027,11.756L43.286,53.5a1.131,1.131,0,0,0,1.521,1.675l10.74-9.734A1.131,1.131,0,0,0,54.025,43.768ZM51.672,55.174l-6.281,5.687a1.131,1.131,0,0,0,1.52,1.676l6.281-5.687A1.131,1.131,0,0,0,51.672,55.174Z'/%3e%3c/svg%3e");
}

.icon-catalog-rashodmaterial {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M59.435,49.781H58.767v-9.6a1.134,1.134,0,0,0-1.133-1.135H56.547L51.074,22.674a1.132,1.132,0,0,0-2.148,0L43.453,39.046h-1.1a1.134,1.134,0,0,0-1.133,1.135v9.6H40.564A4.574,4.574,0,0,0,36,54.354V78.526A4.574,4.574,0,0,0,40.564,83.1H59.435A4.574,4.574,0,0,0,64,78.526V54.354A4.574,4.574,0,0,0,59.435,49.781Zm2.3,12.846H51.744a1.135,1.135,0,0,0,0,2.269h9.991v1.975H51.744a1.135,1.135,0,0,0,0,2.269h9.991v3.087h-13.8v-12.7h13.8v3.1ZM50,26.61l4.158,12.436H45.842ZM43.487,41.315H56.5v8.466H49.671V44a1.133,1.133,0,1,0-2.265,0v5.776H46.613V44a1.133,1.133,0,1,0-2.265,0v5.776H43.487V41.315ZM59.435,80.829H40.564a2.3,2.3,0,0,1-2.3-2.3V54.354a2.3,2.3,0,0,1,2.3-2.3H59.435a2.3,2.3,0,0,1,2.3,2.3v2.9H46.805a1.134,1.134,0,0,0-1.133,1.135V73.362A1.134,1.134,0,0,0,46.805,74.5H61.735v4.029A2.3,2.3,0,0,1,59.435,80.829Z'/%3e%3c/svg%3e");
}

.icon-catalog-instrument {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3e%3cpath fill='%23242424' d='M74.165,59.578H73.642v-1.89a1.605,1.605,0,0,0-1.6-1.607h-0.67V33.715l1.482-4.27a1.131,1.131,0,0,0,0-.739l-1.544-4.459a1.134,1.134,0,0,0-1.072-.763h-3.1a1.134,1.134,0,0,0-1.073.763l-1.543,4.459a1.131,1.131,0,0,0,0,.739l1.481,4.269V56.081H65.347a1.611,1.611,0,0,0-1.611,1.607v1.89H63.225a1.132,1.132,0,1,0,0,2.264h0.511V81.025a1.611,1.611,0,0,0,1.611,1.607h6.7a1.605,1.605,0,0,0,1.6-1.607V61.841h0.522A1.132,1.132,0,1,0,74.165,59.578ZM68.212,33.153L66.8,29.075l1.151-3.327h1.48l1.151,3.327-1.415,4.077a1.129,1.129,0,0,0-.063.371V56.081H68.275V33.524A1.123,1.123,0,0,0,68.212,33.153ZM66.005,58.344h5.368v1.234H66.005V58.344Zm5.368,22.025H66.005V61.841h5.368V80.369Zm-16.4-20.791H54.453v-1.89a1.611,1.611,0,0,0-1.611-1.607H52.183V33.715l0.709-2.038a1.138,1.138,0,0,0,.055-0.5l-0.772-6.689a1.135,1.135,0,0,0-2.2-.246L49.5,25.6l-0.476-1.358a1.135,1.135,0,0,0-2.2.244l-0.772,6.689a1.128,1.128,0,0,0,.055.5l0.709,2.038V56.081h-0.67a1.6,1.6,0,0,0-1.6,1.607v1.89H44.024a1.132,1.132,0,1,0,0,2.264h0.522V81.025a1.6,1.6,0,0,0,1.6,1.607h6.7a1.611,1.611,0,0,0,1.611-1.607V61.841h0.522A1.132,1.132,0,1,0,54.975,59.578ZM49.023,33.153l-0.687-1.975L48.518,29.6a1.135,1.135,0,0,0,.974.554h0a1.135,1.135,0,0,0,.985-0.57l0.184,1.6-0.687,1.975a1.129,1.129,0,0,0-.063.371V56.081H49.085V33.524A1.127,1.127,0,0,0,49.023,33.153ZM46.816,58.344h5.368v1.234H46.816V58.344Zm5.368,22.025H46.816V61.841h5.368V80.369ZM35.774,59.578H35.264v-1.89a1.611,1.611,0,0,0-1.611-1.607H32.994V33.522L32.983,27.3a1.128,1.128,0,0,0-.168-0.591l-1.543-2.5a1.137,1.137,0,0,0-1.933,0l-1.544,2.5a1.128,1.128,0,0,0-.168.591l-0.011,6.227V56.081H26.957a1.6,1.6,0,0,0-1.6,1.607v1.89H24.835a1.132,1.132,0,1,0,0,2.264h0.522V81.025a1.6,1.6,0,0,0,1.6,1.607h6.7a1.611,1.611,0,0,0,1.611-1.607V61.841h0.511A1.132,1.132,0,1,0,35.774,59.578Zm-5.89-26.052L29.9,27.62l0.409-.663,0.409,0.663,0.011,5.906V56.081h-0.84V33.526ZM27.626,58.344h5.368v1.234H27.626V58.344Zm5.368,22.025H27.626V61.841h5.368V80.369Z'/%3e%3c/svg%3e");
}






/* ------------------------------------------------------------------------------- */
/*  Buttons
/* ------------------------------------------------------------------------------- */

.btn {
	border-width: 2px;
	padding: 8px 16px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.2;
}

.btn-outline-light {
	border-color: #ffffff;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle {
	background-color: #ffffff;
	border-color: #ffffff;
	box-shadow: none;
	color: #4560f5;
}

.btn-outline-primary {
	border-color: #4560f5;
	color: #4560f5;
}
data-table-name
.btn-outline-primary.focus,
.btn-outline-primary:focus {
	box-shadow: none;
}

.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
	border-color: #4560f5;
	background-color: #4560f5;
}

.btn-primary,
.btn-primary:disabled {
	border-color: #4560f5;
	background-color: #4560f5;
	opacity: 1;
}

.btn-replacement {
	border-color: #bfdeff;
	background-color: #f2ebf4;
	color: #000000;
	opacity: 1;
}

.btn-primary:disabled {
	color: rgba(255,255,255,.5);
}

.btn:disabled {
	cursor: default;
}


.btn-light {
	background-color: #ffffff;
	border-color: #dfdfdf;
	border-width: 1px;
}

.btn-block {
	position: relative;
}

.btn-block-narrow {
	padding-left: 10px;
	padding-right: 10px;
}

.btn [class^="icon-"] {
	margin-top: -7px;
	margin-bottom: -6px;
}

.btn-sm {
	padding: 8px 8px;
}

.btn-with-icon-mobile {
	position: relative;
	padding-right: 32px;
}

.btn-with-icon-mobile [class^="icon-"],
.btn.btn-with-icon-mobile .icon-cart,
.btn.btn-with-icon-mobile .icon-bell {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0,-50%);
	margin: 0;
}
.btn .icon-close {
	font-size: 12.135px;
}

.btn-wide  {
	padding-left: 40px;
	padding-right: 40px;
}

@media (min-width: 576px) {
	.btn {
		padding: 10px 16px;
	}

	.btn-sm {
		padding: 8px 11px;
	}

	.btn-with-icon {
		padding-right: 32px;
	}

	.btn-with-icon [class^="icon-"],
	.btn.btn-with-icon .icon-cart,
	.btn.btn-with-icon .icon-bell {
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translate(0,-50%);
		margin: 0;
	}
}


/* ------------------------------------------------------------------------------- */
/*  Forms
/* ------------------------------------------------------------------------------- */

.form-group {
	margin-bottom: 13px;
	text-align: left;
}

.control-btn {
	margin-top: 24px;
}

.form-control {
	padding: 7px 14px 8px;
	height: calc(1.5em + 15px + 2px);
	border-radius: 3px;
	border-color: #dfdfdf;
	font-size: 14px;
	font-weight: normal;
	color: #858585;
}

.form-control:focus {
	box-shadow: none;
}

.form-control.error {
	background-color: #ffffff;
	border-color: #ff8a8a;
}

.form-control-fat {
	border-width: 2px;
	padding: 6px 13px 7px;
	height: calc(1.5em + 13px + 4px);
}

.form-control-fat:focus {
	border-color: #4560f5;
	box-shadow: none;
}

.help-control {
	margin-top: 8px;
	color: #858585;
}

.search-promo .help-control {
	color: #ffffff;
}

.help-control.error {
	margin-bottom: 14px;
	font-weight: 500;
	color: #ff4d4d;
}

.form-group .help-control.error {
	margin-bottom: 0;
}

.help-control [class^="icon-"],
.help-control .light-link [class^="icon-"],
.icon-question {
	font-size: 18.2px;
}

.help-control a {
	/*text-decoration: none;*/
}

.help-control a:hover {
	/*text-decoration: underline;*/
}

.help-control-sm {
	margin-top: 5px;
	font-size: 12px;
	color: #848484;
}

.form-control-solid {
	background-color: #e3e3e3;
	border-color: #e3e3e3;
}

.bootstrap-select .btn-light {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 14px;
	border-radius: 3px;
	font-weight: normal;
	font-size: 14px;
}

.bootstrap-select.form-control-mini .btn-light {
	padding-top: 6px;
	padding-bottom: 6px;
}

.bootstrap-select > .dropdown-toggle::after {
	display: block;
	width: 13px;
	height: 12px;
	border: none;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 50% 50%;
	margin-top: 0;
}

.bootstrap-select.show > .dropdown-toggle::after {
	transform: scale(-1,-1);
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
	outline: none !important;
	box-shadow: none !important;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
	background-color: #ffffff;
	border-color: #4560f5;
}

.bootstrap-select .dropdown-menu {
	box-shadow: rgba(36,36,36,.3) 0 0 20px;
}

.bootstrap-select .dropdown-menu .active a:hover,
.bootstrap-select .dropdown-menu a:active {
	color: #ffffff;
}

.input-with-icon {
	position: relative;
}

.input-with-icon .form-control {
	padding-right: 50px;
}

.input-with-icon [class^="icon-"] {
	position: absolute;
	top: 50%;
	right: 8px;
	pointer-events: none;
	font-size: 12.2px;
	transform: translate(0,-50%);
}

@media (min-width: 768px) {
	.form-group {
		margin-bottom: 20px;
	}

	.form-control {
		padding: 7px 14px 8px;
		height: calc(1.5em + 15px + 2px);
	}

	.header .form-control,
	.form-control-md {
		padding: 9px 14px 10px;
		height: calc(1.5em + 19px + 2px);
	}

	.bootstrap-select.form-control-md .btn-light {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.form-control-fat {
		padding: 6px 13px 7px;
		height: calc(1.5em + 13px + 4px);
	}

	.header .form-control-fat,
	.form-control-md.form-control-fat {
		padding: 8px 13px 9px;
		height: calc(1.5em + 17px + 4px);
	}

	.help-control {
		font-size: 14px;
	}

	.input-with-icon [class^="icon-"] {
		right: 16px;
	}

	.align-items-center > .col-form-label {
		padding-top: 0;
		padding-bottom: 0;
		margin-top: -4px;
		margin-bottom: -4px;
	}
}


.form-control-mini {
	padding-top: 4px;
	padding-bottom: 5px;
	height: calc(1.5em + 9px + 2px);
}



.custom-control {
	padding-left: 14px;
	min-height: 1.225em;
	/*font-size: 15px;*/
}

.custom-control.fs15 {
	padding-left: 20px;
}

.custom-control-label {
	padding-left: 10px;
}

.label-empty {
	padding-left: 0;
}

.custom-control-label::before,
.custom-control-label::after {
	width: 14px;
	height: 14px;
	left: -14px;
	top: 0px;
}

.custom-control.fs15 .custom-control-label::before,
.custom-control.fs15 .custom-control-label::after {
	width: 20px;
	height: 20px;
	left: -20px;
	top: -1px;
}

.custom-control-label::before,
.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: rgba(175,175,175,.5) 0 5px 10px inset;
	border-color: #afafaf;
}

.custom-checkbox .custom-control-label::before {
	border-radius: 3px;
}

.custom-control-input:checked ~ .custom-control-label::before {
	border: 2px solid #4560f5;
	background-color: #ffffff;
	box-shadow: none;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='11' height='9' viewBox='0 0 11 9'%3e%3cpath fill='%234560f5' fill-rule='evenodd' transform='translate(-421 -1583)' d='M432,1584.77l-6.593,7.23-0.046-.05-0.044.05L421,1587.27l1.644-1.8,2.738,3,4.994-5.47Z'/%3e%3c/svg%3e");
	background-size: 8px 7px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.custom-checkbox.fs15 .custom-control-input:checked ~ .custom-control-label::after {
	background-size: 11px 9px;
}

.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after {
	width: 16px;
	height: 16px;
	top: -2px;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%234560f5'/%3e%3c/svg%3e")
}

@media (min-width: 768px) {
	.custom-control {
		padding-left: 20px;
	}

	.custom-control-label::before,
	.custom-control-label::after {
		width: 20px;
		height: 20px;
		top: -1px;
		left: -20px;
	}

	.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
		background-size: 11px 9px;
	}

	.custom-radio .custom-control-label::before,
	.custom-radio .custom-control-label::after {
		top: 1px;
	}
}


/* ------------------------------------------------------------------------------- */
/*  Navs
/* ------------------------------------------------------------------------------- */

.nav-tabs {
	border: none;
	margin-bottom: 16px;
}

.nav-tabs .nav-item {
	margin-right: 1.5rem;
}

.nav-tabs .nav-link {
	padding: 4px 0;
	display: block;
	border: none;
	border-radius: 0;
	position: relative;
	margin: 0;
	background-color: transparent;
	text-decoration: none;
	color: #a1a1a1;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .active .nav-link,
.nav-tabs .nav-link:hover {
	color: #4560f5;
}

.nav-tabs .nav-link.active,
.nav-tabs .active .nav-link {
	font-weight: 500;
}

.nav-tabs .nav-link:after {
	content: "";
	display: block;
	height: 2px;
	width: 0;
	background: #4560f5;
	position: absolute;
	bottom: 0;
	left: 0%;
	transition: all .3s ease-in-out;
}

.nav-tabs .nav-link:hover:after,
.nav-tabs .nav-link.active:after,
.nav-tabs .active .nav-link:after {
	width: 100%;
}

@media (min-width: 1200px) {
	.nav-tabs .nav-item {
		margin-right: 3rem;
	}
}


.breadcrumb {
	border-radius: 0;
	padding: 19px 16px 16px;
	margin-bottom: 25px;
	font-size: 13px;
}

.breadcrumb a {
	text-decoration: none;
	color: #242424;
}

.breadcrumb a:hover,
.breadcrumb .active {
	color: #4560f5;
}

.breadcrumb .active {
	font-weight: 500;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item::before {
	content: "";
	width: 9px;
	height: 9px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 12'%3e%3cpath fill='%234560f5' fill-rule='evenodd' transform='translate(-797 -919)' d='M798.165,930.993a1.107,1.107,0,0,0,.787-0.341l0,0,4.666-4.709a1.375,1.375,0,0,0,0-1.894l-4.666-4.709,0,0a1.1,1.1,0,0,0-.787-0.342A1.23,1.23,0,0,0,797,920.289a1.331,1.331,0,0,0,.38.943l0,0L801.105,925l-3.728,3.763,0,0a1.327,1.327,0,0,0-.38.942A1.23,1.23,0,0,0,798.165,930.993Z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	margin-right: 6px;
}



/* ------------------------------------------------------------------------------- */
/*  Preloader
/* ------------------------------------------------------------------------------- */

.preloader {
	position: fixed;
	overflow: hidden;
	z-index: 999999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.95);
	text-align: center;
}

.three-bounce {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.three-bounce > div {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	background-color: #1b14a4;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
	animation: bouncedelay 1.4s infinite ease-in-out both;
}

.three-bounce .one {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.three-bounce .two {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0); }
	40% { -webkit-transform: scale(1) }
}

@keyframes bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); }
	40% { transform: scale(1); -webkit-transform: scale(1); }
}



/* ------------------------------------------------------------------------------- */
/*  Header
/* ------------------------------------------------------------------------------- */

.header-control {
	background: #1b14a4;
}

.header-control-left {
	float: left;
}

.header-control-right {
	float: right;
}

.help-nav-toggle {
	width: 40px;
	height: 38px;
	background-color: #00beff;
	border: none;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 18.2px;
}

.nav-main-toggle {
	height: 38px;
	padding: 4px 10px 0;
	border: none;
	background-color: transparent;
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .05em;
}

.header-top {
	padding-top: 5px;
	padding-bottom: 2px;
}

.header-content {
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.header-left,
.header-center,
.header-right {
	padding-left: 10px;
	padding-right: 10px;
}

.header-left {
	width: 50%;
	flex: 0 0 auto;
}

.header-center {
	width: 100%;
}

.header-right {
	width: 50%;
	min-width: 15.5%;
	flex: 1 1 auto;
	white-space: nowrap;
}

.choose-city,
.header-contact-phone,
.login {
	font-size: 15px;
}

.light-link {
	color: #848484;
	font-weight: 500;
	text-decoration: none;
}

.light-link:hover {
	color: #4560f5;
	text-decoration: underline;
}

.light-link [class^="icon-"] {
	margin-top: -8px;
	margin-bottom: -6px;
	font-size: 16.175px;
}

.close,
button.close {
	padding: 12px 14px;
	position: absolute;
	z-index: 500;
	right: 0;
	top: 0;
	opacity: 1;
	font-size: 12px;
}

.close .icon-close {
	top: 0;
}

.dropdown-menu-choose-city {
	width: calc(100vmin - 20px);
	padding: 10px;
}

.choose-city-modal-title {
	margin-bottom: 12px;
	margin-right: 16px;
}

.choose-city-modal-title .icon-delivery {
	top: -.1em;
	margin-top: -10px;
	margin-bottom: -10px;
	margin-right: 12px;
	font-size: 36.25px;
}

.choose-city-modal-form {
	margin-bottom: 18px;
}


.header-contact-city {
	font-size: 13px;
}

.header-contact-phone strong {
	font-size: 16px;
}

.login {
	text-align: right;
}

@media (max-width: 767px) {
	.choose-city .light-link {
		color: #4560f5;
		text-decoration: underline;
		font-size: 13px;
	}

	.choose-city .icon-location {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3e%3cpath fill='%234560f5' d='M1018.26,8.11386671967523C1013.85,0.8288667196751476,1004.264,-1.2161332803248115,997.298,3.6408667196751594C997.298,3.6408667196751594,12.203,465.70386671967515,12.203,465.70386671967515C4.406,470.0488667196752,-0.132,478.5488667196752,0.571,487.4328667196752C3.511,494.97386671967524,9.391,500.9808667196752,16.868,504.0488667196752C16.868,504.0488667196752,459.375,580.1008667196752,459.375,580.1008667196752C459.375,580.1008667196752,508.265,1007.0138667196752,508.265,1007.0138667196752C511.141,1014.5548667196751,517.085,1020.6258667196752,524.562,1023.6298667196752C524.562,1023.6298667196752,529.227,1023.6298667196752,529.227,1023.6298667196752C536.641,1023.3738667196752,543.16,1018.5168667196751,545.524,1011.4868667196752C545.524,1011.4868667196752,1022.925,29.843866719675248,1022.925,29.843866719675248C1026.185,22.365866719675182,1024.267,13.610866719675187,1018.26,8.11386671967523C1018.26,8.11386671967523,1018.26,8.11386671967523,1018.26,8.11386671967523C1018.26,8.11386671967523,1018.26,8.11386671967523,1018.26,8.11386671967523'/%3e%3c/svg%3e");
		top: -.15em;
	}

	.search-model {
		background-color: #4560f5;
		border-color: #4560f5;
		color: #ffffff;
	}
}

@media (min-width: 576px) {
	.dropdown-menu-choose-city {
		width: 520px;
	}
}

@media (min-width: 768px) {
	.header-top {
		background-color: #e3e3e3;
		padding-top: 12px;
		padding-bottom: 10px;
	}

	.dropdown-menu-choose-city {
		width: 700px;
		padding: 24px 16px;
	}

	.choose-city-modal-title .icon-delivery {
		margin-right: 18px;
		font-size: 49.55px;
	}

	.header-contacts {
		text-align: center;
		margin-top: 8px;
	}

	.header-contact-item,
	.header-contact-divider {
		display: inline-block;
		vertical-align: middle;
		margin-right: 1.375rem;
	}

	.header-contact-item:last-child {
		margin-right: 0;
	}

	.header-contact-divider {
		width: 1px;
		height: 19px;
		background-color: #242424;
		position: relative;
		top: 1px;
	}

	.header-contact-city,
	.header-contact-phone {
		display: inline-block;
		vertical-align: middle;
	}

	.header-contact-city {
		margin-right: 1.375rem;
	}
}

@media (min-width: 992px) {
	.dropdown-menu-choose-city {
		width: 840px;
		padding: 24px 36px;
	}

	.header-content {
		flex-wrap: nowrap;
	}

	.header-left {
		width: 20%;
		flex: 0 0 auto;
	}

	.header-contacts {
		margin-top: 0;
		margin-bottom: 4px;
		text-align: left;
	}

	.header-top .header-right {
		width: 25%;
		flex: 0 0 auto;
	}
}

@media (min-width: 1200px) {
	.header-top .header-right {
		width: 35%;
	}
}

.body-help-nav-opened body,
.body-nav-main-opened body {
	height: 100%;
	overflow: hidden;

}

.help-nav-container {
	display: flex;
	flex-direction: column;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 990;
	width: 71.875%;
	background: #ffffff;
	box-shadow: rgba(36,36,36,.3) 0 0 20px;
	overflow: hidden;
	transform: translateX(-120%);
	transition: all .3s ease-in-out;
}

.body-help-nav-opened .help-nav-container {
	transform: translateX(0%);
}

.hide-menu {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 100%;
	background: transparent;
	z-index: 980;
}

.body-nav-main-opened .hide-menu,
.body-help-nav-opened .hide-menu {
	bottom: 0;
}

.help-nav-divider {
	height: 1px;
	background: #dfdfdf;
}

.help-nav-container .login {
	flex: 0 0 auto;
	padding: 18px 40px 3px 18px;
	height: 56px;
	text-align: left;
}

.help-nav-container .login-name {
	margin-bottom: -3px;
}

.login-name {
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}

.header-top .login-name,
.header-top .logout {
	display: inline-block;
	vertical-align: top;
	font-weight: normal;
}

.header-top .login-name {
	max-width: calc(100% - 66px);
	margin-right: -15px;
	padding-right: 15px;
}

.login-name:after {
	content: "";
	display: block;
	width: 15px;
	height: 100%;
	background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
}

.header-top .login-name:after {
	background-image: linear-gradient(to right, rgba(227,227,227,0), rgba(227,227,227,1));
}

.help-nav-container .login .icon-man,
.help-nav-container .login .icon-0 {
	font-size: 14.15px;
}

.help-nav-container .header-contacts {
	padding: 16px 20px;
}

.help-nav-container .header-contact-item {
	margin-bottom: 8px;
}

.help-nav-container .header-contact-city {
	margin-bottom: 4px;
}

.help-nav {
	/*margin-right: -3rem;*/
	height: 100%;
	flex-direction: column;
	flex-wrap: nowrap;
	padding-top: 4px;
	padding-bottom: 7px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.help-nav .nav-item {
	padding: 7px 20px;
}

.help-nav .nav-link {
	padding: 0;
	display: inline;
	position: relative;
	color: #242424;
	text-decoration: none;
	transition: all .3s ease-in-out;
	font-size: 15px;
	letter-spacing: .01em;
}

.help-nav .nav-link:hover,
.help-nav a:hover .nav-link,
.help-nav .active .nav-link,
.help-nav .nav-link.active {
	color: #4560f5;
	font-weight: 500;
}

.help-nav .nav-link:after {
	content: "";
	display: block;
	height: 2px;
	width: 0;
	background: #4560f5;
	position: absolute;
	bottom: 0;
	left: 0%;
	transition: all .3s ease-in-out;
}

.help-nav .nav-link:hover:after,
.help-nav a:hover .nav-link:after,
.help-nav .nav-link.active:after,
.help-nav .active .nav-link:after {
	width: 100%;
}


.header-bottom {
	padding-bottom: 21px;
}

.logo {
	margin-bottom: -20px;
}

.logo .inside {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	color: #002e9f;
}

.logo img {
	width: 70px;
	margin-bottom: -10px;
	margin-left: -5px;
}

.brand-name {
	font-size: 14px;
	line-height: 1.22222222;
	font-weight: bold;
	text-transform: uppercase;
}

.search-form {
	position: relative;
}

.search-form .form-control {
	padding-right: 34px;
	border-radius: 6px;
}

.search-btn {
	border: none;
	padding: 10px;
	background-color: transparent;
	margin: 0;
	position: absolute;
	right: 3px;
	top: 50%;
	transform: translate(0,-50%);
	margin-top: 1px;
	font-size: 17.185px;
	line-height: 1;
}

.search-btn .icon-search {
	top: 0;
	vertical-align: top;
}

.header-search {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.header-search .search-form {
	width: 100%;
	margin-bottom: 12px;
	margin-top: 14px;
}

.search-divider {
	margin-right: 14px;
	font-size: 16px;
}

.search-choose {
	margin-right: 40px;
}



.header-cart {
	margin-bottom: 10px;
	text-align: right;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: .01em;
}

.header-cart a {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.header-cart.active .light-link:not(:hover) {
	color: #5f5f5f;
}

.icon-cart,
.header-cart .icon-cart,
.btn .icon-bell {
	font-size: 18.2px;
}

.btn .icon-cart,
.btn .icon-bell {
	top: -3px;
}

.header-cart-icon,
.header-cart-title,
.header-cart-detail {
	display: block;
}

.header-cart-icon {
	position: relative;
}

.header-cart-count {
	position: absolute;
	z-index: 10;
	right: 50%;
	top: -10px;
	margin-right: 3px;
	min-width: 18px;
	padding: 2px 3px 1px;
	border-radius: 15px;
	background: #4560f5;
	text-align: center;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
}

.header-cart-detail {
	height: 16px;
	text-decoration: underline;
}

.header-cart-detail,
.header-cart-detail a,
.header-cart-detail a:hover {
	color: #4560f5;
}

.header-cart-detail a:hover {
	text-decoration: underline;
}

.box-user-nav {
	padding-top: 0;
	padding-bottom: 0;
}

.box-user-nav .help-nav.flex-column .nav-item {
	margin: 0;
	padding: 0;
	border-top: #dfdfdf 1px solid;
}

.box-user-nav .help-nav.flex-column .nav-item:first-child {
	border-top: none;
}

.box-user-nav .nav-item a {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	padding: 17px 20px 18px 0;
	text-decoration: none;
	position: relative;
}

.box-user-nav .help-nav.flex-column .nav-link {
	display: inline-block;
	vertical-align: middle;
}

.nav-icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 23.25px;
}

.nav-icon span {
	display: block;
	top: 0;
}

.user-nav-status {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	font-size: 18.215px;
}

@media (min-width: 768px) {
	.help-nav-container {
		display: block;
		position: static;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: 990;
		width: auto;
		background: transparent;
		box-shadow: none;
		overflow: visible;
		transform: none;
		transition: none;
	}

	.help-nav {
		flex-direction: row;
		flex-wrap: wrap;
		padding: 0;
	}

	.help-nav .nav-item {
		margin-right: 3rem;
		padding: 0;
	}

	.help-nav.flex-column .nav-item {
		margin-right: 0;
		margin-bottom: 14px;
	}

	.help-nav.flex-column .nav-item:last-child {
		margin-bottom: 0;
	}

	.help-nav .nav-link {
		padding: 4px 0;
		display: block;
	}

	.help-nav.flex-column .nav-link {
		display: inline-block;
		vertical-align: top;
	}

	.header-middle {
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.header-search {
		flex-wrap: nowrap;
	}

	.header-search .search-form {
		margin-right: 14px;
	}

	.search-choose {
		margin-right: 0px;
		white-space: nowrap;
	}

	.header-bottom {
		padding-bottom: 41px;
	}
}

@media (min-width: 992px) {
	.logo {
		margin-bottom: -22px;
	}

	.logo .inside {
		display: inline-flex;
		align-items: center;
		text-decoration: none;
		color: #002e9f;
	}

	.logo img {
		width: 96px;
		margin-bottom: -10px;
		margin-left: -17px;
		margin-right: -5px;
	}

	.brand-name {
		font-size: 1.125rem;
	}

	.header-cart {
		margin-bottom: 0;
		margin-top: 4px;
		text-align: center;
	}

	.header-search {
		justify-content: left;
	}

	.header-search .search-form {
		width: 63.92572944%;
		margin-right: 2.65251989%;
		margin-top: 0;
		margin-bottom: 0;
	}

	.search-divider {
		margin-right: 2.65251989%;
	}

	.header-middle {
		padding-top: 29px;
		padding-bottom: 39px;
	}
}


.nav-main {
	display: flex;
	flex-direction: column;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 990;
	width: 100%;
	background: #1b14a4;
	overflow: hidden;
	transform: translateX(120%);
	transition: all .3s ease-in-out;
}

.body-nav-main-opened .nav-main {
	transform: translateX(0%);
}

.nav-main-title {
	flex: 0 0 auto;
	padding: 11px 40px 11px 20px;
	font-size: 15px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: .1em;
}

.nav-main > .nav {
	display: block;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.nav-main > .nav > .nav-item {
	border-bottom: #ffffff 1px solid;
}

.nav-main > .nav > .dropdown {
}

.nav-main > .nav > .nav-item > .nav-link {
	background-color: #1b14a4;
	position: relative;
	padding: 32px 40px 32px 20px;
	text-align: left;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: .1em;
}

.nav-main > .nav > .nav-item.show > .nav-link {
	background-color: #4560f5;
}

.nav-main > .nav > .nav-item:last-child {
	border-bottom: none;
}

.dropdown-toggle::after,
.nav-main .dropdown-toggle::after,
.search-promo-form .dropdown-toggle::after {
	display: none;
}

.nav-main .dropdown-toggle .icon-caret,
.search-promo-form .dropdown-toggle .icon-caret,
.search-promo-form .btn .icon-caret,
.search-promo-form .btn .icon-next {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0,-50%);
	font-size: 16px;
	transition: transform .3s ease-in-out;
	margin: 0;
}

.nav-main .dropdown-toggle .icon-caret {
	margin-top: -1px;
}

.search-promo-form .dropdown-toggle .icon-caret,
.search-promo-form .btn .icon-caret,
.search-promo-form .btn .icon-next {
	right: 12px;
	font-size: 12.135px;
}

.btn .icon-caret {
	font-size: 12.135px;
}

.btn.text-left .icon-caret {
	margin: 0;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translate(0,-50%);
	transition: transform .3s ease-in-out;
}

.nav-main .show .dropdown-toggle .icon-caret,
.btn-collapse:not(.collapsed) .icon-caret {
	transform: translate(0,-50%) scale(-1,-1);
}

.dropdown-menu {
	border-radius: 6px;
	border: none;
	font-size: 15px;
}

.dropdown-menu-shadow {
	box-shadow: rgba(36,36,36,.3) 0 0 20px;
}

.nav-main .dropdown-menu {
	left: 0 !important;
	right: 0 !important;
	top: 100% !important;
	transform: none !important;
	position: relative !important;
	margin-top: 0;
	border-radius: 0;
	background-color: #4560f5;
	float: none;
	padding: 10px 20px 0;
	color: #ffffff;
	font-size: 14px;
	line-height: 1;
}

.nav-title {
	margin-bottom: 14px;
	font-weight: bold;
	font-size: 16px;
}

.nav-main .dropdown-menu .nav {
	margin-bottom: 36px;
}

.nav-main .dropdown-menu .nav-item {
	padding-left: 8px;
	position: relative;
	margin-bottom: 14px;
	text-align: left;
}

.nav-main .dropdown-menu .nav-item:before {
	content: "• ";
	position: absolute;
	left: 0;
	top: 0;
}

.nav-main .dropdown-menu .nav-link {
	padding: 0;
	display: inline;
	color: inherit;
	text-decoration: none;
	font-weight: 300;
}

.nav-main .dropdown-menu .nav-link:hover {
	font-weight: bold;
}

@media (min-width: 768px) {
	.nav-main {
		position: static;
		border-bottom: #ffffff 1px solid;
		transform: none;
		overflow: visible;
		background: transparent;
	}

	.nav-main > .nav {
		height: auto;
		overflow: visible;
	}

	.nav-main .dropdown-menu {
		position: absolute !important;
		border-radius: 0 0 6px 6px;
	}

	.nav-main > .nav > .nav-item > .nav-link {
		position: relative;
		padding-top: 16px;
		padding-bottom: 16px;
		font-size: 14px;
	}

	.nav-main > .nav > .nav-item:first-child > .nav-link {
		border-left: none;
		border-radius: 6px 6px 0 0;
	}
}

@media (min-width: 992px) {
	.nav-main > .nav {
		display: flex;
		position: relative;
	}

	.nav-main > .nav > .dropdown {
		position: static;
	}

	.nav-main .dropdown-menu {
		padding: 30px 30px 0;
	}

	.nav-main > .nav > .nav-item {
		border-bottom: none;
	}

	.nav-main > .nav > .nav-item > .nav-link {
		border-left: #ffffff 1px solid;
		padding: 20px 30px 18px 14px;
	}

	.nav-main > .nav > .nav-item:first-child > .nav-link {
		border-left: none;
		border-radius: 6px 0 0 0;
	}

	.nav-main > .nav > .nav-item:last-child > .nav-link {
		border-radius: 0 6px 0 0;
	}

	.nav-main .dropdown-toggle .icon-caret {
		right: 12px;
	}
}

@media (min-width: 1200px) {
	.nav-main .dropdown-toggle .icon-caret,
	.search-promo-form .btn .icon-caret,
	.search-promo-form .btn .icon-next {
		right: 30px;
	}

	.search-promo-form .dropdown-toggle .icon-caret,
	.search-promo-form .btn .icon-next {
		right: 12px;
	}

	.nav-main > .nav > .nav-item > .nav-link {
		padding: 20px 50px 18px 30px;
	}
}



/* ------------------------------------------------------------------------------- */
/*  Search Promo
/* ------------------------------------------------------------------------------- */

.search-promo {
	margin-left: -10px;
	margin-right: -10px;
	padding: 15px 20px 30px;
	margin-bottom: 18px;
	background: url("../img/bg-search.png") 50% 50% no-repeat #23a7f8;
	background-size: cover;
	color: #ffffff;
}

.search-promo a {
	color: inherit;
}

.search-promo-title {
	margin-bottom: 19px;
	text-align: center;
	font-size: 20px;
	font-weight: 900;
	color: #ffffff;
	line-height: .9;
}

.search-promo-form {
	position: relative;
}

.search-promo-form .dropdown-toggle {
	display: block;
	border-radius: 6px;
	background-color: #ffffff;
	position: relative;
	padding: 10px 28px 10px 20px;
	color: #7d7d7d;
	font-size: 15px;
	text-decoration: none;
}

.search-promo-form .dropdown-toggle > .inside {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.search-promo-form .dropdown-toggle.disabled {
	background-color: #e3e3e3;
	color: #848484;
	cursor: default;
}

.search-promo-form .show .dropdown-toggle {
	z-index: 200;
}

.search-promo-form .show .dropdown-toggle:after {
	content: "";
	display: block;
	background: #ffffff;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	transform: translate(0,-6px);
	height: 26px;
	border: none;
	margin: 0;
	pointer-events: none;
}

.search-promo .btn {
	position: relative;
	text-align: left;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: .1em;
	font-size: 14px;
	padding-top: 10px;
}

.search-promo-dropdown {
	margin-bottom: 22px;
}

.search-promo-dropdown .dropdown-menu {
	left: 0 !important;
	right: 0 !important;
	top: 100% !important;
	transform: none !important;
	margin-top: 4px;
	padding: 10px;
	border: none;
}

.search-promo .help-control {
	text-align: center;
	font-size: 14px;
	transform: translate(0,-8px);
}

.search-promo .help-control [class^="icon-"] {
	top: -.15em;
}

.dropdown-mask {
	display: none;
}

.show .dropdown-mask {
	display: block;
	background-color: rgba(36,36,36,.5);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
}

.search-form {
	margin-bottom: 20px;
}

.choose-city-modal-form .search-form {
	margin-bottom: 0;
}

.help-control .icon-question {
	margin-left: 10px;
}

.search-device-list-title {
	margin-bottom: 14px;
	font-weight: bold;
	line-height: 14px;
}

.search-device-list.custom-scroll,
.search-brand-list.custom-scroll {
	max-height: 390px;
	overflow-x: hidden;
	overflow-y: auto;
}

.nav-abc-container {
	/*padding-right: 20px;*/
	/*margin-left: -10px;*/
	margin-right: -20px;
	margin-right: -1.95822454%;
}

.nav-abc {
	/*margin-right: -5px;*/
	margin-bottom: 24px;
	font-size: 15px;
	font-weight: 300;
}

.choose-city .nav-abc {
	margin-bottom: 12px;
}

.nav-abc .nav-item {
	margin-right: 5px;
	text-align: left;
}

.nav-abc .nav-link {
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

.nav-abc a.nav-link {
	font-weight: 500;
	color: #242424;
	text-decoration: none;
}

.simple-list,
.simple-list-md,
.simple-list-inline {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #242424;
}

.simple-list-inline {
	margin-bottom: 24px;
}

.simple-list {
	font-size: 14px;
	line-height: 1;
	font-weight: 300;
}

.simple-list-md {
	font-size: 15px;
	font-weight: 300;
}

.simple-list a {
	color: inherit;
	text-decoration: none;
}

.simple-list-md a {
	color: inherit;
}

.simple-list a:hover,
.simple-list-md a {
	text-decoration: underline;
}

.simple-list-md a:hover {
	text-decoration: none;
}

.simple-list li {
	margin-bottom: 14px;
}

.simple-list-md li {
	margin-bottom: 10px;
}

.simple-list-inline li {
	display: inline-block;
	vertical-align: top;
	margin-right: 26px;
}


@media (min-width: 768px) {
	.search-promo {
		padding: 57px 40px 58px;
		margin-bottom: 64px;
		border-radius: 0 0 6px 6px;
		margin-left: 0;
		margin-right: 0;
	}

	.search-promo-title {
		margin-bottom: 50px;
		font-size: 24px;
		line-height: 1;
	}

	.col-search-select {
		flex: 0 0 26.31578947%;
		max-width: 26.31578947%;
	}

	.col-search-btn {
		flex: 0 0 21.05263158%;
		max-width: 21.05263158%;
	}

	.search-promo-dropdown {
		margin-bottom: 0;
	}

	.search-promo .help-control {
		position: absolute;
		margin-top: 14px;
		transform: none;
	}

	.search-promo-form .row > div,
	.search-promo-form .dropdown {
		position: static;
	}

	.search-promo-dropdown .dropdown-menu {
		margin-top: 17px;
		padding: 30px;
	}

	.search-device-list {
		padding-left: 20px;
	}

	.search-promo-form .dropdown-toggle {
		padding: 12px 28px 12px 18px;
	}
}

@media (min-width: 992px) {
	.search-promo-dropdown .dropdown-menu {
		padding: 26px 21px;
	}

	.search-form {
		margin-bottom: 30px;
	}

	.search-promo .btn {
		padding-top: 13px;
		padding-bottom: 9px;
	}
}



/* ------------------------------------------------------------------------------- */
/*  Search Steps
/* ------------------------------------------------------------------------------- */

.box.step-list {
	padding: 0px 10px;
	border-color: #ffffff;
	background-color: #ffffff;
}

.step-item {
	text-align: center;
	border-top: #e3e3e3 1px solid;
	padding: 20px 10px 10px;
}

.step-list > .row > div:first-child .step-item {
	border-top: none;
}

.step-item-num {
	width: 40px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	border: #e3e3e3 4px solid;
	border-radius: 40px;
	text-align: center;
	line-height: 32px;
	font-size: 20px;
	font-weight: 900;
	color: #e3e3e3;
}

.step-success .step-item-num,
.step-active .step-item-num {
	border-color: #01beff;
	color: #01beff;
}

.step-success .step-item-num {
	background-color: #01beff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 13'%3e%3cpath fill='%23ffffff' fill-rule='evenodd' transform='translate(-636 -614)' d='M653,616.563L642.807,627l-0.07-.073-0.068.07L636,620.168l2.541-2.6,4.232,4.335,7.717-7.9Z'/%3e%3c/svg%3e");
	background-size: 17px 13px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	color: transparent;
}

.step-item-title {
	margin-bottom: 16px;
	margin-left: -15px;
	margin-right: -15px;
	line-height: 1.2;
	font-size: 16px;
	font-weight: 500;
}

@media (min-width: 992px) {
	.box.step-list {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: -5px;
		position: relative;
		z-index: 500;
	}

	.step-item {
		padding-top: 25px;
		padding-bottom: 46px;
		border-top: none;
	}

	.step-item:before {
		content: "";
		display: block;
		width: 1px;
		position: absolute;
		left: 0;
		top: 104px;
		bottom: 66px;
		background-color: #e3e3e3;
	}
	
	.step-item-num {
		margin-bottom: 24px;
	}

	.step-item-num:before {
		content: "";
		display: block;
		position: absolute;
		left: 0px;
		right: 40px;
		top: 45px;
		transform: translate(-50%,0);
		border-top: #e3e3e3 3px dotted;
	}

	.step-active .step-item-num:before {
		border-top: #01beff 3px solid;
	}

	.step-list > .row > div:first-child .step-item:before,
	.step-list > .row > div:first-child .step-item-num:before {
		display: none;
	}

	.step-item-title {
		min-height: 2.4em;
	}
}

@media (min-width: 1200px) {
	.step-item {
		padding-left: 17.10526316%;
		padding-right: 17.10526316%;
	}
}



/* ------------------------------------------------------------------------------- */
/*  Content
/* ------------------------------------------------------------------------------- */

.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	position: relative;
}

.wrapper #content {
	flex: 1 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.wrapper #footer {
	flex: 0 0 auto;
}

.page-content {
	margin-bottom: 54px;
}

.aside {
	font-size: 14px;
}

.article-content h2:not(:first-child),
.article-content .h2:not(:first-child),
.article-content h3:not(:first-child),
.article-content .h3:not(:first-child) {
	margin-top: 18px;
}

.about-help {
	margin-top: 18px;
	font-size: 14px;
	font-weight: 500;
	color: #1b14a4;
}

.list-dotted {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	font-weight: 500;
}

.list-dotted > li {
	position: relative;
	padding-left: 10px;
	margin-bottom: 8px;
}

.list-dotted > li:before {
	content: "•";
	position: absolute;
	left: 0;
	top: 0;
	color: #4560f5;
}

.divider-dotted {
	border-bottom: #e3e3e3 2.5px dotted;
	margin-bottom: 24px;
}

.mobile-narrow {
	margin-left: 10px;
	margin-right: 10px;
}


@media (min-width: 768px) {
	.page-content {
		margin-bottom: 84px;
	}

	.page-content-mt {
		margin-top: 14px;
	}

	.article-content h2:not(:first-child),
	.article-content .h2:not(:first-child),
	.article-content h3:not(:first-child),
	.article-content .h3:not(:first-child) {
		margin-top: 38px;
	}

	.article-content h2,
	.article-content .h2,
	.article-content h3,
	.article-content .h3 {
		margin-bottom: 22px;
	}

	.article-content .divider-dotted + h2,
	.article-content .divider-dotted + h3,
	.article-content .divider-dotted + h4 {
		margin-top: 0;
	}

	.about {
		margin-top: 70px;
		line-height: 1.6;
	}

	.about p {
		margin-bottom: 1.6em;
	}

	.about-help {
		margin-top: 41px;
		font-size: 18px;
		line-height: 1.33333333;
	}

	.list-dotted > li {
		margin-bottom: 1.25em;
	}

	.mobile-narrow {
		margin-left: 0;
		margin-right: 0;
	}
}

.affix-content {
	position: sticky;
	top: 20px;
}


.category-list {
	margin-bottom: 27px;
}

.category-item {
	display: flex;
	flex-direction: column;
	height: calc(100% - 20px);
	width: 100%;
	border: #dfdfdf 1px solid;
	border-radius: 6px;
	padding: 10px 10px 4px;
	margin-bottom: 20px;
	background-color: #ffffff;
	text-align: center;
	position: relative;
	text-decoration: none;
	color: #4560f5;
	transition: all .3s ease-in-out;
}

.category-item:hover {
	border-color: #ffffff;
	box-shadow: rgba(36,36,36,.3) 0 0 20px;
	z-index: 100;
	color: #4560f5;
}

.category-item-icon {
	height: 80px;
	background: url("../img/bg-icon.svg") 50% 0 no-repeat;
	background-size: 80px 80px;
	margin-bottom: 1px;
	font-size: 80.9px;
	line-height: .6;
}

.category-item-icon img { max-height: 100%; width: auto; }

.category-item-icon [class^="icon-"] {
	top: 0;
	vertical-align: top;
}

.category-item-title {
	display: block;
	min-height: 3.6em;
	font-size: 12px;
	line-height: 1.2;
	text-decoration: underline;
}

.delivery_error {
	border: red 1px solid;
}

@media (min-width: 768px) {
	.category-list {
		margin-bottom: 24px;
	}

	.category-item {
		padding: 10px 20px;
	}

	.category-item-icon {
		height: 100px;
		background-size: 100px 100px;
		margin-bottom: 5px;
		font-size: 101.135px;
	}

	.category-item-title {
		min-height: 3.75em;
		font-size: 14px;
	}
}

.box {
	display: flex;
	flex-direction: column;
	border: #dfdfdf 1px solid;
	border-radius: 6px;
	padding: 14px 20px 26px;
	transition: box-shadow .3s ease-in-out;
	margin-bottom: 20px;
}

.box:not(.box-dark):not(.box-shadow):hover {
	box-shadow: rgba(36,36,36,.3) 0 0 20px;
}

.box-shadow {
	box-shadow: #dfdfdf 0 0 24px;
	border-color: #eaeaea;
}

.box-shadow h3,
.box-shadow .h3 {
	font-size: 18px;
}

.brand-list {
	margin-bottom: 10px;
}

.box-list .box,
.box-full {
	height: calc(100% - 20px);
	text-align: center;
}

.box-primary {
	background-color: #edfaff;
	border-radius: 6px;
	padding: 14px 20px;
	margin-bottom: 10px;
}

.box-dark {
	padding: 20px 20px 28px;
	background-color: #e3e3e3;
	border-radius: 6px;
	margin-bottom: 14px;
}

.box-title {
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 500;
}

.box-descr {
	margin-bottom: 10px;
}

.box-dark .form-control {
	border-color: #ffffff;
}

.box-form {
	margin-left: -10px;
	margin-right: -10px;
	border-radius: 0;
	padding: 12px 20px 16px;
}

.box-form .form-group:last-child {
	margin-bottom: 0;
}

.box-sm {
	padding: 6px 10px 10px;
	line-height: 1.66666667;
}

@media (min-width: 768px) {
	.box-primary {
		margin-bottom: 30px;
	}

	.box-form {
		padding: 25px 40px;
		border-radius: 3px;
		margin-left: 0;
		margin-right: 0;
	}

	.step-list + .box-form {
		padding-top: 32px;
	}

	.box-dark {
		padding: 24px 40px 20px;
		margin-bottom: 20px;
	}

	.box-title {
		margin-bottom: 16px;
	}

	.box-descr {
		margin-bottom: 14px;
		font-size: 14px;
	}

	.box-sm {
		padding: 8px 14px 10px;
		line-height: 1.42857143;
		font-size: 14px;
	}
}

.box-help-nav {
	padding-top: 16px;
	padding-left: 32px;
	padding-bottom: 17px;
}

.box-user-nav {
	padding-top: 0;
	padding-bottom: 0;
}

.brand-item {
	padding: 6px 8px;
	min-height: 90px;
}

.box.brand-item {
	background-color: #ffffff;
}

.brand-item img {
	margin: auto;
}

.btn-show-all {
	margin-bottom: 20px;
	height: calc(100% - 20px);
	display: flex;
	flex-direction: column;
}

.btn-show-all .inside {
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 6px;
}

.box-show-all {
	border: #4560f5 2px solid;
	padding-top: 14px;
	padding-bottom: 6px;
	font-size: 15px;
	font-weight: bold;
	color: #4560f5;
	text-decoration: none;
}

.box-show-all:hover {
	color: #4560f5;
}

.box-show-all .inside {
	margin-top: auto;
	margin-bottom: auto;
}

.category-sub-item {
	padding: 8px 9px 12px;
	text-align: center;
	color: #242424;
	text-decoration: none;
}

a.category-sub-item:hover {
	color: #4560f5;
	text-decoration: underline;
}

.category-sub-list {
	margin-bottom: 14px;
}

.category-sub-item-photo {
	height: 110px;
	margin-bottom: 14px;
}

.category-sub-item-title {
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 14px;
}

.category-sub-item:hover .category-sub-item-title {
	font-weight: 500;
}

.category-sub-item-title > .inside {
	width: 100%;
}

.btn-collapse {
	margin-top: 6px;
}

.collapse-show,
.collapsed .collapse-hide {
	display: none;
}

.collapsed .collapse-show,
.collapse-hide {
	display: inline;
}



/* ------------------------------------------------------------------------------- */
/*  Filter
/* ------------------------------------------------------------------------------- */

.filter-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 1.15;
}

.filter-nav-item {
	margin-bottom: 1.15em;
}

.filter-nav-link {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	color: #848484;
	text-decoration: none;
}

.filter-nav-title {
	width: 100%;
	padding-right: 15px;
}

.filter-nav-title {
}

.filter-divider {
	height: 1px;
	background: #dfdfdf;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 20px;
}

.filter-primary .box.box-shadow {
	padding-bottom: 23px;
}

.filter-primary .search-form {
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.collapse.filter-primary {
		display: block !important;
	}
}


/* ------------------------------------------------------------------------------- */
/*  Product List
/* ------------------------------------------------------------------------------- */

.sorting-container {
	background: #e3e3e3;
	padding: 8px 10px;
	margin-left: -10px;
	margin-right: -10px;
	font-size: 14px;
}

.sorting {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.sorting-title {
	padding-right: 8px;
	white-space: nowrap;
}

.sorting-form {
	width: 100%;
	min-width: 150px;
}

.sorting .bootstrap-select > .dropdown-toggle {
	border-radius: 3px;
	padding-left: 6px;
}

.sorting .dropdown-item,
.sorting .filter-option-inner-inner {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: flex-end;
}

.sorting .dropdown-item:not(.active),
.sorting .filter-option-inner-inner {
	font-size: 15px;
	color: #9b9b9b;
}

.sorting .filter-option-inner-inner [class^="icon-"],
.sorting .filter-option-inner-inner [class*=" icon-"] {
	margin-left: 6px;
	top: 0px;
}

.toggle-view {
	padding: 9px;
	margin: 0;
	border: none;
	background-color: transparent;
	/*font-size: 16.175px;*/
}

.toggle-view [class^="icon-"] {
	margin: 0;
	display: block;
	top: 0;
}

.sorting-container .form-control {
	border-radius: 3px;
}

@media (min-width: 576px) {
	.sorting-container {
		border-radius: 3px;
		padding: 8px 10px 8px 16px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 32px;
		font-size: 15px;
	}
}

@media (min-width: 768px) {
	.sorting {
		margin-right: 10px;
	}
}

@media (min-width: 1200px) {
	.sorting-container .search-form {
		width: 195px;
	}
}


.product-list {
	margin-bottom: 20px;
}

.product-item {
	position: relative;
	padding: 15px 10px 10px;
	margin-left: -10px;
	margin-right: -10px;
	border-bottom: #dfdfdf 1px solid;
	transition: box-shadow .3s ease-in-out;
}

.product-item-detail {
	padding-left: 76px;
	margin-bottom: 8px;
}

.product-item-detail::after {
	display: block;
	clear: both;
	content: "";
}

.product-item-photo {
	float: left;
	margin-left: -76px;
	width: 68px;
	margin-top: 3px;
}

.product-item-photo > .inside {
	display: block;
	height: 0;
	padding-bottom: 100%;
	position: relative;
}

.product-item-photo > .inside img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-height: 100%;
}

.product-item-id {
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: 500;
	color: #a1a1a1;
}

.product-item-title a {
	color: inherit;
	text-decoration: none;
}

.product-item-param {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.product-item-status {
	order: -1;
	white-space: nowrap;
	font-size: 12px;
	font-weight: bold;
}

.product-item-status-md {
	font-size: 14px;
}

.product-item-status-md [class^="icon-"] {
	margin-right: 3px;
	font-size: 18.2px;
}

.product-item-status-lg {
	white-space: normal;
}

.product-item-price {
	width: 100%;
	padding-right: 12px;
	padding-left: 12px;
	text-align: right;
}

.price {
	font-weight: 500;
	font-size: 16px;
	color: #4560f5;
}

.price-value {
	font-size: 18px;
	font-weight: bold;
}

.price-lg {
	font-size: 18px;
}

.price-lg .price-value {
	font-size: 22px;
}

.price-sm,
.price-sm .price-value {
	font-size: 14px;
}

.product-item-label {
	position: absolute;
	right: 10px;
	top: 11px;
	z-index: 50;
}

.label-item {
	display: inline-block;
	vertical-align: top;
	float: right;
	margin-left: 100%;
	border-radius: 3px;
	padding: 3px 6px 2px;
	margin-bottom: 3px;
	background-image: linear-gradient(to right, #43caf5, #437af5);
	font-size: 9px;
	color: #ffffff;
	letter-spacing: .03em;
	text-transform: uppercase;
	font-weight: bold;
}


.mobile-narrow .product-item {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 12px;
}

.cart-list {
	margin-bottom: 30px;
}

.cart-list .cart-item:first-child {
	border-top: #dfdfdf 1px solid;
}

.cart-item {
	padding-bottom: 19px;
}

.product-item-shipment {
	margin-top: 12px;
	margin-bottom: 6px;
}

.shipment-param {
	font-weight: bold;
	color: #a1a1a1;
}

.shipment-value {
	color: #a1a1a1;
}

.cart-item .product-item-price {
	padding-left: 0;
	text-align: left;
}

.cart-item .product-item-btn {
	position: absolute;
	right: 13px;
	top: 13px;
}

.cart-item .product-item-id {
	padding-right: 24px;
}

.product-item.disabled {
	background-color: #f4fcff;
}

.product-item.disabled .product-item-content > div:not(.product-item-param),
.product-item.disabled .product-item-param > div:not(.product-item-btn) {
	opacity: .5;
	pointer-events: none;
}

.waiting-list .custom-control {
	position: absolute;
	right: 11px;
	top: 11px;
	z-index: 100;
}

.product-carousel .waiting-list .custom-control {
	top: 9px;
	right: 8px;
}

@media (min-width: 576px) {
	.product-item {
		border: none;
		padding: 0;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
		text-align: center;
		height: 370px;
		overflow: hidden;
	}

	.product-item-content {
		border: #dfdfdf 1px solid;
		border-radius: 6px;
		padding: 19px;
		background-color: #ffffff;
		height: 100%;
	}

	.product-item-btn {
		display: none;
	}

	.product-item:hover .product-item-content {
		box-shadow: rgba(36,36,36,.3) 0 0 20px;
		height: auto;
	}

	.waiting-list .product-item:hover .product-item-content {
		height: 100%;
	}

	.product-item:hover .product-item-btn {
		display: block;
	}

	.product-item:hover {
		overflow: visible;
		z-index: 500;
	}

	.product-item-detail {
		padding-left: 0;
		margin-bottom: -2px;
	}

	.product-item-photo {
		position: relative;
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		margin-bottom: 4px;
		width: 100%;
		max-width: 165px;
	}

	.product-item-label {
		right: auto;
		left: -10px;
		top: -10px;
	}

	.label-item {
		float: left;
		margin-left: 0;
		margin-right: 100%;
	}

	.product-item-id {
		margin-bottom: 10px;
	}

	.product-item-title {
		height: 6.125em;
		overflow: hidden;
		font-size: 13px;
	}

	.product-item-param {
		display: block;
	}

	.product-item-status {
		margin-bottom: 14px;
		font-size: 14px;
		text-align: left;
	}

	.product-item-status-lg {
		text-align: center;
	}

	.product-item-status [class^="icon-"] {
		margin-right: 3px;
		font-size: 18.2px;
	}

	.product-item-price {
		margin-bottom: 12px;
		padding: 0;
		text-align: center;
	}



	.product-item-list {
		height: auto;
		margin-bottom: 10px;
	}

	.product-item-list .product-item-content {
		padding: 10px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		text-align: left;
	}

	.product-item-list .product-item-detail {
		width: 100%;
		padding-left: 82px;
	}

	.product-item-list .product-item-photo {
		float: left;
		margin-left: -82px;
		margin-bottom: 0;
		width: 70px;
	}

	.product-item-list .product-item-label {
		display: none;
	}

	.product-item-list .product-item-title {
		height: auto;
	}

	.product-item-list .product-item-param {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		width: 100%;
		margin-top: 10px;
	}

	.product-item-list .product-item-status,
	.product-item-list .product-item-price {
		margin-bottom: 0;
	}

	.product-item-list .product-item-price {
		text-align: right;
		padding-right: 24px;
		padding-left: 10px;
	}

	.product-item-list .product-item-btn {
		display: block;
	}

	.product-item-list .product-item-btn .d-none {
		width: 1px;
		visibility: hidden;
		white-space: nowrap;
		overflow: hidden;
		display: block !important;
		display: none !important;
	}

	.product-item-list .product-item-btn .btn {
		padding-left: 8px;
		padding-right: 8px;
	}

	.product-item-list .btn-with-icon [class^="icon-"],
	.product-item-list .btn.btn-with-icon .icon-cart,
	.product-item-list .btn.btn-with-icon .icon-bell {
		position: relative;
		right: auto;
		top: -2px;
		transform: none;
		margin: -4px 0;
	}

	.product-item-list .product-item-id {
		margin-top: 6px;
		margin-bottom: 5px;
	}

	.cart-item,
	.mobile-narrow .cart-item {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.cart-list .cart-item:first-child {
		border-top: none;
	}

	.cart-item .product-item-shipment {
		width: 40%;
		padding-right: 15px;
		margin-bottom: 0;
	}

	.cart-item .product-item-param {
		width: 60%;
	}

	.product-item.disabled {
		background-color: none;
	}

	.product-item.disabled .product-item-content {
		background-color: #f4fcff;
	}

	.product-carousel .waiting-list .custom-control {
		top: 11px;
		right: 11px;
	}
}

@media (min-width: 768px) {
	.product-item-list .product-item-content {
		flex-wrap: nowrap;
		padding-right: 26px;
	}

	.product-item-list .product-item-detail,
	.product-item-list .product-item-param {
		width: 50%;
	}

	.product-item-list .product-item-param {
		margin-top: 0;
		padding-left: 20px;
	}


	.cart-item .product-item-content {
		padding-right: 18px;
		flex-wrap: wrap;
	}

	.product-item-shipment {
		font-size: 14px;
	}

	.cart-item .product-item-detail {
		width: 100%;
	}

	.cart-item .product-item-param {
		width: 60%;
		padding-left: 0;
		margin-top: 12px;
	}

	.cart-item .product-item-btn {
		position: relative;
		right: auto;
		top: auto;
		width: 12%;
		flex: 0 0 auto;
		text-align: right;
	}

	.cart-item .product-item-price {
		padding-right: 0;
		padding-left: 20px;
	}

	.cart-item .product-item-count {
		order: -1;
	}
}

@media (min-width: 992px) {
	.cart-item .product-item-content {
		flex-wrap: nowrap;
	}

	.cart-item .product-item-detail {
		width: 42.94117647%;
	}

	.cart-item .product-item-shipment {
		padding-right: 0;
		padding-left: 20px;
		width: 16.58823529%;
		margin-top: 0;
	}

	.cart-item .product-item-param {
		width: 40.47058824%;
		padding-left: 20px;
		margin-top: 0;
	}
}

@media (min-width: 1200px) {
	.cart-item .product-item-shipment {
		width: 20.58823529%;
	}

	.cart-item .product-item-param {
		width: 36.47058824%;
	}

	.cart-item .product-item-btn {
		width: 20%;
	}
}


.product-carousel {
	margin: -20px -20px -40px;
	padding: 20px 10px 60px 10px;
	overflow: hidden;
}

.product-carousel-mobile {
	margin: 0;
	padding: 0;
	overflow: visible;
}

.product-carousel-item {
	padding-left: 10px;
	padding-right: 10px;
}

.product-carousel .owl-carousel .owl-stage-outer {
	overflow: visible;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	width: 38px;
	height: 38px;
	text-align: center;
	background-color: rgba(36,36,36,.15);
	position: absolute;
	bottom: 50%;
	margin: 0 0 -8px;
}

.owl-carousel .owl-nav button.owl-prev {
	left: -8px;
}

.owl-carousel .owl-nav button.owl-next {
	right: -8px;
}

.owl-carousel .owl-nav button.owl-next:not(.disabled):hover,
.owl-carousel .owl-nav button.owl-prev:not(.disabled):hover {
	background-color: #4560f5;
}

.owl-carousel .owl-nav button.owl-next [class^="icon-"],
.owl-carousel .owl-nav button.owl-prev [class^="icon-"] {
	top: -2px;
}


@media (max-width: 575px) {
	.scrolling-list {
		overflow: hidden;
		margin-left: -10px;
		margin-right: -10px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.scrolling-list .row,
	.a-product-carousel {
		display: flex;
		flex-wrap: nowrap;
		overflow-y: hidden;
		overflow-x: auto;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 30px;
		margin-bottom: -30px;
		margin-left: -10px;
		margin-right: -10px;
		-webkit-overflow-scrolling: touch;
	}

	.product-carousel {
		margin-top: 0;
		padding-top: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.scrolling-list [class^="col-"],
	.product-carousel-item {
		padding-left: 5px;
		padding-right: 5px;
		width: 140px;
		flex: 0 0 auto;
	}

	.scrolling-list .box:hover {
		box-shadow: none;
	}

	.product-carousel .product-item {
		margin-left: 0;
		margin-right: 0;
		border: #dfdfdf 1px solid;
		border-radius: 3px;
		padding: 9px 6px 13px;
		height: 100%;
		margin-bottom: 0;
		text-align: center;
	}

	.product-carousel .product-item-content {
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	.product-carousel .product-item-detail {
		padding-left: 0;
		margin-bottom: 6px;
		height: 100%;
	}

	.product-carousel .product-item-photo {
		margin-left: auto;
		margin-right: auto;
		width: 70px;
		float: none;
		margin-top: 0;
		margin-bottom: 6px;
	}

	.product-carousel .product-item-label {
		left: 9px;
		top: 9px;
		right: auto;
	}

	.product-carousel .label-item {
		margin-left: 0;
		margin-right: 100%;
		float: left;
	}

	.product-carousel .product-item-id {
		margin-bottom: 5px;
		font-size: 12px;
	}

	.product-carousel .product-item-param {
		display: block;
	}

	.product-carousel .product-item-price {
		padding-left: 0;
		padding-right: 0;
		margin-left: -5px;
		margin-right: -5px;
		margin-bottom: 5px;
		width: auto;
		text-align: center;
	}

	.product-carousel .product-item-status {
		margin-bottom: 9px;
	}

	.btn-with-icon {
		width: auto;
		display: inline-block;
		padding-left: 8px;
		padding-right: 8px;
	}
}



.tabs-carousel {
	position: relative;
}

.tabs-carousel .owl-stage-outer {
	padding-top: 46px;
}

.tabs-carousel-lg .owl-stage-outer {
	padding-top: 50px;
}

.tabs-carousel .nav-tabs {
	position: absolute;
	left: 0;
	right: 0;
	top: 7px;
}

.tabs-carousel-lg .nav-tabs {
	top: 0;
}

.tabs-carousel-pl .nav-tabs {
	padding-left: 10px;
}

.tabs-carousel .owl-nav {
	display: none;
}

@media (max-width: 767px) {
	.tabs-carousel .owl-nav {
		display: block;
		margin: 0;
	}

	.tabs-carousel.owl-carousel .owl-nav button.owl-next,
	.tabs-carousel.owl-carousel .owl-nav button.owl-prev {
		bottom: auto;
		top: 0;
	}

	.tabs-carousel.owl-carousel .owl-nav button.owl-prev {
		left: 0px;
	}

	.tabs-carousel.owl-carousel .owl-nav button.owl-next {
		right: 0px;
	}

	.tabs-carousel .nav-tabs {
		left: 50px;
		right: 50px;
		padding: 0;
	}

	.tabs-carousel-lg .nav-tabs {
		top: 7px;
	}

	.tabs-carousel .nav-tabs .nav-item:not(.active) {
		display: none;
	}

	.tabs-carousel .nav-tabs .nav-item.active {
		margin-right: 0;
		display: block;
		width: 100%;
		text-align: center;
		font-size: 15px;
	}

	.tabs-carousel .nav-tabs .nav-item.active .nav-link {
		margin-left: auto;
		margin-right: auto;
	}

	.nav-tabs .nav-link:after {
		display: none;
	}

	.tabs-carousel-narrow {
		margin-left: -10px;
		margin-right: -10px;
		width: calc(100% + 20px);
		overflow: hidden;
	}

	.tabs-carousel-narrow .tabs-carousel-item {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
	}

	.tabs-carousel-narrow.owl-carousel .owl-nav button.owl-prev {
		left: 20px;
	}

	.tabs-carousel-narrow.owl-carousel .owl-nav button.owl-next {
		right: 20px;
	}

	.tabs-carousel-narrow .nav-tabs {
		left: 60px;
		right: 60px;
	}

	.box-mobile {
		border: #eaeaea 1px solid;
		box-shadow: #dfdfdf 0 0 24px;
		padding: 9px;
		border-radius: 6px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 20px;
	}

	.box-mobile .product-card,
	.box-mobile .product-card-content {
		margin-bottom: 0;
	}
}



/* ------------------------------------------------------------------------------- */
/*  Product Page
/* ------------------------------------------------------------------------------- */

.product-card {
	margin-bottom: 13px;
	font-size: 14px;
}

.product-card-photo {
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
}

.product-card-photo .product-item-label {
	right: auto;
	left: 10px;
	top: 10px;
}

.product-card-content {
	margin-bottom: 10px;
}

.param-table-item {
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	margin-bottom: 8px;
}

.param-table-item:after {
	content: "";
	display: block;
	height: 1px;
	background: #e0e0e0;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0px;
}

.param-table-param {
	max-width: 100%;
	flex-grow: 1;
	flex-basis: 0;
	position: relative;
	z-index: 100;
	color: #848484;
}

.param-table-param > .inside {
	display: inline;
	background: #ffffff;
}

.param-table-value {
	background: #ffffff;
	flex: 0 0 auto;
	position: relative;
	z-index: 100;
	max-width: 65%;
	text-align: right;
	margin-left: 10px;
}

@media (max-width: 767px) {
	.param-table-item {
		display: block;
	}

	.param-table-item:after {
		display: none;
	}

	.param-table-param,
	.param-table-value {
		display: inline;
		text-align: left;
		width: auto;
		max-width: none;
	}

	.param-table-param:after {
		content: ": ";
		text-decoration: underline;
	}

	.param-table-value {
		margin-left: 2px;
	}
}


.box-photo {
	padding: 9px;
	position: relative;
}

.box-photo img {
	display: block;
	width: 100%;
}

.box-photo .product-item-label {
	right: auto;
	top: 9px;
	left: 9px;
}

.count-control {
	display: inline-block;
	vertical-align: middle;
	width: 96px;
	border: #dfdfdf 1px solid;
	border-radius: 3px;
	position: relative;
}

.count-control .form-control {
	border: none;
	padding: 6px 32px;
	height: 28px;
	font-size: 15px;
	text-align: center;
	line-height: 1.2;
	color: #242424;
}

.count-control .btn-minus,
.count-control .btn-plus {
	position: absolute;
	top: -1px;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 24px;
	border-radius: 3px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	text-align: center;
}


.count-control .btn-minus [class^="icon-"],
.count-control .btn-plus [class^="icon-"] {
	top: 0;
}

.count-control .btn-minus {
	left: -1px;
}

.count-control .btn-plus {
	right: -1px;
}

.count-control .btn-minus.disabled,
.count-control .btn-plus.disabled {
	opacity: .5;
	cursor: default;
}

.count-control .btn-minus:hover,
.count-control .btn-plus:hover {
	background-color: #4560f5;
}

.product-card-control {
	padding-top: 10px;
}

.product-card-control .product-item-status {
	margin-bottom: 12px;
}

.product-card-control .price {
	margin-bottom: 14px;
}

.product-card-control .count-control {
	margin-bottom: 24px;
}

.search-form-title {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
}

.product-card-control .search-form {
	margin-bottom: 12px;
}



/* ------------------------------------------------------------------------------- */
/*  Info Pages
/* ------------------------------------------------------------------------------- */

.box-shadow .delivery-list {
	margin-bottom: -16px;
}

.delivery-item,
.delivery-list .delivery-item {
	margin-top: 20px;
	padding-right: 6rem;
	position: relative;
}

.delivery-list .delivery-item {
	border-top: #dfdfdf 1px solid;
	margin-top: 0;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 10px;
	padding: 12px 90px 12px 20px;
}

.delivery-item-logo,
.delivery-list .delivery-item-logo {
	max-width: 6rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
}

.delivery-list .delivery-item-logo {
	right: 20px;
}

.delivery-item-title,
.delivery-item-title {
	margin-bottom: 4px;
	font-size: 13px;
}

.delivery-item-price,
.delivery-item-price {
	font-size: 14px;
	color: #4560f5;
}
.delivery-item-price-stroke,
.delivery-item-price-stroke {
	font-size: 14px;
	color: #ff0000;
	text-decoration: line-through;
}


.delivery-list-choose {
}

.delivery-list-choose .delivery-list {
	margin-bottom: 0;
}

.delivery-list-choose .delivery-item:first-child {
	border-top: none;
}

.delivery-list-choose .delivery-item .row {
	margin-right: -80px;
}

.delivery-list-choose .delivery-item-price {
	margin-left: 24px;
}

.delivery-list-choose .delivery-item-logo {
	top: 14px;
	transform: none;
}

.delivery-list-choose .delivery-item-logo img {
	display: block;
	margin-left: auto;
	width: 75%;
}

@media (max-width: 767px) {
	.delivery-list-choose {
		box-shadow: none;
		border: none;
		border-radius: 0;
		margin-left: -10px;
		margin-right: -10px;
		padding-top: 0;
		padding-bottom: 0;
		border-bottom: #dfdfdf 1px solid;
	}

	.delivery-list-choose:hover {
		box-shadow: none;
	}

	.mobile-narrow .delivery-list-choose {
		margin-left: -20px;
		margin-right: -20px;
	}

	.delivery-list-choose .delivery-item:last-child {
		border-bottom: #dfdfdf 1px solid;
		margin-bottom: 1px;
	}

	.delivery-list-choose .delivery-item:first-child {
		padding-top: 0;
	}
}

@media (min-width: 768px) {
	.delivery-item {
		padding-right: 0;
		margin-top: 15px;
	}

	.delivery-item-logo {
		position: static;
		right: auto;
		top: auto;

		transform: none;
		margin-bottom: 5px;
	}

	.delivery-list-choose {
		padding: 0;
	}

	.delivery-list-choose .delivery-item {
		margin-left: 0;
		margin-right: 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding: 30px;
	}

	.delivery-list-choose .delivery-item .row {
		margin-right: -10px;
		width: calc(100% + 20px);
	}

	.delivery-list-choose .delivery-item-title,
	.delivery-list-choose .delivery-item-price {
		display: inline-block;
	}

	.delivery-list-choose .delivery-item-price {
		margin-left: 8px;
		margin-right: 24px;
	}

	.delivery-list-choose .delivery-item-logo {
		position: static;
		transform: none;
		order: 13;
		margin: -10px 0;
		height: auto;
	}

	.delivery-list-choose .delivery-item-logo img {
		display: block;
		width: 100%;
	}

	.delivery-list-choose .delivery-item .form-group {
		margin-bottom: 0;
	}

	.delivery-list-choose .delivery-item-title {
		margin-bottom: 0;
		font-size: 15px;
	}
}



.data-table {
	border-top: #dfdfdf 1px solid;
	margin-left: -10px;
	margin-right: -10px;
}

.data-table-item {
	padding: 12px 20px;
	border-bottom: #dfdfdf 1px solid;
	position: relative;
	font-size: 13px;
}

.data-table-footer {
	padding: 15px 20px 12px;
	margin-top: 1px;
	border-top: #dfdfdf 1px solid;
	font-size: 18px;
	font-weight: 500;
}

.data-table-price {
	color: #4560f5;
}

.data-table-header .data-table-price {
	color: #242424;
}

.data-table-td:before {
	content: attr(data-title);
	margin-right: 4px;
}

.data-table-footer .data-table-td:before {
	display: none;
}

.data-table-type:before {
	content: "Вид доставки: ";
}

.data-table-region:before {
	content: "Регион: ";
}

.data-table-time:before {
	content: "Время: ";
}

.data-table-price:before {
	content: "Цена: ";
}

.data-table-item > div:before,
.data-table-item .data-table-price:before {
	font-weight: bold;
	color: #242424;
}

.data-table-type img {
	margin-top: -9px;
	margin-bottom: -4px;
	margin-left: 10px;
}

.data-table .param-item {
	display: inline;
} 

.data-table .param-item:not(:last-child):after {
	content: ",";
}

.data-table .price {
	display: inline-block;
}



.table-orders,
.table-orders .data-table-item:last-child {
	border: none;
}

.table-orders .data-table-item {
	font-size: 14px;
}

.table-orders .data-table-item > div {
	padding-top: 5px;
	padding-bottom: 6px;
}

.table-orders .data-table-item > div:before,
.table-orders .data-table-item .data-table-price:before {
	font-weight: 500;
}

@media (min-width: 768px) {
	.data-table {
		border-top: 0;
		margin-left: 0;
		margin-right: 0;
	}

	.data-table-header > div:before,
	.data-table-item > div:before {
		display: none;
	}

	.data-table-item {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		padding: 8px 0;
		font-size: 14px;
	}

	.data-table-item-last {
		border-bottom: none;
	}

	.data-table-md .data-table-item {
		padding: 10px 0 12px;
	}

	.data-table-lg .data-table-item {
		padding: 16px 0;
	}

	.data-table-item:last-child {
		border-bottom: none;
	}

	.data-table-header {
		border-bottom: #dfdfdf 1px solid;
		padding-top: 13px;
		padding-bottom: 13px;
		font-size: 14px;
		font-weight: bold;
	}

	.data-table-header-bordered {
		margin-bottom: 1px;
	}

	.data-table-header-bordered + .data-table-item {
		border-top: #dfdfdf 1px solid;
	}

	.data-table-header > div:not(:last-child),
	.data-table-item > div:not(:last-child) {
		padding-right: 1rem;
	}

	.data-table-type {
		width: 25%;
	}

	.data-table-region {
		width: 29%;
	}

	.data-table-time {
		width: 30%;
	}

	.data-table-price {
		width: 16%;
	}

	.data-table-payment,
	.data-table-terms {
		width: 50%;
	}

	.data-table .param-item {
		display: block;
	}
	
	.data-table .param-item:not(:last-child) {
		margin-bottom: 15px;
	}

	.data-table .param-item:not(:last-child):after {
		display: none;
	}

	.table-orders .data-table-header,
	.table-orders .data-table-item {
		flex-basis: 0;
		flex-grow: 1;
	}

	.data-table-td {
		width: 100%;
	}

	.table-orders .data-table-item > div {
		padding-top: 0;
		padding-bottom: 0;
	}

	.table-td-check {
		max-width: 5.68181818%;
	}

	.table-td-date {
		max-width: 11.36363636%;
	}

	.data-table-num {
		max-width: 46px;
		text-align: center;
	}

	.data-table-article {
		width: 13.63636364%;
	}

	.data-table-name {
		width: 50.04545455%;
	}
	.data-table-date {
		width: 17.04545455%;
	}

	.data-table-price {
		width: 12.5%;
	}

	.data-table-status {
		width: 14.09090909%;
	}

	.data-table-count {
		width: 7.95454545%;
	}

	.data-table-footer {
		border-top: none;
		border-radius: 6px;
		background-color: #e3e3e3;
		padding: 9px 18px 6px;
		margin-top: 14px;
	}
}

@media (max-width: 767px) {
	.table-td-check:not(.table-td-check-all) {
		position: absolute;
		right: 20px;
		top: 10px;
		z-index: 100;
	}

	.table-td-check:before,
	.data-title-empty:before {
		display: none;
	}

	.data-table-mobile-top-border .data-table-header + .data-table-item {
		border-top: #dfdfdf 1px solid;
	}

	.box-mobile .data-table-header + .data-table-item {
		padding-top: 5px;
	}

	.box-mobile .data-table-item + .data-table-item {
		margin-top: 1px;
		border-top: #dfdfdf 1px solid;
	}
}



.help-promo {
	border-radius: 6px;
	padding: 18px 20px 20px;
	background: url("../img/bg-search.png") 50% 90% no-repeat #2483f7;
	background-size: cover;
	color: #ffffff;
}


/* ------------------------------------------------------------------------------- */
/*  Product Cart
/* ------------------------------------------------------------------------------- */

.check-all {
	margin-right: -7px;
}

.product-item-remove {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 12.135px;
}

.product-item-remove [class^="icon-"] {
	top: 0;
}

.cart-table-result {
	margin-bottom: 24px;
}

.cart-table-result-title {
	margin-bottom: 8px;
	font-size: 14px;
}

.cart-promocode {
	margin-top: 18px;
	width: 240px;
	margin-left: auto;
	margin-right: auto;
}

.cart-promocode .form-control {
}

.cart-promocode .btn {
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
}


@media (min-width: 576px) {
	.check-all {
		margin-right: 13px;
	}

	.cart-promocode .form-control {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.check-all {
		margin-right: 19px;
	}

	.product-item-remove {
		width: 20px;
	}

	.cart-table-result {
		margin-bottom: 35px;
	}

	.cart-table-result-title {
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 0;
	}

	.cart-promocode {
		margin-top: 0;
		width: auto;
	}

	.cart-promocode .btn {
		margin: 0;
	}

	.cart-promocode .form-control {
		width: 240px;
	}
}



.cart-result {
	padding-top: 8px;
	margin-bottom: 30px;
	font-size: 15px;
}

.cart-result-item {
	margin-bottom: 22px;
}



/* ------------------------------------------------------------------------------- */
/*  Profile
/* ------------------------------------------------------------------------------- */

.box-user-header {
	padding-top: 22px;
	padding-bottom: 14px;
}

.box-user-header .row {
	flex-wrap: nowrap;
}

.box-user-header .col:not(.col-auto) {
	max-width: calc(100% - 50px);
}

.box-user-header .login-name {
	max-width: 100%;
	margin-right: -20px;
	padding-right: 20px;
	font-size: 18px;
}

.box-user-header .login-name [class^="icon-"] {
	margin-left: 4px;
}

.box-user-header .login-status {
	margin-left: 30px;
}

.login-status {
	margin-top: 3px;
}

.login-status-value {
	color: #858585;
}

.box-user-header .logout {
	margin-top: 3px;
}



.user-category-item {
	flex-direction: row;
	align-items: center;
	padding: 20px 28px;
	min-height: 120px;
	margin-bottom: 10px;
	text-decoration: none;
	position: relative;
}

.box-list .user-category-item {
	text-align: left;
}

.user-category-item .user-nav-status {
	top: 12px;
	right: 12px;
	transform: none;
}

.user-category-item-icon {
	margin-right: 24px;
	font-size: 32px;
}

.user-category-item-icon [class^="icon-"] {
	display: block;
	top: 0;
}

.user-category-item-title {
	font-size: 16px;
	font-weight: 500;
	color: #242424;
}

.user-category-item-descr {
	margin-top: 1px;
	color: #858585
}

.user-category-item-more {
	margin-top: 1px;
	font-size: 14px;
	font-weight: 500;
	text-decoration: underline;
}

@media (min-width: 576px) {
	.user-category-item {
		margin-bottom: 20px;
	}
}



.message-item {
	margin-bottom: 24px;
}

.message-item-name {
	margin-bottom: 16px;
}

@media (min-width: 768px) {
	.message-item-name {
		font-size: 14px;
	}
}


/* ------------------------------------------------------------------------------- */
/*  Footer
/* ------------------------------------------------------------------------------- */

#footer {
	position: relative;
}

.footer-content {
	background-color: #dfdfdf;
	padding: 14px 10px 8px;
	font-size: 15px;
}

.footer-logo {
	margin-bottom: 0px;
}

.footer-logo img {
	margin-left: -10px;
}

.footer-requisits {
	margin-bottom: 10px;
}

.requisit-item {
	margin-bottom: 0px;
	font-size: 14px;
}

.footer-contacts {
	margin-bottom: 16px;
}

.contact-item {
	margin-bottom: 8px;
	padding-left: 26px;
	position: relative;
}

.contact-item-icon {
	position: absolute;
	left: 0;
	top: -3px;
}

.contact-item-icon [class^="icon-"] {
	top: 0;
}

.footer-title {
	margin-bottom: 2px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .01em;
}

.footer-nav {
	margin-bottom: 14px;
}

.footer-nav .nav-item {
	margin-bottom: 4px;
	padding-left: 20px;
	position: relative;
}

.footer-nav .nav-item:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: .45em;
	width: 5px;
	height: 5px;
	transform: rotate(-45deg);
	background-color: #1b14a4;
}

.footer-nav .nav-link {
	padding: 0;
	display: inline;
	color: #1b14a4;
}

.footer-nav .nav-link:hover {
	color: #4560f5;
	text-decoration: underline;
}

.footer .footer-nav .nav-link:hover {
	font-weight: 500;
	color: #1b14a4;
}

.logo-list {
	margin: 14px -10px 0px -10px;
	padding: 0;
	list-style: none;
}

.logo-list li {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 20px;
	width: 54px;
	text-align: center;
	margin-left: 10px;
	margin-right: 8px;
}

.logo-list-md li {
	width: auto;
	margin-right: 12px;
}

.logo-list img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.logo-list li.logo-list-divider {
	width: 100%;
	margin-bottom: 0;
	min-height: 0;
	height: 0;
	display: block;
}

.site-info {
	background-color: #1b14a4;
	padding-top: 9px;
	padding-bottom: 11px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
}

.copyright {
	font-size: 12px;
	font-weight: 300;
}

@media (min-width: 768px) {
	.footer-content {
		padding: 32px 0px 10px;
	}

	.logo-list-lg li {
		width: auto;
		min-width: 65px;
		margin-right: 30px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.logo-list li {
		margin-right: -8px;
	}
}

@media (min-width: 992px) {
	.footer-content {
		padding-top: 42px;
		padding-bottom: 16px;
	}

	.footer-logo {
		margin-top: -10px;
		margin-bottom: 5px;
	}

	.footer-requisits {
		margin-bottom: 30px;
	}

	.requisit-item {
		margin-bottom: 7px;
	}

	.contact-item {
		line-height: 1.6;
		margin-bottom: 14px;
	}

	.footer-title + .footer-nav {
		margin-top: 18px;
	}

	.footer-nav .nav-item {
		padding-left: 15px;
		margin-bottom: 18px;
	}

	.footer-nav .nav-item:before {
		left: 2px;
	}

	.logo-list {
		margin-bottom: 38px;
	}

	.site-info {
		padding-top: 16px;
		padding-bottom: 15px;
	}

	.copyright {
		text-align: center;
		font-size: 14px;
	}
}



.up {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 989;
	transform: translateY(200%);
	transition: transform .3s ease-in-out;
}

.up-affix {
	transform: translateY(0);
}

.up-affix-bottom {
	position: absolute;
	top: auto;
	bottom: 100%;
	margin-bottom: 10px;
	transform: translateY(0);
}

.up .icon-up {
	font-size: 12.135px;
}

.up .btn {
	background-color: #242424;
	padding-left: 11px;
	padding-right: 11px;
	opacity: .15;
	transition: all .3s ease-in-out;
}

.up .btn:hover {
	background-color: #4560f5;
	opacity: 1;
}

.up .btn:focus {
	box-shadow: none;
}

@media (min-width: 768px) {
	.up .btn {
		padding-left: 13px;
		padding-right: 13px;
	}
}


/* ------------------------------------------------------------------------------- */
/*  Modal
/* ------------------------------------------------------------------------------- */

.modal-content {
	border: none;
}

.modal-body {
	padding: 30px 20px 38px;
}

.model-modal-photo {
	margin-bottom: 50px;
	text-align: center;
}

.map-points {
	border: #e4e4e4 1px solid;
	height: 440px;
}

.map-points iframe {
	width: 100%;
	height: 100%;
	border: none;
}




@media (min-width: 576px) {
	.modal-dialog {
		max-width: 458px;
		margin: 1.75rem auto;
	}

	.modal-body {
		padding-left: 50px;
		padding-right: 50px;
	}

	.block-wide {
		margin-left: -24px;
		margin-right: -24px;
	}

	.map-points {
		height: 520px;
	}
}

@media (min-width: 992px) {
	.modal-lg, .modal-xl {
		max-width: 800px;
	}
}

@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1000px;
	}
}



@media (min-width: 768px) {
	html {
		font-size: 13px;
	}
}

@media (min-width: 992px) {
	html {
		font-size: 14px;
	}
}

@media (min-width: 1280px) {
	html {
		font-size: 15px;
	}
}

@media (min-width: 1600px) {
	html {
		font-size: 16px;
	}
}

.hide {
	display : none;
}

.warning_block {
	background-color: #edfaff;
	border: 2px solid #1b14a4;
	border-radius: 6px;
}