/*EDIT*/
/*
font-size: 2.4375rem;  39px
font-size: 1.9375rem;  31px
font-size: 1.5625rem;  25px
font-size: 1.125rem;   20px

font-size: 1rem;       16px
font-size: 0.875rem;  14px

font-size: 0.75rem;   12px
font-size: 0.625rem;  10px

color: rgba(255,255,255,1);
color: rgba(255,255,255,0.7);
color: rgba(255,255,255,0.5);

color: rgba(0,0,0,0.87);
color: rgba(0,0,0,0.54);
color: rgba(0,0,0,0.38);
color: rgba(0,0,0,0.19);
color: rgba(0,0,0,0.12);
color: rgba(0,0,0,0.06);

box-shadow: 0 0.125rem 0.125rem rgba(0,0,0,0.19);
box-shadow: 0 0.25rem 0.25rem rgba(0,0,0,0.19);


pink: #7f2020;
pink2: #662424;

blue: #006699;
blue2: #266fcc;

green: #f8951d;
green2: #f15822;

green3: #AED134;
blue3: #16C6B3;
*/

/* NEW COLORS */
/*
------------------------------------------------------------
Цвет верхнего тулбара, футера #4d3b36;
------------------------------------------------------------

------------------------------------------------------------
Градиент в шапке под логотипом linear-gradient(#fbf3e1, #fafafa)
------------------------------------------------------------

------------------------Кнопки---------------------------
Кнопка "Купить" (желательно поменять имя класса) 
.button_green {
	background: linear-gradient(90deg, #f00f04, #f8951d);
}

Второстепенные кнопки (основной класс кнопок)
.button {
...
background: linear-gradient(90deg, #4d3b36, #594641);
...
}
------------------------------------------------------------

-----------------------Верхнее Меню Поиск-------------------
.page-header__bottom {
	background: linear-gradient(90deg, #f2be55, #e5a82e);
}
------------------------------------------------------------

------------------------Бэйджи:-----------------------------

Оранжевый (сменить название)
.featured-products__badge_pink {
	background: linear-gradient(90deg, #f8951d, #f15822);
}
Синий (оригинальный класс с измененными цветами синего) //не нашел где используется
.featured-products__badge_blue {
	background: linear-gradient(90deg, #006699, #266fcc);
}
Синий (сменить название)
.featured-products__badge_green {
	background: linear-gradient(90deg, #006699, #266fcc);
}
Коричневый (не используется, возможно пригодится)
.featured-products__badge_brown {
	background: linear-gradient(90deg, #7f2020, #662424);
}

-------------------------------------------------------------



*/


/**/
/* plugins */
/**/
@import url('jquery.fancybox.min.css');
@import url('tooltipster.css');
@import url('et-line.css');
@import url('slick.css');


/**/
/* fonts */
/**/
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,600,600i,700');
@import url('https://fonts.googleapis.com/css?family=Cuprum:400,400i,700,700i');


