.header {
	display: contents;
}

.main-menu {
	position: sticky;
	top: 0;
	background: #ffffff;
	z-index: 2;
}

.top.header-widget {}

.header-right {
	width: 33%;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	/* flex-direction: column; */
	/* align-items: flex-end; */
}

.top-header-phone,
.top-header-city {
	position: relative;
}

.top-header-phone .tooltip,
.tooltip--city {
	right: 0;
}

:is(.top-header-phone, .top-header-city) .tooltip::before {
	left: calc(100% - 19%);
}

.catalog-section {
	margin-top: 10px;
}

.banner-catalog-category-wrap {
	display: block;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DCEAFD;
}

.banner-catalog-category-thumb {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1055/150;
}

.tabs {
	margin-block-start: var(--margin-default);
}

.tabs-header {
	display: flex; 
	flex-wrap: wrap;
	align-items: center;
}

.tabs-btn {
	/* background: var(--bgmainelem); */
	/* text-transform: uppercase; */
	background: transparent;
	height: 40px;
	border: none;
	border-bottom: 3px solid var(--bordermainelem);
	font-weight: 400;
	font-size: var(--main-p-size);
	display: block;
	align-content: center;
	width: fit-content;
	padding-inline: 20px;
	apperance: none;
	color: var(--mainborder-color);
}

.tabs-btn.active {
	--link-color: #a79682;
	border-color: var(--link-color);
	color: #ffffff;
	background: var(--link-color);
	border-radius: 5px 5px 0 0;
}

.city_name_head,
.link-tooltip {
	color: var(--header-link-color) !important;
}

.main-menu__item--red a::before {
	background: var(--header-link-color) !important;
}

.main-menu__item--red a {
	font-weight: 600;
}

.main-menu__item>a {
	position: relative;
}

.main-menu__item:hover>a {
    padding-bottom: 5px !important;
    margin-bottom: 10px !important;
}

.content-banner {
    min-height: 157px;
}

