@charset 'UTF-8';
html, body, div, span, h1, h2, h3, h4, h5, h6, p, img, em, strike, strong, s, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, section, time, mark, audio, video, main {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}
.header_flex__left,
.line_flex {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

body.marth8 .core {
	margin-top: 20px;
}

.landing__top {
	height: 50px;
}

/* sortable */
	.dd {

		position: relative;
		display: block;
		margin: 0;
		padding: 0;
		list-style: none;
		line-height: 20px;
	}
	.dd-list {
		display: block;
		position: relative;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.dd-list .dd-list {
		padding-left: 30px;
	}
	.dd-collapsed .dd-list {
		display: none;
	}
	.dd-item,
	.dd-empty,
	.dd-placeholder { display: block;
		position: relative;
		margin: 0; padding: 0;
		min-height: 20px;
	}
	.dd-handle {
		display: block;
		text-decoration: none;
	}
	.dd-handle:hover {

	}
	.dd-placeholder,
	.dd-empty {
		margin: 5px 0;
		padding: 0;
		min-height: 20px;
		border: 1px dashed #b6bcbf;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.dd-empty {
		border: 1px dashed #bbb;
		min-height: 100px }

	.dd-dragel {
		position: absolute;
		pointer-events: none;
		z-index: 9999;
background: #fff;
		color: #333;
		font-size: 16px;
		display: flex;
align-items: center;
	}
	.dd-dragel input {
		display: none;
	}
	.dd-dragel > .dd-item .dd-handle {
		margin-top: 0;
	}
	.dd-dragel .dd-handle {
		-webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
		box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
		z-index: 1000;
	}

.set_bloc {
  left: 0;
  transform: translateX(-100%);
  transition: transform .5s ease 0s;
	z-index: 10000;
  height: 100%;
	position: fixed;
  /* width: 30%; */
	box-shadow: 0 0 25px 0 rgba(0,0,0,.4);
}

.set_bloc_overlay.open {
	display: block;
}

.set_bloc.open .set_bloc__btn {
	background: #ffff;
}

.itemPrice__notexist-color {
	color: #898e91;
}

.set_bloc.open .set_bloc__btn:hover svg {
	fill: #000000;
}

.set_bloc_overlay {
	z-index: 1700;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: .7;
	display: none;
}
.set_bloc__btn {
	right: 0;
  position: fixed;
  z-index: 1000000;
  /* left: 0; */
  font-size: 23px;
  background-color: #e7e7e7;
  top: 15.1% !important;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translateX(100%);
	border-radius: 0 4px 4px 0;
}

.set_bloc__btn:hover {
	background-color: var(--main-accent-color);
}

.set_bloc__btn:hover svg {
	fill: #ffff;
}

.set_bloc__btn svg {
	width: 35px;
	height: 35px;
}

.set_bloc.open {
  transform: translateX(0);
}


.constr_blocks .dd-item input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin-top: 5px;
	margin-left: auto;
	text-align: right;
	display: flex;
	justify-content: center;
}
.dd-list {
	border: 1px solid #cecece;
}
.dd-list li {
	border-bottom: 1px solid #cecece;
	padding: 10px 25px;
}
.dd-list li:last-child {
	border-bottom: none;
}
.dd {
	max-width: 100%;
}
.settin_tabs__caption li {
	/* padding: 21px 25px 22px; */
	padding: 20px 10px;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-left: 2px solid transparent;
	cursor: pointer;
}
.indexSlider__item {
	position: relative;
	background-size: cover;
	background-position: 100% 84% !important; 
}
.settin_tabs__content.colors a {
	margin-bottom: 5px;
}
.sp-container {
	background-color: #f6f6f6;
	padding: 0;
	border: none !important;
	box-shadow: -5px 10px 30px #333;
}
.sp-choose {
	border: none !important;
	background: #fff !important;
	border-radius: 4px !important;
	border: 1px solid #cbcbcb !important;
	color: #333 !important;
	padding: 0.5rem 1rem !important;
	font: 12px/1.5 'Open Sans',
				Arial,
				'Helvetica CY',
				'Nimbus Sans L',
				sans-serif !important;
	transition: all .4s ease;
	}

.settin_block__reset.item__buy:hover {
	background: var(--main-accent-color);
	border-color: var(--main-accent-color)
}

.settin_tabs__content.head_tab a:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	border-color: #fff;
	transition: all .4s ease;
}

.sp-choose:hover {
	background: var(--main-accent-color) !important;
	color: #fff !important;
	transition: all .4s ease;
}
li.dd-item label {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
}
.settin_tabs__content.active {
  display: block; /* по умолчанию показываем нужный блок */
	background: #ffff !important;
	width: 100%;
	height: 100vh;
	padding: 25px 25px 0 26px;
}

.settin_tabs__content a {
	cursor: pointer;
}

.settin_tabs__content h2 {
	margin-top: 20px;
	margin-bottom: 10px;
}

.settin_tabs__content h2:first-child {
	margin-top: 0;
}

.settin_tabs__content.head_tab a {
	padding: 5px 15px 6px;
	border: 1px solid #cecece;
	color: #333333;
	border-radius: 4px;
}

.settin_tabs__content.colors

.settin_tabs__flex {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.settin_tabs__content.head_tab a.current {
	background: var(--main-accent-color);
	color: #ffff;
	border: 1px solid var(--main-accent-color);
}

.ui-slideouttab-panel {
	background-color: #f6f6f6 !important;
}

.settin_tabs__caption li.active {
	background: #ffff;
	border-right: none;
	border-left: 2px solid var(--main-accent-color);
}

#left .handle {
	background-color: #e7e7e7;
	top: 10% !important;
	width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
	cursor: pointer;
}

.ui-slideouttab-left {
	z-index: 10000;
	height: 100%;
	width: 30%;
}

.overlay_test {
	width: 100%;
	height: 100%;
	background: #000000;
}

.ui-slideouttab-panel, .ui-slideouttab-handle {
	padding: 0 !important;
}

.settin_block__title {
	color: var(--main-title-color);
  display: flex;
  align-items: center;
	font-size: 18px;
	font-weight: 700;
}

.settin_block__reset a{
	color: #333;
}


.settin_block__reset.btnDefault a:hover,
.settin_block__reset:hover a {
	color: #ffffff !important;
}

.settin_block__title svg {
	margin-right: 10px;
}

.settin_block__title svg {
	width: 35px;
	height: 35px;
	fill: #000;
}

.settin_block__header {
	padding: 23px 25px;
	background: #fff;
	border-bottom: 1px solid #e3e3e3;
	display: flex;
    align-items: center;
    justify-content: space-between;
}


/* .ui-slideouttab-left::before {
	position: absolute;
	content: '';
	background: #000000;
	width: 100%;
	height: 100%;
} */



.fast_hover a:hover h2 {
	color: var(--main-accent-color);
	cursor: pointer;
}

article, aside, details, figcaption, figure, footer, header, nav, section, main, menu {
	display: block;
}

.mm-listitem__btn:not(.mm-listitem__text) {
	width: 100%;
	position: absolute;
	height: 45px;
	top: 0;
}

html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	-ms-overflow-style: scrollbar;
	box-sizing: border-box;
}

