@import url("bootstrap-grid.min.css");
@import url("var_color.css");
	html{
		overflow: auto;
		scroll-behavior: smooth;
	}
*, *:before, *:after, *:hover{
	color:var(--black);	
	font-family: 'Segoe UI';
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style-type: none;
	text-decoration: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
	color:var(--black);
}
footer input::-webkit-input-placeholder{
	color:var(--white);
}
body{
	background-color: var(--body-color);
	display: flex;
	flex-direction: column;
	scroll-behavior: smooth;
	min-height: 100vh;
}
main{
	flex-grow: 1;
}
p{
	margin: 0;
	width: fit-content;
}
.center{
	display: flex;
	align-items: center;
	transition: 0.3s;
}
.f-12 {
	font-size: 12px;
}
.f-13 {
	font-size: 13px;
}
.f-14 {
	font-size: 14px;
}
.f-15 {
	font-size: 15px;
}
.c-gray {
	color: var(--gray);
}
.bold {
	font-weight: bold;
}
#submit-application{
	scroll-margin-top: 95px;
}
.rotate{
	transform: rotate(180deg);
	transition: 0.3s;
}
body .container {
	max-width: 1880px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.top-header {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin: 10px 0;
}
.top-header-left {
    display: flex;
	gap: 32px;
}
.top-header-right {
    display: flex;
	gap: 42px;
}
.top-city-select-container {
	display: flex;
	align-items: center;
	gap: 3px;
	cursor: pointer;
	
}
.city-select-city {
}

.top-header-info-container {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.top-info-container-worktime {
}


.top-info-container-office {
}

.top-header-phone-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.top-phone-block {
	display: flex;
	gap: 10px;
}
.top-email {
	display: flex;
    justify-content: flex-end;
}
.top-header-button-callme-container {
}
.button-container {
	display: flex;
    justify-content: center;
    align-items: center;
	gap: 5px;

	background-color: var(--primary-color);
	border: none;
	border-radius: 2px;
	cursor: pointer;
	color: var(--white);
	font-size: 16px;
    font-weight: 600;

}
.button-container span{
	color:var(--white);
	font-size: 13px;
	font-weight: 600;
	width: 100%;
    text-align: center;
}
.text-button-container {
	padding: 11px 12px;
}
.block-leader .product-image{
	transition: 0.3s;
}
.block-leader .product-image:hover{
	border-radius: 20px 20px 0 0;
}
.top-main {
	position: relative;
	display: flex;
	width: 100%;
	z-index: 10;
	background-color: var(--white);
	padding: 9px 20px;
	border-radius: 20px;
	justify-content: space-between;

}
.top-header.fixed{
	padding-bottom: 67px;
}
.top-main.fixed{
	position: fixed;
	left: 0;
	top:0;
	border-radius: 0;
}
.top-main-left {
	display: flex;
	position: relative;
    align-items: center;
    gap: 30px;
	width: 50%;
}
.top-main-right {
	width: 50%;
    display: flex;
    align-items: center;
    gap: 28px;
	justify-content: flex-end;
}
.top-main-logo {
	max-width: 87px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top-main-logo a{
	display: flex;
    align-items: center;
    justify-content: center;
}
.top-main-logo-img {
	width: 100%;
}
.top-main-catalog-button {
    gap: 10px;
	padding: 13px 20px;
}
.top-main-catalog-button p{
	display: flex;
	transition: 0.3s;
    justify-content: center;
    align-items: center;
}
.top-main-catalog-button .text-button-container{
	font-size: 16px;
	font-weight: 600;
}
.top-main-nav {
}
.top-main-nav-menu {
}
.top-main-nav-menu-list {
	display: flex;
	gap: 20px;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	transition: 0.3s;
	align-items: center;
}
.top-main-nav-menu-link {
	position: relative;
}
.top-main-nav-menu-link path{
	stroke:var(--black);
}
.top-main-nav-menu-link a{
	display: flex;
	gap: 7px;
}
.top-main-nav-menu-link p{
	display: flex;
	align-items: center;
}
.top-main-nav-menu-link.active span{
	color:var(--primary-color);
	transition: 0.3s;
}
.top-main-nav-menu-link.active p{
	transform: rotate(180deg);
	transition: 0.3s;
}
.top-main-nav-menu-link.active path{
	stroke:var(--primary-color);
}
.top-main-nav2 {
}
.top-main-nav2-menu {
}
.top-main-nav2-list {
	display: flex;
	align-items: center;
	gap: 12px;
}
.top-main-nav2-link {
	font-size: 14px;
	min-width: 38px;
	padding: 10px 0;
	border-bottom: 2px solid transparent;
	cursor: pointer;
}
.top-main-nav2-link:hover {
	transition: 0.3s;
	border-bottom: 2px solid var(--black);
}
.top-main-search {
	width: 100%;
	max-width: 400px;
	position: relative;

}

#top-main-search,
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,
.dgwt-wcas-open .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
	width: 100%;
	border-radius: 2px;
	border: 2px solid var(--primary-color);
	padding: 10px 12px 10px 38px;
	outline: none;

}
input#dgwt-wcas-search-input-1 {
    font-size: 13px;
	max-height: 44px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	top: 4px;
	left: 10px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp{
	padding: 0;
}
svg.dgwt-wcas-ico-magnifier:hover{
	top: 4px;
}
.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return path, .dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) path, .dgwt-wcas-style-pirx .dgwt-wcas-voice-search svg path, .dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path{
	fill: var(--primary-color);
}
.top-main-search-icon {
	position: absolute;
    top: 50%;
    transform: translateY(-58%);
    bottom: 0;
    left: 12px;
}
.top-main-favorite {
	cursor: pointer;
}
.top-main-backet {
	position: relative;
	cursor: pointer;
}
.top-main-backet-num {
    position: absolute;
    top: -3px;
    padding: 0 4px;
    border-radius: 50%;
    font-size: 10px;
    right: -5px;
    background-color: var(--accent-color);
    color: var(--white);
}
.top-main-backet-icon {
}
.top-main-catalog-container{
	padding-left: 0;
}
.top-main-catalog-container.fixed {
    position: fixed;
    top: 67px;
    background: var(--white);
    border-radius: 0 0 20px 20px;
}
.top-main-mobile {
    display: none;
	width: 100%;
	padding: 4px 12px;
	align-items: center;
	justify-content: space-between;
	background-color: var(--white);
	border-radius: 10px;
    
}

.burger-container{
	display: flex;
	align-items: center;
    justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: var(--primary-color);
	position: relative;
}
.burger-container::before{
	content: '';
	position: absolute;
	width: 20px;
	height: 2px;
	top: 11px;
	background-color: var(--white);
}
.burger-container::after{
	content: '';
	position: absolute;
	width: 20px;
	height: 2px;
	bottom: 11px;
	background-color: var(--white);
}
.burger-line{
	width: 20px;
	height: 2px;
	background-color: var(--white);
}
.top-main-mobile .top-main-logo{
	max-width: 104px;
}
.top-main-mobile-right {
    display: flex;
    gap: 16px;
    align-items: center;
}
.top-catalog{
	position: absolute;
	top: 130px;
	left: 0;
	width: 100%;
	z-index: 10;
	padding: 0 20px;

}
.catalog-menu-link{
	padding: 10px 20px;
	max-width: 313px;
	width: fit-content;
	border-left: 2px solid transparent;
}
.catalog-menu{
	height: fit-content;
}
.catalog-menu-link a{
	font-weight: 600;
}
.catalog-menu-link.active{
	border-left: 2px solid var(--primary-color);
}
.catalog-menu-link.active>a{
	color: var(--primary-color);
}
.catalog-menu-link-children {
	display: none;
    padding: 24px 15px;
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 317px;
    background: transparent;
}
.woocommerce-price-sorting .woocommerce-checkbox:hover{
	background-color: var(--white);
	border-radius: 0;
}
.catalog-menu-link.active > .catalog-menu-link-children{
	display: block;
}
.button-container.catalog-menu-link-children-button {
    width: fit-content;
	z-index: 1;
}
.catalog-menu-link-children-img {
	position: relative;
    height: 118px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    border-radius: 20px;
    
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
	padding: 20px;
}
.catalog-menu-link-children-img:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffffff80;
    border-radius: 20px;
    z-index: 0;
}
.catalog-menu-link-children-img-title,
.catalog-menu-link-children-img-title p{
	font-size: 24px;
	font-weight: bold;
	font-family: 'Cormorant Garamond', serif;
	z-index: 1;
}

.catalog-menu-link-children-list {
    margin-top: 20px;
	background-color: var(--white);
	padding-bottom: 30px;
}
.catalog-menu-link-children-button{
	color: var(--white);
	font-size: 13px;
}

.catalog-menu-link-children-list>p,
.catalog-menu-link a.ch-p {
    font-weight: bold;
}
.catalog-menu-link-children-list>p {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;

}
ul.catalog-menu-link-children-links {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
	gap: 7px;
    max-height: 85px;
	margin-bottom: 20px;
}
.catalog-menu-link-children-link>a{
	font-size: 14px;
	font-weight: 400;
}
.catalog-menu-link-children-link>a:hover{
	color: var(--primary-color);
}
.top-main-nav-menu-link__children {
    position: absolute;
    background: var(--white);
    top: 16px;
	left: -20%;
    width: fit-content;
    padding: 34px 20px 10px;
    border-radius: 0 0 10px 10px;
}
.top-main-nav-menu-link__children-link {
    padding: 10px 20px;
}
footer {
	background-color: var(--black);
	flex-shrink: 0;
	
}
footer a, footer p{
	color: var(--white);
}
footer a:hover, footer p:hover{
	color: var(--white);
	
}
footer a:hover{
	text-decoration: underline;
}
footer a{
	display: block;
	width: fit-content;
}
.footer-top {
	display: flex;
	margin-top: 32px;
	gap: 20px;
	justify-content: space-between;
}
.footer-logo {
	width: 19%;
}
.top-main-logo-img {
	max-width: 126px;
}
.footer-menu-container {
	display: flex;
	width: 43%;
}
.footer-menu-left {
	width: 50%;
}
.footer-menu-list {
}
.footer-menu-link {
}
.footer-menu-right {
	width: 50%;
}
.footer-messanger {
	width: 19%;
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}
.footer-messanger-curcl {
	background-color: var(--primary-color);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
    justify-content: center;
}
.footer-contacts {
	width: 19%;
}
.text-button-container {
}
.footer-phone {
	margin-top: 25px;
}
.tel {
	font-weight: bold;
}
.info {
}
.footer-form {
	margin-top: 32px;
}
.footer-bottom {
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
    padding: 20px 0;
}
.footer-bottom-contact {
	display: flex;
	gap: 20px;
}
.footer-bottom-personal{
	

}
.footer-protect p {
	font-size: 12px;
	color: var(--gray);
	margin-bottom: 20px;
}
.footer-text{
	font-size: 14px;
	padding-bottom: 16px;
}

