@charset "UTF-8";

@font-face {
	font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Open Sans */
@font-face {
	font-family: 'OpenSans';
  src: url("../fonts/OpenSans/OpenSansRegular/OpenSansRegular.eot");
  src: url("../fonts/OpenSans/OpenSansRegular/OpenSansRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSansRegular/OpenSansRegular.woff") format("woff"), url("../fonts/OpenSans/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
	font-family: 'OpenSans';
  src: url("../fonts/OpenSans/OpenSansRegularItalic/OpenSansRegularItalic.eot");
  src: url("../fonts/OpenSans/OpenSansRegularItalic/OpenSansRegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSansRegularItalic/OpenSansRegularItalic.woff") format("woff"), url("../fonts/OpenSans/OpenSansRegularItalic/OpenSansRegularItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
}

@font-face {
	font-family: 'OpenSans';
  src: url("../fonts/OpenSans/OpenSansSemiBold/OpenSansSemiBold.eot");
  src: url("../fonts/OpenSans/OpenSansSemiBold/OpenSansSemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSansSemiBold/OpenSansSemiBold.woff") format("woff"), url("../fonts/OpenSans/OpenSansSemiBold/OpenSansSemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}

@font-face {
	font-family: 'OpenSans';
  src: url("../fonts/OpenSans/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic.eot");
  src: url("../fonts/OpenSans/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic.woff") format("woff"), url("../fonts/OpenSans/OpenSansSemiBoldItalic/OpenSansSemiBoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: bold;
}

/* ========== */
html {
	height: 100%;
	font-size: 7px;
}

body {
	height: 100%;
	font-size: 16px;
	font-family: "OpenSans", sans-serif;
	color: #77787b;
	line-height: 1.5;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

body.noscroll {
	overflow: hidden;
}

input:hover, input:focus, input:active,
textarea:hover,
textarea:focus,
textarea:active {
	outline: none;
}

textarea {
	resize: none;
}

a {
	text-decoration: none;
	color: inherit;
}

a:not([class]), .link, .count, a[class=''] {
	color: #e8042a;
}

a:not([class]):hover, .link:hover, .count:hover, a[class='']:hover {
	color: black;
}

ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

p {
	margin: 1em 0;
}

hr {
	margin: 0;
	border: none;
	height: 1px;
	background: #e6e7e8;
}

video,
audio,
img,
svg {
	max-width: 100%;
	max-height: 100%;
}

::-moz-selection {
	color: white;
	background: #e8042a;
}

::selection {
	color: white;
	background: #e8042a;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.map {
	height: 80vh;
	width: 100%;
}

.link__arrow-left {
	margin-right: 3px;
}

.link__arrow-right {
	margin-left: 3px;
}

.link_dotted {
	border-bottom: 1px dotted;
}

.link_gray {
	color: inherit;
}

.title {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.3;
	margin: 0;
}

.title_sm {
	font-size: 20px;
}

.title_xs {
	font-size: 17px;
}

.favourite {
	display: inline-block;
	width: 25px;
	height: 21px;
	background: url("../img/icons/heart/heart.png") no-repeat center/contain;
}

.favourite:hover, .favourite_active {
	background-image: url("../img/icons/heart/heart-hover.png");
}

.btn {
	display: inline-block;
	max-width: 100%;
	position: relative;
	font-family: "OpenSans", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
	border: 1px solid;
	border-color: #f8bcc6 #f17a8e transparent transparent;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #e8042a;
	text-align: center;
	cursor: pointer;
	line-height: 1.15;
	outline: none;
	padding: .625em;
	word-break: break-word;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: 0.15s ease;
	-o-transition: 0.15s ease;
	transition: 0.15s ease;
}

.btn:hover {
	-webkit-box-shadow: inset 0 2px 5px #9d031c;
	box-shadow: inset 0 2px 5px #9d031c;
}

.btn:active {
	background: #9d031c;
}

.btn_sm, .btn_text-sm {
	font-size: 14px;
	font-weight: normal;
}

.btn_text-sm {
	padding: .786em;
}

.btn_gray {
	background: #77787b;
	border-color: #77787b #77787b transparent transparent;
}

.btn_gray:hover {
	-webkit-box-shadow: inset 0 2px 5px #515254;
	box-shadow: inset 0 2px 5px #515254;
}

.btn_gray:active {
	background: #515254;
}

.btn_lightgray {
	background: #e6e7e8;
	border-color: #e6e7e8;
	color: #77787b;
}

.btn_lightgray:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: white;
	background: #e8042a;
	border-color: #e8042a;
}

.btn_lightgray:active {
	background: #9d031c;
	border-color: #9d031c;
}

.btn_wide {
	display: block;
	width: 100%;
}

.price {
	font-size: 20px;
	line-height: 1;
}

.price_old {
	text-decoration: line-through;
	font-size: 14px;
}

.price_strong {
	font-weight: bold;
	color: #e8042a;
}

.card {
	border: 1px solid #c3c3c3;
	position: relative;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card__img-wrap {
	display: block;
	overflow: hidden;
	position: relative;
}

.card__img {
	display: block;
	padding-bottom: 80%;
	background: no-repeat center / cover;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}

.card__img:hover {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

.card__text-wrap {
	padding: 10px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card__title {
	text-transform: uppercase;
	margin-bottom: 5px;
}

.card__price-wrap {
	margin-top: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.card__favourite {
	margin-left: auto;
}

.card__notice {
	position: absolute;
	top: 5%;
	right: 5%;
	height: 7.5rem;
	width: 7.5rem;
	padding: .3em;
	overflow: hidden;
	font-size: 2.5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	background: #e8042a;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
	line-height: 1.3;
	margin: 1.5em 0 1em;
}

.text h1:first-child,
  .text h2:first-child,
  .text h3:first-child,
  .text h4:first-child,
  .text h5:first-child,
  .text h6:first-child {
	margin-top: 0;
}

.text h1:last-child,
  .text h2:last-child,
  .text h3:last-child,
  .text h4:last-child,
  .text h5:last-child,
  .text h6:last-child {
	margin-bottom: 0;
}

.text p:first-child {
	margin-top: 0;
}

.text p:last-child {
	margin-bottom: 0;
}

.text ul,
.text ol {
	margin: 1em 0;
	padding-left: 2em;
}

.text ul > li,
  .text ol > li {
	margin: .5em 0;
}

.text ul ul,
  .text ul ol,
  .text ol ul,
  .text ol ol {
	margin: .5em 0;
}

.text ul ul:first-child,
    .text ul ol:first-child,
    .text ol ul:first-child,
    .text ol ol:first-child {
	margin-top: .5em;
}

.text ul ul:last-child,
    .text ul ol:last-child,
    .text ol ul:last-child,
    .text ol ol:last-child {
	margin-bottom: .5em;
}

.text ul:first-child,
  .text ol:first-child {
	margin-top: 0;
}

.text ul:first-child > li:first-child,
    .text ol:first-child > li:first-child {
	margin-top: 0;
}

.text ul:last-child,
  .text ol:last-child {
	margin-bottom: 0;
}

.text ul:last-child > li:last-child,
    .text ol:last-child > li:last-child {
	margin-bottom: 0;
}

.cat__title {
	margin-bottom: 20px;
	text-align: center;
}

.count {
	display: inline-block;
	font-size: 14px;
	line-height: 1;
}

.count::before {
	content: '';
	display: inline-block;
	background: no-repeat center / contain;
	vertical-align: middle;
}

.count_bag::before {
	margin-right: 5px;
	width: 25px;
	height: 19px;
	background-image: url("../img/icons/bag/bag.png");
}

.count_bag:hover::before {
	background-image: url("../img/icons/bag/bag-black.png");
}

.count_favourite::before {
	margin-right: 5px;
	width: 20px;
	height: 18px;
	background-image: url("../img/icons/heart/heart-sm.png");
}

.count_favourite:hover::before {
	background-image: url("../img/icons/heart/heart-sm-black.png");
}

.social {
	display: inline-block;
}

.social__wrap {
	margin: -5px;
}

.social__link {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #77787b;
	border: 1px solid;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 19px;
	width: 30px;
	height: 30px;
	margin: 5px;
}

.social__link:hover {
	color: #e8042a;
}

.social__link:active {
	color: #9d031c;
}

.social__link_vk:hover {
	color: #45668e;
}

.social__link_vk:active {
	color: #2c415b;
}

.social__link_facebook:hover {
	color: #3b5998;
}

.social__link_facebook:active {
	color: #263961;
}

.social__link_instagram:hover {
	color: #bc2a8d;
}

.social__link_instagram:active {
	color: #7d1c5e;
}

.social__link_youtube:hover {
	color: #b00;
}

.social__link_youtube:active {
	color: #6f0000;
}

.social__link_houzz:hover {
	color: #4dbc15;
}

.social__link_houzz:active {
	color: #31770d;
}

.social__icon {
	width: 100%;
	height: 100%;
}

.cat-icon {
	display: block;
}

.cat-icon:hover .cat-icon__img {
	-webkit-filter: grayscale(1) brightness(2);
	filter: grayscale(1) brightness(2);
}

.cat-icon__title {
	margin-bottom: 10px;
}

.cat-icon__img {
	padding-bottom: 68%;
	background: no-repeat center / cover;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.slider .slick-slide > div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.slider:hover .slider__arrow {
	opacity: 1;
}

.slider__item {
	outline: none;
	display: block;
}

.slider__img {
	padding-bottom: 74%;
	background: no-repeat center / cover;
}

.slider__arrow {
	position: absolute;
	z-index: 1;
	width: 10%;
	cursor: pointer;
	font-size: 5rem;
	color: white;
	top: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.slider__arrow::after {
	font-family: "FontAwesome", sans-serif;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.slider__arrow:hover {
	color: #e8042a;
}

.slider__arrow_prev {
	left: 0;
	background: -webkit-gradient(linear, left top, right top, from(rgba(119, 120, 123, 0.3)), color-stop(50%, rgba(119, 120, 123, 0.3)), to(transparent));
	background: -webkit-linear-gradient(left, rgba(119, 120, 123, 0.3) 0%, rgba(119, 120, 123, 0.3) 50%, transparent 100%);
	background: -o-linear-gradient(left, rgba(119, 120, 123, 0.3) 0%, rgba(119, 120, 123, 0.3) 50%, transparent 100%);
	background: linear-gradient(to right, rgba(119, 120, 123, 0.3) 0%, rgba(119, 120, 123, 0.3) 50%, transparent 100%);
}

.slider__arrow_prev::after {
	content: '\f104';
}

.slider__arrow_next {
	right: 0;
	background: -webkit-gradient(linear, right top, left top, from(rgba(119, 120, 123, 0.3)), color-stop(50%, rgba(119, 120, 123, 0.3)), to(transparent));
	background: -webkit-linear-gradient(right, rgba(119, 120, 123, 0.3) 0%, rgba(119, 120, 123, 0.3) 50%, transparent 100%);
	background: -o-linear-gradient(right, rgba(119, 120, 123, 0.3) 0%, rgba(119, 120, 123, 0.3) 50%, transparent 100%);
	background: linear-gradient(to left, rgba(119, 120, 123, 0.3) 0%, rgba(119, 120, 123, 0.3) 50%, transparent 100%);
}

.slider__arrow_next::after {
	content: '\f105';
}

.slider__dots {
	margin: 10px 0 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.slider__dots li {
	display: inline-block;
	padding: 13px 10px;
	cursor: pointer;
}

.slider__dots li:hover .slider__dot {
	background: black;
}

.slider__dots li.slick-active .slider__dot {
	background: #e8042a;
}

.slider__dot {
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #77787b;
	display: block;
}

.slider_dots .slider__img {
	padding-bottom: 50%;
}

.fancybox {
	display: block;
	position: relative;
	outline: none;
}

.fancybox::after {
	content: '\f002';
	font-family: "FontAwesome", sans-serif;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 5rem;
	color: white;
	text-shadow: 0 0 1px #77787b;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	opacity: 0;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.fancybox:hover::after {
	opacity: 1;
}

.fancybox img {
	display: block;
}

.fancybox__bg {
	display: block;
	padding-bottom: 66%;
	background: no-repeat center / cover;
}

.select {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
}

.select__current {
	outline: none;
	padding: 12px 50px 12px 20px;
	border: 1px solid;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	line-height: 1;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: -webkit-border-radius 0.15s ease;
	transition: -webkit-border-radius 0.15s ease;
	-o-transition: border-radius 0.15s ease;
	transition: border-radius 0.15s ease;
	transition: border-radius 0.15s ease, -webkit-border-radius 0.15s ease;
}

.select__current::before {
	content: '';
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 4px 5px 0;
	border-right-color: transparent;
	border-left-color: transparent;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: -webkit-transform 0.15s ease;
	transition: -webkit-transform 0.15s ease;
	-o-transition: transform 0.15s ease;
	transition: transform 0.15s ease;
	transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}

.select__current:hover {
	color: #1183c6;
}

.select__current_active {
	color: #1183c6;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}

.select__current_active::before {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.select__current.ui-button {
	width: auto;
}

.select__current .ui-icon {
	display: none;
}

.select__text {
	margin: 0;
}

.select__list {
	z-index: 10;
	border: 0;
	font-size: 14px;
	line-height: 1.15;
}

.select__list .ui-menu {
	list-style-type: none;
	padding: 0;
	margin-top: -1px;
	color: #77787b;
	border: 1px solid #1183c6;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background: white;
	max-height: 18em;
	position: relative;
	outline: none;
}

.select__list .ui-menu-item {
	cursor: pointer;
}

.select__list .ui-menu-item:first-child .ui-menu-item-wrapper {
	padding-top: 18px;
}

.select__list .ui-menu-item:last-child .ui-menu-item-wrapper {
	padding-bottom: 18px;
}

.select__list .ui-menu-item.ui-state-disabled {
	font-weight: bold;
	cursor: auto;
}

.select__list .ui-menu-item.ui-state-disabled .ui-state-active {
	color: #77787b;
}

.select__list .ui-menu-item-wrapper {
	padding: 10px 20px;
	outline: none;
	position: relative;
}

.select__list .ui-menu-item-wrapper.ui-state-active {
	color: #1183c6;
}

.select__color {
	width: 36px;
	height: 34px;
	display: inline-block;
	vertical-align: middle;
	margin: -10px 10px -10px -18px;
	border: 1px solid #c3c3c3;
}

.select_wide {
	display: block;
}

.select_wide .select__current {
	width: 100%;
}

.input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px 20px;
	border: 1px solid;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: white;
	font-family: "OpenSans", sans-serif;
	font-weight: normal;
	color: #77787b;
	max-width: 100%;
	outline: none;
}

.input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 50px white;
	box-shadow: inset 0 0 0 50px white;
    /* Цвет фона */
	-webkit-text-fill-color: #77787b;
    /* цвет текста */
	color: #77787b;
    /* цвет текста */
}

.input:-webkit-autofill::selection {
	-webkit-text-fill-color: #77787b;
      /* цвет текста */
	color: #77787b;
      /* цвет текста */
}

.input::-webkit-input-placeholder {
	color: #77787b;
}

.input::-moz-placeholder {
	color: #77787b;
}

.input:-moz-placeholder {
	color: #77787b;
}

.input:-ms-input-placeholder {
	color: #77787b;
}

.input:hover {
	border-color: #1183c6;
}

.input_invalid {
	color: #e8042a;
}

.input_invalid::-webkit-input-placeholder {
	color: #e8042a;
}

.input_invalid::-moz-placeholder {
	color: #e8042a;
}

.input_invalid:-moz-placeholder {
	color: #e8042a;
}

.input_invalid:-ms-input-placeholder {
	color: #e8042a;
}

.input_invalid:hover {
	border-color: #e8042a;
}

.input_sm {
	font-size: 14px;
}

.input_lightgray {
	background: #f3f4f4;
	border-color: #b6b6b6;
	-webkit-transition: 0.15s ease;
	-o-transition: 0.15s ease;
	transition: 0.15s ease;
}

.input_wide {
	display: block;
	width: 100%;
}

textarea.input {
	height: 5em;
}

.check {
	display: inline-block;
	max-width: 100%;
}

.check__input {
	display: none;
}

.check__input:checked + .check__label {
	color: #e8042a;
}

.check__input:checked + .check__label::before {
	content: '\f046';
}

.check__label {
	display: block;
	cursor: pointer;
	position: relative;
	padding-left: 1.3em;
}

.check__label::before {
	content: '\f096';
	font-family: "FontAwesome", sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.check__label:hover {
	color: #1183c6;
}

.check_btn .check__label {
	cursor: default;
	background: white;
	padding: 10px 20px;
	border: 1px solid;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 1.15;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.check_btn .check__label::before {
	display: none;
}

.check_partial .check__label {
	color: #e8042a;
}

.check_partial .check__label::before {
	content: '\f0c8';
}

.check-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -5px;
	overflow: hidden;
}

.check-group__btn {
	margin-bottom: 5px;
}

.check-group__btn:not(:first-child) .check__label {
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}

.check-group__btn:not(:last-child) {
	margin-right: -1px;
}

.check-group__btn:not(:last-child) .check__label {
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}

.check-group__btn:hover {
	z-index: 2;
}

.check-group__btn .check__input:checked + .check__label {
	z-index: 1;
}

.search {
	display: block;
	width: 100%;
	position: relative;
}

.search__input {
	display: block;
	width: 100%;
	padding-right: 40px;
}

.search__btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
	width: 40px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.search__btn::after {
	content: '\f002';
	display: block;
	font-family: "FontAwesome", sans-serif;
}

.search__btn:hover {
	color: #1183c6;
}

.search__btn:active {
	color: #0b5480;
}

.search__sub {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: white;
	-webkit-box-shadow: 0 0 11px 2px rgba(0, 0, 0, 0.34);
	box-shadow: 0 0 11px 2px rgba(0, 0, 0, 0.34);
	z-index: 5;
	padding: 20px 0 5px;
	display: none;
}

.search__sub_visible {
	display: block;
}

.search__title {
	margin: 0 20px 5px;
}

.search__list {
	list-style-type: none;
	margin-bottom: 10px;
}

.search__link {
	display: block;
	line-height: 2.5;
	margin: 0;
	padding: 0 30px;
	font-size: 14px;
}

.search__link:hover {
	background: #f3f4f4;
}

.search__link_more {
	font-weight: bold;
}

.news__title {
	margin-bottom: 1em;
	display: inline-block;
	font-weight: bold;
}

.news__desc {
	margin-bottom: 1em;
}

.news__date {
	font-size: 14px;
	font-style: italic;
}

.logo {
	display: inline-block;
	max-width: 100%;
	-webkit-transition: 0.15s ease;
	-o-transition: 0.15s ease;
	transition: 0.15s ease;
}

.logo:hover {
	opacity: .8;
}

.logo__img {
	display: block;
	height: 100%;
	width: 100%;
}

.img {
	display: block;
	margin: 2em auto;
}

.filter__tab_hidden {
	display: none;
}

.filter__toggle {
	font-weight: normal;
	display: inline-block;
	margin-right: 20px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.filter__toggle:hover, .filter__toggle_active {
	color: black;
}

.filter__view-btn {
	display: inline-block;
	width: 20px;
	height: 14px;
	background: no-repeat center / contain;
	margin-left: 10px;
	cursor: pointer;
}

.filter__view-btn_one {
	background-image: url("../img/icons/order/one.png");
}

.filter__view-btn_one:hover {
	background-image: url("../img/icons/order/one-active.png");
}

.filter__view-btn_four {
	background-image: url("../img/icons/order/four.png");
}

.filter__view-btn_four:hover {
	background-image: url("../img/icons/order/four-active.png");
}

.filter__view-btn_active.filter__view-btn_one {
	background-image: url("../img/icons/order/one-active.png");
}

.filter__view-btn_active.filter__view-btn_four {
	background-image: url("../img/icons/order/four-active.png");
}

.check-block__check-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	padding-bottom: 15px;
}

.check-block__check-wrap::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	height: 1px;
	width: 100%;
	background: #c3c3c3;
}

.check-block__btn-wrap {
	padding-top: 15px;
	text-align: center;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 106;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow-x: hidden;
	padding: 0;
	overflow-y: hidden;
	display: none;
}

.modal__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	width: 100%;
	background-color: white;
	position: relative;
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 0;
	-webkit-transition: 0.3s ease transform, 0.3s linear opacity;
	-o-transition: 0.3s ease transform, 0.3s linear opacity;
	transition: 0.3s ease transform, 0.3s linear opacity;
}

.modal__wrap_visible {
	-webkit-transition: 0.6s ease transform, 0.3s linear opacity;
	-o-transition: 0.6s ease transform, 0.3s linear opacity;
	transition: 0.6s ease transform, 0.3s linear opacity;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
}

.modal__head {
	padding: 4rem 8rem 1.5rem;
}

.modal__close {
	border: none;
	background: none;
	outline: none;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 1;
	width: 8rem;
	height: 8rem;
}

.modal__close::before, .modal__close::after {
	content: '';
	position: absolute;
	width: 2.6rem;
	height: 2px;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -1.3rem;
	background: #77787b;
	-webkit-transition: 0.15s ease;
	-o-transition: 0.15s ease;
	transition: 0.15s ease;
}

.modal__close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modal__close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modal__close:hover::before, .modal__close:hover::after {
	background: #e8042a;
}

.modal__body {
	position: relative;
	padding: 2.5rem 4rem;
}

.modal__title {
	text-align: center;
}

.modal__check {
	font-size: 11px;
	color: #e8042a;
}

.modal_visible {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.fog {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	z-index: 105;
	opacity: .5;
}

.check-list__title {
	margin-bottom: 5px;
}

.check-list__list {
	padding-left: 15px;
}

.check-list__item {
	margin-bottom: 5px;
}

.gray {
	background: #f3f4f4;
	padding: 3rem 3.5rem;
	overflow: hidden;
}

.gray__question {
	font-weight: bold;
	margin-bottom: 5px;
}

.num {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.num__input {
	-webkit-border-radius: 0;
	border-radius: 0;
	width: 80px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.num__input:hover {
	z-index: 1;
}

.num__btn {
	cursor: pointer;
	color: #77787b;
	padding: 10px;
	width: 40px;
	text-align: center;
}

.num__btn:hover {
	z-index: 1;
	color: #1183c6;
}

.num__btn_neg {
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	margin-right: -1px;
}

.num__btn_neg::after {
	content: '-';
}

.num__btn_pos {
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-left: -1px;
}

.num__btn_pos::after {
	content: '+';
}

.item {
	border: 1px solid #f3f4f4;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	outline: none;
}

.item__text-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 15px;
	border-top: 1px solid #f3f4f4;
}

.item__img-wrap {
	padding: 15px;
	-webkit-box-flex: 1;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
}

.item__text-col {
	-webkit-box-flex: 1;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.item__btns-wrap {
	padding-top: 15px;
	text-align: center;
}

.item__row {
	display: block;
	margin-bottom: 15px;
}

.item__row:last-child {
	margin-bottom: 0;
}

.item__title {
	font-weight: bold;
	display: block;
	line-height: 1.3;
	margin-bottom: 10px;
	outline: none;
}

.item__params {
	list-style-type: none;
	display: block;
}

.item__param {
	font-size: 13px;
}

.item__param-name {
	font-weight: bold;
}

.item__price-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.item__price-col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.item__favourite {
	display: block;
	margin-left: 10px;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}

.item__old-price {
	margin-right: 10px;
	text-align: right;
	white-space: nowrap;
}

.item__price {
	text-align: right;
	white-space: nowrap;
}

.item__img-link {
	display: inline-block;
	position: relative;
	-webkit-box-shadow: 3px 3px 6px #77787b;
	box-shadow: 3px 3px 6px #77787b;
	width: 100px;
	height: 100px;
	max-width: 100%;
	max-height: 100%;
	outline: none;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.item__img-link::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	opacity: 0;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.item__img-link:hover::after {
	opacity: 1;
}

.item__img {
	display: block;
	background: no-repeat top / cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.item__link {
	font-size: 14px;
	outline: none;
}

.detail__outer {
	display: inline-block;
	text-align: left;
}

.detail__title-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.detail__img {
	border: 1px solid #f3f4f4;
}

.detail__img .fancybox__bg {
	padding-bottom: 100%;
	-webkit-background-size: contain;
	background-size: contain;
}

.detail__favourite {
	margin-left: 15px;
}

.detail__list {
	margin-bottom: 15px;
}

.detail__list_table {
	display: table;
}

.detail__list_table .detail__list-item {
	display: table-row;
}

.detail__list_table .detail__list-title, .detail__list_table .detail__list-value {
	display: table-cell;
}

.detail__list-item {
	margin-bottom: 15px;
}

.detail__list-title {
	font-weight: bold;
}

.detail__list-title_upper {
	text-transform: uppercase;
}

.detail__list-value {
	padding-left: 15px;
}

.detail__num-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.detail__num-desc {
	margin-left: 10px;
	font-size: 14px;
}

.detail__old-price {
	font-size: 16px;
	text-align: center;
}

.detail__price {
	font-size: 25px;
	text-align: center;
}

.detail__btn-wrap {
	text-align: center;
}

.detail__btn {
	width: 100%;
	max-width: 400px;
}

.discount {
	width: 126px;
	height: 63px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: url("../img/icons/discount.png") no-repeat center/contain;
	color: white;
	font-weight: bold;
	padding-bottom: 13px;
	padding-left: 30px;
}

.slider-sm .slick-slide > div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.slider-sm:hover .slider-sm__arrow {
	opacity: 1;
}

.slider-sm__item {
	outline: none;
	display: block;
	padding: 0 15px;
}

.slider-sm__img {
	padding-bottom: 74%;
	background: no-repeat center / cover;
}

.slider-sm__arrow {
	position: absolute;
	z-index: 1;
	width: 30px;
	cursor: pointer;
	font-size: 5rem;
	color: #77787b;
	background: #f3f4f4;
	top: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.slider-sm__arrow::after {
	font-family: "FontAwesome", sans-serif;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.slider-sm__arrow:hover {
	color: #e8042a;
}

.slider-sm__arrow_prev {
	left: -15px;
}

.slider-sm__arrow_prev::after {
	content: '\f104';
}

.slider-sm__arrow_next {
	right: -15px;
}

.slider-sm__arrow_next::after {
	content: '\f105';
}

.slider-sm__dots {
	margin: 10px 0 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.slider-sm__dots li {
	display: inline-block;
	padding: 13px 10px;
	cursor: pointer;
}

.slider-sm__dots li:hover .slider-sm__dot {
	background: black;
}

.slider-sm__dots li.slick-active .slider-sm__dot {
	background: #e8042a;
}

.slider-sm__dot {
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #77787b;
	display: block;
}

.slider-sm_dots .slider-sm__img {
	padding-bottom: 50%;
}

.menu__head {
	text-align: center;
}

.menu__head_opened {
	color: black;
}

.menu__head_opened .menu__link_head::after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.menu__wrap {
	list-style-type: none;
	display: none;
	padding-top: 10px;
}

.menu__wrap_opened {
	display: block;
}

.menu__item {
	position: relative;
	width: 100%;
	text-align: center;
}

.menu__item:last-child::after {
	display: none;
}

.menu__item_sub .menu__link::after {
	display: inline-block;
}

.menu__item_opened .menu__link {
	color: black;
}

.menu__item_opened .menu__link::after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.menu__item_opened .menu__sub {
	opacity: 1;
	visibility: visible;
}

.menu__link {
	font-size: 15px;
	padding: 5px;
	line-height: 1;
	display: block;
}

.menu__link::after {
	content: '\f107';
	font-family: "FontAwesome", sans-serif;
	display: none;
	margin-left: .5em;
	-webkit-transition: 0.15s ease transform;
	-o-transition: 0.15s ease transform;
	transition: 0.15s ease transform;
}

.menu__link_head {
	font-size: 18px;
	display: inline-block;
}

.menu__link_head::after {
	display: inline-block;
}

.menu__sub {
	position: absolute;
	top: 100%;
	margin-top: 1px;
	left: 0;
	min-width: 100%;
	background: #f3f4f4;
	list-style-type: none;
	text-align: left;
	white-space: nowrap;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border: 1px solid #e6e7e8;
	border-top: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.15s ease;
	-o-transition: 0.15s ease;
	transition: 0.15s ease;
	z-index: 5;
}

.menu__sub-item:first-child .menu__sub-link {
	padding-top: 10px;
}

.menu__sub-item:last-child .menu__sub-link {
	padding-bottom: 10px;
}

.menu__sub-link {
	display: block;
	padding: 3px 15px;
	font-size: 15px;
}

/* Blocks will be inserted here */
.header {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}

.header__wrap {
	border-bottom: 1px solid #e6e7e8;
}

.header__top {
	padding-top: 15px;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.header__col {
	padding-bottom: 15px;
}

.header__logo-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header__contacts-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__tel {
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3;
}

.header__time {
	font-size: 14px;
}

.header__count-wrap {
	margin: 0 -15px;
	padding-bottom: 15px;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header__count {
	padding: 8px 15px;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__menu {
	margin: 0 -15px 15px;
}

.footer {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	background: #e6e7e8;
	padding: 25px 0;
}

.footer__top {
	font-size: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer__col {
	margin-bottom: 25px;
	width: 100%;
}

.footer__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.footer__link-name {
	margin-right: .3em;
}

.footer__link {
	padding: 2px 0;
	display: inline-block;
	line-height: 1.4;
}

.footer__social-wrap {
	margin-top: 25px;
	text-align: center;
}

.footer__bot {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.footer__policy {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer__link-underline {
	text-decoration: underline;
	font-size: 14px;
}

.section {
	padding: 3rem 0;
}

.section::after {
	content: '';
	display: table;
	width: 100%;
	clear: both;
}

.section:last-child {
	padding-bottom: 6rem;
}

.section_space_none {
	padding-top: 0;
	padding-bottom: 0;
}

.section_space-bot_none {
	padding-bottom: 0;
}

.section_space-top_none {
	padding-top: 0;
}

.section_space_half {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.section_space-bot_half {
	padding-bottom: 1.5rem;
}

.section_space-top_half {
	padding-top: 1.5rem;
}

.main {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.main__separator {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #77787b;
}

.main__separator:first-child {
	margin-top: 30px;
}

.main__space-col {
	margin-bottom: 30px;
}

.main__space {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.main__space-bot {
	margin-bottom: 3rem;
}

.main__space-top {
	margin-top: 3rem;
}

.main__space-half {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.main__space-bot-half {
	margin-bottom: 1.5rem;
}

.main__space-top-half {
	margin-top: 1.5rem;
}

.main__fixed-check {
	display: inline-block;
	width: 150px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.main__search-first-col {
	text-align: center;
	margin-top: 1.5rem;
	font-weight: bold;
}

@media (min-width: 576px) {
	html {
		font-size: 8px;
	}

	.visible-xs {
		display: none !important;
	}

	.map {
		height: 360px;
	}

	.cat__title {
		text-align: left;
	}

	.cat__text-wrap {
		margin-top: -10px;
	}

	.slider_dots .slider__arrow {
		bottom: 54px;
	}

	.img_left {
		float: left;
		margin: 0 30px 1em 0;
		max-width: 55%;
	}

	.img_right {
		float: right;
		margin: 0 0 1em 30px;
		max-width: 55%;
	}

	.modal {
		padding: 5% 0 30px;
		overflow-y: auto;
	}

	.modal__wrap {
		width: 700px;
		max-width: 100%;
		height: auto;
	}

	.modal_lg .modal__wrap {
		width: 900px;
	}

	.modal_sm .modal__wrap {
		width: 500px;
	}

	.item__text-wrap {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.item__btns-wrap {
		text-align: right;
		padding-top: 0;
		padding-left: 15px;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.item__price-wrap {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.item__price-col {
		display: block;
	}

	.item__old-price {
		margin-bottom: 5px;
		margin-right: 0;
	}

	.detail__btn {
		width: auto;
	}

	.slider-sm__arrow {
		bottom: 54px;
	}

	.slider-sm_dots .slider-sm__arrow {
		bottom: 54px;
	}

	.menu__head {
		display: none;
	}

	.menu__wrap {
		padding-top: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.menu__wrap_opened {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.menu__item {
		width: 50%;
	}

	.menu__item_sub:hover .menu__link {
		color: black;
	}

	.menu__item_sub:hover .menu__link::after {
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	.menu__item_sub:hover .menu__sub {
		opacity: 1;
		visibility: visible;
	}

	.header__logo-wrap {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.header__contacts-wrap {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.header__count-wrap {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: right;
		padding-bottom: 0;
	}

	.footer__col {
		width: 50%;
	}

	.footer__item {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: left;
	}

	.footer__link {
		padding: 4px 0;
	}

	.footer__social-wrap {
		text-align: left;
	}
}

@media (min-width: 768px) {
	html {
		font-size: 9px;
	}

	.visible-sm {
		display: none !important;
	}

	.detail__num-wrap {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.detail__old-price {
		text-align: left;
	}

	.detail__price {
		text-align: left;
	}

	.detail__btn-wrap {
		text-align: left;
	}

	.menu__item {
		width: auto;
	}

	.menu__item::after {
		content: '';
		position: absolute;
		top: 15px;
		bottom: 15px;
		right: 0;
		width: 1px;
		background: #c3c3c3;
		pointer-events: none;
	}

	.menu__link {
		padding: .882em;
	}

	.header__menu {
		margin-bottom: 0;
	}

	.footer__col {
		width: 33.33333%;
	}

	.footer__bot {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		text-align: left;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.footer__policy {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.main__search-first-col {
		text-align: right;
		margin-top: 0;
		font-weight: normal;
	}
}

@media (min-width: 992px) {
	html {
		font-size: 10px;
	}

	.visible-md {
		display: none !important;
	}

	.map {
		height: 400px;
	}

	.filter__btns-wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: baseline;
		-webkit-align-items: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
	}

	.check-block {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.check-block__check-wrap {
		width: 465px;
		padding-bottom: 0;
		padding-right: 15px;
	}

	.check-block__check-wrap::after {
		height: 100%;
		width: 1px;
	}

	.check-block__btn-wrap {
		padding-top: 0;
		padding-left: 15px;
		margin-bottom: 5px;
		text-align: left;
	}

	.header__contacts-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.footer__col {
		width: auto;
	}
}

@media (min-width: 1200px) {
	.visible-lg {
		display: none !important;
	}

	.menu__link {
		font-size: 17px;
	}

	.menu__sub-link {
		font-size: 17px;
	}
}

@media (min-width: 1500px) {
	.footer__top {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
}

@media (max-width: 1199px) {
	.hidden-lg {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.hidden-md {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (max-width: 575px) {
	.hidden-xs {
		display: none !important;
	}

	.cat-icon__title {
		font-size: 16px;
	}

	.modal__body {
		height: 100%;
		overflow-y: auto;
		padding: 2.5rem 15px 15px;
	}
}

.news-list .news-item{
	line-height: 1;
}

/*[CUSTOMIZATION_BLOCK lb] task:125538*/
.custom-catalog-category ol, 
.custom-catalog-category ul{list-style-position:inside;}
.custom-catalog-category{text-align:justify;}
@media (max-width: 575px) {.custom-catalog-category{text-align:left;}}
/*[/CUSTOMIZATION_BLOCK]*/
.article{
	padding-top: 20px;
	text-align: justify;
}
.text.about ul li{
	list-style: none;
}
.npn i{
	padding-right:10px;
}
.text.about ul, .text.about ol{
	padding-left: 0px;
}
.nln{
	display: inline;
	list-style: none;
}
