@charset "UTF-8";

/* @font-face {
	font-family: Exo2;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/Exo2Regular.eot');
	src: url('../fonts/Exo2Regular.eot') format('embedded-opentype'),
		url('../fonts/Exo2Regular.woff2') format('woff2'),
		url('../fonts/Exo2Regular.woff') format('woff'),
		url('../fonts/Exo2Regular.ttf') format('truetype'),
		url('../fonts/Exo2Regular.svg#Exo2Regular') format('svg');
}

@font-face {
	font-family: Exo2;
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/Exo2Medium.eot');
	src: url('../fonts/Exo2Medium.eot') format('embedded-opentype'),
		url('../fonts/Exo2Medium.woff2') format('woff2'),
		url('../fonts/Exo2Medium.woff') format('woff'),
		url('../fonts/Exo2Medium.ttf') format('truetype'),
		url('../fonts/Exo2Medium.svg#Exo2Medium') format('svg');
}

@font-face {
	font-family: Exo2;
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/Exo2SemiBold.eot');
	src: url('../fonts/Exo2SemiBold.eot') format('embedded-opentype'),
		url('../fonts/Exo2SemiBold.woff2') format('woff2'),
		url('../fonts/Exo2SemiBold.woff') format('woff'),
		url('../fonts/Exo2SemiBold.ttf') format('truetype'),
		url('../fonts/Exo2SemiBold.svg#Exo2SemiBold') format('svg');
}

@font-face {
	font-family: Exo2;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/Exo2Bold.eot');
	src: url('../fonts/Exo2Bold.eot') format('embedded-opentype'),
		url('../fonts/Exo2Bold.woff2') format('woff2'),
		url('../fonts/Exo2Bold.woff') format('woff'),
		url('../fonts/Exo2Bold.ttf') format('truetype'),
		url('../fonts/Exo2Bold.svg#Exo2Bold') format('svg');
}

@font-face {
	font-family: Exo2;
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url('../fonts/Exo2Black.eot');
	src: url('../fonts/Exo2Black.eot') format('embedded-opentype'),
		url('../fonts/Exo2Black.woff2') format('woff2'),
		url('../fonts/Exo2Black.woff') format('woff'),
		url('../fonts/Exo2Black.ttf') format('truetype'),
		url('../fonts/Exo2Black.svg#Exo2Black') format('svg');
} */

.c-green {
	color: #16c23c
}

.c-blue02 {
	color: #005bae
}

.c-red {
	color: #eb3a3a
}

:root {
	--scrollWidth: 0;
	--containerPadding: 1.5rem;
	--fontBase: 1.6rem
}

*,
::after,
::before {
	box-sizing: border-box
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol,
p,
ul {
	margin: 0
}

ol,
ul {
	list-style: none;
	padding: 0
}

details,
main {
	display: block
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

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

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
input,
select {
	outline: 0
}

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

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: ButtonText dotted 1px
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

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

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

summary {
	display: list-item
}

[hidden],
template {
	display: none
}

html {
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	height: 100%
}

body {
	font-family: 'Exo 2', sans-serif;
	font-size: var(--fontBase);
	font-weight: 400;
	line-height: 1.35;
	background-color: #fff;
	color: #333;
	min-height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeSpeed;
	min-width: 32rem
}

input {
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	-webkit-appearance: none
}

input::-moz-placeholder {
	color: inherit
}

input:-ms-input-placeholder {
	color: inherit
}

input::placeholder {
	color: inherit
}

input:focus::-moz-placeholder {
	opacity: 0
}

input:focus:-ms-input-placeholder {
	opacity: 0
}

input:focus::placeholder {
	opacity: 0
}

input[type=number] {
	-moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

textarea {
	overflow: auto;
	resize: none;
	-webkit-appearance: none
}

section {
	position: relative
}

/* my styles */

.modular-product-head,
.modular-product-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.modular-product-head {
	padding: 20px 0;
}

.modular-product-btns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}

.modular-product-card {
	background: #FFFFFF;
	padding: 30px 25px;
	border: 1px solid #E0E8EF;
}

.modular-product-description {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
    margin-right: 30px;
}

.modular-product-price {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	white-space: nowrap;
}

.modular-product-title {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
}

.modular-product-block {
	margin-bottom: 10px;
}

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

.modular-product-add {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #005BAE;
	display: flex;
	align-items: center;
}

.modular-product-add .plus {
	width: 10px;
	height: 10px;
    margin-right: 9px;
	fill: #005BAE;
}

.modular-product-sucsese {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	display: flex;
	align-items: center;
	color: #555555;
	display: none;
}

.modular-product-sucsese .sucsese-icon {
	fill: #16C23C;
	width: 13px;
	height: 9px;
    margin-right: 4px;
}

.modular-product-item {
	border-bottom: 1px solid #E0E8EF;
	padding: 20px 15px;
	transition: background .2s linear;
}

.modular-product-item:hover {
	background: #EEF1F5;
	transition: background .2s linear;
}

.modular-product-item:last-child {
	border-bottom: none;
}

.swiper-category-head .swiper-slide {
	width: auto;
}

.modular-product-non {
	color: #909CAD;
	font-size: 14px;
	line-height: 18px;
	display: flex;
	align-items: center;
	display: none;
}

.modular-product-non .non-icon {
	transform: rotate(-45deg);
	width: 10px;
	height: 10px;
	fill: #E04E39;
    margin-right: 4px;
}

/* Добавлено */

.in-basket .modular-product-add {
	display: none;
}

.in-basket .modular-product-sucsese {
	display: flex;
}

/* Недоступно */

.unavailable .modular-product-non {
	display: flex;
}

.unavailable .modular-product-sucsese {
	display: none;
}

.unavailable .modular-product-add {
	display: none;
}

.nice-select .list {
	padding: 20px 25px;
	background: #FFFFFF;
	border: 1px solid #EEF1F5;
	border-radius: 10px;
	box-shadow: none;
}

.modular-product-card-grid .filter-sort__icon {
	margin-left: 12px;
}

.modular-product-card-grid .filter-sort__list {
	z-index: 3;
	min-width: 160px;
	padding: 20px 0;
	left: 0;
	border: 1px solid #EEF1F5;
	border-radius: 10px;
}

.modular-product-card-grid .filter-sort__item {
	padding: 0 30px;
}

.modular-product-card-grid .filter-sort__item img {
	display: none;
}

.filter-sort__item.selected {
	color: #FFC700;
	font-weight: 400;
}

.filter-sort__item.notallowed {
	opacity: 0.5;
	pointer-events: none;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: transparent;
}

.nice-select .option {
	padding: 0;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #555555;
	line-height: normal;
	min-height: auto;
}

.nice-select .option:last-child {
	margin-bottom: 0;
}

.sku-block .nice-select {
	border: none;
	padding: 0 35px 0 0;
	height: auto;
	line-height: normal;
}

.sku-block .nice-select:after {
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
}

/* стили строчная раскладка */
.modular-product-card .modular-product-item__wrap-img {
	display: none;
}

.modular-product-description__text {
	display: none;
}

.modular-product-price sup {
	display: none;
}

.modular-product-card .product-item-sky-list .product-item-sky-list-label {
	display: none;
}

/* стили блочная раскладка */
.modular-product-card.active-block .modular-product-item__wrap-img {
	display: block;
	height: 230px;
}

.modular-product-card.active-block .modular-product-item__wrap-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.modular-product-card.active-block .filter-sort__current {
	width: 100%;
	max-width: 100%;
	padding: 10px 24px 15px 24px;
	border: 1px solid #9FB6D7;
	border-radius: 3px;
}

.modular-product-card.active-block .product-item-sky-list-label {
	display: block;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;

	color: #909CAD;
}

.modular-product-card.active-block .filter-sort__content {
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
}

.modular-product-card.active-block .modular-product-item:hover {
	background: transparent;
}

.modular-product-card.active-block .modular-product-sucsese,
.modular-product-card.active-block .modular-product-non,
.modular-product-card.active-block .modular-product-add {
	font-weight: 600;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
}

.modular-product-card.active-block .wrap-sku-block {
	gap: 10px;
}

.modular-product-card.active-block .filter-sort__item {
	display: flex;
	align-items: center;
	gap: 15px;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	border: 1px solid #333333;
	border-radius: 3px;
	padding: 10px;
	margin: 0 0 20px 0;
	min-height: 84px;
}

.modular-product-card.active-block .modular-product-card-grid .filter-sort__list {
	width: 100%;
	padding: 20px;
	background: #FFFFFF;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.07);
	border-radius: 0;
	border: none;
	top: 110%;
}

.modular-product-card.active-block .filter-sort__item:last-child {
	margin-bottom: 0;
}

.modular-product-card.active-block .filter-sort__item img {
	display: block;
	width: 64px;
	min-width: 64px;
	min-height: 64px;
	height: 64px;
	object-fit: contain;
}

.modular-product-card.active-block .modular-product-description {
	margin-bottom: 15px;
}

.modular-product-card.active-block .modular-product-head,
.modular-product-card.active-block .modular-product-block {
	gap: 0;
}

.modular-product-card.active-block .modular-product-wrap-add {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-top: 24px;
}

.modular-product-card.active-block .modular-product-item {
	border: none;
}

.modular-product-card.active-block .filter-sort__icon {
	transform: none;
	height: 10px;
	width: 5px;
}

.modular-product-card.active-block .filter-sort__current {
	justify-content: space-between;
}

.modular-product-card.active-block .filter-sort {
	max-width: 100%;
}

.modular-product-card.active-block .wrap-sku-block {
	width: 100%;
}

.modular-product-card.active-block .wrap-sku-block {
	flex-direction: column;
}

.modular-product-card.active-block .modular-product-card-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.modular-product-card.active-block .modular-product-description__title {
	display: block;
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top: 7px;
}

.modular-product-card.active-block .modular-product-price {
	font-weight: 600;
	font-size: 20px;
	line-height: 18px;
	position: relative;
	z-index: 1;
}

.modular-product-card.active-block .modular-product-price::after {
	content: "";
	height: 2px;
	width: 140%;
	background: #FFC700;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1px;
	z-index: -1;
}

.modular-product-card.active-block .modular-product-description__text {
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #505050;
}

.modular-product-card.active-block .modular-product-block {
	flex-direction: column;
	align-items: baseline;
}

.modular-product-btns .icon {
	fill: #E0E8EF;
}

.modular-product-btn.active .icon {
	fill: #FFC700;
}

.wrap-sku-block {
	display: flex;
	gap: 24px;
}

body.blocked {
	overflow: hidden;
}
.page {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow-x: hidden
}

.content {
	flex: 1 0 auto;
	padding: 1.9rem 0
}

.container {
	width: 100%;
	max-width: calc(112rem + (var(--containerPadding) * 2));
	padding: 0 var(--containerPadding);
	margin: 0 auto;
	position: relative
}

.icon {
	width: 2em;
	height: 2em
}

.icon-checkmark {
	fill: none;
	stroke-width: .2rem;
	stroke: #333
}

.new-line {
	display: block
}

.js-focus-visible :focus:not(.focus-visible) {
	outline: 0
}

/* -------------------------------------------- */
.contents-basket {
	padding: 30px 25px;
	background: #FBFBFD;
}

.contents-basket__title {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #333333;
	margin-bottom: 16px;
}

.contents-basket__wrap-img {
	width: 53px;
	height: 53px;
	margin-right: 5px;
}

.contents-basket__wrap-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 3px;
}

.contents-basket__item-title {
	width: 100%;
	max-width: 180px;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
}

.contents-basket__price {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #767676;
	white-space: nowrap;
}

.contents-basket__input {
	border-radius: 5px;

	color: #333333;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	padding: 5px;
	max-width: 60px;
	border: none;
	background-color: transparent;
	padding-right: 25px;
	text-align: end;
}

.contents-basket .filter-sort__content {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	margin-right: 12px;
	color: #909CAD;
}

.contents-basket .filter-sort__icon {
	fill: #909CAD;
}

.contents-basket__box-edit {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.contents-basket .filter-sort__list {
	z-index: 1;
	left: 0;
	background: #FFFFFF;
	border: 1px solid #EEF1F5;
	border-radius: 10px;
	box-shadow: none;
	padding: 20px 0;
}

.contents-basket .filter-sort__item {
	padding: 0 25px;
}

.contents-basket__edit .icon {
	width: 17px;
	height: 17px;
	stroke: #909CAD;
	margin-left: 15px;
	cursor: pointer;
}

.contents-basket .sku-block {
	height: fit-content;
}

.contents-basket__wrap-selects {
	margin-top: 7px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	row-gap: 7px;
	column-gap: 24px;
}

.contents-basket__form {
	position: relative;
}

.contents-basket__label {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.contents-basket__wrap-form {
	margin-bottom: 5px;
}

.edit-active .contents-basket__edit {
	stroke: #FFC700;
}

.contents-basket__item {
	border-bottom: 1px solid #E0E8EF;
	padding-bottom: 13px;
	margin-bottom: 13px;
}

.contents-basket__item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.contents-basket__box,
.contents-basket__block {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.contents-basket__wrap-form {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.contents-basket__delite .icon {
	width: 24px;
	height: 24px;
	cursor: pointer;
	stroke: #909CAD;
	transition: all .2s;
}

.contents-basket__delite:hover .icon {
	stroke: #E04E39;
	transition: all .2s;
}

.contents-basket .filter-sort__list {
	z-index: 3;
}

.contents-basket .filter-sort {
	pointer-events: none;
}

.contents-basket .filter-sort__icon {
	display: none;
}

.contents-basket__edit.active .icon {
	stroke: #FFC700;
}

.contents-basket .active-edit .filter-sort {
	pointer-events: initial;
}

.contents-basket .active-edit .contents-basket__label {
	display: none;
}

.contents-basket .active-edit .contents-basket__input {
	background-color: #FFFFFF;
	border: 1px solid #909CAD;
	padding-right: 5px;
	text-align: start;
}

.contents-basket .active-edit .contents-basket__wrap-form {
	align-items: flex-start;
}

.contents-basket .active-edit .filter-sort__icon {
	display: block;
}

/* -------- SLIDER ---------- */
.product-gallery-slider {
	display: flex;
	height: 423px;
}

.gallery-thumbs {
	width: 100%;
	height: 100%;
	margin: 10px 0;
}

.gallery-thumbs-wrap {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	max-width: 75px;
	margin-right: 20px;
}

.gallery-thumbs .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	cursor: pointer;
	border-radius: 3px;
	border: 1px solid transparent;
	transition: all .2s;
}

.gallery-thumbs .swiper-slide-thumb-active {
	border: 1px solid #FFC700;
	border-radius: 3px;
	transition: all .2s;
}

.gallery-thumbs .swiper-slide:hover {
	border: 1px solid #FFC700;
	border-radius: 3px;
	transition: all .2s;
}

.gallery-top {
	width: 100%;
	max-width: 645px;
}

.gallery-top .swiper-slide {
    position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	border: 1px solid transparent;
    z-index: 1;
}

.gallery-top .swiper-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.gallery-top .gallery-top__slide-bg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    filter: blur(7.5px);
    z-index: -2;
}

.gallery-thumbs-btn {
	width: 30px;
	min-width: 30px;
	min-height: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 20;
}

.gallery-thumbs-btn .icon-arrow {
	width: 5px;
	height: 10px;
	stroke: #000000;
}

.gallery-thumbs-prev .icon-arrow {
	transform: rotate(90deg);
}

.gallery-thumbs-next .icon-arrow {
	transform: rotate(-90deg);
}

.gallery-thumbs-btn.swiper-button-disabled .icon-arrow,
.gallery-btn.swiper-button-disabled {
	opacity: 0.3;
}

.gallery-thumbs .swiper-slide img,
.gallery-to .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.gallery-btn {
	width: 48px;
	height: 48px;
	min-width: 48px;
	min-height: 48px;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 30;
}

.gallery-btn .icon-arrow {
	stroke: #000000;
	width: 10px;
	height: 16px;
	transition: all .2s;
}

.gallery-btn:not(.swiper-button-disabled):hover .icon-arrow {
	stroke: #FFC700;
	transition: all .2s;
}

.gallery-top.swiper-container {
	position: relative;
}

.gallery-btn-next {
	right: 10px;
}

.gallery-btn-prev {
	left: 10px;
}

.gallery-btn-next .icon-arrow {
	transform: rotate(-180deg);
}






.product-more-btn {
	width: 48px;
	height: 48px;
	min-width: 48px;
	min-height: 48px;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 30;
}

.product-more-btn .icon-arrow {
	stroke: #000000;
	width: 10px;
	height: 16px;
	transition: all .2s;
}

.product-more-btn:not(.swiper-button-disabled):hover .icon-arrow {
	stroke: #FFC700;
	transition: all .2s;
}

.product-more-top.swiper-container {
	position: relative;
}

.product-more-btn-next {
	right: 10px;
}

.product-more-btn-prev {
	left: 10px;
}

.product-more-btn-next .icon-arrow {
	transform: rotate(-180deg);
}

.product-more-btn.swiper-button-disabled{
    display: none;
}






.product-gallery-slider.non-slider .swiper-slide {
	width: 100%;
}

@media (max-width: 767px) {
	.product-gallery-slider {
		flex-direction: column-reverse;
		height: 550px;
	}

	.gallery-top.swiper-container {
		height: 100%;
	}

	.gallery-thumbs {
		margin: 0 20px;
	}

	.gallery-thumbs-wrap {
		max-width: 100%;
		margin-right: 0;
		flex-direction: row;
		height: 100%;
		max-height: 75px;
		margin-top: 15px;
	}

	.gallery-thumbs-next .icon-arrow {
		transform: rotate(180deg);
	}

	.gallery-thumbs-prev .icon-arrow {
		transform: none;
	}
}

/* SLIDER ADAPTIVE */

@media (min-width: 768px) {
	.swiper-container-wrapper {
		flex-flow: row nowrap;
	}

	.gallery-thumbs .swiper-slide {
		height: 75px;
	}

    .gallery-thumbs .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

.gallery-top {
	position: relative;
	width: 100%;

}

.gallery-thumbs .swiper-wrapper {
	flex-direction: row;
}

@media (min-width: 768px) {
	.gallery-thumbs .swiper-wrapper {
		flex-direction: column;
	}
}

.gallery-thumbs .swiper-slide {
	flex-flow: row nowrap;
	cursor: pointer;
}

@media (min-width: 768px) {
	.gallery-thumbs .swiper-slide {
		flex-flow: column nowrap;
		width: 100%;
	}
}

/* ------------ VIDEO ----------- */
.video-block {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;

	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.video-block-bg {
	display: flex;
	align-items: center;
	justify-content: center;
}

.gallery-thumbs .video-block img {
	width: 40px;
	height: 40px;
	min-width: 40px;
	min-height: 40px;
}

.product-title-mobi {
	display: none;
}

@media screen and (max-width: 1024px) {
	.gallery-top {
		max-width: 100%;
	}

	.product-price-fixed {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 100;
		background: #FFFFFF;
		box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.07);
		padding: 15px 32px 20px 32px;
		display: flex;
		align-items: center;
		flex-direction: column;
	}

	.product-price-fixed .product__btn {
		margin: 0;
		margin-top: 10px;
	}

	.product-price-fixed .product-price__current {
		font-weight: 600;
		font-size: 20px;
		line-height: 22px;
		top: auto;
	}

	.product-price-fixed .product-price__current sup {
		font-weight: 400;
		font-size: 15px;
		line-height: 20px;
	}

	.product-price__old {
		font-weight: 400;
		font-size: 18px;
		line-height: 22px;
		white-space: nowrap;
		margin-right: 0 !important;
		margin-left: 10px;
	}

	.product-price__wrap {
		justify-content: center !important;
	}

	.product__title,
	.product__code,
	.product__descr {
		display: none;
	}

	.product-title-mobi .product__title,
	.product-title-mobi .product__code,
	.product-title-mobi .product__descr,
	.product-title-mobi {
		display: block;
	}

	.product-title-mobi {
		margin-bottom: 15px;
	}

	.product-price__tag {
		white-space: nowrap;
		margin-right: 10px;
	}

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

	.product__left {
		order: 1;
	}

	.product__content {
		order: 2;
	}

	.product-option-mobi {
		margin: 15px 0 !important;
	}
}

@media screen and (max-width: 557px) {

	.product-gallery-slider {
		height: 420px;
	}

	.modular-product-head,
	.modular-product-block {
		flex-direction: column;
		align-items: flex-start;
	}

	.modular-product-card.active-block .modular-product-card-grid {
		grid-template-columns: 1fr;
	}

	.wrap-sku-block {
		flex-direction: column;
		gap: 15px;
	}

	.modular-product-wrap-add {
		width: 100%;
		display: flex;
		justify-content: flex-end;
	}

	.modular-product-card {
		padding: 20px;
	}

	.modular-product-item:last-child {
		padding-bottom: 0;
	}

	.modular-product-head__wrap-slider,
	.modular-product-description__title {
		display: block;
		margin-bottom: 20px;
	}

	.modular-product-item {
		padding: 20px 0;
	}

	.modular-product-item:hover {
		background: transparent;
	}

	.contents-basket__item-title {
		margin-top: 15px;
	}

	.contents-basket__wrap-selects,
	.contents-basket__box {
		flex-direction: column;
		align-items: flex-start;
	}

	.product-price-fixed .main-button-container {
		width: 100%;
	}
}

.non-slider .gallery-thumbs-btn,
.non-slider .gallery-btn,
.non-slider .gallery-thumbs-wrap {
	display: none;
}

.non-slider .gallery-top {
	max-width: 100%;
}

[data-tab-content] {
	display: none
}

[data-tab-content].act {
	display: block;
	-webkit-animation: .4s fadeInUp;
	animation: .4s fadeInUp
}

.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6 {
	/* font-size: inherit; */
	line-height: 1.25;
	font-weight: 400;
	color: #333
}

.page h1 {
	font-size: 2.4rem
}

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

a:focus,
a:hover {
	cursor: pointer;
	text-decoration: none
}

/*! nouislider - 14.6.4 - 3/18/2021 */
.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	box-sizing: border-box
}

.noUi-target {
	position: relative;
	background: #fafafa;
	border-radius: 4px;
	border: 1px solid #d3d3d3;
	box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-base,
.noUi-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1
}

.noUi-connects {
	overflow: hidden;
	z-index: 0;
	border-radius: 3px
}

.noUi-connect,
.noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform-style: preserve-3d;
	transform-origin: 0 0;
	transform-style: flat
}

.noUi-connect {
	height: 100%;
	width: 100%;
	background: #3fb8af
}

.noUi-origin {
	height: 10%;
	width: 10%
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
	left: 0;
	right: auto
}

.noUi-vertical .noUi-origin {
	width: 0
}

.noUi-horizontal .noUi-origin {
	height: 0
}

.noUi-touch-area {
	height: 100%;
	width: 100%
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
	transition: transform .3s
}

.noUi-state-drag * {
	cursor: inherit !important
}

.noUi-horizontal {
	height: 18px
}

.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	right: -17px;
	top: -6px
}

.noUi-vertical {
	width: 18px
}

.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	right: -6px;
	top: -17px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
	left: -17px;
	right: auto
}

.noUi-draggable {
	cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
	cursor: ns-resize
}

.noUi-handle {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #fff;
	cursor: default;
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-active {
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after,
.noUi-handle:before {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #e8e7e6;
	left: 14px;
	top: 6px
}

.noUi-handle:after {
	left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px
}

.noUi-vertical .noUi-handle:after {
	top: 17px
}

[disabled] .noUi-connect {
	background: #b8b8b8
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
	cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
	box-sizing: border-box
}

.noUi-pips {
	position: absolute;
	color: #999
}

.noUi-value {
	position: absolute;
	white-space: nowrap;
	text-align: center
}

.noUi-value-sub {
	color: #ccc;
	font-size: 10px
}

.noUi-marker {
	position: absolute;
	background: #ccc
}

.noUi-marker-large,
.noUi-marker-sub {
	background: #aaa
}

.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%
}

.noUi-value-horizontal {
	transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
	transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
	height: 15px
}

.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%
}

.noUi-value-vertical {
	transform: translate(0, -50%);
	padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
	transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
	width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
	width: 15px
}

.noUi-tooltip {
	display: block;
	position: absolute;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #fff;
	color: #000;
	padding: 5px;
	text-align: center;
	white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
	transform: translate(-50%, 0);
	left: 50%;
	bottom: 120%
}

.noUi-vertical .noUi-tooltip {
	transform: translate(0, -50%);
	top: 50%;
	right: 120%
}

.noUi-horizontal .noUi-origin>.noUi-tooltip {
	transform: translate(50%, 0);
	left: auto;
	bottom: 10px
}

