@charset "UTF-8";

@font-face {
	font-family: "Gilroy";
	font-display: swap;
	src: url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Gilroy";
	font-display: swap;
	src: url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Gilroy";
	font-display: swap;
	src: url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Gilroy";
	font-display: swap;
	src: url("../fonts/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy-SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "icons";
	font-display: swap;
	src: url("../fonts/icons.woff") format("woff"), url("../fonts/icons.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "icons";
	font-display: swap;
	src: url("../fonts/icons.woff") format("woff"), url("../fonts/icons.woff2#icons") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

._init .menu-footer__title::before,
[class^=_icon-]:before,
[class*=" _icon-"]:before {
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^=_icon-]:before,
[class*=" _icon-"]:before {
	display: block;
}

._icon-arrow-down:before,
._init .menu-footer__title:before {
	content: "\e900";
}

._icon-arrow-link:before {
	content: "\e901";
}

._icon-cart:before {
	content: "\e902";
}

._icon-favorite:before {
	content: "\e903";
}

._icon-location:before {
	content: "\e904";
}

._icon-phone:before {
	content: "\e905";
}

._icon-search:before {
	content: "\e906";
}

._icon-send:before {
	content: "\e907";
}

._icon-share:before {
	content: "\e908";
}

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

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

aside,
nav,
footer,
header,
section {
	display: block;
}

html {
	font-size: 18px;
}

html,
body {
	height: 100%;
	min-width: 320px;
}

body {
	line-height: 1;
	font-family: "Gilroy";
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
	font-family: "Gilroy";
	font-size: inherit;
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
	background-color: inherit;
}

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: #3a3a3a;
}

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 {
	max-width: 1270px;
	padding: 0px 15px;
	margin: 0 auto;
}

.btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 15px;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	min-height: 48px;
}

.btn_white {
	color: #e89f71;
	background-color: #fff;
	font-size: 1.2rem;
}

.select {
	position: relative;
}

.select__item {
	position: relative;
}

.select__title {
	color: #000;
	border: 1px solid #d9d9d9;
	background-color: #fff;
	cursor: pointer;
	border-radius: 4px;
}

.select__value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	height: 30px;
	padding: 0px 15px;
	-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;
}

.select__value span {
	height: 1em;
	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;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 11px;
	height: 7px;
	background: url("../img/icons/select.svg") center/100% no-repeat;
}

.select__input {
	width: 100%;
	background-color: transparent;
	height: 100%;
}

.select__options {
	color: #000;
	position: absolute;
	top: 29px;
	border-radius: 0 0 4px 4px;
	min-width: 100%;
	left: 0;
	background-color: #fff;
	border-top: 0;
	border: 1px solid #d9d9d9;
	border-top: 0;
	font-size: 14px;
	padding: 10px 0px 5px 0px;
}

.select__option {
	cursor: pointer;
	padding: 5px 15px;
	margin: 0px 0px 0px 0px;
}

.select._active {
	z-index: 5;
}

.select._active .select__value:before {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.select._active .select__options {
	display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
	outline: none;
}

.input {
	border-radius: 0 !important;
	width: 100%;
	display: block;
	padding: 0px 20px;
}

textarea.input {
	resize: none;
	padding: 0px 0px;
}

.checkbox {
	position: relative;
}

.checkbox__input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}

.checkbox__input:checked+.checkbox__text:before {
	background: #fff url("../img/icons/check.svg") center no-repeat;
}

.checkbox__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: #ffffff;
	letter-spacing: -0.3px;
	line-height: 1.25;
	cursor: pointer;
}

.checkbox__text:before {
	content: "";
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin: 0px 14px 0px 0px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	left: 0;
	top: 0;
	width: 20px;
	height: 18px;
	background: #fff;
	border: 1px solid #a7a9ac;
}

.checkbox a {
	color: #fff;
	text-decoration: underline;
}

.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: #ffffff;
	letter-spacing: -0.3px;
	line-height: 1.25;
}

.options__text:before {
	content: "";
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin: 0px 14px 0px 0px;
	-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;
	-o-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 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-size: 40px;
	line-height: 0.75;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}

.rating.rating_sending {
	opacity: 0.2;
}

.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
	cursor: pointer;
}

.rating__body {
	position: relative;
}

.rating__body::before {
	content: "★★★★★";
	display: block;
}

.rating__active {
	position: absolute;
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

.rating__active::before {
	content: "★★★★★";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #ffd300;
}

.rating__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.rating__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	height: 100%;
	opacity: 0;
}

.rating__value {
	font-size: 50%;
	line-height: 1;
	padding: 0px 0px 0px 10px;
}

.quantity {
	width: 88px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid rgba(166, 166, 166, 0.45);
}

.quantity__button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30px;
	flex: 0 0 30px;
	position: relative;
	cursor: pointer;
}

.quantity__button::before,
.quantity__button::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin: 0px 0px 0px -4.5px;
	background-color: #a6a6a6;
	width: 9px;
	height: 1px;
}

.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%;
	color: #a6a6a6;
	font-size: 12px;
	width: 100%;
	text-align: center;
}

._title {
	font-size: 40px;
	font-weight: 700;
	line-height: 120%;
	text-align: center;
}

._flyImage._ibg {
	opacity: 1;
	position: fixed;
	z-index: 100;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

._footer-title {
	font-size: 24px;
	line-height: 120.8333333333%;
	color: #000;
	font-weight: 700;
}

.slider-arrows {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (48px)[2];
	grid-template-columns: repeat(2, 48px);
	-webkit-column-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px;
}

.slider-arrow {
	pointer-events: auto;
	border-radius: 50%;
	height: 48px;
	background-color: rgba(232, 159, 113, 0.3);
	color: #e89f71;
	font-size: 12px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.slider-arrow_prev::before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.slider-arrow_next::before {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.slider-arrow_white {
	-webkit-box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.16);
	background-color: #fff;
}

.swiper-pagination-bullets {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-pagination-bullet {
	cursor: pointer;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 27px;
	flex: 0 0 27px;
	height: 27px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 2px 0px;
}

.swiper-pagination-bullet:not(:last-child) {
	margin-right: 12px;
}

.swiper-pagination-bullet::after {
	content: "";
	width: 11px;
	height: 11px;
	background-color: #d8d8d8;
	border-radius: 50%;
	-webkit-transition: background-color 0.3s ease 0s;
	-o-transition: background-color 0.3s ease 0s;
	transition: background-color 0.3s ease 0s;
}

.swiper-pagination-bullet::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #e89f71;
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	transition: -webkit-transform 0.3s ease 0s;
	-o-transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.swiper-pagination-bullet-active::after {
	background-color: #e89f71;
}

.swiper-pagination-bullet-active::before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

ol.counter {
	list-style-type: none;
	counter-reset: item;
}

ol.counter li {
	position: relative;
	padding: 0px 0px 0px 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;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.es {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	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 video,
._video iframe,
._video object,
._video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
	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;
}

._more-content {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	overflow: hidden;
}

._more-link {
	cursor: pointer;
}

._more-link span {
	font-style: normal;
}

._more-link span:first-child {
	display: block;
}

._more-link span:last-child {
	display: none;
}

._more-link._active span {
	font-style: normal;
}

._more-link._active span:first-child {
	display: none;
}

._more-link._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(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
	display: none !important;
}

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

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

.lg-actions .lg-next,
.lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, 0.45);
	border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: block;
	margin-top: -10px;
	position: absolute;
	display: block;
	width: 20px;
	height: 36px;
	top: 50%;
	-webkit-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
	z-index: 1080;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
	color: #fff;
}

.lg-actions .lg-next {
	right: 20px;
	background: url("../img/icons/p-right.svg") 0 0/100% no-repeat;
}

.lg-actions .lg-prev {
	left: 20px;
	background: url("../img/icons/p-left.svg") 0 0/100% no-repeat;
}

@-webkit-keyframes lg-right-end {
	0% {
		left: 0;
	}

	50% {
		left: -30px;
	}

	100% {
		left: 0;
	}
}

@keyframes lg-right-end {
	0% {
		left: 0;
	}

	50% {
		left: -30px;
	}

	100% {
		left: 0;
	}
}

@-webkit-keyframes lg-left-end {
	0% {
		left: 0;
	}

	50% {
		left: 30px;
	}

	100% {
		left: 0;
	}
}

@keyframes lg-left-end {
	0% {
		left: 0;
	}

	50% {
		left: 30px;
	}

	100% {
		left: 0;
	}
}

.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end 0.3s;
	animation: lg-right-end 0.3s;
	position: relative;
}

.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end 0.3s;
	animation: lg-left-end 0.3s;
	position: relative;
}

