@import url(normalize.css);

@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 300;
	src: url("fonts/Ubuntu/ubuntu-v15-latin_cyrillic-300.woff2") format("woff2"), url("fonts/Ubuntu/ubuntu-v15-latin_cyrillic-300.woff") format("woff"), url("fonts/Ubuntu/ubuntu-v15-latin_cyrillic-300.ttf") format("truetype");
}

@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	src: url("fonts/Ubuntu/ubuntu-v15-latin_cyrillic-regular.woff2") format("woff2"), url("fonts/Ubuntu/ubuntu-v15-latin_cyrillic-regular.woff") format("woff"), url("fonts/Ubuntu/ubuntu-v15-latin_cyrillic-regular.ttf") format("truetype");
}

@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 500;
	src: url("fonts/Ubuntu/ubuntu-v15-latin_cyrillic-500.woff2") format("woff2"), url("fonts/Ubuntu/ubuntu-v15-latin_cyrillic-500.woff") format("woff"), url("fonts/Ubuntu/ubuntu-v15-latin_cyrillic-500.ttf") format("truetype");
}

@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 700;
	src: url("fonts/Ubuntu/ubuntu-v15-latin_cyrillic-700.woff2") format("woff2"), url("fonts/Ubuntu/ubuntu-v15-latin_cyrillic-700.woff") format("woff"), url("fonts/Ubuntu/ubuntu-v15-latin_cyrillic-700.ttf") format("truetype");
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: 'Ubuntu', sans-serif;
	color: #333;
	font-size: 15px;
	height: 100%;
	overflow-x: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #F5F5F5;
}

body * {
	outline: none;
}

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

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

input,
button,
textarea {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
}

input[type="text"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

input[type="text"]::-ms-clear,
input[type="password"]::-ms-clear,
textarea::-ms-clear {
	display: none;
}

input {
	outline: none;
}

button {
	border: 0;
	outline: none;
	cursor: pointer;
	background: none;
	padding: 0;
}

button:active,
button:focus {
	outline: none !important;
}

button::-moz-focus-inner {
	border: 0 !important;
}

.main {
	/* overflow: hidden; */
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

img {
	display: block;
	max-width: 100%;
}

img.img-overflow {
	max-width: none;
}

svg {
	display: block;
}

.container {
	width: 100%;
	max-width: 1200px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}

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


.col-xxs-1,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xl-1,
.col-xxs-2,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xl-2,
.col-xxs-3,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xl-3,
.col-xxs-4,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xl-4,
.col-xxs-5,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xl-5,
.col-xxs-6,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xl-6,
.col-xxs-7,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xl-7,
.col-xxs-8,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xl-8,
.col-xxs-9,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xl-9,
.col-xxs-10,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xl-10,
.col-xxs-11,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xl-11,
.col-xxs-12,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xl-12 {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xl-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xl-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xl-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xl-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xl-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xl-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xl-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xl-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xl-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xl-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xl-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xl-12,
.col-xxs-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.col-xxs-11 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-xxs-10 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-xxs-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-xxs-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-xxs-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-xxs-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-xxs-5 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-xxs-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-xxs-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-xxs-2 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-xxs-1 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

@media (min-width: 576px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.row {
		margin-left: -15px;
		margin-right: -15px;
	}

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

	.col-xxs-1,
	.col-xs-1,
	.col-sm-1,
	.col-md-1,
	.col-lg-1,
	.col-xl-1,
	.col-xxs-2,
	.col-xs-2,
	.col-sm-2,
	.col-md-2,
	.col-lg-2,
	.col-xl-2,
	.col-xxs-3,
	.col-xs-3,
	.col-sm-3,
	.col-md-3,
	.col-lg-3,
	.col-xl-3,
	.col-xxs-4,
	.col-xs-4,
	.col-sm-4,
	.col-md-4,
	.col-lg-4,
	.col-xl-4,
	.col-xxs-5,
	.col-xs-5,
	.col-sm-5,
	.col-md-5,
	.col-lg-5,
	.col-xl-5,
	.col-xxs-6,
	.col-xs-6,
	.col-sm-6,
	.col-md-6,
	.col-lg-6,
	.col-xl-6,
	.col-xxs-7,
	.col-xs-7,
	.col-sm-7,
	.col-md-7,
	.col-lg-7,
	.col-xl-7,
	.col-xxs-8,
	.col-xs-8,
	.col-sm-8,
	.col-md-8,
	.col-lg-8,
	.col-xl-8,
	.col-xxs-9,
	.col-xs-9,
	.col-sm-9,
	.col-md-9,
	.col-lg-9,
	.col-xl-9,
	.col-xxs-10,
	.col-xs-10,
	.col-sm-10,
	.col-md-10,
	.col-lg-10,
	.col-xl-10,
	.col-xxs-11,
	.col-xs-11,
	.col-sm-11,
	.col-md-11,
	.col-lg-11,
	.col-xl-11,
	.col-xxs-12,
	.col-xs-12,
	.col-sm-12,
	.col-md-12,
	.col-lg-12,
	.col-xl-12 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.col-xs-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.col-xs-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-xs-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-xs-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-xs-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-xs-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-xs-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-xs-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-xs-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-xs-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-xs-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-xs-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
}


@media (min-width: 768px) {
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.col-sm-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-sm-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-sm-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-sm-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-sm-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-sm-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-sm-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-sm-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
}


@media (min-width: 1024px) {
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.col-md-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-md-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-md-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-md-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-md-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
}


@media (min-width: 1240px) {
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.col-lg-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-lg-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lg-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-lg-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-lg-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-lg-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
}


@media (min-width: 1600px) {
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.col-xl-11 {
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-xl-10 {
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-xl-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-xl-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-xl-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-xl-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-xl-2 {
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-xl-1 {
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
}

.mbb {
	margin-bottom: 20px;
}

.mbbb {
	margin-bottom: 40px;
}

.mbt {
	margin-top: 20px;
}

.mbtt {
	margin-top: 40px;
}

.fancybox-container {
	font-family: 'Ubuntu', sans-serif;
}

ul,
ol {
	list-style-type: none;
	margin: 20px 0;
	padding: 0;
}

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

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

li {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 134%;
	margin-bottom: 10px;
}

li:last-child {
	margin-bottom: 0;
}

ul li {
	padding-left: 25px;
	margin-left: 8px;
}

ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 7px;
	height: 7px;
	border-right: 50%;
	background-color: #018EBF;
	border-radius: 50%;
}

p {
	line-height: 134%;
	margin-bottom: 20px;
}

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

li a,
p a {
	text-decoration: underline;
	color: #018EBF;
}

li a:hover,
p a:hover {
	text-decoration: none;
}

h1 {
	margin: 0;
	font-size: 35px;
	line-height: 100%;
	font-weight: 700;
}

h2 {
	margin: 0 0 30px;
	font-size: 30px;
	line-height: 100%;
	font-weight: 700;
}

h3 {
	margin: 0;
	font-size: 25px;
	line-height: 100%;
	font-weight: 700;
}

h4 {
	font-size: 20px;
	line-height: 125%;
	font-weight: 400;
	margin-bottom: 20px;
}

h4:last-child {
	margin-bottom: 0;
}

.section {
	margin-bottom: 50px;
}

.section-title {
	background-color: #333;
	color: #fff;
	padding: 24px 0 56px;
	margin-bottom: -30px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.section-title--white {
	background-color: #fff;
	color: #333;
}

.section-title--white .section-title__catalog span {
	opacity: 1;
	color: #999;
}

.section-title--white .section-title__catalog b {
	color: #018EBF;
}

.section-title--white .section-title__catalog i svg path {
	stroke: #018EBF;
}

.section-title--grey {
	background-color: #EBEBEB;
	color: #333;
}

.section-title__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.section-title h2 {
	margin: 0;
	line-height: 168%;
}

.section-title__col {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 30px;
}

.section-title__catalog {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}

.section-title__catalog:hover {
	opacity: .6;
}

.section-title__catalog span {
	opacity: 0.6;
}

.section-title__catalog b {
	margin-left: 5px;
	font-weight: 700;
}

.section-title__catalog i {
	margin-left: 20px;
}

.section-title__about {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 15px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-title__about:hover span {
	color: #00A1D9;
}

.section-title__about span {
	font-size: 13px;
	-webkit-transition: .2s;
	transition: .2s;
}

.section-title__about svg,
.section-title__about img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 7px;
}

.section-title__tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-title__tabs h2 {
	margin-right: 30px;
	cursor: pointer;
	color: #999;
	-webkit-transition: .2s;
	transition: .2s;
}

.section-title__tabs h2:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

.section-title__tabs h2.active {
	color: #fff;
}

.slider-tab {
	display: none;
}

.slider-tab:first-child {
	display: block;
}

.btn,
.pay-button-wrap button {
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	border-radius: 4px;
	border: 2px solid #018EBF;
	background-color: #018EBF;
	color: #fff;
	line-height: 100%;
	padding: 10px 20px 11px;
	font-size: 15px;
	font-weight: 500;
	-webkit-transition: .2s;
	transition: .2s;
}

.btn:hover,
.pay-button-wrap button:hover {
	background-color: #00A1D9;
	border-color: #00A1D9;
}

.btn:active {
	background-color: #D9D9D9;
	border-color: #D9D9D9;
	color: #999;
}

.btn.disable {
	background-color: #D9D9D9;
	border-color: #D9D9D9;
	color: #999;
}

.btn-border.disable,
.btn-border.disable:hover {
	background-color: transparent;
	border-color: #D9D9D9;
	color: #999;
}

.btn-border {
	background: none;
	color: #018EBF;
}

.btn-border:hover {
	background: none;
	color: #00A1D9;
}

.btn-border:active {
	background: none;
	border-color: #D9D9D9;
	color: #999;
}

.btn-img {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 11px;
	font-size: 17px;
}

.btn-img img,
.btn-img svg {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 20px;
}

.btn-img.disable svg path {
	stroke: #999;
}

.btn-add-to-cart span {
	display: inline;
}

.btn-add-to-cart span+span {
	display: none;
}

.btn-add-to-cart.disable span {
	display: none;
}

.btn-add-to-cart.disable span+span {
	display: inline;
}

.hide-cloudpayments-result #result {
	display: none !important;
}

.black-bg {
	background-color: #333 !important;
}

.grey-bg {
	background-color: #999 !important;
}

.green-bg {
	background-color: #47B370 !important;
}

.red-bg {
	background-color: #D95136 !important;
}

.blue-bg {
	background-color: #018EBF !important;
}

.yellow-bg {
	background-color: #B2A93E !important;
}

.violet-bg {
	background-color: #B3478F !important;
}

.black-color {
	color: #333 !important;
}

.grey-color,
.order-count__item>b>span,
.order-count__total>b>span {
	color: #999 !important;
}

.order-count__item>b>span.bx-price-old {
	font-size: 13px;
	text-decoration: line-through;
}

.green-color {
	color: #47B370 !important;
}

.red-color {
	color: #D95136 !important;
}

.blue-color {
	color: #018EBF !important;
}

.yellow-color {
	color: #B2A93E !important;
}

.violet-color {
	color: #B3478F !important;
}

.tag {
	width: 40px;
	height: 40px;
	color: #fff;
	border-radius: 50%;
	/*overflow: hidden;*/
	background-color: #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 12px;
	line-height: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.tag svg path {
	stroke: #fff;
}

@media (max-width: 767px) {
	.tag {
		width: 25px;
		height: 25px;
	}

	.tag svg {
		width: 15px;
		height: 15px;
	}
}

.slider-button-prev,
.slider-button-next {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
	box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
	top: calc(50% - 25px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 9;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
}

.slider-button-prev svg path,
.slider-button-next svg path {
	-webkit-transition: .2s;
	transition: .2s;
}

.slider-button-prev {
	left: -25px;
}

.slider-button-next {
	right: -25px;
}

.slider-pagination {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.slider-pagination span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #333;
	display: block;
	margin: 0 5px;
}

.slider-pagination span.active {
	background-color: #018EBF;
}

.modal-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #333;
	z-index: 97;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .2s;
	transition: .2s;
}

.modal-bg.active {
	opacity: .5;
	visibility: visible;
}

input[type="text"],
input[type="password"],
textarea {
	display: block;
	width: 100%;
	background: #fff;
	border: 1px solid #D9D9D9;
	font-size: 13px;
	color: #333;
	padding: 12px 13px;
	line-height: 100%;
	border-radius: 4px;
}

.input-error input[type="text"],
.input-error input[type="password"],
.input-error textarea {
	border-color: #f00;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #999;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
textarea::placeholder {
	color: #999;
}

input[type="text"]:focus,
input[type="text"].focus,
input[type="password"]:focus,
input[type="password"].focus,
textarea:focus,
textarea.focus {
	border-color: #999;
}

textarea {
	resize: none;
	height: 100px;
}

.scroll-wrapper.custom-scroll {
	position: relative;
}

.scroll-wrapper.custom-scroll ul li {
	line-height: normal;
	margin: 0;
	padding-left: 0;
}

.scroll-wrapper.custom-scroll ul li::before {
	display: none;
}

.scroll-wrapper.custom-scroll>.custom-scroll {
	padding-right: 15px;
}

.scroll-wrapper.custom-scroll .scroll-element.scroll-x {
	display: none !important;
}

.scroll-wrapper.custom-scroll .scroll-element.scroll-y {
	width: 5px;
	right: 0;
	top: 0;
	position: absolute;
	height: 100%;
}

.scroll-wrapper.custom-scroll .scroll-element.scroll-y .scroll-element_size,
.scroll-wrapper.custom-scroll .scroll-element.scroll-y .scroll-element_track {
	position: absolute;
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.scroll-wrapper.custom-scroll .scroll-element.scroll-y .scroll-element_track {
	background: #EBEBEB;
	border-radius: 4px;
}

.scroll-wrapper.custom-scroll .scroll-element.scroll-y .scroll-bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #999;
	border-radius: 4px;
}

.irs--flat {
	height: 20px;
}

.irs--flat>.irs {
	height: 100%;
}

.irs--flat .irs-line {
	top: calc(50% - 2px);
	height: 4px;
	border-radius: 2px;
	background-color: #D9D9D9;
}

.irs--flat .irs-bar {
	top: calc(50% - 2px);
	height: 4px;
	border-radius: 0;
	background-color: #018EBF;
}

.irs--flat .irs-handle {
	top: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 4px solid #018EBF;
	border-radius: 50%;
}

.irs--flat .irs-handle i {
	display: none !important;
}

.main-select {
	display: block;
	width: 100%;
}

.main-select.opened .jq-selectbox__trigger {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.main-select.opened .jq-selectbox__select {
	border-color: #999;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.main-select .jq-selectbox__select {
	border: 1px solid #D9D9D9;
	font-size: 13px;
	border-radius: 4px;
	cursor: pointer;
	padding: 12px 14px;
	padding-right: 40px;
}

.main-select .jq-selectbox__trigger {
	position: absolute;
	right: 14px;
	top: calc(50% - 6px);
	width: 12px;
	height: 12px;
	background: url(../img/sort-arrow.svg) center center no-repeat;
	-webkit-transition: .2s;
	transition: .2s;
}

.main-select .jq-selectbox__dropdown {
	bottom: auto !important;
	top: 100%;
	right: auto !important;
	left: 0 !important;
	background: #fff;
	width: 100%;
	border: 1px solid #999;
	border-top: 0;
	padding: 14px;
}

.main-select .jq-selectbox__dropdown li {
	font-size: 13px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	line-height: normal;
	cursor: pointer;
	-webkit-transition: color .2s;
	transition: color .2s;
}

.main-select .jq-selectbox__dropdown li.selected,
.main-select .jq-selectbox__dropdown li:hover {
	color: #018EBF;
}

.main-select .jq-selectbox__dropdown li:last-child {
	margin-bottom: 0;
}

.main-select .jq-selectbox__dropdown li::before {
	display: none;
}

.main-select--placeholder .jq-selectbox__select-text {
	color: #999;
}

.main-select--placeholder.changed .jq-selectbox__select-text {
	color: #333;
}

.main-select--placeholder ul li:first-child {
	/*display: none;*/
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 10px;
}

.pagination a,
.pagination span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 2px solid #018EBF;
	border-radius: 4px;
}

.pagination span {
	color: #018EBF;
	font-weight: 700;
}

.pagination a,
.pagination .fake {
	border-color: transparent;
	-webkit-transition: .2s;
	transition: .2s;
	font-weight: inherit;
	color: inherit;
	cursor: pointer;
}

.pagination a:hover,
.pagination .fake:hover {
	color: #018EBF;
}

.main-count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.main-count__minus,
.main-count__plus {
	width: 24px;
	height: 24px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
}

.main-count__minus:hover span,
.main-count__plus:hover span {
	background-color: #00A1D9;
}

.main-count__minus span,
.main-count__plus span {
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 24px;
	height: 1px;
	background-color: #333;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
}

.main-count__plus span:last-child {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.main-count__input {
	width: 62px !important;
	margin: 0 5px;
	text-align: center;
}

.fancybox-bg {
	background: #333;
}

.fancybox-is-open .fancybox-bg {
	opacity: .5;
}

.load-more {
	display: block;
	width: 100%;
}

body .fancybox-thumbs>ul>li {
	float: none;
	padding: calc(50% - 15px);
	margin: 15px 15px 30px 15px;
	background-size: contain;
	position: relative;
	width: auto;
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	overflow: visible;
}

body .fancybox-thumbs>ul>li::after {
	content: '';
	position: absolute;
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
	border: 2px solid #D9D9D9;
	z-index: 1;
}

.main-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 20px;
	background-color: #fff;
	margin: 30px 0 30px 0;
}

.main-pagination__arrow a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-pagination__arrow img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 7px;
}

.main-pagination__arrow span {
	font-size: 13px;
	-webkit-transition: .2s;
	transition: .2s;
}

.main-pagination__arrow a:hover span {
	color: #00A1D9;
}

.main-pagination__arrow--prev img {
	margin-left: 0;
	margin-right: 7px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.arrow-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	cursor: pointer;
}

.arrow-link span {
	font-size: 13px;
	-webkit-transition: color .2s;
	transition: color .2s;
}

.arrow-link img,
.arrow-link svg {
	margin-left: 7px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.arrow-link:hover span {
	color: #018EBF;
}

.arrow-link--reverse img,
.arrow-link--reverse svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-left: 0;
	margin-right: 7px;
}

.main-input {
	position: relative;
}

.main-input .bx-date-picker {}

.main-input .bx-date-picker img {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
}

.main-input input+span,
.main-input textarea+span {
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	color: #D95136;
	margin-top: 1px;
	font-size: 11px;
}

.main-input input.error,
.main-input textarea.error {
	border-color: #D95136 !important;
}

.main-input input.error+span,
.main-input textarea.error+span {
	display: block;
}

.main-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.main-radio label {
	display: block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	min-width: 380px;
}

.main-radio .bx-soa-pp-delivery-cost {
	color: #999;
	margin-left: 35px;
}

.main-radio label:hover span::before {
	border-color: #999;
}

.main-radio label input {
	display: none;
}

.main-radio label input:checked+span {
	font-weight: 500;
}

.main-radio label input:checked+span::before {
	border-color: #999;
}

.main-radio label input:checked+span::after {
	display: block;
}

.main-radio label input:disabled+span::before {
	border-color: #D9D9D9 !important;
	background-color: #EBEBEB;
}

.main-radio label span {
	display: block;
	line-height: 25px;
	font-size: 15px;
	padding-left: 35px;
	position: relative;
}

.main-radio label span::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	border: 1px solid #D9D9D9;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.input-error .main-radio label span::before {
	border-color: #f00;
}

.main-radio label span::after {
	content: '';
	position: absolute;
	left: 8px;
	top: 8px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #018EBF;
	display: none;
}

.aside-link,
.support-nav__item {
	border-bottom: 1px solid #D9D9D9;
	width: 100%;
	padding: 12px 15px;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	/*-webkit-transition: background-color .2s;*/
	/*transition: background-color .2s;*/
}

.aside-link:last-child,
.support-nav__item:last-child {
	border-bottom: 0;
}

.aside-link span,
.aside-link b,
.support-nav__item span,
.support-nav__item b {
	-webkit-transition: color .2s;
	transition: color .2s;
}

.aside-link span,
.support-nav__item span {
	font-size: 13px;
}

.aside-link b,
.support-nav__item b {
	font-size: 15px;
	font-weight: 500;
}

.aside-link img,
.aside-link svg,
.support-nav__item img,
.support-nav__item svg {
	margin-left: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.aside-link svg path,
.support-nav__item svg path {
	-webkit-transition: .2s;
	transition: .2s;
}

/*.aside-link:hover, */
.support-nav__item:hover {
	background-color: #00A1D9;
}

/*.aside-link:hover span, */
.aside-link:hover b,
.support-nav__item:hover span,
.support-nav__item:hover b {
	color: #fff;
}

.aside-link:hover span {
	text-decoration: underline;
}

/*.aside-link:hover svg path, */
.support-nav__item:hover svg path {
	stroke: #fff;
}

span.aside-link,
.aside-link.active,
span.support-nav__item {
	background-color: #00A1D9;
}

span.aside-link span,
span.aside-link b,
.aside-link.active span,
.aside-link.active b,
span.support-nav__item span,
span.support-nav__item b {
	color: #fff;
}

span.aside-link svg path,
.aside-link.active svg path,
span.support-nav__item svg path {
	stroke: #fff;
}

.modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 9;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: .2s;
	transition: .2s;
}

.modal-close:hover {
	opacity: .8;
}

.modal-title {
	line-height: 120%;
	padding-right: 20px;
}

.cart-modal {
	/* display: none; */
	padding: 26px 30px 0;
	background: #fff;
	position: relative;
	width: 100%;
	max-width: 970px;
	-webkit-box-shadow: 0px 0px 20px rgb(51 51 51 / 20%);
	box-shadow: 0px 0px 20px rgb(51 51 51 / 20%);
}

.cart-modal .fancybox-close-small {
	display: none;
}

.cart-modal .modal-title {
	margin-bottom: 20px;
}

.cart-modal__bottom {
	margin-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.basket-total__vat {
	color: #999;
	font-weight: 400;
	font-size: .75rem;
}

.cart-modal__total {
	font-size: 15px;
	font-weight: 500;
}

.cart-modal__total b {
	font-weight: 700;
	color: #018EBF;
	white-space: nowrap;
}

.cart-modal__control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 30px;
}

.cart-modal__btn {
	margin-left: 30px;
}

.modal-product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #E5E5E5;
}

.modal-product__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	max-width: 530px;
}

.modal-product__img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 30px;
	margin-bottom: 15px;
	width: 130px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.modal-product__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 22px 0 24px;
}

.modal-product__title {
	font-size: 20px;
	line-height: 100%;
	font-weight: 500;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.modal-product__bottom {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.modal-product__code {
	min-width: 170px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
}

.modal-product__code span {
	color: #999;
}

.modal-product__code b {
	margin-left: 5px;
	font-weight: 700;
}

.modal-product__availability {
	min-width: 110px;
	margin-left: 30px;
}

.modal-product__count {
	padding-top: 22px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 30px;
}

.modal-product__price {
	padding-top: 22px;
	padding-right: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.modal-product__price b {
	font-size: 30px;
	line-height: 100%;
	font-weight: 700;
	color: #018EBF;
}

.modal-product__price s {
	font-size: 13px;
	display: block;
	color: #999;
	text-align: center;
	margin-top: 3px;
}

.modal-delivery {
	margin-top: 30px;
	margin-left: -30px;
	margin-right: -30px;
	padding: 25px 30px 40px;
	background-color: #F5F5F5;
}

.modal-delivery__header {
	margin-bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* -webkit-box-pack: justify; */
	/* -ms-flex-pack: justify; */
	justify-content: space-between;
	flex-direction: row-reverse;
}

.modal-delivery__free {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.modal-delivery__recommend {
	font-size: 25px;
	font-weight: 600;
}

.modal-delivery__title {
	line-height: 120%;
	font-weight: 700;
}

.modal-delivery__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.modal-delivery__count {
	font-size: 15px;
	font-weight: 500;
}

.modal-delivery__count b {
	font-weight: 700;
	color: #018EBF;
	white-space: nowrap;
}

.modal-delivery__icon {
	margin-left: 15px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.callback-modal {
	/* display: none; */
	padding: 26px 30px 35px;
	background: #fff;
	position: relative;
	width: 100%;
	max-width: 370px;
	overflow: visible;
	-webkit-box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
	box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
}

.callback-modal .fancybox-close-small {
	display: none;
}

.callback-modal__form {
	margin-top: 25px;
}

.callback-modal__item {
	margin-bottom: 16px;
}

.callback-modal__bottom {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.callback-modal__btn {
	margin-right: 22px;
}

.callback-modal__btn:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

.info-modal {
	display: none;
	padding: 26px 30px 35px;
	background: #fff;
	position: relative;
	width: 100%;
	max-width: 370px;
	-webkit-box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
	box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
}

.info-modal .fancybox-close-small {
	display: none;
}

.info-modal .modal-title {
	margin-bottom: 22px;
}

.info-modal__btn {
	margin-top: 25px;
}

.tmp-ui-item {
	margin-bottom: 30px;
}

.tmp-ui-item:last-child {
	margin-bottom: 0;
}

.header-top {
	background-color: #fff;
}

.header-top__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header-top__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-top__col {
	margin-right: 30px;
}

.header-top__col:last-child {
	margin-right: 0;
}

.header-top__col--clients {
	position: relative;
	z-index: 95;
}

.header-top__col--clients:hover .header-top__item-r--clients svg path {
	stroke: #fff;
}

.header-top__col--clients:hover .header-top__item-r--clients span {
	color: #fff;
}

.header-top__col--clients:hover .header-top__item-r--clients::before {
	opacity: 1;
	visibility: visible;
}

.header-top__col--clients:hover .header-clients {
	opacity: 1;
	visibility: visible;
}

.header-top__item-r {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 11px 0;
}

.header-top__item-r svg,
.header-top__item-r img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 7px;
}

.header-top__item-r svg path {
	-webkit-transition: .2s;
	transition: .2s;
}

.header-top__item-r span {
	line-height: 100%;
	font-weight: 700;
	font-size: 13px;
	-webkit-transition: .2s;
	transition: .2s;
}

.header-top__item-r--clients {
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: -15px;
	margin-right: -15px !important;
	z-index: 1;
}

.header-top__item-r--clients::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #00A1D9;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .2s;
	transition: .2s;
}

.header-top__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-top__item {
	margin-right: 30px;
	font-size: 13px;
}

.header-top__item:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

.header-top__geo {
	position: relative;
}

.header-top__geo-header {
	padding: 11px 15px;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 1;
}

.header-top__geo-header svg path {
	-webkit-transition: .2s;
	transition: .2s;
}

.header-top__geo-header span {
	font-weight: 500;
	font-size: 13px;
	margin: 0 7px;
	-webkit-transition: .2s;
	transition: .2s;
}

.header-top__geo-header i {
	-webkit-transition: .2s;
	transition: .2s;
}

.header-top__geo-header::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #00A1D9;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .2s;
	transition: .2s;
}

.header-top__geo-header:hover svg path,
.header-top__geo-header.active svg path {
	stroke: #fff;
}

.header-top__geo-header:hover span,
.header-top__geo-header.active span {
	color: #fff;
}

.header-top__geo-header:hover::before,
.header-top__geo-header.active::before {
	opacity: 1;
	visibility: visible;
}

.header-top__geo-header.active {
	z-index: 98;
}

.header-top__geo-header.active i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.header-clients {
	position: absolute;
	z-index: 9;
	top: 100%;
	right: -15px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
	box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
	padding: 20px 20px 25px;
	width: 270px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .2s;
	transition: .2s;
}

.header-clients__sub {
	font-size: 20px;
	font-weight: 500;
	margin: 20px 0;
}

.header-clients__sub:first-child {
	margin-top: 0;
}

.header-clients__btn {
	margin: 10px 0;
}

.header-clients__btn:last-child {
	margin-bottom: 0;
}

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

.header-clients__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 12px 0;
	border-bottom: 1px solid #D9D9D9;
}

.header-clients__link:hover span {
	color: #00A1D9;
}

.header-clients__link img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 15px;
}

.header-clients__link span {
	font-size: 13px;
	-webkit-transition: .2s;
	transition: .2s;
}

.header-clients__time {
	font-size: 13px;
	color: #999;
	margin-bottom: 10px;
}

.header-clients__tel {
	font-size: 25px;
	line-height: 30px;
	font-weight: 500;
	color: #018EBF;
}

.header-clients__tel span {
	font-weight: 400;
	color: #999;
}

.header-clients__row {
	margin: 20px 0 -20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.header-clients__banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	width: calc(50% - 10px);
	margin-bottom: 20px;
	padding: 17px 12px;
	background-color: #333;
	color: #fff;
	-webkit-transition: .2s;
	transition: .2s;
	cursor: pointer;
}

.header-clients__banner:hover {
	opacity: .8;
}

.header-clients__banner span {
	font-size: 13px;
	font-weight: 500;
	margin-top: 10px;
	display: block;
}

.header-bottom {
	background-color: #333;
	padding: 25px 0;
	position: relative;
}

.header-bottom__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-bottom__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.header-bottom__logo span {
	margin-left: 20px;
	font-size: 13px;
	color: #999;
	margin-top: -2px;
}

.header-bottom__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0 40px;
}

.header-bottom__btn {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px;
	color: #fff;
	background-color: #018EBF;
	border-radius: 4px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 11px 15px;
	height: 40px;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
}

.header-bottom__btn>span {
	font-weight: 500;
	line-height: 100%;
}

.header-bottom__btn i {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 14px;
}

.header-bottom__btn i span {
	display: block;
	height: 1px;
	width: 18px;
	background-color: #fff;
	border-radius: 2px;
	margin-bottom: 5px;
}

.header-bottom__btn i span:last-child {
	margin-bottom: 0;
}

.header-bottom__btn:hover,
.header-bottom__btn.active {
	background-color: #00A1D9;
}

.header-bottom__btn.active {
	z-index: 98;
}

.header-bottom__search {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
}

.header-bottom__search button {
	position: absolute;
	right: 10px;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 22px;
	height: 40px;
	-webkit-transition: .15s;
	transition: .15s;
	z-index: 96;
}

.header-bottom__search button[type="reset"] {
	opacity: 0;
	visibility: hidden;
}

.header-bottom__search-input {
	display: block;
	width: 100%;
	height: 40px;
	border: 0;
	padding: 10px 15px !important;
	padding-right: 45px !important;
	background: #fff;
	border-radius: 4px !important;
	line-height: 100%;
	font-size: 15px;
	position: relative;
	z-index: 94;
}

.header-bottom__search-input::-webkit-input-placeholder {
	color: #999999;
	font-size: 15px;
}

.header-bottom__search-input::-moz-placeholder {
	color: #999999;
	font-size: 15px;
}

.header-bottom__search-input:-ms-input-placeholder {
	color: #999999;
	font-size: 15px;
}

.header-bottom__search-input::-ms-input-placeholder {
	color: #999999;
	font-size: 15px;
}

.header-bottom__search-input::placeholder {
	color: #999999;
	font-size: 15px;
}

.header-bottom__search-input.not-empty+button[type="submit"] {
	opacity: 0;
	visibility: hidden;
}

.header-bottom__search-input.not-empty+button[type="submit"]+button[type="reset"] {
	opacity: 1;
	visibility: visible;
}

/*.header-bottom__search-input.not-empty:focus ~ .search-result {*/
.js-search__input.not-empty:focus~.search-result {
	opacity: 1;
	visibility: visible;
}

.header-bottom__panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.header-bottom__col {
	margin-right: 25px;
	position: relative;
}

.header-bottom__col:last-child {
	margin-right: 0;
}

.header-bottom__col:hover .header-cart {
	opacity: 1;
	visibility: visible;
}

.header-bottom__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}

.header-bottom__icon b {
	border-radius: 10px;
	padding: 4px 6px;
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	top: -6px;
	left: 12px;
	background-color: #333;
	color: #fff;
	font-size: 10px;
}

.header-bottom__icon b:empty {
	display: none;
}

.header-bottom__item {
	position: relative;
	display: block;
	z-index: 1;
	padding: 10px 15px 8px;
	margin-left: -15px;
	margin-right: -15px;
}

.header-bottom__item--compare .header-bottom__icon b {
	background-color: #47B370;
}

.header-bottom__item--cart .header-bottom__icon b {
	background-color: #D95136;
}

.header-bottom__item::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #00A1D9;
	z-index: -1;
	-webkit-transition: .2s;
	transition: .2s;
	opacity: 0;
	visibility: hidden;
}

.header-bottom__item span {
	margin-top: 7px;
	color: #999;
	font-weight: 500;
	font-size: 9px;
	text-align: center;
	-webkit-transition: .2s;
	transition: .2s;
}

.header-cart {
	position: absolute;
	z-index: 95;
	top: 100%;
	right: -15px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
	box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
	padding: 20px 20px 25px;
	width: 490px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .2s;
	transition: .2s;
}

.header-cart:hover+.header-bottom__item::before {
	opacity: 1;
	visibility: visible;
}

.header-cart:hover+.header-bottom__item span {
	color: #fff;
}

.header-cart__title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 14px;
}