.noUi-vertical .noUi-origin>.noUi-tooltip {
	transform: translate(0, -18px);
	top: auto;
	right: 28px
}

.popup {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: background-color .4s;
	opacity: 0;
	z-index: 101;
	visibility: hidden;
	padding: var(--containerPadding) !important
}

.popup.act {
	opacity: 1;
	visibility: visible;
	background-color: rgba(0, 0, 0, .5)
}

.popup.act .popup__container {
	-webkit-animation: .5s fadeInUp;
	animation: .5s fadeInUp
}

.popup.closing {
	background-color: rgba(0, 0, 0, 0)
}

.popup.closing .popup__container {
	-webkit-animation: .5s fadeOutDown;
	animation: .5s fadeOutDown
}

.popup__close {
	width: 2rem;
	height: 2rem;
	transition: transform .4s;
	position: absolute;
	top: 1rem;
	right: 1rem
}

.popup__close::after,
.popup__close::before {
	content: '';
	display: block;
	width: 100%;
	height: .2rem;
	background-color: #000;
	border-radius: 2rem;
	position: absolute;
	top: 50%;
	left: 0;
	transition: transform .4s
}

.popup__close::after {
	transform: rotateZ(45deg)
}

.popup__close::before {
	transform: rotateZ(-45deg)
}

.popup__container {
	background-color: #fff;
	width: 100%;
	max-width: 55rem;
	padding: 2rem;
	position: relative;
	overflow-y: auto;
	max-height: 93vh
}

.popup__container .simplebar-track.simplebar-vertical {
	right: 0;
	height: 90%;
	top: 50%;
	transform: translateY(-50%)
}

.popup__title {
	font-size: 2rem;
	margin-bottom: 2rem
}

.popup__content {
	max-width: 36rem;
	margin: 0 auto
}

.popup-auth__container {
	box-shadow: 0 5px 20px rgba(0, 0, 0, .07);
	border-radius: .3rem;
	padding: var(--containerPadding)
}

.popup-basket__checkbox,
.popup-basket__field {
	margin-bottom: 2rem
}

.popup-basket__radio.popup-basket__radio {
	display: flex;
	align-items: center;
	padding: 2.2rem;
	border: 1px solid #9fb6d7;
	border-radius: .3rem;
	width: 100%;
	margin-bottom: 2rem;
	justify-content: space-between
}

.popup-basket__content {
	display: none;
	margin-bottom: 2rem
}

.popup-basket__content.act {
	display: block
}

.popup-basket__map {
	height: 18.5rem
}

.popup-basket__map iframe,
.popup-basket__map img {
	border: none;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.popup-basket__row {
	display: flex;
	margin: 0 -.75rem 2rem
}

.popup-basket__col {
	width: calc(100% / 3 - 1.5rem);
	margin: 0 .75rem
}

.popup-basket__text {
	font-size: 1.4rem;
	margin-bottom: 2rem
}

.popup-basket__text a {
	color: #005bae;
	text-decoration: underline
}

.popup-basket__price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 2.2rem
}

.popup-basket__price strong {
	font-size: 2rem;
	font-weight: 700
}

.popup-basket__price strong span {
	font-size: 1.6rem;
	font-weight: 400
}

[data-simplebar] {
	position: relative;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start
}

.simplebar-wrapper {
	overflow: hidden;
	width: inherit;
	height: inherit;
	max-width: inherit;
	max-height: inherit
}

.simplebar-mask {
	direction: inherit;
	position: absolute;
	overflow: hidden;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: auto !important;
	height: auto !important;
	z-index: 0
}

.simplebar-offset {
	direction: inherit !important;
	box-sizing: inherit !important;
	resize: none !important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	-webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
	direction: inherit;
	box-sizing: border-box !important;
	position: relative;
	display: block;
	height: 100%;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
	width: 0;
	height: 0
}

.simplebar-content:after,
.simplebar-content:before {
	content: ' ';
	display: table
}

.simplebar-placeholder {
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
	box-sizing: inherit !important;
	height: 100%;
	width: 100%;
	max-width: 1px;
	position: relative;
	float: left;
	max-height: 1px;
	overflow: hidden;
	z-index: -1;
	padding: 0;
	margin: 0;
	pointer-events: none;
	flex-grow: inherit;
	flex-shrink: 0;
	flex-basis: 0
}

.simplebar-height-auto-observer {
	box-sizing: inherit;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 1000%;
	width: 1000%;
	min-height: 1px;
	min-width: 1px;
	overflow: hidden;
	pointer-events: none;
	z-index: -1
}

.simplebar-track {
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
	overflow: hidden
}

[data-simplebar].simplebar-dragging .simplebar-content {
	pointer-events: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
	pointer-events: all
}

.simplebar-scrollbar {
	position: absolute;
	left: 0;
	right: 0;
	min-height: 10px
}

.simplebar-scrollbar:before {
	position: absolute;
	content: '';
	background: #b8c9e2;
	left: 0;
	opacity: 1;
	transition: opacity .2s linear;
	width: 100%
}

.simplebar-track.simplebar-vertical {
	top: 0;
	right: .4rem;
	width: .4rem;
	background: #eef1f5
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
	top: 0;
	bottom: 0
}

.simplebar-track.simplebar-horizontal {
	left: 0;
	height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
	height: 100%;
	left: 2px;
	right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	right: auto;
	left: 0;
	top: 2px;
	height: 7px;
	min-height: 0;
	min-width: 10px;
	width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
	right: auto;
	left: 0
}

.hs-dummy-scrollbar-size {
	direction: rtl;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	height: 500px;
	width: 500px;
	overflow-y: hidden;
	overflow-x: scroll
}

.simplebar-hide-scrollbar {
	position: fixed;
	left: 0;
	visibility: hidden;
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-container {
	overflow: hidden
}

.swiper-wrapper {
	display: flex;
	width: 100%;
	height: 100%
}

.swiper-slide {
	flex-shrink: 0;
	height: 100%
}

@-webkit-keyframes fadeInUp {
	0% {
		transform: translateY(3rem);
		opacity: 0
	}

	100% {
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes fadeInUp {
	0% {
		transform: translateY(3rem);
		opacity: 0
	}

	100% {
		transform: translateY(0);
		opacity: 1
	}
}

@-webkit-keyframes fadeOutDown {
	0% {
		transform: translateY(0);
		opacity: 1
	}

	100% {
		transform: translateY(3rem);
		opacity: 0
	}
}

@keyframes fadeOutDown {
	0% {
		transform: translateY(0);
		opacity: 1
	}

	100% {
		transform: translateY(3rem);
		opacity: 0
	}
}

.btn,
.btn--green,
.btn--grey,
.btn--yellow {
	display: block;
	width: 100%;
	line-height: 4.8rem;
	height: 4.8rem;
	font-size: 1.6rem;
	text-transform: uppercase;
	color: #333;
	transition: background-color .4s;
	padding: 0 1rem;
	text-align: center;
	border-radius: .3rem
}

.btn--yellow {
	background-color: #ffc700
}

.btn--grey {
	background-color: #eef1f5
}

.btn--green {
	background-color: #16c23c;
	color: #fff
}

.btn--green[disabled] {
	pointer-events: none;
	background-color: #eef1f5
}

.input-field {
	font-size: 1.6rem
}

.input-field.fill .input-field__label {
	transform: scale(.7);
	height: 3.5rem;
	color: #909cad
}

.input-field.visible .input-field__pass-btn {
	background: url(../images/common/pass-visib.svg) center/contain no-repeat
}

.input-field.error .input-field__wrapper {
	border-color: #eb3a3a
}

.input-field.error .input-field__error {
	display: block
}

.input-field.done .input-field__wrapper {
	position: relative
}

.input-field.done .input-field__wrapper::before {
	content: '';
	display: block;
	width: 1.4rem;
	height: 1.4rem;
	background: url(../images/common/checkmark-green.svg) center/contain no-repeat;
	position: absolute;
	top: 50%;
	right: 1.6rem;
	transform: translateY(-50%)
}

.input-field.transition .input-field__label {
	transition: transform .4s, color .4s, height .4s
}

.input-field__error {
	display: none;
	font-size: 1rem;
	color: #eb3a3a;
	padding: .4rem 1.2rem 0
}

.input-field__wrapper {
	display: block;
	position: relative;
	border: 1px solid #e0e8ef;
	border-radius: .3rem;
	padding: 2.1rem 1.6rem 1.2rem;
	cursor: text
}

.input-field__label {
	display: flex;
	align-items: center;
	position: absolute;
	line-height: 1;
	top: 0;
	left: 0;
	padding: 0 1.6rem;
	height: 5.4rem;
	color: #6a6a6a;
	font-size: inherit;
	transform-origin: left top
}

.input-field__input {
	display: block;
	width: 100%;
	font-size: inherit;
	height: 100%;
	background-color: #fff
}

.input-field__input--textarea {
	outline: 0;
	border: none;
	padding: 0;
	height: 7.6rem;
}

.product__more .product-card {
	margin: 0;
}

.input-field__pass-btn {
	width: 2.5rem;
	height: 2.5rem;
	background: url(../images/common/pass-invisib.svg) center/contain no-repeat;
	position: absolute;
	top: 50%;
	right: 1.5rem;
	transform: translateY(-50%);
	z-index: 1;
	cursor: pointer
}

.input-field__pass-btn+input {
	padding-right: 2.5rem
}

.input-policy {
	display: flex;
	align-items: center;
	font-size: 1.1rem;
	line-height: 1.38;
	color: #909cad
}

.input-policy.error .input-policy__checkbox {
	border-color: #eb3a3a
}

.input-policy a {
	color: #333;
	text-decoration: underline
}

.input-policy__checkbox {
	width: 2.4rem;
	height: 2.4rem;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e0e8ef;
	border-radius: .5rem;
	margin-right: 1.1rem
}

.input-policy__checkbox-icon {
	width: 60%;
	height: 60%;
	opacity: 0
}

.input-policy__checkbox-input {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden
}

.input-policy__checkbox-input:checked+.input-policy__checkbox-icon {
	opacity: 1
}

.form-error {
	display: none;
	color: #eb3a3a;
	margin-bottom: 1em;
	font-size: 1.6rem
}

.form-error.error {
	display: block
}

.hamburger.act .hamburger__wrap::after {
	transform: rotate(45deg) translate(-30%, -230%);
	border-radius: 5rem
}

.hamburger.act .hamburger__wrap::before {
	transform: rotate(-45deg) translate(-25%, 200%);
	border-radius: 5rem
}

.hamburger.act .hamburger__line {
	opacity: 0
}

.hamburger__label {
	display: none
}

.hamburger__wrap {
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 60%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: background-color .4s
}

.hamburger__line,
.hamburger__wrap::after,
.hamburger__wrap::before {
	content: '';
	display: block;
	width: 1.5rem;
	height: .2rem;
	background-color: #333;
	transition: opacity .4s, transform .4s, border-radius .4s
}

.hamburger__line {
	margin: .4rem 0
}

.breadcrumbs {
	font-size: 1.4rem;
	font-weight: 500;
	display: none;
	color: #767676;
	margin-bottom: 2rem
}

.breadcrumbs__item:not(:last-child) {
	display: flex;
	align-items: center
}

.breadcrumbs__item:not(:last-child)::after {
	content: '/';
	margin: 0 .5em
}

.catalog-links {
	color: #000
}

.catalog-links__item {
	display: flex;
	align-items: center;
	padding: 1rem 0;
	border-bottom: 1px solid #e0e8ef;
	font-size: 1.6rem;
	font-weight: 500
}

.catalog-links__count {
	font-size: 1.3rem;
	margin-left: auto;
	color: #333
}

.catalog-links__arrow {
	width: .8rem;
	height: .8rem;
	margin-left: 1.3rem;
	flex-shrink: 0
}

.pagination {
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 4rem;
	padding-top: 4rem
}

.pagination__item {
	color: #6783ac;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 3.8rem;
	padding: .6rem 1rem;
	border: 1px solid currentColor;
	border-radius: .3rem
}

.pagination__item:not(:last-child) {
	margin-right: .8rem
}

.pagination__item--points {
	border: none;
	min-width: 3.8rem
}

.pagination__item.act {
	background-color: #6783ac;
	color: #fff
}

.range-slider .filter-aside-slider__range {
	width: 90% !important;
	margin: 0 auto
}

.range-slider .noUi-horizontal {
	height: .3rem;
	background-color: #ffc700;
	border: none
}

.range-slider .noUi-connect {
	background-color: #b8c9e2
}

.range-slider .noUi-target {
	position: relative
}

.range-slider .noUi-target::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -1.6rem;
	background-color: #e0e8ef
}

.range-slider .noUi-origin {
	width: 100%
}

.range-slider .noUi-connects {
	background-color: #e0e8ef
}

.range-slider .noUi-touch-area {
	background-color: #ffc700;
	border-radius: 50%
}

.range-slider .noUi-handle {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	background-color: #ffc700;
	border: none;
	outline: 0;
	top: -.75rem;
	left: 100%;
	cursor: pointer
}

.range-slider .noUi-handle::after,
.range-slider .noUi-handle::before {
	display: none
}

.slider-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1
}

.slider-pagination__item {
	width: .9rem;
	height: .9rem;
	border-radius: 50%;
	background-color: #c4c4c4;
	transition: width .4s, background-color .4s, border-radius .4s
}

.slider-pagination__item:not(:last-child) {
	margin-right: 1rem
}

.slider-pagination__item.act {
	width: 2.8rem;
	background-color: #fff;
	border-radius: .5rem
}

.tab-nav {
	display: flex;
	border-bottom: 2px solid #e0e8ef;
	font-size: 1.6rem;
	line-height: 1.38
}

.tab-nav__item {
	padding-bottom: 1.2rem;
	position: relative;
	cursor: pointer
}

.tab-nav__item:not(:last-child) {
	margin-right: 1.4rem
}

.tab-nav__item::before {
	content: '';
	display: block;
	width: 100%;
	height: .3rem;
	background-color: #005bae;
	border-radius: .3rem .3rem 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: opacity .4s, transform .4s;
	transform: translateY(.5rem)
}

.tab-nav__item.act {
	pointer-events: none
}

.tab-nav__item.act::before {
	opacity: 1;
	transform: translateY(0)
}

.counter {
	/* font-size: 1.6rem; */
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* width: 100% */
}

.counter__btn {
	width: 4.3rem;
	height: 3.6rem;
	background-color: #fff;
	border: 1px solid #e0e8ef;
	border-radius: .3rem;
	position: relative;
	transition: background-color .4s
}

.counter__btn::before {
	content: '';
	width: 2px;
	height: 1.2rem;
	background-color: #505050;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: rotate(90deg) translate(-50%, -50%);
	transform-origin: top left
}

.counter__btn.plus::after {
	content: '';
	width: 2px;
	height: 1.2rem;
	background-color: #505050;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.footer {
	font-size: 1.4rem;
	background-color: #1f324a;
	color: #6783ac
}

.footer__content {
	padding: 2rem 0
}

.footer__logo {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-bottom: 2.4rem
}

.footer__text {
	font-size: 1.4rem;
	font-weight: 1.5;
	color: #b8c9e2;
	max-width: 25rem;
	margin-bottom: 3.5rem
}

.footer__phone {
	font-size: 1.6rem;
	font-weight: 900;
	color: #ffc700
}

.footer__icon {
	width: 1.4rem;
	height: 1.4rem;
	fill: #fff;
	transition: fill .4s
}

.footer__link {
	background-color: #364b6a;
	border-radius: .4rem;
	height: 3.2rem;
	padding: 0 1.5rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff
}

.footer__link:not(:last-child) {
	margin-right: 1rem
}

.footer__link.desktop {
	display: none
}

.footer__link.mobi {
	font-size: 1.6rem;
	height: 4.8rem;
	width: 100%;
	text-transform: uppercase
}

.footer__label {
	font-weight: 500;
	color: #fff
}

.footer__label.desktop {
	display: none
}

.footer__contacts {
	display: flex;
	margin-bottom: 2rem
}

.footer__contacts-wrap {
	margin-right: 2rem
}

.footer__socials {
	display: flex;
	align-items: center;
	padding-top: 1rem
}

.footer__wrapper {
	margin-bottom: 2.3rem
}

.footer-nav__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-nav__wrap h3 {
	color: #C0D9FF;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
}

.footer-nav__title {
	font-size: 1.8rem;
	font-weight: 500;
	color: #c0d9ff
}

.footer-nav__col:not(:last-child) {
	margin-bottom: 1.5rem
}

.footer-nav__col.act .footer-nav__arrow {
	transform: rotate(-90deg)
}

.footer-nav__col.act .footer-nav__list {
	padding-top: .4rem
}

.footer-nav__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.footer-nav__item {
	width: 49%
}

.footer-nav__item:not(:last-child) {
	margin-bottom: .5em
}

.footer-nav__arrow {
	width: 1.1rem;
	height: 1.1rem;
	fill: #c0d9ff;
	transform: rotate(90deg);
	transition: transform .4s
}

.footer-bottom {
	font-size: 1.2rem;
	padding: 2rem 0 4rem;
	position: relative;
	background-color: #1a2b41
}

.footer-bottom__container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between
}

.footer-bottom__listing {
	position: relative;
	z-index: 1;
	margin-right: 2rem
}

.footer-bottom__logo {
	position: relative;
	z-index: 1;
	width: 9.1rem;
	height: 2.4rem;
	fill: #3b557c;
	transition: fill .4s
}

.footer-bottom__logo svg {
	width: 100%;
	height: 100%
}

.footer-bottom__item {
	display: block;
	transition: color .4s
}

.footer-bottom__item:not(:last-child) {
	margin-bottom: .5rem
}

.header {
	position: relative;
	padding: 2rem 0 1rem;
	z-index: 101;
	font-size: 1.3rem;
}

.header__sup-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header__sup-nav {
	display: flex;
	align-items: center;
}

.header__sup-link {
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1.23;
	color: #808080;
    margin-right: 22px;
	transition: .3s ease;
}

.header__sup-link:last-child {
    margin-right: 0;
}

.header__socials {
	display: flex;
	align-items: center;
	margin-left: auto;
	margin-right: 2.2rem;
}

.header__socials-link {
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 1.2rem;
	transition: .3s ease;
	color: #333333;
}

.header__socials-link:last-child {
	margin-right: 0;
}

.header__socials-link_vk:hover {
	color: #0077ff;
}

.header__socials-link_wts:hover {
	color: #54cc61;
}

.header__socials-icon {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	fill: currentColor;
}

.header__sup-phone {
	margin-right: 2.2rem;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1.23;
	transition: .3s ease;
}

.header__sup-phone:hover {
	color: #f90;
}

.header__sup-link:hover {
	color: #f90;
}

.header__sup-bonus {
	display: inline-block;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	padding: 2px 6px;
	background: #16C23C;
	border-radius: 12px;
	color: #FFFFFF;
	margin: 0 5px;
}

.header--auth .header__btn--basket {
	font-size: 1.2rem;
	background-color: #16c23c;
	color: #fff;
	flex-shrink: 0;
	padding: .2rem 1rem;
	border-radius: 2rem
}

.header--auth .header__btn--basket svg {
	display: none
}

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

.header::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, #fff 0, rgba(255, 255, 255, 0) 64.14%), linear-gradient(0deg, rgba(255, 255, 255, 0) -4.56%, #fff 100%), radial-gradient(54.77% 207.12% at 11.18% 0, #ececec 0, #f5f5f5 100%);
	opacity: .7;
	-webkit-backdrop-filter: blur(5rem);
	backdrop-filter: blur(5rem)
}

.header__login {
	display: none;
	font-size: 1.3rem;
	font-weight: 500;
	color: grey;
	align-items: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.header__login-icon {
	width: 1.6rem;
	height: 1.6rem;
	fill: #808080;
	flex-shrink: 0;
    margin-left: 2px;
	transition: .3s ease;
}

.header__logo {
	position: relative;
	width: 20.8rem;
	height: 4.4rem;
	flex-shrink: 0;
}

.header__logo img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.header__top {
	display: flex;
	align-items: center;
	padding: 1rem 0 2.6rem;
}

.header__wrapper {
	display: flex;
	flex: 1 1 0;
    margin: 0 3.2rem;
}

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

.header__btn {
	color: #333;
    margin-right: .8rem;
}

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

.header__btn-icon {
	width: 1.6rem;
	height: 1.6rem;
	fill: #333;
	flex-shrink: 0
}

.header__btn-icon.fill {
	fill: #eb3a3a
}

.header__btn-icon.mtop {
	transform: translateY(1px)
}

.header__btn-arrow {
	width: 1rem;
	height: 1rem;
	margin-left: 1rem;
	fill: #fff
}

.header__actions {
	display: flex;
	width: 100%;
	max-width: 29rem;
	margin: 0 -.5rem
}

.header-search {
    flex-grow: 1;
    height: 4.4rem;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-left-color: transparent;
    border-radius: 1.9rem
}

.header-search.focus {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 94%;
	border-radius: 5.9rem;
	z-index: 1
}

.header-search.focus .header-search__reset {
	display: block
}

.header-search.focus .header-search__input {
	padding-right: 6.5rem;
	z-index: 2
}

.header-search__wrapper {
	display: flex;
	height: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 1.9rem
}

.header-search__reset {
    display: none;
    width: 2.4rem;
    height: 2.4rem;
    position: relative;
    -ms-grid-row-align: center;
    align-self: center;
    flex-shrink: 0;
}

.header-search__reset .icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-search__input {
	width: 100%;
	padding: 0 5.2rem 0 2.6rem;
}

.header-search__input::-moz-placeholder {
	color: #a0a0a0;
	font-size: 1.4rem;
	line-height: 1.29;
}

.header-search__input:-ms-input-placeholder {
	color: #a0a0a0;
	font-size: 1.4rem;
	line-height: 1.29;
}

.header-search__input::placeholder {
	color: #a0a0a0;
	font-size: 1.4rem;
	line-height: 1.29;
}

.header-search__submit {
	width: 2.4rem;
	height: 2.4rem;
	flex-shrink: 0;
	-ms-grid-row-align: center;
	align-self: center;
}

.header-search__submit svg {
	width: 100%;
	height: 100%;
	fill: grey
}

.header-search__actions {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.5rem;
    display: flex;
    align-items: center;
    z-index: 2
}

.header-search-result {
	position: absolute;
	top: 100%;
	left: calc(-1 * var(--containerPadding));
	width: calc(100% + (2 * var(--containerPadding)));
	background-color: #fff;
	padding: 3rem;
	border-radius: .3rem;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .07);
	transform: translateY(2rem);
	transition: transform .4s, opacity .4s, visibility .4s;
	opacity: 0;
	visibility: hidden;
	overflow-y: auto
}

.header-search-result.act {
	transform: translateY(1.3rem);
	opacity: 1;
	visibility: visible
}

.header-search-result__link {
	display: flex;
	align-items: center
}

.header-search-result__list {
	font-weight: 500
}

.header-search-result__list.much {
	font-weight: 400
}

.header-search-result__list.much .header-search-result__link::before {
	content: '';
	width: 1.6rem;
	height: 1.6rem;
	flex-shrink: 0;
	margin-right: 1.3rem;
	background: url(../images/common/cube.svg) center/contain no-repeat
}

.header-search-result__list.single {
	font-weight: 400
}

.header-search-result__list.single .header-search-result__link::before {
	content: '';
	width: 1.6rem;
	height: 1.6rem;
	flex-shrink: 0;
	margin-right: 1.3rem;
	background: url(../images/common/loupe.svg) center/contain no-repeat;
	margin-top: .2em
}

.header-search-result__list:last-of-type {
	margin-bottom: -2rem
}

.header-search-result__list-item {
	margin-bottom: 2rem
}

.header-search-result__img {
	width: 4.5rem;
	height: 4.5rem;
	margin-right: 1.3rem;
	border-radius: .3rem;
	-o-object-fit: cover;
	object-fit: cover
}

.header__btn-catalog {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 100%;
    padding: 0.9rem 2.8rem;
    flex-shrink: 0;
    background-color: #ffc700;
    border: 1px solid #ffc700;
    border-radius: 5.9rem 0 0 5.9rem;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.29;
    color: #333;
    transition: .3s ease;
}

.header__btn-catalog-icon {
    width: 2.4rem;
    height: 2.4rem;
	margin-left: 12px;
    fill: #333;
}

.header__btn-catalog:hover {
    background-color: #e6b300;
}

.header-nav {
    font-weight: 500;
    display: flex;
    align-items: center;
    width: 100%;
}

.header-nav__list {
    display: flex;
    align-items: center;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
}

.header-nav__list.desktop {
	display: none
}