.title-footer-form{
	font-family: 'Cormorant Garamond';
	font-size: 32px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 20px;
}
.title-footer-form-fields {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.wpcf7-form-control-wrap{
	width: 100%;
}
footer .c-gray{
	color:var(--white);
}
.title-footer-form-fields input{
	width: 100%;
	max-width: 600px;
	background-color: var(--black);
	color: var(--white);
	border: 1px solid var(--white);
	margin-right: 40px;
	max-height: 48px;
	font-size: 16px;
	padding: 12px 12px 13px;
	border-radius: 2px;
}
.title-footer-form-fields button,
footer input.wpcf7-form-control.wpcf7-submit.has-spinner{
	color: var(--white);
	max-width: 184px;
	max-height: 56px;
	font-size: 17px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--black);
	border: 3px solid var(--primary-color);
	border-radius: 2px;
	margin-right: 24px;
}
.title-footer-form-fields .wpcf7-response-output{

}
.title-footer-form-fields .personal{
	display: block;
}
.title-footer-form-fields p{
	display: flex;
    width: 100%;
}
.personal {
    font-size: 12px;
}
.footer-bottom{
	flex-direction: column;
}
.personal a{
	display: inline;
}

.products {
	gap: 15px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product {
	width: 49.2%;
	
	overflow: hidden;

}
.close-video {
    position: absolute;
    width: 35px;
    height: 35px;
    right: 2%;
    top: 2%;
	cursor: pointer;
}
.close-video:before,
.close-video:after{
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	width: 30px;
	height: 1px;
	background: var(--white);
}
.close-video:before{
	transform: rotate(45deg);
}
.close-video:after{
	transform: rotate(-45deg);
}
.product.type-product:hover{
	border-radius: 20px;
}
.output_all_notices .woocommerce-message{
    position: fixed;
    top: 32px;
    padding: 23px;
    left: 0;
    z-index: 100;
	outline: none;
    width: 100%;
	background: rgb(255 255 255);
}
svg#yith-wcwl-icon-heart-outline {
    max-width: 25px;
    height: 25px;
}
.product.type-product.post-62.status-publish.first.outofstock.product_cat-misc.product_cat-aksessuary-i-dopolneniya.featured.taxable.shipping-taxable.purchasable.product-type-simple{
	max-width: 772px;
}
.block-leader .product{
	width: 100%;
}
.block-leader .button.add_to_cart_button,
.block-leader .product-short__description{
	display: none;
}
.catalog-list {
    display: flex;
}
.product-image{
	overflow: hidden;
	aspect-ratio: 772 / 575;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	
}
div#primary
{
    width: 100%;
}
.catalog-colum__container{
	display: flex;
}
.catalog-colum__left {
    width: 83%;
}
.catalog-colum__right {
    width: 16%;
}
.product-rating {
    display: flex;
    align-items: center;
    gap: 4px;
}
.rating span{
	font-size: 16px;
	font-weight: 600;
	font-family: 'Segoe UI';
	margin-left: 12px;
	text-decoration: underline;
}
.product-rating span{
	font-size: 14px;
	font-weight: 600;
	color: var(--accent-color);
}
.product-info{
	padding-top: 8px;
	display: flex;
	gap: 8px;
	align-items: center;
}
.product-container-info {
    padding: 15px;
    width: 100%;
}
.product-title{
	font-size: 18px;
	font-weight: 600;
	Line-height: 22px;
}
.product-short__description{
	padding-top: 8px;
	font-size: 14px;
	min-height: 24px;
	font-weight: 400;
	Line-height: 18px;
	color: var(--gray);
}
.product-reviews{
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0%;
	color: var(--gray);

}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    position: relative;
}
span.onsale {
    position: absolute;
    padding: 15px;
}
.sale-price,
.price,
.sale-price bdi,
.sale-price span{
    font-size: 20px;
    font-weight: bold;
}
.custom-price{
	padding-top: 12px;
	display: flex	;
	gap: 12px;
}
.regular-price,
.regular-price bdi,
.regular-price span{
	font-size: 16px;
	font-weight: 400;
	color: var(--gray);
}
.regular-price bdi{
	text-decoration: line-through;
}
.advantages-block__title{
	font-family: "Cormorant Garamond";
	font-weight: 500;
	font-size: 72px;

	margin-bottom: 60px;
	
}
.advantages-block__title .min-text{
	font-family: Cormorant Garamond;
    font-weight: 500;
    font-size: 38px;
    line-height: 50px;
    display: block;
    margin-bottom: 33px;
}
.advantages-block__text{
	max-width: 772px;
	font-family: "Segoe UI";
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	

}
.advantages-block {
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto;
	display: flex; 
	flex-direction: column;
	overflow-x: hidden;
}
.advantages-block__gallery {
    height: 560px;
	display: flex;
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	margin-top: 10px;
	touch-action: auto;
	overscroll-behavior: contain;
	white-space: nowrap;
	 user-select: none;
    cursor: grab;
}
.advantages-block__gallery::-webkit-scrollbar{
	height: 0px;

}
.advantages-block__gallery::-webkit-scrollbar-track{
	background: transparent;
}
.advantages-block__gallery::-webkit-scrollbar-thumb{
	border-radius: 4px;
	margin-top: 10px;
	background: var(--primary-color);
	height: 4px;
}
.advantages-block__images-container{
	position: absolute;
}
.advantages-block__image{
	width: 100%;
	height: 100%;
}
/* картинки преимуществ */

.advantages-block__images-container[data-counter-img="1"] {
    width: 304px;
    height: 304px;
    top: 96px;	
    left: 0;
}
.advantages-block__images-container[data-counter-img="2"] {
    top: 96px;
    left: 310px;
    width: 580px;
    height: 400px;
}
.advantages-block__images-container[data-counter-img="3"] {
	top: 0;
    left: 768px;
    width: 208px;
    height: 305px;

}
.advantages-block__images-container[data-counter-img="4"] {
	top: 0;
    left: 1104px;
    width: 400px;
    height: 305px;
}
.advantages-block__images-container[data-counter-img="5"] {
	top: 320px;
    left: 1296px;
    width: 304px;
    height: 176px;

}
.advantages-block__images-container[data-counter-img="6"] {
	top: 0px;
    left: 1716px;
    width: 480px;
    height: 400px;

}
.main-slider{
	display: none;
	height: 700px;
	margin-top: 4px;
	border-radius: 20px;
	overflow-x: hidden;
	position: relative;
	margin-bottom: 60px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.main-slider .swiper-slide{
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.main-slider .main-pagination {
    bottom: 9%;
    max-width: 47%;
    top: auto;
    left: 29%;
    z-index: 1;
}
button.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button.yith-wcwl-add-to-wishlist-button-over-image.yith-wcwl-add-to-wishlist-button-over-image--top-left {
	right: -90%;
}
#yith-wcwl-icon-heart path {
    color: var(--white);
}
button.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button.yith-wcwl-add-to-wishlist-button-over-image.yith-wcwl-add-to-wishlist-button-over-image--top-left path{
	color: var(--white);
}

.main-slide__left {
	position: relative;
	width: 50%;
	height: 100%;
	transition: 0.3s;
    background-color: #ffffff9c;
    border-radius: 20px;
    display: flex;
    backdrop-filter: blur(10px);
    align-items: center;
    justify-content: center;
}
.main-slide__left:before {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(/wp-content/uploads/2025/04/frame.png);
    background-size: cover;
    background-repeat: no-repeat;
    transform: scaleX(-1);
    background-position: bottom 52% left 104px;

}
p.main-slide__title {
	font-family: "Cormorant Garamond";
	font-weight: 400;
	font-size: clamp(60px, 6vw, 104px);
	line-height: clamp(50px, 2vw, 68px); 
	
	
}
span.main-slide__title1 {
	font-family: "Cormorant Garamond";
	font-weight: 500;
	font-size: 64px;
	line-height: 64px;
}

.footer-form .wpcf7 form.sent .wpcf7-response-output {
    color: white;
}
#send-request{
	scroll-margin-top: 100px;
}
.main-slide__description{
	font-family: "Segoe UI";
	font-weight: 400;
	font-size: 22px;
	line-height: 72px;
	
	margin: 29px 0 40px;
}

.main-slide__button{
	display: block;
	font-family: "Segoe UI";
	font-weight: 700;
	font-size: 17px;
	line-height: 22px;
	text-align: center;
	padding: 14px 45px;
	border-radius: 2px;
	border: 3px solid var(--primary-color);
}


.arrow-slide{
	z-index: 1;
    position: absolute;
    top: 47%;
    left: 0;
    width: 43px;
    height: 43px;
	border-radius: 4px;
	background-color: var(--primary-color);
    border: 3px solid var(--primary-color);
}
.main-botton-next{
	right: 41px;
    left: inherit;
	transform: rotate(135deg);
}
.main-botton-prev{
	transform: rotate(-45deg);
	left: 28px!important;
}
.arrow-slide:before {
    position: absolute;
    content: '';
    width: 11px;
    height: 2px;
    top: 55%;
    left: 8px;
    background: var(--white);
    transform: translateY(-50%) rotate(-90deg);
}

.arrow-slide:after {
    position: absolute;
    content: '';
    width: 11px;
    height: 2px;
    top: 41%;
    right: 12px;
    background: var(--white);
    transform: translateY(-50%) rotate(0deg);
}




.swiper-button-disabled{
	background-color: transparent;
}
.swiper-button-disabled:before {
    position: absolute;
    content: '';
    width: 11px;
    height: 2px;
   	top: 53%;
    left: 9px;
    background: var(--primary-color);
    transform: translateY(-50%) rotate(-90deg);
}

.swiper-button-disabled:after {
    position: absolute;
    content: '';
    width: 11px;
    height: 2px;
    top: 39%;
    right: 12px;
    background: var(--primary-color);
    transform: translateY(-50%) rotate(0deg);
}

.block-catalog {
   
}
.block-group{
	display: flex;
	width: 100%;
	gap: 16px;
	margin-bottom: 16px;
}
#cookieNotice{
	width: 68%;
	margin: auto;
}
#cookieNotice span{
	color: var(--white);
}
#cookieNotice a{
	color: var(--primary-color);
}
#acceptCookies{
	background-color: var(--primary-color);
	color: var(--white);
	border: none;
}
.block-catalog-container-1,
.block-catalog-container-2{
	height: 458px;
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
	position: relative;
	border-radius: 2px;
	overflow: hidden;
}
.block-catalog-container-1{
	width: 41.5%;
	transition: 0.3s;
}
.blog-posts .block-catalog-container-1{
	width: 49%;
}
.block-catalog-container-2{
	width: 56%;
	transition: 0.3s;
}
.block-catalog-container-1:hover,
.block-catalog-container-2:hover{
	border-radius: 20px;
}
.block-catalog-container-info {
    position: absolute;
    left: 0;
    bottom: 0;
	overflow-anchor: none;
    width: 100%;
    height: 100%;
    padding-left: 40px;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
	transition: 0.3s;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.block-catalog-container-info:hover{
	transition: 0.3s;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%), url(/wp-content/uploads/2025/04/ellipse-17.svg);
	backdrop-filter: blur(10px);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 -29%;
	border-radius: 20px;
}