.header-cart__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #E5E5E5;
}

.header-cart__img {
	width: 70px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px;
}

.header-cart__sub {
	font-size: 15px;
	font-weight: 500;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.header-cart__count {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 20px;
}

.header-cart__count .main-count__input {
	width: 42px !important;
	padding-left: 5px;
	padding-right: 5px;
}

.header-cart__price {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 40px;
}

.header-cart__price b {
	font-size: 17px;
	line-height: 100%;
	font-weight: 700;
	display: block;
}

.header-cart__price s {
	font-size: 13px;
	display: block;
	color: #999;
	text-align: center;
	margin-top: 3px;
}

.header-cart__total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 17px 0;
	border-bottom: 1px solid #E5E5E5;
}

.header-cart__total>span {
	font-weight: 500;
	font-size: 15px;
}

.header-cart__total>span b {
	font-weight: 700;
	color: #018EBF;
}

.header-cart__total>b {
	font-size: 25px;
	font-weight: 700;
	color: #018EBF;
	line-height: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 20px;
}

.header-cart__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 25px;
}

.top-advantages {
	background-color: #333;
}

.top-advantages__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.top-advantages__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.top-advantages__col .top-advantages__item:last-child .top-advantages__drop {
	left: auto;
	right: -30px;
}

.top-advantages__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 30px;
	cursor: pointer;
	position: relative;
	padding-bottom: 20px;
}

.top-advantages__item:last-child {
	margin-right: 0;
}

.top-advantages__item img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px;
}

.top-advantages__item>span {
	color: #D9D9D9;
	font-size: 13px;
	font-weight: 500;
}

.top-advantages__item--spec>span {
	color: #fff;
	text-decoration: underline;
}

.top-advantages__item:hover .top-advantages__drop {
	opacity: 1;
	visibility: visible;
}

.top-advantages__drop {
	position: absolute;
	left: -30px;
	top: 100%;
	z-index: 95;
	background-color: #fff;
	width: 260px;
	height: 100px;
	-webkit-box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
	box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
	margin-top: -5px;
	border-radius: 5px;
	padding: 15px;
	-webkit-transition: .2s;
	transition: .2s;
	opacity: 0;
	visibility: hidden;
}

.top-advantages__drop::before {
	content: '';
	position: absolute;
	left: calc(50% - 10px);
	bottom: 100%;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
}

.top-advantages__drop b {
	display: block;
	font-weight: 500;
}

.top-advantages__drop span {
	display: block;
	margin-top: 10px;
	font-size: 13px;
	color: #999;
}

.header-banner {
	background-color: #333;
	color: #fff;
}

.header-banner__wrap {
	padding: 8px 30px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-banner__wrap>img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px;
}

.header-banner__wrap span {
	font-size: 13px;
}

.header-banner__wrap i {
	position: absolute;
	right: 0;
	top: calc(50% - 9px);
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.header-banner.hide {
	display: none;
}

.geo-modal {
	position: absolute;
	left: -15px;
	top: 100%;
	background-color: #fff;
	padding: 20px;
	min-width: 310px;
	z-index: 98;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .2s;
	transition: .2s;
}

.geo-modal__list {
	margin-top: 20px;
	max-height: 300px;
	padding-right: 15px;
}

.geo-modal__list li {
	line-height: 200% !important;
}

.geo-modal__list li label {
	cursor: pointer;
}

.geo-modal__list li label input {
	display: none;
}

.geo-modal__list li label input:checked+span {
	font-weight: 500;
}

.geo-modal__list li span:hover {
	font-weight: 500;
}

.header-top__geo-header.active+.geo-modal {
	opacity: 1;
	visibility: visible;
}

.header-catalog {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% - 36px);
	background: #fff;
	padding: 0 15px;
	z-index: 98;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .2s, visibility .2s;
	transition: opacity .2s, visibility .2s;
}

.header-catalog.active {
	opacity: 1;
	visibility: visible;
}

.header-catalog__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 681px;
	border-left: 1px solid #EBEBEB;
	margin-left: -30px;
}

.header-catalog__col {
	position: relative;
	width: 170px;
	border-right: 1px solid #EBEBEB;
}

.header-catalog__col:nth-of-type(1n + 5) .header-catalog__item {
	border-top: 1px solid #EBEBEB;
}

.header-catalog__col:nth-of-type(1n + 5) .header-catalog__nav {
	top: 0;
	/* bottom: 0; */
}

.header-catalog__col:nth-of-type(4n + 4) .header-catalog__item::before {
	right: auto;
	left: 20px;
	-webkit-transform: rotate(180deg) translateX(-30px);
	transform: rotate(180deg) translateX(-30px);
}

.header-catalog__col:nth-of-type(4n + 4) .header-catalog__nav {
	left: auto;
	right: 100%;
	margin-left: 0;
	margin-right: 1px;
}