.header-nav__item {
    white-space: nowrap;
}

.header-nav__link {
    transition: color .4s;
    color:#000;
    margin-right: 3rem;
}

.header-nav__more {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 18px;
}

.header-nav__more-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
}

.header-nav__more-top::after {
    content: '';
    width: 32px;
    height: 6px;
    background: url(../images/common/menu-more.svg) no-repeat center;
    background-size: contain;
}

.header-nav__more-dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 25px;
    background: #F9F9F9;
    border-radius: 0px 0px 10px 10px;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    transition: .3s ease;
}

.header-nav__more:hover .header-nav__more-dropdown {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}

.header-nav__more-dropdown .header-nav__link {
    margin-right: 0;
}

.header-mobi {
	font-size: 1.6rem;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	padding-top: 9rem;
	transform: translateX(100%);
	opacity: 0;
	transition: transform .4s ease, opacity .4s ease;
	color: #333;
	z-index: 2
}

.header-mobi.act {
	opacity: 1;
	transform: translateX(0);
}

.header-mobi__wrap {
	overflow-y: auto;
	height: 100%;
	padding: 0 1.6rem 2rem
}

.header-mobi__hamburger {
	position: absolute;
	top: 1.3rem;
	right: 1.1rem
}

.header-mobi__list.bold {
	font-weight: 600;
}

.header-mobi__list {
	position: relative;
}

.header-mobi__list .header__sup-bonus {
	position: absolute;
	top: 0;
	right: 0;
}

.header-mobi__list:not(:last-child) {
	padding-bottom: 2.3rem;
	margin-bottom: 2.3rem;
	border-bottom: 1px solid #e0e8ef
}

.header-mobi__item:not(:last-child) {
	margin-bottom: 1.5rem
}

.header-mobi__sup-nav {
    display: flex;
    flex-direction: column;
    padding-bottom: 2.3rem;
    margin-bottom: 2.3rem;
    border-bottom: 1px solid #e0e8ef;
}

.header-mobi__sup-link {
    margin-bottom: 1.5rem;
}

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

.header-mobi__logo {
	position: absolute;
	top: 2rem;
	left: 2rem;
	max-width: 10.3rem
}

.header-aside {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 6;
	width: 100%;
	height: var(--app-height);
	max-width: 47rem;
	background-color: #fff;
	color: #333;
	transform: translateX(-100%);
	opacity: 0;
	pointer-events: none;
	transition: .4s ease;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none
}

.header-aside .simplebar-content {
	height: 100%
}

.header-aside::before {
	content: '';
	display: block;
	width: 200vw;
	height: 100%;
	background-color: rgba(0, 0, 0, .26);
	position: fixed;
	top: 0;
	left: 0
}

.header-aside.act {
	transform: translateX(0);
	pointer-events: all;
	opacity: 1;
}

.header-aside__container {
	position: relative;
	z-index: 1;
	background-color: #fff;
	height: 100%;
	padding: 1.5rem 1.6rem 3rem
}

.header-aside__title {
	font-size: 2.2rem
}

.header-aside__close {
	width: 3rem;
	height: 3rem;
	position: relative
}

.header-aside__close::before,
.header-aside__close:after {
	content: '';
	display: block;
	width: 40%;
	height: .2rem;
	background-color: #333;
	position: absolute;
	top: 50%;
	left: 50%;
	transform-origin: left
}

.header-aside__close::before {
	transform: rotate(45deg) translateX(-50%)
}

.header-aside__close::after {
	transform: rotate(-45deg) translateX(-50%)
}

.header-aside__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 4rem
}

.header-aside__nav {
	font-size: 1.4rem;
	font-weight: 600;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	color: #939393;
	margin-bottom: 1rem
}

.header-aside__nav-item {
	border-bottom: 4px solid transparent;
	cursor: pointer
}

.header-aside__nav-item:not(:last-child) {
	margin-right: 3rem
}

.header-aside__nav-item.act {
	color: #333;
	border-bottom-color: #005bae;
	pointer-events: none
}

.header-aside__item {
	padding: 1rem 0
}

.header-aside__item.act .header-aside__sublist {
	padding-top: 1.2rem
}

.header-aside__list {
	margin-bottom: 2.5rem
}

.header-aside__more {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	text-decoration: underline
}

.header-aside__trigger {
	font-size: 1.7rem;
	color: #000;
}

.header-aside__trigger:hover {
	color: #005bae
}

.header-aside__sublist-link {
	font-size: 1.7rem;
	color: #000;
}

.header-aside__sublist {
	height: 0;
	transition: .4s ease-out;
	overflow: hidden;
	box-sizing: content-box;
	padding-left: 2rem
}

.header-aside__sublist-item {
	padding: .8rem 0
}

.header-aside__content {
	padding-bottom: 1rem
}

.header-aside__main {
	font-size: 1.6rem;
	font-weight: 500;
	max-height: calc(100% - 5rem);
	height: 100%;
	overflow-y: auto;
	padding-right: 1rem;
	scrollbar-width: thin;
	scrollbar-color: #b8c9e2 #eef1f5;
}

.header-aside__main::-webkit-scrollbar {
	width: .8rem;
}

.header-aside__main::-webkit-scrollbar-track {
	background-color: #eef1f5;
}

.header-aside__main::-webkit-scrollbar-thumb {
	background: #b8c9e2;
}

.header-aside__img {
	margin-bottom: 1rem
}

.header-aside__flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -3rem;
	width: 100%
}

.header-aside__flex-item {
	width: 49%;
	margin-bottom: 3rem
}

.header-search__close {
	display: none;
}

.header__btn--basket.not-empty {

}

@media (max-width: 1120px) {
    .header__wrapper {
        margin: 0 1.6rem;
    }
    .header__logo {
        width: 17rem;
        height: 4rem;
    }
    .header__btn-catalog {
        padding: 0.9rem 1.8rem;
    }
}

@media (min-width: 1024px) { 
	.header__btn { 
		height: 4.4rem;
	}
}

@media (max-width: 1023px) {
	.header {
		padding: 1rem 0;
	}
	.header::before {
		background: #FFFFFF;
	}
	.header__logo {
		width: 13.8rem;
    	height: 3.2rem;
	}
    .header__top {
		flex-wrap: wrap;
		justify-content: space-between;
        padding: 0;
    }
	.header__wrapper {
		position: relative;
		flex: 1 1 100%;
		margin: 1.5rem 0 0;
		order: 3;
		z-index: 1;
		width: 100%;
	}
    .header__btn-catalog {
        display: none;
    }
	.header__sup-row {
		display: none;
	}
	.header__btn-label {
		display: none;
	}
    .header__sup-phone {
        margin-right: 0;
    }
	.header__sup-bonus {
		margin: 0;
	}
	.header-nav {
		display: none;
	}
	.header__btn {
		justify-content: center;
		width: 3.2rem;
		height: 3.2rem;
		border: 1px solid #E2E2E2;
		border-radius: 50%;
	}
	.header-mobi__item {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.header__btn--basket.not-empty {
		width: fit-content;
		background: #16C23C;
		border-radius: 22px;
		text-transform: uppercase;
		color: #FFFFFF;
		padding: 0 1rem;
		font-weight: 600;
		font-size: 10px;
		line-height: 18px;
	}
	.header-search {
		border-radius: 4rem;
		border: none;
	}
	.header-search__wrapper {
		border: 1px solid #E2E2E2;
		border-radius: 4rem;
	}
	.header-search__input {
		padding: 0 5.2rem 0 9.5rem;
	}
	.hamburger {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		padding: 1rem 2.8rem;
		background: #FFC700;
		border-radius: 4rem 0px 0px 4rem;
		z-index: 2;
		transition: .3s ease;
	}
	.hamburger__wrap {
		width: 2.4rem;
		height: 2.4rem;
	}
	.header-mobi {
		padding-top: 0;
		top: calc(var(--header-height) - 2px) ;
		height: calc(var(--app-height) - var(--header-height) + 2px);
	}

	.header-mobi__wrap {
		position: relative;
		padding: 3.2rem var(--containerPadding) 2rem;
		z-index: 1;
	}
	.header-mobi__btn-catalog {
		display: flex;
		align-items: center;
		width: 100%;
		justify-content: center;
		background: #EEF1F5;
		border: 1px solid #E0E8EF;
		border-radius: 2px;
		margin-bottom: 3.2rem;
		padding: 1.2rem 0 1.4rem;
		
		font-weight: 600;
		font-size: 14px;
		line-height: 18px;
		text-transform: uppercase;
		color: #333333;
	}
	.header-mobi__btn-catalog-icon {
		width: 16px;
		height: 18px;
		margin-left: 10px;
	}
	.header-mobi__socials {
		display: flex;
		align-items: center;
	}
	.header-mobi__phone {
		display: block;
		width: fit-content;
		margin-bottom: 2rem;
		
		font-style: normal;
		font-weight: 600;
		font-size: 22px;
		line-height: 140%;
		color: #333333;
		transition: .3s ease;
	}
	.header-mobi__phone:hover {
		color: #f90;
	}
	.header-mobi__socials .header__socials-link {
		width: 32px;
		height: 32px;
	}
	.header-mobi__link {
		font-size: 2.2rem;
		line-height: 140%;
	}
	.header-mobi__sup-link {
		font-size: 2.2rem;
		line-height: 140%;
	}
	
	body.search-active {
		overflow: hidden;
	}

	body.search-active .header-search {
		display: flex;
		align-items: center;
	}
	
	body.search-active .header__logo {
		display: none;
	}
	
	body.search-active .header__btns {
		display: none;
	}
	
	body.search-active .header__wrapper {
		margin-top: 0;
	}
	
	body.search-active .header-search__wrapper {
		transition: .3s ease;
		width: calc(100% - 38px);
		margin-left: auto;
	}
	
	body.search-active .hamburger {
		opacity: 0;
		pointer-events: none;
	}
	
	body.search-active .header-search__input {
		padding: 0 7rem 0 1.5rem;
	}
	
	body.search-active .header-search__close {
		display: block;
		width: 2.4rem;
		height: 2.4rem;
	}
	
	.header-search__close-icon {
		fill: none;
	}

	.header-search-result  {
		transform: translateY(0);
		padding: 3rem var(--containerPadding);
	}

	body.search-active .header-search-result {
		top: calc(100% + 10px);
		visibility: visible;
		opacity: 1;
		box-shadow: none;
		border-radius: 0;
		height: calc(var(--app-height) - var(--header-height));
	}

	body.search-active .header-search__reset {
		display: block;
	}

	.header-search__reset {
		width: 29px;
		padding-right: 4px;
		border-right: 1px solid rgba(217, 217, 217, 0.5);
		margin-right: 4px;
	}

	body.bx-panel .header-mobi {
		top: calc(var(--header-height) + 145px);
		height: calc(var(--app-height) - var(--header-height) - 145px);
	}

	body.bx-panel.bx-panel-collapsed .header-mobi {
		top: calc(var(--header-height) + 37px);
		height: calc(var(--app-height) - var(--header-height) - 37px);
	}

	body.search-active.bx-panel .header-search-result {
		height: calc(var(--app-height) - var(--header-height) - 147px);
	}

	body.search-active.bx-panel-collapsed .header-search-result {
		height: calc(var(--app-height) - var(--header-height) - 39px);
	}
}


@media (max-width: 767px) {
    .header__btn-label {
        display: none;
    }
    .header__sup-row {
        display: none;
    }
    .header-nav__link {
        margin-right: 1.5rem;
    }
    .header-search__actions {
        right: 1rem;
    }
    .header-nav .hamburger__wrap {
        align-items: flex-end;
    }
}

@media (max-width: 640px) {
    .header__top {
        padding-bottom: 0;
    }
    .header-nav__list {
        display: none;
    }
	.hamburger {
		padding: 1rem 1.8rem;
	}
	.header-search__input {
		padding: 0 5.2rem 0 7.5rem;
	}
	.header-mobi__link,
	.header-mobi__sup-link,
	.header-mobi__phone {
		font-size: 1.6rem;
		line-height: 140%;
	}
}

.alphabet {
	font-size: 1.4rem;
	display: none;
	padding: 5rem 0;
	background-color: #263b55;
	color: #6783ac
}

.alphabet__title {
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 1rem;
	text-transform: uppercase;
	color: #c0d9ff;
	min-height: 2.3rem
}

h3.alphabet__title {
	color: #c0d9ff;
	font-size: 1.6rem;
	font-weight: 500;
}

.alphabet__content {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1rem -3.2rem
}

.alphabet__group {
	width: calc(25% - 2rem);
	margin: 0 1rem 3.2rem
}

.alphabet__list:not(:last-child) {
	margin-bottom: 2em
}

.alphabet__item:not(:last-child) {
	margin-bottom: .5em
}

.checkbox {
	display: flex;
	align-items: center;
	font-weight: 500;
	cursor: pointer
}

.checkbox__input {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden
}

.checkbox__input:checked~.checkbox__icon-wrap svg {
	transform: scale(1)
}

.checkbox__icon {
	width: 50%;
	height: 50%;
	stroke: #333;
	transform: scale(0);
	transition: transform .4s
}

.checkbox__icon-wrap {
	width: 2.6rem;
	height: 2.6rem;
	background-color: #fff;
	border: 1px solid #e0e8ef;
	border-radius: .3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 1.4rem
}

.filter-aside {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 106;
	width: 100%;
	height: var(--app-height);
	max-width: 47rem;
	background-color: #fff;
	color: #333;
	transform: translateX(100%);
	transition: .4s ease;
	opacity: 0;
	pointer-events: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none
}

.filter-aside.act {
	transform: translateX(0);
	opacity: 1;
	pointer-events: all;
}

.filter-aside::before {
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	background-color: rgba(0, 0, 0, .26);
	position: fixed;
	top: 0;
	left: 0
}

.filter-aside__container {
	height: 100%;
	padding-bottom: 1.5rem;
	background-color: #fff;
	position: relative;
	z-index: 1
}

.filter-aside__title {
	font-size: 2.2rem
}

.filter-aside__wrapper {
	max-height: calc(100% - 8.5rem);
	height: 100%
}

.filter-aside__padding,
.filter-aside__wrapper.padding {
	padding: 0 1.6rem
}

.filter-aside__checkbox:not(:last-child) {
	margin-bottom: 1.7rem
}

.filter-aside__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 4rem;
	padding: 1.5rem 1.6rem 0
}

.filter-aside__list {
	margin-bottom: 2.5rem
}

.filter-aside__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 1.6rem;
	max-width: 36.6rem;
	margin: 0 auto
}

.filter-aside__btn {
	text-align: center;
	border-radius: .3rem;
	width: 45%;
	height: 5.6rem;
	transition: background-color .4s
}

.page .filter-aside__actions .filter-aside__submit {
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #16c23c;
	flex-grow: 1
}

.filter-aside__reset {
	display: none;
	background-color: #eef1f5;
	max-width: 12.5rem;
	margin-left: 2.2rem
}

.filter-aside__close {
	width: 3rem;
	height: 3rem;
	position: relative
}

.filter-aside__close::before,
.filter-aside__close:after {
	content: '';
	display: block;
	width: 40%;
	height: .2rem;
	background-color: #333;
	position: absolute;
	top: 50%;
	left: 50%;
	transform-origin: left
}

.filter-aside__close::before {
	transform: rotate(45deg) translateX(-50%)
}

.filter-aside__close::after {
	transform: rotate(-45deg) translateX(-50%)
}

.filter-aside__item {
	transition: background-color .4s;
	border-bottom: 1px solid transparent
}

.filter-aside__item:first-child {
	border-top: 1px solid transparent
}

.filter-aside__item.act {
	background-color: #f7f7f7;
	border-bottom-color: #e0e8ef;
	border-top-color: #e0e8ef
}

.filter-aside__item.act .filter-aside__arrow {
	transform: rotate(-90deg)
}

.filter-aside__item.act .filter-aside__content {
	padding: 1rem 1.6rem 2.5rem
}

.filter-aside__trigger {
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	width: 100%;
	color: #333;
	padding: 2rem 1.6rem
}

.filter-aside__content {
	height: 0;
	transition: .4s ease-out;
	overflow: hidden;
	box-sizing: content-box;
	padding: 0 1.6rem
}

.filter-aside__label {
	flex-grow: 1;
	margin-right: 1rem;
	text-align: left
}

.filter-aside__arrow {
	width: 1.1rem;
	height: 1.1rem;
	fill: #333;
	transform: rotate(90deg);
	transition: transform .4s
}

.filter-aside-slider:not(:last-child) {
	margin-bottom: 2.5rem
}

.filter-aside-slider__title {
	line-height: 2
}

.filter-aside-slider__content {
	display: flex;
	align-items: center;
	margin: 0 -.4rem 1.6rem
}

.filter-aside-slider__item {
	width: calc(50% - .8rem);
	margin: 0 .4rem;
	background-color: #fff;
	display: flex;
	align-items: center;
	padding: .7rem 1.2rem;
	border: 1px solid #e0e8ef;
	border-radius: .3rem
}

.filter-aside-slider__label {
	font-size: 1.2rem;
	font-weight: 600;
	color: #909cad;
	margin-right: 1rem;
	flex-shrink: 0
}

.filter-aside-slider__value {
	width: 100%;
	cursor: inherit
}

.filter-aside-checkbox {
	display: flex;
	align-items: center;
	cursor: pointer
}

.filter-aside-checkbox:not(:last-child) {
	margin-bottom: 1.7rem
}

.filter-aside-checkbox:hover {
	color: #ffc700
}

.filter-aside-checkbox__input {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden
}

.filter-aside-checkbox__input:checked~.filter-aside-checkbox__label {
	color: #ffc700
}

.filter-aside-checkbox__icon {
	width: 3rem;
	height: 1.2rem;
	margin-right: 1.6rem;
	border-radius: .8rem
}

.filter-aside-checkbox__icon.border {
	border: 1px solid #d7d7d7
}

.filter-aside-mobi {
	padding: 0 1.6rem
}

.filter-aside-mobi__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.3rem;
	font-size: 1.4rem
}

.filter-aside-mobi__reset {
	color: #eb3a3a
}

.filter-aside-mobi__list {
	display: flex;
	align-items: center;
	font-size: 1.2rem;
	white-space: nowrap;
	overflow-x: auto;
	padding-bottom: 2.4rem;
	-ms-overflow-style: none;
	scrollbar-width: none
}

.filter-aside-mobi__list::-webkit-scrollbar {
	display: none
}

.filter-aside-mobi__list::after {
	content: '';
	display: block;
	width: calc(var(--containerPadding)/ 2);
	height: var(--containerPadding);
	flex-shrink: 0
}

.filter-aside-mobi__text {
	margin-right: .3rem
}

.filter-aside-mobi__item {
	font-weight: 600;
	margin-right: 1.4rem;
	background-color: #e9f2fa;
	padding: 1.2rem 1.6rem 1.2rem 2rem;
	border-radius: 4rem;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	letter-spacing: .03em
}

.filter-aside-mobi__delete {
	width: 1rem;
	height: 1rem;
	position: relative;
	transition: transform .4s
}

.filter-aside-mobi__delete::after,
.filter-aside-mobi__delete::before {
	content: '';
	display: block;
	width: 100%;
	height: .1rem;
	background-color: #333;
	border-radius: 2rem;
	position: absolute;
	top: 50%;
	left: 0;
	transition: transform .4s
}

.filter-aside-mobi__delete::after {
	transform: rotateZ(45deg)
}

.filter-aside-mobi__delete::before {
	transform: rotateZ(-45deg)
}

.filter-aside-sort__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 4rem;
	padding: 1.5rem 1.6rem 0
}

.filter-aside-sort__title {
	font-size: 2.2rem
}

.filter-aside-sort__close {
	width: 3rem;
	height: 3rem;
	position: relative
}

.filter-aside-sort__close::before,
.filter-aside-sort__close:after {
	content: '';
	display: block;
	width: 40%;
	height: .2rem;
	background-color: #333;
	position: absolute;
	top: 50%;
	left: 50%;
	transform-origin: left
}

.filter-aside-sort__close::before {
	transform: rotate(45deg) translateX(-50%)
}

.filter-aside-sort__close::after {
	transform: rotate(-45deg) translateX(-50%)
}

.filter-aside-sort__container {
	padding: 1.6rem
}

.filter-result {
	display: none;
	margin-bottom: 2rem;
	font-size: 1.1rem;
	font-weight: 600;
	text-transform: uppercase
}

.filter-result__list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -1rem
}

.filter-result__text {
	margin-right: .7rem
}

.filter-result__item {
	margin: 0 1rem 1rem 0;
	background-color: #e9f2fa;
	padding: .65rem .8rem .65rem 1.8rem;
	border-radius: 4rem;
	display: flex;
	align-items: center;

	font-size: x-small;
}

.filter-result__delete {
	width: 1rem;
	height: 1rem;
	position: relative;
	transition: transform .4s;
	margin-bottom: .1em
}

.filter-result__delete::after,
.filter-result__delete::before {
	content: '';
	display: block;
	width: 100%;
	height: .15rem;
	background-color: #333;
	border-radius: 2rem;
	position: absolute;
	top: 50%;
	left: 0;
	transition: transform .4s
}

.filter-result__delete::after {
	transform: rotateZ(45deg)
}

.filter-result__delete::before {
	transform: rotateZ(-45deg)
}

.filter-result__delete:hover::before {
	transform: rotateZ(45deg)
}

.filter-result__delete:hover::after {
	transform: rotateZ(-45deg)
}

.filter-result__reset {
	margin-right: 1rem;
	border: 2px solid #f90;
	border-radius: 4rem;
	padding: .65rem 1.8rem;
	text-transform: inherit;
	flex-shrink: 0
}

.filter-sort {
	font-size: 1.4rem;
	font-weight: 400;
	width: 100%;
	max-width: 14.1rem;
	position: relative;
	text-transform: none;
	/* z-index: 1; */
	color: #333;
	margin-left: auto
}

.filter-sort.act .filter-sort__icon {
	transform: rotate(-90deg)
}

.filter-sort.act .filter-sort__list {
	opacity: 1;
	visibility: visible;
	transform: translateY(0)
}

.filter-sort__current {
	display: flex;
	align-items: center;
	cursor: pointer
}

.filter-sort__input {
	margin-right: 1rem;
	width: 100%;
	cursor: pointer
}

.filter-sort__input:focus::-moz-placeholder {
	opacity: 1
}

.filter-sort__input:focus:-ms-input-placeholder {
	opacity: 1
}

.filter-sort__input:focus::placeholder {
	opacity: 1
}

.filter-sort__icon {
	width: .8rem;
	height: .8rem;
	fill: #333;
	transform: rotate(90deg);
	transition: transform .4s;
	flex-shrink: 0
}

.filter-sort__list {
	position: absolute;
	top: 100%;
	left: -3rem;
	width: calc(100% + 6rem);
	background-color: #fff;
	box-shadow: 0 1rem 1rem rgba(51, 51, 51, .15);
	border-radius: .3rem;
	padding: 2rem 3rem;
	opacity: 0;
	visibility: hidden;
	transform: translateY(1rem);
	transition: transform .4s, opacity .4s, visibility .4s
}

.filter-sort__item {
	cursor: pointer
}

.filter-sort__item:not(:last-child) {
	margin-bottom: 1em
}

.product-card {
	width: calc(50% - 2rem);
	margin: 0 1rem 2rem
}

@media screen and (max-width: 510px) {
	.product-card {
		width: 100%;
	}
}

.swiper-slide .product-card {
	width: 100%;
}

.swiper-slide .product-card.product-card--wide {
	width: 100%;
}

.product-card--wide.product-card--wide {
	width: calc(100% - 2rem)
}

.product-card--wide.product-card--wide .product-card__descr {
	display: block
}

.product-card--wide.product-card--wide .product-card__name {
	font-size: 1.8rem;
	text-transform: uppercase;
}

.product-card__img {
	width: auto;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform .4s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0)
}

.product-card__img-wrap {
	display: block;
	margin-bottom: 1rem;
	border-radius: .3rem;
	overflow: hidden;
	position: relative;

	display: flex;
	align-items: center;
	justify-content: center;
}

.img-wrap--big {
	width: 100%;
	max-width: 550px;
	aspect-ratio: 3.6 / 1.7;
	height: auto;
}

.img-wrap--small {
	max-width: 265px;
	height: 265px;
}

.product-card__link {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	text-transform: uppercase;
	font-size: 1.8rem;
	font-weight: 700;
	color: #333;
	margin-bottom: .2rem
}

.product-card__link h3 {
	font-size: initial;
}

.product-card__name {
	font-size: 1.3rem;
	font-weight: 600;
	color: inherit;
	margin-bottom: .8rem;
	text-transform: capitalize
}