.block-catalog__name{
	font-family: "Cormorant Garamond";
	font-size: clamp(27px, 2vw, 36px);
	
	padding-bottom: 20px;

}
.block-catalog__price{
	font-family: "Segoe UI";
	font-weight: 600;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0%;
	padding-top: 20px;

}

.block-catalog-container-text {
    font-family: "Segoe UI";
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}
.show-more__container{
	width: 100%;
	margin-top: 40px;
	display: flex;
	justify-content: center
}
.show-more{
	border: 3px solid var(--primary-color);
	padding: 14px;
	font-size: 17px;
	font-weight: bold;
}
.advantages-block,
.block-furniture{
	margin-bottom: 80px;
}
.block-furniture__container {
    padding: 20px;
	padding-top: 69px;
	border-radius: 0;
	width: 25%;
	max-width: 350px;
	overflow-anchor: none;
	max-height: 400px;
    overflow-y: auto;
	transition: 0.3s;
	background-color: var(--white);
}
.block-furniture__icon {
    width: 100%;
	position: relative;
	height: 50px;
}
.block-furniture__icon img{
    max-width: 48px;
	position: absolute;
	left: 0;
	top: 50%; /* Вертикальное центрирование */
	transform: translateY(-50%); /* Корректировка вертикального смещения */
	animation: moveToleft 0.3s ease-in-out forwards; /* Анимация */
	
}
.block-furniture {
   width: 100%;
   overflow: hidden;
}
.block-furniture-block__container{
	display: flex;
	height: 400px;
    justify-content: space-between;
    gap: 16px;
	align-items: center;
	width: 100%;
	overflow-x: none;
	margin-bottom: 20px;

}
.block-furniture__title {
	font-size: 16px;
	color: var(--gray);
	font-family: 'Segoe UI';
	text-transform: uppercase;
	margin: 20px 0;
	transition: 0.3s;
	cursor: default;

}
.block-furniture__text{
	font-size: 16px;
	overflow: hidden;
	height: auto;
	cursor: default;
	color: var(--gray);

}
.block-furniture__container:hover{
	border-radius: 20px;
	padding: 40px;
	max-width: 400px;
}
.block-furniture__container:hover .block-furniture__icon img{
	animation: moveToCenter 0.3s ease-in-out forwards; /* Анимация */
} 
.block-furniture__container:hover .block-furniture__title{
	font-family: 'Cormorant Garamond', serif;
	font-size: 36px;
	margin-bottom: 20px;
	margin-top: 40px;
	text-transform: none;
	color: var(--primary-color);
}
.block-portfolio .block-catalog-container-1{
	display: block;

}
a.block-catalog-container-1 {
    height: 502px;
}
section.block-portfolio {
	overflow: hidden;
	margin-bottom: 60px;
	position: relative;
	padding-bottom: 60px;
}
.block-portfolio__container {

}
.block-portfolio__container-div{
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
	margin-bottom: 40px;
	
}
.portfolio-arrow-prev,
.portfolio-arrow-next{
	position: absolute;
	top: 31%;
}
.portfolio-arrow-prev{
	transform: rotate(-45deg);
	left: 1%;
}
.portfolio-arrow-next{
	left: 97%;
	transform: rotate(135deg);
}
.portfolio-pagination {
	width: 700px !important;
    margin: 0 auto;
    left: 50% !important;
    transform: translate(-50%);
    text-align: center;
    top: 75% !important;
	border-radius: 5px;
}
.swiper-pagination-progressbar{
	background:var(--white);
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background-color: var(--primary-color);
	border-radius: 5px;
}
.block-portfolio .show-more__container{
	margin-top: 100px;
}
.block-about__container{
	display: flex;
	justify-content: space-between;
	background-image: url(https://topinterer.lans-mebel.ru/wp-content/uploads/2025/04/frame.png);
	background-repeat: no-repeat;
    background-position-x: center;
    background-size: auto;
}
.block-about__container-left{
	width: 40%;
}
.block-about__container-right{
	position: relative;
	width: 49%;
	display: flex	;
	flex-wrap: wrap;
}
.block_about__title{
	font-family: 'Cormorant Garamond', serif;
	font-size: clamp(56px, 2vw, 72px);
	line-height: 55px;
}

.block_about__title span{
	font-family: 'Cormorant Garamond', serif;
	display: block;
	font-size: clamp(32px, 2vw, 38px);
}
.block_about__text{
	margin-top: 30px;
}

.block-about__container-right-title{
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	font-size: clamp(35px, 4vw, 54px);
	
	margin-bottom: 20px;
	color: var(--primary-color);

}
.block-about__container-right-text{
	color: var(--gray);
}
.block-about__container-right1,
.block-about__container-right2,
.block-about__container-right3,
.block-about__container-right4{
	margin-bottom: 60px;
	width: 50%;
	padding: 0 10px;
}

.block-about__container-right1 {
    margin-top: 109px;
}
.block-about__container-right4{
	margin-top: -85px;
}
.nr{
	font-family: 'Cormorant Garamond', serif;
	font-size: 20px;
	margin: 10px 0;
}
.form-application__body {
    width: 100%;
    display: flex;
}
.form-application {
    width: 100%;
}
.form-application__body {
    display: flex;
}
.input input {
    width: 100%;
    padding: 12px;
    border: 1px solid var(--gray);
}
.input {
    width: 50%;

	padding-right: 24px;
    padding-bottom: 24px;
}
.input-textarea {
    width: 50%;
	padding-left: 20px;
}
.form-application__title{
	font-weight: 500;
	line-height: 52px;
	
}
.form-application__title p{
	font-family:'Cormorant Garamond', serif, serif!important;
	font-size:  clamp(55px, 2vw, 72px);
	margin-bottom: 40px;
}
.form-application__title p span{
	font-family:'Cormorant Garamond', serif, serif!important;
	font-size:  clamp(28px, 2vw, 32px);
	font-weight: 200;
}
.input-container {
    width: 50%;
	display: flex;
	flex-wrap: wrap;
    align-content: space-between;
}
.form-application select{
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	padding: 12px;
	width: 100%;

}
.input input{
	border: 1px solid var(--gray2);
	outline: none;
}
.input select{
	border: 1px solid var(--gray2);
}
.input textarea{
	border: 1px solid var(--gray2);
}
.form-application p{
	width: 100%;
}

.input-textarea textarea {
    width: 100%;
	max-height: 120px;
	padding: 12px;
	border: 1px solid var(--gray2);
	outline: none;
	resize: none;
}
.input-submit p{
	width: fit-content;
}
.input-submit{
	display: flex;
	justify-content: center;
	align-items: center;
}
.input-submit a{
	text-decoration: underline;
}
.block-form__container {
    padding: 40px;
    border-radius: 24px;
    background-color: var(--white);
}
.input-submit input{
	border: 3px solid var(--primary-color);
    padding: 17px 20px;
	background: transparent;
    font-size: 17px;
    font-weight: bold;
}
.block-map__container iframe{
	filter: grayscale(100%);
}
.block-form{
	margin-bottom: 80px;
	position: relative;
}
.input-submit p{
	margin-right: 24px;
	font-size: 14px;
}
.input-submit .wpcf7-spinner{
	display: none;
}
.block-map{
	position: relative;
	margin-bottom: 80px;
	overflow: hidden;
	
}
.block-map iframe{
	min-height: 620px;
}
.block-map__text p{
	font-size: 18px;
}
.block-map__text{
	width: 50%;
    position: absolute;
    top: 0;
    margin: 60px;
    right: 53px;
}
.block-map .show-more{
	display: block;
}
.block-map__text {
    width: 42%;
    position: absolute;
	overflow-y: scroll;
	max-height: 530px;
    top: 38px;
    margin: 12px;
    right: 3%;
    padding: 40px;
    border-radius: 5px;
    background-color: var(--white);
}

.block-map__text .block-map__title{
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
	font-size: 70px;
	
	margin-bottom: 32px;

}
.title-footer-form-fields p:first-child {
    width: 80%;
}
.title-footer-form-fields p:last-child {
    width: 20%;
}
.block-map__body{
	margin-bottom: 32px;

}
.block-map__text .show-more{
	padding: 13px 20px;
	width: fit-content;
}
.block-blog__container{
	position: relative;
}
.blog-arrow-next.arrow-slide {
   	left: auto;
    right: 7px;
    top: -14%;
	transform: rotate(135deg);
}
.blog-arrow-prev.arrow-slide {
    top: -14%;
	right: 84px;
    left: auto;
	transform: rotate(-45deg);
}
.block-blog .block-catalog__name{
	font-size: clamp(20px, 2vw, 32px);
	    line-height: 33px;
}
.block-blog {
    overflow: hidden;
	margin-bottom: 80px;
}
.block-blog__title{
	font-family: 'Cormorant Garamond', serif;
	font-size: clamp(30px, 2vw, 38px);
}
.block-blog__title p{
	font-family: 'Cormorant Garamond', serif;
	font-size: clamp(56px, 2vw, 72px);
	    line-height: 52px;
    margin-bottom: 24px;
}
.block-blog .bottom-scrollbar.swiper-scrollbar {
    bottom: -50px;
	z-index: 1;
}
.popup-footer {
	position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.3);
}
.input-form .wpcf7-submit{
	font-weight: bold;
    border: 3px solid var(--primary-color);
    padding: 17px 20px;
	max-height: 100%!important;
}
.input-form input,
input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel
{
	border: 1px solid var(--gray2);
    padding: 12px;
   margin-bottom: 15px;
}
.popup-container {
	max-width: 100%;
    padding: 20px 50px;
    background-color: var(--white);
}
.input-form input[type="submit"]{
	
}

.popup-footer input.wpcf7-form-control.wpcf7-submit.has-spinner{
	color: var(--black);
	background-color: transparent;
}