.title-banner {
    font-size: 40px;
    line-height: 150%;
    color: white;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.text-banner {
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 35px;
}

.slick-dots .slick-active button {
	background-color: var(--main-slider-dots) !important;
}

.slick-dots li:not(.slick-active) button {
	background-color: transparent !important;
	border: 2px solid var(--main-slider-dots) !important;
}

.slick-dots li button {
	width: 10px !important;
	height: 10px !important;
	padding: 0 !important;
	margin: 0 6px !important;
}

.slick-arrow {
	opacity: 0;
	background-color: transparent !important;
	transition: opacity 300ms ease;
}

.slick-arrow:hover {
	background-color: var(--main-slider-dots) !important;
}

.slick-slider:hover .slick-arrow {
	opacity: 1;
}

.badge--green {
	background: var(--badge-new);
}

.badge--purple {
	background: var(--badge-stock);
}

.badge--red,
[data-element-discount]::after {
	background-color: #4da28c !important;
}

.footer-menu__item a:hover {
	--link-color: #C09661;
}

.footer-menu__contacts {
    display: flex;
    gap: 10px;
}

.footer-contacts-title {
	font-size: 16px !important;
	color: #000 !important;
}

.footer-contacts-content .tooltip--city {
	right: auto !important;
}

.tooltip--open {
	min-width: 235px;
}

.link-tooltip--active::after {
	--main-color: #BD7D17;
}

.footer .tooltip__tags {
	gap: 10px !important;
}

[class|="social--icon"] {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	aspect-ratio: 1;
}

.dev {
	text-decoration: none;
	margin-left: 4px;
}

.footer-menu__item a,
.footer-contacts-content,
.footer-bottom__item--copyright,
.footer-bottom__item--uv {
	font-weight: 300;
}

.btn-link {
	transition: all 300ms ease;
}

.btn-link--white:hover {
	border-color: var(--main-button-bg) !important;
	background: var(--main-button-bg) !important;
	color: white !important;
}

.catalog-sort .ui-select select {
	border-color: var(--search-border) !important;
	outline-color: var(--outline-color) !important;
	color: #000 !important;
}

.ui-options__item--select {
	--link-color: #AE7925;
}

.ui-input--checkbox input:checked+span::before {
	--main-color: #AE7925;
}

.badge--green {
	background: var(--badge-new) !important;
}

.badge--purple {
	--main-color-2: #BB8E52
}

.ui-input--checkbox input+span::before {
	--link-color: #E7E3DE;
}

.contact-item {
	--main-color-5: #E7E3DE;
	--main-color-4: #E7E3DE;
	border-radius: var(--border-radius-button) !important;

}

.btn-link--white {
	--link-color: #000;
	background: transparent !important;
}

.btn-link--white:hover {
	--link-color: #BD7D17;
}

.contact-item__text {
	font-weight: 300;
}

.popup-window.popup-window-with-titlebar {
	border-radius: var(--border-radius-button);
	max-width: 500px;
}

.popup-window-buttons > button {
	background: var(--btn-bg-color);
    border-radius: var(--border-radius-button);
    padding: 15px !important;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid var(--btn-bg-color);
    line-height: initial;
    cursor: pointer;
	flex: 1;
}

.popup-window-buttons > button.btn-link--white {
	--btn-bg-color: #ffffff;
	--btn-bg-color: #000;
	color: #000;
}

.table_compare .catalog-item__title > a{
	color: #414042 !important;
	text-decoration: none !important;
	font-size: 16px !important;
}

.wrapper-service-link,
.wrapper-btn-choise {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

[class|="choise"] .choise-btn {
	margin-top: 40px;
}

[class|="choise"] :is(.choise-btn, .btn-link, .service-link),
.choise_block .btn-link {
	min-width: 200px;
	text-align: center;
}

.btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 49px;
	box-sizing: border-box;
	border: 1px solid var(--btn-border-color);
	color: var(--btn-color);
	background: var(--btn-bg);
	text-decoration: none;
	font-size: 12px;
	cursor: pointer;
	line-height: initial;
	font-weight: 300;
	padding: 15px 30px;
	border-radius: var(--border-radius-button);
	transition: scale 150ms linear,
				background 300ms ease,
				color 300ms ease;
}

.btn.bg-white {
	--btn-color: #000;
	--btn-border-color: #000;
	--btn-bg: #ffffff;
}

p {
	font-weight: 200;
}

h1, h2, h3 {
	font-weight: 300 !important;
}

h1 {
	text-transform: uppercase;
}

.container__form {
	max-width: 650px;
}

.property_product-wrap {
    border: 1px solid #c9bfb6;
    border-radius: var(--border-radius-button);
    margin-top: 20px;
    max-width: -webkit-fit-content;
    box-sizing: border-box;
    padding: 20px 30px;
}

.property_product-list {
    display: grid; gap: 16px 0;
    grid-template-columns: repeat(2, 1fr);
}

.property_product-list * {
	font-weight: 300;
	position: relative;
}

.property_product-list *::after {
	content: '';
}

.property_product-des {
	margin-inline-start: 0;
	text-align: right;
}

.basket__item--expend .basket-items-list-item-removed-container {
	background: #ffffff !important
}

.basket-items-list-item-removed-block > a {
	appearance: none;
	border: 1px solid;
    border-color: #000;
    border-radius: var(--border-radius-button);
    padding: 5px 23px;
    height: 40px;
    display: block;
    align-content: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    align-content: center;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    display: block;
    width: fit-content;
	transition: 300ms ease-in;
}

button.basket__header-btn-clear {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 23px;
    font-size: 14px;
    line-height: 20px;
    border-color: #000;
    box-sizing: border-box;
    height: 40px;
    text-transform: uppercase;
    font-size: 12px;
	font-weight: 300;
}

.basket-total__difference {
	font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}

.basket-total__sum {
	margin-top: 10px !important;
}

.element__stock {
	margin-bottom: 20px;
}

.element__stock::before {
	--color-stock: #857c72;
	content: attr(data-stock);
	color: var(--color-stock);
}

.element__stock[data-stock="В наличии"]::before {
	--color-stock: #4da28c;
}

.popup-window-buttons {
	display: flex;
	gap: 10px 0;
	justify-content: center;
	align-items: center;
}

.popup-window-buttons > button {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 15px !important;
	height: 50px;
}

.news-item__picture > img {
	border-radius: var(--border-radius-button);
}

.text__decor *:not(h2, h3),
.text__decor {
	font-weight: 200 !important;
}

.text__decor :is(h2, h3) {
	font-weight: 300 !important;
}

.shop-list-message {
	background: transparent !important;
	padding: 0 !important;
	color: #4da28c !important
}

.ui-popup--reviews-detail .ui-popup__container {
	background: #ffffff !important;
}

.btn-link.bron,
.btn-link.questation {
	--link-color: #c9bfb6;
}

.d-ajax-form .message {
	padding-block: 30px;
}

.shop-list-viewes div {
--border-color: #c9bfb6;
--color: #414042;
--main-bg-color: #ffffff;


	border: 1px solid;
	border-color: var(--border-color);
	color: var(--color);
}

.shop-list-viewes div.active {
	--border-color: #ae7925;
	--main-bg-color: #ae7925;
}

.shop-list-content {
	--main-color-4: #eae7e4;
}


@media (hover: hover) {
	.btn.bg-white:hover {
		--btn-bg: rgb(189, 125, 23);
		--btn-border-color: rgb(189, 125, 23);
		--btn-color: #ffffff;
	}

	.basket-items-list-item-removed-block > a:hover {
		border-color: rgb(189, 125, 23);
		background-color: rgb(189, 125, 23);
		color: #fff;
	}

	button.basket__header-btn-clear:hover svg {
		fill: #fff;
	}

	.shop-list-viewes div {
		transition: border-color 300ms linear,
					background 300ms linear,
					color 300ms linear;
	}

	.shop-list-viewes div:hover {
		--border-color: #BD7D17;
		--main-bg-color: #BD7D17;
		--color: #ffffff;
	}
}

@media (width > 1024px) {
	.footer-menu__nav {
		display: grid !important;
		grid-gap: 30px 70px;
		grid-template-columns: 140px 140px 300px 1fr;
	}

	.footer-menu__nav > [class*="menu__col"] {
		width: auto !important;
	}

	.footer-menu__nav > .menu__col-4 {
		margin-left: auto;
	}

	.footer-menu__nav > .menu__col-4 > .footer-menu__contacts:nth-child(2) {
		margin-top: 7px !important;
	}

	.footer-menu__nav > .menu__col-4 > .footer-menu__contacts:nth-child(3) {
		margin-top: 13px !important;
	}

	.popup-window.popup-window-with-titlebar {
		min-width: 450px;
	}
}

@media(width < 600px) {
	.header-right {
		display: none;
	}

	.popup-window-buttons {
		flex-wrap: wrap;
	}
} 

@media(601px >= width < 992px ) {
	.header-right {
		flex: 33.333%
	}
}

.tooltip__tags {
	display: flex;
}

.tooltip__btns > a {
	width: 100%;
	text-align: center;
}

.catalog-item .slick-dots {
	bottom: 0;
	z-index: 1 !important;
}

ul.left-menu {
    line-height: 50%;
}


.left-menu li {
	background: var(--topheader-bg);
}

ul {
  line-height: 150%;
  list-style-position: outside;
  padding-left: 1em;
}

ul li {
  font-weight: 300; 
  padding-left: 0.5em;

}

ul li::marker {
  font-weight: 200;
  color: #706d6d;
}



/* Контейнер */
.features {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 1200px;
    margin: 20px auto;
    box-sizing: border-box;
}

/* Плашка */
.feature {
  flex: 1 1 calc(33.333% - 2rem);   /* 3 в ряд ‑ вычитаем gap */
  min-width: 260px;                 /* не сжиматься ниже этого */
  background: #f5f5f5;
  padding: 1.5rem;
  border-radius: 5px;
  text-align: center;
  transition: transform .2s ease;
}

.feature:hover {
  transform: translateY(-4px);
}

/* Заголовок и текст */
.feature h2 {
  font-size: 1.2rem;
  margin: 0 0 .5rem;
  font-weigth: bold !important;
}

.feature p {
  margin: 0;
  font-size: 1rem;
  color: #333;
}

/* Иконка */
.feature-icon {
  display: block;
  margin: 0 auto 1rem;
  width: 48px;
  height: 48px;
}


/* 2 в ряд (планшеты) */
@media (max-width: 960px) {
  .feature { flex: 1 1 calc(50% - 2rem); }
}

/* 1 в ряд (мобильные) */
@media (max-width: 600px) {
  .feature { flex: 1 1 100%; }
}

@media (max-width: 960px) {
  .wrapper_help {
    flex-direction: column;
}
}

/*.wrapper_help .left-menu > li {
    background: #dfd6ca66;
}

.wrapper_help .left-menu > li a.selected, .wrapper_help .left-menu > li a.selected:visited {
    color: #fc8d3d;
}*/

/* Пунктики без маркеров и плавный hover */
.left-menu li {
    list-style: none;
    transition: background-color .2s ease;
}

/* Ссылка занимает всю ширину пункта */
.left-menu li > a {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: inherit;
}

/* Активный пункт (текущая страница) */
.left-menu li.active {
    background-color: #e7e3dee3;   /* полупрозрачный бежевый */
}

/* По желанию перекрашиваем текст активного пункта */
.left-menu li.active > a {
    color: #000;
}

.wrapper_help .left-menu > li:hover{
background-color: #e7e3dee3;
}

.iadvantages__item-imeages{
width: 100%;
}

.iadvantages__item-imeages svg {
    width: 90px;
    height: 90px;
}

.akcii-img-wrapper {
    position: relative;
    display: inline-block;
}

.data-block {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    text-align: center;
	top: 0;
}

.data-num {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.data-txt {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

.main-menu__item a[href=""] {
	pointer-events: none;
	cursor: pointer;
}

.element-props__item.is_razmer > span:nth-child(n + 3) {
	display: none !important
}

.footer-mobile-nav {
	display: none;
}

@media (width < 992px) {
	.sub-menu-col .sub-menu__title {
		display: inline-block;
		padding: 12px 20px;
		border-bottom: 1px solid var(--border-color);
		width: 100%;
		color: var(--text-color);
	}
	
	.sub-menu__item--parent>a::after {
		background-color: transparent !important;
	}
	
	.sub-menu__item--hover>a {
        background: var(--main-background) !important;
        color: #231f20 !important;
	}

	:is(.sub-menu__item, .sub-menu__title).active a {
		font-weight: 600;
	}

	.footer-mobile-nav {
		display: flex;
		flex-direction: column;
		gap: 10px;
		position: absolute;
		z-index: 99;
		bottom: 30px;
	}

	.footer-mobile-nav .tooltip--open {
		left: 0
	}
}