

/* Start:/bitrix/templates/.default/components/bitrix/sale.basket.basket.line/custom/style.css?1528457329804*/
.bx-basket-block {
	padding-top: 15px;
}

.bx-basket-block > a {
	display: block;
} 

.cart-wrapper .bx-basket-block a {
	text-decoration: none;
	border-bottom: none;
}

.bx-basket-block .cart-inner {
	position: relative;
	width: 50px;
	box-sizing: border-box;

}

.bx-basket-block .cart-inner .cart-quantity {
	color: #000000;
    font-size: 16px;
    font-weight: 300;
    width: 26px;
    height: 26px;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    right: 0;
    top: 11px;
}

.bx-basket-block a span {
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
    position: relative;
    left: -6px;
}

header .contacts > .cart-wrapper {
	padding-left: 10px;
}

.bx-basket-block:hover svg {
	filter: drop-shadow(1px 2px 5px rgb(219, 135, 1));
	transition: all 300ms;
}


/* End */


/* Start:/bitrix/templates/.default/components/api/search.title/.default/css/baron.min.css?15284573295622*/
/*/---------- Baron core ----------/*/
.baron__clipper{ position:relative; overflow:hidden; }
.baron__scroller{ overflow-y:scroll; -ms-overflow-style:none; -moz-box-sizing:border-box; box-sizing:border-box; margin:0; border:0; padding:0; width:100%; height:100%; -webkit-overflow-scrolling:touch; }
.baron__scroller::-webkit-scrollbar{ width:0; height:0; }
.baron__track{ display:none; position:absolute; top:0; right:0; bottom:0; }
.baron._scrollbar .baron__track{ display:block; }
.baron__free{ position:absolute; top:0; bottom:0; right:0; }
.baron__bar{ display:none; position:absolute; right:0; z-index:1; width:10px; background:#999; }
.baron._scrollbar .baron__bar{ display:block; }
.baron__control{ display:none; }


/*/---------- Baron skins ----------/*/

/* Simple */
.baron._simple .baron__track{
	opacity:0;
	position:absolute;
	z-index:3;
	top:10px;
	bottom:10px;
	right:5px;
	width:8px;
	border-radius:5px;
	background:#ddf;
	background:rgba(0, 0, 255, .1);
	pointer-events:none;
}
.baron._simple._scrollbar .baron__track{opacity:1;}
.baron._simple .baron__bar{
	position:absolute;
	z-index:1;
	width:8px;
	border-radius:3px;
	background:#987;
	opacity:0;
	-webkit-transition:opacity .2s linear;
	transition:opacity .2s linear;
	pointer-events:auto;
}
.baron._simple .baron__bar:hover{opacity:.8;}
.baron._simple.baron .baron__bar{opacity:.6;}

/* Mac OS X */
.baron._macosx .baron__track{
	opacity:0;
	position:absolute;
	z-index:3;
	top:2px;
	bottom:2px;
	right:2px;
	width:0;
}
.baron._macosx._scrollbar .baron__track{opacity:1;}
.baron._macosx .baron__bar{
	position:absolute;
	z-index:1;
	width:6px;
	border-radius:3px;
	background:#333;
	opacity:0;
	transition:.1s opacity .4s linear;
	pointer-events:auto;
}
.baron._dragging .baron__bar{	/*opacity: 1;*/}
.baron._macosx .baron__bar:hover,
.baron._scrolling .baron__bar{transition-duration:0s;transition-delay:0s;opacity:.5;}

/* Windows XP */
.baron._winxp .baron__scroller{padding-right:17px;}
.baron._winxp .baron__track{
	opacity:0;
	position:absolute;
	z-index:3;
	top:0;
	bottom:0;
	right:0;
	width:15px;
	overflow:hidden;
	background-image:linear-gradient(to right, #f2f1ec, #fdfef9);
	border:1px solid #ecede5;
}
.baron._winxp._scrollbar .baron__track{opacity:1;}
.baron._winxp .baron__control{display:block;}
.baron._winxp .baron__control,
.baron._winxp .baron__bar{
	border:1px solid #f3ffff;
	box-shadow:1px 1px 1px #b7caf5 inset,
	1px 1px 1px #7b9fd3;
	border-radius:3px;
	background-image:linear-gradient(to right, #c9d7fc, #baccf4);
	text-align:center;
	font-size:8px;
	line-height:14px;
	color:#4e6287;
	cursor:default;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.baron._winxp .baron__control:hover,
.baron._winxp .baron__bar:hover{background-image:linear-gradient(to right, #d9e7ff, #cadcff);}
.baron._winxp .baron__up,
.baron._winxp .baron__down{position:absolute;z-index:1;width:15px;height:16px;box-sizing:border-box;}
.baron._winxp .baron__up{top:0;}
.baron._winxp .baron__down{bottom:0;}
.baron._winxp .baron__free{position:absolute;top:18px;bottom:18px;right:0;width:0;}
.baron._winxp .baron__bar{
	position:absolute;
	z-index:1;
	width:15px;
	box-sizing:border-box;
	border:1px solid #f3ffff;
	box-shadow:1px 1px 1px #b7caf5 inset,
	1px 1px 1px #7b9fd3;
	border-radius:3px;
	background-image:linear-gradient(to right, #c9d7fc, #baccf4);
	opacity:1;
	-webkit-transition:opacity .2s ease-in;
	transition:opacity .2s ease-in;
	pointer-events:auto;
}
.baron._winxp .baron__bar:before{
	content:'';
	position:absolute;
	top:45%;
	left:3px;
	width:6px;
	height:7px;
	z-index:1;
	background-image:linear-gradient(
			to bottom,
			#f0f4ff 0px, #f0f4ff 1px,
			rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 2px,
			#f0f4ff 2px, #f0f4ff 3px,
			rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0) 4px,
			#f0f4ff 4px, #f0f4ff 5px,
			rgba(255, 255, 255, 0) 5px, rgba(255, 255, 255, 0) 6px,
			#f0f4ff 6px, #f0f4ff 7px,
			rgba(255, 255, 255, 0) 7px, rgba(255, 255, 255, 0) 8px
	);
}
.baron._winxp .baron__bar:after{
	content:'';
	position:absolute;
	top:47%;
	left:4px;
	width:6px;
	height:7px;
	background-image:linear-gradient(
			to bottom,
			#8aaff6 0px, #8aaff6 1px,
			rgba(138, 175, 246, 0) 1px, rgba(138, 175, 246, 0) 2px,
			#8aaff6 2px, #8aaff6 3px,
			rgba(138, 175, 246, 0) 3px, rgba(138, 175, 246, 0) 4px,
			#8aaff6 4px, #8aaff6 5px,
			rgba(138, 175, 246, 0) 5px, rgba(138, 175, 246, 0) 6px,
			#8aaff6 6px, #8aaff6 7px,
			rgba(138, 175, 246, 0) 7px, rgba(138, 175, 246, 0) 8px
	);
}
.baron._winxp._dragging .baron__bar,
.baron._winxp .baron__bar:hover{background-image:linear-gradient(to right, #d9e7ff, #cadcff);}

/* Ubuntu */
.baron._ubuntu12 .baron__scroller{padding-right:14px;}
.baron._ubuntu12 .baron__track{
	opacity:0;
	position:absolute;
	z-index:3;
	top:0;
	bottom:0;
	right:0;
	width:14px;
	box-sizing:border-box;
	border:1px solid #c5c1bd;
	border-radius:7px;
	background-image:linear-gradient(to right, #d3d3d3, #e5e5e5);
}
.baron._ubuntu12._scrollbar .baron__track{opacity:1;}
.baron._ubuntu12 .baron__bar{
	position:absolute;
	z-index:1;
	width:12px;
	box-sizing:border-box;
	border:1px solid #fff;
	border-radius:6px;
	background-image:linear-gradient(to right, #fcfbfb, #eeeceb);
	opacity:1;
	pointer-events:auto;
	box-shadow:0 0 1px #d6d3d0;
}
.baron._ubuntu12 .baron__bar:hover,
.baron._ubuntu12._dragging .baron__bar{
	background-image:linear-gradient(to right, #e96d3a, #f58050);
	border-color:#e1632f;
}
.baron._dragging .baron__bar{/*opacity: 1;*/}
.baron._ubuntu12 .baron__bar:hover,
._scrolling .baron__bar{}

/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.css?1528457338585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/partners/style.css?15284573323920*/
.bx-newslist {}
.bx-newslist-block {
	padding: 0 14px;
	margin-bottom: 40px;
}
@media (min-width: 992px) {
	.bx-newslist .bx-newslist-container:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bx-newslist .bx-newslist-container:nth-child(2n+1) {
		clear: both;
	}
}
/* POST FORMATS */
.bx-newslist-img,
.bx-newslist-audio,
.bx-newslist-youtube,
.bx-newslist-slider {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.bx-newslist-slider img,
.bx-newslist-img img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%
}
.bx-newslist-video {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0.7;
	z-index: 1;
	-webkit-transition: opacity .3s ease;
	   -moz-transition: opacity .3s ease;
	    -ms-transition: opacity .3s ease;
	     -o-transition: opacity .3s ease;
	        transition: opacity .3s ease;
	background: url("/bitrix/templates/.default/components/bitrix/news.list/partners/images/bx-video.png") no-repeat center;
}
.bx-newslist-video:hover {
	opacity: 1;
}
/* POST FORMATS /// SLIDER */
.bx-newslist-slider {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.bx-newslist-slider-container {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.bx-newslist-slider-slide {
	float: left;
	z-index: 100;
}
.bx-newslist-slider-arrow-container-left,
.bx-newslist-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}
.bx-newslist-slider-arrow-container-left {
	left: 0;
}
.bx-newslist-slider-arrow-container-right {
	right: 0;
}
.bx-newslist-slider-arrow {
	position: absolute;
	line-height: 34px;
	vertical-align: middle;
	color: #fff;
	cursor: pointer;
	font-size: 48px;
	height: 48px;
	width: 20px;
	top: 50%;
	margin-top: -24px;
	z-index: 110;
	opacity: .5;
	text-shadow:0 0 2px rgba(0,0,0,.5);
}
.bx-newslist-slider-arrow-container-left:hover .bx-newslist-slider-arrow,
.bx-newslist-slider-arrow-container-right:hover .bx-newslist-slider-arrow {
	color: #FFF;
	display: block;
	opacity: 1;
}
.bx-newslist-slider-arrow-container-left .bx-newslist-slider-arrow {
	left: 20px;
}
.bx-newslist-slider-arrow-container-right .bx-newslist-slider-arrow {
	right: 20px;
}
.bx-newslist-slider-control {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	bottom: 10px;
	z-index: 110;
	text-align: center;
	word-spacing: -4px;
}
.bx-newslist-slider-control li {
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	width: 10px;
	height: 10px;
	word-spacing: -4px;
	margin: 0 3px;
	opacity: .5;
}
.bx-newslist-slider-control li:hover,
.bx-newslist-slider-control li.current {
	background: #FFF;
	opacity: 1;
}
bx-newslist-slider-arrow,
.bx-newslist-slider-control li {
	-webkit-transition: opacity .3s ease;
	   -moz-transition: opacity .3s ease;
	    -ms-transition: opacity .3s ease;
	     -o-transition: opacity .3s ease;
	        transition: opacity .3s ease;
}
.bx-newslist-title,
.bx-newslist-title a {
	color: #000;
	margin: 0;
	font-weight: 600;
	padding: 2px 0 15px;
	font-size: 18px;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.bx-newslist-title a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}
.bx-lg .bx-newslist-title {
	font-size: 24pt;
}
.bx-md .bx-newslist-title {
	font-size: 20pt;
}
.bx-xs .bx-newslist-title {
	font-size: 18pt;
}
.bx-newslist-view,
.bx-newslist-date,
.bx-newslist-comments,
.bx-newslist-author,
.bx-newslist-other {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
	white-space: nowrap;
}
.bx-newslist-view i.fa,
.bx-newslist-date i.fa,
.bx-newslist-comments i.fa,
.bx-newslist-author i.fa,
.bx-newslist-tags i.fa,
.bx-newslist-other i.fa {
	width: 13px;
	color: #b4b4b4;
}
.bx-newslist-tags {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
}
.bx-newslist-content {
	font-size: 14px;
	margin-bottom: 5px;
}
.bx-newslist-more {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* End */


/* Start:/bitrix/components/bitrix/sale.basket.basket.line/templates/.default/style.css?17331893884804*/
.bx-basket { }

.bx-basket-block {
	margin: auto;
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 100;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }

	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 70px }
}

@media (min-width: 768px) and (width <= 992px) {
	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 90px }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 100;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	.block-wrapper .bx-basket-fixed {
		padding-top: 0;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile {
		display: flex;
		justify-content: space-between;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block {
		padding-bottom: 0;
	}

	/*.bx-basket-fixed */
}

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }

/* End */


/* Start:/bitrix/templates/.default/css/normalize.css?15284573297718*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
/* End */


/* Start:/bitrix/templates/.default/css/jquery.fancybox.css?152845732917412*/
@charset "UTF-8";
body.fancybox-active {
  overflow: hidden; }

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion; }

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-is-closing .fancybox-stage {
  overflow: visible; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px; }

/* Buttons */
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color .3s ease;
  cursor: pointer;
  outline: none; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6; }

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--zoom svg path {
  fill: transparent; }

/* Navigation arrows */
.fancybox-navigation {
  display: none; }

.fancybox-show-nav .fancybox-navigation {
  display: block; }

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px; }

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px; }

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */ }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 700; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

p.fancybox-share__links {
  margin-right: -10px; }

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  transition: all .2s; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7; }

/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

/* End */


/* Start:/bitrix/templates/.default/css/style.css?173737756347010*/
/*@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700&subset=cyrillic";*/
/*# sourceMappingURL=style.css.map */
.transition500 {
  transition: all 500ms;
}
.transition300 {
  transition: all 300ms;
}
.flex {
  -js-display: flex;
  display: flex;
}
.ml25 {
  margin-left: 25px;
}
.mr25 {
  margin-right: 25px;
}
.mt20 {
  margin-top: 20px;
}
.pt40 {
  padding-top: 40px;
}
.thin-border {
  border-bottom: 1px solid rgba(22, 63, 118, 0.3);
}
.thin-border:hover {
  border-bottom: none;
}
.outline-none:hover {
  outline: none;
}
.outline-none:active {
  outline: none;
}
.outline-none:focus {
  outline: none;
}
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out:hover {
  color: white;
}
.hvr-radial-out:hover:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.hvr-radial-out:focus {
  color: white;
}
.hvr-radial-out:focus:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.hvr-radial-out:active {
  color: white;
}
.hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
button:hover {
  outline: none;
}
button:active {
  outline: none;
}
button:focus {
  outline: none;
}
input:hover {
  outline: none;
}
input:active {
  outline: none;
}
input:focus {
  outline: none;
}
.h2 {
  color: #000000;
  font-size: 35px;
  font-weight: 700;
}
.h3 {
  color: #163f76;
  font-size: 48px;
  font-weight: 700;
}
.btn {
  color: #116f35;
  font-size: 16px;
  border-radius: 10px;
  border: 2px solid #116f35;
  background-color: #fff;
  padding: 10px 40px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}
.btn:hover {
  transition: all 500ms;
  background-color: #116f35;
  color: #fff;
  cursor: pointer;
}
.btn.btn-inverse {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  background-color: #ed5b03;
  border: 2px solid #ed5b03;
}
.btn.btn-inverse:hover {
  background: #fff;
  color: #ed5b03;
}
.article-item {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.span6 {
  width: 50%;
}
.span4 {
  width: 33.33%;
  float: left;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
html {
  min-width: 360px;
}
body {
  min-width: 360px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  background: #fdfee6;
}
.global-wrapper {
  min-width: 360px;
}
.wrapper {
  max-width: 1340px;
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
}
.oh {
  position: relative;
  overflow: hidden;
}
nav {
  padding-bottom: 0;
  border-bottom: 1px solid #689598;
}
nav ul {
  position: relative;
  overflow: hidden;
}
nav ul > li {
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: 300;
  float: left;
  padding: 10px 15px 10px;
  list-style: none;
}
nav ul > li a {
  color: #ffffff;
  text-decoration: none;
}
nav ul > li a:active {
  color: #fff;
  text-decoration: none;
}
nav ul > li a:focus {
  color: #fff;
  text-decoration: none;
}
nav ul > li:hover {
  padding-bottom: 3px;
  border-bottom: 7px solid #fecc00;
  transition: all 300ms;
}
nav ul > li:hover a {
  color: #fff;
  text-decoration: none;
}
nav ul > li.current {
  padding-bottom: 3px;
  border-bottom: 7px solid #fecc00;
  transition: all 300ms;
}
nav ul li.dropdown {
  position: relative;
  padding-right: 3px;
  padding-left: 3px;
}
nav ul li.dropdown ul {
  visibility: hidden;
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #fecc00;
  padding: 0;
  list-style: none;
  z-index: 10;
  padding: 11px 10px 13px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease-out, transform 0.4s ease-out, visibility 0s;
}
nav ul li.dropdown ul li {
  padding: 0;
  border-bottom: 0;
}
nav ul li.dropdown ul li a {
  display: block;
  padding-left: 20px;
  background-repeat: no-repeat;
  line-height: 1;
}
nav ul li.dropdown ul li a span {
  display: inline-block;
  color: #000000;
  font-family: "Source Sans Pro";
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  text-decoration: underline;
  text-decoration-style: dotted;
}
nav ul li.dropdown ul li:first-of-type {
  margin-bottom: 8px;
}
nav ul li.dropdown ul li:first-of-type a {
  background-image: url('/bitrix/templates/.default/css/../images/in-icon.png');
  background-position: 0 4px;
}
nav ul li.dropdown ul li:last-of-type a {
  background-image: url('/bitrix/templates/.default/css/../images/out-icon.png');
  background-position: 0 7px;
}
nav ul li.dropdown:hover ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease-out, transform 0.4s ease-out, visibility 0.4s;
}
nav + .border {
  border-top: 1px solid #a2b4ce;
  position: relative;
  overflow: hidden;
  padding-top: 18px;
}
nav ul.wrapper {
  overflow: visible;
}
nav ul.wrapper::after {
  content: '';
  display: block;
  clear: both;
}
header .contacts {
  float: right;
  position: relative;
  overflow: hidden;
}
header .contacts > div {
  float: left;
}
/*.front-page header {
  background: url('/bitrix/templates/.default/images/header-front-bg.webp') top center no-repeat;
  height: 640px;
}*/
.front-page .vertical-multilevel-menu ul {
  display: none;
}
.logo {
  float: left;
}
.logo h1 {
  text-transform: uppercase;
  font-weight: 700;
  color: #116f35;
  font-size: 27px;
  margin: 0 0 13px 0;
}
.phones-wrapper {
  color: #d4ff77;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.phones-wrapper a {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
}
.call-me-wrapper {
  padding: 0 52px;
}
.call-me-wrapper button {
  margin: 30px auto 30px;
  display: block;
  border-radius: 8px;
  background-color: #fecc00;
  color: #000000;
  font-size: 16px;
  text-align: center;
  padding: 9px 30px;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 2px #db8701 solid;
  font-family: 'Source Sans Pro', sans-serif;
}
.call-me-wrapper button:hover {
  transition: all 300ms;
  box-shadow: 0 -1px 2px 2px #db8701;
}
.search-block {
  padding: 20px 0;
  background-color: #116f35;
  position: relative;
  text-align: right;
  z-index: 250;
}
.search-block .autosoft-link {
  background: url('/bitrix/templates/.default/images/autosoft-link-bg.png') center center no-repeat;
  width: 53px;
  height: 29px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
.search-block .autosoft-link-wrapper a {
  line-height: 29px;
  color: #fff;
  border-bottom: 1px dashed #fff;
}
.search-block .bx-form-control {
  border-radius: 19px;
  border: 1px solid #116f35;
  background-color: #104c27;
  color: #f0fcd6;
  font-size: 16px;
  font-weight: 300;
  right: 16px;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 20px;
}
.search-block .bx-form-control::-webkit-input-placeholder {
  color: #f0fcd6;
}
.search-block .bx-form-control::-moz-placeholder {
  color: #f0fcd6;
}
.search-block .bx-form-control:-moz-placeholder {
  color: #f0fcd6;
}
.search-block .bx-form-control:-ms-input-placeholder {
  color: #f0fcd6;
}
.search-block .bx-form-control.focused {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.search-block .bx-input-group-btn {
  position: absolute;
  z-index: 2;
  right: 16px;
  top: 0;
}
.search-block .bx-input-group-btn button {
  height: 36px;
  background: none;
  border: none;
  color: #f0fcd6;
}
.search-block .api-search-result {
  max-height: 100% !important;
  padding: 10px;
}
.search-block .api-category-title {
  display: none;
}
.search-block .api-item a {
  display: block;
  min-height: 65px;
  position: relative;
  text-align: left;
  padding-left: 0;
}
.search-block .api-item-info {
  padding-left: 0;
  margin-left: 70px;
  display: inline-block;
}
.search-block .api-item-info:hover .api-item-name {
  text-decoration: underline;
}
.search-block .api-item-picture {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border: 1px solid #e8e8e8;
  display: block;
}
.search-block .api-item-picture img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: 100%;
}
.search-block .api-item-name {
  margin-top: 10px;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}
.search-result-wrapper {
  box-sizing: border-box;
  background: #104c27;
  border-color: #104c27;
  color: #fff;
  box-shadow: 0px 16px 22px -11px #104c27;
  max-width: 550px;
  min-width: 550px;
  width: 550px;
}
.api-result-url {
  display: block;
  margin-left: 90px;
  border-top: 1px solid #fff;
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: left;
}
.api-result-url a {
  color: #a7a7a7;
}
.api-result-url a:hover {
  text-decoration: underline;
}
.search-wrapper .baron__clipper {
  display: none;
  overflow: visible;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 2000;
}
.search-wrapper .baron__clipper.active {
  display: block;
}
.content-wrapper {
  padding-top: 40px;
}
.content-wrapper aside {
  float: left;
  width: 360px;
}
.content-wrapper main {
  margin-left: 380px;
}
.content-wrapper main.without-sidebar {
  margin-left: 0;
}
.vertical-multilevel-menu {
  border: 1px solid #e2e3c1;
  margin: 0;
  padding: 0;
}
.vertical-multilevel-menu > li {
  list-style: none;
  position: relative;
  clear: both;
}
.vertical-multilevel-menu > li .icon-wrapper {
  display: block;
  width: 55px;
  min-width: 55px;
  height: 57px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #e2e3c1;
}
.vertical-multilevel-menu > li:last-of-type .icon-wrapper {
  border-bottom: 0;
}
.vertical-multilevel-menu > li ul {
  padding: 10px 10px 20px 80px;
  margin: 0;
  display: none;
}
.vertical-multilevel-menu > li li {
  list-style: none;
  font-size: 18px;
  font-weight: 400;
  padding: 5px 0;
}
.vertical-multilevel-menu > li li a {
  margin-left: 0;
}
.vertical-multilevel-menu > li li a:before {
  content: '- ';
}
.vertical-multilevel-menu .li-root-item-selected .first-level a {
  color: #000;
}
.vertical-multilevel-menu .li-root-item-selected .item-selected {
  color: #000;
  padding-left: 10px;
}
.vertical-multilevel-menu .li-root-item-selected .item-selected:before {
  content: '';
}
.vertical-multilevel-menu .li-root-item-selected ul {
  display: block;
}
.vertical-multilevel-menu .first-level {
  display: flex;
  align-items: center;
}
.vertical-multilevel-menu .first-level:after {
  content: '';
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAJCAYAAAD6reaeAAAAQUlEQVQYV2NkYGAwYGBguMCABBgZGBgeMDAwBCBLgARBKjcgS4AEQQBFAiYIkkhgYGBoYGBgUMCpEquZOG1HcScAgrkPCsrCS5AAAAAASUVORK5CYII=') no-repeat;
  position: absolute;
  right: 10px;
  width: 4px;
  height: 9px;
}
.vertical-multilevel-menu a {
  margin-left: 15px;
  margin-right: 25px;
  color: #000000;
  font-size: 18px;
  line-height: 20px;
}
.bx_catalog_tile {
  margin-top: -7px;
}
.bx_catalog_tile_ul {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
.bx_catalog_tile_ul li {
  width: 33.33%;
  box-sizing: border-box;
  padding: 7px;
  list-style: none;
  overflow: hidden;
}
.bx_catalog_tile_ul .bx_catalog_tile_img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 286px;
  background-size: cover;
  box-shadow: inset 0 -135px 150px -39px #116f35;
}
.bx_catalog_tile_ul .bx_catalog_tile_link {
  position: absolute;
  bottom: 35px;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 0 20px;
  line-height: 20px;
  z-index: 2;
}
.catalog-category-item {
  position: relative;
  overflow: hidden;
}
.catalog-category-item .bx_catalog_tile_link span span {
  position: relative;
  display: inline-block;
  padding: 4px 0;
}
.catalog-category-item .bx_catalog_tile_link span span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
  bottom: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}
.catalog-category-item .bx_catalog_tile_link span span:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  top: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}
.catalog-category-item:hover .bx_catalog_tile_link span {
  text-decoration: none;
}
.catalog-category-item:hover .bx_catalog_tile_link span span:after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.catalog-category-item:hover .bx_catalog_tile_link span span:before {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.catalog-category-item:hover .bx_catalog_tile_img {
  transition: all 15000ms;
  transform: scale(1.1);
}
footer {
  background: #f0f1d0;
  padding: 30px 0;
}
footer .mail-wrapper {
  margin-left: 50px;
}
footer .phone-wrapper a {
  font-weight: 700;
  font-size: 22px;
}
.partners-list {
  position: relative;
  overflow: hidden;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
.partners-list .news-item {
  padding: 20px;
  text-align: center;
  width: 20%;
  line-height: 17px;
  box-sizing: border-box;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  margin: 0;
  justify-content: flex-end;
  font-size: 17px;
}
.partners-list .preview_picture {
  display: block;
  float: none !important;
  margin: 0 auto 10px !important;
}
.copyrates {
  color: #777777;
  font-size: 17px;
  font-weight: 300;
  padding-top: 30px;
}
.copyrates a {
  text-decoration: none;
  color: #777777;
  border-bottom: 1px solid #7777;
}
.with-label {
  color: #777777;
  font-size: 14px;
  font-weight: 300;
}
.with-label span {
  color: #000000;
  font-weight: 400;
  font-size: 20px;
}
.with-label a {
  color: #000000;
}
.partners {
  border-top: 1px solid #eaebcb;
  padding-top: 40px;
  margin-top: 30px;
  padding-bottom: 40px;
  clear: both;
}
.partners h2 {
  margin: 0;
}
.partners-slider {
  margin: 10px 50px 20px;
}
.partners-slider button:before {
  color: #116f35;
}
.partners-slider button:after {
  color: #116f35;
}
.partners-slider .slick-prev {
  left: -35px;
}
.partners-slider .slick-next {
  right: -35px;
}
.partner-item {
  width: 200px;
  text-align: center;
  outline: none !important;
}
.slick-track {
  display: flex;
  align-items: center;
}
header {
  background: url('/bitrix/templates/.default/images/header-bg.webp') top center no-repeat;
  height: 226px;
}
.not-front-page .vertical-multilevel-menu a {
  color: #888;
}
.not-front-page .vertical-multilevel-menu a:hover {
  color: #000;
}
.catalog-section {
  position: relative;
  overflow: hidden;
}
main h1 {
  color: #000000;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 700;
}
.bx-breadcrumb {
  margin-top: 0;
  margin-bottom: 20px;
}
.bx-breadcrumb a {
  color: #a3a3a3;
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
}
.bx-breadcrumb a:hover {
  text-decoration: none;
}
.block {
  position: relative;
  overflow: hidden;
}
.contacts-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  margin-bottom: 80px;
}
.contacts-wrapper .contacts-info {
  flex-grow: 10;
  font-weight: 700;
}
.contacts-wrapper .contacts-info .block {
  padding: 15px 0;
}
.contacts-wrapper .contacts-info small {
  font-weight: 400;
}
.contacts-wrapper .contacts-info a {
  font-weight: 400;
  color: #000;
  text-decoration: underline;
}
.contacts-wrapper .contacts-info a:hover {
  text-decoration: none;
}
.contacts-wrapper .form-wrapper {
  max-width: 345px;
  background: #f0f1d0;
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
}
.contacts-wrapper .form-wrapper h2 {
  font-weight: 700;
  color: #000000;
  font-size: 22px;
  font-weight: 900;
  margin: 0;
  padding: 0;
}
.contacts-wrapper .form-wrapper h2 + small {
  font-size: 14px;
  font-weight: 400;
  max-width: 220px;
  line-height: 15px;
  display: inline-block;
}
.contacts-wrapper .form-wrapper form {
  margin-top: 15px;
}
.contacts-wrapper .form-wrapper .bx_bt_button {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  display: block;
  text-align: center;
  padding: 10px 30px;
  margin: 0 auto;
  background: #d1d1d1;
  border: none;
}
.fw400 {
  font-weight: 400;
}
.call-me-form-wrapper {
  border-radius: 10px;
  box-shadow: 0px 0px 12px 5px green;
}
.call-me-form-wrapper form {
  font-size: 16px;
}
.call-me-form-wrapper form .form-title {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 1px solid #eaebcb;
  margin-bottom: 10px;
}
.call-me-form-wrapper form > div {
  position: relative;
  padding: 5px 0;
}
.call-me-form-wrapper form input {
  resize: none;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
}
.call-me-form-wrapper form textarea {
  resize: none;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
}
.call-me-form-wrapper form .policy-wrapper label {
  font-weight: 400;
}
.call-me-form-wrapper form input[type="checkbox"] {
  width: auto;
}
.call-me-form-wrapper form input[type="submit"] {
  background: #fecc00;
  display: block;
  border-radius: 8px;
  color: #000000;
  font-size: 16px;
  text-align: center;
  padding: 9px 30px;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 2px #db8701 solid;
  font-family: 'Source Sans Pro', sans-serif;
}
.call-me-form-wrapper form input[type="submit"]:hover {
  transition: all 300ms;
  box-shadow: 0 -1px 2px 2px #db8701;
}
div.title-search-result {
  position: absolute;
  box-sizing: border-box;
  background: #104c27;
  border-color: #104c27;
  color: #fff;
  padding: 10px;
  box-shadow: 0px 16px 22px -11px #104c27;
}
div.title-search-result .bx_searche .bx_img_element {
  background: none;
}
div.title-search-result .bx_searche a {
  color: #fff;
}
div.title-search-result .bx_searche a b {
  color: yellow;
}
.faq-wrapper .faq-item {
  margin: 10px 0;
  position: relative;
  overflow: hidden;
  font-weight: 400;
  padding: 10px;
  margin-right: 70px;
}
.faq-wrapper .faq-time {
  text-align: right;
  font-size: 14px;
  right: 12px;
  margin-top: 14px;
  position: absolute;
}
.faq-wrapper .faq-name {
  font-weight: 700;
}
.faq-wrapper .faq-question {
  padding: 10px;
}
.faq-wrapper .faq-answer {
  background: #f0f1d0;
  margin-left: 40px;
  padding: 10px;
}
.popup-window-buttons span {
  background-color: #116f35 !important;
  color: #ffffff !important;
  border: none !important;
  font-size: 18px;
}
.popup-window-buttons span::hover {
  background-color: #2e9b58 !important;
}
.inner-page {
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 22px;
  color: #000;
}
.inner-page ul {
  list-style: none;
  padding-left: 25px;
}
.inner-page p {
  margin: 0 0 20px;
}
.mobile-top {
  display: none;
}
.hamburger {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  padding: 10px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger-box {
  width: 32px;
  height: 19px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  width: 32px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before {
  width: 32px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  content: "";
  display: block;
  top: -10px;
}
.hamburger-inner::after {
  width: 32px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  content: "";
  display: block;
  bottom: -10px;
}
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}
.select2-container:focus {
  outline: none;
}
.select2-container--default .select2-selection--single {
  height: 36px;
  box-sizing: border-box;
  padding: 0px 15px;
  border-radius: 0;
  border-color: #eeefd1;
  background-color: transparent;
  outline: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  color: #333;
  font-weight: 400;
  height: 34px;
  box-sizing: border-box;
  line-height: 34px;
  vertical-align: middle;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f0f2d2;
  color: #333;
}
.select2-dropdown {
  border: 1px solid #eeefd1;
}
.select2-results li {
  color: #333;
  font-size: 16px;
  font-weight: 400;
}
.blog-page-navigation {
  display: flex;
}
.blog-page-navigation a {
  display: block;
  width: 26px;
  height: 36px;
  margin-right: 5px;
  border-radius: 5px;
  background-color: #e2e3c0;
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  line-height: 36px;
  vertical-align: middle;
  text-align: center;
}
.blog-page-navigation span {
  display: block;
  width: 26px;
  height: 36px;
  margin-right: 5px;
  border-radius: 5px;
  background-color: #e2e3c0;
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  line-height: 36px;
  vertical-align: middle;
  text-align: center;
}
.blog-page-navigation .blog-page-previous {
  width: 182px;
}
.blog-page-navigation .blog-page-next {
  width: 182px;
  margin-right: 0;
}
.blog-page-navigation span.blog-page-current {
  background-color: #116f35;
  color: #ffffff;
  font-weight: 700;
}
.inner-page.about {
  padding-bottom: 0;
}
.inner-page.about p {
  text-indent: 15px;
  margin: 0 0 20px;
}
.inner-page.about p:last-of-type {
  margin-bottom: 10px;
}
.inner-page.about .first-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.inner-page.about .first-row .images {
  width: 23%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.inner-page.about .first-row .images img {
  display: block;
  max-width: 100%;
}
.inner-page.about .first-row .text {
  width: 72%;
}
.inner-page.about .first-row .text ul {
  margin-bottom: 20px;
  padding-left: 15px;
}
.inner-page.about .first-row .text .subtitle {
  display: block;
  margin: 0 0 20px;
}
.inner-page.about .second-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
.inner-page.about .second-row img {
  display: block;
  width: 23%;
}
.inner-page.guaranty .guaranty-row {
  display: flex;
  justify-content: space-between;
  max-width: 970px;
}
.inner-page.guaranty .guaranty-row p:last-of-type {
  margin-bottom: 0;
}
.inner-page.guaranty .guaranty-row .img-wrapper {
  padding-left: 15px;
  width: 20%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.inner-page.guaranty .guaranty-row .text {
  width: 80%;
}
.inner-page.guaranty .guaranty-row:last-of-type {
  margin-bottom: 75px;
}
.inner-page.guaranty h2 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.inner-page.guaranty h2:first-of-type {
  margin-top: 20px;
}
.inner-page.delivery h2:first-of-type {
  margin-bottom: 25px;
}
.inner-page.delivery .delivery-block {
  max-width: 970px;
}
.inner-page.delivery .delivery-block .top {
  margin-bottom: 25px;
}
.inner-page.delivery .delivery-block .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.inner-page.delivery .delivery-block .item .icon-wrapper {
  padding-left: 15px;
  width: 10%;
  box-sizing: border-box;
}
.inner-page.delivery .delivery-block .item .text {
  width: 90%;
}
.inner-page.delivery .delivery-block .item h3 {
  margin: 0;
}
.inner-page.delivery .delivery-block .item.our-transport .icon-wrapper {
  padding-left: 0;
}
.inner-page.delivery .delivery-block .item.payment-card .icon-wrapper {
  padding-left: 0;
}
.inner-page.delivery .delivery-block:last-of-type {
  margin-bottom: 35px;
}
.popup-window-content div p {
  margin: 10px 0;
}
.open-catalog-btn-wrapper {
  display: none;
}
.sale-personal-section-index-block.bx-theme-blue {
  background-image: none;
  background-color: #116f35;
}
.order-title {
  margin-top: 0;
  margin-bottom: 10px;
}
.info-ordered {
  color: #000000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 45px;
}
.info-ordered .inner > div {
  padding: 0 40px;
}
.info-ordered .icon-success {
  display: none;
}
.bx-soa-section {
  border-bottom-width: 0 !important;
}
#bx-soa-properties {
  border-bottom-width: 1px !important;
}
.checkbox-wrapper label {
  display: inline;
}
#basket_items .margin {
  padding: 0;
  margin: 0;
}
#delayed_items .margin {
  padding: 0;
  margin: 0;
}
.phone-wrapper.with-label br.wordwrap {
  display: none;
}
.mt40 {
  margin-top: 40px;
}
.bx-catalog-element .product-item-detail-description .sub-title {
  margin-bottom: 10px;
}
.basket-table tbody td {
  padding: 20px 8px;
}
.bx-soa-item-block {
  padding-top: 10px;
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .catalog-section-vertical .product-item .product-item-image-wrapper .product-item-image-original {
    height: 300px;
  }
  .catalog-section-vertical .catalog-item {
    width: 49%;
  }
  .catalog-section-vertical .catalog-item:nth-of-type(3n) {
    margin-right: 2%;
  }
  .catalog-section-vertical .catalog-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .filter-catalog .sort {
    margin-left: 15px;
    font-size: 14px;
  }
  .vertical-multilevel-menu > li .icon-wrapper {
    width: 45px;
    min-width: 45px;
    height: 47px;
  }
  nav ul > li {
    font-size: 17px;
    padding: 10px 12px 10px;
  }
  .call-me-wrapper {
    padding: 0 35px;
  }
  footer .mail-wrapper {
    margin-left: 0;
  }
  .bx_catalog_tile_ul .bx_catalog_tile_img {
    height: 265px;
  }
  .bx-catalog-element .element-images {
    width: 290px;
    margin-right: 20px;
    margin-bottom: 25px;
  }
  .bx-catalog-element .first-row .column-right {
    width: 300px;
  }
  .bx-catalog-element .element-description {
    width: 100%;
  }
  .inner-page.about .first-row .images {
    justify-content: space-around;
  }
}
@media (max-width: 1199px) {
  .acat-global-wrapper {
    overflow-x: auto;
  }
}
@media (min-width: 1000px) and (max-width: 1099px) {
  .filter-catalog .sort > span:first-of-type {
    display: none;
  }
  .bx_catalog_tile_ul .bx_catalog_tile_img {
    height: 215px;
  }
  .bx_catalog_tile_ul .bx_catalog_tile_link {
    bottom: 15px;
    font-size: 16px;
    line-height: 18px;
    padding: 0px 10px;
  }
}
@media (max-width: 999px) {
  nav ul li.dropdown ul {
    display: none !important;
  }
  nav ul > li:hover {
    border-top: none;
    border-bottom: 3px solid #fecc00;
    padding-bottom: 7px;
  }
  nav ul > li.current {
    border-top: none;
    border-bottom: 3px solid #fecc00;
    padding-bottom: 7px;
  }
  nav + .wrapper {
    border-top: none;
  }
  header {
    margin-top: 40px;
    position: relative;
    z-index: 300;
  }
  header .logo {
    width: 100%;
    margin-bottom: 10px;
  }
  header .contacts {
    width: 100%;
  }
  header .contacts > div.phones-wrapper {
    width: 100%;
  }
  header .contacts > .cart-wrapper {
    float: right;
  }
  header nav {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(60vh);
    z-index: 99;
    background-color: #116f35;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    padding: 0 35px;
    padding-top: 50px;
  }
  header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header nav ul li a {
    font-weight: 700;
  }
  header nav.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .mobile-top {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #116f35;
    height: 40px;
    box-sizing: border-box;
    text-align: center;
    z-index: 100;
  }
  .mobile-top a {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    vertical-align: middle;
    text-decoration: none;
  }
  .open-catalog-btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0 25px;
  }
  #open-catalog-btn {
    display: block;
    margin: 0 auto;
    width: 300px;
    height: 50px;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 18px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    border-radius: 8px;
    background-color: #fecc00;
    color: #000000;
    border-bottom: 2px #db8701 solid;
    font-family: 'Source Sans Pro', sans-serif;
    transition: all 300ms;
  }
  #open-catalog-btn.active {
    box-shadow: 0 -1px 2px 2px #db8701;
  }
  .logo h1 {
    display: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #116f35;
    font-size: 24px;
    margin: 0 0 18px 0;
  }
/*  .front-page header {
    background: url(/bitrix/templates/.default/images/header-front-bg-mob.webp) 50% 100px no-repeat;
    background-size: 100%;
    height: auto;
  }*/
  header {
    background: url(/bitrix/templates/.default/images/header-front-bg-mob.webp) 50% 100px no-repeat;
    background-size: 100%;
    height: auto;
  }
  .call-me-wrapper {
    padding: 0;
    padding-bottom: 10px;
  }
  .phones-wrapper {
    font-weight: 400;
  }
  .bx-basket-block a {
    margin: 0;
  }
  .search-block .wrapper .autosoft-link-wrapper {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .search-block .wrapper .search-wrapper {
    width: 100%;
  }
  .search-block .bx-form-control {
    width: 100%;
  }
  .search-block .bx-input-group-btn {
    position: absolute;
    z-index: 2;
    right: 16px;
    top: 0;
  }
  .search-wrapper {
    position: relative;
  }
  .search-wrapper .baron__clipper {
    right: -10px;
  }
  .content-wrapper {
    padding-top: 25px;
  }
  .content-wrapper aside {
    float: none;
    width: 100%;
  }
  .content-wrapper aside .vertical-multilevel-menu {
    display: none;
    margin-bottom: 20px;
  }
  .content-wrapper main {
    margin-left: 0;
  }
  .vertical-multilevel-menu a {
    margin-left: 5px;
    margin-right: 25px;
    font-size: 16px;
    line-height: 18px;
  }
  .vertical-multilevel-menu > li .icon-wrapper {
    width: 40px;
    min-width: 40px;
    height: 56px;
  }
  .vertical-multilevel-menu > li ul {
    padding: 10px 10px 10px 50px;
  }
  .bx_catalog_tile_ul li {
    width: 100%;
    padding: 7px 0;
  }
  .bx_catalog_tile_ul .bx_catalog_tile_img {
    height: 50vh;
    min-height: 280px;
    background-position: center;
  }
  .partners {
    padding-top: 35px;
    margin-top: 30px;
    padding-bottom: 0px;
  }
  .partners-slider {
    margin: 10px 40px 15px;
  }
  .partners-slider .slick-slide img {
    display: block;
    margin: 0 auto;
  }
  footer {
    padding: 25px 0;
  }
  footer .wrapper.oh div:last-of-type {
    padding-top: 0;
  }
  footer .call-me-wrapper {
    width: 100%;
  }
  footer .call-me-wrapper button {
    margin: 5px auto 10px;
  }
  footer .mail-wrapper {
    margin-left: 0;
  }
  .copyrates {
    font-size: 16px;
    padding-top: 20px;
  }
  .copyrates > div:last-of-type {
    margin-bottom: 0;
  }
  .filter-catalog {
    height: auto;
    padding-bottom: 15px;
  }
  .filter-catalog .search-input-wrapper {
    width: 100%;
    margin-bottom: 5px;
  }
  .filter-catalog .search-input {
    padding-left: 20px;
    padding-right: 40px;
  }
  .filter-catalog .search-btn {
    right: 10px;
  }
  .filter-catalog .sort {
    margin-left: 0;
    width: auto;
  }
  .bx-catalog-element .bx-title {
    margin: 10px 0 20px;
  }
  .bx-catalog-element .first-row .column-left {
    width: 100%;
    padding: 0;
    float: none;
  }
  .bx-catalog-element .first-row .column-left > .inner {
    margin-bottom: 25px;
  }
  .bx-catalog-element .first-row .column-right {
    width: 100%;
    float: none;
  }
  .bx-catalog-element .element-images {
    float: none;
    width: 300px;
    margin: 0 auto 15px;
  }
  .bx-catalog-element .element-description {
    width: 100%;
    box-sizing: border-box;
    float: none;
  }
  .bx-catalog-element .product-item-detail-description {
    margin-bottom: 20px;
  }
  .bx-catalog-element .product-item-detail-description .sub-title {
    margin-bottom: 5px;
  }
  .bx-catalog-element .product-item-detail-pay-block {
    padding: 12px 10px 15px;
  }
  .bx-catalog-element .scheme-details .toggle-btn {
    width: 300px;
    padding-left: 25px;
  }
  .scheme-details {
    padding-top: 25px;
  }
  .contacts-wrapper {
    margin-bottom: 15px;
    flex-direction: column;
  }
  .contacts-wrapper .form-wrapper {
    margin-bottom: 10px;
    max-width: 100%;
  }
  .contacts-wrapper .contacts-info .block {
    padding: 10px 0 0;
  }
  .contacts-wrapper .contacts-info .subtitle {
    display: block;
    padding-top: 15px;
  }
  .faq-wrapper .faq-item {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .partners-list .news-item {
    font-size: 16px;
    width: 50%;
    padding: 10px;
  }
  .partners-list .preview_picture {
    display: block;
    float: none !important;
    margin: 0 auto 10px !important;
    max-height: 45px;
    width: auto;
  }
  .bx-breadcrumb {
    margin-bottom: 10px;
  }
  .bx_mfeedback input[type="text"] {
    max-width: 100%;
  }
  .bx_mfeedback textarea {
    max-width: 100%;
  }
  .blog-page-navigation {
    flex-wrap: wrap;
  }
  .blog-page-navigation a {
    margin-bottom: 5px;
    margin-right: 4px;
  }
  .blog-page-navigation span {
    margin-bottom: 5px;
    margin-right: 4px;
  }
  .blog-page-navigation .blog-page-previous {
    width: 26px;
    font-size: 0;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/bitrix/templates/.default/css/../images/nav-back.svg);
  }
  .blog-page-navigation .blog-page-next {
    width: 26px;
    font-size: 0;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/bitrix/templates/.default/css/../images/nav-next.svg);
  }
  .bx-soa-cart-t {
    font-size: 14px;
  }
  .bx-soa-cart-total-line bx-soa-cart-d {
    font-size: 14px !important;
  }
  .bx-soa-cart-total-line .bx-soa-cart-t {
    width: auto;
  }
  .bx-soa-cart-total-line .bx-soa-cart-d {
    width: 100% !important;
    padding-left: 0 !important;
    font-size: 16px !important;
  }
  .search-result-wrapper {
    max-width: 320px;
    min-width: 360px;
    width: 320px;
  }
  .phone-wrapper.with-label br.wordwrap {
    display: inline;
  }
}
@media (max-width: 374px) {
  .mobile-top a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  footer .wrapper.oh div {
    width: 100%;
  }
  .copyrates > div {
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
  }
  .contacts-wrapper .contacts-info {
    margin-bottom: 10px;
  }
  .contacts-wrapper .contacts-info .block > div {
    width: 100%;
  }
  .catalog-section-vertical {
    flex-direction: column;
  }
  .catalog-section-vertical .product-item .product-item-image-wrapper .product-item-image-original {
    height: 50vh;
  }
  .catalog-section-vertical .catalog-item {
    width: 100%;
    margin-right: 0;
    padding-bottom: 30px;
  }
  .bx-breadcrumb {
    display: none;
  }
  .horizontal-title {
    display: none;
  }
  .catalog-section-horizontal .product-item {
    flex-wrap: wrap;
  }
  .catalog-section-horizontal .product-item > div {
    border: none;
    width: 100% !important;
  }
  .catalog-section-horizontal .product-item .product-item-amount-field-container {
    justify-content: flex-start;
  }
  .types-of-views {
    display: none;
  }
  .filter-catalog{
      display: flex;
      justify-content: space-between;
  }
  .filter-catalog .search-input-wrapper{
      float: none;
      width: 100%;
  }
  .filter-catalog .sort{
      text-align: right;
      float: none !important;
      display: flex;
      padding-top: 5px;
      justify-content: center;
      height: auto;
      width: 45%;
      justify-content: flex-end;
  }
  .filter-catalog .sort > span:first-of-type {
    display: none;
  }
  .filter-catalog .search-input-wrapper{
      width: 40%;
  }
  .inner-page.about .first-row .images {
    display: none;
  }
  .inner-page.about .first-row .text {
    width: 100%;
  }
  .inner-page.about .second-row {
    display: none;
  }
  .inner-page.guaranty .guaranty-row .img-wrapper {
    display: none;
  }
  .inner-page.guaranty .guaranty-row .text {
    width: 100%;
  }
  .inner-page.guaranty .guaranty-row:last-of-type {
    margin-bottom: 30px;
  }
  .inner-page.delivery .delivery-block .item .icon-wrapper {
    display: none;
  }
  .inner-page.delivery .delivery-block .item .text {
    width: 100%;
  }
  header .wrapper{
      padding: 0;
  }
  header .contacts{
      background: #116f35;
      text-align: center;
      padding: 0 12px;
  }
  .phones-wrapper-title{
      display: inline-block;
      position: relative;
      font-size: 16px;
      padding-top: 20px;
  }
  .phones-wrapper a{
      font-size: 20px;
  }
  .phones-wrapper-title:before{
      content: "";
      position: absolute;
      top: 23px;
      left: -17px;
      width: 14px;
      height: 14px;
      background: url(/bitrix/templates/.default/images/call.svg) 50% 50% no-repeat;
  }
  .phones-wrapper-hide-mb-link{
      display: none;
  }
  header .contacts > div {
      float: none;
  }
  header .call-me-wrapper button{
      margin: 20px 0 0;
      width: 100%;
      max-width: 100%;
      padding: 15px;
      box-sizing: border-box;
      border: none;
  }
  .call-me-wrapper{
      padding-bottom: 0;
  }
  .mobile-site-menu{
      background: #116f35;
      padding: 5px 12px;
      height: 50px;
      display: flex;
      justify-content: space-between;
  }
  .catalog-header-link{
      border-right: 1px solid rgba(253, 254, 230, 1);
      width: 50%;
  }
  .hamburger{
      left: auto;
      right: 12px;
      padding: 0;
  }
  .hamburger-box{
      width: 40px;
      height: 24px;
  }
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after{
      width: 40px;
      height: 4px;
  }
  .hamburger--slider .hamburger-inner {
      top: 15px;
  }
  .hamburger--slider .hamburger-inner::before{
      top: 10px;
  }
  .hamburger--slider .hamburger-inner::after{
      top: 21px;
  }
  .hamburger--slider.is-active .hamburger-inner::after {
      transform: translate3d(0, -20px, 0) rotate(-90deg);
  }
  header nav{
      padding-top: 100px;
      height: calc(100vh - 100px);
  }
  .mobile-site-name{
      background: #fdfee6;
      color: rgba(103, 103, 103, 1);
      display: flex;
      justify-content: space-between;
      padding: 5px 12px;
      height: 50px;
  }
  .mobile-site-name a{
      color: rgba(103, 103, 103, 1);
  }
  .mobile-site-link{
      margin-left: -25px;
  }
  header .contacts > .cart-wrapper{
      float: none;
      position: fixed;
      top: 39px;
      right: 10px;
      padding: 0;
      z-index: 101;
  }
  header .bx-basket-block .cart-inner .cart-quantity{
      right: 3px;
  }
  header .bx-basket-block .cart-inner svg{
      width: 45px;
  }
  header .bx-basket-block a span{
      display: none;
  }
  header .logo{
      display: none;
  }
  header nav + .border{
      border-top: none;
      padding-top: 0;
  }
  .front-page header{
      padding-top: 319px;
      margin: 0;
  }
  .mobile-top a:not(.mobile-site-link),
  .catalog-header-menu-title{
      text-transform: none;
      font-size: 16px;
  }
  .catalog-header-menu-title{
      font-weight: 700;
      color: #fff;
      padding-right: 58px;
      padding-top: 9px;
  }
  .mobile-top{
      min-width: 360px;
      height: 100px;
  }
  .not-front-page header .phones-wrapper,
  .not-front-page header .call-me-wrapper{
      display: none;
  }
  .not-front-page header {
    margin-top: 100px;
  }
  .mobile-site-logo{
    margin-top: -3px;  
  }
  .content-wrapper .catalog-section-vertical .catalog-item {
      width: 100%;
      margin-right: 0;
  }
}
@media (min-width: 767px) and (max-width: 999px) {
    .mobile-site-name,
    .catalog-header-menu-title,
    .catalog-header-link{
        display: none;
    }
/*  .front-page header {
    background: url(/bitrix/templates/.default/images/header-front-bg-mob.png) 35% 22% no-repeat;
    height: auto;
  }*/
  header {
    background: url(/bitrix/templates/.default/images/header-front-bg-mob.png) 35% 22% no-repeat;
    height: auto;
  }
  header .logo {
    width: 50%;
    padding-top: 35px;
  }
  header .contacts {
    width: 50%;
  }
  .search-block .wrapper .autosoft-link-wrapper {
    width: 50%;
    text-align: left;
    padding-left: 5px;
    margin-bottom: 0;
  }
  .search-block .wrapper .search-wrapper {
    width: 50%;
  }
  .search-block .bx-input-group-btn {
    top: 0;
  }
  .bx_catalog_tile_ul li {
    width: 50%;
    padding: 7px;
  }
  .bx_catalog_tile_ul .bx_catalog_tile_img {
    height: 35vh;
  }
  footer .wrapper.oh > div > div {
    width: 50%;
  }
  .contacts-wrapper .contacts-info {
    margin-bottom: 30px;
  }
  .catalog-section-vertical .catalog-item {
    width: 49%;
  }
  .catalog-section-vertical .catalog-item:nth-of-type(3n) {
    margin-right: 2%;
  }
  .catalog-section-vertical .catalog-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .catalog-section-vertical .product-item .product-item-image-wrapper .product-item-image-original {
    height: 33vh;
  }
  .catalog-section-horizontal .product-item-amount-description-container {
    display: none;
  }
  .inner-page.about .first-row .images {
    display: none;
  }
  .inner-page.about .first-row .text {
    width: 100%;
  }
  .inner-page.delivery .delivery-block .item .icon-wrapper {
    padding-left: 10px;
    width: 13%;
  }
  .inner-page.delivery .delivery-block .item .text {
    width: 87%;
  }
}
@media (min-width: 1220px) and (max-width: 1319px) {
  .filter-catalog .search-input-wrapper {
    width: 50%;
  }
}
@media (min-width: 1000px) and (max-width: 1219px) {
  .filter-catalog .search-input-wrapper {
    width: 45%;
  }
}
@media (min-width: 768px) {
  nav ul > li.dropdown:hover {
    border-bottom: none;
    padding-bottom: 10px;
  }
}
@media (min-width: 1280px) and (max-width: 1320px) {
  footer .mail-wrapper {
    margin-left: 35px;
  }
}
@media (min-width: 1000px) and (max-width: 1279px) {
  footer .mail-wrapper {
    width: 100%;
    margin-left: 0;
  }
  footer .address-wrapper {
    width: 100%;
  }
  .content-wrapper aside {
    width: 300px;
  }
  .content-wrapper main {
    margin-left: 320px;
  }
  .vertical-multilevel-menu a {
    margin-left: 10px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  .catalog-section-horizontal .product-item .article {
    padding-bottom: 0;
  }
  .catalog-section-horizontal .product-item .product-item-title {
    padding-top: 0;
    padding-bottom: 0;
  }
  .catalog-section-horizontal .product-item .product-item-info-container {
    float: left;
    width: auto !important;
  }
  .catalog-section-horizontal .product-item .product-item-price-container .product-item-price-old {
    display: inline !important;
  }
  .catalog-section-horizontal .product-item .product-item-price-container .product-item-price-old + span {
    display: none;
  }
  .catalog-section-horizontal .product-item .product-item-price-container .product-item-price-old-0 {
    display: none !important;
  }
  .catalog-section-horizontal .product-item .product-item-price-container .product-item-price-old-0 + span {
    display: inline;
  }
}
@media (max-width: 400px) {
    .filter-catalog .search-input-wrapper{
        max-width: 140px;
    }
    .filter-catalog .sort span{
        max-width: 180px;
    }
}
/*# sourceMappingURL=style.css.map */
/* End */
/* /bitrix/templates/.default/components/bitrix/sale.basket.basket.line/custom/style.css?1528457329804 */
/* /bitrix/templates/.default/components/api/search.title/.default/css/baron.min.css?15284573295622 */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.css?1528457338585 */
/* /bitrix/templates/.default/components/bitrix/news.list/partners/style.css?15284573323920 */
/* /bitrix/components/bitrix/sale.basket.basket.line/templates/.default/style.css?17331893884804 */
/* /bitrix/templates/.default/css/normalize.css?15284573297718 */
/* /bitrix/templates/.default/css/jquery.fancybox.css?152845732917412 */
/* /bitrix/templates/.default/css/style.css?173737756347010 */