.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: medium none;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
	color: #fff;
}

.lg-toolbar .lg-close {
	background: url("../img/icons/close.svg") center no-repeat;
}

.lg-toolbar .lg-download {
	display: none;
}

.lg-sub-html {
	background-color: rgba(0, 0, 0, 0.45);
	bottom: 0;
	color: #eee;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080;
}

.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}

.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0;
}

#lg-counter {
	color: #999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle;
}

.lg-toolbar,
.lg-prev,
.lg-next {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	-webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
	transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
	-o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-outer .lg-thumb-outer {
	background-color: #0d0a0a;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s !important;
	-o-transition-duration: 0s !important;
	transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0, 0%, 0);
	transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
	border-radius: 5px;
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #fff;
	border-radius: 4px;
	margin-bottom: 5px;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
	-webkit-transition: bottom 0.25s ease;
	-o-transition: bottom 0.25s ease;
	transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
	background-color: #0d0a0a;
	border-radius: 2px 2px 0 0;
	color: #999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px;
}

.lg-outer .lg-toggle-thumb:after {
	content: "\e1ff";
}

.lg-outer .lg-toggle-thumb:hover {
	color: #fff;
}

.lg-outer .lg-video-cont {
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px;
}

.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}

.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer;
}

._no-webp .lg-outer .lg-has-vimeo .lg-video-play {
	background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

._no-webp .lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

._no-webp .lg-outer .lg-has-html5 .lg-video-play {
	background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
}

.lg-outer .lg-has-html5 .lg-video-play {
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1;
}

._no-webp .lg-outer .lg-has-youtube .lg-video-play {
	background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

._no-webp .lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible;
}

.lg-progress-bar {
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1083;
	opacity: 0;
	-webkit-transition: opacity 0.08s ease 0s;
	-o-transition: opacity 0.08s ease 0s;
	transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
	background-color: #a90707;
	height: 5px;
	width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
	width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
	opacity: 1;
}

.lg-autoplay-button:after {
	content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
	content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
	transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
	-o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#lg-zoom-in:after {
	content: "\e311";
}

#lg-actual-size {
	font-size: 20px;
}

#lg-actual-size:after {
	content: "\e033";
}

#lg-zoom-out {
	opacity: 0.5;
	pointer-events: none;
}

#lg-zoom-out:after {
	content: "\e312";
}

.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto;
}

.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible;
}

.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	-webkit-box-shadow: 0 0 0 2px white inset;
	box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #fff;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	-webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%;
}

.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow 0.3s ease 0s;
	-o-transition: box-shadow 0.3s ease 0s;
	-webkit-transition: -webkit-box-shadow 0.3s ease 0s;
	transition: -webkit-box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
	width: 12px;
}

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
	-webkit-box-shadow: 0 0 0 8px white inset;
	box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0;
}

.lg-fullscreen:after {
	content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
	content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, 0.25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1081;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
	-o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
	transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	-ms-transform: translate3d(0, 0px, 0);
	-webkit-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
	opacity: 1;
	visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
	color: #fff;
}

.lg-outer .lg-dropdown {
	background-color: #fff;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-ms-transform: translate3d(0, 5px, 0);
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	-webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	-o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	-webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
	transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
	-o-transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
	transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #fff;
	right: 16px;
	top: -16px;
}

.lg-outer .lg-dropdown>li:last-child {
	margin-bottom: 0px;
}

.lg-outer .lg-dropdown>li:hover a,
.lg-outer .lg-dropdown>li:hover .lg-icon {
	color: #333;
}

.lg-outer .lg-dropdown a {
	color: #333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
	color: #333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto;
}

.lg-outer #lg-share {
	position: relative;
}

.lg-outer #lg-share:after {
	content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
	color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
	content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
	color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
	content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
	color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
	content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
	color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
	content: "\e903";
}

.group {
	*zoom: 1;
}

.group:before,
.group:after {
	display: table;
	content: "";
	line-height: 0;
}

.group:after {
	clear: both;
}

.lg-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.lg-outer * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.lg-outer.lg-visible {
	opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
	-webkit-transition-duration: inherit !important;
	-o-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	-o-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
	-webkit-transition-duration: 0s !important;
	-o-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
}

.lg-outer .lg-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}

.lg-outer .lg-item {
	background: url("../img/icons/loading.gif") no-repeat scroll center center transparent;
	display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
	display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
	display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.lg-outer .lg-item.lg-complete {
	background-image: none;
}

.lg-outer .lg-item.lg-current {
	z-index: 1060;
}

.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1;
}

.lg-outer .lg-empty-html {
	display: none;
}

.lg-outer.lg-hide-download #lg-download {
	display: none;
}

.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background-color: rgba(0, 0, 0, 0.9);
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
	opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
	-webkit-transition: none 0s ease 0s !important;
	-o-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
	opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
	-webkit-transition: opacity 0.1s ease 0s;
	-o-transition: opacity 0.1s ease 0s;
	transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.popup {
	-webkit-overflow-scrolling: touch;
	z-index: 100;
	padding: 30px 10px;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: visibility 0.8s ease 0s;
	-o-transition: visibility 0.8s ease 0s;
	transition: visibility 0.8s ease 0s;
	visibility: hidden;
}

.popup::before {
	content: "";
	background-color: rgba(0, 0, 0, 0.9);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity 0.8s ease 0s;
	-o-transition: opacity 0.8s ease 0s;
	transition: opacity 0.8s ease 0s;
}

.popup.show {
	visibility: visible;
	overflow: auto;
}

.popup.show::before {
	opacity: 1;
}

.popup.show .popup__body {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.popup._active {
	overflow: auto;
	visibility: visible;
}

.popup._active::before {
	opacity: 1;
}

.popup._active .popup__body {
	-webkit-transition: all 0.3s ease 0.2s;
	-o-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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
}

.popup__body {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background-color: #fff;
	padding: 50px;
	width: 100%;
	max-width: 800px;
}

.popup__close {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	z-index: 30;
	background: url("../img/icons/close.svg") 0 0 no-repeat;
}

.header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	min-height: 40px;
}

.header._scroll .header__wrapper {
	background-color: rgba(255, 255, 255, 0.8);
}

.header._scroll .header__body {
	min-height: 50px;
}

.header__wrapper {
	-webkit-transition: background-color 0.3s ease 0s;
	-o-transition: background-color 0.3s ease 0s;
	transition: background-color 0.3s ease 0s;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 50;
}

.header__body {
	-webkit-transition: min-height 0.3s ease 0s;
	-o-transition: min-height 0.3s ease 0s;
	transition: min-height 0.3s ease 0s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 0;
	min-height: 105px;
	position: relative;
}

.header__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
}

.header__logo {
	color: #000;
	font-weight: 700;
	font-size: 24px;
	position: relative;
	z-index: 5;
	line-height: 120.8333333333%;
	padding-right: 15px;
}

.header__logo img {
	max-height: 2.3rem;
	/* max-width: 5.5rem; */
}

.header__search {
	padding-right: 32px;
}

.menu {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 530px;
	flex: 0 1 530px;
}

.menu__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0px 3px;
	padding: 5px 0px;
	position: relative;
}

.menu__link {
	font-weight: 500;
	font-size: 24px;
	color: inherit;
	-webkit-transition: color 0.3s ease 0s;
	-o-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
}

.menu__arrow {
	margin: 0px 0px 0px 8px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-size: 8px;
}

