@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&amp;subset=cyrillic');
/*@import url('https://fonts.googleapis.com/css?family=Courier:300,400,500,600,700,800,900&amp;subset=cyrillic');*/

/* start nouislider */
.noUi-target, .noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-target {
	position: relative;
	direction: ltr;
}
.noUi-base, .noUi-connects {
	width: 100%;
	height: 4px;
	position: relative;
	z-index: 1;
}
.noUi-connects {
	overflow: hidden;
	z-index: 0;
}
.noUi-connect, .noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
	left: auto;
	right: 0;
}
.noUi-horizontal .noUi-origin {
	height: 0;
}
.noUi-handle {
	position: absolute;
}
.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
}
.noUi-state-drag * {
	cursor: inherit !important;
}
.noUi-horizontal {
	height: 4px;
}
.noUi-horizontal .noUi-handle {
	width: 14px;
	height: 14px;
	left: -7px;
	top: -5px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
	right: -7px;
	left: auto;
}
@media (max-width: 991px) {
	.noUi-horizontal .noUi-handle {
		width: 20px;
		height: 20px;
		left: -10px;
		top: -8px;
	}
	html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
		right: -10px;
	}
}
.noUi-target {
	background: #d7f0ec;
	border-radius: 4px;
	border: 1px solid transparent;
}
.noUi-connects {
	border-radius: 3px;
}
.noUi-connect {
	background: #12ae9b;
}
.noUi-draggable {
	cursor: ew-resize;
}
.noUi-handle {
	border: 3px solid #12ae9b;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}
[disabled] .noUi-connect {
	background: #ebebeb;
}
[disabled].noUi-target, [disabled].noUi-handle, [disabled] .noUi-handle {
	cursor: not-allowed;
}
/* end nouislider */
/* start reset owl.carousel */
.owl-carousel {
	margin: 0;
}
.owl-wrapper-outer {
	border: 0;
	border-radius: 0;
	box-shadow: unset;
}
.owl-controls .owl-page span {
	background: #f1f1f1;
	box-shadow: unset;
}
.owl-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
@media(max-width: 1199px) {
	.owl-dots {
		bottom: 40px;
	}
}
@media(max-width: 991px) {
	.owl-dots {
		bottom: 20px;
	}
}
@media(max-width: 767px) {
	.owl-dots {
		bottom: 20px;
	}
}
.owl-dots .owl-dot {
	display: inline-block;
	margin: 0 6px;
}
.owl-dots .owl-dot span {
	position: relative;
	display: block;
	height: 10px;
	width: 10px;
	text-align: center;
	background: #fff;
	opacity: 0.5;
	border-radius: 50%;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
	background: #12ae9b;
}
.owl-dots .owl-dot:hover span {
	opacity: 0.8;
}
/* end reset owl.carousel */
.selectboxit-container {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.selectboxit-container * {
	font: 14px Helvetica, Arial;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	outline: none;
	white-space: nowrap;
}
.selectboxit-container .selectboxit {
	width: 220px; /* Width of the dropdown button */
	cursor: pointer;
	margin: 0;
	padding: 0;
	border-radius: 6px;
	overflow: hidden;
	display: block;
	position: relative;
}
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
	height: 30px; /* Height of the drop down */
	line-height: 30px; /* Vertically positions the drop down text */
	display: block;
}
.selectboxit-container .selectboxit:focus {
	outline: 0;
}
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: default;
}
.selectboxit-text {
	text-indent: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
}
.selectboxit .selectboxit-option-icon-container {
	margin-left: 5px;
}
.selectboxit-container .selectboxit-options {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 100%;/* Minimum Width of the dropdown list box options */
	*width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	overflow-x: hidden;
	overflow-y: auto;
	cursor: pointer;
	display: none;
	z-index: 9999999999999;
	border-radius: 6px;
	text-align: left;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	max-height: 250px;
}
.selectboxit-option .selectboxit-option-anchor{
	padding: 0 2px;
}
.selectboxit-option .selectboxit-option-anchor:hover {
	text-decoration: none;
}
.selectboxit-option, .selectboxit-optgroup-header {
	text-indent: 5px; /* Horizontal Positioning of the select box option text */
	margin: 0;
	list-style-type: none;
}
.selectboxit-option-first {
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
.selectboxit-optgroup-header + .selectboxit-option-first {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
.selectboxit-option-last {
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.selectboxit-optgroup-header {
	font-weight: 700;
}
.selectboxit-optgroup-header:hover {
	cursor: default;
}
.selectboxit-arrow-container {
	/* Positions the down arrow */
	width: 30px;
	position: absolute;
	right: 0;
}
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
	margin: auto;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
	top: 30%;
}
.selectboxit-option-icon-container {
	float: left;
}
.selectboxit-container .selectboxit-option-icon {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.selectboxit-option-icon-url {
	width: 18px;
	background-size: 18px 18px;
	background-repeat: no-repeat;
	height: 100%;
	background-position: center;
	float: left;
}
.selectboxit-rendering {
	display: inline-block !important;
	*display: inline !important;
	zoom: 1 !important;
	visibility: visible !important;
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}
.jqueryui .ui-icon {
	background-color: inherit;
}
.jqueryui .ui-icon-triangle-1-s {
	background-position: -64px -16px;
}
.selectboxit-btn {
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
	color: #333333;
	background-color: #e6e6e6;
}
.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
}
.selectboxit-list {
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.selectboxit-list .selectboxit-option-anchor {
	color: #333333;
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
	color: #ffffff;
	background-color: #0000c2;
	background-image: -moz-linear-gradient(top, #0000cc, #0000b3);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0000cc), to(#0000b3));
	background-image: -webkit-linear-gradient(top, #0000cc, #0000b3);
	background-image: -o-linear-gradient(top, #0000cc, #0000b3);
	background-image: linear-gradient(to bottom, #0000cc, #0000b3);
	background-repeat: repeat-x;
}
.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
	color: #999999;
}
.selectboxit-default-arrow {
	width: 6px;
	height: 6px;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	transform: rotate(225deg);
}
/* start reset selectboxit */
.selectboxit-container .selectboxit {
	border-radius: 0;
}
.selectboxit-btn {
	border: 1px solid #ebebeb;
	background-image: none;
	background-color: #fff;
}
.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus, .selectboxit-btn.selectboxit-enabled:active {
	background: #fff;
}
.selectboxit-container .selectboxit-options {
	border-radius: 0;
}
.selectboxit-list {
	border: 1px solid #ebebeb;
}
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
	background-color: #fff;
	background-image: none;
	color: #000;/*reset jqury ui*/
}
.selectboxit-container .selectboxit-options a:hover {
	color: #12ae9b;
}
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-transform: none;
	border-radius: 3px;
}
.selectboxit-container:hover .selectboxit-btn {
	border-color: #12ae9b;
	color: #12ae9b;
}
.selectboxit-default-arrow {
	border-color: #333;
}
.selectboxit-btn.selectboxit-enabled:hover .selectboxit-default-arrow, .selectboxit-btn.selectboxit-enabled:focus .selectboxit-default-arrow, .selectboxit-btn.selectboxit-enabled:active .selectboxit-default-arrow {
	border-color: #12ae9b;
}
/* end reset selectboxit */
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #cccccc;
}
.mfp-preloader a:hover {
	color: white;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right: 17px solid white;
	margin-left: 31px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left: 17px solid white;
	margin-left: 39px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
	padding-top: 60px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: black;
}
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
.mfp-figure {
	line-height: 0; }
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #fff; }
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px; }

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto; }

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px; }