.popup-footer .close{
	position: relative;
	margin-left: 100%;
	cursor: pointer;
	width: 15px;
	height: 15px;
}
.popup-footer .close::after,
.popup-footer .close::before{
	position: absolute;
	right: 0;
	top: 6px;
	content: '';
	width: 16px;
	height: 2px;
	background-color: var(--black);
}
.popup-footer .close::after{
	transform: rotate(45deg);
}
.popup-footer .close::before{
	transform: rotate(-45deg);
}
.woocommerce-breadcrumb {
    margin: 24px 0;
	font-size: 13px;
	
}
.woocommerce-breadcrumb a {
    font-size: 13px;
	color: var(--gray);
}
.breadcrumb-delimiter{
	margin: 0 12px;
	color: var(--gray);
}
h1.woocommerce-products-header__title.page-title{
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
	font-size: clamp(37px, 4vw, 72px);
	line-height: 56px;
	
	margin-bottom: 40px;
}
.tab-container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}
.tab-show-more{
	position: absolute;
	top: 0;
	right: 19px;
	padding: 7px 24px;
	cursor: pointer;
	font-weight: bold;

	background: linear-gradient(90deg,rgba(241, 241, 239, 0) 0%, rgba(241, 241, 239, 1) 14%);
}
.tab-show-more:hover{
	text-decoration: underline;
}
.tab-show-more:before, .tab-show-more:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 2px;
    background-color: var(--black);
    right: 9px;
    top: 50%;
}
.tab-show-more:before{
	transform: rotate(-45deg);
	right: 6px;
}
.tab-show-more:after{
transform: rotate(45deg);
}
.tab-link {
    padding: 7px 24px;
    background-color: #97938B33;
	border-radius: 20px;
}
.tab-link a{
	font-size: 14px;
}
.tab-link.active{
	color: var(--white);
	background-color: var(--gray2);
}
.woocommerce-checkbox input[type="checkbox"] {
    width: 24px;
    height: 24px;
    border: 2px solid var(--primary-color);
    background-color: white;
    appearance: none;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    position: relative;
}

/* При активации чекбокса */
.woocommerce-checkbox input[type="checkbox"]:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

/* Белая галочка */
.woocommerce-checkbox input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top:39%;
    left: 50%;
    width: 8px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
}
.woocommerce-ordering-checkboxes {
    background: var(--white);
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    padding: 18px 20px;
    border-radius: 20px;
	margin-bottom: 40px;
}
.woocommerce-checkbox {
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 10px;
    padding: 8px 17px;
	border-radius: 40px;
    border: 2px solid var(--gray2);
}
.woocommerce-price-sorting-title {
	display: flex;
	position: relative;
    align-items: center;
    width: fit-content;
    gap: 10px;
	line-height: 20px;
    padding: 8px 32px 8px 24px;
    border-radius: 40px;
    border: 2px solid var(--primary-color);
}
.woocommerce-price-sorting-title:before, .woocommerce-price-sorting-title:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 2px;
    background-color: var(--black);
    right: 16px;
    top: 50%;
}
.woocommerce-price-sorting {
    position: relative;
}
.woocommerce-price-sorting-title:before {
    transform: rotate(-45deg);
    right: 13px;
}
.woocommerce-price-sorting-title:after {
    transform: rotate(45deg);
}

.woocommerce-price-sorting .woocommerce-checkbox input[type="checkbox"] {
    width: 24px;
    height: 24px;
    border: 2px solid var(--primary-color);
    background-color: white;
    appearance: none;
    cursor: pointer;
    border-radius: 50%;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    position: relative;
}
.woocommerce-price-sorting .woocommerce-checkbox input[type="checkbox"]:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

/* Белая галочка */
.woocommerce-price-sorting .woocommerce-checkbox input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border: solid white;
    border-width: 0;
    background: white;
    border-radius: 50%;
}
.woocommerce-price-sorting .woocommerce-checkbox{
	border: none;
	justify-content: space-between;
    width: 100%;
}
.woocommerce-price-sorting__list {
    position: absolute;
    z-index: 100;
	margin-top: 10px;
    background: var(--gray2);
	-webkit-box-shadow: 2px 3px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 2px 3px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 2px 3px 8px 0px rgba(34, 60, 80, 0.2);
	border-radius: 20px;
    width: 210px;
}
.wpfDisplay {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
	padding: 6px 0;
}
.wpfLiLabel {
    display: flex;
    justify-content: space-between; /* Чекбокс справа от названия */
    align-items: center;
    gap: 12px;

    border-radius: 8px;
}

.wpfMainWrapper {
    background: white;
	padding: 10px 20px 20px;
    border-radius: 20px;
	margin-left: 12px;
}
.wfpTitle.wfpClickable {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.wpfBlockClear{
	font-size: 15px;
	font-weight: bold;
	margin-top: 8px;
	color: var(--gray);
}
.wpfCheckbox-remast input[type="checkbox"] {
    width: 24px;
    height: 24px;
    border: 2px solid var(--primary-color);
    background-color: white;
    appearance: none;
    cursor: pointer;
	outline: none;
    border-radius: 8px;
    position: relative;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}
.wpfMainWrapper-main__title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 32px 0;
	transition: 0.3s;
}
/* Активный чекбокс */
.wpfCheckbox-remast input[type="checkbox"]:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
#wpfBlock_1 .wpfFilterVerScroll {
    max-height: 210px!important;
}

/* Белая галочка внутри активного чекбокса */
.wpfCheckbox-remast input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 39%;
    left: 50%;
    width: 10px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: translate(-50%, -50%) rotate(45deg);
}