.header-catalog__col:nth-of-type(4n + 4):hover .header-catalog__item::before {
	-webkit-transform: rotate(180deg) translateX(0px);
	transform: rotate(180deg) translateX(0px);
}

.header-catalog__col:hover .header-catalog__nav {
	opacity: 1;
	visibility: visible;
}

.header-catalog__col:hover .header-catalog__item::before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.header-catalog__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 170px;
	position: relative;
}

.header-catalog__item::before {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	top: 20px;
	right: 20px;
	z-index: 2;
	background: url(../img/h-catalog-arrow.svg) center center no-repeat;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
	-webkit-transition: opacity .2s, visibility .2s, -webkit-transform .2s;
	transition: opacity .2s, visibility .2s, -webkit-transform .2s;
	transition: opacity .2s, visibility .2s, transform .2s;
	transition: opacity .2s, visibility .2s, transform .2s, -webkit-transform .2s;
}

.header-catalog__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 70px;
}

.header-catalog__sub {
	font-weight: 500;
	font-size: 15px;
	margin-top: 5px;
	text-align: center;
	min-height: 40px;
}

.header-catalog__nav {
	margin: 0;
	position: absolute;
	top: 0;
	left: 100%;
	background: #F5F5F5;
	width: 169px;
	margin-left: 1px;
	height: auto;
	min-height: 100%;
	z-index: 3;
	padding: 15px 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .2s, visibility .2s;
	transition: opacity .2s, visibility .2s;
}

.header-catalog__nav li {
	font-size: 13px;
	margin-bottom: 15px;
	line-height: normal;
	margin-left: 0;
	padding-left: 0;
}

.header-catalog__nav li::before {
	display: none;
}

.header-catalog__nav li:last-child {
	margin-bottom: 0;
}

.header-catalog__nav li a {
	text-decoration: none;
	color: #333;
	-webkit-transition: .2s;
	transition: .2s;
}

.header-catalog__nav li a:hover {
	color: #00A1D9;
}

.search-result {
	position: absolute;
	z-index: 95;
	background-color: #fff;
	width: 100%;
	top: 100%;
	padding-top: 0;
	padding-bottom: 20px;
	-webkit-box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
	box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .2s, visibility .2s;
	transition: opacity .2s, visibility .2s;
}

.search-result__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 12px 20px;
	border-bottom: 1px solid #E5E5E5;
	-webkit-transition: .2s;
	transition: .2s;
}

.search-result__item span {
	font-weight: 500;
	font-size: 13px;
}

.search-result__item b {
	margin-left: 15px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 13px;
	font-weight: 700;
}

.search-result__item:hover {
	background-color: #00A1D9;
	color: #fff;
}

.search-result__all {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
	margin-left: 20px;
}

.search-result__all span {
	font-size: 13px;
	-webkit-transition: .2s;
	transition: .2s;
}

.search-result__all img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 7px;
	-webkit-transition: .2s;
	transition: .2s;
}

.search-result__all:hover img {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.search-result__all:hover span {
	color: #00A1D9;
}

.header-burger {
	display: block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 30px;
}

.header-burger span {
	display: block;
	width: 20px;
	height: 2px;
	background-color: #fff;
	margin-bottom: 4px;
}

.header-burger span:last-child {
	margin-bottom: 0;
}

.mob-search {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0 15px;
	background-color: #333;
	z-index: 98;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .2s;
	transition: .2s;
}

.mob-search.active {
	opacity: 1;
	visibility: visible;
}

.mob-search__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 100%;
}

.mob-search__form .mob-search-wrap {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-left: 55px;
	position: relative;
}

.mob-search__form input {
	background: #333;
	color: #fff;
}

.mob-search__form input::-webkit-input-placeholder {
	color: #fff;
	opacity: .6;
}

.mob-search__form input::-moz-placeholder {
	color: #fff;
	opacity: .6;
}

.mob-search__form input:-ms-input-placeholder {
	color: #fff;
	opacity: .6;
}

.mob-search__form input::-ms-input-placeholder {
	color: #fff;
	opacity: .6;
}

.mob-search__form input::placeholder {
	color: #fff;
	opacity: .6;
}

.mob-search__close {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 30px;
}