.product-card__descr {
	display: none;
	font-size: 1.4rem;
	margin-bottom: .5rem;
	max-width: 39.4rem
}

.product-card__price {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-top: auto;
	color: #333;

	display: flex;
	flex-direction: column;
}

.product-card__price::after {
	content: '';
	display: block;
	width: 130%;
	height: .2rem;
	background-color: #ffc700;
	position: absolute;
	bottom: .2rem;
	left: 0
}

.product-card__price span {
	position: relative;
	z-index: 1
}

.product-card__price sup {
	font-size: 1.3rem;
	font-weight: 400
}

.product-card__tags {
	position: absolute;
	top: 0;
	left: 0;
	padding: 1.4rem 1rem;
	flex-wrap: wrap;
	display: none
}

.product-card__tag {
	font-size: 1.4rem;
	font-weight: 600;
	background-color: #ffc700;
	border-radius: .3rem;
	display: flex;
	align-items: center;
	padding: 0 1.6rem;
	height: 3.4rem
}

.product-card__tag-icon {
	width: 1.4rem;
	height: 1.4rem;
	margin-left: .3rem;
	fill: #333
}

.product-card__favorite {
	width: 4.3rem;
	height: 4.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .5);
	position: absolute;
	top: .7rem;
	right: .7rem;
	z-index: 1
}

.product-card__favorite-icon {
	width: 37%;
	height: 37%;
	fill: #ff8585
}

.product-card-inside {
	position: relative;
	width: calc(100% - 2rem);
	max-width: 18.8rem;
	margin: 0 1rem 2rem;
	overflow: hidden;
	border-radius: .3rem
}

.product-card-inside__link {
	display: block
}

.product-card-inside__img {
	width: 100%;
	height: 10rem;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform .4s;
	margin-bottom: 1.1rem;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0)
}

.product-card-inside__name {
	font-size: 1.4rem;
	font-weight: 500;
	color: #000
}

.product-card-inside__count {
	display: none
}

.product-card-inside__arrow {
	display: none;
	width: .8rem;
	height: .8rem;
	fill: #000;
	margin-left: 1.3rem;
	flex-shrink: 0
}

.product-related {
	padding: 3rem 0;
	background-color: #eef1f5
}

.product-related__title {
	font-size: 2.6rem;
	font-weight: 500;
	margin-bottom: 2.5rem
}

.product-related__content {
	position: absolute;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1.6rem;
	color: #fff;
	z-index: 2
}

.product-related__img {
	transition: transform .4s;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.product-related__link {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: .3rem
}

.product-related__link::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(19, 35, 55, .7) 0, rgba(19, 35, 55, 0) 22.32%), rgba(19, 35, 55, .1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}

.product-related__name {
	font-size: 1.6rem;
	font-weight: 400;
	margin-right: .7rem;
	max-width: 60%
}

.product-related__count {
	font-size: 1.4rem;
	opacity: .8
}

.product-related__slide .product-card__descr {
	display: block
}

.radio-tap {
	display: flex;
	align-items: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	cursor: pointer;
	font-weight: 500
}

.radio-tap__input {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden
}

.radio-tap__input:checked~.radio-tap__icon {
	background-color: #ffc700
}

.radio-tap__input:checked~.radio-tap__icon::before {
	left: calc(100% - .3rem);
	transform: translateX(-100%)
}

.radio-tap__icon {
	width: 3.3rem;
	height: 2.1rem;
	background-color: #eaeaea;
	position: relative;
	border-radius: 10.5rem;
	margin-right: .9rem;
	transition: background-color .4s
}

.radio-tap__icon::before {
	content: '';
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	top: .3rem;
	left: .3rem;
	background-color: #fff;
	border-radius: 50%;
	transition: left .4s, transform .4s
}

.radio {
	display: flex;
	align-items: center;
	cursor: pointer
}

.radio__wrapper {
	display: flex;
	align-items: center;
	padding: 2.2rem;
	border: 1px solid #e0e8ef;
	border-radius: .3rem;
	width: 100%
}

.radio__input {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden
}

.radio__input:checked~.radio__wrapper {
	border-color: #9fb6d7
}

.radio__input:checked~.radio__icon::before,
.radio__input:checked~.radio__wrapper .radio__icon::before {
	transform: translate(-50%, -50%) scale(1)
}

.radio__icon {
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #e0e8ef;
	margin-right: 1.5rem;
	position: relative;
	flex-shrink: 0
}

.radio__icon::before {
	content: '';
	display: block;
	width: 60%;
	height: 60%;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	background-color: #333;
	transition: transform .4s
}

.about__content,
.about__title {
	margin-bottom: 2rem
}

.about__content h2:not([class]) {
	font-size: 2.2rem;
	font-weight: 500;
	margin-bottom: 2.2rem
}

.about__content h3:not([class]) {
	font-size: 2.2rem;
	font-weight: 500;
	margin-bottom: 1.5rem
}

.about__content img:not([class]) {
	border-radius: .5rem;
	width: 100%;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	margin: 0 auto 1.7rem;
	min-height: 20rem;
	-o-object-fit: cover;
	object-fit: cover
}

.about__content p:not([class]) {
	line-height: 1.25;
	margin-bottom: 1.5rem
}

.about__content ul:not([class]) {
	list-style: inherit;
	padding-left: var(--containerPadding)
}

.about-price {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1rem 1.5rem
}

.about-price__item {
	width: calc(100% - 2rem);
	margin: 0 1rem 2rem;
	background-color: #eef1f5;
	border-radius: .3rem;
	padding: 2.5rem
}

.about-price__welcome {
	background-color: transparent;
	padding: 0
}

.about-price__welcome-title {
	font-size: 2.2rem;
	font-weight: 500;
	margin-bottom: 1.5rem
}

.about-price__welcome-btn {
	font-size: 1.6rem
}

.about-price__name {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.25;
	margin-bottom: 1.2rem
}

.about-price__value {
	font-size: 1.6rem;
	margin-bottom: 0
}

.about-gallery__title {
	font-size: 2.2rem;
	font-weight: 500;
	margin-bottom: 1.4rem
}

.about-gallery__img {
	width: 100%;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	margin: 0 auto
}

.about-gallery__wrapper {
	position: relative
}

.about-gallery__pagination {
	position: absolute;
	bottom: 2rem;
	left: 0;
	width: 100%;
	z-index: 1
}

.auth {
	padding: 3rem 0
}

.auth--padding {
	padding-bottom: 15rem
}

.auth__nav,
.auth__title {
	margin-bottom: 2rem
}

.auth__field,
.auth__submit {
	margin-bottom: 1.5rem
}

.auth__content {
	margin-bottom: 2rem
}

.auth__helper-link {
	display: block;
	color: #505050;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	text-decoration: underline;
	transition: .3s ease;
}

.auth__helper-link:hover {
	color: #f90;
}

.auth__helper-link:not(:last-of-type) {
	margin-bottom: .6em
}

.auth__policy {
	margin-bottom: 2rem
}

.auth__result--white {
	max-width: 100%;
	color: #333;
	margin-bottom: 1.5rem
}

.auth__btn-back {
	display: flex;
	align-items: center;
	border: 1px solid #e0e8ef;
	border-radius: .3rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: .65rem 1.5rem;
	font-size: 1.4rem;
	font-weight: 500;
	color: #005bae;
	margin-bottom: 1.5rem
}

.auth__btn-back svg {
	width: 1rem;
	height: 1rem;
	transform: rotate(180deg);
	margin-right: 1rem;
	fill: #005bae
}

.auth-socials__label {
	margin-bottom: 1.5rem
}

.auth-socials__list {
	display: flex;
	align-items: center
}

.auth-socials__item:not(:last-child) {
	margin-right: .9rem
}

.auth-socials__link {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 5rem;
	height: 5rem
}

.auth-socials__link.vk {
	background-color: #437aca
}

.auth-socials__link.odn {
	background-color: #f79a38
}

.auth-socials__link.yandex {
	background-color: #ed1e24
}

.auth-socials__link.google {
	background-color: #c5331e
}

.auth-socials__link.mail-ru {
	background-color: #005ff9
}

.auth-socials__link.mail-ru svg {
	fill: #ff9e00
}

.auth-socials__icon {
	width: 45%;
	height: 45%;
	fill: #fff
}

.basket--padding {
	padding-bottom: 11rem
}

.basket__empty-text,
.basket__title {
	margin-bottom: 1.5rem
}

.basket__name {
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 1rem
}

.basket__name.desktop {
	display: none
}

.basket__item {
	padding: 1.5rem;
	background-color: #f7f7f7;
	border: 1px solid #e0e8ef;
	border-radius: .3rem
}

.basket__item:not(:last-child) {
	margin-bottom: 1.5rem
}

.basket__img {
	width: 12.7rem;
	height: 12.7rem;
	border-radius: .3rem
}

.basket__img-wrap {
	flex-shrink: 0;
	margin-right: .6rem
}

.basket__row {
	display: flex
}

.basket__info {
	margin-right: 1.6rem
}

.basket__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: right;
	flex-grow: 1
}

.basket__code {
	font-size: 1.2rem;
	color: #909cad;
	text-transform: uppercase;
	margin-bottom: .5rem
}

.basket__code span,
.basket__code.desktop {
	display: none
}

.basket__delete-item {
	font-size: 1.2rem;
	color: #eb3a3a
}

.basket__delete-item.desktop,
.basket__delete-item.tablet {
	display: none
}

.basket__price {
	font-size: 2rem;
	line-height: 1
}

.basket__price span {
	font-weight: 600
}

.basket__options {
	font-size: 1.2rem;
	width: 100%;
	flex-shrink: 0;
	margin-bottom: 1.5rem
}

.basket__option:not(:last-of-type) {
	margin-bottom: .3em
}

.basket__counter {
	max-width: 12.7rem
}

.basket__counter.desktop,
.basket__counter.tablet {
	display: none
}

.basket__mobi {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-top: 1.5rem
}

/* styles Daria */

.counter__value {
	background-color: transparent;
	width: 35%;
	height: 100%;
	padding: 8px 15px;
	text-align: center;
}

.basket__delete-item.tablet {
	position: static;
}

.basket__item {
	position: relative;
}

.basket__mobi {
	position: static;
}

.basket__option.desct {
	display: none;
}

@media screen and (max-width: 1024px) {

	.basket__mobi {
		position: absolute;
		left: 160px;
		bottom: 45px;
	}

	.basket__option.desct {
		display: block;
	}
}

@media screen and (max-width: 768px) {

	.basket__row {
		position: relative;
		padding-bottom: 40px;
	}

	.basket__mobi {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}

	.basket__delete-item.tablet {
		display: block;
		position: absolute;
		right: 15px;
		bottom: 20px;
	}

	.products-set__link {
		top: 10px;
	}
}

/* END */

.basket__result {
	margin-bottom: .8rem
}

.basket-info--bg {
	background-color: #f7f7f7;
	padding: 1.3rem;
	border-top: none
}

.basket-info__title {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.875;
	margin-bottom: .9rem;
	text-transform: uppercase
}

.basket-info__item {
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: space-between
}

#bonus_all.basket-info__item {
	color: #005BAE;
}

.bonus_form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 2rem;
}

.bonus_form  .input-field.fill .input-field__label {
    transform: scale(1) translateY(-0.5rem);
    font-size: 1.2rem;
    line-height: 1.5;
    height: auto;
    top: 1.3rem;
}
 
.bonus_form button {
    width: 100%;
    height: 100%;
    color: #005BAE;
    background: #EEF1F5;
}

.bonus_form button:hover {
    background: #E6EBF2;
}

@media (max-width: 767px) {
    .bonus_form {
        grid-template-columns: 1fr;
    }
    .bonus_form  .input-field.fill .input-field__label {
        transform: scale(1) translateY(-1rem);
    }
}

.basket-info__submit {
	margin-top: 1.5rem;
}

.basket-info__item:not(:last-child) {
	margin-bottom: .8rem
}

.basket-info__option {
	margin-right: 1.5rem
}

.basket-info__value {
	text-align: right
}

.basket-info__content {
	padding-bottom: 2rem;
	border-bottom: 1px solid #e0e8ef
}

.basket-info__total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.6rem;
	margin-bottom: 1rem;
	margin-top: .8rem
}

.basket-info__total strong {
	font-size: 2.2rem;
	font-weight: 600
}

.basket-info__total--small {
	font-size: 1.6rem;
	margin: 2rem 0 0
}

.basket-confirm__group {
	margin-bottom: 4.2rem
}

.basket-confirm__title {
	font-size: 1.8rem;
	margin-bottom: 1.3rem;
	line-height: 1
}

.basket-confirm__policy {
	margin-bottom: 2rem;
	margin-top: 1rem;
}

.basket-confirm__submit-wrap.mobi {
	padding-top: 2rem
}

.basket-confirm__submit-wrap.desktop {
	display: none
}

.basket-confirm__checkbox {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.basket-confirm__checkbox:not(:last-of-type) {
	margin-right: 1.4rem
}

.basket-confirm__checkbox-wrap {
	display: flex;
	align-items: center;
	margin-bottom: 1.8rem
}

.basket-confirm__checkbox .radio__icon {
	display: none
}

.basket-confirm__checkbox .radio__label {
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: .03em;
	text-transform: uppercase
}

.basket-confirm__checkbox .radio__label.desktop {
	display: none
}

.basket-confirm__checkbox-normal:not(:last-of-type) {
	margin-bottom: 1.8rem
}

.basket-confirm__field:not(:last-of-type) {
	margin-bottom: 1.5rem
}

.basket-confirm__field--comment {
	margin-top: 1.5rem
}

.basket-confirm__tab {
	display: none
}

.basket-confirm__tab.act {
	-webkit-animation: none;
	animation: none
}

.basket-confirm__map {
	width: 100%;
	height: 25rem
}

.basket-confirm__map iframe,
.basket-confirm__map img {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	-o-object-fit: cover;
	object-fit: cover
}

.basket-confirm__global-error {
	display: none;
	align-items: center;
	justify-content: center;
	color: #eb3a3a;
	font-size: 1.2rem;
	font-weight: 500;
	padding-top: 1.1rem
}

.basket-confirm__global-error.error {
	display: flex
}

.basket-confirm__global-error svg {
	width: 1.9rem;
	height: 1.9rem;
	margin-right: .6rem;
	fill: #eb3a3a
}

.basket-confirm-dropdown {
	margin-bottom: 1.5rem;
	position: relative
}

.basket-confirm-dropdown.act .basket-confirm-dropdown__list {
	display: block
}

.basket-confirm-dropdown.act .basket-confirm-dropdown__icon {
	transform: translateY(-50%) rotate(-90deg)
}

.basket-confirm-dropdown__icon {
	width: 1rem;
	height: 1rem;
	position: absolute;
	top: 50%;
	right: 2rem;
	transform: translateY(-50%) rotate(90deg);
	transition: transform .4s
}

.basket-confirm-dropdown__input {
	font-size: 1.4rem;
	width: 100%;
	padding-right: 1rem;
	cursor: pointer
}

.basket-confirm-dropdown__current {
	position: relative;
	border: 1px solid #9fb6d7;
	border-radius: .3rem;
	padding: .8rem 1.6rem 1rem;
	cursor: pointer
}

.basket-confirm-dropdown__label {
	font-size: 1.2rem;
	line-height: 1;
	display: block;
	color: #909cad;
	margin-bottom: .3rem
}

.basket-confirm-dropdown__list {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 1rem 0;
	background-color: #fff;
	z-index: 1;
	border: 1px solid #9fb6d7;
	border-top: 0;
	display: none
}

.basket-confirm-dropdown__item {
	padding: .6rem 1.6rem;
	cursor: pointer
}

.basket-confirm-dropdown__descr {
	font-size: 1.2rem;
	/* padding-top: .7rem; */
	margin-top: 2rem;
	margin-bottom: 1.5rem;
	color: #727272
}

.basket-confirm-dropdown__descr a {
	color: #005bae;
	border-bottom: 1px solid currentColor
}

.blog {
	color: #333
}

.blog__list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

.blog__title {
	margin-bottom: 1.9rem
}

.blog__item .blog__link {
	display: block;
	width: fit-content;
	font-size: 16px;
	line-height: 1.3;
	color: #005BAE;
}

.blog__date {
	display: block;
	font-size: 1.4rem;
	color: #909cad;
}

.blog__name {
	font-size: 1.6rem;
	line-height: 1.36;
	color: inherit
}

.blog__text {
	font-size: 16px;
}

.blog__text img {
	display: inline;
}

.blog__pic {
	width: 100%;
	height: 180px;
	border-radius: .3rem;
	margin-bottom: 8px;
	overflow: hidden;
}

.blog__img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.blog__item {
	display: grid;
	grid-template-columns: 1fr;
	gap: 5px;
}

.blog-single {
	color: #333
}

.blog-single__title {
	margin-bottom: 1.7rem
}

.blog-single__date {
	display: block;
	font-size: 1.4rem;
	color: #909cad;
	margin-bottom: 1.5rem
}

.blog-single__tag {
	display: flex;
	align-items: center;
	white-space: nowrap;
	overflow-x: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
	color: #000;
	margin-bottom: 1.3rem
}

.blog-single__tag::-webkit-scrollbar {
	display: none
}

.blog-single__tag::after {
	content: '';
	display: block;
	width: calc(var(--containerPadding)/ 2);
	height: var(--containerPadding);
	flex-shrink: 0
}

.blog-single__tag-link {
	display: block;
	background-color: #f7f7f7;
	border: 1px solid #e0e8ef;
	border-radius: 4rem;
	padding: 1.1rem 2rem;
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: .03em
}

.blog-single__tag-item {
	margin-right: 1.4rem
}

.blog-single .gallery-top {
	max-width: none;
}

.blog-single .product-gallery-slider {
	margin-bottom: 2rem;
}

.gallery-top .swiper-slide a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
} 

.blog-single__content {
	margin-bottom: 2.5rem
}

.blog-single__content a {
	color: #005BAE;
}

.blog-single__content a:hover {
	color: #f90;
}

.blog-single__content img {
	display: inline !important;
	margin: 0 3px !important;
}

.blog-single__content img:not([class]) {
	width: 100%;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	margin: 0 auto 2.2rem;
	border-radius: .3rem
}

.blog-single__content h2:not([class]),
.blog-single__content h3:not([class]),
.blog-single__content h4:not([class]),
.blog-single__content h5:not([class]),
.blog-single__content h6:not([class]) {
	font-weight: 600;
	margin-bottom: 1.5rem;
	margin-top: 2rem
}

.blog-single__content h2:not([class]) {
	font-size: 2.2rem;
	font-weight: 500
}

.blog-single__content h3:not([class]) {
	font-size: 1.8rem;
	font-weight: 500
}

.blog-single__content h4:not([class]) {
	font-size: 1.6rem
}

.blog-single__content ol:not([class]),
.blog-single__content ul:not([class]) {
	list-style: inherit;
	padding-left: 1em
}

.blog-single__content p:not([class]) {
	font-size: 1.6rem;
	line-height: 1.4;
	margin-bottom: 1.5em
}

.blog-single__navigation {
	font-size: 1.6rem;
	font-weight: 500
}

.blog-single__navigation-link {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: flex-end;
	background-color: #f7f7f7;
	border-radius: .3rem;
	padding: 1.2rem 1.5rem
}

.blog-single__navigation-link:not(:last-child) {
	margin-bottom: 1.2rem
}

.blog-single__navigation-link.prev svg {
	margin-left: 2rem;
	transform: rotate(180deg)
}

.blog-single__navigation-link.next {
	flex-direction: row-reverse;
    justify-content: flex-start;

}

.blog-single__navigation-link.next:only-child {
	margin-left: auto;
}

.blog-single__navigation-link.next svg {
	margin-left: 2rem;
	transform: rotate(180deg)
}

.blog-single__navigation-icon {
	width: 1rem;
	height: 1rem;
	flex-shrink: 0;
	fill: #333;
	margin-top: .2em;
	transition: fill .4s
}

.blog-single__navigation-wrap {
	margin-right: auto
}

.blog-single__navigation-label {
	color: #9b9b9b;
	margin-bottom: .4rem
}

.blog-single-swiper {
	position: relative
}

.blog-single-swiper__slide {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.blog-single-swiper__pagination {
	position: absolute;
	bottom: 2rem;
	left: 0;
	width: 100%
}

.catalog {
	color: #505050
}

.catalog__container {
	padding-top: 2rem;
	padding-bottom: 5.5rem
}

.catalog__title {
	margin-bottom: 1.6rem
}

.catalog__descr {
	font-size: 1.6rem;
	line-height: 1.4;
	margin-bottom: 2.5rem;
	max-width: 64.6rem
}

.catalog__cards,
.catalog__products {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1rem -2rem
}

.catalog__main {
	margin-bottom: 3rem
}

.catalog__text {
	font-size: 1.6rem;
	line-height: 1.44
}

.catalog__text-wrap {
	margin-top: 20px;
}

.catalog__text p {
	margin-bottom: 1em
}

.catalog-category {
	margin-bottom: 2.5rem
}

.catalog-category__slide {
	width: 100%;
	max-width: 18.8rem
}

.catalog-filter {
	margin-bottom: 2.4rem
}

.catalog-filter__list {
	display: none
}

.catalog-filter__actions {
	display: flex;
	align-items: center;
	margin: 0 -.6rem
}

.catalog-filter__item {
	cursor: pointer;
}

.catalog-filter__item:not(:last-child) {
	display: flex;
	align-items: center
}

.catalog-filter__item:not(:last-child):after {
	content: '';
	width: .1rem;
	height: 1.8rem;
	background-color: #e0e8ef;
	margin: 0 2.2rem
}

.catalog-filter__open {
	display: flex;
	align-items: center;
	color: #838383;
	font-weight: 500
}

.catalog-filter__open-icon {
	width: 1.8rem;
	height: 1.8rem;
	margin-right: 1rem;
	fill: #838383;
	transition: fill .4s
}


.catalog-tag {
	font-size: 1.4rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	color: #333;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	white-space: nowrap;
	/* overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none */
}

.catalog-tag::after {
	content: '';
	width: var(--containerPadding);
	height: var(--containerPadding);
	flex-shrink: 0
}

.catalog-tag__item:not(:last-child) {
	margin-right: 1.4rem
}

.catalog-tag__item.act {
	background-color: #eef1f5;
	/* pointer-events: none */
}

.catalog-tag__link {
	display: flex;
	align-items: center;
	padding: .65rem 1.5rem;
	border: 1px solid #e0e8ef;
	border-radius: .3rem
}

.catalog-tag__arrow {
	width: 1rem;
	height: 1rem;
	fill: #333;
	transform: rotate(180deg);
	margin-right: 1.1rem
}

/* .catalog-tag::-webkit-scrollbar {
    display: none
} */

.feedback--padding {
	padding-bottom: 11rem
}

.feedback__title {
	margin-bottom: 1.5rem
}

.feedback__result {
	margin-bottom: .8rem
}

.feedback__field {
	margin-bottom: 1.5rem
}

.feedback__field:last-of-type {
	margin-bottom: 3rem
}

.feedback__policy {
	margin-bottom: 1.5rem
}

.home {
	padding: 0
}

.home-hero__wrapper {
	position: relative;
	min-height: 27.4rem;
	padding: 1rem 0;
	margin-bottom: 2rem;
	z-index: 1;
}

.home-hero__wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.5) 42.71%, rgba(0, 0, 0, 0) 100%);
	z-index: -1;
}

.home-hero__btn.desktop {
	display: none
}

.home-hero__descr {
	margin-bottom: 4.5rem
}

.home-hero__title {
	font-size: 4.6rem;
	font-weight: 500;
	line-height: 1.2;
	max-width: 65.3rem;
	margin-bottom: 2rem;
	
}

.home-hero__wrapper h1 {
	color: #FFFFFF;
}

.home-hero__wrapper .home-hero__descr {
	color: #FFFFFF;
}

.home-hero__img {
	position: absolute;
	width: 100vw;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: right;
	object-position: right;
	z-index: -2;
}

.home-hero__img.desktop {
	display: none
}

.home-info {
	padding: 1.7rem 0 3.5rem
}

.home-info__descr {
	line-height: 1.44;
	margin-bottom: 1.6rem
}

.home-info-catalog {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -.6rem -1.2rem
}

.home-info-catalog__item {
	width: calc(50% - 1.2rem);
	margin: 0 .6rem 1.2rem
}

.home-info-catalog__arrow {
	display: none;
	width: .8rem;
	height: .8rem;
	fill: #000;
	margin-left: 1.3rem;
	flex-shrink: 0
}