body {
	font: 16px/1.5 'Open Sans', Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	text-align: left;
	background: #fff;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}

html, body {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*, *:before, *:after {
	box-sizing: inherit;
}

ol, ul {
	list-style: none;
}

img {
	border-style: none;
}

b, strong {
	font-weight: bold;
}

a {
	background: transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	-webkit-text-decoration-skip: spaces;
	text-decoration-skip: spaces;
	color: var(--main-accent-color);
	transition: color .5s;
	-webkit-text-decoration-skip: objects;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover {
	color: #00496d;
	transition-duration: .2s;
}

a:hover, a:active {
	outline: 0;
}

table {
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 100%;
	width: 100%;
	empty-cells: show;
}

td, td img {
	vertical-align: top;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	margin-top: 10px;
	margin-top: 1rem;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(51, 51, 51, .1);
}

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

audio, video {
	display: inline-block;
}

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

[hidden] {
	display: none;
}

input, textarea, select, button {
	color: inherit;
	font: inherit;
	line-height: inherit;
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

.dnone {
	display: none !important;
}

input {
	line-height: normal;
}

input[type='checkbox'], input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

input[type='checkbox'] {
	vertical-align: baseline;
}

input[type='radio'] {
	vertical-align: text-bottom;
}

button, label, input[type='button'], input[type='submit'], input[type='reset'] {
	cursor: pointer;
}

input[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

button, select {
	text-transform: none;
}

button, input {
	overflow: visible;
}

button, html input[type='button'], input[type='reset'], input[type='submit'] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* Переменные */

:root {
	/* #008ed3 */
	--main-accent-color: #008ed3;
	/* #0087c9 */
	--main-accent-color-hover: #0087c9;
	/* rgba(0, 142, 211, .9) */
	--main-accent-color-opacity: rgba(0, 142, 211, .9);
	--main-title-color: #333;
	--main-color-black: #000000;


	--main-hover-darken: brightness(85%);

	--new-color: #7eb42b;
	--discount-color: #f28083;
	--main-border: #e7e7e7;
	--main-hover: #d1d1d1;
	--main-active: #262728;
	--test: -webkit-linear-gradient(-107deg,rgba(74,81,84,.0) 0,rgba(74,81,84,.0) 43%,rgba(73,109,145,.0) 66%,rgba(72,137,206,.2) 93%,green 200%,green 100%);
	--main-gradient: -webkit-linear-gradient(-107deg, rgba(74, 81, 84, 0.1) 0, rgba(74, 81, 84, 0.1) 43%, rgba(73, 109, 145, 0.2) 66%, rgba(72, 137, 206, 0.2) 93%, var(--main-accent-color) 200%, var(--main-accent-color) 100%);
	--btn-cart-border: #cbcbcb;
}

/* Переменные */

/* Мобильная шапка */


.wrapper {
	display: flex;
    flex-direction: column;
}

.header_mobile__top {
	margin-bottom: 1px;
}

.header_mobile__logo {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex !important;
	align-items: center;
	height: 40px !important;
}

.header_mobile__logo img {
	width: 143px;

}

.bx-flex {
	display: flex;
	align-items: center;
}

.header_mobile_line__call {
	display: flex;
	justify-content: flex-end;
	padding-right: 0 !important;
}

.header_mobile__menu a, .header_mobile_line__call span {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header_mobile_line__call span {
	background-color: #d8d8d8;
}

.header_mobile__menu svg {
	fill: #fff;
}

.header_mobile__menu svg, .header_mobile_line__call svg {
	width: 21px;
	height: 21px;
	margin-right: 0;
}

.menu_new_link {
	background-color: #f6f6f6 !important;
}

.menu_new_link span .flyingFavorit {
	position: relative;
}

.textarea:focus {
	border: 1px solid var(--main-accent-color);
}

.menu_new_link span .shortCart__num, .menu_new_link span .shortFavourit_num {
	top: -2px;
	line-height: 1px;
	left: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu_new__links .flyingFavorit_item {
	margin-right: 20px;
}

.menu_new_link span {
	display: flex;
	align-items: center;
}

.header_mobile__bottom {
	/* padding-left: 10px;
	padding-right: 10px; */
	display: flex;
	background-color: #000000;
}

.header_mobile__menu a {
	background-color: var(--main-accent-color);
}

.header_mobile__search {
	flex-grow: 1;
	background-color: #000000;
	display: none;
}

.header_mobile__search input {
	height: 40px;
	padding-left: 20px;
	display: none;
}

.indexNews .slick-dots {
	margin-top: 10px;
}

.mm-menu_offcanvas {
	z-index: 11 !important;
}

.sail_arrow .hidden {
	display: none !important;
}



.header_mobile__search .shortSearch__send {
	height: 40px;
	line-height: 39px;
	width: 40px;
}

.header_mobile__cart .shortCart .shortCart__num {
	left: 23px;
	top: 5px;
}

.header_mobile__cart .shortCart__icn svg {
	width: 21px;
	height: 21px;
	fill: #262728;
}

.header_mobile__cart .shortCart__icn {
	width: 40px;
	height: 40px;
	background-color: #d8d8d8 !important;
}

.mm-panels>.mm-panel {
	background-color: #e7e7e7;
}
.mm-panels #mm-1 .mm-navbar {
	display: none;
}

.cat_number {
	font-size: 14px;
	text-align: right;
	color: #bebebe;
	/* margin-bottom: 15px; */
}

.fullNews {
	margin-bottom: 40px;
}

.mm-listitem {
	padding: 12px 0 !important;
	font-size: 14px !important;
}

.mm-listitem__btn {
	border-color: transparent !important
}

.mm-listview .bg-white.mm-listitem:last-child {
	border-bottom: 1px solid !important;
}

.mobile_footer__row {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.footer_border {
	display: flex;
	flex-direction: column;
}

.mobile_social {
	padding: 10px 0;
}

.footer_border {
	border-top: 1px solid #686869;
	padding-top: 12px;
	font-size: 12px;
	color: #787878;
}

.mobile_footer__row ul li {
	list-style-type: none;
}

.li-border {
	border-bottom: 3px solid var(--main-accent-color) !important;
	padding: 0 !important;
}

.sideBlock__close {
	cursor: pointer;
}

.border-none a {
	color: #000000 !important;
}

.border-none {
	border-color: transparent !important;
}

.bg-white {
	background-color: #fff;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.bg-white:after {
	content: '';
	position: absolute;
	width: 90%;
	background-color: #f6f6f6;
	height: 1px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}

.bg-white:last-child .bg-white:after {
	height: 0;
}

.feedback_form .form .form__elements {
	width: 50%;
}

.mm-navbar__title {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.bg-white:hover {
	background-color: #f8f8f8;
}

.bg-white:hover .mm-btn:after {
	border-color: var(--main-accent-color) !important;
}

.bg-accent {
	border-top: 2px solid var(--main-accent-color) !important;
}

.menu_new__account a {
	display: flex;
	align-items: center;
	font-weight: 600;
	color: var(--main-accent-color) !important;
}

.menu_new__account a .shortАccount__inc {
	background: transparent !important;
	width: 15px !important;
	height: 22px !important;
	margin-right: 20px;
	border-right: none !important;
}

.menu_new_link {
	border-bottom: 1px solid #e6e6e6;
}

.menu_new_link span:first-child {
	border-right: 1px solid #e6e6e6;
}

.menu_new_link span:last-child {
	border-right: none;
}

.menu_new_link .shortFavourit__inc {
	border-right: none !important;
	background: transparent !important;
	width: auto !important;
	height: auto !important;
	margin-right: 15px;
}

.menu_new_link span a {
	margin-right: 15px;
}

.menu_new_link .flyingFavorit {
	background-color: transparent !important;
	top: 0 !important;
	width: auto !important;
	height: auto !important;
}

.menu_new_link .flyingFavorit .flyingFavorit_svg svg {
	fill: #adadad;
}

.menu_new_link .flyingFavorit .flyingFavorit_svg {
	line-height: normal !important;
}

.menu_new_link .flyingFavorit .flyingFavorit_item .flyingFavorit_num {
	top: 0 !important;
	left: 20px !important;
	justify-content: center;
	line-height: 1px;
	background-color: var(--main-accent-color);
}

.catalogGrid__item {
	border: 1px solid transparent;
	margin-right: -1px;
	padding: 10px 10px !important;
	margin-bottom: -1px !important;
}

.catalogGrid__item:hover {
border: 1px solid #e7e7e7;
}

#colorPicker {
	display: flex;
	align-items: center;
	justify-content: center;
}

#colorPicker svg {
	width: 20px;
	height: 20px;
	fill: #fff;
}

.dark-color {
	color: #000000;
}

.menu_new__account a .shortАccount_svg {
	top: 7px !important;
	right: 0 !important;
	left: 8px !important;
}

.menu_new__account a .shortАccount_svg svg {
	top: -4px !important;
}

.menu_new__second {
	display: flex;
	flex-direction: column;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	border-color: transparent !important;
}

.menu_new__second li {
	padding: 12px 20px;
}

/* Мобильная шапка */

.compare_top_info-radio input[type=radio] {
	display: none;
}

.compare_top_info-radio label:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #CDD1DA;
	border-radius: 50%;
	background: #FFF;
}

.compare_top_info-radio label:after {
	content: '';
	position: absolute;
	top: 7.6px;
	left: 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--main-accent-color);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5);
	opacity: 0;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
}

.compare_top_info-radio input[type=radio]:checked+label:after {
	opacity: 1;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.popCartResult__sum {
	display: flex;
	align-items: center;
}

.popCartResult__sum {
	position: relative;
	top: 2px;
}

.popCartResult .popCartResult__sum svg {
	position: relative;
	top: -3px;
	margin-right: 10px;
}

/* Карточка товара */

.popupCart_flex {
	display: flex;
	align-items: center;
	width: 80%;
}

.productSpec_title {
	color: var(--main-title-color);
	font-weight: bold;
	line-height: 1.38;
	font-size: 16px;
	margin-bottom: 23px;
	display: inline-block;
}

.productOpt_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}

.productTabs {
	padding: 38px 0;
	position: relative;
	background-color: #f6f6f6;
}

.productOpt_top__article {
	display: flex;
	font-size: 14px;
	color: var(--main-accent-text);
}

.indexSection_previously__items a {
	color: #333333;
}

.personal_form__row-requisites .cart_results__item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	background-color: transparent;
}

.personal_form__row-requisites .cart_results__item-input input {
	padding: 11px 20px;
	margin-right: 25px;
}

.personal_form__row-requisites .cart_results__item-input label {
	background-color: #F6F6F6;
}

.personal_form__row-requisites .cart_results__item span {
	padding-bottom: 10px;
}

.personal_form__row-requisites .cart_results__item .cart_results__item-input {
	margin-bottom: 20px;
}

.indexSection_previously__items:hover .indexSection_previously__img::before {
	background: rgba(0,0,0,.2);
	transition: background .3s ease;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	-ms-transition: background .3s ease;
	-o-transition: background .3s ease;
}

.indexSection_previously__items:hover .indexSection_previously__text {
	color: var(--main-accent-color);
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}

.indexSection_previously__text {
	color: #333333;
	font-size: 13px;
	line-height: 1.23;
	padding-top: 14px;
	padding-bottom: 7px;
}

.fullNews__btn a {
	border: 1px solid #cbcbcb;
	font-size: 14px;
	border-radius: 4px;
	color: #333333;
	padding: 1rem 2rem;
}

.fullNews__btn a:hover {
	background: var(--main-accent-color);
	border-color: var(--main-accent-color);
	color: #ffffff;
}

.popup__form .popup__title {
	font-weight: normal;
}

.indexSection_previously__img {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}


.form__item-rel {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
}

.form__item.form__item-rel label {
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 0;
}

.indexSection_previously__img:hover::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: '';
	background: rgba(242, 242, 242, .3);
}

.productOpt_top__title {
	margin-right: 5px;
}

.personal_form__row-requisites button, .personal_form button {
	border: none;
}

.productOpt_top__brend img {
	width: 150px;
	min-width: 57px;
	/* min-height: 100%;
	height: auto; */
	max-height: 42px;
}

.productOpt_list__info {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 11px;
}

.productOpt_list__material {
	margin-bottom: 10px;
}

.jq-selectbox__search input {
	width: 100%;
	border: 1px solid #dadada;
	padding: 13px 20px;
	outline: none;
	border-radius: 4px;
	margin-bottom: 10px;
}

.jq-selectbox__not-found {
	text-align: center;
	margin-bottom: 10px;
}

.jq-selectbox__search input:focus {
	border: 1px solid var(--main-color-black);
}

.productOpt_list__material span {
	color: #495056;
	font-size: 13px;
}

.material_list {
	margin-top: 2px;
}

.cheaper_block {
	order: 2;
	width: 47%;
	text-align: center;
}

.al-center{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
}

.clients_img {
	margin-bottom: 20px;
}

.al-center .members__img{
	height: auto;
}
.clients_img .evidence__img img {
	filter: grayscale(0);
}

.clients_img .evidence__img{
	border: none;
}

.productOpt_list__buying-select {
	opacity: 0.99;
	border: solid 1px #f6f6f6;
	background-color: #f6f6f6;
	display: flex;
	width: 50%;
}

.popup_fiews button {
	top: -30px !important;
	right: 0 !important;
}

.productOpt_list__buying-select input {
	/* width: 41px; */
	width: 50%;
	height: 50px;
	background-color: #e7e7e7;
	text-align: center;
	border: none;
	color: #262728;
	font-size: 16px;
}

.material_list li.material_list__active {
	background-color: #262728;
}

.material_list li.material_list__active span {
	color: #d1d1d1;
}

.minus {
	border-left: 4px;
	border-right: 4px;
}

.minus, .plus {
	width: 45px;
	height: 50px;
	background-color: #e7e7e7;
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #262728;
	font-weight: 200;
	font-size: 26px;
	cursor: pointer;
	user-select: none;
}

.minus:hover, .plus:hover {
	background-color: #d1d1d1;
}

.material_list ul {
	display: flex;
	flex-wrap: wrap;
}

.material_list li {
	padding: 7px 10px;
	border: solid 1px var(--main-border);
	background-color: #ffffff;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	color: #495056;
}

.material_list li:hover:not(.material_list__active) {
	background-color: var(--main-hover);
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
}

.productOpt_list__buying-list, .productOpt_list__buying-buy {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 55px;
	flex-wrap: wrap;
}

.productHelpers__row {
	display: flex;
}

.productHelpers__cell-left svg, .productHelpers__cell-right svg {
	fill: #262728;
}

.productHelpers__cell {
	text-align: center !important;
}

.productHelpers__cell-left a, .productHelpers__cell-right a {
	color: #262728;
	transition: all .3s;
	text-align: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.productOpt__value,
.productOpt__price {
	width: 50%;
	text-align: center;
}

.fullItem__body .productTabs .productTabs__content .productSpec__val {
	text-align: left;
}

.fullItem__body .productTabs .productTabs__content .productSpec__title {
	width: 250px;
}

.productHelpers__cell-left a:hover, .productHelpers__cell-right a:hover {
	color: var(--main-accent-color);
}

.productHelpers__cell-left a:hover svg, .productHelpers__cell-right a:hover svg {
	fill: var(--main-accent-color);
}

.productHelpers__cell-left {
	text-align: left
}

.productHelpers__cell-right {
	text-align: right
}
.productOpt_list__buying-cart {
	width: 50%;
}
.productOpt_list__buying-cart .productBuy__btn {
	padding: 1.4rem 33px;
}

.productOpt_list__buying-buy {
	order: 2;
	width: 50%;
}

.productOpt_list__buying-buy .productBuy__cell a span {
	/* width: 147px; */
	width: 100%;
	height: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid;
	border-radius: 4px;
}

.productOpt_list__buying-buy .productBuy__cell a span:active {
	bottom: -1px;
	position: relative;
}

.productBuy__cell {
	width: 100%;
}

.rateit_cus {
	position: relative;
	top: 5px;
}

.rateit_cus button#rateit-reset-2 {
	display: none !important;
}
.rateit .rateit-hover,
.rateit .rateit-selected,
.rateit .rateit-range {
	height: 15px !important;
}

.items {
	font-size: 12px;
	&__block {
		font-size: 15px;
	}
}


.items {
	font-size: 12px;
}

.items__block {
	font-size: 15px;
}

.button-up{
  display: none;
  background: rgba(0, 0, 0, .2);
	width: 55px;
	height: 55px;
	border-radius: 10em;
  position: fixed;
  right: 20px;
  bottom: 100px;
  color: #ffffff;
  transition: .3s;
	text-align: center;
	line-height: 10px;
}

.button-up svg {
	transform: rotate(-90deg);
  fill: #fff;
  position: relative;
  z-index: 10000;
  right: 0;
  width: 20px;
  height: 20px;
	top: 25px;
}

.button-up:hover{
  cursor: pointer;
  opacity: 1;
  transition: .3s;
	background: rgba(0,142,211,.5);
}


.indexAbout .txt {
	margin-bottom: 0;
}

.rateit .rateit-range {
	width: 75px !important;
}



.rateit .rateit-range,
div.svg div.rateit-range {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUhJREFUeNqMkjFIQkEYx9+TaHAwGqo3CEJbQVAipYNDYwhBNLUI0VDNETjYWFMODVFBQUtJm7hIQ0tLUkOTW0RB8F6oTSEN0fN38QVPvZMOfvyP7+7/3X33ne37vqUbnuelkajjOEXLMEKWeWxBrs+63sypUSQDLeZJk3nAEF+DXXiBdajqNtnBmjlF3WQM7iEFTWEKXqn/u+NkDOdoHEZhBN7hCN5kzw5cQ4y9H2hdJYJF23XdeSYl2IZT+OnzRstwCVlucfV7bTJOE6hAAfYNxlU4gCWMNx01k2BcrrcAT11GVU5NdQDjQ0+rCD4jx7ChOXUFikGjrs/JQFuGVE6ZV2XN+o85Ly/6CHuiM5QW1prlV6lxCOoBJ2EChuEL7iBh+mFzomfUVg7EN0l8gZ7ALNz2/DA2RFSPMX4a/vsgEmG98RdrCzAAJfZtCzMSt6EAAAAASUVORK5CYII=') !important/*star-normal.svg*/
	;
}


.rateit .rateit-hover,
div.svg div.rateit-hover {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNpi/HyViwEHsAViGSBejksBEwNuUAzEFXjkcWoG2egNxHpAbEGq5mQgZoGy04nVDOJLAnEKklg4ECsjGQYHIIEFQGwExGJALIrFQE4gvgNlvwLi10D8EIj9QAoXArE8EIsTCEAGqAWqQLwIiP+CFO8HYnsgfsFAGHwGYi8gXons5wtAbI3kPGwA5FxnIN6LLcDuAfEMPJpBieU0vtC2wKPZglBUISv4iBYOhkDMhUuzDBSDwFog1gJiTahX/gExKxCb4NJsDsRPgNgfiEOA+BkQfwDiTGhsXANiM2TNjEi5ig9qwxccfmaDqnkDEwAIMADd9ihyXEQgMwAAAABJRU5ErkJggg==') !important/*star-hover.svg*/
	;
}
.rateit .rateit-selected,
div.svg div.rateit-selected {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNpi/HyViwEHsAViGSBejksBEwNuUAzEFXjkcWoG2egNxHpAbEGq5mQgZoGy04nVDOJLAnEKklg4ECsjGQYHIIEFQGwExGJALIrFQE4gvgNlvwLi10D8EIj9QAoXArE8EIsTCEAGqAWqQLwIiP+CFO8HYnsgfsFAGHwGYi8gXons5wtAbI3kPGwA5FxnIN6LLcDuAfEMPJpBieU0vtC2wKPZglBUISv4iBYOhkDMhUuzDBSDwFog1gJiTahX/gExKxCb4NJsDsRPgNgfiEOA+BkQfwDiTGhsXANiM2TNjEi5ig9qwxccfmaDqnkDEwAIMADd9ihyXEQgMwAAAABJRU5ErkJggg==') !important/*star-selected.svg*/
	;
}

.productSpec_link {
	font-size: 13px;
}

/* Карточка товара */

@-ms-viewport {
	width: device-width;
}

/* .w {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	padding-left: 10px;
	padding-right: 10px;
} */

.w {
	margin-left: auto;
	margin-right: auto;
	max-width: 1540px;
	padding-left: 10px;
	padding-right: 10px;
}

.bar_flex {
	display: flex;
	flex-wrap: wrap;
}

.menu_new__links a{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
}

.bar_flex span {
	width: 54px;
	height: 54px;
}

.bar_search__grow {
	flex-grow: 1;
}

.noJs {
	background: #f47d7d;
	padding: 10px;
	padding: 1rem;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
}

.body--grey {
	background: #f6f6f6;
}

.core {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	/* min-height: calc(100vh - 337px); */
	min-height: 100vh;
}

.page__title {
	margin-bottom: 40px;
	margin-bottom: 3rem;
}

.personal_form__row-delivery textarea {
	width: 100%;
	height: 110px;
	background-color: transparent;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
	padding: 10px 20px;
}

.personal_form__flex {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.personal_form__flex .personal_form__row {
	width: auto;
	display: block;
}

.page--default {
	padding-top: 25px;
	padding-top: 1.5rem;
	/* padding-bottom: 70px;
	padding-bottom: 7rem; */
}

.page--order {
	padding-top: 25px;
	padding-top: 2.5rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

.page--404 {
	padding: 100px 0;
	padding: 10rem 0;
}

.page--grey {
	background: #f6f6f6;
}

.line {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px 0;
	padding: 1rem 0;
	background: #e7e7e7;
}

.line__call {
	display: inline-block;
	/*margin-left:1.5rem;*/
}

.line__call svg, .line__call .icnSvg {
	width: 17px;
	height: 17px;
	margin-right: 5px;
	margin-right: .5rem;
}

.line__call svg {
	fill: var(--main-accent-color);
}

.lineMenu__item {
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
	margin-right: 2.5rem;
	position: relative;
}

.lineMenu__item:last-child {
	margin-right: 0;
}

.lineMenu__link {
	display: block;
	color: #555;
}

.lineMenu__link:hover, .lineMenu__item--hover .lineMenu__link, .lineMenu__link--active {
	color: var(--main-accent-color);
}

.lineMenu__icon-sub {
	width: 13px;
	width: 1.3rem;
	height: 13px;
	height: 1.3rem;
	margin-left: 2px;
	margin-left: .2rem;
	margin-top: -1px;
	margin-top: -.1rem;
}

.lineMenu__sub {
	display: none;
	width: 165px;
	z-index: 99;
	font-size: 14px;
	font-size: 1.4rem;
}

.subMenu {
	position: absolute;
	top: 100%;
	margin-top: 10px;
	margin-top: 1rem;
	margin-left: -20px;
	margin-left: -2rem;
	left: 0;
	background: #f6f6f6;
	padding: 10px 10px;
	padding: 1rem 1rem;
}

.subMenu__item {
	padding: 5px 10px;
	padding: .5rem 1rem;
}

.subMenu__link {
	display: block;
	color: #555;
}

.subMenu__link:hover, .subMenu__link--active {
	color: var(--main-accent-color);
}

.header {
	padding: 20px 0;
	padding: 2rem 0;
	background: #fff;
}

.header__col-border {
	border-left: 1px solid #e6e6e6;
	margin-left: -1px;
}

.header__contact, .header__contact2, .header__times {
	text-align: center;
}

/* logo */

.logo {
	display: block;
  width: 295px;
  height: 52px;
  position: relative;
}

.logo__img img {
	vertical-align: top;
	vertical-align: top;
	max-width: 100%;
}

.logo__slogan {
	/* cursor: default;
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: .02em;
	margin-top: -2px;
	margin-top: -.2rem;
	color: #555; */



	bottom: -2px;
	position: absolute;
  font-size:10px;
  left: 68px;
  letter-spacing: .03em;
  color: #00405a;
}

.headerBlock {
	color: #555;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}

.headerBlock__title {
	font-style: italic;
	display: block;
	margin-bottom: 3px;
	margin-bottom: .3rem;
	line-height: 1;
	font-size: 14px;
	font-size: 1.4rem;
}

.headerBlock__content a {
	color: #555;
}

.headerTime {
	font-size: 18px;
	font-size: 1.8rem;
}

.headerTel__number {
	font-size: 14px;
	font-size: 1.4rem;
}

.headerTel__number b {
	font-size: 18px;
	font-size: 1.8rem;
}

.bar {
	background: #262728;
	height: 55px;
}

.catOpen {
	background: var(--main-accent-color);
	color: #fff;
	height: 100%;
	width: 100%;
	padding: 0 0 0 25px;
	padding: 0 0 0 2.5rem;
	font-size: 18px;
	font-size: 1.8rem;
	white-space: nowrap;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	cursor: default;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
}

.catOpen--on {
	cursor: pointer;
	transition: all .3s;
}

.catOpen--on:hover, .catOpen--on.active {
	background: var(--main-accent-color);
	filter: var(--main-hover-darken);
}

.catOpen--on:active {
	box-shadow: inset 0 0 10px rgba(0, 0, 0, .3);
}

.catOpen__icn {
	width: 22px;
	height: 22px;
	margin-right: 10px;
	margin-right: 1rem;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.catMenu {
	background: #fff;
	border: 1px solid #e6e6e6;
	border-top: 0;
	position: relative;
}

.catMenu--absolute {
	position: absolute;
	top: 100%;
	left: 10px;
	z-index: 99;
	width: calc(100% - 20px);
	display: none;
}

.catMenu__link {
	display: block;
	padding: 0 20px;
	padding: 0 2rem;
	font-size: 14px;
	font-size: 1.4rem;
	color: #555;
	position: relative;
}

.catMenu__link:hover, .catMenu__link--active, .catMenu__item.hover>.catMenu__link {
	color: var(--main-accent-color);
	background: #f6f6f6;
}

.catMenu__sep {
	display: block;
	border-top: 1px solid #f6f6f6;
	padding: 10px 0;
	padding: 1rem 0;
}

.catMenu__link--sub .catMenu__sep {
	padding-right: 10px;
	padding-right: 1rem;
}

.catMenu__item:first-child .catMenu__sep {
	border-top-color: transparent;
}

.catMenu__item:hover+.catMenu__item .catMenu__sep {
	border-top-color: transparent;
}

.catMenu__icn-sub {
	position: absolute;
	right: 17px;
	right: 1.7rem;
	top: 50%;
	width: 15px;
	height: 15px;
	margin-top: -7px;
	transition: all .3s;
}

.catMenu__item.hover .catMenu__icn-sub {
	right: 15px;
	right: 1.5rem;
}

.catMenu__sub {
	width: 220px;
	display: none;
}

.catSub {
	position: absolute;
	left: 100%;
	top: 0;
	min-height: 100%;
	min-height: calc(100% + 1px);
	z-index: 99;
	background: #fff;
	box-shadow: inset 15px -3px 27px rgba(10, 11, 11, .1);
	border: 1px solid #e6e6e6;
	border-top: 0;
}

.catSub__link {
	display: block;
	padding: 0 20px;
	padding: 0 2rem;
	font-size: 14px;
	font-size: 1.4rem;
	color: #555;
	transition: all .1s;
	position: relative;
}

.catSub__link:hover, .catSub__link--active, .catSub__item.hover>.catSub__link {
	color: var(--main-accent-color);
}

.catSub__sep {
	display: block;
	border-top: 1px solid #f6f6f6;
	padding: 10px 0;
	padding: 1rem 0;
	transition: all .1s;
}

.catSub__link--sub .catSub__sep {
	padding-right: 10px;
	padding-right: 1rem;
}

.catSub__item:first-child .catSub__sep {
	border-top-color: transparent;
}

.catSub__icn-sub {
	position: absolute;
	right: 17px;
	right: 1.7rem;
	top: 50%;
	width: 15px;
	height: 15px;
	margin-top: -7px;
}

.catSub__item.hover .catSub__icn-sub {
	right: 15px;
	right: 1.5rem;
}

.catSub__level1 {
	width: 220px;
	display: none;
}

.shortSearch__input::-webkit-input-placeholder {
	color: #cdcdcd;
}

.shortSearch__input::-moz-placeholder {
	color: #cdcdcd;
}

.shortSearch__input:-moz-placeholder {
	color: #cdcdcd;
}

.shortSearch__input:-ms-input-placeholder {
	color: #cdcdcd;
}

.shortSearch {
	position: relative;
}

.shortSearch__input {
	height: 55px;
	box-shadow: inset 0 -2px 0 var(--main-accent-color);
	border: 0;
	background: transparent;
	color: #cdcdcd;
	font-size: 15px;
	font-size: 1.5rem;
	width: 100%;
	transition: all .3s;
}

.shortSearch__send {
	border: 0;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0px;
	height: 100%;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background: var(--main-accent-color);
	transition: all .3s;
}

.shortSearch__send:hover {
	filter: var(--main-hover-darken);
}

.shortSearch__send .icnSvg {
	margin-top: -4px;
}

/* autocomplete */

.ui-autocomplete {
	background: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
	z-index: 999;
	box-sizing: border-box;
	margin-top: 5px;
	max-width: 668px;
	max-height: 55vh;
	overflow-y: auto;
	overflow-x: hidden;
	cursor: default;
	left: 0;
	position: absolute;
	top: 0;
}

.ui-autocomplete a {
	color: #333;
}

.ui-autocomplete a:hover {
	color: var(--main-accent-color);
}

.ui-autocomplete .ui-menu-item-wrapper {
	display: block;
	padding: 5px 10px;
	padding: 5px 10px;
	padding: .5rem 1rem;
	transition: all .3s;
	font-size: 13px;
	font-size: 13px;
	font-size: 1.3rem;
	overflow: hidden;
	width: 100%;
}

.ui-autocomplete .ui-menu-item-wrapper:hover {
	background: rgba(0, 0, 0, .05);
}

.ui-autocomplete .ui-menu-item-wrapper .ss-title {
	display: inline-block;
	vertical-align: middle;
	float: left;
}

.ui-autocomplete .ui-menu-item-wrapper .items_count {
	display: inline-block;
	vertical-align: middle;
	color: #8c8c8c;
	float: right;
}

.shortCart {
	/* display: block; */
	background: #f3f3f3;
	box-shadow: inset 0 0 0 1px #e7e7e7;
	height: 100%;
	color: #555;
	white-space: nowrap;
	font-size: 15px;
	font-size: 1.5rem;
	position: relative;
}

.bl-flex {
	display: flex;
}

.shortFavourit__inc svg {
	fill: #adadad;
}

.shortFavourit__inc-bg {
	background: #e7e7e7 !important;
}

.flyingFavorit {
	position: fixed;
	width: 55px;
	height: 55px;
	background-color: var(--main-accent-color);
	right: 0;
	top: 21.3%;
	text-align: center;
	z-index: 10;
}

.flyingFavorit_svg {
	line-height: 65px;
}

.flyingFavorit_svg svg {
	width: 25px;
	height: 23px;
	fill: #ffffff;
}

.flyingFavorit_item {
	position: relative;
}

.flyingFavorit_num {
	position: absolute;
	top: 0;
	left: 32px;
	top: 10px;
	font-size: 10px;
	color: #ffffff;
	width: 15px;
	height: 15px;
	border-radius: 10em;
	background-color: #262728;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	-ms-border-radius: 10em;
	-o-border-radius: 10em;
}

.page_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.shortАccount__inc-in, .shortFavourit__inc-bg {
	background: #e7e7e7 !important;
	border-right: 1px solid #cecece;
}

.shortАccount__inc-in:hover,
.shortFavourit__inc-bg:hover,
.shortCart__icn:hover {
	background-color: #d8d8d8 !important;
}

.shortАccount__inc-in:hover svg,
.shortCart__icn:hover svg,
.shortFavourit__inc-bg:hover svg {
	fill: #333;
}

.shortАccount__inc svg,
.shortFavourit__inc svg {
	width: 23px;
	height: 23px;
}

.shortАccount_svg svg {
	width: 7px;
	height: 7px;
	fill: #ffffff;
}

.shortCart__icn-in {
	background: #e7e7e7 !important;
}

.shortCart__icn-in svg, .shortАccount__inc-in svg {
	fill: #adadad;
}

.bg-flex {
	display: flex;
}

.shortАccount {
	position: relative;
}

.shortАccount_svg {
	position: absolute;
	/* top: -30px; */
	top: 30px;
	right: -45px;
	width: 15px;
	height: 15px;
	background: var(--main-accent-color);
	border-radius: 10em;
	text-align: center;
}

.shortАccount_svg svg {
	position: relative;
	top: -7px;
	right: 0px;
}

.shortFavourit__inc, .shortАccount__inc, .shortCart__icn {
	width: 58px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	background: #e7e7e7;
	/* color: var(--main-accent-color); */
	height: 55px;
	line-height: 55px;
	/* margin-right: 4px;
	margin-right: .4rem; */
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.compare_top_info-cat.mob-fixed {
	height: auto;
}

.compare_top_info.mob-fixed .compare_top_info__flex {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
}

.compare_top_info-cat.mob-fixed .compare_top_info-radio {
	display: none;
}

.compare_top_info-cat.mob-fixed a {
	position: absolute;
  right: 15px;
  top: 12px;
}

.block_fiews__bottom .productTabs .txt {
	margin-bottom: 0;
}

.shortАccount__inc:hover,
.shortCart__icn:hover {
	background: #d8d8d8;
}

.shortCart__icn .icnSvg {
	width: 23px;
	width: 2.3rem;
	height: 23px;
	height: 2.3rem;
}

.shortCart__num {
	/* color: var(--main-accent-color); */
	/* font-weight: bold;
	display: inline-block;
	vertical-align: middle; */
	/* background: #f6f6f6; */
	/* padding: 0 8px;
	padding: 0 .8rem;
	margin-bottom: -2px;
	margin-bottom: -.2rem;
	margin-right: 3px;
	margin-right: .3rem; */
	color: #fff;
	position: absolute;
	width: 15px;
	height: 15px;
	background-color: var(--main-accent-color);
	font-size: 10px;
	left: 33px;
	/* top: -45px; */
	top: 10px;
	border-radius: 10em;
	text-align: center;
}

.shortCart__price {
	display: inline-block;
	vertical-align: middle;
}

.shortCart__price b {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
}

.shortCart__empty {
	display: inline-block;
	vertical-align: middle;
}

.shortCart__title-add {
	display: none;
}

.popupCart {
	border-top: 1px solid #e6e6e6;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.popupCart__item {
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0;
	padding: 1rem 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	transition: all .3s;
}

.popupCart__item:hover {
	background: #fafafa;
}

.popupCart__img {
	width: 82px;
	height: 82px;
	margin-right: 20px;
	margin-right: 2rem;
	overflow: hidden;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.popupCart__img img {
	vertical-align: top;
	width: 100%;
	min-height: 100%;
}

.popupCart__desc {
	width: 100%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 2 auto;
	-ms-flex: 0 2 auto;
	flex: 0 2 auto;
	max-width: 100%;
	min-width: 1px;
}

.popupCart__title {
	font-weight: normal;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
}

.popupCart__title a {
	color: #333;
}

.popupCart__title a:hover {
	color: var(--main-accent-color);
}

.popupCart__art {
	font-size: 14px;
	font-size: 1.4rem;
}

.popupCart__art b {
	font-weight: normal;
	color: #898e91;
}

.popupCart__price {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-left: auto;
	white-space: nowrap;
	text-align: right;
	padding-left: 20px;
	padding-left: 2rem;
	margin-right: 20px;
}

.popupCart__price-num {
	font-weight: 800;
}

.popCartResult {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-align-content: flex-end;
	-ms-flex-line-pack: end;
	align-content: flex-end;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	cursor: default;
	margin-bottom: -10px;
	margin-bottom: -1rem;
}

.popCartResult__number {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	display: inline-block;
	margin-left: 3px;
	margin-left: .3rem;
}

.popCartResult__price {
	font-size: 22px;
	font-size: 2.2rem;
}

.popCartResult__icn {
	width: 21px;
	width: 2.1rem;
	height: 21px;
	height: 2.1rem;
	margin: 0 3px -3px 0;
	margin: 0 .3rem -.3rem 0;
	vertical-align: baseline;
}

.footer {
	background: #262728;
	color: #f6f6f6;
	padding: 30px 0 15px;
	padding: 3rem 0 1.5rem;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
	margin-top: auto;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.footer__sep {
	border-color: #686869;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.footer__links a {
	color: var(--main-accent-color);
}

.footer__links a:hover {
	color: #fff;
}

.footerBlock__title {
	font-weight: normal;
	font-size: 18px;
	font-size: 1.8rem;
	display: block;
	border-bottom: 1px solid #787878;
	line-height: 1;
	padding-bottom: 10px;
	padding-bottom: 1rem;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	max-width: 65%;
	cursor: default;
}

.footerList__item {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	color: #b1b1b1;
}

.footerList__link {
	color: #b1b1b1;
}

.footerList__link:hover {
	color: var(--main-accent-color);
}

.footerList__link--active {
	color: #fff;
}

.copy {
	font-size: 12px;
	font-size: 1.2rem;
	color: #787878;
	cursor: default;
}

.social {
	display: inline-block;
	vertical-align: top;
	cursor: default;
}

.social__item {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	margin: 0 1rem;
}

.social__link {
	display: block;
	color: #262728;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background: #b1b1b1;
	text-align: center;
	transition: all .3s;
}

.social__link:hover {
	background: var(--main-accent-color);
	color: #262728;
}

.social__link--vk .incSvg {
	margin-top: -6px;
}

.social__icn {
	width: 22px;
	height: 22px;
	margin-top: -3px;
}

.social__icn--fb {
	margin-top: -6px;
}

.social__icn--inst {
	margin-top: -6px;
}

.dev {
	font-size: 12px;
	font-size: 1.2rem;
	color: #787878;
	white-space: nowrap;
}

.dev__img, .dev__title {
	vertical-align: middle;
	display: inline-block;
}

.dev__img {
	margin-left: 2px;
	margin-left: .2rem;
	margin-bottom: -2px;
	transition: all .6s;
}

.dev__img:hover {
	opacity: .6;
}

.dev__img img {
	max-width: 100%;
	vertical-align: top;
}

.dev__title {
	text-decoration: underline;
	cursor: default;
}

.clr:after {
	content: '';
	display: block;
	clear: both;
	width: 100%;
}

.color-accent {
	color: #5983d5;
}

.color-main {
	color: var(--main-accent-color);
}

.color-muted {
	color: #898e91;
}

.color-red {
	color: #f28083;
}

.color-green {
	color: #7eb42b;
}

.fluid-embed {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
}

.fluid-embed iframe, .fluid-embed embed, .fluid-embed object, .fluid-embed video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.fluid-embed--4x3 {
	padding-bottom: 75% !important;
}

.fluid-img {
	max-width: 100%;
}

.fluid-img img {
	max-width: 100%;
	vertical-align: top;
}

.fluid-table {
	display: block;
	width: 100%;
	min-height: .01%;
	overflow-x: auto;
}

.fluid-table table {
	max-width: 100%;
	width: 100%;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.overflow {
	overflow: hidden;
}

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

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

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

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

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

.font-italic {
	font-style: italic;
}

.font-normal {
	font-style: normal;
	font-weight: normal;
}

.font-lower {
	text-transform: lowercase;
}

.font-upper {
	text-transform: uppercase;
}

mark, .mark {
	background-color: #fcf8e3;
	padding: .2em;
}

.extrabold {
	font-weight: 800;
}

.no-wrap {
	white-space: nowrap;
}

.no-border {
	border: 0 !important;
}

.no-border td, .no-border th, .no-border tr {
	border: 0 !important;
}

.no-outline {
	outline: none !important;
}

.no-select, .catOpen, .date, .icnSvg, .tabsGrey__item, .inputNumber__up, .inputNumber__down, .checkbox .checkbox__title, .checkbox .radio__title, .radio .checkbox__title, .radio .radio__title, .btn, .tabsDotted {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.no-events, .icnSvg {
	pointer-events: none;
}

.link-hover a {
	text-decoration: none;
}

.link-hover a:hover {
	text-decoration: underline;
}

.link-invert {
	text-decoration: underline;
}

.link-invert:hover {
	text-decoration: none;
}

.link-unhover, .links-unhover a {
	text-decoration: none;
}

.link-unhover:hover, .links-unhover a:hover {
	text-decoration: none;
}

.link-dotted, .link-dotted:hover {
	text-decoration: none;
	transition: all .2s ease-in;
}

.link-dotted span {
	border-bottom: 1px dotted var(--main-accent-color);
	color: var(--main-accent-color);
	cursor: pointer;
	transition: all .2s ease-in;
}

.link-dotted:hover span {
	border-bottom: 1px dotted #00496d;
	color: #00496d;
}

.links-underline a {
	text-decoration: underline;
}

.links-underline a:hover {
	text-decoration: none;
}

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

.txt ol {
	margin: 25px 20px 25px 0;
	margin: 2.5rem 2rem 2.5rem 0;
	overflow: hidden;
	counter-reset: item;
}

.txt ol>li {
	position: relative;
	padding-left: 35px;
	padding-left: 3.5rem;
	min-height: 30px;
	min-height: 3rem;
	margin-top: 15px;
	margin-top: 1.5rem;
}

.txt ol>li:first-child {
	margin-top: 0;
}

.txt ol>li:before {
	content: counter(item) '.';
	counter-increment: item;
	width: 20px;
	width: 2rem;
	height: 20px;
	height: 2rem;
	line-height: 1;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 6px;
	top: .6rem;
	display: inline-block;
	font-size: 13px;
	font-size: 1.3rem;
	color: var(--main-accent-color);
	font-weight: 800;
	text-align: right;
}

.txt ul {
	list-style: none;
	margin: 25px 20px 25px 0;
	margin: 2.5rem 2rem 2.5rem 0;
}

.txt ul>li {
	padding-left: 30px;
	position: relative;
	margin-top: 15px;
	margin-top: 1.5rem;
}

.txt ul>li:first-child {
	margin-top: 0;
	top: 1px;
}

.txt ul>li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 5px;
	height: 5px;
	/* background: var(--main-accent-color); */
	border-radius: 50%;
}

.allNews {
	margin-bottom: 10px;
}


.txt ol {
	list-style: decimal;
}

.txt ul ul, .txt ol ul, .txt ul ol, .txt ol ol {
	margin-bottom: 0;
}

.txt img, .txt embed, .txt iframe, .txt object, .txt video {
	max-width: 100%;
	height: auto !important;
}

.txt img[style*='float:left'], .txt img[style*='float: left'], .txt img[style*='float :left'], .txt img[style*='float : left'] {
	margin-right: 20px !important;
	margin-right: 2rem !important;
}

.txt img[style*='float:right'], .txt img[style*='float: right'], .txt img[style*='float :right'], .txt img[style*='float : right'] {
	margin-left: 20px !important;
	margin-left: 2rem !important;
}
.txt #lipsum p:last-child,
.txt>p:last-child,
.txt>ul:last-child,
.txt>table:last-child {
	margin-bottom: 0;
}

.txt {
	margin-bottom: 40px;
}

.fullNews__text.txt {
	margin-bottom: 30px;
}

.txt table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
	border-top: 3px solid var(--main-accent-color);
}

.txt td, .txt th {
	vertical-align: middle;
	border: 1px solid #ccc;
	padding: 10px;
	padding: 1rem;
	transition: all .3s;
}

.txt th {
	font-weight: bold;
	text-align: left;
}

.txt tr:hover td {
	background: rgba(0, 0, 0, .05);
}

.h1, .txt h1, .h2, .txt h2, .h3, .txt h3, .h4, .txt h4, .h5, .txt h5, .h6, .txt h6 {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	line-height: 1.1;
	font-weight: 600;
}

.h1, .txt h1 {
	font-size: 32px;
	font-size: 3.2rem;
}

.h2, .txt h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

.h3, .txt h3 {
	font-size: 16px;
	font-size: 1.6rem;
}

.h4, .txt h4 {
	font-size: 14px;
	font-size: 1.4rem;
}

.h5, .txt h5 {
	font-size: 13px;
	font-size: 1.3rem;
}

.h6, .txt h6 {
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
}

.page >.landing_item > section:nth-child(2n) {
	background-color: #f6f6f6
}

.p, .txt p {
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
	margin-top: 2.5rem;
}

.d-block {
	display: block !important;
}

.d-inline {
	display: inline !important;
}

.d-iblock {
	display: inline-block !important;
}

.font-10 {
	font-size: 10px;
	font-size: 1rem;
}

.font-11 {
	font-size: 11px;
	font-size: 1.1rem;
}

.font-12 {
	font-size: 12px;
	font-size: 1.2rem;
}

.font-13 {
	font-size: 13px;
	font-size: 1.3rem;
}

.font-14 {
	font-size: 14px;
	font-size: 1.4rem;
}

.font-15 {
	font-size: 15px;
	font-size: 1.5rem;
}

.font-16 {
	font-size: 16px;
	font-size: 1.6rem;
}

.font-17 {
	font-size: 17px;
	font-size: 1.7rem;
}

.font-18 {
	font-size: 18px;
	font-size: 1.8rem;
}

.font-19 {
	font-size: 19px;
	font-size: 1.9rem;
}

.font-20 {
	font-size: 20px;
	font-size: 2rem;
}

.font-22 {
	font-size: 22px;
	font-size: 2.2rem;
}

.font-24 {
	font-size: 24px;
	font-size: 2.4rem;
}

.font-26 {
	font-size: 26px;
	font-size: 2.6rem;
}

.font-28 {
	font-size: 28px;
	font-size: 2.8rem;
}

.font-30 {
	font-size: 30px;
	font-size: 3rem;
}

.font-32 {
	font-size: 32px;
	font-size: 3.2rem;
}

.font-34 {
	font-size: 34px;
	font-size: 3.4rem;
}

.font-36 {
	font-size: 36px;
	font-size: 3.6rem;
}

.font-38 {
	font-size: 38px;
	font-size: 3.8rem;
}

.font-40 {
	font-size: 40px;
	font-size: 4rem;
}

.font-42 {
	font-size: 42px;
	font-size: 4.2rem;
}

.max-width-100 {
	max-width: 100%;
}

.width-100 {
	width: 100%;
}

.width-75 {
	width: 75%;
}

.width-50 {
	width: 50%;
}

.width-33 {
	width: 33.3333%;
}

.width-25 {
	width: 25%;
}

.m-a {
	margin: auto;
}

.m-0 {
	margin: 0;
}

.ml-0 {
	margin-left: 0;
}

.mt-0 {
	margin-top: 0;
}

.mr-0 {
	margin-right: 0;
}

.mb-0 {
	margin-bottom: 0;
}

.m-5 {
	margin: 5px;
	margin: .5rem;
}

.ml-5 {
	margin-left: 5px;
	margin-left: .5rem;
}

.mt-5 {
	margin-top: 5px;
	margin-top: .5rem;
}

.mr-5 {
	margin-right: 5px;
	margin-right: .5rem;
}

.mb-5 {
	margin-bottom: 5px;
	margin-bottom: .5rem;
}

.m-10 {
	margin: 10px;
	margin: 1rem;
}

.ml-10 {
	margin-left: 10px;
	margin-left: 1rem;
}

.mt-10 {
	margin-top: 10px;
	margin-top: 1rem;
}

.mr-10 {
	margin-right: 10px;
	margin-right: 1rem;
}

.mb-10 {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.m-15 {
	margin: 15px;
	margin: 1.5rem;
}

.ml-15 {
	margin-left: 15px;
	margin-left: 1.5rem;
}

.mt-15 {
	margin-top: 15px;
	margin-top: 1.5rem;
}

.mr-15 {
	margin-right: 15px;
	margin-right: 1.5rem;
}

.mb-15 {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.m-20 {
	margin: 20px;
	margin: 2rem;
}

.ml-20 {
	margin-left: 20px;
	margin-left: 2rem;
}

.mt-20 {
	margin-top: 20px;
	margin-top: 2rem;
}

.mr-20 {
	margin-right: 20px;
	margin-right: 2rem;
}

.mb-20 {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.m-25 {
	margin: 25px;
	margin: 2.5rem;
}

.ml-25 {
	margin-left: 25px;
	margin-left: 2.5rem;
}

.mt-25 {
	margin-top: 25px;
	margin-top: 2.5rem;
}

.mr-25 {
	margin-right: 25px;
	margin-right: 2.5rem;
}

.mb-25 {
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
}

.m-30 {
	margin: 30px;
	margin: 3rem;
}

.ml-30 {
	margin-left: 30px;
	margin-left: 3rem;
}

.mt-30 {
	margin-top: 30px;
	margin-top: 3rem;
}

.mr-30 {
	margin-right: 30px;
	margin-right: 3rem;
}

.mb-30 {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.m-35 {
	margin: 35px;
	margin: 3.5rem;
}

.ml-35 {
	margin-left: 35px;
	margin-left: 3.5rem;
}

.mt-35 {
	margin-top: 35px;
	margin-top: 3.5rem;
}

.mr-35 {
	margin-right: 35px;
	margin-right: 3.5rem;
}

.mb-35 {
	margin-bottom: 35px;
	margin-bottom: 3.5rem;
}

.m-40 {
	margin: 40px;
	margin: 4rem;
}

.ml-40 {
	margin-left: 40px;
	margin-left: 4rem;
}

.mt-40 {
	margin-top: 40px;
	margin-top: 4rem;
}

.mr-40 {
	margin-right: 40px;
	margin-right: 4rem;
}

.mb-40 {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.m-45 {
	margin: 45px;
	margin: 4.5rem;
}

.ml-45 {
	margin-left: 45px;
	margin-left: 4.5rem;
}

.mt-45 {
	margin-top: 45px;
	margin-top: 4.5rem;
}

.mr-45 {
	margin-right: 45px;
	margin-right: 4.5rem;
}

.mb-45 {
	margin-bottom: 45px;
	margin-bottom: 4.5rem;
}

.m-50 {
	margin: 50px;
	margin: 5rem;
}

.ml-50 {
	margin-left: 50px;
	margin-left: 5rem;
}

.mt-50 {
	margin-top: 50px;
	margin-top: 5rem;
}

.mr-50 {
	margin-right: 5px;
	margin-right: .5rem;
}

.mb-50 {
	margin-bottom: 50px;
	margin-bottom: 5rem;
}

.p-0 {
	padding: 0;
}

.pl-0 {
	padding-left: 0;
}

.pt-0 {
	padding-top: 0;
}

.pr-0 {
	padding-right: 0;
}

.pb-0 {
	padding-bottom: 0;
}

.p-5 {
	padding: 5px;
	padding: .5rem;
}

.pl-5 {
	padding-left: 5px;
	padding-left: .5rem;
}

.pt-5 {
	padding-top: 5px;
	padding-top: .5rem;
}

.pr-5 {
	padding-right: 5px;
	padding-right: .5rem;
}

.pb-5 {
	padding-bottom: 5px;
	padding-bottom: .5rem;
}

.p-10 {
	padding: 10px;
	padding: 1rem;
}

.pl-10 {
	padding-left: 10px;
	padding-left: 1rem;
}

.pt-10 {
	padding-top: 10px;
	padding-top: 1rem;
}

.pr-10 {
	padding-right: 10px;
	padding-right: 1rem;
}

.pb-10 {
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

.p-15 {
	padding: 15px;
	padding: 1.5rem;
}

.pl-15 {
	padding-left: 15px;
	padding-left: 1.5rem;
}

.pt-15 {
	padding-top: 15px;
	padding-top: 1.5rem;
}

.pr-15 {
	padding-right: 15px;
	padding-right: 1.5rem;
}

.pb-15 {
	padding-bottom: 15px;
	padding-bottom: 1.5rem;
}

.p-20 {
	padding: 20px;
	padding: 2rem;
}

.pl-20 {
	padding-left: 20px;
	padding-left: 2rem;
}

.pt-20 {
	padding-top: 20px;
	padding-top: 2rem;
}

.pr-20 {
	padding-right: 20px;
	padding-right: 2rem;
}

.pb-20 {
	padding-bottom: 20px;
	padding-bottom: 2rem;
}

.p-25 {
	padding: 25px;
	padding: 2.5rem;
}

.pl-25 {
	padding-left: 25px;
	padding-left: 2.5rem;
}

.pt-25 {
	padding-top: 25px;
	padding-top: 2.5rem;
}

.pr-25 {
	padding-right: 25px;
	padding-right: 2.5rem;
}

.pb-25 {
	padding-bottom: 25px;
	padding-bottom: 2.5rem;
}

.p-30 {
	padding: 30px;
	padding: 3rem;
}

.pl-30 {
	padding-left: 30px;
	padding-left: 3rem;
}

.pt-30 {
	padding-top: 30px;
	padding-top: 3rem;
}

.pr-30 {
	padding-right: 30px;
	padding-right: 3rem;
}

.pb-30 {
	padding-bottom: 30px;
	padding-bottom: 3rem;
}

.p-35 {
	padding: 35px;
	padding: 3.5rem;
}

.pl-35 {
	padding-left: 35px;
	padding-left: 3.5rem;
}

.pt-35 {
	padding-top: 35px;
	padding-top: 3.5rem;
}

.pr-35 {
	padding-right: 35px;
	padding-right: 3.5rem;
}

.pb-35 {
	padding-bottom: 35px;
	padding-bottom: 3.5rem;
}

.p-40 {
	padding: 40px;
	padding: 4rem;
}

.pl-40 {
	padding-left: 40px;
	padding-left: 4rem;
}

.pt-40 {
	padding-top: 40px;
	padding-top: 4rem;
}

.pr-40 {
	padding-right: 40px;
	padding-right: 4rem;
}

.pb-40 {
	padding-bottom: 40px;
	padding-bottom: 4rem;
}

.p-45 {
	padding: 45px;
	padding: 4.5rem;
}

.pl-45 {
	padding-left: 45px;
	padding-left: 4.5rem;
}

.pt-45 {
	padding-top: 45px;
	padding-top: 4.5rem;
}

.pr-45 {
	padding-right: 45px;
	padding-right: 4.5rem;
}

.pb-45 {
	padding-bottom: 45px;
	padding-bottom: 4.5rem;
}

.p-50 {
	padding: 50px;
	padding: 5rem;
}

.pl-50 {
	padding-left: 50px;
	padding-left: 5rem;
}

.pt-50 {
	padding-top: 50px;
	padding-top: 5rem;
}

.pr-50 {
	padding-right: 50px;
	padding-right: 5rem;
}

.pb-50 {
	padding-bottom: 50px;
	padding-bottom: 5rem;
}

.titleBlock {
	display: block;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.titleBlock:before {
	content: '';
	width: 60px;
	height: 3px;
	position: absolute;
	bottom: -2px;
	left: 0;
	background: var(--main-accent-color);
}

.js-gallnav .titleBlock {
	padding-right: 80px;
}

.titleBlock__title {
	line-height: 1;
	padding-bottom: 20px;
	padding-bottom: 2rem;
	color: var(--main-title-color);
}

.titleBlock__more {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-size: 1.4rem;
	margin-left: auto;

}

.title {
	display: inline-block;
	font-weight: 600;
	cursor: default;
}

.title--light {
	color: #555;
}

.title--h1 {
	font-size: 32px;
	font-size: 3.2rem;
}

.title--h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

.linkMore .icnSvg {
	width: 13px;
	width: 1.3rem;
	height: 13px;
	height: 1.3rem;
	position: relative;
	transition: all .3s;
}

.linkMore:hover .icnSvg {
	-webkit-transform: translateX(3px);
	-ms-transform: translateX(3px);
	transform: translateX(3px);
}

.date {
	display: inline-block;
	line-height: 1;
	vertical-align: top;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .05);
	width: 40px;
	cursor: default;
}

.date__day {
	background: var(--main-accent-color-opacity);
	/* font-weight: 600;
	padding: 5px 0;
	padding: .5rem 0; */
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.date__info {
	background: var(--main-title-color);
	font-size: 12px;
	font-size: 1.2rem;
	/* padding: 5px 0;
	padding: .5rem 0; */
	width: 40px;
	height: 40px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.date__month {
	margin-bottom: 3px;
	margin-bottom: .3rem;
	display: block;
}

.slick-dots {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
	margin: 0 .3rem;
	border-radius: 50%;
	border: 1px solid var(--main-accent-color);
	width: 10px;
	height: 10px;
	cursor: pointer;
	transition: all .3s;
}

.slick-dots li.slick-active {
	background: var(--main-accent-color);
	cursor: default;
}

.js-slider__top .slick-dots li.slick-active {
	background: #fff;
	cursor: default;
}


.slick-dots button {
	display: none;
}

.slick-arrow {
	color: #333;
	border: 1px solid #e6e6e6;
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px;
	margin: 0 0 0 1rem;
	text-align: center;
	transition: all .3s;
	position: relative;
	/* top: 13px; */
}

.slick-arrows--white .slick-arrow {
	color: #fff;
	border-color: #fff;
}

.slick-arrow .icnSvg {
	width: 15px;
	height: 15px;
	margin-top: -5px;
	stroke: transparent !important;
	stoke-width: 0 !important;
}

.slick-arrow:hover {
	color: var(--main-accent-color);
	border-color: var(--main-accent-color);
}

.masonry {
	/* margin-right: -20px;
	margin-right: -2rem; */
	margin-right: -10px;
	margin-left: -10px;
}

.masonry__sizer, .masonry__item {
	width: 25%;
	padding-right: 20px;
	padding-right: 1rem;
}

/* .wrapper {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: ;
	background-color: #fff;
	color: #444;
}

.box {
	background-color: #444;
	color: #fff;
	border-radius: 5px;
	padding: 20px;
	font-size: 150%;

}

.a {
	grid-column: 1 / span 2;
}
.b {
	grid-column: 3 / span 2 ;
	grid-row: 2 / span 1;
}
.c {
	grid-column: ;
	grid-row: 2 ;
}
.d {
	grid-column: 2 ;
	grid-row: 2 ;
} */

.mobile_breadcrumbs__svg {
	display: flex;
	width: 20px;
	position: absolute;
	left: -36px;
	margin-right: 10px;
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
}

.mobile_breadcrumbs__link {
	display: flex;
	align-items: center;
	font-size: 22px;
	font-weight: 600;
	color: #333333;
	line-height: 1;
	/* padding-bottom: 10px; */
}

.mobile_breadcrumbs .titleBlock {
	margin-left: 30px;
}

.mobile_breadcrumbs {
	margin-bottom: 15px;
}

.mobile_breadcrumbs__svg svg {
	height: 20px;
	width: 6px;
}

.masonry__item--w2 {
	width: 50%;
	padding-right: 10px;
	padding-right: 1rem;
}

.icnSvg {
	display: inline-block;
	vertical-align: middle;
	fill: currentColor;
}

.icnSvg--10 {
	width: 10px;
	width: 1rem;
	height: 10px;
	height: 1rem;
}

.icnSvg--15 {
	width: 15px;
	width: 1.5rem;
	height: 15px;
	height: 1.5rem;
}

.icnSvg--20 {
	height: 20px;
	height: 2rem;
	width: 20px;
	width: 2rem;
}

.icnSvg--25 {
	height: 25px;
	height: 2.5rem;
	width: 25px;
	width: 2.5rem;
}

.icnSvg--30 {
	height: 30px;
	height: 3rem;
	width: 30px;
	width: 3rem;
}

.popup {
	background: #f3f4f4;
	margin: 40px auto;
	width: 100%;
	position: relative;
	text-align: left;
	box-sizing: border-box;
	max-width: 540px;
}

.popup--white {
	background: #fff;
}

.popup--lg {
	max-width: 680px;
}

.popup__title {
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
	color: #404040;
}

.popup__inner {
	padding: 40px 30px;
	padding: 4rem 3rem;
}

.popup__inner2 {
	padding: 30px 40px;
	padding: 3rem 4rem;
}

.popup__footer {
	background: #f6f6f6;
	padding: 30px;
	padding: 3rem;
	font-size: 14px;
	font-size: 1.4rem;
	position: -webkit-sticky;
	position: sticky;
	bottom: 0;
	left: 0;
}

.alert {
	background: #eee;
	margin: 0 auto;
	text-align: center;
	border-radius: 3px;
	padding: 20px;
	padding: 2rem;
}

.alert__title {
	font-weight: bold;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	line-height: 1;
	display: block;
}

.breadcrumbs {
	margin-bottom: 10px;
	margin-bottom: 1rem;
	font-size: 14px;
	font-size: 1.4rem;
	color: #555;
	cursor: default;
	color: #bebebe;
}

.breadcrumbs a, .breadcrumbs span {
	display: inline-block;
	vertical-align: middle;
}

.breadcrumbs a {
	color: #555;
	position: relative;
}

.breadcrumbs a:hover {
	color: var(--main-accent-color);
}

.breadcrumbs__deliver {
	background: #e6e6e6;
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 15px;
	height: 1.5rem;
	margin: 0 5px;
	margin: 0 .5rem;
}

.sort:not(:first-child) {
	display: none;
}

.sort {
	/* margin-bottom: 30px;
	margin-bottom: 3rem; */
	font-size: 14px;
	font-size: 1.4rem;
	/* line-height: 1;
	margin-top: -10px;
	margin-top: -1rem; */
}

.sort__title {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	margin-right: 1.5rem;
	font-weight: 600;
}

.other_range {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.sort__links {
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-top: -.3rem;
	font-size: 14px;
}

.sort__link {
	font-size: 14px !important;
	color: #bebebe;
	/* margin-right: 15px;
	margin-right: 1.5rem; */
	/* display: inline-block; */
	vertical-align: middle;
	cursor: pointer;
	font-size: 12px;
	padding: 15px;
	width: 100%;
}

.sort__link:hover {
	color: var(--main-accent-color);
}

.sort__link--active {
	color: #333;
}

.sort__icn {
	width: 12px;
	width: 1.2rem;
	height: 12px;
	height: 1.2rem;
}

.pag {
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
}

.pag__pages {
	display: inline-block;
	vertical-align: middle;
}

.pag__item {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 15px;
	padding: 1rem 1.5rem;
	color: #555;
}

.pag__item--current {
	color: var(--main-accent-color);
}

.pag__item--link:hover {
	text-decoration: underline;
}

.pag__next, .pag__prev {
	font-size: 14px;
	font-size: 1.4rem;
}

.pag__icn {
	width: 13px;
	width: 1.3rem;
	height: 13px;
	height: 1.3rem;
	margin-top: -1px;
	margin-top: -.1rem;
	position: relative;
	transition: all .3s;
}

.pag__next-icn {
	margin-left: 10px;
	margin-left: 1rem;
	right: 0;
}

.pag__next:hover:not(.pag__item--disable) .pag__next-icn {
	right: -3px;
}

.pag__prev-icn {
	margin-right: 10px;
	margin-right: 1rem;
	left: 0;
}

.pag__prev:hover:not(.pag__item--disable) .pag__prev-icn {
	left: -3px;
}

.pag__more {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.pagMore {
	background: #f2f2f2;
	display: block;
	color: #555;
	text-align: center;
	padding: 20px;
	padding: 2rem;
	font-size: 18px;
	font-size: 1.8rem;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .2);
	cursor: pointer;
	transition: background .3s, color .3s;
	position: relative;
	bottom: 0;
}

.pagMore:hover {
	background: #e5e5e5;
}

.pagMore:active {
	box-shadow: inset 0 0 10px rgba(0, 0, 0, .05);
	bottom: -1px;
}

.pagMore__icn {
	width: 18px;
	width: 1.8rem;
	height: 20px;
	height: 2rem;
	margin-left: 10px;
	margin-left: 1rem;
	color: #000;
	margin-top: -1px;
	margin-top: -.1rem;
}

.js-tabs__content {
	display: none;
}

.js-tabs__content.active {
	display: block;
}

.tabsGrey {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border-bottom: 1px solid #e6e6e6;
}

.productImg_icon {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 0;
	right: 44px;
}

.item__links.productImg_icon a {
	background-color: #ffffff;
}

.item__links.productImg_icon a:hover {
	background-color: #cecece;
}

.item__links.productImg_icon a svg {
	fill: #adadad;
	/* min-width: 20px;
	min-height: 20px; */
}

.indexPromo_two {
	display: none;
}

/* .indexPromo {
	padding-bottom: 40px;
} */

.productImg_icon__svg.productImg_icon__fav svg {
	width: 17px;
	height: 15px;
	position: relative;
	top: 1px;
}

.productImg_icon__svg.productImg_icon__views svg {
	width: 20px;
	height: 13px;
}

.productImg_icon__svg svg{
	width: 25px;
	height: 25px;
}

.productImg_icon__svg.productImg_icon__fav {
	order: -1;
}

.item__links.productImg_icon a:hover svg {
	fill: #585858;
}

.item__links.productImg_icon a.active:hover svg {
	fill: #fff;
}

.productImg_icon a svg {
	fill: #adadad;
}

.productImg_icon a.active {
	background-color: var(--main-accent-color);
	display: flex;
}

/* .productImg_icon a {
	display: none;
} */

.item__links.active a {
	display: flex;
}

.productImg_icon a.active svg {
	fill: #fff;
}

.productImg_icon a:hover {
	background-color: #cecece;
	opacity: 0.8;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

/* .productImg_icon a:hover svg {
	fill: #585858;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
} */

.productGall_small {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

.productGall_video {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	background: #f3f3f3;
	height: 55px;
}

.productGall_video a {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 11px;
	color: #212121;
}

.productGall_smallImg {
	/* width:19%; */
	width: 55px;
	height: 55px;
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-right: 5px;
	background: #f3f3f3;
	margin-bottom: 4px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.productGall_smallImg img::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #f3f3f3;
	content: '';
}

.productGall_smallImg:nth-child(5) {
	margin-right: 0;
}

.productGall_bigImg img {
	max-width: 100%;
	max-height: 100%;
	display: flex;
	margin: 0 auto;
}

.productGall_bigImg {
	margin-bottom: 7px;
	min-width: 300px;
	min-height: 300px;
	margin: 0 auto;
}

.productGall_bigImg .item__badges {
	left: 10px;
	display: flex;
}

.productGall_bigImg .item__badges .itemBadge {
	margin-right: 5px;
	padding: 5px 9px;
	line-height: 15px;
}

.productGall_bigImg .item__badges .itemBadge.itemBadge--sale {
	font-weight: 40;
}

.productGall_smallImg img {
	border: 1px solid transparent;
}

.productGall_smallImg .active {
	border: 1px solid #f2f2f2;
}

.productImg_icon a {
	width: 40px;
	height: 40px;
	opacity: 0.8;
	background-color: #f2f2f2;
	cursor: pointer;
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	justify-content: center;
	border-radius: 10em;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	-ms-border-radius: 10em;
	-o-border-radius: 10em;
}

.indexSection__list ul li::before {
	background-image: url(/img/inc-png.png);
	width: 20px;
	height: 20px;
}

.productImg_icon span svg {
	fill: #adadad;
}

.tabsGrey__item {
	/* background: #e7e7e7;
	border: 1px solid #e6e6e6; */
	text-align: center;
	color: var(--main-title-color);
	line-height: 1;
	cursor: pointer;
	position: relative;
	font-weight: bold;
	bottom: -1px;
	transition: all .3s;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
	/*padding: 2rem;*/
}

.productImg_icon a.active:hover {
	background-color: var(--main-accent-color);
}



.item--hover:hover .productImg_icon a {
	transform: translateX(0px);
	display: flex;
	transition: all 1.7 ease;
	-webkit-transition: all 1.7 ease;
	-moz-transition: all 1.7 ease;
	-ms-transition: all 1.7 ease;
	-o-transition: all 1.7 ease;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
}

.item__links {
	position: absolute;
	line-height: 30px;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	right: 10px;
	top: 10px;
	/* transform: translateX(70px); */
	/* display: none; */
	z-index: 10;
	transition: all 1.7 ease;
	-webkit-transition: all 1.7 ease;
	-moz-transition: all 1.7 ease;
	-ms-transition: all 1.7 ease;
	-o-transition: all 1.7 ease;
}

.tabsGrey__item:not(:last-child) {
	margin-right: 30px;
	border-bottom: 3px solid transparent;
}

.tabsGrey__item.active {
	color: var(--main-accent-color);
	cursor: default;
	border-bottom: 3px solid var(--main-accent-color) !important;
}

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

.tabsGrey--end__item {
	margin-right: 0;
}

.tabsGrey--end__item:not(:first-child) {
	margin-left: 20px;
	margin-left: 2rem;
}

.tabsGrey--justify {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tabsGrey--justify .tabsGrey__item {
	margin: 0;
}

/* FORMS */

.form__item {
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
}

.form__row {
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
}

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

.form__label {
	display: block;
	line-height: 1;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 8px;
	margin-bottom: .8rem;
	font-weight: normal;
}

.form__item {
	position: relative;
}

.form__item label {
	position: absolute;
	/* top: 17px; */
	top: -4px;
	font-size: 12px;
	left: 20px;
	transition: all .5s ease;
	padding: 0 10px;
}

/* input:focus:required {
  border: 2px solid red ;
} */
.form__item textarea:focus ~ label,
.form__item textarea:valid ~ label,
.form__item input[type='email'] label,
.form__item input:focus ~ label,
.form__item input:valid ~ label {
	top: -4px;
	font-size: 12px;
	background-color: #F3F4F4;
}


.form__terms {
	font-size: 12px;
	font-size: 1.2rem;
}

.imp {
	color: #f28083;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	vertical-align: top;
	margin: 0 0 0 1px;
	margin: 0 0 0 .1rem;
}

/* Load */

.loading {
	transition: all .3s;
	position: relative;
	min-height: 50px;
	min-height: 5rem;
	opacity: .6;
}

.loading.slick-initialized {
	opacity: 1;
}

.page__title > div {
	position: relative;
}

.loading.slick-initialized:before {
	content: none;
}

.landing_form__dark.form_block .loading {
	display: none !important;
}

.loading:before {
	content: '';
	border-radius: 50%;
	width: 50px;
	width: 5rem;
	height: 50px;
	height: 5rem;
	margin-left: -25px;
	margin-left: -2.5rem;
	-webkit-animation: load .8s infinite linear;
	animation: load .8s infinite linear;
	position: absolute;
	z-index: 9;
	left: 50%;
	top: 0;
	font-size: 10px;
	will-change: transform;
	border-top: 10px solid rgba(255, 255, 255, .2);
	border-top: 1rem solid rgba(255, 255, 255, .2);
	border-bottom: 10px solid rgba(255, 255, 255, .2);
	border-bottom: 1rem solid rgba(255, 255, 255, .2);
	border-right: 10px solid var(--main-accent-color);
	border-right: 1rem solid var(--main-accent-color);
	border-left: 10px solid var(--main-accent-color);
	border-left: 1rem solid var(--main-accent-color);
}

@-webkit-keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.bg_black {
	background-color: var(--main-color-black);
	padding: 26px;
	padding: 22px;
}

.cart_result__modal__title.bg_black {
	padding: 19px;
}

.cart_result__modal__title {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
}

.cart_result__modal-info {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	padding: 13px 21px;
	background-color: #f3f3f3;
	position: relative;
}

.cart_result__modal-info::after{
	position: absolute;
	content: '';
	height: 1px;
	width: 275px;
	left: 0px;
	right: 0;
	bottom: 0;
	background-color: #e5e5e5;
	margin: 0 auto;
}

.cart_result__modal-tabs {
	background-color: #fff;
	display: flex;
	align-items: center;
}

.cart_result__modal-tabs a {
	padding: 20px;
	font-size: 14px;
	color: #000000;
	font-weight: 400;
	display: flex;
  align-items: center;
}

.cart_results__city {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	padding-bottom: 20px;
}

.cart_results__form {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}

.bg-white {
	background-color: #fff !important;
}

.fixed {
    position: fixed !important;
    z-index: 9999;
    top: 10px;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
		/* padding-right: 10px; */
}


.productOpt_top__right {
	background-color: #f3f4f4;
	padding: 20px;
}

.productOpt_top__right .productHelpers.productHelpers_cus {
	padding: 2rem 0 0;
}


.cart_resultsTotal {
	background-color: #fff;
	padding: 20px;
}

.cart_resultsTotal__list .cart_resultsTotal__item .cart_resultsTotal__title{
	font-size: 14px;
	color: #3a3a39;
}

.cart_results__city-choise .jq-selectbox__dropdown {
	width: 100%;
  background: #F6F5F6;
  z-index: 10000;
	font-size: 14px;
}

.cart_results__city-choise .jq-selectbox__dropdown li {
	padding: 10px 20px;
	cursor: pointer;
}

.cart_results__city-choise .jq-selectbox__dropdown li:hover {
	background: #d8d8d8;
}

.cart_resultsTotal__list .cart_resultsTotal__item .cart_resultsTotal__value {
	font-size: 16px;
}

.cart_resultsTotal__item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	margin-bottom: 17px;
}

.cart_resultsTotal__item.cart_resultsTotal__item--last {
	border-top: 1px solid #f6f6f6;
	padding-top: 19px;
	margin-top: 20px;
}

.cart_resultsTotal .cartSend {
	color: #3a3a39;
}

.cart_resultsTotal .cartSend a {
	width: 100%;
}

.cart_resultsTotal__item.cart_resultsTotal__item--last .cart_resultsTotal__title {
	font-size: 18px;
	color: #3a3a39;
}


.cart_resultsTotal__item.cart_resultsTotal__item--last .cart_resultsTotal__value {
	font-size: 20px;
}

.cart_resultsTotal__value {
	flex-grow: 1;
	text-align: right;
}

/* .cart_results__form .form__item textarea:focus~label,
.cart_results__form .form__item textarea:valid~label,
.cart_results__form .form__item input:focus~label,
.cart_results__form .form__item input:valid~label {
	background-color: #fff;
	padding: 0 8px;
	left: 24px;
} */

.cart_results__form .form__item input {
	margin-bottom: 0;
}

.cart_results__form .form__item input,
.cart_results__form .form__item textarea {
	border: 1px solid #dadada;
	color: #000000;
	padding: 14px 22px;
	font-size: 14px;
}

.cart_results__form .form__item {
	margin-bottom: 17px !important;
}

.cart_results__form .form__item:last-child{
	margin-bottom: 0 !important;
}

.cart_results__contact .cart_results__wrapper {
	padding: 20px 10px;
}

.cart_results__form .form__item label {
	background-color: #fff !important;
	padding: 0 8px;
	left: 24px;
	top: -4px;
	font-size: 12px;
}

.cart_results__form .form__item textarea:focus,
.cart_results__form .form__item input:focus {
	border: 1px solid #000000;
}

.cart_results__city-choise {
	position: relative;
	margin-right: 20px;
	width: 100%;
}

.cart_results__mb {
	margin-bottom: 20px;
}

.cart_results__city-choise label {
	position: absolute;
	top: -9px;
	left: 10px;
	background-color: #ffffff;
	z-index: 12;
	padding: 0 10px;
	font-size: 12px;
	color: #2e3942;
}

.cart_results__btn {
	flex-grow: 1;
	text-align: right;
}

.cart_results__btn .btn--lg {
	padding: 1.1rem 4.2rem;
}

.cart_results__wrapper {
	background-color: #fff;
	padding: 20px;
}

.cart_results__block {
	cursor: pointer;
}

.cart_results__item-input {
	width: 100%;
	position: relative;
}

.cart_results__item span {
	width: 100%;
	padding: 0 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
body.marth8 .header_landing__top,
body.feb23 .header_landing__top,
body.may9 .header_landing__top {
	padding-top: 90px;
	background: #e7e7e7;
}
body.marth8 .theme_marth8,
body.feb23 .theme_feb23 {
	background: #e7e7e7;
}

body.feb23 .line,
body.may9 .line {
	padding-top: 90px !important;
}

.cart_results__item-input label {
	position: absolute;
	font-size: 12px;
	color: #2e3942;
	padding: 0 8px;
	background-color: #f8f8f8;
	top: -10px;
	left: 14px;
}

.fideback .form__item label {
	left: 10px;
}

.cart_results__item-input input {
	background: transparent;
  box-shadow: none;
	border-radius: 4px;
	border: 1px solid #dadada;
	width: 100%;
	font-size: 14px;
	color: #555555;
	padding: 16px 20px;
	outline: none;
}

.cart_results__item-input input:focus {
	border: 1px solid var(--main-color-black);
}

.cart_results__city-choise .jq-selectbox__select {
	width: 100%;
  height: 45px;
  border: 1px solid #dadada;
  border-radius: 4px;
  display: flex;
  align-items: center;
  color: #b0b0b0;
  font-size: 14px;
  font-weight: 400;
  padding-left: 20px;
}

.cart_results__city-choise .jq-selectbox, .jq-select-multiple {
	width: 100%;
}

.mfp-cart-close {
	right: 22px !important;
  color: #cdcdcd !important;
  top: 22px !important;
}

.cart_result__modal-tabs a:hover {
	background-color: #f6f6f6;
	transition: background-color .3s ease;
}



.cart_result__modal-tabs a img {
	margin-right: 10px;
}

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-thumb { height: 25px; background-color: #757e85; border-radius: 2px;}

.cart_result__modal-block {
	height: 446px;
	overflow-y: auto;
}


.compare_right .arrow-fixed {
	width: 70%;
	left: auto;
}

.compare_right .arrow-fixed .slick-prev {
	left: 0;
}




.cart_result__modal-txt {
	font-size: 12px;
	font-weight: 400;
	color: #212121;
	line-height: 14px;
}

.cart_result__modal-img {
	margin-right: 10px;
}

.cart_result__modal-txt span {
	color: #8c8c8c;
	display: block;
	line-height: 18px;
}

.cart_results__title {
	font-size: 20px;
	color: #ffffff;
}

.cart_results__tabs {
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 10px;
  padding-right: 20px;
}

.cart_results__block {
	margin-bottom: 10px;
	border: 1px solid #e6e6e6;
}

.cart_results__block.active {
	border: 1px solid #64b477;
}

.cart_results__block.active .cart_results__tab-txt {
	color: #64b477;
}

.cart_results__block.active .cart_results__tab-svg svg {
	fill: #64b477;
}

.popup__inner-p {
	padding: 0 !important;
}
.cart_result__modal-right,
.cart_result__modal-left {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.modal_cart {
	max-width: 936px;
	height: 517px;
}

.modal_cart__flex {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}


.cart_results__tab-svg {
	height: 30px;
	width: 30px;
	margin-right: 10px;
}

.cart_results__tab-svg svg {
	width: 30px;
	height: 30px;
	fill: #e6e6e6;
}

/* INPUT */

.input, .textarea, .select {
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
	transition: border .3s, box-shadow .3s;
	outline: none !important;
	line-height: 1.25;
	border-radius: 5px;
	background: #F3F4F4;
}

.input:focus, .textarea:focus, .select:focus {
	border-color: var(--main-color-black);
	/* box-shadow: 0 0 0 2px rgba(0, 142, 211, .2); */
}
/* .shortCart__icn-in.select_ic,
.shortАccount__inc-in.select_ic,
.shortFavourit__inc-bg.select_ic {
	background: #d8d8d8 !important;
} */

.select_ic svg{
	fill:#333333;
}

.input--sm, .textarea--sm, .select--sm {
	padding: 10px;
	padding: 1rem;
}

.input--md, .textarea--md, .select--md {
	padding: 9px 20px;
	padding: .9rem 2rem;
}

.input--lg, .textarea--lg, .select--lg {
	padding: 20px 10px;
	padding: 2rem 1rem;
}

.input--fluid, .textarea--fluid, .select--fluid {
	width: 100%;
}

.box-input label.has-danger {
	color: red
}

.input.has-danger, .has-danger.textarea, .has-danger.select {
	border-color: red !important;
}

.textarea {
	resize: vertical;
	min-height: 20px;
	min-height: 2rem;
	height: 80px;
	height: 8rem;
	font-size: 14px;
}

.select {
	cursor: pointer;
}

/* NUMBERS */

.inputNumber {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 26px;
}

.inputNumber input {
	width: 55px;
	height: 31px;
	background: #e7e7e7;
	text-align: center;
	border: 1px solid transparent;
	-moz-appearance: textfield;
	transition: all .3s;
	outline: none;
}

/* .inputNumber input:hover {
	border-color: #ccc;
} */

/* .inputNumber input:focus {
	border-color: var(--main-accent-color);
} */

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

.inputNumber__up, .inputNumber__down {
	font-size: 18px;
	font-size: 1.8rem;
	width: 26px;
	height: 100%;
	position: absolute;
	top: 0;
	background: #000;
	border: 1px solid #e7e7e7;
	background: #e7e7e7;
	text-align: center;
	cursor: pointer;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .5);
}

.inputNumber__up:active, .inputNumber__down:active {
	background: #f0f2f2;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .03);
}

.inputNumber__up {
	right: 0;
	/* border-radius: 0 5px 5px 0; */
	line-height: 30px;
}

.inputNumber__down {
	left: 0;
	/* border-radius: 5px 0 0 5px; */
	font-weight: bold;
	line-height: 26px;
}
.inputNumber__up:hover,
.inputNumber__down:hover {
	background: #d1d1d1;
}

/* RADIO & CHECKBOX */

.checkbox, .radio {
	cursor: pointer;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
}

.checkbox input, .radio input {
	vertical-align: top;
	margin: 0 3px 0 0;
	width: 17px;
	height: 17px;
}

.checkbox input:not(checked), .radio input:not(checked) {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

.mob-checkbox .checkbox .checkbox__title, .checkbox .radio__title, .radio .checkbox__title, .radio .radio__title {
	margin-right: 0;
}

.checkbox .checkbox__title, .checkbox .radio__title, .radio .checkbox__title, .radio .radio__title {
	padding-left: 28px;
	margin-right: 10px;
}

.checkbox .checkbox__title:before, .checkbox .radio__title:before, .radio .checkbox__title:before, .radio .radio__title:before {
	content: '';
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #cbcbcb;
	box-sizing: border-box;
	text-align: center;
	transition: all .1s;
}

.checkbox .checkbox__title:before, .radio .checkbox__title:before {
	border-radius: 4px;
}

.checkbox .radio__title:before, .radio .radio__title:before {
	border-radius: 50%;
	background: #f6f6f6;
	border: 1px solid #e6e6e6;
}

.checkbox:hover input+.checkbox__title:before, .radio:hover input+.checkbox__title:before {
	border-color: #b2b2b2;
}

.checkbox:hover input:not(checked)+.radio__title:before, .radio:hover input:not(checked)+.radio__title:before {
	border-color: #c3c3c3;
}

.checkbox input:disabled+.checkbox__title, .checkbox input:disabled+.radio__title, .radio input:disabled+.checkbox__title, .radio input:disabled+.radio__title {
	cursor: default;
}

.checkbox input:disabled+.checkbox__title:before, .checkbox input:disabled+.radio__title:before, .radio input:disabled+.checkbox__title:before, .radio input:disabled+.radio__title:before {
	opacity: .9;
	background: #eee;
}

.checkbox input:checked+.checkbox__title:before, .radio input:checked+.checkbox__title:before {
	content: '\2714';
	border-color: #cbcbcb;
	color: var(--main-accent-color);
	font-size: 14px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .05);
}

.checkbox input:checked+.radio__title:after, .radio input:checked+.radio__title:after {
	content: '';
	background: var(--main-accent-color);
	position: absolute;
	left: 6px;
	top: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.checkbox:hover input:checked+.checkbox__title:before, .radio:hover input:checked+.checkbox__title:before {
	border-color: #b2b2b2;
}

.checkbox:hover input:checked+.radio__title:before, .radio:hover input:checked+.radio__title:before {
	border-color: #c3c3c3;
}

.checkbox input:focus+.checkbox__title:before, .checkbox input:focus+.radio__title:before, .radio input:focus+.checkbox__title:before, .radio input:focus+.radio__title:before {
	box-shadow: 0 0 0 2px white;
}

/* BTNS */

.btn {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	border: 0;
	line-height: 1.25;
	text-align: center;
	transition: background .3s;
	color: #333;
	position: relative;
	bottom: 0;
	box-sizing: border-box;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

.btn:hover:not(.no-hover), .btn--hover {
	text-decoration: none;
	cursor: pointer;
}

.btn:disabled, .btn--disabled {
	cursor: default;
	opacity: .7;
}

.btn--fluid {
	width: 100%;
}

.btn--sm {
	padding: 10px;
	padding: 1rem;
}

.btn--md {
	padding: 10px 20px;
	padding: 1rem 2rem;
}

.btn--lg {
	padding: 14px 42px;
	padding: 1.4rem 4.2rem;
}

.btn--long {
	padding: 14px 75px;
	padding: 1.4rem 7.5rem;
}

.btnDefault {
	border-radius: 4px;
	border: 1px solid #cbcbcb;
	color: #333;
	transition: color .3s, background .3s, border .3s;
	background: #fff;
	outline: none !important;
}

.btnDefault:hover {
	background: var(--main-accent-color-hover);
	color: #fff;
	border-color: #037fbb;
}

.btnDefault.disabled, .btnDefault.disabled:hover {
	background: #e6e6e6;
	border-color: #e6e6e6;
	color: #333;
}

.btnDefault:not(.disabled):active {
	bottom: -1px;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, .2);
}

.btnDefault:focus:not(:active) {
	box-shadow: 0 0 0 3px rgba(203, 203, 203, .2);
}

.btnMain {
	border-radius: 4px;
	border: 1px solid var(--main-accent-color);
	color: #fff;
	background: var(--main-accent-color);
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
	transition: color .3s, background .3s, border .3s;
	outline: none !important;
}

a.btnMain:hover {
	color: #ffffff;
}

/* .btnMain:hover {
	background: #d1d1d1;
	border-color: #d1d1d1;
	color: #333;
} */

.btnMain.disabled, .btnMain.disabled:hover {
	background: #e6e6e6;
	border-color: #e6e6e6;
	color: #333;
}

.btnMain:active {
	bottom: -1px;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, .2);
}

.productBuy__incart {
	background: #000000;
	border: 1px solid #000000;
}

.btnMain:focus:not(:active) {
	box-shadow: 0 0 0 3px rgba(0, 142, 211, .2);
}

.btnWhite:active {
	bottom: -1px;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, .2);
}

/*

====== Zoom effect ======

*/

.mfp-zoom-in {
	/* start state */
	/* animate in */
	/* animate out */
}

.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	transition: all .2s ease-in-out;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all .3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
	opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

/*

====== Newspaper effect ======

*/

.mfp-newspaper {
	/* start state */
	/* animate in */
	/* animate out */
}

.mfp-newspaper .mfp-with-anim {
	opacity: 0;
	transition: all .5s;
	-webkit-transform: scale(0) rotate(500deg);
	-ms-transform: scale(0) rotate(500deg);
	transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
	opacity: 0;
	transition: all .5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(0) rotate(500deg);
	-ms-transform: scale(0) rotate(500deg);
	transform: scale(0) rotate(500deg);
	opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
	opacity: 0;
}

/*

====== Move-horizontal effect ======

*/

.mfp-move-horizontal {
	/* start state */
	/* animate in */
	/* animate out */
}

.mfp-move-horizontal .mfp-with-anim {
	opacity: 0;
	transition: all .3s;
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
	opacity: 0;
	transition: all .3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
	opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
	opacity: 0;
}

/*

====== Move-from-top effect ======

*/

.mfp-move-from-top {
	/* start state */
	/* animate in */
	/* animate out */
}

.mfp-move-from-top .mfp-content {
	vertical-align: top;
}

.mfp-move-from-top .mfp-with-anim {
	opacity: 0;
	transition: all .2s;
	-webkit-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
	opacity: 0;
	transition: all .2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
	opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
	opacity: 0;
}

/*

====== 3d unfold ======

*/

.mfp-3d-unfold {
	/* start state */
	/* animate in */
	/* animate out */
}

.mfp-3d-unfold .mfp-content {
	-webkit-perspective: 2000px;
	perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
	opacity: 0;
	transition: all .3s ease-in-out;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-60deg);
	transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
	opacity: 0;
	transition: all .5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
	-webkit-transform: rotateY(60deg);
	transform: rotateY(60deg);
	opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
	opacity: 0;
}

/*

====== Zoom-out effect ======

*/

.mfp-zoom-out {
	/* start state */
	/* animate in */
	/* animate out */
}

.mfp-zoom-out .mfp-with-anim {
	opacity: 0;
	transition: all .3s ease-in-out;
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
	opacity: 0;
	transition: all .3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
	opacity: 0;
}

/*

====== "Hinge" close effect ======

*/

@-webkit-keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%, 60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	100% {
		-webkit-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%, 60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	100% {
		-webkit-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0;
	}
}


.top_slider__arrow {
	top: 43%;
	position: absolute;
	border-radius: 10em;
	width: 39px;
	height: 39px;
	line-height: 42px;
	z-index: 1;
	border-color: #fff;
}

.top_slider__arrow svg {
	fill: #fff;
}

.landing_gall__items_img {
	height: 124px;
	margin-bottom: 13px;
}

.top_slider__arrow:hover svg {
	fill: var(--main-accent-color);
}

.landing_gall__item img {
	width: 100%;
}

.container-fluid--slide .indexPromo__content .promoIcons {
	margin-top: 40px;
}

.container-fluid--slide .indexPromo__content .indexSlider_block__text span {
	font-size: 32px;
}

.js-slider__top .slick-dots li {
	width: 14px;
	height: 14px;
	border-color: #fff !important;
}

.top_slider_next {
	right: 0;
	margin-right: 12px;
}

.hinge {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
	opacity: 0;
	transition: opacity .5s ease-out;
}

.mfp-with-fade.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-with-fade.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-with-fade.mfp-removing.mfp-bg {
	opacity: 0;
}

.indexSection {
	padding: 40px 0;
	padding: 4rem 0;
}

.indexSection--grey {
	background: #f6f6f6;
}

.indexSection__title {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.sort_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin-bottom: 15px;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.indexSection__gall {
	margin: 0 -10px;
}

.js-sTabs__content {
	opacity: 0;
	height: 0;
}

.js-sTabs__content.active {
	opacity: 1;
	height: auto;
}

/* Promo */

.indexPromo {
	padding-top: 0;
}

.indexPromo__content {
	padding-top: 20px;
	padding-top: 2rem;
}

.indexSlider {
	position: relative;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	color: #fff;
}

.p-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.container-fluid--slide .indexPromo__content {
	padding-top: 0;
}



.container-fluid--slide .indexPromo__content .indexSlider {
	margin-bottom: 0;
}

.indexSlider_block__img {

	display: flex;
	align-items: flex-end;
}

.indexSlider__item {
	height: 580px;
	overflow: hidden;
}

.indexSlider {
	position: relative;
}

.indexPromo_block {
	z-index: 100;	
}

.indexSlider::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.indexSlider_block__img_wrapper {
	display: flex;
	position: absolute;
	justify-content: flex-end;
	right: 0;
	/* top: 0; */
	width: 50%;
	bottom: 0;
	height: 280px;
}

.indexSlider_block__text {
	min-width: 235px;
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.indexSlider_block__text p {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #ffffff;
}

.indexSlider_block__text span {
	font-size: 26px;
	font-weight: 700;
	line-height: 32px;
	text-transform: uppercase;
	color: #ffffff;
	display: block;
	margin-bottom: 14px;
}

.indexPromo_block {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin-left: auto;
  margin-right: auto;
  max-width: 1540px;
  padding-left: 10px;
  padding-right: 10px;
	padding: 40px 57px;
  height: 480px;
	position: relative;
}

/* .indexPromo_block {
	position: absolute;
right: 0;
bottom: 0;

display: flex;
align-items: flex-end;
justify-content: flex-end;
} */

.indexSlider_block__img img {
	width: 100%;
height: auto;
max-width: 100%;
}

.indexSlider__item:not(.indexPromo_block) img.fon_img {
	width: 100%;
	height: 100%;
	vertical-align: top;
	position: absolute;
	top: 0;
	left: 0;
}

.indexSlider .js-slider.loading:before {
	top: 50% !important;
	margin-top: -25px;
	margin-top: -2.5rem;
}

.indexSlider .slick-dots {
	position: absolute;
	bottom: 10px;
	bottom: 1rem;
	right: 10px;
	right: 1rem;
}

.indexSlider .sliderArrows {
	position: absolute;
	right: 10px;
	right: 1rem;
	top: 10px;
	top: 1rem;
}

.promoIcons {
	text-align: center;
	padding-top: 65px;
}

.promoIcons__item {
	position: relative;
	border-left: 1px solid #e6e6e6;
}

.promoIcons__item:first-child {
	border-left: 0;
}

.promoIcon {
	position: relative;
	padding: 0 5px;
	padding: 0 .5rem;
}

.promoIcon__icn {
	height: 65px;
	line-height: 65px;
	text-align: center;
	display: block;
	position: absolute;
	top: -65px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.promoIcon__icn img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

.promoIcon__text b, .promoIcon__text strong {
	color: var(--main-accent-color);
	font-weight: normal;
}

/* GALLS */

.js-gallnav__nav {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -13px;
	color: #e6e6e6;
	line-height: 0;
}

/* items */

.indexBest__item {
	padding: 30px 10px 50px;
	padding: 3rem 1rem 0rem;
}

.indexBest__title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-align-content: flex-end;
	-ms-flex-line-pack: end;
	align-content: flex-end;
}

.indexBest__tabs {
	position: relative;
	bottom: -1px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.indexBest__tabs .tabsGrey__item {
	padding-bottom: 15px;
}

.item {
	position: relative;
	transition: all .3s;
	display: flex;
	flex-direction: column;
	min-height: 400px;
}

.select-box__img {
	position: absolute;
	top: 5px;
	right: 8px;
}

.item__link {
	display: block;
}

.item__img {
	/*background: #f2f2f2;overflow: hidden;*/
	position: relative;
	height: 220px;
	line-height: 220px;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	transition: background .3s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.item__img img {
	max-width: 100%;
	max-height: 100%;
}

.item__img:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* background: rgba(0, 0, 0, .02); */
	transition: all .3s;
}

.productImg_icon a {
	border: 1px solid #cecece;
}

.item__img {
	background: #ffffff;
}

/* .item--hover:before {
	content: '';
	background: #fff;
	box-shadow: 1px 1px 27px rgba(10, 11, 11, .15);
	opacity: 0;
	position: absolute;
	top: 0;
	left: -20px;
	left: -2rem;
	right: -20px;
	right: -2rem;
	bottom: -20px;
	bottom: -2rem;
	transition: all .3s;
} */

/* .item--hover:hover {
	background: #fff;
	z-index: 3;
} */

.item--hover:hover .item__img::before {
	background: rgba(0, 0, 0, .2);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.item--hover:hover .item__title {
	color: var(--main-accent-color);
}

.item__badges {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	width: 36px;
	transition: all .3s;
}

.item__img {
	position: relative;
}

.tem--hover:hover .item__img {
	position: absolute;
	left: 0;
	content: '';
	right: 0;
	top: 0;
	bottom: 0;
	background-image: linear-gradient(197deg, rgba(74, 81, 84, .25) 0, rgba(74, 81, 84, .36) 43%, rgba(72, 137, 206, .48) 93%, rgba(72, 137, 206, .5) 100%, rgba(72, 137, 206, .5) 100%);
	transition: all .5s;
	opacity: .4;
}

{}

/* .item:hover .item__badges {
	right: -20px;
	right: -2rem;
} */

.item__title {
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	font-size: 14px;
	font-size: 1.4rem;
	color: #000;
	position: relative;
	z-index: 1;
	transition: all .3s;
	height: 40px;
	height: 4rem;
	overflow: hidden;
}

.item__spec {
	margin-bottom: 10px;
	margin-bottom: 1rem;
	position: relative;
	z-index: 1;
}

.item__buying {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	margin-top: auto;
}

.item__buy {
	white-space: nowrap;
	font-size: 14px;
	font-size: 1.4rem;
	border-radius: 4px;
	border: 1px solid #cbcbcb;
	color: #333;
	transition: color .3s, background .3s, border .3s;
	background: #fff;
	outline: none !important;
}

.item__buy:hover {
	background: var(--main-accent-color-hover);
	/* color: #fff !important; */
}

.item__buy:focus:not(:active) {
	box-shadow: 0 0 0 3px rgba(203, 203, 203, .2);
}

.item--hover:hover .item__buy:not(.item__incart) {
	background: var(--main-accent-color);
	color: #fff;
	border-color: var(--main-accent-color);
}

.item--hover:hover .item__buy:not(.item__incart):hover {
	filter: var(--main-hover-darken);
}

/* .compare_top_info__price .info__cart .item__buy {
	color: #333;
} */

.info__cart .item__incart:hover {
	color: #333;
	border-radius: 4px;
	;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.item__incart:hover {
	color: #333333;
}

.item__incart {
	background: var(--main-color-black);
	border-color: var(--main-color-black);
	color: #ffffff;
	border: 1px solid var(--main-color-black);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.item__incart:hover {
	background: #e6e6e6;
	border-color: #e6e6e6;
	color: #333;
}

.personal_account__menu {
	background-color: #fff;
	height: 100%;
}

.itemBadge {
	display: block;
	margin-bottom: 5px;
	text-align: center;
	height: 25px;
	line-height: 25px;
}

.itemBadge--sale {
	background: #f28083;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
}

.itemBadge--new {
	background: #7eb42b;
	color: #fff;
	font-size: 12px;
}

.itemSpec {
	font-size: 12px;
	font-size: 1.2rem;
}

.itemSpec__label {
	color: #898e91;
}

.itemSpec__val {
	color: #333;
}

.itemPrice {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
}

.itemPrice__old {
	display: inline-block;
	vertical-align: top;
	color: #f28083;
	font-size: 14px;
	text-decoration: line-through;
}

.itemPrice__current {
	display: block;
	cursor: default;
}

.itemPrice__num {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
}

.itemPrice__notexist {
	color: #f28083;
	font-size: 14px;
	font-size: 1.4rem;
	cursor: default;
}

/* cats */

/* .indexCats {
	padding-bottom: 20px;
	padding-bottom: 2rem;
} */

.indexCats__masonry {
	height: 460px;
}

.catShort {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	position: relative;
	overflow: hidden;
}

.catShort--big {
	height: 300px;
}

.catShort--small {
	height: 140px;
}

.catShort__img {
	overflow: hidden;
	background: #f2f2f2;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.catShort__img img {
	vertical-align: top;
	width: 100%;
	max-width: 100%;
	height: 100%;
	transition: all .3s;
}

.catShort__img:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all .6s ease-out;
	background-image: var(--main-gradient);
	/* background-image: linear-gradient(197deg, rgba(74, 81, 84, .25) 0%, rgba(74, 81, 84, .36) 43%, rgba(72, 137, 206, .48) 93%, rgba(72, 137, 206, .5) 100%, rgba(72, 137, 206, .5) 100%); */
}

.catShort:hover .catShort__img:before {
	opacity: 1;
}

.catShort__desc {
	background: var(--main-accent-color-opacity);
	max-height: 100%;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .05);
	position: relative;
	z-index: 2;
}

.catShort__text {
	display: block;
}

.catShort--big .catShort__desc {
	width: 300px;
	padding: 10px 20px 20px;
	padding: 1rem 2rem 2rem;
}

.catShort--small .catShort__desc {
	width: 160px;
	padding: 5px 10px 5px;
	padding: .5rem 1rem .5rem;
}

.catShort--big .catShort__text {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.catShort--small .catShort__text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.4;
}

.catShort__btn {
	border-radius: 4px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	transition: all .3s;
}

.catShort__btn .icnSvg {
	width: 13px;
	width: 1.3rem;
	height: 13px;
	height: 1.3rem;
	margin-left: 5px;
	margin-left: .5rem;
	margin-right: -5px;
	margin-right: -.5rem;
}

.catShort__arrow {
	transition: all .3s;
	right: 0;
	position: relative;
}

.catShort__arrow .icnSvg {
	width: 9px;
	width: .9rem;
	height: 9px;
	height: .9rem;
	margin-top: -1px;
	margin-top: -.1rem;
}

.catShort:hover .catShort__btn {
	box-shadow: 0 0 10px rgba(255, 255, 255, .3);
}

.catShort:hover .catShort__arrow {
	right: -3px;
}

/* news */

.news__item {
	padding: 0 10px;
}

.newsShort {
	position: relative;
	display: block;
	color: #333;
	transition: all .3s;
}

.newsShort:hover {
	color: var(--main-accent-color);
}


.indexBanner__img {
	padding-top: 2rem;
	margin-right: -5px;
}

.indexBanner__img img {
	max-width: 100%;
	height: 400px;
}

.newsShort__img {
	position: relative;
	height: 140px;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	}

.newsShort__img img {
	vertical-align: top;
	/* width: 100%; */
	min-height: 100%;
	max-height: 141px
}

.newsShort__img:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: linear-gradient(197deg, rgba(74, 81, 84, .25) 0%, rgba(74, 81, 84, .36) 43%, rgba(72, 137, 206, .48) 93%, rgba(72, 137, 206, .5) 100%, rgba(72, 137, 206, .5) 100%);
	transition: all .5s;
	opacity: .4;
}

.newsShort:hover .newsShort__img:before {
	opacity: 1;
}

.newsShort__date {
	position: absolute;
	left: 0;
	top: 0;
}

.newsShort__text {
	font-size: 14px;
	font-size: 1.4rem;
	transition: all .3s;
}

.newsShort__full {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 8px;
	margin-top: .8rem;
	color: var(--main-accent-color);
}

.newsShort__full .icnSvg {
	width: 13px;
	width: 1.3rem;
	height: 13px;
	height: 1.3rem;
	position: relative;
	right: 0;
	transition: all .3s;
}

.newsShort:hover .newsShort__full .icnSvg {
	right: -3px;
}

/*revs */

.revs__item {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
}

/* .allRevs .shortRev__author {
	padding-top: 10px;
	padding-top: 1rem;
} */

.shortRev {
	display: block;
	color: #333;
}

.shortRev:hover {
	color: #333;
}

.shortRev:hover:not(div) {
	color: var(--main-accent-color);
}

.shortRev__head {
	/* position: relative;
	padding-left: 50px;
	min-height: 60px; */
	margin-bottom: 10px;
	margin-bottom: 1rem;
	/* display: block; */
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.shortRev__date {
	/* position: absolute;
	left: 0;
	top: 0; */
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 100px;
}

.shortRev__author {
	color: #333;
	line-height: 1.2;
	display: block;
	overflow: hidden;
	/* margin-top: -3px;
	margin-top: -.3rem;
	height: 40px;
	margin-bottom: 5px;
	margin-bottom: .5rem; */
	margin-left: 10px;
	order: 1;
}

.shortRev__text {
	font-style: italic;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	transition: all .3s ease-in;
}

.shortRev:hover:not(div) .shortRev__text {
	color: var(--main-accent-color);
}

.shortRev__more {
	font-size: 14px;
	font-size: 1.4rem;
	color: var(--main-accent-color);
}

.shortRev__more .icnSvg {
	width: 13px;
	width: 1.3rem;
	height: 13px;
	height: 1.3rem;
	position: relative;
	right: 0;
	transition: all .3s;
}

.shortRev:hover .shortRev__more .icnSvg {
	right: -3px;
}

.shortRev__reply {
	background: #f3f4f4;
	font-style: italic;
	padding: 15px 20px;
	padding: 1.5rem 2rem;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 10px;
	margin-top: 1rem;
}

.shortRev__reply-title {
	color: var(--main-accent-color);
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
}

.shortRev__reply-text {
	display: inline-block;
	vertical-align: top;
}

/*evedences */

.evidences__item {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
}

.evidence {
	display: block;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	/*max-width:145px;*/
	outline: none !important;
}

.evidence:hover {
	color: var(--main-accent-color);
}

.evidence__img {
	position: relative;
	/* height: 333px; */
	border: 1px solid rgba(0, 0, 0, .03);
	display: block;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	transition: all .5s;
}

.evidence__img img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.evidence:hover .evidence__img {
	border-color: var(--main-accent-color-opacity);
}

.evidence__img-bg {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--main-accent-color-opacity);
	color: #fff;
	text-align: center;
	opacity: 0;
	transition: all .3s ease-in;
}

.evidence__img-bg .icnSvg {
	width: 1px;
	height: 1px;
	transition: all .3s;
}

.evidence:hover .evidence__img-bg {
	opacity: 1;
}

.evidence:hover .evidence__img-bg .icnSvg {
	width: 27px;
	height: 25px;
}

.evidence__title {
	font-style: italic;
	display: block;
}

/* members */

.members__item {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
}

.members__img {
	height: 50px;
	line-height: 50px;
	max-width: 300px;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.members__img img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	transition: all .3s;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.members__img:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.sideBlock {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.sideBlock__title {
	display: block;
	line-height: 1;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	font-size: 18px;
	font-size: 1.8rem;
	color: var(--main-title-color);
	font-weight: 700;
}

.sideBlock__box {
	background: #f6f6f6;
	border-top: 3px solid var(--main-title-color);
}

.sideBlock__box--padding {
	padding: 20px;
	padding: 2rem;
}

.side__cats {
	font-size: 14px;
	font-size: 1.4rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

.accordion__item {
	position: relative;
}

.accordion__link {
	color: #555;
	display: block;
	padding: 10px 20px;
	padding: 1rem 2rem;
	transition: all .2s;
	position: relative;
}

.accordion__link--sub {
	outline: none !important;
	padding-right: 30px;
	padding-right: 3rem;
}

.accordion__link:hover, .accordion__link--active, .accordion__item--active .accordion__link {
	background: #fff;
	color: var(--main-accent-color);
}

.accordion__sub-toogle {
	z-index: 11;
	position: absolute;
	right: 0;
	top: 20px;
	top: 2rem;
	margin-top: -10px;
	margin-top: -1rem;
	display: inline-block;
	padding-right: 15px;
	padding-right: 1.5rem;
	cursor: pointer;
}

.accordion__sub-toogle .icnSvg {
	width: 15px;
	width: 1.5rem;
	height: 15px;
	height: 1.5rem;
	transition: all .1s;
}

.accordion__sub-toogle.active .icnSvg {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	color: var(--main-accent-color);
}

.accordionSub {
	background: #fbfbfb;
	display: none;
}

.accordionSub__item {
	position: relative;
}

.accordionSub__link {
	color: #555;
	padding: 0 20px;
	padding: 0 2rem;
	position: relative;
	display: block;
}

.accordionSub__link:hover, .accordionSub__link--active {
	color: var(--main-accent-color);
}

.accordionSub__link:before {
	content: '';
	width: 3px;
	height: 3px;
	background: #555;
	position: absolute;
	left: 20px;
	left: 2rem;
	top: 50%;
	margin-top: -1px;
}

.accordionSub__link:hover:before, .accordionSub__link--active:before {
	background: var(--main-accent-color);
}

.accordionSub__sep {
	display: block;
	border-top: 1px solid #f6f6f6;
	padding: 10px 0 10px 20px;
	padding: 1rem 0 1rem 2rem;
}

.accordionSub__item:first-child .accordionSub__sep {
	border-top-color: transparent;
}

.filter__item {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 20px;
	padding-bottom: 2rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
}

.filter__title.filter-active::before {
	transform: rotate(180deg);
	top: 0px;
	right: 0px;
}

/* .filter__item:last-child {
	border-bottom: 0;
	padding-bottom: 10px;
	padding-bottom: 1rem;
	margin-bottom: 0;
} */

/* .mob-checkbox .filter__title {
	margin-bottom: .5rem !important;
} */


.filter__title::before {
	position: absolute;
	content: '';
	width: 15px;
	height: 15px;
	background-image: url(/img/dow-arrow.svg);
	background-repeat: no-repeat;
	right: 0;
	top: 0px;
	cursor: pointer;
}

.filter__title {
	line-height: 1;
	display: block;
	font-weight: 600;
	margin-bottom: 10px;
	margin-bottom: 0rem !important;
	color: #555555;
}

.filter__more {
	font-size: 12px;
	font-size: 1.2rem;
}

.filter__more span {
	cursor: pointer;
	color: var(--main-accent-color);
	border-bottom: 1px dotted var(--main-accent-color);
	transition: all .3s;
}

.filter__more span:hover {
	color: #00496d;
	border-bottom-color: #00496d;
}

.opened>.filter__more-show {
	display: none;
}

.filter__more-hide {
	display: none;
}

.opened>.filter__more-hide {
	display: inline;
}

.filter__checkbox {
	color: #555;
	display: block;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.filter__count {
	color: #bebebe;
	font-size: 12px;
	font-size: 1.2rem;
}

.catalogGrid {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.catalogGrid__item {
	width: 33.3333%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
	min-width: 1px;
	box-sizing: border-box;
	padding: 0 10px;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.fullItem {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.fullItem__head {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.fullItem__spec,
.productSpecFull {
	font-size: 14px;
}

.productGall__main {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.productGall__thumbs {
	padding-left: 35px;
	padding-right: 35px;
	position: relative;
}

.productImg__item {
	text-align: center;
}

.productImg__img {
	height: 300px;
	/* background: #f6f6f6; */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.productImg__link.active {
	display: block;
}

.productImg__link {
	display: none;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 autp;
	-ms-flex: 0 0 autp;
	flex: 0 0 autp;
	max-width: 100%;
	min-width: 1px;
}

.productImg__img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

.productThumbs__item {
	overflow: hidden;
	text-align: center;
	padding: 0 8px;
	padding: 0 .8rem;
}

.productThumbs__img {
	/* width: 54px;
	height: 54px; */
	vertical-align: top;
	/* display: inline-block; */
	background: #f6f6f6;
	border: 1px solid transparent;
	transition: all .1s;
	cursor: pointer;
	position: relative;
}

.productThumbs__img:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .05);
	transition: all .3s;
}

.productThumbs__img:hover {
	border: 1px solid #e6e6e6;
}

.productThumbs__img img {
	vertical-align: top;
	width: 100%;
	min-height: 100%;
}

.slick-current .productThumbs__img {
	border: 1px solid #f2f2f2;
}

.productThumbs__arrows {
	position: absolute;
	top: 20px;
	width: 100%;
	left: 0;
	height: 0;
}

.productThumbs__arrows .slick-arrow {
	margin: 0;
}

.productThumbs__arrows .slick-next {
	float: right;
}

.productThumbs__arrows .slick-prev {
	float: left;
}

.productTabs .productTabs__content .productSpec__val {
	display: flex;
}

.productTabs .productTabs__content .productSpec__val .tooltips {
	order: 1;
}

.productSpec__row .productSpec__val .tooltips {
	margin-top: 2px;
	margin-right: 10px;
}

.productSpec__val .tooltips .tooltips__text {
	position: absolute;
	text-align: left;
}

/* .productSpec__val .tooltips {
	display: flex;
	align-items: center;
} */

.productSpec__val .tooltips .tooltips_svg {
	height: 17px;
}

.productTabs .productTabs__content .productSpec__val {
	justify-content: flex-start;
}

.productSpec__row {
	overflow: hidden;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.productSpec__row .productSpec__val {
	padding-right: 14px;
	display: flex;
	justify-content: flex-end;
}

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

.productSpec__title {
	color: #b0b0b0;
	float: left;
	margin-right: 10px;
	margin-right: 1rem;
}

.productSpec__val {
	overflow: hidden;
	text-align: right;
}

.productSpec-all {
	font-size: 12px;
	font-size: 1.2rem;
	padding-top: 20px;
	padding-top: 2rem;
}

.productOpt {
	height: 100%;
	/* border-bottom: 2px solid var(--main-accent-color); */
	background: #f3f4f4;
	font-size: 14px;
	font-size: 1.4rem;
}

.productOpt_list {
	padding: 20px 19px 9px;
}

.cartPromo {
	margin-bottom: 30px;
	border-top: 1px solid #f5f5f5;
	padding-top: 25px;
}

.productOpt_list__buying-list {
	margin-bottom: 2px;
}

.cartPromo_items {
	display: flex;
	align-items: center;
	height: 50px;
	border-right: 1px solid #e6e6e6;
	padding: 0 14px !important;
}

.cartPromo_items:first-child {
	padding: 0 !important;
}

.cartPromo_items:last-child {
	border-right: none;
}

.cartPromo_items img {
	margin-right: 18px;
	height: 40px;
}

.cartPromo_items span {
	color: var(--main-accent-color);
}

.productOpt__list {
	padding: 0 20px;
	padding: 0 2rem;
}

.productOpt__buying {
	background: #e7e7e7;
	padding: 20px 0;
	padding: 2rem 0;
}

.productInfo__row {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.productInfo__title {
	color: #898e91;
}

.productInfo__icn {
	width: 16px;
	width: 1.6rem;
	height: 16px;
	height: 1.6rem;
	margin: -4px 2px 0 0;
	margin: -.4rem .2rem 0 0;
}

.productPrice {
	font-size: 16px;
	font-size: 1.6rem;
}

.productPrice__num {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 800;
	line-height: 22px;
}

.productPrice__num span {
	font-size: 16px;
	color: #555555;
	font-weight: 400;
}

.productBuy {
	padding-left: 20px;
	padding-left: 2rem;
	padding-right: 20px;
	padding-right: 2rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.productBuy__btn {
	white-space: nowrap;
	padding: 14px 0;
	padding: 1.4rem 0;
	font-size: 16px;
	font-size: 1.6rem;
}

.productHelpers {
	padding-left: 20px;
	padding-left: 2rem;
	padding-right: 20px;
	padding-right: 2rem;
}

.productHelpers_cus {
	padding: 0;
	border-top: 1px solid var(--main-border);
	padding: 20px 19px;
	padding: 2rem 19px;
}

.productHelpers__cell {
	padding-top: 5px;
	padding-top: .5rem;
	padding-bottom: 5px;
	padding-bottom: .5rem;
}

.productHelpers__cell:nth-child(odd) {
	border-right: 1px solid #e6e6e6;
}

.productHelpers__icn {
	width: 25px;
	width: 2.5rem;
	height: 25px;
	height: 2.5rem;
	margin: 0 6px 0 0;
	margin: 0 .6rem 0 0;
}

.productTabs__tab {
	padding-bottom: 16px;
}

.productTabs__content {
	padding: 20px 0;
	padding: 2rem 0;
}

.commsList {
	padding-top: 30px;
	padding-top: 3rem;
}

.commsList__item {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.commsList .shortRev__author {
	padding-top: 10px;
	padding-top: 1rem;
}

/* main>section:nth-child(2n+1) {
	background-color: #f6f6f6
}

main>.landing_item:nth-child(2n+1) {
	background-color: #f6f6f6
} */


/* .relatedBlock {
	padding-top: 20px;
	padding-top: 2rem;
	margin-bottom: -50px;
	margin-bottom: -5rem;
} */

.relatedList {
	/*под тень*/
}

.relatedList {
	margin: 0 -10px;
}

.relatedList__item {
	padding: 30px 10px 50px;
	padding: 3rem 1rem 5rem;
}

.seoBlock__title {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.page404 {
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.page404__error {
	font-size: 180px;
	font-size: 18rem;
	font-weight: 300;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 35px;
	margin-bottom: 3.5rem;
	white-space: nowrap;
	line-height: 1;
	padding-bottom: 25px;
	padding-bottom: 2.5rem;
}

.page404__robot {
	fill: currentColor;
	display: inline-block;
	vertical-align: middle;
	width: 165px;
	width: 16.5rem;
	height: 165px;
	height: 16.5rem;
	stroke: #262728;
	stroke-width: 0;
	fill-rule: evenodd;
	margin: -40px -5px 0 -10px;
	margin: -4rem -.5rem 0 -1rem;
}

.page404__text {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	font-size: 14px;
	font-size: 1.4rem;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.8;
}

.contacts {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.contacts__text {
	line-height: 1.5;
	margin-bottom: 19px;
	margin-bottom: 1.9rem;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: -5px;
	margin-top: -.5rem;
}

.contacts__tabs {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.contactsInfo__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	margin-top: 22px;
	margin-top: 2.2rem;
	font-size: 14px;
	font-size: 1.4rem;
}

.contactsInfo__item:first-child {
	margin-top: 0;
}

.contactsInfo__icn {
	background: var(--main-accent-color);
	color: #fff;
	width: 55px;
	height: 55px;
	line-height: 55px;
	margin-right: 20px;
	margin-right: 2rem;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	text-align: center;
}

.contactsInfo__icn .icnSvg {
	margin-top: -5px;
	margin-top: -.5rem;
	width: 27px;
	width: 2.7rem;
	height: 27px;
	height: 2.7rem;
}

.contactsInfo__content {
	min-width: 1px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	max-width: 100%;
}

.contactsInfo__title {
	display: block;
	font-style: italic;
}

.contactsInfo__bold {
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}

.contactsInfo__semibold {
	font-weight: 600;
	font-size: 18px;
	font-size: 1.8rem;
}

.contactsForm {
	background: #f6f6f6;
	padding: 40px 40px;
	padding: 4rem 4rem;
}

.contactsForm__title {
	display: block;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1;
	color: #404040;
}

.tabsDotted__item {
	display: inline-block;
	vertical-align: middle;
	color: #bebebe;
	margin-right: 30px;
	margin-right: 3rem;
	cursor: pointer;
}

.tabsDotted__item span {
	display: inline-block;
	vertical-align: middle;
	border-bottom: 1px dotted #bebebe;
}

.tabsDotted__item.active {
	color: #262728;
	cursor: default;
}

.tabsDotted__item.active span {
	border-bottom-color: #262728;
}

#map {
	height: 450px;
	width: 100%;
}

#panoram {
	height: 450px;
	width: 100%;
}

#panoram iframe {
	height: 452px;
	width: 100%;
}

.header_mobile__adress {
	display: none;
}

.mobile_adress__call {
	background-color: transparent;
	text-align: center;
}

.mobile_adress__call a {
	color: #ffffff;
	padding: 10px;
	width: 100%;
	border-radius: 4px;
	background-color: var(--main-accent-color);
}

.header_mobile__adress.open {
	transform: translateY(0);
	display: block;
}

.header_mobile__adress {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background-color: #e8e8e8;
	padding: 0;
}

.mobile_adress__close {
	cursor: pointer;
	text-align: center;
	padding-top: 10px;
}

.mobile_adress__close svg {
	width: 15px;
	height: 15px;
}

.mobile_adress__call a svg {
	fill: #ffffff;
}

.mob_border {
	padding: 10px 0;
	border-bottom: 1px solid;
	border-color: rgba(0,0,0,.05);
}

.header_mobile__adress::before {
	content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 82px;
  bottom: 0;
  background-color: #000000;
  z-index: 100;
  opacity: .3;
}

.header_mobile__adress_overlay {
	background-color: #e8e8e8;
	position: relative;
	z-index: 100;
	padding: 10px;
}

.active-phone::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: .6;
	z-index: 6;
	overflow-x: hidden;
}

/* .header_mobile__adress.active-phone {
	display: block;
} */

/* REVS */

.addRev {
	margin-bottom: 30px;
	margin-bottom: 3rem;
	margin-top: -10px;
	margin-top: -1rem;
}

.allRevs__item {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

/* NEWS */

.allNews {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.allNews__item {
	margin-bottom: 30px;
	margin-bottom: 3rem;
	width: 25%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
	min-width: 1px;
	box-sizing: border-box;
	padding: 0 10px;
}

/* CART */

.cartItems {
	background: #fff;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	display: table;
	width: 100%;
}

.cartItems__row {
	display: table-row;
	width: 100%;
}

.cartItems__row:hover .cartItems__cell {
	background: #fafafa;
}

.cartItems__cell {
	transition: background .3s;
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	padding: 1rem;
	border-bottom: 1px solid #e7e7e7;
}

.cartItems__row:last-child .cartItems__cell {
	border-bottom: 0;
}

.cartItems__cell--img {
	width: 81px;
}

.cartItems__cell--info {
	padding-left: 20px;
	padding-left: 2rem;
}

.cartItems__cell--price {
	text-align: right;
	padding-right: 40px;
	padding-right: 4rem;
	white-space: nowrap;
}

.cartItems__cell--number {
	text-align: center;
	width: 1px;
	white-space: nowrap;
}

.cartItems__cell--sum {
	text-align: right;
	width: 1px;
	padding-left: 40px;
	padding-left: 4rem;
	white-space: nowrap;
	padding-right: 20px;
	padding-right: 2rem;
}

.cartItems__cell--del {
	padding-left: 20px;
	padding-left: 2rem;
	text-align: right;
	width: 1px;
}

.cartItem {
	position: relative;
}

.cartItem__restore {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .8);
	text-align: center;
	z-index: 2;
}

.cartItem.has-deleted .cartItem__restore {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.cartItem__img {
	width: 81px;
	height: 81px;
	overflow: hidden;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 81px;
	-ms-flex: 0 0 81px;
	flex: 0 0 81px;
}

.cartItem__img img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.cartItem__title a {
	color: #333;
}

.cartItem__title a:hover {
	color: var(--main-accent-color);
}

.cartItem__title {
	display: block;
}

.cartItem__art {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	padding-top: 5px;
	padding-top: .5rem;
}

.cartItem__art-title {
	color: #898e91;
	font-style: normal;
}

.cartItem__del {
	color: #f28083;
	cursor: pointer;
	transition: all .3s;
	width: 30px;
	width: 3rem;
	height: 30px;
	height: 3rem;
	line-height: 30px;
	line-height: 3rem;
	border-radius: 50%;
	text-align: center;
}

.cartItem__del .icnSvg {
	width: 13px;
	width: 1.3rem;
	height: 13px;
	height: 1.3rem;
	margin-top: -5px;
	margin-top: -.5rem;
}

.cartItem__del:hover {
	background: #f28083;
	color: #fff;
}

.cartItem__curr {
	color: #555;
}

.cartResult {
	text-align: right;
}

.h_prop {
	padding: 0 22px;
}

.popup.popup_fiews {
	max-width: 1000px;
}

.popup_fiews .productTabs {
	padding: 0;
}

.cartPromo_item__flex {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.popup_fiews .popup__inner {
	padding: 2.5rem 2.5rem;
	background-color: #fff;
}

.block_fiews__bottom {
	margin-top: 30px;
}

.cartResult__btn-mb {
	margin-bottom: 20px;
}

.popup_fiews .productTabs .productTabs__content {
	padding: 2rem 0 0;
}

.block_fiews__bottom .productTabs {
	background-color: #f3f4f4;
	margin-left: -25px;
  margin-right: -25px;
  margin-bottom: -25px;
  padding: 25px;
}

.block_fiews__bottom .cartPromo_item__flex {
	flex-wrap: wrap;
}

/* .cartResult__text {
	margin-bottom: 20px;
	margin-bottom: 2rem;
} */

.cartResult__sum {
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
}

.cartBox {
	background: #fff;
	padding: 30px 20px;
	padding: 3rem 2rem;
}

.cartBox__title {
	font-size: 30px;
	font-size: 3rem;
	display: block;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	cursor: default;
	line-height: 1;
}

.cartDelivery {
	padding: 25px 20px 0;
	padding: 2.5rem 2rem 0;
}

.delivList {
	font-size: 14px;
	font-size: 1.4rem;
}

.delivList__item {
	display: block;
}

.delivList__item input {
	display: none;
}

.delivList__item:not(:last-child) {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.delivList__content {
	transition: all .1s;
}

input:checked+.delivList__content {
	background: #f6f6f6;
	box-shadow: 0 2px 0 var(--main-accent-color);
}

.delivList__head {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.delivList__title {
	font-weight: bold;
}

.delivList__icn {
	color: var(--main-accent-color);
	margin-right: 10px;
	margin-right: 1rem;
}

.cartPaytype {
	padding-left: 20px;
	padding-left: 2rem;
	padding-top: 20px;
	padding-top: 2rem;
}

.cartPaytype__item:not(:last-child) {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.cartPaytype__controll {
	color: #555;
}

.cartPaytype__controll input:checked+.radio__title {
	color: var(--main-accent-color);
}

.cartPaytype__text {
	padding-top: 10px;
	padding-top: 1rem;
	padding-left: 30px;
	padding-left: 3rem;
	font-size: 14px;
	font-size: 1.4rem;
}

.cartTabs__item input {
	display: none;
}

.cartTabs__item label {
	padding: 20px;
	padding: 2rem;
	display: block;
}

.cartForm {
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding-top: 10px;
	padding-top: 1rem;
}

.cartForm__textarea {
	height: 100px;
	height: calc(100% - 2.2rem);
}

.cartTotal {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.cartTotal__list {
	display: inline-block;
	vertical-align: top;
	width: 460px;
}

.cartTotal__item {
	overflow: hidden;
	padding-top: 10px;
	padding-top: 1rem;
	font-size: 16px;
	font-size: 1.6rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.cart_results__payment .cart_results__block:last-child .cart_results__info .cart_results__item {
	flex-wrap: wrap;
}
.cart_results__payment .cart_results__block .cart_results__info .cart_results__item-input {
	margin: 10px 0;
}

.cart_results__item-input .input {
	margin-bottom: 0;
}

.cart_results__item:last-child {
	align-items: flex-start;
}

.cartTotal__item:first-child {
	paddin-top: 0;
}

.cartTotal__item--last {
	border-top: 1px solid #e6e6e6;
	margin-top: 20px;
	margin-top: 2rem;
	font-size: 20px;
	font-size: 2rem;
}

.cartTotal__title {
	float: left;
	width: 230px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 20px;
	margin-right: 2rem;
}

.cartTotal__val {
	overflow: hidden;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	min-width: 1px;
	max-width: 100%;
	text-align: left;
	width: 100%;
}

.cartTotal__val-summ {
	font-size: 30px;
	font-size: 3rem;
}

.cartSend__rules {
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	max-width: 400px;
}

.orderInfo__item {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	overflow: hidden;
}

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

.orderInfo__title {
	color: #898e91;
	width: 210px;
	margin-right: 20px;
	margin-right: 2rem;
	float: left;
}

.orderInfo__val {
	overflow: hidden;
}

.allEvidences {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.allEvidences__item {
	width: 20%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
	min-width: 1px;
	box-sizing: border-box;
	padding: 0 10px;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.searchGrid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.searchGrid__item {
	width: 25%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
	min-width: 1px;
	box-sizing: border-box;
	padding: 0 10px;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.shortFavourit {
	position: relative;
}

.left_bloc {
	width: 600px;
}

.shortFavourit_num {
	position: absolute;
	right: -45px;
	/* top: -45px; */
	color: #fff;
	position: absolute;
	width: 15px;
	height: 15px;
	background-color: var(--main-accent-color);
	font-size: 10px;
	left: 33px;
	/* top: -45px; */
	top: 10px;
	border-radius: 10em;
	text-align: center;
}

@media print {
	*, *:before, *:after, *:first-letter, *:first-line {
		background: transparent !important;
		color: #000 !important;
		/* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a, a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: ' (' attr(href) ')';
	}
	abbr[title]:after {
		content: ' (' attr(title) ')';
	}
	/*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
	a[href^='#']:after, a[href^='javascript:']:after {
		content: '';
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	/*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
}

/* Лчиный кабинет */

.personal {
	/* background-color: #f6f6f6; */
	position: relative;
	background-color: #fff;
	/* background: linear-gradient(to right, #FFFFFF 34%, #F6F6F6 34%); */
}

/* .personal_form {
	margin-top: 53px;
	margin-bottom: 70px;
	margin-left: 35px;
} */

.bg_r {
	background-color: #f6f6f6;
	margin-left: -10px;
}

.personal_form__title {
	color: #2e3942;
	font-size: 34px;
	font-weight: 300;
}

.personal_form__row {
	display: flex;
	width: 300px;
}

.personal_form__disflex {
	margin-right: 25px;
	margin-bottom: 20px;
	position: relative;
}

.personal_form__row-password {
	margin-top: 15px;
}

.personal_form__row-password span {
	display: inline-block;
	margin-bottom: 20px;
}

.personal_form__disflex input, .personal_form__disflex select {
	width: 299px;
	height: 45px;
	background: transparent;
	padding: 0 20px;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.personal_form__disflex input:-webkit-autofill {
	box-shadow: inset 0 0 0 50px #f6f6f6;
	-webkit-box-shadow: inset 0 0 0 50px #f6f6f6 !important;
}

.personal_form__disflex label {
	font-size: 12px;
	color: #2e3942;
	position: absolute;
	left: 10px;
	top: -8px;
	width: auto;
	height: auto;
	padding: 0 10px;
	background: #f6f6f6;
}

.personal_form__disflex input {
	font-size: 14px;
	color: #2e3942;
	outline: none;
}

.personal_form__disflex input:focus {
	border: 1px solid var(--main-color-black);
}

.personal_form__row-choice {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.personal_form__row-choice span {
	font-size: 12px;
	color: #2e3942;
	margin-right: 36px;
	line-height: 15px;
}

.personal_form__row-choice label {
	font-size: 14px;
	color: #2e3942;
}

.personal_form__row-choice input {
	margin-right: 32px;
	margin-left: 10px;
	position: relative;
	top: -1px;
}

.personal_form__row.personal_form__row-delivery {
	width: 650px;
}

.personal_form__row.personal_form__row-delivery label input {
	width: 100%;
}

.personal_form__row.personal_form__row-delivery .personal_form__disflex {
	width: 100%;
}

.personal_form__row.personal_form__row-delivery .personal_form__disflex input {
	width: 100%;
}

.personal_form__row-requisites button,
.personal_form button {
	width: 300px;
	height: 45px;
	background-color: var(--main-accent-color);
	font-size: 16px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 300;
	border-radius: 4px;
	margin-top: 15px;
	margin-right: 20px;
	display: inline-block;
}

.personal_form__row-requisites .cart_results__item .col-md-4 {
	padding-left: 0;
	padding-right: 25px;
}

::-ms-check {
	color: red;
	background: black;
	padding: 1em;
}

/* input[type=radio], input[type=checkbox] {
	display: none;
}

input[type=radio]:checked + label:before {
	content: "\2022";
    color: #f3f3f3;
    font-size: 30px;
    text-align: center;
    line-height: 18px;
} */

.personal_account__menu {
	padding: 20px 25px;
	background-color: #fff;
	position: relative;
}

.personal_account__menu .indexBest__title .titleBlock__title {
	line-height: 	15px;
	font-weight: 400;
	color: #333333;
}

.personal_account__menu .indexBest__title .titleBlock__title span {
	margin-top: 10px;
  display: inline-block;
	color: var(--main-accent-color);
}

.personal_account__menu .indexBest__title {
	margin-bottom: 20px;
}

.personal_account__menu h1 {
	line-height: 22px;
}

.personal_account__menu ul li {
	display: flex;
	margin-bottom: 16px;
	align-items: center;
}

.personal_account__menu ul li:last-child {
	margin-bottom: 0;
}

.img-svg path, .img-svg polygon {
	fill: #2e3942;
}

.personal_account__menu ul li a {
	font-size: 16px;
	color: #2e3942;
	margin-left: 14px;
}

.personal_account__menu ul li.red a {
	color: #c10016;
}

.personal_account__menu ul li.blue a {
	color: var(--main-accent-color);
}

.personal_account__menu ul li.blue .img-svg path {
	fill: var(--main-accent-color);
}

.personal_account__info {
	/* padding: 25px 35px; */
	padding: 27px 12px;
}

.personal_account__info h1 {
	font-weight: 300;
	line-height: 22px;
	color: #333333;
	/* border-bottom: 1px solid #e6e6e6; */
	padding-bottom: 30px;
	position: relative;
	font-size: 34px;
}

/* .personal_account__info h1::before {
	position: absolute;
	content: '';
	bottom: -1.8px;
	left: 0;
	width: 60px;
	height: 3px;
	background-color: var(--main-accent-color);
} */

.personal_account__info h1 span {
	color: var(--main-accent-color);
}

/* Лчиный кабинет */

.personal {
	position: relative;
}

.over_block {
	background: #f6f6f6;
	width: calc(100% - 78rem);
	position: absolute;
	right: -375px;
	height: 100%;
	/* margin-left: -100px; */
	display: block;
	overflow: hidden;
}

.personal {
	overflow: hidden;
}

/* .personal::after {
	width: calc(35% - 47rem);
	background: #f6f6f6;
	right: 0;
	content: '';
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 4;
} */

/* .personal::after {
	width: calc(35% - 47rem);
	background: #fff;
	left: 0;
	content: '';
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 4;
} */

.tabs_forms {
	background-color: #fff;
}

.pd-none {
	padding: 0;
}

.tab-form {
	background-color: #F3F4F4;
	padding: 30px 52px 40px
}


.header_mobile__adress.active-phone {
	display: block;
}

.tab-form button {
	display: inline-block;
text-decoration: none;
vertical-align: middle;
border-radius: 4px;
border: 1px solid #037fbb;
line-height: 1;
text-align: center;
font-size: 16px;
font-weight: 400;
-webkit-transition: all .15s;
transition: all .15s;
color: #fff;
position: relative;
bottom: 0;
box-sizing: border-box;
outline: 0 !important;
min-width: 200px;
background: var(--main-accent-color);
padding: 15px 45px;
width: 170px;
}
}

.tab-form.active, #tab-1:checked~#form-1, #tab-2:checked~#form-2 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

a.tab {
	color: #ffffff;
	font-weight: 600;
	margin: 0px 50px;
	display: inline-block;
	cursor: pointer;
	font-size: 22px;
	padding: 20px 0;
	color: #000;
}

.tab_active {
	background-color: #fff;
	color: #000;
	border-bottom: 2px solid var(--main-accent-color);
}

.form-2 label.tab.active, input[name="tabs"]:checked+label {
	background-color: #fff;
	color: #000;
	border-bottom: 2px solid var(--main-accent-color);
}

input[name="tabs"] {
	display: none;
}

.form_two_tabs {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.form_two_tabs input {
	margin-left: 10px;
	margin-right: 20px;
}

.form_two_tabs input[name="tabs"]:checked+label {
	background-color: transparent;
	color: #000;
	border-bottom: none;
}

.form_two_tabs input[name="tabs"] {
	display: block;
}

/* Формы */

.input {
	font-size: 14px;
	border: 1px solid #e9eaea;
	padding: 12px 20px;
	box-sizing: border-box;
	margin-bottom: 22px;
	color: #2e3942;
	outline: none;
}

.box-input__btn button {
	display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  border: 1px solid #037fbb;
  line-height: 1;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all .15s;
  transition: all .15s;
  color: #fff;
  position: relative;
  bottom: 0;
  box-sizing: border-box;
  outline: 0 !important;
  min-width: 200px;
  background: var(--main-accent-color);
  padding: 15px 45px;
  width: 170px;
}

.box-input__row button {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	border-radius: 4px;
	border: 1px solid #037fbb;
	line-height: 1;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	-webkit-transition: all .15s;
	transition: all .15s;
	color: #fff;
	position: relative;
	bottom: 0;
	box-sizing: border-box;
	outline: 0 !important;
	min-width: 200px;
	background: var(--main-accent-color);
	/* border-radius: 25px; */
	padding: 15px 45px;
	width: 170px;
	/* margin-top: 20px; */
}

.recover {
	display: flex;
	align-items: center;
}

.recover input[type='checkbox'] {
	position: relative;
	top: -7px;
}

.box-input__items sub {
	position: relative;
	top: -10px;
}

/* Плавающий текст */

.box-input {
	position: relative;
}

.box-input input {
	border: none;
	/* border-bottom: 2px solid #e9eaea; */
	padding: 14px 10px 14px 40px;
	margin-right: 10px;
	/* background-color: #ebebeb; */
	/* border-bottom: 1px solid #a9a9a9; */
	border-radius: 0px;
	color: #000;
	outline: none;
	border: 1px solid #e9eaea;
	border-radius: 5px;
	color: #2e3942;
}

.box-input input:focus {
	outline: none;
	top: -9px;
}

.box-input input:-webkit-autofill {
	box-shadow: inset 0 0 0 50px #ffffff;
	-webkit-box-shadow: inset 0 0 0 50px #ffffff !important;
}

.box-input {
	display: flex;
}

.box-input__items {
	display: flex;
	flex-direction: column;
	position: relative;
}

.box-input__items img {
	position: absolute;
	/* bottom: 35px; */
	top: 48px;
	width: 18px;
	height: 18px;
	left: 15px;
	/* top: 54px; */
	top: 15px;
}

.box-input label {
	/* display: none; */
	/* position: absolute;
	top: 0;
	left: 0; */
	padding-top: 10px;
	color: #c4c9c9;
	transition: .5s;
	pointer-events: none;
	color: #333333;
	font-size: 14px;
	position: absolute;
  top: -9px;
  left: 10px;
  font-size: 12px;
  padding: 0 10px;
  background: #f3f4f4;
}

.recover label {
	position: relative;
	background-color: transparent;
}

.box-input label sub {
	color: #f28083;
}

.box-input__row {
	display: flex;
	flex-direction: column;
	width: 50%;
	margin-right: 55px;
}

.box-input__row:last-child {
	margin-right: 0;
}

/* .box-input:focus-within label {
	margin-top: 0;
	display: block;
	top: 0;
} */

.box-input__btn {
	display: flex;
	align-items: center;
	margin-top: 15px;
	/* justify-content: space-between; */
}

.box-input__btn button {
	margin-right: 20px;
}

.register-popup {
	max-width: 867px;
}

.compare {
	z-index: 1000;
}

.compare_top_info:hover .info__cart .item__buy	 {
	background: var(--main-accent-color);
	color: #fff;
	border: 1px solid transparent;
}

.compare_block .col-3 {
	z-index: 1000;
}

.compare_top_info:hover .compare_top_info__descr a {
	color: var(--main-accent-color);
}

.compare_top_info__img {
	position: relative;
}

/* .compare_top_info:hover .compare_top_info__img::before {
	opacity: 1;
}

.compare_top_info__img::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: var(--main-gradient);
} */

/* Сравнение */

/* .cd-products-wrapper {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-style: solid;
	border-color: #e6e6e6;
	border-compare_top_width: 1px;
	border-bottom-width: 1px;
} */

/* .cd-products-columns {
	width: 2800px;
}

.cd-products-columns::after {
	clear: both;
	content: "";
	display: table;
} */

/* .cd-products-columns .product {
	position: relative;
	float: left;
	text-align: center;
	-webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, visibility 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
} */

.tooltips_info__arr {
	position: absolute;
	left: 14px;
	background: #ffffff;
	transform: rotate(45deg);
	height: 2rem;
	width: 2rem;
	top: 7px;
}

.tooltips_info__text p {
	    padding: 10px 0;
	    overflow: hidden;
}

.tooltips__text {
	display: none;
	margin-left: -15px;
	padding-top: 15px;
	width: 300px;
	position: relative;
}
.tooltips_info {
	background-color: #fff;
	z-index: 100;
	width: 300px;
	height: 250px;
	overflow-y: auto;
	position: relative;
	padding: 10px 20px;
	box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.15);
}

.tooltips {
	width: 22px;
	height: 21px;
	cursor: pointer;
	margin-left: 15px;
}

.tooltips_svg svg {
	position: relative;
	width: 17px;
	height: 17px;
	fill: #b0b0b0;
}

.tooltips_svg:hover svg {
	fill: #2e3942;
}

.tooltips.tooltip-open .tooltips__text {
	display: flex;
}

/* .tooltips:hover .tooltips_info {
	display: flex;
	right: 0;
	left: 0px;
	top: 5px;
} */

.productThumbs__arrowsnext {
	position: absolute;
	right: 0;
}


.sail_arrow {
	display: flex;
	justify-content: space-between;
	position: absolute;
	width: 100%;
	top: 18%;
}



.sail_arrow span:nth-child(3){
	display: none !important;
}

.sail_arrow .slick-next {
	right: 20px;
}
.sail_arrow .slick-arrow .icnSvg {
	margin-top: 0;
}
.sail_arrow .slick-arrow {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10em;

	z-index: 10;
}



.mobile_compare__middle .features .compare_top_list li:nth-of-type(odd){
	background-color: transparent;
}

@media (max-width: 414px) {

	.compare_top_info__descr,
	.compare_top_info__price {
		padding: 0 5px !important;
	}

	.compare_top_info__price .info__price {
		font-size: 14px;
	}

	.compare_top_info__price .info__cart a {
		font-size: 10px;
	}

	.compare_top_info__price .info__price span {
		font-size: 12px;
	}

	.compare_top_info__descr a p {
		font-size: 12px;
	}
}


@media (max-width: 1122px) {
	.compare_top_info-cat .jq-selectbox__select {
		width: 220px;
	}
}

@media (max-width: 320px) {
	/* .compare_top_info__price .info__cart {
		width: 70px !important;
	} */
}

@media (min-width: 900px) {
	.compare_mobile {
		display: none;
	}
}

@media (max-width: 991px) {
	.compare_mobile {
		display: block;
	}
}






@media (max-width: 360px) {
	/* .features_mobile .compare_shadow li {
		line-height: 61px !important;
	} */

	.compare_top_list {
		border-right: none;
	}

	.features_mobile .compare_shadow li {
		line-height: 58px !important;
	}

	.features_mobile {
		bottom: 49px !important;
	}
}
@media (max-width: 426px) {
	.features_mobile .compare_shadow li {
		line-height: 57px;
	}
}

@media (max-width: 320px) {
	/* .features_mobile {
		bottom: 147px !important;
	} */
}



.compare_mobile__top {
	display: flex;
	flex-direction: column;
}
.compare_mobile__controls,
.compare_mobile__title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.compare_mobile__radio {
	width: auto;
}

.compare_mobile__radio label {
	margin-right: 0;
}

.compare_mobile__controls .compare_top_info-cat::before {
	width: 0;
	height: 0;
}

.compare_mobile__bottom .cd-products-columns {
	width: auto;
}

.compare_mobile__bottom .compare_top_list {
	width: auto;
}

.compare_mobile__bottom .compare_top_info__img img {
	width: 110px;
}

.mob-fixed	.compare_top_info__img{
height: 82px;
margin-top: 81px;

}

.compare_top_info-cat.mob-fixed {
	z-index: 1000;
	/* width: 365px; */
	width: 365px;
}

.mob-fixed {
position: fixed !important;
top: 0px;
background-color: #fff;
z-index: 100;
width: 50%;
border: 1px solid;
border-color: rgba(0,0,0,.05);
border-right: none;
/* animation-name: show;
animation-duration: .4s; */
}

.mob-fixed::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1rem;
	border-top: 1px solid #ededed;
	background: linear-gradient(#ededed,hsla(0, 1%, 100%, 0));
	background: -webkit-linear-gradient(#ededed,hsla(0, 1%, 100%, 0));
}

.mob-fixed .compare_top_info__img img {
transform: translateY(-14px) scale(0.3);
transition: transform 0.3s;
}

.mob-fixed .compare_top_info__img {
	width: 80px;
	margin-top: 0;
	height: 125px !important;
	height: auto;
}

.mob-fixed .compare_top_info__descr {
	margin-top: 0;
	padding: 0 20px 0 0;
}

@keyframes show {
0% {
	opacity: 0;
	top: -70px;
}
100% {
	opacity: 1;
	top: 0;
}
}

/* .compare_top_fix .compare_top_info__img .compare_top_info__icons {
left: -230px;
position: relative;
} */
.compare_mobile__title h1{
	font-size: 28px;
	font-weight: 400;
}

.compare_mobile__title a{
font-size: 14px;
color: #f28083;
}

.compare_mobile__radio label {
font-size: 12px;
}

.compare_mobile__radio.compare_top_info-radio label:before {
top: 0px;
}

.compare_mobile__controls .compare_top_info-cat .jq-selectbox__select {
width: 146px;
padding-right: 26px;
}

.compare_mobile__radio.compare_top_info-radio label:after {
top: 4.6px;
}

.compare_mobile__title a svg {
margin-right: 10px;
}

.compare_top_info.mob-fixed > .compare_top_info__descr {
	margin-top: -35px;
}

.compare_top_info.mob-fixed > .compare_top_info__price {

}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none !important;
}


.features_mobile {
	position: absolute;
	bottom: 60px;
	background-color: transparent;
	left: 20px;
	display: none;
}


.compare_top_list_fix li {
	padding: 25px 20px 12px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: flex-start !important;
	flex-direction: column;
}

.compare_top_list_fix li span {
	color: #b0b0b0;
	font-size: 12px;
}

.features_mobile .compare_shadow li {
padding: 0;
line-height: 57px;
color: #b0b0b0;
}

.features_mobile .compare_shadow {
box-shadow: none;
border-top: none;
}

.features_mobile .compare_shadow {

}

.compare_mobile__bottom {
position: relative;
}
.features_mobile .compare_top_list li,
.features_mobile .compare_top_list li:nth-of-type(odd) {
background-color: transparent;
}

.features_mobile .compare_top_list {
border-right: none;
border-bottom: none;
}

.features_mobile .compare_top_list li .tooltips .tooltips_svg {
line-height: 10px;
}

.mob-checkbox .filter__info .filter__checkbox {
	background: transparent;
}

.mob-checkbox .filter__info .filter__checkbox .checkbox__title {
	text-transform: none;
}

.mob-checkbox .filter__info .filter__checkbox .checkbox__title:before {
	font-size: 0;
	background: transparent;
	border: none;
}
.mob-checkbox .checkbox input:checked ~ .checkbox__title,
.mob-checkbox .filter__info .filter__checkbox input:checked ~ .checkbox__title{
	background-color: var(--main-accent-color);
	color: #fff;
	padding-left: 0;
	padding: 4px 6px;
	border: 1px solid var(--main-accent-color);
	border-radius: 4px;
	text-transform: none;
	padding-right: 28px;
	line-height: 10px;
}



.mob-checkbox .checkbox input:checked+.checkbox__title:before,
.mob-checkbox .filter__info .filter__checkbox input:checked ~ .checkbox__title::before{
	content: '';
	position: absolute;
	width: 0;

	background-color: #fff;
	top: 10px;
	left: 10px;
	height: 1px;
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
}
.mob-checkbox .checkbox input:checked+.checkbox__title:hover,
.mob-checkbox .filter__info .filter__checkbox input:checked ~ .checkbox__title:hover {
	background-color: #0a76aa;
}

.mob-checkbox .checkbox input:checked+.checkbox__title:hover:before,
.mob-checkbox .filter__info .filter__checkbox input:checked ~ .checkbox__title:hover:before {
	width: calc(100% - 4.2rem);
}

.mob-checkbox .checkbox .checkbox__title {
	padding-left: 0;
	background: #fff;
	padding: 10px;
	border: 1px solid #cbcbcb;
	border-radius: 4px;
}

.mob-checkbox .checkbox .checkbox__title:before {
	font-size: 0;
	background: transparent;
	border: 0;
}



.mob-checkbox .checkbox input:checked+.checkbox__title:before{
	border: 0;
  font-size: 0;
}
.mob-checkbox .checkbox input:checked~.checkbox__title::after,
.mob-checkbox .filter__info .filter__checkbox input:checked ~ .checkbox__title::after{
	position: absolute;
	content: '';
	background-image: url(/img/filter.svg);
	width: 10px;
	height: 10px;
	right: 6px;
  top: 5px;
}

.filter__info--fixed {
	display: none;
}

.mob-checkbox .filter__info .filter__checkbox input:checked > .filter__checkbox .filter__info--fixed {
	display: none;
}

.mob-checkbox .filter__info .filter__checkbox input:checked ~ .checkbox__title .filter__count{
	font-size: 0;
}

.mob-checkbox .filter__info .filter__checkbox input:checked+.checkbox__title:before {
	border: none;
	font-size: 0;
}

.mob-checkbox .filter__info .checkbox .checkbox__title{
	background: #fff;
	padding: 4px 6px;
	border: 1px solid #cbcbcb;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.other_range__title {
	font-size: 14px;
	color: #555;
	margin-bottom: 10px;
}

.other_range__title span {
	color: #bebebe;
	margin-left: 10px;
}

.other_range__btn .range__btn {
	width: 48%;
	text-align: center;
}
input[type="checkbox"]:disabled {
  background-color: red;
}
input[disabled] {
	background: red;
}

.other_range__btn .range__btn a {
	color: #333;
	font-size: 14px;
	padding: 10px 0;
	display: inline-block;
	border:	1px solid #cbcbcb;
	border-radius: 4px;
	transition: border .2s ease;
	width: 100%;
}

.left .other_range__btn {
	flex-direction: row;
}

.left .other_range__btn .range__btn {
	width: 48%;
}

.other_range__btn .btn_blue a{
border:	1px solid var(--main-accent-color);
color: var(--main-accent-color);
transition: border .2s ease;
}

.other_range__btn {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.mob-checkbox .filter__info .checkbox .checkbox__title:hover {
	background: #F6F6F6;
	transition: background .5s ease;
}

/* .test {
	display: none;
} */

.mob-checkbox .filter__info .checkbox .disabled ~ .checkbox__title {
	background-color: transparent;
}


aside.side.left {
	left: 0;
	max-width: 100%;
	z-index: 1000;
	/* height: 100%; */
	top: -13px;
	padding: 0;
	height: 100vh;
	background-color: #ffffff;
}
aside.side.left .sideBlock {
	background-color: #f8f8f8;
	height: 100%;
	width: 100%;
	position: fixed;
}

.filter__title.filter-active ~ .filter__info {
	display: block !important;
	/* margin-top: 10px; */
}

.filter__item label {
	display: inline-block;
	margin-top: 13px;
	margin-bottom: 0;
}

.noUi-horizontal .noUi-handle {
	width: 18px !important;
	height: 18px !important;
	top: -8px !important;
	background: var(--main-accent-color) !important;
	box-shadow: none !important;
	border: none !important;
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	-o-border-radius: 0px !important;


}

.noUi-handle:after,
.noUi-handle:before {
	background: transparent !important;
}

.noUi-connect {
	background: var(--main-accent-color) !important;
}

.noUi-target {
	background: #7e7e7e !important;
	box-shadow: none !important;
	border: none !important;
	width: 91%;
	margin: 0 auto;
	margin-top: 20px;
}

.filter__more {
	margin-top: 10px;
}

.noUi-horizontal {
	height: 3px !important;
}

.filter__item-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
	right: -7px !important;
}

aside.side.left .sideBlock .sideBlock__box {

	overflow-y: auto;
  width: 100%;
  height: 100%;
}

.filter_box {
	height: 100%;
}

/* .filter {
	padding-bottom: 50vh;
} */

aside.side.left .sideBlock .sideBlock__box .filter .other_range {
	padding: 15px 10px 10px;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  bottom: 0;
  box-shadow: 15px -3px 27px rgba(10,11,11,.1);
  position: fixed;
  left: 0;
  background-color: #fff;
  z-index: 10;
  width: 100%;
}

.arrow-fixed {
position: fixed !important;
top: 85px !important;
width: 100%;
z-index: 10;
justify-content: center;
display: flex;
height: 40px;
left: 0;
align-items: center;
z-index: 1000 !important;
}

.mob_arrows {
	margin-bottom: 10px;
	position: absolute;
	width: 100%;
	top: 135px;
	z-index: 10;
}

.mob_arrows .slick-arrow,
.arrow-fixed .slick-arrow {
	margin-left: 10px;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	border-radius: 10em;
	position: absolute;
}

.mob_arrows .slick-prev {
	left: 0;
}

.mob_arrows .slick-next {
	right: 0;
}

.arrow-fixed .slick-arrow .icnSvg,
.mob_arrows .slick-arrow .icnSvg {
	margin-top: 0;
}
.mob-fixed.compare_top_info:hover .compare_top_info__icons {
display: none;
}

.compare_block .compare_top_info {
	position: relative;
	/* height: 377px; */
	width: 276px;
	/* height: 364px; */
	height: auto;
	text-align: center;
	/* padding: 1.25em 2.5em; */
	border-color: #e6e6e6;
	border-style: solid;
	border-right-width: 1px;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	cursor: pointer;
	background: #ffffff;
	border: 1px solid #e8e5e5;
	;
}

.compare_block .compare_top_info h3 {
	padding: 1.25em 0 0.625em;
	font-weight: bold;
	font-size: 1.4rem;
}

.compare_block .compare_top_info img {
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.compare_block .compare_top_info h3, .compare_block .compare_top_info img {
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.compare_block .compare_top_info .check {
	position: relative;
	display: inline-block;
	height: 16px;
	width: 16px;
	margin: 0 auto 1em;
}

.compare_block .compare_top_info .check::after, .compare_block .compare_top_info .check::before {
	/* used to create the check icon and green circle dot - visible when product is selected */
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	height: 100%;
	width: 100%;
}

.compare_block .compare_top_info .check::before {
	/* green circle dot */
	border-radius: 50%;
	border: 1px solid #e6e6e6;
	background: #ffffff;
	-webkit-transition: background-color 0.3s, -webkit-transform 0.3s, border-color 0.3s;
	-moz-transition: background-color 0.3s, -moz-transform 0.3s, border-color 0.3s;
	transition: background-color 0.3s, transform 0.3s, border-color 0.3s;
}

.compare_block .compare_top_info .check::after {
	/* check icon */
	background: url(../img/cd-check.svg) no-repeat center center;
	background-size: 24px 24px;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.cd-table-navigation a {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 15px;
	-webkit-transform: translateY(55px);
	-moz-transform: translateY(55px);
	-ms-transform: translateY(55px);
	-o-transform: translateY(55px);
	transform: translateY(55px);
	/* replace text with image */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	color: transparent;
	height: 60px;
	width: 40px;
	background: rgba(64, 64, 66, 0.8) url("../img/cd-arrow.svg") no-repeat center center;
	border-radius: 3px;
	-webkit-transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
	-moz-transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, -moz-transform 0.3s;
	transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, transform 0.3s;
}

.cd-table-navigation a.inactive {
	opacity: 0;
	visibility: hidden;
}

.cd-table-navigation a.prev {
	left: 120px;
	right: auto;
	-webkit-transform: translateY(55px) translateX(15px) rotate(180deg);
	-moz-transform: translateY(55px) translateX(15px) rotate(180deg);
	-ms-transform: translateY(55px) translateX(15px) rotate(180deg);
	-o-transform: translateY(55px) translateX(15px) rotate(180deg);
	transform: translateY(55px) translateX(15px) rotate(180deg);
}

.no-touch .cd-table-navigation a:hover {
	background-color: #404042;
}

.compare_top_info:hover .compare_top_info__icons {
	opacity: 1;
	transition: opacity .7s ease;
}

.compare_block .compare_top_info img {
	height: 150px;
}

.compare_block .col-9 {
	margin-left: -10px;
	padding-left: 0;
}

.compare_top_list li img {
	max-width: 100%;
	max-height: 100%;
	height: 17px;
}

.compare_top_info__img {
	/* background-color: rgba(0, 0, 0, 0.05); */
	display: flex;
	/* height: 151px; */
	height: auto;
	padding-top: 20px;
	align-items: center;
	justify-content: center;
}

.compare_top_info__icon {
	transition: all .4s ease;
	width: 40px;
	height: 40px;
	background-color: #f2f2f2;
	border-radius: 10em;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
}

.landing_gall__items {
	display: block;
}

.compare_top_info__icon:hover {
	background-color: #e7e7e7;
}

.compare_top_info__icon:hover a svg {
	fill: var(--main-accent-color);
}

.modal-body.js-formSended~.form_block__rules {
	display: none;
}

.compare_top_info__icons {
	position: absolute;
	right: 0;
	margin-right: 10px;
	/* margin-top: 10px; */
	opacity: 0;
	transition: opacity .7s ease;
	top: 20px;
}

.compare_top_info__icons .eyes svg, .compare_top_info__icons .heart svg {
	fill: #adadad;
}

.compare_top_info__descr {
	text-align: left;
	min-height: 55px;
	/* margin: 15px 0; */
	margin-top: 52px;
	padding: 0 20px;
}

.compare_top_info__descr a {
	color: #2e3942;
	font-size: 14px;
	line-height: 18px;
}

.compare {
	position: relative;
	background-color: #f9f9f9;
}

.filter__item input {
	background: transparent;
	border: none;
	width: 45px;
	color: #b0b0b0;
	font-size: 14px;
}

.filter__item label span {
	/* color: #555555;
	font-size: 14px; */
	/* text-transform: uppercase; */
}

.compare_top_info__price {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 0 20px;
	margin-bottom: 23px;
}

.compare_top_info__price .info__price {
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	display: block;
}

.compare_top_info__price .info__price span {
	font-size: 16px;
	font-weight: 400;
}

.compare_top_info__price .info__cart {
	font-weight: 400;
	text-transform: uppercase;
	/* border: 1px solid #037fbb; */
	background-color: var(--main-accent-color);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.compare_top_info__price .info__cart a {
	font-size: 12px;
	line-height: 15px;
	padding: 1rem 2rem;
}

.compare_top_list {
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: rgba(0,0,0,.05);
	width: 276px;
}

.compare_top_list li:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.compare_top_list li {
	text-align: left;
	padding: 15px 22px;
	font-size: 14px;
	background-color: #fcfcfc;
	color: #2e3942;
	display: flex;
	align-items: center;
}

.compare_shadow {
	box-shadow: 15px 12px 18px rgba(14, 15, 15, 0.1);
	position: relative;
	z-index: 1;
	/* border-top: 1px solid #e8e5e5; */
	width: 100%;
}

.compare_top_info-cat {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	border-left: none !important;
	border-top: none !important;
	border-bottom: none !important;
	background: #fff;
	position: relative;
	height: 339px;
}

.compare_top_info-cat::before {
	width: 800px;
	background: #ffffff;
	right: 0;
	content: '';
	height: 100%;
	position: absolute;
	top: 0px;
	border-bottom: 1px solid #e8e5e5;
}

.compare_top_info-cat .jq-selectbox__select {
	width: 250px;
	height: 45px;
	border: 1px solid #dadada;
	border-radius: 4px;
	display: flex;
	align-items: center;
	color: #b0b0b0;
	font-size: 14px;
	font-weight: 400;
	padding-left: 17px;
}

.jq-selectbox::before {
	position: absolute;
	content: '';
	width: 12px;
	height: 7px;
	background-image: url(/img/select_arrow.svg);
	background-repeat: no-repeat;
	right: 15px;
	top: 45%;
	bottom: 50%;
}

.compare_top_info-select {
	position: relative;
	margin: 20px 0;
}

.compare_top_info-select label {
	position: absolute;
	color: #2e3942;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	background-color: #fff;
	top: -12px;
	z-index: 30;
	left: 7px;
	padding: 0 10px;
}

.compare_top_info-cat .jq-selectbox__dropdown {
	width: 250px;
	text-align: left;
	font-size: 14px;
	background-color: #f9f9f9;
	margin-top: 0;
}

.compare_top_info-cat .jq-selectbox__dropdown li {
	padding: 10px 18px;
	cursor: pointer;
}

.compare_top_info-cat .jq-selectbox__dropdown li:hover {
	background-color: #d8d8d8;
}

.jq-selectbox li, .jq-select-multiple li {
	cursor: pointer;
}

.compare_top_info-cat h1 {
	font-size: 34px;
	color: #2e3942;
	font-weight: 400;
	position: relative;
	margin-bottom: 22px;
}

.compare_top_info-cat p {
	font-size: 20px;
	color: #2e3942;
	font-weight: 400;
	position: relative;
}

.compare_top_info-radio {
	position: relative;
	display: flex;
	/* flex-direction: column; */
	width: 70%;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 27px;
	margin-bottom: 30px;
}

.compare_top_info-cat a {
	font-size: 14px;
	color: #f28083;
	line-height: 30px;
	font-weight: 400;
	/* margin-bottom: 35px; */
	position: relative;
}

.compare_top_info-radio label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 15px;
	margin-bottom: 5px;
}

.compare_top_info-radio label:last-child {
	margin-bottom: 0;
}

.compare .bredcrambs {
	position: relative;
	z-index: 2;
}

.bredcrambs {
	padding: 5px 0;
}

.bredcrambs a {
	color: #2e3942;
	font-size: 12px;
	position: relative;
	border-right: 1px solid #e8e5e5;
	padding-right: 8px;
}

.bredcrambs span {
	color: #b0b0b0;
	font-size: 12px;
	padding-left: 4px;
}

.compare_shadow li {
	padding: 15px 0;
}


/* Сравнение */

.ac-open .mobile_accordion__content {
	max-height: 2000px !important;
	padding: 24px 6px;
}

.mobile_accordion__content {
	font-size: 14px;
	max-height: 0;
	overflow: hidden;
	font-weight: normal;
	transition: max-height 0.5s, visibility 0.5s, opacity 0.5s;
}

.mobile_accordion__content>div {
	text-align: left !important;
}

.accordion__content {
	text-align: center;
}

.mobile_accordion .mobile_accordion__item {
	cursor: pointer;
	font-weight: bold;
	border-bottom: 1px solid #e6e6e6;
}

.mobile_accordion:last-child {
	border-bottom: 0;
}

.ac-open .mobile_accordion__btn {
	color: var(--main-accent-color);
	position: relative;
}

.ac-open .mobile_accordion__btn::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 95px;
	height: 3px;
	background-color: var(--main-accent-color);
}

.mobile_accordion__item .mobile_accordion__btn {
	padding: 18px 6px;
	margin-top: 0px;
	margin-bottom: -1px;
	border-top: 1px solid #e6e6e6;
}

.mobile_accordion__content {
	background-color: #e8e8e8;
}












/*  */
.filter_btn {
	width: 40px;
	height: 40px;
	border: none;
	background: var(--main-accent-color);
	display: flex;
	align-items: center;
	justify-content: center;
}
.sort_mobile {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.select-box {
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  .select-box {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .select-box {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .select-box {
    width: 30%;
  }
}
.select-box__current {
	position: relative;
	cursor: pointer;
	outline: none;
	border: 1px solid #dadada;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
}
.select-box__current:focus + .select-box__list {
  opacity: 1;
  -webkit-animation-name: none;
          animation-name: none;
}
.select-box__current:focus + .select-box__list .select-box__option {
  cursor: pointer;
}
.select-box__current:focus .select-box__icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.select-box__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  opacity: 0.3;
  transition: 0.2s ease;
}
.select-box__value {
  display: flex;
	min-width: 151px;
}
.select-box__input {
  display: none;
}
.select-box__input:checked + .select-box__input-text {
	display: block;
	font-size: 12px;
}
.select-box__input-text {
	color: #2e3942;
  display: none;
  width: 100%;
	margin: 0;
	font-size: 12px;
  padding: 10px 36px 10px 20px;;
}
.select-box__list {
  position: absolute;
	width: 100%;
	z-index: 1000;
  padding: 0;
	list-style: none;
	border: 1px solid #dadada;
	border-radius: 4px;
	margin-top: -1px;
  opacity: 0;
  -webkit-animation-name: HideList;
          animation-name: HideList;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-start;
          animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}
.select-box__option {
  display: block;
	background-color: #fff;
	padding-left: 15px;
}
.select-box__option:hover, .select-box__option:focus {
  color: #546c84;
  background-color: #fbfbfb;
}

@-webkit-keyframes HideList {
  from {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes HideList {
  from {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  to {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

/* Мои заказы */
.order_items {
	margin-left: -20px;
	margin-right: -20px;
}

.order_item h1 {
	margin: 0px;
	border-bottom: 0;
}

.order_item h1::before {
	height: 0;
}

.order_items__lists{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	background-color: #f6f6f6;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	transition: background-color .3s ease;
	flex-wrap: wrap;
}

.order_items__price {
	font-weight: 700;
}

.order_items__num{
	background: url("/img/arrw_up.svg");
	background-position: 12px;
	padding-left: 42px !important;
	background-position: 10px;
	background-repeat: no-repeat;
	cursor: pointer;
	font-weight: 700;
}

.order_items__lists:hover {
	background-color: #ebebeb;
	transition: background-color .3s ease;
}

.hover_num {
	transition: background-color .3s ease;
}

.order_items__lists:hover .hover_num {
	background-color: #000000;
	transition: background-color .3s ease;
}

.order_items__lists:hover .order_items__num {
	color: #ffffff;
	transition: background-color .3s ease;
	background-image: url("/img/arrw_up_white.svg");
}

.order_items__list {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	padding: 15px 20px;
	flex:  0 0 auto;
	color: #44484f;
	font-size: 14px;
}

.order_items__date,
.order_items__status {
	font-weight: 700;
}

.order_items__list svg {
	width: 20px;
	height: 20px;
	fill: #a6a6a6;
	margin-right: 11px;
}

.order_items__list span {
	height: 20px;
}

.order_items__info {
	display: none;
}

.order_items__tabs {
	padding: 20px;
	background-color: #f6f6f6;
}

.order_items__tabs a {
	padding: 20px 0;
	margin-right: 131px;
}

.order_items__content .cartItem__title {
	font-size: 14px;
}

.order_items__content .cartItem__art span{
	color: #898e91;
}

.order_items__content .cartItem__number {
	color: #262728;
	font-size: 16px;
}

.order_items__content .cartItem__price {
	font-weight: 700;
}

.order_items__content .cartResult {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: flex-end;
}

.order_items__content .cartItem__price span {
	font-weight: 400;
	color: #555555;
}

.order_items__content .cartItems {
	margin-bottom: 1.5rem;
}

.order_items__tabs a.current {
	border-bottom: 2px solid var(--main-accent-color);
}

.order_data__section {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	font-size: 14px;
}

.order_data__section:not(:last-child) {
	margin-bottom: 17px;
}
.order_data__section_left {
	min-width: 200px;
	color: #44484f;
}

.order_data__section_right {
	color: #a9a9a9;
}

.order_items__lists.active ~ .order_items__info {
	display: block;
}

.order_items__lists.active > .hover_num {
	background-color: #000000;
	color: #fff;
}

.order_items__lists.active .hover_num .order_items__num {
	background-image: url("/img/arrw_down_white.svg");
	color: #ffffff;
}

/* .tab-content{
	display: none;
	background: #ededed;
	padding: 20px;
  -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.tab-content.current{
	display: inherit;
} */

ul.tabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		ul.tabs li{
			background: none;
			color: #222;
			display: inline-block;
			padding: 10px 15px;
			cursor: pointer;
		}

		ul.tabs li.current{
			background: #ededed;
			color: #222;
		}

		.tab-content{
			display: none;
			background: #ededed;
			padding: 15px;
		}

		.tab-content.current{
			display: inherit;
		}

.cartResult__text div {
	width: 100%;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
}

.order_cancelColor {
	color: #c10016;
}

.order_procesColor {
	color: #648051;
}

.order_expectColor {
	color: #2a4490;
}

.cartResult__text .cartResult_price,
.cartResult__text .cartResult_deliver {
	color: #b0b0b0;
}

.cartResult__text > div > span {
	margin-left: 41px;
}

/* Мои заказы */


.cart_results__tab-txt {
	font-size: 14px;
	color: #555555;
}

.cart_results {
	padding-top: 20px;
}

.cart_results__info {
	display: none;
}

.cart_results__tabs.active ~ .cart_results__info {
	display: block;
}

.cart_results__tab-txt img {
	vertical-align: middle;
	margin-left: 10px;
}


.cart_results__tab-txt span {
	color: #b0b0b0;
}

.cart_results__item-svg {
	width: 30px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	margin-right: 10px;
}

.cart_results__item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 10px;
	padding-right: 20px;
	background-color: #f8f8f8;
	margin-bottom: 1px;
}

.cart_results__item-svg svg {
	height: 18px;
	fill: #a3a7a9;
}

.cart_results__item-modal {
	flex-grow: 1;
	text-align: right;
}

.cart_results__item-svg.svg-fill svg {
	fill: #f8c949;
}

.cart_results__shipping {
	color: #000000;
	font-size: 14px;
	font-weight: 700;
}

.cart_results__shipping {
	flex-grow: 1;
	text-align: right;
}

.cart_results__tab {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
}