.wpfFilterTitle:before, .wpfFilterTitle:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 2px;
    background-color: var(--black);
    right: 9px;
    top: 50%;
	transition: 0.3s;
}
.wpfFilterTitle:before {
    transform: rotate(-45deg);
    right: 6px;
}
.wpfFilterTitle:after {
    transform: rotate(45deg);
}
.wpfFilterTitle {
    position: relative;
}
.wpfFilterTitle.diss:before{
	transition: 0.3s;
	transform: rotate(45deg);
}
.wpfFilterTitle.diss:after{
	transition: 0.3s;
	transform: rotate(-45deg);

}
.wpfFilterWrapper {
    border-bottom: 1px solid var(--gray2);
}
.wpf-body div[data-filter-type="wpfPrice"]{
	border-bottom: none!important;
}
button.wpfClearButton.wpfButton {
    width: 100%;
	border: none;
	background-color: var(--gray2);
	font-style: 13px;
	font-weight: bold;
	padding: 12px;
}
span.ui-slider-handle.ui-corner-all.ui-state-default {
    border-radius: 50%;
    border: 2px solid var(--primary-color)!important;
	outline: none;
}
.ui-slider.ui-widget-content .ui-slider-handle:hover, .ui-slider.ui-widget-content .ui-slider-handle.ui-state-hover, .ui-slider.ui-widget-content .ui-slider-handle.ui-state-active {
    border-color: var(--primary-color)!important;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.5em;

}
.ui-slider .ui-slider-handle {
    width: 1.4em;
    height: 1.4em;
}
/*jquery slider*/
.ui-slider.ui-widget-content:not(.iris-slider-offset) {
	background: transparent;
	border-radius: 0;
	border: 1px solid var(--gray2);
}
.ui-state-hover {
	background: var(--gray2);
}
.wpfFilterWrapper .ui-slider-horizontal {
    height: .4em!important;

}
.block-info-block{
	background-color: var(--white);
	border-radius: 40px;
	margin-bottom: 60px;
}
.info-block__container{
	padding: 40px;
}
.info-block__title{
	font-family: 'Cormorant Garamond', serif;
	font-size:clamp(32px, 2vw, 40px);
	font-weight: bold;
	margin-bottom: 20px;
}
.info-block__body{
	display: flex;
	gap: 32px;
}
.info-block__left{
	font-size: 14px;
	width: 50%;
}
.info-block__right{
	font-size: 14px;
	width: 50%;
}
.related-product {
    overflow: hidden;
    position: relative;
	margin-bottom: 100px;
}
.related-product .product{
	width: auto;
}
.block-title{
	font-family: 'Cormorant Garamond', serif;
    font-size: clamp(48px, 2vw, 56px);
	margin-bottom: 35px;
}
.related-product__container .swiper-wrapper{
	margin-bottom: 40px;
}
.bottom-scrollbar {
    max-width: 1000px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.bottom-scrollbar .swiper-scrollbar-drag{
	background: var(--primary-color);
}
.bottom-scrollbar.swiper-scrollbar{
    background: var(--white);
	bottom: 0;
	z-index: 1;
}
.top-arrow-prew.arrow-slide {
    top: 14px;
    right: 84px;
    left: auto;
    transform: rotate(-45deg);
}

.top-arrow-next.arrow-slide {
    left: auto;
    right: 7px;
    top: 14px;
    transform: rotate(135deg);
}
.banner-text__container {
	padding: 40px;
}
.banner-text__content {
	background: var(--white);
    padding: 40px;
    width: 40%;
    margin-bottom: 20px;
}
.banner-block{
	margin-bottom: 40px;
}
.banner-block p{
	margin-bottom: 20px;
}
.banner-block__container {
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-text__title{
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
	font-size:clamp(52px, 2vw, 64px);

}
ul.banner-text__list {
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.banner-text__link {
    list-style-type: disc;
    margin-left: 20px;
}
.block-faq{
	margin-bottom: 80px;
}
.block-faq__container {
    position: relative;
	padding: 25px;
	display: flex;
	border-bottom: 3px solid var(--primary-color);
}
.block-faq__container .arrow-slide.swiper-button-disabled{
	transform: rotate(-135deg);
	left: auto;
	right: 32px;
    top: 13px;
	transition: 0.5s;
}
.block-faq__container.active .arrow-slide.swiper-button-disabled{
	top: 37px;
	transition: 0.5s;
	transform: rotate(45deg);
}
.block-faq__container .block-faq__title{
  
}
.block-faq__container .block-faq__text {
	width: 50%;
    display: none;
	padding-right: 73px;
}
.block-faq__container.active .block-faq__text{
	display: block;
}
.block-faq__container .block-faq__title {
    width: 100%;
	transition: 0.5s;
}
.block-faq__container.active .block-faq__title {
    width: 50%;
	transition: 0.5s;
}
.block-faq__container.active {
	background-color: var(--white);
    border-bottom: none;
    border-radius: 20px;
}
.subscribe-news__input {
    display: flex;
    justify-content: space-between;
}
.subscribe-news__input-left {
	display: flex;
	width: 74%;
	gap: 24px;

}
.subscribe-news__input-right {
    width: 23%;
	position: absolute;
	right: 0;
	top: 13px;
}
.subscribe-news__input-left input{

	max-height: 47px;
}
.subscribe-news .block-form__container {
	background-color: var(--primary-color);
}
.subscribe-news__title{
	font-size: 48px;
	
	font-family: 'Cormorant Garamond', serif;
	color: var(--white);
	margin-bottom: 40px;
}
.subscribe-news input[type="submit"]{
	border: 3px solid var(--white);
	color: var(--white);
	font-weight: 700;
	padding: 0 20px;
	background-color: transparent;

}
.subscribe-news input[type="text"],
.subscribe-news input[type="email"]{
	border: 2px solid var(--white);
	background-color: transparent;
	padding: 16px 12px;
}
.subscribe-news input::placeholder {
	color: var(--white);
  }
.subscribe-news__input-left p{
	display: flex;
	gap: 12px;
}
.subscribe-news__input-left .policica{
	font-size: 12px;

	color: var(--white);
}
.subscribe-news__input-left .policica {
	display: block;
}
span.wpcf7-spinner {
    display: none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	border: none;
}
.subscribe-news__input-left .policica p{
	color: var(--white);
	display: block;
	max-width: 195px;
}

.subscribe-news__input-left .policica a{
    color: var(--white);
}
.subscribe-news__input-left .policica a:hover{
    text-decoration: underline;
}
.subscribe-news-1 p{
	font-family: 'Cormorant Garamond', serif;
	font-size: 48px;
	color: var(--white);
}
.subscribe-news-2 p{
	font-family: 'Cormorant Garamond', serif;
	font-weight: 700;
	font-size: 148px;
	transform: rotate(-8deg);
    line-height: 67px;
	color: #FF4A47;

}
.subscribe-news-3 p{
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	font-size: 32px;
    padding-left: 77px;
	color: var(--white);
	line-height: 93px;


}
.product-container{
	transition: 0.3s;
}
.product-container:hover{
	background-color: var(--white);
	border-radius: 20px;
	box-shadow: 0px 0px 4px 0px #00000014;
}

a.button.add_to_cart_button,
.button.product_type_grouped {
    background-color: var(--primary-color);
    display: flex;
	margin-top: 20px;
    width: fit-content;
    justify-content: center;
    align-items: center;
    padding: 2px 24px;
}
span.woocommerce-Price-amount.amount {
    font-size: 20px;
    font-weight: bold;
}
span.price-range {
    font-weight: bold;
	font-size: 20px;
	display: flex;
	gap: 8px;
}
.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
	gap: 15px;
}
nav.woocommerce-pagination {
    margin-bottom: 80px;
	margin-top: 124px;
}
span.page-numbers.current {
    color: var(--white);
    margin: 0;
    width: fit-content;
}
.page-numbers li span{
	padding: 7px 13px;
    display: flex;
    background-color: #2C2C2C;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.single-product__container{
	width: 100%;
}
.single-product__top {
    display: flex;
    justify-content: space-between;
	padding: 40px;
	border-radius: 20px;
	background-color: var(--white);
	flex-wrap: wrap;
}
.summary.entry-summary {
    width: 27%;
	padding-left: 40px;
	padding-right: 40px;
}
.product-info-pay-and-delivery{
	width: 22%;
}
.single-product__img {
    width: 50%;
}
img.wp-post-image {
    width: 100%;
    height: 100%;
}

.product_title.entry-title {
	font-family: 'Cormorant Garamond', serif;
	font-size: 64px;
	font-weight: 500;
}

.single-product__title {
    width: 100%;
	margin-bottom: 40px;
	align-items: center;
    justify-content: space-between;
	display: flex;
}
ul.tabs.wc-tabs {
    display: flex;
	gap: 12px;
	margin: 30px 0;
	overflow: auto;
}
.product-tab{
	height: fit-content;
	padding: 12px 24px;
	border: 3px solid transparent;
	display: flex;
    align-items: center;
    justify-content: center;
	
}
.product-tab a{
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
	font-size: 28px;
	line-height: 32px;
	

}
.product-tab.active{
	border: 3px solid var(--primary-color);
	border-radius: 50px;
}
#tab-description,
#tab-additional_information,
#reviews,
.woocommerce-Tabs-panel
 {
    background-color: white;
    padding: 40px;
    border-radius: 20px;
}

.single-product__mini-img {
    position: relative;
    width: 100%;
}
.single-product__mini-img:after {
    content: '';
    position: absolute;
    width: 5%;
    height: 100%;
	background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(87, 199, 133, 0) 100%);
    top: 0;
    z-index: 1;
}
.single-product__mini-img:before {
    content: '';
    position: absolute;
    width: 5%;
    height: 100%;
    background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    top: 0;
	right: 0;
    z-index: 2;
}
.single-product__mini-img-gallery{
	overflow: hidden;
}
.single-product__mini-img-slide{
	height: 107px;
	border-radius: 8px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.single-product__mini-img-slide.active{
	border: 3px solid var(--primary-color);
	border-radius: 20px;
}
.single-product__mini-prev,
.single-product__mini-next {
    position: absolute;
	box-shadow: 1px 1px 5px gray;
	width: 24px;
	height: 24px;
	background-color: var(--white);
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
.single-product__mini-prev{

}
.single-product__mini-next{

}
.single-product__mini-next{
	right: 0;
}
.single-product__mini-next::before,
.single-product__mini-next::after{
	position: absolute;
	content: '';
	width: 9px;
	height: 2px;
	left: 33%;
	background-color: var(--black);

}
.single-product__mini-next::before{
	transform: rotate(45deg);
	top: 8px;
}
.single-product__mini-next::after{
	transform: rotate(-45deg);
	bottom: 8px;
}
.single-product__mini-prev::before,
.single-product__mini-prev::after{
	position: absolute;
	content: '';
	width: 9px;
	height: 2px;
	left: 27%;
	background-color: var(--black);

}
.single-product__mini-prev::before{
	transform: rotate(-45deg);
	top: 8px;
}
.single-product__mini-prev::after{
	transform: rotate(45deg);
	bottom: 8px;
}
.single-product__main-img{
	max-width: 930px;
	height: clamp(375px, 50vw, 560px);
	overflow: hidden;
	margin-bottom: 32px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.main_product-img{
	width: 100%;
	height: 100%;
}
.woocommerce-product-rating{
	margin: 24px 0;
	display: flex;
	align-items: center;
}
.woocommerce-review-link.raiting span{
	margin-left: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.product_meta {
    display: flex;
    gap: 20px;
	align-items: center;
    margin-bottom: 24px;
}
.product-meta__category a,
.sku_wrapper,
.sku_wrapper span{
	font-size: 14px;
	color: var(--gray);
}
.price{
	display: flex;
	gap: 8px;

}
span.woocommerce-Price-amount.amount {
    display: flex;
}
.new-price bdi {
    font-size: 28px;
    font-family: 'Segoe UI';
    line-height: 24px;
    font-weight: 600;
}
.old-price bdi{
	font-family: 'Segoe UI';
	font-size: 16px;
	font-weight: 400;
	color: var(--gray);
	text-decoration: line-through;
	line-height: 20px;
}
.woocommerce-variation-price.var-price {
    display: flex;
    align-items: center;
    gap: 8px;
}
table.variations{
    display: none;
}

input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none; margin: 0; 
} 
.quantity-wrapper {
    display: flex;
    align-items: center;
	margin-bottom: 24px;
}
input.qty {
    text-align: center;
    max-width: 56px;
    font-weight: 600;
    padding: 17px 18px;
    border: none;
}
.quantity-button{
	padding: 16px 24px;
    border: none;
    font-size: 18px;
	border-radius: 20px;
	background-color: var(--gray2);
}
.quantity-wrapper__title{
	margin-bottom: 12px;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Segoe UI';
}
.single_add_to_cart_button {
    width: 100%;
}
.add-button {
    display: flex;
    gap: 20px;
}
.add-button .top-main-backet-icon{
	display: flex;
	padding: 13px 12px;
	border: 3px solid var(--primary-color);
}
/* .woocommerce-notices-wrapper {
    border: none;
    outline: none;
	padding: 15px 25px;
    margin-bottom: 12px;
    background: var(--white);
	border-radius: 20px;
} */
.pay-block,
.delivery-block {
	border: 3px solid var(--body-color);
	padding: 16px;
	border-radius: 24px;
	margin-bottom: 20px;
}
.product-info-title{
	margin-bottom: 12px;
	font-size: 15px;
	font-weight: 600;
}
.product-info-body,
.product-info-body li{
	list-style-type: disc;
    margin-left: 12px;
}
.product-info-body li{
	color: var(--gray);
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 12px;

}
.product-info-img {
    display: flex;
    align-items: center;
    gap: 20px;
}
.link-pay-and-delivery{
	font-size: 16px;
	font-weight: 600;
	text-decoration: underline;
}
.product-insert-tell {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px;
    background-color: var(--gray2);
    border-radius: 20px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 24px;
}
.line-gray{
	height: 2px;
	width: 100%;
	margin-bottom: 24px;
	background-color: var(--gray2);
}
.tabs-document-container {
    display: flex;
    align-items: center;
    gap: 12px;
}
.tabs-document-container a{
	font-family: 'Segoe UI';
	font-weight: 600;
	font-size: 18px;
}
#document_tab {
    display: flex;
    gap: 130px;
}
th.woocommerce-product-attributes-item__label{
	text-align: left;
    padding: 10px 100px 10px 0;
}
td.woocommerce-product-attributes-item__value{
    text-align: right;
	width: 100%;
	
}
td.woocommerce-product-attributes-item__value p{
	width: 100%;
	text-align: right;
}
.woocommerce-product-attributes tbody {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 180px;
}
tr.woocommerce-product-attributes-item {
    margin-right: 45px;
	border-bottom: 2px solid var(--gray2);
}
.color-options {
    display: flex;
    gap: 44px;
	margin-bottom: 40px;
	flex-wrap: wrap;
}
.color-option-title{
	font-family: 'Segoe UI';
	font-weight: 600;
	margin-bottom: 15px;
}
.color-option {
    display: flex;
    flex-direction: column;
    align-items: center;
	cursor: pointer;
}
.attr-img{
    width: 60px;
	height: 60px;
	border-radius: 50%;
	box-shadow: 3px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
.color-option p{
	margin-top: 8px;
	max-width: 81px;
	font-family: 'Segoe UI';
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	cursor: pointer;

}
.color-option .attr-img-border{
    padding: 3px;
    border: 2px solid var(--gray2);
    border-radius: 50%;
}
.color-option.active .attr-img-border{
    border: 2px solid var(--primary-color);
}
.woocommerce-tabs {
    margin-bottom: 80px;
}
.video-popup{
	position: fixed;
    background: rgb(0 0 0 / 50%);
    width: 100vw;
    height: 100vh;
	z-index: 10;
	display: flex;
	justify-content: center;
    align-items: center;
}
.video-item {
	position: relative;
	height: clamp(351px, 50vw, 462px);
	background-size: cover;
	cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}
.video-title {
    position: absolute;
    bottom: 0;
    padding: 40px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	font-size: 40px;
}
.video-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(241, 241, 239, 0.9) 33%, rgba(241, 241, 239, 0) 100%);
}
.video-item:after{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 50px;
	border-radius: 17px;
	content: "\25B6";
	line-height: 50px;
	text-align: center;
	color: var(--white);
	background-color: var(--primary-color);
	transform: translate(-50%, -50%);
}
section.related-product.video-product{
    padding-bottom: 40px;
}
.video-popup__container{
	width: 90%;
	height: 90%;
}
.video-popup__container iframe{
	width: 100%;
	height: 100%;
}

a.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor.yith-wcwl-add-to-wishlist-button--single {
     display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-color: var(--gray2);
    border-radius: 50%;
}
.yith-add-to-wishlist-button-block{
	margin: 0;
}
.wishlistt-container{
    position: absolute;
    top: 10px;
    right: 12px;
    padding: 10px;
    background: #0000004e;
    border-radius: 50%;
}
.wishlistt-container path{
	color:var(--white);
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail
{
	height: auto!important;
}
.blog-posts {
    display: flex;
    flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 80px;
}
.data-catalog {
    margin-bottom: 12px;
    padding: 8px 12px;
    border-radius: 20px;
    background-color: #8d8d8d;
    color: var(--white);
}

#showMore{
	cursor: pointer;
}

.post-slider{
	height: clamp(326px, 50vw ,440px);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.not-found{
	display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: clamp(190px, 50vw,270px);
	margin: 100px 0;
}

.popular-blog__container .swiper-wrapper{
	margin-bottom: 40px;
}

.article-top__container {
    display: flex;
	justify-content: space-between;
    align-items: flex-end;
	z-index: 3;
}
.article-top__container h1.woocommerce-products-header__title.page-title{
	width: 49%;
    margin-bottom: 0;
}
.article-top__container .article-top-short__description{
	width: 49%;
}
.article-top__container .article-top-short__description p{
	font-size: 20px;

	font-family: 'Segoe UI';
}
.article-top {
	position: relative;
	border-radius: 20px;
    padding: 40px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	z-index: 3;
}
.article-top:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
    background: linear-gradient(0deg, rgba(241, 241, 239, 0.9) 37%, rgba(241, 241, 239, 0) 100%);
    left: 0;
}
.gray-container{
	padding: 8px 12px;
	background-color: var(--gray);
	color: var(--white);
	font-size: 16px;
	border-radius: 20px;
}
section.block-leader {
    overflow: hidden;
	position: relative;
}

.block-leader .product{
	padding-right: 0;
}
.gray-container *{
	color: var(--white);
	font-size: 16px;
	
}
.article-date {
    display: flex;
    gap: 10px;
}
.article-body__container {
    max-width: 1180px;
    margin: 60px auto;
}
.oglavlenie-list {
    width: 100%;
    padding: 40px;
    border-radius: 20px;
    border: 3px solid var(--primary-color);
}

.oglavlenie-list li{
	font-family: 'Segoe UI';
	font-size: 18px;
	margin-bottom: 15px;
	color: #2C2C2C;
}

.block-single textarea#comment{
    border: 3px solid var(--gray2);
    width: 100%;
    padding: 20px;
    border-radius: 100px;
    outline: none;
	order: 2;
    font-size: 16px;
    color: var(--gray);
	width: 92%;
	resize: none
}
.block-single #commentform {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	flex-direction: row;
}
.block-single p.comment-form-author {
    order: 1;
	width: 100%;
	margin-bottom: 20px;
}
.block-single .comment-form-comment {
    width: 100%;
}
.block-single #author {
    border: 3px solid var(--gray2);
    width: 100%;
    border-radius: 100px;
    outline: none;
    padding: 5px 10px;
    font-size: 16px;
    max-width: 400px;
    color: var(--gray);
}
.block-single .comment-block {
    background-color: var(--white);
    border-radius: 20px;
    padding: 40px;
	margin-bottom: 80px;
}