.home-info-catalog__img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.home-info-catalog__img-wrap {
	display: block;
	position: relative;
	height: 16.4rem;
	border-radius: .3rem;
	overflow: hidden;
	margin-bottom: 1rem;
	color: #fff
}

.home-info-catalog__img-wrap::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(19, 35, 55, .7) 0, rgba(19, 35, 55, 0) 22.32%)
}

.home-info-catalog__info {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 1.5rem 1.9rem;
	margin-bottom: -.4rem;

	color: #FFFFFF;
}

.home-info-catalog__info h4 {
	color: #FFFFFF;
}

.home-info-catalog__name {
	font-size: 2rem;
	margin-right: 1rem;
	font-weight: 400;
	color: inherit;
	margin-bottom: .4rem
}

.home-info-catalog__count {
	font-size: 1.4rem;
	margin-bottom: .4rem
}

.home-info-catalog__links {
	display: none;
	font-size: 1.4rem;
	margin-bottom: -.5rem
}

.home-info-catalog__link {
	display: inline-block;
	white-space: nowrap;
	text-decoration: underline;
	margin-bottom: .5rem;
	margin-right: .2em
}

.home-swiper {
	padding: 0 0 2.7rem
}

.home-swiper__title {
	font-size: 3rem;
	font-weight: 500;
	width: 90%;
	margin-bottom: 1.6rem
}

.home-swiper__descr {
	line-height: 1.44
}

.home-swiper__content {
	margin-bottom: 1.5rem
}

.home-swiper__link {
	display: block
}

.home-swiper__img {
	width: 100%;
	height: 30rem;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 1rem
}

.home-swiper__slide {
	width: 100%;
	max-width: 18rem;
	height: auto
}

.home-swiper__name {
	font-size: 1.8rem;
	font-weight: 500
}

.home-banner {
	line-height: 1;
	padding: 2rem 0;
	position: relative;
	/* background-color: #acdae4 */
}

.home-banner__title {
	font-size: 4.8rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: .6rem
}

.home-banner__descr {
	font-size: 2.4rem
}

.home-banner__content {
	margin-bottom: 1rem
}

.home-banner__link {
	display: block;
	position: relative;
	overflow: hidden
}

@media (max-width:1023px) {
	.home-banner__link {

		position: inherit;

	}
}

.home-banner__link-label {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1.4rem 1.2rem;
	text-transform: uppercase;
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 600
}

.home-banner__link-icon {
	width: 1rem;
	height: 1rem;
	fill: #fff;
	margin-left: .5rem
}

.home-banner__img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	min-height: 16.4rem;
	transition: transform .4s
}

.home-card {
	margin-top: 4rem;
}

.home-card:last-of-type {
	padding-bottom: 2.5rem
}

.home-card__title {
	font-size: 3.4rem;
	font-weight: 500;
	margin-bottom: 2.3rem
}

.home-card__content {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -1rem -.5rem
}

@media screen and (max-width: 520px) {

	.home-card__content {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.product-card__price {
		flex-direction: column;
	}
}

.info-page {
	padding-bottom: 3.5rem;
	color: #333
}

.info-page__title {
	margin-bottom: 1.3rem
}

.info-page__wrapper {
	max-width: 74rem;
	text-align: justify;
	margin: 0 auto;
}

.info-page__content {
	margin-bottom: 2.5rem
}

.info-page__content img:not([class]) {
	width: 100%;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	margin: 0 auto 2.2rem;
	border-radius: .3rem
}

.info-page__content h2:not([class]),
.info-page__content h3:not([class]),
.info-page__content h4:not([class]),
.info-page__content h5:not([class]),
.info-page__content h6:not([class]) {
	font-weight: 600;
	margin-bottom: 1.5rem;
	margin-top: 2rem
}

.info-page__content h2:not([class]) {
	font-size: 2.2rem;
	font-weight: 500
}

.info-page__content h3:not([class]) {
	font-size: 1.8rem;
	font-weight: 500
}

.info-page__content h4:not([class]) {
	font-size: 1.6rem
}

.info-page__content ol:not([class]),
.info-page__content ul:not([class]) {
	list-style: inherit;
	padding-left: 1em
}

.info-page__content p:not([class]) {
	font-size: 1.6rem;
	line-height: 1.4;
	margin-bottom: 1.5em
}

.p-404 {
	position: relative;
	overflow: hidden;
	padding: 5.2rem 0 1.5rem;
	min-height: 45rem;
	height: 60vh;
	display: flex;
	flex-direction: column
}

.p-404__container {
	height: 100%
}

.p-404__title {
	font-size: 2.4rem;
	margin-bottom: .9rem
}

.p-404__descr {
	max-width: 47.5rem;
	margin-bottom: auto
}

.p-404__btn {
	font-weight: 500
}

.p-404__btn:not(:last-child) {
	margin-bottom: 1.4rem
}

.p-404__content {
	position: relative;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	height: 100%
}

.p-404__bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover
}

.p-404__bg.desktop {
	display: none
}

.product {
	color: #333
}

.product__container {
	padding-top: 2rem;
	padding-bottom: 4rem
}

.product__subtitle {
	font-size: 3.4rem;
	margin-bottom: 2.4rem
}

.product__content {
	flex-grow: 1
}

.product__descr {
	margin-bottom: .6rem
}

/* .product__gallery {
    display: none;
    flex-wrap: wrap;
    margin: 0 -.4rem 1.2rem
} */

/* .product__gallery-img {
    width: calc(50% - .8rem);
    margin: 0 .4rem .8rem
} */

.page h1.product__title {
	font-size: 2.8rem;
	line-height: 1.27;
	font-weight: 600;
	margin-bottom: 1.5rem
}

.product__code {
	margin-bottom: 1.1rem
}

.product__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 6.2rem;
	margin-bottom: 1.6rem;
	letter-spacing: .03em
}

.product__btn svg {
	width: 1.9rem;
	height: 1.9rem;
	fill: #fff;
	margin-right: 1.3rem
}

.product__btn--favorite.product__btn--favorite {
	color: #005bae
}

.product__btn--favorite.product__btn--favorite svg {
	display: block;
	fill: #005bae
}

.product__slider {
	max-width: 50rem;
	margin: 0 auto 1.1rem
}

.product-option {
	display: none;
	margin-bottom: 2.5rem
}

.product-option__wrapper {
	display: flex;
	align-items: center;
	transition: color .4s
}

.product-option__arrow {
	width: 1rem;
	height: 1rem;
	flex-shrink: 0;
	fill: #6a6a6a;
	transition: fill .4s
}

.product-option__label {
	font-size: 1.2rem;
	color: #909cad;
	margin-bottom: .4rem
}

.product-option__value {
	flex-grow: 1
}

.product-option__item {
	padding: 1.05rem 2.4rem 1.7rem;
	border: 1px solid #9fb6d7;
	border-radius: .3rem;
	cursor: pointer
}

.product-option__item:not(:last-child) {
	margin-bottom: 1.6rem
}

.product-option-mobi {
	display: flex;
	align-items: center;
	white-space: nowrap;
	margin: 0 calc(-1 * var(--containerPadding)) 2rem;
	padding: 0;
	/* var(--containerPadding) 1rem;*/
	overflow-x: auto;
	-ms-overflow-style: none;
	scrollbar-width: none
}

.product-option-mobi::after {
	content: '';
	width: var(--containerPadding);
	height: var(--containerPadding);
	flex-shrink: 0
}

.product-option-mobi::-webkit-scrollbar {
	display: none
}

.product-option-mobi__item {
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: .03em;
	text-transform: uppercase;
	border: 1px solid #e0e8ef;
	padding: 1.1rem 2rem;
	border-radius: 4rem
}

.product-option-mobi__item:not(:last-child) {
	margin-right: 1.4rem
}

.product-price {
	display: flex;
	align-items: center;
}

.product-price[disabled] .product-price__tag {
	background-color: #6783ac;
	color: #fff;
	text-transform: inherit
}

.product-price[disabled] .product-price__current {
	color: #e0e8ef
}

.product-price__wrap {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-left: auto;
	width: 100%
}

.product-price__old {
	font-size: 2rem;
	color: #7d7d7d;
	text-decoration: line-through;
	margin-right: 1rem
}

.product-price__current {
	font-size: 3.2rem;
	font-weight: 600
}

.product-price__current sup {
	font-size: 2rem
}

.product-price__tag {
	display: none;
	font-size: 1.3rem;
	font-weight: 600;
	background-color: #ffc700;
	text-transform: uppercase;
	padding: .4rem 1.5rem;
	border-radius: .3rem
}

.product__content .main-button-container {
	margin-top: 1.6rem;
}

.product__content .product-bonus {
	display: flex;
	justify-content: flex-end;
	margin-top: .8rem;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #FF9900;
}

.product-faq {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: 0 !important
}

.product-faq:focus,
.product-faq:hover {
	outline: 0 !important
}

.product-faq * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: 0 !important
}

.product-faq :focus,
.product-faq :hover {
	outline: 0 !important
}

.product-faq__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2.3rem 0;
	cursor: pointer
}

.product-faq__item {
	border-bottom: 1px solid #e0e8ef
}

.product-faq__item.act .product-faq__icon {
	transform: rotate(-90deg)
}

.product-faq__answer p:not([class]) {
	margin-bottom: 1em
}

.product-faq__answer-wrapper {
	margin-bottom: 1.2rem;
}

.product-faq__title {
	font-size: 1.8rem;
	font-weight: 600;
	margin-right: 2rem
}

.product-faq__icon {
	width: 1.5rem;
	height: 1.5rem;
	fill: #333;
	transform: rotate(90deg);
	transition: transform .4s
}

.product-faq__answer {
	height: 0;
	transition: .4s ease-out;
	overflow: hidden;
	box-sizing: content-box
}

.product-faq__option {
	font-size: 1.4rem;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.2rem -1.2rem
}

.product-faq__option-item {
	width: calc(100% - 2.4rem);
	margin: 0 1.2rem 1.2rem
}

.product-faq__label {
	color: #a7a7a7;
	margin-bottom: .2rem
}

.product-swiper {
	margin-bottom: 1.1rem;
	position: relative
}

.product-swiper__favorite {
	width: 4.3rem;
	height: 4.3rem;
	background-color: rgba(255, 255, 255, .5);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 1.3rem;
	right: 1rem;
	z-index: 1;
	border-radius: 50%
}

.product-swiper__favorite-icon {
	width: 45%;
	height: 45%;
	fill: #333
}

.product-swiper__navigation {
	width: 3rem;
	height: 3rem;
	background-color: rgba(255, 255, 255, .5);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	z-index: 1
}

.product-swiper__navigation.prev {
	left: 0;
	transform: translateY(-50%) translateX(-50%)
}

.product-swiper__navigation.prev svg {
	transform: rotate(180deg)
}

.product-swiper__navigation.next {
	right: 0;
	transform: translateY(-50%) translateX(50%)
}

.product-swiper__navigation-icon {
	width: 45%;
	height: 45%;
	fill: #333
}

.product-thumbs__slide {
	height: calc(100% / 3 - 20px) !important
}

.product-aside {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 101;
	width: 100%;
	height: var(--app-height);
	max-width: 47rem;
	background-color: #fff;
	color: #333;
	transform: translateX(100%);
	visibility: hidden;
	transition: transform .4s, visibility .4s
}

.product-aside .simplebar-content {
	height: 100%
}

.product-aside.act {
	transform: none;
	visibility: visible
}

.product-aside::before {
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	background-color: rgba(0, 0, 0, .26);
	position: fixed;
	top: 0;
	left: 0
}

.product-aside__list {
	position: relative
}

.product-aside__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 4rem
}

.product-aside__container {
	position: relative;
	z-index: 1;
	background-color: #fff;
	min-height: 100%;
	padding: 1.5rem 1.6rem
}

.product-aside__title {
	font-size: 2.2rem
}

.product-aside__close {
	width: 3rem;
	height: 3rem;
	position: relative
}

.product-aside__close::before,
.product-aside__close:after {
	content: '';
	display: block;
	width: 40%;
	height: .2rem;
	background-color: #333;
	position: absolute;
	top: 50%;
	left: 50%;
	transform-origin: left
}

.product-aside__close::before {
	transform: rotate(45deg) translateX(-50%)
}

.product-aside__close::after {
	transform: rotate(-45deg) translateX(-50%)
}

.product-aside__input {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden
}

.product-aside__input:checked+.product-aside__label {
	border-color: #333;
	pointer-events: none
}

.product-aside__input-wrap {
	display: block
}

.product-aside__input-wrap:not(:last-child) {
	margin-bottom: 2.5rem
}

.product-aside__label {
	display: block;
	align-items: center;
	border: 1px solid #e0e8ef;
	border-radius: .3rem;
	cursor: pointer;
	padding: 2.5rem 3rem
}

.product-aside__label.color {
	padding: 1rem;
	display: flex;
	align-items: center
}

.product-aside__label.color img {
	max-width: 9.1rem;
	margin-right: 1.5rem;
	border-radius: .3rem
}

.profile {
	padding: 3rem 0
}

.profile__title {
	margin-bottom: 2rem
}

.profile__subtitle {
	font-size: 2.2rem;
	margin-bottom: 2rem
}

.profile__group {
	margin-bottom: 3rem
}

.profile__field:not(:last-of-type) {
	margin-bottom: 2rem
}

.profile__field-actions {
	display: flex;
	align-items: center;
	padding-top: 1.5rem;
	font-size: 1.3rem;
	margin: 0 -.5rem
}

.profile__field-btn {
	margin: 0 .5rem
}

.profile__tab-nav {
	margin-bottom: 3rem;
	justify-content: space-between
}

.profile__cards {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1rem -.5rem
}

.profile-order__listing.hidden {
	height: 0;
	transition: .4s ease-out;
	overflow: hidden;
	box-sizing: content-box;
	margin-bottom: 0;
	border-top: 1px solid transparent
}

.profile-order__item {
	border-radius: .3rem;
	overflow: hidden;
	border: 1px solid #e0e8ef
}

.profile-order__item:not(:last-child) {
	margin-bottom: 2.5rem
}

.profile-order__item.act .profile-order__listing.hidden {
	border-top-color: #e0e8ef;
	padding-top: 2rem;
	margin-top: 2rem
}

.profile-order__item.act .profile-order__btn-more svg {
	transform: rotate(-90deg)
}

.profile-order__header {
	display: none
}

.profile-order__content {
	flex-grow: 1;
	padding: 1.5rem
}

.profile-order__option {
	font-size: 1.3rem;
	margin-bottom: .3rem
}

.profile-order__option:not(:last-child) {
	margin-bottom: .5rem
}

.profile-order__label {
	font-size: 1.4rem
}

.profile-order__about {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1rem
}

.profile-order__value {
	font-size: 1.4rem;
	font-weight: 600
}

.profile-order__value a {
	display: block;
	text-decoration: underline;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-left: auto
}

.profile-order__info {
	background-color: #f7f7f7;
	padding: 1.5rem
}

.profile-order__total {
	font-size: 1.8rem;
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 1.3rem;
	border-top: 1px solid #e0e8ef
}

.profile-order__total span {
	font-size: 2rem;
	font-weight: 600;
	padding-left: .7rem
}

.profile-order__img {
	width: 9.2rem;
	height: 9.2rem;
	border-radius: .3rem;
	-o-object-fit: cover;
	object-fit: cover;
	margin-right: 1.6rem
}

.profile-order__product {
	display: flex
}

.profile-order__product:not(:last-child) {
	border-bottom: 1px solid #e0e8ef;
	padding-bottom: 2rem;
	margin-bottom: 2rem
}

.profile-order__row {
	flex-grow: 1;
	display: flex;
	flex-direction: column
}

.profile-order__price {
	font-size: 1.6rem
}

.profile-order__price span {
	font-size: 1.8rem;
	font-weight: 600
}

.profile-order__name {
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.16;
	margin-bottom: .3rem
}

.profile-order__code {
	display: none;
	font-size: 1.2rem;
	color: #909cad;
	text-transform: uppercase;
	margin-bottom: 1em
}

.profile-order__order {
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 1.7rem
}

.profile-order__leave-review {
	font-size: 1.4rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.profile-order__leave-review.desktop {
	display: none
}

.profile-order__leave-review.mobi {
	font-size: 1.3rem;
	margin-top: auto;
	text-decoration: underline;
	padding-top: .3rem
}

.profile-order__btn-more {
	display: none;
	padding: 1rem 1.5rem;
	background-color: #eef1f5;
	border-radius: .3rem;
	color: #000;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-weight: 500
}

.profile-order__btn-more svg {
	width: 1.2rem;
	height: 1.2rem;
	flex-shrink: 0;
	color: #333;
	transform: rotate(90deg) translateX(.15em);
	transition: transform .4s;
	margin-left: .8rem
}

.profile-order__btn-all {
	font-size: 1.4rem;
	display: block;
	width: 100%;
	line-height: 4.2rem;
	height: 4.2rem;
	text-align: center;
	background-color: #f7f7f7
}

.rooms {
	padding: 0
}

.rooms__container {
	padding-bottom: 2.5rem
}

.rooms-hero {
	margin-bottom: 1.6rem;
	padding-top: 2.5rem
}

.rooms-hero__content {
	margin-bottom: 1.6rem
}

.rooms-hero__content h1 {
	font-size: 2.4rem;
	margin-bottom: 1.6rem
}

.rooms-hero__content p {
	margin-bottom: .8rem
}

.rooms-hero__content ul {
	list-style: inherit;
	padding-left: 1em;
	font-weight: 600
}

.search__title {
	margin-bottom: 1.7rem
}

.search__list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1rem -2rem
}

.search__count {
	margin-bottom: 1.4rem
}

.search__form {
	width: 100%;
	margin-bottom: 1.4rem
}

.search__wrap {
	display: block;
	width: 100%;
	border: 1px solid #9fb6d7;
	background-color: #fff;
	border-radius: .3rem;
	padding: .5rem 1.6rem;
	margin-bottom: 1.5rem
}

.search__input {
	display: block;
	width: 100%;
	font-size: 1.6rem
}

.search__label {
	font-size: 1.2rem;
	color: #909cad;
	margin-bottom: .4rem
}

.search__submit {
	height: 4.8rem
}

.shops {
	color: #333
}

.shops__title {
	margin-bottom: 1.7rem
}

.shops__map {
	padding: 0 var(--containerPadding);
	height: 90vh;
	max-height: 40rem
}

.shops__map iframe,
.shops__map img {
	border: none;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.shops__list {
	margin-bottom: 2.1rem
}

.shops__item {
	border: 1px solid #e0e8ef;
	border-radius: .3rem
}

.shops__item:not(:last-child) {
	margin-bottom: 1.8rem
}

.shops__content {
	padding: 2rem 1.8rem 2.7rem
}

.shops__name {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 1.2rem
}

.shops__descr {
	font-size: 1.2rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 1.2rem
}

.shops__value {
	font-size: 1.6rem;
	line-height: 1.125
}

.shops__value:not(:last-of-type) {
	margin-bottom: 1.2rem
}

.shops__btn {
	font-size: 1.3rem;
	text-transform: inherit;
	background-color: #f7f7f7;
	border-radius: 0 0 .3rem .3rem;
	height: 4.2rem
}

.page-intro {
	position: relative;
	padding: 100px 0 80px;
	z-index: 1;
	background: linear-gradient(180deg, #EAEAEA 0%, #F0F0F0 100%);
}

.page-intro .container {
	position: static;
}

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

.page-intro__content h1 {
	font-weight: 600;
	font-size: 42px;
	line-height: 36px;
	margin-bottom: 30px;
}

.page-intro__content p {
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #505050;
	max-width: 466px;
	margin-bottom: 28px;
}

.page-intro__content ul {
	display: flex;
	flex-direction: column;
	padding-left: 17px;
}

.page-intro__content ul li {
	position: relative;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
    margin-bottom: 3px;
}

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

.page-intro__content ul li::before {
	content: '';
	position: absolute;
	top: 12.5px;
	left: -17px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #333333;
}

.page-intro__pic {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
}

.page-intro__pic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.products-set {
	padding: 40px 0 20px;
}

.products-set__inner {
	position: relative;
}

.products-set__top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 28px;
}

.products-set__link {
	position: absolute;
	top: 5px;
	right: 0;
	display: flex;
	align-items: center;
	padding: 13px 20px;
	background: #FFC700;
	border-radius: 20px;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	white-space: nowrap;
	transition: .3s ease;
}

.products-set__link svg {
    flex-shrink: 0;
    margin-right: 5px;
}

.products-set__link:hover {
	background: #e6b300;
}

.products-set__title {
	width: calc(100% - 250px);
	font-size: 2.6rem;
}

.products-set__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	grid-gap: 20px;
	grid-auto-rows: 280px;
}

.products-set__item {
	position: relative;
	display: flex;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	padding: 15px 20px;
	overflow: hidden;
	border-radius: 5px;
	z-index: 1;
}

.products-set__item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(19, 35, 55, 0.7) 0%, rgba(19, 35, 55, 0) 22.32%);
	z-index: -1;
	transition: .3s ease;
}

.products-set__item:hover .products-set__pic img {
	transform: scale(1.1);
}

.products-set__pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

.products-set__pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s ease;
}

.products-set__name {
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
}


.product__more .product-card__img-wrap {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 3.6 / 1.7;
}

.product__more .product-card__img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width:1024px) {
	.page-intro {
		padding: 30px 0;
	}

	.page-intro__content p {
		font-size: 1.8rem;
	}

	.page-intro__content ul li {
		font-size: 1.8rem;
	}
}

@media (max-width:767px) {
	.page-intro {
		padding-top: 0;
	}

	.page-intro__pic {
		position: relative;
		left: -1.5rem;
		width: calc(100% + 3rem);
		margin-bottom: 15px;
	}

	.page-intro__pic img {
		width: 100%;
		height: auto;
	}

	.page-intro__content {
		width: 100%;
	}

	.page-intro__content h1 {
		font-size: 2.4rem;
		margin-bottom: 10px;
	}

	.page-intro__content p {
		font-size: 1.6rem;
		margin-bottom: 15px;
	}

	.page-intro__content ul li {
		font-size: 1.6rem;
	}

	.products-set {
		padding: 20px 0;
	}

	.products-set__top {
		margin-bottom: 15px;
	}

	.products-set__title {
		width: 100%;

	}

	.products-set__title h2 {
		font-size: calc(2.2rem + 1.2 * ((100vw - 32rem)/ 80));
	}

	.products-set__list {
		grid-template-columns: 1fr;
		grid-auto-rows: 240px;
		gap: 15px;
	}

	.products-set__link {
		position: static;
		width: fit-content;
		margin: 15px auto;
	}
}

@media (min-width:480px) {
	.about-price__item {
		width: calc(50% - 2rem)
	}

	.about-price__welcome {
		width: calc(100% - 2rem)
	}

	.blog-single-swiper__pagination {
		display: none
	}

	.home-info-catalog__item {
		width: calc(100% / 3 - 1.2rem)
	}

	.product-swiper__navigation.prev {
		left: .8rem;
		transform: translateY(-50%)
	}

	.product-swiper__navigation.next {
		right: .8rem;
		transform: translateY(-50%)
	}
}

@media (min-width:560px) {
	.footer__phone {
		font-size: 1.8rem
	}

	.footer-nav {
		display: flex;
		justify-content: space-between
	}

	.footer-nav__wrap {
		display: block
	}

	.footer-nav__col:not(:last-child) {
		margin-bottom: 0
	}

	.footer-nav__col {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content
	}

	.footer-nav__list {
		display: block;
		padding-top: 1rem
	}

	.footer-nav__item {
		width: 100%
	}

	.footer-nav__arrow {
		display: none
	}

	.product-card--wide.product-card--wide {
		width: calc(50% - 2rem)
	}

	.blog__list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 40px 20px;
		grid-gap: 40px 20px;
	}

	.blog__pic {
		height: 280px;
	}

	.blog__text {
		font-size: 20px;
	}

	.blog__item {
		width: 100%;
		gap: 8px;
	}

	.blog__item .blog__link {
		font-size: 20px;
	}

	.home-info-catalog__img-wrap {
		height: 22rem
	}

	.product-faq__option-item {
		width: calc(50% - 2.4rem)
	}
}

