@charset "UTF-8";
@import url(normalize.css);

.static {
	position: static;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.d-inline {
	display: inline;
}

.d-inline-block {
	display: inline-block;
}

.d-block {
	display: block;
}

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

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

.mx-0 {
	margin-left: 0;
	margin-right: 0;
}

.my-0 {
	margin-top: 0;
	margin-bottom: 0;
}

.m-0 {
	margin: 0;
}

.m-auto {
	margin-left: auto;
	margin-right: auto;
}

.px-0 {
	padding-left: 0;
	padding-right: 0;
}

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

.p-0 {
	padding: 0;
}

.pointer {
	cursor: pointer;
}

.select-none {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

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

.items-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

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

.items-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

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

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

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

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

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

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

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

.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

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

.flex-row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.flex-col {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-col-reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.bold {
	font-weight: 700;
}

.regular {
	font-weight: 400;
}

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

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

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

.uppercase {
	text-transform: uppercase;
}

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

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

.lh-1 {
	line-height: 1;
}

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

.z-2 {
	z-index: 2;
}

.z-9 {
	z-index: 9;
}

.z-max {
	z-index: 98;
}

.w-full {
	width: 100%;
}

.w-auto {
	width: auto;
}

.h-full {
	height: 100%;
}

.h-auto {
	height: auto;
}

.radius-full {
	border-radius: 50%;
}

@media (min-width: 992px) {
	.hover-underline:hover {
		text-decoration: underline;
	}
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url("fonts/Montserrat/montserrat-v24-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2") format("woff2"), url("fonts/Montserrat/montserrat-v24-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff") format("woff"), url("fonts/Montserrat/montserrat-v24-latin-ext_latin_cyrillic-ext_cyrillic-regular.ttf") format("truetype");
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	src: url("fonts/Montserrat/montserrat-v24-latin-ext_latin_cyrillic-ext_cyrillic-500.woff2") format("woff2"), url("fonts/Montserrat/montserrat-v24-latin-ext_latin_cyrillic-ext_cyrillic-500.woff") format("woff"), url("fonts/Montserrat/montserrat-v24-latin-ext_latin_cyrillic-ext_cyrillic-500.ttf") format("truetype");
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	src: url("fonts/Montserrat/montserrat-v24-latin-ext_latin_cyrillic-ext_cyrillic-600.woff2") format("woff2"), url("fonts/Montserrat/montserrat-v24-latin-ext_latin_cyrillic-ext_cyrillic-600.woff") format("woff"), url("fonts/Montserrat/montserrat-v24-latin-ext_latin_cyrillic-ext_cyrillic-600.ttf") format("truetype");
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: url("fonts/Montserrat/montserrat-v24-latin-ext_latin_cyrillic-ext_cyrillic-700.woff2") format("woff2"), url("fonts/Montserrat/montserrat-v24-latin-ext_latin_cyrillic-ext_cyrillic-700.woff") format("woff"), url("fonts/Montserrat/montserrat-v24-latin-ext_latin_cyrillic-ext_cyrillic-700.ttf") format("truetype");
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	src: url("fonts/Montserrat/montserrat-v24-latin-ext_latin_cyrillic-ext_cyrillic-800.woff2") format("woff2"), url("fonts/Montserrat/montserrat-v24-latin-ext_latin_cyrillic-ext_cyrillic-800.woff") format("woff"), url("fonts/Montserrat/montserrat-v24-latin-ext_latin_cyrillic-ext_cyrillic-800.ttf") format("truetype");
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 900;
	src: url("fonts/Montserrat/montserrat-v24-latin-ext_latin_cyrillic-ext_cyrillic-900.woff2") format("woff2"), url("fonts/Montserrat/montserrat-v24-latin-ext_latin_cyrillic-ext_cyrillic-900.woff") format("woff"), url("fonts/Montserrat/montserrat-v24-latin-ext_latin_cyrillic-ext_cyrillic-900.ttf") format("truetype");
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url("fonts/OpenSans/open-sans-v29-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2") format("woff2"), url("fonts/OpenSans/open-sans-v29-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff") format("woff"), url("fonts/OpenSans/open-sans-v29-latin-ext_latin_cyrillic-ext_cyrillic-regular.ttf") format("truetype");
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 500;
	src: url("fonts/OpenSans/open-sans-v29-latin-ext_latin_cyrillic-ext_cyrillic-500.woff2") format("woff2"), url("fonts/OpenSans/open-sans-v29-latin-ext_latin_cyrillic-ext_cyrillic-500.woff") format("woff"), url("fonts/OpenSans/open-sans-v29-latin-ext_latin_cyrillic-ext_cyrillic-500.ttf") format("truetype");
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: url("fonts/OpenSans/open-sans-v29-latin-ext_latin_cyrillic-ext_cyrillic-600.woff2") format("woff2"), url("fonts/OpenSans/open-sans-v29-latin-ext_latin_cyrillic-ext_cyrillic-600.woff") format("woff"), url("fonts/OpenSans/open-sans-v29-latin-ext_latin_cyrillic-ext_cyrillic-600.ttf") format("truetype");
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url("fonts/OpenSans/open-sans-v29-latin-ext_latin_cyrillic-ext_cyrillic-700.woff2") format("woff2"), url("fonts/OpenSans/open-sans-v29-latin-ext_latin_cyrillic-ext_cyrillic-700.woff") format("woff"), url("fonts/OpenSans/open-sans-v29-latin-ext_latin_cyrillic-ext_cyrillic-700.ttf") format("truetype");
}

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

html {
	width: 100%;
	height: 100%;
}

html * {
	max-height: 999999px;
}

body {
	font-family: 'Montserrat', sans-serif;
	color: #424242;
	font-size: 16px;
	/*height: 100%;*/
	min-height: 100%;
	background-color: #F8F8F8;
	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;
}

body * {
	outline: none;
}

body.fancybox-active {
	height: 100%;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
	font-weight: 700;
}

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

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

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

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

input[type="password"]::-ms-reveal {
	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;
}

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

.main {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	overflow: hidden;
	width: 100%;
	padding-bottom: 100px;
}

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

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

svg {
	display: block;
}

.row {
	margin-right: -10px;
	margin-left: -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

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

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

.fancybox-slide:before {
	margin-right: 0;
}

p,
li,
.text {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 12px;
}

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

p a,
li a,
.text a {
	color: #7F85AB;
	text-decoration: underline;
}

p b,
li b,
.text b {
	font-weight: 600;
}

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

ul li,
ol li {
	position: relative;
}

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

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

ul li {
	padding-left: 24px;
}

ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 12px;
	height: 11px;
	background: url(../img/list-icon.svg) center center no-repeat;
	background-size: contain;
}

ol {
	counter-reset: olCounter;
}

ol li {
	padding-left: 24px;
}

ol li::before {
	counter-increment: olCounter;
	content: counter(olCounter) ".";
	position: absolute;
	right: calc(100% - 24px);
	top: 0;
	font-weight: 500;
	min-width: 24px;
	padding-right: 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

blockquote {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.3;
	display: block;
	position: relative;
	margin: 60px 0;
	z-index: 1;
	padding: 56px 90px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 30px rgba(68, 68, 68, 0.05);
	box-shadow: 0px 0px 30px rgba(68, 68, 68, 0.05);
	border-radius: 20px;
	overflow: hidden;
}

blockquote:first-child {
	margin-top: 0;
}

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

blockquote::before {
	content: '“';
	position: absolute;
	left: 28px;
	top: 5px;
	font-size: 100px;
	line-height: 1;
	color: #DADCE8;
	z-index: -1;
}

blockquote::after {
	content: '”';
	position: absolute;
	right: 28px;
	bottom: -32px;
	font-size: 100px;
	line-height: 1;
	color: #DADCE8;
	z-index: -1;
}

h1,
.h1 {
	font-weight: 800;
	font-size: 28px;
	line-height: 34px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 30px;
}

h1:last-child,
.h1:last-child {
	margin-bottom: 0;
}

h2,
.h2 {
	font-weight: 700;
	font-size: 24px;
	margin-top: 50px;
	margin-bottom: 25px;
}

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

h2:last-child,
.h2:last-child {
	margin-bottom: 0;
}

h3,
.h3 {
	font-weight: 700;
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: 20px;
}

h3:first-child,
.h3:first-child {
	margin-top: 0;
}

h3:last-child,
.h3:last-child {
	margin-bottom: 0;
}

.section-title {
	text-align: center;
	margin-top: 0;
	margin-bottom: 40px;
}

.section-title:last-child {
	margin-bottom: 0;
}

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

.section {
	padding-top: 90px;
}

.btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-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;
	padding: 5px 18px;
	background-color: #7A81A9;
	height: 40px;
	border-radius: 50px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	position: relative;
	z-index: 1;
}

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

.btn::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	background: -webkit-gradient(linear, left top, right top, color-stop(34%, #8F95B8), to(#73A990));
	background: linear-gradient(90deg, #8F95B8 34%, #73A990 100%);
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}

.btn-border {
	background-color: transparent;
	color: #7A81A9;
	border: 1px solid #7A81A9;
}

.btn-grad {
	display: inline-block;
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 15px 30px;
	min-width: 228px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	background: -webkit-gradient(linear, left top, right top, color-stop(34%, #8F95B8), to(#73A990));
	background: linear-gradient(90deg, #8F95B8 34%, #73A990 100%);
	border-radius: 50px;
}

.btn-grad::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	background: #77B196;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}

.slider-container {
	position: relative;
}

.slider-arrow {
	width: 32px;
	height: 32px;
	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;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	top: calc(50% - 16px);
	z-index: 2;
	-webkit-transition: opacity .25s;
	transition: opacity .25s;
}

.slider-arrow.swiper-button-disabled {
	opacity: .5;
	cursor: default;
}

.slider-prev {
	right: 100%;
}

.slider-next {
	left: 100%;
}

.slider-pagination {
	position: static;
	margin-top: 20px;
	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: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid #7A81A9;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0 !important;
	margin-right: 18px !important;
	background-color: transparent;
	opacity: 1;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
}

.slider-pagination span:last-child {
	margin-right: 0 !important;
}

.slider-pagination span.active {
	background-color: #7A81A9;
}

.slider-pagination.slider-pagination--show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tag {
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	padding: 10px;
	padding-right: 17px;
	background-color: #424242;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.tag--blue {
	background: -webkit-gradient(linear, right top, left top, color-stop(-30%, #78AAB5), to(#8CDCE7));
	background: linear-gradient(-90deg, #78AAB5 -30%, #8CDCE7 100%);
}

.tag--yellow {
	background: -webkit-gradient(linear, right top, left top, color-stop(-30%, #B5A778), to(#E7DE8C));
	background: linear-gradient(-90deg, #B5A778 -30%, #E7DE8C 100%);
}

.tag--purple {
	background: -webkit-gradient(linear, right top, left top, color-stop(-30%, #AC78B5), to(#ECA1DB));
	background: linear-gradient(-90deg, #AC78B5 -30%, #ECA1DB 100%);
}

.tag--green {
	background: -webkit-gradient(linear, right top, left top, color-stop(-30%, #79B578), to(#8CE7B0));
	background: linear-gradient(-90deg, #79B578 -30%, #8CE7B0 100%);
}

select.js-select {
	opacity: 0;
	visibility: hidden;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border: 0;
	background: none;
}

.product-select .jq-selectbox {
	display: inline-block;
}

.product-select .jq-selectbox.opened .jq-selectbox__select::before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.product-select .jq-selectbox__select {
	position: relative;
	border: 1px solid #BDBDBD;
	background-color: #fff;
	border-radius: 5px;
	padding: 12px 14px;
	padding-right: 34px;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.product-select .jq-selectbox__select::before {
	content: '';
	position: absolute;
	width: 11px;
	height: 5px;
	right: 8px;
	top: calc(50% - 2px);
	background: url(../img/product-select-arrow.svg) center center no-repeat;
	background-size: contain;
	-webkit-transition: -webkit-transform .25s;
	transition: -webkit-transform .25s;
	transition: transform .25s;
	transition: transform .25s, -webkit-transform .25s;
}

.product-select .jq-selectbox__trigger {
	display: none;
}

.product-select .jq-selectbox__dropdown {
	width: auto !important;
	min-width: 100% !important;
	max-width: none !important;
	height: auto !important;
	bottom: auto !important;
	top: calc(100% + 4px) !important;
	left: 0 !important;
	border: 1px solid #BDBDBD;
	border-radius: 5px;
	background-color: #fff;
	padding: 2px 0;
}

.product-select .jq-selectbox__dropdown ul {
	/* max-height: 70px !important; */
	overflow: visible !important;
	overflow-y: auto !important;
	margin: 0;
	padding: 0;
	scrollbar-color: #D9D9D9 #fff;
	scrollbar-width: thin;
}

.product-select .jq-selectbox__dropdown ul li {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 10px 14px;
	padding-right: 25px;
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: .15s;
	transition: .15s;
}

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

.product-select .jq-selectbox__dropdown ul li.selected,
.product-select .jq-selectbox__dropdown ul li:hover {
	color: #fff;
	background-color: #7A81A9;
}

.product-select .jq-selectbox__dropdown ul::-webkit-scrollbar {
	width: 5px;
	background-color: #fff;
	padding: 0;
}

.product-select .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #D9D9D9;
}

.main-count {
	position: relative;
	width: 100%;
	border: 1px solid #BDBDBD;
	background-color: #fff;
	border-radius: 5px;
}

.main-count input {
	text-align: center;
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 1;
	border: 0;
	background: none;
	padding: 10px 10px;
}

.main-count__btn {
	position: absolute;
	top: 0;
	width: 30px;
	height: 38px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	border-radius: 6px;
}

.main-count__btn--minus {
	left: 0;
	background-image: url(../img/minus.svg);
}

.main-count__btn--plus {
	right: 0;
	background-image: url(../img/plus.svg);
}

.main-count.main-count--disabled {
	background-color: transparent;
	pointer-events: none;
}

.main-count.main-count--disabled .main-count__btn {
	background-color: transparent;
}

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

.main-checkbox label {
	display: block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

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

.main-checkbox label input:checked+span::after {
	opacity: 1;
	visibility: visible;
}

.main-checkbox label span {
	display: block;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	padding-left: 30px;
	position: relative;
}

.main-checkbox label span::before {
	content: '';
	position: absolute;
	left: 0;
	top: -2px;
	width: 20px;
	height: 20px;
	border: 1px solid #BDBDBD;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.main-checkbox label span::after {
	content: '';
	position: absolute;
	left: 0;
	top: -2px;
	width: 20px;
	height: 20px;
	background: url(../img/check.svg) center center no-repeat;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .15s;
	transition: .15s;
}

.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;
}

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

.main-radio label input:checked+span::after {
	opacity: 1;
	visibility: visible;
}

.main-radio label span {
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #424242;
	padding-left: 46px;
	position: relative;
}

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

.main-radio label span::after {
	content: '';
	position: absolute;
	left: 6px;
	top: 1px;
	width: 18px;
	height: 18px;
	background-color: #7A81A9;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .15s;
	transition: .15s;
}

.main-select .jq-selectbox {
	display: inline-block;
}

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

.main-select .jq-selectbox.opened .jq-selectbox__select {
	background-color: #D6EEE3;
	color: #45755E !important;
}

.main-select .jq-selectbox__select {
	position: relative;
	border: 1px solid #77B196;
	background-color: #fff;
	border-radius: 50px;
	padding: 10px 16px;
	padding-right: 50px;
	font-size: 14px;
	line-height: 16px;
	color: #45755E;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color .25s, color .25s;
	transition: background-color .25s, color .25s;
}

.main-select .jq-selectbox__select::before {
	content: '';
	position: absolute;
	right: 16px;
	top: calc(50% - 4px);
	display: block;
	width: 13px;
	height: 9px;
	background: url(../img/catalog-aside-dropdown-arrow.svg) center center no-repeat;
	background-size: contain;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: -webkit-transform .25s;
	transition: -webkit-transform .25s;
	transition: transform .25s;
	transition: transform .25s, -webkit-transform .25s;
}

.main-select .jq-selectbox__trigger {
	display: none;
}

.main-select .jq-selectbox__dropdown {
	width: auto !important;
	min-width: 100% !important;
	max-width: none !important;
	height: auto !important;
	bottom: auto !important;
	top: calc(100% + 4px) !important;
	left: 0 !important;
	border: 1px solid #77B196;
	border-radius: 5px;
	background-color: #fff;
	padding: 10px 0 10px;
}

.main-select .jq-selectbox__dropdown ul {
	max-height: none !important;
	overflow: visible !important;
	overflow-y: auto !important;
	margin: 0;
	padding: 0;
	scrollbar-color: #D9D9D9 #fff;
	scrollbar-width: thin;
}

.main-select .jq-selectbox__dropdown ul li {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 10px 14px;
	padding-right: 25px;
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: .15s;
	transition: .15s;
}

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

.main-select .jq-selectbox__dropdown ul li.selected,
.main-select .jq-selectbox__dropdown ul li:hover {
	color: #45755E;
	background-color: #D6EEE3;
}

.main-select .jq-selectbox__dropdown ul::-webkit-scrollbar {
	width: 5px;
	background-color: #fff;
	padding: 0;
}

.main-select .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #D9D9D9;
}

.main-select--dark .jq-selectbox.opened .jq-selectbox__select {
	background-color: #fff;
	color: #424242 !important;
}

.main-select--dark .jq-selectbox__select {
	border: 1px solid #BDBDBD;
}

.main-select--dark .jq-selectbox__dropdown {
	border: 1px solid #BDBDBD;
}

.main-select--dark .jq-selectbox__dropdown ul li.selected,
.main-select--dark .jq-selectbox__dropdown ul li:hover {
	color: #fff;
	background-color: #7A81A9;
}

.main-select--large .jq-selectbox {
	display: block;
}

.main-select--large .jq-selectbox__select {
	color: #77B196;
	padding: 16px 24px;
	padding-right: 65px;
}

.main-select--large .jq-selectbox__select::before {
	background: url(../img/large-select-arrow.svg) center center no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	top: calc(50% - 15px);
	right: 22px;
}

.main-select--large .jq-selectbox__dropdown ul {
	max-height: 204px !important;
}

.select-placeholder .jq-selectbox__dropdown ul li:first-child {
	display: none;
}

.post-pagination {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	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;
}

.post-pagination span,
.post-pagination a {
	width: 32px;
	height: 32px;
	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;
	font-size: 16px;
	line-height: 1;
	border-radius: 50%;
	margin-right: 16px;
	-webkit-transition: .25s;
	transition: .25s;
}

.post-pagination span:last-child,
.post-pagination a:last-child {
	margin-right: 0;
}

.post-pagination span svg path,
.post-pagination a svg path {
	-webkit-transition: .25s;
	transition: .25s;
}

.post-pagination span {
	background-color: #7A81A9;
	color: #fff;
}

.post-pagination span.post-pagination__arrow {
	background-color: transparent;
	opacity: .3;
}

.filter-price__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.filter-price__line {
	height: 1px;
	width: 14px;
	background-color: #424242;
	margin: 0 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

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

.filter-price__item input {
	display: block;
	width: 100%;
	background: #fff;
	border: 1px solid #BDBDBD;
	border-radius: 5px;
	padding: 8px 10px;
	font-size: 14px;
	line-height: 1;
}

.filter-price__slider {
	margin-top: 3px;
}

.filter-price__value {
	margin-top: 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;
	font-size: 14px;
	color: #45755E;
}

.main-range {
	padding: 5px 4px;
}

.main-range__slider {
	height: 3px;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	background: #C4C4C4;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.main-range__slider::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 7px;
	width: 1px;
	background: #C4C4C4;
}

.main-range__slider::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	height: 7px;
	width: 1px;
	background: #C4C4C4;
}

.main-range__slider .noUi-connect {
	background: -webkit-gradient(linear, left top, right top, color-stop(34%, #8F95B8), to(#73A990));
	background: linear-gradient(90deg, #8F95B8 34%, #73A990 100%);
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 0;
}

.main-range__slider .noUi-handle {
	width: 12px;
	height: 12px;
	right: -6px;
	top: -5px;
	border: 1px solid #F0EEEE;
	background: radial-gradient(22.35% 150.39% at 50% 50%, #E4E4E4 0%, #F2F2F2 100%);
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 50%;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.main-range__slider .noUi-handle::before,
.main-range__slider .noUi-handle::after {
	display: none;
}

.main-table {
	margin: 50px 0;
	overflow-x: auto;
}

.main-table:first-child {
	margin-top: 0;
}

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

.main-table table {
	width: 100%;
	border-collapse: collapse;
}

.main-table table th,
.main-table table td {
	padding: 18px 20px;
	position: relative;
	text-align: left;
	border-right: 20px solid transparent;
	border-bottom: 10px solid transparent;
	z-index: 1;
}

.main-table table th::before,
.main-table table td::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	z-index: -1;
}

.main-table table th:last-child,
.main-table table td:last-child {
	border-right: 0;
}

.main-table table thead tr th {
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 600;
	font-size: 18px;
}

.main-table table thead tr th::before {
	background-color: #E2E2E2;
}

.main-table table tbody tr td {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.3;
}

.main-table table tbody tr td::before {
	-webkit-box-shadow: 0px 0px 30px rgba(68, 68, 68, 0.05);
	box-shadow: 0px 0px 30px rgba(68, 68, 68, 0.05);
	background-color: #fff;
}

.main-table table tbody tr:last-child td {
	border-bottom: 0;
}

.main-input input,
.main-input textarea {
	display: block;
	width: 100%;
	background: #fff;
	border: 1px solid #77B196;
	font-size: 14px;
	line-height: 18px;
	border-radius: 30px;
	padding: 15px 32px;
	color: #424242;
}

.main-input input::-webkit-input-placeholder,
.main-input textarea::-webkit-input-placeholder {
	opacity: 1;
	color: #77B196;
	-webkit-transition: .1s;
	transition: .1s;
}

.main-input input::-moz-placeholder,
.main-input textarea::-moz-placeholder {
	opacity: 1;
	color: #77B196;
	-moz-transition: .1s;
	transition: .1s;
}

.main-input input:-ms-input-placeholder,
.main-input textarea:-ms-input-placeholder {
	opacity: 1;
	color: #77B196;
	-ms-transition: .1s;
	transition: .1s;
}

.main-input input::-ms-input-placeholder,
.main-input textarea::-ms-input-placeholder {
	opacity: 1;
	color: #77B196;
	-ms-transition: .1s;
	transition: .1s;
}

.main-input input::placeholder,
.main-input textarea::placeholder {
	opacity: 1;
	color: #77B196;
	-webkit-transition: .1s;
	transition: .1s;
}

.main-input input:focus::-webkit-input-placeholder,
.main-input textarea:focus::-webkit-input-placeholder {
	opacity: 0;
	visibility: hidden;
}

.main-input input:focus::-moz-placeholder,
.main-input textarea:focus::-moz-placeholder {
	opacity: 0;
	visibility: hidden;
}

.main-input input:focus:-ms-input-placeholder,
.main-input textarea:focus:-ms-input-placeholder {
	opacity: 0;
	visibility: hidden;
}

.main-input input:focus::-ms-input-placeholder,
.main-input textarea:focus::-ms-input-placeholder {
	opacity: 0;
	visibility: hidden;
}

.main-input input:focus::placeholder,
.main-input textarea:focus::placeholder {
	opacity: 0;
	visibility: hidden;
}

.main-input textarea {
	height: 240px;
	resize: none;
}

.main-input>label {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 18px;
	color: #77B196;
}

.main-input>label:last-child {
	margin-bottom: 0;
}

.main-input__hint {
	margin-top: 8px;
	font-size: 12px;
	line-height: 15px;
}

.main-input__hint:first-child {
	margin-top: 0;
}

.main-pass {
	position: relative;
}

.main-pass input {
	padding-right: 70px;
}

.main-pass i {
	display: block;
	font-style: normal;
	position: absolute;
	right: 32px;
	top: 16px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.main-pass i.active::before {
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 1px);
	width: 100%;
	height: 2px;
	background: #77B196;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.main-pass label~i {
	top: 44px;
}

.main-popup {
	display: none;
	padding: 100px 20px 80px;
	background: #fff;
	border-radius: 20px;
	width: 100%;
	max-width: 600px;
}

.main-popup .fancybox-close-small {
	display: none;
}

.main-popup__close {
	position: absolute;
	top: 50px;
	right: 50px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.main-popup__title {
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 40px;
	text-align: center;
}

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

.main-popup__wrap {
	max-width: 385px;
	margin: 0 auto;
}

.main-popup__form-col {
	margin-bottom: 24px;
}

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

.main-popup__form-bottom {
	margin-top: 50px;
	padding-top: 40px;
	border-top: 1px solid #BDBDBD;
}

.main-popup .btn {
	padding-left: 45px;
	padding-right: 45px;
	height: 44px;
	text-transform: uppercase;
}

.login-popup__remember {
	margin-top: 28px;
}

.login-popup__remember .main-checkbox label span {
	font-size: 16px;
	line-height: 20px;
	padding-left: 46px;
}

.login-popup__remember .main-checkbox label span::before,
.login-popup__remember .main-checkbox label span::after {
	width: 30px;
	height: 30px;
	top: -5px;
}

.login-popup__remember .main-checkbox label span::after {
	background-size: 24px;
}

.login-popup__controls {
	margin-top: 45px;
	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-popup__bottom {
	text-align: center;
}

.login-popup__bottom-btn {
	margin-top: 16px;
}

.reg-popup__agree {
	margin-top: 26px;
}

.reg-popup__agree .main-checkbox label span {
	font-size: 16px;
}

.reg-popup__btn {
	margin-top: 30px;
	text-align: center;
}

.reg-popup__bottom {
	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;
}

.reg-popup__bottom-sub {
	margin-right: 24px;
}

.reg-popup__bottom-sub:last-child {
	margin-right: 0;
}

.up-arrow {
	position: fixed;
	bottom: 60px;
	right: 60px;
	z-index: 96;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .25s, visibility .25s;
	transition: opacity .25s, visibility .25s;
}

.up-arrow.active {
	opacity: 1;
	visibility: visible;
}

.logo__desc {
	margin-left: 18px;
}

.logo__desc span {
	margin-top: 5px;
}

.header-top {
	padding: 8px 0;
	background: #DADCE8;
}

.header-top__item {
	font-size: 14px;
}

.header-top__item img {
	margin-right: 9px;
}

.header-center {
	padding: 14px 0 10px;
}

.header-center__logo {
	padding-left: 18px;
}

.header-center__right {
	padding-bottom: 4px;
}

.header-center__contacts-item {
	margin-left: 35px;
}

.header-center__contacts-item:first-child {
	margin-left: 0;
}

.header-center__contacts-item img {
	margin-right: 10px;
}

.header-center__contacts-icon {
	margin-left: 16px;
}

.header-center__contacts-icon+.header-center__contacts-icon {
	margin-left: 8px;
}

.header-center__nav {
	margin-top: 18px;
}

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

.header-nav ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-nav ul li {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
	line-height: normal;
	font-weight: 600;
	margin-right: 35px;
}

.header-nav ul li:last-child {
	margin-right: 0;
}

.header-nav ul li::before {
	display: none;
}

.header-nav ul li.active a {
	color: #7A81A9;
}

.header-nav ul li a {
	color: #424242;
	text-decoration: none;
}

.header-bottom__row {
	padding: 12px 30px;
	background: #B7DDCB;
	border-radius: 30px;
}

.header-bottom__search {
	margin-left: 50px;
	margin-right: 50px;
}

.header-bottom__search input {
	display: block;
	width: 100%;
	font-size: 14px;
	border: 1px solid #77B196;
	padding: 9px 18px;
	padding-right: 50px;
	height: 38px;
	border-radius: 50px;
}

.header-bottom__search input::-webkit-input-placeholder {
	opacity: 1;
	color: #45755E;
	-webkit-transition: .1s;
	transition: .1s;
}

.header-bottom__search input::-moz-placeholder {
	opacity: 1;
	color: #45755E;
	-moz-transition: .1s;
	transition: .1s;
}

.header-bottom__search input:-ms-input-placeholder {
	opacity: 1;
	color: #45755E;
	-ms-transition: .1s;
	transition: .1s;
}

.header-bottom__search input::-ms-input-placeholder {
	opacity: 1;
	color: #45755E;
	-ms-transition: .1s;
	transition: .1s;
}

.header-bottom__search input::placeholder {
	opacity: 1;
	color: #45755E;
	-webkit-transition: .1s;
	transition: .1s;
}

.header-bottom__search input:focus::-webkit-input-placeholder {
	opacity: 0;
	visibility: hidden;
}

.header-bottom__search input:focus::-moz-placeholder {
	opacity: 0;
	visibility: hidden;
}

.header-bottom__search input:focus:-ms-input-placeholder {
	opacity: 0;
	visibility: hidden;
}

.header-bottom__search input:focus::-ms-input-placeholder {
	opacity: 0;
	visibility: hidden;
}

.header-bottom__search input:focus::placeholder {
	opacity: 0;
	visibility: hidden;
}

.header-bottom__search button {
	position: absolute;
	top: calc(50% - 6px);
	right: 20px;
}

.header-bottom__btn {
	border: 1px solid #79B598;
	border-radius: 50px;
	padding: 9px 15px;
	height: 38px;
	font-weight: 600;
	font-size: 14px;
	margin-right: 15px;
}

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

.header-bottom__btn img {
	margin-right: 6px;
}

.header-bottom__btn i {
	width: 18px;
	height: 18px;
	top: -9px;
	right: 6px;
	background-color: #fff;
	font-size: 10px;
	font-weight: 400;
}

.header-catalog__btn-icon {
	margin-right: 16px;
	width: 36px;
	height: 36px;
	border: 1px solid #424242;
}

.header-catalog__btn-icon span {
	display: block;
	width: 16px;
	height: 2px;
	border-radius: 4px;
	background-color: #424242;
	margin-bottom: 3px;
}

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

.header-catalog__btn-icon span:nth-child(2) {
	width: 12px;
	margin-right: 4px;
}

.header-catalog__btn-sub {
	font-weight: 800;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
}

.header-catalog__dropdown {
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	border: 1px solid #C4C4C4;
	-webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
	/*display: -webkit-box;*/
	/*display: -ms-flexbox;*/
	/*display: flex;*/
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	z-index: 2;
	/*opacity: 0;*/
	/*visibility: hidden;*/
	display: none;
	-webkit-transition: .25s;
	transition: .25s;
}

.header-catalog__dropdown::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
	height: 14px;
	opacity: 0;
}

.header-catalog__category {
	width: 365px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-right: 1px solid #C4C4C4;
}

.header-catalog__category ul {
	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;
	margin: 0;
	padding: 0;
}

.header-catalog__category ul li {
	font-family: 'Montserrat', sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #C4C4C4;
}

.header-catalog__category ul li:last-child {
	border-bottom: 0;
}

.header-catalog__category ul li::before {
	display: none;
}

.header-catalog__category ul li.active-hover .header-catalog__category-item {
	background-color: #D6EEE3;
}

.header-catalog__category ul li a {
	color: #424242;
	text-decoration: none;
}

.header-catalog__category-item {
	height: 100%;
	position: relative;
	z-index: 1;
	padding: 10px 24px;
	padding-left: 70px;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	min-height: 68px;
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: background-color .25s;
	transition: background-color .25s;
}

.header-catalog__category-item img {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: none;
	z-index: -1;
}

.header-catalog__nav {
	padding: 28px;
	padding-right: 50px;
	background: #F8F8F8;
	width: calc(100% - 365px);
}

.header-catalog__nav-block {
	display: none;
}

.header-catalog__nav-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;
	margin: 0 -10px -52px;
}

.header-catalog__nav-col {
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 52px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.header-catalog__nav-sub {
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	min-height: 36px;
	margin-bottom: 10px;
	text-transform: uppercase;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.header-catalog__nav-list ul {
	margin: 0;
	padding: 0;
}

.header-catalog__nav-list ul li {
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 10px;
	padding: 0;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.02em;
	color: #000;
}

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

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

.header-catalog__nav-list ul li a {
	color: #000;
	text-decoration: none;
}

.header-catalog__more {
	margin-top: 20px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #7A81A9;
}

.footer {
	padding-top: 30px;
	padding-bottom: 32px;
	background: #C0E0D9;
}

.footer__row {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.footer__left {
	width: calc(100% / 12 * 4);
}

.footer__center {
	padding-top: 20px;
	width: calc(100% / 12 * 3);
	max-width: 280px;
	margin-left: auto;
}

.footer__right {
	padding-top: 20px;
	width: calc(100% / 12 * 5);
	max-width: 505px;
}

.footer__contacts {
	margin-top: 16px;
}

.footer__contacts-col {
	margin-bottom: 20px;
}

.footer__contacts-col:last-child {
	margin-bottom: 0;
}

.footer__contacts-item {
	display: inline-block;
	position: relative;
	padding-left: 34px;
	font-size: 16px;
	line-height: 24px;
}

.footer__contacts-item img {
	position: absolute;
	left: 0;
	top: 0;
}

.footer__nav ul {
	margin: 0;
	padding: 0;
}

.footer__nav ul li {
	font-family: 'Montserrat', sans-serif;
	padding: 0;
	margin: 0 0 35px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
}

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

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

.footer__nav ul li a {
	color: #424242;
	text-decoration: none;
}

.footer__nav ul li.active a {
	color: #7A81A9;
}

.footer__subscribe-sub {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
}

.footer__subscribe-desc {
	color: #525252;
	line-height: 1.4;
}

.footer__subscribe-form {
	position: relative;
	margin-top: 28px;
}

.footer__subscribe-form:first-child {
	margin-top: 0;
}

.footer__subscribe-form input {
	display: block;
	width: 100%;
	background: #fff;
	border: 0;
	font-size: 14px;
	line-height: 1;
	border-radius: 80px;
	padding: 10px 32px;
	height: 50px;
	padding-right: 220px;
}

.footer__subscribe-form input::-webkit-input-placeholder {
	opacity: 1;
	color: #7D7D7D;
	-webkit-transition: .1s;
	transition: .1s;
}

.footer__subscribe-form input::-moz-placeholder {
	opacity: 1;
	color: #7D7D7D;
	-moz-transition: .1s;
	transition: .1s;
}

.footer__subscribe-form input:-ms-input-placeholder {
	opacity: 1;
	color: #7D7D7D;
	-ms-transition: .1s;
	transition: .1s;
}

.footer__subscribe-form input::-ms-input-placeholder {
	opacity: 1;
	color: #7D7D7D;
	-ms-transition: .1s;
	transition: .1s;
}

.footer__subscribe-form input::placeholder {
	opacity: 1;
	color: #7D7D7D;
	-webkit-transition: .1s;
	transition: .1s;
}

.footer__subscribe-form input:focus::-webkit-input-placeholder {
	opacity: 0;
	visibility: hidden;
}

.footer__subscribe-form input:focus::-moz-placeholder {
	opacity: 0;
	visibility: hidden;
}

.footer__subscribe-form input:focus:-ms-input-placeholder {
	opacity: 0;
	visibility: hidden;
}

.footer__subscribe-form input:focus::-ms-input-placeholder {
	opacity: 0;
	visibility: hidden;
}

.footer__subscribe-form input:focus::placeholder {
	opacity: 0;
	visibility: hidden;
}

.footer__subscribe-form button {
	position: absolute;
	right: 0;
	top: 0;
	min-width: 200px;
}

.footer__policy {
	color: #525252;
	margin-top: 36px;
	font-size: 14px;
	line-height: 1.4;
}

.footer__policy a {
	text-decoration: underline;
}

.footer__bottom {
	margin-top: 38px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer__bottom-right {
	width: calc(100% / 12 * 5);
	max-width: 505px;
}

.footer__bottom-item {
	color: #525252;
	font-size: 14px;
	line-height: 1.4;
}

.footer__bottom-item a {
	text-decoration: underline;
}

.home-catalog {
	padding-top: 55px;
}

.home-catalog__btn {
	margin-top: 45px;
	text-align: center;
}

.home-catalog__left {
	width: 25%;
}

.home-catalog__right {
	width: 75%;
}

.home-catalog__row {
	margin-bottom: -20px;
}

.home-catalog__col {
	width: 33.3333333%;
	margin-bottom: 20px;
}
.home-catalog__col.col-3 {
	width: 25%;
}

.catalog-card {
	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: 30px 25px 28px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 30px rgba(68, 68, 68, 0.05);
	box-shadow: 0px 0px 30px rgba(68, 68, 68, 0.05);
	min-height: 255px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	gap: 20px;
}

.catalog-card__img {
	/* position: absolute; */
	/* right: 0; */
	/* bottom: 0; */
	/* z-index: -1; */
	width: 0;
	padding: 50%;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
}
.catalog-card__img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.catalog-card__sub {
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.catalog-card__detail {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	color: #7A81A9;
}

.catalog-slider__slider {
	overflow: hidden;
	padding: 10px;
	margin: -10px;
}

.catalog-slider__slide {
	height: auto;
}

.product-card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	background-color: #fff;
	padding: 35px 25px 30px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 10px rgba(68, 68, 68, 0.05);
	box-shadow: 0px 0px 10px rgba(68, 68, 68, 0.05);
}

.product-card__tags {
	position: absolute;
	left: 0;
	top: 18px;
	z-index: 2;
}

.product-card__tag {
	margin-bottom: 7px;
}

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

.product-card__favourites {
	position: absolute;
	top: 22px;
	right: 22px;
	z-index: 2;
	-webkit-transition: opacity .25s;
	transition: opacity .25s;
}

.product-card__favourites svg path {
	-webkit-transition: .25s;
	transition: .25s;
}

.product-card__favourites.active svg path {
	fill: #691313;
}

.product-card__img {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

.product-card__img a {
	display: block;
	height: 200px;
	width: 100%;
	background-position: center !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
}

.product-card__img img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
}

.product-card__sale {
	width: 52px;
	height: 52px;
	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;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	background: -webkit-gradient(linear, left top, left bottom, from(#E84933), to(#AE2714));
	background: linear-gradient(180deg, #E84933 0%, #AE2714 100%);
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 0;
}

.product-card__info {
	padding-top: 25px;
}

.product-card__sub {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	min-height: 39px;
}

.product-card__desc {
	margin-top: 12px;
}

.product-card__desc-item {
	margin-bottom: 8px;
	font-size: 14px;
}

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

.product-card__desc-item b {
	font-weight: 600;
}

.product-card__stock {
	margin-top: 14px;
	font-size: 14px;
	color: #86A45C;
}

.product-card__stock b {
	font-weight: 700;
}

.product-card__price {
	font-weight: 700;
	font-size: 22px;
	line-height: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-card__price s {
	margin: 4px 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	margin-right: 22px;
	color: #888282;
}

.product-card__bottom {
	margin-top: 20px;
	-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;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.product-card__spec-wrap {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.product-card__weight {
	margin-top: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2;
}

.cart__table .product-card__weight {
	display: block;
	margin: 0 0 15px 0;
}

.product-card__weight:first-child {
	margin-top: 0;
}

.product-card__weight-label {
	font-size: 14px;
	margin-right: 8px;
}

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

.product-card__bottom-row {
	margin-top: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-card__bottom-row:first-child {
	margin-top: 0;
}

.product-card__count {
	max-width: 122px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.product-card__btn {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 16px;
}

@media (min-width: 992px) {
	.view-row .catalog__col {
		width: 100%;
	}

	.view-row .product-card {
		-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;
		padding: 30px;
	}

	.view-row .product-card__img {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-right: 40px;
		width: 200px;
	}

	.view-row .product-card__bottom {
		margin-top: 0;
		margin-left: 40px;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		width: 300px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.view-row .product-card__info {
		padding: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-item-align: center;
		align-self: center;
	}

	.view-row .product-card__sub {
		min-height: 0;
	}

	.view-row .product-card__desc {
		margin-top: 30px;
	}

	.view-row .product-card__stock {
		margin-top: 30px;
	}

	.view-row .product-card__btn {
		margin-left: 30px;
	}

	.view-row .product-card__spec-wrap {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 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;
	}

	.view-row .product-card__price {
		display: block;
	}

	.view-row .product-card__price s,
	.view-row .product-card__price b {
		display: block;
	}

	.view-row .product-card__price s {
		margin: 0 0 10px;
	}

	.view-row .product-card__price s:last-child {
		margin-bottom: 0;
	}

	.view-row .product-card__weight {
		margin: 0;
		margin-left: 15px;
		display: block;
	}

	.view-row .product-card__weight-label {
		margin-right: 0;
		margin-bottom: 6px;
	}

	.view-row .product-card__bottom-row {
		margin-top: 25px;
	}

	.view-row .product-card__bottom-row:first-child {
		margin-top: 0;
	}
}

.home-about__block {
	position: relative;
	z-index: 1;
	background: -webkit-gradient(linear, left top, right top, color-stop(35%, #D3EBE6), to(#F4F0E9));
	background: linear-gradient(90deg, #D3EBE6 35%, #F4F0E9 100%);
	padding: 42px 40px 40px;
	padding-left: 530px;
}

.home-about__img {
	position: absolute;
	left: 0;
	bottom: 0;
}

.home-about__img img {
	max-width: none;
}

.home-about__sub {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 20px;
}

.home-about__row {
	margin-top: 36px;
	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;
	max-width: 800px;
}

.home-about__col {
	width: calc(50% - 20px);
}

.home-about__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.home-about__icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-top: 5px;
	margin-right: 22px;
}

.home-about__item-content p {
	line-height: 1.4;
}

.home-about__item-sub {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 10px;
}

.news-slider__slider {
	overflow: hidden;
	padding: 10px;
	margin: -10px;
}

.news-slider__slide {
	height: auto;
}

.news-slider__btn {
	text-align: center;
	margin-top: 35px;
}

.news-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 20px;
	padding: 18px 18px 26px;
	-webkit-box-shadow: 0px 0px 10px rgba(68, 68, 68, 0.05);
	box-shadow: 0px 0px 10px rgba(68, 68, 68, 0.05);
}

.news-card__img img {
	width: 100%;
	border-radius: 10px;
}

.news-card__info {
	padding-top: 25px;
	-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;
}

.news-card__sub {
	font-weight: 700;
	font-size: 16px;
}

.news-card__date {
	margin-top: 6px;
	font-size: 14px;
	color: #86A45C;
}

.news-card__desc {
	margin-top: 14px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.news-card__desc p {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 8px;
}

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

.news-card__btn {
	margin-top: 25px;
}

.news-card__btn .btn {
	min-width: 146px;
}

.breadcrumbs {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 20px;
}

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

.breadcrumbs a {
	color: #7F85AB;
}

.breadcrumbs i {
	font-style: normal;
	color: #7F85AB;
}

.breadcrumbs i:last-of-type {
	color: #424242;
}

.post-header {
	padding-top: 35px;
	margin-bottom: 30px;
}

.post-header>h1 {
	text-align: left;
}

.post-header .breadcrumbs~h1 {
	text-align: center;
}

.post-header.post-header--card .breadcrumbs {
	margin-bottom: 30px;
}

.post-header.post-header--card h1 {
	text-align: left;
}

.post-header.post-header--lk {
	padding-top: 60px;
	margin-bottom: 35px;
}

.post-header.post-header--lk h1 {
	text-align: left;
}

.post-info {
	max-width: 1150px;
	margin-top: 80px;
}

.post-info:first-child {
	margin-top: 0;
}

.categories__row {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: -20px;
}

.categories__col {
	width: 25%;
	margin-bottom: 20px;
}

.consultation-banner {
	margin-top: 80px;
	background: -webkit-gradient(linear, left top, right top, color-stop(35%, #D3EBE6), to(#F4F0E9));
	background: linear-gradient(90deg, #D3EBE6 35%, #F4F0E9 100%);
	padding: 42px 150px 26px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.consultation-banner:first-child {
	margin-top: 0;
}

.consultation-banner__img {
	position: absolute;
	z-index: -1;
}

.consultation-banner__img--1 {
	left: 0;
	top: 3px;
}

.consultation-banner__img--2 {
	right: 0;
	bottom: 0;
}

.consultation-banner__sub {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 12px;
}

.consultation-banner__tel {
	font-size: 28px;
	font-weight: 700;
}

.consultation-banner__row {
	margin-top: 15px;
	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;
}

.consultation-banner__icon {
	margin-right: 18px;
}

.catalog__rules {
	margin-bottom: 36px;
}

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

.catalog__nav {
	width: 330px;
	margin-right: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.catalog__content {
	width: calc(100% - 350px);
}

.catalog__filters {
	padding: 17px 0 18px;
	border-bottom: 1px solid #BFCEC7;
	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__filters-col {
	margin-right: 20px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.catalog__filters-col:last-child {
	margin-right: 0;
}

.catalog__controls {
	padding: 18px 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;
}

.catalog__row {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: -20px;
}

.catalog__col {
	width: 33.3333333%;
	margin-bottom: 20px;
}

.catalog__row_4_col .catalog__col {
	width: 25%;
}

.catalog__more-btn {
	margin-top: 40px;
	display: block;
}

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

.catalog__pagination {
	margin-top: 40px;
}

.catalog-view {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.catalog-view__item {
	margin-right: 20px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.catalog-view__item:last-child {
	margin-right: 0;
}

.catalog-view__item svg circle,
.catalog-view__item svg rect {
	-webkit-transition: fill .25s;
	transition: fill .25s;
}

.catalog-view__item.active {
	opacity: 1 !important;
}

.catalog-view__item.active svg circle,
.catalog-view__item.active svg rect {
	fill: #7A81A9;
}

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

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

.catalog-nav__sub {
	padding: 26px 40px;
	padding-right: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 30px rgba(68, 68, 68, 0.05);
	box-shadow: 0px 0px 30px rgba(68, 68, 68, 0.05);
	border-radius: 20px;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	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 .25s, color .25s;
	transition: background-color .25s, color .25s;
}

/*.catalog-nav__sub::after {*/
.catalog-nav__sub .js-catalog-nav-dropdown {
	content: '';
	color: #424242;
	display: block;
	margin-top: 1px;
	width: 30px;
	height: 20px;
	background: url(../img/catalog-aside-dropdown-arrow.svg) center center no-repeat;
	background-size: 13px 9px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 5px;
	margin-right: -5px;
	-webkit-transition: -webkit-transform .25s;
	transition: -webkit-transform .25s;
	transition: transform .25s;
	transition: transform .25s, -webkit-transform .25s;
}

.catalog-nav__sub.active {
	color: #424242 !important;
	background-color: #D6EEE3;
}

/*.catalog-nav__sub.active::after {*/
.catalog-nav__sub.active .js-catalog-nav-dropdown {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.catalog-nav__dropdown {
	display: none;
}

.catalog-nav__dropdown.active {
	display: block;
}

.catalog-nav__dropdown ul {
	margin: 0;
	padding: 15px 0 0;
}

.catalog-nav__dropdown ul li {
	margin: 0 0 15px;
	padding: 0;
	padding-left: 40px;
	padding-right: 10px;
	font-size: 16px;
	line-height: 20px;
}

.catalog-nav__dropdown ul li:last-child {
	margin-bottom: 0;
}

.catalog-nav__dropdown ul li::before {
	display: none;
}

.catalog-nav__dropdown ul li a {
	color: #424242;
	text-decoration: none;
}

.catalog-nav__dropdown ul li.active a {
	color: #7A81A9;
}

.catalog-dropdown {
	width: 100%;
	position: relative;
	z-index: 12;
}

.catalog-dropdown.active {
	z-index: 14;
}

.catalog-dropdown__sub {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
	border: 1px solid #77B196;
	border-radius: 50px;
	padding: 10px 16px;
	font-size: 14px;
	line-height: 16px;
	color: #45755E;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-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%;
	-webkit-transition: background-color .25s, color .25s;
	transition: background-color .25s, color .25s;
}

.catalog-dropdown__sub::after {
	content: '';
	display: block;
	margin-top: 1px;
	width: 13px;
	height: 9px;
	background: url(../img/catalog-aside-dropdown-arrow.svg) center center no-repeat;
	background-size: contain;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 15px;
	-webkit-transition: -webkit-transform .25s;
	transition: -webkit-transform .25s;
	transition: transform .25s;
	transition: transform .25s, -webkit-transform .25s;
}

.catalog-dropdown__sub.active {
	background-color: #D6EEE3;
	color: #45755E !important;
}

.catalog-dropdown__sub.active::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.catalog-dropdown__sub.active+.catalog-dropdown__block {
	opacity: 1;
	visibility: visible;
}

.catalog-dropdown__block {
	position: absolute;
	min-width: 100%;
	left: 0;
	top: calc(100% + 4px);
	border: 1px solid #77B196;
	background-color: #fff;
	border-radius: 5px;
	padding: 15px 16px 18px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .25s;
	transition: .25s;
}

.catalog-dropdown__check-list {
	white-space: nowrap;
}

.catalog-dropdown__check-item {
	margin-bottom: 16px;
}

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

.catalog-dropdown__price {
	min-width: 225px;
}

.catalog-top {
	margin-bottom: 45px;
}

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

.catalog-top__row {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: -20px;
}

.catalog-top__col {
	width: 25%;
	margin-bottom: 20px;
}

.catalog-top__item {
	height: 100%;
	min-height: 80px;
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 16px 30px;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	background-color: #fff;
	border: 2px solid #fff;
	-webkit-box-shadow: 0px 0px 30px rgba(68, 68, 68, 0.05);
	box-shadow: 0px 0px 30px rgba(68, 68, 68, 0.05);
	border-radius: 20px;
	-webkit-transition: .25s;
	transition: .25s;
}

.catalog-top__item.active {
	border-color: #77B196;
	background: #D6EEE3;
}

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

.product__left {
	width: calc(50% - 40px);
	margin-right: 50px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.product__right {
	width: calc(50% - 10px);
}

.product__sub {
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
}

.product__art-code {
	margin-bottom: 25px;
}

.product__stock-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;
}

.product__stock {
	font-size: 18px;
	color: #86A45C;
}

.product__stock b {
	font-size: 20px;
	font-weight: 700;
}

.product__alert {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

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

.product__controls {
	margin-top: 28px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 30px rgba(68, 68, 68, 0.05);
	box-shadow: 0px 0px 30px rgba(68, 68, 68, 0.05);
	border-radius: 20px;
	padding: 24px 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;
}

.product__price {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
}

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

.product__price s,
.product__price b {
	display: block;
}

.product__price b {
	font-size: 28px;
	font-weight: 700;
}

.product__price s {
	font-size: 18px;
	color: #888282;
	margin-bottom: 6px;
}

.product__price s:last-child {
	margin-bottom: 0;
}

.product__controls-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
}

.product__count {
	max-width: 134px;
	margin-right: 20px;
}

.product__btn .btn {
	padding-left: 30px;
	padding-right: 30px;
}

.product__favourites {
	margin-left: 20px;
}

.product__favourites .product-card__favourites {
	position: static;
}

.product__min-weight {
	margin-top: 15px;
}

.product__specifications {
	margin-top: 42px;
}

.product__specifications-sub {
	margin-bottom: 14px;
}

.product__select {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product__select-label {
	font-weight: 600;
	font-size: 18px;
	margin-right: 28px;
}

.product__select-wrap {
	min-width: 212px;
}

.product__select-wrap .main-select .jq-selectbox {
	display: block;
}

.product__specifications-table table {
	width: 100%;
	border-collapse: collapse;
}

.product__specifications-table table tr td {
	font-size: 18px;
	line-height: 22px;
	padding: 18px 4px;
	border-bottom: 1px solid #BDBDBD;
}

.product__specifications-table table tr td:first-child {
	padding-right: 10px;
	font-weight: 600;
	width: 60%;
}

.product__specifications-table table tr td:last-child {
	padding-left: 10px;
	width: 40%;
}

.product__specifications-more {
	margin-top: 20px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 18px;
	line-height: 22px;
	color: #7F85AB;
}

.product__weight {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.product__weight-label {
	font-weight: 600;
	font-size: 18px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 25px;
	line-height: 40px;
}

.product__weight-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-bottom: -10px;
}

.product__weight-col {
	margin-right: 15px;
	margin-bottom: 10px;
}

.product__weight-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.product__weight-item label {
	display: block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.product__weight-item label input {
	display: none;
}

.product__weight-item label input:checked+span {
	border-color: #77B196;
	background-color: #D6EEE3;
}

.product__weight-item label span {
	display: block;
	border: 1px solid #BDBDBD;
	border-radius: 5px;
	font-size: 14px;
	line-height: 18px;
	padding: 10px 20px;
	font-weight: 500;
	-webkit-transition: .15s;
	transition: .15s;
}

.product-gallery {
	position: relative;
}

.product-gallery__slider {
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
}

.product-gallery__slide {
	height: auto;
}

.product-gallery__item {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
	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;
	padding: 50px;
}

.product-gallery__thumbs {
	overflow: hidden;
}

.product-gallery__thumbs-slide {
	height: auto;
}

.product-gallery__thumbs-slide.swiper-slide-thumb-active .product-gallery__thumbs-item {
	background-color: #D6EEE3;
}

.product-gallery__thumbs-item {
	background-color: #fff;
	border-radius: 10px;
	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;
	padding: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color .25s;
	transition: background-color .25s;
}

.product-gallery__wrap {
	margin-top: 25px;
	padding-left: 24px;
	padding-right: 24px;
}

.product-info {
	padding-top: 100px;
}

.product-info h3 {
	font-family: 'Open Sans', sans-serif;
}

.product-info__tabs {
	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;
	border-bottom: 1px solid #BDBDBD;
}

.product-info__tabs-item {
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 20px 15px;
	width: calc(33.333333% - 10px);
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 30px rgba(68, 68, 68, 0.05);
	box-shadow: 0px 0px 30px rgba(68, 68, 68, 0.05);
	border-radius: 20px 20px 0px 0px;
	-webkit-transition: .25s;
	transition: .25s;
}

.product-info__tabs-item.active {
	color: #424242 !important;
	background-color: #DADCE8;
}

.product-info__wrap {
	padding-top: 48px;
}

.product-info__block {
	display: none;
}

.about__desc {
	max-width: 1150px;
}

.about__wrap {
	max-width: 1200px;
	margin: 0 auto;
}

.about__wrap:first-child {
	margin-top: 0;
}

.about .section-title {
	font-weight: 700;
}

.banking-details {
	margin-top: 50px;
}

.banking-details:first-child {
	margin-top: 0;
}

.banking-details__sub {
	margin-bottom: 20px;
}

.banking-details__info ul {
	margin: 0;
	padding: 0;
	padding-left: 12px;
	border-left: 2px solid #7A81A9;
}

.banking-details__info ul li {
	padding: 0;
}

.banking-details__info ul li::before {
	display: none;
}

.advantages {
	margin-top: 50px;
}

.advantages__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;
	margin-bottom: -50px;
}

.advantages__col {
	width: calc(50% - 10px);
	max-width: 530px;
	margin-bottom: 50px;
}

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

.advantages__icon {
	width: 112px;
	height: 100px;
	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: 30px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.advantages__sub {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 15px;
}

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

.advantages__desc {
	margin: 0;
}

.about-banner {
	margin-top: 62px;
}

.about-banner .section-title {
	margin-bottom: 31px;
}

.about-banner:first-child {
	margin-top: 0;
}

.about-banner__slider {
	overflow: hidden;
}

.about-banner__slide {
	height: auto;
}

.about-banner__item {
	height: 100%;
	min-height: 458px;
	border-radius: 30px;
	padding: 65px 50px 50px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.about-banner__sub {
	max-width: 500px;
	font-weight: 700;
	font-size: 35px;
	line-height: 44px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #48382D;
}

.contacts__wrap {
	max-width: 1150px;
}

.contacts__desc {
	margin-bottom: 35px;
}

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

.contacts__col {
	width: 33.33333333%;
	margin-bottom: 48px;
}

.contacts__item {
	padding-left: 20px;
	border-left: 2px solid #7A81A9;
}

.contacts__sub {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

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

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

.contacts__text {
	color: #000;
}

.contacts__soc {
	margin-top: -1px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contacts__soc:first-child {
	margin-left: 0;
}

.contacts__soc-item {
	margin-right: 10px;
}

.contacts__soc-item:last-child {
	margin-right: 0;
}

.contacts__map {
	margin-top: 50px;
	position: relative;
	padding-bottom: 42%;
}

.contacts__map-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.news__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;
	margin-bottom: -20px;
}

.news__col {
	width: 25%;
	margin-bottom: 20px;
}

.news__pagination {
	margin-top: 60px;
}

.news-top {
	margin-bottom: 30px;
}

.news-top:last-child {
	margin-bottom: 0;
}

.news-top__thumbnail img {
	width: 100%;
	border-radius: 30px;
}

.news-top__date {
	margin-top: 35px;
	color: #86A45C;
}

.news-top__date:first-child {
	margin-top: 0;
}

.post-text>img {
	margin: 50px auto;
	border-radius: 30px;
}

.post-text>img:first-child {
	margin-top: 0;
}

.post-text>img:last-child {
	margin-bottom: 0;
}

.post-text>p,
.post-text>li,
.post-text>.text {
	max-width: 1150px;
}

.post-text>p b,
.post-text>li b,
.post-text>.text b {
	font-weight: 700;
}

.post-text__video {
	max-width: 1050px;
	margin: 50px auto;
}

.post-text__video-item {
	display: block;
	position: relative;
}

.post-text__video-item img {
	width: 100%;
}

.post-text__video-item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}

.post-text__video-item::after {
	content: '';
	position: absolute;
	left: calc(50% - 65px);
	top: calc(50% - 65px);
	width: 130px;
	height: 130px;
	background: url(../img/play-icon.svg) center center no-repeat;
}

.post-text__video-label {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3;
	margin-top: 20px;
}

.post-text__video-label:first-child {
	margin-top: 0;
}

.news-gallery {
	padding-left: 32px;
	padding-right: 32px;
	max-width: 1264px;
	margin: 80px auto;
}

.news-gallery:first-child {
	margin-top: 0;
}

.news-gallery:last-child {
	margin-bottom: 0;
}

.news-gallery__slider {
	overflow: hidden;
}

.news-gallery__slide {
	height: auto;
}

.news-gallery__thumbs {
	margin-top: 20px;
	overflow: hidden;
}

.news-gallery__thumbs-slide {
	height: auto;
}

.news-gallery__thumbs-slide.swiper-slide-thumb-active .news-gallery__thumbs-item::before {
	opacity: .4;
}

.news-gallery__thumbs-item {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	border-radius: 30px;
	overflow: hidden;
}

.news-gallery__thumbs-item img {
	width: 100%;
}

.news-gallery__thumbs-item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	-webkit-transition: opacity .25s;
	transition: opacity .25s;
}

.cart__tabs {
	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-bottom: 40px;
}

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

.cart__tabs-item {
	position: relative;
	height: 100%;
	margin-right: 20px;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	padding: 26px 12px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 30px rgba(68, 68, 68, 0.05);
	box-shadow: 0px 0px 30px rgba(68, 68, 68, 0.05);
	border-radius: 20px;
	min-width: 330px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: .25s;
	transition: .25s;
}

.cart__tabs-item:last-child {
	margin-right: 0;
}

.cart__tabs-item.active {
	color: #424242 !important;
	background-color: #DADCE8;
}

.cart__tabs-item i {
	width: 32px;
	height: 32px;
	font-size: 16px;
	line-height: 1;
	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;
	border-radius: 50%;
	background-color: #B7DDCB;
	position: absolute;
	right: 18px;
	top: -16px;
	font-style: normal;
	font-weight: 400;
	color: #424242;
}

.cart__block {
	display: none;
}

.cart__table {
	overflow-x: auto;
}

.cart__table table {
	width: 100%;
	/*min-width: 1380px;*/
	border-collapse: collapse;
}

.cart__table table th,
.cart__table table td {
	position: relative;
	z-index: 1;
	vertical-align: middle;
	text-align: left;
	padding: 0;
	padding-right: 30px;
}

.cart__table table th:nth-child(1),
.cart__table table td:nth-child(1) {
	width: 224px;
	min-width: 224px;
}

.cart__table table th:nth-child(2),
.cart__table table td:nth-child(2) {
	width: 300px;
	max-width: 300px;
}

.cart__table table thead tr th {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #8C8C8C;
	padding-top: 16px;
	padding-bottom: 16px;
}

.cart__table table tbody tr td {
	padding-top: 24px;
	padding-bottom: 24px;
	font-size: 18px;
	border-bottom: 20px solid transparent;
}

.cart__table table tbody tr td::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: -1;
}

.cart__table table tbody tr td:first-child {
	padding: 0;
}

.cart__table table tbody tr td:first-child::before {
	border-radius: 20px 0 0 20px;
}

.cart__table table tbody tr td:last-child::before {
	border-radius: 0 20px 20px 0;
}

.cart__table table tbody tr:last-child td {
	border-bottom: 0;
}

.cart__table table tbody tr.cart-item--spec td {
	border-bottom: 0;
}


.cart__table table tbody tr.cart-item--spec td:first-child::before {
	border-radius: 20px 0 0 0;
}

.cart__table table tbody tr.cart-item--spec td:last-child::before {
	border-radius: 0 20px 0 0;
}

.cart__table table tbody tr.cart-item--spec-add td {
	padding-top: 0;
	padding-bottom: 30px;
}

.cart__table table tbody tr.cart-item--spec-add td:first-child {
	padding-left: 16px;
	padding-right: 20px;
}

.cart__table table tbody tr.cart-item--spec-add td:first-child::before {
	border-radius: 0 0 0 20px;
}

.cart__table table tbody tr.cart-item--spec-add td:first-child .main-checkbox label span {
	font-size: 18px;
	line-height: 20px;
	color: #424242;
}

.cart__table table tbody tr.cart-item--spec-add td:first-child .main-checkbox label span::before,
.cart__table table tbody tr.cart-item--spec-add td:first-child .main-checkbox label span::after {
	top: 0;
}

.cart__table table tbody tr.cart-item--spec-add td:last-child::before {
	border-radius: 0 0 20px 0;
}

.cart__table--small table {
	min-width: 1000px;
}

.cart__table--small table th,
.cart__table--small table td {
	padding-right: 24px;
}

.cart__table--small table tbody tr td {
	font-size: 16px;
}

.cart__table--small table th:nth-child(1),
.cart__table--small table td:nth-child(1) {
	width: 184px;
	min-width: 184px;
}

.cart__table--small table th:nth-child(2),
.cart__table--small table td:nth-child(2) {
	width: 188px;
	max-width: 188px;
}

.cart__table--small table th:nth-child(3),
.cart__table--small table td:nth-child(3) {
	width: 188px;
	max-width: 188px;
}

.cart__table--small table tbody tr.cart-item--spec-add td:first-child .main-checkbox label span {
	font-size: 16px;
}

.cart-item__img {
	position: relative;
	padding: 24px 10px;
}

.cart-item__img img {
	margin: 0 auto;
	border-radius: 50%;
}

.cart-item__img .image-bg {
	display: block;
	padding: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	/* border-radius: 50%; */
}

.cart-item__tag-list {
	position: absolute;
	left: 0;
	top: 16px;
}

.cart-item__tag {
	margin-bottom: 7px;
}

.cart-item__tag:last-child {
	margin-bottom: 0;
}

.cart-item__sub {
	font-weight: 600;
	font-size: 18px;
}

.cart-item__art-code {
	font-size: 18px;
}

.cart-item__price {
	font-weight: 600;
	font-size: 18px;
	width: 150px;
}
.cart-item__price-old {
	font-size: 16px;
	color: #888282;
}

.cart-item__count {
	min-width: 134px;
	max-width: 134px;
}

.cart-item__right-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cart-item__total {
	margin-right: 45px;
	flex-grow: 1;
}
.cart-item__total .sum-price {
	font-weight: 600;
	font-size: 24px;
}
.cart-item__total .sum-price-old {
	font-size: 18px;
	color: #888282;
}

.bx-soa-section-title {
	font-weight: 500;
	margin-bottom: 17px !important;
	font-family: 'Montserrat', sans-serif;
}

.bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
	line-height: normal;
}

body .bx-soa-cart-total-line-total {
	margin-bottom: 0;
}

.bx-soa-sidebar {
	margin: 53px 0 0 0;
}

.bx-ui-slst-input-block,
.bx-soa-location-input-container {
	max-width: 680px;
}

.cart-item__total:last-child {
	margin-right: 0;
}

.cart-item__icon {
	margin-right: 35px;
}

.cart-item__icon:last-child {
	margin-right: 0;
}

.cart-item__icon .product-card__favourites {
	position: static;
	display: block;
}

.cart__table--small .cart-item__sub,
.cart__table--small .cart-item__art-code,
.cart__table--small .cart-item__price {
	font-size: 16px;
}

.cart__table--small .cart-item__total {
	font-size: 20px;
}

.cart-ready {
	margin-top: 40px;
	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-ready:first-child {
	margin-top: 0;
}

.cart-ready__count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
}

.cart-ready__count b {
	font-weight: 600;
}

.cart-ready__count span {
	margin-left: 10px;
}

.cart-ready__btn {
	margin: 0 20px;
}

.cart-ready__btn .btn {
	padding-left: 25px;
	padding-right: 25px;
}

.cart-ready__remove {
	margin: 0;
}

.cart-ready__remove a {
	text-decoration: none;
}

.cart-order {
	margin-top: 40px;
}

.cart-order:first-child {
	margin-top: 0;
}

.cart-order__info {
	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;
}

.cart-order__count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	line-height: 24px;
	gap: 0 5px;
}

.cart__count-group:not(:last-child) {
	margin: 0 0 15px 0;
}

.cart-order__count b {
	font-weight: 600;
}

.cart-order__count span {
	margin-left: 10px;
}

.cart-order__add {
	margin-top: 25px;
}

.cart-order__add:first-child {
	margin-top: 0;
}

.cart-order__add-sub {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.cart-order__add-sub:last-child {
	margin-bottom: 0;
}

.cart-order__add-table {
	width: 100%;
	max-width: 390px;
}

.cart-order__add-table table {
	width: 100%;
	border-collapse: collapse;
}

.cart-order__add-table table tr td {
	text-align: left;
	padding: 6px 0;
	font-size: 18px;
}

.cart-order__add-table table tr td:first-child {
	padding-right: 48px;
}

.cart-order__total {
	min-width: 424px;
}

.cart-order__total span,
.cart-order__total b {
	display: inline-block;
	font-weight: 600;
}

.cart-order__total span {
	font-size: 18px;
	padding-right: 30px;
}

.cart-order__total b {
	font-size: 24px;
	line-height: 1;
}

.cart-order__bottom {
	margin-top: 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;
}

.cart-order__bottom:first-child {
	margin-top: 0;
}

.cart-order__btn {
	margin-right: 30px;
}

.cart-order__btn:last-child {
	margin-right: 0;
}

.cart-order__btn .btn {
	padding-left: 28px;
	padding-right: 28px;
}

.cart-order__remove {
	margin: 0;
}

.cart-order__remove a {
	text-decoration: none;
}

.order {
	padding-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.order__content {
	width: calc(100% - 380px);
}

.order__aside {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 330px;
	margin-left: 50px;
}

.order__sub {
	font-weight: 600;
}

.order__wrap {
	max-width: 680px;
}

.order__select {
	margin-bottom: 24px;
}

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

.order__radio-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -45px;
	margin-bottom: -30px;
}

.order__radio-col {
	margin-right: 45px;
	margin-bottom: 30px;
}

.order__radio-col--full {
	width: 100%;
}

.order__info {
	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;
	margin-bottom: -24px;
}

.order__info-col {
	width: 100%;
	margin-bottom: 24px;
}

.order__info-col--small {
	width: calc(33.33333% - 7px);
}

.order__info-col--medium {
	width: calc(66.6666666% - 7px);
}

.order__bottom {
	margin-top: 30px;
}

.order__bottom:first-child {
	margin-top: 0;
}

.order__agree .main-checkbox label span {
	font-size: 18px;
	line-height: 20px;
	color: #424242;
}

.order__agree .main-checkbox label span::before,
.order__agree .main-checkbox label span::after {
	top: 0;
}

.order__btn {
	margin-top: 30px;
}

.order__btn:first-child {
	margin-top: 0;
}

.order__btn .btn {
	padding-left: 32px;
	padding-right: 32px;
}

.order-aside__block {
	background: #fff;
	border-radius: 20px;
}

.order-aside__col {
	padding-left: 26px;
	padding-right: 26px;
}

.order-aside__top {
	padding-top: 30px;
	padding-bottom: 30px;
}

.order-aside__bottom {
	border-top: 2px solid #EDE6E6;
	padding-top: 20px;
	padding-bottom: 24px;
}

.order-aside__count {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
}

.order-aside__price {
	font-weight: 600;
	font-size: 24px;
	color: #7A81A9;
	margin-top: 10px;
}

.order-aside__price:first-child {
	margin-top: 0;
}

.order-aside__add {
	margin-top: 25px;
}

.order-aside__add:first-child {
	margin-top: 0;
}

.order-aside__add p {
	font-family: 'Montserrat', sans-serif;
	max-width: 210px;
}

.order-aside__add-sub {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
}

.order-aside__total-sub {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 2px;
}

.order-aside__total {
	font-weight: 500;
	font-size: 45px;
}

.lk {
	padding: 52px 0 80px 0;
	background: #fff;
	-webkit-box-shadow: 0px 0px 30px rgba(68, 68, 68, 0.05);
	box-shadow: 0px 0px 30px rgba(68, 68, 68, 0.05);
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	/* gap: 40px; */
}

.lk textarea {
	resize: none;
}

.bx_my_order_cancel input[type="submit"] {
	color: #fff !important;
	background: linear-gradient(90deg, #8F95B8 34%, #73A990 100%) !important;
	border-radius: 50px !important;
	text-shadow: none;
	cursor: pointer;
}

.back-link {
	font-weight: 700;
	transition: .3s ease-in-out;
	display: flex;
	align-items: center;
	gap: 10px;
}

.back-link:hover path:not(:first-child) {
	fill: #7A81A9;
}

.back-link:hover {
	color: #7A81A9;
}

.lk__aside {
	width: 305px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-right: 1px solid #BDBDBD;
	padding: 0 34px;
}

.lk__content {
	width: calc(100% - 305px);
}

.lk__name {
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 30px;
}

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

.lk__menu-item {
	margin-bottom: 5px;
}

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

.lk__menu-item a,
.lk__menu-item span {
	display: inline-block;
	padding: 17px 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
}

.lk__menu-item.active a,
.lk__menu-item.active span {
	display: block;
	padding: 17px 32px;
	color: #fff !important;
	background: -webkit-gradient(linear, left top, right top, color-stop(34%, #8F95B8), to(#73A990));
	background: linear-gradient(90deg, #8F95B8 34%, #73A990 100%);
	border-radius: 20px;
}

.lk__logout {
	margin-top: 36px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
}

.lk__logout img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 8px;
}

.lk-profile {
	padding: 0 50px;
}

.lk-profile__title {
	margin: 0 0 15px;
	font-weight: 600;
}

.lk-profile__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;
	margin-bottom: -25px;
}

.lk-profile__col {
	width: calc(50% - 8px);
	margin-bottom: 25px;
}

.lk-profile__col--full {
	width: 100%;
}

.lk-profile__pass {
	margin-top: 50px;
}

.lk-profile__pass:first-child {
	margin-top: 0;
}

.lk-profile__btn {
	margin-top: 60px;
}

.lk-profile__btn:first-child {
	margin-top: 0;
}

.lk-profile__btn .btn {
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 45px;
	padding-right: 45px;
	height: 44px;
}

.lk-profile .main-input input,
.lk-profile .main-input textarea {
	padding-left: 24px;
	padding-right: 24px;
	font-weight: 600;
}

.lk-profile .main-input input::-webkit-input-placeholder,
.lk-profile .main-input textarea::-webkit-input-placeholder {
	font-weight: 400;
}

.lk-profile .main-input input::-moz-placeholder,
.lk-profile .main-input textarea::-moz-placeholder {
	font-weight: 400;
}

.lk-profile .main-input input:-ms-input-placeholder,
.lk-profile .main-input textarea:-ms-input-placeholder {
	font-weight: 400;
}

.lk-profile .main-input input::-ms-input-placeholder,
.lk-profile .main-input textarea::-ms-input-placeholder {
	font-weight: 400;
}

.lk-profile .main-input input::placeholder,
.lk-profile .main-input textarea::placeholder {
	font-weight: 400;
}

.lk-profile .main-pass input {
	padding-right: 60px;
}

.lk-profile .main-pass i {
	right: 24px;
}

.my-orders {
	padding: 0 42px;
}

.my-orders__col {
	margin-bottom: 20px;
}

.my-orders__col:last-child {
	margin-bottom: 0;
}

.my-orders__item {
	background-color: #F4F4F4;
	border-radius: 20px;
}

.my-orders__header {
	padding: 28px 30px 18px;
	border-bottom: 1px solid #BDBDBD;
	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;
}

.my-orders__number {
	font-size: 18px;
}

.my-orders__total {
	-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: 18px;
}

.my-orders__total b {
	margin-left: 10px;
	font-weight: 600;
}

.my-orders__content {
	font-size: 16px;
	line-height: 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;
	padding: 20px 30px 30px;
}

.my-orders__tag {
	margin-bottom: 15px;
	display: inline-block;
	width: auto;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	background-color: #424242;
	color: #fff;
	padding: 7px 20px;
	border-radius: 50px;
}

.my-orders__tag:last-child {
	margin-bottom: 0;
}

.my-orders__tag--green {
	background-color: #79B578;
}

.my-orders__tag--red {
	background-color: #D84632;
}

.my-orders__tag--grey {
	background-color: #9C9898;
}

.my-orders__tag--blue {
	background-color: #539EE2;
}

.my-orders__detail a {
	color: #7A81A9;
}

.lk-order {
	padding: 0 30px;
}

.lk-order__title {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 24px;
}

.lk-order__title:last-child {
	margin-bottom: 0;
}

.lk-order__code {
	font-size: 18px;
}

.lk-order__row {
	margin-top: 24px;
	display: flex;
	align-items: center;
	gap: 20px;
}

.lk-order__row:first-child {
	margin-top: 0;
}

.lk-order__row .my-orders__tag {
	padding: 5px 18px;
	height: 40px;
	align-items: center;
	justify-content: center;
	display: inline-flex;
	font-size: 14px;
	margin: 0;
}

.lk-order__row .btn {
	display: inline-flex;
}


.lk-order__total {
	font-size: 18px;
}

.lk-order__total b {
	font-weight: 700;
}

.lk-order__sub {
	margin: 40px 0 20px;
	font-size: 20px;
	font-weight: 700;
}

.lk-order__sub:first-child {
	margin-top: 0;
}

.lk-order__sub:last-child {
	margin-bottom: 0;
}

.lk-order__desc p {
	font-weight: 600;
}

.lk-order__desc p a {
	color: #424242;
	text-decoration: none;
}

.lk-order__cart {
	margin-top: 80px;
}

.lk-order__cart-title {
	font-weight: 600;
	margin: 0 0 15px;
}

.lk-order__cart-title:last-child {
	margin-bottom: 0;
}

.lk-order__cart-table .cart__table table tbody tr td::before {
	background-color: #F4F4F4;
}

.search-result__row {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: -20px;
}

.search-result__col {
	width: 25%;
	margin-bottom: 20px;
}

.mobile-table__name {
	display: none;
}

.mobile-table__controls {
	display: none;
}

@media (max-width: 1479px) {
	.slider-container {
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media (max-width: 1419px) {
	.catalog__wrap {
		display: block;
	}

	.catalog__nav {
		width: 100%;
		margin: 0;
		display: none;
	}

	.catalog__content {
		width: 100%;
	}

	.product__controls {
		display: block;
	}

	.product__price {
		margin-right: 0;
		margin-bottom: 15px;
	}

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

	.search-result__col {
		width: 33.33333333%;
	}
}

@media (min-width: 1200px) {

	.home-catalog__col--mob,
	.catalog-card__img-mob {
		display: none;
	}
}

@media (max-width: 1199px) {
	.header-catalog__nav {
		padding-right: 20px;
		padding-left: 20px;
	}

	.header-catalog__nav-sub {
		font-size: 13px;
		line-height: 16px;
		min-height: 32px;
	}

	.header-catalog__nav-list ul li {
		font-size: 12px;
		line-height: 15px;
	}

	.header-catalog__more {
		font-size: 14px;
		line-height: 18px;
		margin-top: 15px;
	}

	.header-catalog__category-item {
		min-height: 60px;
		font-size: 14px;
		line-height: 20px;
		padding-right: 15px;
		padding-left: 60px;
		overflow: hidden;
	}

	.header-catalog__category-item img {
		left: -10px;
	}

	.header-catalog__category {
		width: 286px;
	}

	.header-catalog__nav {
		width: calc(100% - 286px);
	}

	.header-catalog__nav-col {
		margin-bottom: 30px;
	}

	.header-catalog__nav-row {
		margin-bottom: -30px;
	}

	.header-nav ul li {
		margin-right: 25px;
		font-size: 14px;
	}

	.header-bottom__search {
		margin-left: 35px;
		margin-right: 35px;
	}

	.home-catalog__left {
		display: none;
	}

	.home-catalog__right {
		width: 100%;
	}

	.home-catalog__col, .home-catalog__col.col-3 {
		width: 50%;
	}

	.catalog-card__img {
		/*display: none;*/
	}

	.catalog-card__img-mob {
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.catalog-card__detail {
		display: none;
	}

	.catalog-card {
		/* 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: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 14px 10px;
		padding-left: 68px;
		min-height: 76px;
		border-radius: 10px; */
	}

	.catalog-card__sub {
		font-size: 18px;
		line-height: 24px;
	}

	.home-catalog__btn {
		margin-top: 35px;
	}

	.home-about__block {
		padding-left: 40px;
	}

	.home-about__img {
		display: none;
	}

	.categories__col {
		width: 50%;
	}

	.news__col {
		width: 33.3333333%;
	}

	.catalog__col {
		width: 50%;
	}

	.catalog-top__col {
		width: 33.3333333%;
	}

	.product-info__tabs-item {
		font-size: 20px;
		line-height: 26px;
	}

	.cart-order__total {
		min-width: 0;
	}

	.my-orders__number,
	.my-orders__total {
		font-size: 16px;
	}

	.search-result__col {
		width: 50%;
	}
}

@media (min-width: 992px) {

	.header-center__menu-btn,
	.header-nav .header-nav__catalog {
		display: none;
	}

	a.header-top__item,
	a.header-center__contacts-icon {
		-webkit-transition: opacity .25s;
		transition: opacity .25s;
	}

	a.header-top__item:hover,
	a.header-center__contacts-icon:hover {
		opacity: .5;
	}

	.header-nav ul li a {
		-webkit-transition: color .25s;
		transition: color .25s;
	}

	.header-nav ul li a:hover {
		color: #7A81A9;
	}

	a.header-bottom__btn {
		-webkit-transition: background-color .25s;
		transition: background-color .25s;
	}

	a.header-bottom__btn:hover {
		background-color: #79B598;
	}

	.header-catalog__btn-icon {
		-webkit-transition: background-color .25s;
		transition: background-color .25s;
	}

	.header-catalog:hover .header-catalog__btn-icon {
		background-color: #79B598;
	}

	.header-catalog:hover .header-catalog__dropdown {
		/*opacity: 1;*/
		/*visibility: visible;*/
		display: flex;
	}

	.header-catalog__nav-list ul li a {
		-webkit-transition: color .25s;
		transition: color .25s;
	}

	.header-catalog__nav-list ul li a:hover {
		color: #7A81A9;
	}

	.header-catalog__more a {
		-webkit-transition: color .25s;
		transition: color .25s;
	}

	.header-catalog__more a:hover {
		color: #5D648C;
		text-decoration: underline;
	}

	.btn::before {
		-webkit-transition: .25s;
		transition: .25s;
	}

	.btn:hover::before {
		opacity: 1;
		visibility: visible;
	}

	.btn-border {
		-webkit-transition: color .25s;
		transition: color .25s;
	}

	.btn-border:hover {
		color: #fff;
	}

	.btn-grad::before {
		-webkit-transition: .25s;
		transition: .25s;
	}

	.btn-grad:hover::before {
		opacity: 1;
		visibility: visible;
	}

	.catalog-card {
		/* -webkit-transition: background-color .25s;
		transition: background-color .25s; */
	}

	.catalog-card:hover {
		background-color: #D6EEE3;
	}

	.slider-arrow:hover {
		opacity: .5;
	}

	.product-card__favourites:hover svg path {
		fill: #691313;
	}

	.product-card__favourites.active:hover {
		opacity: .5;
	}

	.product-card__sub a,
	.news-card__sub a,
	.footer__nav ul li a {
		-webkit-transition: color .25s;
		transition: color .25s;
	}

	.product-card__sub a:hover,
	.news-card__sub a:hover,
	.footer__nav ul li a:hover {
		color: #7A81A9;
	}

	.main-count__btn {
		-webkit-transition: opacity .25s;
		transition: opacity .25s;
	}

	.main-count__btn:hover {
		opacity: .5;
	}

	.news-card {
		-webkit-transition: border-color .25s;
		transition: border-color .25s;
	}

	.news-card:hover {
		border-color: #77B196;
	}

	.slider-pagination {
		display: none;
	}

	.footer__policy a:hover,
	.footer__bottom-item a:hover {
		text-decoration: none;
	}

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

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

	.consultation-banner__icon {
		-webkit-transition: opacity .25s;
		transition: opacity .25s;
	}

	.consultation-banner__icon:hover {
		opacity: .5;
	}

	.catalog-nav__sub:hover {
		color: #7A81A9;
	}

	.catalog-nav__dropdown ul li a {
		-webkit-transition: color .25s;
		transition: color .25s;
	}

	.catalog-nav__dropdown ul li a:hover {
		color: #7A81A9;
	}

	.catalog-dropdown__sub:hover {
		color: #7A81A9;
	}

	.catalog-view__item {
		-webkit-transition: opacity .25s;
		transition: opacity .25s;
	}

	.catalog-view__item:hover {
		opacity: .5;
	}

	.main-select .jq-selectbox__select:hover {
		color: #7A81A9;
	}

	.post-pagination a:hover {
		color: #7A81A9;
	}

	.post-pagination a:hover svg path {
		stroke: #7A81A9;
	}

	.catalog-top__item:hover {
		border-color: #77B196;
	}

	.product__specifications-more:hover {
		text-decoration: underline;
	}

	.product-info__tabs-item:hover {
		color: #7A81A9;
	}

	.contacts__soc-item {
		-webkit-transition: opacity .25s;
		transition: opacity .25s;
	}

	.contacts__soc-item:hover {
		opacity: .5;
	}

	.post-text__video-item::before {
		-webkit-transition: background-color .25s;
		transition: background-color .25s;
	}

	.post-text__video-item:hover::before {
		background-color: rgba(0, 0, 0, 0.15);
	}

	.cart__tabs-item:hover {
		color: #7A81A9;
	}

	.cart-item__sub a {
		-webkit-transition: color .25s;
		transition: color .25s;
	}

	.cart-item__sub a:hover {
		color: #7A81A9;
	}

	.cart-item__remove svg path {
		-webkit-transition: .25s;
		transition: .25s;
	}

	.cart-item__remove:hover svg path {
		fill: #BE2020;
	}

	.cart-ready__remove a:hover,
	.cart-order__remove a:hover {
		text-decoration: underline;
	}

	.lk__menu-item a,
	a.lk__logout {
		-webkit-transition: color .25s;
		transition: color .25s;
	}

	.lk__menu-item a:hover,
	a.lk__logout:hover {
		color: #7A81A9;
	}

	.my-orders__detail a:hover {
		text-decoration: underline;
	}

	.main-popup__close {
		-webkit-transition: opacity .25s;
		transition: opacity .25s;
	}

	.main-popup__close:hover {
		opacity: .5;
	}

	.login-popup__forgot a:hover {
		text-decoration: underline;
	}

	.product__weight-item label:hover span {
		border-color: #77B196;
	}

	a.cart-item__cart-icon {
		-webkit-transition: opacity .25s;
		transition: opacity .25s;
	}

	a.cart-item__cart-icon:hover {
		opacity: .5;
	}
}

@media screen and (max-width: 1024px) {
	.cart__table table {
		display: block;

		border-radius: 20px;
	}

	.cart__table table tr {
		border-radius: 20px;
	}

	.mobile-table__controls .cart-item__icon {
		display: flex;
	}

	.mobile-table__name {
		display: block;
		font-size: 16px;
		color: #8C8C8C;
		margin-bottom: 6px !important;
	}

	.cart__table thead {
		display: none;
	}

	.cart__table tr {
		display: flex;
		justify-content: center;
		flex-direction: column;
		background: #fff;
		align-items: center;
		flex-wrap: wrap;
		gap: 20px;
		padding: 20px 10px;
	}

	.lk .cart__table tr {
		background: #F4F4F4;
	}

	.cart__table table .cart-item--spec-add td:first-child,
	.cart__table table .cart-item--spec-add td:nth-child(3) {
		display: none;
	}

	.cart__table table tbody tr.cart-item--spec-add td {
		padding-bottom: 0;
	}

	.cart__table td {
		display: block;
		width: auto !important;
		max-width: unset !important;
		padding: 0;
	}

	.cart__table table tbody tr td {
		padding-top: 0;
		padding-bottom: 0;
		text-align: center;
		border-bottom: 0;
	}

	.cart__table tbody {
		display: flex;
		flex-direction: column;
		/*gap: 20px;*/
	}


	.cart-item {
		margin-bottom: 20px;
	}

	.cart-item--spec-add {
		margin-top: -55px;
		padding-top: 41px !important;
	}

	.cart__table table tbody tr td::before {
		content: none;
	}

	.cart-item__img {
		padding: 0;
	}

	.cart__table table th,
	.cart__table table td {
		padding-right: 0;
	}

	.mobile-table__controls {
		display: flex !important;
		align-items: center;
		margin: 20px 0 0 0;
	}

	.cart-item:not(.cart-item--spec-add) .cart-item__right-row,
	.cart-item:not(.cart-item--spec) .cart-item__right-row {
		display: block;
	}

	.cart-item:not(.cart-item--spec-add) .cart-item__icon,
	.cart-item:not(.cart-item--spec) .cart-item__icon {
		margin-top: 20px;
	}

	.mobile-table__controls .cart-item__icon {
		margin-top: 0 !important;
	}

	.dops .cart-item__icon {
		display: flex;
	}

	.cart-item__icon {
		float: left;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 28px;
		height: 28px;
	}

	.cart-item--spec .cart-item__right-row .cart-item__icon {
		display: none;
	}

	.cart-item__total {
		margin-right: 0;
	}

	.mobile-table__controls td:not(:last-child) {
		display: none;
	}
}

@media screen and (max-width: 450px) {
	.cart-item__img {
		width: 224px;
		margin: 0 auto;
		position: static;
	}

	.cart__table table tbody tr td:first-child {
		min-width: 100%;
	}

	.cart__table table tbody tr td:first-child .product-card__tags {
		left: -10px;
	}
}

@media (max-width: 991px) {
	.header-center__logo {
		padding-left: 0;
	}

	.main {
		padding-bottom: 80px;
	}

	.header-top,
	.header-center__contacts,
	.header-bottom__catalog {
		display: none;
	}

	.header-center__right {
		padding: 0;
	}

	.logo__img {
		width: 50px;
	}

	.logo__desc {
		margin-left: 10px;
	}

	.logo__desc>img {
		width: 60px;
	}

	.logo__desc span {
		font-size: 12px;
	}

	.header-center__menu-btn {
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.header-center {
		padding: 12px 0 10px;
	}

	.header-bottom__row {
		display: block;
		margin-left: -20px;
		margin-right: -20px;
		padding: 10px 20px 12px;
		border-radius: 0;
	}

	.header-bottom__search {
		margin: 0 0 10px;
		width: 100%;
	}

	.header-bottom__btn i {
		display: none;
	}

	.footer__contacts-item {
		font-size: 14px;
		line-height: 23px;
	}

	.footer__center {
		padding-top: 10px;
	}

	.footer__right {
		padding-top: 0;
	}

	.footer__subscribe-sub {
		font-size: 14px;
		line-height: 18px;
	}

	.footer__subscribe-desc {
		font-size: 14px;
	}

	.footer__subscribe-form button {
		font-size: 14px;
		min-width: 0;
		padding-left: 20px;
		padding-right: 20px;
	}

	.footer__subscribe-form input {
		padding-right: 150px;
		padding-left: 25px;
	}

	.up-arrow {
		right: 20px;
		bottom: 20px;
	}

	.header-center__row {
		position: relative;
		z-index: 98;
	}

	.header-center__nav {
		position: absolute;
		width: auto;
		left: -20px;
		right: -20px;
		top: 100%;
		background: #fff;
		margin: 0;
		-webkit-box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.25);
		box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.25);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .25s, visibility .25s;
		transition: opacity .25s, visibility .25s;
	}

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

	.header-nav ul {
		display: block;
	}

	.header-nav ul li {
		padding: 0 20px;
		margin: 0;
		font-size: 16px;
		line-height: 20px;
	}

	.header-nav ul li a {
		display: block;
	}

	.header-nav .header-nav__menu {
		padding-top: 15px;
		padding-bottom: 20px;
	}

	.header-nav .header-nav__menu li {
		margin-bottom: 10px;
	}

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

	.header-nav .header-nav__catalog {
		margin: 0;
		padding: 4px 0 0;
	}

	.header-nav .header-nav__catalog li {
		margin: 0;
		border-bottom: 1px solid #EFEFEF;
		text-transform: uppercase;
	}

	.header-nav .header-nav__catalog li a {
		padding: 8px 0;
	}

	.home-catalog {
		padding-top: 45px;
	}

	.slider-arrow {
		display: none;
	}

	.slider-container {
		margin-left: 0;
		margin-right: 0;
	}

	.section {
		padding-top: 60px;
	}

	.post-info,
	.consultation-banner {
		margin-top: 60px;
	}

	.consultation-banner {
		padding-left: 30px;
		padding-right: 30px;
	}

	.consultation-banner__img {
		display: none;
	}

	.news-gallery__thumbs {
		display: none;
	}

	.about-banner__sub {
		font-size: 28px;
		line-height: normal;
	}

	.about-banner__item {
		padding: 60px 40px;
		min-height: 320px;
	}

	.news-gallery {
		margin: 50px 0;
		padding-left: 0;
		padding-right: 0;
	}

	.news__col {
		width: 50%;
	}

	.news__pagination {
		margin-top: 45px;
	}

	.advantages__row {
		margin-bottom: -40px;
	}

	.advantages__col {
		width: 100%;
		max-width: 100%;
		margin-bottom: 40px;
	}

	.contacts__col {
		width: 100%;
		margin-bottom: 30px;
	}

	.contacts__row {
		margin-bottom: -30px;
	}

	.contacts__sub {
		margin-bottom: 15px;
	}

	.contacts__map {
		padding-bottom: 0;
		height: 100vh;
		max-height: 55vh;
	}

	.catalog__filters {
		padding: 0 0 5px;
		display: block;
		margin-right: 0;
	}

	.catalog__filters-col {
		margin-right: 0;
		margin-bottom: 10px;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}

	.catalog__filters-col:last-child {
		margin-right: 0;
	}

	.catalog__rules {
		margin-bottom: 30px;
	}

	.catalog-view {
		display: none;
	}

	.catalog-top__col {
		width: 50%;
	}

	.product-gallery__wrap {
		padding-left: 0;
		padding-right: 0;
	}

	.product {
		display: block;
	}

	.product__left {
		width: 100%;
	}

	.product__right {
		width: 100%;
		margin-top: 30px;
	}

	.product__right:first-child {
		margin-top: 0;
	}

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

	.product__price {
		margin-bottom: 0;
		margin-right: 20px;
	}

	.product-info {
		padding-top: 70px;
	}

	.product-info__tabs-item {
		font-size: 17px;
		line-height: 22px;
	}

	.product-info__wrap {
		padding-top: 35px;
	}

	.cart__tabs-item {
		min-width: 300px;
	}

	.order {
		padding-top: 0;
		display: block;
	}

	.order__content {
		width: 100%;
	}

	.order__aside {
		width: 100%;
		margin: 30px 0 0;
	}

	.order__aside .order-aside {
		height: auto !important;
	}

	.order__aside .order-aside .inner-wrapper-sticky {
		position: static !important;
		width: auto !important;
	}

	.order__wrap {
		max-width: 100%;
	}

	.lk {
		padding: 30px 30px;
		display: block;
	}

	.lk__aside {
		width: 100%;
		padding: 0;
		border-right: 0;
		border-bottom: 1px solid #BDBDBD;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}

	.lk__logout {
		margin-top: 20px;
	}

	.lk__content {
		width: 100%;
	}

	.lk-profile {
		padding: 0;
	}

	.my-orders {
		padding: 0;
	}

	.lk-order {
		padding: 0;
	}

	.lk-order__cart {
		margin-top: 65px;
	}
}

@media (min-width: 768px) {
	.cart__tabs-item>span>span {
		display: none;
	}
}

@media (max-width: 767px) {
	.footer {
		padding: 34px 0 30px;
	}

	.footer__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0;
		position: relative;
		padding-top: 80px;
	}

	.footer__col {
		width: 100%;
		padding: 0;
	}

	.footer__left {
		margin-top: 30px;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.footer__center {
		max-width: 100%;
		margin: 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.footer__right {
		margin-top: 30px;
		max-width: 100%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.footer__bottom {
		margin: 20px 0 0;
	}

	.footer__bottom-col {
		padding: 0;
		width: 100%;
	}

	.footer__logo {
		position: absolute;
		left: 0;
		top: 0;
	}

	.footer__nav ul li {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 15px;
	}

	.footer__contacts {
		margin-top: 0;
	}

	.footer__subscribe-sub {
		margin-bottom: 15px;
	}

	.footer__subscribe-form {
		margin-top: 15px;
	}

	.footer__policy {
		margin-top: 30px;
	}

	.footer__bottom-col {
		margin-bottom: 20px;
	}

	.footer__bottom-col:last-child {
		margin-bottom: 0;
	}

	.footer__contacts-col {
		margin-bottom: 15px;
	}

	.footer__contacts-item {
		line-height: 18px;
		padding-left: 30px;
	}

	.footer__contacts-item img {
		width: 18px;
	}

	.home-catalog__col, .home-catalog__col.col-3 {
		width: 100%;
	}

	.news-card__info {
		padding-top: 15px;
	}

	.news-card__btn {
		margin-top: 20px;
	}

	.news-slider__btn {
		margin-top: 25px;
	}

	.news-slider__slide {
		width: 80%;
	}

	.home-about__block {
		padding: 25px 20px;
		margin-left: -20px;
		margin-right: -20px;
	}

	.home-about__row {
		display: block;
	}

	.home-about__col {
		width: 100%;
		margin-bottom: 20px;
	}

	.home-about__col:last-child {
		margin-bottom: 0;
	}

	.home-about__icon {
		min-width: 64px;
	}

	.categories__col {
		width: 100%;
	}

	.main-table table {
		min-width: 1000px;
	}

	blockquote {
		padding: 40px 25px;
	}

	blockquote::before {
		top: 0;
		font-size: 70px;
		left: 20px;
	}

	blockquote::after {
		font-size: 70px;
		right: 20px;
	}

	.post-text__video-item::after {
		left: calc(50% - 40px);
		top: calc(50% - 40px);
		width: 80px;
		height: 80px;
		background-size: contain;
	}

	.catalog__col {
		width: 100%;
	}

	.catalog__filters {
		display: block;
	}

	.catalog-top__item {
		border-radius: 10px;
		font-size: 16px;
		line-height: 20px;
		min-height: 0;
	}

	.product__controls {
		display: block;
	}

	.product__price {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.product__controls {
		margin-top: 25px;
		padding: 24px 20px;
	}

	.product-info__tabs {
		border: 0;
		display: block;
	}

	.product-info__tabs-item {
		font-size: 18px;
		line-height: normal;
		width: 100%;
		border-radius: 10px;
		margin-bottom: 10px;
	}

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

	.cart__tabs-item i {
		display: none;
	}

	.cart__tabs {
		margin-bottom: 30px;
	}

	.cart__tabs-item {
		font-size: 16px;
		line-height: 20px;
		padding: 20px 30px;
		min-width: 0;
	}

	.cart-ready {
		display: block;
		text-align: center;
	}

	.cart-ready__count {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.cart-ready__btn {
		margin: 15px 0;
	}

	.cart-ready__btn:first-child {
		margin-top: 0;
	}

	.cart-ready__btn:last-child {
		margin-bottom: 0;
	}

	.cart-order__info {
		display: block;
	}

	.cart-order__total {
		margin-top: 25px;
	}

	.order__info-col--small,
	.order__info-col--medium {
		width: 100%;
	}

	.lk-profile__col {
		width: 100%;
	}

	.lk-profile__col.lk-profile__col--empty {
		display: none;
	}

	.my-orders__header {
		display: block;
	}

	.my-orders__total {
		margin: 10px 0 0;
	}

	.product-card {
		max-width: 340px;
		margin: 0 auto;
	}

	.search-result__col {
		width: 100%;
	}
}

@media (max-width: 575px) {
	body {
		font-size: 14px;
	}

	.main {
		padding-bottom: 50px;
	}

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

	h1,
	.h1 {
		font-size: 20px;
		margin-bottom: 20px;
		line-height: normal;
	}

	.section-title {
		margin-bottom: 20px;
	}

	.section {
		padding-top: 40px;
	}

	h2,
	.h2 {
		font-size: 18px;
		line-height: normal;
	}

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

	.header-center__nav {
		left: -15px;
		right: -15px;
	}

	.header-nav ul li {
		padding: 0 15px;
	}

	.header-bottom__row {
		padding-left: 15px;
		padding-right: 15px;
		margin-left: -15px;
		margin-right: -15px;
	}

	.header-bottom__btn {
		margin-right: 10px;
		font-size: 13px;
		padding-left: 10px;
		padding-right: 10px;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.breadcrumbs {
		font-size: 14px;
	}

	.post-header {
		padding-top: 25px;
		margin-bottom: 25px;
	}

	.header-nav ul li {
		font-size: 14px;
	}

	.home-catalog {
		padding-top: 40px;
	}

	.home-catalog__row {
		margin-bottom: -10px;
	}

	.home-catalog__col {
		margin-bottom: 10px;
	}

	.home-catalog__btn {
		margin-top: 30px;
	}

	.catalog-card__sub {
		font-size: 17px;
	}

	.home-about__col {
		margin-bottom: 15px;
	}

	.home-about__sub {
		font-size: 20px;
	}

	.home-about__row {
		margin-top: 16px;
	}

	.home-about__item-sub {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.home-about__block {
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.categories__row {
		margin-bottom: -10px;
	}

	.categories__col {
		margin-bottom: 10px;
	}

	.post-info,
	.consultation-banner {
		margin-top: 50px;
	}

	.consultation-banner__sub {
		font-size: 16px;
	}

	.consultation-banner__tel {
		font-size: 24px;
	}

	.consultation-banner {
		padding: 30px 25px;
		margin-left: -15px;
		margin-right: -15px;
	}

	.main-popup__close {
		right: 25px;
		top: 25px;
	}

	.main-popup {
		padding: 60px 20px 40px;
	}

	.main-popup__form-bottom {
		margin-top: 30px;
		padding-top: 20px;
	}

	.login-popup__controls {
		margin-top: 30px;
	}

	.main-popup__title {
		margin-bottom: 25px;
	}

	.main-popup__form-col {
		margin-bottom: 20px;
	}

	blockquote {
		margin: 30px 0;
	}

	.news-top__date {
		margin-top: 20px;
	}

	.news-top__thumbnail img {
		border-radius: 10px;
	}

	.post-text__video-label {
		font-size: 18px;
		margin-top: 10px;
	}

	.post-text__video {
		margin: 30px auto;
	}

	.post-text>img {
		border-radius: 10px;
		margin: 30px auto;
	}

	.news-gallery {
		margin: 45px 0;
	}

	.about-banner__sub {
		font-size: 24px;
	}

	.about-banner__item {
		padding: 50px 20px;
		min-height: 0;
		border-radius: 10px;
	}

	.news__row {
		margin-bottom: -10px;
	}

	.news__col {
		width: 100%;
		margin-bottom: 10px;
	}

	.news__pagination {
		margin-top: 30px;
	}

	.post-pagination {
		font-size: 14px;
	}

	.post-pagination span,
	.post-pagination a {
		font-size: 14px;
		width: 28px;
		height: 28px;
		margin-right: 5px;
	}

	.about-banner {
		margin-top: 50px;
	}

	.advantages__sub {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.advantages__item {
		display: block;
	}

	.advantages__icon {
		margin: 0 0 10px;
	}

	.banking-details {
		margin-top: 35px;
	}

	.contacts__item {
		padding-left: 15px;
	}

	.contacts__sub {
		font-size: 18px;
	}

	.contacts__desc {
		margin-bottom: 30px;
	}

	.contacts__map {
		margin-top: 40px;
	}

	.catalog__filters-col {
		margin-right: 10px;
	}

	.catalog__filters-col:last-child {
		margin-right: 10px;
	}

	.catalog__row {
		margin-bottom: -10px;
	}

	.catalog__col {
		margin-bottom: 10px;
	}

	.catalog__more-btn {
		margin-top: 30px;
	}

	.catalog__pagination {
		margin-top: 30px;
	}

	.catalog-top__row {
		margin-bottom: -10px;
	}

	.catalog-top__col {
		width: 100%;
		margin-bottom: 10px;
	}

	.catalog-top__item {
		padding-left: 20px;
		padding-right: 20px;
	}

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

	.product-info {
		padding-top: 50px;
	}

	.product__specifications {
		margin-top: 35px;
	}

	.product__specifications-table table tr td {
		font-size: 16px;
		line-height: 20px;
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.product__sub {
		font-size: 20px;
		line-height: normal;
	}

	.product__specifications-more {
		font-size: 16px;
		line-height: 20px;
	}

	.product__select {
		margin-top: 30px;
		display: block;
	}

	.product__select-label {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.product__stock-wrap {
		display: block;
	}

	.product__stock {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.product__stock b {
		font-size: 18px;
	}

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

	.product__controls-col {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.product__count {
		width: 100%;
		max-width: none;
		margin: 0 0 10px;
	}

	.product__count .main-count {
		max-width: 140px;
	}

	.product-info__wrap {
		padding-top: 30px;
	}

	.product-gallery__item {
		padding: 20px;
	}

	.product-gallery__thumbs-item {
		padding: 10px;
	}

	.cart__tabs {
		display: block;
		margin-bottom: 20px;
	}

	.cart__tabs-item {
		width: 100%;
		margin: 0 0 10px;
		height: auto;
	}

	.cart-ready {
		margin-top: 30px;
	}

	.cart-order {
		margin-top: 30px;
	}

	.cart-order__bottom {
		margin-top: 30px;
	}

	.cart-order__add-table table tr td {
		font-size: 14px;
	}

	.cart-order__add-table table tr td:first-child {
		padding-right: 15px;
	}

	.cart-order__total span {
		padding-right: 20px;
	}

	.cart-order__bottom {
		display: block;
		text-align: center;
	}

	.cart-order__btn {
		margin: 0;
	}

	.cart-order__remove {
		margin: 15px 0 0;
	}

	.order-aside__col {
		padding-left: 20px;
		padding-right: 20px;
	}

	.order-aside__total {
		font-size: 32px;
	}

	.order__agree .main-checkbox label span {
		font-size: 16px;
	}

	.order__radio-list {
		margin-bottom: -20px;
	}

	.order__radio-col {
		margin-right: 0;
		width: 100%;
		margin-bottom: 20px;
	}

	.lk {
		padding-left: 20px;
		padding-right: 20px;
	}

	.lk__menu-item a,
	.lk__menu-item span {
		padding: 16px 0;
	}

	.lk__menu-item a,
	.lk__menu-item span,
	.lk__logout {
		font-size: 16px;
		line-height: 20px;
	}

	.lk__menu-item.active a,
	.lk__menu-item.active span {
		padding: 16px 20px;
		border-radius: 10px;
	}

	.lk-profile__pass {
		margin-top: 40px;
	}

	.lk-profile__btn {
		margin-top: 35px;
	}

	.lk__name {
		font-size: 20px;
		line-height: normal;
		margin-bottom: 20px;
	}

	.lk-profile__btn .btn {
		padding-left: 15px;
		padding-right: 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.my-orders__item {
		border-radius: 10px;
	}

	.my-orders__content {
		display: block;
	}

	.my-orders__header {
		padding: 22px 15px 18px;
	}

	.my-orders__content {
		padding: 20px 15px 25px;
	}

	.my-orders__detail {
		margin-top: 15px;
	}

	.post-header.post-header--lk {
		padding-top: 40px;
		margin-bottom: 30px;
	}

	.lk-order__sub {
		font-size: 18px;
	}

	.lk-order__row {
		display: block;
	}

	.lk-order__row .my-orders__tag {
		margin: 15px 20px 0 0;
		vertical-align: top;
	}

	.lk-order__row .btn {
		margin: 15px 0 0 0;
		vertical-align: top;
	}

	.lk-order__title {
		font-size: 20px;
	}

	.lk-order__code,
	.lk-order__total {
		font-size: 16px;
	}

	.lk-order__cart {
		margin-top: 45px;
	}

	.search-result__row {
		margin-bottom: -10px;
	}

	.search-result__col {
		margin-bottom: 10px;
	}

	.product__weight {
		margin-top: 30px;
		display: block;
	}

	.product__weight-label {
		font-size: 16px;
		line-height: normal;
		margin: 0 0 10px;
	}

	.product__weight-item label span {
		padding-left: 14px;
		padding-right: 14px;
	}
}

@media (max-width: 374px) {
	.container {
		padding-left: 10px;
		padding-right: 10px;
	}

	.header-center__nav {
		left: -10px;
		right: -10px;
	}

	.header-bottom__row {
		padding-left: 10px;
		padding-right: 10px;
		margin-left: -10px;
		margin-right: -10px;
	}

	.header-nav ul li {
		padding: 0 10px;
	}

	.header-bottom__btn {
		margin-right: 5px;
		font-size: 12px;
		padding-left: 8px;
		padding-right: 8px;
	}

	.header-bottom__btn img {
		margin-right: 5px;
	}

	.footer__contacts-item {
		font-size: 13px;
	}

	.header-nav .header-nav__catalog li a {
		padding: 6px 0;
	}

	.catalog-card {
		/* padding-left: 64px; */
	}

	.catalog-card__sub {
		font-size: 15px;
	}

	.catalog-card__img-mob {
		left: -5px;
	}

	.product-card {
		padding-left: 15px;
		padding-right: 15px;
	}

	.product-card__bottom-row {
		display: block;
	}

	.product-card__btn {
		margin-top: 10px;
		margin-left: 0;
	}

	.product-card__btn .btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.product-card__price {
		display: block;
	}

	.product-card__price s,
	.product-card__price b {
		display: block;
	}

	.product-card__price s {
		margin: 0 0 5px;
	}

	.slider-pagination span {
		width: 12px;
		height: 12px;
		margin-right: 12px !important;
	}

	.slider-pagination span:last-child {
		margin-right: 0 !important;
	}

	.home-about__icon {
		margin-right: 15px;
	}

	.home-about__block {
		margin-left: -10px;
		margin-right: -10px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.consultation-banner {
		padding: 25px 20px;
		margin-left: -10px;
		margin-right: -10px;
	}

	.login-popup__controls {
		display: block;
		text-align: center;
	}

	.login-popup__forgot {
		margin-top: 12px;
	}

	.main-popup__close {
		width: 20px;
		height: 20px;
	}

	.main-popup {
		padding-top: 50px;
	}

	.reg-popup__bottom {
		display: block;
		text-align: center;
	}

	.reg-popup__bottom-sub {
		margin-right: 0;
		margin-bottom: 12px;
	}

	.reg-popup__agree .main-checkbox label span {
		font-size: 14px;
	}

	.about-banner__sub {
		font-size: 20px;
	}

	.post-info,
	.consultation-banner {
		margin-top: 40px;
	}

	.product__specifications-table table tr td {
		font-size: 14px;
		line-height: 18px;
	}

	.product-info__tabs-item {
		font-size: 16px;
		line-height: 20px;
	}

	.my-orders__number {
		font-size: 14px;
	}

	.lk-order__title {
		font-size: 18px;
	}
}