.mfp-image-holder .mfp-content {
	max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
	 * Remove all paddings around the image on small screen
	 */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0; }
	.mfp-img-mobile img.mfp-img {
		padding: 0; }
	.mfp-img-mobile .mfp-figure {
		/* The shadow behind the image */ }
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0; }
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px; }
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; }
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0; }
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px; }
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0; } }

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75); }
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0; }
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%; }
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px; } }

.mfp-ie7 .mfp-img {
	padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
	padding: 0; }
.mfp-ie7 .mfp-content {
	padding-top: 44px; }
.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}
.mfp-iframe-holder .mfp-close {
	top: 0px;
	right: 10px;
}
.mfp-iframe-holder .mfp-content {
	height: 100%;
}
.mfp-iframe-scaler iframe {
	padding: 30px 0 0 0;
	background-color: #fff;
}
.mfp-close-btn-in .mfp-close {
	color: #000;
}
.mfp-close-btn-in .mfp-close:hover, .mfp-close-btn-in .mfp-close:active, .mfp-close-btn-in .mfp-close:focus {
	color: #000;
}
/* end reset magnificPopup */
/* start bootstrap */
.x55ee27 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
	padding: 0 15px;
}
#content {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
}
@media (min-width: 768px) {
	.x55ee27, #content {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.x55ee27, #content {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.x55ee27, #content {
		width: 1240px;
	}
	.x55ee27 {
		padding: 0 50px;
	}
}
#content {
	padding-bottom: 50px;
	min-height: 600px;
}
.x238840,.thumbnail > img,.thumbnail a > img,.carousel-inner > .item > img,.carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
}
@media (max-width: 450px) {
	.x363343 {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.x54639d {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.x70a000 {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.xc90455 {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.x6ef223 {
		display: none !important;
	}
}
.x182ba7 {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .xb95693, .col-xs-3, .x8c249d, .xeabcff, .xdbd82d, .col-xs-4, .xa0ae72, .x1a37d5, .x7d2488, .col-xs-5, .x6c54fb, .col-md-5, .col-lg-5, .x210eb2, .x256f6a, .xc35ad8, .xec64bc, .col-xs-7, .xe88a22, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .x58c6e3, .xaed9bc, .col-xs-9, .x4aa01a, .x3abbec, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .x3fbcd9, .x259c7c, .col-md-12, .col-lg-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .x210eb2, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .x3fbcd9 {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}
.x3fbcd9 {
	flex: 0 0 100%;
	max-width: 100%;
}
.col-xs-11 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.col-xs-10 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-xs-9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.col-xs-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-xs-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
/*
	.xec64bc {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.x970ca6 {
		flex: 0 0 40%;
		max-width: 40%;
	}
*/

.col-xs-5 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-xs-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-xs-3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.col-xs-2 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-xs-1 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .x8c249d, .xa0ae72, .x6c54fb, .x256f6a, .xe88a22, .col-sm-8, .x4aa01a, .col-sm-10, .col-sm-11, .x259c7c {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.x259c7c {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-sm-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-sm-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.x4aa01a {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.xe88a22 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.xec64bc {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.x970ca6 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.x6c54fb {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.xa0ae72 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.x8c249d {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-sm-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .xeabcff, .x1a37d5, .col-md-5, .xc35ad8, .col-md-7, .x58c6e3, .x3abbec, .col-md-10, .col-md-11, .col-md-12 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-md-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-md-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.x3abbec {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.x58c6e3 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-md-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.xec64bc {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.x970ca6 {
		flex: 0 0 40%;
		max-width: 40%;
	}

	.col-md-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.x1a37d5 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.xeabcff {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-md-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
}
@media (min-width: 1200px) {
	.col-lg-1, .xb95693, .xdbd82d, .x7d2488, .col-lg-5, .xec64bc, .col-lg-7, .xaed9bc, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-lg-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-lg-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.xaed9bc {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-lg-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.xec64bc {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.x970ca6 {
		flex: 0 0 40%;
		max-width: 40%;
	}

	.col-lg-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.x7d2488 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.xdbd82d {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.xb95693 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-lg-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
}
/*
.x55ee27:before {
	display: table;
	content: " ";
}
.x55ee27:after {
	clear: both;
}
*/
/*
@media (min-width: 1200px) {
	.grid-view .xb95693:nth-child(6n+1), .grid-view .xb95693:nth-child(6n+1), .grid-view .xdbd82d:nth-child(4n+1), .grid-view .x7d2488:nth-child(3n+1), .grid-view .xec64bc:nth-child(2n+1) {
		clear: left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.grid-view .col-md-2:nth-child(6n+1), .grid-view .col-md-2:nth-child(6n+1), .grid-view .xeabcff:nth-child(4n+1), .grid-view .x1a37d5:nth-child(3n+1), .grid-view .xc35ad8:nth-child(2n+1) {
		clear: left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.grid-view .col-sm-2:nth-child(6n+1), .grid-view .col-sm-2:nth-child(6n+1), .grid-view .x8c249d:nth-child(4n+1), .grid-view .xa0ae72:nth-child(3n+1), .grid-view .x256f6a:nth-child(2n+1) {
		clear: left;
	}
}
@media (max-width: 767px) {
	.grid-view .col-xs-2:nth-child(6n+1), .grid-view .col-xs-2:nth-child(6n+1), .grid-view .col-xs-3:nth-child(4n+1), .grid-view .col-xs-4:nth-child(3n+1), .grid-view .x210eb2:nth-child(2n+1) {
		clear: left;
	}
}
*/
/* end bootstrap */
/*! start normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,section,summary {
	display: block;
}
audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],template {
	display: none;
}
a {
	background-color: transparent;
}
a:active,a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,strong {
	font-weight: 700;
}
dfn {
	font-style: italic;
}
h1 {
	margin: .67em 0;
	font-size: 2em;
}
mark {
	color: #000;
	background: #55ff00;
}
small {
	font-size: 80%;
}
sub,sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
pre {
	overflow: auto;
}
code,kbd,pre,samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,input,optgroup,select,textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}
button {
	overflow: visible;
}
button,select {
	text-transform: none;
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
input[type="search"] {
	-webkit-appearance: none;
}
input {
	line-height: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control {
		line-height: 34px;
	}
	input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"] {
		line-height: 30px;
	}
	input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"] {
		line-height: 46px;
	}
}
input[type="checkbox"],input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
textarea {
	overflow: auto;
}
td,th {
	padding: 0;
}
/*! end normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* start my reset */
* {
	box-sizing: border-box;
}
*:before,*:after {
	box-sizing: border-box;
}
html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background: url('../image/bg.jpg') #ffffff;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 14px;
}
h1, .welcome {
	margin-top: 0px;
	margin-bottom: 40px;
	font-size: 28px;
	font-weight: 700;
}
@media (max-width:767px) {
	h1 {
		text-align: center;
	}
}
h2 {
	color: #000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.h3, h3 {
	font-size: 20px;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
a:hover, a:active, a:focus, label:hover {
	color: #cbb82d;
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
table {
	border-spacing: 0;
	height: 100%;
	border-collapse: collapse;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.xc40c58 ul {
	list-style: disc;
	padding: 0 0 0 15px;
}
img {
	vertical-align: middle;
}
/* end my reset */


@media (max-width: 767px) {
	.x238840 {
		max-width: 100%;
	}
}


/* variant */
img[src$=".png"]:not([src*="telegram"]):not([src*="whatsapp"]):not([src*="google"]):not([src*="yandex"]),
img[src$=".gif"]:not([src*="telegram"]):not([src*="whatsapp"]) { filter: hue-rotate(40deg); }

/* перерисованные баннеры уже в новой палитре */
img[src*="0 aWARD.jp1212g-776x400.jpg"],
img[src*="Delicana new 2025-776x400.jpg"],
img[src*=" и график Магазинов-776x400.jpg"],
img[src*="Karmy konserva-776x400.jpg"] { filter: none !important; }