@media (min-width:768px) {
	:root {
		--fontBase: 1.8rem;
		--containerPadding: 3rem
	}

	.page h1 {
		font-size: 3.6rem
	}

	.popup__close {
		top: 3rem;
		right: 3rem
	}

	.popup__title {
		font-size: 2.4rem;
		margin-bottom: 3rem
	}

	.popup__result {
		font-size: 1.8rem
	}

	.popup-auth__container {
		padding: 9.5rem 3rem 7rem
	}

	.popup-basket__submit.popup-basket__submit {
		font-size: 1.8rem;
		line-height: 7.4rem;
		height: 7.4rem
	}

	.simplebar-track.simplebar-vertical {
		right: 1.4rem;
		width: .8rem
	}

	.input-field {
		font-size: 2rem
	}

	/* .input-field.fill .input-field__label {
        transform: scale(.8);
        height: 6rem
    } */

	.input-field.done .input-field__wrapper::before {
		width: 2.2rem;
		height: 2.2rem;
		right: 2.5rem
	}

	.input-field__error {
		font-size: 1.2rem;
		padding: .4rem 2.4rem 0
	}

	.input-field__wrapper {
		padding: 3.5rem 2.4rem 2.7rem
	}

	.input-field__label {
		padding: 0 2.4rem;
		height: 8.8rem
	}

	.input-field__input--textarea {
		height: 15rem
	}

	.input-field__pass-btn {
		right: 2rem
	}

	.form-error,
	.input-policy {
		font-size: 1.8rem
	}

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

	.hamburger__label {
		display: block;
		font-size: 1.8rem;
		font-weight: 500;
		margin-bottom: .35em
	}

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

	.catalog-links {
		display: none
	}

	.pagination__item {
		padding: .95rem 1rem;
		min-width: 8.7rem
	}

	.range-slider .filter-aside-slider__range {
		width: calc(100% - 1.6rem) !important;
		margin: 0
	}

	.tab-nav {
		font-size: 1.8rem
	}

	.tab-nav__item {
		padding-bottom: 1.8rem
	}

	.tab-nav__item:not(:last-child) {
		margin-right: 2.8rem
	}

	.tab-nav__item::before {
		height: .5rem
	}

	.footer__content {
		display: flex;
		justify-content: space-between;
		padding: 3.5rem 0
	}

	.footer__text {
		font-size: 1.6rem
	}

	.footer__link {
		min-width: 6.2rem
	}

	.footer__link.desktop {
		display: flex
	}

	.footer__link.mobi {
		display: none
	}

	.footer__label.desktop {
		display: block
	}

	.footer__contacts {
		display: block;
		margin-bottom: 0
	}

	.footer__contacts-wrap:not(:last-child) {
		margin-bottom: 2.4rem
	}

	.footer__wrapper {
		margin-bottom: 0
	}

	.footer-nav {
		width: 55%;
		max-width: 59rem
	}

	.footer-nav__col {
		text-align: right
	}

	.footer-bottom {
		font-size: 1.4rem;
		padding: 2rem 0
	}

	.footer-bottom__container {
		align-items: center
	}

	.footer-bottom__listing {
		display: flex;
		align-items: center
	}

	.footer-bottom__item:not(:last-child) {
		display: flex;
		align-items: center;
		margin-bottom: 0
	}

	.footer-bottom__item:not(:last-child)::after {
		content: '•';
		margin: 0 1rem;
		color: #6783ac
	}

	.header--auth .header__btn--basket {
		font-size: 1.5rem;
		padding: 0 2rem
	}

    .header--auth .header__btn--basket svg {
        display: block
    }

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

	.header-search.focus {
		position: relative
	}

    .header-search-result__img {
        width: 6rem;
        height: 6rem;
        margin-right: 1.7rem
    }

	.header-aside__container {
		padding: 3rem 3rem 3rem 5rem;
	}

	.header-aside__title {
		font-size: 2.4rem
	}

	.header-aside__close {
		width: 3.6rem;
		height: 3.6rem;
		border-radius: 50%;
		background-color: #eef1f5
	}

	.header-aside__main {
		max-height: calc(100% - 7rem);
		padding-right: 1rem;
	}

	.filter-aside__container {
		padding-bottom: 3rem
	}

	.filter-aside__title {
		font-size: 2.4rem
	}

	.filter-aside__wrapper {
		max-height: calc(100% - 10.6rem)
	}

	.filter-aside__top {
		padding: 3rem 5rem 0
	}

	.filter-aside__reset {
		display: block
	}

	.filter-aside__close {
		width: 3.6rem;
		height: 3.6rem;
		border-radius: 50%;
		background-color: #eef1f5
	}

	.filter-aside__item.act .filter-aside__content {
		padding: 1.5rem 5rem 3.3rem
	}

	.filter-aside__trigger {
		padding: 1.9rem 5rem
	}

	.filter-aside__content {
		padding: 0 5rem
	}

	.filter-aside-mobi__top {
		width: calc(100% - 1rem)
	}

	.filter-aside-sort__top {
		padding: 3rem 5rem 0
	}

	.filter-aside-sort__title {
		font-size: 2.4rem
	}

	.filter-aside-sort__close {
		width: 3.6rem;
		height: 3.6rem;
		border-radius: 50%;
		background-color: #eef1f5
	}

	.product-card {
		width: calc(100% / 3 - 2rem)
	}

	.product-card__name {
		font-size: 2.2rem;
		font-weight: 500;
		margin-bottom: 1.8rem
	}

	.product-card__tags {
		display: flex
	}

	.product-card__favorite {
		width: 5rem;
		height: 5rem;
		top: 1.4rem;
		right: 1.4rem
	}

	.product-card-inside {
		width: calc(50% - 2rem);
		max-width: 100%
	}

	.product-card-inside__img {
		height: 16.5rem
	}

	.product-card-inside__name {
		font-size: 2rem
	}

	.product-related__content {
		flex-wrap: wrap
	}

	.about__content h2:not([class]) {
		font-size: 3.2rem
	}

	.about__content img:not([class]) {
		min-height: 38.3rem;
		margin-bottom: 2.7rem
	}

	.about-price__item {
		padding: 3.5rem 3rem
	}

	.about-price__welcome-btn {
		font-size: 1.8rem;
		line-height: 7.4rem;
		height: 7.4rem
	}

	.about-price__name {
		font-size: 2.2rem
	}

	.about-gallery__title {
		font-size: 3.2rem;
		margin-bottom: 2rem
	}

	.about-gallery__slider {
		margin: 0 -1rem
	}

	.about-gallery__item {
		width: calc(100% / 3 - 2rem);
		margin: 0 1rem 2rem
	}

	.about-gallery__pagination {
		display: none
	}

	.auth {
		padding: 4rem 0 6rem
	}

	.auth--padding {
		padding-bottom: 20rem
	}

	.auth__title {
		margin-bottom: 4rem
	}

	.auth__field {
		margin-bottom: 2rem
	}

	.auth__submit {
		font-size: 1.8rem;
		line-height: 7.4rem;
		height: 7.4rem;
		margin-bottom: 3.5rem
	}

	.auth__content {
		margin-bottom: 1.5rem
	}

	.auth__helper-link {
		font-size: 2.2rem
	}

	.auth__result {
		font-size: 1.8rem
	}

	.auth__result--white {
		margin-bottom: 2rem
	}

	.auth-socials__item:not(:last-child) {
		margin-right: 1.3rem
	}

	.auth-socials__link {
		width: 7.5rem;
		height: 7.5rem
	}

	.basket--padding {
		padding-bottom: 20rem
	}

	.basket__title {
		margin-bottom: 2.5rem
	}

	.basket__empty-text {
		font-size: 1.8rem;
		margin-bottom: 2.5rem
	}

	.basket__btn {
		line-height: 7.4rem;
		height: 7.4rem
	}

	.basket__name {
		font-size: 1.8rem
	}

	.basket__name.mobi {
		display: none
	}

	.basket__name.desktop {
		display: block
	}

	.basket__item {
		padding: 1.8rem 1.5rem
	}

	.basket__img-wrap {
		margin-right: 1.6rem
	}

	.basket__row {
		margin-bottom: 1.2rem
	}

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

	.basket__content {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		flex-shrink: 0
	}

	.basket__code {
		font-size: 1.6rem;
		margin-bottom: 1.5rem
	}

	.basket__code.mobi {
		display: none
	}

	.basket__code.desktop {
		display: block
	}

	.basket__delete-item {
		font-size: 1.4rem
	}

	.basket__delete-item.tablet {
		display: block
	}

	.basket__price {
		font-size: 2.2rem
	}

	.basket__options {
		font-size: 1.6rem
	}

	.basket__counter.tablet {
		display: flex;
		margin-top: auto;
		max-width: 12.7rem
	}

	.basket__result {
		font-size: 1.8rem;
		margin-bottom: 1.2rem
	}

	.basket-info--bg {
		padding: 3rem 2rem
	}

	.basket-info__item {
		font-size: 1.6rem
	}

	.basket-info__content {
		padding-bottom: 2.5rem
	}

	.basket-info__submit {
		line-height: 7.4rem;
		height: 7.4rem
	}

	.basket-info__total {
		font-size: 2.2rem;
		margin-top: 2.5rem
	}

	.basket-info__total strong {
		font-size: 2.4rem
	}

	.basket-confirm__group {
		margin-bottom: 5.8rem
	}

	.basket-confirm__title {
		font-size: 3.2rem;
		margin-bottom: 2.5rem
	}

	.basket-confirm__submit {
		line-height: 7.4rem;
		height: 7.4rem
	}

	.basket-confirm__checkbox-wrap {
		margin-bottom: 2.5rem
	}

	.basket-confirm__checkbox .radio__label {
		font-size: 1.6rem
	}

	.basket-confirm__checkbox .radio__label.mobi {
		display: none
	}

	.basket-confirm__checkbox .radio__label.desktop {
		display: block
	}

	.basket-confirm__global-error {
		font-size: 1.4rem
	}

	.basket-confirm-dropdown__icon {
		right: 2.4rem;
		width: 1.3rem;
		height: 1.3rem
	}

	.basket-confirm-dropdown__input {
		font-size: 2rem;
		padding-right: 1.6rem
	}

	.basket-confirm-dropdown__current {
		padding: 1.8rem 2.4rem 2.2rem
	}

	.basket-confirm-dropdown__label {
		font-size: 1.6rem
	}

	.basket-confirm-dropdown__item {
		padding: .6rem 2.4rem
	}

	.basket-confirm-dropdown__descr {
		font-size: 1.6rem;
		/* padding-top: 1.4rem */
		margin-top: 1.4rem;
		margin-bottom: 1.5rem;
	}

	.blog__title {
		margin-bottom: 3.5rem
	}

	.blog__name {
		font-size: 2.2rem
	}

	.blog-single {
		padding-bottom: 3.5rem
	}

	.blog-single__date {
		font-size: 1.8rem
	}

	.blog-single__tag {
		margin-bottom: 2rem
	}

	.blog-single__tag-link {
		font-size: 1.6rem;
		padding: 1.95rem 3.5rem
	}

	.blog-single__content h2:not([class]),
	.blog-single__content h3:not([class]),
	.blog-single__content h4:not([class]),
	.blog-single__content h5:not([class]),
	.blog-single__content h6:not([class]) {
		margin-bottom: 2.5rem;
		margin-top: 2.5rem
	}

	.blog-single__content h2:not([class]) {
		font-size: 3.2rem
	}

	.blog-single__content h3:not([class]) {
		font-size: 2.2rem
	}

	.blog-single__content h4:not([class]),
	.blog-single__content p:not([class]) {
		font-size: 1.8rem
	}

	.blog-single__navigation {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		margin: 0 -1.5rem
	}

	.blog-single__navigation-link:not(:last-child) {
		margin-bottom: 0
	}

	.blog-single__navigation-link {
		flex-direction: row;
		width: calc(100% - 3rem);
		margin: 0 1.5rem
	}

	.blog-single__navigation-link.prev {
		justify-content: flex-start
	}

	.blog-single__navigation-link.prev svg {
		margin-left: 0;
		margin-right: .9rem;
		transform: rotate(0)
	}

	.blog-single__navigation-wrap {
		margin-right: 0
	}

	.catalog__text {
		flex-grow: 1;
		padding: 0 .5rem
	}

	.catalog__text:not(:first-child),
	.catalog__text:not(:last-child) {
		max-width: 50%
	}

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

	.catalog-category__slide {
		max-width: 30rem
	}

	.feedback {
		padding-bottom: 3rem
	}

	.feedback--padding {
		padding-bottom: 20rem
	}

	.feedback__title {
		margin-bottom: 2.5rem
	}

	.feedback__result {
		font-size: 1.8rem;
		margin-bottom: 1.2rem
	}

	.feedback__link {
		font-size: 1.8rem;
		line-height: 7.4rem;
		height: 7.4rem
	}

	.feedback__field,
	.feedback__field:last-of-type {
		margin-bottom: 2rem
	}

	.feedback__submit {
		line-height: 7rem;
		height: 7rem
	}

	.feedback__policy {
		margin-bottom: 2rem
	}

	.home-hero__wrapper {
		padding: 9rem 0 14rem;
		margin-bottom: 0
	}

	.home-hero__btn {
		max-width: 24.1rem
	}

	.home-hero__btn.desktop {
		display: block
	}

	.home-hero__btn.mobi {
		display: none
	}

	.home-info {
		padding: 3rem 0
	}

	.home-info__descr {
		margin-bottom: 2.5rem
	}

	.home-info-catalog {
		margin: 0 -1rem -2rem
	}

	.home-info-catalog__item {
		width: calc(100% / 3 - 2rem);
		margin: 0 1rem 2rem
	}

	.home-info-catalog__img-wrap {
		height: 28rem
	}

	.home-swiper__img {
		height: 35rem
	}

	.home-swiper__slide {
		max-width: 24.6rem
	}

	.home-swiper__name {
		font-size: 1.6rem
	}

	.home-banner {
		padding: 0;
		background-color: transparent;
		margin-bottom: 8rem;
	}

	.home-banner__container {
		position: relative;
		/* padding: 0; */
		display: block;
	}

	.page .home-banner__title {
		color: #fff;
		z-index: 2;
		position: relative;
		margin-bottom: 4rem;
		font-weight: 400;
		font-size: 4.6rem;
		line-height: 5.8rem;
		text-transform: inherit;
	}

	.home-banner__descr {
		font-weight: 600;
		text-transform: uppercase;
		color: #132337
	}

	.home-banner__content {
		max-width: 56rem;
		box-sizing: content-box;
		flex-shrink: 0;
		padding: 4rem 9.8rem 4.9rem 4rem;
		width: 100%;

		background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.5) 42.71%, rgba(0, 0, 0, 0) 100%);
		margin-bottom: 0;
		z-index: 2;
		position: relative;
	}

	.home-banner__link {
		position: absolute;
		width: calc(100% - 6rem);
		height: 100%;
		top: 0;
		left: 3rem;
	}

	.home-banner__button {
		padding-left: 5rem;
		padding-right: 5rem;
		max-width: max-content;
	}

	.home-banner__link-label {
		display: none
	}

	.home-card:last-of-type {
		padding-bottom: 6rem
	}

	.home-card__title span {
		display: block
	}

	.home-card__content {
		margin-bottom: -3rem
	}

	.home-card__more {
		display: none
	}

	.info-page__title {
		margin-bottom: 2.2rem
	}

	.info-page__content h2:not([class]),
	.info-page__content h3:not([class]),
	.info-page__content h4:not([class]),
	.info-page__content h5:not([class]),
	.info-page__content h6:not([class]) {
		margin-bottom: 2.5rem;
		margin-top: 2.5rem
	}

	.info-page__content h2:not([class]) {
		font-size: 3.2rem
	}

	.info-page__content h3:not([class]) {
		font-size: 2.2rem
	}

	.info-page__content h4:not([class]),
	.info-page__content p:not([class]) {
		font-size: 1.8rem
	}

	.p-404 {
		padding: 5.2rem 0
	}

	.p-404__title {
		font-size: 3.6rem;
		margin-bottom: 1rem
	}

	.p-404__descr {
		font-size: 1.8rem;
		margin-bottom: 3.5rem
	}

	.p-404__btn {
		max-width: 16.9rem
	}

	.p-404__bg.desktop {
		display: block
	}

	.p-404__bg.mobi {
		display: none
	}

	.product__code,
	.product__descr {
		margin-bottom: 1.6rem
	}

	.product__btn {
		line-height: 7.4rem;
		height: 7.4rem
	}

	.product__slider {
		max-width: 100%;
		display: flex
	}

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

	.product-price__old {
		font-size: 1.8rem
	}

	.product-price__tag {
		display: block
	}

	.product-faq__option-item {
		width: calc(50% - 2.4rem)
	}

	.product-swiper {
		flex-grow: 1;
		height: 100%;
		margin-right: 3rem
	}

	.product-swiper__navigation {
		width: 5.4rem;
		height: 5.4rem
	}

	.product-swiper__navigation-icon {
		width: 35%;
		height: 35%
	}

	.product-thumbs {
		width: 22%;
		height: 100%;
		flex-shrink: 0;
		overflow: hidden
	}

	.product-thumbs__container {
		height: 100%
	}

	.product-thumbs__wrapper {
		flex-direction: column;
		height: inherit
	}

	.product-aside__container {
		padding: 3rem 5rem
	}

	.product-aside__title {
		font-size: 2.4rem
	}

	.product-aside__close {
		width: 3.6rem;
		height: 3.6rem;
		border-radius: 50%;
		background-color: #eef1f5
	}

	.product-aside__label {
		padding: 4.35rem 4.2rem
	}

	.profile {
		padding: 4rem 0
	}

	.profile__title {
		margin-bottom: 4rem
	}

	.profile__group {
		margin-bottom: 5.5rem
	}

	.profile__field-actions {
		font-size: 1.6rem
	}

	.profile__tab-nav {
		justify-content: flex-start;
		margin-bottom: 5rem
	}

	.profile__cards {
		margin-bottom: -3rem
	}

	.profile__submit {
		font-size: 1.8rem;
		line-height: 7.4rem;
		height: 7.4rem
	}

	.profile-order__listing {
		margin-bottom: 3.2rem
	}

	.profile-order__item:not(:last-child) {
		margin-bottom: 2rem
	}

	.profile-order__item.act .profile-order__listing.hidden {
		padding-top: 1rem;
		margin-top: 1rem;
		margin-bottom: 3.2rem
	}

	.profile-order__wrapper {
		display: flex
	}

	.profile-order__content {
		padding: 2.5rem 2rem 2rem 3rem
	}

	.profile-order__info {
		display: flex;
		flex-direction: column;
		width: 50%;
		padding: 2rem 2rem 2.5rem;
		flex-shrink: 0
	}

	.profile-order__img {
		width: 8rem;
		height: 8rem;
		margin-right: 1.1rem
	}

	.profile-order__product:not(:last-child) {
		padding-bottom: 1rem;
		margin-bottom: 1rem
	}

	.profile-order__btn-more {
		display: flex;
		align-items: center
	}

	.profile-order__btn-all {
		display: none
	}

	.rooms-hero {
		padding: 5rem 0;
		background: linear-gradient(180deg, #eaeaea 0, #f0f0f0 100%);
		margin-bottom: 3rem
	}

	.rooms-hero__container {
		display: flex
	}

	.rooms-hero__img {
		width: 50vw;
		max-width: 50vw;
		transform: translateX(15%);
		-o-object-fit: cover;
		object-fit: cover;
		margin: -5rem -50vw -5rem 0
	}

	.rooms-hero__content {
		font-size: 1.8rem;
		width: 50%;
		max-width: 46.6rem;
		-ms-grid-row-align: center;
		align-self: center;
		margin-bottom: 0
	}

	.rooms-hero__content h1 {
		font-size: 3.6rem;
		margin-bottom: 2.2rem
	}

	.rooms-hero__content p {
		margin-bottom: 1.2rem
	}

	.search__title {
		margin-bottom: 2.2rem
	}

	.search__list {
		margin-bottom: -3rem
	}

	.search__count {
		margin-bottom: 1.9rem
	}

	.search__form {
		margin-bottom: 1.8rem
	}

	.search__wrap {
		padding: 1.9rem 2.4rem
	}

	.search__input {
		font-size: 2rem
	}

	.search__label {
		font-size: 1.6rem
	}

	.search__submit {
		height: 7.4rem
	}

	.shops__title {
		margin-bottom: 2.7rem
	}

	.shops__map {
		height: 70vh;
		max-height: 36rem
	}

	.shops__list {
		display: flex;
		margin: 0 -1.5rem 4rem
	}

	.shops__item {
		width: calc(50% - 3rem);
		margin: 0 1.5rem;
		display: flex;
		flex-direction: column
	}

	.shops__item:not(:last-child) {
		margin-bottom: 0
	}

	.shops__content {
		padding: 2.5rem 1.8rem;
		flex-grow: 1
	}

	.shops__name {
		font-size: 2.2rem
	}

	.shops__descr {
		font-size: 1.6rem
	}

	.shops__value {
		font-size: 1.8rem
	}

	.shops__btn {
		font-size: 1.8rem;
		height: 5.9rem
	}
}

