@charset "UTF-8";

html, body {
	margin: 0;
	padding: 0;
	min-height: 100%;
}
html{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*, *::before, *::after{
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	outline: none;
}
body{
	font-family: 'Mulish', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
}
img{
	max-width: 100%;
	max-height: 100%;
	height: auto;
}
svg{
	max-width: 100%;
	height: auto;
}
a {
	color: inherit;
	text-decoration: none;
	transition: color 0.1s;
}
.wrapper {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
.container {
	width: 100%;
	max-width: 1228px;
	margin: 0 auto;
	padding: 0 22px;
}
.overflow {
	overflow: hidden;
}
input,
textarea,
select,
button {
	font-family: 'Mulish', sans-serif;
	font-weight: 400;	
}
.content {
	flex: 1 1 auto;
	margin-bottom: 80px;
}
.block-title {
	margin-bottom: 24px;
	font-size: 44px;
	line-height: 44px;
	letter-spacing: 0.02em;
	text-transform: uppercase;	
}
.block-title span,
.block-title i {
	display: block;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	color: #C69364;
	margin-bottom: 10px;
	padding-left: 200px;
	font-style: normal;	
}
.block-title b {
	display: block;
}
.block-title--white {
	color: #ffffff;
}
.btn {
	text-align: center;
	color: #000;
	border: 2px solid transparent;
	padding: 16px 20px 15px;
	cursor: pointer;
	font-weight: 600;
	font-size: 16px;	
	letter-spacing: 0.02em;
	text-transform: uppercase;
	background-color: #C69364;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}
.btn--arrow {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-image: url(../images/svg/slider-arrow.svg);
	background-repeat:  no-repeat;
	background-position: center right 20px;
	background-size: 8px 14px;
}
.btn--cart {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
}
.btn--cart:before{
	display: block;
	content: '';
	background: url(../images/svg/cart.svg) no-repeat center/18px 18px;
	width: 18px;
	height: 18px;
	margin-right: 16px;
}
.btn--light {
	background-color: #ffffff;
	border-color: #C69364;
}
.page-block {
	margin-bottom: 80px;
}
h1 {
	display: block;
	margin: 0 0 48px;
	font-weight: 600;
	font-size: 44px;
	line-height: 40px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
ul.styled {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.styled li {
	padding-left: 14px;
    position: relative;
    margin-bottom: 8px;
}
ul.styled li:before {
	content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 8px;
    left: 0;
    background-color: #C69364;
    border-radius: 50%;	
}
ul.styled li:last-child {
	margin-bottom: 0;
}
ul.styled--dark li:before {
	 background-color: #000000;
}
.product-line {
	padding: 2px 12px;
	background: #D9D9D9;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
.product-line:hover {
	color: inherit;
}

.page-text ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.page-text ul li {
	padding-left: 14px;
    position: relative;
    margin-bottom: 8px;
}
.page-text ul li:before {
	content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 10px;
    left: 0;
    background-color: #C69364;
    border-radius: 50%;	
}
.page-text ul li:last-child {
	margin-bottom: 0;
}

.page-text p {
	margin: 10px 0;
}

.page-text h2 {
	margin: 0 0 48px;
	font-weight: 600;
	font-size: 32px;
	line-height: 26px;
	letter-spacing: 0.02em;
	text-transform: uppercase;	
}

@media(min-width: 1024px)
{
	a:hover {
		color: #C69364;
		text-decoration: none;
	}
	.btn:hover{
		background-color: #D0A680;
		color: #000000;
	}
	.btn--light:hover {
		background-color: #ffffff;
		color: #C69364;
	}
	.mobile-only {
		display: none !important; 
	}
}

@media(max-width: 1023px)
{
	.block-title {
		margin-bottom: 24px;
		font-size: 40px;
		line-height: 42px;
	}
	.block-title span,
	.block-title i {
		margin-bottom: 8px;
		padding-left: 188px;
		letter-spacing: normal;	
		font-size: 16px;
		line-height: 18px;
	}
	.page-block {
		margin-bottom: 64px;
	}
	.content {
		margin-bottom: 64px;
		margin-top: 89px;
	}
	h1 {
		font-size: 40px;
		margin-bottom: 40px;
	}
}

@media(max-width: 980px)
{
	.page-text h2 {
		margin-bottom: 24px;
		font-size: 20px;
		line-height: 26px;		
	}
}

@media(max-width: 767px)
{
	.container {
		padding: 0 12px;
	}
	.block-title {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 16px;
	}
	.block-title span,
	.block-title i {
		margin-bottom: 4px;
		padding-left: 120px;
		font-size: 14px;
		line-height: 16px;
		letter-spacing: normal;	
	}
	.btn{
		padding: 11px 20px 10px;
		font-size: 14px;
		min-height: 46px;
	}
	.btn--cart:before {
		margin-right: 9px;
	}
	.page-block {
		margin-bottom: 48px;
	}
	.content {
		margin-bottom: 48px;
		margin-top: 81px;
	}
	h1 {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 24px;
	}
}

@media(max-width: 360px)
{
	.block-title {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 16px;
	}
	.block-title span,
	.block-title i {
		padding-left: 50px;
	}
}

/* ----------- Form --------------- */
.form-field {
	padding-bottom: 10px;
}
.form-field--error .form-input {
	border-color: #EB5757;
}
.form-field--error .form-input::placeholder,
.form-field--error .form-label {
	color: #EB5757;
}
.form-field--error::after {
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.02;
	color: #EB5757;
	display: block;
    content: 'Проверьте правильность заполнения поля';
}
.form-field__require .form-label:after {
	content: '*';
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #EB5757;
	margin-left: 3px;
}
.form-label {
	display: block;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 2px;
}
.form-input {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.02em;
    color: #000000;
	width: 100%;
    border: 1px solid #3E414A;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
	padding: 13px 10px 14px;
}
.form-select {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.02em;
    color: #000000;
	width: 100%;
    border: 1px solid #3E414A;
    border-radius: 0;
	padding: 13px 10px 14px;	
}
.form-textarea {
	font-family: 'Mulish';
	font-style: normal;
    font-weight: 400;
    padding: 13px 10px 14px;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.02em;
    color: #000000;
	width: 100%;
    border: 1px solid #3E414A;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border-radius: 0;
    resize: none;
}
.form-input::placeholder,
.form-textarea::placeholder {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.02em;
	color: #9B9B9B;
}
.form-btn{
	border: none;
	appearance: none;
}
.error-msg {
	padding: 10px 10px 10px 60px;
	background: url(../images/svg/warning.svg) no-repeat 20px center;		
	color: #EB5757;
	margin: 10px 0;
	border: 1px solid #EB5757;
}
font.error-msg {
	display: block;
}

@media(max-width: 767px)
{
	.form-input {
		font-size: 14px;
		line-height: 16px;
	}
}

/* ----------- Hamburger ------------ */
.hamburger {
	position: relative;
	width: 24px;
	min-width: 24px;
	height: 16px;
}

.hamburger__line,
.hamburger__line:before,
.hamburger__line:after {
	transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: .22s;
	position: absolute;
	width: 100%;
	height: 2px;
	transition-property: transform;
	background: #000000;
}

.hamburger__line-white,
.hamburger__line-white:before,
.hamburger__line-white:after {
	background: #fff;
}

.hamburger__line {
	top: 50%;
	display: block;
	margin-top: -2px;
}

.hamburger__line:before,
.hamburger__line:after {
	content: '';
	display: block;
}

.hamburger__line:before {
    top: -6px;
}

.hamburger__line:after {
    bottom: -6px;
}

.hamburger-collapse .hamburger__line {
	transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: 75ms;
}

.hamburger-collapse .hamburger__line:before {
    transition: top 75ms ease .12s,opacity 75ms ease;	
}

.hamburger-collapse .hamburger__line:after {
    transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
}

.hamburger-collapse.active .hamburger__line {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: rotate(45deg);	
}

.hamburger-collapse.active .hamburger__line:before {
    top: 0;
    transition: top 75ms ease,opacity 75ms ease .12s;
    opacity: 0;
}

.hamburger-collapse.active .hamburger__line:after {
    bottom: 0;
    transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
    transform: rotate(-90deg);
}

/* ------------- owl --------------------- */
.owl-carousel .owl-item img {
	width: auto !important;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	display: block;
	width: 68px;
	height: 68px;
	background: url(../images/svg/slider-arrow.svg) no-repeat center/9px 16px;
	border: 1px solid #D9D9D9;
    text-indent: -9999px;
    overflow: hidden;
    -webkit-appearance: none;
    appearance: none;
    z-index: 1;
	cursor: pointer;
}
.owl-carousel .owl-nav .owl-prev {
	transform: rotate(180deg);
}
.owl-carousel .owl-nav .disabled {
	cursor: auto !important;
	opacity: 0.3;
}
.owl-carousel .owl-dots {
	position: relative;
	z-index: 2;
	display: flex;
	margin-top: 19px;
	gap: 8px;
}
.owl-carousel .owl-dots .owl-dot {
	background: rgba(196, 196, 196, 0.5);
	height: 2px;
	width: 110px;
}
.owl-carousel .owl-dots .owl-dot:last-child {
	margin-right: 0;
}
.owl-carousel .owl-dots .owl-dot.active {
	background: #C69364;
}

@media(max-width: 1023px)
{
	.owl-carousel .owl-nav .owl-prev,
	.owl-carousel .owl-nav .owl-next {
		width: 50px;
		height: 50px;
	}
}

@media(max-width: 580px)
{
	.owl-carousel .owl-dots .owl-dot {
		flex: 1 1 20%;
	}
}

/* ------------- Header -------------------- */
.header {
	background: #000000;
	color: #ffffff;
	position: relative;
}
.header__distributor {
	background-color: #C69364;
	color: #000000;
}
.header__distributor-inner {
	display: flex;
	justify-content: space-between;
}
.header__disrtibutor-text {
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.02em;
}
.header__distributor-copy {
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0.02em;	
}
.header__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid #535353;
}
.header__phone {
	display: flex;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;	
	letter-spacing: 0.02em;
	cursor: pointer;
	position: relative;
	background: url(../images/svg/phone.svg) no-repeat left top/24px 24px;
	padding-left: 32px;
	min-height: 24px;
}
.header__phone::after {
	display: block;
    content: '';
    width: 10px;
    height: 6px;
    background: url(../images/svg/arrow-bottom.svg) no-repeat center/contain;
	transform: translateY(-50%);
	margin-left: 8px;
	margin-top: 10px;
}
.header__contacts {
    display: none;
    position: absolute;
    top: 0;
    left: -9px;
    width: 240px;
    background: #000000;
    padding: 0 9px 22px;
    box-sizing: initial;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;	
    z-index: 16;
}
.header__phone.opened .header__contacts {
	display: block;
}
.header__contacts-phone {
	display: flex;
	font-weight: 700;
	position: relative;
}
.header__contacts-top::after {
	display: block;
    content: '';
    width: 10px;
    height: 6px;
    background: url(../images/svg/arrow-bottom.svg) no-repeat center/contain;
	transform: translateY(-50%) rotate(180deg);
    z-index: 10;
	margin-left: 8px;
	margin-top: 10px;
}
.header__contacts-number {
	font-size: 18px;
	line-height: 24px;	
	letter-spacing: 0.02em;
}
.header__contacts-number:hover {
	color: #ffffff;
}
.header__contacts-item {	
	margin-bottom: 16px;
}
.header__contacts-inner {
	padding-left: 32px;
	background: url(../images/svg/phone.svg) no-repeat left top/24px 24px;
}
.header__contacts-worktime {
	color: #9B9B9B;
	margin-bottom: 12px;	
}
.header__contacts-recall {
	display: block;
	padding-left: 22px;
	background: url(../images/svg/phone.svg) no-repeat left center/16px auto;
}
.header__contacts-recall span {
	text-decoration: underline;
}
.header__contacts-recall:hover {
	color: #ffffff;		
}
.header__contacts-recall:hover span {
	text-decoration: none;
}
.header__logo {
	color: inherit;
	margin: 0 auto;
	width: 160px;
}
.header__logo img {
	display: block;
}
.header__actions {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.header__action {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 24px;
	color: inherit;
	text-decoration: none;
	transition: all 0.1s;
	cursor: pointer;
}
.header__action:first-child {
	margin-left: 0;
}
.header__action:hover{
	color: #C69364;
}
.header__action-icon {
	position: relative;
	width: 24px;
	height: 24px;
}
.header__action-count {
	display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: #FF3B20;
    border-radius: 50%;
    overflow: hidden;
	font-weight: 500;
	font-size: 9px;
	line-height: 14px;
	letter-spacing: -0.03em;
    min-width: 14px;
    height: 14px;
    text-align: center;
	color: #ffffff;
}
.header__action-count.empty {
	display: none;
}
.header__search {
	display: none;
	width: 220px;
	margin-left: 8px;
}
.header__search-action.active .header__search {
	display: block;
}
.header__search-input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #ffffff;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.02em;
	color: #ffffff;
	padding-bottom: 2px;
	background: none;
}
.header__search-input::placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.header__search-result {
	background: #ffffff;
}

.header__search-popup {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 450px;
    background: #fff;
	box-shadow: 0px 0px 20px rgb(0 0 0 / 25%);
    z-index: 10;
	color: #000000;
	margin-top: 5px;
}
.header__menu {
	width: 100%;
}
.header__bottom {
	display: flex;
	padding: 8px 0 14px;
}
.header__menu-list {
	display: flex;
    flex-wrap: wrap;
	gap: 10px;
    margin: 0;
    padding: 0;
	justify-content: space-between;
}
.header__menu-item {
    list-style: none;
    padding: 0;
}
.header__menu-link {
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.02em;	
}
.header__catalog-open {
	display: flex;
	align-items: center;
	margin-right: 80px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	transition: none;
}
.header__catalog-open:hover .hamburger__line-white,
.header__catalog-open:hover .hamburger__line-white:before,
.header__catalog-open:hover .hamburger__line-white:after {
	background: #C69364;
}
.header__catalog-link {
	margin-left: 12px;
}
.header__catalog {
	background: #000000;
	position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.header__catalog.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.header__catalog-inner {
	display: flex;
	border-top: 1px solid #535353;
	padding: 15px 0 50px;
}
.header__catalog-list {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px;
    gap: 32px;
}
.header__catalog-item {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.02em;	
}
.header__catalog-section {
	display: block;
	margin-bottom: 16px;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.02em;
}
.header__catalog-subsections {
	list-style: none;
    padding: 0;
    margin: 0;	
}
.header__catalog-subsection {
	display: block;
	margin-bottom: 5px;
}
.header__catalog-banner {
	width: 30%;
	min-width: 30%;
	margin-left: 150px;
}
.mobile-hamburger {
	display: none;
	margin-right: 24px;
}

@media(min-width: 1024px)
{
	.header__search-action {
		position: absolute;
		top: 0;
		right: 100%;
	}
}

@media(max-width: 1023px)
{
	.header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 15;
	}
	.header__disrtibutor-text {
		font-size: 14px;
	}
	.header__top {
		padding: 16px 0;
	}
	.header__logo {
		width: 128px;
	}
	.header__phone {
		padding-left: 24px;
	}
	.header__phone-number {
		display: none;
	}
	.header__action-icon {
		width: 20px;
		height: 20px;
	}
	.header__search-action {
		position: static;
	}
	.header__search,
	.header__search.active {
		display: none;
	}
	.mobile-hamburger {
		display: block;
	}
	.header__bottom {
		display: none;
	}
	.header__catalog-banner {
		display: none;
	}
}

@media(max-width: 767px)
{
	.header__disrtibutor-text {
		font-size: 10px;
		line-height: 24px;
	}
	.header__distributor-copy {
		font-size: 12px;
		line-height: 24px;	
	}
	.header__phone,
	.header__contacts-inner {
		background-size: 22px 22px;
	}
	.header__logo {
		width: 106px;
	}
	.header__action-favorite, 
	.header__action-compare,
	.header__action-personal {
		display: none;
	}
	.header__action-icon {
		width: 18px;
		height: 18px;
	}
}

/* --------------- search-panel ----------------- */
.search-panel__block {
	padding: 20px;
}

.search-panel__category-link {
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
}

.search-panel__category-link:last-child {
	margin-bottom: 0;
}

.search-panel__block h4 {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 20px;
}

.search-panel__item {
	display: flex;
	margin-bottom: 15px;
	align-items: center;
	text-decoration: none;
}

.search-panel__item:last-child {
	margin-bottom: 0;
}

.search-panel__item-img {
	width: 70px;
	height: 70px;
	min-width: 70px;
	line-height: 40px;
	padding: 5px;
	background: #FFF;
	text-align: center;
	margin-right: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.search-panel__item-img img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

/* ---------------- Mobile menu ------------------- */
.mobile-menu {
	background-color: #000000;
	position: fixed;
	top: 88px;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100vh - 88px);
	overflow-y: auto;
	z-index: 15;
	color: #ffffff;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.02em;
	-webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;	
}
.mobile-menu.active {
	-webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);	
}
.mobile-menu .container {
	height: 100%;
}
.mobile-menu__inner {
	padding: 24px 0;
	position: relative;
	height: 100%;
}
.mobile-menu__catalog-open {
	text-transform: uppercase;
	padding-right: 16px;
	position: relative;
}
.mobile-menu__catalog-open::before,
.mobile-menu__catalog-open::after {
	display: block;
	content: '';
	width: 10px;
	height: 6px;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	background: url(../images/svg/arrow-top.svg) no-repeat center / 10px 6px;
	transform: rotate(90deg);
	transition: transform 0.2s;
}
.mobile-menu__catalog-open::after {
	right: 0;
}
.mobile-menu__catalog-open::before {
	display: none;
	transform: rotate(-90deg);
	left: 0;
}
.mobile-menu__catalog .mobile-menu__catalog-open {
	text-align: center;
	padding-right: 216px;
	padding-left: 90px;
}
.mobile-menu__catalog .mobile-menu__catalog-open::before {
	display: block;
}
.mobile-menu__catalog .mobile-menu__catalog-open::after {
	display: none;
}
.mobile-menu__list {
	list-style: none;
    padding: 0;
    margin: 0;	
}
.mobile-menu__link {
    display: block;
    margin-bottom: 15px;	
}
.mobile-menu__catalog {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
	background-color: #000000;
	padding: 24px 0;
	-webkit-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    transform: translateX(-120%);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
	overflow-y: auto;
}
.mobile-menu__catalog.active {
	-webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);	
}
.mobile-menu__catalog-list {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    gap: 20px;
	margin-top: 40px;
}
.mobile-menu__catalog-item {
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.02em;	
}
.mobile-menu__catalog-section {
	display: block;
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.02em;
}
.mobile-menu__catalog-subsections {
	list-style: none;
    padding: 0;
    margin: 0;	
}
.mobile-menu__catalog-subsection {
	display: block;
	margin-bottom: 5px;
}

@media(min-width: 1024px)
{
	.mobile-menu {
		display: none !important;
	}
}

@media(max-width: 767px)
{
	.mobile-menu {
		top: 81px;
		font-size: 18px;
		line-height: 22px;
		height: calc(100vh - 81px);
	}
	.mobile-menu__catalog .mobile-menu__catalog-open {
		padding-right: 60px;
	}
	.mobile-menu__catalog-list {
		margin-top: 24px;
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
	}
}

/* ---------------- Breadcrumb ------------------ */
.breadcrumb__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 16px 0 40px;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.02em;
	color: #555555;
}

.breadcrumb__link {
	position: relative;
	display: inline-block;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	margin-right: 8px;
	padding-right: 13px;
	color: inherit;
}

.breadcrumb__link:after{
	display: block;
	content: '';
	width: 5px;
	height: 8px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background: url("../images/svg/breadcrumb-arrow.svg") no-repeat center;
}

.breadcrumb__text {
	display: inline-block;
}

@media(max-width: 1023px)
{
	.breadcrumb__inner{
		font-weight: 400;
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 24px;	
	}
}

@media(max-width: 767px)
{
	.breadcrumb__inner{
		font-size: 13px;
	}
}

/* ---------------- Index slider ------------------ */
.index-slider
{
    position:relative;
	margin-bottom: 64px;
}
.index-slider .owl-item
{
	overflow:hidden;
}
.index-slider.owl-carousel .owl-stage-outer,
.index-slider.owl-carousel .owl-stage,
.index-slider.owl-carousel .owl-item
{
    height: 100%;
}
.index-slider__item
{
	display: none;
}
.index-slider__item:first-child
{
	display: block;
}
.index-slider.owl-carousel .owl-item img {
	display: block;
	width: 100% !important;
}
.index-slider__content {
	position: absolute;
	bottom: 64px;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	max-width: 480px;
}
.index-slider__title {
	font-weight: 700;
	font-size: 48px;
	line-height: 50px;
	color: #C9C9C9;
	text-transform: uppercase;
	margin-bottom: 24px;	
}
.index-slider.owl-carousel .owl-nav .owl-next,
.index-slider.owl-carousel .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	margin-top: -34px;
	background-image: url(../images/svg/slider-arrow-white.svg);
	background-color: rgba(255, 255, 255, 0.15);
	border-color: transparent;
}
.index-slider.owl-carousel .owl-nav .owl-next {
	right: 0;
}
.index-slider.owl-carousel .owl-nav .owl-next:hover,
.index-slider.owl-carousel .owl-nav .owl-prev:hover {
	background-color: rgba(255, 255, 255, 0.25);
}
.index-slider.owl-carousel .owl-nav .owl-prev {
	left: 0;
}
.index-slider.owl-carousel .owl-dots {
	width: 100%;
    max-width: 1228px;
    margin: -24px auto 0;
    padding: 0 22px;	
}
.index-slider.owl-carousel .owl-dots .owl-dot {
	width: 118px;	
}

@media(max-width: 1023px)
{
	.index-slider {
		margin-bottom: 40px;
	}
	.index-slider__content {
		bottom: 20px;
		font-size: 16px;
		line-height: 20px;
	}
	.index-slider__title {
		font-size: 40px;
		margin-bottom: 16px;
	}
	.index-slider.owl-carousel .owl-dots {
		margin-top: 16px;
	}
}

@media(max-width: 767px)
{
	.index-slider.owl-carousel .owl-dots .owl-dot {
		width: calc(33.33% - 8px);
		max-width: 110px;
	}
	.index-slider.owl-carousel .owl-dots {
		padding: 0 12px;
	}
	.index-slider__title {
		font-size: 30px;
		line-height: 32px;
		margin-bottom: 8px;
	}
	.index-slider__content {
		font-size: 16px;
		line-height: 18px;
	}
}

/* ------------------ Index sections --------------------- */
.sections-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -16px;
	margin-bottom: 80px;
}
.sections-list__item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(33.33% - 16px);
	position: relative;
	height: 320px;
	margin-left: 16px;
	margin-bottom: 16px;
	position: relative;
}
.sections-list__item--big {
	width: calc(66.66% - 16px);
}
.sections-list__item:last-child {
	background-color:#C69364;
	color:#000000;
	flex-direction: column;
}
.sections-list__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.5s;
}
.sections-list__img--hover {
	opacity: 0;
}
.sections-list__item-name {
	position: relative;
	z-index: 1;
	font-weight: 700;
	font-size: 24px;
	line-height: 26px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;	
}
.sections-list__logo {
	display: block;
	max-width: 170px;
	margin-bottom: 24px;
}
.sections-list__catalog-text {
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	position: relative;
	padding-right: 32px;
}
.sections-list__catalog-text::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -7px;
	width: 8px;
	height: 14px;
	background: url(../images/svg/slider-arrow.svg) no-repeat center/8px 14px;
	transition: all 0.3s;
}
.sections-list__item-link {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
	z-index: 2;
}
.sections-list__video {
	width: 100%;
	height: 100%;
}