.mob-search__btn {
	position: absolute;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.footer {
	padding: 45px 0;
	background-color: #333;
	color: #fff;
}

.footer__row {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: -40px;
}

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

.footer__sub {
	font-size: 20px;
	font-weight: 500;
	line-height: 100%;
	margin-bottom: 28px;
}

.footer__nav {
	margin: 0;
}

.footer__nav li {
	margin-bottom: 15px;
	padding-left: 0;
	margin-left: 0;
}

.footer__nav li::before {
	display: none;
}

.footer__nav li:last-child {
	margin-bottom: 0;
}

.footer__nav li a {
	color: #D9D9D9;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}

.footer__nav li a:hover {
	color: #00A1D9;
}

.footer__contact-block {
	margin-bottom: 25px;
}

.footer__contact-block:last-child {
	margin-bottom: 0;
}

.footer__contact-block p {
	color: #D9D9D9;
	font-size: 15px;
	line-height: 200%;
	margin: 0;
}

.footer__contact-block p b {
	color: #fff;
	font-weight: 500;
}

.footer__item {
	margin-bottom: 24px;
}

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

.footer__item-wrap,
.footer__item a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__item-wrap svg,
.footer__item-wrap img,
.footer__item a svg,
.footer__item a img {
	margin-right: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.footer__item-wrap svg path,
.footer__item a svg path {
	-webkit-transition: .2s;
	transition: .2s;
}

.footer__item-wrap span,
.footer__item a span {
	font-size: 20px;
	font-weight: 500;
	line-height: 100%;
	-webkit-transition: color .2s;
	transition: color .2s;
}

.footer__item-wrap:hover span,
.footer__item a:hover span {
	color: #00A1D9;
}

.footer__item-wrap:hover svg path,
.footer__item a:hover svg path {
	stroke: #00A1D9;
}

.footer__bottom {
	margin-top: 78px;
	padding-top: 45px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__logo {
	width: 75px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.footer__bottom-left {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__text {
	margin: 0 60px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 670px;
	font-size: 13px;
	line-height: 15px;
	color: #999;
}

.footer__soc {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__icon {
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 10px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
}

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

.footer__icon:hover {
	background-color: #00A1D9;
}

.main-section {
	margin: 30px 0;
}

.main-section__row {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.main-section__left {
	width: calc(100% / 12 * 9);
}

.main-section__right {
	width: calc(100% / 12 * 3);
}

.main-section__card {
	margin-bottom: 30px;
}

.main-section__card:last-child {
	margin-bottom: 0;
}

.main-slider {
	width: 100%;
	height: 100%;
	min-height: 470px;
	position: relative;
}

.main-slider__slide {
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	height: auto !important;
}

.main-slider__slide::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(26, 26, 26, 0.8)), to(rgba(51, 51, 51, 0)));
	background: linear-gradient(90deg, rgba(26, 26, 26, 0.8) 0%, rgba(51, 51, 51, 0) 100%);
}

.main-slider__pagination {
	position: absolute;
	z-index: 9;
	left: 0;
	right: 0;
	bottom: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.main-slider__pagination span {
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
	margin: 0 10px !important;
}

.main-slider__circle {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: storke-dashoffset 0.3s;
	transition: storke-dashoffset 0.3s;
}

.main-slider__progress {
	z-index: 9;
	position: absolute;
	bottom: 30px;
	margin-left: 5px;
}

.main-slider__item {
	position: relative;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 70px;
}

.main-slider__content {
	width: 100%;
	max-width: 370px;
}

.main-slider__sub {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	color: #999;
}

.main-slider__title {
	font-weight: 700;
	font-size: 50px;
	line-height: 100%;
	color: #fff;
}

.main-slider__desc {
	margin-top: 15px;
	font-size: 20px;
	color: #fff;
	font-weight: 300;
}

.main-slider__btn {
	margin-top: 26px;
}

.advantages-card {
	width: 100%;
	min-height: 220px;
	height: 100%;
	background-color: #333;
	color: #fff;
	padding: 18px 20px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.advantages-card__desc {
	margin-top: 14px;
	opacity: 0.6;
}

.advantages-card__icon {
	margin-top: 15px;
}

.catalog-section__row {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.catalog-section__right {
	width: 100%;
	max-width: 200px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.catalog-section__wrap {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: grid;
	grid-template-columns: 4fr 3fr 3fr;
	grid-gap: 30px;
	grid-auto-rows: minmax(170px, auto);
}

.catalog-section__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 18px 20px 20px;
	overflow: hidden;
	color: #fff;
	position: relative;
	z-index: 1;
}

.catalog-section__item::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 26, 26, 0.6)), to(rgba(51, 51, 51, 0)));
	background: linear-gradient(360deg, rgba(26, 26, 26, 0.6) 0%, rgba(51, 51, 51, 0) 100%);
	height: 100%;
	max-height: 170px;
	z-index: -1;
}

.catalog-section__title {
	font-size: 20px;
	line-height: 125%;
	font-weight: 500;
}

.catalog-section__sub {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.catalog-section__sub span {
	opacity: 0.6;
}

.catalog-section__sub img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 15px;
}

.catalog-section__card {
	margin-bottom: 30px;
}

.catalog-section__card:last-child {
	margin-bottom: 0;
}

.catalog-adv-card {
	color: #fff;
	background-color: #333;
	padding: 18px 20px 20px;
	min-height: 170px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.catalog-adv-card__sub {
	font-weight: 500;
}

.catalog-adv-card__bottom {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.catalog-adv-card__bottom i {
	display: block;
	margin-left: 15px;
}

.products-section__container,
.cart-modal__container {
	position: relative;
}

.products-section__container .slider-pagination,
.cart-modal__container .slider-pagination {
	display: none;
}

.products-section__slide,
.cart-modal__slide {
	height: auto !important;
}

.cart-modal__container {
	padding-left: 20px;
	padding-right: 20px;
}

.cart-modal__container .slider-button-next {
	right: -5px;
}

.cart-modal__container .slider-button-prev {
	left: -5px;
}

.slider-button-prev.swiper-button-disabled,
.slider-button-next.swiper-button-disabled {
	display: none;
}

.product-card {
	height: 100%;
	background-color: #fff;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.product-card__img {
	position: relative;
	box-sizing: border-box;
	padding: 50%;
	background-color: #fff;
	display: block;
	margin-bottom: 0.5rem;
}

.product-card__img img {
	/* width: 100%; */
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: calc(100% - 10px);
	max-height: calc(100% - 10px);
	width: auto;
	height: auto;
}


.product-card__title {
	margin-top: 3px;
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	display: -webkit-box;
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	/* -webkit-line-clamp: 3; */
	-webkit-box-orient: vertical;
}

.product-card__availability {
	margin-top: 15px;
}

.product-card__price {
	margin-top: 20px;
	/* display: -webkit-box; */
	/* display: -ms-flexbox; */
	/* display: flex; */
	/* -webkit-box-align: end; */
	/* -ms-flex-align: end; */
	/* align-items: flex-end; */
}

.product-card__price b {
	font-size: 30px;
	font-weight: 700;
	line-height: 100%;
}

.product-card__price s {
	font-size: 13px;
	line-height: 100%;
	color: #999;
	margin-left: 10px;
}

.product-card__add {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	/*margin-top: 16px;*/
}

.product-card__add>* {
	margin-top: 16px;
}

.product-card__btn-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-card__btn {
	margin-right: 15px;
}

.product-card__btn:last-child {
	margin-right: 0;
}

.product-card__btn svg path {
	-webkit-transition: .2s;
	transition: .2s;
}

.product-card__btn:hover svg path,
.product-card__btn.active svg path {
	stroke: #00A1D9;
}

.product-card__tag-wrap {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 3;
}

.product-card__tag {
	margin-bottom: 10px;
	position: relative;
}

.product-card__tag .tag span {
	position: absolute;
	left: 0;
	top: 100%;
	white-space: nowrap;
	padding: 3px 5px;
	background-color: #fff;
	font-size: 12px;
	line-height: 1;
	color: #262626;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	transition: .15s;
}

.product-card__tag .tag.black-bg span {
	border: 1px solid #333;
}

.product-card__tag .tag.grey-bg span {
	border: 1px solid #999;
}

.product-card__tag .tag.green-bg span {
	border: 1px solid #47B370;
}

.product-card__tag .tag.red-bg span {
	border: 1px solid #D95136;
}

.product-card__tag .tag.blue-bg span {
	border: 1px solid #018EBF;
}

.product-card__tag .tag.yellow-bg span {
	border: 1px solid #B2A93E;
}

.product-card__tag .tag.violet-bg span {
	border: 1px solid #B3478F;
}

@media(min-width: 992px) {
	.product-card__tag .tag span {
		display: none;
	}
}

.product-card__tag .tag.active span {
	opacity: 1;
	visibility: visible;
}

@media (max-width: 767px) {
	.product-card__tag {
		margin-bottom: 3px;
	}
}

.product-card__tag:last-child {
	margin-bottom: 0;
}

.product-card__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 20px 20px;
	padding-left: 30px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.product-card__info-left {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.product-card__info-right {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.product-card__control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-card__count {
	margin-right: 30px;
}

.product-card--table-view {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0;
}

.product-card--table-view .product-card__img {
	margin: 20px;
	width: 170px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
}

.product-card--table-view .product-card__title {
	margin: 0;
	max-width: 370px;
}

.product-card--table-view .product-card__btn-wrap {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.product-card--table-view .product-card__price {
	text-align: right;
	display: block;
	margin: 0 0 15px 0;
}

.product-card--table-view .product-card__price s {
	display: block;
	margin: 4px 0 0;
}

.product-card__delete {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 10;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.availability {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.availability i {
	margin-right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.availability i span {
	display: block;
	margin-right: 2px;
	width: 3px;
	height: 13px;
	background-color: #D9D9D9;
}

.availability i span:last-child {
	margin-right: 0;
}

.availability>span {
	font-size: 13px;
	color: #999;
}

.availability>span b {
	color: #333;
	font-weight: 500;
}

.advantages-section {
	margin-top: 50px;
}

.advantages-section__row {
	margin-bottom: -30px;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.advantages-section__col {
	margin-bottom: 30px;
	width: 25%;
}

.post-header {
	padding-top: 20px;
	padding-bottom: 38px;
}

.post-header .post-title {
	margin: 0;
}

.breadcrumbs {
	margin-bottom: 30px;
}

.breadcrumbs a,
.breadcrumbs img,
.breadcrumbs span {
	display: inline;
	vertical-align: middle;
	font-size: 13px;
}

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

.breadcrumbs span {
	color: #999;
}

.breadcrumbs img {
	display: inline-block;
	margin: 0 6px;
}

.post-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}

.post-title h2 {
	margin: 0;
}

.post-title__link {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 30px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.post-title__link span {
	font-size: 13px;
	-webkit-transition: .2s;
	transition: .2s;
}

.post-title__link span:hover {
	color: #00A1D9;
}

.post-title__link img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 7px;
}

.category-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 0 0 32px 0;
}

.category-banner__img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.category-banner__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.category-banner__content {
	background-color: #fff;
	padding: 20px;
	padding-left: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.category-banner__content p {
	color: #999;
}

.category-banner__link {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.category-banner .section-title__about {
	margin-left: 0;
}

.category-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -1px;
	margin-top: 30px;
}

.category-list__col {
	width: 129px;
	margin-bottom: 1px;
	margin-right: 1px;
}

.category-list__item {
	display: block;
	background-color: #fff;
	padding: 10px 14px 18px;
	-webkit-transition: color .2s;
	transition: color .2s;
}

.category-list__item:hover {
	color: #018EBF;
}

.category-list__img {
	width: 70px;
	margin: 0 auto;
}

.category-list__sub {
	text-align: center;
	margin-top: 16px;
	font-size: 13px;
	line-height: 100%;
}

.category-tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 34px;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: -10px;
}

.category-tag__item {
	margin: 0 5px 10px;
	display: block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.category-tag__item input {
	display: none;
}

.category-tag__item input:checked+span {
	background-color: #00A1D9;
	color: #fff;
}

.category-tag__item span {
	font-size: 13px;
	padding: 10px 15px;
	background-color: #fff;
	border-radius: 20px;
	-webkit-transition: .2s;
	transition: .2s;
	display: block;
}

.category-tag__item:hover span {
	background-color: #00A1D9;
	color: #fff;
}

.category {
	/* margin-top: 32px; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

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

.category__filter-open {
	margin-bottom: 15px;
}

.category__filter-open .btn {
	display: block;
	width: 100%;
	font-size: 20px;
}

.category-aside {
	width: 270px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 30px;
}

.category-aside__block {
	margin-bottom: 30px;
	position: relative;
}

.category-aside__block:last-child {
	margin-bottom: 0;
}

.category-aside__block--parameters .category-aside__drop-sub svg,
.category-aside__block--parameters .category-aside__drop-sub img {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.category-aside__block--parameters .category-aside__drop-sub.active svg,
.category-aside__block--parameters .category-aside__drop-sub.active img {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.category-aside__sub {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
	padding: 15px 20px;
}

.category-aside__sub span {
	font-size: 20px;
	font-weight: 500;
	line-height: 100%;
}

.category-aside__sub img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 15px;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
}

.category-aside__sub.active img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.category-aside__wrap {
	background-color: #fff;
	border-top: 1px solid #D9D9D9;
	display: none;
}

.category-aside__drop {
	border-bottom: 1px solid #D9D9D9;
}

.category-aside__drop:last-child {
	border-bottom: 0;
}

.category-aside__drop-sub {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #fff;
	padding: 12px 20px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
}

.category-aside__drop-sub span {
	font-weight: 500;
	font-size: 15px;
	-webkit-transition: .2s;
	transition: .2s;
}

.category-aside__drop-sub svg,
.category-aside__drop-sub img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 15px;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
}

.category-aside__drop-sub svg path {
	-webkit-transition: .2s;
	transition: .2s;
}

.category-aside__drop-sub:hover {
	background-color: #00A1D9;
}

.category-aside__drop-sub:hover span {
	color: #fff;
}

.category-aside__drop-sub:hover svg path {
	stroke: #fff;
}

.category-aside__drop-sub.active svg,
.category-aside__drop-sub.active img {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.category-aside__nav {
	margin-left: 20px;
	margin-right: 20px;
}

.category-aside__nav:last-child .category-aside__link-lvl-1 {
	border-bottom: 0;
}

.category-aside__nav:last-child .category-aside__nav-lvl-2 {
	border-top: 1px solid #EBEBEB;
	border-bottom: 0;
}

.category-aside__link-lvl-1 {
	font-size: 13px;
	padding: 12px 0;
	display: block;
	border-bottom: 1px solid #EBEBEB;
	-webkit-transition: color .2s;
	transition: color .2s;
}

.category-aside__link-lvl-1:hover {
	color: #00A1D9;
}

.category-aside__nav-lvl-2 {
	padding: 10px 0 15px;
	padding-left: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-bottom: 1px solid #EBEBEB;
}

.category-aside__link-lvl-2 {
	font-size: 11px;
	margin-bottom: 10px;
	-webkit-transition: .2s;
	transition: .2s;
}

.category-aside__link-lvl-2:last-child {
	margin-bottom: 0;
}

.category-aside__link-lvl-2:hover {
	color: #00A1D9;
}

.category-aside__btn-wrap {
	padding: 20px;
}

.category-aside__btn-wrap button {
	margin-bottom: 20px;
	display: block;
	width: 100%;
}

.category-aside__btn-wrap button:last-child {
	margin-bottom: 0;
}

.category-aside__banner {
	margin-top: 30px;
}

.category-aside__banner .catalog-section__item {
	height: 370px;
}

.category-aside__banner .catalog-section__item .catalog-section__title {
	font-size: 20px;
}

.category-aside__list {
	padding: 10px 20px;
	position: relative;
}

.category-aside__wrap-3 .category-aside__list {
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom: 1px solid #D9D9D9;
}

.category-aside__wrap-3:last-child .category-aside__list {
	border-bottom: 0 none;
}

.category-aside__filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #EBEBEB;
	padding: 7px 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.category-aside__filter:hover span::before {
	border-color: #999;
}

.category-aside__filter:last-child {
	border-bottom: 0;
}

.category-aside__filter input {
	/* display: none; */
	position: absolute;
	z-index: -1;
	opacity: 0;
	height: 14px;
}

.bx-filter-parameters-box {
	position: relative;
}

.category-aside__filter input:checked+span {
	font-weight: 500;
}

.category-aside__filter input:checked+span::before {
	border-color: #999;
}

.category-aside__filter input:checked+span::after {
	display: block;
}

.category-aside__filter input:checked~svg path {
	stroke: #00A1D9;
}

.category-aside__filter span {
	position: relative;
	padding-left: 35px;
	line-height: 25px;
	font-size: 13px;
}

.category-aside__filter span::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
	-webkit-transition: border-color .1s;
	transition: border-color .1s;
}

.category-aside__filter input[disabled]+span::before {
	background-color: #eee;
	/* opacity: 0.5; */
}

.category-aside__filter span::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	background: url(../img/check.svg) center center no-repeat;
	display: none;
}

.category-aside__filter svg,
.category-aside__filter img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 15px;
}

.category-aside__filter svg path {
	-webkit-transition: .2s;
	transition: .2s;
}

.category-aside__filter b {
	font-weight: 700;
	font-size: 13px;
	color: #999;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 15px;
}

.category-aside__scroll-wrap {
	margin-right: -15px;
	max-height: 200px;
}

.category-aside__scroll-wrap .custom-scroll {
	padding-right: 15px !important;
}

.category-aside__scroll-wrap .scroll-element.scroll-y {
	right: 0px !important;
}

.category-aside__search {
	margin-bottom: 5px;
	padding-right: 45px !important;
}

.category-aside__list--search {
	padding-bottom: 15px;
}

.category-aside__list--search .category-aside__filter {
	padding-bottom: 5px;
	padding-top: 5px;
}

.category-aside__list--search .category-aside__scroll-wrap {
	max-height: 175px;
}

.category-aside__search-icon {
	position: absolute;
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	top: 10px;
	right: 20px;
	z-index: 3;
}

.category-aside__search-icon img {
	width: 16px;
	height: 16px;
}

.category-aside__close-wrap {
	padding: 15px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: space-between;
}

.category-aside__close-wrap .head {
	font-size: 20px;
}

.category-aside__close {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.price-filter {
	padding: 10px 20px 20px;
}

.price-filter__count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.price-filter__count i {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 1px;
	width: 13px;
	background: #333;
	margin: 0 5px;
}

.price-filter__count span {
	margin-left: 5px;
}

.price-filter__wrap {
	margin-top: 20px;
}

.category-panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 20px;
	background-color: #fff;
	margin-bottom: 30px;
}

.category-panel__found {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
}

.category-panel__found span {
	color: #999;
}

.category-panel__found b {
	margin-left: 5px;
	color: #018EBF;
	font-weight: 700;
}

.category-panel__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.category-panel__count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.category-panel__count>span {
	color: #999;
}

.category-panel__count-row {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 10px;
}

.category-panel__view {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 30px;
}

.category-panel__view span,
.category-panel__view a {
	margin-right: 15px;
	display: block;
}

.category-panel__view .fake {
	cursor: pointer;
}

.category-panel__view span:last-child,
.category-panel__view a:last-child {
	margin-right: 0;
}

.category-panel__view span svg path {
	stroke: #018EBF;
}

.category-panel__view .fake svg path {
	stroke: #333333;
}

.category-panel__sort {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 270px;
	margin: 0 30px;
}

.category-products {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.category-products__col {
	width: 33.333333%;
	margin-bottom: 30px;
}

.cols-4 .category-products__col {
	width: 25%;
}

.category-products__col--table-view {
	width: 100%;
	margin-bottom: 30px;
}

.filter-show {
	position: absolute;
	z-index: 96;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
	box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	border-radius: 5px;
	-webkit-transform: translateY(-10px) translateX(250px);
	transform: translateY(-10px) translateX(250px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .2s, visibility .2s;
	transition: opacity .2s, visibility .2s;
}

.filter-show.active {
	opacity: 1;
	visibility: visible;
}

.filter-show::before {
	content: '';
	position: absolute;
	top: calc(50% - 10px);
	right: 100%;
	border-top: 10px solid transparent;
	border-right: 10px solid #fff;
	border-bottom: 10px solid transparent;
}

.filter-show__close {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 18px;
	height: 18px;
}

.text-section {
	margin: 60px 0;
}

.text-section__row {
	margin-top: 35px;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.text-section__sub {
	width: 300px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #999;
}

.text-section__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.text-section__content p,
.text-section__content ul,
.text-section__content ol {
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid-column;
}

.card-advantages {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}

.card-advantages__col {
	margin: 0 5px 10px;
	position: relative;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.card-advantages__col:hover .card-advantages__desc {
	opacity: 1;
	visibility: visible;
}

.card-advantages__col:hover {
	background-color: #00A1D9 !important;
}

.card-advantages__col:hover .card-advantages__sub span {
	color: #fff !important;
}

.card-advantages__col:hover .card-advantages__sub svg path {
	stroke: #fff;
}

.card-advantages__col:first-child .card-advantages__desc {
	left: 0;
}

.card-advantages__col:first-child .card-advantages__desc::before {
	left: 30px;
}

.card-advantages__col:last-child .card-advantages__desc {
	left: auto;
	right: 0;
}

.card-advantages__col:last-child .card-advantages__desc::before {
	left: auto;
	right: 30px;
}

.card-advantages__sub {
	/* background-color: #fff; */
	cursor: pointer;
	padding: 12px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
}

.card-advantages__sub span {
	font-size: 13px;
	-webkit-transition: .2s;
	transition: .2s;
}

.card-advantages__sub svg,
.card-advantages__sub img {
	margin-left: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.card-advantages__sub svg path {
	-webkit-transition: .2s;
	transition: .2s;
}

.card-advantages__desc {
	position: absolute;
	z-index: 96;
	top: 100%;
	left: calc(50% - 130px);
	padding: 15px;
	background-color: #fff;
	width: 260px;
	-webkit-box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
	box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	margin-top: 10px;
	-webkit-transition: .2s;
	transition: .2s;
}

.card-advantages__desc::before {
	content: '';
	position: absolute;
	left: calc(50% - 10px);
	bottom: 100%;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
}

.card-advantages__desc b {
	font-size: 15px;
	font-weight: 500;
	display: block;
}

.card-advantages__desc span {
	display: block;
	margin-top: 10px;
	font-size: 13px;
	color: #999;
}

.card {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-bottom: 50px;
}



.features__list {
	padding: 0;
	list-style: none;
	margin-bottom: 0;
}

.features__item {
	background-color: #fff;
	border-bottom: 1px solid #e6e6e6;
	margin: 0.625rem 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.5625rem 1.25rem;
	padding-right: 0.625rem;
	border-radius: 1px;
	-webkit-transition: 250ms;
	-o-transition: 250ms;
	transition: 250ms;
	font-size: 0.8125rem;
	color: #262626;
}

.product-page__features li:first-of-type {
	margin-top: 0;
}

.features__item::before {
	display: none;
}

.features__heading {
	display: block;
	color: #262626;
}

.features__item svg {
	margin-left: auto;
}

.product-page__features.features .features__info {
	position: absolute;
	left: calc(100% + 5px);
	top: -10px;
	width: 375px;
	-webkit-box-shadow: 0 0 10px 4px rgb(10 12 13 / 20%);
	box-shadow: 0 0 10px 4px rgb(10 12 13 / 20%);
	background-color: #fff;
	padding: 1.25rem;
	z-index: 900;
	display: none;
	color: #999999;
	font-size: 0.8375rem;
}

.features__info .features__heading {
	font-size: 1.0625rem;
	line-height: 1;
	margin-bottom: 0.5rem;
}







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

.card__info,
.card__summary {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 300px;
}

.card__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card__img {
	position: relative;
}

.card__img-item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .2s;
	transition: .2s;
}

.card__img-item.active {
	opacity: 1;
	visibility: visible;
}

.card__img-item {
	box-sizing: border-box;
	padding: 50%;
	background-color: #fff;
	display: block;
}

.card__img-item img {
	/* width: 100%; */
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: calc(100% - 30px);
	max-height: calc(100% - 30px);
	width: auto;
	height: auto;
}

.card__img-item:first-child {
	position: relative;
}


.card__thumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.card__thumbs-item {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 30px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 70px;
}

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

.card__info-col:last-child {
	/*margin-bottom: 0;*/
}

.card__info-col .advantages-card {
	min-height: 0;
}

.card__info-col .advantages-card__title {
	font-size: 20px;
	font-weight: 500;
}

.card__info-col .advantages-card__desc {
	margin-top: 10px;
	font-size: 13px;
}

.card__info-col--advantages {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

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

.card__specifications-all {
	margin-top: 20px;
}

.card__specifications-all .section-title__about {
	margin: 0;
}

.card__sold {
	width: calc(100% / 12 * 6);
}

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

.card-color__sub {
	font-size: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.card-color__sub span {
	color: #999;
}

.card-color__sub b {
	font-weight: 700;
	margin-left: 5px;
}

.card-color__row {
	margin-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: -10px;
}

.card-color__col {
	margin: 0 5px 10px;
}

.card-color__item {
	display: block;
	cursor: pointer;
	position: relative;
}

.card-color__item input {
	display: none;
}

.card-color__item input:checked+span,
.card-color__item.active span {
	border-color: transparent;
}

.card-color__item input:checked+span::before,
.card-color__item.active span::before {
	display: block;
}

.card-color__item input:disabled+span,
.card-color__item.disabled span {
	border-color: transparent;
}

.card-color__item input:disabled+span::before,
.card-color__item.disabled span::before {
	border: 1px solid #D3D3D3;
	display: block;
}

.card-color__item input:disabled+span::after,
.card-color__item.disabled span::after {
	content: '';
	position: absolute;
	left: -5px;
	right: -5px;
	top: 50%;
	height: 1px;
	background-color: #D3D3D3;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.card-color__item input:disabled+span span,
.card-color__item.disabled span span {
	opacity: 1;
}

.card-color__item>span {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 5px solid #F5F5F5;
	position: relative;
}

.card-color__item>span:hover+.card-color__preview {
	opacity: 1;
	visibility: visible;
}

.card-color__item>span>span {
	display: flex;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
}

.card-color__item>span>span .color-bg {
	width: 100%;
	height: 100%;
}

.card-color__item>span::before {
	content: '';
	position: absolute;
	left: -5px;
	right: -5px;
	top: -5px;
	bottom: -5px;
	border: 2px solid #018EBF;
	border-radius: 50%;
	display: none;
}

.card-color__preview {
	position: absolute;
	left: calc(50% - 85px);
	bottom: 100%;
	width: 170px;
	background-color: #fff;
	border-radius: 5px;
	z-index: 96;
	-webkit-box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
	box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
	margin-bottom: 10px;
	padding-bottom: 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .2s;
	transition: .2s;
}

.card-color__preview::before {
	content: '';
	position: absolute;
	left: calc(50% - 10px);
	top: 100%;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
}

.card-color__preview img {
	width: 170px;
}

.card-color__preview span {
	margin-top: 10px;
	font-size: 13px;
	color: #999;
	display: block;
	text-align: center;
	padding: 0 15px;
}

.card-color__preview b {
	margin-top: 10px;
	font-weight: 700;
	font-size: 15px;
	display: block;
	text-align: center;
	padding: 0 15px;
}

.specifications__item {
	padding: 12px 0 13px;
	border-bottom: 1px solid #E5E5E5;
	font-size: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.specifications__item>span {
	color: #999;
	margin-right: 10px;
	-ms-flex-negative: 0;
	/* flex-shrink: 0; */
}

.specifications__item b {
	font-weight: 500;
	text-align: right;
}

.specifications__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.specifications__stars {
	margin-right: 10px;
}

.stars-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.stars-rating img {
	margin-right: 5px;
}

.stars-rating img:last-child {
	margin-right: 0;
}

.card-summary {
	padding: 18px 20px 20px;
	background-color: #fff;
	height: 100%;
}

.vm-yourprice__old-box {
	color: #999;
	font-size: .75rem;
}

.card-summary__code {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
	margin-bottom: 30px;
}

.card-summary__code span {
	color: #999;
}

.card-summary__code b {
	margin-left: 5px;
	font-weight: 700;
}

.card-summary__price-sub {
	font-weight: 500;
	font-size: 20px;
	color: #999;
	margin-bottom: 15px;
}

.card-summary__price-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.card-summary__price-row b {
	font-weight: 700;
	font-size: 40px;
	line-height: 100%;
}

.card-summary__price-row b span {
	font-size: 25px;
}

.yourprice__vat {
	color: #168FBD;
	font-size: 14px;
	background-color: #D6F4FF;
	padding: 4px;
	font-weight: 500;
	gap: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
}

.card-summary__price-row s {
	margin-left: 10px;
	font-size: 13px;
	color: #999;
	line-height: 100%;
	padding-bottom: 3px;
}

.card-summary__cheaper {
	cursor: pointer;
	/* margin-top: 17px; */
	margin-top: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.card-summary__cheaper img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 7px;
}

.card-summary__cheaper span {
	font-weight: 500;
	font-size: 13px;
}

.card-summary__btn-wrap {
	margin-top: 30px;
}

.card-summary__btn-wrap .btn {
	display: block;
	width: 100%;
	margin-top: 20px;
}

.card-summary__btn-wrap .btn:first-child {
	margin-top: 0px;
}

.card-summary__btn-wrap .btn-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.card-summary__controls {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.card-summary__controls-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 18px;
}

.card-summary__controls-item:last-child {
	margin-right: 0;
}

.card-summary__controls-item svg,
.card-summary__controls-item img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 7px;
}

.card-summary__controls-item svg path {
	-webkit-transition: .2s;
	transition: .2s;
}

.card-summary__controls-item span {
	font-size: 13px;
	font-weight: 500;
	-webkit-transition: color .2s;
	transition: color .2s;
}

.card-summary__controls-item:hover svg path,
.card-summary__controls-item.active svg path {
	stroke: #00A1D9;
}

.card-summary__controls-item:hover span,
.card-summary__controls-item.active span {
	color: #00A1D9;
}

.card-delivery {
	margin-top: 40px;
}

.card-delivery__sub {
	font-size: 15px;
	font-weight: 500;
	line-height: 100%;
	margin-bottom: 10px;
}

.card-delivery__item {
	padding: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #EBEBEB;
}

.card-delivery__item img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 15px;
}

.card-delivery__item:last-child {
	border-bottom: 1px solid #EBEBEB;
}

.card-delivery__col {
	font-size: 13px;
	line-height: 120%;
}

.card-delivery__col span {
	display: block;
	color: #999;
}

.card-delivery__col b {
	font-weight: 400;
	display: block;
}

.card-availability {
	margin-top: 30px;
}

.equipment {
	margin: 50px 0;
}

.equipment__col {
	margin-bottom: 10px;
}

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

.equipment__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
	padding: 15px 20px;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
}

.equipment__header.active {
	background-color: #333;
}

.equipment__header.active b {
	color: #fff;
}

.equipment__header.active i span {
	background-color: #fff;
}

.equipment__header.active i span:last-child {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.equipment__header b {
	font-size: 20px;
	font-weight: 500;
	-webkit-transition: color .2s;
	transition: color .2s;
}

.equipment__header i {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	display: block;
	width: 18px;
	height: 18px;
}

.equipment__header i span {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	height: 1px;
	width: 18px;
	background-color: #018EBF;
	-webkit-transition: .2s;
	transition: .2s;
}

.equipment__header i span:last-child {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.equipment__wrap {
	display: none;
}

.equipment__item {
	background-color: #fff;
	padding: 10px 20px;
	border-bottom: 1px solid #D9D9D9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.equipment__item:last-child {
	border-bottom: 0;
}

.equipment__item.disabled .equipment__img {
	opacity: .5;
}

.equipment__item.disabled .equipment__title {
	color: #999;
}

.equipment__item.disabled .equipment__price {
	color: #999;
}

.equipment__item.disabled .equipment__btn .btn {
	background-color: #D9D9D9 !important;
	border-color: #D9D9D9 !important;
	color: #999 !important;
	pointer-events: none;
}

.equipment__left {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 818px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.equipment__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 30px;
}

.equipment__img {
	width: 70px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: block;
}

.equipment__title {
	margin-left: 30px;
	font-size: 15px;
	font-weight: 500;
	line-height: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: block;
}

.equipment__availability {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 30px;
	min-width: 150px;
}

.equipment__price {
	margin-right: 30px;
	min-width: 70px;
	text-align: right;
}

.equipment__price b {
	font-size: 20px;
	font-weight: 700;
	line-height: 100%;
}

.equipment__price s {
	display: block;
	margin-top: 4px;
	font-size: 13px;
	line-height: 100%;
	color: #999;
}

.post-section {
	margin: 50px 0;
}

.product-info__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	background-color: #fff;
	border-bottom: 1px solid #D9D9D9;
}

.product-info__tab {
	font-size: 15px;
	font-weight: 500;
	padding: 16px 30px;
	border-right: 1px solid #D9D9D9;
	/* width: 20%; */
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: .2s;
	transition: .2s;
	flex: 1 1 25%;
}

.product-info__tab:last-child {
	border-right: 0;
}

.product-info__tab.active,
.product-info__tab:hover {
	background-color: #333;
	color: #fff;
}

.product-info__wrap {
	background-color: #fff;
}

.product-info__block {
	display: none;
	padding: 25px 30px 40px;
}

body .pt0 {
	padding-top: 0;
}

body .pb0 {
	padding-bottom: 0;
}

body .pl0 {
	padding-left: 0;
}

body .pr0 {
	padding-right: 0;
}

.product-info__block h4 {
	font-weight: 500;
}

.product-info__block .text-section,
.product-info__block .text-section__row {
	margin-top: 0;
	margin-bottom: 0;
}

.product-info__specifications {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	margin-top: -5px;
	margin-bottom: 25px;
}

.product-info__specifications:last-child {
	margin-bottom: 0;
}

.product-info__specifications .specifications__item {
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid-column;
}

.kit__row {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.kit__card {
	width: calc(100% / 12 * 3);
}

.kit__symbol {
	width: calc(100% / 12);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.kit__result {
	width: calc(100% / 12 * 4);
}

.kit__symbol-icon {
	width: 100%;
	height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
}

.kit__item {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #fff;
	padding: 25px 30px;
}

.kit__bottom {
	margin-top: 30px;
}

.kit__sub {
	color: #999;
	font-size: 30px;
	font-weight: 700;
	line-height: 100%;
	margin-bottom: 20px;
}

.kit__desc {
	font-size: 20px;
	font-weight: 500;
}

.kit__price-sub {
	margin-bottom: 16px;
	font-size: 20px;
	color: #999;
}

.kit__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.kit__price b {
	font-size: 40px;
	font-weight: 700;
	line-height: 100%;
}

.kit__price s {
	margin-left: 10px;
	font-size: 13px;
	line-height: 100%;
	padding-bottom: 2px;
	color: #999;
}

.kit__btn {
	margin-top: 26px;
}

.collections_first.col {
	width: 33.3333%;
}

.collections_second.col {
	width: 66.6667%;
}

.collections__row {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: -30px;
}

.collections__col {
	width: 25%;
	margin-bottom: 30px;
}

.collections__item {
	display: block;
	position: relative;
	padding: 20px;
	background-color: #fff;
}

.collections__img {
	background-color: #fff;
	position: relative;
	padding: 50%;
}

.collections__img img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.collections__info {
	position: absolute;
	z-index: 3;
	top: 100%;
	left: 0;
	margin-top: -30px;
	background-color: #fff;
	padding: 0 15px;
	width: 100%;
}

.collections__title {
	display: none;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 25px;
}

.collections__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.collections__price b {
	font-size: 15px;
	font-weight: 700;
	line-height: 100%;
}

.collections__price s {
	font-size: 13px;
	color: #999;
	line-height: 100%;
	margin-left: 10px;
}

.product-sold {
	padding: 30px;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
}

.product-sold__top {
	max-width: 440px;
}

.product-sold__bottom {
	margin-top: 30px;
}

.product-sold__title {
	font-size: 30px;
	line-height: 100%;
	font-weight: 700;
}

.product-sold__sub {
	margin-top: 26px;
	font-weight: 500;
	font-size: 20px;
	line-height: 126%;
	color: #999;
}

.product-sold__desc {
	font-size: 15px;
	font-weight: 500;
}

.product-sold__btn {
	margin-top: 20px;
}

.cart-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 50px;
	margin-bottom: 30px;
}

.cart-title.first {
	margin-top: 0;
}

.cart-title h2 {
	margin: 0;
}

.cart-title span {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #018EBF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	line-height: 100%;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 15px;
}

.cart__item {
	margin-bottom: 30px;
	background-color: #fff;
	-webkit-transition: -webkit-box-shadow .2s;
	transition: -webkit-box-shadow .2s;
	transition: box-shadow .2s;
	transition: box-shadow .2s, -webkit-box-shadow .2s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.cart__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.cart__img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 170px;
	padding: 20px;
}

.cart__title {
	display: block;
	max-width: 370px;
	font-weight: 500;
	font-size: 20px;
}

.cart__col {
	padding: 20px 0;
	margin-left: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cart__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 20px 50px 20px 20px;
	padding-left: 0;
	margin-left: 30px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 500px;
}

.basket-item-delete {
	position: absolute;
	right: 10px;
	top: 10px;
}

.cart__compare {
	margin-top: 30px;
}

.cart__compare .card-summary__controls-item svg,
.cart__compare .card-summary__controls-item img {
	margin-right: 0;
	margin-left: 7px;
}

.cart__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.cart__count {
	margin: 0 30px;
}

.cart__price b {
	display: block;
	font-size: 30px;
	line-height: 100%;
}

.cart__price s {
	display: block;
	margin-top: 4px;
	font-size: 13px;
	line-height: 100%;
	color: #999;
	text-align: center;
}

.cart__price--total b {
	color: #018EBF;
}

.cart__coupon {
	margin-top: .5rem;
}

.cart__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
}

.cart__availability {
	min-width: 110px;
	margin-left: 30px;
}

.cart__code {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 170px;
	font-size: 13px;
}

.cart__code span {
	color: #999;
}

.cart__code b {
	font-weight: 700;
	margin-left: 5px;
}

.cart__recover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 23px 20px;
	background-color: #EBEBEB;
	margin-bottom: 30px;
}

.cart__recover>span {
	font-size: 15px;
	font-weight: 500;
	color: #999;
}

.cart__recover>span b {
	font-weight: 500;
	color: #333;
}

.cart__recover-btn {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cart__recover-btn span {
	font-size: 13px;
	-webkit-transition: color .2s;
	transition: color .2s;
}

.cart__recover-btn svg,
.cart__recover-btn img {
	margin-left: 7px;
}

.cart__recover-btn svg path {
	-webkit-transition: .2s;
	transition: .2s;
}

.cart__recover-btn:hover span {
	color: #00A1D9;
}

.cart__recover-btn:hover svg path {
	stroke: #00A1D9;
}

.cart-promo {
	background-color: #fff;
	/* margin-bottom: 30px; */
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cart-promo__desc {
	font-size: 13px;
	max-width: 270px;
	margin-right: 30px;
	line-height: 120%;
	color: #999;
}

.cart-promo__more {
	margin-left: 30px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.cart-promo__info {
	margin-left: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cart-promo__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 584px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.cart-promo__sub {
	font-size: 16px;
	font-weight: 500;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.cart-promo__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-left: 35px;
}

.cart-promo__btn {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 10px;
}

.cart-promo__input {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 180px;
}

.cart-total {
	margin-bottom: 30px;
	padding: 25px 30px;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cart-total__sub {
	font-weight: 500;
	font-size: 25px;
}

.cart-total__sub b {
	font-weight: 7000;
	color: #018EBF;
}

.cart-total__count {
	color: #018EBF;
	font-size: 40px;
	line-height: 100%;
	font-weight: 700;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 30px;
	text-align: right;
}

.cart-total--vat {
	color: #999;
	font-size: 1rem;
	line-height: 100%;
	font-weight: 300;
	padding-top: .25em;
}

.cart-total__count s {
	display: block;
	margin-top: 4px;
	font-size: 13px;
	line-height: 100%;
	color: #999;
}

.cart-order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 80px;
}

.cart-order__btn .btn.btn-img {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-width: 270px;
}

.order-item {
	padding: 30px 30px 35px;
	background-color: #fff;
}

.order-item__radio {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.order-item__radio:last-child {
	margin-bottom: 0;
}

.order-item__radio .main-radio {
	/* min-width: 320px; */
	display: flex;
	flex-direction: row;
	align-items: baseline;
}

.order-item__radio-desc {
	margin-left: 35px;
	color: #999;
}

.order-item__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

.order-item__meta:last-child {
	/* margin-bottom: 0; */
}

.bx-soa-description .order-item__meta {
	margin-bottom: 0;
}

.order-item__meta-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	max-width: 540px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.order-item__meta-row .main-input {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.order-item__label {
	margin-top: 11px;
	display: block;
	min-width: 170px;
	font-weight: 500;
}

.order-item__meta-desc {
	margin-left: 30px;
	color: #999;
}

.order-count {
	margin: 30px 0;
	padding: 20px 30px 30px;
	background-color: #fff;
}

.order-count__item {
	padding: 10px 0;
	border-bottom: 1px solid #D9D9D9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.order-count__item>span {
	font-size: 20px;
	font-weight: 500;
}

.order-count__item>b {
	font-size: 30px;
	font-weight: 700;
	line-height: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 30px;
	text-align: right;
}

.order-count__total {
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.order-count__total>span {
	font-size: 30px;
	font-weight: 500;
}

.order-count__total>b {
	font-size: 40px;
	font-weight: 700;
	line-height: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 30px;
	color: #018EBF;
}

.hide,
#bx-soa-total-mobile,
#bx-soa-basket,
#bx-soa-main-notifications,
.order-item .alert,
.bx-soa-tooltip {
	display: none !important;
}

.bonus {
	padding-bottom: 10px;
}

.bonus__item {
	margin-bottom: 30px;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

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

.bonus__title {
	font-size: 25px;
	font-weight: 700;
}

.bonus__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 18px 0 20px;
	padding-left: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: calc(100% / 12 * 4 - 40px);
}

.bonus__btn {
	margin-top: 15px;
}

.bonus__info {
	max-width: 450px;
	-ms-flex-item-align: center;
	align-self: center;
	padding: 20px 0;
	margin: 0 30px;
}

.bonus__info>b {
	font-size: 15px;
	font-weight: 500;
	line-height: 134%;
}

.bonus__info>p {
	margin: 3px 0 0;
	font-size: 13px;
	line-height: 134%;
}

.bonus__code {
	margin-top: 14px;
	font-size: 13px;
	color: #999;
}

.bonus__code b {
	font-weight: 500;
	color: #333;
}

.bonus__right {
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 290px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-left: 1px solid #D9D9D9;
}

.bonus__sub {
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
}

.bonus__desc {
	font-size: 13px;
	margin-top: 15px;
	color: #999;
}

.bonus__btn-check {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-top: 15px;
}

.support {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.support__aside {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 270px;
	margin-right: 30px;
}

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

.support__links {
	margin-bottom: 30px;
}

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

.support__block {
	margin-bottom: 30px;
}

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

.support__info {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 20px;
}

.support__info img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
}

.support__info span {
	font-size: 13px;
	line-height: 134%;
}

.support-nav__item {
	padding: 8px 15px;
	border: 0;
	margin-bottom: 10px;
	-webkit-transition: background-color .2s, -webkit-box-shadow .2s;
	transition: background-color .2s, -webkit-box-shadow .2s;
	transition: box-shadow .2s, background-color .2s;
	transition: box-shadow .2s, background-color .2s, -webkit-box-shadow .2s;
}

.support-nav__item:hover {
	-webkit-box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
	box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
}

.support-nav__item:last-child {
	margin-bottom: 0;
}

.support-contacts {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 18px 20px 20px;
	background-color: #fff;
}

.support__aside .support-contacts {
	display: none;
}

.support__wrap .support-contacts {
	display: block;
}

@media (min-width: 992px) {
	.support__aside .support-contacts {
		display: block;
	}

	.support__wrap .support-contacts {
		display: none;
	}
}


.support-contacts:last-child {
	margin-bottom: 0;
}

.support-contacts__bottom {
	margin-top: 50px;
}

.support-contacts__title {
	margin: 0;
}

.support-contacts__sub {
	margin-bottom: 14px;
	font-size: 13px;
	color: #999;
}

.support-contacts__tel {
	font-size: 25px;
	font-weight: 500;
	line-height: 120%;
	color: #018EBF;
}

.support-contacts__tel span {
	font-weight: 400;
}

.support-contacts__link {
	margin-top: 26px;
}

.support-advantages {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 0px;
}

.support-advantages__col {
	width: 33.3333333%;
	margin-bottom: 30px;
}

.support-advantages__item {
	height: 100%;
	background-color: #fff;
}

.support-advantages__img {
	height: 180px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #333;
}

.support-advantages__sub {
	padding: 25px 20px;
	font-size: 20px;
	font-weight: 700;
	line-height: 100%;
	text-align: center;
}

.support-guide {
	padding: 18px 20px 40px;
	background-color: #fff;
}

.support-guide__list {
	margin-top: 30px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

.support-guide__list li {
	margin-left: 0;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid-column;
	padding-left: 28px;
}

.support-guide__list li::before {
	display: none;
}

.support-guide__list li::after {
	content: '';
	position: absolute;
	left: 0;
	top: 1px;
	width: 18px;
	height: 18px;
	background: url(../img/search-result-arrow.svg) center center no-repeat;
}

.reviews__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #fff;
	margin-bottom: 30px;
}

.reviews__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 984px;
}

.reviews__img {
	width: 170px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.reviews__col {
	padding: 20px 0 30px;
	margin-left: 30px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.reviews__meta {
	margin-left: 30px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 20px 30px 0;
	text-align: right;
}

.reviews__title {
	font-size: 20px;
	font-weight: 500;
	line-height: 100%;
}

.reviews__desc {
	margin-top: 11px;
	font-size: 15px;
	line-height: 134%;
	color: #999;
}

.reviews__date {
	font-size: 13px;
	color: #999;
}

.reviews__rating {
	margin-top: 20px;
}

.reviews__rating b {
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 7px;
	display: block;
}

.order-accepted {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: -webkit-box-shadow .2s;
	transition: -webkit-box-shadow .2s;
	transition: box-shadow .2s;
	transition: box-shadow .2s, -webkit-box-shadow .2s;
	margin-bottom: 30px;
}

.order-accepted:last-child {
	margin-bottom: 0;
}

.order-accepted:hover {
	-webkit-box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
	box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
}

.order-accepted__icon {
	width: 170px;
	min-height: 100px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: #333;
}

.order-accepted__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-left: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 0;
}

.order-accepted__title {
	font-size: 30px;
	font-weight: 700;
	line-height: 100%;
	width: calc(100% / 10 * 5 - 15px);
}

.order-accepted__desc {
	margin-left: 30px;
	width: calc(100% / 10 * 3 - 15px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.order-accepted__desc span {
	color: #999;
	margin-right: 5px;
}

.order-accepted__desc b {
	font-weight: 500;
}

.order-accepted__link {
	padding: 0 30px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.accepted-block {
	padding: 18px 20px 30px;
	background-color: #fff;
	margin-bottom: 30px;
	min-height: 160px;
}

.accepted-block:last-child {
	margin-bottom: 0;
}

.accepted-block__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}

.accepted-block__title h3 {
	margin: 0;
}

.accepted-block__title img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 20px;
}

.accepted-block--form {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.accepted-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 10px;
}

.accepted-wrap__col {
	width: calc(50% - 15px);
}

.accepted-faqs {
	padding-top: 10px;
}

.accepted-faqs__header {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.accepted-faqs__header::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	background: url(../img/aside-arrow.svg) center center no-repeat;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
}

.accepted-faqs__header.active::before {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.accepted-faqs__item {
	margin-bottom: 10px;
}

.accepted-faqs__item:last-child {
	margin-bottom: 0;
}

.accepted-faqs__desc {
	padding-top: 10px;
	padding-left: 28px;
	font-size: 15px;
	color: #999;
	line-height: 134%;
	display: none;
}

.accepted-client {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.accepted-client__col {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 30px;
}

.accepted-client__info {
	max-width: 250px;
}

.accepted-client__tel {
	font-weight: 500;
	font-size: 25px;
	margin-bottom: 2px;
	color: #018EBF;
}

.accepted-client__tel span {
	font-weight: 400;
}

.accepted-client__desc {
	margin-top: 12px;
	font-size: 13px;
	color: #999;
}

.accepted-form {
	margin-top: 10px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.accepted-form__item {
	margin-top: 26px;
}

.accepted-form__item:first-child {
	margin-top: 0;
}

.accepted-form__item textarea {
	min-height: 100px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.accepted-form__item--textarea {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.accepted-form__sub {
	margin-bottom: 7px;
	font-size: 15px;
	font-weight: 500;
	display: block;
}

.accepted-form__btn {
	margin-top: 20px;
}

.contacts {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	position: relative;
	z-index: 1;
}

.contacts::before {
	content: '';
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0;
	height: 100%;
	background-color: #fff;
	z-index: -1;
}

.contacts__col {
	width: 25%;
	flex: 1;
}

.contacts__col:first-child .contacts__item {
	padding-right: 0;
	padding-left: 20px;
}

.contacts__col:last-child .contacts__item {
	background-color: #EBEBEB;
	padding-left: 20px;
}

.contacts__col:last-child .contacts__meta-wrap {
	margin-top: 0;
}

.contacts__col:last-child .contacts__meta {
	border-top: 0;
	border-bottom: 1px solid #D9D9D9;
}

.contacts__item {
	background-color: #fff;
	padding: 18px 0 30px;
	padding-right: 20px;
	height: 100%;
}

.contacts__title {
	font-size: 20px;
	line-height: 100%;
	font-weight: 500;
	margin-bottom: 30px;
}

.contacts__tel {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contacts__tel img {
	margin-right: 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.contacts__tel span {
	font-size: 25px;
	font-weight: 500;
	color: #018EBF;
	line-height: 100%;
}

.contacts__tel span span {
	font-weight: 400;
	color: #999;
}

.contacts__link {
	margin-top: 10px;
}

.contacts__time {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contacts__time img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px;
}

.contacts__time span {
	font-size: 15px;
	font-weight: 700;
}

.contacts__meta-wrap {
	margin-top: 20px;
}

.contacts__meta {
	font-size: 13px;
	border-top: 1px solid #D9D9D9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 0;
}

.contacts__meta span {
	margin-right: 5px;
	color: #999;
}

.contacts__meta b {
	font-weight: 400;
}

.contacts__geo {
	margin-bottom: 33px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.contacts__geo img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px;
	margin-top: 1px;
}

.contacts__geo span {
	font-weight: 500;
	font-size: 15px;
	line-height: 134%;
}

.contacts__email {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 25px;
}

.contacts__email img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px;
}

.contacts__email span {
	font-size: 15px;
	font-weight: 500;
}

.contacts__prop {
	margin-bottom: 17px;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
}

.contacts__address {
	margin-top: 17px;
	font-size: 13px;
	line-height: 132%;
}

.contacts__address b {
	display: block;
	color: #999;
	margin-bottom: 3px;
	font-weight: 400;
}

.contacts__address span {
	display: block;
}

.contacts-map {
	margin-top: 40px;
}

.contacts-map__wrap {
	position: relative;
	padding-bottom: 40%;
}

.contacts-map__iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.contacts-feedback {
	margin-top: 40px;
}

.contacts-feedback__form {
	padding: 30px 30px 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #fff;
}

.contacts-feedback__col {
	width: calc(50% - 15px);
}

.contacts-feedback__sub {
	display: block;
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 7px;
}

.contacts-feedback__item {
	margin-bottom: 26px;
}

.contacts-feedback__item:last-child {
	margin-bottom: 0;
}

.contacts-feedback__item textarea {
	height: 156px;
}

.contacts-feedback__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contacts-feedback__wrap .main-input {
	max-width: 200px;
}

.contacts-feedback__cap {
	width: 160px;
	height: 40px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px;
}

.contacts-feedback__btn {
	padding-left: 15px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: auto;
}

.compare {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.compare__left {
	width: calc(100% / 12 * 3);
	min-width: 250px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 30px;
}

.compare__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.compare__col {
	width: calc(33.333333% - 20px);
	margin-right: 30px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 30px;
}

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

.compare .product-card {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	height: auto;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.compare__info {
	margin-top: 30px;
	padding: 20px 0 30px;
	background-color: #fff;
	margin-left: -30px;
}

.compare__meta {
	font-size: 13px;
	font-weight: 500;
	padding: 12px 0;
	padding-right: 20px;
	text-align: right;
	border-bottom: 1px solid #E5E5E5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.compare__delete-btn {
	margin-top: 30px;
	margin-right: 20px;
	text-align: right;
}

.compare__specifications {
	margin-right: -30px;
}

.compare__specifications .compare__info {
	margin-left: 0;
	padding-left: 30px;
	padding-bottom: 100px;
}

.compare__specifications .compare__meta {
	text-align: left;
	padding-right: 0;
	color: #999;
}

.compare-filter {
	padding: 23px 20px 30px;
	background-color: #fff;
}

.compare-filter__sub {
	margin-bottom: 25px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
}

.compare-filter__btn {
	margin-top: 22px;
}

.compare-filter__radio {
	margin-bottom: 10px;
}

.compare-filter__radio:last-child {
	margin-bottom: 0;
}

.compare-scroll .scroll-element.scroll-x {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 5px;
}

.compare-scroll .scroll-element.scroll-x .scroll-element_outer {
	border-radius: 4px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.compare-scroll .scroll-element.scroll-x .scroll-element_size {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.compare-scroll .scroll-element.scroll-x .scroll-element_track {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #EBEBEB;
}

.compare-scroll .scroll-element.scroll-x .scroll-bar {
	background: #999999;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.lk h2 {
	margin-top: 40px;
}

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

.lk-orders {
	overflow-x: auto;
}

.lk-orders__icon {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 10px;
	border-radius: 50%;
	vertical-align: middle;
}

.lk-orders__icon+span {
	vertical-align: middle;
}

.lk-orders__icon.grey-bg {
	background-color: #D9D9D9 !important;
}

.lk-orders table {
	width: 100%;
	border-collapse: collapse;
	font-size: 13px;
}

.lk-orders table tr td,
.lk-orders table tr th {
	padding-right: 30px;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
}

.lk-orders table tr td:first-child,
.lk-orders table tr th:first-child {
	padding-left: 20px;
}

.lk-orders table tr td:last-child,
.lk-orders table tr th:last-child {
	padding-right: 20px;
	text-align: right;
}

.lk-orders table tr th {
	color: #999;
	padding-top: 13px;
	padding-bottom: 13px;
	border-bottom: 1px solid #018EBF;
	font-weight: 400;
	white-space: nowrap;
}

.lk-orders table tr td {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E5E5E5;
	white-space: nowrap;
}

.lk-orders table tr td:nth-child(1) {
	font-weight: 500;
}

.lk-orders table tr td:nth-child(2) {
	color: #999;
}

.lk-orders table tr td:nth-child(3) {
	color: #999;
}

.lk-orders table tr td:nth-child(5) {
	font-weight: 700;
	font-size: 15px;
}

.lk-orders table tbody tr:last-child td {
	border-bottom: 0;
}


.last-orders__table {
	display: none;
}

.mob-orders__table {
	display: block;
}

.mob-orders__table .item {
	margin-bottom: 20px;
}

.mob-orders__table .item .field {
	background-color: #fff;
	padding: 15px 15px 0 15px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-direction: row;
}

.mob-orders__table .item .field.name {
	padding-top: 13px;
	padding-bottom: 13px;
	border-bottom: 1px solid #018EBF;
	font-weight: 600;
}

.mob-orders__table .item .field:first-child {}

.mob-orders__table .item .field:last-child {
	padding-bottom: 15px;
}

.mob-orders__table .item .field div {
	color: #999;
}

.mob-orders__table .item .field div:last-child {
	color: #000;
	text-align: right;
}

@media (min-width: 992px) {
	.last-orders__table {
		display: table;
	}

	.mob-orders__table {
		display: none;
	}
}









.lk-accounts {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: -30px;
}

.lk-accounts__col {
	width: 50%;
	margin-bottom: 30px;
}

.lk-accounts__item {
	background-color: #333;
	display: block;
	height: 100%;
	padding: 18px 20px 14px;
	color: #fff;
}

.lk-accounts__item span {
	display: block;
	font-size: 20px;
	font-weight: 500;
	line-height: 100%;
}

.lk-accounts__item b {
	display: block;
	margin-top: 18px;
	font-weight: 700;
	font-size: 50px;
	line-height: 100%;
	text-align: right;
}

.lk-info {
	padding: 18px 20px 20px;
	background-color: #fff;
	margin-bottom: 30px;
}

.lk-info:last-child {
	margin-bottom: 0;
}

.lk-info__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 12px;
}

.lk-info__title {
	font-weight: 500;
	line-height: 100%;
}

.lk-info__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 13px;
	padding: 12px 0;
	border-bottom: 1px solid #E5E5E5;
}

.lk-info__item span {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	white-space: nowrap;
	margin-right: 15px;
	color: #999;
}

.lk-info__item b {
	font-weight: 500;
	text-align: right;
}

.lk-info__item:last-child {
	/* border-bottom: 0; */
}

.lk-info__item.pay-button-wrap {
	border-bottom: 0;
}

.order-lk {
	margin-top: 40px;
	margin-bottom: 30px;
}

.order-lk:first-child {
	margin-top: 0;
}

.order-lk:last-child {
	margin-bottom: 0;
}

.order-lk__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.order-lk__header h2 {
	margin: 0;
}

.order-lk__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.order-lk__status {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
}

.order-lk__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 30px;
}

.order-lk__btn {
	margin-right: 22px;
}

.order-lk__btn:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

.order-lk__row {
	margin-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 18px 20px 0;
	background-color: #fff;
}

.order-lk__col {
	width: calc(50% - 15px);
	margin-bottom: 30px;
}

.order-lk__link {
	margin-top: 16px;
}

.order-lk__price {
	font-size: 20px;
	line-height: 100%;
	font-weight: 700 !important;
}

.order-tracking {
	margin-top: 40px;
	margin-bottom: 30px;
}

.order-tracking:first-child {
	margin-top: 0;
}

.order-tracking:last-child {
	margin-bottom: 0;
}

.order-tracking__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.order-tracking__header h2 {
	margin: 0;
}

.order-tracking__num {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
}

.order-tracking__num span {
	color: #999;
}

.order-tracking__num b {
	margin-left: 5px;
	font-weight: 700;
}

.order-tracking__steps {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 15px 15px 0;
	background-color: #fff;
}

.order-tracking__steps-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 16.6666666%;
	padding-left: 5px;
	padding-right: 5px;
}

.order-tracking__steps-item b {
	font-size: 13px;
	font-weight: 500;
	display: block;
	max-width: 70px;
}

.order-tracking__steps-item span {
	display: block;
	margin-top: 10px;
	height: 5px;
	width: 100%;
	background-color: #EBEBEB;
}

.order-tracking__table {
	overflow-x: auto;
}

.order-tracking__table table {
	border-collapse: collapse;
	width: 100%;
	font-size: 13px;
}

.order-tracking__table table tr td,
.order-tracking__table table tr th {
	padding-right: 30px;
	white-space: nowrap;
	text-align: left;
	background-color: #fff;
}

.order-tracking__table table tr td:first-child,
.order-tracking__table table tr th:first-child {
	padding-left: 20px;
}

.order-tracking__table table tr td:last-child,
.order-tracking__table table tr th:last-child {
	padding-right: 20px;
	min-width: 160px;
}

.order-tracking__table table tr th {
	padding-top: 22px;
	padding-bottom: 22px;
	color: #999;
	font-weight: 400;
}

.order-tracking__table table tr td {
	border-top: 1px solid #D9D9D9;
	color: #999;
	padding-top: 17px;
	padding-bottom: 17px;
}

.order-tracking__table table tr td:first-child {
	color: #333;
	font-weight: 500;
	white-space: normal;
}

.order-tracking__table table tr td i {
	margin: 0;
	display: block;
}

.order-tracking__table table tr td .arrow-link {
	color: #333;
}

.lk-products table {
	border-collapse: collapse;
	width: 100%;
}

.lk-products table tr th {
	font-size: 13px;
	font-weight: 400;
	padding-right: 30px;
	text-align: right;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #018EBF;
	color: #999;
	white-space: nowrap;
}

.lk-products table tr th:first-child {
	text-align: left;
	padding-left: 20px;
}

.lk-products table tr th:last-child {
	padding-right: 20px;
}

.lk-products table tr td,
.lk-products table tr th {
	background-color: #fff;
}

.lk-products table tr td {
	border-bottom: 1px solid #D9D9D9;
	padding-right: 30px;
	text-align: right;
	vertical-align: top;
}

.lk-products table tr td:first-child {
	text-align: left;
	max-width: 570px;
}

.lk-products table tr td:last-child {
	padding-right: 20px;
}

.lk-products__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.lk-products__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 170px;
	min-width: 170px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 30px;
}

.lk-products__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 24px;
	padding-bottom: 24px;
}

.lk-products__title {
	font-size: 20px;
	line-height: 100%;
	font-weight: 500;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.lk-products__code {
	margin-top: 20px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
}

.lk-products__code span {
	color: #999;
}

.lk-products__code b {
	font-weight: 700;
	margin-left: 5px;
}

.lk-products__count {
	font-size: 20px;
	line-height: 150%;
	color: #999;
	font-weight: 700;
	padding-top: 24px;
	padding-bottom: 24px;
}

.lk-products__count b {
	display: none;
}

.lk-products__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 170px;
	padding-top: 24px;
	padding-bottom: 24px;
	white-space: nowrap;
	min-width: 150px;
}

.lk-products__price b {
	display: block;
	font-size: 20px;
	line-height: 100%;
	font-weight: 700;
}

.lk-products__price s {
	display: block;
	margin-top: 4px;
	font-size: 13px;
	line-height: 100%;
	color: #999;
}

.lk-products__link {
	margin-top: 20px;
}

.lk-products__delivery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 14px 20px 16px;
	background-color: #fff;
	border-bottom: 1px solid #D9D9D9;
}

.lk-products__delivery>b {
	white-space: nowrap;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 30px;
	font-size: 20px;
	line-height: 100%;
	font-weight: 700;
}

.lk-products__delivery-col b {
	font-size: 15px;
	line-height: 134%;
	font-weight: 500;
	display: block;
}

.lk-products__delivery-col span {
	margin-top: 5px;
	display: block;
	font-size: 13px;
	color: #999;
}

.lk-products__total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px;
	background-color: #fff;
}

.lk-products__total>span {
	font-size: 25px;
	font-weight: 500;
}

.lk-products__total b {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	white-space: nowrap;
	margin-left: 15px;
	font-size: 30px;
	line-height: 100%;
	font-weight: 700;
	color: #018EBF;
}

.lk-products__total b span {
	color: #999;
}

.lk-form {
	padding: 30px 30px 35px;
	background-color: #fff;
}

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

.lk-form__row--refund .lk-form__col,
.lk-form__row--refund .lk-form__col_50 {
	margin-bottom: 0;
}

.lk-form__row--refund .lk-form__item {
	margin-bottom: 26px;
}

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

.lk-form__row--sum {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.lk-form__col,
.lk-form__col_50 {
	width: calc(50% - 15px);
	margin-bottom: 26px;
}

.lk-form__sub {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 7px;
	display: inline-block;
}

.lk-form__title {
	font-weight: 500;
	margin: 34px 0 24px;
}

.lk-form__wrap {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.lk-form__wrap .lk-form__item {
	width: calc(50% - 15px);
}

.lk-form__wrap-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.lk-form__wrap-col .main-input {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.lk-form__cap {
	width: 180px;
	height: 40px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px;
}

.lk-form__reg {
	/* width: calc(50% - 15px); */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.lk-form__reg span {
	font-size: 13px;
	color: #999;
	text-align: right;
	margin: 15px 15px 15px 0;
}

.lk-form__input-desc {
	font-size: 13px;
	color: #999;
	padding-bottom: 14px;
}

.lk-form__radio-wrpa {
	margin-top: 28px;
}

.lk-form__radio {
	margin-bottom: 20px;
}

.lk-form__radio:last-child {
	margin-bottom: 0;
}

.lk-form__desc {
	padding-left: 35px;
	margin-top: 8px;
	font-size: 13px;
	line-height: 132%;
	color: #999;
}

.lk-form__info p {
	font-size: 13px;
	color: #999;
}

.lk-form__info p b {
	font-weight: 500;
	color: #333;
}

.lk-form__send {
	margin-top: 35px;
}

.mob-menu__close {
	display: none;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.catalog-section__wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		margin-bottom: -30px;
	}

	.catalog-section__item {
		width: calc(33.33333% - 30px);
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 30px;
		min-height: 170px;
	}
}

@media (max-width: 1269px) {
	.top-advantages__drop {
		left: 0;
	}

	.top-advantages__drop::before {
		left: 50px;
	}

	.top-advantages__col .top-advantages__item:last-child .top-advantages__drop {
		right: 0;
	}

	.top-advantages__col .top-advantages__item:last-child .top-advantages__drop::before {
		left: auto;
		right: 50px;
	}

	.products-section__container .slider-button-prev,
	.products-section__container .slider-button-next,
	.cart-modal__container .slider-button-prev,
	.cart-modal__container .slider-button-next {
		display: none;
	}

	.products-section__container .slider-pagination,
	.cart-modal__container .slider-pagination {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.modal-delivery {
		padding-bottom: 50px;
	}

	.cart-promo__desc {
		margin-right: 0;
	}

	.cart__info {
		display: block;
	}

	.cart__code {
		min-width: 0;
	}

	.cart__availability {
		min-width: 0;
		margin-left: 0;
		margin-top: 10px;
	}
}

@media (max-width: 1199px) {
	.header-top__info {
		display: block;
	}

	.header-top__col {
		margin-right: 0;
	}

	.category-products__col {
		width: 50%;
	}

	.cols-4 .category-products__col {
		width: 33.333333%;
	}

	.category-panel__view {
		margin-left: 15px;
	}

	.card-advantages {
		display: none;
	}

	.collections__col {
		/*width: 20%;*/
	}

	.compare__col {
		width: calc(50% - 15px);
	}

	.contacts__col {
		width: 50%;
	}

	.contacts__item {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.contacts__geo {
		max-width: 250px;
	}

	.contacts__col {
		padding: 0;
	}

	.contacts {
		margin: 0;
	}

	.contacts-feedback__wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contacts-feedback__wrap .main-input {
		width: calc(100% - 170px);
		max-width: none;
	}

	.contacts-feedback__btn {
		padding: 0;
		margin: 20px 0 0;
		width: 100%;
	}

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

	.order-lk__left {
		display: block;
	}

	.order-lk__status {
		margin-left: 0;
		margin-top: 10px;
	}

	.lk-form__reg .btn {
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
		min-height: 40px;
	}
}

@media (min-width: 992px) {
	.header-top__item a {
		-webkit-transition: .2s;
		transition: .2s;
	}

	.header-top__item a:hover {
		color: #00A1D9;
	}

	.catalog-section__item,
	.catalog-adv-card,
	.product-card {
		-webkit-transition: .2s;
		transition: .2s;
	}

	.catalog-section__item:hover,
	.catalog-adv-card:hover,
	.product-card:hover {
		-webkit-box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
		box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
	}

	.products-section__slider,
	.cart-modal__slider {
		padding: 20px;
		margin: -50px -20px -20px;
	}

	.slider-button-prev:hover,
	.slider-button-next:hover {
		background-color: #00A1D9;
	}

	.slider-button-prev:hover svg path,
	.slider-button-next:hover svg path {
		stroke: #fff;
	}

	.collections__item:hover .collections__img {
		position: relative;
		z-index: 4;
	}

	.collections__item:hover .collections__title {
		display: -webkit-box;
	}

	.collections__item:hover .collections__info {
		-webkit-box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
		box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
		top: 0;
		margin-top: 0;
		padding: 100% 15px 15px;
	}

	.header-bottom__item:hover::before {
		opacity: 1;
		visibility: visible;
	}

	.header-bottom__item:hover span {
		color: #fff;
	}

	.header-burger,
	.header-bottom__col--mob,
	.category__filter-open,
	.category-aside__close-wrap,
	.mob-search,
	.mob-menu {
		display: none;
	}

	.catalog-section__item:nth-child(1) {
		grid-row: 1/4;
	}

	.catalog-section__item:nth-child(1) .catalog-section__title {
		font-size: 30px;
		line-height: 100%;
	}

	.catalog-section__item:nth-child(2),
	.catalog-section__item:nth-child(3) {
		grid-row: 1/3;
	}

	.cart__item:hover {
		-webkit-box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
		box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
	}

	.bonus__item {
		-webkit-transition: -webkit-box-shadow .2s;
		transition: -webkit-box-shadow .2s;
		transition: box-shadow .2s;
		transition: box-shadow .2s, -webkit-box-shadow .2s;
	}

	.bonus__item:hover {
		-webkit-box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
		box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
	}

	.reviews__item {
		-webkit-transition: -webkit-box-shadow .2s;
		transition: -webkit-box-shadow .2s;
		transition: box-shadow .2s;
		transition: box-shadow .2s, -webkit-box-shadow .2s;
	}

	.reviews__item:hover {
		-webkit-box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
		box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.2);
	}

	.mob-menu {
		display: none !important;
	}
}

@media (max-width: 991px) {
	#panel {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 2000;
	}

	.header {
		position: fixed;
		top: -67px;
		left: 0;
		right: 0;
		z-index: 1000;
		transition: top 0.5s;
	}

	.header-bottom__row {
		height: 28px;
	}

	.header.active {
		top: 0;
	}

	.main {
		padding-top: 60px;
	}

	h2 {
		text-align: center;
	}

	.section-title__tabs+.section-title__col {
		text-align: center;
	}

	ul li {
		margin-left: 0;
	}

	.products-section__container .slider-pagination,
	.cart-modal__container .slider-pagination {
		bottom: -20px;
	}

	.modal-delivery__header {
		margin-bottom: 25px;
	}

	.cart-modal__container {
		padding-left: 0;
		padding-right: 0;
	}

	.header-top,
	.header-banner,
	.header-bottom__wrap,
	.header-bottom__logo span,
	.header-cart,
	.filter-show,
	.header-catalog,
	.top-advantages {
		display: none;
	}

	.header-bottom__item span {
		display: none;
	}

	.header-bottom__item {
		padding: 0;
		margin: 0;
	}

	.header-bottom__item:last-child {
		margin-right: 0;
	}

	.header-bottom__col {
		margin-right: 15px;
	}

	.header-bottom {
		padding: 15px 0;
	}

	.header-bottom__panel {
		margin-left: auto;
		padding-right: 5px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.header-bottom__logo {
		max-width: 80px;
	}

	.footer__col {
		width: 50%;
	}

	.footer__bottom {
		margin-top: 40px;
		padding-top: 40px;
	}

	.footer {
		padding: 40px 0 30px;
	}

	.main-section__row {
		display: block;
	}

	.main-section__right {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 30px;
	}

	.main-section__card {
		width: calc(50% - 15px);
		margin: 0;
	}

	.main-slider {
		min-height: 0;
	}

	.main-section__left {
		width: 100%;
	}

	.section-title h2 {
		line-height: normal;
	}

	.catalog-section__right {
		max-width: 100%;
		margin-top: 30px;
	}

	.catalog-section__row {
		display: block;
	}

	.catalog-section__wrap {
		grid-template-columns: 1fr 1fr 1fr;
		grid-auto-rows: minmax(220px, auto);
	}

	.catalog-section__right {
		max-width: none;
		width: auto;
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: 30px;
		margin-top: 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.catalog-section__card {
		padding-left: 15px;
		padding-right: 15px;
		width: 33.33333%;
	}

	.catalog-section__card:last-child {
		margin-bottom: 30px;
	}

	.catalog-adv-card {
		height: 100%;
	}

	.catalog-section__item::before {
		max-height: none;
		background: rgba(51, 51, 51, 0.5);
	}

	.advantages-section__col {
		width: 50%;
	}

	.post-title {
		display: block;
		text-align: center;
	}

	.post-title .post-title__link {
		display: none;
	}

	.breadcrumbs {
		text-align: center;
	}

	.category-list,
	.category-tag {
		display: none;
	}

	.category-panel__col,
	.category-products__col--table-view {
		display: none;
	}

	.category-panel__sort {
		margin-right: 0;
	}

	.category-aside {
		margin-right: 0;
		width: 100%;
		position: fixed;
		/* left: 0; */
		left: -100%;
		top: 0;
		height: 100%;
		overflow-y: auto;
		z-index: 98;
		background-color: #F5F5F5;
		/* -webkit-transform: translateX(-100%); */
		/* transform: translateX(-100%); */
		/* -webkit-transition: .4s; */
		transition: .4s;
		padding-bottom: 50px;
	}

	/*.category-aside.active {*/
	.mobile-filter-opened .category-aside {
		left: 0;
		/* -webkit-transform: translateX(0); */
		/* transform: translateX(0); */
	}

	.bx-filter-button-box {
		position: fixed;
		bottom: 0;
		left: -100%;
		width: 100%;
		background-color: #fff;
		transition: .4s;
		border-top: 1px solid #D9D9D9;
	}

	.mobile-filter-opened .category-aside .bx-filter-button-box {
		left: 0;
	}

	.bx-filter-button-box button {
		margin-bottom: 0;
	}

	.bx-filter-button-box #del_filter {
		display: none;
	}

	.mobile-filter-opened .main {
		position: relative;
		z-index: 10000;
	}

	.category-aside__banner,
	.category-aside__block--catalog {
		display: none;
	}

	.text-section__content {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	.category-aside__sub {
		display: none;
	}

	.card {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.card__gallery {
		width: 100%;
		margin-bottom: 30px;
	}

	.card__info,
	.card__summary {
		width: 50%;
	}

	.card-color__preview {
		display: none;
	}

	.card-summary__btn-wrap .btn-img {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.equipment__item {
		display: block;
	}

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

	.equipment__img {
		margin: 0 auto;
	}

	.equipment__title {
		margin: 10px 0 0;
		text-align: center;
	}

	.equipment__availability {
		min-width: 0;
		margin: 10px 0 0;
	}

	.equipment__availability .availability {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.equipment__right {
		margin: 0;
		display: block;
	}

	.equipment__price {
		min-width: 0;
		text-align: center;
		margin: 10px 0 0;
	}

	.equipment__btn {
		margin-top: 10px;
	}

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

	.product-info__top {
		border-left: 1px solid #D9D9D9;
	}

	.product-info__tab {
		width: auto;
		white-space: nowrap;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
		text-align: center;
		border-top: 1px solid #D9D9D9;
		border-right: 1px solid #D9D9D9;
		max-width: 50%;
	}

	.product-info__tab:last-child {
		border-right: 1px solid #D9D9D9;
	}

	.product-info__specifications {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	.collections_first.col,
	.collections_second.col {
		width: 100%;
	}

	.collections__img img {
		margin: 0 auto;
	}

	.collections__col {
		width: 50%;
	}

	.collections__info {
		position: static;
		margin: -15px 0 0;
		padding: 15px;
		text-align: center;
	}

	.collections__price {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.kit__row {
		display: block;
	}

	.kit__card,
	.kit__result {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}

	.kit__symbol {
		width: auto;
		margin: 30px auto;
	}

	.kit__symbol-icon {
		width: 70px;
	}

	.kit__item {
		text-align: center;
	}

	.kit__price {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.card__sold {
		width: 100%;
		text-align: center;
	}

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

	.cart-title {
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.cart__price b {
		font-size: 20px;
	}

	.cart__title {
		font-size: 18px;
	}

	.cart__img {
		width: 140px;
	}

	.cart__col {
		margin-left: 20px;
	}

	.cart-promo {
		display: block;
		text-align: center;
	}

	.cart-promo__content {
		display: block;
		max-width: 100%;
	}

	.cart-promo__form {
		margin-left: 0;
		margin-top: 20px;
		display: block;
	}

	.cart-promo__btn {
		margin-top: 20px;
		margin-left: 0;
	}

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

	.cart-promo__info {
		display: block;
		margin-left: 0;
		margin-top: 15px;
	}

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

	.cart-promo__more {
		margin-left: 0;
		margin-top: 10px;
	}

	.order-item__radio {
		display: block;
	}

	.order-item__meta {
		display: block;
	}

	.order-item__meta-desc {
		margin-left: 170px;
		margin-top: 15px;
	}

	.order-item__radio .main-radio {
		min-width: 0;
		display: block;
	}

	.bonus__item {
		display: block;
		text-align: center;
	}

	.bonus__info {
		max-width: 100%;
		margin: 0;
		padding: 0 20px 20px;
	}

	.bonus__left {
		width: 100%;
		padding: 20px;
	}

	.bonus__right {
		width: 100%;
		border-left: 0;
		border-top: 1px solid #D9D9D9;
		padding: 20px;
	}

	.bonus__btn-check {
		display: block;
		text-align: center;
	}

	.support {
		display: block;
	}

	.support__aside {
		width: 100%;
		margin: 0;
	}

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

	.support__wrap {
		margin-top: 30px;
	}

	.support-advantages__col {
		width: 100%;
	}

	.support-guide h3 {
		text-align: center;
	}

	.support-contacts__bottom {
		margin-top: 30px;
	}

	.compare__col {
		width: 100%;
	}

	.compare__left {
		width: calc(50% - 30px);
	}

	.accepted-wrap__col {
		width: 100%;
		margin-top: 30px;
	}

	.accepted-wrap {
		display: block;
	}

	.accepted-client {
		display: block;
	}

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

	.accepted-client__col {
		margin: 15px 0 0;
	}

	.order-accepted {
		display: block;
	}

	.order-accepted__icon {
		width: 100%;
	}

	.order-accepted__content {
		margin-left: 0;
		display: block;
		text-align: center;
		padding-left: 15px;
		padding-right: 15px;
	}

	.order-accepted__title {
		width: 100%;
		line-height: normal;
		font-size: 25px;
	}

	.order-accepted__desc {
		width: 100%;
		margin: 10px 0 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.order-accepted__link {
		padding: 0;
		margin: 10px 0 0;
	}

	.contacts-feedback__col {
		width: 100%;
		margin-bottom: 26px;
	}

	.contacts-feedback__col:last-child {
		margin-bottom: 0;
	}

	.contacts-feedback__form {
		display: block;
	}

	.modal-product__bottom {
		display: block;
	}

	.modal-product__availability {
		margin: 10px 0 0;
		min-width: 0;
	}

	.modal-product__code {
		min-width: 0;
	}

	.modal-product__title {
		font-size: 15px;
	}

	.modal-product__img {
		width: 100px;
		margin-right: 20px;
	}

	.modal-product__price b {
		font-size: 25px;
	}

	.mob-menu {
		position: fixed;
		right: 100%;
		top: 0;
		width: calc(100% - 50px);
		height: 100%;
		overflow-y: auto;
		background-color: #333;
		z-index: 98;
		padding: 10px 20px 40px;
		color: #fff;
		transition: transform .3s;
		opacity: 0;
		visibility: hidden;
	}

	.mob-menu.active {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	.mob-menu.catalog-open {
		overflow-y: hidden !important;
	}

	.mob-menu__close {
		display: none;
		position: absolute;
		top: 20px;
		right: 20px;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		z-index: 98;
	}

	.mob-menu__close.active {
		display: flex;
		position: fixed;
		background-color: #333;
		width: 50px;
		height: 50px;
		right: 0;
		top: 0;
		justify-content: center;
		align-items: center;
	}

	.mob-menu__catalog-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-size: 15px;
		border-bottom: 1px solid #fff;
		padding: 11px 0;
		cursor: pointer;
	}

	.mob-menu__catalog-item img {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-left: 15px;
	}

	.mob-menu__catalog-item.active+.mob-menu__catalog-drop {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	.mob-menu__catalog-title {
		font-size: 25px;
		font-weight: 500;
		margin-bottom: 10px;
	}

	.mob-menu__catalog-back {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		cursor: pointer;
		margin-bottom: 20px;
	}

	.mob-menu__catalog-back img {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		margin-right: 10px;
	}

	.mob-menu__link {
		font-size: 15px;
		padding: 11px 0;
	}

	.mob-menu .header-top__geo-header {
		margin: 0;
		padding: 0;
		cursor: default;
		margin-bottom: 20px;
	}

	.mob-menu .header-top__geo-header::before {
		display: none;
	}

	.mob-menu .header-top__geo-header svg path {
		stroke: #018EBF !important;
	}

	.mob-menu .header-top__geo-header>span b {
		color: #018EBF;
		font-weight: 500;
	}

	.mob-menu__catalog {
		margin-bottom: 30px;
	}

	.mob-menu__contacts {
		margin-top: 20px;
	}

	.mob-menu__contacts a {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}

	.mob-menu .header-top__item-r {
		padding: 0;
		margin: 0;
	}

	.mob-menu .header-top__item-r span {
		font-size: 15px;
		font-weight: 500;
	}

	.mob-menu__list {
		margin-top: 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.mob-menu__item {
		font-size: 15px;
		padding: 11px 0;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.mob-menu__item img {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-right: 10px;
	}

	.mob-menu__catalog-drop {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		background-color: #333;
		z-index: 97;
		padding: 60px 20px 40px;
		color: #fff;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: .3s;
		transition: .3s;
	}

	.order-lk__header {
		display: block;
	}

	.order-lk__status {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.order-lk__right {
		margin: 15px 0 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.order-lk__col {
		width: 100%;
	}

	.order-lk__col:last-child {
		margin-bottom: 0;
	}

	.order-lk__row {
		padding-bottom: 30px;
	}

	.order-tracking__header {
		display: block;
		text-align: center;
	}

	.order-tracking__num {
		margin: 15px 0 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.order-tracking__steps {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 15px;
	}

	.order-tracking__steps-item {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.order-tracking__steps-item:last-child {
		margin-bottom: 0;
	}

	.order-tracking__steps-item b {
		max-width: 100%;
	}

	.order-tracking__table table tr td:first-child {
		min-width: 222px;
	}

	.order-tracking__table table tr td:last-child,
	.order-tracking__table table tr th:last-child {
		min-width: 0;
	}
}

@media (max-width: 767px) {
	.footer__bottom {
		display: block;
	}

	.footer__soc {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 30px;
	}

	.main-slider__item {
		padding-left: 30px;
		padding-right: 30px;
	}

	.section-title__row {
		display: block;
	}

	.section-title__col {
		margin-left: 0;
		margin-top: 10px;
	}

	.section-title__about {
		margin-left: 0;
	}

	.catalog-section__wrap {
		grid-template-columns: 1fr 1fr;
	}

	.catalog-section__card {
		width: 50%;
	}

	.section-title__tabs {
		display: block;
	}

	.section-title__tabs h2 {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.category-banner {
		display: block;
	}

	.category-banner__img {
		background-color: #fff;
		padding-top: 20px;
	}

	.category-banner__img img {
		width: auto;
		margin: 0 auto;
	}

	.text-section__row {
		display: block;
	}

	.text-section__sub {
		margin-bottom: 20px;
		width: 100%;
	}

	.card__info,
	.card__summary {
		width: 100%;
	}

	.card__gallery {
		order: 1;
	}

	.card__summary {
		/*margin-top: 30px;*/
		order: 2;
	}

	.section-title__row .section-title__col {
		text-align: center;
	}

	.cart__item {
		display: block;
	}

	.cart__right {
		margin: 15px 0 0;
		max-width: 100%;
		padding: 0 20px 20px;
	}

	.cart__col {
		padding-right: 20px;
	}

	.cart__title {
		max-width: 100%;
	}

	.cart__compare {
		margin-top: 15px;
	}

	.cart-total {
		display: block;
		text-align: center;
	}

	.cart-total__count {
		margin-left: 0;
		margin-top: 15px;
		text-align: center;
	}

	.cart-total {
		padding: 20px;
	}

	.cart-order .arrow-link {
		display: none;
	}

	.cart-order {
		display: block;
	}

	.cart-order__btn .btn.btn-img {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.support-guide__list {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	.reviews__item {
		display: block;
		text-align: center;
	}

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

	.reviews__col {
		margin: 0;
		padding: 20px;
	}

	.reviews__img {
		width: 100%;
		height: 170px;
	}

	.reviews__img img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.reviews__meta {
		margin: 0;
		padding: 0 20px 20px;
		text-align: center;
	}

	.reviews__rating {
		margin-top: 10px;
	}

	.reviews__rating .stars-rating {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.contacts-map__wrap {
		padding-bottom: 300px;
	}

	.cart-modal__bottom {
		display: block;
		text-align: center;
	}

	.cart-modal__control {
		margin: 0;
		display: block;
	}

	.cart-modal__btn {
		margin: 10px 0 0;
	}

	.cart-modal__link {
		margin-top: 10px;
	}

	.modal-delivery__header {
		display: block;
		text-align: center;
	}

	.modal-delivery__free {
		display: block;
		margin: 0 0 20px 0;
	}

	.modal-delivery__icon {
		display: none;
	}

	.modal-delivery__col {
		display: block;
		margin-top: 10px;
	}

	.modal-product {
		display: block;
		text-align: center;
	}

	.modal-product__wrap {
		display: block;
		max-width: 100%;
	}

	.modal-product__img {
		margin: 0 auto;
	}

	.modal-product__bottom {
		margin-top: 15px;
	}

	.modal-product__col {
		padding: 0;
	}

	.modal-product__price {
		padding: 0 0 20px;
	}

	.modal-product__count {
		padding: 0;
		margin: 20px 0;
	}

	.modal-product__count .main-count {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.modal-product__availability .availability {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.modal-product__code {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.lk-accounts__col {
		width: 100%;
	}

	.lk-products table thead {
		display: none;
	}

	.lk-products table tbody {
		display: block;
	}

	.lk-products table tbody tr {
		display: block;
		border-bottom: 1px solid #D9D9D9;
		padding: 20px 20px 30px;
		background-color: #fff;
	}

	.lk-products table tbody tr td {
		display: block;
		max-width: 100% !important;
		border-bottom: 0;
		text-align: center;
		padding: 0;
	}

	.lk-products table tbody tr td:first-child {
		text-align: center;
	}

	.lk-products table tbody tr td:last-child {
		padding: 0;
	}

	.lk-products__left {
		display: block;
	}

	.lk-products__img {
		margin: 0 auto;
	}

	.lk-products__col {
		padding: 0;
		margin-top: 10px;
	}

	.lk-products__code {
		margin-top: 15px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.lk-products__count {
		padding: 0;
		margin-top: 12px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		color: #333;
		font-weight: 500;
		font-size: 15px;
	}

	.lk-products__count b {
		display: block;
		font-weight: 400;
	}

	.lk-products__count span {
		margin-left: 5px;
	}

	.lk-products__right {
		display: block;
		padding: 0;
		margin: 15px 0 0;
		min-height: 0;
	}

	.lk-products__link {
		margin-top: 15px;
	}

	.lk-form__col {
		width: 100%;
	}

	.lk-form__col_50:last-child {
		text-align: right;
	}

	.lk-form__wrap {
		display: block;
	}

	.lk-form__reg {
		margin-top: 26px;
		width: 100%;
		display: block;
	}

	.lk-form__wrap .lk-form__item {
		width: 100%;
	}

	.lk-form__reg .btn {
		font-size: 15px;
		min-height: 0;
		display: block;
		width: 100%;
	}

	.lk-form__reg span {
		display: block;
		margin-top: 10px;
	}

	.lk-form__row--refund .lk-form__item:last-child {
		margin-bottom: 26px;
	}

	.lk-form__row--refund .lk-form__col:last-child .lk-form__item:last-child {
		margin-bottom: 0;
	}

	.lk-form__input-desc {
		padding-bottom: 0;
		margin-top: -10px;
	}

	.lk-form__radio-wrpa {
		margin-top: 35px;
	}

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

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

	.cols-4 .category-products__col {
		width: 50%;
	}

	.category-products.row {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.category-products.row .col {
		padding-left: 0;
		padding-right: 0;
		/* border: 1px solid #e6e6e6; */
		margin-bottom: 0;
		border-color: #e6e6e6;
		border-style: solid;
		border-left-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-top-width: 0;
	}

	.category-products.row .col:nth-child(1),
	.category-products.row .col:nth-child(2) {
		border-top-width: 1px;
	}

	.category-products.row .col:nth-child(odd) {
		border-right-width: 0;
	}

}

@media (max-width: 575px) {
	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 25px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 18px;
	}

	.text-section__row {
		margin-top: 0;
	}

	.header-bottom__icon {
		width: 20px;
	}

	.header-bottom__icon b {
		left: 9px;
	}

	.header-bottom__panel {
		padding-right: 10px;
	}

	.header-burger {
		margin-right: 20px;
	}

	.header-bottom__logo {
		width: 60px;
	}

	.footer__col:nth-child(3),
	.footer__col:nth-child(4) {
		width: 100%;
	}

	.footer__bottom-left {
		display: block;
	}

	.footer__text {
		margin: 20px 0 0;
		text-align: center;
	}

	.footer__soc {
		margin-top: 20px;
	}

	.footer__logo {
		margin: 0 auto;
	}

	.footer__bottom {
		margin-top: 30px;
		padding-top: 30px;
	}

	.main-section__right {
		display: block;
	}

	.main-section__card {
		width: 100%;
		margin-top: 30px;
	}

	.main-slider__title {
		font-size: 30px;
		line-height: normal;
	}

	.main-slider__item {
		padding-top: 50px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.catalog-section__wrap {
		display: block;
	}

	.catalog-section__item {
		margin-bottom: 20px;
		min-height: 200px;
	}

	.catalog-section__right {
		/*margin: 20px -10px -20px;*/
		margin: 20px 0px -20px;
		padding: 0;
	}

	.catalog-section__card {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}

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

	.catalog-section__card:last-child {
		margin-bottom: 20px;
	}

	.advantages-card {
		min-height: 170px;
	}

	.advantages-section__col {
		width: 100%;
	}

	.category-banner__img img {
		width: 100%;
	}

	.category-panel {
		/* display: block; */
		padding: 15px 15px;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
	}

	.category-panel__found {
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.category-panel__sort {
		margin: 0 0 0 15px;
		/*max-width: 100%;*/
	}

	.cols-4 .category-products__col {
		width: 100%;
	}

	.main-pagination {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background: none;
		padding: 0;
	}

	.main-pagination__arrow {
		display: none;
	}

	.product-card__img img {
		margin: 0 auto;
	}

	.product-card__title {
		text-align: center;
		font-size: 13px;
	}

	.product-card__availability .availability {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.product-card__price {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.product-card__add {
		/* -webkit-box-orient: vertical; */
		/* -webkit-box-direction: normal; */
		/* -ms-flex-direction: column; */
		/* flex-direction: column; */
		/* -webkit-box-align: center; */
		/* -ms-flex-align: center; */
		/* align-items: center; */
	}

	.product-card__add .btn {
		/* width: 100%; */
		/* display: block; */
		padding-left: 8px;
		padding-right: 8px;
	}

	.product-card__btn {
		margin-right: 8px;
	}

	.product-card__btn-wrap {
		margin-top: 15px;
	}

	.card__thumbs {
		margin-left: -10px;
		margin-right: -10px;
	}

	.card__thumbs-item {
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 20px;
	}

	.collections__row {
		margin-bottom: -20px;
	}

	.collections__col {
		width: 50%;
		margin-bottom: 20px;
	}

	.collections__info {
		padding: 15px 10px;
	}

	.product-info__block {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 30px;
	}

	.category-banner__img {
		padding-top: 0;
	}

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

	.product-sold {
		padding-left: 20px;
		padding-right: 20px;
	}

	.product-sold__title {
		font-size: 20px;
	}

	.product-sold__sub {
		font-size: 15px;
	}

	.cart-title span {
		margin: 0 auto 10px;
	}

	.cart-title {
		display: block;
	}

	.cart__left {
		display: block;
	}

	.cart__img {
		padding-top: 15px;
		margin: 0 auto;
	}

	.cart__col {
		margin: 15px 0 0;
		padding: 0 20px;
		text-align: center;
	}

	.cart__info {
		margin-top: 15px;
	}

	.cart__code {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.cart__availability .availability {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.cart__meta {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.cart__count {
		margin: 15px 0;
	}

	.cart__right {
		margin: 0;
		padding: 20px;
	}

	.cart__right {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

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

	.cart__recover-btn {
		margin-left: 0;
		margin-top: 15px;
	}

	.order-item__label {
		min-width: 0;
		text-align: center;
	}

	.order-item__meta-row {
		display: block;
	}

	.order-item__label {
		margin: 0 0 10px;
	}

	.order-item__meta-desc {
		margin-left: 0;
		text-align: center;
		font-size: 13px;
	}

	.order-item {
		padding: 30px 15px;
	}

	.order-count {
		padding: 30px 15px;
	}

	.order-count__item>span {
		font-size: 15px;
	}

	.order-count__item>b {
		font-size: 20px;
	}

	.order-count__total>span {
		font-size: 20px;
	}

	.order-count__total>b {
		font-size: 25px;
	}

	.bonus__title {
		font-size: 20px;
	}

	.compare__left {
		margin-right: 15px;
		width: 150px;
		min-width: 0;
	}

	.compare-filter {
		padding-left: 15px;
		padding-right: 15px;
	}

	.compare-filter__radio .main-radio label span {
		font-size: 11px;
		line-height: normal;
	}

	.compare-filter__radio {
		margin-bottom: 20px;
	}

	.compare-filter__radio .main-radio label span::before {
		top: -7px;
	}

	.compare-filter__radio .main-radio label span::after {
		top: 1px;
	}

	.compare-filter__btn .btn {
		font-size: 12px;
		padding-left: 5px;
		padding-right: 5px;
		display: block;
		width: 100%;
	}

	.compare .product-card__tag-wrap {
		display: none;
	}

	.compare .product-card__title {
		font-size: 12px;
	}

	.compare .product-card__price b {
		font-size: 18px;
	}

	.compare .product-card {
		padding: 10px;
	}

	.compare .product-card__img {
		margin: -10px -10px;
	}

	.compare .availability>span {
		font-size: 12px;
	}

	.compare .availability i {
		margin-right: 5px;
	}

	.compare__specifications .compare__meta,
	.compare__meta {
		font-size: 10px;
	}

	.product-card__delete {
		top: 10px;
		right: 10px;
	}

	.compare__specifications .compare__info {
		padding-left: 10px;
	}

	.compare__meta {
		padding-right: 10px;
	}

	.reviews__desc,
	.reviews__desc p,
	.reviews__desc li {
		font-size: 13px;
	}

	.accepted-faqs,
	.accepted-faqs__desc {
		font-size: 13px;
	}

	.order-accepted__title {
		font-size: 20px;
	}

	.contacts__col {
		padding: 0;
		width: 100%;
		margin-bottom: 20px;
	}

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

	.contacts {
		margin: 0;
	}

	.contacts::before {
		display: none;
	}

	.contacts__item {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.contacts-map__wrap {
		padding-bottom: 250px;
	}

	.contacts-feedback__form {
		padding-left: 20px;
		padding-right: 20px;
	}

	.modal-delivery {
		padding-left: 20px;
		padding-right: 20px;
	}

	.modal-title {
		font-size: 20px;
	}

	.callback-modal,
	.info-modal,
	.cart-modal {
		padding-top: 40px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.modal-close {
		top: 15px;
		right: 15px;
	}

	.modal-title {
		padding-right: 0;
		text-align: center;
	}

	.callback-modal__bottom {
		display: block;
	}

	.callback-modal__btn {
		margin-right: 0;
		margin-bottom: 15px;
	}

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

	.mob-search__close {
		margin-left: 20px;
	}

	.mob-search {
		padding: 0 10px;
	}

	.mob-menu {
		/* width: 100%; */
		padding-left: 10px;
		padding-right: 10px;
	}

	.lk-accounts__item b {
		font-size: 40px;
		margin-top: 20px;
	}

	.lk-info__header {
		display: block;
		text-align: center;
	}

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

	.lk-info {
		padding-left: 15px;
		padding-right: 15px;
	}

	.order-lk__right {
		display: block;
	}

	.order-lk__btn {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.lk-info__item.pay-button-wrap {
		display: block;
	}

	.order-lk__btn .btn,
	.pay-button-wrap button {
		display: block;
		width: 100%;
	}

	.lk-form {
		padding-left: 20px;
		padding-right: 20px;
	}

	.lk-products__total>span {
		font-size: 20px;
	}

	.lk-products__total b {
		font-size: 25px;
	}
}




.login {
	background-color: #fff;
	padding: 30px;
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
}

.login .lk-form__item {
	margin-bottom: 25px;
}

.login .lk-form__item:last-child {
	margin-bottom: 0;
}

.login__agree {
	margin-bottom: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.login__agree label {
	display: block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.login__agree label input {
	display: none;
}

.login__agree label input:checked+span::before {
	border-color: #999;
}

.login__agree label input:checked+span::after {
	display: block;
}

.login__agree label span {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	line-height: 24px;
}

.login__agree label span::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
	-webkit-transition: border-color .1s;
	transition: border-color .1s;
}

.login__agree label span::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	background: url(../img/check.svg) center center no-repeat;
	display: none;
}

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

.login__bottom-btn {
	margin-top: 25px;
	text-align: center;
}

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

.login__btn {
	width: calc(50% - 15px);
}

.login__btn .btn {
	display: block;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}

.login__title {
	font-weight: 500;
	margin-bottom: 30px;
	font-size: 30px;
}

.login-text {
	font-size: 15px;
	font-weight: 500;
	line-height: 130%;
}

.register-form .lk-form__wrap-col {
	padding-top: 5px;
	display: block;
}

.register-form .lk-form__cap {
	width: auto;
	height: auto;
	margin-bottom: 10px;
}

.pass-form {
	max-width: 500px;
}

.pass-form__desc {
	margin-top: -20px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #5a6c77;
	line-height: 130%;
}

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

.pass-form__btn-login {
	margin-top: 25px;
}

@media (min-width: 992px) {
	.login__agree label:hover span::before {
		border-color: #999;
	}
}

.login__bottom-btn .btn,
.login__bottom-btn .bx-authform-social {
	width: 50%;
	display: inline-block;
}

@media (max-width: 575px) {
	.login {
		padding-left: 15px;
		padding-right: 15px;
	}

	.login__btn-wrap {
		display: block;
	}

	.login__btn {
		width: 100%;
		margin-bottom: 15px;
	}

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

	.login__bottom-btn .btn,
	.login__bottom-btn .bx-authform-social {
		display: block;
		width: 100%;
	}

	.login__title {
		font-size: 25px;
	}
}

.recommendations__link .collapsed {
	display: inline;
}

.recommendations__link .expanded {
	display: none;
}

.recommendations__link.recommendations__link--expanded .collapsed {
	display: none;
}

.recommendations__link.recommendations__link--expanded .expanded {
	display: inline;
}



/*--CAPTCHA--*/
/*
#captchaBlock{position:relative;}
#captchaBlock #whiteBlock{display:none; text-align:center; position:absolute; background-color:#FFF; width:180px; height:40px;}
#captchaBlock #whiteBlock #loaderImg{margin-top:3px;}
*/
.js-captcha-block img {
	display: inline-block;
	vertical-align: middle;
}

.js-captcha-block .js-captcha-reload {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin: 0 0 0 20px;
}


.alert {
	margin-bottom: 1rem;
}

.alert-danger {
	color: #ff0000;
}

.alert-success {
	color: #009900;
}

.promocode__heading {
	background-color: #fff;
	margin: 0px 0 30px 0;
}

.basket-coupon-alert-section {}

.basket-coupon-alert-inner {}

.basket-coupon-alert {
	margin: 0 0 10px 0;
	padding: 0 20px;
}

.basket-coupon-alert:first-child {}

.basket-coupon-alert:last-child {
	padding-bottom: 20px;
}

.basket-coupon-alert.text-danger {
	color: #f00;
}

.basket-coupon-alert.text-muted {
	color: #0a0;
}

.basket-coupon-alert .basket-coupon-text {
	vertical-align: middle;
}

.basket-coupon-alert button {
	vertical-align: middle;
	margin: 0 0 0 5px;
}

.basket-coupon-alert svg {
	width: 15px;
	height: 15px;
}




.comments__heading {
	color: #262626;
	font-size: 1.25rem;
	margin-bottom: 1.25rem;
}

.comments__list {
	padding: 0;
	list-style: none;
	margin-bottom: 0;
}

.comments__comment {
	padding: 1.25rem 0;
	border-bottom: 1px solid #e6e6e6;
	margin: 0;
}

.comments__comment:last-child {
	border-bottom: 0 none;
}

.comments__comment::before {
	display: none;
}

.comment__header {
	margin-bottom: 2.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.comment__header.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
	line-height: 1;
	color: #999999;
	font-size: 0.9375rem;
	margin-bottom: 0;
}

.comment__author {
	font-size: 0.9375rem;
	font-weight: 600;
}

.comment__id {
	color: #999999;
	font-size: 0.8125rem;
	padding-right: 10px;
}

.comment__id span {
	color: #262626;
	font-weight: 600;
	margin-top: 0.25rem;
	display: block;
}

.comment__date {
	color: #999999;
	font-size: 0.8125rem;
	padding-right: 10px;
}

.date__wrapper {
	margin-left: 1.5rem;
}

.comment__date time {
	color: #262626;
	font-weight: 600;
	margin-top: 0.25rem;
	display: block;
}

.comment__heading {
	font-size: 0.8125rem;
	color: #999999;
}

.comment__content {
	color: #262626;
	font-size: 0.8125rem;
}

.add-check-error {
	color: #f00;
}

.success {
	color: #0a0;
}

label.add-photo input[type="file"],
label.add-videoclip input[type="file"],
label.add-photo-gallery input[type="file"],
label.add-videoclip-gallery input[type="file"] {
	display: none;
}

label.add-photo,
label.add-videoclip,
label.add-photo-gallery,
label.add-videoclip-gallery {
	display: inline-block;
	cursor: pointer;
	margin-bottom: 0px;
	max-width: 100%;
}

label.add-photo>span,
label.add-videoclip>span,
label.add-photo-gallery>span,
label.add-videoclip-gallery>span {
	position: relative;
	padding-left: 40px;
	padding-top: 4px;
	padding-bottom: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	max-width: 100%;
	line-height: 23px;
}

label.add-photo>span::before,
label.add-videoclip>span::before,
label.add-photo-gallery>span::before,
label.add-videoclip-gallery>span::before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: calc(50% - 15px);
	width: 20px;
	height: 20px;
	border: 1px solid transparent;
	-o-border-image: linear-gradient(to top, #018EBF, #018EBF) 10;
	border-image: -webkit-gradient(linear, left bottom, left top, from(#018EBF), to(#018EBF)) 10;
	border-image: linear-gradient(to top, #018EBF, #018EBF) 10;
	padding: 14px;
}

label.add-photo>span::after,
label.add-videoclip>span::after,
label.add-photo-gallery>span::after,
label.add-videoclip-gallery>span::after {
	content: '+';
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: calc(50% - 16px);
	color: #018EBF;
	font-size: 30px;
	width: 30px;
	text-align: center;
	line-height: 100%;
	-webkit-transition: color .3s;
	transition: color .3s;
}

label.add-photo>span i,
label.add-videoclip>span i,
label.add-photo-gallery>span i,
label.add-videoclip-gallery>span i {
	display: none;
}

.reviews-preview-photo li {
	display: block;
}

.reviews-preview-photo li::before {
	display: none;
}

.reviews-preview-photo .img {
	display: inline-block;
	position: relative;
}

.reviews-preview-photo .img .delete {
	position: absolute;
	right: 5px;
	top: 2px;
	cursor: pointer;
}

.reviews-preview-photo {
	margin: 0 0 20px 0;
}

.gallery__heading {
	color: #262626;
	font-size: 1.25rem;
	margin-bottom: 1.25rem;
}

.gallery__list {
	padding: 0;
	list-style: none;
	margin-bottom: 0;
}

.gallery__item {
	padding: 1.875rem 0;
}

.about-product__gallery .gallery__item {
	border-bottom: 1px solid #e6e6e6;
}

.about-product__gallery .gallery__item::before {
	display: none;
}

.gallery__author {
	font-size: 0.9375rem;
	font-weight: 600;
	color: #262626;
	margin-bottom: 1.5625rem;
}

.gallery__imgs img {
	margin: 0 10px 10px 0;
	width: 170px;
	height: 170px;
	-o-object-fit: cover;
	object-fit: cover;
	opacity: 0.9;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}

.gallery__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.opinion__form {
	margin-top: 1.875rem;
	z-index: 100;
	position: relative;
}

.comment__star {
	width: 19px;
	height: 19px;
	margin-right: 1px;
}

.rating_selection {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.rating_selection input {
	display: none;
}

.rating_selection .comment__star {
	display: none;
}

.rating_selection .comment__star.comment__star--inactive {
	display: block;
}

.rating_selection label:hover .comment__star,
.rating_selection input:checked+label .comment__star,
.rating_selection label:hover+input+label .comment__star,
.rating_selection input:checked+label+input+label .comment__star,
.rating_selection label:hover+input+label+input+label .comment__star,
.rating_selection input:checked+label+input+label+input+label .comment__star,
.rating_selection label:hover+input+label+input+label+input+label .comment__star,
.rating_selection input:checked+label+input+label+input+label+input+label .comment__star,
.rating_selection label:hover+input+label+input+label+input+label+input+label .comment__star,
.rating_selection input:checked+label+input+label+input+label+input+label+input+label .comment__star {
	display: block;
}

.rating_selection label:hover .comment__star.comment__star--inactive,
.rating_selection input:checked+label .comment__star.comment__star--inactive,
.rating_selection label:hover+input+label .comment__star.comment__star--inactive,
.rating_selection input:checked+label+input+label .comment__star.comment__star--inactive,
.rating_selection label:hover+input+label+input+label .comment__star.comment__star--inactive,
.rating_selection input:checked+label+input+label+input+label .comment__star.comment__star--inactive,
.rating_selection label:hover+input+label+input+label+input+label .comment__star.comment__star--inactive,
.rating_selection input:checked+label+input+label+input+label+input+label .comment__star.comment__star--inactive,
.rating_selection label:hover+input+label+input+label+input+label+input+label .comment__star.comment__star--inactive,
.rating_selection input:checked+label+input+label+input+label+input+label+input+label .comment__star.comment__star--inactive {
	display: none;
}

.form-group {
	margin-bottom: 1rem;
}

.form-label,
.feedback__label,
.captcha__label,
.opinion__label,
.auth__label,
.return__label {
	color: #262626;
	font-size: 1.0625rem;
	margin-bottom: 0.625rem;
}

.opinion__textarea {
	height: 260px !important;
}

.comment__rating span {
	color: #999999;
	display: block;
	font-size: 0.8125rem;
}

.comment__stars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 0.375rem;
}

.comment__used {
	color: #999999;
	font-size: 0.8125rem;
}

.comment__used span {
	color: #262626;
	font-weight: 600;
	margin-top: 0.25rem;
	display: block;
	font-size: 0.8125rem;
}

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

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

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

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

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

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

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

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}

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

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

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

	.d-sm-table {
		display: table !important;
	}

	.d-sm-table-row {
		display: table-row !important;
	}

	.d-sm-table-cell {
		display: table-cell !important;
	}

	.d-sm-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}

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

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

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

	.d-md-table {
		display: table !important;
	}

	.d-md-table-row {
		display: table-row !important;
	}

	.d-md-table-cell {
		display: table-cell !important;
	}

	.d-md-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

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

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

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

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

	.d-lg-table {
		display: table !important;
	}

	.d-lg-table-row {
		display: table-row !important;
	}

	.d-lg-table-cell {
		display: table-cell !important;
	}

	.d-lg-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

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

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

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

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

	.d-xl-table {
		display: table !important;
	}

	.d-xl-table-row {
		display: table-row !important;
	}

	.d-xl-table-cell {
		display: table-cell !important;
	}

	.d-xl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

.comment__footer {
	margin-top: 0.375rem;
}

.comment__footer {
	margin-top: 0.375rem;
}

.comment__like-dislike {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	color: #999999;
	font-size: 0.8125rem;
}

@media (max-width: 991.98px) {
	.comment__like-dislike {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: auto;
	}
}

.comment__like,
.comment__dislike {
	margin-left: 0.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: transparent;
	padding: 0;
	border: none;
	color: #018EBF;
}

.comment__like svg,
.comment__dislike svg {
	margin-right: 0.5rem;
}

.comment__dislike svg {
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.date__wrapper {
	margin-left: 1.5rem;
}

@media (max-width: 991.98px) {
	.date__wrapper {
		margin: 0;
		font-size: 1rem;
		line-height: 1.2;
	}
}

.empty-basket {
	background-color: #fff;
	text-align: center;
	padding: 58px 15px 40px 15px;
}

.empty-basket h2 {}

.empty-basket p {
	font-size: 20px;
	color: #828282;
	line-height: 30px;
}

.dn {
	display: none;
}

.account__wrapper {
	background-color: #fff;
	padding: 30px;
}

.brand-logo {
	display: flex;
	background-color: #fff;
	padding: 25% 50%;
	position: relative;
}

@media (min-width: 992px) {
	.brand-logo {
		padding: 50%;
	}
}

.brand-logo span {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}