@media (min-width:1024px) {
	:root {
		--fontBase: 1.6rem
	}

	.page h1 {
		font-size: 4.6rem
	}

	.popup__title {
		font-size: 2.8rem;
		margin-bottom: 5rem
	}

	.popup__result {
		font-size: 2.2rem;
		line-height: 1.15;
		color: #005bae
	}

	.popup-basket__submit.popup-basket__submit {
		font-size: 1.6rem;
		line-height: 7rem;
		height: 7rem
	}

	.input-field {
		font-size: 1.6rem
	}

	/* .input-field.fill .input-field__label {
        height: 5rem
    } */

	.input-field.done .input-field__wrapper::before {
		width: 1.4rem;
		height: 1.4rem
	}

	.input-field__wrapper {
		padding: 2.9rem 2.4rem 2rem
	}

	/* .input-field__label {
        height: 7rem
    } */

	.input-policy {
		font-size: 1.3rem
	}

	.form-error {
		font-size: 2.2rem
	}

	.hamburger {
		display: none
	}

	.breadcrumbs {
		margin-bottom: 4.8rem
	}

	.pagination {
		margin-bottom: 6rem;
		padding-top: 7.5rem
	}

	.range-slider .noUi-handle {
		transition: transform .4s
	}

	.range-slider .noUi-handle:hover {
		transform: scale(1.2)
	}

	.footer__link {
		transition: color .4s
	}

	.footer__link:hover {
		color: #f90
	}

	.footer__link:hover svg {
		fill: #f90
	}

	.header {
		font-size: 1.4rem;
		padding: 1rem 0
	}

	.header--auth .header__btn--basket {
		font-size: 1.7rem;
		display: flex
	}

	.header__login {
		display: flex;
		align-items: center;
		transition: .3s ease;
	}

	.header__login:hover {
		color: #f90;
	}

    .header__login:hover .header__login-icon {
        fill: #f90;
    }

	.header__wrapper {
		position: relative;
	}

	.header__btn {
		justify-content: center;
		flex-shrink: 0;
		padding: 0 20px;
		border: 1px solid #e2e2e2;
		border-radius: 2.2rem
	}

    .header__btn-icon {
        width: 1.8rem;
        height: 1.8rem;
		margin-right: .6rem;
    }

	.header__btn--rooms {
		border-color: #FFC700;
		background: #F6F6F6;
	}

	.header__btn--rooms .header__btn-icon {
		fill: #FFC700;
	}

	.header-search {
		border-radius: 0 5.9rem 5.9rem 0;
		height: auto
	}

	.header-search.focus {
		position: absolute;
		height: 100%;
		width: 100%;
		left: 0;
		transform: translateX(0)
	}

	.header-search__wrapper {
		border-radius: 5.9rem
	}

	.header-search-result {
		width: 100%;
		left: 0
	}

	.header-search-result__list:last-of-type {
		margin-bottom: -3rem
	}

	.header-search-result__list-item {
		margin-bottom: 3rem
	}

    .header-nav__list.desktop {
        display: flex
    }

	.header__btn-label {
        display: flex;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
    }

	.header-mobi,
	.header-nav__item.mobi {
		display: none
	}

	.header-aside__nav {
		margin-bottom: 3rem
	}

	.alphabet {
		display: block
	}

	.filter-aside-mobi {
		display: none
	}

	.filter-result {
		display: flex;
		align-items: baseline
	}

	.product-card {
		width: calc(25% - 2rem);
		margin-bottom: 3rem
	}

	.product-card__link {
		margin-bottom: .8rem
	}

	.product-card__name {
		font-size: 1.8rem;
		font-weight: 700;
		margin-bottom: .8rem;
		text-transform: uppercase
	}

	.product-card__descr {
		display: block;
		margin-bottom: 1rem
	}

	.product-card__favorite {
		width: 4.3rem;
		height: 4.3rem;
		top: 1.2rem;
		right: 1rem
	}

	.product-card-inside {
		width: calc(100% / 3 - 2rem)
	}

	.product-card-inside__img {
		height: 19.5rem;
		margin-bottom: 0
	}

	.product-card-inside__content {
		position: absolute;
		top: 0;
		left: 0;
		padding: 2rem
	}

	.product-card-inside__name {
		display: flex;
		align-items: center;
		font-size: 1.8rem
	}

	.product-card-inside__name::before {
		content: '';
		width: 2.8rem;
		height: .4rem;
		background-color: #ffc700;
		margin-right: .9rem;
		flex-shrink: 0
	}

	.product-related {
		padding: 5rem 0
	}

	.product-related__title {
		margin-bottom: 3rem
	}

	.product-related__content {
		flex-wrap: nowrap;
		padding: 1.6rem 1.4rem
	}

	.product-related__img {
		height: 28rem
	}

	.product-related__name {
		font-size: 2rem;
		width: 55%
	}

	.about {
		padding: 1.9rem 0 8.5rem
	}

	.about__content {
		margin-bottom: 4rem
	}

	.about__content h2:not([class]) {
		font-size: 3rem;
		margin-bottom: 1.7rem
	}

	.about__content img:not([class]) {
		margin-bottom: 4rem;
		min-height: inherit
	}

	.about__content p:not([class]) {
		margin-bottom: 3rem
	}

	.about-price {
		text-align: center;
		margin-bottom: .4rem
	}

	.about-price__item {
		width: calc(25% - 2rem);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: auto;
		padding: 2.5rem 2rem
	}

	.about-price__welcome {
		width: calc(25% - 2rem);
		padding: 2.5rem 2rem
	}

	.about-price__welcome-btn {
		font-size: 1.6rem;
		text-transform: inherit;
		max-width: 19.1rem;
		line-height: 5.6rem;
		height: 5.6rem
	}

	.about-price__name {
		font-size: 2rem;
		margin-bottom: 2.4rem
	}

	.auth {
		padding-top: 9rem
	}

	.auth--padding {
		padding-bottom: 15rem
	}

	.auth__title {
		margin-bottom: 5rem
	}

	.auth__nav {
		margin-bottom: 4rem
	}

	.auth__form {
		max-width: 36rem
	}

	.auth__submit {
		font-size: 1.6rem;
		line-height: 7rem;
		height: 7rem;
		margin-bottom: .8rem
	}

	.auth__helper-link {
		font-size: 1.6rem
	}

	.auth__result {
		font-size: 2.2rem;
		line-height: 1.15;
		color: #005bae;
		max-width: 61.6rem
	}

	.auth__btn-back {
		margin-bottom: 3.5rem
	}

	.auth-socials__item:not(:last-child) {
		margin-right: 2.7rem
	}

	.auth-socials__link {
		width: 5rem;
		height: 5rem
	}

	.basket--padding {
		padding-bottom: 15rem
	}

	.basket__wrapper {
		display: flex;
		align-items: flex-start
	}

	.basket__title {
		margin-bottom: 5rem
	}

	.basket__empty-text {
		font-size: 1.4rem
	}

	.basket__btn {
		max-width: 36rem;
		line-height: 7rem;
		height: 7rem
	}

	.basket__name {
		font-size: 1.6rem;
		margin-bottom: .5rem
	}

	.basket__item {
		padding: 2.5rem 0;
		background-color: transparent;
		border: none
	}

	.basket__item:not(:last-child) {
		margin-bottom: 0;
		border-bottom: 1px solid #e0e8ef
	}

	.basket__img {
		width: 9.2rem;
		height: 9.2rem
	}

	.basket__row {
		margin-bottom: 0
	}

	.basket__list {
		margin-right: 2rem;
		flex-grow: 1
	}

	.basket__info {
		align-items: flex-start;
		margin-right: 3rem
	}

	.basket__content {
		flex-direction: row;
		text-align: left;
		width: 100%;
		max-width: 32rem;
		margin-left: auto
	}

	.basket__code {
		font-size: 1.2rem
	}

	.basket__code span {
		display: inline
	}

	.basket__delete-item {
		font-size: 1.2rem;
		margin-top: auto
	}

	.basket__delete-item.tablet {
		display: none
	}

	.basket__delete-item.desktop {
		display: block
	}

	.basket__price {
		font-size: 1.6rem
	}

	.basket__price span {
		font-size: 2rem
	}

	.basket__options {
		font-size: 1.2rem;
		max-width: 14.1rem;
		margin-bottom: 0
	}

	.basket__counter.tablet {
		display: none
	}

	.basket__counter.desktop {
		display: flex;
		margin-bottom: .8rem;
		max-width: 100%
	}

	.basket__result {
		font-size: 2.2rem;
		line-height: 1.15;
		color: #005bae;
		margin-bottom: 2rem
	}

	.basket-info {
		width: 100%;
		max-width: 36rem;
		flex-shrink: 0;
		background-color: #f7f7f7;
		border-radius: .3rem;
		padding: 2.8rem 2.8rem 3.4rem
	}

	.basket-info--bg {
		padding: 2.8rem 2.8rem 3.4rem
	}

	.basket-info__title {
		margin-bottom: 1.5rem
	}

	.basket-info__item:not(:last-child) {
		margin-bottom: 1.2rem
	}

	.basket-info__submit {
		line-height: 6.8rem;
		height: 6.8rem
	}

	.basket-info__total {
		font-size: 2rem;
		margin-top: 3.5rem
	}

	.basket-info__total strong {
		font-size: 2.8rem
	}

	.basket-confirm {
		margin-right: 2rem;
		flex-grow: 1
	}

	.basket-confirm__group {
		padding: 3.2rem 3.8rem;
		border: 1px solid #e0e8ef;
		border-radius: .3rem;
		margin-bottom: 2.5rem
	}

	.basket-confirm__title {
		font-size: 2.4rem
	}

	.basket-confirm__policy {
		max-width: 36rem
	}

	.basket-confirm__submit {
		line-height: 7rem;
		height: 7rem
	}

	.basket-confirm__submit-wrap {
		max-width: 36rem
	}

	.basket-confirm__submit-wrap.mobi {
		display: none
	}

	.basket-confirm__submit-wrap.desktop {
		display: block
	}

	.basket-confirm__checkbox:not(:last-of-type) {
		margin-bottom: 1.8rem;
		margin-right: 0
	}

	.basket-confirm__checkbox .radio__icon,
	.basket-confirm__checkbox-wrap {
		display: block
	}

	.basket-confirm__checkbox .radio__label {
		font-weight: 400;
		text-transform: inherit
	}

	.basket-confirm__checkbox .radio__wrapper {
		padding: 0;
		background-color: transparent;
		border: none
	}

	.basket-confirm__global-error {
		font-size: 1.2rem
	}

	.basket-confirm-dropdown__input {
		font-size: 1.6rem
	}

	.basket-confirm-dropdown__current {
		padding: 1.3rem 2.4rem 1.9rem
	}

	.basket-confirm-dropdown__label {
		font-size: 1.2rem
	}

	.basket-confirm-dropdown__descr {
		font-size: 1.3rem;
		/* padding-top: 2rem */
		margin-top: 2rem;
		margin-bottom: 1.5rem;
	}

	.blog__name {
		font-size: 2.2rem
	}

	.blog__item {
		width: 100%;
	}

	.blog-single {
		padding-bottom: 5rem
	}

	.blog-single__wrapper {
		max-width: 83.5rem
	}

	.blog-single__date {
		font-size: 1.4rem
	}

	.blog-single__tag {
		margin-bottom: 1.5rem
	}

	.blog-single__tag-link {
		font-size: 1rem;
		font-weight: 500;
		letter-spacing: 0;
		padding: .3rem .6rem;
		border-radius: .3rem
	}

	.blog-single__tag-item {
		margin-right: 1rem
	}

	.blog-single__content {
		margin-bottom: 4rem
	}

	.blog-single__content img:not([class]) {
		margin-bottom: 3rem
	}

	.blog-single__content h2:not([class]),
	.blog-single__content h3:not([class]),
	.blog-single__content h4:not([class]),
	.blog-single__content h5:not([class]),
	.blog-single__content h6:not([class]) {
		margin-bottom: 1.5rem;
		margin-top: 3.2rem
	}

	.blog-single__content h2:not([class]) {
		font-size: 3rem
	}

	.blog-single__content h4:not([class]),
	.blog-single__content p:not([class]) {
		font-size: 1.6rem
	}

	.blog-single__navigation {
		margin: 0;
		align-items: center
	}

	.blog-single__navigation-link {
		transition: color .4s;
		background-color: transparent;
		padding: 0;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		max-width: 26.5rem
	}

	.blog-single__navigation-link:hover {
		color: #f90
	}

	.blog-single__navigation-link:hover svg {
		fill: #f90
	}

	.blog-single__navigation-link.next svg {
		margin-left: .9rem
	}

	.blog-single__navigation-label {
		display: none
	}

	.blog-single-swiper {
		margin: 0 -1rem -2rem
	}

	.blog-single-swiper__wrapper {
		flex-wrap: wrap
	}

	.blog-single-swiper__slide {
		width: calc(100% / 3 - 2rem);
		margin: 0 1rem 2rem
	}

	.catalog__title {
		font-size: 4.8rem;
		margin-bottom: 2.4rem
	}

	.catalog__descr {
		font-size: 1.8rem;
		margin-bottom: 3rem
	}

	.catalog__main {
		margin-bottom: 4rem
	}

	.catalog__text {
		font-size: 1.8rem
	}

	.catalog-category {
		margin-bottom: 5rem
	}

	.catalog-category__wrapper {
		flex-wrap: wrap;
		margin: 0 -1rem -2rem
	}

	.catalog-category__slide {
		width: calc(100% / 3 - 2rem);
		max-width: 100%;
		margin: 0 1rem 2rem
	}

	.catalog-filter {
		display: flex;
		align-items: center;
		border: 1px solid #e0e8ef;
		border-radius: .3rem;
		color: #6a6a6a;
		margin-bottom: 3.3rem;
		padding: 2.35rem 3rem
	}

	.catalog-filter__list {
		display: flex;
		align-items: center
	}

	.catalog-filter__actions {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin: 0 0 0 auto
	}

	.catalog-filter__sort {
		display: none
	}

	.feedback {
		padding-bottom: 5rem
	}

	.feedback--padding {
		padding-bottom: 15rem
	}

	.feedback__title {
		margin-bottom: 3.8rem
	}

	.feedback__result {
		font-size: 2.2rem;
		line-height: 1.15;
		color: #005bae;
		margin-bottom: 2rem
	}

	.feedback__link {
		font-size: 1.6rem;
		max-width: 36rem;
		line-height: 7rem;
		height: 7rem
	}

	.feedback__field:last-of-type {
		margin-bottom: 3rem
	}

	.feedback__form {
		max-width: 36rem
	}

	.home-hero__img.mobi {
		display: none
	}

	.home-hero__img.desktop {
		display: block
	}

	.home-info {
		padding: 5rem 0
	}

	.home-info__descr {
		font-size: 1.8rem;
		margin-bottom: 3.5rem;
		max-width: 55rem;
		margin-left: auto
	}

	.home-info-catalog {
		margin-bottom: -5rem
	}

	.home-info-catalog__item {
		width: calc(25% - 2rem);
		margin-bottom: 5rem
	}

	.home-info-catalog__links {
		display: block
	}

	.home-swiper {
		padding: 5rem 0 6.6rem
	}

	.home-swiper__title {
		margin-bottom: 3.6rem
	}

	.home-swiper__descr {
		font-size: 1.8rem
	}

	.home-swiper__container {
		display: flex;
		justify-content: space-between
	}

	.home-swiper__content {
		flex-grow: 1;
		max-width: 31.4rem;
		margin-right: 2rem;
		margin-bottom: 0
	}

	.home-swiper__slider {
		width: 70%;
		max-width: 76rem;
		flex-shrink: 0
	}

	.home-swiper__wrapper {
		flex-wrap: wrap
	}

	.home-swiper__img {
		height: 30rem
	}

	.home-swiper__slide {
		width: calc(25% - 2rem);
		margin-left: 2rem;
		margin-bottom: 2.5rem
	}

	.home-card {
		margin-top: 8rem;
	}

	.info-page {
		padding-bottom: 5rem
	}

	.info-page__title {
		font-size: 4.8rem;
		margin-bottom: 3.3rem
	}

	.info-page__content {
		margin-bottom: 4rem
	}

	.info-page__content img:not([class]) {
		margin-bottom: 3rem
	}

	.info-page__content h2:not([class]),
	.info-page__content h3:not([class]),
	.info-page__content h4:not([class]),
	.info-page__content h5:not([class]),
	.info-page__content h6:not([class]) {
		margin-bottom: 1.5rem;
		margin-top: 3.2rem
	}

	.info-page__content h2:not([class]) {
		font-size: 3rem
	}

	.info-page__content h4:not([class]),
	.info-page__content p:not([class]) {
		font-size: 1.6rem
	}

	.p-404 {
		padding: 10rem 0
	}

	.p-404__title {
		font-size: 4.6rem;
		margin-bottom: 2.4rem
	}

	.p-404__descr {
		font-size: 2.2rem;
		margin-bottom: 2.4rem
	}

	.p-404__btn:not(:last-child) {
		margin-bottom: 0;
		margin-right: 1.4rem
	}

	.p-404__actions {
		display: flex
	}

	.product__wrapper {
		display: flex;
		flex-direction: row-reverse
	}

	.product__left {
		margin-right: 1.6rem;
		width: 50%;
		max-width: 74rem;
		flex-shrink: 0
	}

	.product__gallery {
		display: flex
	}

	.product__btn {
		line-height: 7.1rem;
		height: 7.1rem
	}

	.product__btn svg {
		display: none
	}

	.product__btn--favorite.product__btn--favorite {
		display: flex
	}

	.product__slider {
		display: none
	}

	.product-option,
	.product__more-wrap {
		display: block
	}

	.product-option-mobi {
		display: none
	}

	.product-price__wrap {
		justify-content: flex-start;
		flex-direction: row-reverse;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content
	}

	.product-faq {
		margin-bottom: 5.5rem
	}

	.product-faq__option-item {
		width: calc(100% / 3 - 2.4rem)
	}

	.profile {
		padding: 9rem 0
	}

	.profile__title {
		margin-bottom: 5rem
	}

	.profile__group {
		margin-bottom: 4rem
	}

	.profile__field-actions {
		font-size: 1.2rem;
		padding-left: 2.5rem;
		padding-top: .4rem
	}

	.profile__field-btn {
		text-decoration: underline
	}

	.profile__tab-nav {
		margin-bottom: 3rem
	}

	.profile__form {
		max-width: 36rem
	}

	.profile__submit {
		font-size: 1.6rem;
		line-height: 7rem;
		height: 7rem
	}

	.profile-order__item:not(:last-child) {
		margin-bottom: 3rem
	}

	.profile-order__item.act .profile-order__listing.hidden {
		padding-top: 2rem;
		margin-top: 2rem
	}

	.profile-order__header {
		font-weight: 500;
		display: block;
		background-color: #f7f7f7;
		padding: 2rem 2.7rem
	}

	.profile-order__wrapper {
		padding: 2.5rem 2.7rem
	}

	.profile-order__content {
		padding: 0
	}

	.profile-order__option {
		font-size: 1.4rem;
		margin-bottom: 0
	}

	.profile-order__label {
		display: block
	}

	.profile-order__about {
		flex-direction: column;
		margin-bottom: 2rem;
		align-items: flex-start
	}

	.profile-order__value {
		font-size: 1.6rem
	}

	.profile-order__value a {
		margin-left: 0
	}

	.profile-order__info {
		width: 100%;
		max-width: 26rem;
		flex-shrink: 0;
		margin-right: 2rem;
		background-color: transparent;
		padding: 0
	}

	.profile-order__total {
		border-top: none;
		justify-content: flex-start
	}

	.profile-order__img {
		width: 9.2rem;
		height: 9.2rem;
		margin-right: 1.6rem
	}

	.profile-order__product:not(:last-child) {
		padding-bottom: 2rem;
		margin-bottom: 2rem
	}

	.profile-order__row {
		flex-direction: row;
		justify-content: space-between
	}

	.profile-order__col {
		display: flex;
		flex-direction: column;
		width: 50%;
		max-width: 34.7rem;
		margin-right: 1rem
	}

	.profile-order__col:nth-child(2) {
		max-width: 25rem
	}

	.profile-order__col:last-of-type {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		white-space: nowrap;
		margin-right: 0
	}

	.profile-order__name {
		font-size: 1.8rem
	}

	.profile-order__code {
		display: block
	}

	.profile-order__order {
		display: none
	}

	.profile-order__leave-review {
		margin-top: auto;
		color: #005bae
	}

	.profile-order__leave-review.desktop {
		display: block
	}

	.profile-order__leave-review.mobi {
		display: none
	}

	.rooms__container {
		padding-bottom: 4.5rem
	}

	.rooms-hero__content h1 {
		font-size: 4.2rem;
		margin-bottom: 2.9rem
	}

	.rooms-hero__content p {
		margin-bottom: 2.5rem
	}

	.search__title {
		margin-bottom: 4rem
	}

	.search__form {
		display: flex;
		margin-bottom: 4rem
	}

	.search__wrap {
		flex-grow: 1;
		margin-right: 1.8rem;
		margin-bottom: 0;
		padding: 1.3rem 2.2rem
	}

	.search__input {
		font-size: 1.4rem
	}

	.search__label {
		font-size: 1.2rem
	}

	.search__submit {
		flex-shrink: 0;
		width: 100%;
		max-width: 17rem;
		height: 7rem
	}

	.shops {
		padding-bottom: 0
	}

	.shops__title {
		margin-bottom: 4.3rem
	}

	.shops__map {
		max-height: 58.4rem;
		padding: 0
	}

	.shops__item {
		border: none
	}

	.shops__content {
		padding: 0;
		margin-bottom: 2.4rem
	}

	.shops__name {
		font-size: 3rem;
		margin-bottom: .4rem
	}

	.shops__descr {
		font-size: 1.2rem
	}

	.shops__value {
		font-size: 1.6rem
	}

	.shops__value:not(:last-of-type) {
		margin-bottom: 1rem
	}

	.shops__btn {
		font-size: 1.6rem;
		font-weight: 500;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		padding: 0 2.5rem;
		height: 5.6rem
	}
}

@media (min-width:1025px) {
	.popup-basket__text a:hover {
		text-decoration: none
	}

	.btn--yellow:hover {
		background-color: #e6b300
	}

	.btn--grey:hover {
		background-color: #dee4ec
	}

	.btn--green:hover {
		background-color: #13ab35
	}

	.input-policy a:hover {
		text-decoration: none
	}

	.breadcrumbs__link {
		transition: color .4s
	}

	.breadcrumbs__link:hover {
		color: #f90
	}

	.pagination__item {
		transition: background-color .4s
	}

	.pagination__item:hover {
		background-color: rgba(103, 131, 172, .3)
	}

	.tab-nav__item {
		transition: color .4s
	}

	.tab-nav__item:hover {
		color: #f90
	}

	.counter__btn:hover {
		background-color: rgba(128, 128, 128, .2)
	}

	.footer__phone {
		transition: color .4s
	}

	.footer__phone:hover {
		color: #fff
	}

	.footer-nav__link {
		transition: color .4s
	}

	.footer-nav__link:hover {
		color: #fff
	}

	.footer-bottom__logo:hover {
		fill: #fff
	}

	.footer-bottom__item:hover[href] {
		color: #fff
	}

	.header--auth .header__btn--basket:hover {
		background-color: #13a733
	}

	.header__btn {
		transition: background-color .4s
	}

	.header__btn:hover {
		background-color: rgba(128, 128, 128, .2)
	}

	.header-search-result__link {
		transition: color .4s
	}

	.header-nav__link:hover,
	.header-search-result__link:hover {
		color: #f90
	}

	.header-aside__close {
		transition: transform .4s
	}

	.header-aside__close:hover {
		transform: scale(1.15)
	}

	.header-aside__nav-item {
		transition: color .4s
	}

	.header-aside__nav-item:hover {
		color: #333
	}

	.header-aside__more:hover {
		text-decoration: none
	}

	.header-aside__sublist-link:hover {
		color: #005bae
	}

	.alphabet__link {
		transition: color .4s
	}

	.alphabet__link:hover {
		color: #fff
	}

	.filter-aside__submit:hover {
		background-color: #11942e
	}

	.filter-aside__reset:hover {
		background-color: #ced7e2
	}

	.filter-aside__close {
		transition: transform .4s
	}

	.filter-aside__close:hover {
		transform: scale(1.15)
	}

	.filter-aside-sort__close {
		transition: transform .4s
	}

	.filter-aside-sort__close:hover {
		transform: scale(1.15)
	}

	.filter-result__reset {
		transition: background-color .4s
	}

	.filter-result__reset:hover {
		background-color: rgba(255, 153, 0, .3)
	}

	.filter-sort__item {
		transition: color .4s
	}

	.filter-sort__item:hover {
		color: #f90
	}

	.product-card__img-wrap:hover .product-card__img {
		transform: scale(1.05)
	}

	.product-card__link {
		transition: color .4s
	}

	.product-card__link:hover {
		color: #f90
	}

	.product-card-inside__link:hover .product-card-inside__img {
		transform: scale(1.05, 1.05) translateZ(0)
	}

	.product-related__link::after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #000;
		opacity: 0;
		transition: opacity .4s
	}

	.product-related__link:hover .product-related__img {
		transform: scale(1.05)
	}

	.product-related__link:hover::after {
		opacity: .2
	}

	.auth__helper-link:hover {
		text-decoration: none
	}

	.auth__btn-back {
		transition: background-color .4s
	}

	.auth__btn-back:hover {
		background-color: rgba(224, 232, 239, .4)
	}

	.auth-socials__link {
		transition: transform .4s
	}

	.auth-socials__link:hover {
		transform: scale(1.1)
	}

	.basket__delete-item:hover {
		text-decoration: underline
	}

	.basket-confirm-dropdown__item:hover {
		color: #f90
	}

	.basket-confirm-dropdown__descr a:hover {
		border-bottom-color: transparent
	}

	.blog__link {
		transition: color .4s
	}

	.blog__link:hover {
		color: #f90
	}

	.blog-single__tag-link {
		transition: background-color .4s
	}

	.blog-single__tag-link:hover {
		background-color: #dedede
	}

	.catalog-filter__open {
		transition: color .4s
	}

	.catalog-filter__open:hover {
		color: #f90
	}

	.catalog-filter__open:hover svg {
		fill: #f90
	}

	.catalog-tag__link {
		transition: background-color .4s
	}

	.catalog-tag__link:hover {
		background-color: #eef1f5
	}

	.home-info-catalog__img-wrap {
		transition: color .4s
	}

	.home-info-catalog__img-wrap::after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #000;
		opacity: 0;
		transition: opacity .4s
	}

	.home-info-catalog__img-wrap:hover::after {
		opacity: .2
	}

	.home-info-catalog__link:hover {
		text-decoration: none
	}

	.home-swiper__link {
		transition: color .4s
	}

	.home-swiper__link:hover {
		color: #f90
	}

	.home-banner__container:hover .home-banner__img {
		transform: scale(1.05)
	}


	.product-option__item:hover {
		color: #f90
	}

	.product-option__item:hover svg {
		fill: #f90
	}

	.product-aside__close {
		transition: transform .4s
	}

	.product-aside__close:hover {
		transform: scale(1.15)
	}

	.product-aside__label:hover {
		border-color: #333
	}

	.profile-order__value a:hover,
	.profile__field-btn:hover {
		text-decoration: none
	}

	.profile-order__leave-review:hover {
		text-decoration: underline
	}

	.profile-order__btn-more {
		transition: background-color .4s
	}

	.profile-order__btn-more:hover {
		background-color: #ced7e2
	}
}

@media (min-width:1200px) {

	.catalog__container,
	.home-card:last-of-type {
		padding-bottom: 12rem
	}

	.p-404 {
		height: calc(100vh - 14rem);
		padding: 18.8rem 0 10rem;
		max-height: 75rem
	}

	.product__left {
		width: 70%
	}
}

@media (max-width:1120px) {
	.product-related__title {
		font-size: calc(2.2rem + .4 * ((100vw - 32rem)/ 80))
	}

	.home-hero__title {
		font-size: calc(2.4rem + 2.2 * ((100vw - 32rem)/ 80))
	}

	.home-swiper__title {
		font-size: calc(2.2rem + .8 * ((100vw - 32rem)/ 80))
	}

	.home-banner__title {
		font-size: calc(2.2rem + 2.6 * ((100vw - 32rem)/ 80))
	}

	.home-banner__descr {
		font-size: calc(1.6rem + .8 * ((100vw - 32rem)/ 80))
	}

	.home-card__title {
		font-size: calc(2.2rem + 1.2 * ((100vw - 32rem)/ 80))
	}

	.product__subtitle {
		font-size: calc(3rem + .4 * ((100vw - 32rem)/ 80))
	}

	.product__title {
		font-size: calc(2.4rem + .4 * ((100vw - 32rem)/ 80))
	}

	.product-faq__title {
		font-size: calc(1.6rem + .2 * ((100vw - 32rem)/ 80))
	}
}