@media(min-width: 1024px)
{
	.sections-list__item:hover .sections-list__img--hover {
		opacity: 1;
	}
	.sections-list__item:hover .sections-list__catalog-text::after {
		right: 0;
	}
}

@media(max-width: 1023px)
{
	.sections-list {
		margin-bottom: 64px;
	}
	.sections-list__img--hover {
		display: none;
	}
	.sections-list__item {
		height: 194px;
	}
	.sections-list__item-name {
		font-size: 22px;
		line-height: 24px;
	}
	.sections-list__logo {
		width: 135px;
		margin-bottom: 20px;
	}
}

@media(max-width: 767px)
{
	.sections-list {
		margin-left: 0;
		margin-bottom: 48px;
	}
	.sections-list__item,
	.sections-list__item--big {
		width: 100%;
		margin-left: 0;
		margin-bottom: 8px;
	}	
	.sections-list__item-name {
		font-size: 18px;
		line-height: 22px;
	}	
}

@media(max-width: 580px)
{
	.sections-list__item {
		height: 140px;
	}
}

/* ------------------ catalog-list ------------------- */
.catalog-list {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
    gap: 16px;	
}
.catalog-list--action {
	grid-template-columns: repeat(4, 1fr);
}
.index-popular .catalog-list {
	grid-template-columns: repeat(4, 1fr);
}
.catalog-item {
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 8px 10px 12px;
	border: 1px solid #D9D9D9;
	background: #ffffff;
}
/*.catalog-item__top {
	display: flex;
	gap: 10px;
	justify-content: space-between;
}*/
.catalog-item__remove {
	display: block;
    width: 16px;
    height: 16px;
    background: url(../images/svg/close.svg) no-repeat center / cover;
    position: absolute;
    top: -24px;
    right: 0;
    z-index: 7;
}
.catalog-item__labels {
    display: flex;
    flex-wrap: wrap;
	position: absolute;
	top: 8px;
	left: 10px;
	right: 75px;
	z-index: 3;
}
.catalog-item__label {
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	padding: 7px 2px;
	border: 1px solid #98583C;
	color: #98583C;
	background-color: #ffffff;
	text-decoration: none;
}
.catalog-item__label--new {
	border-color:#C69364;
	background-color:#C69364;
	color:#ffffff;		
}
.catalog-item__label--hurry {
	border-color:#98583C;
	background-color:#98583C;
	color:#ffffff;		
}
.catalog-item__top-actions {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
}
.catalog-item__action {
	width: 24px;
	height: 24px;
}
.catalog-item__action:hover {
	color: #000000;
}
.catalog-item__action svg {
	display: block;
}
.catalog-item__action.in-compare,
.catalog-item__action.in-favorite {
	color: #C69364;
}
.catalog-item__favorite {
	background: url(../images/svg/favorite.svg) no-repeat center/contain;
}
.catalog-item__favorite.in-favorite {
	background-image: url(../images/svg/favorite-fill.svg);
}
.catalog-item__img {
    display: flex;
    height: 180px;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 16px;
    position: relative;
}
.catalog-item__img img {
	display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 160px;	
}
.catalog-item__preview-images {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
    display: flex;	
}
.catalog-item__preview-item {
	height: 100%;
	flex: 1 1 auto;
}
.catalog-item__preview-dots {
    height: 6px;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;	
}
.catalog-item__preview-dot {
	border-radius: 100%;
    background: #D9D9D9;
    width: 6px;
    height: 6px;
    margin-right: 12px;
}
.catalog-item__preview-dot:last-child {
	margin-right: 0;
}
.catalog-item__preview-dot--active {
	background: #C69364;
}
.catalog-item__name-wrap {
	flex-grow: 1;
}
.catalog-item__name {
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0.02em;
	margin-bottom: 12px;
}
.catalog-item__line-wrap {
	min-height: 22px;
}
.catalog-item__line {
	display: inline-block;
	align-self: flex-start;
	margin-bottom: 28px;
}
.catalog-item__prices {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	flex-wrap: wrap;
}
.catalog-item__price {
	font-weight: 700;
	font-size: 32px;
	line-height: 34px;
	color: #BE9977;
	margin-right: 20px;
	white-space: nowrap;
}
.catalog-item__old-price {
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.02em;
	text-decoration-line: line-through;	
	color: #D9D9D9;
	white-space: nowrap;
}
.catalog-item__buy {
	display: flex;
	flex: 1 1 50%;
	padding-left: 0;
	padding-right: 0;
}
.catalog-item__buy.in-basket::before {
	background-image: url(../images/svg/check-dark.svg);
}
.catalog-item__buy svg {
	width: 19px;
	height: auto;
	margin-right: 12px;
	font-size: 14px;
}
.catalog-list--simple .catalog-item__action-quantity {
	display: none;
}