.menu__sub-list {
	position: relative;
	/* background-color: #ffb20f; */
	padding: 15px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	background: rgba(255, 255, 255, 0.72);
   backdrop-filter: blur(31px);
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.menu__sub-item:not(:last-child) {
	margin: 0px 0px 15px 0px;
}

.menu__sub-link {
	color: #3a3a3a;
	line-height: 135%;
	font-size: 18px;
	font-weight: 600;
}

.search-form {
	max-width: 473px;
}

.search-form._active .search-form__item {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.search-form._active .search-form__icon {
	color: #e89f71;
}

.search-form__icon {
	position: relative;
	z-index: 5;
	font-size: 22px;
	color: #262f56;
}

.search-form__item {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.search-form__btn {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 45px;
	flex: 0 0 45px;
	height: 45px;
	font-size: 15px;
	color: #333333;
}

.search-form__input {
	font-size: 14px;
	width: 100%;
	padding: 0px 20px 0px 0px;
	color: #616161;
}

.actions-header {
	position: relative;
	z-index: 5;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto;
	grid-template-columns: auto;
	grid-auto-flow: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 32px;
}

.actions-header__item_favorites {
	color: #262f56;
	font-size: 24px;
	-webkit-transition: color 0.3s ease 0s;
	-o-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
}

.actions-header__item_user {
	overflow: hidden;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

.cart-header__icon {
	color: #262f56;
	font-size: 24px;
	-webkit-transition: color 0.3s ease 0s;
	-o-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
	position: relative;
	display: block;
}

.cart-header__icon span {
	position: absolute;
	width: 20px;
	height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: -10px;
	right: -10px;
	border-radius: 50%;
	background-color: #e89f71;
	color: #fff;
	font-size: 12px;
}

.cart-header__body {
	background: #f4f5f7;
	border: 1px solid #e0e0e0;
	position: absolute;
	top: 60px;
	right: 0;
	padding: 15px;
	width: 300px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transform: translate(0px, 20px);
	-ms-transform: translate(0px, 20px);
	transform: translate(0px, 20px);
}

._active .cart-header__body {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}

.cart-list {
	overflow: auto;
	max-height: 200px;
}

.cart-list__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	height: 100px;
}

.cart-list__body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 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: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0px 0px 0px 10px;
}

.cart-list__title {
	color: inherit;
	font-weight: 600;
	-webkit-transition: color 0.3s ease 0s;
	-o-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
	margin: 0px 0px 0.3125em 0px;
}

.cart-list__quantity {
	font-size: 14px;
	margin: 0px 0px 0.3571428571em 0px;
}

.cart-list__delete {
	color: red;
	font-size: 14px;
}

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

.cart-list__item:not(:last-child) {
	margin: 0px 0px 15px 0px;
}

.icon-menu {
	display: none;
}

.footer__body {
	border-top: 1px solid #d8d8d8;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 285px 1fr 210px;
	grid-template-columns: 285px 1fr 210px;
	padding-top: 50px;
	padding-bottom: 40px;
	-webkit-column-gap: 80px;
	-moz-column-gap: 80px;
	column-gap: 80px;
}

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

.footer__logo {
	margin: 0px 0px 0.2em 0px;
}

.footer__text {
	color: #898989;
	line-height: 150%;
}

.footer__text:not(:last-child) {
	margin: 0px 0px 1em 0px;
}

.contacts-footer {
	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;
}

.contacts-footer__item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 150%;
	color: #424040;
	-webkit-transition: color 0.3s ease 0s;
	-o-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
}

.contacts-footer__item::before {
	margin: 0px 8px 0px 0px;
}

.contacts-footer__item {
	margin-bottom: 10px;
}

.menu-footer__title {
	cursor: default;
}

._init .menu-footer__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

._init .menu-footer__title::before {
	font-size: 12px;
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	transition: -webkit-transform 0.3s ease 0s;
	-o-transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.menu-footer__title._active::before {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.menu-footer__list li:not(:last-child) {
	margin: 0px 0px 15px 0px;
}

.menu-footer__link {
	color: #616161;
	-webkit-transition: color 0.3s ease 0s;
	-o-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
	line-height: 120%;
	font-weight: 500;
}

.subscribe__title {
	margin: 0px 0px 0.6666666667em 0px;
}

.subscribe__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.subscribe__form .form__error {
	position: absolute;
	top: 100%;
	margin: 3px 0px 0px 0px;
	left: 12px;
	color: red;
	font-size: 12px;
}

.subscribe__button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 45px;
	flex: 0 0 45px;
	height: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	background-color: #e89f71;
	color: #fff;
	-webkit-transition: background-color 0.3s ease 0s;
	-o-transition: background-color 0.3s ease 0s;
	transition: background-color 0.3s ease 0s;
	margin: 0px 0px 0px 4px;
}

.subscribe__input {
	width: 100%;
	padding: 0px 12px;
	background: #f4f5f7;
	color: #828282;
	font-size: 16px;
}

.page {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.page__main-slider {
		background-color: #f9f9f9;
	}

@media (max-width: 991.97px) {
  .main-slider {
	background: #fff9ef;
  }
}

.main-slider__container {
	position: relative;
}

.main-slider__body {
	padding: 100px 0px 0px 0px;
	position: relative;
	z-index: 2;
}

.main-slider__content {
	/* -ms-flex-item-align: start; */
	align-self: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 39.8387096774%;
	flex: 0 0 39.8387096774%;
	/* margin-bottom: 80px; */
}

.main-slider__slider {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 0;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.content-main {
	position: relative;
	z-index: 5;
	padding: 15px;
	/* padding-left: 15px;
	padding-right: 15px; */
	background: rgba(255, 255, 255, 0.72);
	/* padding-top: 60px;
	padding-bottom: 60px; */
	text-align: center;
}

.content-main__title {
	font-size: 45px;
	font-weight: 700;
	line-height: 100%;	
}

.content-main__title:not(:last-child) {
	margin: 0px 0px 0.2857142857em 0px;
}

.content-main__text {
	font-size: 20px;
	color: #433d3f;
	font-weight: 500;
	line-height: 120%;
}

.content-main__text:not(:last-child) {
	margin: 0px 0px 1.1em 0px;
}

.content-main__button {
	font-weight: 600;
	min-height: 78px;
	font-size: 1.5rem;
	background-color: #ffb20f;
	color: #fff;
	width: 100%;
}

.slider-main {
	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: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.slider-main__controls {
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	margin: 0px 0px 20px 0px;
}

.slider-main__body {
	overflow: visible;
}

.slider-main__slide {
	position: relative;
}

.slider-main__image {
	padding: 0px 0px 59.1% 0px;
}

.slider-main__content {
	/* min-width: 295px;
	max-height: 300px; */
	overflow: auto;
	color: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 24px;
	background: rgba(255, 255, 255, 0.9);
	/* Если браузер поддерживает backdrop-filter */
}

@supports ((-webkit-backdrop-filter: blur(31px)) or (backdrop-filter: blur(31px))) {
	.slider-main__content {
		background: rgba(255, 255, 255, 0.72);
		-webkit-backdrop-filter: blur(31px);
		backdrop-filter: blur(31px);
	}
}

.slider-main__title {
	font-size: 24px;	
	line-height: 110%;
	font-weight: 700;
}

.slider-main__title:not(:last-child) {
	margin: 0px 0px 0.1428571429em 0px;
}

.slider-main__text {
	line-height: 115%;
	color: #433d3f;
	font-weight: 500;
}

.slider-main__text:not(:last-child) {
	margin: 0px 0px 0.5em 0px;
}

.slider-main__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	line-height: 150%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 20px;
}

.slider-main__price::before {
	margin: 0px 0px 0px 10px;
	font-size: 12px;
}

.controls-slider-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.controls-slider-main__dotts {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.advantages {
	padding-top: 88px;
	padding-bottom: 88px;
}

.advantages__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.advantages__item {
	display: -ms-inline-grid;
	display: inline-grid;
	padding: 15px 0;
	-ms-grid-rows: auto auto;
	-ms-grid-columns: 85px 1fr;
	grid-template: auto auto/85px 1fr;
	max-width: 310px;
}

.advantages__icon {
	text-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	-ms-grid-row-span: 2;
	grid-row: span 2;
}

.advantages__title {
	font-weight: 600;
	font-size: 18px;
	line-height: 150%;
	margin: 0px 0px 0.1111111111em 0px;
}

.advantages__text {
	line-height: 150%;
	color: #898989;
}

.products {
	padding-bottom: 44px;
}

.products__title {
	margin: 0.8em 0px;
}
.products__title-cat {
	margin: 4em 0 0.8em 0;
}

/* @media (max-width: 768px) {
	.products__title {
	margin-top: 100px;
	}
} */

/* @media (max-width: 768px) {
	.products__title-cat {
	margin-top: 2.8em;
	}
	} */

.products__items {
	display: -ms-grid;
	display: grid;
	gap: 32px;
	grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
}

.products__footer {
	padding: 32px 0px 0px 0px;
	text-align: center;
}

.products__more-1 {
	border: 1px solid #e89f71;
	min-width: 245px;
}

.products__more._hold {
	opacity: 0.4;
	cursor: default;
}

.item-product {
	background: #f4f5f7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
}

.item-product__labels {
	position: absolute;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	right: 15px;
	top: 10px;
}

.item-product__labels--prem {
	position: absolute;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	/* right: 185px;
	top: 10px; */
}

.item-product__label--prem {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 35px;
	flex: 0 0 35px;
	/* width: 48px; */
	padding: 0 7px;
	border-radius: 7%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-weight: 500;
	margin-bottom: 5px;
	position: relative;
}

.item-product__label {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48px;
	flex: 0 0 48px;
	width: 48px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-weight: 500;
}

.item-product__label:not(:last-child) {
	margin: 0px 0px 10px 0px;
}

.item-product__label_sale {
	background: #e97171;
}

.item-product__label_new {
	background: #2ec1ac;
}

.item-product__label--prem {
	background: #0bf114;
}

.item-product__image {
	padding: 0px 0px 105.6140350877% 0px;
}

.item-product__body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.item-product__content {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.item-product__title {
	font-size: 24px;
	font-weight: 600;
	line-height: 115%;
	color: #3b3a3a;
	/* margin: 0px 0px 0.3333333333em 0px; */
}

.item-product__text {
	color: #3b3a3a;
	line-height: 120%;
	margin: 0px 0px 0.3333333333em 0px;
}

.item-product__prices {
	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;
	line-height: 150%;
}

.item-product__price {
	font-size: 20px;
	font-weight: 600;
	color: #ff6d00;
}

.item-product__price_old {
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px 0px 16px;
	color: #7e7b78;
	/* text-decoration: line-through; */
}

.actions-product__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.actions-product__button {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
}

.actions-product__button:not(:last-child) {
	margin: 0px 0px 24px 0px;
}

.actions-product__button._hold {
	opacity: 0.2;
	cursor: default;
}

.actions-product__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: inherit;
	font-weight: 600;
	-webkit-transition: color 0.3s ease 0s;
	-o-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
}

.actions-product__link::before {
	margin: 0px 10px 0px 0px;
	font-size: 16px;
}

.rooms {
	background: #f9f9f9;
	padding-top: 44px;
	padding-bottom: 44px;
}

.rooms__body {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 37.5%;
	flex: 0 0 37.5%;
	position: relative;
	z-index: 5;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.rooms__title {
	text-align: left;
}

.rooms__title:not(:last-child) {
	margin: 0px 0px 0.2em 0px;
}

.rooms__text {
	line-height: 150%;
	font-weight: 500;
}

.rooms__text:not(:last-child) {
	margin: 0px 0px 24px 0px;
}

.rooms__button {
	background: #e89f71;
	color: #fff;
	min-width: 180px;
}

.rooms__slider {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 0;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.slider-rooms {
	position: relative;
}

.slider-rooms__body {
	overflow: visible;
	position: relative;
}

.slider-rooms__body::before {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: 100vw;
	left: 0;
	background-color: #f9f9f9;
	z-index: 2;
	-webkit-transform: translate(-100%, 0px);
	-ms-transform: translate(-100%, 0px);
	transform: translate(-100%, 0px);
}

.slider-rooms__slide {
	width: 372px;
	position: relative;
	overflow: hidden;
	min-height: 585px;
}

.slider-rooms__slide.swiper-slide-active .slider-rooms__image {
	height: 100%;
}

.slider-rooms__image {
	-webkit-transition: height 0.8s ease 0s;
	-o-transition: height 0.8s ease 0s;
	transition: height 0.8s ease 0s;
	height: 100%;
}

.slider-rooms__content {
	position: absolute;
	color: inherit;
	max-width: 278px;
	left: 24px;
	bottom: 24px;
	padding: 12px;
	background: rgba(255, 255, 255, 0.9);
	/* Если браузер поддерживает backdrop-filter */
}

@supports ((-webkit-backdrop-filter: blur(31px)) or (backdrop-filter: blur(31px))) {
	.slider-rooms__content {
		background: rgba(255, 255, 255, 0.72);
		-webkit-backdrop-filter: blur(31px);
		backdrop-filter: blur(31px);
	}
}

.slider-rooms__content::before {
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transform: translate(100%, 0px);
	-ms-transform: translate(100%, 0px);
	transform: translate(100%, 0px);
	width: 48px;
	height: 48px;
	background-color: #ffb20f;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.slider-rooms__title {
	font-weight: 600;
	font-size: 28px;
}

.slider-rooms__arrows {
	pointer-events: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
	width: calc(100% - 48px);
	left: 24px;
	z-index: 5;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.label-slider {
	display: -ms-grid;
	display: grid;
	/* color: #616161; */
	/* gap: 8px; */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	/* -ms-grid-columns: auto 27px auto;
	grid-template-columns: auto 27px auto; */
}

.label-slider:not(:last-child) {
	margin: 0px 0px 8px 0px;
}

.label-slider__line {
	height: 1px;
	background-color: #616161;
}

.tips {
	padding-top: 44px;
	padding-bottom: 44px;
}

.slider-tips {
	position: relative;
}

.slider-tips__body {
	margin-left: -32px;
	margin-right: -32px;
	padding: 32px;
}

.slider-tips__slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: -webkit-box-shadow 0.3s ease 0s;
	transition: -webkit-box-shadow 0.3s ease 0s;
	-o-transition: box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}

.slider-tips__image {
	padding: 0px 0px 64.1943734015% 0px;
}

.slider-tips__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 15px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.slider-tips__title {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	color: inherit;
	font-weight: 600;
	line-height: 120%;
	font-size: 24px;
	-webkit-transition: color 0.3s ease 0s;
	-o-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
}

.slider-tips__title:not(:last-child) {
	margin: 0px 0px 0.3333333333em 0px;
}

.slider-tips__text {
	/* color: #898989; */
	font-size: 16px;
	line-height: 120%;
}

.slider-tips__dotts {
	padding-top: 8px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.slider-tips__arrows {
	pointer-events: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
	width: calc(100% - 48px);
	left: 24px;
	z-index: 5;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.furniture {
	padding-bottom: 85px;
}

.furniture__label {
	text-align: center;
	color: #616161;
	line-height: 150%;
	font-size: 20px;
}

.furniture__label:not(:last-child) {
	margin: 0px 0px 0.4em 0px;
}

.furniture__title {
	margin: 0px 0px 0.8em 0px;
}

.furniture__body {
	position: relative;
}

.furniture__items {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto;
	grid-template-columns: auto;
	grid-auto-flow: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
}

.furniture__column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0px -8px;
}

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

.furniture__row {
	display: -ms-inline-grid;
	display: inline-grid;
	padding: 0px 8px;
	gap: 16px;
	-ms-grid-columns: auto;
	grid-template-columns: auto;
	grid-auto-flow: column;
}

.furniture__row:not(:last-child) {
	margin: 0px 0px 16px 0px;
}

.row-furniture_left-top {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
}

.row-furniture_left-bottom {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

.row-furniture_center {
	display: block;
}

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

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

@media (min-width: 767.98px) {
	.menu__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}

	.menu__item._hover .menu__sub-list {
		-webkit-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.menu__item._hover .menu__arrow {
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	.menu__item._hover .menu__arrow,
	.menu__item._hover .menu__link {
		color: #ffb20f;
	}

	.menu__sub-list {
		opacity: 0;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		-webkit-transform: translate(0px, 10px);
		-ms-transform: translate(0px, 10px);
		transform: translate(0px, 10px);
		visibility: hidden;
		min-width: 275px;
		left: 0;
		pointer-events: none;
		position: absolute;
		top: 100%;
		z-index: 5;
	}

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

	.menu-footer__column {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 33.333%;
		flex: 0 1 33.333%;
	}

	.menu-footer__title {
		margin: 0px 0px 0.6666666667em 0px;
	}

	.slider-main__content {
		position: absolute;
		/* min-width: 350px; */
		max-width: 470px;
		right: 20px;
		bottom: 20px;
	}

	.slider-rooms__image {
		height: 83%;
	}

	.slider-rooms__dotts {
		position: absolute;
		bottom: 30px;
		width: 100%;
		left: 396px;
	}
}

@media (min-width: 991.98px) {

	.quantity__button:hover::before,
	.quantity__button:hover::after {
		background-color: rgba(0, 0, 0, 0.5);
	}

	.header._scroll .header__body {
		min-height: 70px;
	}

	.header__search {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}

	.search-form__icon {
		display: none;
	}

	.main-slider__container::before {
		content: "";
		background: #fff9ef;
		position: absolute;
		top: 0;
		width: 100vw;
		right: 376px;
		height: 100%;
	}

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

	.main-slider__slider {
		padding: 0px 0px 0px 32px;
	}

	.content-main {
		padding: 30px;
		background: rgba(255, 255, 255, 0.9);
		/* Если браузер поддерживает backdrop-filter */
	}

	@supports ((-webkit-backdrop-filter: blur(31px)) or (backdrop-filter: blur(31px))) {
		.content-main {
			background: rgba(255, 255, 255, 0.72);
			-webkit-backdrop-filter: blur(31px);
			backdrop-filter: blur(31px);
			max-width: 430px;
		}
	}

	.slider-main__body {
		width: 934px;
	}

	.controls-slider-main__dotts {
		padding: 0px 20px 0px 0px;
	}

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

	.rooms__body {
		padding-right: 80px;
	}
}

@media (min-width: 992px) {
	.select__option:hover {
		background: #d9d9d9;
	}

	.checkbox a:hover {
		text-decoration: none;
	}
}

@media (min-width: 1025px) {
	.lg-outer .lg-thumb-item {
		-webkit-transition: border-color 0.25s ease;
		-o-transition: border-color 0.25s ease;
		transition: border-color 0.25s ease;
	}
}

@media (min-width: 1282px) {
	.slider-rooms__arrows {
		left: -24px;
		width: calc(100% + 48px);
	}

	.slider-tips__arrows {
		left: -24px;
		width: calc(100% + 48px);
	}
}

@media (max-width: 1282px) {
	.footer__body {
		-ms-grid-rows: auto auto;
		grid-template-rows: auto auto;
		-ms-grid-columns: 1fr 290px;
		grid-template-columns: 1fr 290px;
	}

	.footer__main {
		-ms-grid-column-span: 2;
		grid-column: span 2;
		margin-bottom: 40px;
	}
}

@media (max-width: 1282px) and (max-width: 1270px) {
	.footer__main {
		margin-bottom: calc(30px + 10 * ((100vw - 320px) / 950));
	}
}

@media (max-width: 1270px) {
	._title {
		font-size: calc(24px + 16 * ((100vw - 320px) / 950));
	}

	._footer-title {
		font-size: calc(20px + 4 * ((100vw - 320px) / 950));
	}

	.header__search {
		padding-right: calc(15px + 17 * ((100vw - 320px) / 950));
	}

	.actions-header {
		gap: calc(15px + 17 * ((100vw - 320px) / 950));
	}

	.actions-header__item_user {
		width: calc(30px + 10 * ((100vw - 320px) / 950));
	}

	.actions-header__item_user {
		height: calc(30px + 10 * ((100vw - 320px) / 950));
	}

	.footer__body {
		padding-top: calc(30px + 50 * ((100vw - 320px) / 950));
	}

	.footer__body {
		padding-bottom: calc(30px + 30 * ((100vw - 320px) / 950));
	}

	.footer__body {
		-webkit-column-gap: calc(0px + 80 * ((100vw - 320px) / 950));
		-moz-column-gap: calc(0px + 80 * ((100vw - 320px) / 950));
		column-gap: calc(0px + 80 * ((100vw - 320px) / 950));
	}

	.contacts-footer__item {
		margin-bottom: calc(15px + 6 * ((100vw - 320px) / 950));
	}

	.main-slider__content {
		margin-bottom: calc(15px + 17 * ((100vw - 320px) / 950));
	}

	/* .content-main {
		padding-top: calc(15px + 45 * ((100vw - 320px) / 950));
	} */

	/* .content-main {
		padding-bottom: calc(15px + 45 * ((100vw - 320px) / 950));
	} */

	.content-main__title {
		font-size: calc(24px + 20 * ((100vw - 320px) / 950));
	}

	.content-main__text {
		font-size: calc(18px + 4 * ((100vw - 320px) / 950));
	}

	.content-main__button {
		min-height: calc(45px + 33 * ((100vw - 320px) / 950));
	}

	.content-main__button {
		font-size: calc(20px + 4 * ((100vw - 320px) / 950));
	}

	.slider-main__content {
		padding: calc(15px + 9 * ((100vw - 320px) / 950));
	}

	.slider-main__title {
		font-size: calc(18px + 6 * ((100vw - 320px) / 950));
	}

	.slider-main__price {
		font-size: calc(16px + 4 * ((100vw - 320px) / 950));
	}

	.advantages {
		padding-top: calc(30px + 58 * ((100vw - 320px) / 950));
	}

	.advantages {
		padding-bottom: calc(30px + 58 * ((100vw - 320px) / 950));
	}

	.products {
		padding-bottom: calc(30px + 14 * ((100vw - 320px) / 950));
	}

	.item-product__labels {
		right: calc(10px + 14 * ((100vw - 320px) / 950));
	}

	.item-product__labels {
		top: calc(10px + 14 * ((100vw - 320px) / 950));
	}

	.item-product__title {
		font-size: calc(20px + 4 * ((100vw - 320px) / 950));
	}

	.item-product__price {
		font-size: calc(16px + 4 * ((100vw - 320px) / 950));
	}

	.item-product__price_old {
		font-size: calc(14px + 2 * ((100vw - 320px) / 950));
	}

	.rooms {
		padding-top: calc(30px + 14 * ((100vw - 320px) / 950));
	}

	.rooms {
		padding-bottom: calc(30px + 14 * ((100vw - 320px) / 950));
	}

	.slider-rooms__slide {
		min-height: calc(400px + 185 * ((100vw - 320px) / 950));
	}

	.slider-rooms__content {
		left: calc(15px + 9 * ((100vw - 320px) / 950));
	}

	.slider-rooms__content {
		bottom: calc(15px + 9 * ((100vw - 320px) / 950));
	}

	.slider-rooms__content {
		padding: calc(15px + 17 * ((100vw - 320px) / 950));
	}

	.slider-rooms__title {
		font-size: calc(24px + 4 * ((100vw - 320px) / 950));
	}

	.tips {
		padding-top: calc(30px + 14 * ((100vw - 320px) / 950));
	}

	.tips {
		padding-bottom: calc(30px + 14 * ((100vw - 320px) / 950));
	}

	.slider-tips__body {
		margin-left: calc(-15px + -17 * ((100vw - 320px) / 950));
	}

	.slider-tips__body {
		margin-right: calc(-15px + -17 * ((100vw - 320px) / 950));
	}

	.slider-tips__body {
		padding: calc(15px + 17 * ((100vw - 320px) / 950));
	}

	.slider-tips__title {
		font-size: calc(18px + 6 * ((100vw - 320px) / 950));
	}

	.slider-tips__dotts {
		padding-top: calc(0px + 8 * ((100vw - 320px) / 950));
	}

	.furniture {
		padding-bottom: calc(40px + 45 * ((100vw - 320px) / 950));
	}

	.furniture__label {
		font-size: calc(16px + 4 * ((100vw - 320px) / 950));
	}
}

@media (max-width: 991.98px) {
	.select__title {
		font-size: 18px;
	}

	.select__options {
		font-size: 18px;
	}

	.header__body {
		min-height: 80px;
	}

	.header__main {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}

	.search-form__item {
		-webkit-box-shadow: 0 0 5px rgba(212, 209, 205, 0.3);
		box-shadow: 0 0 5px rgba(212, 209, 205, 0.3);
		position: absolute;
		width: 100%;
		left: 0;
		top: -100%;
		z-index: 5;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	.cart-header__body {
		top: 50px;
	}

	.footer__body {
		display: block;
	}

	.footer__menu {
		margin-bottom: 40px;
	}

	.main-slider__body {
		padding: 80px 0px 0px 0px;
	}

	.main-slider__content {
		margin: 15px -15px 0px;
	}

	.slider-main {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.slider-main__controls {
		margin: 10px 0px 20px 0px;
	}

	.slider-main__body {
		margin: 0px -15px;
	}

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

	.controls-slider-main__arrows {
		display: none;
	}

	.advantages__item {
		min-width: 280px;
	}

	.rooms__body {
		margin: 0px 0px 30px 0px;
	}
}

@media (max-width: 991.98px) and (max-width: 1270px) {
	.footer__menu {
		margin-bottom: calc(30px + 10 * ((100vw - 320px) / 950));
	}
}

@media (max-width: 767.98px) {
	.header {
		min-height: 5px;
	}

	.header__body {
		min-height: 50px;
	}

	.menu__body {
		position: fixed;
		width: 100%;
		height: 100%;
		overflow: auto;
		top: 0;
		left: -100%;
		background-color: #f9f9f9;
		-webkit-transition: left 0.3s ease 0s;
		-o-transition: left 0.3s ease 0s;
		transition: left 0.3s ease 0s;
		padding: 90px 15px 30px 15px;
	}

	.menu__body::before {
		content: "";
		position: fixed;
		width: 100%;
		height: 50px;
		top: 0;
		left: -100%;
		-webkit-transition: left 0.3s ease 0s;
		-o-transition: left 0.3s ease 0s;
		transition: left 0.3s ease 0s;
		background-color: #fcf8f3;
		z-index: 2;
	}

	.menu__body._active {
		left: 0;
	}

	.menu__body._active::before {
		left: 0;
	}

	.menu__item {
		margin: 0px 0px 15px 0px;
	}

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

	/* .menu__link {
		font-size: 24px;
		font-weight: 600;
	} */

	.menu__arrow {
		font-size: 14px;
	}

	.menu__arrow._active {
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	.menu__sub-list {
		/* margin: 10px -15px 0px -15px; */
		margin: 10px 0px 0px 0px;
	}

	/* .menu__sub-item:not(:last-child) {
		margin: 0px 0px 15px 0px;
	}
 */
	/* .menu__sub-link {
		font-size: 20px;
	} */

	.cart-header__body {
		position: fixed;
		top: 50px;
		left: 0;
		width: 100%;
	}

	.icon-menu {
		margin-left: 32px;
		position: relative;
		display: block;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30px;
		flex: 0 0 30px;
		height: 18px;
		cursor: pointer;
		z-index: 5;
	}

	.icon-menu span {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		top: calc(50% - 1px);
		left: 0px;
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #000;
	}

	.icon-menu span:first-child {
		top: 0px;
	}

	.icon-menu span:last-child {
		top: auto;
		bottom: 0px;
	}

	.icon-menu._active span {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}

	.icon-menu._active span:first-child {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: calc(50% - 1px);
	}

	.icon-menu._active span:last-child {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		bottom: calc(50% - 1px);
	}

	.menu-footer__column {
		margin-bottom: 30px;
	}

	.menu-footer__list {
		padding: 15px 0px 0px 0px;
	}
	
	.main-slider__body {
		padding: 50px 0px 0px 0px;
	}

	.advantages__item {
		-ms-grid-rows: auto auto;
		-ms-grid-columns: auto 1fr;
		grid-template: auto auto/auto 1fr;
	}

	.advantages__icon {
		padding: 0px 15px 0px 0px;
	}

	.slider-rooms__dotts {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 15px 0px 0px 0px;
	}

	.slider-tips__arrows {
		display: none;
	}
}

@media (max-width: 767.98px) and (max-width: 1270px) {
	.icon-menu {
		margin-left: calc(5px + 17 * ((100vw - 320px) / 950));
	}

	.menu-footer__column {
		margin-bottom: calc(15px + 15 * ((100vw - 320px) / 950));
	}
}

@media (max-width: 479.98px) {
	.rooms__slider {
		margin: 0px -15px;
	}

	.slider-rooms__slide {
		width: 100%;
	}
}

@media (min-width: 991.98px) and (max-width: 1270px) {
	/* .content-main {
		padding: calc(1px + 59 * ((100vw - 320px) / 950));
	} */

	.slider-main__body {
		width: calc(290px + 644 * ((100vw - 320px) / 950));
	}

	.rooms__body {
		padding-right: calc(30px + 50 * ((100vw - 320px) / 950));
	}
}

@media (min-width: 767.98px) and (max-width: 1270px) {
	.slider-main__content {
		right: calc(0px + 40 * ((100vw - 320px) / 950));
	}

	.slider-main__content {
		bottom: calc(0px + 40 * ((100vw - 320px) / 950));
	}
}

@media (any-hover: hover) {
	.btn_white:hover {
		background-color: #ff6d00;
		color: #fff;
	}

	.slider-arrow:hover {
		color: #fff;
		background-color: #ff6d00;
	}

	.slider-arrow_white:hover {
		background-color: #ffb20f;
		color: #fff;
	}

	.header._scroll .header__wrapper:hover {
		background-color: rgba(255, 255, 255, 0.9);
	}

	.menu__item:hover .menu__sub-list {
		-webkit-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.menu__item:hover .menu__arrow {
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}

	.menu__item:hover .menu__arrow,
	.menu__item:hover .menu__link {
		color: #ffb20f;
	}

	.menu__sub-link:hover {
		text-decoration: underline;
	}

	.actions-header__item_favorites:hover {
		color: #e89f71;
	}

	.cart-header__icon:hover {
		color: #e89f71;
	}

	.cart-list__title:hover {
		color: #e89f71;
	}

	.cart-list__delete:hover {
		text-decoration: underline;
	}

	.contacts-footer__item:hover {
		color: #e89f71;
	}

	.menu-footer__link:hover {
		color: #e89f71;
	}

	.subscribe__button:hover {
		background-color: #be825c;
	}

	.content-main__button:hover {
		background: #ff6d00;
	}

	/* .item-product:hover .item-product__actions {
		opacity: 1;
		visibility: visible;
	}

	.item-product__actions {
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		background-color: rgba(58, 58, 58, 0.74);
		z-index: 3;
	} */

	.actions-product__link {
		color: #fff;
	}

	.actions-product__link:hover {
		color: #e89f71;
	}

	.rooms__button:hover {
		background-color: #8d6146;
	}

	.slider-tips__slide:hover {
		-webkit-box-shadow: 0 0 32px rgba(97, 97, 97, 0.2);
		box-shadow: 0 0 32px rgba(97, 97, 97, 0.2);
	}

	.slider-tips__title:hover {
		color: #e89f71;
	}

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

	.row-furniture__item img {
		-webkit-transition: all 0.8s ease 0s;
		-o-transition: all 0.8s ease 0s;
		transition: all 0.8s ease 0s;
		-webkit-filter: grayscale(1);
		filter: grayscale(1);
	}

	.row-furniture__item:hover img {
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
	}
}

@media (any-hover: none) {
	.item-product__actions {
		padding: 15px 0px 0px 0px;
	}

	.furniture__body {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
}

._webp .lg-outer .lg-has-vimeo .lg-video-play {
	background: url(../img/vimeo-play.webp) no-repeat scroll 0 0 transparent;
}

._webp .lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url(../img/vimeo-play.webp) no-repeat scroll 0 -58px transparent;
}

._webp .lg-outer .lg-has-html5 .lg-video-play {
	background: transparent url(../img/video-play.webp) no-repeat scroll 0 0;
}

._webp .lg-outer .lg-has-youtube .lg-video-play {
	background: url(../img/youtube-play.webp) no-repeat scroll 0 0 transparent;
}

._webp .lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url(../img/youtube-play.webp) no-repeat scroll 0 -60px transparent;
}

/* ================================================== catalog ========================================================== */

.pagination {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagination__wrapper {
	position: relative;
}

.pagination__btn {
	width: 40px;
	height: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagination__btn--prev {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.pagination__icon {
	width: 18px;
	height: 18px;
	fill: #ff6d00;
}

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

.pagination__item {
	border: 1px solid #dddddd;
	border-right: 0;
}

.pagination__item:last-child {
	border-right: 1px solid #dddddd;
}

.pagination__item--active .pagination__link {
	background-color: #dddddd;
}

.pagination__link {
	width: 40px;
	height: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #4b4b4b;
	font-size: 14px;
}

.pagination__link:hover {
	color: #ff6d00;
	text-decoration: underline;
}

/* .pagination__count {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	position: absolute;
	position: relative;
	justify-content: center;
	margin-top: 20px;
	top: 0;
	right: 0;
} */

/* @media screen and (max-width: 767px) {
	.pagination__count {
		position: relative;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 20px;
	}
} */

/* .pagination__count>* {
	margin-right: 10px;
}

.pagination__count>*:last-child {
	margin-right: 0;
}
 */
/* ==================================================================================================================== */

@media (min-width: 992px) {
	.search-form__item {
		position: relative;
	}
}

.search-form.vg-search-reverse .dropdown-content {
	display: block;
	z-index: 999999999;
	overflow: auto;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: auto;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	top: 42px;
}

/* Ссылки внутри выпадающего списка */
.dropdown-content a {
	color: black;
	padding: 10px 15px;
	text-decoration: none;
	display: block;
}

/* Изменить цвет выпадающих ссылок при наведении */
.dropdown-content a.search_act {
	background-color: #e5e5e5
}

/* ==================================== Каталог (описание) Под постраничную навигацию ================================ */

.content-block>* {
	margin: 10px 0;
}

.content-block>*:last-child {
	margin-bottom: 0;
}

.text-attention {
	font-size: 16px;
	font-style: italic;
	line-height: 1.79;
	border-left: 3px solid #ff6d00;
	padding-left: 20px;
}

.text {
	line-height: 1.79;
}

/* ======================================================================================================== */

.ml_wrapper {
		position: fixed;
		bottom: 15px;
		right: 15px;
		height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 100000;
	}

	.ml_bgimg {		
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-position: center center;
		background-repeat: no-repeat;
		transition: all 0.2s linear;
	}

	.ml_btn_label {
		position: relative;
		cursor: pointer;
		z-index: 2;
		width: 60px;
		height: 60px;
		justify-content: center;
		align-items: center;
		background: #1ac139e8;
		border-radius: 50%;
		transition: all 0.2s ease-in-out;
		box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
		overflow: hidden;
	}

	.ml_btn_input {
		display: none;
	}

	.ml_icon_link {
		border-radius: 50%;
		box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
		opacity: 0;
		visibility: hidden;
		width: 50px;
		height: 50px;
	}

	.ml_btn_input:checked~.ml_icon_link {
		opacity: 1;
		visibility: visible;
	}

	.ml_btn_input:checked~a:nth-of-type(1) {
		transition: all 0.2s ease-in-out;
		transform: translate(0, -135%);
	}

	.ml_btn_input:checked~a:nth-of-type(2) {
		transition: all 0.225s ease-in-out;
		transform: translate(0, -255%);
	}

	.ml_btn_input:checked~a:nth-of-type(3) {
		transition: all 0.25s ease-in-out;
		transform: translate(0, -375%);
	}

	.ml_tooltip {
		position: absolute;
		right: 70px;
		white-space: nowrap;
		background: #fff;
		padding: 6px 9px;
		font-size: 13px;
		border-radius: 3px;
		transform: translateX(0%) translateY(-50%);
		top: 50%;
		background: #292929;
		color: #fff;
		opacity: 0;
		transition: all 0.1s linear;
	}

	.ml_btn_input:checked+label .ml_icon-close {
		opacity: 1;
		visibility: visible;
		transform: scale(1);
	}

	.ml_icon-close {
		opacity: 0;
		visibility: hidden;
		transform: scale(.1);
	}

	.ml_icon {
		transition: all 0.3s ease-in-out;
		position: absolute;
		margin: auto;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.ml_btn_input:checked+label {
		background: #fff !important;
		animation: none;
	}


	.ml_icon_link:hover .ml_tooltip {
		opacity: .85;
	}

	.ml_tooltip {
		position: absolute;
		right: 70px;
		white-space: nowrap;
		background: #fff;
		padding: 6px 9px;
		font-size: 13px;
		border-radius: 3px;
		transform: translateX(0%) translateY(-50%);
		top: 50%;
		background: #292929;
		color: #fff;
		opacity: 0;
		transition: all 0.1s linear;
	}

	/* @media (max-width:1024px) {
		.ml_wrapper {
			bottom: 91px;
			right: 15px;
		}
	} */

	 /* ======================================================================================================== */

	 .eight__container {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		row-gap: 2.5rem;
		padding: 2rem 0;
	}

	.eight-leftside__title {
		font-weight: 700;
		color: black;
		font-size: 3.25rem;
	}

	@media (max-width: 768px) {
		.eight__container {
			padding-top: 3.7rem;
			padding-bottom: 1.5rem
		}
	}


	@media (max-width: 1500px) {
		.eight-leftside__title {
			font-size: calc(2.1875rem + 1.0625 * (100vw - 20rem) / 73.75);
		}
	}

	@media (max-width: 768px) {
		.eight-leftside__title {
			font-size: calc(2.1875rem + 1.0625 * (70vw - 20rem) / 73.75);
		}
	}


	@media (min-width: 1500px) {
		.eight-leftside__title {
			margin-bottom: 2.3125rem;
		}
	}

	@media (min-width: 320px) and (max-width: 1500px) {
		.eight-leftside__title {
			margin-bottom: calc(1.25rem + 1.0625 * (100vw - 20rem) / 73.75);
		}
	}

	@media (max-width: 320px) {
		.eight-leftside__title {
			margin-bottom: 1.25rem;
		}
	}

	.eight-leftside__block {
		display: flex;
		gap: 0.9375rem;
		align-items: center;
	}

	.eight-leftside__question {
		font-size: 1.25rem;
		color: #171921;
	}

	@media (max-width: 480px) {
		.eight-leftside__question {
			font-size: 1.125rem;
		}
	}


	.spollers {
		display: grid;
		gap: 15px;
	}

	.spollers__title {
		font-size: 24px;
		font-weight: 500;
		/* color: #545971; */
		cursor: default;
		text-align: left;
		border: 1px solid #eee;
		padding-right: 2.5rem;
		padding-left: 0.625rem;
		padding-top: 0.625rem;
		padding-bottom: 0.625rem;
		border-radius: 5px;
		position: relative;
	}

	.spollers__body {
		padding: 20px;
		border-radius: 5px;
		border: 1px solid #eee;
		font-size: 20px;
		color: #1f1f1f;
		line-height: 1.3;
	}

	@media (min-width: 1500px) {

		.spollers__title,
		.spollers__body {
			width: 77rem;
		}
	}

	@media (max-width: 1500px) {

		.spollers__title,
		.spollers__body {
			width: calc(25rem + 26.25 * (100vw - 20rem) / 40);
		}
	}

	@media (max-width: 768px) {

		.spollers__title,
		.spollers__body {
			width: calc(25rem + 26.25 * (55vw - 20rem) / 40);
		}
	}

	/* @media (max-width: 425px) {
	.spollers__title, .spollers__body {
		 width: calc(25rem + 26.25 * (42vw - 20rem) / 40);
	}
} */

	@media (max-width: 1024px) {
		.spollers__title {
			font-size: 22px;
		}
	}

	@media (max-width: 425px) {
		.spollers__title {
			font-size: 20px;
		}
	}

	@media (max-width: 425px) {
		.spollers__body {
			font-size: 18px;
		}
	}


	._init .spollers__title {
		cursor: pointer;
	}

	._init .spollers__title::before,
	._init .spollers__title::after {
		content: "";
		position: absolute;
		right: 10px;
		top: 50%;
		background-color: #000;
		height: 2px;
		width: 15px;
		transition: transform 0.5s ease 0s;
	}

	._init .spollers__title::before {
		transform: translate(-75%, -50%) rotate(40deg);
	}

	._init .spollers__title::after {
		transform: translate(0, -50%) rotate(-40deg);
	}

	._init .spollers__title._active::before {
		transform: translateX(-75%) rotate(-40deg);
	}

	._init .spollers__title._active::after {
		transform: rotate(40deg);
	}

	/* ==============================================================================++++++++++++++++++++++++++++++ */

.plant {
  padding-top: 3rem;
  margin-bottom: 50px;
}
.plant__top {
  margin-bottom: 1.375rem;
}
@media (min-width: 71.25em) {
  .plant__time {
    margin-bottom: 2rem;
  }
}
@media (min-width: 20em) and (max-width: 71.25em) {
  .plant__time {
    margin-bottom: clamp( 0.9375rem , 0.5228658537rem  +  2.0731707317vw , 2rem );
  }
}
@media (max-width: 20em) {
  .plant__time {
    margin-bottom: 0.9375rem;
  }
}
.plant__container {
  display: grid;
  gap: 1.875rem;
}
@media (min-width: 767.98px) {
  .plant__container {
    grid-template-columns: 1fr 350px;
  }
}
.plant__text {
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 71.25em) {
  .plant__text p:not(:last-child) {
    margin-bottom: 1.6875rem;
  }
}
@media (min-width: 20em) and (max-width: 71.25em) {
  .plant__text p:not(:last-child) {
    margin-bottom: clamp( 0.9375rem , 0.6448170732rem  +  1.4634146341vw , 1.6875rem );
  }
}
@media (max-width: 20em) {
  .plant__text p:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 71.25em) {
  .plant__text {
    margin-bottom: 2rem;
  }
}
@media (min-width: 20em) and (max-width: 71.25em) {
  .plant__text {
    margin-bottom: clamp( 0.9375rem , 0.5228658537rem  +  2.0731707317vw , 2rem );
  }
}
@media (max-width: 20em) {
  .plant__text {
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 71.25em) {
  .plant__image {
    margin-bottom: 3.25rem;
  }
}
@media (min-width: 20em) and (max-width: 71.25em) {
  .plant__image {
    margin-bottom: clamp( 1.5625rem , 0.9039634146rem  +  3.2926829268vw , 3.25rem );
  }
}
@media (max-width: 20em) {
  .plant__image {
    margin-bottom: 1.5625rem;
  }
}
.plant__image img {
  max-width: 100%;
}
.plant__title {
  font-weight: 600;
  line-height: 129%;
  letter-spacing: -0.05em;
}
@media (min-width: 71.25em) {
  .plant__title {
    font-size: 1.75rem;
  }
}
@media (min-width: 20em) and (max-width: 71.25em) {
  .plant__title {
    font-size: clamp( 1.5rem , 1.4024390244rem  +  0.487804878vw , 1.75rem );
  }
}
@media (max-width: 20em) {
  .plant__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 71.25em) {
  .plant__title {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 20em) and (max-width: 71.25em) {
  .plant__title {
    margin-bottom: clamp( 0.9375rem , 0.7179878049rem  +  1.0975609756vw , 1.5rem );
  }
}
@media (max-width: 20em) {
  .plant__title {
    margin-bottom: 0.9375rem;
  }
}

.related-plant__title {
  margin-bottom: 1.3125rem;
}
.related-plant__item:not(:last-child) {
  margin-bottom: 24px;
}

.sub-title {
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.02em;
}
@media (min-width: 71.25em) {
  .sub-title {
    font-size: 1.5rem;
  }
}
@media (min-width: 20em) and (max-width: 71.25em) {
  .sub-title {
    font-size: clamp( 1.375rem , 1.3262195122rem  +  0.243902439vw , 1.5rem );
  }
}
@media (max-width: 20em) {
  .sub-title {
    font-size: 1.375rem;
  }
}

.how__text{
	padding-top: 0.7rem;
	line-height: 115%;
}

.btn_w {
  color: #1f1f1f;
  font-weight: 500;
  background-color: #fff;
}
@media (any-hover: hover) {
  .btn_w:hover {
    background-color: #bcf5c6;
  }
}
.btn_w._active {
  background-color: #4FA083;
}

.how {
  /* background: url("../img/blogger/02.png") 100% 100% no-repeat, #EAF1EB; */
  background-color: #f4f5f7;
  border-radius: 12px;
  width: 100%;
}

.how__info {
  margin-bottom: 0.875rem;
}

.how__body_h {
  padding: 20px;
}

/* ================================================================================================================ */

.hero {
  position: relative;
  color: #fff;
}

.hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  /* background-color: #3b3a3a; */
  /* opacity: 0.5; */
}

.hero__container {
  position: relative;
  z-index: 3;
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 100vh;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  justify-items: center;
  text-align: center;
}

.hero__title {
  font-size: 65px;
  font-weight: 900;
  line-height: 123%;
  max-width: 960px;
  margin-bottom: 24px;
}

.hero__bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;  
  object-fit: cover;
  object-position: 50% 100%;
}

@media (max-width: 1190px) {
  .hero__title {
    font-size: 48px;
  }
}

@media (max-width: 640px){
	.hero__title {
    font-size: 32px;
  }
}

.category__title {
	padding-bottom: 0.7rem;
}

.category__subtitle {
	font-size: 1.2rem;
}

 /* ============================================================================================================== */

/* section-contacts start */
.section-contacts {
	overflow: hidden;
}

.section-contacts__container {
	position: relative;
}

.section-contacts__img {
	position: absolute;
	background: no-repeat;
	background-size: cover;
	width: 672px;
	height: 397px;
	right: -350px;
	bottom: -100px;
}

.sectoin-contacts__title {
	padding-block: 0.7rem;
}

.contacts {
	display: flex;
	align-items: center;
	position: relative;
	flex-wrap: wrap;
	justify-content: center;
}

.contacts__start {
	width: 50%;
}

.contacts__end {
	width: 50%;
	padding-left: 30px;
	text-align: center;
}

.contacts__map {
	height: 450px;
	background: #fef0b4;
}

.contacts__item {
	margin-bottom: 35px;	
}

.contacts__item:last-of-type {
	margin-bottom: 0;
}

.contacts__title {
	margin: 0 0 15px;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 900;
}

.contacts__text {
	margin: 0;
	font-size: 18px;
}

.contacts__phone {
	color: inherit;
	text-decoration: none;
	transition: color .2s;
}

.contacts__phone:hover {
	color: #ffa650;
}

@media (max-width: 1800px) {
	.section-contacts__img {
		right: -250px;
	}
}

@media (max-width: 1600px) {
	.section-contacts__img {
		right: -150px;
		/* bottom: -200px; */
	}
}

@media (max-width: 1400px) {
	.section-contacts__img {
		right: -100px;
	}
}

@media (max-width: 1300px) {
	.section-contacts__img {
		right: -50px;
	}
}

@media (max-width: 1200px) {
	.section-contacts__img {
		display: none;
	}
}

@media (max-width: 992px) {
	.contacts__map {
		height: 350px;
	}
}

@media (max-width: 767px) {
	.section-contacts {
		padding-bottom: 0;
	}

	.contacts__start {
		width: 100%;
		order: 1;
	}

	.contacts__end {
		width: 400px;
		max-width: 100%;
		margin-bottom: 40px;
		padding-left: 0;
	}

	.contacts__map {
		margin: 0 -20px;
		height: 300px;
	}

}

.map-wrapper:not(.is-active) * {
					pointer-events: none;
				}

/* section-contacts end */