

/* Start:/local/templates/lk/template_styles.css?171743822133558*/
.hdslide_home {
	background: none;
}

.catalog-page {
	display: flex;
}

#section_element_menu {
}

#section_element_menu ul.menu-element-list-active2 li::marker {
	content: '';
}

.catalog-stores {
	display: flex;
	flex-direction: column;
}

.catalog-stores .catalog-stores__all {
	display: flex;
	justify-content: space-between;
	background: #cecece;
	color: #333;
	padding: 10px 23px 10px 10px;
	cursor: pointer;
	position: relative;
}

.catalog-stores .catalog-stores__all:hover {
	opacity: .8;
}

.catalog-stores .catalog-stores__all .catalog-stores__amount {
	color: #333;
}

.catalog-stores .catalog-stores__all:after {
	content: "\f0d7";
	font-family: FontAwesome;
	font-size: 1em;
	color: #333;
	vertical-align: middle;
	position: absolute;
	right: 10px;
}

.catalog-stores .catalog-stores__all.open:after {
	transform: rotate(180deg);
}

.catalog-stores .catalog-stores__store {
	display: none;
	justify-content: space-between;
	padding: 10px;
	border-bottom: 1px solid #ececec;
}

.catalog-stores .catalog-stores__store.open {
	display: flex;
}

.catalog-stores__amount {
	color: var(--main-template-color);
}

.catalog-cart-input {
	justify-content: space-between;
}

/*.catalog-detail__parameter-name {*/
/*    max-width: 60%;*/
/*}*/
/*.catalog-detail__parameter-size {*/
/*    max-width: 35%;*/
/*}*/

.checkbox--compare {
	position: relative;
	z-index: 15;
	margin-top: 20px;
}

.checkbox--compare input {
	display: none;
}

.checkbox__visual {
	width: 20px;
	min-width: 20px;
	height: 20px;
	border-radius: 4px;
	border: 1px solid #9D9D9D;
	margin-right: 10px;
	position: relative;
}

.checkbox__text {
	text-decoration: underline;
	/*line-height: 20px*/
}

.checkbox__text:hover {
	text-decoration: none
}

input:checked ~ .checkbox__visual:after {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}

.checkbox-row__input:checked ~ .checkbox-row__visual {
	background: var(--main-template-color);
}

.checkbox-row__visual::before {
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	border: 1px dashed #313131;
	-webkit-transition: .1s;
	transition: .1s;
	opacity: 0;
	visibility: hidden;
	content: '';
}

.checkbox-row__visual::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 5px;
	margin: -4px 0 0 -5px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transition: .1s;
	transition: .1s;
	-webkit-transform: rotate(-45deg) scale(0);
	transform: translate3d(0, 0, 0) rotate(-45deg) scale(0);
	opacity: 0;
	content: '';
}

.checkbox-row__input:checked ~ .checkbox-row__visual::after {
	opacity: 1;
	-webkit-transform: rotate(-45deg) scale(1);
	transform: translate3d(0, 0, 0) rotate(-45deg) scale(1);
}

.checkbox {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.svg-sprite {
	display: none;
}

.container-contacts, .dop-forms-contacts, .about-page, .news-detail {
	border: none !important;
}

.grouping-block.form-contacts {
	border: none;
}

.news-detail .news-detail__center-block {
	max-width: 100%;
	flex-basis: 100%;
}

.section-manufacturers-main {
	padding: 40px 0;
}

.manufacturers-block {
	border: 1px solid #e7e8ea;
	border-right: 1px solid #e7e8ea;
	border-bottom: 1px solid #e7e8ea;
	height: 96px;
	line-height: 96px;
	vertical-align: top;
	float: left;
	width: 20%;
	padding: 12px;
}

.manufacturers-block img {
	max-height: 80%;
	max-width: 80%;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: auto;
	vertical-align: middle;
}

.manufacturers-block a {
	-webkit-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	opacity: 0.8;
	display: flex;
	height: 72px;
	position: relative;
	align-items: center;
}

div.manufacturers-block a:hover {
	border-bottom: none;
}

.new-layout .col.part-right.layout__main {
	display: inline-block;
}

.new-layout .section-news-main {
	padding: 40px 40px;
}

.manufacturers-container {
	overflow: hidden;
}

div .section-news-main {
	margin: 0;
}

.page-header-main__cell--options > div {
	display: flex;
}

.option {
	display: flex;
}

.option-icon {
	margin-right: 10px;
	flex: 0 0 auto;
}

.option-icon img {
	/*width: 30px;*/
}

.option-text b,
.option-text span {
	display: block;
}

#horizontal-multilevel-menu-back {
	display: none;
}

#header {
	z-index: 999 !important;
}

#header #flvmenu > ul > li > a {
	padding: 12px 22px;
}

#header #flvmenu > ul > li > a.flarr {
	padding-left: 0;
	padding-right: 0;
}

#header #flvmenu > ul > li > a.flarr:after {
	margin-left: -15px;
}

#flvmenu ul li.search:hover {
	background: none;
}

#flvmenu ul li.search:hover:before {
	background: none;
}

li.search {
	padding-left: 22px;
	padding-right: 0px;
}

.form-popup-callback {
	max-width: 400px;
}

/*
#title-search {
    position: relative;
}

#title-search .form-popup-request__input {
    width: 230px;
    height: 45px;
    padding: 10px 40px 10px 20px;
    margin: 0;
}

#title-search .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    background: var(--main-template-color);
    color: #fff;
    cursor: pointer;
}

#title-search .search-btn:hover {
    opacity: .8;
}

#title-search .search-btn:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 1em;
}
 */

#title-search.hdslide_search {
	float: none;
}

.title-search-result {
	min-width: 400px !important;
	margin-left: -100px;
}

.title-search-result .catalog-section-price__item {
	padding: 5px 5px 0 5px;
}

.info-main-blocks {
	padding-left: 0 !important;
}

.info-main-blocks .info-main-block {
	width: calc(100% / 6 - 1%);
}

.info-main-blocks .info-main-block img {
	margin-right: 10px;
}

.mobile-menu #flvmenu > ul > li ul li {
	width: 300px;
}

#header .header-top {
	padding-top: 0;
	margin-bottom: 0;
}

#header .header-btn-zayvka__link,
.btn-button,
.btn-button.form-slider-main__btn,
.btn-link,
#footer .footer__btn-callback-link {
	padding: 10px;
}

.form-slider-main__btn {
	padding-top: 10px;
	padding-bottom: 10px;
}

.form-slider-main__feedback-garant {
	margin-left: 0;
	margin-right: 0;
}

.form-slider-main__feedback-garant label {
	margin-left: 0;
}

.content-box section h3 {
	font-size: 1em;
	font-weight: 400;
}

.catalog-detail__img-box {
	padding: 10px;
	box-shadow: 0 6px 16px rgb(22, 22, 22, 0.15);
}

.price-detail-block {
	padding: 10px;
	box-shadow: 0 6px 16px rgb(22, 22, 22, 0.15);
}

.catalog-cart-input-detail-btn {
	padding: 0 15px;
}

.description-block {
	border-top: 1px solid #ececec;
	padding-top: 20px;
}

.catalog-detail__top {
	margin-bottom: 40px;
}

.aside-info-block__grid {
	margin: 10px;
	width: 100%;
}

.aside-info-block__group {
	margin-top: 20px;
	padding: 0;
}

.aside-info-block__group ul {
	margin-left: 0;
}

.aside-info-block__group ul li {
	list-style: none;
}

.with-this-buy {
	display: flex;
	flex-wrap: wrap;
}

.with-this-buy .with-this-buy-item {
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #555;
	color: #555;
}

.with-this-buy .with-this-buy-item:hover {
	color: var(--main-template-color);
	border-color: var(--main-template-color);;
}

.catalog-detail__form-manager {
	padding-top: 20px;
}

.form-service-bottom__input {
	padding: 10px 15px;
	height: 45px;
}

.btn-button {
	padding-top: 15px;
	padding-bottom: 15px;
}

.catalog-detail .tabs > ul {
	margin-bottom: 0;
}

.catalog-detail__status-box {
	flex-wrap: nowrap;
	flex-direction: column;
}

.catalog-detail__status-box > div {
	display: flex;
}

.catalog-item-3__subtitle-art {
	border: none;
}

#flvmenu > ul > li ul li a {
	padding-top: 4px;
	padding-bottom: 4px;
}

#flvmenu > ul > li ul li a.flarr:after {
	top: 4px;
}

#flvmenu > ul > li ul li a.with-image {
	padding-left: 40px !important;
	position: relative;
}

.with-image img {
	position: absolute;
	left: 10px;
}

.catalig-item-3__price-by-m {
	margin-top: 20px;
}

.btn-with-calc.btn-with-calc {
	margin-top: 10px;
}

.btn-with-calc .catalog-cart-input-detail-btn {
	width: 100%;
}

.to_reviews {
	cursor: pointer;
}

.page-header-main__cell--options .option-text {
	font-size: 14px;
	line-height: 1;
}

#header .header-logo img {
	max-height: 75px !important;
}

#footer .footer__text.descr {
	font-size: 0.8em;
}

.catalog-section-tile__item {
	padding: 10px;
}

img.catalog-section-tile__img-img {
	max-height: 200px;
}

.catalog-section-tile__img-box {
	height: 200px;
}

.about-page .services-price-table-box {
	margin: 45px 0;
	width: 100%;
}

.color-opacity {
	opacity: 0.8;
}

.switcher-card__text {
	color: rgba(119, 119, 119, .8) !important;
}

.content-box ul li, .content-box ol li {
	list-style: none;
}

#arrup {
	bottom: 50px;
	right: auto;
	left: 20px;
}

#footer .footer__bottom {
	margin-bottom: 40px;
}

#header .header-phone__main-phone:before {
	display: none;
}

#sidebar_fixed .main-link-to__catalog {
	width: 100%;
	min-height: auto;
	border: none;
	padding: 0;
	margin: 20px 0 0;
	float: none;
	display: block;
}

#sidebar_fixed .main-link-to__catalog .main-link-to__catalog_img {
	position: static;
}

#sidebar_fixed .main-link-to__catalog .main-link-to__catalog_img img {
	max-width: 100%;
	max-height: auto;
}

.catalog-section-tile__status-box {
	justify-content: space-between;
	flex-wrap: wrap;
}

.catalog-section-tile__status-zakaz {
	line-height: 1;
}

#header_cart {
}

.catalog-cart-link {
	/* display: none !important; */
	position: relative;
	background: none;
	padding: 0;
}

.catalog-cart-link-basket {
}

.catalog-cart-link-count {
	position: absolute;
	left: -50%;
	bottom: -50%;
}

body.no-touch a:hover {
	border-bottom: none;
}

.bottom-fixed-string {
	z-index: 999999999999999999999;
}

#jcont {
	margin-bottom: 40px;
}

.header-top-right .bottom-fixed-string .dropdown {
	display: none !important;
}

.catalog-section-tile__item {
	display: flex;
	flex-direction: column;
}

.catalog-section-tile__item .catalog-section-tile__price-box {
	margin-bottom: 40px;
}

.catalog-section-tile__item .catalog-cart-input-list1,
.catalog-section-tile__item .catalog-cart-input {
	margin-top: auto;
}

#header .header-inner {
	background: #fff;
}

#header .header-inner,
#header .header-inner .header-phone__link,
.header-inner #flvmenu > ul > li > a,
.header-inner #flvmenu > ul > li a:hover {
	color: #232c35;
}

#header .header-inner .menu-line {
	border-top: 1px solid #E52421;
}

.catalog-cart-input-list-btn {
	padding: 0 4px;
}

.col-xl-2 .catalog-cart-input-list-wrap input {
	width: 20px;
}

#header .header-fix .hdtopmenu nav > ul > li > ul > li ul {
	display: none !important;
}

.top-sliders .container {
	padding: 0;
}

.old-main_banner_container {
	display: flex;
	/* max-width: 1058px; */
	margin: 0 auto;
}

.menu-right-top ul {
	margin: 0;
}

.top-slider.left-slider .simple-slide__img.simple-slide__img {
	width: 100%;
	margin: 0;
}


.top-slider.left-slider .simple-slide__img.simple-slide__img {
	height: 455px;
}

.top-slider.right-slider .main-link-to__catalog {
	min-height: 230px;
}

.top-slider.right-slider .main-link-to__catalog_img img {
	width: 100%;
}

.top-slider.left-slider {
	/* width: 64%; */
}

.top-slider.right-slider {
	/* width: 36%; */
}

.main-links-to__catalog.bottom-banners a.main-link-to__catalog {
	min-height: 308px;
}

.main-links-to__catalog.bottom-banners a.main-link-to__catalog .main-link-to__catalog_img img {
	width: 100%;
}

.hdslide_contact_zayvka a {
	padding-top: 11px;
}

#header_fix_cart .catalog-cart-link-count {
	left: 10%;
	bottom: 10%;
}

.tabs_block .catalog-detail__text ul li,
.tabs_block .catalog-detail__text ol li,
.content-box .action-detail ul li,
.content-box .action-detail ol li,
.content-box .catalog-section__row ul li,
.content-box .catalog-section__row ol li,
.content-box .section-info-main ul li,
.content-box .section-info-main ol li,
.content-box .news-detail ul li,
.content-box .news-detail ol li,
.content-box .about-page ul li,
.content-box .about-page ol li {
	list-style: square;
}

.content-box .text-guide-decore ul > li:before {
	display: none;
}

.content-box .pages_content_footer ol,
.content-box .pages_content_footer ul,
.content-box .text-guide ol,
.content-box .text-guide ul {
	margin-left: 15px;
}

.content-box .payments-block .accordion-block__body {
	padding-left: 0;
	padding-right: 0;
}

.content-box .payments-block .accordion-block__body .accordion-block__body {
	padding-left: 10px;
	padding-right: 10px;
}

.tabs > ul > li.active,
.tabs > ul > li.active:hover,
.tabs > ul > li:hover {
	background-color: var(--main-template-color);
}

#header .header-btn-callback__link {
	color: var(--main-template-color);
}

.menu-right-top ul li {
	margin-bottom: 0;
	line-height: 24px;
}

#header {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	z-index: 9;
}

#header .header-inner {
	box-shadow: none;
}

.catalog-cart-input-list-btn svg {
	max-height: 27px;
	width: 30px;
}

.dropdown--basket {
	display: none !important;
}

.delivery-form .check-blocks__row:nth-child(2) {
	display: none;
}

.bx-pag-prev,
.bx-pag-next {
	display: none;
}

.top-slider.left-slider .slider {
	max-height: 455px;
	overflow: hidden;
}

.catalog-section__row {
	margin-bottom: 20px;
}

.wrapper {
	padding-bottom: 0;
}

.hdslide_search.search-drop {
	display: none !important;
}

.section-padding {
	padding: 30px;
}

.section-padding .owl-nav {
	margin-top: 10px;
}

.bx_filter_block {
	max-height: 200px;
	overflow-y: auto;
}

.bx_filter_block .bx_filter_parameters_box_container {
}

.bx_filter_block .bx_filter_parameters_box_container [type=checkbox]:checked + label:before,
.bx_filter_block .bx_filter_parameters_box_container [type=checkbox]:not(:checked) + label:before {
	height: 16px;
	width: 16px;
}

.bx_filter_block .bx_filter_parameters_box_container [type=checkbox]:checked + label:after,
.bx_filter_block .bx_filter_parameters_box_container [type=checkbox]:not(:checked) + label:after {
	width: 9px;
	height: 9px;
	font-size: 15px;
	top: 0px;
	left: 3px;
}

.bx_filter_block .bx_filter_parameters_box_container [type=checkbox]:checked + label,
.bx_filter_block .bx_filter_parameters_box_container [type=checkbox]:not(:checked) + label {
	padding-left: 20px;
	min-height: 15px;
}

.bx_filter_block .bx_filter_parameters_box_container label.disabled {
	opacity: .5;
}

#hmfilter {
	position: relative;
}

#loading {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.1);
}

#loading.active {
	display: block;
}

.catalog-one_click a {
	width: 100%;
	margin-top: 10px;
	height: 50px;
	padding: 0 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: #fff;
	border: 1px solid #b2b2b2;
	color: #333 !important;
}

.catalog-one_click a:hover {
	border: 1px solid #b2b2b2 !important;
}

#reviews_tab a.btn-link {
	display: inline-block;
	margin-bottom: 10px;
}

.modal {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
}

.modal__close {
	color: #333;
	opacity: .4;
	left: auto;
	right: 0;
	bottom: auto;
	top: 0;
}

.modal-open .modal.open:not(.loading) {
	z-index: 99999999;
}

.hdslide_search form {
	width: 280px;
}

.no-touch .section-news-main .slider-products {
	height: auto;
}

.section-news-main .section-news-main_item {
	max-height: none;
}

.compare-item__price--old {
	margin-bottom: 25px;
}

@media (max-width: 1200px) {
	.header-info,
	.page-header-main__cell--options {
		display: none !important;
	}
}

@media (max-width: 991px) {
	.hdslide_search-drop_btn {
		display: inline-block;
		margin-bottom: 0;
		margin-top: 7px;
		margin-right: 17px;
		height: 26px;
		width: 26px;
	}

	.hdslide_search-drop_btn:before {
		content: "\f002";
		font-family: FontAwesome;
		color: var(--main-template-color);
		font-size: 1.6em;
		background: none;
		cursor: pointer;
	}

	.hdslide_search.search-drop.open {
		display: block !important;
		position: fixed;
		background: #2c4668;
		width: 100%;
		left: 0;
		right: 0;
		top: 61px;
		padding: 7px;
	}

	.hdslide_search.search-drop.open form {
		width: 100%;
	}

	.hdslide_search.search-drop.open input {
		margin: 0;
	}

	.hdslide_search.search-drop.open button {
		top: 5px;
	}

	#header .header-phone {
		display: inline-block;
	}

	#sidebar {
		display: block;
		width: 100%;
		min-width: 100%;
	}

	footer {
		margin-bottom: 40px;
	}

	#sidebar_fixed {
		width: 100%;
	}

	#flvmenu .minmenu {
		display: block;
		top: 10px;
	}

	.minmenu i {
		font-size: 30px;
	}

	body .__jivoMobileButton {
		bottom: 40px;
	}

	.bottom-fixed-string-unset .header-top-right {
		display: block;
	}

	#footer .footer__btn-callback {
		display: none;
	}

	.bottom-fixed-string .page-header-top-item__btn {
		background: none;
		margin: 0;
		padding: 0;
	}

	.slider--news-main .section-news-main_item {
		width: 49%;
		max-width: 100%;
		max-height: 100%;
	}

	.manufacturers-container {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.manufacturers-container .manufacturers-block {
		width: 25%;
	}

	#header .header-logo img {
		max-height: 34px !important;
	}

	#header .header-logo {
		margin-bottom: 0;
		text-align: left;
		margin-left: 40px;
	}

	.header-top > div {
		flex-wrap: nowrap;
		align-items: flex-start !important;
	}

	#header .header-phone__link {
		display: none;
	}

	.header-info {
		display: none;
	}

	#header .header-btn-zayvka {
		margin-bottom: 0;
	}

	#header .header-phone__main-phone {
		display: flex;
	}

	.catalog-cart-link-count {
		left: auto;
	}

	#header_cart,
	#header .header-phone {
		margin-bottom: 0;
		margin-top: 7px;
	}

	#header .header-btn-zayvka__link {
		padding: 9px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#header .header-btn-zayvka__link span {
		display: none;
	}

	#header .header-btn-zayvka__link:before {
		content: "\f128";
		font-family: FontAwesome;
		font-size: 20px;
	}

	#header .header-phone__main-phone:before {
		display: block;
		font-size: 24px;
		margin-right: 7px;
		color: var(--main-template-color);
	}

	#header .header-slider {
		height: 80px;
		display: none;
	}

	/*.header-fix .head_slide {*/
	/*    display: block;*/
	/*    top: 0 !important;*/
	/*}*/
	/*#header .header-main-page {*/
	/*    display: none;*/
	/*}*/
	body {
		margin-top: 60px !important;
	}

	.minmenu {
		position: fixed;
		top: 3px;
		left: 17px;
	}

	.minmenu i {
		color: var(--main-template-color) !important;
		padding-left: 0;
	}

	.minmenu a {
		display: none;
	}

	#header .header-inner,
	#header .header-inner-main-page {
		position: fixed;
		z-index: 9999;
		background: #fff;
		top: 0;
		left: 0;
		width: 100%;
	}

	#header .header-top {
		padding-top: 10px;
		margin-bottom: 10px;
		padding-right: 10px;
	}

	.fancybox-slide:before {
		height: auto !important;
	}

	.fancybox-slide--html {
		padding-left: 0;
		padding-right: 0;
	}

	.mobile-menu {
		width: 80%
	}

	.mobile-menu #flvmenu > ul > li > ul > li a {
		text-transform: initial;
		padding-left: 22px;
		line-height: 2;
	}

	.mobile-menu #flvmenu > ul > li > ul > li a.parent {
		padding-right: 45px;
	}

	.mobile-menu .col-lg {
		padding: 0;
	}

	.mobile-menu .menu-line {
		position: absolute;
	}

	#flvmenu {
		overflow: auto;
		max-height: calc(100vh - 50px);
	}

	#horizontal-multilevel-menu {
		display: none;
	}

	#horizontal-multilevel-menu-back {
		display: none;
		background: #000;
		opacity: .2;
		position: fixed;
		top: 60px;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 100;
	}

	/*#header .header-phone__main-phone:before,*/
	/*#header .header-phone__main-phone:after {*/
	/*    display: inline-block;*/
	/*}*/
	li.search {
		padding-right: 22px;
		padding-bottom: 20px;
	}

	.title-search-result {
		display: none !important;
	}

	#title-search .form-popup-request__input {
		width: 100%;
	}

	.info-main-blocks .info-main-block {
		width: 30%;
	}

	.catalog-detail__parameter {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.customers_payments {
		width: 100%;
	}

	.catalog-cart-input-list-btn svg {
		/* display: none; */
	}

	.catalog-cart-input-list-wrap input {
		width: 20px
	}

	.top-slider.left-slider .simple-slide__img.simple-slide__img {
		height: auto;
	}

	.top-slider.right-slider .main-link-to__catalog {
		min-height: 130px;
	}

	.simple-slide__box {
		display: none !important;
	}
}

@media (max-width: 767px) {
	#footer .footer__bottom {
		margin-bottom: 0;
	}

	#flvmenu > ul > li .flarr, #flvmenu > ul > li ul li a.flarr {
		padding: 4px;
	}

	.top-slider.left-slider {
		/* width: calc(100% + 20px); */
		width: 100%;
		/*margin-left: -10px;*/
	}

	.old-main_banner .container {
		padding: 0;
	}

	.manufacturers-container .manufacturers-block {
		width: 50%;
	}

	.info-main-blocks .info-main-block {
		width: 100%;
	}

	#flvmenu .minmenu {
		top: 5px;
		left: 14px;
	}

	.bottom-fixed-string {
		display: block;
	}

	.header-top-left > div, .header-top-right > div {
		margin-right: 0;
	}

	.bottom-fixed-string .header-top-right .complex-link--basket {
		display: none;
	}

	.services-price-table-box {
		overflow: auto;
	}

	.top-slider.left-slider .slider {
		max-height: 225px;
	}

	.catalog-page_detail .row {
		margin-left: -5px;
		margin-right: -5px;
	}

	.form-popup-request {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 599px) {
	.row {
		margin-right: -10px;
		margin-left: -10px;
	}

	.col {
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media (max-width: 460px) {
	.catalog-section__row {
		padding-left: 0;
		padding-right: 0;
	}

	.catalog-cart-input-list-btn {
		/* font-size: 0; */
	}
}

.compare-param--name {
	height: 200px;
}

.read-more {
	padding: 10px 10px 10px 5px;
    border-left: 3px solid #E52421;
    box-shadow: 0 6px 16px rgb(21 22 22 / 20%);
}

.locations__modal.fancybox-content {
    max-width: 480px;
    text-align: center;
    overflow: initial;
}

.locations__modal .btn-link {
    margin-top: 20px;
    padding: 10px 20px;
    cursor: pointer;
}

.location__button {
    display: flex;
    align-items: center;
    height: 40px;
}

.location__button svg {
    margin-right: 4px;
    flex-shrink: 0;
}



@media (max-width: 767.9px) {
    .locations__modal.fancybox-content {
        padding: 44px 20px 32px;
        margin: -6px;
        width: calc(100% + 12px);
        overflow-y: auto;
        height: 100%;
    }

    .fancybox-slide--html .locations__modal .fancybox-close-small {
        right: 6px;
    }
	#formCitySelect .rich-form-row:nth-child(2) div { 
		width: 49% !important;
	}
	.city-select__btn-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

@media (max-width: 399.9px) {
    .header-top > .row  {
        margin-right: -6px;
        margin-left: -6px;
        width: calc(100% + 12px);
    }
    .header-top > .row .col-lg-auto {
        padding-left: 6px;
        padding-right: 6px;
    }

    .header-top .hdslide_search-drop_btn {
        margin-right: 6px;
    }

    .header-top .col-lg.col-xs-3.mr-auto {
        white-space: nowrap;
    }
}

.input-limit-msg {
	position: absolute;
	top: -25px;
	font-size: 12px;
	color: red;
}

.catalog-section-tile__item {
	position: relative;
	width: 100%;
	height: 100%;
	border: 1px solid #ececec;
	padding: 40px 20px;
	background-color: #fff;
}
.catalog-section-tile__item:hover {
	box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
}
.catalog-section-tile__img-box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 150px;
	margin-bottom: 30px;
}
img.catalog-section-tile__img-img {
	max-width: 100%;
	max-height: 150px;
}
.catalog-section-tile__promo-box {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 0.8em;
	z-index: 4;
}
.catalog-section-tile__promo-action,
.catalog-section-tile__promo-sale {
	display: inline-block;
	padding: 5px 10px;
}
.catalog-section-tile__promo-action {
	background-color: #eb1a1f;
	margin-right: 2px;
	color: #f7f7f7;
}
.catalog-section-tile__promo-sale {
	background-color: #25344c;
	color: #f7f7f7;
}
.catalog-section-tile__text-box {
	color: #333;
}
.catalog-section-tile__title-link {
	display: inline-block;
	font-size: 1em;
	line-height: 120%;
	min-height: 42px;
	color: #333;
	text-decoration: none;
}
.catalog-section-tile__title-link:hover {
	opacity: 0.8;
}
.catalog-section-tile__status-box {
	display: flex;
	margin-bottom: 15px;
}
.catalog-section-tile__article {
	font-size: 0.8em;
	color: #777;
}
.catalog-section-tile__status {
	margin-right: 10px;
	font-size: 0.8em;
}
.catalog-section-tile__status-nal {
	color: #3bc915;
}
.catalog-section-tile__status-nal:before {
	content: "\f00c";
	font-family: FontAwesome;
}
.catalog-section-tile__status-nonal {
	color: #eb1a1f;
}
.catalog-section-tile__status-nonal:before {
	content: "\f00d  ";
	font-family: FontAwesome;
}
.catalog-section-tile__status-zakaz {
	color: #777;
}
.catalog-section-tile__status-zakaz:before {
	content: "\f00c";
	font-family: FontAwesome;
}
.catalog-section-tile__status-time {
	color: orange;
}
.catalog-section-tile__status-time:before {
	content: "\f017 ";
	font-family: FontAwesome;
}
.catalog-section-tile__price-box {
	margin-top: 25px;
	font-size: 1.3em;
}
.catalog-section-tile__price-now {
	display: inline;
	font-weight: 600;
}
.catalog-section-tile__price-ot {
	display: inline;
	font-size: 0.9em;
	font-weight: 600;
	margin-right: 2px;
}
.catalog-section-tile__price-rub {
	display: inline;
	font-size: 0.9em;
	font-weight: 600;
	margin-left: 2px;
}
.catalog-section-tile__price-old {
	display: inline-block;
	margin: 3px 0 0 10px;
	text-decoration: line-through;
	font-size: 0.8em;
	color: #eb1a1f;
}
.catalog-section-list__item {
	position: relative;
	width: 100%;
	height: 100%;
	border: 1px solid #ececec;
	padding: 30px 20px;
	background-color: #fff;
}
.catalog-section-list__item:hover {
	box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
}
.catalog-section-list__img-box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 25px 0;
	width: 100%;
	height: 150px;
}
img.catalog-section-list__img-img {
	max-width: 100%;
	max-height: 150px;
}
.catalog-section-list__promo-box {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0.8em;
	z-index: 4;
}
.catalog-section-list__promo-action,
.catalog-section-list__promo-sale {
	display: inline-block;
	padding: 5px 10px;
}
.catalog-section-list__promo-action {
	background-color: #eb1a1f;
	margin-right: 2px;
	color: #f7f7f7;
}
.catalog-section-list__promo-sale {
	background-color: #25344c;
	color: #f7f7f7;
}
.catalog-section-list__text-box {
	color: #333;
}
.catalog-section-list__title-link {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 120%;
	color: #333;
	text-decoration: none;
}
.catalog-section-list__title-link:hover {
	opacity: 0.8;
}
.catalog-section-list__status-box {
	display: flex;
	margin-bottom: 15px;
}
.catalog-section-list__article {
	font-size: 0.8em;
	color: #777;
}
.catalog-section-list__status {
	margin-right: 10px;
	font-size: 0.8em;
}
.catalog-section-list__status-nal {
	color: #3bc915;
}
.catalog-section-list__status-nal:before {
	content: "\f00c";
	font-family: FontAwesome;
}
.catalog-section-list__status-nonal {
	color: #eb1a1f;
}
.catalog-section-list__status-nonal:before {
	content: "\f00d  ";
	font-family: FontAwesome;
}
.catalog-section-list__status-zakaz {
	color: #777;
}
.catalog-section-list__status-zakaz:before {
	content: "\f00c";
	font-family: FontAwesome;
}
.catalog-section-list__status-time {
	color: orange;
}
.catalog-section-list__status-time:before {
	content: "\f017 ";
	font-family: FontAwesome;
}
.catalog-section-list__desc-text {
	font-size: 0.9em;
	line-height: 1.2;
}
.catalog-section-list__price-box {
	margin-top: 25px;
	font-size: 1.3em;
}
.catalog-section-list__price-now {
	display: inline;
	font-weight: 600;
}
.catalog-section-list__price-ot {
	display: inline;
	font-size: 0.9em;
	font-weight: 600;
	margin-right: 2px;
}
.catalog-section-list__price-rub {
	display: inline;
	font-size: 0.9em;
	font-weight: 600;
	margin-left: 2px;
}
.catalog-section-list__price-old {
	display: inline-block;
	margin: 3px 0 0 10px;
	text-decoration: line-through;
	font-size: 0.8em;
	color: #eb1a1f;
}
.catalog-section-price__item {
	width: 100%;
	height: 100%;
	border: 1px solid #ececec;
	padding: 20px 20px 0 20px;
	background-color: #fff;
}
.catalog-section-price__item:hover {
	box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
}
.catalog-section-price__img-box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
}
img.catalog-section-price__img-img {
	max-width: 100%;
	max-height: 50px;
}
.catalog-section-price__text-box {
	height: 100%;
}
.catalog-section-price__title {
	margin-bottom: 10px;
}
.catalog-section-price__title-link {
	font-size: 1em;
	line-height: 120%;
	color: #333;
	text-decoration: none;
}
.catalog-section-price__title-link:hover {
	opacity: 0.8;
}
.catalog-section-price__status-box {
	display: flex;
	align-items: center;
}
.catalog-section-price__article {
	font-size: 0.8em;
	color: #777;
}
.catalog-section-price__status {
	margin-right: 10px;
	font-size: 0.8em;
}
.catalog-section-price__status-nal {
	color: #3bc915;
}
.catalog-section-price__status-nal:before {
	content: "\f00c";
	font-family: FontAwesome;
}
.catalog-section-price__status-nonal {
	color: #eb1a1f;
}
.catalog-section-price__status-nonal:before {
	content: "\f00d  ";
	font-family: FontAwesome;
}
.catalog-section-price__status-zakaz {
	color: #777;
}
.catalog-section-price__status-zakaz:before {
	content: "\f00c";
	font-family: FontAwesome;
}
.catalog-section-price__status-time {
	color: orange;
}
.catalog-section-price__status-time:before {
	content: "\f017 ";
	font-family: FontAwesome;
}
.catalog-section-price__price-box {
	display: flex;
	font-size: 1.1em;
}
.catalog-section-price__price-now {
	display: inline;
	font-weight: 600;
}
.catalog-section-price__price-ot {
	display: inline;
	font-size: 0.9em;
	font-weight: 600;
	margin-right: 2px;
}
.catalog-section-price__price-rub {
	display: inline;
	font-size: 0.9em;
	font-weight: 600;
	margin-left: 2px;
}
.catalog-section-price__price-old {
	display: inline-block;
	margin: 3px 0 0 10px;
	text-decoration: line-through;
	font-size: 0.8em;
	color: #eb1a1f;
}
/* catalog detail */
.catalog-detail__top {
	position: relative;
	margin: 40px 0 70px 0;
}
.catalog-detail__img-box {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 617px;
	width: 100%;
	min-height: 300px;
}
img.catalog-detail__img-img {
	max-width: 100%;
	max-height: 400px;
	top: 0;
	left: 0;
	z-index: 1;
}
.catalog-detail__img-item {
	padding: 5px;
	border: 1px solid #dadada;
}
.catalog-detail__img-item:hover {
	opacity: 0.8;
}
.catalog-detail__img-view {
	margin-top: 20px;
}
.catalog-detail__img-view img {
	border: 1px solid #dadada !important;
}
.catalog-detail__promo-box {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 0.8em;
	z-index: 2;
}
.catalog-detail__promo-action,
.catalog-detail__promo-sale {
	display: inline-block;
	padding: 7px 10px;
}
.catalog-detail__promo-action {
	background-color: #eb1a1f;
	margin-bottom: 5px;
	color: #f7f7f7;
}
.catalog-detail__promo-sale {
	display: block;
	background-color: #25344c;
	color: #f7f7f7;
}
.catalog-detail__status-box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.catalog-detail__article {
	font-size: 0.9em;
	color: #777;
}
.catalog-detail__status {
	font-size: 0.9em;
}
.catalog-detail__status-nal {
	color: #3bc915;
}
.catalog-detail__status-nal:before {
	content: "\f00c";
	font-family: FontAwesome;
}
.catalog-detail__status-nonal {
	color: #eb1a1f;
}
.catalog-detail__status-nonal:before {
	content: "\f00d  ";
	font-family: FontAwesome;
}
.catalog-detail__status-zakaz {
	color: #777;
}
.catalog-detail__status-zakaz:before {
	content: "\f00c";
	font-family: FontAwesome;
}
.catalog-detail__status-time {
	color: orange;
}
.catalog-detail__status-time:before {
	content: "\f017 ";
	font-family: FontAwesome;
}
.catalog-detail__price-box {
	margin-bottom: 30px;
}
.catalog-detail__price {
	display: flex;
	align-items: flex-end;
	font-size: 2.2em;
	font-weight: 600;
}
.catalog-detail__price-ot {
	font-size: 0.8em;
	margin-right: 10px;
}
.catalog-detail__price-rub {
	font-size: 0.8em;
	margin-left: 10px;
}
.catalog-detail__price-old {
	display: block;
	margin-top: 10px;
	font-size: 1.3em;
	text-decoration: line-through;
	color: #777;
}
.catalog-detail__preview {
	font-size: 0.9em;
	line-height: 150%;
}
.catalog-detail__btn {
	margin-top: 50px;
}
.catalog-detail__btn-link {
	padding: 18px 30px;
}
.catalog-detail .tabs > ul {
	margin: 0 0 30px 0;
}
.catalog-detail .tabs > ul > li {
	font-size: 1em;
}
.catalog-detail__text {
	line-height: 1.5;
}
.catalog-detail__parameter-title {
	font-size: 1.3em;
	margin-bottom: 20px;
}
.catalog-detail__parameter-item {
	display: flex;
	margin-bottom: 15px;
	font-size: 1em;
	justify-content: space-between;
	color: #555;
}
.catalog-detail__parameter-line {
	flex: 1 0;
	border-bottom: 1px dotted #333;
	height: 1em;
	margin: 0 0.4em;
}
.catalog-detail__parameter-size {
	text-align: right;
}
.catalog-detail .h4-first {
	margin-top: 0;
}
.catalog-detail__file {
	margin-top: 30px;
}
.catalog-detail__file-item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.catalog-detail__file-icon {
	width: 35px;
	height: 35px;
	margin-right: 5px;
}
.catalog-detail__file-icon .fa {
	font-size: 2.2em;
	color: #25344c;
}
.catalog-detail__file-format {
	display: inline;
	margin-right: 5px;
}
.catalog-detail__file-size {
	margin-top: 3px;
	font-size: 0.7em;
	color: #888;
}
/* End */


/* Start:/local/dist/styles/styles.build.css?1712558188386848*/
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 600;
	margin: 0;
	text-transform: none;
	letter-spacing: normal
}

.btn,
.btn--filter,
.link,
a {
	cursor: pointer
}

.link,
.no-touch .link:hover,
.no-touch a:hover,
a {
	text-decoration: none
}

.btn,
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
	text-transform: none
}

.btn--sq,
.btn--sq.btn--sm {
	min-width: 40px
}

.btn,
.checkbox-row,
.text-input {
	position: relative
}

#root,
.block-banner,
.check-block__text,
.col,
.layout__aside,
body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
	letter-spacing: normal
}

.active-filters__group-name-txt,
.btn,
.btn__inner,
.catalog-top-params__aside,
.icon-text--inline,
.label-action__label,
.page-footer-2__menu,
.panel-btn,
.step-header__cell-action {
	white-space: nowrap
}

#root,
.block-banner,
.check-block__text,
.col,
.floor-header,
.layout__aside,
.select-filter,
.simple-slide__box,
body {
	-webkit-box-direction: normal
}

.basket-full,
.fav-btn,
.full-shop-li,
.ig-title,
.info-art-item__head,
.info-li,
.mmdd-alt__l1-link,
.person,
.product-table-row__image-name,
.review,
.simple-infogr-block,
.small-info-row,
.user-reviews__header {
	table-layout: fixed
}

.block-banner,
.file-link,
.info-art-item,
.product,
.product-price-ext,
.select-list {
	word-break: break-word
}

.active-filters__group-name-txt,
.btn,
.btn__inner,
.compare-aside-param,
.compare-inpack,
.compare-item__article,
.file-input__list-item.file-row,
.file-row__name,
.page-footer-menu__title,
.panel-btn,
.select-value,
.slider-input__label {
	text-overflow: ellipsis
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu5mxP.ttf) format('truetype');
	font-display: swap;
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v19/KFOlCnqEu92Fr1MmEU9fABc9.ttf) format('truetype');
	font-display: swap;
}

@font-face {
	font-family: Ubuntu;
	font-style: normal;
	font-weight: 300;
	src: local('Ubuntu Light'), local('Ubuntu-Light'), url(https://fonts.gstatic.com/s/ubuntu/v13/4iCv6KVjbNBYlgoC1CzjtGyI.ttf) format('truetype');
	font-display: swap;
}

@font-face {
	font-family: Ubuntu;
	font-style: normal;
	font-weight: 400;
	src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(https://fonts.gstatic.com/s/ubuntu/v13/4iCs6KVjbNBYlgoKew7z.ttf) format('truetype');
	font-display: swap;
}

@font-face {
	font-family: Ubuntu;
	font-style: normal;
	font-weight: 700;
	src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(https://fonts.gstatic.com/s/ubuntu/v13/4iCv6KVjbNBYlgoCxCvjtGyI.ttf) format('truetype');
	font-display: swap;
}

::-moz-selection {
	background: #4683C4;
	color: #fff
}

::selection {
	background: #4683C4;
	color: #fff
}

.c-black,
.link,
a {
	color: #4683C4
}

.c-gray {
	color: rgba(119, 119, 119, .5)
}

.c-gray-light {
	color: #F1F3F4
}

.c-gray-dark {
	color: #959595
}

.c-primary {
	color: #E52421
}

.c-primary-alt {
	color: #4683C4
}

.c-success {
	color: #55974d
}

.c-error {
	color: #ed1920
}

.h1,
h1 {
	font-size: 38px;
	line-height: 46px
}

.h2,
h2 {
	font-size: 26px;
	line-height: 34px
}

.h3,
h3 {
	font-size: 18px;
	line-height: 24px
}

.h4,
h4 {
	font-size: 20px;
	line-height: 30px
}

.h5,
h5 {
	font-size: 16px;
	line-height: 26px
}

.p,
p {
	margin: 14px 0
}

.strong,
strong {
	font-size: 26px;
	line-height: 26px;
	font-weight: 400
}

.small,
small {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400
}

b {
	font-weight: 600
}

.font-base {
	font: 400 16px/24px Roboto, Arial, Helvetica, sans-serif
}

.link,
a {
	border-bottom: 0;
	-webkit-transition: color .1s, padding .1s, margin .1s, border .1s;
	transition: color .1s, padding .1s, margin .1s, border .1s
}

.link--inverted,
.no-touch .link:hover,
.no-touch a:hover {
	border-bottom: 1px solid #E52421;
	color: #313131
}

.link {
	padding-bottom: 1px;
	margin-bottom: -1px
}

.no-touch .link:hover {
	padding-bottom: 0;
	margin-bottom: 0
}

.no-touch .link--inverted:hover {
	color: #313131;
	border-bottom: 0
}

.link--local,
.no-touch .link--local:hover {
	border-bottom-style: dotted
}

.link--success {
	color: #55974d
}

.link--gray {
	color: #959595;
	border-bottom-color: rgba(119, 119, 119, .5)
}

.link--undecorated {
	border-bottom: none
}

.link--undecorated .link__text {
	border-bottom: 0
}

.link--undecorated.link--inverted .link__text {
	border-bottom: 1px solid #E52421
}

.link--undecorated.link--local .link__text {
	border-bottom-style: dotted
}

.link--undecorated.link--like-text .link__text {
	border-bottom-color: transparent
}

.no-touch .link--undecorated:hover {
	border-bottom: none
}

.no-touch .link--undecorated:hover .link__text {
	border-bottom: 1px solid #E52421
}

.no-touch .link--undecorated.link--inverted:hover .link__text {
	border-bottom: 0
}

.no-touch .link--undecorated.link--local:hover .link__text {
	border-bottom-style: dotted
}

.link__text {
	-webkit-transition: .1s, color 0s;
	transition: .1s, color 0s
}

.link__sup {
	color: rgba(119, 119, 119, .5);
	vertical-align: text-top;
	font-size: 12px;
	line-height: 1em
}

.btn,
.link__arrow {
	vertical-align: middle
}

.link__arrow {
	display: inline-block;
	color: #313131;
	margin-left: 4px;
	-webkit-transition: .3s;
	transition: .3s
}

.link--dd.open .link__arrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.link--inline {
	display: inline
}

.link--like-text {
	color: inherit;
	border-color: transparent
}

.gray-link {
	color: rgba(119, 119, 119, .5)
}

li,
ol,
ul {
	padding: 0;
	margin: 0
}

footer li,
ol,
ul {
	list-style: none;
}

.text-guide img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 20px 0
}

.h2-in-text,
.h3-in-text,
.h4-in-text,
.h5-in-text,
.text-guide h2,
.text-guide h3,
.text-guide h4,
.text-guide h5
{
	margin: 0px;
}

.pages_content_footer ol,
.pages_content_footer ul,
.text-guide ol,
.text-guide ul {
	margin: 0px 0px 20px 40px;
	list-style: disc;
}

.text-guide ol {
	counter-reset: ol
}

.text-guide ol>li {
	counter-increment: ol;
	font-weight: 500
}

.text-guide li:last-child {
	margin-bottom: 20px
}

.text-guide ol>li::before {
	content: counter(ol);
	color: #E52421;
	margin-right: 10px
}

.advantage__img-box::after,
.ava::after,
.basic-filter-group__body::before,
.basket-action__remove::before,
.block-banner__image::before,
.block-link__img-box::after,
.btn--sq::after,
.btn-up::after,
.bubble--arrow-top::before,
.catalog-item-3__no-photo-box::before,
.cavalry__slide::after,
.check-block__visual::before,
.checkbox-row__visual::after,
.checkbox-row__visual::before,
.clearfix::after,
.complex-link__icon-box::after,
.content-crop--decorated.content-cropped .content-crop-container::after,
.discount__icon-box::after,
.dot-line-row__ruler::after,
.floor-header__main:after,
.form-card--w-arrow::before,
.form-card--w-border.form-card--w-arrow::after,
.infographics-item__image-box::after,
.label-action__action::after,
.label-action__label::after,
.preloader-bar::before,
.small-article__image::after,
.social-link::after,
.step-header__icon-sup--completed::after,
.step-header__icon-sup--error::after,
.step-header__icon-sup--error::before,
.sticky-supported .layout__aside .sticky-helper,
.text-guide ol ul>li::before,
.text-guide ul ul>li::before,
basket-full::after {
	content: ''
}

.text-guide li ul {
	padding-left: 40px
}

.text-guide ol ol>li,
.text-guide ol ul>li,
.text-guide ul ol>li,
.text-guide ul ul>li {
	font-size: 90%
}

.text-guide ol ul>li::before,
.text-guide ul ul>li::before {
	color: #959595;
	display: inline-block;
	background: #E52421;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin-right: 5px
}

.text-guide table th,
.text-placeholder {
	background-color: #F1F3F4
}

.text-guide table {
	border-collapse: collapse
}

.text-guide table,
.text-guide table td,
.text-guide table th {
	border: 1px solid rgba(119, 119, 119, .5);
	color: #313131;
	text-align: left;
	font: 400 16px/24px Roboto, Arial, Helvetica, sans-serif;
	padding: 5px 10px
}

.btn,
.btn--sq {
	text-align: center
}

.table-scroller {
	max-width: 100%;
	overflow: auto;
	margin: 20px 0
}

.block-banner,
.block-banner__image,
.btn__inner,
.content-crop.content-cropped .content-crop-container,
.floor-header__main,
.panel-btn,
.preloader-bar {
	overflow: hidden
}

@media (max-width: 678px) {

	.content-crop-container,
	.text-guide {
		overflow-x: scroll !important;
	}
}

.basket-sm__list,
body,
html.ios {
	overflow-x: hidden
}

.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.p:first-child,
.table-scroller:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
img:first-child,
p:first-child {
	margin-top: 0
}

.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.p:last-child,
.table-scroller:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
img:last-child,
p:last-child {
	margin-bottom: 0
}

.text-placeholder {
	display: inline-block;
	height: 1em;
	width: 100%;
	border-radius: 4px
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: inherit;
	line-height: inherit;
	outline: 0;
	background: 0 0;
	padding: 0
}

.btn {
	display: inline-block;
	height: 40px;
	padding: 4px 20px;
	background: #fff;
	max-width: 100%;
	border: 1px solid #9D9D9D;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0) inset;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0) inset;
	outline: 0;
	color: #9D9D9D;
	font: 400 0/30px Roboto, Arial, Helvetica, sans-serif;
	line-height: calc(30px - 2 * 1px);
	-webkit-transition: .3s;
	transition: .3s
}

.btn::before,
.no-touch .btn:hover {
	border-color: #de4d4b;
	color: #E52421;
	-webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0) inset;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0) inset
}

.no-touch .btn:hover::after {
	opacity: 1
}

.btn--primary {
	background: #4683C4;
	border: 0px solid #4683C4;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	line-height: calc(30px - 2 * 0)
}

.btn--filter,
.btn--info,
.btn--secondary {
	line-height: calc(30px - 2 * 1px)
}

.btn--primary::after {
	background: #de4d4b
}

.no-touch .btn--primary:hover {
	border-color: #4683C4;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn--info {
	background: #E52421;
	border: 1px solid #E52421;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff
}

.no-touch .btn--info:hover {
	border-color: #de4d4b;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #de4d4b
}

.btn--secondary {
	background: 0 0;
	border: 1px solid rgba(119, 119, 119, .5);
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #959595
}

.btn--secondary::after {
	background: #959595
}

.no-touch .btn--secondary:hover {
	border-color: #959595;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn--secondary:active,
.no-touch .btn--secondary:active {
	border-color: #959595;
	background: #959595;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn--filter {
	background: #EEE;
	height: 22px;
	padding: 0 10px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #959595
}

.btn--filter::after,
.btn--white,
.btn--white::after {
	background: 0 0
}

.btn--filter .btn__icon {
	color: #313131;
	-webkit-transition: .3s;
	transition: .3s;
	margin-top: -7px
}

.btn--filter .btn__inner {
	color: #313131;
	font-size: 13px;
	line-height: 22px
}

.no-touch .btn--filter:hover .btn__icon {
	color: #ed1920
}

.no-touch .btn--filter-remove:hover .btn__inner {
	text-decoration: line-through
}

.btn--white {
	border: 1px solid #fff;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	line-height: calc(30px - 2 * 1px)
}

.no-touch .btn--white:hover {
	border-color: #fff;
	color: #fff;
	-webkit-box-shadow: 0 0 0 1px #fff inset;
	box-shadow: 0 0 0 1px #fff inset
}

.btn--white:active,
.no-touch .btn--white:active {
	border-color: #fff;
	background: #fff;
	color: #313131;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn.btn.btn.btn--disabled,
.btn.btn.btn:disabled {
	color: #959595;
	background-color: #F1F3F4;
	border-color: #F1F3F4;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: default
}

.btn.btn.btn.btn--disabled::after,
.btn.btn.btn:disabled::after {
	opacity: 0
}

.btn__inner {
	font-size: 14px;
	line-height: 30px;
	max-width: 100%;
	text-transform: uppercase
}

.btn--lg,
.btn--sm {
	text-transform: none
}

.btn__icon,
.btn__inner,
.btn__sup {
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 3
}

.btn__sup {
	font-size: 14px;
	line-height: 20px;
	color: rgba(119, 119, 119, .5);
	margin-left: 4px;
	margin-top: -2px
}

.btn__icon--left {
	margin-right: 10px
}

.btn__icon--left:last-child {
	margin-right: 0
}

.btn__icon--right {
	margin-left: 10px
}

.btn__icon--right:first-child {
	margin-left: 0
}

.btn__icon--arrow {
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.btn__icon--arrow,
.btn__icon--arrow.svg-icon {
	display: none
}

.btn:active .btn__icon--right.btn__icon--arrow,
.no-touch .btn:active .btn__icon--right.btn__icon--arrow,
.no-touch .btn:hover .btn__icon--right.btn__icon--arrow {
	-webkit-transform: translateX(5px);
	transform: translate3d(5px, 0, 0)
}

.btn:active .btn__icon--left.btn__icon--arrow,
.no-touch .btn:active .btn__icon--left.btn__icon--arrow,
.no-touch .btn:hover .btn__icon--left.btn__icon--arrow {
	-webkit-transform: translateX(-5px);
	transform: translate3d(-5px, 0, 0)
}

.btn--sm {
	height: 40px;
	padding: 2px 20px;
	font: 400 0/24px Roboto, Arial, Helvetica, sans-serif;
	border-radius: 2px
}

.btn--sm .btn__inner {
	font-size: 14px;
	line-height: 24px
}

.btn--sm .btn__icon--left {
	margin-right: 8px;
	margin-left: -5px
}

.btn--sm .btn__icon--right {
	margin-left: 8px;
	margin-right: -5px
}

.btn--lg {
	height: 50px;
	padding: 12px 30px;
	font: 600 0/24px Roboto, Arial, Helvetica, sans-serif;
	border-radius: 4px
}

.btn--lg .btn__inner {
	font-size: 14px;
	line-height: 27px;
	font-weight: 100
}

.btn--lg .btn__icon--left {
	margin-right: 12px
}

.btn--lg .btn__icon--right {
	margin-left: 12px
}

.btn--lg:active .btn__icon--right.btn__icon--arrow,
.no-touch .btn--lg:active .btn__icon--right.btn__icon--arrow,
.no-touch .btn--lg:hover .btn__icon--right.btn__icon--arrow {
	-webkit-transform: translateX(10px);
	transform: translate3d(10px, 0, 0)
}

.btn--block {
	display: block;
	width: 100%
}

.btn--sq {
	padding-left: 0;
	padding-right: 0;
	font-size: 0
}

.btn--sq::after {
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

.btn--sq.btn--lg {
	min-width: 50px;
	padding: 9px 0
}

.text-input,
.text-input--lg {
	height: 40px;
	padding: 6px 15px
}

.btn--sq .svg-icon {
	max-width: 20px;
	max-height: 20px
}

.btn--sq.btn--lg .svg-icon {
	max-width: 30px;
	max-height: 30px
}

.btn-grid {
	margin: 0 -10px -20px
}

.btn-grid .btn,
.btn-grid__item {
	margin: 0 10px 20px
}

::-webkit-input-placeholder {
	color: #777;
	font: 400 14px/26px Roboto, Arial, Helvetica, sans-serif;
	text-overflow: ellipsis;
	opacity: 1
}

::-moz-placeholder {
	color: #777;
	font: 400 14px/26px Roboto, Arial, Helvetica, sans-serif;
	text-overflow: ellipsis;
	opacity: 1
}

:-moz-placeholder {
	color: #777;
	font: 400 14px/26px Roboto, Arial, Helvetica, sans-serif;
	text-overflow: ellipsis;
	opacity: 1
}

:-ms-input-placeholder {
	color: #777;
	font: 400 14px/26px Roboto, Arial, Helvetica, sans-serif;
	text-overflow: ellipsis;
	opacity: 1
}

.text-input {
	display: block;
	width: 100%;
	background: #fff;
	border: 1px solid rgba(119, 119, 119, .5);
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #313131;
	font: 400 14px/26px Roboto, Arial, Helvetica, sans-serif;
	text-align: left;
	-webkit-transition: .3s, height 0s;
	transition: .3s, height 0s;
	outline: 0;
	vertical-align: top
}

.form-error .text-input {
	border-color: rgba(244, 34, 97, .3)
}

.form-error .text-input:hover {
	border-color: rgba(244, 34, 97, .7)
}

.form-error .text-input:focus {
	border-color: #4683C4
}

.text-input--sm {
	height: 30px;
	padding: 1px 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px
}

.text-input.text-input.disabled,
.text-input.text-input:disabled {
	background: #f3f3f3
}

textarea.text-input {
	height: 140px;
	resize: vertical;
	padding-bottom: 6px
}

.checkbox-row {
	padding-left: 25px;
	cursor: pointer;
	display: block
}

.checkbox-row__input {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	margin: 0
}

.checkbox-row__visual {
	position: absolute;
	top: .2em;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 2px;
	border: 1px solid rgba(119, 119, 119, .5);
	-webkit-transition: .1s;
	transition: .1s
}

.checkbox-row__visual::before {
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	border: 1px dashed #313131;
	-webkit-transition: .1s;
	transition: .1s;
	opacity: 0;
	visibility: hidden
}

.checkbox-row__visual::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 5px;
	margin: -4px 0 0 -5px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transition: .1s;
	transition: .1s;
	-webkit-transform: rotate(-45deg) scale(0);
	transform: translate3d(0, 0, 0) rotate(-45deg) scale(0);
	opacity: 0
}

.checkbox-row__sup {
	color: #aaa;
	vertical-align: top;
	font-size: 12px;
	line-height: inherit
}

.checkbox-row--sm,
.checkbox-row__label {
	font-size: 14px;
	line-height: 20px
}

.checkbox-row__label {
	color: #959595;
	display: block;
	margin-top: 3px;
	-webkit-transition: .1s;
	transition: .1s
}

.checkbox-row__icons {
	display: block;
	margin-top: 6px
}

.checkbox-row__tooltip {
	display: inline-block;
	vertical-align: top
}

.checkbox-row__input:checked~.checkbox-row__visual {
	background: #4683C4
}

.checkbox-row__input:checked~.checkbox-row__visual::after {
	opacity: 1;
	-webkit-transform: rotate(-45deg) scale(1);
	transform: translate3d(0, 0, 0) rotate(-45deg) scale(1)
}

.no-touch .checkbox-row:hover .checkbox-row__visual {
	border-color: #E52421
}

.checkbox-row--radio .checkbox-row__visual {
	border-radius: 50%
}

.checkbox-row--radio .checkbox-row__visual::after {
	border: none;
	width: 8px;
	height: 8px;
	background: #4683C4;
	border-radius: 50%;
	margin: -4px 0 0 -4px
}

.checkbox-row--sm .checkbox-row__visual {
	top: .1em
}

.checkbox-row--img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.checkbox-row--img .checkbox-row__visual {
	position: relative;
	top: auto;
	left: auto;
	width: 40px;
	height: 40px;
	border: 2px solid transparent;
	border-radius: 0;
	margin-right: 15px;
	text-align: center
}

.checkbox-row--img .checkbox-row__visual::before {
	top: -4px;
	left: -4px;
	right: -4px;
	bottom: -4px
}

.checkbox-row--img .checkbox-row__visual img {
	max-width: 32px;
	max-height: 32px;
	display: inline-block;
	vertical-align: middle
}

.checkbox-row--img .checkbox-row__visual.checkbox-row__visual::after {
	position: static;
	width: 0;
	border: none;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: none;
	transform: none;
	margin: 0
}

.no-touch .checkbox-row--img:hover .checkbox-row__visual {
	border-color: rgba(119, 119, 119, .5)
}

.checkbox-row--img .checkbox-row__input:checked~.checkbox-row__visual {
	border-color: #E52421
}

.color-pick,
.color-pick__visual {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	position: relative;
	background: center/100% auto no-repeat;
	background-size: cover
}

.color-pick__visual {
	border: 1px solid rgba(119, 119, 119, .5);
	border-radius: 2px;
	cursor: pointer;
	-webkit-transition: .1s;
	transition: .1s;
	-webkit-box-shadow: 0 0 0 rgba(119, 119, 119, .5);
	box-shadow: 0 0 0 rgba(119, 119, 119, .5)
}

.color-pick__input {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0
}

.no-touch .color-pick:hover .color-pick__visual {
	border-color: transparent;
	-webkit-box-shadow: 0 0 0 2px rgba(119, 119, 119, .5);
	box-shadow: 0 0 0 2px rgba(119, 119, 119, .5)
}

.color-pick__input:checked~.color-pick__visual,
.no-touch .color-pick__input:checked~.color-pick__visual {
	border-color: transparent;
	-webkit-box-shadow: 0 0 0 2px #4683C4;
	box-shadow: 0 0 0 2px #4683C4
}

.range-row {
	font-size: 0;
	margin: 0 -20px -20px 0
}

.range-row__cell {
	display: inline-block;
	vertical-align: top
}

.one-row-form {
	display: table;
	width: 100%;
	text-align: left
}

.one-row-form__cell-btn,
.one-row-form__cell-input {
	display: table-cell;
	vertical-align: top
}

.one-row-form__cell-btn {
	width: 1px
}

.one-row-form__cell-btn .btn {
	height: 40px;
	border-radius: 0 4px 4px 0
}

.one-row-form__cell-input .text-input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.form__subtitle {
	margin: 20px 0 5px
}

.form__subtitle+.rich-form-row .check-blocks {
	margin-top: 15px
}

.check-blocks {
	width: calc(100% + 20px);
	margin: 0 -20px -20px 0
}

.check-blocks__col {
	padding: 0 20px 20px 0
}

.check-block,
.check-block__icon,
.check-block__strong,
.check-block__text,
.check-block__tooltip,
.check-block__visual {
	display: block;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-grow: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.check-block__input {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	outline: 0
}

.check-block__visual {
	width: 100%;
	padding: 8px 15px;
	border: 1px solid rgba(0, 0, 0, .3);
	border-radius: 4px;
	position: relative;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
	font-size: 16px;
	line-height: 24px
}

.check-block__visual::before {
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	border: 1px dashed #313131;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s
}

.breadcrumbs__link,
.complex-link,
.complex-link__label,
.inline-tooltip {
	position: relative
}

.check-block__text {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.check-block__icon,
.check-block__text .check-block__tooltip {
	font-size: 0;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(24px * 2)
}

.check-block__icon,
.check-block__tooltip {
	-ms-flex-grow: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0
}

.check-block__icon {
	width: 55px;
	padding-right: 15px;
	text-align: center;
	-webkit-transition: color .3s;
	transition: color .3s;
	color: rgba(119, 119, 119, .5)
}

.check-block__icon .svg-icon {
	width: 40px;
	height: 40px;
	-webkit-transition: none;
	transition: none
}

.check-block__tooltip {
	width: 26px;
	padding-left: 10px;
	line-height: 0;
	-ms-align-items: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.check-block__strong {
	font-weight: 600;
	margin-top: 4px;
	-ms-align-items: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.no-touch .check-block__visual:hover {
	-webkit-box-shadow: 0 0 0 2px rgba(119, 119, 119, .5);
	box-shadow: 0 0 0 2px rgba(119, 119, 119, .5)
}

.no-touch .check-block__input:focus~.check-block__visual::before {
	opacity: 1
}

.check-block__input:checked~.check-block__visual {
	-webkit-box-shadow: 0 0 0 2px #4683C4;
	box-shadow: 0 0 0 2px #4683C4;
	border-color: rgba(255, 255, 255, 0)
}

.check-block__input:checked~.check-block__visual .check-block__icon {
	color: #4683C4
}

.inline-tooltip {
	display: inline-block;
	vertical-align: middle;
	line-height: 0
}

.inline-tooltip__btn {
	-webkit-transition: .3s;
	transition: .3s;
	color: #E52421;
	opacity: 1;
	cursor: help;
	vertical-align: middle
}

.inline-tooltip__body {
	width: 320px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px
}

.no-touch .inline-tooltip__btn:hover {
	opacity: .7
}

.contact-info {
	font-size: 16px;
	line-height: 28px;
	color: inherit;
	border: none;
	display: block;
	margin: 3px 0
}

.contact-info--lg {
	font-size: 26px;
	line-height: 34px
}

.contact-info small,
.contact-info strong {
	font-size: inherit;
	line-height: inherit;
	display: inline;
	-webkit-transition: color .1s;
	transition: color .1s
}

.contact-info small {
	font-weight: 700
}

.contact-info strong {
	color: #313131;
	font-weight: 600
}

.contact-info .contact-info__note,
.contact-info__note {
	vertical-align: baseline;
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #E52421
}

.contact-info__contact {
	margin: 8px 0;
	font-size: 14px;
	line-height: 20px
}

.contact-info__contact:first-child {
	margin-top: 0
}

.contact-info__contact:last-child {
	margin-bottom: 0
}

.contact-info__tel-link {
	border: none
}

.contact-info-title {
	margin: 12px 0
}

.contact-info-title:first-child {
	margin-top: 0
}

.contact-info-title:last-child {
	margin-bottom: 0
}

.contact-info-title+.contact-info {
	margin-top: 12px
}

.no-touch .contact-info__tel-link:hover {
	border-bottom: none
}

.no-touch .contact-info__tel-link:hover small,
.no-touch .contact-info__tel-link:hover strong {
	color: #313131
}

.contact-info__link--email {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.contact-info__link--email .svg-icon {
	margin-right: 5px;
	width: 20px;
	height: 20px
}

.contact-info__link {
	font-size: 14px;
	line-height: 14px;
	color: #4683c4;
	border-bottom: none !important
}

.contact-info--address {
	color: #313131
}

@media screen and (min-width:993px) {
	.grid-payments {
		width: 80%
	}
}

.contact-info-btns {
	font-size: 0;
	margin: 20px -10px -10px 0
}

.contact-info-btns .btn,
.contact-info-btns__item {
	margin: 0 10px 10px 0
}

.contact-info-btns__item {
	display: inline-block;
	vertical-align: top
}

.grouping-block {
	border: 1px solid #F8F8F8;
	border-radius: 4px;
	padding: 20px 35px 35px;
	margin: 10px 0
}

.grouping-block__title {
	text-align: left;
	color: #313131;
	margin: 0 0 10px;
	font-size: 22px;
	font-weight: 700;
	line-height: 20px
}

.grouping-block__form-container {
	max-width: 465px;
	margin: 0 auto
}

.grouping-block .slider-products {
	margin-left: -25px;
	margin-right: -25px
}

.grouping-block .slider-products .slick-list {
	padding: 10px 20px;
	margin: -10px 0
}

.grouping-block .slider-products .product {
	-webkit-box-shadow: none;
	box-shadow: none
}

.complex-link__link {
	display: table;
	width: 100%;
	color: #313131;
	border: none;
	-webkit-transition: color .3s;
	transition: color .3s;
	text-transform: uppercase;
	font-weight: 700
}

.complex-link__cell-icon {
	display: table-cell;
	vertical-align: top;
	width: 1px
}

.complex-link__icon-box {
	display: inline-block;
	vertical-align: top;
	width: 48px;
	height: 48px;
	color: rgba(119, 119, 119, .5);
	border: none;
	background: 0 0;
	position: relative;
	text-align: center;
	font-size: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: color .3s;
	transition: color .3s
}

.complex-link__icon-box::after {
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.complex-link__svg-icon {
	display: inline-block;
	vertical-align: top;
	width: 42px;
	height: 42px;
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: none;
	transition: none
}

.complex-link__label {
	top: -3px;
	display: inline-block;
	margin-left: 5px;
	height: 16px;
	line-height: 16px;
	padding: 0 6px;
	min-width: 20px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 0 3px #fff;
	box-shadow: 0 0 0 3px #fff;
	text-align: center;
	color: #fff;
	background: #ed1920;
	font-size: 11px;
	font-weight: 500
}

.complex-link__cell-txt {
	display: table-cell;
	vertical-align: middle
}

.complex-link__cell-icon+.complex-link__cell-txt {
	padding-left: 10px
}

.complex-link__link strong,
.complex-link__link sup {
	display: block;
	font-weight: 600;
	font-style: normal
}

.complex-link__link sup {
	font-size: 12px;
	line-height: 18px
}

.complex-link__link strong {
	font-size: 16px;
	line-height: 22px
}

.complex-link__link--static {
	cursor: default
}

.complex-link__link--static .complex-link__icon-box {
	color: rgba(119, 119, 119, .5);
	background: 0 0;
	border-color: rgba(119, 119, 119, .5)
}

.complex-link__link--static .complex-link__label {
	background: rgba(119, 119, 119, .5)
}

.complex-link--basket .complex-link__svg-icon {
	-webkit-transform: scale(.9);
	transform: scale(.9)
}

.no-touch .complex-link__link:hover {
	border: none
}

.no-touch .complex-link__link:hover .complex-link__icon-box {
	background: 0 0;
	border-color: #E52421;
	color: #E52421
}

.complex-link.dropdown-owner {
	padding-bottom: 10px;
	margin-bottom: -10px
}

.breadcrumbs {
	font-size: 0
}

.breadcrumbs__item,
.breadcrumbs__link,
.breadcrumbs__separator {
	display: inline-block;
	vertical-align: middle;
	line-height: 0
}

.breadcrumbs__dd-link,
.breadcrumbs__dd-tail-trigger-link,
.breadcrumbs__link {
	font-size: 14px;
	line-height: 20px;
	color: #959595;
	border-bottom: 1px solid transparent;
	-webkit-transition: .1s;
	transition: .1s;
	cursor: pointer
}

.breadcrumbs__link-arrow {
	position: absolute;
	top: 7px;
	right: 0;
	width: 8px;
	height: 5px;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.breadcrumbs__separator {
	margin: 0 12px;
	color: #959595
}

.breadcrumbs__separator .svg-icon {
	width: 10px;
	height: 12px
}

.breadcrumbs__link--current {
	padding-bottom: 0;
	margin-bottom: 0;
	cursor: default
}

.menu-btn,
body.ios,
body.ios * {
	cursor: pointer
}

.breadcrumbs__link.open .breadcrumbs__link-arrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.breadcrumbs__dd {
	font-size: 14px;
	line-height: 20px;
	width: 260px
}

.breadcrumbs__dd-item {
	display: block;
	margin-bottom: 4px
}

.breadcrumbs__dd-item:last-child {
	margin-bottom: 0
}

.breadcrumbs__dd-tail-body {
	display: none
}

.breadcrumbs__dd-tail-trigger {
	margin-top: 4px;
	display: block
}

.breadcrumbs__dd-tail-trigger-link {
	color: #959595
}

.breadcrumbs__dd-tail-trigger-link .svg-icon {
	-webkit-transition: -webkit-transform .1s;
	transition: transform .1s;
	transition: transform .1s, -webkit-transform .1s;
	margin-left: 1px;
	margin-top: -1px
}

.breadcrumbs__dd-tail-trigger-link.open .svg-icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.breadcrumbs__dd-tail-trigger-link-txt {
	border-bottom: 1px dashed
}

.no-touch .breadcrumbs__dd-link:hover,
.no-touch .breadcrumbs__dd-tail-trigger-link:hover,
.no-touch .breadcrumbs__link:hover {
	color: #313131;
	border-bottom: 1px solid #E52421
}

.no-touch .breadcrumbs__link--current:hover {
	color: #313131;
	border-bottom-color: transparent;
	padding-bottom: 0;
	margin-bottom: 0
}

.no-border,
iframe,
img {
	border: none
}

.touch .breadcrumbs__dd,
.touch .breadcrumbs__link-arrow {
	display: none
}

.touch .breadcrumbs__link {
	padding-right: 0
}

span.breadcrumbs__link {
	border-bottom: none;
	pointer-events: none;
	color: rgba(119, 119, 119, .5)
}

.page-title-block {
	margin: 20px 0
}

.page-title-block .page-title {
	color: #313131;
	font-size: 26px;
	font-weight: 700
}

.page-title-block:first-child {
	margin-top: 0
}

.breadcrumbs-block+.page-title-block {
	margin-top: 6px
}

.page-title-block+.floor {
	margin-top: 0
}

@media (max-width:999px) {
	.complex-link__icon-box {
		width: 48px;
		height: 48px
	}
}

@media (max-width:759px) {

	.h1,
	h1 {
		font-size: calc(16px * 26 / 16);
		font-weight: 600;
		line-height: calc(24px * 30 / 24);
		margin: 0
	}

	.h2,
	.h3,
	h2,
	h3 {
		line-height: calc(24px * 28 / 24);
		font-weight: 600;
		margin: 0
	}

	.h2,
	h2 {
		font-size: calc(16px * 22 / 16)
	}

	.h3,
	h3 {
		font-size: calc(16px * 18 / 16)
	}

	.h4,
	h4 {
		font-size: 16px;
		font-weight: 600;
		line-height: 24px;
		margin: 0
	}

	.text-guide h1,
	.text-guide h2,
	.text-guide h3,
	.text-guide h4,
	.text-guide h5,
	p {
		margin: 10px 0
	}

	.strong,
	strong {
		font-size: 26px;
		line-height: 26px;
		font-weight: 400
	}

	.small,
	small {
		font-size: 14px;
		line-height: 20px;
		font-weight: 400
	}

	.breadcrumbs__link--current,
	.breadcrumbs__separator--current {
		display: none
	}

	.complex-link__icon-box {
		width: 40px;
		height: 40px;
		background: 0 0
	}

	.complex-link__icon-box .svg-icon {
		width: 40px;
		height: 40px
	}

	.complex-link__label {
		font-size: 12px;
		line-height: 16px;
		padding: 0 6px
	}
}

#root,
.layout,
body {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox
}

.ie-10 #root,
.ie-11 #root,
body.ie-10,
body.ie-11,
main {
	display: block
}

@media (max-width:599px) {
	.page-title-block {
		margin: 15px 0
	}

	.page-title-block:first-child {
		margin-top: -5px
	}

	.one-row-form__cell-btn .btn {
		padding-left: 10px;
		padding-right: 10px
	}
}

*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text] {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	appearance: none
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0
}

::-webkit-details-marker {
	display: none;
	opacity: 0
}

::-webkit-search-cancel-button {
	-webkit-appearance: none;
	appearance: none
}

input::-ms-clear {
	display: none
}

button::-moz-focus-inner {
	border: none
}

img {
	font-size: 14px;
	line-height: 20px
}

.touch * {
	outline: 0
}

body,
html {
	margin: 0;
	padding: 0
}

body {
	color: #313131;
	background-color: #fff;
	font: 400 16px/24px Roboto, Arial, Helvetica, sans-serif;
	position: relative;
	min-height: 100vh
}

#root,
body {
	display: flex;
	width: 100%;
	-ms-flex-direction: column;
	flex-direction: column
}

#root {
	-ms-flex-grow: 100;
	-webkit-box-flex: 100;
	-ms-flex-positive: 100;
	flex-grow: 100;
	margin-right: -20px;
	width: 100%
}

.col,
.grid {
	display: inline-block;
	display: -ms-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.col--free,
.grid--free,
.logo,
.menu-btn,
.spinner {
	display: inline-block
}

.logo,
.logo .svg-icon,
.menu-btn,
.page-header-info-block,
.spinner {
	vertical-align: middle
}

.grid {
	font-size: 0;
	width: 100%
}

.col {
	-ms-flex-direction: column;
	flex-direction: column
}

.grid-h-5 {
	margin-right: -5px;
	width: calc(100% + 5px)
}

.grid-h-5 .col {
	padding-right: 5px
}

.grid-h-10 {
	margin-right: -10px;
	width: calc(100% + 10px)
}

.grid-h-10 .col {
	padding-right: 10px
}

.grid-h-15 {
	margin-right: -15px;
	width: calc(100% + 15px)
}

.grid-h-15 .col {
	padding-right: 15px
}

.grid-h-20 {
	margin-right: -20px;
	width: calc(100% + 20px)
}

.grid-h-20 .col {
	padding-right: 20px
}

.grid-h-25 {
	margin-right: -25px;
	width: calc(100% + 25px)
}

.grid-h-25 .col {
	padding-right: 25px
}

.grid-h-30 {
	margin-right: -30px;
	width: calc(100% + 30px)
}

.grid-h-30 .col {
	padding-right: 30px
}

.grid-h-35 {
	margin-right: -35px;
	width: calc(100% + 35px)
}

.grid-h-35 .col {
	padding-right: 35px
}

.grid-h-40 {
	margin-right: -40px;
	width: calc(100% + 40px)
}

.grid-h-40 .col {
	padding-right: 40px
}

.grid-v-5 {
	margin-bottom: -5px
}

.grid-v-5 .col {
	padding-bottom: 5px
}

.grid-v-10 {
	margin-bottom: -10px
}

.grid-v-10 .col {
	padding-bottom: 10px
}

.grid-v-15 {
	margin-bottom: -15px
}

.grid-v-15 .col {
	padding-bottom: 15px
}

.grid-v-20 {
	margin-bottom: -20px
}

.grid-v-20 .col {
	padding-bottom: 20px
}

.grid-v-25 {
	margin-bottom: -25px
}

.grid-v-25 .col {
	padding-bottom: 25px
}

.grid-v-30 {
	margin-bottom: -30px
}

.grid-v-30 .col {
	padding-bottom: 30px
}

.grid-v-35 {
	margin-bottom: -35px
}

.grid-v-35 .col {
	padding-bottom: 35px
}

.grid-v-40 {
	margin-bottom: -40px
}

.grid-v-40 .col {
	padding-bottom: 40px
}

.col-lg-1 {
	width: 8.333%
}

.col-lg-2 {
	width: 16.666%
}

.col-lg-20 {
	width: 20%
}

.col-lg-3 {
	width: 25%
}

.col-lg-4 {
	width: 33.33%
}

.col-lg-5 {
	width: 41.666%
}

.col-lg-6 {
	width: 50%
}

.col-lg-7 {
	width: 58.333%
}

.col-lg-8 {
	width: 66.666%
}

.col-lg-9 {
	width: 75%
}

.col-lg-10 {
	width: 83.333%
}

.col-lg-11 {
	width: 91.666%
}

.col-lg-12,
.default-grid {
	width: 100%
}

.order-lg--12 {
	-ms-order: -12;
	-webkit-box-ordinal-group: -11;
	-ms-flex-order: -12;
	order: -12
}

.order-lg--11 {
	-ms-order: -11;
	-webkit-box-ordinal-group: -10;
	-ms-flex-order: -11;
	order: -11
}

.order-lg--10 {
	-ms-order: -10;
	-webkit-box-ordinal-group: -9;
	-ms-flex-order: -10;
	order: -10
}

.order-lg--9 {
	-ms-order: -9;
	-webkit-box-ordinal-group: -8;
	-ms-flex-order: -9;
	order: -9
}

.order-lg--8 {
	-ms-order: -8;
	-webkit-box-ordinal-group: -7;
	-ms-flex-order: -8;
	order: -8
}

.order-lg--7 {
	-ms-order: -7;
	-webkit-box-ordinal-group: -6;
	-ms-flex-order: -7;
	order: -7
}

.order-lg--6 {
	-ms-order: -6;
	-webkit-box-ordinal-group: -5;
	-ms-flex-order: -6;
	order: -6
}

.order-lg--5 {
	-ms-order: -5;
	-webkit-box-ordinal-group: -4;
	-ms-flex-order: -5;
	order: -5
}

.order-lg--4 {
	-ms-order: -4;
	-webkit-box-ordinal-group: -3;
	-ms-flex-order: -4;
	order: -4
}

.order-lg--3 {
	-ms-order: -3;
	-webkit-box-ordinal-group: -2;
	-ms-flex-order: -3;
	order: -3
}

.order-lg--2 {
	-ms-order: -2;
	-webkit-box-ordinal-group: -1;
	-ms-flex-order: -2;
	order: -2
}

.order-lg--1 {
	-ms-order: -1;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}

.order-lg-0 {
	-ms-order: 0;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0
}

.order-lg-1 {
	-ms-order: 1;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.order-lg-2 {
	-ms-order: 2;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.order-lg-3 {
	-ms-order: 3;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}

.order-lg-4 {
	-ms-order: 4;
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4
}

.order-lg-5 {
	-ms-order: 5;
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}

.order-lg-6 {
	-ms-order: 6;
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6
}

.order-lg-7 {
	-ms-order: 7;
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7
}

.order-lg-8 {
	-ms-order: 8;
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8
}

.order-lg-9 {
	-ms-order: 9;
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9
}

.order-lg-10 {
	-ms-order: 10;
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10
}

.order-lg-11 {
	-ms-order: 11;
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11
}

.order-lg-12 {
	-ms-order: 12;
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12
}

.default-grid__item {
	font-size: 16px
}

.default-grid--lg {
	margin: 0 -50px -50px 0;
	width: calc(100% + 50px)
}

.default-grid--lg>.default-grid__item {
	padding: 0 50px 50px 0
}

.v-lazy-img-loading,
[v-lazy-img] {
	-webkit-filter: blur(5px);
	filter: blur(5px);
	background: #F1F3F4
}

.v-lazy-img-loaded,
.v-lazy-img-loading,
[v-lazy-img] {
	-webkit-transition: -webkit-filter .3s;
	transition: filter .3s;
	transition: filter .3s, -webkit-filter .3s
}

.container {
	max-width: 1350px;
	padding: 0 25px;
	margin: 0 auto
}

.page-main {
	-ms-flex-grow: 100;
	-webkit-box-flex: 100;
	-ms-flex-positive: 100;
	flex-grow: 100;
	margin: 0;
	padding-bottom: 50px
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, .7);
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s;
	pointer-events: none
}

.overlay-preloader,
.preloader-bar {
	-webkit-transition: .3s;
	pointer-events: none
}

.modal-loading .overlay,
.modal-open .overlay,
.overlay.open,
.top-search-open .overlay {
	opacity: 1;
	visibility: visible;
	pointer-events: all
}

.overlay-preloader {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	z-index: 100;
	transition: .3s;
	opacity: 0;
	visibility: hidden
}

.modal-loading .overlay-preloader {
	opacity: 1;
	visibility: visible
}

.modal-loading .overlay-preloader .spinner,
.spinner.active {
	-webkit-animation: 2s linear infinite spinner;
	animation: 2s linear infinite spinner
}

.modal-loading .overlay-preloader .spinner circle,
.spinner.active circle {
	-webkit-animation: 3s linear infinite spinner-stroke;
	animation: 3s linear infinite spinner-stroke
}

.spinner {
	color: #4683C4;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.spinner circle {
	stroke-width: 3px;
	stroke-dasharray: 0 0 0 10000px
}

.spinner--default {
	width: 50px;
	height: 50px
}

.spinner--fav {
	width: 20px;
	height: 20px;
	color: #E52421
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: translate3d(0, 0, 0) rotate(0);
		transform: translate3d(0, 0, 0) rotate(0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0) rotate(360deg);
		transform: translate3d(0, 0, 0) rotate(360deg)
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: translate3d(0, 0, 0) rotate(0);
		transform: translate3d(0, 0, 0) rotate(0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0) rotate(360deg);
		transform: translate3d(0, 0, 0) rotate(360deg)
	}
}

@-webkit-keyframes spinner-stroke {
	0% {
		stroke-dasharray: 0 0 0 10000px
	}

	50% {
		stroke-dasharray: 0 0 315% 10000px
	}

	100% {
		stroke-dasharray: 0 315% 0 10000px
	}
}

@keyframes spinner-stroke {
	0% {
		stroke-dasharray: 0 0 0 10000px
	}

	50% {
		stroke-dasharray: 0 0 315% 10000px
	}

	100% {
		stroke-dasharray: 0 315% 0 10000px
	}
}

.preloader-bar {
	transition: .3s;
	height: 0;
	position: relative;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 80
}

.preloader-bar.active {
	height: 2px
}

.preloader-bar::before {
	position: absolute;
	width: 40%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	background: #E52421;
	-webkit-animation: 5s ease-in-out infinite preloader-bar;
	animation: 5s ease-in-out infinite preloader-bar
}

@-webkit-keyframes preloader-bar {

	0%,
	100% {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		left: 0
	}

	50% {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		left: 100%
	}
}

@keyframes preloader-bar {

	0%,
	100% {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		left: 0
	}

	50% {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		left: 100%
	}
}

.menu-btn {
	width: 40px;
	height: 40px;
	padding: 0;
	margin: -10px;
	position: relative;
	background: 0 0;
	-webkit-transition: .3s;
	transition: .3s
}

.menu-btn__part {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 2px;
	width: 20px;
	margin-left: calc(-20px / 2);
	margin-top: calc(-2px / 2);
	border-radius: 0;
	background: #E52421;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform-origin: center;
	transform-origin: center
}

.menu-btn__part--1 {
	margin-top: calc(-7px - 2px / 2)
}

.menu-btn__part--3 {
	margin-top: calc(7px - 2px / 2)
}

.no-touch .menu-btn:hover {
	opacity: 1;
	background: 0 0
}

.menu-btn--back .menu-btn__part--2,
.menu-btn--close .menu-btn__part--2 {
	opacity: 0
}

.no-touch .menu-btn:hover .menu-btn__part,
.page-prefooter {
	background: #4683C4
}

.menu-btn--close .menu-btn__part--1 {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: calc(-2px / 2)
}

.menu-btn--close .menu-btn__part--3 {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: calc(-2px / 2)
}

.menu-btn--back .menu-btn__part {
	width: calc(20px / 2);
	margin-left: calc(-20px / 4);
	-webkit-transform-origin: left center;
	transform-origin: left center
}

.menu-btn--back .menu-btn__part--1 {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: calc(-2px / 2 - .5px)
}

.menu-btn--back .menu-btn__part--3 {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: calc(-2px / 2 + .5px)
}

.logo {
	width: 180px;
	height: 86px;
	color: #E52421;
	-webkit-transition: .3s;
	transition: .3s;
	border: none
}

.logo .svg-icon {
	-webkit-transition: none;
	transition: none;
	width: 100%;
	height: 100%
}

.no-touch .logo:hover {
	opacity: 1;
	color: #de4d4b;
	border-bottom: none
}

.layout {
	display: flex;
	width: 100%
}

.layout__aside {
	-ms-flex: 0 0 240px;
	-webkit-box-flex: 0;
	flex: 0 0 240px;
	margin-right: 10px;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	z-index: 99
}

.layout__main {
	-ms-flex-grow: 100;
	-webkit-box-flex: 100;
	-ms-flex-positive: 100;
	flex-grow: 100;
	width: 1px
}

.layout__aside .basic-filter:first-child {
	margin-top: -4px
}

.layout__aside .basic-filter .basic-filter-group:first-child {
	border-top: none;
	padding-top: 0;
	margin-top: 0
}

.layout__aside-panel:first-child {
	margin-top: -4px
}

.layout__aside-panel .folded-menu-header {
	display: none
}

.layout__aside-panel.sticky-bottom~.sticky-helper {
	-ms-order: -1;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}

.sticky-supported .layout__aside .sticky-helper {
	display: block;
	-ms-flex-grow: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 100%
}

.layout .container {
	padding-left: 0;
	padding-right: 0
}

.page-header-info-block {
	display: inline-table;
	border: none;
	font-size: 14px;
	line-height: 16px;
	color: #313131;
	padding: 0 20px;
	-webkit-transition: color .3s;
	transition: color .3s;
	cursor: default
}

a.page-header-info-block {
	cursor: pointer
}

.page-header-info-block__cell-icon,
.page-header-info-block__cell-info {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

.page-header-info-block__cell-icon {
	width: 1px;
	color: rgba(119, 119, 119, .5);
	-webkit-transition: .3s;
	transition: .3s
}

.no-touch .page-header-info-block:hover {
	color: #4683C4;
	border: none
}

.no-touch .page-header-info-block:hover .page-header-info-block__cell-icon {
	color: #4683C4
}

.page-prefooter {
	cursor: default;
	color: #fff
}

.page-prefooter__row {
	display: table;
	width: calc(100% + 2 * 25px);
	margin: 0 -25px
}

.page-prefooter__item {
	display: table-cell;
	vertical-align: top;
	padding: 30px 25px
}

.page-prefooter__item+.page-prefooter__item {
	border-left: 1px solid transparent
}

.page-prefooter__item--sub {
	width: 58.333%
}

.page-prefooter__item--soc {
	width: 41.666%
}

.page-prefooter__item-container {
	max-width: 960px;
	margin: 0 auto
}

.label-action {
	display: table;
	width: 100%
}

.label-action__action,
.label-action__label {
	display: table-cell;
	vertical-align: top
}

.label-action__action .one-row-form,
.label-action__action .social-links,
.label-action__label-txt,
.social-link .svg-icon,
.social-link::after,
.social-links__item {
	display: inline-block;
	vertical-align: middle
}

.label-action__label {
	padding-right: 25px;
	font-size: 0
}

.label-action__action::after,
.label-action__label::after {
	display: inline-block;
	vertical-align: middle;
	height: 40px
}

.label-action__label-txt {
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	text-transform: none;
	letter-spacing: normal
}

.action-status,
.article-date-left,
.full-shop-li__top-txt,
.page-header-menu__item--hl .page-header-menu__link,
.panel-btn,
.product__quick-view,
.shop-li__top-start-txt,
.small-countdown {
	text-transform: uppercase
}

.label-action__label-txt.label-action__label-txt {
	margin: calc(40px - 26px * 2) 0
}

.label-action__action {
	width: 99%;
	text-align: left;
	font-size: 0
}

.social-block {
	margin: 20px 0
}

.social-block__title {
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	color: #959595;
	margin: 10px 0
}

.pay-icons+.social-block {
	margin-top: 0
}

.social-links {
	font-size: 0;
	margin: 0 -15px -15px 0
}

.social-links__item {
	margin: 0 15px 15px 0
}

.social-link {
	color: #E52421;
	border: none;
	border-radius: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 0;
	background: 0 0;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer
}

.page-footer,
.page-footer-2 {
	background: #F8F8F8;
	cursor: default
}

.social-link::after {
	height: 100%
}

.social-link .svg-icon {
	width: 40px;
	height: 40px
}

.no-touch .social-link:hover {
	border: #313131;
	color: #313131
}

.page-footer {
	color: #313131;
	border-top: none;
	font-weight: 400
}

.page-footer__main {
	padding: 30px 0
}

.page-footer__bottom {
	padding: 18px 0;
	border-top: 1px solid rgba(119, 119, 119, .5)
}

.page-footer-2 {
	padding: 15px 0;
	font-size: 14px;
	line-height: 20px;
	color: #959595
}

.page-footer-2__row {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -10px;
	-ms-justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.page-footer-2__cell {
	display: inline-block;
	vertical-align: middle;
	margin: 10px
}

.lite-hor-menu {
	display: inline-block;
	width: calc(100% + 20px);
	font-size: 0;
	margin: 0 -20px -10px;
	vertical-align: top
}

.lite-hor-menu__item {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 10px 0;
	font-size: 16px
}

.lite-hor-menu--sm .lite-hor-menu__item {
	font-size: 14px;
	line-height: 20px
}

.lite-hor-menu--gray .lite-hor-menu__link {
	color: #959595;
	border-bottom-color: rgba(0, 0, 0, .15)
}

.page-footer-grid {
	width: calc(100% + 25px);
	margin: 0 -25px -25px 0
}

.page-footer-grid__col {
	font-size: 16px;
	padding: 0 25px 25px 0
}

.page-footer-menu__arrow.page-footer-menu__arrow {
	display: none
}

.page-footer-menu__title {
	margin-bottom: 12px;
	color: #313131;
	height: 26px;
	white-space: nowrap
}

.page-footer-menu__item {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px
}

.page-footer-menu__item:last-child {
	margin-bottom: 0
}

.page-footer-menu__link {
	color: #313131;
	-webkit-transition: .1s;
	transition: .1s;
	border-bottom: 1px solid transparent
}

.no-touch .page-footer-menu__link:hover {
	color: #313131;
	border-bottom: 1px solid
}

.pay-icons {
	display: block;
	border: none;
	-webkit-transition: .3s;
	transition: .3s;
	margin: 20px 0
}

.pay-icons__grid {
	margin: 0 -10px -10px 0;
	font-size: 0
}

.pay-icons__icon {
	margin: 0 30px 15px 0
}

.no-touch .pay-icons:hover {
	opacity: .7;
	border-bottom: none
}

.dd-links-list__item {
	margin-bottom: 6px
}

.dd-links-list__item:last-child {
	margin-bottom: 0
}

.dd-links-list__link {
	color: #313131;
	border-bottom: 0;
	border-bottom-color: rgba(255, 255, 255, 0);
	cursor: pointer;
	-webkit-transition: .1s;
	transition: .1s
}

.block-banner,
.block-banner__title {
	-webkit-transition: .3s;
	color: #313131
}

.no-touch .dd-links-list__link:hover {
	color: #313131;
	border-bottom: 1px solid #E52421
}

.dropdown .dd-links-list:first-child,
.dropdown .folded-menu-header+.dd-links-list {
	margin-top: -5px
}

.dropdown .dd-links-list:last-child {
	margin-bottom: -5px
}

.page-footer-bottom-row {
	font-size: 12px;
	line-height: 18px;
	color: #959595;
	display: table;
	width: 100%
}

.page-footer-bottom-row a {
	color: #959595;
	border-bottom: none
}

.page-footer-bottom-row__left,
.page-footer-bottom-row__middle,
.page-footer-bottom-row__right {
	display: table-cell;
	vertical-align: top;
	width: 50%
}

.page-footer-bottom-row__middle {
	padding: 0 25px;
	width: 1px
}

.page-footer-bottom-row__right {
	text-align: right
}

.block-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 30px;
	border: none;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 0 1px #F1F3F4;
	box-shadow: 0 0 0 1px #F1F3F4;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	background: #fff;
	transition: .3s
}

.block-banner__image {
	position: relative;
	margin: -30px -30px 30px;
	max-height: 260px
}

.block-banner__image::before {
	display: block;
	padding-top: 67.53%
}

.block-banner__image-cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: center/auto 100% no-repeat rgba(119, 119, 119, .5);
	background-size: cover
}

.block-banner__title {
	margin-bottom: 20px;
	transition: .3s
}

.block-banner__text {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	margin-bottom: 20px
}

.no-touch .block-banner:hover {
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
	border: none;
	color: #313131
}

.no-touch .block-banner:hover .block-banner__title {
	color: #E52421
}

.floor {
	margin: 45px 0;
	position: relative
}

.floor--advantages {
	background: 0 0;
	color: #313131;
	padding: 25px 0
}

.floor--border-top {
	padding-top: 45px;
	border-top: 1px solid rgba(119, 119, 119, .5)
}

.floor--closer {
	margin: 25px 0
}

.floor--connected {
	margin-top: -25px
}

.floor+.catalog-list-block,
.floor+.floor--connected {
	margin-top: -20px
}

.floor--padded {
	padding: 60px 0
}

.floor--contrast {
	background: #F8F8F8
}

.page-main>.floor:last-child,
.page-main>div:last-child .floor:last-child {
	margin-bottom: 20px
}

.page-main>.floor--padded:last-child {
	margin-bottom: -25px
}

.floor-header {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 40px 0
}

.image-gallery--horizontal,
.product,
.rich-text-input,
.select-filter,
.simple-slide__box {
	-webkit-box-orient: vertical
}

.floor-header__left,
.floor-header__right {
	display: none
}

.floor-header__main {
	text-align: left;
	padding: 0;
	max-width: calc(100% - 100px);
	width: 700px;
	position: relative
}

.advantages-block__col,
.banners-block__grid .col {
	padding: 0 25px 25px 0
}

.floor-header__main:after {
	display: block;
	width: 20px;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
	background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
	top: 0;
	right: 0;
	position: absolute
}

.floor-header__link {
	color: #313131;
	border-bottom: 0;
	-webkit-transition: .3s;
	transition: .3s
}

.floor-header:first-child {
	margin-top: -5px
}

.advantages-block__grid,
.banners-block__grid {
	margin: 0 -25px -25px 0;
	width: calc(100% + 25px)
}

.floor-header--separator h2 {
	display: inline-block;
	vertical-align: top;
	background-color: #fff
}

.no-touch .floor-header__link:hover {
	color: 0;
	border-bottom: 1px solid #E52421
}

.banners-block__grid .banners-block__grid {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.advantage {
	display: table;
	width: 100%
}

.advantage__cell-img {
	display: table-cell;
	vertical-align: top;
	width: 1px;
	padding-right: 20px
}

.advantage__img-box {
	width: 50px;
	height: 50px;
	font-size: 0;
	text-align: center
}

.advantage__img-box::after {
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

.advantage__img-box img {
	display: inline-block;
	vertical-align: middle
}

.advantage__cell-txt {
	display: table-cell;
	vertical-align: middle
}

.advantage__title:first-child {
	margin-top: -4px
}

.advantage__title:last-child {
	margin-bottom: -4px
}

.block-links__grid {
	margin: 0 -25px -25px 0;
	width: calc(100% + 25px)
}

.block-links__col {
	padding: 0 25px 25px 0
}

.block-link {
	display: table;
	width: 100%;
	border: 1px dashed #F1F3F4;
	border-radius: 4px;
	padding: 20px;
	color: #313131;
	font-size: 16px;
	line-height: 24px;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-box-shadow: none;
	box-shadow: none
}

.block-link__cell-txt {
	display: table-cell;
	vertical-align: middle
}

.block-link__cell-img {
	display: table-cell;
	vertical-align: top;
	width: 1px;
	padding-right: 20px
}

.block-link__img-box {
	width: 50px;
	height: 50px;
	font-size: 0;
	text-align: center
}

.block-link__img-box::after {
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

.block-link__img-box img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	margin: 0
}

.status,
.status-block__item {
	display: inline-block;
	vertical-align: top
}

.block-link img {
	-webkit-transition: .3s;
	transition: .3s
}

.block-link__p {
	margin: 4px 0
}

.block-link__btn-row {
	margin: 14px 0
}

.block-link--reflex {
	cursor: pointer
}

.no-touch .block-link:hover {
	color: #4683C4;
	border: 1px dashed rgba(255, 255, 255, 0);
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 8px rgba(0, 0, 0, .2)
}

.status {
	cursor: default
}

.status-group {
	font-size: 0;
	line-height: 0;
	margin: 0 -6px -6px 0
}

.status-group .status {
	margin: 0 6px 6px 0
}

.status-block {
	margin: 20px -10px;
	font-size: 14px;
	line-height: 20px
}

.status-block__item {
	margin: 0 10px
}

.status-block__text {
	color: #959595
}

.param-picker-option__offer-param-key,
.param-picker__label-key,
.price .strike {
	color: rgba(119, 119, 119, .5)
}

.param-picker__label {
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px
}

.param-picker-option,
.param-picker__option,
.param-picker__picker {
	display: inline-block;
	vertical-align: top
}

.param-picker__label-value {
	margin-left: 4px
}

.param-picker__picker {
	font-size: 0;
	margin: 0 -15px -15px 0;
	width: calc(100% + 15px)
}

.param-picker__option {
	margin: 0 15px 15px 0
}

.param-picker-option {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.param-picker-option__input {
	display: none
}

.param-picker-option__visual {
	display: table;
	padding: 12px;
	border: 1px solid rgba(119, 119, 119, .5);
	border-radius: 4px;
	-webkit-box-shadow: 0 0 0 0 rgba(119, 119, 119, .5);
	box-shadow: 0 0 0 0 rgba(119, 119, 119, .5);
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	max-width: 300px;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer
}

.param-picker-option__text {
	display: table-cell;
	vertical-align: middle
}

.param-picker-option__image {
	display: table-cell;
	vertical-align: top;
	width: 50px;
	padding-right: 10px;
	text-align: center
}

.param-picker-option__image img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 40px
}

.param-picker-option__aside {
	display: table-cell;
	vertical-align: top;
	text-align: right;
	width: 120px;
	padding-left: 20px
}

.param-picker-option__action {
	display: table-cell;
	vertical-align: top;
	width: 1px;
	padding-left: 20px
}

.param-picker-option__aside .strike {
	display: block
}

.param-picker-option__aside .rating-block {
	margin: 6px 0 6px auto
}

.param-picker-option__aside .rating-block:first-child {
	margin-top: 0
}

.param-picker-option__aside .rating-block:last-child {
	margin-bottom: 0
}

.no-touch .param-picker-option__visual:hover {
	-webkit-box-shadow: 0 0 0 2px rgba(119, 119, 119, .5);
	box-shadow: 0 0 0 2px rgba(119, 119, 119, .5);
	border-color: #959595
}

.param-picker-option__input:checked~.param-picker-option__visual {
	border-color: transparent;
	-webkit-box-shadow: 0 0 0 2px #4683C4;
	box-shadow: 0 0 0 2px #4683C4
}

.param-picker-option--color .param-picker-option__visual {
	display: block;
	padding: 0;
	width: 40px;
	height: 40px
}

.param-picker-option--color .param-picker-option__image {
	display: block;
	padding: 0;
	width: 38px;
	height: 38px
}

.param-picker-option--color .param-picker-option__image img {
	max-height: 100%
}

.param-picker-option--offer {
	display: block;
	width: auto
}

.param-picker-option--offer .param-picker-option__visual {
	width: 100%;
	max-width: none
}

.param-picker-option--offer .param-picker-option__image {
	padding-right: 20px;
	width: 70px
}

.param-picker-option--offer .param-picker-option__image img {
	max-height: 50px
}

.param-picker-option--offer .param-picker-option__text {
	vertical-align: top
}

.param-picker-option__offer-name {
	display: block
}

.param-picker-option__offer-param {
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 6px 0
}

.param-picker-option--offer-static .param-picker-option__visual {
	cursor: default
}

.param-picker-option--text .param-picker-option__visual {
	padding-top: 9px;
	padding-bottom: 9px
}

.price .strike {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-decoration: line-through;
	margin-right: 8px;
	display: block
}

.price .price__new,
.price .price__separator,
.price small,
.price strong {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600
}

.price small,
.price strong {
	color: #4683C4
}

.price .price__new {
	color: #4683C4
}

.basic-filter-group__header-link .link__sup,
.basic-filter-group__link .link__sup,
.panel-btn {
	font-weight: 400
}

.price .price__new-curr {
	color: #4683C4
}

.price__units {
	font-size: 12px;
	line-height: 18px;
	color: #959595
}

.price--lg .strike {
	font-size: 16px;
	line-height: 24px
}

.price--lg .price__new,
.price--lg .price__new-curr,
.price--lg .price__separator,
.price--lg small,
.price--lg strong {
	font-size: 26px;
	line-height: 28px
}

.price--lg .price__units {
	font-size: 16px;
	line-height: 24px
}

.price--sm .strike {
	font-size: 12px;
	line-height: 18px
}

.price--sm .price__new,
.price--sm strong {
	font-size: 14px;
	line-height: 20px
}

.price--sm .price__new-curr,
.price--sm .price__separator,
.price--sm small {
	font-size: 12px;
	line-height: 18px
}

.price--strong .strike {
	font-size: 16px;
	line-height: 24px
}

.price--strong .price__new,
.price--strong .price__new-curr,
.price--strong .price__separator,
.price--strong small,
.price--strong strong {
	font-size: 26px;
	line-height: 26px
}

.pre-small-info-list-header {
	margin-bottom: 10px
}

.small-info-list__item {
	margin-bottom: 6px
}

.small-info-list--lg .small-info-list__item {
	margin-bottom: 12px
}

.small-info-list__item:last-child {
	margin-bottom: 0
}

.small-info-row {
	display: table;
	width: 100%;
	font-size: 16px;
	line-height: 24px
}

.dot-line-row--sm,
.small-info-row--sm {
	font-size: 14px;
	line-height: 20px
}

.text-guide .small-info-row {
	padding: 0
}

.text-guide .small-info-row::before {
	display: none
}

.small-info-row__icon,
.small-info-row__text {
	display: table-cell;
	vertical-align: middle
}

.small-info-row__icon {
	width: 35px;
	padding-right: 15px
}

.small-info-row__icon .svg-icon {
	width: 20px;
	height: 20px;
	vertical-align: top
}

.small-info-row--color .svg-icon {
	color: #E52421
}

.small-info-row--color-alt .svg-icon {
	color: #4683C4
}

.small-info-row--color-success .svg-icon,
.small-info-row--green .svg-icon {
	color: #55974d
}

.dot-line-list__item {
	margin-bottom: 8px
}

.dot-line-list__item:last-child {
	margin-bottom: 0
}

.dot-line-row {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.dot-line-row__ruler {
	-ms-flex-grow: 100;
	-webkit-box-flex: 100;
	-ms-flex-positive: 100;
	flex-grow: 100;
	padding: 0 5px
}

.dot-line-row__ruler::after {
	display: none;
	vertical-align: baseline;
	width: 100%;
	height: 1px;
	min-width: 20px;
	background: linear-gradient(to right, rgba(119, 119, 119, .5) 0, rgba(119, 119, 119, .5) 1px, transparent 1px, transparent 4px) 0 0/4px 1px repeat-x
}

.dot-line-row__ruler--clear:after {
	display: none
}

.dot-line-row__end,
.dot-line-row__start {
	max-width: 60%
}

.dot-line-row__end {
	text-align: right
}

.dot-line-row .inline-tooltip {
	margin-top: -2px
}

.dot-line-row__start--checkout {
	font-size: 14px;
	color: #9d9d9d
}

.dot-line-row--lg {
	font-size: 26px;
	line-height: 26px
}

.dot-line-row--eq .dot-line-row__end {
	width: calc(50% - 30px);
	text-align: left
}

.dot-line-row--eq .dot-line-row__start {
	max-width: 50%;
	text-align: left
}

.params-row {
	font-size: 0;
	line-height: 0;
	margin: -10px -25px 0 0
}

.params-row__item {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
	margin: 10px 25px 0 0
}

.form-suggestions {
	margin: 25px 0
}

.form-suggestions__title {
	margin: 10px 0
}

.form-suggestions__item {
	font-size: 16px;
	line-height: 24px
}

.panel-btn {
	display: inline-block;
	vertical-align: top;
	height: 40px;
	padding: 4px 20px;
	border: 1px solid transparent;
	border-radius: 0;
	background-color: #F1F3F4;
	color: #959595;
	font-size: 0;
	line-height: 30px;
	letter-spacing: 1px;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer
}

.panel-btn__icon,
.panel-btn__inner {
	display: inline-block;
	vertical-align: middle
}

.panel-btn__icon--left {
	margin-right: 10px
}

.panel-btn__icon--right {
	margin-left: 10px
}

.panel-btn__inner {
	font-size: 14px
}

.panel-btn__icon--dd-arrow {
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.panel-btn.open .panel-btn__icon--dd-arrow {
	-webkit-transform: rotate(180deg);
	transform: translate3d(0, 0, 0) rotate(180deg)
}

.no-touch .panel-btn:hover {
	color: #E52421
}

.catalog-list-empty-msg {
	margin: 40px 0
}

.basic-filter {
	position: relative
}

.basic-filter__preloader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 80;
	background: #fff
}

.basic-filter__preloader .spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px
}

.basic-filter-group {
	padding-top: 16px;
	margin: 16px 0
}

.basic-filter-group__header {
	position: relative;
	padding-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-transition: .1s;
	transition: .1s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fav-btn,
.page-header-top-item__btn {
	-webkit-user-select: none;
	-moz-user-select: none
}

.basic-filter-group__header-arrow {
	position: absolute;
	top: 5px;
	right: 0;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.basic-filter-group__item {
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 20px;
	padding-left: 1px
}

.basic-filter-group__item.sliding-down,
.basic-filter-group__item.sliding-up {
	opacity: 0
}

.filter-group__item-toggle {
	margin-top: 6px
}

.basic-filter-group__item:last-child {
	margin-bottom: 0
}

.basic-filter-group__link--current {
	color: #313131;
	cursor: default;
	border: none;
	text-decoration: none
}

.basic-filter-group__link--current .link__text {
	border: none
}

.no-touch .basic-filter-group__link--current:hover {
	color: #313131;
	border: none
}

.no-touch .basic-filter-group__link--current:hover .link__text {
	border: none
}

.basic-filter-group__item--color {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 10px 0
}

.no-touch .basic-filter-group__header:hover {
	color: #313131
}

.basic-filter-group:not(.open) .basic-filter-group__body {
	display: none
}

.basic-filter-group__body {
	padding-right: 20px;
	position: relative
}

.basic-filter-group__body::before {
	position: absolute;
	top: 0;
	left: -5px;
	right: 0;
	bottom: 0;
	z-index: 30;
	background: rgba(255, 255, 255, .5);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	cursor: progress
}

.basic-filter-group--static .basic-filter-group__header,
.brand,
.step-header {
	cursor: default
}

.basic-filter-group.locked .basic-filter-group__body::before {
	opacity: 1;
	visibility: visible;
	pointer-events: all
}

.fixed-nav,
.js-supported .slider:not(.slick-initialized) .slide,
.js-supported .slider:not(.slick-initialized) slide {
	visibility: hidden
}

.basic-filter-group__header .text-placeholder {
	width: 70%
}

.basic-filter-group__item .text-placeholder {
	width: 50%
}

.basic-filter-group__item:nth-child(even) .text-placeholder {
	width: 55%
}

.basic-filter-action__grid {
	margin: 0 -10px -10px 0
}

.basic-filter-action__grid-item {
	margin: 0 10px 10px 0;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px
}

.catalog-top-params {
	display: table
}

.catalog-top-params:first-child {
	margin-top: 0
}

.catalog-top-params:last-child {
	margin-bottom: 0
}

.catalog-top-params__active-filters,
.catalog-top-params__aside,
.catalog-top-params__main {
	display: table-cell;
	vertical-align: top
}

.catalog-top-params__aside {
	width: 1px;
	padding-right: 20px
}

.catalog-top-params__main {
	text-align: right
}

.catalog-top-params__filter {
	display: none
}

.catalog-top-params__grid {
	display: inline-block;
	margin: 0 -25px -10px 0;
	width: calc(100% + 25px)
}

.catalog-top-params__item {
	display: inline-block;
	vertical-align: top;
	margin: 0 25px 10px 0
}

.catalog-top-params__item--shops {
	width: 360px
}

.catalog-top-params__item--sort {
	width: 160px
}

.catalog-top-params__total {
	font-size: 14px;
	line-height: 20px;
	padding-top: 3px
}

.catalog-top-params__total-value {
	font-weight: 600
}

.catalog-top-params__main-btn {
	display: none
}

.preloader-bar+.catalog-top-params {
	margin-top: 0
}

.active-filters-block {
	margin: 20px 0
}

.active-filters {
	margin: 0 -15px -15px 0
}

.active-filters__group {
	display: inline-table;
	vertical-align: top;
	margin: 0 15px 15px 0
}

.active-filters__group-name {
	padding-right: 8px;
	line-height: 30px;
	font-size: 0
}

.active-filters__group-name::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 30px
}

.active-filters__group-name-txt {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 20px;
	max-width: 200px;
	overflow: hidden
}

.active-filters__group-items,
.active-filters__group-name {
	display: table-cell;
	vertical-align: top
}

.active-filters__group-items-grid {
	margin: 0 -10px -10px 0;
	font-size: 0
}

.active-filters__item {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 10px 0
}

.product-properties,
.product-property {
	margin: 14px 0
}

.product-property__title,
.product-property__value {
	display: inline
}

.product-property--sm {
	margin: calc(14px + 20px / 2 - 24px / 2) 0;
	font-size: 14px;
	line-height: 20px
}

.product-property--sm .product-property__title,
.product-property--sm .product-property__value {
	display: inline;
	font-size: 14px;
	line-height: 20px;
	color: #959595;
	margin: 0
}

.product-property--sm .product-property__title {
	font-weight: 600;
	letter-spacing: normal;
	text-transform: none
}

.content-crop--md.content-cropped .content-crop-container {
	max-height: 250px
}

.content-crop--decorated .content-crop-container {
	position: relative
}

.content-crop--decorated.content-cropped .content-crop-container::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	z-index: 2
}

.content-crop--decorated.content-cant-be-cropped .content-crop-container::after {
	display: none
}

.content-crop-action {
	display: none;
	margin-top: 12px
}

.content-can-be-cropped .content-crop-action {
	display: block
}

.content-crop:not(.content-cropped) .content-crop-action__open,
.content-cropped .content-crop-action__close {
	display: none
}

.radio-toggle,
.radio-toggle-group__item {
	display: inline-block;
	vertical-align: top
}

.radio-toggle-group {
	font-size: 0;
	margin: 0 -5px -5px 0
}

.radio-toggle-group__item {
	margin: 0 5px 5px 0
}

.radio-toggle {
	position: relative
}

.radio-toggle__input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	margin: 0
}

.no-touch .radio-toggle__input:focus~.radio-toggle__visual::before {
	opacity: 1
}

.radio-toggle__input:checked~.radio-toggle__visual {
	color: #313131
}

.radio-toggle__visual-icon {
	width: 20px;
	height: 20px;
	margin: 2px 0
}

.radio-toggle__visual-icon,
.radio-toggle__visual-icon.svg-icon {
	vertical-align: top
}

.not-found-block {
	text-align: center;
	max-width: 640px;
	margin: 0 auto 50px
}

.not-found-block__action {
	margin: 20px 0
}

.not-found-block--inside {
	width: auto;
	text-align: left;
	margin: 50px 0
}

.step-header {
	display: table;
	width: 100%;
	margin-bottom: 20px;
	color: #959595
}

.step-header:last-child {
	margin-bottom: 0
}

.step-header__cell-icon {
	display: table-cell;
	vertical-align: top;
	width: 1px;
	padding-right: 15px
}

.step-header__cell-title {
	display: table-cell;
	vertical-align: middle;
	width: 99%;
	padding-left: 20px
}

.step-header__cell-action {
	display: table-cell;
	vertical-align: middle;
	width: 1px;
	padding-left: 15px
}

.step-header__icon {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	border: 1px solid #F1F3F4;
	border-radius: 50%;
	position: relative;
	text-align: center;
	line-height: 38px;
	font-size: 18px;
	font-weight: 600;
	-webkit-transition: border-color .3s;
	transition: border-color .3s
}

.step-header__icon-sup {
	position: absolute;
	top: 1px;
	right: 1px;
	border: 5px solid;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: scale(0);
	transform: translate3d(0, 0, 0) scale(0)
}

.step-header__icon-sup--completed {
	border-radius: 50%
}

.step-header__icon-sup--completed::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 4px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin: -3px 0 0 -4px;
	-webkit-transform: rotate(-45deg) scale(.75);
	transform: rotate(-45deg) scale(.75)
}

.step-header__icon-sup--error {
	border-color: transparent transparent #ed1920;
	border-width: 6px 6px 10px;
	padding-left: 1px;
	border-top: none;
	margin: -2px -1px 0 0
}

.step-header__icon-sup--error::after,
.step-header__icon-sup--error::before {
	position: absolute;
	left: 50%;
	width: 1px;
	margin-left: -1px;
	background-color: #fff
}

.step-header__icon-sup--error::before {
	top: 7px;
	height: 1px
}

.step-header__icon-sup--error::after {
	top: 2px;
	height: 4px
}

.js-supported .slider--simple-and-wide:not(.slick-initialized),
.js-supported .slider:not(.slick-initialized) {
	height: 465px;
	overflow: hidden
}

.step-header--current {
	color: #313131
}

.step-header--current .step-header__icon {
	border-color: #E52421
}

.step-header--completed {
	color: #55974d
}

.step-header--completed .step-header__icon {
	border-color: #55974d;
	color: #55974d
}

.step-header--error {
	color: #ed1920
}

.step-header--error .step-header__icon {
	border-color: #ed1920
}

.step-header--completed .step-header__icon-sup--completed,
.step-header--error .step-header__icon-sup--error {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: translate3d(0, 0, 0) scale(1)
}

.form-step {
	padding: 15px;
	margin: 10px 0;
	border: 1px solid #F1F3F4;
	border-radius: 4px;
	-webkit-transition: .3s ease .3s;
	transition: .3s ease .3s
}

.form-step__body {
	display: none
}

.form-step__header {
	margin: 0;
	-webkit-transition: .3s, margin .3s ease .3s;
	transition: .3s, margin .3s ease .3s
}

.form-step--completed,
.form-step--current {
	margin: 20px 0;
	padding: 0;
	border-color: rgba(255, 255, 255, 0)
}

.form-step--completed .form-step__body,
.form-step--current .form-step__body {
	display: block
}

.form-step--completed .form-step__header,
.form-step--current .form-step__header {
	margin: 0 0 20px
}

.form-card {
	background-color: #fff;
	border-radius: 4px;
	padding: 25px;
	position: relative;
	-webkit-transition: .3s;
	transition: .3s
}

.form-card--w-arrow::before {
	position: absolute;
	bottom: 100%;
	left: 25px;
	border: 7px solid transparent;
	border-bottom-color: #fff;
	border-top: none;
	-webkit-filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, .05));
	filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, .05));
	z-index: 2
}

.form-card--w-border {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #F1F3F4
}

.form-card--w-border::before {
	-webkit-filter: none;
	filter: none;
	margin-bottom: -1px
}

.form-card--w-border.form-card--w-arrow::after {
	position: absolute;
	bottom: 100%;
	left: 24px;
	border: 8px solid transparent;
	border-bottom-color: #F1F3F4;
	border-top: none;
	z-index: 1
}

.form-card__preloader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 30;
	background-color: #fff
}

.form-card__preloader .spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px
}

.slider,
slider {
	display: block;
	background: #F1F3F4;
	position: relative;
	min-height: 465px;
	width: 100%
}

.slider--w-border {
	border: 7px solid #E52421;
	min-height: calc(465px + 7px);
	border-radius: 0;
	overflow: hidden
}

.slider--free,
.slider.slider--simple-and-wide {
	min-height: 0
}

.slider.slider--simple-and-wide.slick-initialized {
	height: auto
}

.slider.slider--simple-and-wide .slick-dots {
	bottom: 20px
}

.slider--w-border .slick-prev {
	margin-left: 20px
}

.slider--w-border .slick-next {
	margin-right: 20px
}

@media (max-width:900px) {
	.js-supported .slider--simple-and-wide:not(.slick-initialized) {
		height: 0;
		padding-top: 51.14%
	}
}

.simple-slide {
	position: relative;
	text-align: center;
	background: #fff;
	overflow: hidden
}

.simple-slide__link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: none;
	margin: 0;
	padding: 0;
	z-index: 2;
	outline: 0
}

.simple-slide__container {
	display: inline-block;
	vertical-align: top;
	position: relative
}

.simple-slide__img.simple-slide__img {
	display: inline-block;
	vertical-align: top;
	max-width: calc(192%);
	margin: 0 -46%
}

.no-touch .simple-slide__link:hover {
	border: none
}

.simple-slide__box {
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: auto;
	width: 400px;
	padding: 0 15px 15px 80px;
	border-radius: 4px;
	color: #313131;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.simple-slide__title {
	margin: 10px 0
}

.simple-slide__action {
	margin-top: 30px
}

.simple-slide .simple-slide__img--3xs,
.simple-slide .simple-slide__img--md,
.simple-slide .simple-slide__img--sm,
.simple-slide .simple-slide__img--xs {
	display: none
}

@media(max-width:1000px) {
	.simple-slide__box {
		bottom: 0;
		left: 0;
		right: 0;
		top: auto;
		width: auto;
		border-radius: 0;
		background: rgba(255, 255, 255, .8);
		padding: 25px 20px 35px
	}

	.simple-slide__action {
		display: none
	}
}

@media(max-width:759px) {
	.simple-slide__title {
		margin: 0;
		font-size: 22px;
		line-height: 30px
	}

	.simple-slide__box {
		padding: 17px 10px 30px
	}

	.form-card {
		width: 100%
	}
}

.brand,
.info-li {
	line-height: 24px
}

@media(max-width:1249px) {
	.simple-slide .simple-slide__img--lg {
		display: none
	}
}

@media(max-width:1249px) and (min-width:1000px) {
	.simple-slide .simple-slide__img--md {
		display: block
	}
}

@media(max-width:999px) and (min-width:760px) {
	.simple-slide .simple-slide__img--sm {
		display: block
	}
}

@media(max-width:759px) and (min-width:480px) {
	.simple-slide .simple-slide__img--xs {
		display: block
	}
}

@media(max-width:479px) {
	.simple-slide .simple-slide__img--3xs {
		display: block
	}
}

.info-list__item {
	margin-bottom: 10px
}

.info-list__item:last-child {
	margin-bottom: 0
}

.info-li {
	display: table;
	width: 100%;
	font-size: 16px
}

.info-li__key,
.info-li__value {
	display: table-cell;
	vertical-align: top
}

.info-li__key {
	width: 27%;
	padding-right: 20px;
	color: #959595
}

.info-li .pay-icons {
	margin: 5px 0
}

.floor-header+.tags {
	margin-top: -20px
}

.tags-group {
	margin: 12px 0
}

.tags-group__title {
	margin: 6px 0
}

.tags-group__list {
	margin: 0 -10px -5px 0;
	font-size: 0
}

.tags-group__item {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 5px 0;
	font-size: 16px
}

.floor-header+.brands {
	margin-top: -20px
}

.brand {
	font-size: 16px
}

.brand__name-link {
	color: #313131
}

.brand__count {
	font-size: 14px;
	line-height: 20px;
	color: #959595;
	margin: 2px 0
}

.brand__price,
.btn-up {
	font-size: 0
}

.offers-list__item .product__image-container {
	-webkit-transition: .3s;
	transition: .3s;
	border-radius: 2px
}

.offers-list__item.active .product__image-container {
	-webkit-box-shadow: 0 0 0 2px #4683C4;
	box-shadow: 0 0 0 2px #4683C4
}

.offers-list__item:last-child .product {
	border-bottom: none
}

.fixed-nav {
	position: fixed;
	bottom: 20px;
	left: 50%;
	margin-left: calc(1350px / 2 + 20px);
	z-index: 50;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.fixed-nav__item {
	margin-bottom: 10px
}

.fixed-nav__item:last-child {
	margin-bottom: 0
}

.scrolled-enough .fixed-nav {
	opacity: 1;
	visibility: visible;
	pointer-events: all
}

@media (max-width:1440px) {
	.fixed-nav {
		left: auto;
		margin-left: 0;
		right: 20px
	}
}

.btn-up {
	padding: 0;
	width: 50px;
	height: 50px;
	color: #fff;
	background: rgba(0, 0, 0, .3);
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	border: none
}

.btn-up::after {
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

.btn-up .svg-icon {
	vertical-align: middle;
	width: 20px;
	height: 20px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: relative;
	z-index: 2
}

.no-touch .btn-up:hover {
	color: #fff;
	background: rgba(0, 0, 0, .5)
}

.btn-up:active,
.no-touch .btn-up:active {
	color: #fff;
	background: rgba(0, 0, 0, .7)
}

.info-blocks__item .info-block {
	-ms-flex-grow: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.info-block {
	border: 1px dashed #F1F3F4;
	border-radius: 4px;
	padding: 20px 25px;
	font-size: 16px;
	line-height: 24px;
	text-align: center
}

.info-block__container {
	max-width: 300px;
	margin: 0 auto
}

.info-block__sec-txt,
.info-block__title {
	margin: 4px 0
}

.info-block__action {
	margin: 8px 0
}

.info-block__sec-txt {
	font-size: 14px;
	line-height: 20px;
	color: rgba(119, 119, 119, .5)
}

.info-block__input {
	max-width: 245px;
	margin: 15px auto
}

.icon-text {
	display: inline-table;
	vertical-align: top;
	max-width: 100%;
	text-align: left
}

.icon-text__icon {
	display: table-cell;
	vertical-align: top;
	width: 1px;
	padding-right: 10px
}

.icon-text__text {
	display: table-cell;
	vertical-align: middle
}

.icon-text--inline,
.icon-text--inline .icon-text__icon,
.icon-text--inline .icon-text__text {
	display: inline
}

.icon-text--inline .icon-text__text {
	white-space: normal
}

.icon-text--inline .icon-text__icon {
	width: auto;
	padding-right: 4px
}

.empty-basket-block {
	text-align: center;
	margin: 60px 0 80px
}

.empty-basket-block__title {
	margin: 20px 0
}

.summary-block {
	border-radius: 4px;
	border: 1px solid #F1F3F4;
	position: relative
}

.summary-block__floor {
	padding: 20px 25px;
	border-top: 1px solid #F1F3F4
}

.summary-block__floor:first-child {
	border-top: none;
	border-top-right-radius: inherit;
	border-top-left-radius: inherit
}

.summary-block__floor:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit
}

.summary-block__floor--dark {
	background-color: #F1F3F4;
	border-top: none
}

.summary-block__floor--dark+.summary-block__floor--dark {
	border-top: 1px solid rgba(0, 0, 0, .07)
}

.summary-block__btn-row:first-child {
	margin-top: 0
}

.summary-block__btn-row {
	font-size: 0;
	margin: 20px -20px -20px 0
}

.summary-block__btn-row .btn,
.summary-block__btn-row-item {
	margin: 0 20px 20px 0;
	max-width: calc(100% - 20px)
}

.summary-block__btn-row-item {
	font-size: 16px
}

.summary-block__end--receipt {
	width: 100%;
	height: 10px;
	position: absolute;
	top: 100%;
	margin-top: -1px;
	background-color: #F1F3F4;
	color: #fff
}

.summary-block__end--receipt svg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none
}

.discount {
	display: table;
	width: 100%
}

.discount__icon {
	display: table-cell;
	vertical-align: top;
	width: 1px;
	padding-right: 20px
}

.discount__main {
	display: table-cell;
	vertical-align: middle
}

.discount__icon-box {
	width: 50px;
	height: 50px;
	font-size: 0;
	text-align: center
}

.discount__icon-box::after {
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

.discount__icon-box img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .2);
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .2)
}

.discount__text {
	font-size: 14px;
	line-height: 20px
}

.discount__value {
	color: #4683C4;
	font-weight: 600
}

.foldable-block:not(.open) .foldable-block__body {
	display: none
}

.foldable-block__body--sm {
	padding-top: 10px;
	padding-bottom: 10px
}

.foldable-list__item {
	margin-bottom: 10px
}

.foldable-list__item:last-child {
	margin-bottom: 0
}

.bubble {
	background-color: #F1F3F4;
	border-radius: 4px;
	padding: 20px 25px;
	position: relative
}

.bubble--arrow-top::before {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -8px;
	border: 8px solid transparent;
	border-top: none;
	border-bottom: 6px solid #F1F3F4
}

.product-in-basket {
	border: 1px dashed #F1F3F4;
	border-radius: 4px;
	padding: 10px 0 25px
}

.product-in-basket .product:last-child {
	border-bottom: none
}

.product-in-basket__btn-row {
	font-size: 0;
	text-align: center;
	margin: 10px -15px -15px 0
}

.product-in-basket__btn-row .btn {
	margin: 0 15px 15px 0
}

.checkout-block {
	margin: 30px 0
}

.medium-card {
	background-color: #fff;
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
	border-radius: 4px;
	max-width: 660px;
	margin: 0 auto;
	padding: 25px 50px
}

.medium-card__floor {
	margin: 0 -50px;
	padding: 25px 50px;
	border-bottom: 1px solid #F1F3F4;
	border-top: 1px solid #F1F3F4
}

.medium-card__floor:first-child {
	margin-top: -25px;
	border-top: none
}

.medium-card__floor:last-child {
	margin-bottom: -25px;
	border-bottom: none
}

.medium-card__floor+.medium-card__floor {
	margin-top: -1px
}

.medium-card__container {
	margin: 0 auto;
	max-width: 480px
}

.medium-card__container--sm {
	max-width: 340px
}

.medium-card__btn-row {
	width: calc(100% + 20px);
	margin: 20px -20px -20px;
	text-align: center
}

.medium-card__btn-row:first-child {
	margin-top: 0
}

.medium-card__btn-row .btn {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 20px 0
}

.success-block__icon-row,
.success-block__title {
	text-align: center;
	margin: 12px 0;
	font-size: 30px
}

.success-block__icon-row .svg-icon {
	width: 50px;
	height: 50px
}

.avail-marker {
	display: inline-table;
	vertical-align: top;
	cursor: default
}

.avail-marker__marker,
.avail-marker__text {
	display: table-cell;
	vertical-align: baseline
}

.avail-marker__marker+.avail-marker__text {
	padding-left: 10px
}

.avail-marker__marker {
	white-space: nowrap
}

.avail-marker__bar {
	display: inline-block;
	width: .25em;
	height: .9em;
	margin-right: .125em;
	background-color: #F1F3F4;
	-webkit-transform: translateY(1px);
	transform: translateY(1px)
}

.large-map,
.large-map .ymap-container {
	height: 400px
}

.avail-marker__bar:last-child {
	margin-right: 0
}

.avail-marker__text {
	color: rgba(119, 119, 119, .5)
}

.avail-marker--1 .avail-marker__text,
.avail-marker--2 .avail-marker__text,
.avail-marker--3 .avail-marker__text {
	color: #55974d
}

.avail-marker--1 .avail-marker__bar:nth-child(1),
.avail-marker--2 .avail-marker__bar:nth-child(1),
.avail-marker--2 .avail-marker__bar:nth-child(2),
.avail-marker--3 .avail-marker__bar:nth-child(1),
.avail-marker--3 .avail-marker__bar:nth-child(2),
.avail-marker--3 .avail-marker__bar:nth-child(3) {
	background-color: #55974d
}

.large-map {
	margin: 20px 0;
	background-color: #F1F3F4
}

.video-block {
	display: block;
	padding-top: 56.25%;
	font-size: 0;
	position: relative;
	height: 0
}

.video-block iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.bookmark-list {
	font-size: 0;
	margin: 0 -10px -10px 0;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	width: calc(100% + 10px)
}

.bookmark-list__item {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 10px 0
}

.alphabet-block__bookmarks {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #F1F3F4
}

.alphabet-block__grid {
	margin: -10px -10px -25px;
	width: calc(100% + 20px)
}

.alphabet-block__col {
	font-size: 16px;
	padding: 10px 10px 25px
}

.catalog-list-main__list .alphabet-block:first-child {
	margin-top: -21px;
	border-top: 1px solid #fff
}

.infographics-item {
	font-size: 16px;
	line-height: 24px
}

.infographics-item__image {
	margin-bottom: 15px
}

.infographics-item__image-box {
	width: 100px;
	height: 100px;
	text-align: center;
	font-size: 0
}

.infographics-item__image-box::after {
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

.infographics-item__image-box img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%
}

.infographics-item__title {
	margin: 6px 0
}

.alphabet-col {
	-webkit-transition: background .3s;
	transition: background .3s
}

.cavalry,
.cavalry__close {
	-webkit-transition: .3s;
	top: 0;
	right: 0
}

.alphabet-col__title {
	margin-bottom: 10px
}

.alphabet-col__title-arrow,
.alphabet-col__title-arrow.svg-icon {
	display: none
}

.alphabet-col__item {
	margin-bottom: 6px
}

.alphabet-col__item:last-child {
	margin-bottom: 0
}

.alphabet-col.hl-bookmark-active {
	background: #F1F3F4
}

.cavalry {
	position: fixed;
	left: 0;
	bottom: 0;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	z-index: 100;
	background: rgba(0, 0, 0, .7);
	transition: .3s
}

.cavalry-open .cavalry {
	visibility: visible;
	opacity: 1;
	pointer-events: all
}

.cavalry__close {
	position: absolute;
	width: 80px;
	height: 80px;
	padding: 20px;
	transition: .3s;
	cursor: pointer;
	color: #fff;
	opacity: .7;
	background: rgba(255, 255, 255, 0);
	z-index: 20
}

.cavalry__arrow,
.cavalry__preview-box {
	-webkit-transition: .3s;
	cursor: pointer
}

.cavalry__close .svg-icon {
	width: 100%;
	height: 100%;
	vertical-align: top
}

.no-touch .cavalry__close:hover {
	opacity: 1;
	background: rgba(255, 255, 255, .4)
}

.cavalry__slide {
	height: 100vh;
	font-size: 0;
	text-align: center;
	padding: 40px 50px
}

.cavalry__slide img,
.cavalry__slide.slick-slide img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 8px rgba(0, 0, 0, .2)
}

.cavalry__slide::after {
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

.cavalry__arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 80px;
	color: #fff;
	opacity: .7;
	background: rgba(255, 255, 255, 0);
	padding: 0;
	transition: .3s;
	z-index: 10
}

.cavalry__arrow .svg-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 59px;
	margin: -25px 0 0 -25px
}

.cavalry__arrow--next {
	top: 80px;
	right: 0
}

.cavalry__arrow--prev {
	left: 0
}

.no-touch .cavalry__arrow:hover {
	opacity: 1;
	background: rgba(255, 255, 255, .4)
}

.cavalry--w-previews .cavalry__slide {
	height: calc(100vh - 100px)
}

.cavalry__previews {
	padding: 0 10px 20px
}

.cavalry__preview-box,
.cavalry__preview-slide,
.cavalry__preview-slide.slick-slide {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.cavalry__preview-slide {
	padding: 2px 10px
}

.cavalry__preview-box {
	transition: .3s;
	border-radius: 4px;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
	background-color: #F1F3F4;
	height: 80px;
	-ms-flex-grow: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.cavalry__preview-box img {
	max-width: 100%;
	max-height: 80px;
	display: block
}

.no-touch .cavalry__preview-box:hover {
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .2), 0 0 0 2px #fff;
	box-shadow: 0 1px 8px rgba(0, 0, 0, .2), 0 0 0 2px #fff
}

.cavalry__preview-box.active,
.no-touch .cavalry__preview-box.active {
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .2), 0 0 0 2px #4683C4;
	box-shadow: 0 1px 8px rgba(0, 0, 0, .2), 0 0 0 2px #4683C4
}

.inline-accordion__body:not(.open) {
	display: none
}

.success-message {
	text-align: center
}

.small-articles {
	margin-bottom: -20px
}

.small-articles .small-articles__item,
.small-articles__item {
	padding-bottom: 20px
}

.small-articles--lg {
	margin-bottom: -30px
}

.small-articles--lg .small-articles__item {
	padding-bottom: 30px
}

.small-article {
	font-size: 16px;
	line-height: 24px;
	border: none;
	color: #313131;
	padding: 0;
	margin: 0
}

.small-article__text,
.small-article__title {
	margin: 4px 0
}

.small-article__text {
	color: #959595;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400
}

.small-article__date {
	color: #959595;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	margin: 6px 0
}

.small-article__image {
	height: 200px;
	font-size: 0;
	display: block;
	border: none;
	margin: 0 0 4px;
	position: relative;
	line-height: 0
}

.small-article__image img,
.small-article__image-box,
.small-article__image::after {
	display: inline-block;
	vertical-align: middle
}

.small-article__image::after {
	height: 100%
}

.small-article__image img {
	max-width: 100%;
	max-height: 200px;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.small-article__image-box {
	max-height: 100%;
	max-width: 100%;
	overflow: hidden
}

.small-article__image-box--no-image {
	display: block
}

.article__date,
.article__status-container,
.small-article__status {
	display: inline-block;
	vertical-align: middle
}

.small-article__status-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font-size: 0;
	line-height: 0
}

.small-article__no-image-box {
	max-width: 400px
}

.small-article__no-image {
	position: relative;
	padding-top: 50%;
	background: #F1F3F4
}

.small-article__no-image .svg-icon {
	color: rgba(119, 119, 119, .5);
	position: absolute;
	top: 0;
	list-style-position: 0;
	width: 100%;
	height: 100%
}

.small-article__title-link {
	border-bottom: 0;
	color: #313131;
	-webkit-transition: .1s;
	transition: .1s
}

.small-article__status {
	line-height: 0;
	font-size: 0;
	margin: 0 0 -6px
}

.small-article__status .status {
	margin: 0 6px 6px 0
}

.no-touch .small-article:hover .small-article__title-link {
	color: #313131;
	border-bottom: 1px solid #E52421
}

.no-touch .small-article:hover {
	border: none;
	padding: 0;
	color: #313131
}

.article__link-row,
.article__meta,
.article__title {
	margin: 10px 0
}

.article__link-row {
	font-size: 14px;
	line-height: 20px
}

.article__meta {
	font-size: 0
}

.article__date {
	margin-right: 20px;
	color: #959595;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600
}

.fs0,
.icon-group {
	font-size: 0
}

.article__status-container {
	font-size: 0;
	line-height: 0
}

.article__main {
	margin: 20px 0
}

.article__title+.article__main {
	margin-top: 10px
}

.fc:first-child,
.fcc.fcc,
.flc:first-child,
.flcc.flcc {
	margin-top: 0
}

.simple-infogr-block {
	display: table;
	width: 100%;
	color: #E52421;
	-webkit-transition: color .3s;
	transition: color .3s
}

.simple-infogr-block__icon {
	display: table-cell;
	vertical-align: top;
	padding-right: 20px;
	width: calc(50px + 20px)
}

.simple-infogr-block__icon img {
	display: inline-block;
	vertical-align: middle;
	max-width: 50px;
	max-height: 50px
}

.simple-infogr-block__main {
	display: table-cell;
	vertical-align: middle
}

.prop-groups__item {
	margin-bottom: 40px
}

.prop-groups__title {
	margin-bottom: 20px
}

.flc:last-child,
.flcc.flcc,
.lc:last-child,
.lcc.lcc {
	margin-bottom: 0
}

.sec-props {
	color: #959595;
	padding: 20px;
	border-radius: 4px;
	border: 1px dashed #F1F3F4
}

#svg-sprite,
.svg-sprite {
	opacity: 0;
	pointer-events: none;
	width: 0;
	height: 0;
	display: block
}

.ava::after,
.icon,
.icon-group,
.svg-icon {
	display: inline-block;
	vertical-align: middle
}

.svg-icon--dd-arrow {
	width: 8px;
	height: 5px
}

.svg-icon--long-arrow {
	width: 14px;
	height: 5px
}

.svg-icon--tooltip {
	width: 16px;
	height: 16px
}

.svg-icon--remove {
	width: 20px;
	height: 20px
}

.svg-icon--10 {
	width: 10px;
	height: 10px
}

.svg-icon--16 {
	width: 16px;
	height: 16px
}

.svg-icon--20 {
	width: 20px;
	height: 20px
}

.svg-icon--24 {
	width: 24px;
	height: 24px
}

.svg-icon--30 {
	width: 30px;
	height: 30px
}

.svg-icon--35 {
	width: 32px;
	height: 35px
}

.svg-icon--40 {
	width: 40px;
	height: 40px
}

.svg-icon--80 {
	width: 80px;
	height: 80px
}

.icon-group {
	line-height: 0;
	position: relative;
	-webkit-transition: inherit;
	transition: inherit
}

.icon-group .icon-reflex,
.icon-group .icon__reflex,
.icon-group .icon__second,
.icon-group .svg-icon__reflex,
.icon-group .svg-icon__second {
	position: absolute;
	top: 0;
	left: 0
}

.icon-reflex,
.icon__reflex,
.no-touch .icon-reflex-parent:hover .icon,
.no-touch .icon-reflex-parent:hover .icon-no-reflex,
.no-touch .icon-reflex-parent:hover .svg-icon,
.svg-icon__reflex {
	opacity: 0
}

.no-touch .icon-reflex-parent:hover .icon-reflex,
.no-touch .icon-reflex-parent:hover .icon__reflex,
.no-touch .icon-reflex-parent:hover .svg-icon__reflex {
	opacity: 1
}

.icon {
	background: url(/local/images/sprite.png) 0 0/320px 200px no-repeat
}

.icon--visa {
	background-position: 0 0;
	width: 43px;
	height: 15px
}

.icon--mastercard {
	background-position: -48px 0;
	width: 43px;
	height: 26px
}

.icon--maestro {
	background-position: -96px 0;
	width: 43px;
	height: 26px
}

.icon--amex {
	background-position: -184px 0;
	width: 47px;
	height: 26px
}

.icon--mcsc {
	background-position: -56px -32px;
	width: 61px;
	height: 22px
}

.icon--vbvisa {
	background-position: 0 -32px;
	width: 51px;
	height: 22px
}

.icon--belcard {
	background-position: -144px 0;
	width: 33px;
	height: 39px
}

.icon--assist {
	background-position: 0 -56px;
	width: 75px;
	height: 20px
}

.icon--webpay {
	background-position: -182px -32px;
	width: 91px;
	height: 29px
}

.icon--erip {
	background-position: -240px 0;
	width: 41px;
	height: 29px
}

.ava::after,
.h-100,
.h100p {
	height: 100%
}

.visible {
	display: block
}

.visible-ib {
	display: inline-block
}

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

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

.visible-inline {
	display: inline
}

.visible-table {
	display: table
}

.visible-tc {
	display: table-cell
}

.toggle-open.open .hidden-open {
	display: none
}

.toggle-open.open .visible-open {
	display: block
}

.toggle-open.open .visible-open-ib {
	display: inline-block
}

.toggle-open.open .visible-open-inline {
	display: inline
}

.clearfix::after {
	display: table;
	clear: both
}

.clear {
	clear: both
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.sticky-bottom,
.sticky-top {
	position: -webkit-sticky;
	position: sticky
}

.sticky-stop {
	position: absolute
}

.content-fade-enter-active,
.content-fade-leave-active {
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.content-fade-enter,
.content-fade-leave-to {
	opacity: 0
}

.content-fade-delayed-enter-active,
.content-fade-delayed-leave-active {
	-webkit-transition: opacity .3s ease .3s;
	transition: opacity .3s ease .3s
}

.content-fade-delayed-enter,
.content-fade-delayed-leave-to {
	opacity: 0
}

.content-scale-enter-active,
.content-scale-leave-active {
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1)
}

.content-scale-enter,
.content-scale-leave-to {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0) scale(0);
	transform: translate3d(0, 0, 0) scale(0)
}

.dropdown-enter-active,
.dropdown-leave-active {
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform-origin: center top;
	transform-origin: center top
}

.dropdown-enter,
.dropdown-leave-to {
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	-webkit-transform: scaleY(0);
	transform: translate3d(0, 0, 0) scaleY(0);
	-webkit-transform-origin: center top;
	transform-origin: center top
}

.swipe-away-enter-active,
.swipe-away-leave-active {
	-webkit-transition: .3s;
	transition: .3s
}

.swipe-away-enter,
.swipe-away-leave-to {
	opacity: 0;
	-webkit-transform: scaleX(100%);
	transform: translate3d(100%, 0, 0)
}

.mb-0 {
	margin-bottom: 0 !important
}

.mb-1 {
	margin-bottom: 10px !important
}

.mb-2 {
	margin-bottom: 20px !important
}

.mb-3 {
	margin-bottom: 30px !important
}

@media (max-width:1249px) {
	.logo {
		width: 100px;
		height: 86px
	}

	.block-banner {
		padding: 25px 20px
	}

	.block-banner__image {
		position: relative;
		margin: -25px -20px 25px
	}

	.page-prefooter__item:not(:only-child) .label-action,
	.page-prefooter__item:not(:only-child) .label-action__action,
	.page-prefooter__item:not(:only-child) .label-action__label {
		display: block;
		width: auto
	}

	.hidden-md,
	.page-prefooter__item:not(:only-child) .label-action__label br,
	.page-prefooter__item:not(:only-child) .label-action__label::after {
		display: none
	}

	.page-prefooter__item:not(:only-child) .label-action__action {
		text-align: left
	}

	.page-prefooter__item:not(:only-child) .label-action__label {
		margin-bottom: 15px;
		padding: 0;
		white-space: normal
	}

	.page-prefooter__item:not(:only-child) .label-action__label-txt {
		margin: 0
	}

	.visible-md {
		display: block
	}

	.visible-md-f {
		display: -ms-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.visible-md-if {
		display: -ms-inline-flex;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex
	}

	.visible-md-inline {
		display: inline
	}

	.visible-md-ib {
		display: inline-block
	}

	.visible-md-table {
		display: table
	}

	.visible-md-tc {
		display: table-cell
	}

	.col-md-1 {
		width: 8.333%
	}

	.col-md-2 {
		width: 16.666%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-4 {
		width: 33.33%
	}

	.col-md-5 {
		width: 41.666%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-7 {
		width: 58.333%
	}

	.col-md-8 {
		width: 66.666%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-10 {
		width: 83.333%
	}

	.col-md-11 {
		width: 91.666%
	}

	.col-md-12 {
		width: 100%
	}

	.order-md--12 {
		-ms-order: -12;
		-webkit-box-ordinal-group: -11;
		-ms-flex-order: -12;
		order: -12
	}

	.order-md--11 {
		-ms-order: -11;
		-webkit-box-ordinal-group: -10;
		-ms-flex-order: -11;
		order: -11
	}

	.order-md--10 {
		-ms-order: -10;
		-webkit-box-ordinal-group: -9;
		-ms-flex-order: -10;
		order: -10
	}

	.order-md--9 {
		-ms-order: -9;
		-webkit-box-ordinal-group: -8;
		-ms-flex-order: -9;
		order: -9
	}

	.order-md--8 {
		-ms-order: -8;
		-webkit-box-ordinal-group: -7;
		-ms-flex-order: -8;
		order: -8
	}

	.order-md--7 {
		-ms-order: -7;
		-webkit-box-ordinal-group: -6;
		-ms-flex-order: -7;
		order: -7
	}

	.order-md--6 {
		-ms-order: -6;
		-webkit-box-ordinal-group: -5;
		-ms-flex-order: -6;
		order: -6
	}

	.order-md--5 {
		-ms-order: -5;
		-webkit-box-ordinal-group: -4;
		-ms-flex-order: -5;
		order: -5
	}

	.order-md--4 {
		-ms-order: -4;
		-webkit-box-ordinal-group: -3;
		-ms-flex-order: -4;
		order: -4
	}

	.order-md--3 {
		-ms-order: -3;
		-webkit-box-ordinal-group: -2;
		-ms-flex-order: -3;
		order: -3
	}

	.order-md--2 {
		-ms-order: -2;
		-webkit-box-ordinal-group: -1;
		-ms-flex-order: -2;
		order: -2
	}

	.order-md--1 {
		-ms-order: -1;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.order-md-0 {
		-ms-order: 0;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.order-md-1 {
		-ms-order: 1;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.order-md-2 {
		-ms-order: 2;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.order-md-3 {
		-ms-order: 3;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.order-md-4 {
		-ms-order: 4;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.order-md-5 {
		-ms-order: 5;
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.order-md-6 {
		-ms-order: 6;
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.order-md-7 {
		-ms-order: 7;
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.order-md-8 {
		-ms-order: 8;
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	.order-md-9 {
		-ms-order: 9;
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	.order-md-10 {
		-ms-order: 10;
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	.order-md-11 {
		-ms-order: 11;
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}

	.order-md-12 {
		-ms-order: 12;
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
}

@media (min-width:1000px) {
	.catalog-top-params--sm-only {
		display: none
	}

	.catalog-top-params--sm-only:first-child+.flc {
		margin-top: 0
	}

	.page-footer-menu--x2 .page-footer-menu__body {
		-webkit-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 20px;
		column-gap: 20px
	}
}

@media (max-width:999px) {
	.layout {
		display: block
	}

	.layout__main {
		width: auto;
		border: none;
		padding: 0
	}

	.layout__aside {
		margin: 0;
		border: none;
		padding: 0
	}

	.layout__aside-panel {
		position: fixed;
		top: 0;
		left: -300px;
		height: 100vh;
		width: 300px;
		max-width: calc(100vw - 20px);
		-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
		box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
		visibility: hidden;
		-webkit-transform: none;
		transform: none;
		margin-top: 0;
		background: #fff;
		-webkit-transition: .3s;
		transition: .3s;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 110;
		padding: 10px
	}

	.layout__aside-panel:first-child {
		margin-top: 0
	}

	.layout__aside-panel .folded-menu-header {
		display: table;
		margin: -10px -10px 15px;
		width: calc(100% + 20px)
	}

	.layout__aside-panel .basic-filter {
		width: auto;
		margin: 0
	}

	.catalog-filter-open .layout__aside-panel {
		left: 0;
		visibility: visible
	}

	.catalog-filter-open .overlay {
		opacity: 1;
		visibility: visible;
		pointer-events: all
	}

	.page-prefooter__row {
		width: calc(100% + 2 * 20px);
		margin: 0 -20px
	}

	.page-footer__main {
		padding: 0
	}

	.page-footer-grid {
		margin-bottom: 0
	}

	.page-footer-grid__col {
		padding-bottom: 0
	}

	.page-footer-grid .pay-icons {
		margin: 10px 0 20px
	}

	.page-footer-menu {
		border-top: 1px solid rgba(119, 119, 119, .5);
		border-bottom: 1px solid rgba(119, 119, 119, .5);
		margin-bottom: -1px
	}

	.page-footer-menu__title {
		position: relative;
		padding: 5px 20px 5px 0;
		cursor: pointer;
		margin: 0;
		height: auto;
		min-height: 36px
	}

	.page-footer-menu__body {
		padding: 0 0 20px
	}

	.page-footer-menu__body:not(.open) {
		display: none
	}

	.page-footer-menu__arrow.page-footer-menu__arrow {
		display: block;
		position: absolute;
		top: calc(50% + 2px);
		right: 0;
		margin-top: calc(-10px / 2);
		-webkit-transition: .3s;
		transition: .3s
	}

	.page-footer-grid__col:first-child .page-footer-menu {
		border-top: none
	}

	.page-footer-grid__col:last-child .page-footer-menu {
		border-bottom: none
	}

	.page-footer-menu.open .page-footer-menu__arrow.page-footer-menu__arrow {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	.page-footer-menu__item {
		display: inline-block;
		vertical-align: top;
		padding-right: 20px;
		width: calc(50% - 30px)
	}

	.page-footer-grid__col--info {
		padding: 0 25px 0 0
	}

	.logo {
		width: 100px;
		height: 55px
	}

	.container {
		padding: 0 20px
	}

	.page-main {
		margin: 0
	}

	.page-main>.floor--padded:last-child {
		margin-bottom: 0
	}

	.advantages-block__grid,
	.banners-block__grid,
	.block-links__grid {
		margin: 0 -20px -20px 0;
		width: calc(100% + 20px)
	}

	.floor--padded {
		padding: 40px 0
	}

	.advantages-block__col,
	.banners-block__grid .col,
	.block-links__col {
		padding: 0 20px 20px 0
	}

	.banners-block__grid .banners-block__grid {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}

	.basic-filter-action {
		position: -webkit-sticky;
		position: sticky;
		bottom: 0;
		z-index: 10;
		padding-bottom: 10px;
		background-color: #fff;
		-webkit-box-shadow: 0 0 7px 7px #fff;
		box-shadow: 0 0 7px 7px #fff
	}

	.catalog-top-params {
		margin: 20px -20px;
		padding: 0 20px;
		background-color: #F1F3F4;
		width: calc(100% + 40px);
		position: relative
	}

	.catalog-top-params__filter {
		display: table-cell;
		width: 1px;
		vertical-align: middle
	}

	.catalog-top-params__filter .panel-btn {
		margin-left: -20px
	}

	.catalog-top-params__aside {
		width: 99%;
		padding: 0;
		vertical-align: middle
	}

	.catalog-top-params__main {
		width: 1px;
		vertical-align: middle;
		border-left: 1px solid rgba(0, 0, 0, .15)
	}

	.catalog-top-params__main-btn {
		display: inline-block;
		margin-right: -20px;
		position: relative;
		z-index: 1
	}

	.catalog-top-params__main-btn.open {
		z-index: 30
	}

	.catalog-top-params__params {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		padding: 20px;
		margin-top: -1px;
		border-top: 1px solid rgba(0, 0, 0, .15);
		background: #F1F3F4;
		text-align: left;
		-webkit-transition: .3s;
		transition: .3s;
		opacity: 0;
		visibility: hidden;
		-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
		box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
		-webkit-transform: scaleY(0);
		transform: translate3d(0, 0, 0) scaleY(0);
		-webkit-transform-origin: left top;
		transform-origin: left top
	}

	.catalog-top-params__params.open {
		-webkit-transform: scaleY(1);
		transform: translate3d(0, 0, 0) scaleY(1);
		opacity: 1;
		visibility: visible;
		z-index: 20
	}

	.catalog-top-params__total {
		color: #959595;
		padding: 0
	}

	.catalog-top-params__grid {
		margin-right: -20px;
		width: calc(100% + 20px)
	}

	.catalog-top-params__item {
		margin: 0 20px 15px 0
	}

	.catalog-top-params+.floor--connected {
		margin-top: 20px
	}

	.floor--closer {
		margin: 15px 0
	}

	.floor--closer h2 {
		font-size: 18px;
		margin-bottom: 15px
	}

	.bubble,
	.summary-block__floor {
		padding-left: 20px;
		padding-right: 20px
	}

	.info-block {
		padding: 20px
	}

	.default-grid--lg>.default-grid__item,
	.default-grid__item {
		padding: 10px 0
	}

	.catalog-list-main__list .alphabet-block:first-child {
		margin-top: 0;
		border-top: none
	}

	.alphabet-block__bookmarks {
		padding-bottom: 20px;
		margin-bottom: 20px
	}

	.hidden-sm {
		display: none
	}

	.visible-sm {
		display: block
	}

	.visible-sm-inline {
		display: inline
	}

	.visible-sm-f {
		display: -ms-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.visible-sm-if {
		display: -ms-inline-flex;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex
	}

	.visible-sm-ib {
		display: inline-block
	}

	.visible-sm-table {
		display: table
	}

	.visible-sm-tc {
		display: table-cell
	}

	.push-down,
	.push-down:last-child {
		margin-bottom: -20px
	}

	.col-sm-1 {
		width: 8.333%
	}

	.col-sm-2 {
		width: 16.666%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-4 {
		width: 33.33%
	}

	.col-sm-5 {
		width: 41.666%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-7 {
		width: 58.333%
	}

	.col-sm-8 {
		width: 66.666%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-10 {
		width: 83.333%
	}

	.col-sm-11 {
		width: 91.666%
	}

	.col-sm-12 {
		width: 100%
	}

	.order-sm--12 {
		-ms-order: -12;
		-webkit-box-ordinal-group: -11;
		-ms-flex-order: -12;
		order: -12
	}

	.order-sm--11 {
		-ms-order: -11;
		-webkit-box-ordinal-group: -10;
		-ms-flex-order: -11;
		order: -11
	}

	.order-sm--10 {
		-ms-order: -10;
		-webkit-box-ordinal-group: -9;
		-ms-flex-order: -10;
		order: -10
	}

	.order-sm--9 {
		-ms-order: -9;
		-webkit-box-ordinal-group: -8;
		-ms-flex-order: -9;
		order: -9
	}

	.order-sm--8 {
		-ms-order: -8;
		-webkit-box-ordinal-group: -7;
		-ms-flex-order: -8;
		order: -8
	}

	.order-sm--7 {
		-ms-order: -7;
		-webkit-box-ordinal-group: -6;
		-ms-flex-order: -7;
		order: -7
	}

	.order-sm--6 {
		-ms-order: -6;
		-webkit-box-ordinal-group: -5;
		-ms-flex-order: -6;
		order: -6
	}

	.order-sm--5 {
		-ms-order: -5;
		-webkit-box-ordinal-group: -4;
		-ms-flex-order: -5;
		order: -5
	}

	.order-sm--4 {
		-ms-order: -4;
		-webkit-box-ordinal-group: -3;
		-ms-flex-order: -4;
		order: -4
	}

	.order-sm--3 {
		-ms-order: -3;
		-webkit-box-ordinal-group: -2;
		-ms-flex-order: -3;
		order: -3
	}

	.order-sm--2 {
		-ms-order: -2;
		-webkit-box-ordinal-group: -1;
		-ms-flex-order: -2;
		order: -2
	}

	.order-sm--1 {
		-ms-order: -1;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.order-sm-0 {
		-ms-order: 0;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.order-sm-1 {
		-ms-order: 1;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.order-sm-2 {
		-ms-order: 2;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.order-sm-3 {
		-ms-order: 3;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.order-sm-4 {
		-ms-order: 4;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.order-sm-5 {
		-ms-order: 5;
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.order-sm-6 {
		-ms-order: 6;
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.order-sm-7 {
		-ms-order: 7;
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.order-sm-8 {
		-ms-order: 8;
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	.order-sm-9 {
		-ms-order: 9;
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	.order-sm-10 {
		-ms-order: 10;
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	.order-sm-11 {
		-ms-order: 11;
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}

	.order-sm-12 {
		-ms-order: 12;
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
}

@media (max-width:759px) {

	.floor-header,
	.page-prefooter__item,
	.page-prefooter__row {
		display: block
	}

	.logo {
		width: 120px;
		height: 50px
	}

	.page-prefooter__item {
		width: 100%;
		padding: 20px
	}

	.page-prefooter__item+.page-prefooter__item {
		border-left: none;
		border-top: 1px solid transparent
	}

	.floor-header {
		margin: 35px 0
	}

	.floor-header__main {
		text-align: left;
		width: auto;
		max-width: none;
		padding: 0
	}

	.floor-header__left--empty,
	.floor-header__right--empty {
		display: none
	}

	.floor-header__right {
		text-align: left;
		margin-top: 10px
	}

	.floor-header--separator .floor-header__main {
		text-align: center
	}

	.slider,
	slider {
		min-height: 300px
	}

	.slider--free {
		min-height: 0
	}

	.label-action,
	.label-action__action,
	.label-action__label {
		display: block;
		width: auto
	}

	.label-action__action {
		text-align: left
	}

	.label-action__action .social-links {
		width: calc(100% + -15px)
	}

	.label-action__label {
		margin-bottom: 8px;
		padding: 0;
		white-space: normal
	}

	.label-action__label br,
	.label-action__label::after {
		display: none
	}

	.grouping-block {
		padding: 15px
	}

	.catalog-item__header,
	.catalog-item__price-row,
	.catalog-item__top-params {
		text-align: center
	}

	.catalog-item__actions-fav .fav-btn {
		display: inline-table;
		vertical-align: top
	}

	.catalog-item__price-row,
	.catalog-item__top-params {
		margin: 10px 0
	}

	.catalog-item__price,
	.catalog-item__price-row,
	.catalog-item__status {
		display: block;
		width: auto;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 15px
	}

	.fixed-nav,
	.hidden-xs {
		display: none
	}

	.catalog-item__price:last-child,
	.catalog-item__status:last-child {
		margin-bottom: 0
	}

	.info-block {
		padding: 15px 20px
	}

	.info-block__input:last-child {
		margin-bottom: 5px
	}

	.large-map,
	.large-map .ymap-container {
		height: 300px
	}

	.catalog-list-empty-msg {
		margin: 20px 0
	}

	.form-card {
		padding: 20px 20px 25px
	}

	.visible-xs {
		display: block
	}

	.visible-xs-f {
		display: -ms-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.visible-xs-if {
		display: -ms-inline-flex;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex
	}

	.visible-xs-inline {
		display: inline
	}

	.visible-xs-ib {
		display: inline-block
	}

	.visible-xs-table {
		display: table
	}

	.visible-xs-tc {
		display: table-cell
	}

	.push-down,
	.push-down:last-child {
		margin-bottom: -10px
	}

	.col-xs-1 {
		width: 8.333%
	}

	.col-xs-2 {
		width: 16.666%
	}

	.col-xs-3 {
		width: 25%
	}

	.col-xs-4 {
		width: 33.33%
	}

	.col-xs-5 {
		width: 41.666%
	}

	.col-xs-6 {
		width: 50%
	}

	.col-xs-7 {
		width: 58.333%
	}

	.col-xs-8 {
		width: 66.666%
	}

	.col-xs-9 {
		width: 75%
	}

	.col-xs-10 {
		width: 83.333%
	}

	.col-xs-11 {
		width: 91.666%
	}

	.col-xs-12 {
		width: 100%
	}

	.order-xs--12 {
		-ms-order: -12;
		-webkit-box-ordinal-group: -11;
		-ms-flex-order: -12;
		order: -12
	}

	.order-xs--11 {
		-ms-order: -11;
		-webkit-box-ordinal-group: -10;
		-ms-flex-order: -11;
		order: -11
	}

	.order-xs--10 {
		-ms-order: -10;
		-webkit-box-ordinal-group: -9;
		-ms-flex-order: -10;
		order: -10
	}

	.order-xs--9 {
		-ms-order: -9;
		-webkit-box-ordinal-group: -8;
		-ms-flex-order: -9;
		order: -9
	}

	.order-xs--8 {
		-ms-order: -8;
		-webkit-box-ordinal-group: -7;
		-ms-flex-order: -8;
		order: -8
	}

	.order-xs--7 {
		-ms-order: -7;
		-webkit-box-ordinal-group: -6;
		-ms-flex-order: -7;
		order: -7
	}

	.order-xs--6 {
		-ms-order: -6;
		-webkit-box-ordinal-group: -5;
		-ms-flex-order: -6;
		order: -6
	}

	.order-xs--5 {
		-ms-order: -5;
		-webkit-box-ordinal-group: -4;
		-ms-flex-order: -5;
		order: -5
	}

	.order-xs--4 {
		-ms-order: -4;
		-webkit-box-ordinal-group: -3;
		-ms-flex-order: -4;
		order: -4
	}

	.order-xs--3 {
		-ms-order: -3;
		-webkit-box-ordinal-group: -2;
		-ms-flex-order: -3;
		order: -3
	}

	.order-xs--2 {
		-ms-order: -2;
		-webkit-box-ordinal-group: -1;
		-ms-flex-order: -2;
		order: -2
	}

	.order-xs--1 {
		-ms-order: -1;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.order-xs-0 {
		-ms-order: 0;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.order-xs-1 {
		-ms-order: 1;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.order-xs-2 {
		-ms-order: 2;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.order-xs-3 {
		-ms-order: 3;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.order-xs-4 {
		-ms-order: 4;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.order-xs-5 {
		-ms-order: 5;
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.order-xs-6 {
		-ms-order: 6;
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.order-xs-7 {
		-ms-order: 7;
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.order-xs-8 {
		-ms-order: 8;
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	.order-xs-9 {
		-ms-order: 9;
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	.order-xs-10 {
		-ms-order: 10;
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	.order-xs-11 {
		-ms-order: 11;
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}

	.order-xs-12 {
		-ms-order: 12;
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
}

@media (max-width:599px) {
	.container {
		padding: 0 10px
	}

	.page-footer-menu__item,
	.page-footer__main {
		padding: 0
	}

	.logo {
		width: 110px;
		height: 45px
	}

	.info-li,
	.info-li__key,
	.info-li__value,
	.page-footer-menu__item {
		display: block;
		width: auto
	}

	.page-footer__bottom {
		margin-top: 0
	}

	.page-footer-bottom-row,
	.page-footer-bottom-row__left,
	.page-footer-bottom-row__middle,
	.page-footer-bottom-row__right {
		display: block;
		width: auto;
		padding: 0;
		white-space: normal;
		text-align: center
	}

	.page-footer-bottom-row__left,
	.page-footer-bottom-row__middle {
		margin-bottom: 8px
	}

	.floor-header--separator h2 {
		padding: 0 15px
	}

	.info-li__key {
		padding: 0;
		margin: 0 0 4px
	}

	.info-list__item {
		margin-bottom: 15px
	}

	.panel-btn {
		padding-left: 15px;
		padding-right: 15px
	}

	.catalog-top-params {
		margin-left: -10px;
		margin-right: -10px;
		width: calc(100% + 20px)
	}

	.catalog-top-params__total {
		display: none
	}

	.catalog-top-params__params {
		padding: 10px
	}

	.catalog-top-params__item {
		display: block;
		width: auto
	}

	.alphabet-block__bookmarks,
	.alphabet-col__links {
		display: none
	}

	.alphabet-block__grid {
		margin: -5px 0;
		width: 100%
	}

	.alphabet-block__col {
		padding: 5px 0;
		border-bottom: 1px solid #F1F3F4
	}

	.alphabet-block__col:last-child {
		border-bottom: none
	}

	.alphabet-col__links.open {
		display: block
	}

	.alphabet-col:not(.open) .alphabet-col__title {
		margin-bottom: 0
	}

	.alphabet-col__title {
		cursor: pointer;
		padding-right: 20px;
		position: relative;
		-webkit-transition: color .3s, margin .3s;
		transition: color .3s, margin .3s
	}

	.alphabet-col__title-arrow {
		display: inline-block;
		position: absolute;
		top: 8px;
		right: 0;
		-webkit-transition: -webkit-transform .3s;
		transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s
	}

	.alphabet-col__title-arrow.svg-icon {
		display: inline-block
	}

	.no-touch .alphabet-col__title:hover {
		color: #313131
	}

	.alphabet-col.open .alphabet-col__title-arrow {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	.block-banners__grid,
	.block-banners__grid .col {
		display: block;
		width: auto
	}

	.hidden-2xs {
		display: none
	}

	.visible-2xs {
		display: block
	}

	.visible-2xs-f {
		display: -ms-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.visible-2xs-if {
		display: -ms-inline-flex;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex
	}

	.visible-2xs-inline {
		display: inline
	}

	.visible-2xs-ib {
		display: inline-block
	}

	.visible-2xs-table {
		display: table
	}

	.visible-2xs-tc {
		display: table-cell
	}

	.col-2xs-1 {
		width: 8.333%
	}

	.col-2xs-2 {
		width: 16.666%
	}

	.col-2xs-3 {
		width: 25%
	}

	.col-2xs-4 {
		width: 33.33%
	}

	.col-2xs-5 {
		width: 41.666%
	}

	.col-2xs-6 {
		width: 50%
	}

	.col-2xs-7 {
		width: 58.333%
	}

	.col-2xs-8 {
		width: 66.666%
	}

	.col-2xs-9 {
		width: 75%
	}

	.col-2xs-10 {
		width: 83.333%
	}

	.col-2xs-11 {
		width: 91.666%
	}

	.col-2xs-12 {
		width: 100%
	}

	.order-2xs--12 {
		-ms-order: -12;
		-webkit-box-ordinal-group: -11;
		-ms-flex-order: -12;
		order: -12
	}

	.order-2xs--11 {
		-ms-order: -11;
		-webkit-box-ordinal-group: -10;
		-ms-flex-order: -11;
		order: -11
	}

	.order-2xs--10 {
		-ms-order: -10;
		-webkit-box-ordinal-group: -9;
		-ms-flex-order: -10;
		order: -10
	}

	.order-2xs--9 {
		-ms-order: -9;
		-webkit-box-ordinal-group: -8;
		-ms-flex-order: -9;
		order: -9
	}

	.order-2xs--8 {
		-ms-order: -8;
		-webkit-box-ordinal-group: -7;
		-ms-flex-order: -8;
		order: -8
	}

	.order-2xs--7 {
		-ms-order: -7;
		-webkit-box-ordinal-group: -6;
		-ms-flex-order: -7;
		order: -7
	}

	.order-2xs--6 {
		-ms-order: -6;
		-webkit-box-ordinal-group: -5;
		-ms-flex-order: -6;
		order: -6
	}

	.order-2xs--5 {
		-ms-order: -5;
		-webkit-box-ordinal-group: -4;
		-ms-flex-order: -5;
		order: -5
	}

	.order-2xs--4 {
		-ms-order: -4;
		-webkit-box-ordinal-group: -3;
		-ms-flex-order: -4;
		order: -4
	}

	.order-2xs--3 {
		-ms-order: -3;
		-webkit-box-ordinal-group: -2;
		-ms-flex-order: -3;
		order: -3
	}

	.order-2xs--2 {
		-ms-order: -2;
		-webkit-box-ordinal-group: -1;
		-ms-flex-order: -2;
		order: -2
	}

	.order-2xs--1 {
		-ms-order: -1;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.order-2xs-0 {
		-ms-order: 0;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.order-2xs-1 {
		-ms-order: 1;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.order-2xs-2 {
		-ms-order: 2;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.order-2xs-3 {
		-ms-order: 3;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.order-2xs-4 {
		-ms-order: 4;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.order-2xs-5 {
		-ms-order: 5;
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.order-2xs-6 {
		-ms-order: 6;
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.order-2xs-7 {
		-ms-order: 7;
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.order-2xs-8 {
		-ms-order: 8;
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	.order-2xs-9 {
		-ms-order: 9;
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	.order-2xs-10 {
		-ms-order: 10;
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	.order-2xs-11 {
		-ms-order: 11;
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}

	.order-2xs-12 {
		-ms-order: 12;
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
}

.basket-action__in-basket,
.catalog-item__price,
.city-select__btn-row,
.rich-form-row.formInline .rich-text-input__label-checkout {
	white-space: nowrap
}

@media (max-width:479px) {
	.infographics-item__image {
		text-align: center
	}

	.infographics-item__image-box {
		margin-left: auto;
		margin-right: auto
	}

	.check-block__visual {
		padding: 8px 10px
	}

	.hidden-3xs {
		display: none
	}

	.visible-3xs {
		display: block
	}

	.visible-3xs-f {
		display: -ms-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.visible-3xs-if {
		display: -ms-inline-flex;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex
	}

	.visible-3xs-inline {
		display: inline
	}

	.visible-3xs-ib {
		display: inline-block
	}

	.visible-3xs-table {
		display: table
	}

	.visible-3xs-tc {
		display: table-cell
	}

	.col-3xs-1 {
		width: 8.333%
	}

	.col-3xs-2 {
		width: 16.666%
	}

	.col-3xs-3 {
		width: 25%
	}

	.col-3xs-4 {
		width: 33.33%
	}

	.col-3xs-5 {
		width: 41.666%
	}

	.col-3xs-6 {
		width: 50%
	}

	.col-3xs-7 {
		width: 58.333%
	}

	.col-3xs-8 {
		width: 66.666%
	}

	.col-3xs-9 {
		width: 75%
	}

	.col-3xs-10 {
		width: 83.333%
	}

	.col-3xs-11 {
		width: 91.666%
	}

	.col-3xs-12 {
		width: 100%
	}

	.order-3xs--12 {
		-ms-order: -12;
		-webkit-box-ordinal-group: -11;
		-ms-flex-order: -12;
		order: -12
	}

	.order-3xs--11 {
		-ms-order: -11;
		-webkit-box-ordinal-group: -10;
		-ms-flex-order: -11;
		order: -11
	}

	.order-3xs--10 {
		-ms-order: -10;
		-webkit-box-ordinal-group: -9;
		-ms-flex-order: -10;
		order: -10
	}

	.order-3xs--9 {
		-ms-order: -9;
		-webkit-box-ordinal-group: -8;
		-ms-flex-order: -9;
		order: -9
	}

	.order-3xs--8 {
		-ms-order: -8;
		-webkit-box-ordinal-group: -7;
		-ms-flex-order: -8;
		order: -8
	}

	.order-3xs--7 {
		-ms-order: -7;
		-webkit-box-ordinal-group: -6;
		-ms-flex-order: -7;
		order: -7
	}

	.order-3xs--6 {
		-ms-order: -6;
		-webkit-box-ordinal-group: -5;
		-ms-flex-order: -6;
		order: -6
	}

	.order-3xs--5 {
		-ms-order: -5;
		-webkit-box-ordinal-group: -4;
		-ms-flex-order: -5;
		order: -5
	}

	.order-3xs--4 {
		-ms-order: -4;
		-webkit-box-ordinal-group: -3;
		-ms-flex-order: -4;
		order: -4
	}

	.order-3xs--3 {
		-ms-order: -3;
		-webkit-box-ordinal-group: -2;
		-ms-flex-order: -3;
		order: -3
	}

	.order-3xs--2 {
		-ms-order: -2;
		-webkit-box-ordinal-group: -1;
		-ms-flex-order: -2;
		order: -2
	}

	.order-3xs--1 {
		-ms-order: -1;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.order-3xs-0 {
		-ms-order: 0;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.order-3xs-1 {
		-ms-order: 1;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.order-3xs-2 {
		-ms-order: 2;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.order-3xs-3 {
		-ms-order: 3;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.order-3xs-4 {
		-ms-order: 4;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.order-3xs-5 {
		-ms-order: 5;
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.order-3xs-6 {
		-ms-order: 6;
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.order-3xs-7 {
		-ms-order: 7;
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.order-3xs-8 {
		-ms-order: 8;
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	.order-3xs-9 {
		-ms-order: 9;
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	.order-3xs-10 {
		-ms-order: 10;
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	.order-3xs-11 {
		-ms-order: 11;
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}

	.order-3xs-12 {
		-ms-order: 12;
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
}

@media (max-width:359px) {
	.hidden-4xs {
		display: none
	}

	.visible-4xs {
		display: block
	}

	.visible-4xs-f {
		display: -ms-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.visible-4xs-if {
		display: -ms-inline-flex;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex
	}

	.visible-4xs-inline {
		display: inline
	}

	.visible-4xs-ib {
		display: inline-block
	}

	.visible-4xs-table {
		display: table
	}

	.visible-4xs-tc {
		display: table-cell
	}

	.col-3xs-1 {
		width: 8.333%
	}

	.col-3xs-2 {
		width: 16.666%
	}

	.col-3xs-3 {
		width: 25%
	}

	.col-3xs-4 {
		width: 33.33%
	}

	.col-3xs-5 {
		width: 41.666%
	}

	.col-3xs-6 {
		width: 50%
	}

	.col-3xs-7 {
		width: 58.333%
	}

	.col-3xs-8 {
		width: 66.666%
	}

	.col-3xs-9 {
		width: 75%
	}

	.col-3xs-10 {
		width: 83.333%
	}

	.col-3xs-11 {
		width: 91.666%
	}

	.col-3xs-12 {
		width: 100%
	}

	.order-3xs--12 {
		-ms-order: -12;
		-webkit-box-ordinal-group: -11;
		-ms-flex-order: -12;
		order: -12
	}

	.order-3xs--11 {
		-ms-order: -11;
		-webkit-box-ordinal-group: -10;
		-ms-flex-order: -11;
		order: -11
	}

	.order-3xs--10 {
		-ms-order: -10;
		-webkit-box-ordinal-group: -9;
		-ms-flex-order: -10;
		order: -10
	}

	.order-3xs--9 {
		-ms-order: -9;
		-webkit-box-ordinal-group: -8;
		-ms-flex-order: -9;
		order: -9
	}

	.order-3xs--8 {
		-ms-order: -8;
		-webkit-box-ordinal-group: -7;
		-ms-flex-order: -8;
		order: -8
	}

	.order-3xs--7 {
		-ms-order: -7;
		-webkit-box-ordinal-group: -6;
		-ms-flex-order: -7;
		order: -7
	}

	.order-3xs--6 {
		-ms-order: -6;
		-webkit-box-ordinal-group: -5;
		-ms-flex-order: -6;
		order: -6
	}

	.order-3xs--5 {
		-ms-order: -5;
		-webkit-box-ordinal-group: -4;
		-ms-flex-order: -5;
		order: -5
	}

	.order-3xs--4 {
		-ms-order: -4;
		-webkit-box-ordinal-group: -3;
		-ms-flex-order: -4;
		order: -4
	}

	.order-3xs--3 {
		-ms-order: -3;
		-webkit-box-ordinal-group: -2;
		-ms-flex-order: -3;
		order: -3
	}

	.order-3xs--2 {
		-ms-order: -2;
		-webkit-box-ordinal-group: -1;
		-ms-flex-order: -2;
		order: -2
	}

	.order-3xs--1 {
		-ms-order: -1;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}

	.order-3xs-0 {
		-ms-order: 0;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}

	.order-3xs-1 {
		-ms-order: 1;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}

	.order-3xs-2 {
		-ms-order: 2;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.order-3xs-3 {
		-ms-order: 3;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.order-3xs-4 {
		-ms-order: 4;
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}

	.order-3xs-5 {
		-ms-order: 5;
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}

	.order-3xs-6 {
		-ms-order: 6;
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}

	.order-3xs-7 {
		-ms-order: 7;
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}

	.order-3xs-8 {
		-ms-order: 8;
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}

	.order-3xs-9 {
		-ms-order: 9;
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}

	.order-3xs-10 {
		-ms-order: 10;
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}

	.order-3xs-11 {
		-ms-order: 11;
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}

	.order-3xs-12 {
		-ms-order: 12;
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12
	}
}

.accordion-block {
	border-top: 1px solid #F1F3F4;
	border-bottom: 1px solid #F1F3F4
}

.accordion-block__bar {
	position: relative;
	cursor: pointer;
	padding: 20px 0
}

.accordion-block__bar-icon {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin-top: -17px;
	-webkit-transition: .1s;
	transition: .1s;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAYAAABxLuKEAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH4gwaCxw6QSIh3QAACUVJREFUeNrtnMtvG8cdxz8kl6IkUqIeJmGJpGNCD1v2KqdYAW2hQILEcVMETmAnl6LtpS0KOC2aU5D+A2kLtGiRHIogObTNpY2txHCaOnWBFrHo2rB9aLmWIFsGbZGWoMh6UORKpMQle9hddiXrQYovPfoFCEva1Wjm45n5zfzm9xtTNpslH0mSlNd7G8gEHAWeAbqBQ0AX0Ao0aB+AuPaZBu4BI8Bd4BZwB8ivwqskimJB7wvFtnYTtQCvAi8CzwPuPH5Hh9QO9K569jXwD+BvwEUNXllkKkOPMQOngB8CLwNW/YHNZqOurg6bzYbNZqOmpgaLxYLFYsFsNgOQyWRQFAVFUVhaWiKVSpFKpVhcXCSVShn/zjLwBfABcBnIbFSpavYYAfg28A7qMAGgoaGBxsZGHA4HVqt100LMZjNmsxmr1Uptbe2KZ8vLyyQSCeLxOPPz81bgtPYZAX4OfAykS9GYUvWYk8B7qHMHdrsdh8NBS0sLFoulNNhXSVEUZmZmSCQSyLKs//gu8GPUobZCle4xXuDXwOs6kKamJpqbm8sCwyiLxYLL5cLlcjE7O8vc3ByyLHcDXwLngbeA6FbLNxdRtzNACHjdYrHgdrvx+/0VgbJazc3N+P1+3G43giAAnNXqdraSYGyow+Y80OR0Ounq6sLtzsfglFdut5vOzk6cTidAE/CJVldboWUVOsfsAz4DTgC0tbXR2tpabR5ranp6momJCf3ba8BpURQflwOMF/g7cKi2thav1/uE1dhuSiaTRKNRkskkqJbrBVEU85p38gKjQfkK8Nvtdnw+nz6Wt73S6TSRSES3XGHgG/nA2RSMJEkuYBDodjgc+Hy+spngcklRFCKRCIlEAlST3i+K4tRGv7Ph5CtJUg1waSdDAdW0+3w+HA4HqGutS1rbtgYG+BXwbF1dHV6vd0dCMcLxer3U1dUBPIu6/iocjCRJZ4A3ATwez46ZUzaSIAh4PB7923NaG9fUmnOMJEke1C2+czub5K3KYMpjQK8oipHV76zXY34DOJ1O566DAtDa2qovAp3A79Z65wkwkiS9BJwVBIG2trZqt6Fsam9v13f7L0uSdHpDMJIkmYHfgkp1N8wr68lisRhHwy8kSVphWVb3mDeAQ3a7HZfLVe26l1379u3DbreD6j96Y00wkiSZgJ8B+vjbEzK09R2NwUowqO7I3vr6elpaWqpd34qppaWF+vp6UP3L31wLzPdAdUXuNRna/F39CzOAJElOVN8pTU1N1a5nxWVo82mNRa7HnAFqGxoa8nJY7zZZrVa919RqLHJgXgFobGysdh2rJkPbXwEwhUIhC/AYaOrp6dnRG8VipCgKw8PDoG4TWs2ACDTV1tbuWSigLvg0j6QTEM2oZ8n6dnxPy8DgGTPa+fB2999WQgYGohnoBKipqdlygUYtLS1VrWGa03vLMjDoMgM+oGRm+sKFC4yNjVUcSjgcZmBgoKgyDAx8AlpoRql20gsLC1y5coWOjg4CgQA2W8FnXQVpcXGRa9eu8eDBg6LLMjBwCYAdyIVhFCuXy8XU1BT3799nfHyc48ePc/DgwbJAGR0d5fr167nwkP379xdVnoGBwxQKhbJQeDTAespkMty5c4fbt2+jKAoAfr+fQCBQMsu3sLBAMBjMDVlBEDh27Bg9PT2YTKaiytajOkruiTKbzfT29nLgwAGuXr3K5OQk4XCY8fFxAoEAHR0dRZV/9+5dbty4kZvk29vb6e/vL/nm1xQKheaBhiNHjpRsOOnKZrMMDQ1x69Yt0mk1nufAgQOcOHFC3+rnrUQiQTAYJBpVDxGtVit9fX0cPny4ZPXNZDIMDQ0BxAVABhoymUzJwZhMJo4ePZrrPRMTE4yNjTE5OUlfXx/d3d15lTM8PMzNmzdZXl4GwOv10t/fr3vfSgpGU8IUCoX+DTzd2dlZ9kVeoQ2Mx+M5oKDG8BUCtFAlk0lGR0cB/mMKhUKfA9966qmnKuKkSiQSDA4O8ujRI2DtIVHKIViI4vE4Dx8+BPiLAIxC5VasDoeDU6dOrZhEg8Eg4XCY/v5+MplMbtIGtZeUYtLORwYG9wTUkKyil9OFqru7G6/Xy+DgIJFIhPHxcQYGBshms2Uz85vJwEASUCOuWVxcrCgYgPr6ek6ePPnEQq2uro5AIIDf769ofQwMbgmABMSSyaRTUZSq+GQ6OzvxeDwEg0EEQajIVmK1FEXRe0wMkEzZbBZJkj4FXvV4PFWJutwOmp2d1Q3CZ6IovqYvXC4BzM/PV7t+VZOh7Zfgf87wC0AyHo/n1hh7ScvLy8TjcYCkxkIFI4piDDWbg7m5uWrXs+IytPmixmLFSeTvAZ3cnpKhzX/QvzCCuQyEFhYWmJmZqXZdK6aZmRkWFhZAXc/99QkwoihmgXcBYrFYtetbMRna+q7GYCUYTX8CRmRZZmpqKt+yd6weP36sB0aPAH82PlsBRhTFDPBTUAP49A3cbpSiKExP5zIH3xZFUVkXjAbnMnA+nU4bkxR2ncbHx/WlyReiKF5c/Xw9z9RbwHwsFtuVE/HMzIw+t8wDP1rrnTXBaEkIbwJMTEysTtLc0UqlUsaRcG6tGN91wWhw/gh8lM1miUaju2K+SafTRKNRtKDvj0RR/Hi9dzdz8p4DbiwuLhKNRnN+kp0oRVGIRqO6a+GG1rZ1lW9aThDo2qkZKKvScu4BJzZLy/l/IlcxYDQ4PuAKOzv178X1JtvVKuQgKQL0A9f0YwbDAmnbaXp6mtHRUR3Kv1Cz2vKCUigYUGP1ngfeB9WURyKRbWWx9KFjMMnvA88VkkELWzu7TqFeE/AV8EEsFmuSZZnW1taq5x9MTU0ZtzIx4AeoudcFq5gz2U+Ap9G2D/rh/ezsbMWBzM7OEg6HmZyc1KFcQA2h2xIUKD7aIYJ6r8NLwHuyLHfJsszc3Fy1Lr24B/wE1bdUlEplc78EjgDfAd6WZfmQLMtMTk7S2NhIY2Mjdru96HC2dDpNIpFgfn5+teN+BPglqgduW12TYpQZ9UKd75PHxTqCIOTujMlms7mLdTKZTL4X63yo/bttL9bRlQE+1z6twGvAC8BzqVTKXeSG9Gvgn6jrqU8p41VM5V6+TqP+j37Iysu7DqEmhnehXqThBOpRe0ECmEO9wGsUNbN+hCIv7ypU/wUr0Ppl6V7IlwAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	opacity: .7
}

.accordion-block.open .accordion-block__bar-icon {
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

.accordion-block__title .bold {
	padding-right: 25px
}

.accordion-block__title {
	-webkit-transition: .1s;
	transition: .1s;
	color: #313131;
	font-weight: 500
}

.accordion-block__title.accordion-block__title {
	margin: 0
}

.accordion-block__bar-icon+.accordion-block__title {
	margin-left: 70px;
	font-size: 20px
}

.no-touch .accordion-block__bar:hover .accordion-block__title {
	color: #4683C4
}

.no-touch .accordion-block__bar:hover .accordion-block__bar-icon {
	opacity: 1
}

.accordion-block__body {
	padding: 0 30px 30px
}

.accordion-group .accordion-block+.accordion-block {
	margin-top: -1px
}

.availability-sm {
	display: table;
	max-width: 100%;
	font-size: 0;
	line-height: 0;
	color: #E52421
}

.availability-sm__icon,
.availability-sm__text {
	display: table-cell;
	vertical-align: middle
}

.availability-sm__text {
	font-size: 12px;
	line-height: 18px
}

.availability-sm__icon .svg-icon {
	width: 18px;
	height: 18px
}

.availability-sm__icon {
	padding-right: 5px
}

.availability-sm--0 {
	color: rgba(119, 119, 119, .5)
}

.availability-sm--delivery,
.availability-sm--info,
.availability-sm--time {
	color: #959595
}

.product__instore {
	color: #E52421
}

.instore .availability-sm {
	color: #9AB410
}

.availability-sm--lg .availability-sm__text {
	font-size: 16px
}

.layout__aside .basic-filter {
	width: 100%
}

.basic-filter-group .basic-filter-group__header-arrow {
	right: auto;
	left: 0;
	top: 9px
}

.basic-filter-group.open .basic-filter-group__header-arrow {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	color: #1DA1F2
}

.basic-filter-group {
	border: none
}

.basic-filter-group__header {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	padding-left: 20px
}

.basic-filter-group__link--current {
	font-weight: 300
}

.basic-filter-group__link {
	margin-left: 20px;
	display: inline-block
}

.range-row__cell {
	margin: 0 10px 20px 0;
	width: calc(50% - 10px);
	position: relative
}

.range-row__cell .text-input--sm {
	padding: 1px 10px 1px 25px
}

.text-input--sm::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .5)
}

.text-input--sm:-ms-input-placeholder {
	color: rgba(0, 0, 0, .5)
}

.text-input--sm::-ms-input-placeholder {
	color: rgba(0, 0, 0, .5)
}

.text-input--sm::placeholder {
	color: rgba(0, 0, 0, .5)
}

.range_p-holder {
	position: absolute;
	font-size: 15px;
	top: 4px;
	left: 4px
}

.basic-filter__banner-link {
	margin-top: 15px;
	display: block;
	border: none !important
}

.basic-filter__banner-link img {
	max-width: 100%;
	border-radius: 6px
}

.basic-filter-group__link:hover {
	border-bottom: none !important
}

.basic-filter-group__link .link__text {
	color: #4683C4
}

.basic-filter-group__link:hover .link__text {
	color: #E52421
}

.select-filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.basket-action__cell-btn .btn--primary {
	padding: 4px 14px
}

.basket-action__cell-btn .btn--primary .btn__inner {
	max-height: 26px
}

.basket-product-box--count .basket-action__cell-input {
	max-width: 110px
}

.basket-action__cell-btn {
	width: auto
}

.btn__inner svg {
	max-height: 27px;
	width: 30px
}

.btn-w100 {
	width: 100%
}

@media(max-width:992px) {
	.basket-action__cell-btn .btn--primary {
		padding: 4px
	}
}

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

.basket-action__cell-avail,
.basket-action__cell-btn,
.basket-action__cell-input,
.basket-action__cell-remove {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto
}

.basket-action__cell-input {
	min-width: 100px;
	-ms-flex: 1 1 auto;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	padding-right: 15px
}

.basket-action__cell-input:last-child {
	padding-right: 0
}

.basket-action__cell-avail {
	padding-right: 15px;
	padding-top: 6px
}

.basket-action--complex {
	display: table;
	width: 100%
}

.basket-action--complex .basket-action__in-basket,
.basket-action--complex .basket-action__main {
	display: table-cell;
	vertical-align: middle
}

.basket-action--complex .basket-action__in-basket {
	padding-left: 15px;
	width: 1px;
	white-space: nowrap
}

.basket-action__in-basket-count {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600
}

.basket-action__in-basket-btn,
.basket-action__in-basket-count {
	display: inline-block;
	vertical-align: middle
}

.basket-action__in-basket-btn {
	width: 16px;
	height: 16px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	color: #313131
}

.basket-action__in-basket-btn .svg-icon {
	width: 100%;
	height: 100%;
	display: block
}

.basket-action__remove,
basket-full::after {
	display: inline-block;
	vertical-align: middle
}

.basket-action__in-basket-btn+.basket-action__in-basket-count,
.basket-action__in-basket-count+.basket-action__in-basket-btn {
	margin-left: 6px
}

.no-touch .basket-action__in-basket-btn:hover {
	color: #ed1920
}

.basket-action__remove {
	padding: 11px;
	width: 34px;
	height: 34px;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	color: #313131;
	position: relative;
	margin-right: -10px
}

.basket-action__remove .svg-icon {
	width: 10px;
	height: 10px
}

.basket-action__remove::before {
	position: absolute;
	top: 3px;
	left: 3px;
	bottom: 3px;
	right: 3px;
	border: 1px dashed #313131;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s
}

.no-touch .basket-action__remove:hover {
	color: #ed1920
}

.no-touch .basket-action__remove:focus::before {
	opacity: 1
}

.basket-action__cell-input {
	width: 67%;
	float: left
}

.basket-action__cell-btn {
	float: right;
	max-width: 30%
}

.btn--catalog-item-button {
	margin-bottom: 15px;
	font-size: 13px;
	font-weight: 300
}

.btn--light {
	color: #313131
}

.basket-action__remove--alt {
	width: 100%;
	height: 40px;
	border: 1px solid #9a9a9a;
	font-size: 16px
}

.basket-action__row {
	width: 100%;
	position: relative;
	z-index: 20
}

.detail-product-cartbutton {
	width: 40%
}

.detail-product-cartbutton .btn {
	width: 100%;
	height: 40px
}

.strong-error .text-input {
	border-color: rgba(244, 34, 97, .3) !important;
	color: #E52421 !important
}

.basket-full__products-list .product:last-child,
.page-header-main {
	border-bottom: none
}

basket-full {
	height: 400px;
	display: block;
	font-size: 0;
	text-align: center
}

basket-full::after {
	height: 100%
}

basket-full [slot] {
	display: none
}

.basket-full {
	display: table;
	width: 100%
}

.basket-full__aside,
.basket-full__main {
	display: table-cell;
	vertical-align: top
}

.basket-full__aside {
	padding-left: 50px;
	width: 36.25%
}

.basket-full__main-blocks,
.basket-full__main-products {
	margin: 25px 0
}

.basket-full__group {
	margin: 40px 0
}

.basket-full__group-title {
	padding-bottom: 20px;
	border-bottom: 1px solid #F1F3F4
}

@media (max-width:1249px) {
	.basket-full__aside {
		width: 39%
	}
}

@media (max-width:999px) {

	.basket-full,
	.basket-full__aside,
	.basket-full__main {
		display: block;
		width: auto
	}

	.basket-full__aside {
		padding: 0;
		margin-top: 25px
	}
}

.basket-sm__btn-row,
.catalog-item {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox
}

.basket-sm {
	margin: -20px
}

.basket-sm__block {
	background-color: #F1F3F4;
	padding: 15px 20px
}

.basket-sm__block--white {
	background-color: transparent
}

.basket-sm__block:last-child {
	margin-bottom: 0
}

.basket-sm__block+.basket-sm__block {
	border-top: 1px solid rgba(0, 0, 0, .07)
}

.basket-sm__empty-message {
	text-align: center;
	color: #959595
}

.basket-sm__list {
	max-height: calc(100vh - 400px);
	min-height: 80px;
	overflow-y: auto
}

.basket-sm__btn-row {
	margin: 20px -20px -20px 0;
	font-size: 0;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.basket-sm__btn-row .btn {
	margin: 0 20px 20px 0;
	-ms-flex-grow: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	width: 196px
}

.basket-sm__btn-row .btn .btn__inner {
	font-size: 12px
}

.complex-link__link strong {
	display: inline-block
}

.complex-link__label.mobile {
	display: none
}

@media (max-width:1149px) {
	.complex-link__label.mobile {
		display: block;
		position: absolute;
		right: -6px;
		border-radius: 11px;
		min-width: 16px;
		font-weight: 700;
		padding: 0
	}
}

.catalog-grid__grid {
	width: 100%;
	margin: 0 0-20px;
	position: relative;
	z-index: 0;
	-webkit-transition: z-index .3s;
	transition: z-index .3s
}

.catalog-grid__item {
	width: 25%;
	padding: 0
}

.catalog-grid__grid:hover {
	z-index: 20
}

.catalog-grid__item .product__link::before {
	display: none
}

.catalog-grid .basket-action__row,
.slider-products .basket-action__row {
	display: block;
	position: relative
}

.catalog-grid .basket-action__cell-input,
.slider-products .basket-action__cell-input {
	padding: 0;
	margin-bottom: 10px
}

.catalog-grid .basket-action__cell-btn .btn,
.slider-products .basket-action__cell-btn .btn {
	width: 100%
}

.catalog-grid .basket-action__cell-remove,
.slider-products .basket-action__cell-remove {
	position: absolute;
	top: 0;
	right: 0
}

.catalog-grid .basket-action--added .basket-action__cell-input,
.slider-products .basket-action--added .basket-action__cell-input {
	padding-right: 27px
}

@media (max-width:1249px) {
	.catalog-grid__item {
		width: 33.33%
	}
}

@media (max-width:759px) {
	.catalog-grid__grid {
		margin: 0;
		width: 100%
	}
}

@media (max-width:599px) {
	.catalog-grid__item {
		width: 50%
	}
}

@media (max-width:359px) {
	.catalog-grid__item {
		width: 100%
	}
}

catalog-item {
	display: block;
	min-height: 500px
}

.catalog-item {
	position: relative;
	width: 100%;
	display: flex
}

.catalog-item__main-view {
	width: 43%;
	padding-right: 50px
}

.catalog-item__main {
	position: relative;
	width: 57%
}

.catalog-item__gallery-box {
	position: -webkit-sticky;
	position: sticky;
	top: 20px
}

.catalog-item__no-photo {
	max-width: 480px
}

.catalog-item__no-photo-box {
	padding-top: 100%;
	position: relative;
	font-size: 0;
	line-height: 0;
	background-color: #F1F3F4
}

.catalog-item__no-photo-box-inner {
	font-size: 0;
	text-align: center;
	color: rgba(119, 119, 119, .5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.catalog-item__no-photo-box .svg-icon {
	width: 220px;
	height: 220px;
	max-height: 80%
}

.catalog-item__header {
	display: table;
	width: 100%
}

.catalog-item__header-icon,
.catalog-item__header-main {
	display: table-cell;
	vertical-align: top
}

.catalog-item__header-icon {
	padding-left: 50px;
	width: 1px
}

.catalog-item__header-icon-box {
	display: inline-block;
	vertical-align: top;
	font-size: 0
}

.catalog-item__header-icon-box img {
	width: auto;
	max-width: 220px;
	max-height: 80px;
	vertical-align: top
}

.catalog-item__brand {
	margin: 4px 0
}

.catalog-item__brand.catalog-item__brand:first-child,
.catalog-item__title.catalog-item__title:first-child {
	margin-top: -4px
}

.catalog-item__title-link {
	color: #313131
}

.catalog-item__subtitle {
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #959595;
	margin-top: 4px
}

.catalog-item__zoom-box {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 475px);
	max-height: 500px;
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
	overflow: hidden;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	transition: .3s;
	z-index: 80
}

.catalog-item__zoom-box.active {
	opacity: 1;
	visibility: visible
}

.catalog-item__zoom-box img {
	width: auto;
	height: auto;
	max-width: none;
	max-height: none;
	display: block;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.catalog-item__top-params {
	margin: 15px 0;
	cursor: default
}

.catalog-item__top-params .dot-line-list {
	text-align: left
}

.catalog-item__price-row {
	display: table;
	width: 100%;
	margin: 15px 0
}

.catalog-item__price,
.catalog-item__status {
	display: table-cell;
	vertical-align: bottom
}

.catalog-item__price {
	width: 1px;
	padding-right: 20px
}

.catalog-item__price:last-child {
	padding-right: 0
}

.catalog-item__price .price {
	margin-bottom: -6px
}

.catalog-item__price .strike {
	display: block
}

.catalog-item__price-row+.catalog-item__params-row .param-picker__picker:first-child {
	margin-top: 10px
}

.catalog-item__params-row {
	margin: 15px 0
}

.catalog-item__params-row+.catalog-item__actions,
.catalog-item__price-row+.catalog-item__actions {
	margin-top: 10px
}

.catalog-item__actions {
	font-size: 0;
	margin: 25px -20px -20px 0;
	display: inline-block;
	width: calc(100% + 25px)
}

.catalog-item__actions-btn,
.catalog-item__actions-input {
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 20px 0;
	font-size: 16px
}

.catalog-item__actions-input {
	width: 100px
}

.catalog-item__actions-fav {
	display: block;
	margin: 0 20px 20px 0
}

.catalog-item__offers-select {
	margin: 25px 0
}

.catalog-item__offers-select+.catalog-item__actions {
	margin-top: 0
}

.catalog-item__reviews {
	margin: 20px 0
}

.sticky-supported .catalog-item__zoom-box {
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
	height: 500px;
	margin-bottom: -500px;
	width: 100%
}

.sticky-supported .catalog-item--modal .catalog-item__zoom-box {
	right: -40px;
	top: 25px;
	width: calc(100% + 40px)
}

.catalog-item--modal .catalog-item__main,
.catalog-item--modal .catalog-item__main-view {
	width: 50%
}

.catalog-item--modal .catalog-item__title {
	padding-right: 25px
}

.catalog-item--modal .product--list-item-short.product--w-buy {
	padding-right: 120px
}

.catalog-item--modal .product--list-item-short.product--w-buy .product__action {
	position: relative;
	top: auto;
	right: auto;
	margin-top: 10px
}

.catalog-item--modal .product--list-item-short.product--w-buy .product__price {
	right: 0
}

@media (max-width:1249px) and (min-width:1000px) {
	.catalog-item__main-view {
		width: 45%
	}

	.catalog-item__main {
		width: 55%
	}

	.catalog-item .product--list-item-short.product--w-buy {
		padding-right: 120px
	}

	.catalog-item .product--list-item-short.product--w-buy .product__action {
		position: relative;
		top: auto;
		right: auto;
		margin-top: 10px
	}

	.catalog-item .product--list-item-short.product--w-buy .product__price {
		right: 0
	}

	.catalog-item__header-icon {
		display: none
	}
}

@media (max-width:999px) {

	.catalog-item__header-icon,
	.catalog-item__main-view {
		display: none
	}

	.catalog-item {
		padding-left: 0
	}

	.catalog-item__view {
		position: static;
		margin: 25px 0;
		padding: 0;
		width: auto
	}

	.catalog-item__main {
		width: 100%
	}
}

.catalog-item-3__main-gallery,
.checkbox__visual {
	position: relative
}

@media (max-width:759px) {

	.catalog-item__header,
	.catalog-item__price-row,
	.catalog-item__top-params {
		text-align: center
	}

	.catalog-item__actions-fav .fav-btn {
		display: inline-table;
		vertical-align: top
	}

	.catalog-item__price-row,
	.catalog-item__top-params {
		margin: 10px 0
	}

	.catalog-item__price,
	.catalog-item__price-row,
	.catalog-item__status {
		display: block;
		width: auto;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 15px
	}

	.catalog-item__price:last-child,
	.catalog-item__status:last-child {
		margin-bottom: 0
	}
}

@media (max-width:599px) {

	.breadcrumbs-block+.catalog-item-block,
	.catalog-item-block:first-child {
		margin-top: 0
	}

	.catalog-item__actions {
		text-align: center
	}
}

.catalog-item-block {
	margin: 25px 0
}

.catalog-item-block:first-child {
	margin-top: 0
}

.catalog-item-block:not(:last-child) {
	margin-bottom: 80px
}

.catalog-item-3__header {
	display: block;
	width: 100%;
	margin-bottom: 30px
}

.catalog-item-3__header-aside .fav-btn .svg-icon {
	width: 30px;
	height: 30px
}

.catalog-item-3__title {
	font-size: 26px;
	margin-top: 15px
}

.catalog-item-3__subtitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.catalog-item-product_rate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.catalog-item-3__subtitle-art {
	font-size: 14px;
	line-height: 24px;
	color: #727272;
	padding: 2px 15px;
	border-right: 1px solid #a4a4a4
}

.catalog-item-3__subtitle-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.checkbox {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.checkbox__visual {
	width: 20px;
	min-width: 20px;
	height: 20px;
	border-radius: 4px;
	border: 1px solid #9D9D9D;
	margin-right: 10px
}

.checkbox__text {
	text-decoration: underline;
	line-height: 28px
}

.checkbox__text:hover {
	text-decoration: none
}

input:checked~.checkbox__visual:after {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}

.catalog-item-3__separator {
	margin: 30px 0;
	border: none;
	border-top: 1px solid #F1F3F4
}

.catalog-item-3__main {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.catalog-item-3__main-base,
.catalog-item-3__main-gallery {
	-ms-flex: 1000 1 auto;
	-webkit-box-flex: 1000;
	flex: 1000 1 auto;
	width: 25%;
	padding-right: 60px
}

.catalog-item-3__main-aside {
	-ms-flex: 0 1 auto;
	-webkit-box-flex: 0;
	flex: 0 1 auto
}

.catalog-item-3__no-photo-box {
	position: relative;
	-webkit-box-shadow: 0 0 0 1px #F1F3F4 inset;
	box-shadow: 0 0 0 1px #F1F3F4 inset;
	overflow: hidden;
	max-height: 400px
}

.catalog-item-3__no-photo-box::before {
	display: block;
	padding-top: 100%;
	height: 0
}

.catalog-item-3__no-photo-box-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.catalog-item-3__no-photo-box .svg-icon {
	width: 120px;
	height: 120px;
	color: #F1F3F4
}

.catalig-item-3__block-title {
	font-size: 20px;
	line-height: 26px;
	color: #313131;
	margin-bottom: 15px
}

.catalog-item-3__actions {
	font-size: 0;
	margin: 20px 0
}

.catalog-item-3__actions .basket-action__cell-input {
	padding-right: 20px;
	width: 135px
}

.catalog-item-3__actions+.catalog-item-3__avail {
	margin-top: 0
}

.catalog-item-3__price-row {
	margin: 20px 0
}

.catalog-item-3__price .strike {
	display: block;
	margin: 4px 0 0
}

.catalog-item-3__avail {
	margin: 30px 0
}

.catalog-item-3__status {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 12;
	pointer-events: none
}

.catalog-item-3__top-params-actions {
	margin: 25px 0;
	cursor: default
}

.catalog-item-3__block {
	margin: 60px 0
}

.dot-line-row--bottom-dashed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 14px;
	padding-top: 14px;
	position: relative;
	overflow: hidden;
	margin-bottom: 0
}
/*
.dot-line-row--bottom-dashed:after {
    content: '-----------------------------------------------------------------------------------------------------------------------';
    display: block;
    position: absolute;
    color: #959595;
    width: 115%;
    height: 13px;
    bottom: 0;
    left: 0;
    font-size: 31px;
    letter-spacing: 7px
}

.dot-line-row--bottom-dashed:last-child:after {
    display: none
}
*/
.catalog-main-aside__oldprice {
	color: #959595
}

.catalog-item-3__zoom-box {
	position: absolute;
	top: 0;
	left: 100%;
	width: 475px;
	max-height: 500px;
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
	overflow: hidden;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	transition: .3s;
	z-index: 80
}

.catalog-item-3__zoom-box img {
	width: auto;
	height: auto;
	max-width: none;
	max-height: none;
	display: block;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.catalog-item-3__zoom-box.active {
	opacity: 1;
	visibility: visible
}

.catalog-item-3 .pay-icons {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .5
}

.no-touch .catalog-item-3 .pay-icons:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1
}

.catalog-item-3__main-aside {
	border: 1px solid #E8E8E8;
	padding: 30px;
	width: 320px
}

.catalog-main-aside__line--top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.catalog-item-3__avail--topline {
	margin: 0
}

.catalig-item-3__price-by-m {
	font-size: 14px;
	color: #9D9D9D
}

.tooltip {
	position: relative
}

.tooltip__activator {
	border-radius: 50%;
	border: 1px solid;
	cursor: pointer;
	width: 16px;
	height: 16px;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	line-height: 16px
}

.tooltip__content {
	display: block;
	position: absolute;
	width: 200px;
	padding: 15px;
	top: 110%;
	right: -40px;
	background: #fff;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	border-radius: 8px;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transition: .5s .2s;
	transition: .5s .2s;
	z-index: 5
}

.tooltip:hover .tooltip__activator {
	color: #4683C4
}

.tooltip:hover .tooltip__content {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}

.catalog-item-3__depended-fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.depended-fields-text {
	width: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 20px
}

.depended-field-box {
	width: calc(50% - 20px);
	position: relative;
	z-index: 10
}

.depended-field-box input {
	width: 100%;
	height: 40px;
	border-radius: 6px;
	border: 1px solid #B2B2B2;
	padding: 0 8px;
	outline: 0 !important
}

.depended-field-box input:focus {
	border: 2px solid #4683C4
}

.depended-field__note {
	position: absolute;
	right: 8px;
	top: 0;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	color: #9D9D9D
}

.attention-icon,
.basket-action__note {
	display: -webkit-box;
	display: -ms-flexbox
}

.basket-action__note {
	margin: 15px 0;
	padding: 10px;
	border-radius: 8px;
	background: #F0F0F0;
	font-size: 13px;
	line-height: 18px;
	color: #777;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.attention-icon {
	color: #ed1920;
	padding: 5px;
	width: 20px;
	height: 18px;
	border: 1px solid;
	font-weight: 700;
	border-radius: 50%;
	margin-right: 15px;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.btn--catalog-item-button {
	width: 100%
}

.aside-info-block__group.aside-info-block__group--noborder {
	border-top: none;
	border-right: none
}

.ig-title__text {
	font-size: 16px;
	line-height: 26px
}

.link__text--delivery-select {
	font-size: 14px;
	color: #4683C4
}

.delivery-text-guide {
	color: #727272;
	font-size: 14px
}

.catalog-item-3__box {
	border: 1px solid #E8E8E8;
	padding: 30px;
	margin-top: -25px
}

.default-grid__item {
	padding: 30px
}

.default-grid__item:first-child {
	border-right: 1px solid #E8E8E8
}

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

.rate-star {
	width: 14px;
	margin-right: 3px;
	cursor: pointer
}

.rate-star--empty {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: .5
}

.rate-star--empty:hover {
	-webkit-filter: none;
	filter: none;
	opacity: 1
}

.incompare-btn {
	position: fixed;
	bottom: 0;
	right: 15%;
	display: inline-block;
	height: 32px;
	padding: 4px 20px;
	background: #4683C4;
	color: #fff;
	text-align: center;
	border-radius: 8px 8px 0 0;
	border-bottom: none !important;
	z-index: 99
}

.no-touch .incompare-btn:hover {
	background: #137dba;
	color: #fff
}

@media (max-width:1249px) {
	.catalog-item-3__main-aside {
		width: 100%;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		border: none;
		margin-top: 25px
	}

	.catalog-item-3__main-gallery {
		width: 460px;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}

	.catalog-item-3__main-base {
		padding-right: 0
	}

	.tooltip__content {
		right: -65px
	}
}

@media (max-width:999px) {

	.catalog-item-3__main-aside,
	.catalog-item-3__main-base,
	.catalog-item-3__main-gallery {
		width: 100%;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		padding: 0
	}

	.catalog-item-3__main-gallery {
		margin-bottom: 35px
	}

	.catalog-item-3__main-aside {
		margin-top: 25px
	}

	.catalog-item-3__block {
		margin: 30px 0
	}

	.catalog-item-3__zoom-box {
		display: none
	}

	.catalog-item-3__box {
		padding: 15px
	}

	.catalog-item-3__subtitle-line {
		display: block;
		margin-top: 15px
	}

	.catalog-item-3__subtitle-art {
		border: none;
		padding: 0
	}
}

.catalog-list-main__top-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.page-title-block .page-title {
	line-height: 30px
}

.catalog-top-params {
	width: auto;
	margin: 0
}

@media (max-width:999px) {
	.catalog-list-main__top-box {
		display: block
	}

	.page-title-block .page-title {
		margin: 15px 0
	}
}

.goods-count-box,
.label-row-box {
	margin-bottom: 15px
}

.catalog-price-ext__item {
	margin-top: -1px
}

checkout-main {
	height: 400px;
	display: block;
	font-size: 0;
	text-align: center
}

checkout-main::after {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.basket-full__title,
.checkout-main {
	display: -webkit-box;
	display: -ms-flexbox
}

.checkout-main {
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.checkout-main__main {
	width: calc(100% - 28%)
}

.checkout-main__aside {
	padding-left: 50px;
	width: 28%
}

.basket-full__title {
	display: flex;
	padding: 15px;
	background: #f8f8f8;
	color: rgba(119, 119, 119, .5);
	font-size: 14px
}

.checkout__delivery-title {
	font-size: 16px
}

.goods-count-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.checkout-form-row,
.product-in-checkout {
	-ms-flex-direction: row;
	-webkit-box-direction: normal
}

.form-w-steps__step {
	display: none
}

.form-step--current {
	display: block
}

.rich-form-btns-line__aside--left {
	padding: 0 20px 0 0;
	padding-left: 0 !important
}

.brn--back {
	color: #4683C4
}

.no-touch .brn--back:hover {
	color: #E52421
}

.btn--back .btn__inner {
	text-transform: none
}

.svg-btn--back {
	width: 15px;
	height: 15px
}

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

.label-row label {
	width: auto
}

.checout-accordeon-arrow {
	color: #4683C4;
	margin-left: 10px
}

.checout-accordeon-arrow.active {
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
	color: rgba(119, 119, 119, .5)
}

.checkout-form-row {
	-webkit-box-orient: horizontal;
	flex-direction: row
}

.rich-form-row.formInline {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 27%;
	vertical-align: top
}

.flex-title,
.medium-card__total {
	display: -webkit-box;
	display: -ms-flexbox
}

.rich-form-row.formInline .rich-text-input-checkout {
	width: calc(100% - 20px)
}

.rich-form-row.formInline .rich-text-input__input-checkout {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.flex-title {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.icon-noborder {
	border: none !important
}

.medium-card h3 {
	margin-bottom: 25px;
	font-weight: 400
}

.accordeon-content-p0 {
	padding-left: 0;
	padding-top: 25px
}

.dot-line-row__start--light {
	font-size: 13px;
	color: rgba(119, 119, 119, .5)
}

.bg-gray-light {
	background: #F1F3F4
}

.medium-card__total {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.print {
	border: none;
	background: 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: .4;
	cursor: pointer
}

.print-ico-sm {
	width: 16px;
	margin: 0 10px 0 0 !important
}

.price--big .price__new {
	font-size: 26px
}

.city-select,
.price--big .price__new-curr {
	font-size: 16px
}

.no-touch .print:hover .print-text {
	border-bottom: 1px solid #E52421
}

.accorderon-content.accorderon-content-p0 {
	padding-left: 0;
	padding-top: 15px
}

@media (max-width:1249px) {
	.checkout-main__aside {
		padding-left: 25px
	}

	.goods-count-box {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.goods-count-box .price {
		margin-left: 10px
	}

	.summary-block__floor .dot-line-list {
		margin: 0
	}
}

@media (max-width:999px) {

	.checkout-main__aside,
	.checkout-main__main {
		width: 100%
	}

	.checkout-main__aside {
		margin-top: 40px;
		padding: 0
	}

	.checkout-main__aside .dot-line-list {
		margin: 0 auto;
		max-width: 340px
	}

	.basket-full__title {
		display: none
	}

	.goods-count-box {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

@media print {

	.faq-title__icon,
	.page-footer,
	.page-header,
	.page-prefooter {
		display: none
	}

	.accorderon-content.accorderon-content-p0 {
		display: block
	}
}

.city-select {
	line-height: 24px
}

.city-select__txt {
	margin-bottom: 15px
}

.city-select__btn-row {
	margin: 0 -20px -20px 0;
	font-size: 0
}

.dropdown,
.product {
	white-space: normal;
	text-align: left
}

.city-select__btn-row .btn {
	vertical-align: top;
	margin: 0 20px 20px 0
}

.dropdown-arrow-owner,
.dropdown-owner {
	position: relative
}

.dropdown-arrow-owner::before {
	content: '';
	position: absolute;
	bottom: 0;
	border: 6px solid transparent;
	border-top: none;
	border-bottom: 6px solid #fff;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	z-index: 101;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s
}

.dropdown,
.dropdown-owner.open,
.modal {
	z-index: 100
}

.dropdown-arrow-owner.alt-open::before,
.dropdown-arrow-owner.open::before,
.dropdown-owner.alt-open .dropdown-arrow-owner::before,
.dropdown-owner.open .dropdown-arrow-owner::before {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

.dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	padding: 20px;
	border-radius: 4px;
	max-width: calc(100vw - 20px);
	cursor: default;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
	font-weight: 400;
	font-size: 16px;
	line-height: lh-base;
	color: #313131;
	-webkit-transform-origin: center top;
	transform-origin: center top
}

.fav-btn,
.file-row {
	font-size: 14px;
	line-height: 20px
}

.dropdown--alt,
.dropdown--manual {
	opacity: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0) translate3d(0, 0, 0);
	pointer-events: none;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s, -webkit-transform .3s
}

.dropdown--alt.alt-open,
.dropdown-owner.open .dropdown--manual {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1) translate3d(0, 0, 0);
	pointer-events: auto
}

.dropdown--city-select:not(.open) {
	opacity: 0;
	top: 50%;
	left: 50%;
	-webkit-transition: opacity .3s, -webkit-transform .0s;
	transition: opacity .3s, -webkit-transform .0s;
	transition: transform .0s, opacity .3s;
	transition: transform .0s, opacity .3s, -webkit-transform .0s;
	transform: scaleY(0) translate(-50%, -50%) !important;
	pointer-events: none;
}
.bottom-fixed-string .dropdown.dropdown--city-select.open {
	opacity: 1;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: scaleY(1) translate(-50%, -50%) !important;
	bottom: auto;
	z-index: 1000;
	pointer-events: auto
}

.dropdown--md {
	width: 280px
}

.dropdown--city-select {
	min-width: 280px
}

.dropdown--personal-menu {
	width: 220px
}

.dropdown--contct-info {
	width: 265px
}

.dropdown--sign {
	width: 230px
}

.dropdown--basket {
	width: 470px;
	overflow: hidden;
	right: 0;
	left: inherit !important
}

.fav-btn {
	display: table;
	cursor: pointer;
	max-width: 100%;
	-ms-user-select: none;
	user-select: none
}

.fav-btn__icon {
	display: table-cell;
	vertical-align: top;
	width: 30px;
	padding-right: 10px
}

.fav-btn__icon:last-child {
	padding-right: 0;
	width: 20px
}

.fav-btn__text-count {
	color: #959595;
	margin-left: 4px
}

.fav-btn__icon-group {
	display: inline-block;
	vertical-align: top;
	position: relative
}

.fav-btn__icon-group .fav-btn__icon-spinner,
.fav-btn__icon-group .svg-icon {
	color: #E52421;
	vertical-align: top;
	width: 20px;
	height: 20px;
	-webkit-transition: .3s;
	transition: .3s
}

.fav-btn__icon-group .svg-icon {
	opacity: .7
}

.fav-btn__icon-in-fav,
.fav-btn__icon-spinner {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	visibility: hidden
}

.fav-btn.active .fav-btn__icon-in-fav {
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: visible
}

.fav-btn.active .fav-btn__icon-not-in-fav,
.fav-btn.loading .fav-btn__icon-in-fav,
.fav-btn.loading .fav-btn__icon-not-in-fav {
	-webkit-transform: scale(0);
	transform: scale(0);
	visibility: hidden
}

.fav-btn.loading .fav-btn__icon-spinner {
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: visible
}

.no-touch .fav-btn:hover .fav-btn__icon-group .svg-icon {
	opacity: 1
}

.no-touch .fav-btn:hover .fav-btn__icon-group .fav-btn__icon-in-fav {
	color: #de4d4b
}

.no-touch .fav-btn:active .fav-btn__icon-group .fav-btn__icon-in-fav {
	color: #3dcd58
}

.file-input__input {
	width: 90%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer
}

.file-input__list {
	margin-bottom: 3px
}

.file-input__list-item {
	margin-bottom: 6px
}

.file-input__list-item:last-child {
	margin-bottom: 0
}

.file-row {
	display: table;
	width: 100%
}

.file-row__cell-action {
	display: table-cell;
	vertical-align: top;
	width: 1px;
	line-height: 0
}

.file-input__text,
.file-row__name {
	font-size: 12px;
	line-height: 16px
}

.file-row__cell-name {
	display: table-cell;
	vertical-align: middle;
	width: 99%
}

.file-row__remove-btn {
	position: absolute;
	right: 10px;
	top: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	cursor: pointer;
	color: #313131;
	-webkit-transition: .3s;
	transition: .3s
}

.file-row__size {
	color: rgba(119, 119, 119, .5)
}

.file-row__name:not(:last-child) {
	margin-right: 4px
}

.file-row__name,
.no-touch .file-row__remove-btn:hover {
	color: #ed1920
}

.file-input__text {
	display: block;
	outline: 0 !important;
	color: #518AC7
}

.rich-text-input--file .rich-text-input__input:before {
	content: '';
	width: 32px;
	height: 33px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH4gwaCw0COvm6UwAAEbpJREFUeNq1m3uoZdddxz+/tfc+59w7996ZO5N5ZJJJ0jwbYhOMWEGw2iYoBUEKoiKWomhFMQpFLCpWa9VIxfqIj4qtpVa0oIiaWhGEgo15kLRVYlMTYx7NzCQzc98z9557zt5r/fzjt9be+5x7JnPuows2+zz2Pnv9vr/v77nWkfd89Il3An8GXA94wDHtUIXgt3w1+M1qa+OR4cYyw5VzhEtfR5fO0lk9T29zjbn+FTrVgFlf0dNAD+gp5CgSH9oHtoANYF2Vjfj6MrCpyhDYBsp4fYgHgE494Z0jB+4D7gA+BrwEZFMLb3P4A5B3gzxSCDhVXPDM+gELVclRX7Konq5CByhEcEHpCOQIClTAliqXsWtyEUQVH4UtRahUcXFy2hJ+vyOPvzUAfgtY3tXdIoC8z4HkKBoCvapkvtzmxHafG4dbnC4HLPqSLgEV8AoItTABGAKXRVgFMjVWVCKUqlRxcmU8qvToeNT62CcAgpnA9ABELSnaRbUSVYrgWRj2uWFrnTu21rh9+wonh9vMqcdhwpcIQRoBArCtyjowA4gIGgWvGTAGiGf0/v0yYE9DlGQGCJBpoOeHLA63uHlznbu21rll2GcuVOTxmjT5QONoFKN4F9N+BYQIbiFCDyhUKQAVIahS7lPo/QEQhVYRRCMQIuQIXe85POhzYrDJDYMtjlQlIjLysCyCoa1zJwKi0dYL4LAIp4ANVS6K8DrQVSWL12xxMH5g9wBEgSQanUqyRcE5Rw50g6dQT4a+JSDvwlh8BVgTOAe8KubUayp3gFngKGYKp+LjtqNvOAcsAnOqOBHeUGXzAEDYswmgWoOBCCJCyArKTpfNYpbLeZf5anhvrnxi7M5NLLqtAU8AnwWezmC1h7FgDuhGUDzmJG9T5UYRTgKz0TzOxXBZTTHd/QPQFjgKjYb6pc9zyqLLxqEjXJhb5NzGAjPl4NF5X853VTsCC5hi78ZC733Ag8CPAgh8JodHZ+BvEyOSn5gB5kQ4BMwDBZDH+WgMn3v1C9MDkIRPD5bkCIWgGbiCYe8Q67NHeG3xJK6/TumrcH1/48piNaQbwkou+opTnnTNgzOBbwPeDnwgg/cKrAg8LPDnwHp6fAZcB/REakB6qmTAWVVWIlu+cQBMYIGKmCPLBLKMKutyeXYBPXyCsr/BZjlgSeD41gZzvuRQ8MyizEStdsBn8LjY8fvAtzv4oMLvAL8EfAT4vfYU5oC3iJBHh5icqd+jOewOgLYJxAebKTiCy9G8oJqZp5xbpL9wgvX+Jq/7iqMaODzoc6QcsBAqjioc08BhEWZp6C7wOPB9wF3AB4GPKfyMwPuAx9JzZ4FbRMiiQlI0eU2V1V0yYc9h0MzA4rXFQwiZgVB2ZxnMzHNl7gjLwz4XywGHQmDeVxxW5bgGTiGcUuWkCAuY00shEnge+DGFvxD4Y4UvCvwu8PNpGl3gTPQBImL5A1BFnzAtCG0Apssm2yzQ9i2OzGVULicUParuLFX3ENKdZaPoUQy3mc0GzIXAkgRWFFaAy6qcBo5HNkhkg9rxmJiz/EUsVb8P+H6ib0ggoMogAjCI7zeYLkSmJE2BS7tmgtlghUqmDnAOzXLU5fg8Z5gV+LyL5gUuK7jsctalYg1hCbiosIqyIcJAleMizEfBYCRhehj4d+CfgP8D3gE8B9ADbhKpo8AgzstPmSfkWK2RAT8FvID5mWmY4IFtVE8C/1NTSDKCE4LkhLygzDJ8VkCWIc6x7RxXgrCBJQJrwJoaCDercpMIi8SqMGFtp/8QeBvmJ74K3A98JTHhZhECVlIPVSlFuDgFCDmWkeXAr2E5h7C7USBuRSQjiEedA5cTshzvMkpxlM7hrXK0zE+t1l8F1hSWUS4CFyIgNwGnom/IRyd0HrgH+Dfgy8A3A/8JcAi4teULgio+MqHP1e07x3KLEnhXRHa6kUKiyOPAGbBsUAX73DmCOILLqMRRYmFTxaEogpKhXMFi+Ioqy1g5uiTCbZENKTVugbAJfGec62PALcASNNFhiDVY+rGRkkruSUzIaXzOa1EpkwUdH81n26jmSTgQ1DlUIIjDZzmVuAiCRBAERWI7xOxvQ5VLkbaJDcvAbcDpmB63PPYwav9rCv8lBkIJcAS4OzKhT+wixXJ7eBUAEjvmJ2parmERqqmv0fopQXEmqKqFp8iCEEL0FUKId0mkaV+VvgjrkQ1rwLoI26qcib6hBcIV4AGxkPkZ4IfSF/PAHSKsY5FmFXOOFTtZsPdiaCcSJnh0RkZyJWjAo3gNZpMiBAyYNmQaNdSPcXxdhDVVLkUg7ozH0ciGWCe8APww8NfA54C/SrM5CtwjwgqwFIGtJviD/QNQ1whtcUA1oGiLBdo4J9UdTklpdX+gnuxlzGGeB5ZFeKsqN4twmLp5+TfA9wJ/CfxjvKWuHd4KvBpNK6XKbVM4QAbQJEaqBkCIZ1VrIIdAhIUwAYQ2E1IvcKDKugjnVbmoyhsi3A/cJcLxBoT3RyZ8CkuUAHOeN4lwL+ZTljB/EGhqhoMFIAkffBQ6ELwnaBJYjQ0t4bWVTSpG7UDTOvNYz/Ay1jhdapW/bxPhOgNhE3gIeATLFZ4FixwLwK2JCcCVmHT5+LyDAUC1semocTREFng0+KaVVtt+THYZtcm2k0ot8xAF3o403sI8fAXcH0Fw8EfAL2DV44PpN7rACRFuxxxGMoVkagfKAI1gEFvkGpqlC1VvDRQZdXzTjLQIkrpDPtI4x2L/N8V8AfgQZgb30Mpp5oAbMCa8iplDAnD6VaBrDIlFSFvDpv3kAwwUtJXU6LQQNEAMsND2kirPqPKUKi/GlBf4NBb6P9S+rwCOiXC9CCdEmBOpM8z8qonOPkYjuB2hKhu/EDw6te4njwEW219QpUeTzNwuovPw8Qx+GpgV2EoLMDPAMeBwfJ0yQHcQwptzC5EBPrJAa4dY23rtH3RfC3oaQdjAqrDHVHksMuIV1Y8vQ2cbHgjUZTWOpvPcpUl/988AbZLaEY8eHWBd0O6S7tcaHnOGF1pFzzKwIfL8XarP3iDykx14NEmW+gyu9b79mQKv72kmIiWQ15atZgK0bT9pHkYWSvY7Uq6wqsrLwCuqLFkB9AUHD7YdnGKeP+UYSR25ohuCdIAvMbleuNa4SdFnRmDFzEKcq6OCONcIb1UkIs5aWkjjGTWGyHFmtlpx7fcps0sdoR4wB1+YgZ918C3AlwLm9TfjMaAJr7kgiQHnsQJjd0P1ekGylAkLEoW1HE2cq1ERl9kRwyGo9VTb5iGxayBjJiMy6jecQ0MgQ+kACwjHxfoIR0Ue78BQ4DsSAEPMZNJKc2JBDsyhWgLfg8jlXQMg8jSqN5rGkoaiwGJAuCyLrx0uy03DEhp2pObXSJLUMKJ5lrbAsiWyrjgWNHBG4HYRzgDzcNGZrHdD0yBN+wpSLSK0l8dFbgb+e9cAmFMtm+BujRGX5abtLMNlBVnRIfiqFk/F10vhtZSR/jLiTLUGigRtzDQLEeZRrsdxpzT1QWG3vgCcIb7vYl2jHtARqXeBHEgmqPXkGtuWLCMrumRFLx5DqwOyDHFDS5WTMLFGEJE6cbKvLJO0aJJ0aBHFqaejylFVbkW5JwRuEzistad/Fusi46LwiyIcRZnB2cIKkI8vee1e+qYJYrbvEJfhXI7LO+SdGYqZuegUheC7ZJ0K9b7OHexnfEPvupqMkTy+bzMiD57Z4LlOA7cHz91OOR0TowjVkpjcOVAVWKNkThyHsK06mWqLAXsNTyK1F1cRXJbh8oKs0yPvzpD3DlFUAxBHVnTx5cCyQV/VIdIKJ+q8Qa12rjPJlFXWQIRAHjyHgmfRDzldBk4GZbY9LXP8RyLrr2QRiQIhc44C2890wB0hakGzokfRPUSYrUCVrOjhywGhGqLBE1KuEGsGYq0QQjXKAg01W4KvrKAKnjx4OtWQ3rBPRwN5qCy6NM7oAs1uGtuJJo5N56gkNz/FeCa4LzMQ8/guQ1xO3pnB9+ZQVZzLqMptQjkg+JKQaoVo26lkrsvoEGqTUA1oVaGaQFPUl2TB48ptqixnUwMbVckxP6STohH8HcozKnKlRFkRx9ks51JWsOVyKhGc7WwZW/PfoxlYEiCIM+dnAgWyvKDqzOCrYa39ulgiVYijVE/3JpBG7gmeECpcVeKG22x2ZzmbFbwIFP3LHPclBRDgQiVyYSjCJed4Oe/wlaLHK3mXzczihNNwsP0AiQBY2OsCissLXNGNFaEJG6KAbTtvU56g8ZpG8Po+7wm+hFCRDYf0Bwuc7c7ybNFlc3OVM9ubHPJDUOg7x0pW8Hre4eWix/92ZriUF5SS4VQpQnnALTGxSOCyDOhGNvQInbLRZi0wjaePDVSihw/JGYbJbAihQqsK8RVltc3y9jGemz/Gxf46L/av0C2HKLAtjnXnWM4KVosOK3mXzcjyjq/IquHBtcREYt4vGThwkQ0aAi7vNNXhWJKTwht1mEts0BHhm9CYTMFCKb6kLLdZnb+O/mCTS+U2rioJIVACA3FsOWHgcit0VOmEitxX+HIQAdhvSTziRyznRwVxWms6abS+vg6BxGXgVs+wlSTVjnKkz9g6hwqCx/uKrapky5dICBAqPNZe9/E5HZRMFY3+KAEgiCi73SbbjFSVRtkcSoiMSMKZkxSXEtAm6tR5f1JCBCYtjdff1aW1jxUkNUtCZAgxUrQbs1kIJnRoGjXBVwRf1gCkHeJvxxosvvXs1qaNyeTHsq2jwJ2p3pV0i2stmjQJY2ygqKAEQT0i+Uj9oz7e7lpmQfO6vi5YXzOETFU1aMChSIiCRmDqilNrpyvqfe7LwRs5VgIXwD9gqyoBa51NM+J6mN6JyHNxnXCHWQiCita1AsTCzkLnQJAeTmpGpFI6MUrU1doTmvJa1dvehoxcVcmQGjxVo/vIXELjZzR4gq++nDrLAfhB4BVsje0wtonxc8DXsD7CeAc5YB3YTwMXgZ/DUs+ayjWlR9WbGiJroN+N8mGEHwHOIdITxExAWo9LeQaS2KWIlKLy96rhaZBfFWHejDmLJpSSM2lYk9nvqOoGqj+QaXgoxyrFJeAp7D8DA2yt7Z+nZMEqIq8BT47YcIwKjY2DxiaHpK4PBIQPA59F1dfAtYGqd4JNTNiWEfkq8HjDrtgClZYppmZKemunUyjvz7GiIQD/iv1x4t6o9WlHAnFkmBbGFk41Urd2CrJo1a0eF5E3asAiWHVTSJtyeYxJGaoz46wbcVqtYm0s2h0G1RzrFJ2Kxzt2KfzohMbea+0iQk1FiR04jYVL3DQz2harQRj7ydQ9Sr5CuRoz3nyerd5kWjcA+DzwxavcNn/N36Udx6lfm1Nqrx2O1/0JjAkLZto6RkAdeyY6Eh1GABnpN8oOkFrbdvnUBLneiTnGs8CvvBmqctVo2f5zy5iQ4xpuNz1GEGj/FjtAEKTJRBsnOzK/qw1HY78vjX03h+24WMZWXn8deGBc8BF0R4SKrbG4lT41SCXuI0pnu3X0PCKwtFrmreyo7V92LLVNmlf6fAyMFGvSumN7LACngT8Ffjl+dsfo/GTHeVTopIn0Ok7dueba1DaX5mg+a4SVFsBSA+da5Jq8bjCNCVyM51lGx3ngk9i29S3g69hOzcljHN0kTBI4Tlici65vVLNtE6pBrK9L/0lJzGH0M3ZEh53KucrIsXX0CvhW4Omx738ceBL7R9knIyiTx44/U+hExNvf13ab2DNpDXFckEl/3HgzpVxtDi0Angf+Bdue/icTrvkEexkyQSuTJjU+uSk1N1UFO0VYTFtyPoLtUH1oT8LuBoxpy+6ree5pANrFSnRygk9je2v+EHj3NwSE3Y6D6k9MCQDAB7Cw93ngN7BtNdOMEkun9zIuxvMbe7y/Yi8LujaWADfeEnsv5hQfxqq7Z4CXsW057YwGqPc23o/tP/ptbBPGtKPENjOBRZo1pv3jdrPOeRu2LzBt+JpW9SXwXUBP3vPRJyZdcBr4CaxEnqFeb9wxCcX+vZFhjZFpBSAKUGE7XY5OAPhaAIBtFUo7X3Zzf4hO9Kn/BxxAiW+Fs01oAAAAAElFTkSuQmCC);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 13px;
	left: 20px
}

.folded-menu-header {
	display: table;
	width: 100%;
	color: #313131;
	background: #F1F3F4;
	cursor: default;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px
}

.folded-menu-header__btn {
	display: table-cell;
	vertical-align: top;
	width: 1px
}

.folded-menu-header__txt {
	display: table-cell;
	vertical-align: middle;
	width: 99%;
	padding: 10px 40px 10px 0
}

.folded-menu-header__btn .menu-btn {
	margin: 0;
	width: 40px;
	height: calc(24px + 20px);
	background: 0 0
}

.folded-menu-header .menu-btn__part {
	background-color: #E52421
}

.no-touch .folded-menu-header .menu-btn:hover {
	background-color: transparent
}

.no-touch .folded-menu-header .menu-btn:hover .menu-btn__part {
	background-color: #4683C4
}

.generic-tabs {
	position: relative
}

.generic-tabs__nav {
	background: -webkit-gradient(linear, left top, right top, from(#F1F3F4), to(#F1F3F4)) 0 100%/100% 1px no-repeat;
	background: linear-gradient(to right, #F1F3F4, #F1F3F4) 0 100%/100% 1px no-repeat;
	padding-top: 5px;
	font-size: 0;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap
}

.generic-tabs__label--label {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 1px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	color: #313131;
	font-size: 16px;
	line-height: 24px
}

.generic-tabs__label--label.active {
	color: #313131;
	cursor: default;
	margin-right: 0;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px
}

.generic-tabs__label--btn {
	margin: 0 10px 10px 0
}

.generic-tabs__label--btn.active {
	cursor: default
}

.generic-tabs__tabs {
	border: 1px solid #F1F3F4;
	border-top: none;
	padding: 0
}

.generic-tabs__radio {
	display: none
}

.generic-tabs__radio .rich-form-row {
	margin-bottom: 10px
}

.floor-header+.generic-tabs--buttons {
	margin-top: -20px
}

.generic-tabs--buttons .generic-tabs__nav {
	margin-bottom: 30px;
	background: 0 0;
	text-align: center;
	padding-top: 0;
	display: none
}

.generic-tabs--buttons .generic-tabs__tabs {
	border: none;
	padding: 0
}

.generic-tabs__nav {
	border: 1px solid #E8E8E8;
	border-bottom: none;
	padding: 0 15px
}

.generic-tabs__label--label {
	border: none;
	padding: 25px 0;
	margin: 0 15px;
	position: relative;
	font-weight: 300
}

.generic-tabs__label--label.active {
	border: none;
	background: 0 0;
	padding-top: 25px;
	margin-top: 0;
	font-weight: 300
}

.generic-tabs__label--label.active:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -1px;
	height: 3px;
	border-radius: 3px;
	left: 0;
	width: 100%;
	background: #4683C4
}

@media (max-width:999px) {
	.generic-tabs__tabs {
		padding: 20px
	}

	.generic-tabs__label--label {
		padding: 10px 20px
	}
}

@media (max-width:759px) {
	.generic-tabs--to-radio .generic-tabs__tabs {
		border: none;
		padding: 0
	}

	.generic-tabs--to-radio .generic-tabs__nav {
		display: none
	}

	.generic-tabs--to-radio .generic-tabs__radio {
		display: block;
		margin-bottom: 20px
	}
}

@media (max-width:599px) {
	.generic-tabs__tabs {
		padding: 20px 10px
	}

	.generic-tabs__label--label {
		padding: 8px 10px
	}

	.generic-tabs__label--label.active {
		padding-bottom: 10px;
		margin-top: -4px;
		padding-top: 10px
	}
}

.image-gallery {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.image-gallery__previews {
	width: 65px;
	line-height: 0;
	margin-top: -15px
}

.image-gallery__previews-slide {
	text-align: center
}

.image-gallery__previews-item {
	display: inline-block;
	vertical-align: top;
	margin: 15px 8px 0;
	padding: 3px;
	width: 50px;
	height: 50px;
	border-radius: 1px;
	-webkit-box-shadow: 0 0 0 1px rgba(119, 119, 119, .5) inset;
	box-shadow: 0 0 0 1px rgba(119, 119, 119, .5) inset;
	background-color: #F1F3F4;
	font-size: 0;
	text-align: center;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	position: relative;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: .3s, width 0s, margin 0s;
	transition: .3s, width 0s, margin 0s
}

.image-gallery__previews-item::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

.image-gallery__previews-item img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%
}

.image-gallery__previews-item .svg-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
	color: #000;
	opacity: .7;
	-webkit-transition: .3s;
	transition: .3s
}

.image-gallery__previews-item.active {
	cursor: default;
	-webkit-box-shadow: 0 0 0 2px #4683C4 inset;
	box-shadow: 0 0 0 2px #4683C4 inset
}

.image-gallery__previews-more {
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px
}

.image-gallery__view {
	width: calc(100% - 65px);
	overflow: hidden
}

.image-gallery__slider,
.image-gallery__view:only-child {
	width: 100%
}

.image-gallery__view .slick-arrow.slick-arrow {
	background: 0 0;
	color: #313131;
	opacity: 1;
	border-radius: 0;
	margin: 0;
	height: auto
}

.no-touch .image-gallery__view .slick-arrow.slick-arrow:hover {
	color: #313131
}

.image-gallery__view .slick-arrow.slick-arrow:active,
.no-touch .image-gallery__view .slick-arrow.slick-arrow:active {
	background: rgba(32, 32, 32, .5);
	color: #fff
}

.image-gallery__slide {
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.image-gallery__img-box {
	padding-top: 100%;
	position: relative
}

.image-gallery__img-box-in {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.image-gallery__img-box-in img,
.image-gallery__img-wrap {
	display: block;
	max-width: 100%;
	max-height: 100%
}

.image-gallery__img-wrap {
	margin: auto;
	position: relative
}

.image-gallery__view iframe {
	width: 100%;
	height: 100%;
	vertical-align: top
}

.image-gallery__tip {
	font-size: 14px;
	line-height: 20px;
	color: #959595;
	margin-top: 20px;
	text-align: center;
	cursor: default
}

.no-touch .image-gallery__previews-item:not(.active):hover {
	-webkit-box-shadow: 0 0 0 2px rgba(119, 119, 119, .5) inset;
	box-shadow: 0 0 0 2px rgba(119, 119, 119, .5) inset
}

.no-touch .image-gallery__previews-item:not(.active):hover .svg-icon {
	opacity: 1
}

.image-gallery__previews--folded .image-gallery__previews-item:nth-child(n+7) {
	height: 0;
	margin-top: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	overflow: hidden;
	opacity: 0
}

.image-gallery--zoom-active .image-gallery__img-box-in img {
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.image-gallery__lens {
	position: absolute;
	border: 2px solid #959595;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, .5);
	box-shadow: 0 0 0 1000px rgba(0, 0, 0, .5);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
	pointer-events: none
}

.image-gallery--zoom-active .image-gallery__lens {
	opacity: 1
}

.image-gallery--horizontal {
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	flex-direction: column
}

.image-gallery--horizontal .image-gallery__view {
	width: auto;
	-ms-order: 1;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.image-gallery--horizontal .image-gallery__previews {
	width: auto;
	-ms-order: 2;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-top: 20px;
	padding-right: 100px
}

.image-gallery--horizontal .image-gallery__previews-item {
	background: 0 0;
	margin-top: 0
}

.image-gallery--horizontal .image-gallery__previews--slider-on {
	padding-right: 0
}

.image-gallery--horizontal .image-gallery__previews--slider-on .slick-slider {
	padding-left: 50px;
	padding-right: 50px
}

.image-gallery__video-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	color: #E52421;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: .7
}

.image-gallery__img-box--video {
	cursor: pointer;
	background-color: #000
}

.no-touch .image-gallery__img-box--video:hover .image-gallery__video-icon {
	opacity: 1
}

@media (max-width:999px) {
	.image-gallery__img-box {
		padding-top: 0;
		height: 400px
	}

	.image-gallery__lens,
	.image-gallery__tip--zoom {
		display: none
	}
}

@media (max-width:599px) {
	.image-gallery {
		-ms-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}

	.image-gallery__previews {
		display: none
	}

	.image-gallery__view {
		width: 100%
	}
}

@media (max-width:479px) {
	.image-gallery__img-box {
		padding-top: 100%;
		height: auto;
		margin: 0 auto
	}
}

.modal-container {
	visibility: hidden;
	height: 0;
	overflow: hidden;
	pointer-events: none
}

.modal {
	position: absolute;
	margin: auto;
	top: 0;
	left: 50%;
	max-width: calc(100vw - 20px);
	width: 710px;
	padding: 25px 50px 50px;
	background-color: #fff;
	color: #313131;
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
	border-radius: 4px;
	-webkit-transform: translate(-50%, 300px);
	transform: translate3d(-50%, 300px, 0);
	opacity: 0;
	visibility: hidden
}

.modal:not(.loading) {
	-webkit-transition: .3s;
	transition: .3s
}

.modal-open .modal-container {
	visibility: visible;
	overflow: visible;
	pointer-events: all
}

.modal-open .modal.open:not(.loading) {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(-50%, 0);
	transform: translate3d(-50%, 0, 0);
	z-index: 116;
	position: fixed;
	top: 20vh !important
}

.modal__header {
	text-align: center;
	margin: 0 auto 20px;
	padding: 0 35px;
	cursor: default
}

.modal__container {
	max-width: 460px;
	margin: 0 auto
}

.modal__container--wide {
	max-width: none;
	margin: 0 -25px
}

.modal__text-block {
	margin: 20px 0
}

.modal__group {
	margin: 40px 0
}

.modal__separator {
	margin: 20px -50px;
	padding: 0 50px;
	text-align: center;
	background: -webkit-gradient(linear, left top, right top, from(#F1F3F4), to(#F1F3F4)) left center/100% 1px no-repeat;
	background: linear-gradient(to right, #F1F3F4, #F1F3F4) left center/100% 1px no-repeat
}

.modal__separator-title {
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
	color: rgba(119, 119, 119, .5);
	padding: 0 20px
}

.modal__separator+.rich-form-btns,
.modal__separator+.rich-form-btns-line {
	margin-top: 20px
}

.modal__product-in-basket+.modal__group {
	margin-top: 0
}

.modal__footer {
	margin: 40px -50px -50px;
	background: #F8F8F8;
	padding: 40px 50px 50px
}

.modal__footer-title {
	text-align: center;
	margin: 15px 0
}

.modal__footer-title+.rich-form-btns {
	margin-top: 0
}

.modal__close {
	position: absolute;
	bottom: 100%;
	left: 100%;
	padding: 6px;
	width: 44px;
	height: 44px;
	background: 0 0;
	color: #fff;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s
}

.modal__close .svg-icon {
	width: 100%;
	height: 100%
}

.modal__close:active,
.no-touch .modal__close:hover {
	color: #fff;
	opacity: .7
}

.modal--catalog-preview {
	width: 950px
}

.modal--video {
	width: 950px;
	padding: 75px 25px 25px
}

.modal--video .modal__close {
	height: 60px;
	padding-top: 20px
}

.modal__group .slider-products .slick-prev {
	margin-left: -50px
}

.modal__group .slider-products .slick-next {
	margin-right: -50px
}

.modal__group .slider-products .product.product {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0 10px
}

@media (max-width:999px) {
	.modal {
		padding: 20px
	}

	.modal__footer {
		margin: 20px -20px -20px;
		padding: 20px
	}

	.modal__group .slider-products .slick-prev,
	.modal__separator {
		margin-left: -20px
	}

	.modal__group .slider-products .slick-next,
	.modal__separator {
		margin-right: -20px
	}

	.modal--video {
		padding: 70px 20px 20px
	}

	.modal__close {
		left: auto;
		right: -6px;
		width: 50px;
		height: 50px
	}

	.modal__separator {
		padding-left: 20px;
		padding-right: 20px
	}

	.modal__container--wide {
		margin-left: 0;
		margin-right: 0
	}
}

@media (max-width:599px) {
	.modal {
		padding-left: 10px;
		padding-right: 10px
	}
}

@media (max-width:479px) {
	.modal--video {
		padding-top: 50px
	}

	.modal--video .video-block {
		margin: 0 -20px -20px
	}

	.modal--video .modal__close {
		height: 50px;
		padding-top: 0
	}
}

.number-input {
	position: relative;
	min-width: 50px
}

.number-input__minus {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5
}

.number-input__plus {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5
}

.number-input__input .rich-text-input__input {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center
}

.number-input__btn {
	width: 15px;
	background: 0 0;
	position: relative;
	cursor: pointer;
	padding: 0;
	display: block
}

.number-input__btn--plus::after,
.number-input__btn::before {
	position: absolute;
	background-color: #9D9D9D;
	top: 50%;
	content: ''
}

.number-input__btn::before {
	width: 14px;
	height: 2px
}

.number-input__btn--plus::before {
	left: auto;
	right: 7px
}

.number-input__btn--plus::after {
	right: 13px;
	height: 14px;
	width: 2px;
	margin-top: -6px
}

.number-input__input.basket-action--big .number-input__btn,
.number-input__input.basket-action--big .text-input {
	height: 40px
}

page-header-main,
page-header-main-2,
page-header-main-3 {
	display: block;
	background: #fff;
	border-bottom: none;
	height: 110px;
	padding: 20px 0;
	position: relative
}

page-header-main-3 {
	height: auto;
	padding: 25px 0;
	text-align: center
}

page-header-main *,
page-header-main-2 * {
	visibility: hidden
}

page-header-main-2 .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	visibility: visible;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #E52421
}

page-header-main-3 .logo {
	background: #E52421
}

page-header-main-2 .logo svg,
page-header-main-3 .logo svg {
	opacity: 0
}

.page-header-main {
	background: #fff;
	padding: 24px 0 31px
}

.page-header-main__cell,
.page-header-main__row {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.page-header-main__row {
	width: 100%;
	position: relative
}

.page-header-main__cell {
	padding-left: 26px;
	white-space: nowrap;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.page-header-main__cell:first-child {
	padding-left: 0
}

.page-header-main__cell:last-child {
	padding-right: 0
}

.page-header-main__cell--search {
	padding: 0 0 0 48px;
	-ms-flex: 100;
	-webkit-box-flex: 100;
	flex: 100
}

.page-header-main__cell--menu-btn+.page-header-main__cell,
.page-header-main__cell--search+.page-header-main__cell {
	padding-left: 0
}

.page-header-main__cell--menu-btn {
	display: none;
	padding-right: 25px
}

.page-header-main__cell--c-left {
	padding: 0;
	-ms-flex: 100;
	-webkit-box-flex: 100;
	flex: 100
}

.page-header-main__cell--c-right {
	padding: 0;
	-ms-flex: 100;
	-webkit-box-flex: 100;
	flex: 100;
	-ms-justify-content: flex-end;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.page-header-main__cell--c-middle {
	padding: 0 25px;
	-ms-flex: 1 1 auto;
	-webkit-box-flex: 1;
	flex: 1 1 auto
}

.page-header-main--3 {
	padding: 25px 0
}

.page-header-main__logo-block {
	text-align: center
}

@media (max-width:1249px) {

	page-header-main,
	page-header-main-2 {
		height: 110px
	}
}

@media (max-width:1149px) {
	.page-header-main .complex-link__cell-txt {
		display: none
	}
}

@media (max-width:999px) {

	page-header-main,
	page-header-main-2 {
		height: 80px
	}

	.page-header-main__cell {
		padding-left: 20px
	}

	.page-header-main__cell--c-right {
		padding-left: 0
	}

	.page-header-main__cell--c-main {
		padding: 0 20px
	}

	.page-header-main__cell--menu-btn {
		padding-right: 20px
	}

	.page-header-main__cell:first-child {
		padding-left: 0
	}

	.page-header-main__cell--search {
		position: relative
	}
}

@media (max-width:759px) {

	page-header-main,
	page-header-main-2 {
		height: 80px;
		border-bottom: 1px solid #F1F3F4
	}

	page-header-main-2 .logo {
		display: none
	}

	.page-header-main {
		padding: 10px 0;
		position: relative
	}

	.page-header-main__cell {
		padding-left: 10px
	}

	.page-header-main__cell--c-right {
		padding-left: 0
	}

	.page-header-main__cell--c-main {
		padding: 0 10px
	}

	.page-header-main__cell--menu-btn {
		padding-right: 10px
	}

	.page-header-main__cell--c-right .page-header-main__cell,
	.page-header-main__cell:first-child {
		padding-left: 0
	}

	.page-header-main__cell .menu-btn {
		margin-top: 0;
		margin-bottom: 0
	}
}

@media (max-width:599px) {
	.page-header-main__cell:last-child {
		padding-right: 25px
	}

	.page-header-main {
		padding: 5px 0
	}

	.page-header-main__cell--c-left,
	.page-header-main__cell--c-right {
		-ms-flex: 1 0 auto;
		-webkit-box-flex: 1;
		flex: 1 0 auto
	}

	.page-header-main__cell--c-middle {
		-ms-flex: 100;
		-webkit-box-flex: 100;
		flex: 100
	}

	.page-header-main__cell--search .top-search__cell-input {
		display: none
	}

	.page-header-main__cell--search {
		padding: 0
	}
}

@media (max-width:999px),
(max-width:999px) {
	.page-header-main__cell--menu-btn {
		display: block
	}
}

@media (max-width:999px),
(min-width:999px) and (max-width:1249px) {
	.page-header-main__cell--search {
		position: relative
	}
}

.page-header-menu {
	background: #DAE6F3;
	border-bottom: none;
	cursor: default
}

.page-header-menu__row {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-justify-content: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 calc(0 / 2);
	font-size: 0;
	z-index: 10;
	-webkit-transition: z-index 0s ease .3s;
	transition: z-index 0s ease .3s
}

.page-header-menu__item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 calc(0 / 2);
	font-size: 16px
}

.page-header-menu__item--brands-dd,
.page-header-menu__item--short-dd {
	position: relative
}

.page-header-menu__link {
	display: block;
	color: #313131;
	font-weight: 300;
	height: 40px;
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	border-bottom: 3px solid transparent;
	border-top: 3px solid transparent
}

.page-header-menu__link-image {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 13px -2px 0
}

.page-header-menu__link-image img {
	max-width: 30px;
	max-height: 30px;
	display: block
}

.page-header-menu__link-icon {
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 5px;
	margin-left: 6px;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.page-header-menu__link-menu-icon {
	display: block;
	width: 18px;
	height: 12px;
	border-top: 2px solid;
	border-bottom: 2px solid;
	position: relative;
	color: #fff
}

.page-header-menu__link-menu-icon::after {
	content: '';
	display: block;
	border-top: 2px solid;
	margin-top: 3px
}

.page-header-menu__link::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

.page-header-menu__link-txt {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: .4px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300
}

.page-header-menu__link.open .page-header-menu__link-icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.main-menu-open .page-header-menu__row {
	z-index: 102;
	-webkit-transition: 0s;
	transition: 0s
}

.page-header-menu .folded-menu-header,
page-header-menu .folded-menu-header {
	display: none
}

.main-menu-dd {
	position: absolute;
	top: 100%;
	left: 0;
	padding: 17px 25px 20px 20px;
	background-color: #fff;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
	-webkit-transition: .3s, left 0s;
	transition: .3s, left 0s;
	-webkit-transform: translate3d(0, 0, 0) scaleY(1);
	transform: translate3d(0, 0, 0) scaleY(1);
	-webkit-transform-origin: top left;
	transform-origin: top left
}

.main-menu-dd:not(.open) {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0) scaleY(0);
	transform: translate3d(0, 0, 0) scaleY(0);
	visibility: hidden
}

.page-header-menu__item--short-dd .main-menu-dd {
	left: 0;
	right: auto
}

.page-header-menu__item--brands-dd .main-menu-dd {
	left: 0;
	right: auto;
	width: 360px
}

.main-menu-open .main-menu-dd {
	-webkit-transform: translate3d(0, 0, 0) scaleY(1);
	transform: translate3d(0, 0, 0) scaleY(1)
}

.main-menu-dd__container {
	width: calc(100% + 25px);
	margin: 0 -25px -25px 0
}

.main-menu-dd__cell-banners,
.main-menu-dd__cell-bookmarks,
.main-menu-dd__cell-links,
.main-menu-dd__cell-product {
	padding: 0 25px 25px 0;
	font-size: 16px;
	line-height: 24px
}

.main-menu-dd__cell-banners,
.main-menu-dd__cell-product {
	width: 200px
}

.main-menu-dd__cell-bookmarks {
	border-left: 1px solid #F1F3F4;
	margin-top: -20px;
	padding-top: 20px;
	padding-right: 0;
	width: 120px
}

.main-menu-dd__cell-product .product {
	margin: -20px -25px -25px -1px;
	width: calc(100% + 25px);
	border-left: 1px solid #F1F3F4;
	background: 0 0;
	-ms-flex-grow: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.main-menu-dd__cell-links:only-child {
	width: 100%
}

.main-menu-dd__cell-links:nth-last-child(2) {
	width: calc(100% - 280px)
}

.main-menu-dd__cell-links:nth-last-child(3) {
	width: calc(100% - 560px)
}

.main-menu-dd__links {
	margin-bottom: -12px;
	font-size: 0;
	line-height: 0;
	-moz-column-count: 5;
	-moz-column-gap: 25px;
	-webkit-column-count: 5;
	-webkit-column-gap: 25px;
	column-count: 5;
	column-gap: 25px
}

.main-menu-dd__cell-links:nth-last-child(2) .main-menu-dd__links {
	-moz-column-count: calc(5 - 1);
	-moz-column-gap: 25px;
	-webkit-column-count: calc(5 - 1);
	-webkit-column-gap: 25px;
	column-count: calc(5 - 1);
	column-gap: 25px
}

.main-menu-dd__cell-links:nth-last-child(3) .main-menu-dd__links {
	-moz-column-count: calc(5 - 2);
	-moz-column-gap: 25px;
	-webkit-column-count: calc(5 - 2);
	-webkit-column-gap: 25px;
	column-count: calc(5 - 2);
	column-gap: 25px
}

.page-header-menu__item--brands-dd .main-menu-dd__cell-links {
	max-height: calc(100vh - 250px);
	overflow-x: hidden;
	overflow-y: auto;
	width: calc(100% - 120px)
}

.page-header-menu__item--brands-dd .main-menu-dd__cell-links .main-menu-dd__links {
	-moz-column-count: 1;
	-moz-column-gap: 25px;
	-webkit-column-count: 1;
	-webkit-column-gap: 25px;
	column-count: 1;
	column-gap: 25px
}

.main-menu-dd__link-group,
.main-menu-dd__link-group-spacer {
	display: block;
	width: 100%;
	padding-bottom: 0;
	vertical-align: top
}

.main-menu-dd__link-group-spacer {
	padding: 0
}

.main-menu-dd__link-row {
	display: block;
	margin-bottom: 4px
}

.main-menu-dd__link {
	color: #313131;
	font-size: 14px;
	line-height: 20px;
	border: none
}

.main-menu-dd__link--heading {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px
}

.main-menu-dd__link--heading+.main-menu-dd__link-group-sub {
	margin-top: 4px
}

.main-menu-dd__link--icon {
	position: relative;
	padding-left: 20px
}

.main-menu-dd__link-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 20px;
	font-size: 0
}

.main-menu-dd__link-icon .svg-icon {
	display: inline-block;
	vertical-align: middle;
	max-width: 10px;
	max-height: 10px
}

.main-menu-dd__link-icon::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

.main-menu-dd__link sup {
	padding-left: 4px;
	font-size: 12px;
	line-height: 18px;
	vertical-align: middle;
	color: rgba(119, 119, 119, .5)
}

.mmdd-alt__l1-link,
.mmdd-alt__l2-link,
.mmdd-alt__l3-link {
	line-height: 24px;
	font-size: 16px
}

.main-menu-dd__link-row:last-child {
	margin-bottom: 0
}

.no-touch .main-menu-dd__link:hover {
	color: #313131;
	border-bottom: none
}

.no-touch .main-menu-dd__link--static:hover {
	color: #313131
}

.no-touch .main-menu-dd__link:hover .main-menu-dd__link-title {
	border-bottom: inherit;
	border-bottom: 1px solid #E52421
}

.main-menu-dd-bookmarks {
	max-height: calc(100vh - 250px);
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 20px
}

.main-menu-dd-bookmarks__item {
	display: block;
	cursor: default;
	-webkit-transition: .1s;
	transition: .1s;
	padding: 0 20px;
	margin: 0 -20px
}

.main-menu-dd-bookmarks .main-menu-dd__link--heading {
	margin-bottom: 4px
}

.no-touch .main-menu-dd-bookmarks__item:hover {
	background-color: #F1F3F4
}

.page-header-menu__link {
	border-radius: 4px;
	padding: 0 10px;
	-webkit-box-shadow: 0 0 0 0 transparent;
	box-shadow: 0 0 0 0 transparent;
	position: relative
}

.page-header-menu__link.page-header-menu__link.page-header-menu__link {
	border: none
}

.page-header-menu__item--hl .page-header-menu__link {
	background-color: #4683C4;
	color: #fff;
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
	padding: 0 21px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.main-menu-dd {
	margin-top: 5px;
	z-index: 2
}

.mmdd-alt {
	overflow: hidden;
	border-radius: inherit
}

.mmdd-alt__l1 {
	width: 40%;
	border-right: 1px solid #F1F3F4;
	padding: 0
}

.mmdd-alt__l2 {
	width: 60%;
	padding: 30px
}

.mmdd-alt__l2-grid {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.mmdd-alt__l2-aside {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 41%;
	padding-left: 30px
}

.mmdd-alt__l2-main {
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.mmdd-alt .main-menu-dd__cell-banners {
	width: auto;
	padding: 0
}

.mmdd-alt__l1-link {
	display: table;
	width: 100%;
	border: none;
	padding: 10px 40px 8px 20px;
	color: #313131;
	position: relative;
	-webkit-transition: 0s;
	transition: 0s
}

.mmdd-alt__l1-link:last-child {
	margin-bottom: -1px
}

.mmdd-alt__l1-link-icon {
	display: table-cell;
	vertical-align: top;
	width: 45px;
	padding-right: 15px;
	text-align: center
}

.mmdd-alt__l1-img,
.mmdd-alt__l1-link-icon-box,
.mmdd-alt__l1-link-icon::after {
	display: inline-block;
	vertical-align: middle
}

.mmdd-alt__l1-link-icon::after {
	content: '';
	max-height: 30px
}

.mmdd-alt__l1-link-icon-box {
	max-width: 100%;
	max-height: 30px;
	position: relative
}

.mmdd-alt__l1-img {
	max-width: 100%;
	max-height: 30px;
	-webkit-transition: 0s;
	transition: 0s
}

.mmdd-alt__l1-img--active {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}

.mmdd-alt__l1-link-title {
	display: table-cell;
	vertical-align: middle
}

.no-touch .mmdd-alt__l1-link:hover {
	border-color: #F1F3F4;
	color: #313131
}

.mmdd-alt__l1-link.open.open,
.no-touch .mmdd-alt__l1-link:not(.mmdd-alt__l1-link--w-sub):hover {
	background: #fff;
	color: #313131
}

.mmdd-alt__l1-link.open.open .mmdd-alt__l1-img--default,
.no-touch .mmdd-alt__l1-link:not(.mmdd-alt__l1-link--w-sub):hover .mmdd-alt__l1-img--default {
	opacity: 0
}

.mmdd-alt__l1-link.open.open .mmdd-alt__l1-img--active,
.no-touch .mmdd-alt__l1-link:not(.mmdd-alt__l1-link--w-sub):hover .mmdd-alt__l1-img--active {
	opacity: 1
}

.mmdd-alt__l2-group:not(.open) {
	display: none
}

.mmdd-alt__l2-item {
	margin-bottom: 12px
}

.mmdd-alt__l2-item:last-child {
	margin-bottom: 0
}

.mmdd-alt__l2-link {
	display: block;
	position: relative;
	padding-left: 26px;
	font-weight: 300;
	border: none;
	margin-bottom: 5px
}

.mmdd-alt__l2-link:last-child {
	margin-bottom: 0
}

.mmdd-alt__l2-link-title {
	color: #313131;
	-webkit-transition: .1s;
	transition: .1s
}

.mmdd-alt__l2-link-toggle {
	position: absolute;
	top: 6px;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #E52421;
	color: #fff;
	-webkit-transition: .1s;
	transition: .1s;
	cursor: pointer
}

.mmdd-alt__l2-link-toggle::after,
.mmdd-alt__l2-link-toggle::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	border-top: 2px solid;
	margin: -1px 0 0 -4px;
	-webkit-transition: .1s;
	transition: .1s
}

.mmdd-alt__l2-link-toggle::after {
	-webkit-transform: scaleY(1) rotate(90deg);
	transform: scaleY(1) translate3d(0, 0, 0) rotate(90deg)
}

.no-touch .mmdd-alt__l2-link-toggle:hover {
	background-color: #4683C4
}

.mmdd-alt__l2-item.open .mmdd-alt__l2-link-toggle::after {
	-webkit-transform: scaleY(0) rotate(90deg);
	transform: scaleY(0) translate3d(0, 0, 0) rotate(90deg)
}

.mmdd-alt__l2-item .mmdd-alt__l3 {
	display: none
}

.mmdd-alt__l2-item.initialized .mmdd-alt__l3,
.mmdd-alt__l2-item.open .mmdd-alt__l3 {
	display: block
}

.mmdd-alt__l3 {
	padding-left: 40px
}

.mmdd-alt__l3::after {
	content: '';
	display: table;
	clear: both
}

.mmdd-alt__l3-link {
	color: #313131;
	-webkit-transition: .1s;
	transition: .1s;
	display: block;
	margin-bottom: 4px;
	border: none
}

.mmdd-alt__l3-link:last-child {
	margin-bottom: 0
}

.no-touch .mmdd-alt__l3-link:hover {
	color: #4683C4;
	border: none
}

.js-main-menu-links__item {
	color: #313131;
	border-bottom: 0 !important;
	font-size: 16px;
	font-weight: 400
}

.js-main-menu-links__item:hover {
	color: #313131 !important;
	border-bottom: 1px solid #E52421 !important
}

.page-header {
	z-index: 105
}

@media (max-width:1249px) {
	.page-header-menu__row {
		margin: 0 calc(-10px / 2)
	}

	.mmdd-alt__l1 {
		width: 37%
	}

	.mmdd-alt__l2 {
		width: 63%
	}

	.mmdd-alt__l2-aside {
		width: 43%
	}

	.page-header {
		z-index: 1000
	}
}

@media (max-width:999px) {

	.page-header-menu,
	.page-header-menu .container {
		padding: 0
	}

	page-header-menu {
		height: 0
	}

	.main-menu-dd,
	.main-menu-dd__link-group-sub,
	.mmdd-alt__l2-group,
	.mmdd-alt__l3,
	.page-header-menu {
		position: fixed;
		top: 0;
		left: -300px;
		height: 100vh;
		width: 300px;
		max-width: calc(100vw - 20px);
		-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
		box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
		visibility: hidden;
		-webkit-transform: none;
		transform: none;
		margin-top: 0;
		background: #fff;
		-webkit-transition: .3s;
		transition: .3s;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 110
	}

	.page-header-menu__item {
		position: static;
		display: block;
		padding: 0;
		margin: 0
	}

	.page-header-menu .folded-menu-header {
		display: block
	}

	.page-header-menu__row {
		display: block;
		margin: 0;
		width: auto
	}

	.page-header-menu__link-txt {
		text-transform: inherit;
		vertical-align: top
	}

	.page-header-menu__link-icon,
	.page-header-menu__link::after {
		display: none
	}

	.main-menu-dd__link,
	.mmdd-alt__l1-link,
	.mmdd-alt__l1-link.open.open,
	.mmdd-alt__l2-link,
	.mmdd-alt__l3-link,
	.page-header-menu__link {
		display: block;
		padding: 10px;
		height: auto;
		color: #313131;
		background: #fff;
		text-transform: none;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: normal;
		border-bottom: 1px solid #F1F3F4;
		border-top: 1px solid #F1F3F4;
		margin-bottom: -1px
	}

	.page-header-menu__link.page-header-menu__link.page-header-menu__link.page-header-menu__link {
		border-bottom: 1px solid #F1F3F4;
		border-top: 1px solid #F1F3F4;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0
	}

	.page-header-menu__link::before {
		display: none
	}

	.main-menu-dd__link-row,
	.main-menu-dd__link-row:last-child,
	.mmdd-alt__l1-link,
	.mmdd-alt__l2-link,
	.mmdd-alt__l3-link {
		margin: 0 0 -1px
	}

	.page-header-menu__link-txt {
		display: inline;
		font: inherit;
		letter-spacing: inherit
	}

	.main-menu-dd__link-title,
	.no-touch .main-menu-dd__link:hover .main-menu-dd__link-title {
		border: none
	}

	.no-touch .main-menu-dd__link:hover,
	.no-touch .page-header-menu__link:hover {
		border-bottom: 1px solid #F1F3F4;
		color: #E52421
	}

	.page-header-menu__item--brands-dd .main-menu-dd {
		width: 300px
	}

	.page-header-menu__item--brands-dd .main-menu-dd__cell-links {
		height: auto;
		max-height: none;
		overflow: visible
	}

	.main-menu-dd__cell-bookmarks {
		display: none
	}

	.main-menu-folded-nav-open .page-header-menu {
		left: 0;
		visibility: visible
	}

	.main-menu-open .main-menu-dd {
		-webkit-transform: none;
		transform: none;
		left: 0
	}

	.main-menu-dd {
		padding: 0;
		margin: 0
	}

	.main-menu-dd:not(.open) {
		-webkit-transform: none;
		transform: none;
		left: -300px;
		opacity: 1
	}

	.main-menu-dd.open,
	.main-menu-dd__link-group-sub.open,
	.mmdd-alt__l2-group.open,
	.mmdd-alt__l2-item.open .mmdd-alt__l3 {
		left: 0;
		visibility: visible
	}

	.main-menu-dd__cell-links,
	.main-menu-dd__container {
		display: block;
		width: auto;
		margin: 0;
		padding: 0
	}

	.main-menu-dd__cell-banners,
	.main-menu-dd__cell-product,
	.main-menu-dd__link-icon,
	.mmdd-alt__l1-link--w-sub .mmdd-alt__l1-link-title::after {
		display: none
	}

	.main-menu-dd__cell-links:nth-last-child(n) {
		width: auto
	}

	.main-menu-dd__cell-links:nth-last-child(n) .main-menu-dd__links {
		-webkit-column-count: 1;
		column-count: 1
	}

	.main-menu-dd__link-group {
		padding: 0
	}

	.mmdd-alt,
	.mmdd-alt__l1 {
		width: auto;
		border: none;
		overflow: visible;
		margin: 0;
		padding: 0
	}

	.mmdd-alt__l1-link-icon {
		padding-right: 10px;
		width: 40px
	}

	.mmdd-alt__l1-link-icon-box {
		margin: -1px 0 -2px
	}

	.mmdd-alt__l1-link.open.open .mmdd-alt__l1-img--active {
		opacity: 0
	}

	.mmdd-alt__l1-link.open.open .mmdd-alt__l1-img--default {
		opacity: 1
	}

	.mmdd-alt__l2-item {
		margin: 0
	}

	.mmdd-alt__l2-group,
	.mmdd-alt__l2-group:not(.open) {
		display: block
	}

	.mmdd-alt__l2-link-title,
	.no-touch .mmdd-alt__l2-link-title:hover {
		border: none;
		color: #313131
	}

	.mmdd-alt__l2-link-toggle {
		background: 0 0;
		border-radius: 0;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: auto;
		height: auto
	}

	.mmdd-alt__l2-link-toggle::after,
	.mmdd-alt__l2-link-toggle::before {
		display: none
	}

	.no-touch .mmdd-alt__l2-link-toggle:hover {
		background: 0 0
	}

	.mmdd-alt__l3.mmdd-alt__l3.mmdd-alt__l3 {
		display: block;
		padding: 0
	}

	.no-touch .mmdd-alt__l3-link:hover {
		border-bottom: 1px solid #F1F3F4;
		border-top: 1px solid #F1F3F4;
		color: #313131
	}

	.main-menu-folded-nav-open .overlay {
		opacity: 1;
		visibility: visible;
		pointer-events: all
	}

	body.touch.main-menu-folded-nav-open {
		overflow: hidden
	}

	.main-menu-folded-nav-open #bx-panel,
	.main-menu-folded-open #bx-panel {
		position: relative !important;
		z-index: 0 !important
	}

	.main-menu-folded-open .overlay {
		opacity: 1;
		visibility: visible;
		pointer-events: all
	}

	body.touch.main-menu-folded-open {
		overflow: hidden
	}
}

.page-header-top,
page-header-top {
	background: #fff;
	border-bottom: 1px solid #F1F3F4
}

@media (max-width:999px) and (min-width:999px) {
	.main-menu-folded-open .page-header-menu {
		left: 0;
		visibility: visible
	}

	.page-header-menu__row>.folded-menu-header .menu-btn .menu-btn__part {
		-webkit-transform-origin: center;
		transform-origin: center
	}

	.page-header-menu__row>.folded-menu-header .menu-btn .menu-btn__part--2 {
		opacity: 0
	}

	.page-header-menu__row>.folded-menu-header .menu-btn .menu-btn__part--1 {
		width: 20px;
		margin-left: calc(-20px / 2);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-top: calc(-2px / 2)
	}

	.page-header-menu__row>.folded-menu-header .menu-btn .menu-btn__part--3 {
		width: 20px;
		margin-left: calc(-20px / 2);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		margin-top: calc(-2px / 2)
	}

	.main-menu-folded-open .overlay {
		opacity: 1;
		visibility: visible;
		pointer-events: all
	}

	body.touch.main-menu-folded-open {
		overflow: hidden
	}
}

page-header-top {
	display: block;
	height: 44px;
	padding: 0
}

page-header-top * {
	display: none
}

.page-header-top__row {
	display: table;
	width: 100%
}

.page-header-top__cell {
	display: table-cell;
	vertical-align: top;
	padding-right: 25px;
	white-space: nowrap
}

.page-header-top .folded-menu-header,
.page-header-top__cell--heading,
.page-header-top__cell--menu,
.page-header-top__cell.hidden,
page-header-top .folded-menu-header {
	display: none
}

.page-header-top__cell:last-child {
	padding-right: 0
}

.page-header-top__cell--expand {
	width: 99%;
	padding: 0
}

@media (max-width:999px) {
	.page-header-top__cell {
		padding-right: 20px
	}

	.page-header-top,
	.page-header-top .container,
	.page-header-top__cell--expand {
		padding: 0
	}

	.page-header-top .folded-menu-header,
	.page-header-top__cell.hidden {
		display: block
	}

	page-header-top {
		height: 0
	}

	.page-header-top,
	.page-header-top .dropdown {
		position: fixed;
		top: 0;
		left: -300px;
		height: 100vh;
		width: 300px;
		max-width: calc(100vw - 20px);
		-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
		box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
		visibility: hidden;
		-webkit-transform: none;
		transform: none;
		margin-top: 0;
		background: #fff;
		-webkit-transition: .3s;
		transition: .3s;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 110
	}

	.page-header-top__cell,
	.page-header-top__row {
		display: block;
		width: auto;
		margin: 0;
		padding: 0;
		white-space: normal
	}

	.main-menu-folded-open .page-header-top,
	.page-header-top .dropdown.open {
		left: 0;
		visibility: visible
	}

	.page-header-top .dropdown {
		margin-top: 0;
		padding-top: 0
	}

	.page-header-top .dropdown:not(.open) {
		opacity: 1
	}

	.page-header-top .dropdown .folded-menu-header {
		margin: 0 -20px 20px;
		width: calc(100% + 2 * 20px)
	}

	.page-header-top .city-select__btn-row {
		white-space: normal;
		margin: 0 -10px -10px 0
	}

	.page-header-top .city-select__btn-row .btn {
		margin: 0 10px 10px 0
	}
}

.page-header-top-item {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px
}

.page-header-top-item.dropdown-arrow-owner::before {
	left: 32px;
	display: none
}

.page-header-top-item__btn {
	display: table;
	color: #313131;
	font-size: 14px;
	line-height: 1px;
	border: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	-webkit-transition: .1s;
	transition: .1s
}

.product__quick-view,
.slick-slider,
.slider-input.active {
	-webkit-user-select: none;
	-moz-user-select: none
}

.page-header-top-item__btn--static {
	cursor: default
}

.page-header-top-item__arrow,
.page-header-top-item__icon,
.page-header-top-item__name {
	display: table-cell;
	vertical-align: middle;
	height: 44px
}

.page-header-top-item__folded-close {
	display: none
}

.page-header-top-item__icon {
	padding-right: 20px;
	width: 1px;
	padding-left: 21px
}

.page-header-top-item__arrow {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid rgba(49, 49, 49, .35);
	border-radius: 50%;
	margin: 12px 0 0 7px
}

.page-header-top-item__svg-icon {
	-webkit-transition: .3s;
	transition: .3s;
	color: #959595;
	position: relative
}

svg.page-header-top-item__svg-icon.svg-icon.svg-icon--dd-arrow {
	top: 5px;
	left: 3px
}

.page-header-top-item.open .page-header-top-item__arrow .svg-icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.no-touch .page-header-top-item__btn:hover {
	color: #4683C4;
	border: none
}

.no-touch .page-header-top-item__btn:hover .page-header-top-item__svg-icon {
	color: #4683C4
}

.no-touch .page-header-top-item__btn--static:hover {
	color: #313131
}

.contact-info__tel-link {
	font-size: 18px;
	font-weight: 700;
	line-height: 26px
}

@media (max-width:999px) {

	.page-header-main__center .page-header-top-item__name,
	.page-header-top-item--hidden-folded,
	.page-header-top-item__arrow {
		display: none
	}

	.page-header-top-item__btn {
		width: 100%;
		margin: 0 0 -1px;
		padding: 10px 10px 10px 0;
		height: auto;
		color: #313131;
		background: #fff;
		text-transform: none;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: normal;
		cursor: pointer;
		position: relative
	}

	.page-header-top-item__close,
	.page-header-top-item__icon,
	.page-header-top-item__name {
		height: auto
	}

	.no-touch .page-header-top-item__btn:hover .page-header-top-item__svg-icon {
		color: #E52421
	}

	.page-header-main__center .page-header-top-item__icon {
		padding-right: 0
	}
}

.page-nav,
.page-nav__more+.page-nav__pages {
	margin-top: 25px
}

.page-nav {
	position: relative;
	z-index: 1;
	padding-top: 25px;
	text-align: center
}

.page-nav__pages {
	font-size: 0
}

.page-nav__item {
	border: 1px solid #F1F3F4;
	display: inline-block;
	vertical-align: top
}

.page-nav__item-txt,
.page-nav__item::after {
	vertical-align: middle;
	display: inline-block
}

.page-nav__item::after {
	content: '';
	height: 100%
}

.page-nav__item-txt {
	font-size: 16px;
	line-height: 24px
}

.catalog-list+.page-nav {
	margin-top: 10px
}

.no-touch .page-nav__item--current:hover,
.page-nav__item--current {
	color: #313131;
	font-weight: 600;
	cursor: default
}

.page-nav-btn {
	display: inline-block;
	vertical-align: top;
	border: none;
	width: 40px;
	height: 38px;
	position: relative;
	outline: 0;
	-webkit-transition: .3s;
	transition: .3s;
	color: #313131;
	font-size: 0;
	line-height: 0;
	font-weight: 400
}

.page-nav-btn::after,
.page-nav-btn__txt {
	display: inline-block;
	vertical-align: middle
}

.page-nav-btn::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	right: 0;
	bottom: 4px;
	border: 1px dashed #313131;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s
}

.page-nav-btn::after {
	content: '';
	height: 100%
}

.page-nav-btn__txt {
	font-size: 16px;
	line-height: 24px
}

.no-touch .page-nav-btn:hover {
	border-bottom: 0;
	background-color: #C7DAED;
	font-weight: 700
}

.no-touch .page-nav-btn--current:hover,
.page-nav-btn--current {
	background-color: #4683C4;
	color: #fff;
	font-weight: 600;
	cursor: default
}

.page-nav-btn:focus::before {
	opacity: 1
}

.page-nav__item--btn {
	border-radius: 4px
}

.page-nav__item--page:first-child,
.page-nav__item--page:first-child .page-nav-btn {
	border-radius: 4px 0 0 4px
}

.page-nav__item--page:last-child,
.page-nav__item--page:last-child .page-nav-btn {
	border-radius: 0 4px 4px 0
}

@media (max-width:759px) {
	.product {
		padding: 20px
	}

	.product__image-container {
		max-width: 140px;
		-webkit-align-self: center;
		-ms-align-self: center;
		-ms-flex-item-align: center;
		align-self: center
	}

	.product--list-item {
		padding: 15px 125px 15px 75px
	}

	.product--w-remove {
		padding: 15px 160px 15px 75px
	}

	.product--list-item.product--basket-mode {
		padding-left: 65px
	}

	.product--list-item.product--basket-mode .product__alt-action {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		width: auto;
		text-align: left;
		margin-top: 10px
	}

	.product--list-item .product__image-container .fav-btn {
		top: -10px;
		right: -10px
	}

	.product--list-item.product--basket-mode .product__image-container {
		left: 0
	}
}

@media (max-width:599px) {
	.product--list-item.product--basket-mode {
		padding-right: 115px
	}

	.product--list-item.product--basket-mode .product__action {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		width: auto;
		text-align: left;
		margin-top: 10px;
		max-width: 100px
	}

	.product--list-item.product--basket-mode .product__price {
		top: 15px
	}

	.product--list-item.product--basket-mode .product__price .strike {
		margin-top: 0
	}
}

.product-detailed {
	font-size: 16px;
	border: 4px solid #F1F3F4;
	padding: 20px;
	border-radius: 4px
}

.product-detailed__main {
	display: table;
	width: 100%;
	table-layout: fixed;
	margin: 20px 0
}

.product-detailed__cell-image,
.product-detailed__cell-info {
	display: table-cell;
	vertical-align: top
}

.product-detailed__cell-image {
	width: 165px;
	padding-right: 25px
}

.product-detailed__image {
	padding-top: 100%;
	position: relative;
	background: center/100% auto no-repeat;
	background-size: contain;
	-webkit-transition: .3s;
	transition: .3s
}

.product-detailed__no-image {
	color: #F1F3F4;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.product-detailed__no-image .svg-icon {
	display: block;
	width: 100%;
	height: 100%
}

.product-detailed__offers-trigger {
	display: none
}

@media (max-width:759px) {
	.product-detailed {
		padding: 15px 20px
	}

	.product-detailed__offers-trigger {
		display: block;
		font-size: 14px;
		line-height: 20px;
		padding: 8px 0;
		margin: -8px 0;
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(60%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1))), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(60%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1))), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(60%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1)));
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1)), linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1)), linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1))
	}

	.product-detailed__offers-trigger.open {
		position: -webkit-sticky;
		position: sticky;
		bottom: 0;
		z-index: 10
	}
}

@media (max-width:599px) {
	.product-detailed__cell-image {
		width: 120px;
		padding-right: 20px
	}
}

@media (max-width:479px) {
	.product-detailed__cell-image {
		width: 65px;
		padding-right: 15px
	}
}

.product {
	position: relative;
	padding: 20px;
	font-size: 16px;
	line-height: 24px;
	background: rgba(255, 255, 255, 0);
	width: 100%;
	z-index: 1;
	-webkit-box-shadow: 0 0 0 1px #F1F3F4;
	box-shadow: 0 0 0 1px #F1F3F4;
	-webkit-transition: .3s;
	transition: .3s;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-direction: normal;
	flex-direction: column;
	-ms-flex-grow: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.product__link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: none;
	z-index: 2;
	outline: 0;
	cursor: pointer
}

.product__link::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	border: 1px dashed #313131;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0
}

.product__image-container {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: -10px auto 8px;
	max-width: 240px
}

.product__image-container .fav-btn {
	position: absolute;
	padding: 10px;
	top: 0;
	right: 0;
	z-index: 3
}

.product__image-container .fav-btn::before {
	content: '';
	position: absolute;
	border: 20px solid transparent;
	border-top-color: #fff;
	border-right-color: #fff;
	top: 10px;
	left: -14px
}

.product__image {
	padding-top: 100%;
	position: relative;
	background: center/100% auto no-repeat;
	background-size: contain;
	-webkit-transition: .3s;
	transition: .3s
}

.product__no-image {
	color: #F1F3F4;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.product__no-image .svg-icon {
	display: block
}

.product__quick-view {
	padding: 7px 10px;
	margin-top: calc(-14px - 18px);
	position: relative;
	z-index: 3;
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 1px;
	color: #313131;
	background-color: #F1F3F4;
	border-radius: 4px;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
	-ms-user-select: none;
	user-select: none
}

.product__brand,
.product__code,
.product__name {
	-webkit-transition: .3s;
	word-wrap: break-word;
	font-weight: 400
}

.product__brand,
.product__code {
	clear: both;
	font-size: 12px;
	line-height: 18px;
	color: #959595;
	transition: .3s
}

.product__name {
	transition: .3s;
	-webkit-box-flex: 100;
	-ms-flex-positive: 100;
	flex-grow: 100;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -.38px
}

.product__code {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #9D9D9D;
	font-size: 13px;
	line-height: 16px;
	padding: 0 2px;
	background-color: #fff;
	opacity: 0
}

.product:hover .product__code {
	opacity: 1
}

.product__status-container {
	font-size: 0;
	overflow: hidden;
	line-height: 0;
	position: absolute;
	top: 10px
}

.product__status {
	display: inline-block;
	vertical-align: top;
	margin: 0 6px 6px 0;
	float: left;
	clear: both
}

.product__image-status {
	top: 0;
	left: 0;
	max-width: 100%;
	position: relative;
	z-index: 1;
	line-height: 0;
	font-size: 0
}

.product__action,
.product__availability-check-btn {
	position: relative;
	z-index: 3
}

.product__params {
	font-size: 14px;
	line-height: 20px;
	margin: 4px 0 -2px
}

.product__param {
	font-size: 0
}

.product__param-name,
.product__param-value {
	font-size: 14px;
	line-height: 20px;
	vertical-align: top
}

.product__param-name {
	margin-right: 4px
}

.product__param-value {
	color: rgba(119, 119, 119, .5)
}

.product__availability-check,
.product__delivery,
.product__offers-count,
.product__price {
	margin-top: 6px
}

.product__rating,
.product__rating+.product__delivery {
	margin-top: 10px
}

.product__delivery {
	display: inline-table;
	max-width: 100%;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-align: left
}

.product__delivery-icon {
	display: table-cell;
	vertical-align: top;
	width: 1px;
	padding-right: 10px
}

.product__delivery-txt {
	display: table-cell;
	vertical-align: middle
}

.product__delivery--good {
	color: #55974d
}

.product__delivery--bad {
	color: #cebc20
}

.product__delivery--ugly {
	color: #ed1920
}

.product__availability-check {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400
}

.product__action {
	margin-top: 10px;
	margin-bottom: 20px;
	max-width: 240px
}

.product__action .system-message,
.product__action .system-message:last-child {
	margin-bottom: 10px
}

.product__rating+.product__action {
	margin-top: 15px
}

.product__rating .rating-block {
	margin: 0 auto
}

.no-touch .product__footer {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	transition: .3s;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #fff;
	padding: 8px 20px 20px;
	margin-top: -10px;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 -4px 0 0 #fff, 0 0 0 1px #F1F3F4;
	box-shadow: 0 -4px 0 0 #fff, 0 0 0 1px #F1F3F4;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.touch .product__footer {
	margin-top: 18px
}

.product__offers-count {
	font-size: 14px;
	line-height: 20px;
	color: rgba(119, 119, 119, .5)
}

.no-touch .product:hover {
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
	background: #fff;
	z-index: 20;
	-webkit-transition: .3s, z-index 0s;
	transition: .3s, z-index 0s
}

.no-touch .product:hover .product__link {
	border-bottom: none
}

.no-touch .product:hover .product__footer {
	opacity: 1;
	visibility: visible;
	-webkit-box-shadow: 0 -4px 0 0 #fff, 0 1px 8px rgba(0, 0, 0, .2);
	box-shadow: 0 -4px 0 0 #fff, 0 1px 8px rgba(0, 0, 0, .2)
}

.no-touch .product:hover .product__action--placeholder {
	visibility: hidden;
	opacity: 0
}

.no-touch .product:hover .product__quick-view {
	opacity: .7;
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.no-touch .product .product__quick-view:hover {
	opacity: 1;
	background: rgba(0, 0, 0, .3)
}

.no-touch .product__link:focus::before {
	opacity: 1
}

.product--list-item {
	padding: 14px 125px 15px 99px;
	min-height: 80px;
	text-align: left;
	display: block;
	width: auto;
	border-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.product--list-item .product__footer.product__footer.product__footer {
	position: static;
	padding: 0;
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: 0 0;
	border-radius: 0;
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	-webkit-transform: none;
	transform: none
}

.product--list-item .product__param {
	color: #959595;
	font-size: 12px;
	line-height: 18px
}

.product--list-item .product__param-name,
.product--list-item .product__param-value {
	display: inline;
	margin: 0;
	color: inherit;
	font-size: inherit;
	line-height: inherit
}

.product--list-item .product__param-value b {
	color: #313131
}

.product--list-item .product__image-container {
	position: absolute;
	top: 17px;
	left: 17px;
	width: 63px;
	height: 63px;
	margin: 0
}

.product--list-item .product__image {
	margin: 0
}

.product--list-item .product__status-container {
	min-height: 0;
	margin-bottom: 0
}

.product--list-item .product__status-container:empty {
	display: none
}

.product--list-item .product__price .strike,
.touch .product--list-item .product__action,
.touch .product--list-item .product__delivery {
	display: block
}

.product--list-item .product__delivery {
	display: block;
	opacity: 1;
	visibility: visible
}

.product--list-item .product__price {
	position: absolute;
	top: 15px;
	right: 20px;
	width: 115px;
	margin: 0;
	text-align: right
}

.product--list-item.product--basket-mode .basket-action__cell-remove,
.touch .product-price-ext__image-zoom {
	display: none
}

.product--list-item-short {
	padding: 15px 110px 15px 60px
}

.product--list-item-short .product__image-container {
	left: 0
}

.product--list-item-short .product__price {
	right: 0
}

.no-touch .product--list-item:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: 0 0
}

.no-touch .product--list-item:hover .product__image {
	-webkit-transform: none;
	transform: none
}

.product--w-remove {
	padding-right: 155px
}

.product--w-remove .product__price {
	right: 50px
}

.product__remove-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 35px;
	padding: 15px 20px 0 0;
	z-index: 3;
	background: 0 0;
	-webkit-transition: .3s;
	transition: .3s;
	color: #313131;
	cursor: pointer
}

.product__remove-btn .svg-icon {
	width: 20px;
	height: 20px;
	vertical-align: top
}

.product__remove-btn::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px dashed #313131;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	transition: .3s
}

.no-touch .product__remove-btn:focus::before {
	opacity: 1;
	visibility: visible
}

.no-touch .product__remove-btn:hover {
	color: #4683C4
}

.product--list-item.product--w-buy {
	padding-right: 345px
}

.product--list-item.product--w-buy .product__price {
	right: 210px
}

.product--list-item.product--w-buy .product__action {
	position: absolute;
	top: 15px;
	right: 20px;
	width: 195px;
	visibility: visible;
	opacity: 1;
	margin-top: 0
}

.product--list-item-short.product--w-buy {
	padding-right: 310px
}

.product--list-item-short.product--w-buy .product__action {
	right: 0
}

.product--list-item-short.product--w-buy .product__price .price {
	margin-top: 10px
}

.product--list-item-short.product--w-buy .product__price .strike:first-child {
	margin-top: -10px
}

.product--list-item.product--basket-mode {
	padding-right: 235px
}

.product--list-item.product--basket-mode .product__price {
	right: 0;
	top: 20px
}

.product--list-item.product--basket-mode .product__price .strike {
	margin-top: -20px
}

.product--list-item.product--basket-mode .product__action {
	right: 125px;
	top: 15px;
	width: 85px
}

.product--list-item.product--basket-mode .basket-action__cell-input {
	padding: 0
}

.product--list-item.product--basket-mode .product__alt-action {
	text-align: right;
	position: absolute;
	bottom: 20px;
	right: 0;
	max-width: 210px
}

.no-touch .product--list-item.product--basket-mode .product__alt-action {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	transition: .3s
}

.no-touch .product--list-item.product--basket-mode:hover .product__alt-action {
	opacity: 1;
	visibility: visible
}

.js-supported .slider-brands:not(.slick-initialized) .brand-slide,
.js-supported .slider-products:not(.slick-initialized) .product-slide,
.js-supported slider-brands .brand-slide,
.js-supported slider-products .brand-slide,
.slick-loading .slick-slide,
.slick-loading .slick-track,
.slider-products:not(.slick-animated):not(:active) .product-slide.slick-slide:not(.slick-active),
.top-search-lite-box__close {
	visibility: hidden
}

.product__alt-action {
	position: relative;
	z-index: 3
}

.product__alt-action-grid {
	font-size: 0;
	margin: 0 -20px -10px 0
}

.product__alt-action-item {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin: 0 20px 10px 0
}

.product__instore.instore {
	color: #9AB410
}

.product-in-checkout {
	padding: 15px;
	border-top: 1px solid rgba(119, 119, 119, .5);
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.product-in-checkout:first-child {
	border-top: none
}

.basket-product-box--remove {
	text-align: center
}

.price strong.checkout-price {
	font-size: 26px
}

.checkout__inpack {
	color: #727272;
	font-size: 14px
}

.checkout__remove-btn {
	width: 24px;
	height: 24px;
	opacity: .6
}

.checkout__remove-btn:hover {
	opacity: 1
}

.basket-full__products-list .product-in-checkout {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-top: 1px solid #F1F3F4;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.checkout-main,
.product-price-ext {
	border-bottom: 1px solid #F1F3F4
}

.basket-full__products-list div:nth-child(2) .product-in-checkout {
	border-top: none
}

@media (min-width:760px) {
	.product--list-item-lg {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 115px;
		min-height: 140px
	}

	.product--list-item-lg .product__image-container {
		width: 100px;
		height: 100px;
		top: 20px;
		left: 0
	}

	.product--list-item-lg .fav-btn {
		top: -10px;
		right: -10px
	}
}

@media (max-width:759px) {
	.product {
		padding: 20px
	}

	.product__image-container {
		max-width: 140px;
		-webkit-align-self: center;
		-ms-align-self: center;
		-ms-flex-item-align: center;
		align-self: center
	}

	.product--list-item {
		padding: 15px 125px 15px 75px
	}

	.product--w-remove {
		padding: 15px 160px 15px 75px
	}

	.product--list-item.product--basket-mode {
		padding-left: 65px
	}

	.product--list-item.product--basket-mode .product__alt-action {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		width: auto;
		text-align: left;
		margin-top: 10px
	}

	.product--list-item .product__image-container .fav-btn {
		top: -10px;
		right: -10px
	}

	.product--list-item.product--basket-mode .product__image-container {
		left: 0
	}

	.basket-product-box--count {
		margin: 15px 0
	}

	.basket-product-box--remove {
		position: absolute;
		top: 15px;
		right: 15px
	}
}

@media (max-width:599px) {
	.product--list-item.product--basket-mode {
		padding-right: 115px
	}

	.product--list-item.product--basket-mode .product__action {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		width: auto;
		text-align: left;
		margin-top: 10px;
		max-width: 100px
	}

	.product--list-item.product--basket-mode .product__price {
		top: 15px
	}

	.product--list-item.product--basket-mode .product__price .strike {
		margin-top: 0
	}

	.product-in-checkout {
		display: block
	}

	.basket-product-box--photo {
		max-width: 80% !important;
		margin: auto !important;
		display: inherit
	}
}

@media (max-width:479px) {
	.product--list-item {
		padding: 15px 20px 15px 75px
	}

	.product--list-item .product__price {
		position: static;
		text-align: left;
		width: auto;
		margin: 6px 0
	}

	.product--list-item .product__price:first-child {
		margin-top: 0
	}

	.product--list-item .product__price:last-child {
		margin-bottom: 0
	}

	.product--list-item.product--basket-mode {
		padding-right: 0
	}

	.product--w-remove {
		padding: 15px 50px 15px 75px
	}
}

.product-price-ext {
	display: ms-flexbox;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px 20px 30px 10px;
	position: relative;
	-webkit-transition: .1s;
	transition: .1s;
	border-top: 1px solid #F1F3F4;
	z-index: 1
}

.product-price-ext+.product-price-ext {
	margin-top: -1px
}

.no-touch .product-price-ext:hover {
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	border-bottom-color: #fff;
	z-index: 100
}

.product-price-ext__cell-fav {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	padding-right: 15px;
	font-size: 0
}

.product-price-ext__cell-image {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	padding-right: 20px
}

.product-price-ext__cell-info {
	-ms-flex: 1 1 auto;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	display: ms-flexbox;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.product-price-ext__cell-info-main {
	-ms-flex: 1 1 auto;
	-webkit-box-flex: 1;
	flex: 1 1 auto
}

.product-price-ext__cell-info-avail {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: 240px;
	padding-left: 30px
}

.product-price-ext__cell-action {
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	width: 260px;
	padding-left: 25px;
	position: relative;
	z-index: 2;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.product-price-ext__status-container {
	margin-bottom: 4px;
	position: relative;
	z-index: 0
}

.product-price-ext__status-container .status.status {
	float: none;
	display: inline-block;
	margin-right: -1px
}

.product-price-ext__status-container .status:nth-child(1) {
	z-index: 5
}

.product-price-ext__status-container .status:nth-child(2) {
	z-index: 4
}

.product-price-ext__status-container .status:nth-child(3) {
	z-index: 3
}

.product-price-ext__status-container .status:nth-child(4) {
	z-index: 2
}

.product-price-ext__image-box {
	position: relative;
	z-index: 10
}

.product-price-ext__image,
.product-price-ext__image-zoom {
	background: center/100% auto no-repeat;
	background-size: contain
}

.product-price-ext__image {
	width: 75px;
	height: 75px;
	background-image: -webkit-gradient(linear, left top, right top, from(#F1F3F4), to(#F1F3F4));
	background-image: linear-gradient(to right, #F1F3F4, #F1F3F4)
}

.product-price-ext__image-zoom {
	position: absolute;
	width: 230px;
	height: 230px;
	top: 50%;
	right: 100%;
	margin-right: 10px;
	background-color: #fff;
	background-size: 0 0;
	text-align: center;
	font-size: 0;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .2);
	box-shadow: 0 0 6px rgba(0, 0, 0, .2);
	z-index: 10;
	-webkit-transition: .2s;
	transition: .2s;
	opacity: 0;
	-weblkit-transform: translate3d(0, -50%, 0);
	-webkit-transform: translate3d(0, -50%, 0) scale(.75);
	transform: translate3d(0, -50%, 0) scale(.75);
	-webkit-transform-origin: right center;
	transform-origin: right center;
	pointer-events: none
}

.product-price-ext__image-zoom::after {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	background: inherit;
	background-size: contain
}

.no-touch .product-price-ext__image-box:hover .product-price-ext__image-zoom {
	opacity: 1;
	-webkit-transform: translate3d(0, -50%, 0) scale(1);
	transform: translate3d(0, -50%, 0) scale(1)
}

.product-price-ext__no-image .svg-icon {
	display: inline-block;
	vertical-align: middle
}

.product-price-ext__image-zoom--no-image::after {
	display: none
}

.product-price-ext__cell-fav::after,
.product-price-ext__image-zoom--no-image::before {
	content: '';
	display: inline-block;
	vertical-align: middle
}

.product-price-ext__image-zoom--no-image::before {
	height: 100%
}

.product-price-ext__image-zoom--no-image .svg-icon {
	width: 80px;
	height: 80px;
	margin: 5px;
	color: rgba(119, 119, 119, .5)
}

.product-price-ext__cell-fav::after {
	height: 75px
}

.product-price-ext__cell-fav .fav-btn {
	display: inline-table;
	vertical-align: middle;
	position: relative;
	z-index: 2
}

.product-price-ext__link {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1
}

.product-price-ext__link+*,
.product-price-ext__link+.product-price-ext__name,
.product-price-ext__link+.product-price-ext__params {
	margin-top: -4px
}

.no-touch .product-price-ext__link:hover {
	border: none
}

.product-price-ext__name {
	font-size: 14px;
	line-height: 20px;
	margin: 8px 0
}

.product-price-ext__name.flc:first-child,
.product-price-ext__name:first-child {
	margin-top: -4px
}

.product-price-ext__params {
	font-size: 12px;
	line-height: 18px;
	color: #959595;
	margin: 8px 0
}

.product-price-ext__param,
.product-price-ext__param-value {
	display: inline
}

.product-price-ext__avail-item {
	margin-bottom: 8px
}

.product-price-ext__action,
.product-price-ext__price {
	margin: 10px 0
}

.product-price-ext__price:first-child {
	margin-top: -4px
}

.product-price-ext__price:last-child {
	margin-bottom: 0
}

.product-price-ext__action {
	max-width: 250px
}

.product-price-ext__action .basket-action {
	margin-right: 16px;
	display: inline-table;
	vertical-align: middle
}

.product-price-ext__action .basket-action--added {
	margin-right: -10px
}

@media (max-width:1249px) {
	.product-price-ext {
		padding-top: 25px;
		padding-bottom: 25px
	}

	.product-price-ext__cell-fav {
		margin-left: -5px;
		padding-right: 10px
	}

	.product-price-ext__cell-image {
		padding-right: 15px
	}

	.product-price-ext__cell-info-avail {
		width: auto;
		padding: 0;
		margin-top: 15px
	}

	.product-price-ext__cell-info {
		display: block
	}
}

@media (max-width:999px) {
	.product-price-ext__cell-fav {
		margin: 0;
		padding-right: 15px
	}

	.product-price-ext__cell-fav .fav-btn {
		margin: -5px
	}

	.product-price-ext__cell-fav .fav-btn__icon {
		width: 30px;
		height: 30px
	}

	.product-price-ext__cell-fav .fav-btn__icon .svg-icon {
		width: 30px;
		height: 30px;
		margin: 0
	}

	.product-price-ext__image-zoom {
		display: none
	}
}

@media (max-width:759px) {
	.product-price-ext {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.product-price-ext__cell-info {
		width: calc(100% - 125px)
	}

	.product-price-ext__cell-action {
		-ms-flex: 1 1 auto;
		-webkit-box-flex: 1;
		flex: 1 1 auto;
		width: 100%;
		padding: 0;
		margin-top: 15px;
		margin-left: 115px
	}
}

@media (max-width:599px) {
	.product-price-ext {
		padding-left: 0;
		padding-right: 0
	}
}

@media (max-width:479px) {
	.product-price-ext__cell-action {
		margin-left: 40px
	}

	.product-price-ext__cell-info-main {
		min-height: 70px
	}

	.product-price-ext__cell-info-avail {
		margin-left: -90px
	}

	.product-price-ext__status-container {
		margin-top: -10px
	}

	.product-price-ext__cell-fav {
		position: absolute;
		padding: 0;
		margin: 0;
		bottom: 25px;
		left: 0
	}

	.product-price-ext__cell-fav::after {
		height: 34px
	}

	.product-price-ext__price {
		margin-left: -40px
	}

	.product-price-ext__action {
		font-size: 0
	}

	.product-price-ext__action::after {
		content: '';
		display: inline-block;
		vertical-align: middle;
		height: 34px
	}

	.product-price-ext__action .link {
		font-size: 14px;
		line-height: 20px;
		display: inline-block;
		vertical-align: middle
	}
}

.product-table {
	margin: 20px 0
}

.product-table__head {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	background-color: #F1F3F4;
	border-radius: 4px
}

.product-table__th {
	font-size: 12px;
	line-height: 18px;
	color: #959595;
	padding: 6px 10px;
	-ms-flex: 1 0 0;
	-webkit-box-flex: 1;
	flex: 1 0 0
}

.product-table-row__cell--image-name,
.product-table-row__cell--name,
.product-table__th--image-name,
.product-table__th--name {
	-ms-flex-grow: 3;
	-webkit-box-flex: 3;
	-ms-flex-positive: 3;
	flex-grow: 3
}

.product-table-row__cell--image-name,
.product-table__th--image-name {
	min-width: 200px
}

.product-table-row__cell--price,
.product-table__th--price {
	min-width: 110px
}

.product-table-row__cell--buy,
.product-table__th--buy {
	min-width: 220px;
	-ms-flex-grow: 1.5;
	-webkit-box-flex: 1.5;
	-ms-flex-positive: 1.5;
	flex-grow: 1.5
}

@media (max-width:1249px) {
	.product-table__th--buy {
		display: none
	}

	.product-table__th--price:nth-last-child(2) {
		text-align: right
	}
}

@media (max-width:759px) {
	.product-table__head {
		display: none
	}
}

.product-table-row {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0;
	position: relative;
	border-bottom: 1px solid #F1F3F4;
	border-top: 1px solid #F1F3F4
}

.product-table-row+.product-table-row {
	margin-top: -1px
}

.product-table-row__link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	border: none;
	opacity: 0;
	z-index: 1
}

.product-table-row.active .product-table-row__link:not(a),
.rating-block {
	cursor: default
}

.product-table-row__cell {
	padding: 10px;
	-ms-flex: 1 0 0;
	-webkit-box-flex: 1;
	flex: 1 0 0;
	font-size: 12px;
	line-height: 18px;
	word-break: break-word
}

.product-table-row__image-name {
	display: table;
	width: calc(100% + 10px);
	margin-left: -10px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.product-table-row__image-name-image {
	display: table-cell;
	vertical-align: top;
	width: 65px;
	padding-right: 15px
}

.product-table-row__image-name-name {
	display: table-cell;
	vertical-align: middle
}

.product-table-row__img-box {
	display: block;
	padding-top: 100%;
	position: relative;
	background: center/100% auto no-repeat;
	background-size: contain
}

.product-table-row__no-image {
	color: #F1F3F4;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.product-table-row__no-image .svg-icon {
	display: block;
	width: 100%;
	height: 100%
}

.product-table-row .basket-action {
	position: relative;
	z-index: 2
}

.no-touch .product-table-row:hover {
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 8px rgba(0, 0, 0, .2)
}

.no-touch .product-table-row:hover .product-table-row__image-name {
	-webkit-transform: translateX(15px);
	transform: translate3d(10px, 0, 0);
	color: #4683C4
}

.product-table-row.active.active {
	-webkit-box-shadow: 0 0 0 2px #E52421 inset;
	box-shadow: 0 0 0 2px #E52421 inset
}

@media (max-width:1249px) and (min-width:640px) {
	.product-table-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.product-table-row__cell--price:nth-last-child(2) {
		text-align: right
	}

	.product-table-row__cell--buy {
		-ms-flex: 1 0 100%;
		-webkit-box-flex: 1;
		flex: 1 0 100%;
		padding-top: 0
	}

	.product-table-row__cell--buy .basket-action {
		margin-left: auto;
		width: auto;
		text-align: right;
		position: static
	}

	.product-table-row__cell--buy .basket-action__row {
		margin-left: auto
	}

	.product-table-row__cell--buy .basket-action--complex,
	.product-table-row__cell--buy .basket-action--complex .basket-action__in-basket,
	.product-table-row__cell--buy .basket-action--complex .basket-action__main {
		display: block;
		width: auto;
		padding: 0
	}

	.product-table-row__cell--buy .basket-action--complex .basket-action__in-basket {
		margin-top: 10px
	}

	.product-table-row__cell--buy .basket-action--complex .basket-action__in-basket-btn,
	.product-table-row__cell--buy .basket-action--complex .basket-action__row {
		position: relative;
		z-index: 2
	}
}

@media (max-width:759px) {
	.product-table-row {
		display: block;
		padding: 15px 0 12px
	}

	.product-table-row::after {
		content: '';
		display: table;
		clear: both
	}

	.product-table-row__cell,
	.product-table-row__cell-in {
		display: -ms-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-align-items: baseline;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline
	}

	.product-table-row__cell {
		float: left;
		width: calc(100% - 200px);
		padding: 0 20px 0 0;
		margin-bottom: 8px
	}

	.product-table-row__cell::before {
		content: attr(data-title) ':';
		display: block;
		font-size: 14px;
		line-height: 20px;
		color: #959595;
		-ms-flex: 0 0 auto;
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		max-width: 50%
	}

	.product-table-row__cell-in,
	.product-table-row__cell-in::before {
		-ms-flex: 100 0 auto;
		-webkit-box-flex: 100;
		flex: 100 0 auto
	}

	.product-table-row__cell-in::before {
		content: '';
		display: inline-block;
		vertical-align: baseline;
		height: 1px;
		min-width: 20px;
		margin: 0 5px;
		background: linear-gradient(to right, rgba(119, 119, 119, .5) 0, rgba(119, 119, 119, .5) 1px, transparent 1px, transparent 4px) 0 0/4px 1px repeat-x
	}

	.product-table-row__cell--buy .product-table-row__cell-in::before,
	.product-table-row__cell--buy::before,
	.product-table-row__cell--image-name .product-table-row__cell-in::before,
	.product-table-row__cell--image-name::before,
	.product-table-row__cell--name .product-table-row__cell-in::before,
	.product-table-row__cell--name::before,
	.product-table-row__cell--price .product-table-row__cell-in::before,
	.product-table-row__cell--price::before {
		display: none
	}

	.product-table-row__cell--price .product-table-row__cell-in {
		-ms-justify-content: flex-end;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.product-table-row__cell--buy,
	.product-table-row__cell--price {
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 200px;
		min-width: 0;
		text-align: right;
		padding-right: 0
	}

	.product-table-row__image-name {
		margin: 0;
		width: 100%;
		-webkit-transform: none;
		transform: none
	}

	.no-touch .product-table-row:hover {
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.no-touch .product-table-row:hover .product-table-row__image-name {
		-webkit-transform: none;
		transform: none
	}

	.product-table-row.active.active {
		-webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 5px #E52421;
		box-shadow: 0 0 0 3px #fff, 0 0 0 5px #E52421
	}

	.product-table-row__cell--image-name .product-table-row__cell-in,
	.product-table-row__cell--name .product-table-row__cell-in {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}
}

@media (max-width:599px) {
	.product-table-row__cell {
		display: -ms-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		float: none;
		width: auto;
		padding: 0
	}

	.product-table-row__cell--price .product-table-row__cell-in::before,
	.product-table-row__cell--price::before {
		display: block
	}

	.product-table-row__cell--buy {
		margin-top: 12px
	}

	.product-table-row__cell--buy .basket-action {
		margin: 0;
		width: auto
	}
}

.rating-block {
	display: table;
	max-width: 100%;
	font-size: 12px;
	line-height: 20px
}

.rating-block__count,
.rating-block__stars {
	display: table-cell;
	vertical-align: middle;
	width: 1px;
	white-space: nowrap
}

.rating-block__count {
	padding-left: 8px;
	color: #959595;
	font-weight: 400
}

.rating-block .rating-stars {
	vertical-align: middle;
	margin-top: -3px
}

.rating-block--md {
	font-size: 14px
}

.rating-block--md .rating-block__count {
	color: #313131
}

.rating-block--xs .rating-stars__star {
	width: 10px;
	height: 10px;
	margin-top: 3px
}

.rating-stars {
	font-size: 0;
	line-height: 0;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.rating-stars__star {
	display: inline-block;
	vertical-align: top;
	width: 14px;
	height: 14px;
	margin-right: 1px
}

.rating-stars__star:last-child {
	margin-right: 0
}

.rating-stars__empty .rating-stars__star {
	color: rgba(119, 119, 119, .5)
}

.rating-stars--input:hover .rating-stars__empty .rating-stars__star,
.rating-stars__full .rating-stars__star {
	color: #4683C4
}

.rating-stars__full {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden
}

.rating-stars--input .rating-stars__star {
	width: 22px;
	height: 20px;
	cursor: pointer;
	margin: 0;
	border-right: 2px solid transparent;
	-webkit-transition: .1s;
	transition: .1s
}

.rating-stars--input .rating-stars__full {
	pointer-events: none
}

.rating-stars--input:hover .rating-stars__full {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .1s ease .1s;
	transition: .1s ease .1s
}

.rating-stars--input .rating-stars__empty .rating-stars__star:hover~.rating-stars__star {
	color: rgba(119, 119, 119, .5)
}

.floor--recently-viewed {
	max-height: 220px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.recently-viewed-item,
.recently-viewed-item.slick-side,
.recently-viewed-item.slick-side-offset-item {
	padding-left: 13px;
	padding-right: 13px;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.recently-viewed-item__img-box {
	position: relative;
	max-width: 100px;
	text-align: center;
	font-size: 0;
	-webkit-transition: .1s;
	transition: .1s;
	-ms-flex-grow: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.recently-viewed-item__img-cover {
	padding-top: 100%;
	background: center/100% auto no-repeat;
	background-size: contain
}

.recently-viewed-item__link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: none;
	background: #fff;
	-webkit-transition: .1s;
	transition: .1s;
	opacity: 0
}

.recently-viewed-item__no-photo-icon {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: rgba(119, 119, 119, .5);
	-webkit-box-shadow: 0 0 0 1px #F1F3F4 inset;
	box-shadow: 0 0 0 1px #F1F3F4 inset;
	padding: 10px
}

.recently-viewed-item__remove {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-align: center;
	cursor: pointer;
	-webkit-transition: .1s;
	opacity: 0;
	transition: .1s
}

.touch .recently-viewed-item__remove {
	width: 30px;
	height: 30px;
	top: -10px;
	right: 0;
	border-radius: 4px;
	background-color: #ed1920;
	color: #fff;
	opacity: .7
}

.recently-viewed-item__remove::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

.no-touch .recently-viewed-item:hover .recently-viewed-item__remove {
	opacity: 1
}

.no-touch .recently-viewed-item__remove:hover {
	color: #313131
}

.no-touch .recently-viewed-item__link:hover {
	opacity: .3;
	border: none
}

.recently-viewed-slide-enter-active,
.recently-viewed-slide-leave-active {
	-webkit-transition: .5s;
	transition: .5s;
	overflow: hidden
}

.recently-viewed-slide-enter,
.recently-viewed-slide-leave-to {
	max-height: 0;
	opacity: 0;
	padding-top: 0;
	margin-bottom: -45px
}

@media (max-width:759px) {
	.recently-viewed-item__img-box {
		max-width: 70px
	}
}

.reviews-slide {
	padding: 40px
}

.reviews-slide__header {
	margin-bottom: 10px
}

.reviews-slide__title {
	display: inline;
	font-weight: 600;
	margin-right: 20px
}

.reviews-slide__meta {
	display: inline-block;
	color: #959595;
	font-size: 12px;
	line-height: 18px
}

.reviews-slide__answer,
.reviews-slide__review {
	margin-bottom: 40px
}

.reviews-slide__answer:last-child,
.reviews-slide__review:last-child {
	margin-bottom: 0
}

.reviews-slide__answer .reviews-slide__body {
	padding: 15px 30px;
	border-radius: 8px;
	background: #F8F8F8
}

.reviews-slide__body p {
	margin: 8px 0
}

.reviews-slide__body p:first-child {
	margin-top: 0
}

.reviews-slide__body p:last-child {
	margin-bottom: 0
}

@media (max-width:1249px) {
	.reviews-slide {
		padding: 30px
	}

	.reviews-slide__answer .reviews-slide__body {
		padding: 15px 25px
	}
}

@media (max-width:999px) {
	.reviews-slide {
		padding: 20px
	}
}

.reviews-slider.reviews-slider {
	margin: 30px 60px;
	padding-bottom: 40px;
	position: relative
}

.reviews-slider .reviews-slider__main-slider {
	border: 1px dashed #F1F3F4;
	border-radius: 8px;
	position: static
}

.reviews-slider .reviews-slider__main-slider .slick-dots {
	bottom: 0
}

.reviews-slider.reviews-slider .slick-arrow {
	margin-top: calc(-35px / 2 - 20px)
}

.reviews-slider.reviews-slider .slick-prev {
	left: -60px
}

.reviews-slider.reviews-slider .slick-next {
	right: -60px
}

.reviews-slider__nav-slider {
	margin: 0 -10px
}

.reviews-slider__nav-slide {
	padding: 45px 10px 0
}

.reviews-slider__nav-box {
	padding: 10px;
	text-align: center;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	border: 2px solid transparent;
	-webkit-transition: .2s;
	transition: .2s;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex: 1 1 auto;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	cursor: pointer;
	position: relative
}

.reviews-slider__nav-slide,
.reviews-slider__nav-slide.slick-slide.slick-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.reviews-slider__nav-box img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 80px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.reviews-slider__nav-box::after,
.reviews-slider__nav-box::before {
	content: '';
	position: absolute;
	bottom: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.rich-text-input,
.rich-text-input-checkout {
	position: relative;
	-webkit-box-direction: normal
}

.reviews-slider__nav-box::before {
	right: 12px;
	border: 9px solid transparent;
	border-bottom-color: rgba(119, 119, 119, .5);
	border-right-color: rgba(119, 119, 119, .5);
	-webkit-transition: .2s;
	transition: .2s
}

.reviews-slider__nav-box::after {
	right: 14px;
	border: 6.5px solid transparent;
	border-bottom-color: #fff;
	border-right-color: #fff;
	-webkit-transition: 0s ease .2s;
	transition: 0s ease .2s
}

.reviews-slider__nav-box.active {
	border-color: #E52421
}

.reviews-slider__nav-box.active::after,
.reviews-slider__nav-box.active::before {
	opacity: 1;
	-webkit-transition: .2s;
	transition: .2s
}

.reviews-slider__nav-box.active::before {
	border-bottom-color: #E52421;
	border-right-color: #E52421
}

.no-touch .reviews-slider__nav-box:not(.active):hover {
	border-color: rgba(119, 119, 119, .5)
}

.reviews-slider--alt .reviews-slider__main-slider {
	border: 2px solid #E52421
}

@media (max-width:759px) {
	.reviews-slider.reviews-slider {
		margin: 20px 0
	}

	.reviews-slider.reviews-slider .slick-arrow {
		display: none !important
	}

	.reviews-slider__nav-slide {
		padding-top: 35px
	}
}

@media (max-width:479px) {
	.reviews-slider .reviews-slider__nav-slider {
		display: none
	}
}

.rich-form-btns {
	font-size: 0;
	margin: 25px -25px -25px 0;
	text-align: center
}

.rich-form-btns:first-child {
	margin-top: 0
}

.rich-form-btns .btn {
	vertical-align: top;
	margin: 0 25px 25px 0
}

.rich-form-btns-line {
	display: table;
	width: 100%;
	margin-top: 45px
}

.rich-form-btns-line__main {
	display: table-cell;
	width: 99%;
	vertical-align: top
}

.rich-form-btns-line__aside {
	display: table-cell;
	width: 1px;
	vertical-align: middle;
	padding-left: 20px;
	white-space: nowrap
}

.rich-form-link {
	margin: 10px 0
}

.rich-form-row+.rich-form-link {
	margin-top: -10px
}

.rich-form-link+.rich-form-btns {
	margin-top: 20px
}

.rich-form-message {
	margin: 10px 0
}

.rich-form-message:first-child {
	margin-top: 0
}

.rich-form-message:last-child {
	margin-bottom: 0
}

.rich-form-message+.rich-form-row {
	margin-top: 20px
}

.rich-form-message--error {
	color: #ed1920
}

.rich-form-grid {
	width: calc(100% + 20px);
	margin: 0 -20px -20px 0
}

.rich-form-grid__col {
	padding: 0 20px 20px 0
}

.label-text__hl {
	padding-left: 21px;
	color: #777;
	font-size: 14px;
	font-weight: 700;
	line-height: 26px
}

@media (max-width:759px) {

	.rich-form-btns-line,
	.rich-form-btns-line__aside,
	.rich-form-btns-line__main {
		display: block;
		width: auto;
		white-space: normal;
		text-align: center
	}

	.rich-form-btns-line__aside {
		padding: 0;
		margin-top: 20px
	}
}

.check-blocks,
.check-blocks:after {
	padding-bottom: 15px
}

.rich-form-row {
	margin-bottom: 20px
}

.rich-form-row:last-child {
	margin-bottom: 0
}

.rich-form-row--hidden {
	display: none
}

.rich-text-input {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.rich-text-input__border {
	display: none
}

.rich-text-input__label {
	display: block;
	cursor: default;
	text-align: left;
	color: #777;
	-webkit-transition: .3s;
	transition: .3s;
	-ms-order: -1;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}

.rich-text-input-checkout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 15px
}

.rich-text-input-checkout.rich-text-input--w-label {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 80%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

.rich-text-input__label-checkout {
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
	min-height: 40px;
	padding-top: 8px;
	display: inline-block
}

rich-form-row-checkout {
	width: 76%
}

.check-blocks:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid rgba(119, 119, 119, .5);
	margin-bottom: 30px
}

.delivery-form .rich-text-input__label-checkout {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.checkbox--delivery-checkout {
	text-decoration: none;
	font-size: 18px
}

.clone-field-link {
	position: absolute;
	top: -70px;
	cursor: pointer;
	color: #4683C4;
	right: 0;
	white-space: nowrap
}

.subinput-note {
	margin-left: 15px;
	color: #777;
	white-space: nowrap
}

.extrafield {
	display: none
}

.rich-text-input__input-checkout {
	-ms-flex-preferred-size: 65%;
	flex-basis: 65%
}

.rich-text-input__prefix {
	position: absolute;
	top: 0;
	left: 0;
	color: #777;
	font: 400 14px/26px $input-ff;
	pointer-events: none
}

.rich-text-input__message {
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin-top: 8px;
	opacity: .7
}

.rich-text-input__message--error {
	color: #ed1920
}

.rich-text-input__suggestions {
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: auto;
	z-index: 100
}

.rich-text-input--w-label .rich-text-input__input {
	padding-top: 6px;
	padding-bottom: 6px;
	height: 40px;
	background-color: #fff
}

.rich-text-input--w-label textarea.rich-text-input__input {
	height: 140px
}

.rich-text-input--w-label:not(.filled) input:not(:focus)::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .5)
}

.rich-text-input--w-label:not(.filled) input:not(:focus)::-moz-placeholder {
	color: rgba(0, 0, 0, .5)
}

.rich-text-input--w-label:not(.filled) input:not(:focus):-moz-placeholder {
	color: rgba(0, 0, 0, .5)
}

.rich-text-input--w-label:not(.filled) input:not(:focus):-ms-input-placeholder {
	color: rgba(0, 0, 0, .5)
}

.no-touch .rich-text-input__input:focus~.rich-text-input__label,
.no-touch .rich-text-input__input:hover~.rich-text-input__label,
.rich-text-input .rich-text-input__input.disabled~.rich-text-input__label,
.rich-text-input .rich-text-input__input:disabled~.rich-text-input__label,
.touch .rich-text-input__input:focus~.rich-text-input__label {
	color: #959595
}

.rich-text-input--textarea .rich-text-input__label {
	background-color: #fff
}

.rich-text-input--textarea .rich-text-input__input {
	padding-bottom: 6px
}

.rich-text-input--w-prefix .rich-text-input__input {
	text-align: right
}

.rich-text-input--sm .rich-text-input__prefix {
	font-size: 14px
}

.rich-text-input--file .rich-text-input__input {
	height: auto;
	border: 1px dashed #518AC7;
	background: 0 0;
	border-radius: 8px;
	padding: 15px 50px 15px 70px;
	position: relative;
	min-height: 65px
}

.text-input.text-input.disabled,
.text-input.text-input:disabled {
	border-color: rgba(119, 119, 119, .5);
	color: #959595;
	cursor: not-allowed
}

[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
	position: absolute;
	left: -9999px
}

[type=checkbox]:checked+label,
[type=checkbox]:not(:checked)+label {
	position: relative;
	padding-left: 41px;
	cursor: pointer;
	color: #777 !important;
	font-size: 14px;
	line-height: 15px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	min-height: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

[type=checkbox]:checked+label:before,
[type=checkbox]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 30px;
	width: 31px;
	border: 1px solid #D2D1D1;
	background-color: #FFF;
	border-radius: 4px
}

[type=checkbox]:checked+label:after,
[type=checkbox]:not(:checked)+label:after {
	content: '\2714';
	width: 18px;
	height: 18px;
	font-size: 28px;
	position: absolute;
	top: 8px;
	left: 5px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

[type=checkbox]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0)
}

[type=checkbox]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.rich-text-input__input-checkout input[type=date]:after {
	content: '';
	display: block;
	width: 20px;
	height: 30px;
	position: absolute;
	z-index: 2;
	pointer-events: none;
	right: 15px;
	background: url(/local/images/icons/calendar.png) center no-repeat #fff
}

@media (max-width:759px) {

	.btn--back,
	.rich-text-input-checkout.rich-text-input--w-label {
		width: 100%
	}

	.rich-text-input__input-checkout,
	.rich-text-input__label-checkout {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}

	.rich-form-btns-line,
	.rich-form-btns-line__aside,
	.rich-form-btns-line__main {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}

	.clone-field-link {
		left: auto;
		right: 0;
		top: -15px
	}
}

.container-contacts>.left-part,
.info-art-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal
}

.select {
	display: inline-block;
	height: 40px;
	background: #fff;
	border: 1px solid rgba(119, 119, 119, .5);
	border-radius: 4px;
	padding: 6px calc(10px + 16px) 6px 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font: 400 14px/26px Roboto, Arial, Helvetica, sans-serif;
	text-align: left;
	cursor: pointer;
	position: relative;
	-webkit-transition: .3s;
	transition: .3s;
	outline: 0;
	vertical-align: top
}

.no-touch .select:hover,
.select.open.open {
	border-color: #4683C4
}

.select-chevron.select-chevron,
.select-placeholder {
	top: 50%;
	right: 10px;
	-webkit-transition: .3s;
	position: absolute
}

.select select {
	display: none
}

.select-label-txt,
.select-value {
	display: inline-block;
	vertical-align: middle
}

.select.placeholder-state .select-value {
	color: #777
}

.select-chevron.select-chevron {
	color: rgba(119, 119, 119, .5);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: .3s
}

.select.open.open {
	z-index: 30
}

.select.open .select-chevron.select-chevron {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg)
}

.select-label-txt {
	margin-right: 4px
}

.select-value {
	pointer-events: none;
	white-space: nowrap;
	max-width: calc(100% - 20px);
	overflow: hidden;
	color: #313131;
	-webkit-transition: .2s;
	transition: .2s
}

.select.placeholder-state .select-value {
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px)
}

.select.placeholder-state li.active {
	color: #313131;
	cursor: pointer;
	font-weight: 400
}

.select-placeholder {
	margin-top: calc(-.5 * 26px);
	left: 10px;
	overflow: hidden;
	color: #777;
	transition: .3s;
	text-overflow: ellipsis
}

.select:not(.placeholder-state) .select-placeholder {
	opacity: 0;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}

.select-list {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 100%;
	margin-top: 5px;
	max-height: 50vh;
	width: inherit;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 8px rgba(0, 0, 0, .3);
	border-radius: 4px;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	z-index: 10;
	overflow: auto;
	white-space: normal;
	-webkit-transform-origin: center top;
	transform-origin: center top;
	cursor: default;
	-webkit-transform: scaleY(0);
	transform: scaleY(0)
}

.select-list li {
	padding: 4px 10px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #313131;
	cursor: pointer;
	-webkit-transition: .1s;
	transition: .1s
}

.no-touch .select-list li:focus,
.no-touch .select-list li:hover {
	color: #313131;
	outline: 0;
	background-color: #F1F3F4
}

.select-list li.active,
.select-list li.active:hover {
	color: #fff;
	cursor: default;
	background: #4683C4
}

.select-list li.disabled,
.select-list li.disabled:hover {
	color: rgba(119, 119, 119, .5);
	cursor: default;
	pointer-events: none;
	text-decoration: line-through
}

.select-list-owner.open .select-list,
.select-list.open,
.select.open .select-list {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1
}

.select-list-owner {
	position: relative
}

.select-list-owner .select-list {
	margin-top: 0
}

.text-guide .select-list li {
	padding-left: 10px;
	margin: 0
}

.text-guide .select-list li::before {
	display: none
}

.select--block {
	display: block;
	width: 100%
}

.select--lite {
	padding: 6px 15px;
	height: 40px
}

.select--sm {
	padding: 1px 10px;
	height: 30px;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px
}

.select--multiple .select-list li {
	padding: 4px 10px 4px 52px;
	position: relative;
	background: 0 0;
	cursor: pointer;
	font-size: 15px;
	line-height: 20px
}

.shop-li__time,
.shop-li__top {
	font-size: 14px;
	line-height: 20px
}

.select--multiple .select-list li::after,
.select--multiple .select-list li::before {
	content: '';
	position: absolute;
	-webkit-transition: .2s;
	transition: .2s
}

.select--multiple .select-list li::before {
	left: 20px;
	top: 6px;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	border: 1px solid #c6c6c6;
	background-color: #fff
}

.select--multiple .select-list li::after {
	top: 11px;
	left: 24px;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	width: 12px;
	height: 7px;
	opacity: 0;
	-webkit-transform: rotate(-45deg) scale(0);
	transform: rotate(-45deg) scale(0)
}

.select--multiple .select-list li.active {
	font-weight: 400;
	background: 0 0;
	color: #303030;
	cursor: pointer
}

.select--multiple .select-list li:focus {
	background: 0 0
}

.select--multiple .select-list li.disabled:focus {
	color: #919191
}

.select--multiple .select-list li.active::before {
	border-color: #87b726;
	background-color: #87b726
}

.select--multiple .select-list li.active::after {
	opacity: 1;
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1)
}

.no-touch .select--multiple .select-list li:hover {
	background: 0 0
}

.no-touch .select--multiple .select-list li:not(.disabled):hover {
	color: #ef6b01
}

.no-touch .select--multiple .select-list li:not(.disabled):hover::before {
	border-color: #87b726
}

.no-touch .select--multiple .select-list li.active:hover::before {
	opacity: .6
}

.optionExtra {
	padding-top: 25px
}

.optionExtra__line {
	width: 100%;
	max-width: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 5px
}

.optionExtra__param {
	color: rgba(119, 119, 119, .5)
}

.optionExtra__data {
	font-weight: 700
}

.instore {
	color: #9AB410
}

.noinstore {
	color: #E52421
}

.shop-list__filter,
.shop-list__list {
	margin: 30px 0
}

.shop-list__li {
	margin: 0 -25px -1px;
	padding: 15px 25px;
	border-top: 1px solid #F1F3F4;
	border-bottom: 1px solid #F1F3F4
}

.shop-list__map .ymap-container,
.shop-list__map yandex-map {
	display: block;
	height: 400px;
	background-color: #F1F3F4
}

.modal .shop-list__map yandex-map,
.shop-list__map .ymap-container {
	margin: 0 -25px -50px;
	overflow: hidden;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}

.shop-li__addr,
.shop-li__time {
	margin-top: 4px
}

.shop-li__top {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 4px
}

.shop-li__top:last-child {
	margin-bottom: 0
}

.shop-li__top-ruler {
	-ms-flex-grow: 100;
	-webkit-box-flex: 100;
	-ms-flex-positive: 100;
	flex-grow: 100;
	padding: 0 5px
}

.shop-li__top-ruler::after {
	content: '';
	display: inline-block;
	vertical-align: baseline;
	width: 100%;
	height: 1px;
	min-width: 20px;
	background: linear-gradient(to right, rgba(119, 119, 119, .5) 0, rgba(119, 119, 119, .5) 1px, transparent 1px, transparent 4px) 0 0/4px 1px repeat-x
}

.shop-li__top-end,
.shop-li__top-start {
	max-width: 60%
}

.shop-li__top-end {
	width: 160px
}

.shop-li__top-start-icon {
	margin-right: 6px;
	margin-left: -4px;
	color: #E52421
}

.shop-li__top-start-txt {
	vertical-align: top;
	color: #959595;
	letter-spacing: 1px
}

.shop-li__time {
	color: #959595
}

.shop-li__grid {
	margin: 0 -20px -5px 0
}

.shop-li__grid-col {
	padding: 0 20px 5px 0;
	font-size: 16px
}

@media (max-width:999px) {

	.modal .shop-list__map yandex-map,
	.shop-list__li,
	.shop-list__map .ymap-container {
		margin-left: -20px;
		margin-right: -20px
	}

	.shop-list__li {
		padding-left: 20px;
		padding-right: 20px
	}
}

@media (max-width:479px) {
	.shop-li__top-end {
		width: auto;
		text-align: right
	}

	.shop-li__top-end .avail-marker__text {
		white-space: nowrap
	}
}

.full-shop-list {
	margin: 25px 0
}

.full-shop-list__item {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #F1F3F4
}

.full-shop-list__item:last-child {
	margin-bottom: 0
}

.full-shop-li {
	display: table;
	width: 100%
}

.full-shop-li__cell-img,
.full-shop-li__cell-main,
.full-shop-li__cell-tel,
.full-shop-li__cell-time {
	display: table-cell;
	vertical-align: top
}

.full-shop-li__cell-img {
	width: 125px;
	padding-right: 25px
}

.full-shop-li__cell-time {
	width: 25%
}

.full-shop-li__cell-tel {
	width: 20%
}

.full-shop-li__cell-tel,
.full-shop-li__cell-time {
	padding-left: 25px;
	font-size: 14px;
	line-height: 20px;
	color: #959595
}

.full-shop-li__addr {
	-webkit-transition: .1s;
	transition: .1s
}

.full-shop-li__top {
	font-size: 14px;
	line-height: 20px
}

.full-shop-li__top-icon {
	margin-right: 6px;
	margin-left: -4px;
	color: #E52421
}

.full-shop-li__top-txt {
	display: inline-block;
	vertical-align: top;
	color: #959595;
	letter-spacing: 1px
}

.full-shop-li--reflex {
	cursor: pointer
}

.no-touch .full-shop-li--reflex:hover .full-shop-li__addr {
	color: #E52421
}

.img-stack {
	position: relative;
	width: 100px;
	height: 100px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.img-stack__icon,
.img-stack__item {
	position: absolute;
	-webkit-transition: .3s;
	transition: .3s;
	pointer-events: none
}

.img-stack__item {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: center no-repeat #ededed;
	background-size: cover;
	z-index: 10;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.img-stack__item+.img-stack__item {
	margin-top: 3px;
	margin-left: 3px;
	z-index: 9;
	background-color: #cdcdcd
}

.img-stack__item+.img-stack__item+.img-stack__item {
	margin-top: 6px;
	margin-left: 6px;
	z-index: 8;
	background-color: #ededed
}

.img-stack__icon {
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	color: #000;
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0) scale(0);
	transform: translate3d(0, 0, 0) scale(0);
	z-index: 11
}

.img-stack--reflex {
	cursor: pointer
}

.no-touch .img-stack--reflex:hover .img-stack__item:nth-child(1) {
	-webkit-transform: translate3d(-6px, -4px, 0);
	transform: translate3d(-6px, -4px, 0)
}

.no-touch .img-stack--reflex:hover .img-stack__item:nth-child(2) {
	-webkit-transform: translate3d(-3px, -2px, 0);
	transform: translate3d(-3px, -2px, 0)
}

.no-touch .img-stack--reflex:hover .img-stack__icon {
	opacity: .7;
	-webkit-transform: translate3d(-6px, -4px, 0) scale(1);
	transform: translate3d(-6px, -4px, 0) scale(1)
}

@media (max-width:999px) {
	.full-shop-list__item {
		padding-bottom: 20px;
		margin-bottom: 20px
	}
}

@media (max-width:759px) {
	.full-shop-li {
		display: block;
		position: relative;
		padding-left: 120px
	}

	.full-shop-li__cell-img,
	.full-shop-li__cell-main,
	.full-shop-li__cell-tel,
	.full-shop-li__cell-time {
		display: block;
		padding-left: 0;
		width: auto
	}

	.full-shop-li__cell-img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100px;
		height: 100px;
		padding: 0
	}

	.full-shop-li__cell-tel,
	.full-shop-li__cell-time {
		padding-left: 0;
		margin-top: 10px
	}
}

@media (max-width:599px) {
	.full-shop-li {
		padding-left: 100px
	}

	.full-shop-li .img-stack,
	.full-shop-li__cell-img {
		width: 80px;
		height: 80px
	}
}

.dropdown .sign-sm {
	margin: -20px
}

.dropdown .sign-sm__sign-in,
.dropdown .sign-sm__sign-up {
	padding: 20px
}

.dropdown .sign-sm__title:first-child {
	margin-top: -5px
}

.dropdown .sign-sm__title:last-child {
	margin-bottom: -4px
}

.sign-sm__title {
	margin: 15px 0
}

.sign-sm__title+.sign-sm__btn-row,
.sign-sm__title+.sign-sm__icon-row {
	margin-top: 0
}

.sign-sm__btn-row,
.sign-sm__icon-row {
	margin: 15px -15px -15px 0;
	display: inline-block;
	width: calc(100% + 15px)
}

.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block
}

.sign-sm__btn-row .btn,
.sign-sm__icon-row .btn {
	margin: 0 15px 15px 0
}

.sign-sm__btn-row:first-child,
.sign-sm__icon-row:first-child {
	margin-top: 0
}

.sign-sm__btn-row .btn--block {
	width: calc(100% - 15px)
}

.slick-slider {
	-ms-user-select: none;
	user-select: none;
	webkit-touch-callout: none;
	ms-touch-action: pan-y;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	webkit-transform: translate3d(0, 0, 0);
	moz-transform: translate3d(0, 0, 0);
	ms-transform: translate3d(0, 0, 0);
	o-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	top: 0;
	left: 0;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.slick-slide {
	display: none;
	min-height: 1px;
	outline: 0;
	-ms-flex-grow: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-arrow,
.slick-dots button {
	outline: 0
}

.slick-default-arrows .slick-arrow {
	position: absolute;
	top: 50%;
	width: 35px;
	height: 35px;
	border: none;
	margin-top: calc(-35px / 2);
	color: #4683c4;
	font-size: 0;
	text-align: center;
	cursor: pointer;
	z-index: 10;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: .3s;
	transition: .3s
}

.slick-default-arrows .slick-prev {
	left: 20px;
	border-radius: 50%
}

.slick-default-arrows .slick-next {
	right: 20px;
	border-radius: 50%
}

.slick-default-arrows .slick-arrow .svg-icon {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: 0s, -webkit-transform .3s;
	transition: 0s, -webkit-transform .3s;
	transition: 0s, transform .3s;
	transition: 0s, transform .3s, -webkit-transform .3s
}

.slick-default-arrows .slick-arrow::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

.no-touch .slick-default-arrows .slick-arrow:hover {
	color: #E52421
}

.no-touch .slick-default-arrows .slick-arrow:active,
.slick-default-arrows .slick-arrow:active {
	background: #959595;
	color: #fff
}

.slick-default-arrows .slick-arrow.slick-arrow.slick-disabled {
	cursor: default;
	background: #F8F8F8;
	color: #F1F3F4
}

.slick-default-dots .slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 0;
	line-height: 0;
	z-index: 5;
	list-style: none
}

.slick-default-dots .slick-dots li {
	display: inline-block;
	vertical-align: middle;
	margin: 9px calc(9px / 2) 0;
	padding: 0
}

.slick-default-dots .slick-dots button {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
	font-size: 0;
	line-height: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	border: 1px solid #D4D4D4
}

.slick-default-dots .slick-dots .slick-active button {
	background: #4683C4;
	border: 0;
	width: 8px;
	height: 8px;
	margin-top: 2px
}

.no-touch .slick-default-dots .slick-dots .slick-active button:hover,
.no-touch .slick-default-dots .slick-dots button:hover {
	background: #F1F3F4;
	border: 0
}

.slick-side-offset {
	margin: -10px 37px -10px 38px;
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 75px)
}

.slick-side-offset .slick-prev {
	left: calc(100% - 45px)
}

.slick-side-offset .slick-next {
	right: -37px
}

.slick-side-offset .slick-list {
	padding-left: 13px;
	padding-right: 12px
}

.slick-side-offset-item {
	padding: 10px 0
}

@media (max-width:759px) {
	.slick-default-dots .slick-dots {
		bottom: 15px
	}

	.slick-default-dots .slick-dots li {
		margin: 4px 3px 0;
		-webkit-transition: .3s;
		transition: .3s
	}

	.slick-default-dots .slick-dots button {
		width: 8px;
		height: 8px
	}

	.slick-side-offset {
		margin: 0 -10px;
		width: calc(100% + 20px)
	}

	.slick-side-offset .slick-list {
		margin: -10px 0
	}

	.slick-side-offset-item {
		padding: 10px 0
	}

	.slick-outside-dots-xs .slick-dots {
		position: static;
		margin-top: calc(30px - 9px)
	}

	.slick-default-dots li.slick-dot-out-of-edge {
		margin: 0;
		width: 0
	}

	.slick-default-dots .slick-dot-out-of-edge button {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0
	}

	.slick-default-dots .slick-dot-on-edge button {
		-webkit-transform: scale(.75);
		transform: scale(.75);
		opacity: .75
	}
}

.slide,
slide {
	display: block;
	min-height: 465px;
	position: relative;
	background-color: #F1F3F4;
	background-size: cover;
	background-position: center
}

.slide__bg,
.slide__bg-cover,
.slide__link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.slide__bg {
	overflow: hidden
}

.slide__bg-cover {
	background: center no-repeat;
	background-size: cover;
	-webkit-transition: .3s;
	transition: .3s
}

.slide__link {
	border: none;
	outline: 0
}

.slide__link::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	border: 1px dashed #313131;
	z-index: 2;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s
}

.no-touch .slide__link:focus::before {
	opacity: 1
}

.no-touch .top-banner a:hover,
.no-touch .top-banner__close:hover,
.no-touch top-banner a:hover,
.system-message--tip.system-message--error .system-message__close-btn:hover {
	opacity: .7
}

.slide__main {
	position: relative;
	z-index: 2;
	-ms-flex-grow: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.slide__container {
	width: 100%;
	-ms-flex-grow: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.slide__content {
	max-width: 50%;
	width: 500px;
	margin-left: auto;
	padding: 50px;
	background-color: #fff;
	border-bottom: 1px solid #F1F3F4;
	-ms-flex-grow: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.slide__content .btn {
	position: relative;
	z-index: 3
}

.slide__title {
	margin: 14px 0
}

.slide__txt {
	display: block;
	margin: 0
}

.slide__action {
	margin-top: 30px
}

.slide__btn-row {
	margin: 0 -20px -20px 0
}

.slide__btn-row .btn {
	vertical-align: top;
	margin: 0 20px 20px 0
}

.slide--left .slide__content {
	margin-left: 0;
	margin-right: auto
}

.no-touch .slide__link:hover {
	border: none
}

.slick-initialized .slide,
.slick-initialized .slide__container,
.slick-initialized .slide__content,
.slick-initialized .slide__main {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}

.slick-initialized .slide__content {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (max-width:1249px) {
	.slide__container.container {
		padding: 0
	}

	.slide--wide .slide__content {
		padding-right: 50px
	}

	.slide--wide.slide--left .slide__content {
		padding-left: 75px
	}

	.slide--wide.slide--right .slide__content {
		padding-right: 75px
	}
}

@media (max-width:999px) {
	.slide--dark {
		color: #313131
	}

	.slide__content {
		display: -ms-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}

	.slide__content.slide__content {
		padding: 20px;
		margin: 0;
		max-width: 400px;
		background-color: rgba(255, 255, 255, .8)
	}

	.slide--right .slide__content {
		-webkit-align-self: flex-end;
		-ms-align-self: flex-end;
		-ms-flex-item-align: end;
		align-self: flex-end;
		padding-right: 50px
	}

	.slide--left .slide__content {
		-webkit-align-self: flex-start;
		-ms-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
		padding-left: 50px
	}

	.slide__container,
	.slide__content {
		-ms-justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.slide__bg::after {
		display: none
	}
}

@media (max-width:759px) {

	.slide__action,
	.slide__bg::after,
	.slide__txt {
		display: none
	}

	.slide {
		min-height: 300px
	}

	.slide--dark {
		color: #313131
	}

	.slide__content.slide__content.slide__content {
		background-color: rgba(255, 255, 255, .8);
		text-align: center;
		-webkit-align-self: center;
		-ms-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
		border-bottom: none;
		-ms-flex-grow: 0;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0
	}

	.slide__txt {
		font-size: 14px;
		line-height: 20px
	}

	.slide__action {
		margin-top: 15px
	}

	.slide--left .slide__bg-cover {
		background-position: 66% 50%
	}

	.slide--right .slide__bg-cover {
		background-position: 33% 50%
	}

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

	.slide__content.slide__content.slide__content {
		width: 100%;
		margin: 20px 0 0;
		padding: 15px 20px 35px;
		max-width: none
	}

	.slide__title {
		margin: 0
	}
}

.js-supported .slider-brands:not(.slick-initialized),
.js-supported slider-brands {
	display: block;
	height: 60px;
	overflow: hidden;
	background: #F1F3F4
}

.slider-brands {
	padding-left: 0;
	padding-right: 0
}

.brand-slide {
	text-align: center;
	font-size: 0;
	padding: 10px 13px 10px 12px
}

.brand-slide__img-box {
	display: inline-block;
	width: 160px;
	max-width: 100%;
	height: 60px;
	border: none;
	-webkit-transition: .3s;
	transition: .3s
}

.brand-slide__img-box img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%
}

.brand-slide__img-box::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

.no-touch .brand-slide__img-box:hover {
	border-bottom: none;
	opacity: .7
}

@media (max-width:759px) {
	.slider-brands .slick-list {
		padding: 0
	}

	.brand-slide {
		padding: 10px
	}

	.product-slide .product__image-container {
		max-width: 140px
	}
}

.slider-input {
	padding: 10px
}

.slider-input.active {
	cursor: pointer;
	-ms-user-select: none;
	user-select: none
}

.slider-input__slider {
	position: relative;
	padding: 4px 0
}

.slider-input__ruler {
	height: 2px;
	background-color: #F1F3F4;
	position: relative
}

.slider-input__selection {
	position: absolute;
	top: 0;
	bottom: 0;
	background: #E52421
}

.slider-input__button {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	margin-left: -5px;
	background-color: #E52421;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: background .1s, -webkit-transform .1s;
	transition: background .1s, transform .1s;
	transition: background .1s, transform .1s, -webkit-transform .1s
}

.slider-input__button::before {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	-webkit-transition: .1s;
	transition: .1s
}

.slider-input__labels {
	font-size: 0;
	margin-top: 4px
}

.slider-input__label {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	font-size: 14px;
	line-height: 20px;
	color: #313131;
	white-space: nowrap;
	overflow: hidden
}

.slider-input__label:only-child {
	width: auto
}

.slider-input__label+.slider-input__label {
	text-align: right
}

.no-touch .slider-input__button:hover,
.slider-input__button.active {
	background-color: #4683C4;
	-webkit-transform: scale(2);
	transform: translate3d(0, 0, 0) scale(2);
	z-index: 2
}

.no-touch .slider-input__button:hover::before,
.slider-input__button.active::before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.touch .slider-input__button {
	-webkit-transform: scale(2);
	transform: translate3d(0, 0, 0) scale(2)
}

.js-supported .slider-products:not(.slick-initialized),
.js-supported slider-products {
	display: block;
	height: 450px;
	overflow: hidden
}

.slider-products .slick-list {
	padding: 0;
	margin: -12px 0
}

.no-touch .slider-products {
	position: relative;
	z-index: 0;
	margin: 0 -10px;
	width: calc(100% + 20px);
	-webkit-transition: z-index .3s;
	transition: z-index .3s;
	height: 380px
}

.no-touch .slider-products .slick-list {
	padding-bottom: 0;
	overflow: visible
}

.slider-products .slick-prev {
	left: calc(100% - 90px)
}

.slider-products .slick-next {
	right: 14px
}

.slider-products .slick-arrow {
	top: -35px
}

.no-touch .slider-products:hover {
	z-index: 30
}

.no-touch .slider-products .slick-dots {
	margin-top: calc(0 - 15px - 12px + 40px);
	margin-bottom: calc(155px + 12px + 12px - 40px);
	position: static;
	z-index: -1
}

.no-touch .slider-products--no-tail {
	margin-bottom: 0
}

.no-touch .slider-products--no-tail .slick-dots {
	bottom: 40px
}

.touch .slider-products .slick-dots {
	position: static;
	margin: calc(30px - 9px) 0 0
}

.slider-products--related .rating-stars__star {
	width: 10px;
	height: 10px;
	margin-top: 4px
}

.slider-products--related .rating-block__count {
	display: none
}

.no-touch .floor--slider-products {
	margin-bottom: 0;
	width: calc(100% - 2px)
}

.no-touch .floor--slider-products:last-child {
	margin-bottom: 70px
}

.product-slide {
	padding: 12px
}

.product-slide,
.product-slide.slick-slide {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.product-slide .product__link::before {
	display: none
}

.small-countdown {
	display: inline-block;
	vertical-align: baseline;
	padding: 0 4px;
	cursor: default;
	border: 1px solid #4683C4;
	border-radius: 4px;
	color: #4683C4;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400
}

.system-message {
	display: table;
	width: 100%;
	padding: 15px 25px;
	margin: 20px 0;
	background-color: #F1F3F4;
	border-radius: 4px
}

.system-message__close,
.system-message__text {
	display: table-cell;
	vertical-align: top
}

.system-message__text {
	width: 99%
}

.system-message__close {
	width: 1px
}

.system-message__close-btn {
	background: 0 0;
	padding: 15px;
	width: 50px;
	height: 50px;
	margin: -15px -25px -15px 0;
	display: block;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s
}

.system-message__close-btn .svg-icon {
	vertical-align: top
}

.no-touch .system-message__close-btn:hover {
	color: #4683C4
}

.system-message--error {
	background-color: #fee8ef
}

.system-message--tip {
	position: absolute;
	bottom: 100%;
	left: 0;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 20px;
	width: 210px;
	text-align: left;
	z-index: 10
}

.system-message--tip::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 15px;
	border: 6px solid transparent;
	border-bottom: none;
	border-top-color: #F1F3F4
}

.system-message--tip .system-message__close-btn {
	padding: 7px;
	width: 34px;
	height: 34px;
	margin: -5px -10px -5px 0
}

.system-message--tip.system-message--error {
	background: #ed1920;
	color: #fff
}

.system-message--tip.system-message--error::after {
	border-top-color: #ed1920
}

.system-message--tip.system-message--error .system-message__close-btn {
	color: #fff
}

.top-banner,
top-banner {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	position: relative;
	padding: 8px 0;
	cursor: default;
	background: #E52421;
	color: #fff
}

.top-banner .container,
top-banner .container {
	padding: 0 84px
}

.top-banner__close {
	position: absolute;
	top: 0;
	right: 0;
	width: 84px;
	height: 44px;
	cursor: pointer;
	-webkit-transition: .1s;
	transition: .1s;
	color: inherit
}

.top-banner__close .svg-icon {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -10px
}

.no-touch .top-banner a:hover,
.no-touch top-banner a:hover,
.top-banner a,
top-banner a {
	color: #fff;
	border-bottom-color: #fff
}

@media (max-width:999px) {

	.top-banner .container,
	top-banner .container {
		padding: 0 40px
	}

	.top-banner__close {
		width: 40px
	}
}

@media (max-width:599px) {

	.top-banner,
	top-banner {
		text-align: left
	}

	.top-banner .container,
	top-banner .container {
		padding: 0 40px 0 10px
	}
}

.top-search {
	position: relative;
	width: 100%;
	white-space: normal
}

.top-search.active {
	z-index: 110
}

.top-search .folded-menu-header {
	display: none
}

.top-search__row {
	display: table;
	width: 100%
}

.top-search__cell-input {
	display: table-cell;
	vertical-align: top;
	width: 99%;
	padding-right: 1px
}

.top-search__cell-action,
.top-search__cell-filter {
	display: table-cell;
	vertical-align: top;
	width: 1px
}

.top-search__cell-filter .select {
	border-radius: 0;
	width: 220px
}

.top-search__cell-action .btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	z-index: 31
}

.top-search__btn {
	padding-left: 10px;
	padding-right: 10px
}

.top-search__btn .svg-icon {
	width: 20px;
	height: 20px
}

.no-touch .top-search__btn:active,
.no-touch .top-search__btn:hover,
.top-search__btn,
.top-search__btn:active {
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.top-search__row .btn,
.top-search__row .select,
.top-search__row .text-input {
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none
}

.top-search__row .select {
	margin-right: -40px;
	padding-right: calc(10px + 40px + 16px)
}

.top-search__row .select .select-chevron {
	right: 40px
}

.no-touch .top-search__row:hover .btn,
.no-touch .top-search__row:hover .select,
.no-touch .top-search__row:hover .text-input,
.top-search__row.active .btn,
.top-search__row.active .select,
.top-search__row.active .text-input {
	background-color: #fff
}

.top-search__row .text-input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .5)
}

.top-search__row .text-input::-moz-placeholder {
	color: rgba(0, 0, 0, .5)
}

.top-search__row .text-input:-moz-placeholder {
	color: rgba(0, 0, 0, .5)
}

.top-search__row .text-input:-ms-input-placeholder {
	color: rgba(0, 0, 0, .5)
}

.top-search-open .top-search {
	z-index: 116
}

@media (max-width:999px) {
	.top-search__cell-filter {
		display: none
	}
}

.top-search-lite {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: calc(-40px / 2);
	-webkit-transition: .3s;
	transition: .3s;
	width: 220px
}

.top-search-open .top-search-lite {
	position: absolute;
	left: 50%;
	margin-left: -355px;
	width: 710px;
	z-index: 110
}

body:not(.top-search-open) .top-search-lite__results {
	display: none
}

.top-search-lite-box {
	position: relative
}

.top-search-lite-box__input {
	height: 40px;
	padding: 6px 30px
}

.top-search-lite-box__btn,
.top-search-lite-box__close {
	position: absolute;
	border: none;
	background: 0 0;
	width: 30px;
	top: 0;
	height: 40px;
	color: #313131;
	font-size: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s
}

.top-search-lite-box__btn::after,
.top-search-lite-box__close::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

.top-search-lite-box__btn {
	left: 0;
	text-align: left
}

.top-search-lite-box__close {
	right: 0;
	text-align: right;
	-webkit-transition: .3s, opacity .3s, visibility .3s;
	transition: .3s, opacity .3s, visibility .3s;
	opacity: 0
}

.top-search-lite-box__btn .svg-icon,
.top-search-lite-box__close .svg-icon {
	width: 20px;
	height: 20px
}

.top-search-lite-box::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	cursor: pointer
}

.no-touch .top-search-lite-box:hover .top-search-lite-box__input {
	border-bottom-color: #4683C4
}

.top-search-open .top-search-lite-box__btn,
.top-search-open .top-search-lite-box__close {
	color: rgba(255, 255, 255, .7)
}

.top-search-open .top-search-lite-box__close {
	opacity: 1;
	visibility: visible
}

.top-search-open.no-touch .top-search-lite-box__btn:hover,
.top-search-open.no-touch .top-search-lite-box__close:hover {
	color: rgba(255, 255, 255, 1)
}

.top-search-open .top-search-lite-box::after {
	display: none
}

.top-search-open .top-search-lite-box__input {
	color: #fff;
	border-color: rgba(255, 255, 255, .7)
}

.top-search-open .top-search-lite-box__input:focus,
.top-search-open.no-touch .top-search-lite-box:hover .top-search-lite-box__input,
.top-search-open.no-touch .top-search-lite-box__input:focus,
.top-search-open.no-touch .top-search-lite-box__input:hover {
	border-color: rgba(255, 255, 255, 1)
}

.top-search-open .top-search-lite-box__input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .5)
}

.top-search-open .top-search-lite-box__input::-moz-placeholder {
	color: rgba(0, 0, 0, .5)
}

.top-search-open .top-search-lite-box__input:-moz-placeholder {
	color: rgba(0, 0, 0, .5)
}

.top-search-open .top-search-lite-box__input:-ms-input-placeholder {
	color: rgba(0, 0, 0, .5)
}

.top-search-results {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin-top: 6px;
	padding: 20px;
	white-space: normal;
	background-color: #fff;
	color: #313131;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 8px rgba(0, 0, 0, .2)
}

.breadcrumbs,
.contact-info--address,
.contact-info__tel,
.file-input__list-item.file-row,
.js-main-menu-links__group,
.mmdd-alt__l2-link-title,
.slider-tab {
	white-space: nowrap
}

.top-search-results__categories {
	font-size: 0;
	padding: 0 0 0 15px;
	margin: -20px -20px -1px;
	border-bottom: 1px solid #F1F3F4
}

.top-search-results__categories-link {
	display: inline-block;
	vertical-align: top;
	margin-right: 25px;
	padding: 10px 0 8px;
	border-bottom: 2px solid rgba(255, 255, 255, 0);
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s
}

.top-search-results__categories-link.active {
	border-bottom-color: #E52421;
	cursor: default
}

.no-touch .top-search-results__categories-link:hover {
	color: #E52421
}

.no-touch .top-search-results__categories-link.active:hover {
	color: #313131
}

.top-search-results__link {
	display: block;
	margin: 0 -20px;
	padding: 14px 15px 14px 50px;
	font-size: 16px;
	line-height: 24px;
	border-bottom: 1px solid #F1F3F4;
	position: relative;
	-webkit-transition: .3s;
	transition: .3s;
	color: #313131
}

.top-search-results__link:last-child {
	border-bottom: none
}

.top-search-results__link-icon {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 20px;
	height: 20px;
	-webkit-transition: .3s;
	transition: .3s
}

.top-search-results__link-icon .svg-icon {
	color: #E52421;
	width: 100%;
	height: 100%;
	vertical-align: top
}

.top-search-results__link-sup {
	vertical-align: top;
	color: #959595;
	font-size: 12px;
	line-height: 18px;
	margin-left: 4px
}

.no-touch .top-search-results__link:hover {
	border-bottom-color: #F1F3F4;
	color: #E52421
}

.no-touch .top-search-results__link:last-child:hover,
.top-search-results__list .product:last-child {
	border-bottom: none
}

.no-touch .top-search-results__link:hover .top-search-results__link-icon {
	-webkit-transform: translateX(5px);
	transform: translate3d(5px, 0, 0)
}

.top-search-results__list {
	max-height: calc(100vh - 220px);
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 20px;
	margin: 0 -20px
}

.top-search-results__list .product {
	margin-left: -20px;
	margin-right: -20px
}

.top-search-results__botom-links {
	margin-top: 10px
}

@media (max-width:759px) {
	.top-search-lite-box {
		margin-left: -20px;
		margin-right: -20px
	}

	.top-search-lite-box__btn {
		width: 50px;
		padding-left: 20px
	}

	.top-search-lite-box__close {
		width: 50px;
		padding-right: 20px
	}

	.top-search-lite-box__input {
		border-bottom-color: #F1F3F4;
		padding-left: 50px;
		padding-right: 50px
	}

	.top-search-lite {
		position: static;
		width: 100%;
		margin: 0
	}

	.top-search-open .top-search-lite.top-search-lite {
		position: relative;
		width: 100%;
		margin: 0;
		left: auto;
		right: auto
	}
}

@media (max-width:359px) {
	.top-search-results__link {
		padding: 14px 15px
	}

	.top-search-results__link-icon {
		display: none
	}
}

@media (max-width:999px),
(min-width:999px) and (max-width:1249px) {
	.top-search-open .top-search-lite {
		left: calc(50vw - 60px)
	}
}

.like-no-reviews__action {
	margin: 20px -20px -20px 0
}

.like-no-reviews__action .btn {
	margin: 0 20px 20px 0
}

.like-no-reviews__text,
.like-no-reviews__title {
	margin: 10px 0
}

.user-reviews__header {
	display: table;
	width: 100%;
	margin-bottom: 25px
}

.user-reviews__header-stars,
.user-reviews__header-title {
	display: table-cell;
	vertical-align: baseline
}

.user-reviews__header-title {
	width: 220px;
	padding-right: 20px
}

.user-reviews__list-item {
	margin-bottom: 35px
}

.user-reviews__list-item:last-child {
	margin-bottom: 0
}

.user-reviews__actions {
	font-size: 0;
	margin: 25px -20px -20px 0
}

.user-reviews__actions .btn {
	margin: 0 20px 20px 0
}

.review {
	display: table;
	width: 100%
}

.review__aside,
.review__main {
	display: table-cell;
	vertical-align: top
}

.review__aside {
	width: 220px;
	padding-right: 20px
}

.review__text-block,
.review__title {
	margin-bottom: 6px
}

.review__title:first-child {
	margin-top: -5px
}

.review__rating {
	margin-bottom: 8px
}

.review__aside-key,
.review__aside-value,
.review__author,
.review__date {
	font-size: 14px;
	line-height: 20px
}

.review__aside-key,
.review__author {
	font-weight: 600;
	margin-top: 8px
}

.review__votes {
	margin-top: 10px;
	font-size: 0;
	line-height: 0;
	cursor: default
}

.review__votes-dislike,
.review__votes-label,
.review__votes-like {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	font-size: 14px;
	line-height: 20px
}

.review__votes-label {
	margin-right: 20px;
	color: rgba(119, 119, 119, .5)
}

.voting-hand {
	display: inline-table;
	vertical-align: top;
	cursor: pointer;
	font-size: 14px;
	line-height: 20px
}

.voting-hand__icon,
.voting-hand__value {
	display: table-cell;
	vertical-align: middle
}

.voting-hand__value {
	padding-left: 8px
}

.voting-hand__icon {
	color: rgba(119, 119, 119, .5);
	-webkit-transition: .1s;
	transition: .1s
}

.voting-hand__icon .svg-icon {
	width: 20px;
	height: 20px;
	vertical-align: top
}

.voting-hand--like {
	color: #55974d
}

.voting-hand--dislike {
	color: #ed1920
}

.voting-hand--neutral {
	color: rgba(119, 119, 119, .5)
}

.no-touch .voting-hand--like:hover .voting-hand__icon {
	color: #55974d
}

.no-touch .voting-hand--dislike:hover .voting-hand__icon {
	color: #ed1920
}

@media (max-width:599px) {

	.review,
	.review__aside,
	.review__main {
		display: block;
		width: auto
	}

	.review__aside {
		margin-bottom: 15px
	}
}

@media (max-width:479px) {

	.user-reviews__header,
	.user-reviews__header-stars,
	.user-reviews__header-title {
		display: block;
		width: auto
	}

	.user-reviews__header-title {
		padding: 0
	}

	.user-reviews__header-stars {
		margin-top: 4px
	}
}

.status {
	padding: 0 12px;
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	position: relative;
	color: #fff;
	background: #007ebe;
	border: none;
	border-radius: 3px
}

.status--new,
.status--novinka {
	background: #007ebe;
	color: #fff
}

.status--new::after,
.status--novinka::after {
	border-left-color: #007ebe
}

.status--hit {
	background: #f7a300;
	color: #fff
}

.status--sale,
.status--saving {
	background: #ed1920;
	color: #fff
}

.status--sale::after,
.status--saving::after {
	border-left-color: #ed1920
}

.status--lite {
	padding: 0 10px;
	line-height: 18px
}

.status--lite::after {
	display: none
}

.status-group .status {
	float: left;
	clear: both
}

.catalog-grid__item {
	margin-bottom: 0
}

.catalog-item__title {
	font-size: 26px;
	line-height: 34px
}

.social-link--facebook {
	color: #3b5998
}

.no-touch .social-link--facebook:hover {
	color: #3b5998;
	opacity: .7
}

.social-link--twitter {
	color: #1DA1F2
}

.no-touch .social-link--twitter:hover {
	color: #1DA1F2;
	opacity: .7
}

.social-link--instagram {
	color: #000
}

.no-touch .social-link--instagram:hover {
	color: #000;
	opacity: .7
}

.social-link--vkontakte {
	color: #507299
}

.no-touch .social-link--vkontakte:hover {
	color: #507299;
	opacity: .7
}

.dropdown .sign-sm__sign-up {
	background: #F8F8F8
}

.rich-text-input__label.rich-text-input__label.rich-text-input__label {
	color: #313131
}

.dropdown-arrow-owner::before {
	left: 20px;
	margin-left: 0
}

.page-header-info-block__cell-icon {
	padding-right: 10px
}

.page-header-info-block__cell-arrow {
	display: table-cell;
	vertical-align: middle;
	padding-left: 12px;
	width: 1px
}

.page-header-info-block__cell-arrow .svg-icon {
	width: 14px;
	height: 14px;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.page-header-top-item__local-text,
.page-header-top-item__value {
	border-bottom: 1px dotted;
	color: #4683C4
}

.page-header-top-item__ext-text {
	border-bottom: 1px solid
}

.page-header-info-block.open .page-header-info-block__cell-arrow .svg-icon {
	-webkit-transform: rotate(180deg);
	transform: translate3d(0, 0, 0) rotate(180deg)
}

.basket-action__cell-remove {
	top: -40px !important
}

.dropdown--basket .product__discount,
.top-search-results__list .product__discount {
	font-size: 10px;
	width: 25px;
	height: 25px;
	top: -10px;
	right: -10px;
	z-index: 20
}

.basket-sm__list .product__status,
.top-search-results__list .product__status {
	padding: 0 3px;
	font-size: 10px;
	line-height: 18px
}

.product__no-image .svg-icon {
	width: 80px;
	height: 80px
}

.product-price-ext__no-image {
	background: #fff;
	width: 100%;
	height: 100%;
	font-size: 0;
	text-align: center;
	-webkit-box-shadow: 0 0 0 1px #F1F3F4 inset;
	box-shadow: 0 0 0 1px #F1F3F4 inset
}

.product-price-ext__no-image::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

.product-price-ext__no-image .svg-icon {
	width: 60px;
	height: 60px;
	color: #F1F3F4
}

.page-prefooter .container {
	position: relative;
	z-index: 2
}

.page-prefooter .text-input {
	border-color: #fff;
	background-color: #fff
}

.no-touch .page-prefooter .text-input:focus,
.no-touch .page-prefooter .text-input:hover,
.page-prefooter .text-input:focus {
	background-color: #fff
}

.number-input__input .text-input {
	height: 40px;
	padding: 4px 20px
}

.number-input__btn {
	height: 40px
}

.number-input--lg .number-input__btn {
	height: 50px;
	width: 30px
}

.number-input--lg .text-input {
	height: 50px;
	padding: 12px 30px
}

.page-header-main__cell--menu-btn .menu-btn {
	width: 70px;
	height: 70px;
	margin: 0;
	background: #4683C4
}

.page-header-main__cell--menu-btn .menu-btn__part {
	background: #fff
}

.no-touch .page-header-main__cell--menu-btn .menu-btn:hover {
	border-color: #E52421
}

.no-touch .page-header-main__cell--menu-btn .menu-btn:hover .menu-btn__part {
	background: #E52421
}

.floor-banner {
	background: center/auto 100% no-repeat;
	background-size: cover;
	min-height: 470px;
	padding: 80px 0;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.floor-banner .container {
	width: 100%
}

.floor-banner__content {
	max-width: 600px
}

.floor-banner__text,
.floor-banner__title {
	margin: 20px 0
}

.floor-banner__action {
	margin: 40px 0 20px
}

.floor--custom-i10s {
	margin: 60px 0
}

.custom-i10s-grid {
	margin: 0 -12px -25px -13px;
	width: calc(100% + 25px)
}

.custom-i10s-grid__item {
	padding: 0 12px 0 13px;
	margin-bottom: 25px
}

.custom-i10s {
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	border: 1px dashed #F1F3F4;
	border-radius: 4px;
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding: 30px 30px 40px
}

.custom-i10s__visual {
	height: 120px;
	max-width: 120px;
	margin: 15px auto;
	font-size: 0
}

.custom-i10s__visual::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

.custom-i10s__visual img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%
}

.custom-i10s__text,
.custom-i10s__title {
	margin: 8px auto;
	max-width: 250px
}

.aside-info-block {
	border-radius: 4px;
	padding: 25px;
	background-color: #F8F8F8;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden
}

.aside-info-block__grid {
	margin: -26px -26px -25px -25px;
	width: calc(100% + 51px)
}

.aside-info-block__group {
	padding: 25px;
	border-top: 1px solid #F1F3F4;
	border-right: 1px solid #F1F3F4;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-size: 14px
}

.ig-title {
	display: table;
	width: 100%;
	margin: 15px 0
}

.ig-title__text {
	display: table-cell;
	vertical-align: middle
}

.ig-title__icon {
	display: table-cell;
	vertical-align: top;
	width: 34px;
	padding-right: 10px;
	line-height: 0
}

.ig-title__icon .svg-icon {
	width: 24px;
	height: 24px;
	vertical-align: middle;
	color: rgba(119, 119, 119, .5);
	margin-top: 1px
}

.inline-separator {
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
	height: 1em;
	border-left: 1px solid rgba(119, 119, 119, .5);
	margin: 0 19px
}

.cat-grid {
	border: 1px solid #F1F3F4;
	border-radius: 4px;
	overflow: hidden
}

.cat-grid__grid {
	margin: 0 -1px -1px 0;
	width: calc(100% + 1px)
}

.cat-grid__item {
	border-right: 1px solid #F1F3F4;
	border-bottom: 1px solid #F1F3F4;
	padding: 30px 30px 35px;
	font-size: 16px
}

.cat-grid__item-image {
	display: block;
	height: 140px;
	font-size: 0;
	border: none;
	margin: 0 0 18px;
	text-align: center
}

.cat-grid__item-image::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%
}

.cat-grid__item-image img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%
}

.cat-grid__image-box {
	width: 100%;
	height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden
}

.cat-grid__item-link {
	display: block;
	border-bottom: none !important
}

.cat-grid__item-link,
.no-touch .cat-grid__item-link:hover {
	border: none;
	color: #313131
}

.no-touch .cat-grid__item-link:hover .cat-grid__item-title {
	color: #E52421
}

.no-touch .cat-grid__item-link:hover .cat-grid__image {
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05)
}

.cat-grid__image {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	-webkit-transition: .1s;
	transition: .1s
}

.cat-grid__item-title {
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	margin-bottom: 10px;
	min-height: calc(2 * 34px);
	max-height: calc(2 * 34px);
	overflow: hidden
}

.page-footer .contact-info--link,
.page-footer .contact-info-btns__item,
.page-footer .contact-info-time,
.page-footer-text {
	font-size: 12px;
	line-height: 18px;
	color: #959595
}

.cat-grid__item-title-link {
	color: #313131
}

.no-touch .cat-grid__item-image:hover {
	border: none
}

.cat-grid__item-links-row {
	margin-bottom: 6px
}

.cat-grid__item-links-row:last-child {
	margin-bottom: 0
}

.cat-grid__item-links-more:not(.open) {
	display: none
}

.cat-grid__item-links-trigger {
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px
}

.cat-grid__item-links-trigger .svg-icon {
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.cat-grid__item-links-trigger .link.open .svg-icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.page-footer .contact-info--tel {
	margin: 0
}

.page-header-main__row .contact-info-time {
	min-width: 240px
}

.page-footer .contact-info-btns__item {
	margin-right: 20px
}

.page-footer .contact-info-btns {
	margin-top: 10px;
	margin-right: -20px
}

.no-touch .page-footer .pay-icons {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .5
}

.no-touch .page-footer .pay-icons:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1
}

.social-buttons {
	margin: 0 -10px -10px 0;
	font-size: 0
}

.social-buttons .btn {
	margin: 0 10px 15px 0;
	vertical-align: top;
	border: 0 !important
}

.info-art-block {
	margin-top: -1px;
	border-top: 1px solid #fff
}

.info-art-block__grid {
	width: calc(100% + 50px);
	margin: 0 -25px -50px
}

.info-art-block__col {
	padding: 0 25px;
	margin-bottom: 50px;
	font-size: 16px
}

.info-art-block__col::before {
	content: '';
	display: block;
	border-top: 1px solid #F1F3F4;
	margin-bottom: 30px
}

.info-art-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-ms-flex-direction: column;
	flex-direction: column
}

.info-art-item__head {
	display: table;
	width: 100%;
	margin-bottom: 25px
}

.info-art-item__head-icon {
	display: table-cell;
	vertical-align: top;
	width: 85px;
	padding-right: 15px
}

.info-art-item__head-icon img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 70px
}

.info-art-item__head-title {
	display: table-cell;
	vertical-align: middle
}

.info-art-item__text {
	margin: 20px 0;
	-webkit-box-flex: 1000;
	-ms-flex-positive: 1000;
	flex-grow: 1000
}

.info-art-item__person {
	margin: 28px 0
}

.info-art-item__text+.info-art-item__person {
	margin-top: 8px
}

.info-art-item__head+.info-art-item__text {
	margin-top: 0
}

.person {
	display: table;
	width: 100%
}

.person__cell-image,
.person__cell-main {
	display: table-cell;
	vertical-align: top
}

.person__cell-image {
	width: 175px;
	padding-right: 35px
}

.person__image {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 140px;
	border-radius: 50%;
	background: center/100% auto no-repeat #F1F3F4;
	background-size: cover
}

.person__image::before {
	content: '';
	display: block;
	padding-top: 100%;
	font-size: 0;
	line-height: 0
}

.person__name {
	font-weight: 600
}

.person__info {
	color: #959595
}

.person__contact,
.person__info,
.person__name {
	margin: 15px 0
}

.person__action {
	margin: 25px 0
}

.person__name+.person__info {
	margin-top: -15px
}

.file-link,
.no-touch .file-link:hover {
	color: #313131;
	-webkit-transition: none;
	transition: none;
	border: none
}

.file-link__title-text {
	border-bottom: 0;
	-webkit-transition: .1s;
	transition: .1s;
	color: #313131
}

.file-link__descr,
.file-link__meta {
	font-size: 14px;
	line-height: 20px;
	margin: 8px 0
}

.file-link__meta {
	color: #959595
}

.no-touch .file-link:hover .file-link__title-text {
	color: #313131;
	border-bottom: 1px solid #E52421
}

.dop-forms-contacts {
	border: 1px solid #F1F3F4;
	margin-top: 0
}

.checkbox--compare {
	position: relative;
	z-index: 15
}

.contacts-info strong {
	font-size: 16px;
	font-weight: 500
}

@media (min-width:1000px) {

	.layout__main>.info-art-block:first-child,
	.layout__main>:first-child>.info-art-block:first-child {
		margin-top: -21px
	}
}

@media (max-width:1249px) {
	.page-header-main__cell--contact {
		display: none
	}

	.page-header-main__cell--contact+.page-header-main__cell {
		padding-left: 0
	}

	.floor-banner {
		min-height: calc(200px + 21vw)
	}

	.custom-i10s {
		padding: 20px 20px 30px
	}

	.person--narrow {
		text-align: center
	}

	.person--narrow,
	.person--narrow .person__cell-image,
	.person--narrow .person__cell-main {
		display: block;
		width: auto;
		padding: 0
	}

	.person--narrow .person__cell-image {
		margin-bottom: 25px
	}
}

.basket-product-box--photo {
	-ms-flex-preferred-size: 18%;
	flex-basis: 18%;
	max-width: 18%;
	margin: 0;
	padding-right: 15px
}

.basket-product-box--name {
	-ms-flex-preferred-size: 32%;
	flex-basis: 32%;
	padding-right: 15px
}

.basket-product-box--count {
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%
}

.basket-product-box--price {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%
}

.basket-product-box--remove {
	-ms-flex-preferred-size: 5%;
	flex-basis: 5%;
	z-index: 80;
	cursor: pointer
}

@media (max-width:999px) {
	.breadcrumbs-block {
		display: block
	}

	.breadcrumbs-block .page-header-menu__item {
		display: none !important
	}

	.breadcrumbs-block .breadcrumbs {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: auto;
		width: 100vw;
		margin: 15px -10px;
		padding: 10px
	}

	.breadcrumbs-block .breadcrumbs:after {
		display: none
	}

	.breadcrumbs__link {
		font-size: 10px !important
	}

	span.breadcrumbs__link {
		color: #4683C4 !important;
		font-size: 12px !important
	}

	.catalog-top-params {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 80
	}

	.top-search__btn {
		padding-left: 10px;
		padding-right: 10px
	}

	.floor-banner {
		padding: 60px 0
	}

	.floor--custom-i10s {
		margin: 60px 0
	}

	.custom-i10s-grid {
		margin: 0 -10px -20px;
		width: calc(100% + 20px)
	}

	.custom-i10s-grid__item {
		padding: 0 10px;
		margin-bottom: 20px
	}

	.cat-grid__item {
		padding: 25px 20px 30px
	}
}

@media (max-width:759px) {
	.catalog-item__title {
		font-size: calc(16px * 22 / 16);
		line-height: calc(24px * 28 / 24)
	}

	.floor-banner {
		padding: 30px 0 50px
	}

	.floor--custom-i10s {
		margin: 30px 0
	}

	.custom-i10s__visual {
		max-width: 100px;
		height: 100px
	}
}

@media (max-width:599px) {
	.cat-grid__item {
		padding: 25px 10px 30px
	}
}

@media (max-width:479px) {
	.cat-grid__item-title {
		min-height: 0;
		margin-bottom: 20px
	}
}

.content-loaded.load-hide-content {
	visibility: visible
}

.htmlblockedit {
	display: inline-block;
	width: auto;
	background-color: #ff0;
	font-size: 11px;
	line-height: 15px;
	border: 1px solid red;
	color: #00f;
	padding: 5px;
	cursor: pointer;
	position: relative;
	z-index: 100;
	font-weight: 700
}

.part-left {
	position: relative;
	min-height: 20px
}

.floor--slider {
	width: 100%;
	margin-bottom: 0
}

.section-info-main {
	margin: 50px 0
}

.section-title {
	font-size: 22px;
	font-weight: 700;
	line-height: 36px
}

.section-title:after {
	content: '\203A';
	color: #E52421;
	font-size: 30px;
	padding-left: 7px;
	font-weight: 100;
	position: relative;
	bottom: -1px
}

.breadcrumbs:after,
.info-contacts__block:after,
.news-detail__bottom-block:before {
	content: ''
}

.info-main-blocks {
	padding-left: 40px
}

.info-main-block {
	width: 49%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px
}

.info-main-block img {
	max-width: 70px;
	max-height: 70px;
	margin-right: 30px
}

.section-news-main {
	background: rgba(115, 133, 149, .1);
	padding: 40px 0;
	margin: 20px 0
}

.section-news-main_items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.section-news-main_item {
	display: inline-block;
	width: 25%;
	padding: 0 9px;
	max-height: 335px;
	overflow: hidden
}

.section-news-main_item img {
	display: block;
	width: 100%
}

.section-news-main_item span {
	display: block;
	font-size: 13px;
	padding: 11px 0 2px;
	color: rgba(119, 119, 119, .5)
}

.section-news-main_item .bold {
	margin-bottom: 8px
}

.section-news-main_item .text {
	padding-top: 8px;
	font-size: 14px
}

.bold {
	font-weight: 700
}

.main-links-to__catalog {
	margin-top: 15px;
	width: 100%
}

.main-link-to__catalog {
	position: relative;
	min-height: 230px;
	padding: 20px 20px 0;
	float: left;
	width: 32%;
	border: 1px solid #D4D4D4;
	background-color: #FFF
}

.main-link-to__catalog:hover {
	border-bottom: 1px solid #D4D4D4 !important;
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 8px rgba(0, 0, 0, .2)
}

.main-link-to__catalog_title {
	color: #313131;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	text-align: center
}

.main-link-to__catalog:nth-child(2) {
	margin: 0 2%
}

.main-link-to__catalog_img img {
	display: block;
	margin: 0 auto;
	max-height: 90%;
	max-width: 95%
}

.main-link-to__catalog_img {
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px
}

.one-row-form__cell-input {
	width: 50%;
	padding-right: 2%
}

.logo {
	margin: -6px 0 -12px 27px
}

.page-header-top {
	position: absolute;
	top: -1000px;
	height: 0;
	overflow: hidden
}

.top-search__row .btn {
	display: none !important
}

.top-search__row .text-input::placeholder {
	color: rgba(119, 119, 119, .5)
}

.top-search__row .text-input {
	padding-left: 46px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAApCAYAAABHomvIAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH4gwcDh4vPWk6gwAAA6pJREFUWMPF2FuMXVMcx/HPOWfqQUtoIxOJipA2aFKXosgIPYhGvBAiRKZTKi4htEXiyYtEQtK0bm1cm6kWSaN4kVCdCCFSadTdixCX0hLFqE4yOh7W3mafPeey9plzZn4vs9d/rb3Od9Ze639ZpaGhIZE6FZfhbJyIOSjhV3yLj/AWdsdOGKOeiP5rsRKLGow5CYuTcfAJ1mITRicLWG7SdxZ24oUmcPW0EM/hY5zfLcDb8T5Ob9A/gh/wPQ42GLMA7+DeTgM+gCcwI2f/EvckPzwTc3F88nwK7hY+b1Y9eBhr2gUs5Q7JrVifG7MHq/EyDrWaD1diHY7L9d2HRyazgouSibN6D6fhxQg4GMMrwtbYket7CBe0C1jBMzgs07dTcCv7ik6K33B5DrKCp0zcOlGA16k9EHtwFQ60AZdqBFfju4ztZNzYDuDqnP0u4ZROVr+beIpXFQVcoHb1PsXWDsCl2ipEmVTzcW4RwKU52xZhs3dKY9iQsy2NfbksxNasXusgXKo3cu3oyFTGvEx7WHDIndZP2Jtpzy8CODvT/rkLcPXmProIYNZZ/9tFwOzclSKA+zPtY7oIOCfzvD/2pbKQbKaajWO7AHeUkFyk+qYI4K6c7ZIuAFaFRCJVdNZdxvacbVkXAAdy7e2xL5bxgdp4eTHO6yDcGbgi095bFPAQHs/ZN+DwDsDNEPLL7Od9UoFaJXUx6/Fjxr4QG3MTt6N1QkGVap+JOWcU4N+4I9d3DZ5WMH9LVMGjuC1nX6mAi8kCwqvJpFndhHeFmjhW8/A27szZN2Jz8nymSGedL5pWYVvOtlhwC5txkfq1dAV9eB6f4cJc/5u4JXmeKxT4gzGQpTo3Cz3CnlzR4J1hfCHE1jH0Jit8ZIPxLwluZkQ4eDuM78st6NckxNZbjVHcLHzatSYG9lk4p9V/jj9wv/EqcSZeV3torhe8yEAjyGY3C4NCWrQmWbVYHcBjQq2cwvUK+7JaZ/wNwv6s+7lLkZdHs4R691LBiZ9gfPVHhdiaXh5tS1YvVZ+Q9ve2+I1BoaCqWclWl0ephoXLoE0Z2xGCn/yzxbtfC/6vFWB/8rcGsqx9/RUBJ4GrCqe7lfrxrMznngxgEaWQn0eMXSZcIlSmErAo5IAQxUpTCUjIZKqCH22l5Vgx1YBZyJjqcfl0AMIvWBIB2TtdgClkFV81GbN7OgEJ8XxJA8h/8OB0A6aQfcJl/UEhAflQKN52xYa6qVJZuET9/2L+P4r0wIXMLQr4AAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 13px 8px
}

.catalog_nav-in-page .main-menu-dd,
.catalog_nav-in-page .main-menu-dd:not(.open) {
	padding: 0;
	margin-top: 0;
	background: #DAE6F3
}

.page-header-menu__link.page-header-menu__link.page-header-menu__link {
	font-weight: 500
}

.main-catalog_nav .main-menu-dd:not(.open) {
	opacity: 1;
	visibility: visible;
	-webkit-transform: inherit;
	transform: inherit;
	position: relative;
	background: #DAE6F3;
	margin-top: 0;
	padding: 0
}

.mmdd-alt {
	margin: 0;
	width: auto
}

.catalog_nav-in-page .main-menu-dd .mmdd-alt__l2,
.main-catalog_nav .main-menu-dd .mmdd-alt__l2 {
	position: absolute;
	left: 100%;
	top: 0;
	width: auto;
	background: #fff;
	padding: 23px 35px 25px 10px;
	min-height: 100%;
	z-index: 1;
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
	display: none;
	opacity: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.main-catalog_nav .main-menu-dd .mmdd-alt__l2 {
	-webkit-transition: opacity 0s .3s linear;
	transition: opacity 0s .3s linear;
	opacity: 0;
	display: block;
	pointer-events: none
}

.mmdd-alt:hover>.mmdd-alt__l2 {
	display: block;
	opacity: 1;
	pointer-events: all
}

.catalog_nav-in-page .main-menu-dd .mmdd-alt__l1,
.main-catalog_nav .main-menu-dd .mmdd-alt__l1 {
	position: relative;
	width: 100%;
	border-right: 0;
	z-index: 2
}

.mmdd-alt__l1-link {
	border-bottom: 1px solid #fff
}

.text-input:-moz-placeholder,
.text-input:-ms-input-placeholder,
.text-input::-webkit-input-placeholder,
.text-input::placeholder {
	color: #313131
}

.contact-info__email-link {
	color: #4683C4;
	font-size: 16px;
	line-height: 24px
}

.color-red {
	color: #E52421
}

.header-top-right {
	float: right;
	position: absolute;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 38px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header-top-right img {
	display: inline-block;
	width: 18px;
	margin-right: 7px
}

.header-top-right_text {
	display: inline-block;
	font-size: 14px
}

.page-foter_bottom {
	border-top: solid 1px #E3E7EA;
	font-size: 14px;
	height: 24px;
	line-height: 28px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px
}

.float-left {
	float: left
}

.float-right {
	float: right
}

.breadcrumbs-block .page-header-menu__item {
	z-index: 100;
	display: inline-block;
	width: 242px;
	border-radius: 0
}

.overlay {
	z-index: 115
}

.modal-open .modal-container {
	z-index: 116
}

.breadcrumbs-block .page-header-menu__item--hl .page-header-menu__link {
	border-radius: 5px 0 0 5px;
	background: #4683C4;
	-webkit-box-shadow: none;
	box-shadow: none
}

.breadcrumbs {
	width: calc(100% - 242px);
	height: 40px;
	line-height: 40px;
	background: #F8F8F8;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 15px;
	position: relative
}

.catalog-top-params__item--sort .select--sm,
.radio-toggle__visual {
	border: 0 !important
}

.breadcrumbs:after {
	height: 100%;
	width: 50px;
	display: block;
	position: absolute;
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#F8F8F8));
	background: linear-gradient(to right, rgba(0, 0, 0, 0), #F8F8F8);
	right: 0;
	top: 0
}

.breadcrumbs-block .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.breadcrumbs__link {
	font-size: 12px
}

.radio-toggle-group__item .no-touch .btn:hover {
	color: $color_black
}

.catalog-top-params__item--sort .select-list li {
	font-size: 14px
}

.grouping-block.form-contacts {
	margin-top: 0
}

.form-contacts .default-grid {
	background: #F8F8F8;
	padding: 0 0 25px;
	margin-top: 15px
}

.form-fon {
	background: #F8F8F8;
	padding: 25px 0;
	margin-top: 15px
}

.form-fon .rich-form-row {
	padding: 0 10px
}

.rich-form-row {
	position: relative
}

.sticky-left-menu__main {
	position: -webkit-sticky;
	position: sticky;
	top: 10px
}

.simple-slide__text {
	font-size: 20px;
	line-height: 32px
}

.breadcrumbs-block {
	margin-bottom: 12px
}

.container-contacts {
	width: 100%;
	border: 1px solid #F1F3F4
}

.form-contacts .btn--lg {
	min-width: 260px;
	font-weight: 300
}

.container-contacts>.left-part {
	-ms-flex: 0 0 514px;
	-webkit-box-flex: 0;
	flex: 0 0 514px;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	z-index: 99
}

.container-contacts>.right-part>div {
	height: 100%
}

.container-contacts>.right-part {
	-ms-flex-grow: 100;
	-webkit-box-flex: 100;
	-ms-flex-positive: 100;
	flex-grow: 100;
	width: 1px
}

.container-contacts .large-map,
.container-contacts .large-map .ymap-container {
	height: 100% !important
}

.container-contacts .title-contacts {
	font-size: 26px;
	font-weight: 700;
	line-height: 24px;
	padding: 32px 34px
}

.container-contacts .title-contacts-img__block {
	display: inline-block;
	width: 40px;
	height: 23px;
	float: left
}

.container-contacts .title-contacts-img__block>img {
	width: 100%;
	max-width: 30px;
	height: auto;
	display: block;
	margin: 0 auto
}

.contacts-info-text__body {
	width: calc(100% - 40px);
	display: inline-block;
	padding-left: 20px
}

.contacts-info>ul>li {
	padding-bottom: 15px
}

.contacts-info ul {
	margin: 5px 0
}

.contacts-info-text__body .contact-info__tel-link,
.contacts-info-text__body .contact-info__tel-link small {
	font-weight: 300;
	font-size: 17px
}

.contact-info__tel-link small {
	color: #7f7e7e
}

.icon-w-shadow {
	padding: 2px;
	background: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	border-radius: 50%
}

.contacts-info-text__body .contact-info.phone {
	width: 41%;
	float: left;
	line-height: 20px;
	height: 18px
}

.info-contacts__block:after {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH4gwaCxw6QSIh3QAAAjdJREFUWMPF181LVFEYBvCfl1EUP6FMt6IEEpjNZghCCAliatem9kVrQbJl0Mba1B+Q6yLKVUkbCcI+VlMMSAsVVxEigWlp4abFPSMzpsO948c8cOEy57zP88w595z3fRsu3Z+TEG24gosYRh86w9hPLOML3uI1fiUhzSSYM4AJ3EDrPnNOhSeH2/iNp3iAxWrkUZWxZkxiHjeriO+F1hAzH0w0pzXQj4/hnzelEN6NJtwJXANJDWTxXrzPh4VhzAXuqgYG8AY9hyheQk/grliJcgMteIHuIxAvoRsvg9Z/Bu7h7BGKlzAUtCoM9GMsDUtbc0Zbc5JTvCfGhK0oGbiLxqTR+Wyv6fGc6fGcbF9XLQYag6YI7eJLJjFGBk/svJ/r60wTWo7raM8gL90l4/mHb9rD8s98XqnVQCvyGYymjSwsrylMrdUqXI7RjPirTIV8ttfp3njR3n39obBcs5mhjPgEpEK2r9PI4Enwfe3vQQz0R+ioNfoQ0BEdnONgiLBeR/31CEt1NLAUoVhHA8UIs3U0MBthRlzDHTc2MRNhA8/qYOApNkrHcBLbxyi+LS5Wd9LxIh4do4HHWICGssakBZ/UkBtSoojz4m+goiTbwjWsHqH4atDYLP2w+ypexGXUnOSrYCVwV3RKe+WCAi443AuqGDgLuwf2S0aL4j7voYOdju3AkbNPj1gtG/4Rt2Zn8ETZviXAFqZC7ETg2hNJ6uoF3BKX0ldVtuddYc6ayvb8lYTt+T+2nnEGOVcWmAAAAABJRU5ErkJggg==);
	background-size: cover;
	position: absolute;
	left: 17px;
	top: 21px;
	width: 16px;
	height: 16px
}

.info-contacts__block {
	min-height: 55px;
	position: relative;
	font-size: 14px;
	line-height: 20px;
	padding: 17px 54px;
	border-radius: 7px;
	border: 1px dotted #4683C4;
	margin: 30px 5px
}

.floor--slider:first-child,
.main-slider {
	min-height: 400px
}

.small_text {
	font-size: 14px;
	line-height: 16px;
	color: rgba(119, 119, 119, .5)
}

.accordion-group {
	width: 100%
}

.news-page .small-article__text {
	color: #313131;
	font-size: 16px;
	line-height: 24px
}

.news-page .small-article__title-link {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px
}

.news-page .small-article__date {
	color: #9D9D9D;
	font-size: 14px;
	line-height: 20px
}

.news-page .small-article__image {
	float: left;
	padding-right: 30px
}

.news-page .small-article-static .small-article__image {
	width: 245px;
	text-align: center;
	padding-right: 0
}

.actions-grid {
	border: 1px solid #E8E8E8
}

.actions-grid__item {
	padding: 30px;
	border-top: 1px solid #E8E8E8
}

.actions-grid__item:nth-child(odd) {
	border-right: 1px solid #E8E8E8
}

.actions-grid__item:nth-child(-n+2) {
	border-top: none
}

.actions-article {
	border-bottom: none !important
}

.action-status-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 25px
}

.action-status {
	background: #E52421;
	font-size: 10px;
	padding: 2px 8px;
	color: #fff;
	border-radius: 4px;
	margin-right: 10px;
	line-height: 15px
}

.article-date {
	font-size: 14px;
	color: rgba(119, 119, 119, .5);
	margin-right: 10px
}

.article-date-left {
	font-size: 14px;
	color: #C03
}

.small-article__title {
	margin: 10px 0
}

.action__title-link {
	font-weight: 700;
	font-size: 18px;
	line-height: 20px
}

.action__text {
	font-size: 16px;
	line-height: 24px
}

.floor-header__main-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px
}

.floor-header__main-flex h2 {
	margin-bottom: 0
}

.title-navlink {
	color: #4683C4;
	display: inline-block;
	padding: 2px 8px;
	border: 1px solid;
	margin-left: 15px
}

.no-touch .title-navlink:hover {
	color: #E52421;
	border-color: #E52421
}

.news-detail {
	padding-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border: 1px solid #E8E8E8;
	margin-bottom: 50px
}

.news-detail__center-block {
	max-width: 800px;
	-ms-flex-preferred-size: 800px;
	flex-basis: 800px
}

.action-status-bar--detail {
	margin-top: 0
}

.news-link-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 50px;
	margin-bottom: 100px
}

.news-detail__bottom-block {
	margin-top: 10px;
	padding: 25px 0 30px;
	border-top: 1px solid $color--gray-border
}

.news-detail__bottom-block:before {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 1px;
	margin-top: -35px;
	background: #E8E8E8
}

.link--pager,
.news-detail__bottom-block {
	display: -webkit-box;
	display: -ms-flexbox
}

.news-detail__sharelinks {
	color: #bbb
}

.news-detail__pager {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.link--pager {
	font-weight: 700;
	font-size: 14px;
	color: #4683C4;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: none !important
}

.link--pager-before {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 20px
}

.link--pager-after {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-left: 20px
}

.link--pager-arrow {
	-webkit-transition: .3s;
	transition: .3s;
	margin: -2px 10px 0;
	width: 12px;
	height: 12px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	color: #E52421
}

.link--pager-after .link--pager-arrow {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.news-item__title {
	font-size: 26px;
	line-height: 38px;
	margin-bottom: 25px
}

.news-detail__bottom-block {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.news-detail__sharelinks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.svg-box {
	width: 1em;
	height: 1em
}

.no-touch .link--pager:hover .link--pager-arrow {
	-webkit-transform: translateX(-5px) rotate(90deg);
	transform: translateX(-5px) rotate(90deg)
}

.no-touch .link--pager:hover .icon-arrow-right {
	-webkit-transform: translateX(5px) rotate(-90deg);
	transform: translateX(5px) rotate(-90deg)
}

.sharelink {
	cursor: pointer
}

.no-touch .sharelink {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .3;
	-webkit-transition: .3s;
	transition: .3s
}

.no-touch .sharelink:hover {
	-webkit-filter: none;
	filter: none;
	opacity: 1
}

.news-detail__sharelinks span {
	margin: 0 .8em
}

.subimg-note {
	display: block;
	font-size: 14px;
	font-style: italic;
	color: $color--gray;
	margin-top: 10px
}

.catalog-grid--type5 .catalog-grid__item {
	width: 20%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.switced-tabs.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.doc-item,
.switcher-card {
	-webkit-box-align: center
}

.switched-tab {
	display: inline-block;
	border-bottom: 2px solid transparent;
	padding: 2px 0;
	margin-right: 15px;
	color: rgba(119, 119, 119, .5);
	cursor: pointer
}

.no-touch .switched-tab:hover,
.switched-tab.current {
	color: #313131;
	border-color: #4683C4
}

.news-page {
	border: 1px solid #E8E8E8
}

.news-item {
	border-top: 1px solid #E8E8E8;
	border-right: none !important
}

.news-list-title {
	text-align: left;
	padding: 30px
}

.no-touch .visible-on-hover {
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s
}

a:hover .visible-on-hover {
	opacity: 1
}

.link--news-detail {
	padding-left: 0
}

.block-info-card-box {
	padding: 15px
}

.switcher-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 25px;
	border-radius: 12px;
	border: 1px dashed #e1e1e1;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	height: 100%
}

.no-touch .switcher-card:hover,
.switcher-card.current {
	border: 1px solid #4683C4
}

.switcher-card__icon {
	width: 120px;
	margin-right: 15px
}

.switcher-card__title {
	color: $color-primary-second
}

.switcher-card__text {
	color: rgba(119, 119, 119, .5);
	font-size: 12px
}

.box-icon-left__title,
.small-article__red {
	font-size: 20px;
	color: #E52421
}

.awards-preview {
	color: #313131
}

.awards-preview__title {
	font-size: 20px;
	margin-bottom: 35px !important
}

.small-article-static__address {
	margin-top: 15px;
	color: rgba(119, 119, 119, .5)
}

.awards-list-title,
.awards-preview {
	padding: 25px 15px;
	text-align: left
}

.switched-tab-container {
	display: none
}

.switched-tab-container.current {
	display: block
}

.switched-tab-container--for-slider {
	position: absolute;
	z-index: -1;
	opacity: 0;
	top: 0;
	width: 100%
}

.switched-tab-container--for-slider.current {
	position: relative;
	z-index: 1;
	opacity: 1
}

.box-icon-left {
	position: relative
}

.box-icon-left p {
	margin-bottom: 30px
}

.box-icon-left__icon {
	position: absolute;
	top: 0;
	left: -100px;
	max-width: 70px
}

.box-icon-left__title {
	line-height: 30px;
	margin-bottom: 5px
}

.btn--feebback-top.current {
	display: none
}

.about-params {
	background: url(/local/images/bg/diagonals.png);
	padding: 50px
}

.about-params__title {
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px
}

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

.about-params_item {
	text-align: center;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	padding: 25px 3%
}

.params-item__title {
	color: #E52421;
	font-size: 20px;
	line-height: 35px
}

.params-item__text {
	font-size: 16px;
	line-height: 24px
}

.about-history--row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.about-history .left {
	-ms-flex-preferred-size: 34%;
	flex-basis: 34%;
	position: relative;
	padding-right: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.history-date:after,
.history-date:before {
	display: block;
	position: absolute;
	top: 0;
	content: ''
}

.about-history .right {
	-ms-flex-preferred-size: 46%;
	flex-basis: 46%;
	padding-left: 50px
}

.history-date {
	text-align: right;
	color: #4683C4;
	width: 100%
}

.history-date:before {
	width: 2px;
	height: 100%;
	background: #C7DAED;
	right: 0
}

.history-date:after {
	width: 20px;
	height: 20px;
	background: #fff;
	border: 2px solid #C7DAED;
	border-radius: 50%;
	right: -10px
}

.about-history--row:last-child .history-date:before {
	display: none
}

.block-info-cards,
.doc-item {
	display: -webkit-box;
	display: -ms-flexbox
}

.about-history__title {
	padding: 50px 0
}

.about-history__item-title {
	color: #E52421;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 15px
}

.about-history__text {
	margin-bottom: 35px
}

.block-info-cards {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 96%;
	margin: auto
}

.feedback-faq__wrap {
	padding: 25px
}

.documents-list-box {
	width: 100%;
	/*margin-left: -70px*/
}

.documents-list-box .table-scroller {
	margin-top: 0
}

.documents-list {
	width: 100%;
	/*max-width: 940px;*/
	border: none !important
}

.documents-list tr {
	border-bottom: 1px solid #F1F3F4
}

.documents-list tr.heading {
	border-bottom: none;
	background: #F1F3F4
}

.documents-list th {
	font-weight: 700;
	padding: 25px;
	border: none !important
}

.documents-list td {
	padding: 15px 25px !important;
	border: none !important
}

.documents-list td:first-child {
	width: 100%
}

.documents-list a {
	border-bottom: none !important
}

.documents-list-note {
	margin-top: 30px
}

.doc-item__print-link {
	color: #4683C4
}

.doc-item {
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.accordion-block__flex,
.doc-item__icon {
	display: -webkit-box;
	display: -ms-flexbox
}

.doc-item__icon {
	width: 30px;
	height: 30px;
	min-width: 30px;
	cursor: pointer;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #fff;
	color: #4683C4;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .35);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .35);
	margin-right: 30px;
	border-radius: 50%;
	-webkit-transition: .3s;
	transition: .3s
}

.no-touch .doc-item:hover .doc-item__icon {
	background: #4683C4;
	color: #fff
}

.doc-item__icon svg {
	width: 28px;
	height: 28px;
	-webkit-transform: scale(.8, 1);
	transform: scale(.8, 1)
}

.doc-item__title {
	display: block;
	font-size: 15px;
	margin-bottom: 5px;
	color: #313131;
	font-weight: 500
}

.accorderon-content li,
.faq-title {
	margin-bottom: 15px
}

.doc-item__code,
.doc-item__date {
	display: block;
	font-size: 14px;
	color: rgba(119, 119, 119, .5);
	white-space: nowrap
}

.simple-page {
	/*border: 1px solid #F1F3F4*/
}

.simple-page a {
	color: #4683C4
}

.payments-block .accordion-group {
	border-left: 1px solid #F1F3F4;
	border-right: 1px solid #F1F3F4
}

.payments-block .accordion-block__body {
	padding: 0 18px 30px
}

.accordion-block__flex {
	display: flex
}

.faq-title,
.form-row--flex {
	display: -webkit-box;
	display: -ms-flexbox
}

.accordion-block__right {
	padding-left: 30px;
	min-width: 250px
}

.accordion-block__subnote {
	font-size: 14px;
	line-height: 24px;
	color: #9d9d9d
}

.docs-title {
	padding-top: 60px
}

.form-row--flex {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.input--tree-in-row {
	-ms-flex-preferred-size: 31%;
	flex-basis: 31%
}

.faq-title,
.faq-title__icon {
	-webkit-box-align: center;
	position: relative
}

.form__capcha {
	text-align: center
}

.form__capcha .capcha-box {
	display: inline-block
}

.decorated-select {
	padding: 10px;
	border-radius: 4px;
	border-color: $ color-gray
}

.decorated-select option {
	height: 40px;
	cursor: pointer
}

.decorated-select option:hover {
	background: #4683C4
}

.rich-text-input--file,
.rich-text-input--file .file-input {
	height: 100px
}

.faq-title {
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer
}

.faq-title__icon {
	width: 20px;
	min-width: 20px;
	height: 20px;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid;
	color: rgba(119, 119, 119, .5);
	left: 0
}

.open .faq-title__icon {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	color: #4683C4
}

.faq-title__icon svg {
	width: 12px;
	height: 12px
}

.accorderon-content {
	display: none;
	padding-left: 50px
}

.faq-title__title {
	margin-left: 15px !important;
	font-size: 18px;
	font-weight: 700
}

.awards-preview.stick-top {
	padding-top: 0
}

.stores-block {
	padding-top: 15px;
	padding-bottom: 25px
}

.stores-block_title {
	margin-bottom: 20px !important;
	font-size: 22px
}

.worktime-icon {
	width: 20px;
	height: 20px;
	margin-top: -1px;
	display: inline-block !important;
	margin-bottom: -4px !important
}

.store {
	border-bottom: 1px solid rgba(119, 119, 119, .5);
	padding: 10px 0 20px
}

.store:first-of-type {
	border-top: 1px solid rgba(119, 119, 119, .5)
}

.store-content__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 3px 100px
}

.store-content__param-title {
	color: #9D9D9D;
	font-size: 14px;
	-ms-flex-preferred-size: 30%;
	flex-basis: 30%;
	min-width: 30%
}

.mr1 {
	margin-right: .5em
}

.store-content__param-data .phonenum {
	font-weight: 500;
	margin-left: 5px
}

.form-step__body .rich-form-row,
.rich-text-input.hiddenDefault {
	margin-bottom: 0
}

.page-header-menu__row {
	position: relative
}

.file-row__name {
	max-width: 200px;
	overflow: hidden;
	display: inline-block
}

.simple-form,
div[id^=bx_incl_area] {
	max-width: 100%
}

.slider-box {
	overflow: hidden;
	padding: 5px 0 175px;
	margin-bottom: -175px
}

.feedback-container {
	display: table;
	border: none;
	width: 100%
}

.feedback-container .left {
	display: table-cell;
	width: 100%;
	border: none;
	vertical-align: top;
	padding: 25px 30px
}

.feedback-container .right {
	display: table-cell;
	width: 10%;
	border: none;
	vertical-align: top;
	text-align: right;
	padding: 25px
}

.feedback__author {
	font-size: 20px;
	color: #313131
}

.feedback__date {
	font-size: 16px;
	color: rgba(119, 119, 119, .5);
	margin-left: 10px
}

.product-caracters__title {
	margin-bottom: 15px;
	margin-top: 20px;
	color: #313131;
	font-size: 20px;
	font-weight: 300
}

.product-caracters-box {
	color: #727272
}

.feedback__answer {
	margin-left: 50px;
	padding-left: 25px;
	border-left: 3px solid #E52421
}

.feedback__image {
	width: 115px;
	height: 115px;
	border: 4px solid #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-box-shadow: 0 0 3px rgba(119, 119, 119, .5);
	box-shadow: 0 0 3px rgba(119, 119, 119, .5);
	margin: 10px 0
}

.feedback__title {
	color: #313131;
	font-size: 17px
}

.feedback-item {
	position: relative;
	margin-bottom: 25px;
	padding-top: 25px;
	border-top: 1px solid #F1F3F4
}

.feedback-item:first-of-type {
	border-top: none
}

.feedback__btn {
	position: absolute;
	right: 25px;
	top: 12px
}

.feedback__btn .btn {
	border-color: #F1F3F4
}
/*
.feedback__image {
	position: absolute;
	top: 25px;
	right: 0
}
*/
.form-suggestions__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -20px
}

.dropdown--basket .checkbox--compare,
.main-slider .slick-arrow .svg-icon,
.switched-tab-container--for-slider .checkbox--compare,
.top-search__results .checkbox--compare {
	display: none
}

.form-suggestions__item .link {
	color: #4683C4;
	margin-left: 15px;
	font-size: 14px
}

.part-right.layout__main {
	overflow: hidden;
	position: relative;
	padding-bottom: 95px;
	margin-bottom: -80px
}

.about-page {
	border: 1px solid #E8E8E8;
	padding-top: 10px
}

.main-slider {
	width: 100%
}

.main-slider .slick-arrow {
	color: #E52421;
	background: url(/local/images/icons/Ic-arrow-drop.svg) center no-repeat;
	background-size: cover;
	opacity: .4;
	-webkit-transition: .3s;
	transition: .3s
}

.main-slider .slick-arrow:hover {
	opacity: 1
}

.main-slider .slick-arrow.slick-next {
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.link--show-more {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	color: #4683C4;
	cursor: pointer;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: none !important
}

.open .hidden-in-open {
	visibility: hidden
}

.open .link--show-more .svg-icon {
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1)
}

.hidden {
	display: none
}

.header-type-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%
}

.has-store-visual,
.slider-tabs-box {
	display: -webkit-box;
	display: -ms-flexbox
}

.slider-tabs-box {
	display: flex;
	margin-left: 25px;
	margin-bottom: -3px
}

.floor-header:first-child {
	margin-bottom: 15px
}

.slider-tab {
	color: rgba(119, 119, 119, .5);
	margin-left: 15px;
	border-bottom: 2px solid transparent;
	cursor: pointer;
	font-size: 16px
}

.slider-tab:first-child {
	margin-left: 0
}

.slider-tab.current {
	color: #313131;
	border-color: #4683C4;
	cursor: default
}

.no-touch .slider-tab:hover {
	color: #313131
}

.hidden-checkbox {
	display: none
}

.has-store-visual {
	height: 40px;
	background: #fff;
	border-radius: 40px;
	border: 1px solid rgba(119, 119, 119, .5);
	width: 285px;
	display: flex
}

.has-store-visual_tab {
	width: 150px;
	height: 38px;
	border-radius: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .3s;
	transition: .3s;
	color: rgba(119, 119, 119, .5);
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	vertical-align: middle
}

.has-store-visual_tab-false {
	background: rgba(119, 119, 119, .5);
	color: #fff;
	pointer-events: none
}

input:checked~.has-store-visual .has-store-visual_tab-false {
	background: 0 0;
	color: rgba(119, 119, 119, .5)
}

input:checked~.has-store-visual .has-store-visual_tab-true {
	background: rgba(119, 119, 119, .5);
	color: #fff;
	pointer-events: none
}

.page-header-menu__item--wide-dd .page-header-menu__link::after {
	width: 8px;
	margin-left: 5px;
	background: url(/local/images/icons/menu-dd-arow.png) center no-repeat
}

.services-price-table-box {
	margin: 45px -70px;
	width: calc(100% + 140px)
}

.services-price-table {
	border: none !important;
	width: 100%
}

.services-price-table td,
.services-price-table th {
	border: none !important;
	padding: 5px;
	border-bottom: 1px solid rgba(119, 119, 119, .5) !important
}

.services-price-table span {
	display: block
}

.services-price-table .color-gray {
	color: rgba(119, 119, 119, .5)
}

.text-guide-decore li {
	padding-left: 15px;
	position: relative;
	margin-bottom: 10px
}

.text-guide-decore ul>li:before {
	content: '';
	position: absolute;
	display: block;
	width: 4px;
	height: 4px;
	left: 0;
	top: calc(.5em + 2px);
	border-radius: 50%;
	background: #E52421
}

.image-gallery__slider .slick-dots {
	display: none !important
}

.image-gallery__previews .slick-dots button {
	font-size: 0
}

.image-gallery__tip {
	position: absolute;
	top: 300px;
	right: 80px;
	-webkit-transition: .1s;
	transition: .1s;
	pointer-events: none
}

.image-gallery__img-wrap img {
	cursor: pointer
}

.image-gallery--zoom-active .image-gallery__tip {
	opacity: 0
}

.no-touch .image-gallery__view .slick-arrow.slick-arrow {
	opacity: .5
}

.no-touch .image-gallery__view .slick-arrow.slick-arrow:hover {
	background: 0 0;
	opacity: 1
}

.image-gallery__view .slick-arrow.slick-arrow {
	top: 40%;
	bottom: 40%
}

.slick-default-dots .slick-dots button {
	display: none
}

.slick-default-dots .slick-next+.slick-dots button {
	display: inline-block;
	margin: 0
}

.cl_3 {
	z-index: 10
}

.cl_2 {
	z-index: 20
}

.cl_1 {
	z-index: 30
}

.viber-icon {
	color: #7143b9;
	width: 24px;
	height: 24px;
	margin-left: 10px
}

.page-footer .contact-info-time {
	font-size: 16px;
	color: #000;
	margin-bottom: 10px
}

.clear-compare,
.hotkey-city {
	color: #4683C4;
	cursor: pointer
}

.subinput-note {
	display: block;
	margin-top: 3px;
	font-size: 13px
}

.basket-action__row {
	margin-bottom: 15px
}

.mmdd-alt__l1-link--w-sub .mmdd-alt__l1-link-title::after {
	position: absolute;
	top: 47%;
	right: 10px;
	width: 5px;
	height: 6px;
	border-bottom: 1px solid;
	border-left: 1px solid;
	margin: -2.5px 2px 0 0;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.mmdd-alt__l1-link--w-sub.open .mmdd-alt__l1-link-title::after {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.product__discount.product-detail__discount {
	right: 45px;
	z-index: 10
}

.for-delivery-type,
.full-shop-list,
.optionExtra {
	display: none
}

.for-delivery-type.current,
.optionExtra.current {
	display: block
}

.notempty:focus~.livesearch-box,
.open>.select .select-list {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}

.open .checout-accordeon-arrow,
.open>.select .select-chevron {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1)
}

.checout-accordeon-arrow {
	cursor: pointer;
	margin-top: 0
}

.main-menu-folded-open .page-header-menu {
	left: 0;
	visibility: visible
}

.viber-icon--text {
	font-weight: 300
}

.product__status-container {
	left: 10px
}

.simple-form {
	width: 390px
}

.page-header-menu__item--wide-dd.open .page-header-menu__link::after {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1)
}

.hotkey-cities-row {
	margin-top: -12px
}

.hotkey-city {
	font-size: 12px;
	margin-right: 4px;
	border-bottom: 1px solid transparent
}

.no-touch .hotkey-city:hover {
	border-color: #4683C4
}

.price__new-curr {
	font-size: 16px !important
}

.x-quantity__helper-text {
	position: absolute;
	margin: 10px 0 0;
	padding: 10px;
	font-size: 12px;
	background-color: #dfe1f0;
	width: 200px;
	z-index: 4;
	border-radius: 4px;
	line-height: 1.2
}

.x-quantity__helper-text:before {
	position: absolute;
	bottom: 100%;
	left: 37px;
	border-color: transparent transparent #dfe1f0;
	border-style: solid;
	border-width: 10px;
	content: ''
}

.container--for-products-slider {
	overflow: hidden;
	padding: 0 15px 195px;
	margin-bottom: -195px
}

.clear-compare-box,
.file-input {
	margin-bottom: 15px
}

.container-contacts {
	position: relative;
	z-index: 1
}

.main-catalog_nav .main-menu-dd .mmdd-alt__l2 {
	padding: 25px 0
}

.mmdd-alt__l2-grid .mmdd-alt__l2-group {
	padding-right: 25px
}

.clear-compare-box {
	text-align: right
}

.clear-compare {
	border-bottom: 1px solid transparent
}

.no-touch .clear-compare:hover {
	border-color: #4683C4
}

.payment-description {
	overflow: hidden;
	-webkit-transition: .3s;
	transition: .3s;
	max-height: 0
}

.product__discount {
	position: absolute;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #E52421;
	border-radius: 50%;
	color: #fff;
	font-weight: 700;
	width: 50px;
	height: 50px
}

.compare-box,
.page-nav__pages {
	display: -webkit-box;
	display: -ms-flexbox
}

input:checked~.payment-description {
	max-height: 120px
}

input:checked~.checout-accordeon-arrow {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1)
}

.dropdown--contact-info {
	opacity: 0 !important;
	-webkit-transition: 0s !important;
	transition: 0s !important
}

.page-header-top-item-preloader {
	opacity: 0
}

.page-loaded .page-header-top-item-preloader {
	opacity: 1
}

.page-loaded .dropdown--contact-info {
	opacity: 1 !important;
	-webkit-transition: .2s !important;
	transition: .2s !important
}

.catalog-grid-expand__action {
	text-align: center;
	margin-top: 50px
}

.catalog-price-ext__grid .basket-action__row {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.catalog-price-ext__grid .basket-action__row .btn-w100 {
	max-width: 70%;
	margin-top: 10px
}

.tooltip {
	z-index: 30
}

.page-nav__pages {
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

input[name=file] {
	position: absolute;
	opacity: 0
}

.bf-close,
.bf-open {
	display: none
}

.accordion-block__title strong {
	font-size: 16px;
	font-weight: 400
}

.accordion-block__title .bold {
	font-weight: 500;
	font-size: 22px
}

.popup-image {
	padding-left: 15px;
	padding-right: 15px
}

.popup-image img {
	max-width: 100%
}

.contact-info-mobile-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99
}

.contact-info-mobile-bottom button {
	width: 100%;
	background: #4583c4;
	color: #fff;
	border-left: 0;
	border-radius: 0;
	border-right: 0;
	cursor: pointer
}

.quantity_helper_field {
	z-index: 5
}

@media screen and (max-width:1360px) {
	.catalog-grid--type5 .catalog-grid__item {
		width: 25%
	}

	.box-icon-left__icon {
		position: relative;
		left: 0
	}

	.services-price-table-box {
		margin: 45px 0;
		width: 100%
	}
}

@media screen and (max-width:1024px) {
	.layout .container {
		max-width: 724px;
		margin: 0
	}

	.slick-side-offset {
		margin: 0 0 0 -15px;
		width: calc(100% + 30px)
	}

	.slider-tabs-box {
		display: none
	}

	.header-top-right_text {
		font-size: 12px
	}
}

@media screen and (max-width:992px) {
	.checkbox--compare {
		z-index: 90;
		position: relative
	}

	input:checked~.payment-description {
		max-height: 520px
	}

	.page-footer-grid__col:nth-child(2) {
		display: none
	}

	.simple-slide__box {
		position: relative
	}

	.simple-slide__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}

	.simple-slide__title {
		font-size: 28px !important
	}

	.simple-slide__action {
		display: inline-block;
		border-radius: 4px
	}

	.main-slider .slick-arrow {
		top: 30%
	}

	.main-slider .slick-dots {
		bottom: auto;
		top: 57%
	}

	.simple-slide__img.simple-slide__img {
		min-height: 260px;
		margin: 0 0 0 -310px
	}

	.slider-products .basket-action__cell-btn .btn {
		padding: 0 8px
	}

	.catalog-top-params__params {
		padding: 0
	}

	.catalog-top-params__item--sort {
		width: calc(100% - 20px)
	}

	.main-menu-folded-open {
		padding-top: 70px
	}

	.main-menu-folded-open .page-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 80%;
		max-width: 400px;
		display: block;
		height: 100vh;
		overflow: auto;
		-ms-scroll-chaining: none;
		overscroll-behavior: contain
	}

	.main-menu-folded-open .container {
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.main-menu-folded-open .page-header-main__center {
		opacity: 0;
		position: fixed
	}

	.main-menu-folded-open .page-header-menu,
	.main-menu-folded-open .page-header-top,
	.main-menu-folded-open .page-header-top .dropdown {
		position: relative;
		height: auto;
		overflow: visible;
		max-width: 100%
	}

	.mmdd-alt,
	.mmdd-alt__l1 {
		width: 100%
	}

	.mmdd-alt__l1-link-title {
		line-height: 1.1
	}

	.accorderon-content-simple {
		padding: 0;
		display: none
	}

	.mmdd-alt__l1-link--w-sub .mmdd-alt__l1-link-title::after {
		content: '';
		position: absolute;
		display: block;
		top: 47%;
		right: 10px;
		width: 5px;
		height: 6px;
		border-bottom: 1px solid;
		border-left: 1px solid;
		margin: -2.5px 2px 0 0;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg)
	}

	.mmdd-alt__l2-link-title {
		white-space: normal;
		display: inline-block;
		line-height: 1.1
	}

	.page-header-menu__row>.folded-menu-header {
		display: none !important
	}

	.page-header-menu__row {
		padding: 15px 0;
		border-top: 1px solid #F1F3F4;
		background: #e4e8eb;
		-webkit-box-shadow: none !important;
		box-shadow: none !important
	}

	.page-header-menu__row .page-header-menu__link {
		background: #e4e8eb
	}

	.page-header-menu__link.page-header-menu__link.page-header-menu__link.page-header-menu__link {
		border-top: none;
		border-bottom: none;
		padding-top: 5px;
		padding-bottom: 5px;
		font-weight: 300
	}

	.header-top-right {
		display: none
	}

	.page-header-menu__row:before {
		content: '';
		position: absolute;
		display: block;
		width: 100%;
		height: 60px;
		top: 100%;
		left: 0;
		background: #e4e8eb
	}

	.mobile-menu-close {
		position: absolute;
		top: 25px;
		right: 25px;
		color: #fff;
		width: 40px;
		height: 40px
	}

	.main-menu-folded-open .overlay:after,
	.main-menu-folded-open .overlay:before {
		content: '';
		position: fixed;
		display: block;
		width: 35px;
		height: 2px;
		top: 25px;
		right: 15px;
		background: #fff
	}

	.main-menu-folded-open .overlay:before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	.main-menu-folded-open .overlay:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
}

@media screen and (max-width:767px) {
	.top-search {
		position: absolute;
		top: 70px;
		left: -190px;
		width: 100vw;
		z-index: 2
	}

	.page-header-main__cell--search .top-search__cell-input {
		display: block;
		width: 100%
	}

	.top-search .folded-menu-header {
		display: none
	}

	.page-header-main__row {
		margin-bottom: 25px
	}

	.top-search__cell-input .rich-text-input {
		width: 100vw;
		border-radius: 0
	}

	.product--list-item .product__image-container {
		position: relative;
		top: 0
	}

	.feedback-faq__wrap {
		padding: 50px 25px 25px
	}

	.feedback__btn {
		top: 54px;
		right: 12px
	}

	.panel-btn__inner {
		padding: 0 2px
	}
}

@media screen and (max-width:575px) {

	.bf-close,
	.bf-close svg {
		height: 25px
	}

	.page-header-menu__row {
		z-index: 1000
	}

	.main-slider .slick-dots {
		top: 55vw;
		bottom: auto !important
	}

	.main-slider .slick-arrow {
		top: 25%
	}

	.simple-slide__img.simple-slide__img {
		margin: 0 0 0 -200px;
		min-height: 60vw;
		max-height: 60vw
	}

	.floor--slider-products .container {
		max-width: 100vw;
		padding: 0 15px
	}

	.section-news-main_items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.slider-products .product-slide {
		max-width: 280px;
		visibility: visible !important;
		padding: 5px 0
	}

	.section-news-main_item {
		width: 50%;
		margin-bottom: 25px;
		max-width: 300px;
		max-height: 295px
	}

	.slick-side-offset {
		margin: 0;
		width: calc(100% + 15px)
	}

	.container--for-products-slider {
		padding-bottom: 125px;
		margin-bottom: 0
	}

	.container--for-products-slider .slick-arrow {
		display: none !important
	}

	.product {
		padding: 20px 10px
	}

	.basket-action__cell-btn .btn--primary {
		padding: 4px
	}

	.touch .product__code {
		opacity: 1 !important
	}

	.image-gallery__img-wrap {
		pointer-events: none
	}

	.medium-card .btn--primary {
		border: none;
		background: 0 0;
		color: #4683C4;
		padding: 0
	}

	.medium-card .btn--primary .btn__inner {
		text-transform: none;
		white-space: normal;
		text-align: right;
		line-height: 1
	}

	.layout__aside-panel .basic-filter {
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		overflow: auto;
		background: #fff;
		padding: 45px 15px;
		position: fixed;
		z-index: 102;
		-webkit-transition: -webkit-transform .3s;
		transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
		-webkit-transform: translateX(-100vw);
		transform: translateX(-100vw);
		visibility: visible
	}

	.layout__aside-panel .basic-filter.open {
		-webkit-transform: none;
		transform: none
	}

	.basic-filter-action {
		display: none
	}

	.bf-close {
		position: absolute;
		right: 15px;
		width: 25px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		color: #000;
		cursor: pointer
	}

	.bf-open {
		display: inline-block;
		cursor: pointer
	}

	.feedback-item {
		padding-bottom: 25px
	}

	.feedback__image {
		position: relative;
		margin-bottom: 15px
	}

	.simple-form {
		width: 100%
	}

	.feedback-container .left {
		padding: 55px 10px 25px
	}

	.feedback__answer {
		margin-top: 50px
	}

	.modal img {
		max-width: 100%
	}
}

@media screen and (max-height:400px) {
	.simple-slide__img.simple-slide__img {
		max-height: 360px
	}
}

@media (max-width:999px) and (min-width:760px) {
	.switcher-card__icon {
		display: none
	}
}

@media (max-width:1000px) {

	.label-action__action,
	.label-action__label {
		display: block;
		width: 100%
	}

	.label-action__label {
		text-align: center;
		margin-bottom: 20px;
		padding: 0 20px
	}

	.page-header-top__center .page-header-top-item__name,
	.part-left {
		display: none
	}

	.page-header-top__center .page-header-top-item__icon {
		padding: 0
	}

	.section-info-main_text {
		padding-bottom: 20px
	}

	.info-main-blocks {
		padding-left: 10px
	}

	.logo {
		margin: inherit
	}

	.part-right {
		padding-left: 0;
		float: none;
		width: 100%
	}

	.section-news-main_item {
		width: 50%
	}

	.page-header-top {
		height: 100vh;
		top: 0;
		position: fixed
	}

	.catalog-grid--type5 .catalog-grid__item {
		width: 33.3333%
	}

	.about-params {
		padding: 50px 0
	}

	.about-params_item {
		-ms-flex-preferred-size: 33.3333%;
		flex-basis: 33.3333%;
		padding: 25px 5px
	}

	.about-history .right {
		-ms-flex-preferred-size: 60%;
		flex-basis: 60%
	}
}

@media (max-width:760px) {
	.news-page .small-article__image img {
		display: block;
		margin: 10px auto
	}

	.news-page .small-article__image {
		height: auto;
		float: none;
		padding-right: 0
	}

	.one-row-form__cell-btn,
	.one-row-form__cell-input {
		width: 100%;
		display: block;
		padding: 0 20px;
		margin-bottom: 10px
	}

	.one-row-form__cell-btn .btn {
		width: 100%
	}

	.main-link-to__catalog_img {
		position: relative
	}

	.main-links-to__catalog {
		margin-top: 5px;
		padding: 0 15px
	}

	.main-link-to__catalog {
		padding-top: 10px;
		min-height: inherit;
		width: 100%;
		margin: 5px 0 !important
	}

	.catalog-grid--type5 .catalog-grid__item {
		width: 50%
	}

	.about-params_item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}

	.accordion-block__body {
		padding: 5px
	}

	.accordion-block__flex {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.documents-list td {
		text-align: center
	}

	.documents-list td:first-child {
		text-align: left
	}

	.store-content__row {
		padding: 10px 0
	}
}

@media (max-width:599px) {
	body {
		font: 400 14px/20px Roboto, Arial, Helvetica, sans-serif
	}

	.main-links-to__catalog {
		padding: 0 10px
	}

	.container.main-banner,
	.page-header-main__center,
	.page-header-main__center>.container {
		padding: 0
	}

	.about-history .right,
	.history-date {
		padding-left: 25px
	}

	.info-main-block {
		height: 35px;
		width: 100%;
		margin-bottom: 0
	}

	.about-history--row {
		display: block
	}

	.history-date {
		text-align: left;
		margin-bottom: 10px
	}

	.history-date:after,
	.history-date:before {
		display: none
	}

	.documents-list-box {
		width: 100%;
		margin-left: 0
	}

	.documents-list,
	.documents-list td {
		display: block
	}

	.documents-list th {
		display: none
	}

	.documents-list td:first-child {
		margin-top: 25px
	}
}

@media (max-width:360px) {
	.info-main-block img {
		margin-right: 15px
	}

	.catalog-grid--type5 .catalog-grid__item {
		width: 100%
	}
}

@media screen and (min-width:1366px) {
	.cat-grid__item {
		width: 20%
	}

	.awards-list-title,
	.awards-preview,
	.simple-page {
		/*padding: 25px 270px;*/
		width: 100%
	}

	.awards-preview__title {
		margin-bottom: 70px
	}
}

@media screen and (min-width:768px) {
	.two-columns-w-separator {
		position: relative;
		-webkit-column-count: 2;
		column-count: 2;
		page-break-inside: avoid;
		padding: 15px 0
	}

	.two-columns-w-separator:before {
		content: '';
		position: absolute;
		width: 1px;
		height: calc(100% + 60px);
		top: 0;
		left: 50%;
		display: block;
		background: #F1F3F4
	}

	.two-columns__inner {
		padding: 15px 30px;
		page-break-inside: avoid
	}

	.two-columns__inner .dot-line-row__end {
		font-weight: 500;
		color: #313131
	}
}

@media screen and (min-width:1024px) {

	.header-string,
	.page-header {
		min-height: 163px
	}
}

@media screen and (max-width:575px) {
	.contacts-info-text__body .contact-info.phone {
		width: 100%
	}
}

.compare-box {
	display: flex;
	border: 1px solid #ececec;
	position: relative
}

.compare-aside {
	width: 242px
}

.compare-aside-top h2 {
	font-size: 26px;
	line-height: 38px
}

.compare-categories {
	overflow-y: auto;
	max-height: 120px
}

.compare-categories__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 5px
}

.compare-categories__name {
	color: #4583C3;
	font-size: 15px;
	max-width: 100%;
	line-height: 1
}

.compare-categories__name a {
	color: #4583C3 !important
}

.compare-categories__name a:hover {
	border-color: #4583C3 !important
}

.current .compare-categories__name {
	color: #666
}

.compare-categories__count {
	color: #E52421;
	font-size: 19px;
	margin: 0 6px
}

.compare-categories__remove {
	border-left: 1px solid #dcdcdc;
	color: #000;
	cursor: pointer;
	width: 20px;
	min-width: 20px;
	height: 20px;
	padding: 2px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 1px
}

.compare-categories__remove .svg-icon {
	opacity: .3;
	width: 14px;
	height: 14px
}

.no-touch .compare-categories__remove:hover .svg-icon {
	opacity: 1
}

.compare-aside-param {
	padding: 20px 25px;
	font-size: 16px;
	height: 60px;
	white-space: nowrap;
	overflow: hidden
}

.compare-aside-param:before {
	position: absolute;
	display: block;
	z-index: 3;
	content: '';
	height: 1px;
	width: 100%;
	left: 0;
	margin-top: -20px;
	background: #ececec
}

.compare-aside-top {
	height: 200px;
	padding: 25px
}

.compare-main-wrap {
	position: relative;
	width: 100%;
	overflow: auto
}

.compare-item {
	width: 25%;
	min-width: 25%
}

.compare-item__param {
	padding: 4px 15px;
	min-height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.compare-item__img-box {
	height: 200px;
	padding: 25px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.compare-item__remove,
.control-up {
	-webkit-box-align: center;
	cursor: pointer
}

.compare-item__img-box img {
	max-width: 100%;
	max-height: 100%
}

.compare-item__remove {
	position: absolute;
	width: 20px;
	height: 20px;
	background: rgba(255, 255, 255, .3);
	z-index: 3;
	left: 15px;
	top: 15px;
	border: 1px solid #c1c1c1;
	color: #c1c1c1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.no-touch .compare-item__remove {
	color: #313131;
	opacity: .6
}

.no-touch .compare-item__remove:hover {
	opacity: 1
}

.compare-item__remove .svg-icon {
	width: 16px;
	height: 16px;
	margin: auto
}

.compare-item__title {
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	font-weight: 700;
	margin-bottom: 10px
}

.compare-item__article {
	font-size: 14px;
	margin-bottom: 10px;
	color: #727272;
	white-space: nowrap;
	height: 18px
}

.compare-item__btn {
	background: #4683C4;
	color: #fff;
	width: 100%;
	border: 1px solid #4683C4;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0 4px
}

.compare-item__btn:focus,
.compare-item__btn:hover {
	background: #137dba;
	color: #fff;
	border: 1px solid #4683C4 !important
}

.compare-item__btn .btn__inner {
	color: #fff !important
}

.compare-item__btn:active {
	-webkit-transform: translateY(3px);
	transform: translateY(3px)
}

.compare-param--name {
	height: 180px;
	display: block
}

.compare-count-field,
.control-up {
	display: -webkit-box;
	display: -ms-flexbox
}

.compare-param--count {
	overflow: visible;
	white-space: normal
}

.compare-item__price {
	font-size: 24px;
	color: #4583C3
}

.ompare-item__price--old {
	color: #727272;
	font-size: 14px
}

.compare-count-field {
	display: flex;
	border: 1px solid #c1c1c1
}

.no-touch .compare-count-field:hover {
	border-color: #4583C3
}

.compare-count-field__input {
	height: 38px;
	width: 40px;
	padding: 2px;
	line-height: 40px;
	text-align: center;
	border: none
}

.compare-count-field__controls {
	border-left: 1px solid #c1c1c1;
	height: 38px
}

.control-up {
	width: 24px;
	height: 50%;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.no-touch .control-up:hover {
	background: #f5f5f5
}

.control-up:active {
	background: #c1c1c1
}

.control-up .svg-icon {
	width: 12px;
	height: 12px;
	color: #c1c1c1;
	margin: auto
}

.control-up:first-child {
	border-bottom: 1px solid #c1c1c1
}

.control-up:first-child .svg-icon {
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1)
}

.compare-inpack {
	height: 40px;
	width: 100%;
	margin-left: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	white-space: nowrap;
	background: #fafafa;
	border: 1px solid #f5f5f5
}

.compare-param--descr {
	height: 440px;
	margin-bottom: 15px;
	display: block;
	overflow: hidden
}

.compare-main {
	width: calc(100% - 242px)
}

.compare-main-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media screen and (max-width:1279px) {
	.compare-item {
		width: 33.3333%;
		min-width: 33.3333%
	}
}

@media screen and (max-width:992px) {
	.compare-item {
		width: 50%;
		min-width: 50%
	}
}

@media screen and (max-width:767px) {

	.compare-aside-param,
	.compare-item__param {
		border-top: 1px solid #ececec
	}

	.compare-aside-param:before,
	.compare-categories__count {
		display: none
	}

	.compare-aside {
		width: 150px;
		position: -webkit-sticky;
		position: sticky;
		left: 0;
		z-index: 80;
		background: #fff;
		-webkit-box-shadow: 3px 0 4px rgba(0, 0, 0, .2);
		box-shadow: 3px 0 4px rgba(0, 0, 0, .2)
	}

	.compare-main {
		width: auto
	}

	.compare-main-wrap {
		width: auto;
		overflow: visible
	}

	.compare-aside-top {
		padding: 10px
	}

	.compare-aside-top h2 {
		font-size: 20px;
		margin: 0
	}

	.compare-box {
		overflow: auto;
		width: calc(100% + 20px);
		margin-left: -10px
	}

	.compare-aside-param {
		padding: 20px 10px;
		font-size: 12px
	}

	.compare-item {
		width: 210px;
		min-width: 160px
	}
}

/*!
 * Datepicker v1.0.6
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-01-19T09:15:45.725Z
 */
.datepicker-container {
	background-color: #fff;
	direction: ltr;
	font-size: 12px;
	left: 0;
	line-height: 30px;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 210px;
	z-index: -1
}

.datepicker-container:after,
.datepicker-container:before {
	border: 5px solid transparent;
	content: " ";
	display: block;
	height: 0;
	position: absolute;
	width: 0
}

.datepicker-dropdown {
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 3px 6px #ccc;
	box-shadow: 0 3px 6px #ccc;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	z-index: 1
}

.datepicker-inline {
	position: static
}

.datepicker-top-left,
.datepicker-top-right {
	border-top-color: #39f
}

.datepicker-top-left:after,
.datepicker-top-left:before,
.datepicker-top-right:after,
.datepicker-top-right:before {
	border-top: 0;
	left: 10px;
	top: -5px
}

.datepicker-top-left:before,
.datepicker-top-right:before {
	border-bottom-color: #39f
}

.datepicker-top-left:after,
.datepicker-top-right:after {
	border-bottom-color: #fff;
	top: -4px
}

.datepicker-bottom-left,
.datepicker-bottom-right {
	border-bottom-color: #39f
}

.datepicker-bottom-left:after,
.datepicker-bottom-left:before,
.datepicker-bottom-right:after,
.datepicker-bottom-right:before {
	border-bottom: 0;
	bottom: -5px;
	left: 10px
}

.datepicker-bottom-left:before,
.datepicker-bottom-right:before {
	border-top-color: #39f
}

.datepicker-bottom-left:after,
.datepicker-bottom-right:after {
	border-top-color: #fff;
	bottom: -4px
}

.datepicker-bottom-right:after,
.datepicker-bottom-right:before,
.datepicker-top-right:after,
.datepicker-top-right:before {
	left: auto;
	right: 10px
}

.datepicker-panel>ul {
	margin: 0;
	padding: 0;
	width: 102%
}

.datepicker-panel>ul:after,
.datepicker-panel>ul:before {
	content: " ";
	display: table
}

.datepicker-panel>ul:after {
	clear: both
}

.datepicker-panel>ul>li {
	background-color: #fff;
	cursor: pointer;
	float: left;
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 30px
}

.datepicker-panel>ul>li.highlighted,
.datepicker-panel>ul>li:hover {
	background-color: #e5f2ff
}

.datepicker-panel>ul>li.muted,
.datepicker-panel>ul>li.muted:hover {
	color: #999
}

.datepicker-panel>ul>li.highlighted:hover {
	background-color: #cce5ff
}

.datepicker-panel>ul>li.picked,
.datepicker-panel>ul>li.picked:hover {
	color: #39f
}

.datepicker-panel>ul>li.disabled,
.datepicker-panel>ul>li.disabled:hover {
	background-color: #fff;
	color: #ccc;
	cursor: default
}

.datepicker-panel>ul>li.disabled.highlighted,
.datepicker-panel>ul>li.disabled:hover.highlighted {
	background-color: #e5f2ff
}

.datepicker-panel>ul>li[data-view="month next"],
.datepicker-panel>ul>li[data-view="month prev"],
.datepicker-panel>ul>li[data-view="year next"],
.datepicker-panel>ul>li[data-view="year prev"],
.datepicker-panel>ul>li[data-view="years next"],
.datepicker-panel>ul>li[data-view="years prev"],
.datepicker-panel>ul>li[data-view=next] {
	font-size: 18px
}

.datepicker-panel>ul>li[data-view="month current"],
.datepicker-panel>ul>li[data-view="year current"],
.datepicker-panel>ul>li[data-view="years current"] {
	width: 150px
}

.datepicker-panel>ul[data-view=months]>li,
.datepicker-panel>ul[data-view=years]>li {
	height: 52.5px;
	line-height: 52.5px;
	width: 52.5px
}

.datepicker-panel>ul[data-view=week]>li,
.datepicker-panel>ul[data-view=week]>li:hover {
	background-color: #fff;
	cursor: default
}

.datepicker-hide {
	display: none
}

.header-city-select .page-header-top-item {
	font-weight: normal;
}

.header-city-select .page-header-top__cell {
	padding: 0;
}

.header-city-select .page-header-top-item__name {
	height: 40px;
}

.user_filters h4 {
	display: none;
}

.user_filters .basic-filter-group__item {
	display: inline-block;
	width: fit-content;
	margin: 0 10px 10px 0;
}

.user_filters .basic-filter-group__item .checkbox-row__visual {
	display: none;
}

.user_filters .basic-filter-group__item label {
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	padding: 5px 15px;
}

.user_filters .basic-filter-group__item label sup {
	display: none;
}

/*.user_filters .basic-filter-group__item {margin: 0 10px 10px 0 !important;}*/

@media (max-width:550px) {

	.for-delivery-type .pickDate,
	.for-delivery-type .pickTime {
		display: block;
		width: 100%;
	}

	.for-delivery-type .pickTime label {
		display: none;
	}

	.for-delivery-type .pickTime .rich-text-input,
	.for-delivery-type .pickDate .rich-text-input {
		width: 100%;
	}
}

.mmdd-alt__l2 {
	display: none !important;
}

.js-accordeon-content.accorderon-content-simple,
.mmdd-alt__l1-link-title.js-accordeon-title:after {
	display: none !important;
}

.cat-grid__item-title {
	overflow: unset !important;
}

.catalog-top-params:last-child {
	width: 100%;
}

.hide_description {
	display: none;
}

.page-foter_bottom {
	line-height: 24px;
}

.page-foter_bottom p {
	margin-top: 0;
}

.page-footer-menu__title {
	font-weight: bold;
}
.catalog-item-3 .dot-line-row--bottom-dashed {
	font-size: 13px;
	line-height: 13px;
	padding-top: 2px;
}
.catalog-item-3 .dot-line-row__ruler {
	flex: 1 0;
	border-bottom: 1px dotted #000;
	height: 1em;
	margin: 0 .4em;
}
.dot-line-row__end {display: contents;}
/* End */


/* Start:/local/dist/styles/add.css?16676662692930*/
.pages_content_footer ul li, .content-crop-container ul li{
    list-style: disc;
}

.pages_content_footer ol > li, .content-crop-container ol li{
    list-style: decimal;
}

#formOneClick .err {
    color: #ed1920;
    font-size: 14px;
    line-height: 20px;
    opacity: .7;
}

.errorContacts{

    color: #ed1920;
    font-size: 14px;
    line-height: 20px;
    opacity: .7;
}

.catalog-main-aside__line--top {
    position: relative;
}

.in-stock-table {
    /*position: absolute;*/
    display: table;
    /*z-index: 100;*/
    background: #fff;
    left: 0;
    top: 23px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 14px;
    line-height: 16px;
    width: 258px;
    margin-bottom: 2em;
}

.in-stock-table__rows {
    top: 57px;
}

.in-stock-table__rows.scrollable {
    height: 246px;
    overflow-y: auto;
    display: block;
}

.in-stock-table.scrollable:not(.in-stock-table__rows) div:last-of-type {
    padding-right: 27px;
}

.in-stock-table li {
    display: table-row;
}

.in-stock-table div {
    display: table-cell;
    padding: 10px 10px 8px 10px;
    border-bottom: 1px solid #E8E8E8;
    color: #313131;
}



.in-stock-table__row div:last-of-type {
    color: #4384C5;
}

.in-stock-table div:last-of-type {
    white-space: nowrap;
    width: 95px;
    text-align: right;
}

.in-stock-table__header div {
    color: #fff;
    background: #4384C5;
}

.product__instore  {
    cursor: pointer;
    display: inline-block;
    border-bottom: 1px solid transparent;
    line-height: 18px;
}

.product__instore-wrap, .optionExtra__in-stock-wrap {
    position: relative;
    z-index: 10;
}

.optionExtra__data-time {
    position: relative;
}

.js_in-stock-list ul {
    margin: 0;
}

.js_in-stock {
    border-bottom: 1px solid #9AB410;
    cursor: pointer;
    transition: border-color 0.1s;
}

.container--for-products-slider {
    padding-bottom: 340px;
    margin-bottom: -340px;
}

ul[data-view="days"] li:nth-child(7n) {
    pointer-events: none;
    background: #ececec;
}
ul[data-view="days"] li:nth-child(7n+1) {
    pointer-events: none;
    background: #ececec;
}
.catalog-item-3__main-gallery .image-gallery {margin-bottom: 2em;}
.catalog-item-3__section_prop {
    margin-top: 1em;
    padding-left: 35px;
    line-height: 30px;
}
.catalog-item-3__section_prop:before {
    content: '';
    background:url('/local/images/download2.png');
    background-size:cover;
    position:absolute;
    width:30px;
    height:30px;
    margin-left: -35px;
}
.catalog-item-3__section_prop_wtb {
    margin-top: 1em;
}
.catalog-item-3__section_prop_wtb p {
    font-size: 0.85em;
    font-weight: bold;
}
.catalog-item-3__section_prop_wtb a {
    background-color: #eee;
    padding: 3px 5px;
    margin: 0 1em 1em 0;
    border: 1px solid #ccc;
    font-size: 0.75em;
    color: #777;
    display: inline-block;
    white-space: nowrap;
}
/* End */


/* Start:/local/dist/styles/armar.css?166817529941862*/
.contractor-block {
    border: 1px solid #D4D4D4;
    float: left;
    width: 49%;
    margin-right: 5px;
    margin-bottom: 5px;
}

.contractor-unset-block {
    float: left;
    position: relative;
    padding-top: 9px;
}

.clr {
    clear: both;
}

span.show-numder {
    position: absolute;
    color: #4683c4;
    border: 1px solid #4683c4;
    font-weight: 900;
    font-size: 12px;
    border-radius: 40px;
    padding: 6px;
    left: 0px;
    line-height: 16px;
    width: 100%;
}

.contractor-unset-block:first-child {
    width: 25%;
    padding-left: 5px;
}

.contractor-unset-block:first-child img {
    width: 100%;
}

.contractor-unset-block:nth-child(3) {
    width: 35%;
    text-align: center;
}

.contractor-unset-block:nth-child(2) {
    width: 39%;
    padding-left: 10px;
}

.contractor-unset-block:nth-child(3) img {
    padding-top: 37px;
}

.home-foto {
    padding-right: 10px;
    padding-left: 10px;
}

.home-foto > div {
    float: left;
}

.home-foto > div:nth-child(1) {
    width: 57%;
    margin-right: 5px;
}

.home-foto > div:nth-child(1) img {
    width: 100%;
}

.home-foto > div:nth-child(2) {
    width: 40%;
}

.home-foto > div:nth-child(2) img {
    width: 100%;
}

body p.services-text {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 24px;
    margin-top: 0px;
    margin-bottom: 6px;
}

.contractor-unset-block:nth-child(2) p {
    color: #2d2d2d;
    font-size: 18px;
}

div.more {
    position: relative;
    display: block;
    width: 62px;
}

div.more a span {
    position: absolute;
    color: #2d2d2d;
    font-size: 22px;
    left: auto;
    right: auto;
    top: 30%;
    bottom: auto;
    margin: auto;
    width: 100%;
    text-align: center;
}

div.more a:before {
    background: #d8dbde;
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.6;
}

.img-mini {
    width: 62px;
    height: 60px;
    float: left;
    margin-right: 4px;
    margin-bottom: 7.6px;
}

.img-mini:nth-child(2n) {
    margin-right: 0px;
}

.red {
    color: #f00;
}

.no-margin {
    margin-bottom: 0px;
    margin-top: 0px;
}

div.more a:hover {
    border-bottom: none;
}

.contractor-block:nth-child(3n) {
    margin-right: 0px;
}

ol.mоntage-list {
    padding-left: 30px;
}

table td {
    border: 1px solid #E4E5E7;
    padding: 5px;
}

table tr:nth-child(1), table tr:nth-child(2) {
    font-weight: 700;
}

table tr:nth-child(odd) {
    background: #F2F2F2;
}

td.lange-td {
    width: 70%;
}

.table-block {
    margin-top: 30px;
    margin-bottom: 19px;
}

@media screen and (max-width: 767px) {
    .contractor-block {
        width: 100%;
        margin-bottom: 10px;
    }

    .contractor-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .home-foto > div:nth-child(1) {
        width: 100%;
    }

    .home-foto > div:nth-child(2) {
        width: 100%;
    }

    .img-mini:nth-child(2n) {
        margin-right: 4px;
    }

    .img-mini {
        width: 32%;
        height: auto;
    }

    div.more {
        width: 32%;
    }

    a.show-numder {
        font-size: 10px;
    }

    .contractor-unset-block:nth-child(3) img {
        width: 52px;
    }

    div.more a:before {
        height: 95%;
    }

    .padding-mobile {
        padding-left: 10px;
        padding-right: 10px;
    }

    .img-mini:nth-child(3n) {
        margin-right: 0px;
    }

    .manufacturers-block {
        width: 50%;
    }

    .manufacturers-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    div.section-info-type-materials .mmdd-alt__l2-item {
        width: 100%;
    }

    /*.new-layout .slick-slider .slick-track {
        width: 100%;
        left: auto;
        right: auto;
        display:block;
    }*/
    .new-layout div.section-news-main {
        padding-left: 10px;
        padding-right: 10px;
    }

    .new-layout .section-info-type-materials .mmdd-alt__l2-link img {
        width: 15px;
        margin-right: 0px;

    }

    .new-layout div.section-info-main {
        padding-left: 10px;
        padding-right: 10px;
    }

    .new-layout .info-main-block {
        margin-bottom: 20px;
    }

    .new-layout .info-main-block:last-child {
        margin-bottom: 0px;
    }

    .new-layout .section-info-main > .container > .section-info-main {
        padding-left: 0px;
        padding-right: 0px;
    }

    div.section-info-type-materials .mmdd-alt__l2-link {
        font-size: 12px;
        padding-right: 0px;
    }

    div.section-info-type-materials {
        padding-left: 10px;
        padding-right: 10px;
    }

    .new-layout div.page-header-main__row .page-header-main__cell {
        display: inline-block;
        vertical-align: middle;
    }

    .new-layout div.page-header-main__cell--options .option {
        /*display: inline-block;*/
        width: 100%;
    }

    .new-layout .option-icon {
        height: auto;
    }

    .new-layout .page-header-main__cell.page-header-main__cell--menu-btn {
        margin-bottom: 0px;
    }

    .new-layout .page-header-main__row {
        display: block;
        margin-bottom: 0px;
    }

    .page-header-main__cell.page-header-main__cell--tagline {
        width: 100%;
    }

    .new-layout .page-header-main__cell.page-header-main__cell--options {
        white-space: normal;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .new-layout div.menu-with-search-block .page-header-main__cell.page-header-main__cell--search {
        width: 100%;
        padding-left: 0px;
        float: none;
        padding-top: 0px;
    }

    .new-layout .top-slider.right-slider {
        width: 100%;
        margin-left: -0px;
    }

    .new-layout .top-slider.right-slider img {
        width: 100%;
    }

    .new-layout .menu-with-search-block .top-search {
        left: 0px;
        top: 8px;
        position: relative;
        width: 100%;
    }

    .new-layout .menu-with-search-block .page-header-main__cell {
        white-space: normal;
        padding-right: 0px;
    }

    .new-layout .menu-with-search-block {
        height: 197px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .new-layout .top-search__cell-input .rich-text-input {
        width: 100%;
    }

    .new-layout .header-top-right_text {
        font-size: 14px;
    }

    body.new-layout section.floor.floor--slider.floor--closer {
        display: block;
    }

    body.new-layout .slider-products .product-slide, body.new-layout .section-news-main_item {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        vertical-align: top;
    }

    body.new-layout div.top-slider.left-slider {
        width: 100%;
    }

    body.new-layout div.mmdd-alt__l3.mmdd-alt__l3.mmdd-alt__l3 {
        display: none;
    }

    body.new-layout .main-slider .slick-arrow {
        top: 50%;
    }

    body.new-layout .top-slider.left-slider .simple-slide__img.simple-slide__img {
        width: 100%;
        margin-left: 0px;
        min-height: auto;
        height: auto;
    }

    body.new-layout .floor.floor--slider-products.flc.cl_1 .slick-slider .slick-track {
        display: block;
    }

    body.new-layout .slider-tabs-box {
        display: flex;
        float: none;
        margin-left: 0px;
    }

    body.new-layout .slider-tabs-box .slider-tab.js-switch-tab {
        width: 33.33%;
    }

    .bottom-fixed-string {
        display: none;
    }

    .new-layout jdiv.globalClass_b111 > jdiv {
        right: 62px;
        bottom: 35px;
    }

    div.main-links-to__catalog.bottom-banners a.main-link-to__catalog {
        width: 100%;
        min-height: 234px;
    }

    div.main-links-to__catalog.bottom-banners {
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;
        display: none;
    }

    div.main-slider .slick-dots {
        top: 86%;
    }

    .menu-right-top {
        display: none;
    }

    body.new-layout .slider-products .product-slide {
        max-width: 49%;
    }

    body.new-layout.no-touch .floor .slick-initialized .slick-slide:last-child {
        padding-right: 0px;
    }

    body.new-layout .section-news-main_item {
        width: 49%;
        max-height: 289px;
    }

    body.new-layout.no-touch .floor .slick-initialized .slick-slide {
        width: 100%;
    }

    body.new-layout div.page-header-main__cell.page-header-main__cell--tagline.top-slogan-block {
        display: none;
    }

    body.new-layout .page-header-main__cell.page-header-main__cell--options.top-slogan-block {
        display: none;
    }

    body.new-layout .page-header-main__cell.page-header-main__cell--cart.top-slogan-block {
        padding-right: 0px;
    }

    body.new-layout .page-header-main__center .page-header-top-item__icon {
        padding-left: 0px;
    }

    body.new-layout .header-string.top-sliders {
        margin-bottom: 15px;
    }

    body.new-layout.touch.main-menu-folded-open .menu-with-search-block {
        margin-top: 60px;
        max-width: 300px;
        margin-left: 0px;
    }

    body.new-layout .page-header-main__cell.page-header-main__cell--logo.top-slogan-block {
        width: 38%;
        text-align: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .contractor-block {
        width: 49%;
    }

    .contractor-block:nth-child(2n) {
        margin-right: 0px;
    }

    .contractor-block:nth-child(3n) {
        margin-right: 5px;
    }

    .img-mini {
        width: 48.5%;
        height: auto;
        margin-bottom: -1px;
    }

    .home-foto > div:nth-child(2) {
        width: 39.7%;
    }

    .home-foto > div:nth-child(1) {
        width: 56%;
    }

    .img-mini.more {
        width: 48.5%;
    }

    .new-layout div.page-header-main__row .page-header-main__cell {
        display: inline-block;
        padding-left: 4px;
        vertical-align: middle;
    }

    .new-layout div.page-header-main__cell--options .option {
        /*display: inline-block;*/
        width: 34%;
    }

    .new-layout .option-icon {
        height: auto;
    }

    .new-layout .page-header-main__cell.page-header-main__cell--menu-btn {
        margin-bottom: 0px;
        padding-right: 0px;
    }

    .new-layout .page-header-main__row {
        display: block;
    }

    div.section-info-type-materials .mmdd-alt__l2-item {
        width: 48%;
        margin-right: 10px;
    }

    .section-info-type-materials .mmdd-alt__l2-link-title {
        font-size: 13px;
    }

    .new-layout .slider-tabs-box {
        display: flex;
    }

    .top-slider.right-slider img {
        width: 100%;
        margin-left: 0px;
    }

    div.mmdd-alt__l3.mmdd-alt__l3.mmdd-alt__l3 {
        display: none;
    }

    body.new-layout .floor.floor--slider-products.flc.cl_1 {
        margin: 15px 0;
    }

    body.new-layout .layout .container {
        max-width: 100%;
    }

    body.new-layout .main-slider .slick-arrow {
        top: 50%;
    }

    body.new-layout div.section-info-type-materials .mmdd-alt__l2-item div.mmdd-alt__l3.mmdd-alt__l3.mmdd-alt__l3 {
        display: block;
        position: relative;
        box-shadow: none;
        height: auto;
    }

    body.new-layout div.section-info-type-materials .mmdd-alt__l2-item a.mmdd-alt__l3-link {
        font-size: 13px;
    }

    body.new-layout .main-slider .slick-dots {
        bottom: auto;
        top: 90%;
    }

    body.new-layout .bottom-fixed-string {
        display: table;
        width: 100%;
    }

    body.new-layout .bottom-fixed-string .header-top-left {
        float: none;
        width: 45%;
    }

    body.new-layout .bottom-fixed-string-unset > div {
        display: inline-block;
    }

    body.new-layout .page-header-top-item__btn {
        background: transparent;
    }

    .new-layout jdiv.globalClass_b111 > jdiv {
        right: -8px;
        bottom: 155px;
    }

    body.new-layout .fixed-nav {
        bottom: 110px;
    }

    .new-layout div.container.main-banner {
        margin-top: 0px;
    }

    body.new-layout .top-slider.left-slider .simple-slide__img.simple-slide__img {
        width: 100%;
        margin-left: 0px;
        min-height: auto;
        height: auto;
    }

    body.new-layout div.top-slider.left-slider {
        width: 100%;
    }

    body.new-layout div.menu-with-search-block .page-header-main__cell.page-header-main__cell--search {
        width: 100%;
        padding-right: 13px;
        padding-top: 0px;
    }

    body.new-layout div.menu-header-bottom ul li {
        width: 20%;
        margin-right: 0px;
    }

    body.new-layout div.menu-with-search-block .page-header-main__cell > div.menu-header-bottom {
        width: 100%;
        text-align: center;
    }

    body.new-layout div.top-slider.right-slider {
        width: 100%;
        margin-left: 0px;
    }

    body.new-layout div.top-slider.right-slider .main-link-to__catalog_img {
        max-width: 100%;
        position: relative;
    }

    body.new-layout div.top-slider.right-slider .main-link-to__catalog {
        width: 50%;
    }

    body.new-layout div.main-links-to__catalog.bottom-banners a.main-link-to__catalog {
        min-height: 177px;
    }

    body.new-layout .menu-with-search-block .header-top-right_text {
        font-size: 16px;
    }

    body.new-layout .page-header-main__cell--menu-btn .menu-btn {
        width: 50px;
        height: 50px;
    }

    body.new-layout div.page-header-main__cell.page-header-main__cell--tagline.top-slogan-block {
        display: none;
    }

    body.new-layout .logo {
        width: 70px;
        height: 39px;
    }

    body.new-layout .page-header-main__cell.page-header-main__cell--options {
        width: 68%;
    }

    body.new-layout .page-header-main__center .page-header-top-item__icon {
        padding-left: 0px;
        padding-right: 0px;
    }

    body.new-layout.touch.main-menu-folded-open .menu-with-search-block {
        margin-top: 60px;
        max-width: 300px;
        margin-left: 0px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1023px) {
    body.new-layout .page-header-main__cell.page-header-main__cell--menu-btn {
        display: none;
    }

    .new-layout .page-header-main__cell.page-header-main__cell--logo.top-slogan-block {
        display: inline-block;
        width: 18%;
    }

    .page-header-main__cell.page-header-main__cell--logo span.logo {
        width: auto;
    }

    body.new-layout .page-header-main__cell.top-slogan-block {
        width: 6%;
        display: inline-block;
        vertical-align: middle;
    }

    body.new-layout .page-header-main__cell--options .option {
        width: 33%;
        /*display: inline-block;*/
    }

    .new-layout .page-header-main__cell--options .option .option-icon {
        height: auto;
    }

    .new-layout .page-header-main__cell.page-header-main__cell--tagline.top-slogan-block {
        width: 25%;
    }

    body.new-layout .page-header-main__cell.page-header-main__cell--options {
        width: 25%;
    }

    .new-layout .page-header-main__cell.page-header-main__cell--contacts .page-header-top__cell, .new-layout .page-header-main__cell.page-header-main__cell--cart .complex-link {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 280px;
    }

    .page-header-main__cell--contacts, .page-header-main__cell--cart {
        margin-top: 30px;
        vertical-align: top;
    }
    .new-layout .page-header-main__cell.page-header-main__cell--contacts.top-slogan-block{
        width: 21%;
    }
    body.new-layout .page-header-main__cell--options .option:nth-child(2),
    body.new-layout .page-header-main__cell--options .option:nth-child(3){
        display: none;
    }
    .new-layout .page-header-main__cell.page-header-main__cell--cart.top-slogan-block{
        width: 6%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .contractor-block {
        width: 49%;
    }

    .contractor-block:nth-child(2n) {
        margin-right: 0px;
    }

    .contractor-block:nth-child(3n) {
        margin-right: 5px;
    }

    .img-mini {
        width: 48.5%;
        height: auto;
        margin-bottom: -1px;
    }

    .home-foto > div:nth-child(2) {
        width: 39.7%;
    }

    .home-foto > div:nth-child(1) {
        width: 56%;
    }

    .img-mini.more {
        width: 48.5%;
    }

    body.new-layout .top-slider.right-slider img {
        width: 100%;
    }

    body.new-layout .floor.floor--slider-products.flc.cl_1 {
        margin: 15px 0;
    }

    body.new-layout .section-info-type-materials .mmdd-alt__l2-item {
        width: 48%;
    }

    body.new-layout div.section-info-type-materials .mmdd-alt__l2-item:nth-child(3n+1) {
        margin-right: 9px;
    }

    body.new-layout .section-info-type-materials .mmdd-alt__l2-item:nth-child(odd) {
        margin-right: 0px;
    }

    .new-layout jdiv.globalClass_b111 > jdiv {
        right: 62px;
        bottom: 35px;
    }

    div.top-slider.left-slider .simple-slide__img.simple-slide__img {
        height: 313px;
        width: auto;
    }

    div.top-slider.right-slider .main-link-to__catalog {
        min-height: 157px;
    }

    div.main-links-to__catalog.bottom-banners a.main-link-to__catalog {
        min-height: 179px;
    }

    div.menu-with-search-block .page-header-main__cell {
        padding-left: 25px;
        padding-right: 12px;
    }

    div.page-header-main__row {
        display: block;
    }

    .new-layout .page-header-main__cell.page-header-main__cell--logo.top-slogan-block {
        display: inline-block;
        width: 18%;
    }

    .page-header-main__cell.page-header-main__cell--logo span.logo {
        width: auto;
    }

    body.new-layout .page-header-main__cell.top-slogan-block {
        width: 19%;
        display: inline-block;
        vertical-align: middle;
    }

    body.new-layout .page-header-main__cell--options .option {
        width: 33%;
        /*display: inline-block;*/
    }

    .new-layout .page-header-main__cell--options .option .option-icon {
        height: auto;
    }

    .new-layout .page-header-main__cell.page-header-main__cell--tagline.top-slogan-block {
        width: 21%;
    }

    .new-layout .page-header-main__cell.page-header-main__cell--options {
        width: 62%;
    }

    .new-layout .page-header-main__cell.page-header-main__cell--contacts .page-header-top__cell, .new-layout .page-header-main__cell.page-header-main__cell--cart .complex-link {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 280px;
    }

    .page-header-main__cell--contacts, .page-header-main__cell--cart {
        margin-top: 30px;
        vertical-align: top;
    }

    .menu-with-search-block {
        padding: 0 25px;
    }
    .new-layout .page-header-main__cell.page-header-main__cell--contacts.top-slogan-block{
        width: 21%;
    }
    body.new-layout .page-header-main__cell--options .option:nth-child(2),
    body.new-layout .page-header-main__cell--options .option:nth-child(3){
        display: none;
    }
    .new-layout .page-header-main__cell.page-header-main__cell--cart.top-slogan-block{
        width: 6%;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1335px) {
    .contractor-block {
        width: 32%;
    }

    .home-foto > div:nth-child(1) {
        width: 57%;
    }

    .home-foto > div:nth-child(2) {
        width: 41%;
    }

    .img-mini.more {
        width: 47.5%;
    }

    .img-mini {
        width: 47.5%;
        height: auto;
        margin-bottom: -1px;
    }

    .top-slider.right-slider img {
        max-width: 100%;
    }

    div.page-header-main__row {
        display: block;
    }

    .new-layout .page-header-main__cell.page-header-main__cell--logo.top-slogan-block {
        display: inline-block;
        width: 18%;
    }

    .page-header-main__cell.page-header-main__cell--logo span.logo {
        width: auto;
    }

    body.new-layout .page-header-main__cell.top-slogan-block {
        width: 19%;
        display: inline-block;
        vertical-align: middle;
    }

    body.new-layout .page-header-main__cell--options .option {
        width: 33%;
        /*display: inline-block;*/
    }

    .new-layout .page-header-main__cell--options .option .option-icon {
        height: auto;
    }

    .new-layout .page-header-main__cell.page-header-main__cell--tagline.top-slogan-block {
        width: 19%;
    }

    .new-layout .page-header-main__cell.page-header-main__cell--options {
        width: 62%;
    }

    .new-layout .page-header-main__cell.page-header-main__cell--contacts .page-header-top__cell, .new-layout .page-header-main__cell.page-header-main__cell--cart .complex-link {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 280px;
    }

    .page-header-main__cell--contacts, .page-header-main__cell--cart {
        margin-top: 30px;
        vertical-align: top;
    }

    .menu-with-search-block {
        padding: 0 25px;
    }
    .new-layout .page-header-main__cell.page-header-main__cell--contacts.top-slogan-block{
        width: 21%;
    }
    body.new-layout .page-header-main__cell--options .option:nth-child(2),
    body.new-layout .page-header-main__cell--options .option:nth-child(3){
        display: none;
    }
    .new-layout .page-header-main__cell.page-header-main__cell--cart.top-slogan-block{
        width: 6%;
    }
}

span.tel-number {
    font-size: 11px;
    display: none;
}

span.show-number-text {
    cursor: pointer;
}

div.sticky-left-menu__main {
    position: relative;
}

.new-layout .page-header-main__cell--search {
    max-width: 1350px;
    margin: 0px auto;
}

.new-layout .page-header-main__cell.page-header-main__cell--options {
    width: 36%;
}

.new-layout .page-header-main__cell--options .option {
    display: inline-flex;
    vertical-align: top;
    font-size: 12px;
    width: 33%;
}

.new-layout .page-header-main__cell--options .option b {
    display: block;
    width: 100%;
    font-size: 14px;
}

.option-icon img {
    height: 30px;
}

.option-icon {
    float: left;
    height: 100%;
    margin-right: 10px;
}

.new-layout .page-header-main__cell--options .option:last-child {
    margin-right: 0px;
}

.new-layout .page-header-main.page-header-main__center .container {
    padding-right: 0px;
    padding-left: 0px;
}

.menu-with-search-block {
    background-color: #4683C4;
    margin: 0px auto;
    height: 115px;
    margin-bottom: 10px;
}

div.menu-with-search-block .page-header-main__cell.page-header-main__cell--search {
    padding-left: 13px;
    padding-top: 17px;
    width: 38.45%;
    margin-left: 0px;
    margin-right: 0px;
    float: right;
}

.menu-with-search-block div.top-search__cell-input {
    height: 40px;
    width: 100%;
    display: block;
}

.new-layout form.top-search__row .text-input {
    height: 40px;
    background-position: 13px 4px;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
    padding-left: 15px;
}

.new-layout .rich-text-input {
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

div.menu-with-search-block .page-header-main__cell.page-header-main__cell--search form {
    width: 100%;
}

.menu-header-bottom ul li {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 11px;
    padding-bottom: 11px;
    margin-right: 15px;
}

.menu-header-bottom ul li a {
    color: #fff;
}


.menu-with-search-block .page-header-main__cell {
    display: block;
    width: 100%;
    max-width: 1303px;
    margin-left: auto;
    margin-right: auto;
}

.menu-with-search-block .page-header-main__cell > div {
    display: inline-block;
    vertical-align: top;
}

.menu-with-search-block .page-header-menu__link-txt {
    line-height: inherit;
    font-weight: 500;
}

.menu-header-bottom ul li:last-child {
    margin-right: 0px;
}

.new span {
    color: #9D9D9D;
    font-size: 12px;
}

.new h4 {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}

.new p {
    font-size: 15px;
    line-height: 16px;
}

.new {
    border: 1px solid #fff;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 8px;
    padding-bottom: 17px;
    border-top: none;
    border-left: none;
    border-right: none;
}

.news-block {
    border: 1px solid #fff;
    background: #DAE6F3;
    -webkit-box-shadow: 0 1px 8px rgb(0 0 0 / 20%);
    box-shadow: 0 1px 8px rgb(0 0 0 / 20%);
    margin-top: 20px;
}

.news-block h3 {
    border-bottom: 1px solid #fff;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 8px;
    padding-bottom: 8px;
}

span.img-news {
    float: left;
    width: 105px;
    margin-right: 11px;
}

span.img-news img {
    width: 100%;
}

ul.subLeftMenu {
    display: block;
    width: 100%;
    font-size: initial;
}

ul.subLeftMenu li {
    padding: 2.9px 40px 2.9px 20px;
}

.top-slider.left-slider {
    width: 70%;
}

.top-slider.right-slider {
    width: 30%;
    padding: 0px;
    vertical-align: top;
    padding-top: 0px;
    margin-top: 0px;
    margin-left: -4px;
}

.top-slider.left-slider > .slider {
    margin-top: -8px;
}

.top-slider {
    display: inline-block;
    margin-top: 25px;
}

.new-layout section.floor.floor--slider.floor--closer {
    display: flex;
    margin-top: 10px;
}

.new-layout .top-slider.right-slider a:hover {
    border-bottom: none;
}

.new-layout .floor.floor--slider-products.flc.cl_1 {
    margin: 0px 0;
}

.new-layout.no-touch .slider-products {
    height: auto;
    margin: 0;
    width: 100%;
}

.new-layout .slider-tabs-box .slider-tab.js-switch-tab {
    border-right: 1px solid #ccc;
    margin-left: 0px;
    padding: 4px;
    width: 125px;
    text-align: center;
    border-bottom: none;
    color: #313131;
}

.new-layout .slider-tabs-box {
    border: 1px solid #ccc;
    margin-bottom: 0px;
    float: right;
}

.new-layout .slider-tabs-box .slider-tab.current {
    background-color: #4683C4;
    color: #fff;
}

.new-layout .slider-tabs-box .slider-tab.js-switch-tab:last-child {
    border-right: none;
}

.new-layout .floor-header__main {
    max-width: calc(100%);
    display: block;
}

.new-layout .floor-header__main:after {
    display: none;
}

a.all-products {
    padding: 0 12px;
    font-weight: 400;
    color: #fff;
    background: #4182c8;
    border: none;
    float: right;
}

.new-layout a.all-products:hover {
    border-bottom: none;
    color: #fff;
}

ul.subLeftMenu + .mmdd-alt__l2 {
    display: block !important;
}

.section-info-type-materials h4 {
    text-transform: uppercase;
    font-weight: normal;
}

.section-info-type-materials .mmdd-alt__l2-item {
    display: inline-block;
    margin-right: 18px;
    width: 32%;
    vertical-align: top;
    border-bottom: 1px solid #4683C4;
    min-height: 38px;
    margin-bottom: 33px;
}

.section-info-type-materials .js-mmdd-alt__l2-group {
    margin-bottom: 35px;
}

.section-info-type-materials {
    margin-top: 17px;
}

.manufacturers-block {
    border: 1px solid #e7e8ea;
    border-right: 1px solid #e7e8ea;
    border-bottom: 1px solid #e7e8ea;
    height: 96px;
    line-height: 96px;
    vertical-align: top;
    float: left;
    width: 20%;
    padding: 12px;
}

.manufacturers-block img {
    max-height: 80%;
    max-width: 80%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: auto;
    vertical-align: middle;
}

.manufacturers-block a {
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    opacity: 0.8;
    display: flex;
    height: 72px;
    position: relative;
    align-items: center;
}

div.manufacturers-block a:hover {
    border-bottom: none;
}

.new-layout .col.part-right.layout__main {
    display: inline-block;
}

.new-layout .section-news-main {
    padding: 40px 40px;
}

.manufacturers-container {
    overflow: hidden;
}

.section-info-type-materials .mmdd-alt__l2-link-toggle {
    right: 0px;
    left: auto;
}

.section-info-type-materials .mmdd-alt__l2-link img {
    width: 20px;
    margin-right: 11px;
    margin-left: 7px;
    position: relative;
}

.section-info-type-materials .mmdd-alt__l2-link {
    padding-left: 0px;
}

.new-layout .custom-group {
    background-color: #4683C4;
    padding-right: 6px;
}

.new-layout .custom-group a {
    color: #fff;
}

.new-layout .custom-group a:hover {
    color: #fff;
}

.new-layout .custom-group a.mmdd-alt__l2-link-title:hover {
    border-bottom: 1px solid #fff;
    color: #fff;
}

.new-layout .option a:hover {
    border-bottom: none;
}

.new-layout .page-header-main__cell--options .option a {
    color: #313131;
}

.section-info-type-materials .mmdd-alt__l2-item.third {
    margin-right: 0px;
}

.section-info-type-materials .mmdd-alt__l2-item .mmdd-alt__l2-link-title {
    max-width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}

div.sticky-left-menu__main .main-catalog_nav .main-menu-dd .mmdd-alt__l2 {
    min-height: auto;
}

div.sticky-left-menu__main .main-catalog_nav .main-menu-dd .mmdd-alt__l2-item {
    border-right: 1px solid #e7e8ea;
    background-color: #ffffff;
    display: inline-block;
    vertical-align: top;
    padding: 12px;
    width: 50%;
}

div.sticky-left-menu__main .main-catalog_nav .main-menu-dd .mmdd-alt__l2-item:last-child {
    border-right: none;
}

.bottom-fixed-string {
    background-color: #E52421;
    border-top: 2px solid #b31f1d;
    box-shadow: 1px 1px 12px #ff0000;
    line-height: 40px;
    position: fixed;
    z-index: 999;
    height: 40px;
    bottom: 0;
    left: 0;
    right: 0;
}

.bottom-fixed-string a {
    color: #fff;
}

.no-touch .bottom-fixed-string .page-header-top-item__btn:hover {
    color: #fff;
}

.bottom-fixed-string-unset {
    max-width: 1350px;
    padding: 0 25px;
    margin: 0 auto;
}

.bottom-fixed-string .dropdown {
    top: auto;
    bottom: 100%;
}

.header-top-left > div, .header-top-right > div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 24px;
}

.no-touch .bottom-fixed-string a:hover {
    color: #fff;
}

.bottom-fixed-string .header-top-left {
    float: left;
}

.bottom-fixed-string-unset .header-top-right {
    position: relative;
}

.header-top-right > div:last-child {
    margin-right: 0px;
}

.compare .mark, .wishlist .mark, .cart .mark {
    border-radius: 4px;
    margin-left: 4px;
    line-height: 20px;
    overflow: hidden;
    padding: 2px 11px;
    height: 20px;
    width: 26px;
    background-color: #E52421;
}

.bottom-fixed-string .complex-link__cell-icon {
    display: none
}

.bottom-fixed-string .complex-link__link {
    text-transform: none
}

.bottom-fixed-string .complex-link__link strong {
    font-weight: normal
}

.bottom-fixed-string .complex-link__label {
    border-radius: 4px;
    margin-left: 4px;
    line-height: 20px;
    overflow: hidden;
    padding: 2px 11px;
    height: 20px;
    width: 26px;
    background-color: #E52421;
    border: 1px solid #eee;
    box-shadow: none;
    display: inline;
    font-weight: 400;
    font-size: 16px;
    top: 0;
}

span.mark {
    width: 20px;
    height: 20px;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 50%;
}

.scrolled-enough .fixed-nav {
    bottom: 60px;
}

.float-left {
    margin-bottom: 43px;
}

.top-slider.left-slider .simple-slide__img.simple-slide__img {
    width: 129%;
    margin-left: 0px;
    height: 380px;
}

div.sticky-left-menu__main .mmdd-alt__l2-group.js-mmdd-alt__l2-group.left-accordion .left-accordion-list {
    display: block;
}

.mmdd-alt__l2-group {
    padding-left: 15px;
    padding-right: 15px;
}

.mmdd-alt__l2-link-title {
    white-space: normal !important;
}

body #jvlabelWrap {
    min-width: 234px;
    bottom: 55px !important;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    right: 151px !IMPORTANT;
}

.menu-right-show {
    top: 0;
    border-collapse: collapse;
    background: #ffffff;
    table-layout: fixed;
    position: absolute;
    z-index: 999999;
    margin-top: 0;
    left: 100%;
    width: 250%;
}

.mmdd-alt__l1.col.js-mmdd-alt__l1 {
    position: relative;
}

.sticky-left-menu__main .mmdd-alt__l1.col.js-mmdd-alt__l1 > div {
    position: relative;
}

.sticky-left-menu__main .mmdd-alt {
    overflow: initial;
}

div.sticky-left-menu__main .main-catalog_nav .main-menu-dd .mmdd-alt__l2-item:nth-child(even) {
    border-right: 0px;
}

.new-layout .mmdd-alt__l1-link, .new-layout .mmdd-alt__l2-link, .new-layout .mmdd-alt__l3-link {
    font-size: 13px;
}

.new-layout.no-touch .mmdd-alt__l2-link-toggle {
    background: #005ead;
}

.new-layout.no-touch .mmdd-alt__l2-link-toggle:hover {
    background-color: #F89728;
}

.new-layout.no-touch a.mmdd-alt__l2-link-title {
    color: #005ead;
    border: none;
    font-size: 13px;
    font-weight: 600;
}

.new-layout.no-touch a.mmdd-alt__l2-link-title:hover {
    border-bottom: none;
    color: #F89728;
}

.new-layout.no-touch .basket-action__cell-btn .btn--primary {
    padding: 4px 9px;
}

.new-layout.no-touch .floor .slick-initialized .slick-slide {
    padding-right: 0px;
    padding-left: 0px;
    width: 20%;
}

/*.new-layout.no-touch .floor .slick-initialized .slick-slide:first-child {padding-left: 11px;}*/
/*.new-layout.no-touch .floor .slick-initialized .slick-slide:last-child {padding-right: 9px;}*/
.new-layout.no-touch .floor .product {
    background: #fff;
}

.new-layout .main-catalog_nav .mmdd-alt__l1-link-title {
    display: inherit;
}

.new-layout .mmdd-alt__l1-link img {

    float: left;
    margin-right: 10px;
}

.top-slider.right-slider .main-link-to__catalog {
    width: 100%;
    min-height: 193px;
    padding: 0px;
    overflow: hidden;
    border: none;
}

.top-slider.right-slider .main-link-to__catalog:nth-child(2) {
    margin: 0px 0% 0px 0%;
}

.top-slider.right-slider .main-link-to__catalog_img img {
    max-width: 100%;
}

.top-slider.right-slider .main-link-to__catalog_img {
    max-width: 100%;
    left: 0px;
    right: 0px;
    bottom: auto;
}

.main-links-to__catalog.bottom-banners a.main-link-to__catalog {
    padding: 0px;
    width: 33.33%;
    min-height: 253px;
    border: none;
}


.main-links-to__catalog.bottom-banners a.main-link-to__catalog .main-link-to__catalog_img {
    left: 0px;
    right: 0px;
    bottom: auto;
}

.main-links-to__catalog.bottom-banners a.main-link-to__catalog .main-link-to__catalog_img img {
    max-width: 100%;
}

.main-links-to__catalog.bottom-banners a.main-link-to__catalog:nth-child(2) {
    margin-right: 0;
    margin-left: 0;
}

.main-links-to__catalog.bottom-banners {
    margin-top: -7px;
    margin-bottom: 20px;
}

.main-links-to__catalog.bottom-banners a.main-link-to__catalog:hover {
    border-bottom: none !important;
}

.top-slider.right-slider .main-link-to__catalog_img:hover {
    border-bottom: none !important;
}

.menu-right-top ul li {
    display: inline-block;
    float: left;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    width: 20%;
    text-align: center;
    border-right: 1px solid #e5e5e5;
}

.menu-right-top {
    background: #fff;
    height: 40px;
}

.menu-right-top ul {
    float: left;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
}

.menu-right-top ul li a.li-first-top-1 {
    color: #f89728;
}

.menu-right-top ul li a {
    color: #000;
}

.menu-right-top ul li a:hover {
    opacity: 0.7;
    border: none;
}

.menu-right-top ul li a.li-first-top-2 {
    color: #46aa42;
}

.menu-right-top ul li a.li-first-top-3 {
    color: #ef2e23;
}

.menu-right-top ul li a.li-first-top-4 {
    color: #005ead;
}

.menu-right-top ul li:last-child {
    border-right: none;
}

.new-layout .top-search__row .rich-text-input:after {
    content: "";
    background-image: url(/images/sprite_may.png);
    background-repeat: no-repeat;
    background-position: 0 -55px;
    height: 22px;
    width: 22px;
    display: block;
    position: absolute;
    right: 10px;
    top: 0px;
    margin: auto;
    bottom: 0px;
    z-index: 4;
}

.new-layout .top-search__row .rich-text-input:before {
    content: "";
    height: 40px;
    width: 44px;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #E52421;
    border-radius: 0px 4px 4px 0px;
    z-index: 4;
}

.left-menu-block .page-header-menu__item--hl .page-header-menu__link {
    background-color: #E52421;
}

.new-layout .container.main-banner {
    margin-top: -50px;
}

.col.part-left.layout__aside.left-menu-block .sticky-left-menu__main {
    top: 0px;
}

.menu-with-search-block .page-header-main__cell > div.menu-header-bottom {
    margin-top: 16px;
}

.left-menu-block .page-header-menu__item--wide-dd .page-header-menu__link:after {
    background: none;
}

.col.part-left.layout__aside.left-menu-block {
    margin-right: 0px;
}

.left-menu-block .mmdd-alt__l1-link {
    padding-top: 4px;
    padding-bottom: 4px;
}

.bottom-fixed-string .page-header-top-item__value, .bottom-fixed-string .page-header-top-item__svg-icon, .no-touch .bottom-fixed-string .page-header-top-item__btn:hover .page-header-top-item__svg-icon {
    color: #fff;
}

.new-layout .product__name {
    font-size: 13px;
}

/*.new-layout .page-header-top-item__icon {
    padding-right: 5px;
}*/
.new-layout .page-header-main__cell {
    padding-left: 10px;
}

/* index.php top slider */
/*.new-layout.touch .slider-products .product__footer {
    margin-top: 0px;
}
.new-layout section.floor.floor--slider.floor--closer {
    display: block;
    margin-top: 0px;
}
.floor--slider:first-child, .main-slider {
    min-height: 393px;
}
.page-main>.floor:last-child, .page-main>div:last-child .floor:last-child {
     margin-bottom: 0px;
 }*/
@media screen and (min-width: 1024px){
    .page-header-main__cell.page-header-main__cell--contacts.top-slogan-block .page-header-top-item__icon{
        padding-right: 5px;
    }
}
.breadcrumbs{width: 100%}
.simple-slide__img.simple-slide__img {max-width: 100%; margin: 0}
/* fix slider preview */
.catalog-item-3__main2 .catalog-item-3__main-gallery {padding-right: 30px;}
.catalog-item-3__main2 .catalog-item-3__main-gallery .image-gallery--horizontal .image-gallery__previews {padding-right: 0px;}
.catalog-item-3__main2 .catalog-item-3__main-gallery .image-gallery--horizontal .slick-dots {list-style: none;display: none}
.catalog-item-3__main2 .catalog-item-3__main-gallery .image-gallery--horizontal .image-gallery__tip{top: 140px;}
.catalog-item-3__main2 .image-gallery--horizontal .image-gallery__previews--slider-on .slick-slider{padding-right: 35px;padding-left: 35px;}
.catalog-item-3__main2 .slick-default-arrows .slick-prev {left: 0px;}
.catalog-item-3__main2 .slick-default-arrows .slick-next {right: 0px;}
.catalog-item-3__main2 .image-gallery__previews-item{width: 40px;height: 40px;display: flex;align-items: center}
/* reformat & fix for downloaded docs in detail page */
.catalog-item-3__main2 {display: flex; flex-wrap: wrap; flex: 1000 1 auto; align-content: flex-start; width: 50%; padding-right: 30px}
.catalog-item-3__main2 .catalog-item-3__main-gallery,
.catalog-item-3__main2 .catalog-item-3__main-base {width: 50%}
.catalog-item-3__main-base {padding-right: 0px;}
.catalog-item-3__main-base .catalog-item-3__top-params ul,
.catalog-item-3__main-aside .in-stock-table  {margin: 0;}
.catalog-item-3__main-props {width: 100%; margin: 0}
@media screen and (max-width: 999px){
    .catalog-item-3__main2 .catalog-item-3__main-gallery,
    .catalog-item-3__main2 .catalog-item-3__main-base {width: 100%}
}
/* End */
/* /local/templates/lk/template_styles.css?171743822133558 */
/* /local/dist/styles/styles.build.css?1712558188386848 */
/* /local/dist/styles/add.css?16676662692930 */
/* /local/dist/styles/armar.css?166817529941862 */