@media(min-width: 1024px)
{
	.catalog-list--hover .catalog-item:hover {
		border-color: #C69364;
		box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.1);
		height: 100%;
		border-bottom-color: transparent;
	}
	.catalog-list--hover .catalog-item__bottom {
		position: absolute;
		top: 100%;
		left: -1px;
		right: -1px;
		opacity: 0;
		visibility: hidden;
		display: none;
		height: 0;
		-webkit-transition: all .1s ease;
		-moz-transition: all .1s ease;
		transition: all .1s ease;
		padding: 0 8px 12px;
		border: 1px solid #C69364;
		border-top: none;
		box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.1);
		background: #ffffff;
		z-index: 5;
	}
	.catalog-list--hover .catalog-item__bottom::before {
		display: block;
		content: '';
		width: 100%;
		height: 20px;
		background: #ffffff;
		position: absolute;
		bottom: 100%;
		left: 0;
	}
	.catalog-list--hover .catalog-item:hover .catalog-item__bottom {
		display: flex;
		opacity: 1;
		visibility: visible;
		height: auto;
	}
	.catalog-list--hover .catalog-item__buy {
		height: 56px;
		padding: 0;
		font-size: 14px;
		line-height: 22px;
	}
	.catalog-list--hover .btn--cart.in-basket::before {
		display: block;
		content: '';
		width: 14px;
		height: 10px;
		margin-right: 4px;	
		background-size: 14px 10px;
	}
	.catalog-list--hover .catalog-item__buy:after,
	.catalog-list--hover .catalog-item__buy:before {
		display: none;
	}
	.catalog-item__action-quantity {
		flex: 1 1 50%;
	}
}