/**/
/* reset */
/**/
html, body, iframe, header, footer, main, aside, nav, section, article, div,
p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, hr, blockquote, pre, figure, figcaption,
a, address, del, em, i, img, strong, sub, sup, table, thead, tbody, tfoot, tr, th, td,
form, fieldset, legend, label, input, select, textarea, button {
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	background: none;
	font-size: 100%;
	font: inherit;
}
html, body, iframe, header, footer, main, aside, nav, section, article, div,
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, hr, blockqoute, pre, figure, figcaption,
form, fieldset, legend, label, input, select, textarea, button {
	display: block;
}
html, body {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}
dl, dt, dd, ul, ol, li {
	list-style: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
button {
	cursor: pointer;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}


/**/
/* defaults */
/**/
html, body {
	height: 100%;
	background: #fafafa;
	font: 400 16px/1 'Roboto', Helvetica, Arial, sans-serif;
	color: rgba(0,0,0,0.87);
}
a {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}


/**/
/* grid */
/**/
.grid {
	max-width: 1168px;
	margin: 0 auto;
	padding: 0 2rem;
}
.grid-row {
	margin: 0 -1rem;
	font-size: 0;
}
.grid-col {
	display: inline-block;
	vertical-align: top;
	padding: 0 1rem;
	box-sizing: border-box;
	font-size: 1rem;
}
.grid-col_1 {
	width: 4.166%;
}
.grid-col_2 {
	width: 8.333%;
}
.grid-col_3 {
	width: 12.5%;
}
.grid-col_4 {
	width: 16.666%;
}
.grid-col_5 {
	width: 20.833%;
}
.grid-col_6 {
	width: 25%;
}
.grid-col_7 {
	width: 29.166%;
}
.grid-col_8 {
	width: 33.333%;
}
.grid-col_9 {
	width: 37.5%;
}
.grid-col_10 {
	width: 41.666%;
}
.grid-col_11 {
	width: 45.833%;
}
.grid-col_12 {
	width: 50%;
}
.grid-col_13 {
	width: 54.166%;
}
.grid-col_14 {
	width: 58.333%;
}
.grid-col_15 {
	width: 62.5%;
}
.grid-col_16 {
	width: 66.666%;
}
.grid-col_17 {
	width: 70.833%;
}
.grid-col_18 {
	width: 75%;
}
.grid-col_19 {
	width: 79.166%;
}
.grid-col_20 {
	width: 83.333%;
}
.grid-col_21 {
	width: 87.5%;
}
.grid-col_22 {
	width: 91.666%;
}
.grid-col_23 {
	width: 95.833%;
}
.grid-col_24 {
	width: 100%;
}
@media screen and (max-width: 1231px) { /* laptop */
	.grid {
		padding: 0 1.5rem;
	}
	.grid-row {
		margin: 0 -0.75rem;
	}
	.grid-col {
		padding: 0 0.75rem;
	}
	.grid-col_lg-1 {
		width: 4.166%;
	}
	.grid-col_lg-2 {
		width: 8.333%;
	}
	.grid-col_lg-3 {
		width: 12.5%;
	}
	.grid-col_lg-4 {
		width: 16.666%;
	}
	.grid-col_lg-5 {
		width: 20.833%;
	}
	.grid-col_lg-6 {
		width: 25%;
	}
	.grid-col_lg-7 {
		width: 29.166%;
	}
	.grid-col_lg-8 {
		width: 33.333%;
	}
	.grid-col_lg-9 {
		width: 37.5%;
	}
	.grid-col_lg-10 {
		width: 41.666%;
	}
	.grid-col_lg-11 {
		width: 45.833%;
	}
	.grid-col_lg-12 {
		width: 50%;
	}
	.grid-col_lg-13 {
		width: 54.166%;
	}
	.grid-col_lg-14 {
		width: 58.333%;
	}
	.grid-col_lg-15 {
		width: 62.5%;
	}
	.grid-col_lg-16 {
		width: 66.666%;
	}
	.grid-col_lg-17 {
		width: 70.833%;
	}
	.grid-col_lg-18 {
		width: 75%;
	}
	.grid-col_lg-19 {
		width: 79.166%;
	}
	.grid-col_lg-20 {
		width: 83.333%;
	}
	.grid-col_lg-21 {
		width: 87.5%;
	}
	.grid-col_lg-22 {
		width: 91.666%;
	}
	.grid-col_lg-23 {
		width: 95.833%;
	}
	.grid-col_lg-24 {
		width: 100%;
	}
}
@media screen and (max-width: 999px) { /* tablet */
	.grid {
		padding: 0 1rem;
	}
	.grid-col_md-1 {
		width: 4.166%;
	}
	.grid-col_md-2 {
		width: 8.333%;
	}
	.grid-col_md-3 {
		width: 12.5%;
	}
	.grid-col_md-4 {
		width: 16.666%;
	}
	.grid-col_md-5 {
		width: 20.833%;
	}
	.grid-col_md-6 {
		width: 25%;
	}
	.grid-col_md-7 {
		width: 29.166%;
	}
	.grid-col_md-8 {
		width: 33.333%;
	}
	.grid-col_md-9 {
		width: 37.5%;
	}
	.grid-col_md-10 {
		width: 41.666%;
	}
	.grid-col_md-11 {
		width: 45.833%;
	}
	.grid-col_md-12 {
		width: 50%;
	}
	.grid-col_md-13 {
		width: 54.166%;
	}
	.grid-col_md-14 {
		width: 58.333%;
	}
	.grid-col_md-15 {
		width: 62.5%;
	}
	.grid-col_md-16 {
		width: 66.666%;
	}
	.grid-col_md-17 {
		width: 70.833%;
	}
	.grid-col_md-18 {
		width: 75%;
	}
	.grid-col_md-19 {
		width: 79.166%;
	}
	.grid-col_md-20 {
		width: 83.333%;
	}
	.grid-col_md-21 {
		width: 87.5%;
	}
	.grid-col_md-22 {
		width: 91.666%;
	}
	.grid-col_md-23 {
		width: 95.833%;
	}
	.grid-col_md-24 {
		width: 100%;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.grid {
		padding: 0 1rem;
	}
	.grid-row {
		margin: 0 -0.5rem;
	}
	.grid-col {
		padding: 0 0.5rem;
	}
	.grid-col_sm-1 {
		width: 4.166%;
	}
	.grid-col_sm-2 {
		width: 8.333%;
	}
	.grid-col_sm-3 {
		width: 12.5%;
	}
	.grid-col_sm-4 {
		width: 16.666%;
	}
	.grid-col_sm-5 {
		width: 20.833%;
	}
	.grid-col_sm-6 {
		width: 25%;
	}
	.grid-col_sm-7 {
		width: 29.166%;
	}
	.grid-col_sm-8 {
		width: 33.333%;
	}
	.grid-col_sm-9 {
		width: 37.5%;
	}
	.grid-col_sm-10 {
		width: 41.666%;
	}
	.grid-col_sm-11 {
		width: 45.833%;
	}
	.grid-col_sm-12 {
		width: 50%;
	}
	.grid-col_sm-13 {
		width: 54.166%;
	}
	.grid-col_sm-14 {
		width: 58.333%;
	}
	.grid-col_sm-15 {
		width: 62.5%;
	}
	.grid-col_sm-16 {
		width: 66.666%;
	}
	.grid-col_sm-17 {
		width: 70.833%;
	}
	.grid-col_sm-18 {
		width: 75%;
	}
	.grid-col_sm-19 {
		width: 79.166%;
	}
	.grid-col_sm-20 {
		width: 83.333%;
	}
	.grid-col_sm-21 {
		width: 87.5%;
	}
	.grid-col_sm-22 {
		width: 91.666%;
	}
	.grid-col_sm-23 {
		width: 95.833%;
	}
	.grid-col_sm-24 {
		width: 100%;
	}
}


/**/
/* helpers */
/**/
.fs0 {
	font-size: 0;
}
.tbl {
	display: table;
	width: 100%;
	height: 100%;
	margin-top: 0.4rem;
}
.tcl {
	display: table-cell;
	vertical-align: middle;
}
.tcl_1 {
	width: 1%;
}
.removed {
	display: none !important;
}
.blocked {
	display: block !important;
}
.inlined {
	display: inline !important;
}
.iblocked {
	display: inline-block !important;
}
.transparent {
	visibility: hidden;
}
.clearfix::after {
	content: '';
	display: table;
	clear: both;
}
@media screen and (max-width: 1231px) { /* laptop */
	.removed-lg {
		display: none !important;
	}
}
@media screen and (max-width: 999px) { /* tablet */
	.removed-md {
		display: none !important;
	}
	.blocked-md {
		display: block !important;
	}
	.inlined-md {
		display: inline !important;
	}
	.iblocked-md {
		display: inline-block !important;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.removed-sm {
		display: none !important;
	}
	.blocked-sm {
		display: block !important;
	}
	.inlined-sm {
		display: inline !important;
	}
	.iblocked-sm {
		display: inline-block !important;
	}
}
@media screen and (max-width: 599px) { /* mobile */
	.removed-s {
		display: none !important;
	}
	.blocked-s {
		display: block !important;
	}
	.inlined-s {
		display: inline !important;
	}
	.iblocked-s {
		display: inline-block !important;
	}
}
@media screen and (max-width: 359px) { /* mobile s */
	.removed-xs {
		display: none !important;
	}
	.blocked-xs {
		display: block !important;
	}
	.inlined-xs {
		display: inline !important;
	}
	.iblocked-xs {
		display: inline-block !important;
	}
}


/**/
/* page */
/**/
.page {
	overflow: hidden;
}
.page-header {
	margin-bottom: 1rem;
	background: url("/img/background.png") no-repeat, linear-gradient(#fbf3e1, #fafafa);
}
.page-header .tcl {
	vertical-align: top;
}
.page-header__top {
	background-color: #4d3b36;
	color: #fff;
}
.page-header__top .grid {
	max-width: 100%;
}
.page-header__middle {
	padding: 1rem 0;
}
.page-header__middle .grid-col {
	vertical-align: middle;
}
.page-header__bottom {
	background: linear-gradient(90deg, #f2be55, #e5a82e);
}
.page-footer {
	margin-top: 2rem;
	padding: 2rem 0;
	background-color: #4d3b36;
}
@media screen and (max-width: 767px) { /* mobile */
	.page-header__middle {
		padding: 0.75rem 0;
	}
	.page-footer {
		margin-top: 1rem;
		padding: 1rem 0;
		text-align: center;
	}
}


/**/
/* text */
/**/
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.heading {
	font-family: 'Cuprum', sans-serif;
	line-height: 1.125;
}
.heading_1 {
	font-size: 2.4375rem;
	margin-left: -0.05em;
}
.heading_2 {
	font-size: 1.9375rem;
}
.heading_3 {
	font-size: 1.5625rem;
}
.heading_4 {
	font-size: 1.125rem;
	line-height: 1.1875;
}
.heading_5 {
	font-size: 1rem;
	line-height: 1.1875;
}
.heading_6 {
	font-size: 0.875rem;
	line-height: 1.1875;
}
.paragraph {
	font-size: 0.8125rem;
	line-height: 1.375;
	color: rgba(0,0,0,0.54);
}
.paragraph_l {
	font-size: 1rem;
}
.paragraph_m {
	font-size: 0.75rem;
}
.paragraph_m strong {
	font-weight: 600;
	color: rgba(0,0,0,0.87);
}
.paragraph_s {
	font-size: 0.625rem;
}
.link {
	color: #006699;
	transition-duration: 0.2s;
}
.link:hover {
	color: #266fcc;
}
.link_pink {
	color: #7f2020;
}
.link_pink:hover {
	color: #662424;
}
.link_green {
	color: #f8951d;
}
.link_green:hover {
	color: #f65a18;
}
.link_arrow::after {
	content: '→';
	display: inline-block;
	vertical-align: top;
	margin-left: 0.25rem;
}


/**/
/* forms */
/**/
.input {
	width: 100%;
	padding: 0.5rem 0.75rem;
	border: 1px solid rgba(0,0,0,0.19);
	border-radius: 0;
	box-sizing: border-box;
	box-shadow: inset 0 0.125rem 0.125rem rgba(0,0,0,0.06);
	font-size: 0.875rem;
	line-height: 1.286;
	color: rgba(0,0,0,0.87);
	resize: none;
	transition-duration: 0.2s;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.input:focus {
	border-color: #006699;
}
.input::-webkit-input-placeholder {
	color: rgba(0,0,0,0.12);
}
.input[readonly],
.input[readonly]:focus {
	border-color: rgba(0,0,0,0.19);
	color: rgba(0,0,0,0.54);
}
.input-hint {
	text-align: right;
}
.input-label {
	margin-bottom: 0.25rem;
	font-weight: 600;
	color: rgba(0,0,0,0.87);
}
.input-label a {
	float: right;
	font-weight: 400;
	line-height: 1rem;
}
.input-label i {
	color: #7f2020;
}
.input-label em {
	color: #7f2020;
}
.input_expandable {
	height: 36px;
	transition-duration: 0.25s;
}
.input_expandable:focus {
	height: 90px;
}
.select {
	width: 100%;
	padding: 0.5rem 0.75rem;
	border: 1px solid rgba(0,0,0,0.19);
	border-radius: 0;
	background: #fff url(../img/select.png) 100% 50% no-repeat;
	box-sizing: border-box;
	box-shadow: inset 0 0.125rem 0.125rem rgba(0,0,0,0.06);
	font-size: 0.875rem;
	line-height: 1.286;
	color: rgba(0,0,0,0.87);
	resize: none;
	transition-duration: 0.2s;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.select:focus {
	border-color: #006699;
}
.checkbox {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 1.5rem;
	font-weight: 600;
	cursor: pointer;
	-webkit-user-select: none;
}
.checkbox i {
	position: absolute;
	top: 0;
	left: 0;
	width: 1rem;
	height: 1rem;
	border: 1px solid rgba(0,0,0,0.19);
	box-sizing: border-box;
	box-shadow: inset 0 0.125rem 0.125rem rgba(0,0,0,0.06);
	transition-duration: 0.2s;
}
.checkbox input {
	position: absolute;
	left: -9999px;
}
.checkbox input:checked + i {
	border-color: #006699;
	background-color: #006699;
	box-shadow: inset 0 0 0 0.25rem #fff;
}
.checkbox_round i {
	border-radius: 50%;
}
.checkbox_disabled {
	pointer-events: none;
	opacity: 0.38;
}
.inline-select {
	position: relative;
	display: inline;
	overflow: hidden;
}
.inline-select span::after {
	content: ' ▾';
}
.inline-select select {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
}


/**/
/* buttons */
/**/
.button {
	display: inline-block;
	vertical-align: top;
    padding: 1px 1.5rem 0;
    background: linear-gradient(90deg, #4d3b36, #594641);
	font-family: 'Cuprum', sans-serif;
    font-size: 0.875rem;
    line-height: 2.5;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    transition-duration: 0.2s;
}
.button:hover {
	box-shadow: 0 0.125rem 0.125rem rgba(0,0,0,0.19);
	transform: translateY(-0.125rem);
}
.button:active {
	box-shadow: none;
	transform: none;
}
.button_grey {
	background: rgba(0,0,0,0.38);
}
.button_pink {
	background: linear-gradient(90deg, #7f2020, #662424);
}
.button_green {
	background: linear-gradient(90deg, #f00f04, #f8951d);
}
.button_disabled {
	pointer-events: none;
	opacity: 0.38;
}


/**/
/* stars */
/**/
.stars {
	width: 80px;
	height: 16px;
	background: url(../img/ratio.png);
	background-size: 16px 32px;
}
.stars div {
	height: 16px;
	background: url(../img/ratio.png);
	background-position: 0 -16px;
	background-size: 16px 32px;
}


/**/
/* tabs */
/**/
.tabs {
	font-size: 0;
}
.tabs__item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: -1px;
	padding: 1rem 1.5rem;
	box-sizing: border-box;
	border-top: 0.125rem solid transparent;
	color: rgba(0,0,0,0.38);
	transition-duration: 0.2s;
	-webkit-user-select: none;
}
.tabs__item em {
	display: none;
	vertical-align: top;
	margin-top: 2px;
	margin-left: 0.5rem;
	font-size: 0.875rem;
	transition-duration: 0.3s;
}
.tabs__item:hover {
	color: rgba(0,0,0,0.54);
}
.tabs__item::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	height: 1.5rem;
	margin-top: -0.75rem;
	border-left: 1px solid rgba(0,0,0,0.12);
	transition-duration: 0.2s;
}
.tabs__item::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 100%;
	left: 0;
	height: 0.125rem;
	background: linear-gradient(90deg, #006699, #266fcc);
	opacity: 0;
	transition-duration: 0.2s;
}
.tabs__item:last-child::after {
	display: none;
}
.tabs__target {
	position: absolute;
	left: -9999px;
	opacity: 0;
	transition-duration: 0.2s;
	transition-property: opacity;
}
.tabs__target_visible {
	position: static;
	opacity: 1;
}
.tabs__item_active,
.tabs__item_active:hover {
	background: #fff;
	pointer-events: none;
	color: #006699;
}
.tabs__item_active::after {
	opacity: 0;
}
.tabs__item_active::before {
	opacity: 1;
}
.tabs__item_pink::before {
	background: linear-gradient(90deg, #7f2020, #662424);
}
.tabs__item_pink.tabs__item_active {
	color: #7f2020;
}
.tabs__item_green::before {
	background: linear-gradient(90deg, #f8951d, #f15822);
}
.tabs__item_green.tabs__item_active {
	color: #f8951d;
}
@media screen and (max-width: 1231px) { /* laptop */
	.tabs__item {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.tabs {
		margin: 0 -1rem;
		text-align: center;
	}
	.tabs + .block {
		display: none;
		/*margin: 0 0 1rem;*/
	}
	.tabs__item {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		font-size: 1rem;
		color: rgba(0,0,0,0.54);
	}
	.tabs__item em {
		display: inline-block;
	}
	.tabs__item_active,
	.tabs__item_active:hover {
		background: none;
		pointer-events: auto;
		color: rgba(0,0,0,0.54);
	}
	.tabs__item_active::after {
		opacity: 1;
	}
	.tabs__item_active::before {
		opacity: 0;
	}
	.tabs__item_active-sm,
	.tabs__item_active-sm:hover {
		background: #fff;
		color: #006699;
	}
	.tabs__item_active-sm em { 
		transform: scale(1, -1);
	}
	.tabs__item_active-sm::after {
		opacity: 0;
	}
	.tabs__item_active-sm::before {
		opacity: 1;
	}
	.tabs__item_pink.tabs__item_active-sm {
		color: #7f2020;
	}
	.tabs__item_green.tabs__item_active-sm {
		color: #f8951d;
	}
}


/**/
/* wysiwyg */
/**/
.wysiwyg {
	font-size: 0.875rem;
}
.wysiwyg a {
	color: #006699;
	transition-duration: 0.2s;
}
.wysiwyg a:hover {
	color: #266fcc;
}
.wysiwyg p {
	margin-top: 1em;
	font-size: 1em;
	line-height: 1.375;
	color: rgba(0,0,0,0.54);
}
.wysiwyg p:first-child {
	margin-top: 0;
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
	margin-top: 2rem;
	font-family: 'Cuprum', sans-serif;
	line-height: 1.125;
}
.wysiwyg h1 {
	font-size: 2.4375rem;
	margin-left: -0.05em;
}
.wysiwyg h2 {
	font-size: 1.9375rem;
}
.wysiwyg h3 {
	font-size: 1.5625rem;
}
.wysiwyg h4 {
	font-size: 1.125rem;
	line-height: 1.1875;
}
.wysiwyg h5 {
	font-size: 1rem;
	line-height: 1.1875;
}
.wysiwyg h6 {
	font-size: 0.875rem;
	line-height: 1.1875;
}
.wysiwyg hr {
	margin: 2rem 0;
	border-top: 1px solid rgba(0,0,0,0.12);
}
.wysiwyg ol,
.wysiwyg ul {
	margin-top: 1em;
	margin-left: 4em;
	font-size: 1em;
	line-height: 1.375;
	color: rgba(0,0,0,0.54);
}
.wysiwyg ol li {
	counter-increment: step-counter;
	position: relative;
	margin-top: 0.5rem;
}
.wysiwyg ol li::before {
	content: counter(step-counter)'.';
	position: absolute;
	top: 0;
	right: 100%;
	margin-right: 10px;
	color: rgba(0,0,0,0.87);
}
.wysiwyg ul li {
	position: relative;
	margin-top: 0.5rem;
}
.wysiwyg ul li::before {
	content: '•';
	position: absolute;
	top: 0;
	right: 100%;
	margin-right: 1em;
	color: rgba(0,0,0,0.87);
}
.wysiwyg img {
	display: block;
	max-width: 100%;
	margin: 1rem auto 0;
}
.wysiwyg strong {
	font-weight: 600;
	color: rgba(0,0,0,0.87);
}
.wysiwyg em {
	color: #7f2020;
}
.wysiwyg table {
	width: auto;
	margin-top: 1em;
	border-collapse: collapse;
}
.wysiwyg table th,
.wysiwyg table td {
	padding: 0.75rem 1rem;
	border: 1px solid rgba(0,0,0,0.12);
}
.wysiwyg table th {
	font-size: 0.875em;
}
.wysiwyg table td {
	font-size: 1em;
	line-height: 1.375;
	color: rgba(0,0,0,0.54);
}
.wysiwyg .grid-col > p:first-child {
	margin-top: 1em;
}
.wysiwyg .wysiwyg__img_left {
	float: left;
	margin: 1rem 1.5rem 1rem 0;
}
.wysiwyg .wysiwyg__img_right {
	float: right;
	margin: 1rem 0 1rem 1.5rem;
}
.wysiwyg__video {
	position: relative;
	margin-top: 1rem;
	padding-top: 56.25%;
}
.wysiwyg__video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 1215px) { /* laptop */
	.wysiwyg img {
		height: auto;
	}
}


/**/
/* blocks */
/**/
.block {
	position: relative;
	margin-bottom: 2rem;
	background: #fff;
}
.block__all {
	display: inline-block;
	vertical-align: middle;
	margin-left: 1rem;
	padding-left: 1rem;
	border-left: 0.125rem solid #fafafa;
	font-size: 1.125rem;
	line-height: 1;
}
.block__title {
	padding: 1.25rem 1.5rem 1rem;
	border-bottom: 0.125rem solid #fafafa;
}
.block__title i {
	font-size: 1.25rem;
	margin-left: 0.5rem;
	transition-duration: 0.2s;
	transition-property: transform;
}
.block__title em {
	float: right;
}
.block__title sub {
	font-size: 1rem;
}
.block__title_opened {
	cursor: pointer;
	transition-duration: 0.3s;
	transition-property: color;
	-webkit-user-select: none;
}
.block__title_closed i {
	transform: scale(1, -1);
}
.block__content {
	padding: 1.5rem;
}
.block__content_closed {
	display: none;
}
.block_alt {
	background: none;
}
.block_first {
	margin-bottom: 1rem;
}
.block_pink,
.block_blue,
.block_green {
	position: relative;
	border-top: 2px solid transparent;
}
.block_pink::before,
.block_blue::before,
.block_green::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 100%;
	left: 0;
	height: 0.125rem;
}
.block_pink::before {
	background: linear-gradient(90deg, #7f2020, #662424);
}
.block_pink .block__title_opened:hover {
	color: #7f2020;
}
.block_blue::before {
	background: linear-gradient(90deg, #006699, #266fcc);
}
.block_blue .block__title_opened:hover {
	color: #006699;
}
.block_green::before {
	background: linear-gradient(90deg, #f8951d, #f15822);
}
.block_green .block__title_opened:hover {
	color: #f8951d;
}
.block_loading::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 2rem;
	height: 2rem;
	border: 0.125rem solid transparent;
	border-top-color: #006699;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	animation: spin 0.5s infinite linear;
}
.block_loading::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	opacity: 0.87;
}
.block_loading + .block_loading::after {
	display: none;
}
@media screen and (max-width: 1231px) { /* laptop */
	.block {
		margin-bottom: 1.5rem;
	}
	.block_alt {
		padding-top: 0;
		padding-bottom: 0;
	}
	.block__title {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.block__content {
		padding: 1rem;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.block {
		/*margin: 0 -1rem 1rem;*/ /* если оставить данные отступы, то в карточке товара контент прижмется к правому краю*/
	}
	.block_alt {
		margin-right: 0;
		margin-left: 0;
	}
}
@keyframes spin {
	from {
		transform:rotate(0deg);
	}
	to {
		transform:rotate(360deg);
	}
}



/*----------------------------------------------*/
/*                    HEADER                    */
/*----------------------------------------------*/

/**/
/* promo */
/**/
.promo {
	position: relative;
	padding: 0.5rem 2rem;
	background: linear-gradient(90deg, #f8951d, #f15822);
	text-align: center;
	color: #fff;
}
.promo a:hover {
	text-decoration: underline;
}
.promo__close {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -1rem;
	width: 2rem;
	height: 2rem;
	color: #fff;
}
.promo__close::after,
.promo__close::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1rem;
	margin: -1px 0 0 -0.5rem;
	border-top: 2px solid;
	transform: rotate(45deg);
}
.promo__close::before {
	transform: rotate(-45deg);
}
.promo_blue {
	background: linear-gradient(90deg, #006699, #266fcc);
}
.promo_pink {
	background: linear-gradient(90deg, #7f2020, #662424);
}


/**/
/* client nav */
/**/
.client-nav {
	float: right;
	margin-right: -1rem;
	font-size: 0;
}
.client-nav__item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	border-left: 1px solid transparent;
	font-size: 0.75rem;
	line-height: 2rem;
}
.client-nav__item:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}
.client-nav__item::before {
	content: '';
	position: absolute;
	top: 0.625rem;
	right: 100%;
	bottom: 0.625rem;
	border-left: 1px solid rgba(255,255,255,0.12);
}
.client-nav__item:first-child::before {
	display: none;
}
.client-nav__item a {
	display: block;
	padding: 0 1rem;
	color: rgba(255,255,255,0.75);
	transition-duration: 0.2s;
}
.client-nav__item a:hover {
	color: #fff;
}
.client-nav__item i {
	vertical-align: top;
	margin-right: 0.375rem;
	font-size: 0.875rem;
	line-height: 2rem;
}
.client-nav__item_code {
	padding: 0 1rem;
	color: rgba(255,255,255,0.5);
}
.client-nav__dropdown {
	position: absolute;
	z-index: 21;
	top: 100%;
	left: 0;
	padding: 0.75rem 0;
	background-color: #fff;
	box-shadow: 0 0.25rem 0.25rem rgba(0,0,0,0.19);
	line-height: 2.5;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	transition-duration: 0.2s;
}
.client-nav__dropdown a {
	display: block;
	padding-right: 1.5rem;
	white-space: nowrap;
	color: #006699;
}
.client-nav__dropdown a:hover {
	background-color: #fafafa;
	color: #266fcc;
}
.client-nav__dropdown a:last-child {
	color: #7f2020;
}
.client-nav__dropdown a:last-child:hover {
	color: #662424;
}
.client-nav__item:hover .client-nav__dropdown {
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
}
@media screen and (max-width: 999px) { /* tablet */
	.client-nav {
		margin-right: -0.5rem;
	}
	.client-nav__item a {
		padding: 0 0.5rem;
	}
	.client-nav__item_code {
		padding: 0 0.5rem;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.client-nav {
		float: none;
		text-align: right;
	}
	.client-nav__item {
		font-size: 0.625rem;
	}
	.client-nav__dropdown {
		text-align: left;
		font-size: 0.75rem;
	}
	.client-nav__dropdown a {
		padding-right: 1.5rem;
		padding-left: 1rem;
	}
}


/**/
/* secondary nav */
/**/
.secondary-nav {
	margin-left: -1rem;
	font-size: 0;
}
.secondary-nav__item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	border-left: 1px solid transparent;
	font-size: 0.75rem;
	line-height: 2rem;
}
.secondary-nav__item:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}
.secondary-nav__item::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 100%;
	height: 0.75rem;
	margin-top: -0.375rem;
	border-left: 1px solid rgba(255,255,255,0.12);
}
.secondary-nav__item:first-child::before {
	display: none;
}
.secondary-nav__item a {
	display: block;
	padding: 0 1rem;
	color: rgba(255,255,255,0.7);
	transition-duration: 0.2s;
	transition-property: color;
}
.secondary-nav__item a:hover {
	color: rgba(255,255,255,1);
}
.secondary-nav_centered {
	margin: 0 0 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid rgba(255,255,255,0.12);
	text-align: center;
}
.secondary-nav_centered .secondary-nav__item {
	line-height: 1.375;
}
@media screen and (max-width: 999px) { /* tablet */
	.secondary-nav {
		margin-left: -0.5rem;
	}
	.secondary-nav__item a {
		padding: 0 0.5rem;
	}
	.secondary-nav_centered .secondary-nav__item {
		font-size: 0.625rem;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.secondary-nav {
		display: none;
	}
}


/**/
/* logo */
/**/
.logo {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.logo img {
	display: block;
	/*height: 5rem;*/
}
.logo .heading {
	position: absolute;
	left: 1px;
	line-height: 1;
	top:72px;
	white-space: nowrap;
	color: #663333;
}
@media screen and (max-width: 999px) { /* tablet */
	.logo img {
		height: 4rem;
	}
	.logo .heading {
		left: 5.5rem;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.logo img {
		width: auto;
		height: 3.5rem;
	}
	.logo .heading {
		pointer-events: none;
		visibility: hidden;
	}
}
@media screen and (max-width: 374px) { /* mobile s */
	.logo img {
		height: 3.25rem;
	}
}


/**/
/* contacts */
/**/
.contacts {
	font-size: 0;
	text-align: right;
}
.contacts__item {
	display: inline-block;
	vertical-align: middle;
	margin-left: 2.5rem;
	padding-left: 2.5rem;
	border-left: 1px solid rgba(0,0,0,0.06);
}
.contacts__item:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}
.contacts__item .heading sub {
	font-size: 0.875rem;
}
.contacts__item .heading span {
	font-size: 0.875rem;
	color: rgba(0,0,0,0.38);
}
@media screen and (max-width: 1229px) { /* laptop */
	.contacts__item {
		margin-left: 2rem;
		padding-left: 2rem;
	}
}
@media screen and (max-width: 999px) { /* tablet */
	.contacts__item {
		margin-left: 1.5rem;
		padding-left: 1.5rem;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.contacts__item .heading span {
		display: none;
	}
}
@media screen and (max-width: 599px) { /* mobile */
	.contacts__item {
		margin-left: 0;
		padding-left: 0;
		border-left: 0;
	}
}


/**/
/* main nav */
/**/
.main-nav {
	font-size: 0;
	white-space: nowrap;
}
.main-nav__item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	border-right: 0.125rem solid #fafafa;
	font-size: 0.875rem;
	line-height: 3rem;
	font-weight: 600;
}
.main-nav__item a {
	display: block;
	padding: 0 1.5rem;
	color: #4d3b36;
	transition-duration: 0.2s;
	transition-property: background-color;
}
.main-nav__item a:hover {
	background-color: #ffbb33;
	color: #665214;
}
@media screen and (max-width: 1231px) { /* laptop */
	.main-nav__item a {
		padding: 0 1rem;
	}
}
@media screen and (max-width: 999px) { /* tablet */
	.main-nav__item {
		font-size: 0.75rem;
	}
	.main-nav__item a {
		padding: 0 0.75rem;
	}
}


/**/
/* search */
/**/
.search {
	position: relative;
	margin: 0.125rem;
}
.search__icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 2.75rem;
	box-sizing: border-box;
	font-size: 1rem;
	line-height: 2.75rem;
	text-align: center;
	pointer-events: none;
	color: rgba(0,0,0,0.38);
	cursor: pointer;
	transition-duration: 0.2s;
}
.search__icon:hover {
	color: rgba(0,0,0,0.54);
}
.search__input {
	width: 100%;
	padding: 0.625rem 1rem;
	border-radius: 0;
	background: #fff;
	box-sizing: border-box;
	font-style: italic;
	font-size: 0.875rem;
	line-height: 1.5rem;
	color: rgba(0,0,0,0.87);
	-webkit-appearance: none;
}
.search__input::-webkit-input-placeholder {
	color: rgba(0,0,0,0.38);
	transition-duration: 0.2s;
}
.search__input:focus::-webkit-input-placeholder {
	color: transparent;
}
.search__dropdown {
	position: absolute;
	z-index: 10;
	top: 100%;
	right: 0;
	left: 0;
	margin-top: 2px;
	background-color: #fff;
	box-shadow: 0 0.25rem 0.25rem rgba(0,0,0,0.19);
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	transition-duration: 0.2s;
}
.search__heading {
	padding: 0.75rem 1rem;
	border-bottom: 0.125rem solid #fafafa;
	background-color: #fafafa;
    text-align: center;
    text-transform: uppercase;
    color: rgba(0,0,0,0.87);
}
.search__heading:first-child {
	border-top: 0;
}
.search__item {
	display: block;
	border-bottom: 0.125rem solid #fafafa;
	padding: 0.75rem 1rem;
	transition-duration: 0.2s;
}
.search__item:hover {
	color: #7f2020;
}
.search__item:last-child {
	border-bottom: 0;
}
.search__item_cat {
	font-weight: 600;
}
.search__item span {
	padding-left: 0.25em;
	font-weight: 300;
	color: rgba(0,0,0,0.54);
}
.search__item .paragraph_s {
	margin-top: 0.25rem;
	padding-left: 1rem;
	border-left: 55px solid transparent;
	font-weight: 400;
}
.search__pic {
	position: relative;
	float: left;
	width: 55px;
	height: 55px;
	margin-right: 1rem;
}
.search__pic img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.search__flag {
	float: left;
	width: 1rem;
	height: 1rem;
	margin-right: 0.5rem;
}
.search_filled .search__icon {
	pointer-events: auto;
}
.search_filled .search__icon::before {
	content: "\f00d";
}
.search_filled .search__dropdown {
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
}
@media screen and (max-width: 999px) { /* tablet */
	.search__input {
		padding-left: 0.75rem;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.search {
		margin: 1px;
	}
	.search__input {
		padding: 0.5rem 2.375rem 0.5rem 0.75rem;
		line-height: 1.375rem;
	}
	.search__icon {
		width: 2.375rem;
		font-size: 0.875rem;
		line-height: 2.375rem;
	}
	.search__dropdown {
		margin-top: 1px;
	}
}
@media screen and (max-width: 374px) { /* mobile s */
	.search__input {
		font-size: 0.75rem;
	}
}


/**/
/* brands nav */
/**/
.brands-nav {
	white-space: nowrap;
}
.brands-nav img {
	display: block;
	width: 1rem;
	height: 1rem;
	margin: 0 auto;
}
.brands-nav .tcl {
	vertical-align: middle;
	width: 3.8667%;
	box-sizing: border-box;
	text-align: center;
}
.brands-nav .tcl:last-child {
	width: 1%;
	padding-left: 1rem;
	text-align: right;
}
.brands-nav .tcl:first-child {
	width: 1%;
	padding-right: 1rem;
	text-align: left;
}
.brands-nav__flag {
	display: none;
}
.brands-nav__item {
	position: relative;
	color: rgba(0,0,0,0.87);
}
.brands-nav__item > a {
	display: block;
	padding: 0.75rem 0;
	font-weight: 700;
	background-color: transparent;
	cursor: default;
	transition-duration: 0.2s;
	color: #663333;
}
.brands-nav__item:hover > a {
	background: #fff;
	box-shadow: 0 0.25rem 0.25rem rgba(0,0,0,0.19);
}
.brands-nav__link {
	display: block;
	padding: 0.375rem 1rem;
	font-weight: 600;
	transition-duration: 0.2s;
}
.brands-nav__link span {
	padding-left: 0.5rem;
	font-weight: 300;
	color: rgba(0,0,0,0.38);
}
.brands-nav__link:hover {
	color: #7f2020;
}
.brands-nav__dropdown {
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 0;
	padding: 0.5rem 0;
	background-color: #fff;
	box-shadow: 0 0.25rem 0.25rem rgba(0,0,0,0.19);
	font-weight: 400;
	text-align: left;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	transition-duration: 0.2s;
}
.brands-nav__item:hover .brands-nav__dropdown {
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
}
.brands-nav_alt .tcl {
	width: 5.7647%;
}
.brands-nav_alt .brands-nav__flag {
	display: table-cell;
}
.brands-nav_alt .brands-nav__letter {
	display: none;
}
@media screen and (max-width: 1229px) { /* laptop */
	.brands-nav .tcl:last-child {
		padding-left: 0.5rem;
	}
	.brands-nav .tcl:first-child {
		padding-right: 0.5rem;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.brands-nav {
		display: none;
	}
}


/**/
/* basket */
/**/
.basket {
	position: relative;
	z-index: 20;
	margin-left: 2rem;
	margin-top: 1rem;
	padding-top: 2px;
	padding-left: 0.75rem;
	border-left: 35px solid transparent;
}
.basket::before {
	content: '';
	position: absolute;
	top: -0.5rem;
	right: -1.5rem;
	bottom: -0.5rem;
	left: -59px;
	background: #fff;
	box-shadow: 0 0.25rem 0.25rem rgba(0,0,0,0.19);
	opacity: 0;
	transition-duration: 0.2s;
}
.basket__link {
	position: absolute;
	top: -0.5rem;
	right: -1.5rem;
	bottom: -0.5rem;
	left: -59px;
}
.basket__icon {
	position: absolute;
	top: 50%;
	right: 100%;
	width: 35px;
	height: 40px;
	margin-top: -20px;
	background: url("/img/basket.png") 50% no-repeat;
	background-size: 100% 100%;
}
.basket__total {
	position: relative;
	/*line-height: 46px;*/
	white-space: nowrap;
	color: #4d3b36;
}
.basket__total sub {
	font-size: 1rem;
	line-height: 1;
}
.basket__value {
	position: absolute;
	top: -0.375rem;
	right: -0.375rem;
	min-width: 1.25rem;
	padding: 0 0.25rem;
	border-radius: 0.625rem;
	background-color: #4d3b36;
	box-shadow: 0 0 0 2px #fafafa;
	box-sizing: border-box;
	font-size: 0.75rem;
	line-height: 1.25rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
.basket__dropdown {
	position: absolute;
	top: 100%;
	right: -1.5rem;
	width: 30rem;
	margin-top: 0.5rem;
	padding: 0 1rem 1rem;
	background-color: #fff;
	box-shadow: 0 0.25rem 0.25rem rgba(0,0,0,0.19);
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	transition-duration: 0.2s;
}
.basket__dropdown .button {
	margin: 1rem 0 0 1rem;
}
.basket__overflow {
	max-height: 310px;
	overflow: auto;
	margin: 0 -1rem;
	border-bottom: 0.125rem solid #fafafa; 
}
.basket__item {
	padding: 1rem;
	border-bottom: 0.125rem solid #fafafa; 
}
.basket__item:last-child {
	border-bottom: 0;
}
.basket__pic {
	position: relative;
	float: left;
	width: 4rem;
	height: 4rem;
	margin-right: 1rem;
	border: 1px solid #fafafa;
	box-sizing: border-box;
	transition-duration: 0.3s;
}
.basket__pic:hover {
	border-color: #eee;
}
.basket__pic img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.basket__details {
	overflow: hidden;
}
.basket__details .heading_5 {
	margin-bottom: 0.25rem;
}
.basket__details .heading_5 a {
	transition-duration: 0.2s;
}
.basket__details .heading_5 a:hover {
	color: #006699;
}
.basket__details .paragraph {
	line-height: 21px;
}
.basket__price {
	float: right;
	min-width: 6rem;
	text-align: right;
	color: #f15822;
}
.basket__amount {
	float: right;
	font-size: 0;
}
.basket__amount .input {
	display: inline-block;
	vertical-align: top;
	width: 2rem;
	padding: 0;
	margin: 0 0.125rem;
	font-size: 0.75rem;
	line-height: 19px;
	text-align: center;
}
.basket__amount .button {
	width: 1.5rem;
	margin: 0;
	padding-right: 0;
	padding-left: 0;
	line-height: 20px;
}
.basket__amount .input:focus {
	border-color: #f15822;
}
.basket:hover::before {
	opacity: 1;
}
.basket:hover .basket__dropdown {
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
}
.basket_fake {
	display: none;
	pointer-events: none;
	opacity: 0;
}
.basket_fixed {
	position: fixed;
	top: 0.5rem;
	right: 50%;
	margin-right: -584px;
}
.basket_fixed::before {
	opacity: 1;
}
.basket_fixed + .basket_fake {
	display: block;
}
.basket_empty .basket__dropdown {
	display: none;
}
.basket_static::before {
	display: none;
}
.basket_static .basket__dropdown {
	display: none;
}
@media screen and (max-width: 1231px) { /* laptop */
	.basket_fixed {
		right: 1.5rem;
		margin-right: 0;
	}
}
@media screen and (max-width: 999px) { /* tablet */
	.basket {
		margin-left: 1rem;
	}
	.basket::before {
		right: -1rem;
		left: -51px;
	}
	.basket_fixed {
		right: 1rem;
		margin-right: 0;
	}
	.basket__link {
		right: -1rem;
		left: -51px;
	}
	.basket__dropdown {
		right: -1rem;
	}
	.basket__overflow {
		margin: 0 -1rem;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.basket {
		padding-top: 0;
		padding-left: 0;
	}
	.basket__total {
		width: 0;
		height: 40px;
		overflow: hidden;
	}
	.basket__dropdown {
		display: none;
	}
}


/**/
/* mobile nav */
/**/
.mobile-nav {
	position: relative;
	display: none;
	float: left;
	width: 3rem;
	margin-left: -1rem;
}
.mobile-nav__burger {
	position: relative;
	display: block;
	height: 2rem;
}
.mobile-nav__burger i {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1rem;
	height: 2px;
	margin: -1px 0 0 -0.5rem;
	border-radius: 1px;
	background-color: #fff;
	box-shadow: 0 0.25rem 0 0 #fff, 0 -0.25rem 0 0 #fff; 
}
.mobile-nav__dropdown {
	position: absolute;
	z-index: 21;
	top: 100%;
	left: 0;
	padding: 0.75rem 0;
	background-color: #fff;
	box-shadow: 0 0.25rem 0.25rem rgba(0,0,0,0.19);
	font-size: 0.75rem;
	line-height: 2.5;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	transition-duration: 0.2s;
}
.mobile-nav__dropdown a {
	display: block;
	padding-left: 1rem;
	padding-right: 1.5rem;
	white-space: nowrap;
	color: #006699;
}
.mobile-nav__dropdown .link_pink {
	color: #7f2020;
}
.mobile-nav:hover .mobile-nav__dropdown {
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
}
@media screen and (max-width: 767px) { /* mobile */
	.mobile-nav {
		display: block;
	}
}



/*----------------------------------------------*/
/*                    CONTENT                   */
/*----------------------------------------------*/

/**/
/* bread crumbs */
/**/
.bread-crumbs {
	margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) { /* mobile */
	.bread-crumbs {
		margin-top: 1rem;
	}
}


/**/
/* slider */
/**/
.slider {
	position: relative;
	max-height: 409px;
	overflow: hidden;
	margin: 0;
}
.slider__pic {
	position: relative;
	display: block;
	padding-top: 50%;
	background: #fff;
}
.slider__pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.slider__prev {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	margin-top: -1.5rem;
	padding: 0 1.5rem;
	font-size: 3rem;
	color: rgba(0,0,0,0.38);
	transition-duration: 0.2s;
}
.slider__next {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	margin-top: -1.5rem;
	padding: 0 1.5rem;
	font-size: 3rem;
	color: rgba(0,0,0,0.38);
	transition-duration: 0.2s;
}
.slider__prev:hover,
.slider__next:hover {
	color: rgba(0,0,0,0.54);
}
.slider__dots {
	position: absolute;
	bottom: 1.5rem;
	left: 50%;
	font-size: 0;
	text-align: center;
	transform: translateX(-50%);
}
.slider__dots li {
	display: inline-block;
	vertical-align: top;
	width: 0.75rem;
	height: 0.75rem;
	margin: 0 0.25rem;
	background: rgba(0,0,0,0.38);
	cursor: pointer;
	transition-duration: 0.2s;
}
.slider__dots li:hover {
	background: rgba(0,0,0,0.54);
}
.slider__dots .slick-active,
.slider__dots .slick-active:hover {
	width: 2rem;
	background: #006699;
}
@media screen and (max-width: 767px) { /* mobile */
	.slider {
		margin: 1rem -1rem;
	}
	.slider__prev,
	.slider__next {
		display: none !important;
	}
	.slider__dots {
		bottom: 0.5rem;
	}
	.slider__dots li {
		width: 0.5rem;
		height: 0.5rem;
	}
	.slider__dots .slick-active,
	.slider__dots .slick-active:hover {
		width: 1rem;
	}
}


/**/
/* benefits */
/**/
.benefits {
	text-align: center;
}
.benefits i {
	display: block;
	font-size: 3rem;
	line-height: 4rem;
	margin: 0 auto 0.75rem;
}
.benefits .paragraph {
	margin-top: 0.25rem;
}
@media screen and (max-width: 999px) { /* tablet */
	.benefits {
		padding-top: 0;
	}
	.benefits i {
		margin-top: 1rem;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.benefits {
		display: none;
	}
}


/**/
/* featured products */
/**/
.featured-products {
	position: relative;
}
.featured-products__carousel {
	margin: -1.5rem -25px;
	text-align: center;
}
.featured-products__prev {
	position: absolute;
	top: -2.875rem;
	right: 1.5rem;
	width: 1.5rem;
	margin-top: 1px;
	margin-right: 2.125rem;
	border: 1px solid;
	box-sizing: content-box;
	font-size: 0.875rem;
	line-height: 1.5rem;
	color: rgba(0,0,0,0.38);
	transition-duration: 0.2s;
}
.featured-products__next {
	position: absolute;
	top: -2.875rem;
	right: 1.5rem;
	width: 1.5rem;
	margin-top: 1px;
	border: 1px solid;
	box-sizing: content-box;
	font-size: 0.875rem;
	line-height: 1.5rem;
	color: rgba(0,0,0,0.38);
	transition-duration: 0.2s;
}
.featured-products__prev:hover,
.featured-products__next:hover {
	color: #006699;
}
.featured-products__item {
	position: relative;
	padding: 0 1px;
}
.featured-products__item::after,
.featured-products__item::before {
	content: '';
	position: absolute;
	top: 0;
	width: 1px;
	height: 50rem;
	background: #fafafa;
}
.featured-products__item::after {
	right: 0;
}
.featured-products__item::before {
	left: 0;
}
.featured-products__articul {
	position: absolute;
	z-index: 1;
	top: 0.5rem;
	right: 0.5rem;
}
.featured-products__pic {
	position: relative;
	padding-top: 100%;
	transition-duration: 0.2s;
}
.featured-products__pic img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.featured-products__badge {
	display: inline-block;
	vertical-align: top;
	margin: 0 0.125rem;
	padding: 0 0.75rem 1px;
	background: rgba(0,0,0,0.54);
	font-family: 'Cuprum', sans-serif;
	font-size: 0.875rem;
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
.featured-products__badge_pink {
	background: linear-gradient(90deg, #f8951d, #f15822);
}
.featured-products__badge_blue {
	background: linear-gradient(90deg, #006699, #266fcc);
}
.featured-products__badge_green {
	background: linear-gradient(90deg, #006699, #266fcc);
}
.featured-products__badge_brown {
	background: linear-gradient(90deg, #7f2020, #662424);
}
.featured-products__badges {
	position: absolute;
	right: 0;
	bottom: 0.5rem;
	left: 0;
	text-align: center;
	font-size: 0;
}
.featured-products__info {
	position: relative;
	padding: 1rem 1.5rem 1rem;
	transition-duration: 0.2s;
}
.featured-products__info .heading a {
	transition-duration: 0.2s;
}
.featured-products__info .heading a:hover {
	color: #006699;
}
.featured-products__brand {
	margin-top: 0.25rem;
}
.featured-products__price {
	margin-top: 0.75rem;
}
.featured-products__price del {
	margin-right: 0.5rem;
	font-size: 1rem;
	color: rgba(0,0,0,0.38);
}
.featured-products__price sub {
	font-size: 1rem;
}
.featured-products__price span {
	font-size: 0.875rem;
	color: rgba(0,0,0,0.38);
}
.featured-products__plus,
.featured-products__minus {
	display: none;
	padding-right: 1rem;
	padding-left: 1rem;
}
.featured-products__actions {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	margin-top: -0.5rem;
	text-align: center;
	opacity: 0;
	transition-duration: 0.2s;
}
.featured-products__actions .input {
	display: none;
	vertical-align: top;
	width: 2.5rem;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
}
.featured-products__item:hover .featured-products__pic,
.featured-products__item:hover .featured-products__info {
	transform: translateY(-2.75rem);
}
.featured-products__item:hover .featured-products__actions {
	opacity: 1;
}
.featured-products__item_bought .input,
.featured-products__item_bought .featured-products__plus,
.featured-products__item_bought .featured-products__minus {
	display: inline-block;
}
.featured-products__item_bought .featured-products__buy {
	display: none;
}
.featured-products__item_bought .featured-products__pic,
.featured-products__item_bought .featured-products__info {
	transform: translateY(-2.75rem);
}
.featured-products__item_bought .featured-products__actions {
	opacity: 1;
}
@media screen and (max-width: 1231px) { /* laptop */
	.featured-products__carousel {
		margin: -1rem -17px;
	}
	.featured-products__prev,
	.featured-products__next {
		right: 1rem;
	}
	.featured-products__info {
		padding: 1rem;
	}
}
@media screen and (max-width: 999px) { /* tablet */
	.featured-products__actions {
		position: static;
		margin-top: 0.5rem;
		opacity: 1;
	}
	.featured-products__item:hover .featured-products__pic,
	.featured-products__item:hover .featured-products__info {
		transform: none;
	}
	.featured-products__item_bought .featured-products__pic,
	.featured-products__item_bought .featured-products__info {
		transform: none;
	}
}


/**/
/* catalog nav */
/**/
.catalog-nav .hidden {
	display: none;
}
.catalog-nav .checkbox {
	display: block;
	margin-bottom: 1rem;
}
.catalog-nav .checkbox input:checked ~ em {
	color: #006699;
}
.catalog-nav__hr {
	margin: 1.5rem -1.5rem;
	border-top: 0.125rem solid #fafafa;
}
.catalog-nav__item {
	position: relative;
	margin-top: 1rem;
}
.catalog-nav__item:first-child {
	margin-top: 0;
}
.catalog-nav__link {
	display: inline-block;
	vertical-align: top;
	padding-right: 25px;
	font-weight: 600;
	transition-duration: 0.2s;
	transition-property: color;
}
.catalog-nav__link:hover,
.catalog-nav__link_active {
	color: #006699;
}
.catalog-nav__link_active {
	font-weight: 700 !important;
}
.catalog-nav__link span {
	padding-left: 0.5em;
	font-weight: 300;
	color: rgba(0,0,0,0.54);
}
.catalog-nav__sublist {
	position: relative;
	display: none;
	margin-top: 1rem;
}
.catalog-nav__sublist::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	border-left: 1px solid rgba(0,0,0,0.1);
}
.catalog-nav__checkbox {
	position: absolute;
	left: -9999px;
}
.catalog-nav__switcher {
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 15px;
	border: 1px solid;
	color: rgba(0,0,0,0.38);
	cursor: pointer;
	transition-duration: 0.2s;
}
.catalog-nav__switcher:hover {
	color: #006699;
}
.catalog-nav__switcher::after {
	content: '';
	position: absolute;
	top: 7px;
	right: 3px;
	left: 3px;
	border-top: 1px solid;
}
.catalog-nav__switcher::before {
	content: '';
	position: absolute;
	top: 3px;
	bottom: 3px;
	left: 7px;
	border-left: 1px solid;
	transition-duration: 0.2s;
	transition-property: opacity;
}
/*
.catalog-nav__switcher + .catalog-nav__link {
	padding-right: 25px;
}
*/
.catalog-nav__checkbox:checked ~ .catalog-nav__switcher::before {
	opacity: 0;
}
.catalog-nav__checkbox:checked ~ .catalog-nav__sublist {
	display: block;
}
.catalog-nav__sublist .catalog-nav__item {
	position: relative;
	padding-left: 1rem;
	overflow: hidden;
}
.catalog-nav__sublist .catalog-nav__item::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 0.5rem;
	border-top: 1px solid rgba(0,0,0,0.1);
}
.catalog-nav__sublist .catalog-nav__item:last-child::before {
	border-bottom: 10rem solid #fff;
}
.catalog-nav__sublist .catalog-nav__link {
	font-weight: 400;
}


/**/
/* catalog subs */
/**/
.catalog-subs__list {
	font-weight: 600;
}
.catalog-subs__item {
	position: relative;
	margin-top: 0.5rem;
	padding-left: 1rem;
}
.catalog-subs__item::before {
	content: '•';
	position: absolute;
	top: 0;
	left: 0;
}
.catalog-subs__item:first-child {
	margin-top: 0;
}
.catalog-subs__link {
	transition-duration: 0.2s;
	transition-property: color;
}
.catalog-subs__link:hover,
.catalog-subs__link_active {
	color: #006699;
}
.catalog-subs__link span {
    padding-left: 0.5em;
    font-weight: 300;
    color: rgba(0,0,0,0.54);
}
@media screen and (max-width: 767px) { /* mobile */
	.catalog-subs .grid-col + .grid-col {
		margin-top: 0.5rem;
	}
}


/**/
/* catalog filters */
/**/
.catalog-filters hr {
	margin: 1.5rem -1.5rem;
	border-bottom: 0.125rem solid #fafafa;
}
.catalog-filters .tbl {
	height: auto;
}
.catalog-filters .tcl {
	vertical-align: top;
}
.catalog-filters .tcl_1 {
	padding-right: 2rem;
	white-space: nowrap;
}
.catalog-filters .heading_5 {
	line-height: 1rem;
}
.catalog-filters .checkbox {
	margin: 1rem 2rem 0 0;
	transition-duration: 0.2s;
}
.catalog-filters .checkbox:hover {
	color: #7f2020;
}
.catalog-filters .checkbox span {
	padding-left: 0.5em;
	font-weight: 300;
	color: rgba(0,0,0,0.54);
}
.catalog-filters .checkbox input:checked + i {
	border-color: #7f2020;
	background-color: #7f2020;
}
.catalog-filters .checkbox input:checked ~ em {
	color: #7f2020;
}
.catalog-filters__list {
	margin: -1rem -2rem 0 0;
}
.catalog-filters__all {
	display: inline-block;
	vertical-align: top;
	margin: 1rem 2rem 0 0;
}
@media screen and (max-width: 767px) { /* mobile */
	.catalog-filters .tcl_1 {
		padding-right: 1.5rem;
	}
	.catalog-filters .checkbox {
		margin-right: 1.5rem;
	}
	.catalog-filters__list {
		margin-right: -1.5rem;
	}
}


/**/
/* catalog sort */
/**/
.catalog-sort span {
	color: rgba(0,0,0,0.87);
}
.catalog-sort .tbl {
	height: auto;
}
.catalog-sort .tcl {
	vertical-align: top;
}
.catalog-sort .tcl:last-child,
.catalog-sort .tcl:first-child {
	white-space: nowrap;
}
.catalog-sort__item {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 1rem 1rem; 
	overflow: hidden;
}
.catalog-sort__item_active {
	font-weight: 600;
	color: rgba(0,0,0,0.87);
	pointer-events: none;
}
.catalog-sort__item_up {
	font-weight: 600;
	color: rgba(0,0,0,0.87);
	pointer-events: auto;
}
.catalog-sort__item_up::after {
	content: '▾';
	display: inline-block;
	vertical-align: top;
	margin-left: 0.25rem;
	transform: translateY(1px) scale(1,-1);
}
.catalog-sort__item_down {
	font-weight: 600;
	color: rgba(0,0,0,0.87);
	pointer-events: auto;
}
.catalog-sort__item_down::after {
	content: '▾';
	display: inline-block;
	vertical-align: top;
	margin-left: 0.25rem;
}


/**/
/* catalog pager */
/**/
.catalog-pager {
	margin-top: 1.5rem;
	text-align: center;
}
.catalog-pager .button {
	margin-bottom: 1.5rem;
}
.catalog-pager .button:last-child {
	margin-bottom: 0;
}
.catalog-pager__item {
	display: inline-block;
	vertical-align: top;
	padding: 0 0.5rem;
}
.catalog-pager__item_active {
	font-weight: 600;
	pointer-events: none;
	color: rgba(0,0,0,0.87);
}
.catalog-pager__item_disabled {
	pointer-events: none;
	opacity: 0.38;
}


/**/
/* catalog grid */
/**/
.catalog-grid {
	position: relative;
	margin: 0 -1.5rem;
	border-bottom: 0.125rem solid #fafafa;
	overflow: hidden;
}
.catalog-grid:last-child {
	border-bottom: 0;
	margin-bottom: -1.5rem;
}
.catalog-grid:first-child {
	margin-top: -1.625rem;
}
.catalog-grid .grid-row {
	margin: 0;
}
.catalog-grid .grid-col {
	padding: 0;
}
.catalog-grid::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 2px;
	margin-left: -1px;
	background-color: #fafafa;
}
.catalog-grid__item {
	position: relative;
	padding: 1.5rem;
	border-top: 0.125rem solid #fafafa;
}
.catalog-grid__pic {
	position: relative;
	width: 8rem;
	height: 8rem;
	float: left;
	margin-right: 1rem;
	margin-bottom: 49px;
	border: 1px solid #fafafa;
	box-sizing: border-box;
}
.catalog-grid__pic_s {
	margin-bottom: 0.5rem;
}
.catalog-grid__pic_l {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	height: auto;
	margin: 0;
	border: 0;
	background-color: #fff;
	visibility: hidden;
	pointer-events: none;
	opacity: 0;
	transition-duration: 0.3s;
}
.catalog-grid__pic:hover + .catalog-grid__pic_l {
	visibility: visible;
	opacity: 1;
}
.catalog-grid__pic img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.catalog-grid__badge {
	display: inline-block;
	vertical-align: top;
	margin: 0 0.125rem;
	padding: 0 0.5rem 1px;
	font-family: 'Cuprum', sans-serif;
	font-size: 0.75rem;
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
.catalog-grid__badge_pink {
	background: linear-gradient(90deg, #7f2020, #662424);
}
.catalog-grid__badge_blue {
	background: linear-gradient(90deg, #006699, #266fcc);
}
.catalog-grid__badge_green {
	background: linear-gradient(90deg, #f8951d, #f15822);
}
.catalog-grid__badges {
	position: absolute;
	right: 0;
	bottom: 0.5rem;
	left: 0;
	text-align: center;
	font-size: 0;
}
.catalog-grid__ratio {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	padding-bottom: 0.5rem;
	font-style: italic;
	text-align: center;
}
.catalog-grid__stars {
	width: 80px;
	height: 16px;
	margin: 0.5rem auto 0.25rem;
	background: url(../img/ratio.png);
	background-size: 16px 32px;
}
.catalog-grid__stars div {
	height: 16px;
	background: url(../img/ratio.png);
	background-position: 0 -16px;
	background-size: 16px 32px;
}
.catalog-grid__info {
	overflow: hidden;
}
.catalog-grid__info dl {
	margin-bottom: 0.5rem;
}
.catalog-grid__info dt {
	float: left;
	margin-right: 0.5rem;
}
.catalog-grid__info dd {
	margin-bottom: 0.125rem;
	color: rgba(0,0,0,0.87);
}
.catalog-grid__info img {
	vertical-align: top;
	width: 1rem;
	height: 1rem;
	margin-right: 0.25rem;
}
.catalog-grid__info .heading {
	margin-bottom: 0.25rem;
}
.catalog-grid__info .heading a {
	transition-duration: 0.2s;
}
.catalog-grid__info .heading a:hover {
	color: #006699;
}
.catalog-grid__price {
	display: inline-block;
	vertical-align: top;
	margin: 0.75rem 0;
}
.catalog-grid__price td {
	text-align: left;
}
.catalog-grid__price em {
	padding-left: 1.5rem;
	color: #f8951d;
}
.catalog-grid__price del {
	padding-right: 1.5rem;
	font-size: 1rem;
	color: rgba(0,0,0,0.38);
}
.catalog-grid__price sub {
	font-size: 1rem;
}
.catalog-grid__price span {
	font-size: 0.875rem;
	color: rgba(0,0,0,0.38);
}
.catalog-grid__fav {
	display: inline-block;
	vertical-align: top;
	width: 2.25rem;
	margin-left: -2.5rem;
	line-height: 2.25rem;
	text-align: center;
}
.catalog-grid__plus,
.catalog-grid__minus {
	display: none;
	padding-right: 1rem;
	padding-left: 1rem;
}
.catalog-grid__actions {
	display: inline-block;
	vertical-align: top;
}
.catalog-grid__actions .input {
	display: none;
	vertical-align: top;
	width: 2.5rem;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
}
.catalog-grid__actions_bought .input,
.catalog-grid__actions_bought .catalog-grid__plus,
.catalog-grid__actions_bought .catalog-grid__minus {
	display: inline-block;
}
.catalog-grid__actions_bought .catalog-grid__buy {
	display: none;
}
.catalog-grid__comment {
	margin-top: 0.25rem;
	font-size: 0.6875rem;
	font-style: italic;
	text-align: center;
}
.catalog-grid__comment i {
	vertical-align: top;
	margin-top: 1px;
	margin-left: 0.25rem;
	font-size: 14px;
}
@media screen and (max-width: 1231px) { /* laptop */
	.catalog-grid:last-child {
		margin-bottom: -1rem;
	}
	.catalog-grid:first-child {
		margin-top: -1.125rem;
	}
	.catalog-grid__pic {
		width: 6.5rem;
		height: 6.5rem;
	}
	.catalog-grid__pic_l {
		width: auto;
		height: auto;
	}
}
@media screen and (max-width: 999px) { /* tablet */
	.catalog-grid__pic {
		width: 10rem;
		height: 10rem;
	}
	.catalog-grid__pic_l {
		display: none;
	}
}
@media screen and (max-width: 999px) { /* tablet */
	.catalog-grid {
		margin: 0 -1rem;
	}
	.catalog-grid::before {
		display: none;
	}
	.catalog-grid__item {
		padding: 1rem;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.catalog-grid__pic {
		width: 8rem;
		height: 8rem;
	}
}


/**/
/* catalog recent */
/**/
.catalog-recent__pic {
	position: relative;
	width: 5rem;
	height: 5rem;
	float: left;
	margin-right: 1rem;
	border: 1px solid #fafafa;
	box-sizing: border-box;
	transition-duration: 0.3s;
}
.catalog-recent__pic:hover {
	border-color: #eee;
}
.catalog-recent__pic img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.catalog-recent__item {
	margin: 0 -1.5rem;
	padding: 1.5rem;
	border-bottom: 0.125rem solid #fafafa;
}
.catalog-recent__item:last-child {
	margin-bottom: -1.5rem;
	border-bottom: 0;
}
.catalog-recent__item:first-child {
	margin-top: -1.5rem;
}
.catalog-recent__info {
	overflow: hidden;
}
.catalog-recent__info img {
	vertical-align: top;
	width: 1rem;
	height: 1rem;
	margin-right: 0.25rem;
}
.catalog-recent__info .heading {
	margin-bottom: 0.25rem;
}
.catalog-recent__info .heading a {
	transition-duration: 0.2s;
}
.catalog-recent__info .heading a:hover {
	color: #006699;
}
.catalog-recent__price {
	margin-top: 0.5rem;
	text-align: right;
}
.catalog-recent__price sub {
	font-size: 0.875rem;
}
.catalog-recent__price del {
    margin-right: 0.5rem;
    font-size: 1rem;
    color: rgba(0,0,0,0.38);
}
@media screen and (max-width: 1231px) { /* laptop */
	.catalog-recent__item {
		margin: 0 -1rem;
		padding: 1rem;
	}
	.catalog-recent__item:last-child {
		margin-bottom: -1rem;
	}
	.catalog-recent__item:first-child {
		margin-top: -1rem;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.catalog-recent {
		display: none;
	}
}


/**/
/* product ratio */
/**/
.product-ratio {
	display: inline-block;
	vertical-align: top;
	margin: 11px 0 7px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	white-space: nowrap;
	font-size: 0.75rem;
	line-height: 1rem;
	color: rgba(0,0,0,0.54);
}
.product-ratio .stars {
	display: inline-block;
	vertical-align: top;
	margin: 0 0.25rem 0 0;
}


/**/
/* product gallery */
/**/
.product-gallery {
	box-shadow: 2px 0 0 0 #fafafa;
}
.product-gallery .slick-slide {
	position: relative;
}
.product-gallery .grid-row {
	margin: 0 -0.5rem;
}
.product-gallery .grid-col {
	padding: 0 0.5rem;
}
.product-gallery__carousel {
	position: relative;
}
.product-gallery__pic {
	position: relative;
	display: block;
	padding-top: 100%;
}
.product-gallery__pic img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.product-gallery__badge {
	display: inline-block;
	vertical-align: top;
	margin: 0 0.125rem;
	padding: 0 0.75rem 1px;
	font-family: 'Cuprum', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
.product-gallery__badge_pink {
	background: linear-gradient(90deg, #7f2020, #662424);
}
.product-gallery__badge_blue {
	background: linear-gradient(90deg, #006699, #266fcc);
}
.product-gallery__badge_green {
	background: linear-gradient(90deg, #f8951d, #f15822);
}
.product-gallery__badges {
	position: absolute;
	right: 0;
	bottom: 1rem;
	left: 0;
	text-align: center;
	font-size: 0;
}
.product-gallery__thumb {
	position: relative;
	display: block;
	margin-bottom: 1rem;
	padding-top: 100%;
	box-shadow: 0 0 0 1px #fafafa;
	transition-duration: 0.3s;
}
.product-gallery__thumb img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.product-gallery__thumb:hover {
	box-shadow: 0 0 0 1px #eee;
}
.product-gallery__thumb_active,
.product-gallery__thumb_active:hover {
	box-shadow: 0 0 0 1px #006699;
	cursor: default;
}


/**/
/* product summary */
/**/
.product-summary {
	margin-left: -2rem;
	border-left: 2px solid #fafafa;
}
.product-summary dl {
	margin-bottom: 1.5rem;
}
.product-summary dt {
	float: left;
	width: 5rem;
}
.product-summary dd {
	overflow: hidden;
	margin-bottom: 0.5rem;
	color: rgba(0,0,0,0.87);
}
.product-summary dd img {
	vertical-align: top;
	width: 1rem;
	height: 1rem;
	margin-right: 0.25rem;
}
.product-summary .catalog-grid__price {
	margin-top: 0;
	white-space: nowrap;
}
.product-summary .catalog-grid__comment {
	text-align: right;
}
.product-summary .catalog-grid__comment:first-child {
	margin-top: 0;
}
.product-summary_alt {
	margin-left: 0;
}
.product-summary__logo {
	float: right;
}
.product-summary__volume {
	display: block;
	margin-bottom: 0.125rem;
	padding: 1rem;
	border: 1px solid #fafafa;
	transition-duration: 0.3s;
}
.product-summary__volume sup {
	font-size: 1rem;
}
.product-summary__volume .paragraph_s {
	margin-top: 0.125rem;
}
.product-summary__volume_active {
	border-color: #7f2020;
}
.product-summary__action {
	margin: 1.5rem -1.5rem 0;
	padding: 1.5rem 1.5rem 0;
	border-top: 2px solid #fafafa;
}
.product-summary__action .paragraph {
	margin-top: 0.5rem;
}
@media screen and (max-width: 1231px) { /* laptop */
	.product-summary {
		margin-left: -1.5rem;
	}
	.product-summary_alt {
		margin-left: 0;
	}
	.product-summary__action {
		margin: 1rem -1rem 0;
		padding: 1rem 1rem 0;
	}
}
@media screen and (max-width: 999px) { /* tablet */
	.product-summary {
		margin-left: 0;
		border-top: 2px solid #fafafa;
		border-left: 0;
	}
	.product-summary_alt {
		margin-top: 1rem;
	}
}


/**/
/* product tabs */
/**/
.product-tabs {
	font-size: 0;
	white-space: nowrap;
	overflow: auto;
}
.product-tabs::-webkit-scrollbar {
	display: none;
}
.product-tabs__item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: -1px;
	padding: 1rem 1.5rem;
	box-sizing: border-box;
	border-top: 0.125rem solid transparent;
	color: rgba(0,0,0,0.38);
	transition-duration: 0.2s;
	-webkit-user-select: none;
}
.product-tabs__item:hover {
	color: rgba(0,0,0,0.54);
}
.product-tabs__item::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	height: 1.5rem;
	margin-top: -0.75rem;
	border-left: 1px solid rgba(0,0,0,0.12);
	transition-duration: 0.2s;
}
.product-tabs__item::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 100%;
	left: 0;
	height: 0.125rem;
	background: linear-gradient(90deg, #006699, #266fcc);
	opacity: 0;
	transition-duration: 0.2s;
}
.product-tabs__item:last-child::after {
	display: none;
}
.product-tabs__item span {
	display: inline-block;
	vertical-align: top;
	font-size: 0.75em;
}
.product-tabs__target {
	position: absolute;
	left: -9999px;
	opacity: 0;
	transition-duration: 0.2s;
	transition-property: opacity;
}
.product-tabs__target_visible {
	position: static;
	opacity: 1;
}
.product-tabs__item_active,
.product-tabs__item_active:hover {
	background: #fff;
	pointer-events: none;
	color: #006699;
}
.product-tabs__item_active::after {
	opacity: 0;
}
.product-tabs__item_active::before {
	opacity: 1;
}
@media screen and (max-width: 999px) { /* tablet */
	.product-tabs__item {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.product-tabs {
		margin: 0 -1rem;
	}
	.product-tabs__item {
		font-size: 1rem;
	}
}


/**/
/* product description */
/**/
.product-descr__notice {
	margin: 1.5rem -1.5rem 0;
	padding: 1.5rem 1.5rem 0;
	border-top: 2px solid #fafafa;
}
.product-descr__notice p {
	margin-top: 0.5rem;
}


/**/
/* product reviews */
/**/
.product-reviews__item {
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid #fafafa;
}
.product-reviews__item:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}
.product-reviews__item .stars {
	float: left;
	margin-right: 0.5rem;
}
.product-reviews__item .featured-products__badge {
	float: right;
	margin: -3px 0 -3px 1rem;
}
.product-reviews__date {
	margin-bottom: 0.5rem;
	color: rgba(0,0,0,0.38);
} 
.product-reviews__text {
	margin-top: 0.5rem;
}
.product-reviews__details {
	margin-top: 1rem;
	padding: 1rem 1.5rem 0.25rem;
	background: #fafafa;
}
.product-reviews__details strong {
	color: #000;
}
.product-reviews__details .paragraph {
	margin-bottom: 0.75rem;
}
.product-reviews__details .paragraph_s {
	margin: -0.375rem 0 0.75rem 0;
}
.product-reviews__answer {
	margin: 1.5rem 0 0 3rem;
	font-size: 0.75rem;
}
.product-reviews__more {
	margin: 1.5rem -1.5rem 0;
	padding: 1.25rem 1.5rem 0;
	border-top: 0.125rem solid #fafafa;
}
@media screen and (max-width: 1231px) { /* laptop */
	.product-reviews__details {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.product-reviews__more {
		margin: 1.5rem -1rem 0;
		padding: 1rem 1rem 0;
	}
}
@media screen and (max-width: 999px) { /* tablet */
	.product-reviews__item .stars {
		float: none;
		margin: 0 0 0.5rem 0;
	}
	.product-reviews__details .stars {
		float: left;
		margin: 0 0.5rem 0 0;
	} 
}


/**/
/* product delivery */
/**/
.product-delivery__item {
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid #fafafa;
}
.product-delivery__item p {
	margin-top: 0.5rem;
}
.product-delivery__item strong {
	color: rgba(0,0,0,0.87);
}
.product-delivery__item:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}


/**/
/* brands list */
/**/
.brands-list input {
	font-style: italic;
	font-size: 0.75rem;
}
.brands-list input:focus {
	border-color: #7f2020;
}
.brands-list__item {
	position: relative;
	margin-top: 1rem;
}
.brands-list__item:first-child {
	margin-top: 0;
}
.brands-list__item_hidden {
	display: none;
}
.brands-list__link {
	font-weight: 600;
	transition-duration: 0.2s;
	transition-property: color;
}
.brands-list__link:hover,
.brands-list__link_active {
	color: #7f2020;
}
.brands-list__link span {
	padding-left: 0.5em;
	font-weight: 300;
	color: rgba(0,0,0,0.54);
}
.brands-list__search {
	position: relative;
	margin-bottom: 1rem;
}
.brands-list__clear {
	position: absolute;
	display: none;
	top: 1px;
	right: 1px;
	width: 2rem;
	font-size: 14px;
	line-height: 2rem;
	text-align: center;
	color: rgba(0,0,0,0.38);
	cursor: pointer;
	transition-duration: 0.2s;
}
.brands-list__clear:hover {
	color: rgba(0,0,0,0.54);
}


/**/
/* brands grid */
/**/
.brands-grid {
	position: relative;
	margin: -1.5rem -1.5rem -1.625rem;
}
.brands-grid .grid-row {
	margin: 0;
}
.brands-grid .grid-col {
	padding: 0;
}
.brands-grid::after {
	content: '';
	position: absolute;
	top: 0;
	right: 25%;
	bottom: 0;
	left: 25%;
	margin-right: -1px;
	margin-left: -1px;
	border-right: 2px solid #fafafa;
	border-left: 2px solid #fafafa;
	pointer-events: none;
}
.brands-grid::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 2px;
	margin-left: -1px;
	background-color: #fafafa;
}
.brands-grid__item {
	position: relative;
	display: block;
	padding: 1.5rem;
	border-bottom: 0.125rem solid #fafafa;
}
.brands-grid__item .heading {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition-duration: 0.3s;
}
.brands-grid__item .paragraph {
	margin-top: 0.25rem;
	transition-duration: 0.3s;
}
.brands-grid__logo {
	display: block;
	max-width: 100%;
	margin: 0 auto 0.75rem;
	transition-duration: 0.3s;
}
.brands-grid__flag {
	display: inline-block;
	vertical-align: top;
	width: 1rem;
	height: 1rem;
	margin-top: 2px;
	margin-right: 0.5rem;
}
.brands-grid__meta {
	margin-top: 1rem;
	font-size: 0.75rem;
	color: rgba(0,0,0,0.38);
}
.brands-grid__meta i {
	display: inline-block;
	vertical-align: top;
	margin-right: 0.25rem;
}
.brands-grid__meta span {
	display: inline-block;
	vertical-align: top;
	margin-right: 1rem;
}
.brands-grid__item:hover .heading,
.brands-grid__item:hover .paragraph {
	color: #006699;
}
.brands-grid__item:hover .brands-grid__logo {
	transform: scale(1.1);
}
@media screen and (max-width: 1231px) { /* laptop */
	.brands-grid {
		margin: -1rem -1rem -1.125rem;
	}
	.brands-grid::after {
		right: 33.333%;
		left: 33.333%;
	}
	.brands-grid::before {
		display: none;
	}
	.brands-grid__item {
		padding: 1rem;
	}
}
@media screen and (max-width: 999px) { /* tablet */
	.brands-grid::after {
		display: none;
	}
	.brands-grid::before {
		display: block;
	}
}


/**/
/* brand lines */
/**/
.brand-lines {
	position: relative;
}
.brand-lines__carousel {
	margin: -1.5rem -25px;
	text-align: center;
}
.brand-lines__prev {
	position: absolute;
	top: -2.875rem;
	right: 1.5rem;
	width: 1.5rem;
	margin-top: 1px;
	margin-right: 2.125rem;
	border: 1px solid;
	box-sizing: content-box;
	font-size: 0.875rem;
	line-height: 1.5rem;
	color: rgba(0,0,0,0.38);
	transition-duration: 0.2s;
}
.brand-lines__next {
	position: absolute;
	top: -2.875rem;
	right: 1.5rem;
	width: 1.5rem;
	margin-top: 1px;
	border: 1px solid;
	box-sizing: content-box;
	font-size: 0.875rem;
	line-height: 1.5rem;
	color: rgba(0,0,0,0.38);
	transition-duration: 0.2s;
}
.brand-lines__prev:hover,
.brand-lines__next:hover {
	color: #7f2020;
}
.brand-lines__item {
	position: relative;
	padding: 1rem 25px 1rem;
}
.brand-lines__item::after,
.brand-lines__item::before {
	content: '';
	position: absolute;
	top: 0;
	width: 1px;
	height: 50rem;
	background: #fafafa;
}
.brand-lines__item::after {
	right: 0;
}
.brand-lines__item::before {
	left: 0;
}
.brand-lines__item .heading {
	overflow: hidden;
	transition-duration: 0.2s;
}
.brand-lines__pic {
	position: relative;
	padding-top: 100%;
	transition-duration: 0.2s;
}
.brand-lines__pic img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.brand-lines__item:hover .heading {
	color: #7f2020;
}
.brand-lines__info {
	margin-top: 1rem;
}
.brand-lines__dots {
	padding: 1.25rem 0;
	border-top: 0.125rem solid #fafafa;
	font-size: 0;
	text-align: center;
}
.brand-lines__dots li {
	display: inline-block;
	vertical-align: top;
	width: 0.75rem;
	height: 0.75rem;
	margin: 0 0.25rem;
	background: rgba(0,0,0,0.38);
	cursor: pointer;
	transition-duration: 0.2s;
}
.brand-lines__dots li:hover {
	background: rgba(0,0,0,0.54);
}
.brand-lines__dots .slick-active,
.brand-lines__dots .slick-active:hover {
	width: 2rem;
	background: #7f2020;
}
.brand-lines_alt .brand-lines__pic {
	padding-top: 125%;
}
.brand-lines_alt .brand-lines__prev:hover,
.brand-lines_alt .brand-lines__next:hover {
	color: #f15822;
}
.brand-lines_alt .brand-lines__dots .slick-active,
.brand-lines_alt .brand-lines__dots .slick-active:hover {
	background: #f15822;
}
@media screen and (max-width: 1231px) { /* laptop */
	.brand-lines__carousel {
		margin: -1rem -17px;
	}
	.brand-lines__prev,
	.brand-lines__next {
		right: 1rem;
	}
	.brand-lines__item {
		padding: 1rem 17px;
	}
}


/**/
/* lines list */
/**/
.lines-list__item {
	margin: 0 -1.5rem;
	padding: 1.5rem;
	border-top: 0.125rem solid #fafafa;
}
.lines-list__item:last-child {
	padding-bottom: 0;
}
.lines-list__item:first-child {
	padding-top: 0;
	border-top: 0;
}
.lines-list__item .heading a {
	transition-duration: 0.2s;
}
.lines-list__item .heading a:hover {
	color: #006699;
}
.lines-list__item .wysiwyg {
	overflow: hidden;
	margin-top: 0.5rem;
	font-size: 0.75rem;
}
.lines-list__pic {
	position: relative;
	float: left;
	width: 12rem;
	height: 12rem;
	margin-right: 1.5rem;
	border: 1px solid #fafafa;
    box-sizing: border-box;
    transition-duration: 0.3s;
}
.lines-list__pic:hover {
	border-color: #eee;
}
.lines-list__pic img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
@media screen and (max-width: 767px) { /* mobile */
	.lines-list__pic {
		width: 8rem;
		height: 8rem;
	}
	.lines-list__item .wysiwyg {
		overflow: visible;
	}
}


/**/
/* countries nav */
/**/
.countries-nav__item {
	position: relative;
	margin-top: 1rem;
}
.countries-nav__item:first-child {
	margin-top: 0;
}
.countries-nav__link {
	font-weight: 600;
	transition-duration: 0.2s;
	transition-property: color;
}
.countries-nav__link:hover {
	color: #f8951d;
}
.countries-nav__link span {
	padding-left: 0.5em;
	font-weight: 300;
	color: rgba(0,0,0,0.54);
}
.countries-nav__flag {
	float: left;
	width: 1rem;
	height: 1rem;
	margin-right: 0.5rem;
}


/**/
/* discounts */
/**/
.discounts hr {
	border-bottom: 0.125rem solid #fafafa;
}
.discounts .block__title {
	margin-bottom: -1rem;
	padding-bottom: 0;
	border-bottom: 0;
}
.discounts__item {
	position: relative;
	margin-top: 0.5rem;
}
.discounts__item::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0.25rem;
	left: 0;
	border-bottom: 1px dotted rgba(0,0,0,0.1);
}
.discounts__item span {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	padding-right: 0.5rem;
	line-height: 1.375rem;
	background: #fff;
}
.discounts__item span:first-child {
	float: right;
	padding-right: 0;
	padding-left: 0.5rem;
	color: rgba(0,0,0,0.87);
}
.discounts__item_head {
	color: rgba(0,0,0,0.38);
}
.discounts__item_head::before {
	display: none;
}
.discounts__item_head span {
	line-height: inherit;
}
.discounts__item_head span:first-child {
	color: inherit;
}
.discounts__text {
	margin-top: 1rem;
	color: rgba(0,0,0,0.54);
}
.discounts__text strong {
	font-weight: 600;
	color: rgba(0,0,0,0.87);
}
.discounts__text i {
	display: inline-block;
	vertical-align: top;
	margin-left: 0.375rem;
}
@media screen and (max-width: 767px) { /* mobile */
	.discounts {
		display: none;
	}
}


/**/
/* latest news */
/**/
.latest-news {
	padding-bottom: 0;
}
.latest-news .grid-row {
	margin-bottom: -1.5rem;
}
.latest-news__item {
	margin-bottom: 1.5rem;
}
.latest-news__item .heading {
	margin-bottom: 0.25rem;
}
.latest-news__item .stars {
	float: left;
	margin-right: 0.5rem;
}
.latest-news__pic {
	float: left;
	overflow: hidden;
	margin-right: 1rem;
}
.latest-news__pic img {
	display: block;
	transition-duration: 0.2s;
}
.latest-news__pic:hover img {
	transform: scale(1.075);
}
.latest-news__pic span {
	position: relative;
	display: block;
	width: 10rem;
	height: 10rem;
	overflow: hidden;
}
.latest-news__pic span img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.latest-news__pic_sm span {
	width: 5rem;
	height: 5rem;
}
.latest-news__info {
	overflow: hidden;
}
.latest-news__date {
	margin-bottom: 0.75rem;
	color: rgba(0,0,0,0.38);
}
.latest-news__text {
	margin-top: 0.5rem;
}
.latest-news__more {
	margin: 0 -1.5rem;
	padding: 1.25rem 1.5rem 0;
	border-top: 0.125rem solid #fafafa;
}
@media screen and (max-width: 1231px) { /* laptop */
	.latest-news__more {
		margin: 0 -1rem;
		padding: 1rem 1rem 0;
	}
}
@media screen and (max-width: 999px) { /* tablet */
	.latest-news__item .stars {
		float: none;
		margin-bottom: 0.25rem;
	}
	.latest-news__pic {
		width: 5rem;
	}
	.latest-news__pic img {
		width: 100%;
		height: auto;
	}
	.latest-news__pic span {
		width: 100%;
		height: 100px;
	}
	.latest-news__pic span img {
		width: auto;
	}
	.latest-news__pic_sm span {
		width: 5rem;
		height: 5rem;
	}
}


/**/
/* seo */
/**/
.seo p {
	margin-top: 0.75rem;
}
.seo ul {
	margin-top: 1rem;
	margin-left: 1rem;
}
.seo li {
	position: relative;
	margin-top: 0.25rem;
	padding-left: 0.75rem;
}
.seo li::before {
	content: '•';
	position: absolute;
	top: 0;
	left: 0;
	color: rgba(0,0,0,0.87);
}
.seo strong {
	font-weight: 600;
}
.seo .heading {
	margin-top: 1.5rem;
}
.seo .heading:first-child {
	margin-top: 0;
}


/**/
/* cart */
/**/
.cart {
	margin-bottom: 1px;
}
.cart__th {
	padding: 1.5rem;
	text-transform: uppercase;
	white-space: nowrap;
}
.cart__th:nth-child(1) {
	padding-right: 0;
}
.cart__th:nth-child(1) {
	text-align: left;
}
.cart__td {
	width: 1%;
	vertical-align: top;
	padding: 1rem 1.5rem;
	border-top: 1px solid #fafafa;
}
.cart__td:nth-child(1) {
	padding-right: 0;
}
.cart__td:nth-child(2) {
	width: auto;
}
.cart__pic {
	position: relative;
	width: 5rem;
	height: 5rem;
	display: block;
	margin-right: -0.5rem;
	border: 1px solid #fafafa;
	background: #fff;
	box-sizing: border-box;
	transition-duration: 0.3s;
}
.cart__pic:hover {
	border-color: #eee;
}
.cart__pic img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.cart__gift {
	float: left;
	margin-right: 0.5rem;
	padding: 0 0.5rem 1px;
	background: linear-gradient(90deg, #7f2020, #662424);
    font-family: 'Cuprum', sans-serif;
    font-size: 0.75rem;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    color: #fff;
}
.cart__name {
	padding-right: 1rem;
}
.cart__name a {
	transition-duration: 0.2s;
}
.cart__name a:hover {
	color: #006699;
}
.cart__price {
	text-align: center;
	white-space: nowrap;
}
.cart__price sub {
	font-size: 0.875rem;
}
.cart__amount {
	display: block;
	width: 84px;
	margin: 0 auto;
	font-size: 0;
}
.cart__amount .input {
	display: inline-block;
	vertical-align: top;
	width: 2rem;
	padding: 0;
	margin: 0 0.125rem;
	font-size: 0.75rem;
	line-height: 19px;
	text-align: center;
}
.cart__amount .button {
	width: 1.5rem;
	margin: 0;
	padding-right: 0;
	padding-left: 0;
	line-height: 20px;
}
.cart__descr {
	position: relative;
	margin-top: 0.25rem;
	height: 1.375em;
	overflow: hidden;
	cursor: pointer;
	-webkit-user-select: none;
}
.cart__descr::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 10rem;
	background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,1));
}
.cart__descr_expanded {
	height: auto;
}
.cart__descr_expanded::after {
	display: none;
}
.cart__params {
	margin-top: 0.5rem;
}
.cart__params dt {
	float: left;
	margin-right: 0.5rem;
}
.cart__params dd {
	margin-bottom: 0.125rem;
	color: rgba(0,0,0,0.87);
}
.cart__params dd:last-child {
	margin-bottom: 0;
}
.cart__params img {
	vertical-align: top;
	width: 1rem;
	height: 1rem;
	margin-right: 0.25rem;
}
.cart__comment {
	margin-top: 0.5rem;
	font-size: 0.6875rem;
	font-style: italic;
}
.cart__comment i {
	vertical-align: top;
	margin-top: 1px;
	margin-left: 0.25rem;
	font-size: 14px;
}
.cart__remove {
	display: block;
	font-size: 14px;
	line-height: 21px;
}
.cart_alt .cart__th,
.cart_alt .cart__td {
	padding-left: 0;
}
.cart_alt .cart__th:nth-child(1) {
	padding-left: 1.5rem;
}
.cart_alt .cart__td:nth-child(1) {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
@media screen and (max-width: 999px) { /* tablet */
	.cart__th {
		padding: 1rem;
	}
	.cart__td {
		padding: 1rem;
	}
	.cart__pic {
		margin-right: 0;
	}
	.cart_alt .cart__th:nth-child(1) {
		padding-left: 1rem;
	}
	.cart_alt .cart__td:nth-child(1) {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.cart {
		margin-bottom: 0;
	}
	.cart__tr {
		position: relative;
		display: block;
		padding: 1rem;
		border-bottom: 1px solid #fafafa;
	}
	.cart__tr:first-child {
		display: none;
	}
	.cart__td {
		display: block;
		width: auto;
		padding: 0;
		border: 0;
	}
	.cart__td:nth-child(1) {
		float: left;
		padding-right: 1rem;
	}
	.cart__td:nth-child(2) {
		overflow: hidden;
		margin-bottom: 1rem;
		text-align: left;
	}
	.cart__td:nth-child(3) {
		display: none;
	}
	.cart__td:nth-child(4) {
		display: inline-block;
		vertical-align: top;
		margin-left: 6rem;
	}
	.cart__td:nth-child(5) {
		display: inline-block;
		vertical-align: top;
		margin-left: 0.75rem;
	}
	.cart__name {
		border-right: 11px solid transparent;
	}
	.cart__descr {
		display: none;
	}
	.cart__remove {
		position: absolute;
		top: 1rem;
		right: 1rem;
		line-height: 19px;
	}
	.cart_alt .cart__tr:first-child {
		display: block;
	}
	.cart_alt .cart__td:nth-child(1) {
		padding-right: 1rem;
		padding-left: 0;
	}
}


/**/
/* totals */
/**/
.totals__td {
	width: 1%;
	vertical-align: middle;
	padding: 1rem 1.5rem;
	border-top: 1px solid #fafafa;
	text-align: center;
}
.totals__td:first-child {
	width: auto;
	text-align: right;
}
.totals__back {
	float: left;
	padding-left: 1rem;
}
.totals__price {
	white-space: nowrap;
}
.totals__price sub {
	font-size: 1rem;
}
.totals__price_alt {
	color: #f15822;
}
.totals__price_alt sub {
	font-size: 1.25rem;
}
.totals__price_zero {
	color: rgba(0,0,0,0.12);
}
.totals__comment {
	margin-top: 0.25rem;
	color: rgba(0,0,0,0.38);
}
.totals__alert {
	text-align: center;
}
.totals__alert .button {
	margin: 2px 0;
}
.totals_alt .totals__td {
	text-align: left;
}
.totals_alt .totals__td:last-child {
	width: auto;
}
.totals_alt .totals__td:first-child {
	width: 1%;
}
@media screen and (max-width: 999px) { /* tablet */
	.totals__td {
		padding: 1rem;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.totals__back {
		padding-right: 1rem;
	}
	.totals__heading {
		font-size: 0.8125rem;
	}
	.totals__comment {
		font-size: 0.625rem;
	}
	.totals_alt {
		margin-bottom: 1.5rem;
		padding-bottom: 0.5rem;
		border-bottom: 1px solid #fafafa;
	}
}


/**/
/* questions list */
/**/
.questions-list {
	margin: -1.625rem -1.5rem 0;
	border-bottom: 0.125rem solid #fafafa;
}
.questions-list:last-child {
	border-bottom: 0;
	margin-bottom: -1.5rem;
}
.questions-list__item {
	padding: 1.5rem;
	border-top: 0.125rem solid #fafafa;
}
.questions-list__date {
    margin: 0.5rem 0;
    color: rgba(0,0,0,0.38);
}
.questions-list__date:first-child {
	margin-top: 0;
}
.questions-list__tags {
	margin-top: 0.5rem;
    color: rgba(0,0,0,0.38);
}
.questions-list__answer {
	position: relative;
	height: 4.125em;
	overflow: hidden;
    margin: 1.5rem 0 0 3rem;
    font-size: 0.75rem;
    cursor: pointer;
    -webkit-user-select: none;
}
.questions-list__answer::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 1.5em;
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,1));
    pointer-events: none;
}
.questions-list__answer_alt {
	height: auto;
	cursor: text;
	pointer-events: auto;
    -webkit-user-select: auto;
}
.questions-list__answer_alt:after {
	display: none;
}
.questions-list__answer_expanded {
	height: auto;
}
.questions-list__answer_expanded::after {
	display: none;
}


/**/
/* feedback */
/**/
.feedback .input {
	margin-bottom: 1.5rem;
}
.feedback label.error {
	margin: -1.25rem 0 1.5rem;
	font-size: 0.75rem;
	line-height: 1.375;
	color: #7f2020;
}


/**/
/* orders */
/**/
.orders .cart {
	margin-bottom: 1.5rem;
	border-bottom: 2px solid #fafafa;
}
.orders .totals__td {
	padding: 0 1.5rem 1rem 0;
	border-top: 0;
}
.orders .totals__td:first-child {
	padding-left: 1.5rem;
}
.orders .totals__alert {
	margin-top: 0.5rem;
	padding: 1rem 1.5rem 0.5rem;
	border-top: 1px solid #fafafa;
	text-align: left;
}
.orders .totals__alert.tar {
	text-align: right;
}
.orders .totals__alert:first-child {
	margin-top: 0;
	border-top: 0;
}
.orders .featured-products__badge {
	margin: 0 0 0.25rem;
	white-space: nowrap
}
.orders__tr_hidden {
	display: none;
}
.orders__th {
    padding: 1rem 1.5rem 1rem 0;
	background: #fff;
	text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}
.orders__th:first-child {
	padding-left: 1.5rem;
}
.orders__td {
	vertical-align: middle;
	background: #fff;
    padding: 1rem 1.5rem 1rem 0;
	border-top: 1px solid #fafafa;
	text-align: center;
}
.orders__td:nth-child(7) {
	width: 1%;
}
.orders__td:first-child {
	width: 1%;
	padding-left: 1.5rem;
}
.orders__td sub {
	font-size: 0.875rem;
}
.orders__toggle {
	display: block;
	margin: 0 auto;
	font-size: 0.875rem;
}
.orders__details {
	margin-right: -1px;
	margin-left: -1px;
	padding-bottom: 0.5rem;
	border-top: 1px solid #fafafa;
	border-bottom: 0.5rem solid #fafafa;
}
.orders__message {
	margin: 0 0 1.5rem 1.5rem;
	padding: 1rem 1.5rem;
	background: #fafafa;
	color: rgba(0,0,0,0.87);
}
@media screen and (max-width: 1229px) { /* laptop */
	.orders__td {
		padding: 1rem 1rem 1rem 0;
	}
	.orders__td:first-child {
		padding-left: 1rem;
	}
}
@media screen and (max-width: 999px) { /* tablet */
	.orders .totals__alert {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.orders .totals {
		text-align: left;
	}
	.orders .totals__td {
		padding-right: 1rem;
	}
	.orders .totals__td:first-child {
		padding-left: 1rem;
	}
	.orders__message {
		margin-right: 1rem;
		margin-left: 1rem;
	}
}


/**/
/* discount */
/**/
.discount {
	text-align: center;
}
.discount sub {
	vertical-align: baseline;
	font-size: 1.25rem;
	line-height: 1;
}
.discount .heading {
	line-height: 43px;
}
.discount__hint {
	text-transform: uppercase;
}
.discount__hint i {
	vertical-align: top;
	font-size: 0.75rem;
}


/**/
/* faq */
/**/
.faq__item {
	margin-top: 1.5rem;
}
.faq__item:first-child {
	margin-top: 0;
}
.faq__heading {
	cursor: pointer;
	transition-duration: 0.225s;
	-webkit-user-select: none;
}
.faq__heading i {
	vertical-align: top;
	width: 0.75rem;
	margin-top: 1px;
	margin-right: 0.5rem;
	text-align: center;
	transition-duration: 0.225s;
	transition-property: transform;
}
.faq__heading:hover {
	color: #006699;
}
.faq__answer {
	display: none;
	margin-top: 0.5rem;
	margin-left: 1.25rem;
	font-size: 0.8125rem;
}
.faq__answer p {
	margin-top: 0.5rem;
}



/*----------------------------------------------*/
/*                    POPUPS                    */
/*----------------------------------------------*/

/**/
/* popup */
/**/
.popup {
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	padding: 2rem;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	transition-duration: 0.2s;
}
.popup__bg {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	cursor: pointer;
}
.popup__window {
	position: relative;
	z-index: 2;
	max-width: 24rem;
	margin: 0 auto;
	padding: 2rem;
	background: #fff;
	opacity: 0;
	transform: translateY(1rem);
	transition-duration: 0.2s;
}
.popup__window .grid-row {
	margin: 0 -0.5rem;
}
.popup__window .grid-col {
	padding: 0 0.5rem;
}
.popup__form_sent {
	display: none;
}
.popup__title {
	margin-bottom: 2rem;
}
.popup__subtitle {
	margin: -1.5rem 0 2rem;
}
.popup__list {
	margin: -1.5rem 0 2rem;
}
.popup__list li {
	position: relative;
	padding-left: 1rem;
}
.popup__list li:before {
	content: '•';
	position: absolute;
	top: 0;
	left: 0;
	color: rgba(0,0,0,0.87);
}
.popup__ratio {
	margin: 0 -1px 1.5rem !important;
	text-align: center;
}
.popup__ratio span {
	display: block;
	padding: 0.75rem 0 0.625rem;
	border: 1px solid #fafafa;
	transition-duration: 0.3s;
}
.popup__ratio span:hover {
	border-color: #eee;
}
.popup__ratio label {
	position: relative;
	color: rgba(0,0,0,0.54);
	cursor: pointer;
}
.popup__ratio input {
	position: absolute;
	left: -9999px;
}
.popup__ratio input:checked + span {
	border-color: #006699;
	color: #006699;
}
.popup__ratio .grid-col {
	width: 20%;
	padding: 0 1px;
}
.popup__close {
	position: absolute;
	bottom: 100%;
	left: 100%;
	width: 2rem;
	height: 2rem;
	color: #fff;
}
.popup__close::after,
.popup__close::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1rem;
	margin: -1px 0 0 -0.5rem;
	border-top: 2px solid;
	transform: rotate(45deg);
}
.popup__close::before {
	transform: rotate(-45deg);
}
.popup__message {
	display: none;
	text-align: center;
}
.popup__message .heading {
	margin-bottom: 2rem;
}
.popup__message .paragraph {
	margin-bottom: 1rem;
}
.popup__form_sent + .popup__message {
	display: block;
}
.popup_visible {
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
}
.popup_visible .popup__window {
	opacity: 1;
	transform: none;
}
@media screen and (max-width: 767px) { /* mobile */
	.popup {
		padding: 1rem;
	}
	.popup__close {
		top: 0;
		right: 0;
		bottom: auto;
		left: auto;
		color: #212121;
	}
}


/**/
/* popup signin */
/**/
.popup_signin .input,
.popup_signin .select,
.popup_signin .checkbox {
	margin-bottom: 1.5rem;
}
.popup_signin .input_expandable {
	margin-top: -1rem;
}
.popup_signin .checkbox {
	font-weight: 400;
}
.popup_signin label.error {
	margin: -1.25rem 0 1.5rem;
	font-size: 0.75rem;
	line-height: 1.375;
	color: #7f2020;
}
.popup_signin .input-hint {
	margin-top: -0.75rem;
	margin-bottom: 1rem;
}
.popup_signin .button {
	margin-top: 0.5rem;
}
.popup_signin .toggle {
	display: none;
}


/**/
/* delivery */
/**/
.delivery {
	margin-bottom: 2rem;
}
.delivery__item {
	position: relative;
    margin: 0.125rem -1rem 0;
    padding: 1rem;
	cursor: pointer;
}
.delivery__item .heading {
	display: block;
}
.delivery__item .paragraph {
	display: block;
	max-height: 0;
	overflow: hidden;
	transition-duration: 0.3s;
}
.delivery__item .paragraph.link_pink {
	max-height: 26px;
	margin-top: 0.25rem;
}
.delivery__price {
	float: right;
	margin-left: 1rem;
}
.delivery__price sub {
	font-size: 0.875rem;
}
.delivery__border {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid #fafafa;
	pointer-events: none;
	transition-duration: 0.3s;
}
.delivery__radio {
	position: absolute;
	left: -9999px;
}
.delivery__radio:checked ~ .paragraph {
	max-height: 26px;
	margin-top: 0.25rem;
}
.delivery__item:hover .delivery__border,
.delivery__radio:checked ~ .delivery__border {
	border-color: #7f2020;
}
.delivery__item_disabled {
	pointer-events: none;
}
.delivery__item_disabled .heading {
	color: rgba(0,0,0,0.38);
}
.delivery__note {
	margin-top: 1rem;
}


/**/
/* overlay */
/**/
.overlay {
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.87);
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	transition-duration: 0.2s;
}
.overlay_visible {
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
}



/*----------------------------------------------*/
/*                    FOOTER                    */
/*----------------------------------------------*/

/**/
/* copyrights */
/**/
.copyrighs {
	color: #fff;
}
@media screen and (max-width: 767px) { /* mobile */
	.copyrighs {
		text-align: center;
		color: rgba(255,255,255,0.7);
	}
}


/**/
/* accepted payments */
/**/
.accepted-payments {
	text-align: right;
	color: #fff;
}
.accepted-payments img {
	vertical-align: top;
	margin: 8px 0 2px 1rem;
}
@media screen and (max-width: 767px) { /* mobile */
	.accepted-payments {
		margin-top: 1rem;
		text-align: center;
	}
}