.block-single #commentform .form-submit{
	order: 3;
	width: 9%;
	    max-width: 70px;
    margin-left: 10px;
}
.block-single #commentform .form-submit input[type="submit"]{
	width: 66px;
    height: 66px;
    padding: 0;
	position: relative;
    margin: 0;
    border: none;
    border-radius: 50%;
    background-color: var(--primary-color);
	background-repeat: no-repeat;
    background-position: center;
    background-image: url(/wp-content/uploads/2025/06/arrow-up.png);
}
.block-single h3#reply-title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    font-family: "Segoe UI";
}
.block-single #comments {
    display: none;
}
.block-single .comment-author .avatar{
	display: none;
}
.block-single .comment-author a.url {
	font-family: 'Segoe UI';
	font-weight: 600;
	font-size: 17px;
	font-style: normal;
}
.block-single .comment-meta.commentmetadata {
    margin-bottom: 10px;
}

.block-single .cld-like-dislike-wrap{
	margin-top: 10px;
}
.block-single .comment-author {
    display: flex;
    gap: 10px;
    align-items: center;
}
.block-single .commentmetadata {
    font-size: 14px;
    font-family: 'Segoe UI';
    color: var(--gray);
}
#reviews {
    display: flex;
    flex-direction: column;
}
#comments {
    order: 2;
}

.single-star{
    color: var(--gray);
	cursor: pointer;
	font-size: 28px;
}
.single-star.selected{
	color: var(--accent-color);
}
.comment-form-cookies-consent{
	display: none;
}
#commentform {
    display: flex;
    flex-direction: column;
}


.comment-form-rating{
    border-radius: 37px;
    order: 1;
    background: #F1F1EF;
    padding: 16px;
    display: flex;
	margin-bottom: 24px;
    flex-direction: column;
    align-items: center;
}

.comment-form-comment{
	order: 3;
	width: 100%;
}
.comment-form-comment textarea,
.comment-form-author input{
	width: 100%;
	padding: 12px;
	border-radius: 2px;
	border: 2px solid var(--gray2);
	color: #100E0A;
	font-size: 16px;
	font-family: 'Segoe UI';
	margin-bottom: 24px;
}
.comment-form-author{
	order: 2;
	width: 100%;
}

#commentform .form-submit{
	order: 4;
	margin: 0 auto;
	width: 100%;
	max-width: 530px;

}
#commentform .form-submit input[name="submit"]{
	border: 3px solid var(--primary-color);
	background: none;
	padding: 17px 25px;
	width: 100%;
	
}
span#reply-title{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 32px;
    display: block;
}

.comment-container {
    display: flex;
    gap: 12px;
    align-items: center;
	margin-bottom: 8px;
}


.comment-container .single-star{
	font-size: 18px;
}

.comment-content{
	position: relative;
}
.comment-content .comment-meta{
	position: absolute;
	bottom: 19px;
    left: 125px;
}
.star-rating .single-star{
	font-size: 18px;
}
.comment-author-name a{
	font-size: 17px;
	font-weight: 600;
	font-family: 'Segoe UI';
}

.comment-date{
	font-size: 14px;
	font-family: 'Segoe UI';
	color: var(--gray);
}
.comment-content .cld-like-dislike-wrap.cld-custom{
	margin-top: 8px;
}

.contact-container {
    display: flex;
	position: relative;
    justify-content: space-between;
	margin-top: 60px;
	
	margin-bottom: 80px;
}
.contact-container:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2025/06/ellipse-17.png);
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: -1;
}
.contact-container-left,
.contact-container-right{
    width: 49%;
}


.contact-container-left__adress{
	font-family: 'Segoe UI';
	font-weight: 600;
	font-size: clamp(20px, 2vw, 32px);
	margin-bottom: 24px;
	color: var(--gray);
}

.contact-container-left__work{
	font-family: 'Segoe UI';
	font-weight: 400;
	font-size: clamp(15px, 2vw, 16px);
	color: var(--gray);
}

.contact-container-right__phone a{
	font-family: 'Segoe UI';
	font-weight: 600;
	display: block;
	font-size:clamp(24px, 2vw, 64px);
	color: var(--gray);
	margin-bottom: 48px;
}

.contact-container-right__email a{
	font-family: 'Segoe UI';
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: var(--gray);
	margin-bottom: 48px;
	display: block;
}

.contact-container-right__seti{
	display: flex;
	gap: 12px;
}
.seti-container{
	width: 40px;
	height: 40px;
	background-color: var(--primary-color);
	border-radius: 50%;
	background-repeat: no-repeat;
    background-position: center;
	display: block;
}

#youtube{
	background-image: url(/wp-content/uploads/2025/06/subtract.png);
}
#vk{
	background-image: url(/wp-content/uploads/2025/06/vk.png);
}

#instagram{
	background-image: url(/wp-content/uploads/2025/06/instagram.png);
}

#telegram{
	background-image: url(/wp-content/uploads/2025/06/vector-1.png);
}
#whatsapp{
	background-image: url(/wp-content/uploads/2025/06/phone.png);
}
.block-requisites--container {
    display: flex;
    padding: 40px;
    background: var(--white);
    border-radius: 20px;
	margin-bottom: 80px;
	width: 100%;
}
.block-requisites--title{
	width: 20%;
	font-family: 'Segoe UI';
	font-weight: 600;
	font-size: 32px;
	color: var(--gray);
}
.block-requisites-row{
	display: flex;
	width: 100%;
	padding: 12px 0;
	justify-content: space-between;
	border-bottom: 3px solid var(--gray2);

}
.block-requisites__t{
	font-family:'Segoe UI';
	font-weight: 600;
	font-size: 18px;
	width: 38%;

}
.block-requisites__b{
	font-family: 'Segoe UI';
	font-weight: 400;
	font-size: 18px;
	text-align: right;
	width: 50%;
	color: #2C2C2C;
}
.block-requisites--block{
	width: 39%;
	padding: 0 20px;
}

.block-requisites{
	position: relative;
}

.requisites-arrow {
    position: absolute;
    right: 27px;
    top: 39px;
    left: auto;
    transform: rotate(45deg);
	transition: 0.3s;
}
.requisites-arrow.rotate{
	transform: rotate(-135deg);
}

.single-page-container .block-info-block{
	padding: 0;
}
.reward-block__container {
    width: 40%;
    margin: 40px auto 0;
    text-align: center;
	z-index: 2;
	position: relative;
	max-height: 500px;
	overflow: auto;
}



.reward-block__container::-webkit-scrollbar {
    width: 4px; 
}

.reward-block__container::-webkit-scrollbar-track {
    background: var(--gray2);
    border-radius: 4px;
}

.reward-block__container::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 4px;
}

.reward-block__container::-webkit-scrollbar-thumb:hover {
    background-color: var(--primary-color);

}




.reward-block__text {
    display: flex;
    flex-direction: column;
    align-items: center;



}
.reward-block{
	position: relative;
	padding-top: 40px;

}
.reward-block:after {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffd9;
	background-image: url(/wp-content/uploads/2025/04/menu-img.jpg);
	filter: blur(5px);
	mask-image: linear-gradient(rgb(229 229 229 / 43%), rgb(0 0 0 / 1%));
}