@media(max-width: 1100px)
{
	.catalog-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.catalog-list--action {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media(max-width: 1023px)
{
	.catalog-list {
		grid-template-columns: repeat(3, 1fr);
	}
	.catalog-list--action {
		grid-template-columns: repeat(2, 1fr);
	}	
	.catalog-item {
		padding: 8px 10px 9px;
	}
	.catalog-item__label {
		font-size: 11px;
		line-height: 14px;		
	}
	.catalog-item__action {
		width: 20px;
		height: 20px;
	}
	.catalog-item__img {
		height: 160px;
		margin-bottom: 8px;
	}
	.catalog-item__img img {
		max-height: 140px;
	}
	.catalog-item__name {
		font-size: 16px;
		line-height: 18px;
	}
	.catalog-item__line {
		margin-bottom: 18px;
	}
	.catalog-item__price {
		font-size: 28px;
		line-height: 32px;
	}
	.catalog-item__action-quantity {
		display: none;
	}
	.catalog-item__buy svg {
		display: inline-block;
	}
}

@media(max-width: 767px)
{
	.catalog-list {
		gap: 10px;
	}
	.catalog-item {
		padding: 8px;
	}
	.catalog-item__labels {
		left: 8px;
	}
	.catalog-item__img {
		height: 140px;
	}
	.catalog-item__img img {
		max-height: 120px;
	}
	.catalog-item__name {
		margin-bottom: 8px;
	}
	.catalog-item__line {
		font-size: 12px;
		line-height: 16px;
	}
	.catalog-item__price {
		font-size: 20px;
		line-height: 24px;
		margin-right: 8px;
	}
	.catalog-item__old-price {
		font-size: 12px;
		line-height: 26px;
	}
}

@media(max-width: 640px)
{
	.catalog-list {
		grid-template-columns: repeat(2, 1fr);
	}	
}

@media(max-width: 420px)
{
	.catalog-list {
		grid-template-columns: repeat(1, 1fr);
	}		
}

@media(max-width: 360px)
{
	.catalog__top {
		flex-wrap: wrap;
	}
	.catalog__filter-open {
		margin-bottom: 10px;
	}
}

/* ----------- catalog slider ------------- */
.catalog-slider {
	position: relative;
	margin-bottom: 90px;
}
.catalog-list--slider {
	display: none;
}
.catalog-list--slider.owl-carousel {
	display: block;
}
.catalog-list--slider.owl-carousel .owl-stage {
	display: flex;
	margin-left: 1px;
}
.catalog-list--slider.owl-carousel .owl-item {
	display: flex;
	margin-left: 2px;
}
.catalog-list--slider .catalog-item {
	width: 100%;
}
.catalog-list--slider.owl-carousel .owl-nav {
	position: absolute;
	bottom: 100%;
	right: 0;
	display: flex;
	margin-bottom: 24px;
	gap: 16px;
}
.catalog-list--slider.owl-carousel .owl-nav.disabled {
	display: none;
}

@media(min-width: 1024px)
{
	.catalog-list--hover.owl-carousel {
		margin-bottom: -90px;
	}
	.catalog-list--hover.owl-carousel .owl-item {
		padding-bottom: 90px;
	}
}

@media(max-width: 1023px)
{
	.catalog-slider {
		margin-bottom: 60px;
	}
	.catalog-list--slider.owl-carousel .owl-nav {
		gap: 10px;
	}
}

@media(max-width: 767px)
{
	.catalog-slider {
		margin-bottom: 48px;
	}
}

/* ------------------ favorite-list ------------------- */
.favorite-list {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 48px 16px;
    gap: 48px 16px;	
}

.favorite-list .catalog-item,
.compare-list .catalog-item {
	margin-top: 24px;
}

@media(max-width: 980px)
{
	.favorite-list {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media(max-width: 640px)
{
	.favorite-list {
		grid-template-columns: repeat(2, 1fr);
	}	
}

@media(max-width: 420px)
{
	.favorite-list {
		grid-template-columns: repeat(1, 1fr);
	}		
}

/* ------------ catalog-card -------------- */
.catalog-card__labels {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 16px;
	gap: 8px;
	color: #ffffff;
}
.catalog-card__label {
	font-weight: 700;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 4px 8px;
	border: 1px solid #98583C;
	background-color: #98583C;
	text-decoration: none;
}
.catalog-card__label:hover {
	color: inherit;
}
.catalog-card__column {
	display: flex;
	margin-bottom: 80px;
}
.catalog-card__left {
	width: calc(51% - 116px);
	margin-right: 116px;
}
.catalog-card__right {
	width: 49%;
}
.catalog-card__gallery {
	margin-bottom: 40px;
	position: relative;
}
.catalog-card__preview {
	position: relative;
	margin-bottom: 16px;
	padding: 10px;
	border: 1px solid #D9D9D9;
}
.catalog-card__gallery-zoom {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	right: 10px;
	width: 24px;
	height: 24px;
	background: url(../images/svg/magnifier.svg) no-repeat center;
	z-index: 5;
}
.catalog-card__image {
	display: none;
	height: 484px;
	align-items: center;
	justify-content: center;
}
.catalog-card__image:first-child {
	display: flex;
}
.catalog-card__thumbs-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 112px;
	height: 112px;
	margin-bottom: 15px;
	margin-left: 12px;
}
.catalog-card__delivery-title {
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.02em;
	margin-bottom: 24px;
}
.catalog-card__location {
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;	
	letter-spacing: 0.02em;
	margin-bottom: 16px;
}
.catalog-card__location-change {
	color: #C69364;
	margin-left: 16px;
	text-decoration: underline;
}
.catalog-card__location-change:hover {
	color: #C69364;
	text-decoration: none;
}
.catalog-card__delivery-list {
	margin-bottom: 16px;
}
.catalog-card__delivery-item {
	margin-bottom: 16px;
}
.catalog-card__delivery-name {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.02em;
	display: flex;
	margin-bottom: 4px;
}
.catalog-card__delivery-icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 16px;
	background-position: center;
}
.catalog-card__delivery-all {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.02em;
	text-decoration-line: underline;
	color: #C69364;
}
.catalog-card__top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5px;
}
.catalog-card__art {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.02em;
	text-transform: uppercase;	
}
.catalog-card__line {
	padding: 2px 57px;
}
.catalog-card__title {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 30px;
	text-transform: none;	
}
.catalog-card__options {
	display: flex;
	flex-wrap: wrap;
	margin-left: -16px;
	margin-bottom: 24px;
}
.catalog-card__option {
	width: calc(50% - 16px);
	margin-left: 16px;
	margin-bottom: 16px;
}
.catalog-card__option-name {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.catalog-card__option-number {
	text-align: center;
	background-color: #000000;
	border-radius: 50%;
	color: #ffffff;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	width: 19px;
	height: 19px;
	margin-right: 8px;	
}
.catalog-card__option-values {
	display: flex;
	align-items: center;
	padding-left: 27px;
	flex-wrap: wrap;
	gap: 10px 15px;
}
.catalog-card__option-value {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.02em;
	padding-bottom: 5px;
	border-bottom: 2px solid transparent;
}
.catalog-card__option-value.active {
	border-bottom-color: #C69364;
}
.catalog-card__prices {
	display: flex;
	margin-bottom: 24px;
}
.catalog-card__price {
	font-weight: 600;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0.02em;
	color: #C69364;
	white-space: nowrap;
}
.catalog-card__old-price {
	font-weight: 500;
	font-size: 24px;
	line-height: 26px;
	letter-spacing: 0.02em;
	text-decoration-line: line-through;
	color: #D9D9D9;
	white-space: nowrap;
	margin-left: 20px;
}
.catalog-card__action {
	display: flex;
	margin-bottom: 15px;
	gap: 16px;
	flex-wrap: wrap;
}
.catalog-card__action svg {
	display: block;
}
.catalog-card__buy {
	height: 56px;
	padding: 0 73px;
}
.catalog-card__favorite,
.catalog-card__compare {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border: 1px solid #C69364;
	color: #C69364;
}
.catalog-card__favorite.in-favorite,
.catalog-card__compare.in-compare {
	border-color: #C69364;
	background-color: #C69364;
	color: #000000;
}
.catalog-card__notavailable {
	width: 100%;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
.catalog-card__callback {
	margin-bottom: 40px;
}
.catalog-card__callback-link {
	color: #D0A680;
	text-decoration: underline;
}
.catalog-card__callback-link:hover {
	text-decoration: none;
}
.catalog-card__marketplaces {
	margin-bottom: 40px;
}
.catalog-card__marketplaces-title {
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.02em;
	margin-bottom: 12px;
}
.catalog-card__marketplaces-list {
	display: flex;
	align-items: center;
	gap: 16px;
}
.catalog-card__marketplace {
	background-repeat: no-repeat;
	background-size: cover;	
}
.catalog-card__marketplace-hover {
	display: block;
	visibility: hidden;
	opacity: 0;
	transition: all 0.2;
}
.catalog-card__marketplace:hover .catalog-card__marketplace-hover {
	visibility: visible;
	opacity: 1;
}
.catalog-card__advantages {
	margin-bottom: 45px;
	display: flex;
	flex-wrap: wrap;
	margin-left: -16px;
}
.catalog-card__advantage {
	display: flex;
	flex-direction: column;
	width: calc(33.3% - 16px);
	margin-left: 16px;
	margin-bottom: 16px;
}
.catalog-card__advantage-img {
	width: 56px;
	min-width: 56px;
	height: 56px;
	margin-bottom: 12px;
	border: 1px solid #000000;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.catalog-card__advantage-img img {
	display: block;
}
.catalog-card__advantage-name {
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;	
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin-bottom: 12px;
	flex-grow: 1;
}
.catalog-card__advantage-info {
	font-size: 14px;
	line-height: 18px;	
}
.catalog-card__description {
	margin-bottom: 40px;
}
.catalog-card__instructions {
	margin-bottom: 40px;
}
.catalog-card__instructions-item {
	display: flex;
	align-items: center;
}
.catalog-card__instructions-icon {
	width: 32px;
	min-width: 32px;
	margin-right: 8px;
}
.catalog-card__instructions-icon--pdf {
	
}
.catalog-card__instructions-text {
	font-weight: 700;
}
.catalog-card__instructions-size {
	font-size: 14px;
	color: #828282;
	margin-top: 3px;
	font-weight: 400;
}
.catalog-card__props-title {
	margin-bottom: 22px;
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.02em;
	cursor: pointer;
}
.catalog-card__props-title:after {
	content: '';
	display: block;
	width: 10px;
	height: 6px;
	background: url(../images/svg/arrow-dark.svg) no-repeat;
	margin-left: 8px;
}
.catalog-card__props-title.active:after {
	transform: rotate(180deg);
}
.catalog-card__props-list {
	font-size: 14px;
	line-height: 20px;	
	letter-spacing: 0.02em;
	width: 100%;
    border-collapse: collapse;
    border-spacing: 0;	
}
.catalog-card__props-list tr:nth-child(odd) {
	background-color: #F1F1F1;
}
.catalog-card__props-list th {
	width: 50%;
	text-align: left;
	padding: 7px 16px;
	font-weight: normal;
}
.catalog-card__props-list td {
	padding: 7px 16px;
}
.catalog-card__video {
	margin-bottom: 80px;
}
.catalog-card__video .youtube-video {
	margin-bottom: 20px;
}
.catalog-card__video .youtube-video:last-child {
	margin-bottom: 0;
}
.catalog-card__info {
	margin-bottom: 80px;
}
.catalog-card__info-title {
	margin-bottom: 40px;
}
.catalog-card__promo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 495px;
	position: relative;
}
.catalog-card__promo-top {
	position: absolute;
	top: 0;
	left: 17%;
	display: flex;
}
.catalog-card__promo-bottom {
	position: absolute;
	bottom: 0;
	left: 17%;
	display: flex;
}
.catalog-card__promo-block {
	border-left: 1px dashed #000000;
	padding-bottom: 50px;
	width: 16%;
	width: 184px;
	margin-left: 116px;
}
.catalog-card__promo-block:first-child {
	margin-left: 0;
}
.catalog-card__promo-bottom .catalog-card__promo-block {
	padding: 50px 0 0;
}
.catalog-card__promo-inner {
	margin-left: -1px;
	background-color: #ffffff;
	padding-top: 10px;
}
.catalog-card__promo-bottom .catalog-card__promo-inner {
	height: 100%;
}
.catalog-card__promo-title {
	padding: 6px 16px;
	background: linear-gradient(118.62deg, #C69364 8.31%, #D0A680 74.94%);
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	
	padding-top: 5px;
}
.catalog-card__promo-text {
	padding-top: 16px;
	font-size: 13px;
	line-height: 16px;
}
.catalog-card__promo-text ul.styled li:before {
	top: 6px;
}
.catalog-card__similar {
	padding: 80px 0;
	background-color: #F1F1F1;
}
.catalog-card__bottom {
	padding: 80px 0 0;
}
.catalog-card__bottom-item {
	margin-bottom: 80px;
}
.catalog-card__bottom-item:last-child {
	margin-bottom: 0;
}
.catalog-card__bottom-inner {
	display: flex;
	padding-left: 200px;
}
.catalog-card__bottom-text {
	margin-left: 16px;
}

@media(min-width: 1024px)
{
	.catalog-card__favorite:hover,
	.catalog-card__compare:hover {
		border-color: #C69364;
		color: #000000;
	}	
}

@media(max-width: 1023px)
{
	.catalog-card__column {
		margin-bottom: 40px;
	}
	.catalog-card__left {
		width: calc(41% - 15px);
		margin-right: 15px;
	}
	.catalog-card__right {
		width: 59%;
	}
	.catalog-card__preview {
		margin-bottom: 12px;
	}
	.catalog-card__image {
		height: 292px;
	}
	.catalog-card__thumbs-item {
		width: 64px;
		height: 64px;
	}
	.catalog-card__location {
		font-size: 14px;
		line-height: 22px;
	}
	.catalog-card__delivery {
		width: 80%;
	}
	.catalog-card__delivery-name {
		font-size: 14px;
		line-height: 18px;
	}
	.catalog-card__delievry-text {
		font-size: 14px;
		line-height: 18px;
	}
	.catalog-card__delivery-all { 
		font-size: 14px;
		line-height: 18px;		
	}
	.catalog-card__title {
		font-size: 30px;
		line-height: 34px;
		margin-bottom: 20px;		
	}
	.catalog-card__options {
		display: block;
		margin-left: 0;
	}
	.catalog-card__option {
		width: 100%;
		margin-left: 0;
		margin-bottom: 16px;
	}
	.catalog-card__option-name {
		font-size: 14px;
		line-height: 18px;
	}
	.catalog-card__option-value {
		font-size: 14px;
		line-height: 18px;
		padding-bottom: 8px;
	}
	.catalog-card__price {
		font-size: 32px;
		line-height: 32px;
	}
	.catalog-card__old-price {
		font-size: 20px;
	}
	.catalog-card__action {
		gap: 12px;
	}
	.catalog-card__buy {
		height: 50px;
	}
	.catalog-card__favorite,
	.catalog-card__compare {
		width: 50px;
		min-width: 50px;
		height: 50px;
	}
	.catalog-card__callback {
		margin-bottom: 32px;
	}
	.catalog-card__marketplaces {
		margin-bottom: 32px;
	}
	.catalog-card__advantages {
		margin-bottom: 32px;
		margin-left: 0;
		display: block;
	}
	.catalog-card__advantage {
		width: 100%;
		margin-left: 0;
		flex-direction: row;
	}
	.catalog-card__advantage-name {
		max-width: 55%;
	}
	.catalog-card__advantage-img {
		margin-right: 24px;
	}
	.catalog-card__description {
		margin-bottom: 32px;
	}
	.catalog-card__instructions {
		margin-bottom: 32px;
	}
	.catalog-card__video {
		margin-bottom: 64px;
	}
	.catalog-card__info {
		margin-bottom: 64px;
	}
	.catalog-card__info-title {
		margin-bottom: 24px;
	}
	.catalog-card__promo-top {
		left: 13%;
	}
	.catalog-card__promo-bottom {
		left: 13%;
	}
	.catalog-card__promo-title {
		font-size: 14px;
		line-height: 18px;
	}
	.catalog-card__similar {
		padding: 46px 0;
	}
	.catalog-card__bottom {
		padding: 64px 0 0;
	}
	.catalog-card__bottom-item {
		margin-bottom: 64px;
	}
	.catalog-card__bottom-inner {
		padding-left: 0;
	}	
}

@media(max-width: 680px)
{
	.catalog-card__column {
		margin-bottom: 24px;
		display: block;
	}
	.catalog-card__left {
		width: auto;
		margin-right: 0;
	}
	.catalog-card__right {
		width: auto;
	}
	.catalog-card__gallery {
		margin-bottom: 24px;
	}
	.catalog-card__image {
		height: 348px;
	}
	.catalog-card__delivery {
		display: none;
	}
	.catalog-card__title {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.catalog-card__options {
		display: flex;
		margin-left: -12px;
	}
	.catalog-card__option {
		width: auto;
		min-width: calc(50% - 12px);
		margin-left: 12px;
	}
	.catalog-card__buy {
		order: 2;
		height: 46px;
		padding: 0 15px;
	}
	.catalog-card__favorite,
	.catalog-card__compare {
		width: 46px;
		min-width: 46px;
		height: 46px;
		order: 1;
	}
	.catalog-card__advantage-name {
		max-width: none;
		margin-bottom: 8px;
	}
	.catalog-card__advantage-img {
		margin-right: 12px;
	}
	.catalog-card__props-title {
		margin-bottom: 16px;
	}
	.catalog-card__props-list th,
	.catalog-card__props-list td {
		padding: 4px 12px;
	}
	.catalog-card__video {
		margin-bottom: 48px;
	}
	.catalog-card__info {
		margin-bottom: 48px;
	}
	.catalog-card__info-title {
		margin-bottom: 24px;
	}
	.catalog-card__promo-top {
		left: 7%;
	}
	.catalog-card__promo-bottom {
		left: 7%;
	}
	.catalog-card__promo-block {
		width: 168px;
		margin-left: 50px;
	}
	.catalog-card__similar {
		padding: 40px 0 35px;
	}
	.catalog-card__bottom {
		padding: 48px 0 0;
	}
	.catalog-card__bottom-item {
		margin-bottom: 48px;
	}
	.catalog-card__bottom-inner {
		display: block;
	}
	.catalog-card__bottom-text {
		margin-left: 0;
		margin-top: 16px;

	}
}

@media(max-width: 480px)
{
	.catalog-card__buy {
		flex-grow: 1;
		padding-left: 10px;
		padding-right: 10px;
	}
	.catalog-card__promo-top {
		left: 0;
	}
	.catalog-card__promo-bottom {
		left: 0;
	}	
	.catalog-card__promo-block {
		width: 168px;
		margin-left: 12px;
	}
}

@media(max-width: 360px)
{
	.catalog-card__title {
		font-size: 20px;
		line-height: 22px;
	}
	.catalog-card__image {
		height: 290px;
	}
	.catalog-card__top {
		display: block;
		margin-bottom: 10px;
	}
	.catalog-card__art {
		margin-bottom: 5px;
		font-size: 12px;
		line-height: 14px;
	}
	.catalog-card__line {
		padding: 4px 5px;
	}
	.catalog-card__marketplaces-list {
		gap: 5;
	}
	.catalog-card__advantage-img {
		width: 40px;
		min-width: 40px;
		height: 40px;
	}
	.catalog-card__advantage-name {
		font-size: 14px;
		line-height: 16px;
	}
	.catalog-card__props-list {
		font-size: 12px;
		line-height: 16px;
	}
	.catalog-card__promo {
		height: 440px;
	}
	.catalog-card__promo-block {
		margin-left: 20px;
		width: 140px;
	}
	.catalog-card__promo-title {
		padding: 6px;
		font-size: 12px;
		line-height: 14px;
	}
	.catalog-card__promo-text {
		padding-top: 7px;
		font-size: 12px;
		line-height: 14px;
	}
}

/* ------------ block-expand -------------- */
.block-expand .block-expand__inner {
	position: relative;
	height: 100px;
	overflow: hidden;
	margin-bottom: 16px;
} 
.expanded .block-expand__inner {
	height: auto;
}
.block-expand__btn {
	display: none;
	text-decoration: underline;
	align-items: center;
	color: inherit;
}
.block-expand__btn:hover {
	color: inherit;
}
.block-expand__btn:after {
	content: '';
	display: block;
	width: 10px;
	height: 6px;
	background: url(../images/svg/arrow-dark.svg) no-repeat;
	margin-left: 8px;
	transform: rotate(180deg);
}
.expanded .block-expand__btn:after {
	transform: rotate(0deg);
}
.block-expand .block-expand__btn {
    display: flex;
}

/* ------------ input-number -------------- */

.input-number {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 56px;
	background-color: #ececec;
}

.input-number__btn {
	display: flex;
	width: 40px;
	min-width: 40px;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: #7E7E7E;
	font-size: 22px;
	cursor: pointer;
	user-select: none;
}

.input-number__input {
	all: unset;
    height: 44px;
	width: 24px;
	font-family: 'Mulish', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.02em;
	color: #000000;
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
}

.input-number__input::-webkit-outer-spin-button,
.input-number__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* --------------- Index about ----------------- */
.index-about {
	background-color: #000000;
	padding: 80px 0;
}
.index-about__list {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}
.index-about__item {
	min-height: 166px;
	padding: 20px 24px;
	border: 1px solid #ffffff;
	flex: 0 1 calc(33.33% - 16px);
	position: relative;
}
.index-about__img {
	margin-bottom: 62px;
	width: 40px;
	height: 40px;
}
.index-about__img svg {
	display: block;
}
.index-about__name {
	font-weight: 500;
	font-size: 20px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #ffffff;	
}
.index-about__info {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	color: #000000;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.02em;
	z-index: 2;
	padding: 20px 24px;
	flex-direction: column;
	justify-content: space-between;
}
.index-about__item.active .index-about__info,
.index-about__item:hover .index-about__info {
	display: flex;
}
.index-about__text-title {
	font-weight: 500;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 0.02em;
}

@media(max-width: 1023px)
{
	.index-about {
		padding: 40px 0;
	}
	.index-about__img {
		margin-bottom: 54px;
	}
	.index-about__name {
		font-size: 18px;
		line-height: 20px;
	}
	.index-about__text-title {
		font-size: 18px;
		line-height: 20px;
	}		
}

@media(max-width: 580px)
{
	.index-about__title {
		margin-bottom: 24px;
	}
	.index-about__list{
		flex-wrap: wrap;
	}
	.index-about__item {
		min-height: auto;
		flex-basis: 100%;
	}
	.index-about__img {
		margin-bottom: 40px;
	}
}

/* ----------- Index video --------------- */
.index-video__inner {
	width: 786px;
	margin: 0 auto;
	padding-bottom: 80px;
}
.index-video__wrap {
	border-bottom: 1px solid #222222;
}
.index-video__item {
	display: none;
}
.index-video__item:first-child {
	display: block;
}
.index-video__slider.owl-carousel .owl-nav .owl-next,
.index-video__slider.owl-carousel .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	margin-top: -34px;
}
.index-video__slider.owl-carousel .owl-nav .owl-next {
	left: calc(100% + 15px);
}
.index-video__slider.owl-carousel .owl-nav .owl-prev {
	right: calc(100% + 15px);
}
.index-video__slider.owl-carousel .owl-dots .owl-dot {
	flex: 1 1 20%;
}

@media(max-width: 1023px)
{
	.index-video__inner {
		width: auto;
		padding-bottom: 64px;
	}
	.index-video__slider.owl-carousel .owl-dots .owl-dot {
		flex: 0 0 110px;
	}
}

@media(max-width: 767px)
{
	.index-video__inner {
		width: auto;
		padding-bottom: 40px;
	}
	.index-video__slider.owl-carousel .owl-dots .owl-dot {
		flex: 1 1 20%;
	}
}

/* ----------- Index Brand --------------- */
.index-brand .container {
	position: relative;
}
.index-brand__title span{
	padding: 12px 0 0 97px;
}
.index-brand__inner {
	position: relative;
	height: 552px;
}
.index-brand__img {
	width: 57%;
	position: absolute;
	top: 0;
	left: 16%;
}
.index-brand__img2 {
	width: 32%;
	position: absolute;
	right: 0;
	bottom: 15%;
	z-index: 2;
}
.index-brand__teaser {
	position: absolute;
	right: 24px;
	top: 0;
	font-size: 14px;
	line-height: 20px;	
	letter-spacing: 0.02em;
	color: #828282;
	padding-left: 23px;
	border-left: 1px solid #BE9977;
	width: 360px;
}
.index-brand__info {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 32px;
	background: #F4F4F4;
	border: 1px solid #E9E6E2;
	width: 49%;
	max-width: 594px;
	z-index: 2;
}
.index-brand__info-title {
	margin-bottom: 24px;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;	
}
.index-brand__info-text {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.02em;
	margin-bottom: 24px;
}
.index-brand__info-btn {
	display: block;
}

@media(max-width: 880px)
{
	.index-brand__teaser {
		line-height: 16px;
		max-width: 280px;
		padding-left: 22px;
	}
	.index-brand__inner {
		height: 470px;
	}
	.index-brand__info {
		width: 70%;
		max-width: 414px;
		padding: 32px 24px;
	}
	.index-brand__img {
		left: 34%;
	}
	.index-brand__img2 {
		bottom: 7%;
		width: 31%;
	}
}

@media(max-width: 720px)
{
	.index-brand__inner {
		height: auto;
	}
	.index-brand__title {
		margin-bottom: 24px;
	}
	.index-brand__title span{
		padding: 6px 0 0 70px;
	}
	.index-brand__teaser {
		position: static;
		margin-bottom: 16px;
		padding: 0;
		max-width: none;
		width: 100%;
		border: none;
	}
	.index-brand__info {
		position: static;
		width: 100%;
		max-width: none;
		padding: 40px 22px;
		margin-bottom: 16px;
	}
	.index-brand__img {
		position: static;
		width: 100%;
	}
	.index-brand__img2 {
		display: none;
	}
}

/*---------- catalog page ------------ */
.catalog__top {
	margin-bottom: 46px;
	display: flex;
	justify-content: space-between;
}
.catalog__filter-open {
	display: none;
	position: relative;
    padding: 0 18px 0 22px;
    background: #ffffff;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    cursor: pointer;
    color: #000000;
	align-items: center;
	margin-right: 10px;
}
.catalog__filter-open:before {
	display: block;
	content: '';
	width: 16px;
	height: 16px;
	background: url('../images/svg/filter.svg') no-repeat;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.catalog__filter-open:after {
	display: block;
    content: '';
    width: 8px;
    height: 6px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 0;
    background: url(../images/svg/arrow-dark.svg) no-repeat center / 8px auto;
	transform: rotate(180deg);
}
.catalog__sections-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: -22px;
}
.catalog__sections-item {
	padding-bottom: 4px;
	border-bottom: 2px solid transparent;
	margin-left: 22px;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
}
.catalog__sections-item--current {
	font-weight: bold;
	border-bottom-color: #C69364;
}
.catalog__sections-link {
	display: block;;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;	
	color: inherit;
	text-transform: uppercase;
}
.catalog__content {
	display: flex;
	position: relative;
	width: 100%;
}
.catalog__aside {
	width: 278px;
	margin-right: 28px;
}
.catalog__main {
	width: calc(100% - 306px);
	flex-grow: 1;
}
.catalog__filter {
	margin-bottom: 36px;
	padding-right: 30px;
}
.catalog__filter-item {
	margin-bottom: 24px;
}
.catalog__filter-name {
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.catalog__filter-name:after {
	content: '';
	display: block;
	width: 10px;
	height: 6px;
	background: url(../images/svg/arrow-dark.svg) no-repeat center;
	margin-left: 8px;
	transform: rotate(180deg);
}
.catalog__filter-item.active .catalog__filter-name:after {
	transform: rotate(0deg);
}
.catalog__filter-params--close {
	display: none;
}
.catalog-range__labels {
	display: flex;
    justify-content: space-between;
    margin: 5px 0 16px;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
    color: #000000;	
}
.catalog-range__values {
    display: flex;
    align-items: center;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.02em;
	
}
.catalog-range__input {
	padding: 8px 10px;
	border: 1px solid #C4C4C4;
	font-family: 'Mulish', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	width: auto;
	max-width: 80px;
	text-align: center;
}
.catalog-range__minus {
	margin-right: 8px;
}
.catalog-range__plus {
	margin: 0 8px;
}
.catalog__filter-list {
	display: flex;
	flex-direction: column;
}
.catalog__filter-link {
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;	
	letter-spacing: 0.02em;
	text-decoration: none;
	margin-bottom: 8px;
}
.catalog__filter-link.active {
	color: #C69364;
} 
.catalog__filter-link.active::after {
	content: '';
	display: inline-block;
	width: 12px;
	min-width: 12px;
	height: 12px;
	background: url(../images/svg/filter-close.svg) no-repeat center / 12px 12px;
	margin-left: 8px;
}
.catalog__filter-link.disabled {
	opacity: .4;
	cursor: default;
}
.catalog__filter-link.disabled:hover {
	color: #000000;
}
.catalog__filter-tags {
	display: block;
	font-size: 14px;
	line-height: 16px;	
	letter-spacing: 0.02em;
	text-decoration: none;
	margin-bottom: 8px;	
}
.catalog__aside-videos {
	margin-bottom: 24px;
}
.catalog__aside-video {
	margin-bottom: 24px;
}
.catalog__aside-video .youtube-video__lazy:before {
	width: 64px;
	height: 64px;
}
.catalog__aside-banner {
	margin-bottom: 24px;
}
.catalog__aside-close {
	display: none;
	width: 12px;
	height: 12px;
	cursor: pointer;
	position: absolute;
	top: 25px;
	right: 36px;
}
.catalog__aside-close svg {
	display: block;
}
.catalog__main-list {
	margin-bottom: 24px;
}
.catalog__sort {
	display: inline-block;
	position: relative;
	min-width: 190px;
}
.catalog__sort-name{
	position: relative;
	padding: 0 18px 0 22px;
	background: #ffffff;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	cursor: pointer;
	color: #000000;
}
.catalog__sort-name:before {
	display: block;
	content: '';
	width: 16px;
	height: 12px;
	background: url('../images/svg/sort.svg') no-repeat;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.catalog__sort-name:after {
	display: block;
    content: '';
    width: 8px;
    height: 6px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 0;
    background: url(../images/svg/arrow-dark.svg) no-repeat center / 8px auto;
	transform: rotate(180deg);
}
.catalog__sort.active .catalog__sort-name:after {
	transform: rotate(0deg);
}
.catalog__sort-params {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 26px;
	padding: 16px 18px;
	border: 1px solid #ebebeb;
	background: #FFFFFF;
	box-shadow: 0px 10px 30px rgba(51, 51, 51, 0.15);
	z-index: 6;
	margin-top: 8px;
}
.catalog__sort-params.active {
	display: block;
}
.catalog__sort-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.catalog__sort-param {
	margin-bottom: 12px;
}
.catalog__sort-param:last-child {
	margin-bottom: 0;
}
.catalog__sort-link {
	display: block;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;	
}
.catalog__sort-link.active {
	color: #C69364;
}
.catalog__sort-link font {
	display: block;
}

@media(max-width: 1080px)
{
	.catalog__sections-item {
		font-size: 13px;
		margin-left: 18px;
	}
}

@media(max-width: 1023px)
{
	.catalog__top {
		margin-bottom: 24px;
	}
	.catalog__sections {
		display: none;
	}
	.catalog__aside {
		position: fixed;
		top: 88px;
		bottom: 0;
		left: 0;
		width: 100%;
		height: calc(100vh - 88px);
		overflow-y: auto;
		z-index: 15;
		background: #ffffff;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: .15s;
		-o-transition: .15s;
		transition: .15s;
		padding: 54px 24px;
	}
	.catalog__aside--active {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	.catalog__aside-media {
		display: none;
	}
	.catalog__aside-close {
		display: block;
	}
	.catalog__main {
		width: 100%;
	}
	.catalog__filter-open {
		display: flex;
	}
	.catalog__filter-inner {
		display: flex;
		flex-wrap: wrap;
		margin-left: -50px;
	}
	.catalog__filter-col {
	    width: calc(50% - 50px);
		margin-left: 50px;
	}
}

@media(max-width: 767px)
{
	.catalog__aside {
		top: 81px;
		height: calc(100vh - 81px);
	}
}

@media(max-width: 680px)
{
	.catalog__main-list {
		margin-bottom: 0;
	}
}

@media(max-width: 580px)
{
	.catalog__aside {
		padding: 30px 16px 51px;
	}
	.catalog__aside-close {
		top: 18px;
		right: 14px;
	}
	.catalog__filter-inner {
		display: block;
		margin: 0;
	}
	.catalog__filter-col {
		width: 100%;
		margin: 0;
	}
}

/* ----------- about-page --------------- */
.about-item {
	margin-bottom: 64px;
}
.about-item--first {
	margin-top: -88px;
}
.about-item--last {
	margin-bottom: 0 !important;
}
.about-item__top {
	display: flex;
	margin-bottom: 24px;
}
.about-item__bottom {
	display: flex;
	position: relative;
}
.about-item__left {
	width: calc(43% - 16px);
	max-width: 384px;
	margin-right: 16px;
}
.about-item__bottom--fixed .about-item__left {
	display: flex;
	justify-content: flex-end;
}
.about-item__right {
	width: calc(100% - 43%);
	flex-grow: 1;
}
.about-item__right--short {
	max-width: 584px;
}
.about-item__name {
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.about-item__statistic {
	display: flex;
	margin-top: 40px;
	margin-bottom: 24px;
	max-width: 484px;
}
.about-item__statistic-item {
	padding: 0 12%;
	border-right: 1px solid #020202;
	text-align: center;
}
.about-item__statistic-item:first-child {
	padding-left: 0;
}
.about-item__statistic-item:last-child {
	padding-right: 0;
	border-right: 0;
}
.about-item__statistic-item span {
	font-weight: 600;
	font-size: 44px;
	line-height: 40px;	
	text-transform: uppercase;
	display: block;
}
.about-item__bg {
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	height: 340px;
}
.about-item__bg--left {
	width: 80%;
	max-width: 284px;
}
.about-item__left-img {
	text-align: right;
}
.about-item__img img {
	display: inline-block;
}
.about-item__img-column {
	display: flex;
	margin-left: -16px;
}
.about-item__img-column img {
	max-width: calc(50% - 16px);
	margin-left: 16px;
}
.about-item__icon {
	width: 100%;
	position: relative;
}
.about-item__icon:after {
	content: '';
	display: block;
	height: 1px;
	background: #000000;
	position: absolute;
	bottom: 20px;
	right: 0;
	width: 75%;
	max-width: 284px;
}
.about-item__icon img {
	width: 56px;
	height: 56px;
	display: block;
}
.about-item--innovation {
	margin-bottom: -109px;
}
.about-item--innovation .about-item__right {
	position: relative;
	z-index: 3;	
}
.about-dark {
	background: #000000;
	color: #ffffff;
	padding-top: 189px;
	margin-bottom: 80px;
	position: relative;
	z-index: 2;
}
.about-dark .container {
	position: relative;
}
.about-dark .about-item__icon:after {
	background-color: #ffffff;
}
.about-item__img--absolute {
	position: absolute;
	top: 100%;
	left: 122px;
	padding-top: 20px;
}
.about-item__expert-img {
	width: 100%;
	height: 306px;
	background: #ffffff url(../images/content/about/noy-hay-bg.jpg) no-repeat top right / cover;
}
.about-item__img--mobile {
	display: none;
}

@media(max-width: 1023px)
{
	.about-item--first {
		margin-top: -85px;
	}
	.about-item__left {
		max-width: 291px;
	}
	.about-item__name {
		font-size: 20px;
		line-height: 40px;
		margin-bottom: 8px;
	}
	.about-item__statistic {
		margin: 24px 0;
	}
	.about-item__statistic-item {
		padding: 0 10%;
	}
	.about-item__statistic-item span {
		font-size: 28px;
		line-height: 40px;
	}
	.about-item__icon img {
		width: 44px;
		height: 44px;
	}
	.about-item__icon:after {
		bottom: 15px;
		max-width: 230px;
	}
	.about-item__bg {
		height: 250px;
	}
	.about-item__left-img img {
		width: 58%;
	}
	.about-item__right--short {
		max-width: none;
	}
	.about-item--innovation {
		margin-bottom: -70px;
	}
	.about-item__img--absolute {
		left: 60px;
	}
	.about-item__img-column img {
		width: calc(50% - 16px);
		max-width: 198px;
	}
	.about-dark {
		padding-top: 160px;
		margin-bottom: 64px;
	}
}

@media(max-width: 980px)
{
	.about-item__bg--left {
		width: 58%;
		max-width: 168px;
	}
	.about-item__bg {
		height: 180px;
	}
	.about-item__expert-img {
		height: 180px;	
	}
	.about-item__img--absolute img{
		max-width: 168px;
	}
}

@media(max-width: 767px)
{
	.about-item--first {
		margin-top: -75px;
	}
}

@media(max-width: 560px)
{
	.about-item {
		margin-bottom: 48px;
	}
	.about-item--first {
		margin-top: 0;
	}
	.about-item__top,
	.about-item__bottom {
		display: block;
	}
	.about-item__bottom--fixed {
		display: flex;
	}
	.about-item__top {
		margin-bottom: 16px;
	}
	.about-item__left,
	.about-item__right {
		width: auto;
		max-width: none;
		margin-right: 0;
	}
	.about-item__left {
		margin-bottom: 16px;
	}
	.about-item__bottom--fixed .about-item__left {
		margin-right: 13px;
		margin-bottom: 0;
		width: calc(31% - 16px);
	}
	.about-item__bottom--fixed .about-item__right {
		flex-grow: 1;
	}
	.about-item__statistic {
		margin: 10px 0 15px;
	}
	.about-item__icon {
		margin-bottom: 16px;
	}
	.about-item__icon:after {
		display: none;
	}
	.about-item__bg {
		height: 155px;
		background-position: center;
	}
	.about-item__bg--left {
		width: 100%;
		max-width: none;
	}
	.about-item__left-img {
		text-align: left;
	}
	.about-item__left-img img {
		width: auto;
		display: block;
	}
	.about-item__img-column {
		justify-content: space-between;
		margin-left: -12px;
	}
	.about-item__img-column img {
		display: block;
		max-width: none;
		width: calc(50% - 12px);
		margin-left: 12px;
		margin-right:0;
	}
	.about-item--innovation {
		margin-bottom: 0;
	}
	.about-item--innovation .about-item__left {
		margin-bottom: 0;
	}
	.about-item--innovation .about-item__img-column {
		margin: 0 -12px 0 -24px;
		background-color: #000000;
		padding: 16px 12px 48px;
	}
	.about-dark {
		padding-top: 16px;
		margin-bottom: 48px;
	}
	.about-dark .about-item {
		margin-bottom: 12px;
	}
	.about-item__expert {
		background: #ffffff;
		padding: 0 12px 12px;
	}
	.about-item__expert-img {
		height: 160px;
	}
	.about-item__img--absolute {
		display: none;
	}
	.about-item__img--mobile {
		display: flex;
		background: #ffffff;
		padding: 0 12px;
	}
}

/* ---------- Actions ---------------- */
.actions-list {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 34px 15px;
    gap: 34px 15px;
}
.actions-item {
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.actions-item__preview {
	width: 100%;
	height: 23vw;
	max-height: 320px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 18px;
}
.actions-item__discount {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	height: 108px;
	min-width: 108px;
	align-items: center;
	justify-content: center;
	background-color: #D9D9D9;
	font-weight: 700;
	font-size: 32px;
	line-height: 32px;
	color: #000000;
}
.actions-item__name {
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	flex-grow: 1;
}
.actions-item__desc {
	margin-top: 8px;
}
.actions-item--disabled div {
	opacity: 0.5;
}
.actions-item__link {
	margin-top: 16px;
	display: flex;
	align-items: center;
	position: relative;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
.actions-item__link span {
	display: block;
	margin-left: 16px;
}
.actions-item__disabled-text {
	margin-top: 16px;
	display: inline-block;
	position: relative;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	opacity: 1 !important;
}
.action__picture {
	position: relative;
	margin-bottom: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	max-height: 320px;
	height: 55vw;
}
.action__discount {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	height: 108px;
	min-width: 108px;
	align-items: center;
	justify-content: center;
	background-color: #D9D9D9;
	font-weight: 700;
	font-size: 32px;
	line-height: 32px;
	color: #000000;
}
.action__description {
	padding: 50px 100px;
	background: #D9D9D9;
	margin-bottom: 80px;
	font-size: 16px;
	line-height: 22px;	
}
.action__description-title {
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.action__catalog-title {
	font-size: 44px;
	line-height: 44px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin-bottom: 24px;	
}

@media(max-width: 860px)
{
	.actions-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.actions-item__preview {
		height: 40vw;
		max-height: 295px;
	}	
	.action__picture {
		margin-bottom: 10px;
	}
	.action__discount {
		right: 16px;
	}
	.action__description {
		padding: 45px;
		margin-bottom: 64px;
	}
	.action__description-title {
		font-size: 24px;
		line-height: 40px;		
	}
	.action__catalog-title {
		font-size: 24px;
		line-height: 28px;		
	}
}

@media(max-width: 480px)
{
	.actions-list {
		grid-template-columns: repeat(1, 1fr);
	}
	.actions-item__preview {
		height: 70vw;
	}
	.action__description {
		padding: 45px 22px;
		margin-bottom: 48px;
	}
	.action__description-title {
		font-size: 22px;
		line-height: 24px;		
	}	
	.action__catalog-title {
		font-size: 22px;
		line-height: 24px;		
	}	
}

/* ---------- search --------------- */
.search-form {
	margin-bottom: 40px;
}
.search-form__inner {
	display: flex;
}
.search-form__title {
	font-size: 16px;
	line-height: 24px;	
}
.search-form_input {
	max-width: 580px;
}
.search-form__btn {
	display: flex;
	align-items: center;
	margin-left: 16px;
	justify-content: space-between;
}
.search-form__btn svg {
	width: 24px;
	min-width: 24px;
	height: 24px;
	margin-left: 40px;
}
.search-notfound {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.02em;	
}
.search-notfound h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	margin: 0;
}
.search-query {
	margin-bottom: 24px;
}
.search-query span {
	color: #C69364;
}

@media(max-width: 767px)
{
	.search-form {
		margin-bottom: 24px;
	}
	.search-form_input {
		max-width: none;
	}
	.search-form__btn span {
		display: none;
	}
	.search-form__btn svg {
		margin-left: 0;
	}
}

/* ---------- Subscribe -------------- */
.subscribe {
	background: url(../images/subscribe-fon.jpg) no-repeat center/cover;
}
.subscribe__inner {
	padding: 54px 0 90px;
	display: flex;
}
.subscribe__title {
	margin-right: 120px;
}
.subscribe__form {
	width: 32%;
	max-width: 380px;
	margin-top: 35px;
}
.subscribe__field-checkbox {
	margin-top: 20px;
}
.subscribe__checkbox-label {
	display: block;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.02em;
	position: relative;
	padding-left: 25px;
	color: #ffffff;
	margin-top: 14px;
	margin-bottom: 10px;
}
.subscribe__checkbox-label:before {
    display: block;
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    top: 2px;
    left: 0px;
    border: 1px solid #ffffff;
	background: url(../images/svg/check-subscribe.svg) no-repeat center / 10px auto;
}
.subscribe__checkbox-label a {
	text-decoration: underline;
	color: inherit;
}
.subscribe__checkbox-label a:hover {
	text-decoration: none;
	color: inherit;
}
.subscribe__btn {
	width: 100%;
}

@media(max-width: 960px)
{
	.subscribe {
		background-image: url(../images/subscribe-back-mobile.jpg);
	}
	.subscribe__title {
		width: 50%;
		margin-right: 0;
		max-width: 345px;
		position: relative;
		padding-top: 26px;
	}
	.subscribe__title span{
		position: absolute;
		top: 0;
		left: 120px;
		width: 100%;
		padding-left: 0;
	}
	.subscribe__form {
		width: 50%;
		margin-top: 65px;
		max-width: 350px;
	}
	.subscribe__checkbox-label {
		margin-bottom: 24px;
	}
}

@media(max-width: 767px)
{
	.subscribe__inner {
		padding: 40px 0 150px;
		flex-wrap: wrap;
	}
	.subscribe__title {
		width: 100%;
		margin-bottom: 40px;
		max-width: none;
	}
	.subscribe__form {
		width: 100%;
		margin-top: 0;
		max-width: none;
	}
	.subscribe__title {
		padding-top: 0;
	}
	.subscribe__title span{
		position: static;
		padding-left: 84px;
	}
}

/* ----------- Youtube video ------------- */

.youtube-video__wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;	
}

.youtube-video__iframe,
.youtube-video__lazy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube-video__lazy {
	background-size: cover;
	-ms-background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}
.youtube-video__lazy:before{
	content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
	transform: translateX(-50%) translateY(-50%);
    background: #ffffff url(../images/svg/video-play.svg) no-repeat 54% 50%;
    z-index: 5;
	border: 1px solid #CACACA;
	border-radius: 50%;
}
iframe.youtube-video__lazy {
	background: none !important;
}

@media(max-width: 767px)
{
	.youtube-video__lazy:before{
		width: 80px;
		height: 80px;
	}
}

/* ------------------ pagination ------------------- */
.pagination {
	display: flex;
	justify-content: space-between;
}

.pagination__list {
	display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
	flex-wrap: wrap;
}

.pagination__item {
	padding: 0;
}
.pagination__link {
	display: flex;
	width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	border-radius: 50%;
	text-decoration: none;	
}
.pagination__link--current {
	background: #C69364;
	color: #ffffff;
}
.pagination__next{
	margin-left: 12px;
}
.pagination__next-link {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
}
.pagination__next-link svg {
	margin-left: 8px;
}
.pagination__showall {
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;	
	text-align: right;
	letter-spacing: 0.02em;
	text-decoration-line: underline;	
}
.pagination__showmore {
	display: none;
	padding: 12px;
	width: 100%;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;	
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #000000;
	border: 2px solid #C69364;
	text-align: center;
}

@media(max-width: 680px)
{
	.pagination__list,
	.pagination__showall {
		display: none;
	}
	.pagination__showmore {
		display: block;
	}
}

/* --------------- 404 ---------------- */
.page-404__inner {
	margin-top: 50px;
	margin-bottom: 80px;
	display: flex;
	justify-content: space-between;
}
.page-404__img {
	width: 330px;
	min-width: 330px;
	margin-right: 80px;
}
.page-404__img::after {
	display: block;
	text-align: center;
	content: 'Ошибка';
	font-weight: 700;
	font-size: 24px;
	line-height: 26px;
	color: #C69364;
	margin-top: 10px;
}
.page-404__info {
	font-size: 16px;
	line-height: 26px;
	margin-top: 75px;
	max-width: 684px;
}
.page-404__title {
	font-weight: 600;
	font-size: 44px;
	line-height: 48px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.page-404__title span {
	display: block;
}
.page-404__info p {
	margin: 24px 0;
}
.page-404__link {
	text-decoration-line: underline;
	color: #C69364;	
}
.page-404__link::hover {
	text-decoration: none;
}

@media(max-width: 980px)
{
	.page-404__inner {
		flex-direction: column;
		align-items: center;
		margin-top: 24px;
		margin-bottom: 64px;
	}
	.page-404__img {
		margin-bottom: 40px;
		margin-right: 0;
		min-width: 0;
	}
	.page-404__info {
		margin-top: 0;
		max-width: none;
		text-align: center;
	}
	.page-404__title {
		max-width: none;
		text-align: center;
	}
	.page-404__title span {
		display: inline;
	}
	.page-404__title span:first-child {
		display: block;
		text-align: center;
	}
}
@media(max-width: 480px)
{
	.page-404__inner {
		margin-top: 16px;
	}
	.page-404__img {
		margin-bottom: 32px;
	}
	.page-404__info {
		text-align: center;
		line-height: 22px;
	}
	.page-404__title {
		margin-bottom: 16px;
		font-weight: 600;
		font-size: 28px;
		line-height: 28px;	
	}
	.page-404__info p {
		margin: 10px;
	}
	.page-404__title span {
		display: block;
	}
}


/* --------------- page-column ----------------- */

.page-column {
	display: flex;
}
.page-sidebar {
	width: 250px;
	margin-right: 70px;
}
.page-content {
	width: calc(100% - 320px);
}

@media(max-width: 1024px)
{
	.page-column {
		display: block;
	}
	.page-sidebar {
		width: 100%;
		margin-bottom: 20px;
	}
	.page-content {
		width: 100%;
	}
}

/* --------------- left menu ------------------- */
.left-menu {
	margin-bottom: 40px;
}
.left-menu a {
	display: block;
	margin-bottom: 15px;
}
.left-menu a.active {
	color: #C69364;
}

/* ------------------ privacy ----------------- */
.privacy-info {
	overflow: hidden;
}
.privacy-info p {
	margin: 1em 0;
}
.privacy-info a {
	text-decoration: underline;
	color: inherit;
}
.privacy-info a:hover {
	text-decoration: none;
	color: inherit;
}
.privacy-info__date {
	font-weight: bold;
	margin: 20px 0;
}
.privacy-info__date:first-child {
	margin-top: 0;
}
.privacy-info__top {
	text-align: right;
	margin-bottom: 40px;
}
.privacy-info__point {
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0;
}
.privacy-info ul {
    margin: 0;
    padding: 0;	
}
.privacy-info ul li {
    margin: 5px 0 10px 0;
}
.privacy-accept {
	position: relative;
	padding-left: 30px;
	margin: 15px 0;
	font-size: 14px;
	line-height: 20px;	
}
.privacy-accept::before {
	display: block;
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    left: 0;
	top: 0;
	border: 1px solid rgba(13, 13, 13, 0.5);
    background: #fff;
    margin-top: 3px;
}
.privacy-accept.checked::before {
	background: #fff url(../images/svg/check.svg) no-repeat center center/ 14px auto;
}
.privacy-accept a {
	text-decoration: underline;
	color: inherit;
}
.privacy-accept a:hover {
	text-decoration: none;
	color: inherit;
}
.privacy-info table {
	display: block;
    margin: 24px 0;
    overflow: auto;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
	color: inherit;
}
.privacy-info td,
.privacy-info th {	
    border: 1px solid #aaaaaa;
    padding: 12px;
    vertical-align: top;
	min-width: 250px;
}
.privacy-info th {
	text-align: center;
	font-weight: bold;
}

/* --------------- Footer -------------- */
.footer {
	background: #D9D9D9;
	padding: 34px 0 53px;
	color: #000000;
}
.footer__inner {
	display: flex;
	justify-content: space-between;
}
.footer__left {
	flex-grow: 1;
	margin-right: 10px;
}
.footer__logo {
	display: block;
	width: 170px;
	margin-bottom: 24px;
	color: #000000;
}
.footer__logo img {
	display: block;
}
.footer__copyright {
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.02em;
}
.footer__right {
	flex-grow: 1;
	display: flex;
	justify-content: space-between;
}
.footer__menu {
	display: flex;
}
.footer__menu-list {
	display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
	margin-right: 48px;
}
.footer__menu-list:last-child {
	margin-right: 0;
}
.footer__menu-link {
	display: inline-block;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 12px;
}
.footer__socials {
	display: flex;
	margin-bottom: 24px;
}
.footer__social {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid #000000;
	border-radius: 50%;
	margin-left: 20px;
}
.footer__social:first-child {
	margin-left: 0;
}
.footer__social:hover {
	border-color: #C69364;
	color: #C69364;
}
.footer__info {
	display: flex;
	flex-direction: column;
}
.footer__info-link {
	display: inline-block;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.02em;
	text-decoration-line: underline;	
}

@media(max-width: 1023px)
{
	.footer {
		padding: 28px 0;
	}
	.footer__inner {
		justify-content: flex-start;
	}
	.footer__left {
		margin-right: 60px;
	}
	.footer__logo {
		width: 127px;
	}
	.footer__copyright {
		line-height: 18px;
	}
	.footer__right {
		display: block;
	}
	.footer__menu-list {
		margin-bottom: 24px;
		margin-right: 32px;
	}
	.footer__menu-link {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 8px;
	}
}

@media(max-width: 767px)
{
	.footer {
		padding: 24px 0;
	}
	.footer__logo {
		margin-bottom: 0;
	}
	.footer__inner {
		display: block;
	}
	.footer__left {
		display: flex;
		margin-bottom: 32px;
		margin-right: 0;
	}
	.footer__logo {
		width: 110px;
		margin-right: 24px;
	}
	.footer__copyright { 
		font-size: 12px;
		line-height: 14px;		
	}
}

/* --------------- modal --------------- */
.modal {
	display: none;
}
.modal__center {
	text-align: center;
}
.modal__inner {
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.04em;
	max-width: 584px;
	padding: 56px 40px;
}
.modal__logo {
	width: 170px;
	margin: 0 auto;
	margin-bottom: 32px;
}
.modal__title {
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.modal__info {
	margin-bottom: 16px;
}
.modal__btn {
	width: 100%;
	margin-top: 16px;
}
a.modal__btn {
	display: inline-block;
}
.modal__bottom {
	margin-top: 16px;
}
.modal__errors {
	display: none;
}
.modal__success {
	display: none;
}

@media(max-width: 620px)
{
	.modal__inner {
		max-width: none;
		padding: 40px 20px;
		font-size: 16px;
		line-height: 20px;
	}
	.modal__logo {
		width: 140px;
	}
}

/* ----------------------------- wait --------------------------------- */

div.wait
{
  position:fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:url(../images/loading.gif) center center no-repeat;
  background-color:rgba(0,0,0,.5);
  -webkit-animation:wait-show .5s linear 0s forwards;
  animation:wait-show .5s linear 0s forwards;
  z-index:9999;
}
@-webkit-keyframes wait-show
{
  from{opacity:0}
  to{opacity:1;}
}
@keyframes wait-show
{
  from{opacity:0}
  to{opacity:1;}
}

/* --------------- Erid --------------- */

.erid-label {
	font-size: 12px;
	line-height: 16px;
    position: absolute;
    z-index: 10;
    top: 6px;
    right: 6px;
    display: flex;
    align-items: center;
    height: 20px;
    padding: 2px 8px;
    cursor: pointer;
    color: #666666;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.64);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.erid-label::after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	margin-left: 4px;
	background: url(../images/svg/erid-icon.svg) no-repeat center;
}
.erid-info {
	margin-top: 15px;
	font-size: 12px;
}

@media(max-width: 767px)
{
	.erid-label {
		top: 4px;
		right: 4px;
	}
}

/* ------------- subscribe-accept ------------- */
.subscribe-accept__inner {
	padding: 40px;
}
.subscribe-accept__title {
	font-size: 24px;
	margin-bottom: 30px;
	text-align: center;
}
.subscribe-accept__field {
	margin-bottom: 15px;
}
.subscribe-accept__checkbox
{
	position: relative;
	display: inline-block;
	font-size: 14px;
    line-height: 18px;
	cursor: pointer;
	padding-left:30px;
}
.subscribe-accept__checkbox:before
{
	display: block;
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    border: 1px solid rgba(13, 13, 13, 0.5);
    background: #fff;
}
.subscribe-accept__checkbox input
{
	position:absolute;
	display:inline;
	left:-25px;
	width:auto;
	height:auto;
	cursor:pointer;
	opacity:0;
	display: none;
}
.subscribe-accept__checkbox.checked:before
{
    background: #fff url(../images/svg/check.svg) no-repeat center center/ 14px auto;
}
.subscribe-accept__checkbox a {
	text-decoration: underline;
}
.subscribe-accept__checkbox a:hover {
	text-decoration: none;
}
.subscribe-accept__bottom {
	text-align: center;
	margin-top: 30px;

}
.subscribe-accept__field-error {
	font-size: 12px;
	color: red;
	margin: 5px 0 0; 
}

/* -------------------- virtual-tour --------------------- */

.virtual-tour {
	margin: 0 0 30px;
}

.virtual-tour iframe {
	border: 0;
}

@media(min-width: 581px)
{
	.virtual-tour__wrap {
		position: relative;
		padding-bottom: 46.87%;
		height: 0;
		overflow: hidden;
	}
	.virtual-tour iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0;
	}
}

/* ---------------- widget-yoomoney ----------------- */

#paysystem-yookassa {
	max-width: 460px;
	min-width: 280px;
	margin: 20px 0;	
}

#paysystem-yookassa .widget-payment-checkout-info {
	margin: 10px 0;
}

#paysystem-yookassa .widget-paysystem-checkout-sum {
	font-weight: bold;
}

#paysystem-yookassa #payment-widget-form {
	margin-top: 20px;
}

#paysystem-yookassa p.mb-4 {
	display: none !important; 
}

.tbank-payment {
	margin: 10px 0;
}

.tbank-payment__btn {
	text-align: center;
    color: #000;
    border: 2px solid transparent;
    padding: 16px 20px 15px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    background-color: #C69364;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
	outline: none;
}

.tbank-payment__btn:hover {
	background-color: #D0A680;
	color: #000000;
}

.dolyame-payment {
	margin: 10px 0;
}

a.dolyame-payment__btn {
	display: inline-block;
	text-align: center;
    color: #000;
    border: 2px solid transparent;
    padding: 16px 20px 15px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    background-color: #C69364;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
	outline: none;
}

a.dolyame-payment__btn:hover {
	background-color: #D0A680;
	color: #000000;
}

/* ---------------- popup-messages ------------------ */
.popup-messages {
	position: fixed;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 10000;
	width: 350px;
	margin-bottom: 25px;
}

.popup-messages__item {
	display: none;
}

.popup-messages__item-wrap {
	display: flex;
	width: 100%;
	padding: 12px;
	margin-bottom: 5px;
	border-radius: 8px;
	color: #ffffff;
	background: #21282b;
	box-shadow: 0 1.17px 2px rgba(0, 0, 0, 0.0196802), 0 1.4px 5px rgba(0, 0, 0, 0.03), 0 2px 10px rgba(0, 0, 0, 0.03), 0 2px 18px rgba(0, 0, 0, 0.04), 0 9px 33px rgba(0, 0, 0, 0.03);
	font-size: 14px;
	line-height: 18px;
}

.cookie-accepted__text {
	padding: 4px;
}

.cookie-accepted__text a {
	color: inherit;
	text-decoration: underline;
}

.cookie-accepted__text a:hover {
	color: inherit;
	text-decoration: none;
}

.cookie-accepted__btn {
	display: block;
	padding: 4px 10px;
	border-radius: 4px;
	margin-left: 8px;
	color: #21282b;
	background: #ffffff;
	text-decoration: none;
	font-size: 16px;
	align-self: start;
}

.cookie-accepted__btn:hover {
	background: #cccccc;
	color: #21282b;
	text-decoration: none;
}
	
@media(max-width: 480px)
{
	.popup-messages {
		width: 100%;
		padding: 10px;
		margin-bottom: 0;
	}
}