@font-face {
	font-family: Inter;
	font-display: swap;
	src:
		url(../fonts/Inter-Bold.woff) format('woff'),
		url(../fonts/Inter-Bold.woff2) format('woff2');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: Inter;
	font-display: swap;
	src:
		url(../fonts/Inter-SemiBold.woff) format('woff'),
		url(../fonts/Inter-SemiBold.woff2) format('woff2');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: Inter;
	font-display: swap;
	src:
		url(../fonts/Inter-Regular.woff) format('woff'),
		url(../fonts/Inter-Regular.woff2) format('woff2');
	font-weight: 400;
	font-style: normal;
}
* {
	padding: 0;
	margin: 0;
	border: 0;
}
*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:active,
:focus {
	outline: 0;
}
a:active,
a:focus {
	outline: 0;
}
aside,
footer,
header,
nav,
section {
	display: block;
}
body,
html {
	height: 100%;
	min-width: 320px;
}
body {
	line-height: 1;
	font-family: Inter;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
button,
input,
textarea {
	font-family: Inter;
}
input::-ms-clear {
	display: none;
}
button {
	cursor: pointer;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
a,
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul li {
	list-style: none;
}
img {
	vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}
body {
	color: #000;
	font-size: 12px;
	line-height: 1.2;
}
body._lock {
	overflow: hidden;
}
.wrapper {
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
._container {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 60px;
}
._container._full {
	padding: 0 !important;
}
.btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 0 0;
}
.btn._fw {
	width: 100%;
}
.select {
	position: relative;
}
.select__item {
	position: relative;
}
.select__title {
	background-color: #f2f2f2;
	color: #000;
	border: 1px solid #f2f2f2;
	-webkit-transition: all 0.3s 0s;
	transition: all 0.3s 0s;
	font-size: 14px;
	cursor: pointer;
}
.select__value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	padding: 0 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	min-height: 42px;
}
.select__value span {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.select__value:before {
	content: '';
	display: inline-block;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 8px;
	height: 8px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8px;
	flex: 0 0 8px;
	background: url(../img/icons/ar-down.svg) center/100% no-repeat;
}
.select__input {
	width: 100%;
	background-color: transparent;
	height: 100%;
}
.select__options {
	display: none;
	position: absolute;
	top: 100%;
	min-width: 100%;
	left: 0;
	background-color: #f2f2f2;
	color: #000;
	border: 1px solid #f2f2f2;
	font-size: 14px;
}
.select__option {
	cursor: pointer;
	padding: 10px 20px;
	margin: 0;
}
.select._active {
	z-index: 5;
}
.select._active .select__title {
	border-color: #000;
}
.select._active .select__value:before {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.select._active .select__options {
	display: block;
}
input[type='email'],
input[type='tel'],
input[type='text'],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.input {
	border-radius: 0 !important;
	width: 100%;
	display: block;
	padding: 0 20px;
	background-color: #f2f2f2;
	color: #000;
	border: 1px solid #f2f2f2;
	-webkit-transition: all 0.3s 0s;
	transition: all 0.3s 0s;
	font-size: 14px;
	min-height: 44px;
}
.input:focus {
	border-color: #000;
}
.input._error {
	border-color: #000;
}
textarea.input {
	resize: none;
	padding: 12px 20px;
	height: 124px;
	overflow-y: auto;
}
.checkbox {
	position: relative;
}
.checkbox__input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}
.checkbox__input:checked + .checkbox__content::before {
	background:
		url(../img/icons/check.svg) center/16px no-repeat,
		#000;
	border-color: #000;
}
.checkbox__content {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	font-size: 14px;
	color: #000;
	cursor: pointer;
}
.checkbox__content::before {
	content: '';
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin: 0 8px 0 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	left: 0;
	top: 0;
	border-radius: 4px;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #aeaeb2;
}
.checkbox._error .checkbox__text:before {
	border: 1px solid #ee1212;
}
.options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.options__item {
	position: relative;
	cursor: pointer;
}
.options__input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	left: 0;
	top: 0;
	visibility: hidden;
}
.options__input:checked + .options__text:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.options__text {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	font-size: 16px;
	color: #fff;
	letter-spacing: -0.3px;
	line-height: calc(20 / 16);
}
.options__text:before {
	content: '';
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin: 0 14px 0 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	left: 0;
	top: 0;
	border-radius: 50%;
	width: 20px;
	height: 18px;
	background: #fff;
	border: 1px solid #a7a9ac;
}
.options__text:after {
	content: '';
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #77243a;
	position: absolute;
	left: 5px;
	top: 4px;
}
.rating-block {
	display: table;
	font-size: 0;
}
.rating {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.rating.edit .star {
	cursor: pointer;
}
.rating .star {
	width: 17px;
	height: 14px;
	display: inline-block;
	position: relative;
	z-index: 3;
}
.rating__line {
	position: absolute;
	width: 85px;
	height: 14px;
	top: 0;
	left: 0;
	background: url(../img/icons/bg_rating.svg) 0 0 no-repeat;
	z-index: 1;
	background-size: 85px 100%;
}
.rating__activeline {
	position: absolute;
	width: 0;
	height: 14px;
	top: 0;
	left: 0;
	background: url(../img/icons/bg_rating_active.svg) 0 0 no-repeat;
	z-index: 2;
	background-size: 85px 100%;
}
.rating__value {
	display: inline-block;
	color: #1b3139;
	font-size: 14px;
	line-height: 13px;
	vertical-align: middle;
}
.quantity {
	width: 100%;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #dbdbdb;
	background-color: #fbfbfa;
	padding: 0 12px;
}
.quantity__button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 12px;
	flex: 0 0 12px;
	height: 12px;
	width: 12px;
	position: relative;
	cursor: pointer;
}
.quantity__button_plus::before {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.quantity__input {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.quantity__input input {
	height: 100%;
	max-width: 100%;
	min-width: 0;
	color: #000;
	font-size: 13px;
	width: 100%;
	text-align: center;
	background-color: transparent;
}
img,
svg {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
._title-section {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}
._btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	background-color: #000;
	color: #fff;
	min-height: 48px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	gap: 10px;
	-webkit-transition: all 0.3s 0s;
	transition: all 0.3s 0s;
}
ol.counter {
	list-style-type: none;
	counter-reset: item;
}
ol.counter li {
	position: relative;
	padding: 0 0 0 45px;
}
ol.counter li:before {
	counter-increment: item;
	content: counter(item);
	position: absolute;
	left: 0;
	top: 0;
	color: #818181;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	border: 1px solid #4274bb;
}
.ellipsis {
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.es {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.table {
	display: table;
	font-size: 0;
	width: 100%;
}
.trow {
	display: table-row;
}
.cell {
	display: table-cell;
}
.cell.full {
	width: 100%;
}
._ibg {
	position: relative;
}
._ibg img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
body.ie ._ibg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.ie ._ibg img {
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}
.video {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
}
.video embed,
.video iframe,
.video object,
.video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.videobg embed,
.videobg iframe,
.videobg object,
.videobg video {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
}
.moretext {
	overflow: hidden;
}
.moretext__more {
	cursor: pointer;
}
.moretext__more span {
	font-style: normal;
}
.moretext__more span:first-child {
	display: block;
}
.moretext__more span:last-child {
	display: none;
}
.moretext__more.active span {
	font-style: normal;
}
.moretext__more.active span:first-child {
	display: none;
}
.moretext__more.active span:last-child {
	display: block;
}
#map {
	background: url(../img/icons/loading.gif) center/50px no-repeat;
}
._swiper {
	overflow: hidden;
}
._swiper .swiper-wrapper {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
._swiper.swiper-container-vertical .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
._swiper.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.swiper-container-initialized .swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.swiper-button-lock {
	display: none !important;
}
.slick-slider {
	position: relative;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-slider .slick-list {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.slick-slider .slick-track {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.slick-slider .slick-slide {
	position: relative;
}
.tab__item {
	display: none;
}
.tab__item.active {
	display: block;
}
._tabs-block {
	display: none;
}
._tabs-block._active {
	display: block;
}
.mirror {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.nicescroll-rails {
	z-index: 1000 !important;
}
.gm-style-iw-t {
	opacity: 0;
}
.baloon {
	opacity: 1;
	right: -7px !important;
	bottom: 80px !important;
}
.baloon button {
	display: none !important;
}
.baloon:after {
	display: none !important;
}
.baloon-style {
	display: none;
}
.baloon-content.gm-style-iw {
	opacity: 1;
	border-radius: 0 !important;
	max-width: 300px !important;
	padding: 0 !important;
	left: 0 !important;
	width: 100% !important;
	overflow: visible !important;
}
.baloon-content.gm-style-iw > .gm-style-iw-d {
	overflow: hidden !important;
	max-width: none !important;
}
.baloon-content.gm-style-iw:after {
	display: none !important;
}
.baloon-close {
	top: 18px !important;
}
._custom-scroll {
	position: fixed;
	right: 0;
	top: 0;
	width: 3px;
	height: 100%;
	z-index: 1000;
}
._custom-scroll__line {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 3px 0 0 3px;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
}
.popup {
	-webkit-overflow-scrolling: touch;
	z-index: 100;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: visibility 0.8s ease 0s;
	transition: visibility 0.8s ease 0s;
	visibility: hidden;
	overflow: hidden;
}
.popup::before {
	content: '';
	background-color: rgba(0, 0, 0, 0.35);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity 0.8s ease 0s;
	transition: opacity 0.8s ease 0s;
}
.popup.show {
	visibility: visible;
}
.popup.show::before {
	opacity: 1;
}
.popup.show .popup__body {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.popup._active {
	visibility: visible;
}
.popup._active::before {
	opacity: 1;
}
.popup._active .popup__body {
	-webkit-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.2s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.popup__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100dvh;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	display: flex;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.popup__body {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	transition: -webkit-transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
	transition:
		transform 0.3s ease 0s,
		-webkit-transform 0.3s ease 0s;
	background-color: #fff;
	padding: 34px 24px;
	width: 100%;
	height: 100vh;
	max-height: 100dvh;
	max-width: 400px;
	overflow-y: auto;
}
.popup__close {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	background: url(../img/icons/close.svg) center/cover no-repeat;
}
.cart__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}
.cart__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	gap: 5px;
}
.cart__title {
	font-size: 13px;
	font-weight: 600;
}
.cart__count {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 22px;
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	background-color: #e8e8e8;
}
.cart__close {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16px;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.cart__content {
	margin-top: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 20px;
}
.cart__products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
}
.product-cart {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 54px 1fr 90px;
	grid-template-columns: 54px 1fr 90px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 12px;
	font-size: 13px;
	font-weight: 600;
}
.product-cart__image {
	aspect-ratio: 1;
	display: block;
}
.product-cart__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.product-cart__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 8px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.product-cart__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}
.product-cart__quantity {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 115px;
	flex: 0 0 115px;
	width: 115px;
}
.product-cart__remove {
	background-color: transparent;
}
.details-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 12px;
}
.details-cart__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 14px;
	font-weight: 600;
}
.details-cart__col:first-child {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.details-cart__col:last-child {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	white-space: nowrap;
}
.details-cart__text {
	font-weight: 400;
	display: block;
	font-size: 12px;
	margin-top: 10px;
}
.header {
	min-height: 74px;
	background-color: #fff;
	position: fixed;
	z-index: 5;
	left: 0;
	width: 100%;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header__content {
	display: -ms-grid;
	display: grid;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-grid-columns: 1fr 58px 1fr;
	grid-template-columns: 1fr 58px 1fr;
	gap: 12px;
}
.header__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}
.header__action {
	color: #000;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	width: 24px;
}
.header__action_icon {
	width: 24px;
	height: 24px;
}
.menu__body {
	position: fixed;
	top: 74px;
	left: 0;
	right: 0;
	background-color: #fff;
	max-height: calc(100dvh - 74px);
	width: 100%;
	max-width: 100%;
	padding-bottom: 30px;
	overflow-y: auto;
	-webkit-transition: all 0.3s 0s;
	transition: all 0.3s 0s;
}
.menu__body:not(._active) {
	-webkit-transform: translateY(100vh);
	-ms-transform: translateY(100vh);
	transform: translateY(100vh);
	pointer-events: none;
}
.menu__columns {
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}
.menu__column {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 303px;
	flex: 0 1 303px;
}
.menu__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.menu__top._active .menu__arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.menu__name {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-weight: 600;
	text-transform: uppercase;
}
.menu__arrow {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	-webkit-transition: all 0.3s 0s;
	transition: all 0.3s 0s;
}
.menu__list {
	margin-top: 12px;
	display: block;
	font-size: 14px;
}
.menu__item {
	display: block;
}
.menu__item:not(:last-child) {
	margin-bottom: 12px;
}
.language {
	position: relative;
}
.language__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2px;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
}
.language__head._active .language__arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.language__head._active + .language__body {
	display: block;
}
.language__arrow {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8px;
	flex: 0 0 8px;
	width: 8px;
	height: 8px;
	-webkit-transition: all 0.3s 0s;
	transition: all 0.3s 0s;
}
.language__body {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	display: none;
}
.language__item {
	display: block;
	padding: 4px 2px;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
}
.icon-menu {
	background-color: transparent;
	font-weight: 600;
	font-size: 12px;
	color: #000;
}
.presentation {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [4];
	grid-template-columns: repeat(4, 1fr);
	padding-bottom: 30px;
}
.presentation__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	aspect-ratio: 180/255;
}
.presentation__item:first-child {
	grid-column: 1/-1;
	-ms-grid-row-span: 2;
	grid-row: span 2;
	height: calc(100dvh - 74px);
	aspect-ratio: unset;
}
.presentation__item:nth-child(2) {
	-ms-grid-column-span: 2;
	grid-column: span 2;
	-ms-grid-row-span: 2;
	grid-row: span 2;
}
.presentation__image {
	width: 100%;
	height: 100%;
	position: relative;
}
.presentation__image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.presentation__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.presentation__body {
	position: absolute;
	inset: 0;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	height: 100%;
	width: 100%;
}
.presentation__title {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.4;
}
.shop-section {
	padding: 30px 0;
}
.shop-section__content {
	margin-top: 20px;
}
.shop-section__slide {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% / 6);
	flex: 0 0 calc(100% / 6);
}
.shop-section__image {
	width: 100%;
	position: relative;
	aspect-ratio: 238/315;
}
.shop-section__image img {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
.footer {
	padding: 60px 0 20px;
	background-color: #fff;
}
.footer__columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 30px;
}
.footer__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}
.footer__top._active .footer__arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.footer__name {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 14px;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.75);
}
.footer__arrow {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	-webkit-transition: all 0.3s 0s;
	transition: all 0.3s 0s;
}
.footer__body {
	margin-top: 12px;
}
.footer__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 12px;
	font-size: 12px;
	color: #000;
}
.footer__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
	margin-top: 60px;
}
.footer__copy {
	font-size: 12px;
	font-weight: 600;
}
.footer__dev {
	font-size: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	color: #000;
	-webkit-transition: all 0.3s 0s;
	transition: all 0.3s 0s;
}
.card {
	padding-bottom: 30px;
}
.card__wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (50%) [2];
	grid-template-columns: repeat(2, 50%);
}
.card__body {
	padding: 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 30px;
}
.card__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 8px;
}
.card__name {
	font-size: 12px;
	font-weight: 600;
}
.card__price {
	font-size: 12px;
	font-weight: 600;
}
.gallery-card__slide {
	aspect-ratio: 713/940;
	position: relative;
	width: 100%;
}
.gallery-card__slide img {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
}
.size-card__title {
	font-size: 14px;
	font-weight: 600;
}
.size-card__content {
	margin-top: 10px;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
	gap: 10px;
}
.size-card__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.size-card__input {
	display: none;
}
.size-card__input:checked + .size-card__value {
	background-color: #000;
	color: #fff;
}
.size-card__input:disabled + .size-card__value {
	opacity: 0.25;
	cursor: default;
}
.size-card__value {
	font-size: 12px;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border: 1px solid #000;
	min-height: 40px;
	cursor: pointer;
}
.details-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 20px;
}
.details-card__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}
.details-card__top._active .details-card__icon::after {
	-webkit-transform: translate(-50%, -50%) rotate(0);
	-ms-transform: translate(-50%, -50%) rotate(0);
	transform: translate(-50%, -50%) rotate(0);
}
.details-card__name {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 12px;
	font-weight: 600;
}
.details-card__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16px;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	position: relative;
}
.details-card__icon::after,
.details-card__icon::before {
	content: '';
	width: 14px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #000;
	-webkit-transition: all 0.3s 0s;
	transition: all 0.3s 0s;
}
.details-card__icon::after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}
.details-card__body {
	display: none;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 20px;
}
.details-card__body > :not(:last-child) {
	margin-bottom: 10px;
}
.details-card__body ul {
	padding-left: 20px;
}
.details-card__body ul li {
	list-style: disc;
}
.article__body {
	font-size: 14px;
	color: #000;
	line-height: 1.4;
}
.article__body > :not(:last-child) {
	margin-bottom: 16px;
}
.article__body h5 {
	font-size: 14px;
	font-weight: 600;
}
.contacts {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 50px 0 0 !important;
}
.contacts__wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [2];
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
}
.contacts__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 20px;
}
.contacts__title {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.contacts__text {
	font-size: 14px;
	line-height: 1.5;
	max-width: 450px;
}
.contacts__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 12px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 14px;
}
.callback {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.callback__item {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 calc((100% - 20px * 1) / 2);
	flex: 1 0 calc((100% - 20px * 1) / 2);
}
.callback__item._full {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
.callback__button {
	min-width: 200px;
}
.catalog__filters {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 30px;
	row-gap: 10px;
}
.catalog__body {
	margin-top: 26px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [3];
	grid-template-columns: repeat(3, 1fr);
	row-gap: 40px;
}
.filter-catalog {
	position: relative;
	z-index: 1;
}
.filter-catalog._sort .filter-catalog__body {
	left: auto;
	right: -50px;
	width: 180px;
}
.filter-catalog._size .filter-catalog__body {
	width: 100px;
	left: auto;
	left: -20px;
}
.filter-catalog._active .filter-catalog__head .filter-catalog__arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.filter-catalog:not(._active) .filter-catalog__body {
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.filter-catalog__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	font-weight: 600;
}
.filter-catalog__count {
	font-size: 14px;
	font-weight: 600;
	color: #000;
	height: 23px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 23px;
	flex: 0 0 23px;
	width: 23px;
	border-radius: 50%;
	background-color: #e8e8e8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}
.filter-catalog__arrow {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8px;
	flex: 0 0 8px;
	width: 8px;
	height: 8px;
	-webkit-transition: all 0.3s 0s;
	transition: all 0.3s 0s;
}
.filter-catalog__body {
	position: absolute;
	top: calc(100% + 6px);
	left: -16px;
	width: 228px;
	background-color: #fff;
	border: 1px solid #f3f3f3;
	-webkit-box-shadow:
		0 4px 4px -4px rgba(12, 12, 13, 0.05),
		0 16px 32px -4px rgba(12, 12, 13, 0.1);
	box-shadow:
		0 4px 4px -4px rgba(12, 12, 13, 0.05),
		0 16px 32px -4px rgba(12, 12, 13, 0.1);
	padding: 16px;
	border-radius: 4px;
	-webkit-transition: all 0.3s 0s;
	transition: all 0.3s 0s;
	z-index: 2;
}
.filter-catalog__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 10px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.sort-filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}
.sort-filter__input {
	display: none;
}
.sort-filter__input:checked + .sort-filter__content .sort-filter__icon {
	opacity: 1;
}
.sort-filter__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
}
.sort-filter__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	opacity: 0;
}
.sort-filter__name {
	font-size: 14px;
	font-weight: 600;
}
.product-preview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}
.product-preview__head {
	position: relative;
}
.product-preview__image {
	display: block;
	aspect-ratio: 713/980;
}
.product-preview__image img {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
.product-preview__mod {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 4px 6px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}
.product-preview__buy {
	position: absolute;
	bottom: 20px;
	right: 20px;
	background-color: #fff;
	border-radius: 100px;
	min-width: 38px;
	min-height: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5px 8px;
	white-space: nowrap;
}
.product-preview__buy span {
	font-size: 0;
	margin-left: 0;
	-webkit-transition: all 0.3s 0s;
	transition: all 0.3s 0s;
}
.product-preview__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 10px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0 10px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.product-preview__name {
	font-size: 14px;
	font-weight: 600;
	-webkit-transition: all 0.3s 0s;
	transition: all 0.3s 0s;
}
.product-preview__price {
	font-size: 14px;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	row-gap: 3px;
	margin-top: auto;
}
.product-preview__price span._old {
	font-size: 12px;
	font-weight: 400;
	color: #bfbfbf;
	text-decoration: line-through;
}
.order {
	padding-top: 30px;
}
.order__wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [2];
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
}
.order__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 50px;
}
.order__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}
.order__title {
	font-size: 14px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.order__link {
	font-size: 16px;
	text-decoration: underline;
}
.order__body {
	margin-top: 20px;
}
.order__fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}
.order__field {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 calc((100% - 20px) / 2);
	flex: 1 0 calc((100% - 20px) / 2);
}
.order__field._full {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
.delivery-order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 20px;
}
.delivery-order__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 44px;
	padding: 5px 20px;
	border: 1px solid #000;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	cursor: pointer;
}
.delivery-order__nav._active {
	background-color: #000;
	color: #fff;
}
.delivery-order__name {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.delivery-order__value {
	font-weight: 600;
}
.delivery-order__details ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 20px;
	font-size: 14px;
	line-height: 1.5;
}
.delivery-order__details ul b,
.delivery-order__details ul strong {
	font-weight: 600;
}
.delivery-order__details ul li {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 150px 1fr;
	grid-template-columns: 150px 1fr;
	gap: 10px;
}
.payment-order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 20px;
}
.payment-order__input {
	display: none;
}
.payment-order__input:checked + .payment-order__content {
	background-color: #000;
	color: #fff;
}
.payment-order__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 44px;
	padding: 5px 20px;
	border: 1px solid #000;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	cursor: pointer;
}
.sidebar-order__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 20px;
}
.sidebar-order__products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 20px;
}
.sidebar-order__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 20px;
	font-size: 14px;
	font-weight: 400;
}
.sidebar-order__list li {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr auto;
	grid-template-columns: 1fr auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sidebar-order__list li._total {
	font-weight: 600;
}
.product-order {
	display: -ms-grid;
	display: grid;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-grid-columns: 70px 1fr 70px;
	grid-template-columns: 70px 1fr 70px;
	gap: 10px;
}
.product-order__image {
	aspect-ratio: 1;
	position: relative;
}
.product-order__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.product-order__count {
	line-height: 0.8;
	font-size: 12px;
	font-weight: 600;
	color: #000;
	background-color: #fff;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	right: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}
.product-order__count span {
	margin-top: 2px;
}
.product-order__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 10px;
}
.product-order__name {
	font-size: 14px;
	font-weight: 600;
}
.product-order__name a {
	-webkit-transition: all 0.3s 0s;
	transition: all 0.3s 0s;
}
.product-order__size {
	font-size: 14px;
	font-weight: 600;
	color: #9d9d9d;
}
.product-order__price {
	font-size: 14px;
	font-weight: 600;
	text-align: right;
}
.order-submited {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.order-submited__wrapper {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	row-gap: 20px;
	width: 100%;
	max-width: 330px;
	font-size: 14px;
}
.order-submited__title {
	font-weight: 600;
	text-transform: uppercase;
}
.order-submited__button {
	width: 100%;
}
.collection {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.collection__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% / 2);
	flex: 0 0 calc(100% / 2);
}
.collection__item:first-child {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	aspect-ratio: unset;
	height: calc(100dvh - 74px);
}
.collection__item:first-child .collection__body {
	position: absolute;
	inset: 0;
	padding: 30px 50px;
	border-color: #fff;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: left;
	color: #fff;
}
.collection__item:first-child .collection__body > * {
	width: 100%;
	max-width: 474px;
}
.collection__item:not(:first-child) {
	margin-bottom: 20px;
}
.collection__image {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	aspect-ratio: 713/969;
	height: 100%;
	width: 100%;
	display: block;
	position: relative;
}
.collection__image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.collection__body {
	color: #000;
	font-size: 14px;
	text-align: center;
}
.collection__name {
	text-transform: uppercase;
	font-weight: 600;
}
.collection__text {
	font-weight: 600;
	margin-top: 10px;
}
.collection-footer {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
}
.page {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-top: 74px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.page section:last-child {
	padding-bottom: 50px;
}
a {
	color: inherit;
	-webkit-transition: color 0.3s 0s;
	transition: color 0.3s 0s;
}
@media (min-width: 721.98px) {
	.menu__arrow {
		display: none;
	}
	.presentation__item:nth-child(2) {
		aspect-ratio: unset;
	}
	.footer__arrow {
		display: none;
	}
	.gallery-card__slider .swiper-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media (min-width: 992px) {
	.select__option:hover {
		background: #d9d9d9;
	}
}
@media (max-width: 1212px) {
	._container {
		padding: 0 20px;
	}
	.catalog__body {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
	.filter-catalog._sort .filter-catalog__body {
		right: -17px;
	}
	.product-preview__buy {
		display: none;
	}
	.collection__item:first-child .collection__body {
		padding: 20px;
	}
	.collection__item:not(:first-child) {
		margin-bottom: 10px;
	}
}
@media (max-width: 991.98px) {
	.presentation {
		padding-bottom: 20px;
	}
	.shop-section {
		padding: 20px 0;
	}
	.shop-section__slide {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 5);
		flex: 0 0 calc(100% / 5);
	}
	.card {
		padding-bottom: 20px;
	}
	.card__body {
		padding: 0 20px;
	}
	.contacts {
		padding: 20px 0 0 !important;
	}
	.contacts__wrapper {
		gap: 20px;
	}
	.order__wrapper {
		gap: 20px;
	}
	.page section:last-child {
		padding-bottom: 40px;
	}
}
@media (max-width: 721.98px) {
	.menu__columns {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.menu__column {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.menu__list {
		display: none;
	}
	.presentation {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
	.presentation__item:nth-child(2) {
		grid-column: 1/-1;
	}
	.shop-section__slider .swiper-wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.shop-section__slide {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 4);
		flex: 0 0 calc(100% / 4);
	}
	.footer {
		padding: 30px 0 20px;
	}
	.footer__columns {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 16px;
	}
	.footer__column {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		padding-bottom: 16px;
		border-bottom: 1px solid #dbdbdb;
	}
	.footer__body {
		display: none;
	}
	.footer__bottom {
		margin-top: 20px;
	}
	.card__wrapper {
		-ms-grid-columns: 100%;
		grid-template-columns: 100%;
	}
	.card__body {
		position: static !important;
		padding: 20px;
	}
	.gallery-card__slide:not(:last-child) {
		margin-right: 5px;
	}
	.gallery-card__slide {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 90%;
		flex: 0 0 90%;
		width: auto;
	}
	.contacts__wrapper {
		-ms-grid-columns: 100%;
		grid-template-columns: 100%;
	}
	.order__wrapper {
		-ms-grid-columns: 100%;
		grid-template-columns: 100%;
	}
	.order__main {
		gap: 30px;
	}
	.sidebar-order__wrapper {
		position: static !important;
	}
}
@media (max-width: 479.98px) {
	.popup__body {
		max-width: 100%;
	}
	.header__actions {
		gap: 16px;
	}
	.header__language {
		display: none;
	}
	.header__action {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20px;
		flex: 0 0 20px;
		width: 20px;
	}
	.header__action_icon {
		width: 20px;
		height: 20px;
	}
	.presentation {
		padding-bottom: 15px;
	}
	.shop-section {
		padding: 15px 0;
	}
	.shop-section__slide {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 2);
		flex: 0 0 calc(100% / 2);
	}
	.card {
		padding-bottom: 15px;
	}
	.catalog__body {
		row-gap: 20px;
	}
	.product-preview__price {
		min-height: 38px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-column-gap: 5px;
		-moz-column-gap: 5px;
		column-gap: 5px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.page section:last-child {
		padding-bottom: 30px;
	}
}
@media (any-hover: hover) {
	._btn:hover {
		background-color: #242424;
	}
	.menu__name:hover {
		text-decoration: underline;
	}
	.menu__link:hover {
		text-decoration: underline;
	}
	.language__item:hover {
		text-decoration: underline;
	}
	.footer__item a:hover {
		opacity: 0.7;
	}
	.footer__dev:hover {
		opacity: 0.7;
	}
	.product-preview__buy:hover span {
		font-size: 14px;
		margin-left: 6px;
	}
	.product-preview__name:hover {
		opacity: 0.7;
	}
	.order__link:hover {
		text-decoration: none;
	}
	.product-order__name a:hover {
		opacity: 0.7;
	}
}