.reward-block__num{
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	display: block;
	margin-bottom: 24px;
	
	color: #615D57;
}
.policy h2{
	margin: 21px 0;
}
.wpcf7-list-item{
	margin: 0;
}
.policy{
	margin: 40px 0;
}
.reward-block__title{
	font-family: 'Cormorant Garamond', serif;

		display: block;
	margin-bottom: 24px;
	font-size: 64px;
	
	
	text-align: center;
	color: #100E0A;

}
.dop-title{
	font-family: 'Segoe UI';
	font-weight: 400;
	font-size: 16px;
	color: var(--gray);
}
.text1{
	font-family: 'Segoe UI';
	font-weight: 600;
		display: block;
	margin-bottom: 24px;
	font-size: 24px;
	line-height: 44px;
	
	text-align: center;
	color: #100E0A;

}
.reward-block__body{
	font-family: 'Segoe UI';
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	
	text-align: center;
	display: block;
	margin-bottom: 40px;

}
section.block-callback {
    position: relative;
	overflow: hidden;
}
.block-callback{
	margin-bottom: 80px;
}
.callback-next {
	left: auto;
    right: 10px;
    top: 28px;
    transform: rotate(135deg);
}
.callback-prev{
  top: 28px!important;
}
.block-callback .block-blog__title{
	margin-bottom: 40px;
}
.callback-one{
	padding: 40px;
	background-color: var(--white);
	border-radius: 3px;
}
.callback-top {
    display: flex;
    justify-content: space-between;
	margin-bottom: 16px;
}
.callback-name {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
}
.callback_data {
	font-family: 'Segoe UI', serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #2C2C2C;
}
.callback_raiting{
	margin-bottom: 16px;	
	display: flex;
}
.callback_body{
	max-height: 412px;
    overflow: auto;
}
.callback_body p{
	font-family: 'Segoe UI';
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: var(--gray);
}
.block-callback__container .swiper-wrapper{
	padding-bottom: 40px;
}
.callback-scrollbar{
	bottom: 115px!important;
}
.callback_body::-webkit-scrollbar {
    width: 4px; 
}

.callback_body::-webkit-scrollbar-track {
    background: var(--gray2);
    border-radius: 4px;
}

.callback_body::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 4px;
}

.callback_body::-webkit-scrollbar-thumb:hover {
    background-color: var(--primary-color);

}
.callback_raiting .single-star{
	font-size: 18px;
}

.sertificate-one img{
	width: 100%;

}
.block-sertificate{
	margin-bottom: 80px;
	position: relative;
	overflow: hidden;
}
.block-sertificate__title{
	margin-bottom: 42px;
}
.sertificate-prev{
	top: 33px !important;
    right: 107px !important;
}
.sertificate-next{
	top: 33px;
    right: 17px !important;
    left: auto;
    transform: rotate(135deg);
}
#imageModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 10000;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}

#modalImg {
    max-width: 80%;
    max-height: 80%;
}

.close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}
section.block-info-block.nobg {
    background: none;
}
.collective-title{
	text-align: center;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
	font-size: 92px;
	line-height: 68px;
	margin-bottom: 48px;

}
.collective-body{
	position: relative;
	max-width: 100%;
	background-image: url(/wp-content/uploads/2025/06/ellipse-17.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: top;
}    

#i1{
	width: 100%;
}
.rukovodstvo-title {
	text-align: center;
	margin-top: 80px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
	font-size: 72px;
	
	

}

.rukovodstvo-title span{
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
	font-size: 38px;
	line-height: 52px;
	

}
.rukovodstvo-body {
    display: flex;
    justify-content: center;
}
.rukovodstvo-body img{
	width: 100%;
	max-width: 890px;

}
.date-block{
	margin-bottom: 8px;
	color: var(--primary-color);
	font-family: 'Cormorant Garamond';
	font-weight: 700;
	font-size: 33px;
}

.stock-info {
    margin-left: 24px;
	font-family: 'Segoe UI';
	font-size: 14px;
	color: var(--gray);
}
.comment-respond{
	margin-bottom: 40px;
}

.wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-large {
    margin-top: 80px;
}

.wc-block-components-sidebar-layout .wc-block-components-main{
	width: 100%;
}
.wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
    width: 100%;
    display: flex;
	padding-right: 0;
}
.wp-block-woocommerce-empty-cart-block {
    margin: 116px 0;
}
.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
    padding-left: 0;
    width: 100%;
}
@keyframes moveToCenter {
	from {
		left: 0; /* Слева */
	}
	to {
		left: 50%; /* Центр */
		transform: translateX(-50%) translateY(-50%); /* Центрирование */
	}
}
@keyframes moveToleft {
	from {
		left: 50%; /* Центр */
		transform: translateX(-50%) translateY(-50%); /* Центрирование */
	}
	to {
		left: 0;
	}
}




@media(min-width: 1228px){
	.top-main-nav-menu-link:hover path,
    .top-main-nav-menu-link:hover > a > span {	
        stroke: var(--primary-color);
        color: var(--primary-color);
    }

    .top-main-nav-menu-link:hover .top-main-nav-menu-link__children {
        display: block !important;
    }
	
}




@media(max-width: 1622px){
	.top-main-search {
		width: 100%;
		max-width: 235px;
	}
	.top-main-nav-menu-list{
		font-size: 12px;
		text-align: center;
	}
	.summary.entry-summary{
		padding-left: 10px;
    	padding-right: 10px;
	}
}