@media (max-width:1023px) {
	.product-related__slider {
		margin: 0 calc(-1 * var(--containerPadding));
		padding: 0 var(--containerPadding)
	}

	.about-price__welcome-btn {
		color: #fff;
		background-color: #16c23c
	}

	.basket-info {
		padding-top: 2rem;
		margin-top: 2rem;
		border-top: 1px solid #e0e8ef
	}

	.basket-confirm__checkbox .radio__wrapper {
		padding: 1.1rem 2rem;
		border-radius: 4rem;
		border: 1px solid #e0e8ef
	}

	.basket-confirm__checkbox .radio__input:checked~.radio__wrapper {
		border-color: #e0e8ef;
		background-color: #f7f7f7
	}

	.blog-single-swiper__container {
		padding: 0 var(--containerPadding);
		margin: 0 calc(-1 * var(--containerPadding))
	}

	.catalog__cards .product-card-inside,
	.catalog__products .product-card-inside {
		font-weight: 500;
		width: calc(100% / 3 - 2rem);
		max-width: 100%
	}

	.catalog__cards .product-card-inside:nth-child(n+10),
	.catalog__products .product-card-inside:nth-child(n+10) {
		width: calc(100% - 2rem);
		margin-bottom: 0
	}

	.catalog__cards .product-card-inside:nth-child(n+10) .product-card-inside__img,
	.catalog__products .product-card-inside:nth-child(n+10) .product-card-inside__img {
		display: none
	}

	.catalog__cards .product-card-inside:nth-child(n+10) .product-card-inside__content,
	.catalog__products .product-card-inside:nth-child(n+10) .product-card-inside__content {
		display: flex;
		align-items: center;
		color: #000;
		position: static;
		padding: 0
	}

	.catalog__cards .product-card-inside:nth-child(n+10) .product-card-inside__name,
	.catalog__products .product-card-inside:nth-child(n+10) .product-card-inside__name {
		font-size: 1.6rem
	}

	.catalog__cards .product-card-inside:nth-child(n+10) .product-card-inside__name::before,
	.catalog__products .product-card-inside:nth-child(n+10) .product-card-inside__name::before {
		display: none
	}

	.catalog__cards .product-card-inside:nth-child(n+10) .product-card-inside__link,
	.catalog__products .product-card-inside:nth-child(n+10) .product-card-inside__link {
		padding: 1.1rem 0;
		border-bottom: 1px solid #e0e8ef
	}

	.catalog__cards .product-card-inside:nth-child(n+10) .product-card-inside__arrow,
	.catalog__products .product-card-inside:nth-child(n+10) .product-card-inside__arrow {
		display: block
	}

	.catalog__cards .product-card-inside:nth-child(n+10) .product-card-inside__count,
	.catalog__products .product-card-inside:nth-child(n+10) .product-card-inside__count {
		font-size: 1.3rem;
		display: block;
		margin-left: auto
	}

	.catalog-category {
		margin: 0 calc(-1 * var(--containerPadding));
		padding: 0 var(--containerPadding)
	}

	.catalog-filter__open {
		position: relative
	}

	.catalog-filter__open::before {
		content: '';
		display: block;
		width: .6rem;
		height: .6rem;
		background-color: #16c23c;
		position: absolute;
		top: 1rem;
		right: 1rem;
		border-radius: 50%;
		right: .5rem;
		border-radius: 50%;
		opacity: 0;
	}

	.catalog-filter__open.active .catalog-filter__open::before {
		opacity: 1;
	}

	.catalog-filter__btn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: calc(50% - 1.2rem);
		margin: 0 .6rem;
		background-color: #eef1f5;
		border-radius: .3rem;
		color: #333;
		font-weight: 500;
		padding: 1.35rem 0
	}

	.catalog-filter__btn svg {
		fill: #333
	}

	.home-info-catalog__item:nth-child(n+7) {
		font-weight: 500;
		width: 100%;
		margin-bottom: 0;
		color: #505050
	}

	.home-info-catalog__item:nth-child(n+7) .home-info-catalog__arrow {
		display: block
	}

	.home-info-catalog__item:nth-child(n+7) .home-info-catalog__name {
		font-size: 1.6rem;
		font-weight: 500;
		margin-bottom: 0;
		color: black;
	}

	.home-info-catalog__item:nth-child(n+7) .home-info-catalog__img {
		display: none
	}

	.home-info-catalog__item:nth-child(n+7) .home-info-catalog__img-wrap {
		display: block;
		height: auto;
		margin-bottom: 0;
		padding: 1.3rem 0;
		border-bottom: 1px solid #e0e8ef
	}

	.home-info-catalog__item:nth-child(n+7) .home-info-catalog__img-wrap::before {
		display: none
	}

	.home-info-catalog__item:nth-child(n+7) .home-info-catalog__count {
		font-size: 1.3rem;
		font-weight: 500;
		margin-left: auto;
		margin-bottom: 0
	}

	.home-info-catalog__item:nth-child(n+7) .home-info-catalog__count span {
		display: none
	}

	.home-info-catalog__item:nth-child(n+7) .home-info-catalog__info {
		position: relative;
		color: #000;
		padding: 0
	}

	.home-swiper__slider {
		margin: 0 calc(-1 * var(--containerPadding));
		padding: 0 var(--containerPadding)
	}

	.profile__field-btn {
		flex-grow: 1;
		background-color: #f7f7f7;
		border-radius: .3rem;
		color: #757575;
		padding: 0 1rem;
		line-height: 4.9rem;
		height: 4.9rem;
		text-align: center;
		max-width: 22.5rem
	}
}

@media (max-width:767px) {
	.header--auth .header__logo {
		width: 40%;
		margin-right: 1rem
	}

	.header__top.overlay::before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background-color: #fff;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1
	}

	.product-related__slide {
		width: 100%;
		max-width: 24rem
	}

	.about-gallery__slider {
		margin: 0 calc(-1 * var(--containerPadding));
		padding: 0 var(--containerPadding)
	}

	.blog-single__tag {
		padding: 0 var(--containerPadding);
		margin: 0 calc(-1 * var(--containerPadding)) 1.3rem
	}

	.catalog__cards .product-card-inside:nth-child(n+10),
	.catalog__products .product-card-inside:nth-child(n+10) {
		width: calc(100% - 2rem);
		margin-bottom: 0
	}

	.catalog__cards .product-card-inside:nth-child(n+10) .product-card-inside__img,
	.catalog__products .product-card-inside:nth-child(n+10) .product-card-inside__img {
		display: none
	}

	.catalog__cards .product-card-inside:nth-child(n+10) .product-card-inside__content,
	.catalog__products .product-card-inside:nth-child(n+10) .product-card-inside__content {
		display: flex;
		align-items: center;
		color: #000;
		position: static;
		padding: 0
	}

	.catalog__cards .product-card-inside:nth-child(n+10) .product-card-inside__name,
	.catalog__products .product-card-inside:nth-child(n+10) .product-card-inside__name {
		font-size: 1.6rem
	}

	.catalog__cards .product-card-inside:nth-child(n+10) .product-card-inside__name::before,
	.catalog__products .product-card-inside:nth-child(n+10) .product-card-inside__name::before {
		display: none
	}

	.catalog__cards .product-card-inside:nth-child(n+10) .product-card-inside__link,
	.catalog__products .product-card-inside:nth-child(n+10) .product-card-inside__link {
		padding: 1.1rem 0;
		border-bottom: 1px solid #e0e8ef
	}

	.catalog__cards .product-card-inside:nth-child(n+10) .product-card-inside__arrow,
	.catalog__products .product-card-inside:nth-child(n+10) .product-card-inside__arrow {
		display: block
	}

	.catalog__cards .product-card-inside:nth-child(n+10) .product-card-inside__count,
	.catalog__products .product-card-inside:nth-child(n+10) .product-card-inside__count {
		font-size: 1.3rem;
		display: block;
		margin-left: auto
	}

	.catalog-tag {
		margin: 0 calc(-1 * var(--containerPadding)) 1rem;
		padding: 0 var(--containerPadding) 1rem
	}

	.rooms-hero__img {
		margin: 0 calc(-1* var(--containerPadding));
		height: 30vh;
		min-height: 20rem;
		width: 100vw;
		max-width: 100vw;
		-o-object-fit: cover;
		object-fit: cover
	}
}

@media (max-width:559px) {
	.footer-nav__list {
		height: 0;
		transition: .4s ease-out;
		overflow: hidden;
		box-sizing: content-box
	}

	.catalog__cards .product-card-inside,
	.catalog__products .product-card-inside {
		width: calc(50% - 2rem)
	}

	.catalog__cards .product-card-inside:nth-child(n+9),
	.catalog__products .product-card-inside:nth-child(n+9) {
		width: calc(100% - 2rem);
		margin-bottom: 0
	}

	.catalog__cards .product-card-inside:nth-child(n+9) .product-card-inside__img,
	.catalog__products .product-card-inside:nth-child(n+9) .product-card-inside__img {
		display: none
	}

	.catalog__cards .product-card-inside:nth-child(n+9) .product-card-inside__content,
	.catalog__products .product-card-inside:nth-child(n+9) .product-card-inside__content {
		display: flex;
		align-items: center;
		color: #000;
		position: static;
		padding: 0
	}

	.catalog__cards .product-card-inside:nth-child(n+9) .product-card-inside__name,
	.catalog__products .product-card-inside:nth-child(n+9) .product-card-inside__name {
		font-size: 1.6rem
	}

	.catalog__cards .product-card-inside:nth-child(n+9) .product-card-inside__name::before,
	.catalog__products .product-card-inside:nth-child(n+9) .product-card-inside__name::before {
		display: none
	}

	.catalog__cards .product-card-inside:nth-child(n+9) .product-card-inside__link,
	.catalog__products .product-card-inside:nth-child(n+9) .product-card-inside__link {
		padding: 1.1rem 0;
		border-bottom: 1px solid #e0e8ef
	}

	.catalog__cards .product-card-inside:nth-child(n+9) .product-card-inside__arrow,
	.catalog__products .product-card-inside:nth-child(n+9) .product-card-inside__arrow {
		display: block
	}

	.catalog__cards .product-card-inside:nth-child(n+9) .product-card-inside__count,
	.catalog__products .product-card-inside:nth-child(n+9) .product-card-inside__count {
		font-size: 1.3rem;
		display: block;
		margin-left: auto
	}
}

@media (max-width:479px) {
	.home-info-catalog__item:nth-child(n+5) {
		font-weight: 500;
		width: 100%;
		margin-bottom: 0;
		color: #505050
	}

	.home-info-catalog__item:nth-child(n+5) .home-info-catalog__arrow {
		display: block
	}

	.home-info-catalog__item:nth-child(n+5) .home-info-catalog__name {
		font-size: 1.6rem;
		font-weight: 500;
		margin-bottom: 0;
		color: black;
	}

	.home-info-catalog__item:nth-child(n+5) .home-info-catalog__img {
		display: none
	}

	.home-info-catalog__item:nth-child(n+5) .home-info-catalog__img-wrap {
		display: block;
		height: auto;
		margin-bottom: 0;
		padding: 1.3rem 0;
		border-bottom: 1px solid #e0e8ef
	}

	.home-info-catalog__item:nth-child(n+5) .home-info-catalog__img-wrap::before {
		display: none
	}

	.home-info-catalog__item:nth-child(n+5) .home-info-catalog__count {
		font-size: 1.3rem;
		font-weight: 500;
		margin-left: auto;
		margin-bottom: 0
	}

	.home-info-catalog__item:nth-child(n+5) .home-info-catalog__count span {
		display: none
	}

	.home-info-catalog__item:nth-child(n+5) .home-info-catalog__info {
		position: relative;
		color: #000;
		padding: 0
	}
}

@media (max-width:559px) and (min-width:768px) {

	.catalog__cards .product-card-inside:nth-child(n+9),
	.catalog__products .product-card-inside:nth-child(n+9) {
		width: calc(100%/3 - 2rem);
		margin-bottom: 2rem
	}

	.catalog__cards .product-card-inside:nth-child(n+9) .product-card-inside__link,
	.catalog__products .product-card-inside:nth-child(n+9) .product-card-inside__link {
		padding: 1.2rem;
		border-radius: .3rem;
		border: 1px solid #e0e8ef
	}
}

@media (max-width:767px) and (min-width:768px) {

	.catalog__cards .product-card-inside:nth-child(n+10),
	.catalog__products .product-card-inside:nth-child(n+10) {
		width: calc(100%/3 - 2rem);
		margin-bottom: 2rem
	}

	.catalog__cards .product-card-inside:nth-child(n+10) .product-card-inside__link,
	.catalog__products .product-card-inside:nth-child(n+10) .product-card-inside__link {
		padding: 1.2rem;
		border-radius: .3rem;
		border: 1px solid #e0e8ef
	}
}

@media (max-width:1023px) and (min-width:768px) {

	.catalog__cards .product-card-inside:nth-child(n+10),
	.catalog__products .product-card-inside:nth-child(n+10) {
		width: calc(100%/3 - 2rem);
		margin-bottom: 2rem
	}

	.catalog__cards .product-card-inside:nth-child(n+10) .product-card-inside__link,
	.catalog__products .product-card-inside:nth-child(n+10) .product-card-inside__link {
		padding: 1.2rem;
		border-radius: .3rem;
		border: 1px solid #e0e8ef
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.home-info-catalog__item:nth-child(n+7) {
		width: calc(100% / 3 - 2rem);
		margin-bottom: 2rem
	}

	.home-info-catalog__item:nth-child(n+7) .home-info-catalog__img-wrap {
		border: 1px solid #e0e8ef;
		border-radius: .3rem;
		padding: 1.2rem
	}
}

@media (prefers-reduced-motion:reduce) {
	* {
		-webkit-animation-duration: 0s !important;
		animation-duration: 0s !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0s !important;
		scroll-behavior: auto !important
	}
}

.input-field input:-webkit-autofill {
	box-shadow: inset 0 0 0 50px #fff !important;
	-webkit-text-fill-color: black;
}

input {
	filter: none;
}

/* Правки избранное есть */
.bar-favorite.active .header__btn-label .counter-wrapper {
	display: flex;
	margin-left: 5px;
}

/* чтобы влезало 3 цифры*/
.basket__counter .counter__value {
	width: 40%;
}

/* стили по вашему запросу ничего не найдено */
.catalog__products-empty {
	font-size: 2rem;
}

.catalog__container.catalog__cards,
.catalog__container .catalog__products {
	margin: 2rem -1rem;
}

.catalog__container .catalog__text-wrap {
	margin-top: 6rem;
}

/* Стили для попапа */

.popup-window {
	min-width: 320px;
	max-width: 470px;
}

.popup-window .popup-window-close-icon:after {
	width: 15px;
	height: 15px;
}

.popup-window .popup-window-buttons {
	padding: 0 0 10px;
}

/* Позиционирование крестика */
.popup-window .popup-window-titlebar {
	height: auto;
	padding-top: 20px;
}

.home-info-catalog__links .home-info-catalog__link {
	white-space: initial;
}

/* адаптив для кнопок в фильтре */
@media screen and (max-width: 740px) {
	.filter-aside__actions {
		flex-direction: column;
		width: 100%;
		max-width: 100%;
		align-items: baseline;
	}

	.filter-aside__btn {
		width: 100%;
	}

	.filter-aside__reset.filter-aside__btn {
		max-width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}

	/* header adaptiv */

    .header__btn--basket.not-empty .header__btn-arrow {
        display: none;
        height: 3.3rem;
    }

	.header__wrapper {
		width: 100%;
	}
}

.filter-aside__actions .filter-aside__reset {
	display: block;
}

.bar-favorite,
.header__btn--basket.not-empty {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 1024px) {
	.header__btn--basket.not-empty {
		background-color: #16c23c;
		border-color: #16c23c;
		color: #fff !important;
		flex-shrink: 0;
		padding: 0.2rem 1rem;
		border-radius: 2rem;
	}
	
	.header__btn--basket.not-empty:hover {
		background-color: #13a733;
	}
}

.header-search__wrapper {
	min-width: 90px;
}

/* ================= styles new developer =============== */

/* ================= shops =============== */
.shops__value--social {
	display: flex;
	margin-top: 2.5rem;
}

.shops__link {
	display: block;
	width: 2.4rem;
	height: 2.4rem;
    margin-right: 2.5rem;
}

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

.shops__link svg {
	width: 100%;
	height: 100%;
}

.shops__item--slider .gallery-thumbs .video-block {
	background: #F9F9F9;
	border-radius: 0.3rem;
}

.shops__item--slider .swiper-slide {
	position: relative;
}

.shops--new .shops__list:not(:last-child) {
	margin-bottom: 3rem;
}

.shops--new .shops__list:last-child {
	margin-bottom: 6rem;
}

.shops--new .product-gallery-slider {
	height: 34rem;
}

.shops--new .shops__list {
	justify-content: space-between;
}

.shops--new .shops__item {
	width: 100%;
}

.shops--new .shops__item:not(.shops__item--slider) {
	max-width: 36rem;
}

.shops--new .shops__item.shops__item--slider {
	max-width: 64.7rem;
}

.shops--new .swiper-slide img {
	object-fit: cover;
}

.shops--new .gallery-top .swiper-slide img {
	object-fit: cover;
	height: 100%;
}

@media (max-width:1023px) {
	.shops--new .shops__list {
		display: flex;
		flex-direction: column-reverse;
		margin-left: inherit;
		margin-right: inherit;
		gap: 2rem;
		border: 0.1rem solid #e0e8ef;
		border-radius: 0.3rem;

	}

	.shops--new .shops__item {
		margin-left: inherit;
		margin-right: inherit;
		border: none;
		border-radius: 0;

	}

	.shops--new .shops__item:not(.shops__item--slider) {
		max-width: 100%;
	}

	.shops--new .shops__item.shops__item--slider {
		max-width: 100%;
	}

	.shops--new .gallery-top .swiper-slide {
		border: 0;
	}

	.shops__item:not(:last-child) {
		margin-bottom: 0;
	}

	.shops--new .shops__list:last-child {
		margin-bottom: 4rem;
	}
}

/* ================= about-company =============== */
.about-price--new.about-price {
	margin-left: 0;
	margin-right: 0;
	gap: 2rem;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 3.2rem;
	margin-bottom: 16rem;
}

.about-price--new .about-price__item {
	margin: 0;
	width: 100%;
	padding-right: 4.3rem;
	padding-left: 4.3rem;
	min-height: 30rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.about-price--new .about-price__item img {
	width: 8.4rem;
	height: 8.4rem;
	min-height: auto;
}

.about-price--new .about-price__value {
	font-weight: 600;
	font-size: 2rem;
	line-height: 2rem;
	text-align: center;
	color: #333333;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;


}

.about-price--new .about-price__welcome {
	border: 0.1rem solid #EEF1F5;
	border-radius: 0.3rem;
}

.about-price--new .about-price--new .about-price__welcome-title {
	text-align: center;
}

.about-price__welcome .btn--yellow {
	text-align: center;
	max-width: 21.1rem;
}

@media (max-width: 1023px) {
	.about-price--new.about-price {
		margin-top: 2.5rem;
		margin-bottom: 4rem;
		grid-template-columns: 1fr 1fr;
		gap: 1.5rem;
	}

	.about-price--new .about-price__item {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
		/* min-height: auto; */
	}

	.about-price--new .about-price__welcome {
		min-height: auto;
		border: none;
		padding: 0;
		grid-column: span 2;
	}

	.about-price--new .about-price__welcome .about-price__welcome-title {
		text-align: left;
		margin-left: 0;
		margin-right: auto;
	}

	.about-price--new .about-price__welcome .btn--yellow {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.about-price--new.about-price {
		grid-template-columns: 1fr;
	}

	.about-price--new .about-price__item {
		padding: 1rem 1.5rem 1.9rem;
		cursor: pointer;
	}

	.about-price--new .about-price__welcome {
		grid-column: span 1;
		padding-left: 0;
		padding-right: 0;
	}



	.about-price--new .about-price__item img {
		width: 6.4rem;
		height: 6.4rem;
		/* object-fit: contain; */
		min-height: auto;
	}

	.about-price--new .about-price__value {
		margin-top: -0.5rem;
	}

	.about-price--new .about-price__value {
		font-size: 1.8rem;
		line-height: 1.8rem;
	}
}



.about-gallery-slider-big .product-gallery-slider {
	flex-direction: column-reverse;
	height: 55rem;
}

.about-gallery-slider-big .gallery-thumbs-wrap {
	max-width: 74rem;
	margin-right: 0;
	flex-direction: row;
	height: 100%;
	max-height: 9.5rem;
	margin-top: 1.5rem;
	margin-left: auto;
	margin-right: auto;
}

.about-gallery-slider-big .gallery-thumbs {
	margin: 0 2rem;
}

.about-gallery-slider-big .gallery-thumbs .swiper-wrapper {
	flex-direction: row;
}

.about-gallery-slider-big .gallery-thumbs .swiper-slide {
	height: 100%;
}

.about-gallery-slider-big .gallery-thumbs .swiper-slide img,
.about-gallery-slider-big .gallery-top .swiper-slide img {
	object-fit: contain;
	border-radius: .5rem;
	height: 100%;
	width: 100%;
}

.about-gallery-slider-big .gallery-thumbs .swiper-slide {
	border-radius: .5rem;
}

.about-gallery-slider-big .gallery-thumbs-next .icon-arrow {
	transform: rotate(180deg);
}

.about-gallery-slider-big .gallery-thumbs-prev .icon-arrow {
	transform: none;
}

.about-gallery-slider-big .product-gallery-slider {
	height: 50rem;
}

.about-gallery-slider-big .gallery-top.swiper-container {
	max-width: 100%;
	height: 100%;
}

.about-gallery-slider-big .gallery-top .swiper-slide,
.about-gallery-slider-big .gallery-top.swiper-container {
	border-radius: 1rem;
}

.about-gallery-slider-big .gallery-top .swiper-slide img {
	border-radius: 1rem;
}

.about {
	padding-bottom: 16rem;
}

@media (max-width: 1023px) {
	.about {
		padding-bottom: 4.3rem;
	}
}

@media (max-width: 767px) {
	.about {
		padding-bottom: 3rem;
	}

	.about-gallery-slider-big .product-gallery-slider {
		height: 33rem;
	}

	.about-gallery-slider-big .gallery-thumbs-wrap {
		max-height: 7.5rem;
	}

	.home-banner__content {
		display: none;
	}

	.home-banner__container {
		padding-bottom: 100%;
		height: 0;
		display: block;
		position: relative;
	}

	.home-banner__link {
		position: absolute;
		width: 100%;
		height: 100%;
		margin-left: -15px;
	}

	.home-banner__img {
		object-fit: cover;
	}

}

.about-price__item {
	position: relative;
	overflow: hidden;

}

.about-price__text-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: -100%;
	background: #EEF1F5;
	transition: all .5s;
	padding: 2rem 3.638rem 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.about-price__item:hover .about-price__text-hover {
	/* opacity: 1; */
	transition: all .5s;
	bottom: 0;
}

.about-price__title-hover {
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 20px;
	text-align: center;
	color: #333333;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;


}

.about-price__description-hover {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #333333;
	display: -webkit-box;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
	overflow: hidden;



}

.about-gallery {
	margin-bottom: 4rem;
}

.shops__item--slider-shop.non-slider .swiper-wrapper {
	justify-content: end;
}

.shops__item--slider-shop.non-slider .swiper-slide {
	max-width: 100%;
}


@media (max-width: 1023px) {
	.shops__item--slider-shop.non-slider .swiper-wrapper {
		justify-content: center;
	}

	.about-gallery {
		margin-bottom: 3rem;
	}
}



.about-gallery .about-gallery__item {
	margin: 0;
}

@media (max-width: 767px) {
	.shops__item--slider-shop.non-slider .product-gallery-slider {
		height: auto;
	}

	.shops--new .product-gallery-slider .about-price__item {
		cursor: pointer;
	}

	.about-price__item:hover .about-price__text-hover {
		bottom: -100%;
	}

	.about-price__item.active .about-price__text-hover {
		bottom: 0;
	}
}

#fancybox-outer {
	background: none;
}