@media(max-width: 1228px){
	.top-header{
		display: none;
	}
	.title-footer-form-fields p{
		flex-direction: column;
	}
	.container>.top-main{
		display: none;
	}
	.top-main-search {	
		max-width: 100%;
	}
	.top-main-mobile {
		display: flex;
	}
	.top-catalog-mobile {
		position: absolute;
		overflow-x: hidden;
		top: 0;
		width: 100%;
		z-index: 10;
		left: -100%;
		height: 100vh;
		padding: 10px 16px;
		background-color: var(--white);
		transition: 0.3s;
	}
	.catalog-list{
		flex-direction: column;
	}
	.catalog-colum__right,
	.catalog-colum__left {
		width: 100%;
	}
	.catalog-menu{
		height: fit-content;
		position: absolute;
		top: 0;
		height: 100vh;
		z-index: 1;
		padding: 16px;
		left: -100%;
		background-color:var(--white);
		width: 100%;
		transition: 0.3s;
	}
	.catalog-menu-link{
		max-width: 100%;
		position: relative;
		padding: 0;
		display: block;
		background-color: var(--white) ;
	}
	.catalog-menu-link.children:after,
	.catalog-menu-link.children:before{
		position: absolute;
		content: '';
        width: 12px;
        height: 2px;
        right: 0;
        top: 24px;
		background-color: #BDBDBD;
		transition: 0.3s;

	}
	.info-block__body{
		flex-direction: column;
	}
	.info-block__left{
		width: 100%;
	}
	.info-block__right{
		width: 100%;
	}
	.catalog-menu-link.children.active:after{
		transform: rotate(-45deg);
		right: 5px;
		transition: 0.3s;
	}
	.catalog-menu-link.children.active:before{
		transform: rotate(45deg);
		right: -3px;
		transition: 0.3s;
	}
	.catalog-menu-link.children:after{
		transform: rotate(45deg);
		right: 5px;
		transition: 0.3s;
	}
	.catalog-menu-link.children:before{
		transform: rotate(-45deg);
		right: -3px;
		transition: 0.3s;
	}
	
	.catalog-menu-link>a{
		display: block;
		padding: 10px 0;
		width: fit-content;
	}
	.catalog-mb-menu-link-children {
		padding: 20px 0;
		background-color: var(--white) ;
	}
	.catalog-menu-link.active{
		border-left: 2px solid transparent;
		
	}
	.catalog-menu-link-children {
		display: none;
		padding: 24px 15px;
		width: 100%;
		background: transparent;
	}
	.catalog-menu-link-children-img-title{
		font-weight: 400;
	}
	.back-mobile, 
	.catalog-menu-top-mobile-close {
		position: relative;
		width: 40px;
		height: 40px;
		background-color: var(--gray2);
		border-radius: 50%;
	}
	.catalog-menu-top-mobile-close:after, 
	.catalog-menu-top-mobile-close:before {
        position: absolute;
        width: 20px;
        height: 2px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        content: '';
        background-color: var(--black);
    }
	.catalog-menu-top-mobile-close:after{
		transform: rotate(45deg);
	}
	.catalog-menu-top-mobile-close:before{
		transform: rotate(-45deg);
	}
	.back-mobile:after,
	.back-mobile:before{
		position: absolute;
        width: 14px;
        height: 2px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        content: '';
        background-color: var(--black);
	}
    .back-mobile:before {
        transform: rotate(45deg);
        top: 27%;
        left: -3%;
    }
    .back-mobile:after {
        transform: rotate(-45deg);
        top: -22%;
        left: -3px;
    }
	.catalog-menu-top-mobile {
		display: flex;
		align-items: center;
		padding-bottom: 20px;
		margin-bottom: 20px;
		justify-content: space-between;
	}
	.catalog-menu-top-mobile-title{
		font-size: 20px;
		font-weight: 600;
	}
	.top-catalog-mobile-geo {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.top-catalog-mobile-phone{
		margin: 24px 0;
	}
	.top-phone-block{
		justify-content: space-between;
	}
	.button-container-mobile {
		text-align: center;
		padding: 10px;
		border: 2px solid var(--primary-color);
		margin-bottom: 40px;
	}
	.button-container-mobile span{
		color: var(--primary-color);
	}
	.top-main-nav-menu-list{
		flex-direction: column;	
	}
	.top-main-nav-menu {
		margin-top: 40px;
	}
	.top-main-nav-menu-link {
		width: 100%;
		display: flex;

		flex-direction: column;
		align-items: center;
		transition: 0.3s;
	}
	.top-main-nav-menu-link {
		position: static;
	}
	.top-main-nav-menu-link__children{
		width: 100%;
		top: 0;
		left: 0;
		position: relative;
		text-transform: none;
		background-color: var(--gray2);
		border-radius: 10px;
		padding: 8px 0;
		margin-top: 10px;
		
	}
	.top-main-nav-menu-link__children-link{
		padding: 10px 20px;
	}
	.top-main-nav-menu-link__children-link a{
		font-weight: 400;
	}
	.top-main-nav-menu-link.active>a{
		color:var(--primary-color);
	}
	.top-main-nav-menu-link.active>path{
		stroke: var(--primary-color);
		
	}
	.top-main-search{
		margin-top: 32px;
	}
	ul.top-main-nav2-list {
		margin-top: 40px;
		flex-direction: column;
		gap: 0;
	}
	.top-header-info-container {
		margin-top: 60px;
		align-items: center;
	}
	.top-email{
		justify-content: center;
		margin-top: 24px;
	}

	.footer-top{
		flex-direction: column;

	}
	.title-footer-form{
		font-size: 28px;
	}
	.footer-contacts,
	.footer-messanger,
	.footer-menu-container,
	.footer-logo {
		width: 100%;
	}
	.title-footer-form-fields {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	.title-footer-form-fields button{
		margin-top: 20px;
	}
	.title-footer-form-fields button,
	.title-footer-form-fields input{
		width: 100%;
	}

	.advantages-block__title{
		font-size: 56px;	
		order: 1;	
	}
	.advantages-block__gallery{
		order: 2;
	}
	.advantages-block__title .min-text{
		font-size: 32px;
		margin-bottom: 0; 
	}
	.advantages-block__text{
		font-size: 17px;

	}
	.advantages-block__body{
		order: 3;
	}
}


@media(max-width: 1027px){
	.block-group{
		flex-direction: column;
	}
	.block-catalog-container-1, 
	.block-catalog-container-2{
		height: 290px;
		width: 100%;
		
	}
	.subscribe-news__input{
		flex-direction: column;
	}
	.subscribe-news__input-left{
		width: 100%;
		flex-direction: column;
	}
	.subscribe-news__input-right{
		width: 100%;
		display: flex;
		position: relative;
		flex-direction: column;
		align-items: center;
	}
	.subscribe-news input[type="text"], 
	.subscribe-news input[type="email"]{
		width: 100%;
	}
	.subscribe-news__input-left p {
		flex-direction: column;
		width: 100%;
	}
	.subscribe-news-3 p {
	    line-height: 40px;
	}
	.subscribe-news-2 p {
		line-height: 133px;
	}
	.subscribe-news input[type="submit"]{
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.banner-text__container{
		padding-left: 13px;
		padding-right: 13px;
	}
	.banner-text__content{
		width: 100%;
	}
	.blog-arrow-next.arrow-slide {
		top: -17%;
	}
	.subscribe-news__input-left .policica p{
		width: 100%;
		max-width: 100%;
	}
	.blog-arrow-prev.arrow-slide {
		top: -17%;
	}
	.block-furniture-block__container{
		overflow-x: auto;
	}
	.block-about__container{
		flex-direction: column;
	}
	.block-about__container-left{
		width: 100%;
	}
	.block-about__container-right{
		width: 100%;
	}
	.block-about__container-right1 {
		margin-top: 0;
	}
	.block-about__container-right4{
		margin-top: 0;
	}
	.block-about__container-right1, .block-about__container-right2, .block-about__container-right3, .block-about__container-right4{
		width: 100%;
		margin-bottom: 30px;
	}
	.block-map__text{
		width: 90%;
		margin: 0 auto;
		right: 0;
        left: 0;
        top: auto;
        bottom: 0;
	}
	.block-map iframe{
		min-height: 900px;
	}
	.single-product__img {
		width: 100%;
	}
	.summary.entry-summary{
		width: 100%;
	}
	.single-product__mini-img-slide{
		height: 80px;
	}
	.product-info-pay-and-delivery {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 60px;
	}

	.wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block{
		flex-direction: column;
    	align-items: center;
	}
}


@media(max-width: 767px){

	body{
		overflow-x: hidden;
	}
	.block-info-block{
		border-radius: 0;
	}
	.product{
		width: 100%;
	}
	.product_title.entry-title{
		font-size: 56px;
		
	}
	.wpfMainWrapper
 	{
    	margin-left: 0;
		background: none;
		padding: 0;
		transition: 0.3s;

	}
	.wpfMainWrapper-main__title.mobile {
		padding: 14px 12px;
		border: 3px solid var(--primary-color);
		color: var(--primary-color);
		font-family: 'Segoe UI';
		font-size: 16px;
		font-weight: 600;
		transition: 0.3s;
	}
	.wpfMainWrapper.active{
		background-color:var(--white);
		padding: 10px 20px;
	}
	.block-faq__title{
		color: var(--gray);

	}
	.info-block__container{
		padding: 16px;
	}
	.banner-text__content{
		padding: 16px;
	}
	.block-map__text{
		padding: 16px;
	}
	.block-faq__container{
		padding-left: 0!important;
	}
	.block-faq__container.active .block-faq__title{
		color: var(--black);
		font-weight: 500;
		margin-bottom: 20px;
		padding-right: 46px;
		padding-left: 0;
	}
	.block-faq__container.active {
		display: flex;
		padding-left: 16px!important;
		flex-direction: column;
		padding-right: 25px;
	}
	.block-form__container{
		padding: 16px;
	}
	.arrow-slide{
		top: 80%;
	}
	.block-faq__title,
	.block-faq__text{
		width: 100%!important;
	}
	.block-faq__text{
		padding-right: 0!important;
	}
	.summary.entry-summary{
		padding-left: 0;
		padding-right: 0;
	}
	.input-submit{
		margin-top: 15px;
		flex-direction: column;
		gap: 15px;
	}
	.catalog-colum__container{
		flex-direction: column;
	}
	.catalog-colum__left{
		order: 2;
		width: 100%;
	}
	.catalog-colum__right{
		order: 1;
		margin-bottom: 60px;
		width: 100%;
	}
	.product-container {
		padding: 5px;
	}
	.form-application__body {
		flex-direction: column;
	}
	.input-container{
		width: 100%;
	}
	.form-application__title p{
		margin-bottom: 25px;
	}
	.input-textarea{
		width: 100%;
		padding: 0;
		flex-direction: column;
	}
	.input{
		width: 100%;
		padding-right: 0;
	}
	.block-single textarea#comment{
		width: 77%;
	}
	.block-single .comment-block{
		padding: 20px 10px;
		background-color: transparent;
	}
	.block-requisites__b {
		font-size: 11px;
	}
	.block-requisites__t{
		font-size: 13px;
	}
	#reviews{
		padding: 11px;
	}
	.form-application__title{
		line-height: 39px;
	}
	.portfolio-pagination {
		max-width: 700px !important;
		width: 100% !important;
		margin: 0 auto;
		left: 50% !important;
		transform: translate(-50%);
		text-align: center;
		top: 99% !important;
		border-radius: 5px;
	}
	.block-portfolio .show-more__container {
		margin-top: 143px;
	}
	.portfolio-arrow-prev {
		left: 33%;
	}
	.portfolio-arrow-next {
		left: 59%;

	}
	.block-furniture__container{
		min-width: 350px;
	}
	.popup-footer .close{
		margin-left: 106%;
	}
	#call-order-form input{
		max-width: 242px;
	}
	.woocommerce-tabs {
		margin-bottom: 60px;
	}
	.popup-container{
		padding: 20px 25px;
	}
	.woocommerce-Tabs-panel{
		padding: 40px 10px;
	}
	.swiper-wrapper {
	    margin-bottom: 20px;
	}
	.product-insert-tell{
		margin-bottom: 0;
		padding: 0;
	}
	.product-info-pay-and-delivery{
		margin-bottom: 0px;
	}
	input.wpcf7-form-control.wpcf7-submit.has-spinner{
		max-width: 100%!important;
	}
	.portfolio-pagination {
        top: 70% !important;
    }
	.portfolio-arrow-next,
	.portfolio-arrow-prev{
		top: 74%;
	}
	.main-botton-prev {
		left: 33%!important;
	}
	body .container {
		max-width: 94%;
		margin: 0 auto;
		padding: 0;
	}
	.main-botton-next {
		right: 33%;
	}
	p.main-slide__title {
		font-family: "Cormorant Garamond";
		font-weight: 500;
		font-size: 45px;
		line-height: 19px;
	}
	.main-slide {
		padding: 20px 12px;
	}
	span.main-slide__title1{
		font-size: 32px;
	}
	.main-slide__description{
		font-family: Segoe UI;
		font-weight: 400;
		font-size: 15px;
        line-height: 22px;
        margin: 23px 0 25px;
	}
	.main-slide__left {
		max-height: 289px;
		width: 100%;
	}
	.main-slide__button {
		padding: 14px 44px;
	}
	.single-product__top{
		padding: 0;
		background-color:transparent;
	}
	.product{
		padding-right: 0;
	}
	.quantity-button{
		background-color: var(--white);
	}
	input.qty{
		background: transparent;
	}
	.pay-block, 
	.delivery-block{
		background-color: var(--white);
	}
	.product-tab a{
		text-align: center;
	}
	.color-options{
		gap: 20px;
	}
	.block-faq__container {
		padding-right: 62px;
	}
	tr.woocommerce-product-attributes-item{
		margin-right: 0;
	}
	.block-faq__container .arrow-slide.swiper-button-disabled{
		left: 82%;
   		top: 50%;
		transform: rotate(-135deg) translate(10px, 10px);;
	}
	.block-faq__container.active .arrow-slide.swiper-button-disabled{

	}
	.top-arrow-prew.arrow-slide{
		top: 125px;
		right: auto;
		left: 15px;
	}
	.top-arrow-next.arrow-slide{
		top: 125px;
		right: auto;
		left: 102px;
	}
	.related-product .block-title{
		margin-bottom: 90px;
	}
	.woocommerce-product-attributes tbody{
		max-height: fit-content;
	}
	#document_tab {
		gap: 38px;
		flex-wrap: wrap;
	}
	.video-product .top-arrow-next.arrow-slide,
	.video-product .top-arrow-prew.arrow-slide{
		top: 78px;
	}
	.article-top{
		padding: 12px;
	}
	.article-top__container{
		    flex-direction: column;
			margin-top: 80px;
	}
	.article-top__container h1.woocommerce-products-header__title.page-title{
		width: 100%;
	}
	h1.woocommerce-products-header__title.page-title{
		line-height: 38px;
	}
	.article-top__container .article-top-short__description{
		width: 100%;
	}
	.contact-container{
		    flex-direction: column;
	}
	.contact-container-left,
	.contact-container-right{
		width: 100%;
	}
	.block-requisites--container{
		flex-direction: column;
		padding: 20px 10px;
	}

	.block-requisites--title{
		width: 100%;
		margin-bottom: 40px;
		padding-right: 40px;
        padding-left: 20px;
	}
	.block-requisites--block{
		width: 100%;
	}
	.requisites-arrow {
		top: 41px;
		right: 34px;
		left: auto;
	}
	.reward-block__container {
		width: 95%;
	}

	.sertificate-next{
		top: 130px !important;
		right: auto;
		left: 108px!important;
	}
	.callback-prev{
		top: 80%!important;
	}
	.reward-block__title{
		font-size: 48px;
	}
	.reward-block__body{
		color: #615D57;
		font-size: 15px;

	}
	.block-sertificate__title {
		margin-bottom: 112px;
	}
	.sertificate-prev {
		top: 130px !important;
		left: 26px !important;
	}
	.collective-title,.rukovodstvo-title{
		font-size: 60px;
	}
	.tabs-document-container{
		width: 100%;
		justify-content: space-between;
	}
	.block-map__title{
		font-size: 56px;
	}
}