@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
    --std_color: #0078bf;
    --primary: #0078bf;
    --primary-hover: #0068a8;
    --primary-light: #eef8fd;
    --accent-yellow: #f5c400;
    --title-color: #182433;
    --text-color: #5d6976;
    --border-color: #d9e4ea;
    --surface-color: #ffffff;
    --section-bg: #f7fafc;
    --button-radius: 10px;
    --card-radius: 12px;
    --field-radius: 10px;
    --ui-transition: .25s ease;
}

html,
body,
button,
input,
select,
textarea {
    font-family: 'Inter', Arial, sans-serif;
}

body {
    color: var(--text-color);
}

h1,
h2,
h3,
h4,
h5,
h6,
header {
    font-family: 'Inter', Arial, sans-serif;
    color: var(--title-color);
}

a:hover {
	text-decoration: none;
	outline: 0;
}
.pswp__bg {

    background: rgba(0,0,0,.8);
}

header, h1, h2, h3, h4, h5, h6 {
	font-family: 'Inter';
}
h2 {
	font-size: 1.2rem;
	font-weight: 600;
}
body {
	font-family: 'Inter' !important;
	line-height: 1.4 !important;
	overflow-x: hidden;
}
.top__wrapper {
    display: flex;
    justify-content: space-between;
    padding: 18px 0;
    align-items: center;
}
.top__header {
	background: #fbf9fa;
    border-bottom: 1px solid #ebebeb;
}
.ml-8 {
    padding-left: 8px;
}

.site-header a.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    white-space: nowrap;
    line-height: 1.3;
    padding: 12px 30px 12px 30px;
    background: #0078bf;
    transition: .3s;
    outline: none;
    border: 1px solid #0078bf;
    text-align: center;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    box-shadow: none;
    color: #fff;
	text-decoration: none;
}
.site-header a.btn:hover {
    background: #0068a8;
	transform: translateY(-2px);
}
.custom-logo-link img.custom-logo {
    height: auto;
    width: auto;
    max-width: 200px;
}
.top__item {
    font-size: 14px;
}
.header__wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    padding: 25px 0;
}
.top_search {
    min-width: 350px;
}
.top_search .dgwt-wcas-search-wrapp {
    max-width: none;
}
.top_search .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
    font-style: normal;
	opacity: .5;
}
.top_search .dgwt-wcas-search-form {
	padding: 5px 3px;
}
.top_search .dgwt-wcas-search-wrapp .dgwt-wcas-ico-magnifier, .top_search .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit svg path, .top_search .dgwt-wcas-om-bar .dgwt-wcas-om-return svg path {
    fill: #333;
}
.top_search .dgwt-wcas-search-wrapp {
    border: 1px solid #cecece;
    border-radius: 5px;
}
.top_search .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	border: none;
	border-radius: 8px;
    -webkit-border-radius: 8px;
}
.top_search .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit {
	border-radius: 0 8px 8px 0;
    -webkit-border-radius: 0 8px 8px 0;
}
.top_icons a span.icons__text {
    display: block;
    font-size: 12px;
    margin-top: 8px;
}
.top_icons {
    display: flex;
    gap: 15px;
    align-items: center;
}
.top_icons a {
    display: inline-block;
    text-align: center;
	position: relative;
}
.top__menu .container {
	position: relative;
}
.sticky-header-icons {
	display: none;
	align-items: center;
	gap: 14px;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	z-index: 5;
}
.sticky-header-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	color: #0078bf;
	text-decoration: none;
}
.sticky-header-icon svg {
	fill: currentColor;
}
.sticky-cart-count,
.sticky-wishlist-count {
	background-color: #0078bf;
	position: absolute;
	right: 0;
	top: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	line-height: 1;
	text-align: center;
	font-size: 12px;
	color: #fff;
	border-radius: 999px;
}
body.menusticky .sticky-header-icons {
	display: flex;
	position: fixed;
	top: 8px;
	right: max(22px, calc((100vw - 1340px) / 2 + 22px));
	transform: none;
	z-index: 99999;
}
body.menusticky .top__menu .mega-sticky-wrapper #mega-menu-wrap-menu-1 {
	padding-right: 90px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
	body.menusticky .sticky-header-icons {
		right: calc((100vw - 1140px) / 2 + 22px);
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	body.menusticky .sticky-header-icons {
		right: calc((100vw - 960px) / 2 + 22px);
	}
}
.header__item.header__item_icons {
    padding-right: 65px;
    border-right: 1px solid #ddd;
}
span.cart-count,
span.wishlist-count {
    background-color: #0078bf;
    position: absolute;
    right: -2px;
    top: -12px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    border-radius: 50%;
}
.top_phone {
    min-width: 150px;
}
@media only screen and (min-width: 768px) {
	.top__menu .mega-sticky-wrapper #mega-menu-wrap-menu-1 {
        background: rgba(255, 255, 255, 1);
		border-bottom: 1px solid #e8e8e8;
		box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
    }
	.top__menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		position: relative;
	}
	.top__menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link::after {
		content: "";
		width: 0px;
		height: 1px;
		display: block;
		position: absolute;
		bottom: 10px;
		left: 0;
		visibility: hidden;
		-webkit-transition: .4s ease;
		-moz-transition: .4s ease;
		transition: .4s ease;
		background-color: #0078bf;
	}
	.top__menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover::after {
		width: 100%;
		visibility: visible;
	}
	.top__menu .mega-sticky-wrapper #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link::after {
		display: none;
	}
	body.menusticky .sticky-header-icons {
		display: flex;
	}
}
@media only screen and (max-width: 767px) {
	.top__header {
		display: none;
	}
	.top__wrapper {
		display: block;
	}
	.header__wrapper {
		display: block;
		text-align: center;
	}
	.top_search {
		min-width: auto;
		margin: 20px 0;
	}
	.header__item.header__item_icons {
		padding-right: 0;
		display: flex;
		justify-content: center;
	}
	.header__item.header__item_phone {
		margin: 15px 0;
	}
	.top_button {
		text-align: center;
	}
	.site-header a.btn {
		display: inline-block;
	}
	.sticky-header-icons {
		position: static;
		justify-content: center;
		transform: none;
		padding: 10px 0;
	}
	body.menusticky .sticky-header-icons {
		position: fixed;
		top: 5px;
		left: 12px;
		right: auto;
		height: 30px;
		padding: 0;
		gap: 10px;
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		z-index: 2147483647;
	}
	body.menusticky .sticky-header-icon--cart {
		order: 1;
	}
	body.menusticky .sticky-header-icon--wishlist {
		order: 2;
	}
	body.menusticky .sticky-header-icon {
		width: 26px;
		height: 28px;
	}
	body.menusticky .sticky-header-icon svg {
		width: 18px;
		height: 18px;
	}
	body.menusticky .sticky-cart-count,
	body.menusticky .sticky-wishlist-count {
		right: 0;
		top: 2px;
		min-width: 16px;
		height: 16px;
		padding: 0 4px;
		line-height: 1;
		font-size: 11px;
	}
	body.menusticky .top__menu .mega-sticky-wrapper,
	body.menusticky .top__menu .mega-sticky-wrapper #mega-menu-wrap-menu-1,
	body.menusticky .top__menu .mega-sticky-wrapper #mega-menu-wrap-menu-1 .mega-menu-toggle {
		width: 100vw;
	}
	body.menusticky .top__menu .mega-sticky-wrapper #mega-menu-wrap-menu-1 {
		left: 0 !important;
		right: 0 !important;
		background: #fff;
		box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
		z-index: 2147483646;
	}
	body.menusticky .top__menu .mega-sticky-wrapper #mega-menu-wrap-menu-1 .mega-menu-toggle {
		position: relative;
		background: #fff;
		z-index: 2147483647;
	}
	body.menusticky .top__menu .mega-sticky-wrapper #mega-menu-wrap-menu-1 .mega-toggle-blocks-left {
		flex: 0 0 88px;
	}
	body.menusticky .top__menu .mega-sticky-wrapper #mega-menu-wrap-menu-1 .mega-toggle-blocks-center {
		flex: 1 1 auto;
	}
	body.menusticky .top__menu .mega-sticky-wrapper #mega-menu-wrap-menu-1 .mega-toggle-blocks-right {
		flex: 0 0 auto;
		margin-left: auto;
	}
	body.menusticky .top__menu .mega-sticky-wrapper #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
		left: 0 !important;
		right: 0 !important;
		top: 40px !important;
		width: 100vw !important;
		max-width: 100vw !important;
		height: calc(100vh - 40px) !important;
		max-height: calc(100vh - 40px) !important;
		padding-top: 0 !important;
	}
	body.menusticky .top__menu .mega-sticky-wrapper #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-label-closed {
		display: none;
	}
	body.menusticky .top__menu .mega-sticky-wrapper #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open .mega-toggle-label-open::before {
		content: "Закрыть";
	}
	body.menusticky .top__menu .mega-sticky-wrapper #mega-menu-wrap-menu-1 {
		padding-right: 0;
	}
}

.img_title {
	font-size: 1.3em;
    background: none;
    line-height: 1.2em;
    padding-left: 20px;
    color: #444444;
	text-transform: none;
	font-weight:400;
}

.shop_product ul.products li, ul.products li.product {
	float:left;
}
.link-more {
	position: relative;

	display: inline-flex;
	align-items: center;
	gap: 8px;

	color: #0078bf;
	font-size: 15px;
	font-weight: 500;

	text-decoration: none;

	padding-bottom: 2px;

	transition: color .25s ease;
}

.link-more::before {
	content: "";

	position: absolute;
	left: 0;
	bottom: 0;

	width: 100%;
	height: 1px;

	background:
		rgba(0,120,191,.32);

	transition:
		background .25s ease,
		transform .25s ease;
}

.link-more::after {
	content: "→";

	font-size: 18px;
	line-height: 1;

	transition: transform .25s ease;
}

.link-more:hover {
	color: #0068a8;
	text-decoration: none;
}

.link-more:hover::before {
	background: #0068a8;
}

.link-more:hover::after {
	transform: translateX(4px);
}
/*--------------------------------------------------------------
# Стили для контактной формы
--------------------------------------------------------------*/

.cf_title {
	text-align:center; 
	margin-bottom:15px; 
	font-size:1.4em; 
	font-weight:500;
	}
.cf_block_left {
	width:45%;  
	float:left;  
	margin:0 5% 0 0;
}

.cf_block_right {
	width:45%;
	float:left; 
	margin:0 0 0 5%;
}
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
    padding: 10px;
    outline: none;
max-width:100%;
	display:block;
    margin: 0;
    margin-bottom: 20px;
    font-size: 13px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
	z-index:999;
}
 input[type="button"], input[type="reset"], input[type="submit"] {
    border-color: var(--std_color);
      background-color: var(--std_color);
    color: #fff;
    font-weight: 600;
    padding: 1em 2em;
}
.skidka-popup {
    text-align: center;
line-height:110%;
}

.skidka-popup img {
width:230px;
text-align: center;
}

.skidka-popup .telephon {
margin: 0 0 0 10%;
 width: 40%; 
float: left;
}
.skidka-popup .button_skidka {
float: left; 
margin: 0 0 0 5%;
width: 40%; 
text-align: left;
}

@media screen and (max-width: 767px) {
	.skidka-popup .telephon {
	margin: 0 0 5%;
	width: 100%; 
	text-align: center;
	}
	.skidka-popup .button_skidka {
	margin: 0 0 5%;
	width: 100%; 
	text-align: center;
	}
	.skidka-popup img {
	width:70%;
	}
}

.woocommerce abbr {
    text-decoration: none;
}

span.zap-mega {
	position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-top: 7px;
	margin-bottom: 10px;
}
span.zap-mega::after {
	content: '';
	background: #0078bf;
	position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
}
.zap-mega.zap-opacity::after {
	background: transparent;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
	transition: all .2s;
}


@media only screen and (min-width: 768px) {
	span.zap-mega {
		min-height: 33px;
	}
}
@media only screen and (min-width: 1200px) {
    .site-header #mega-menu-wrap-menu-1 {
        background: rgba(255, 255, 255, 1);
    }
	.site-header .mega-sticky-wrapper #mega-menu-wrap-menu-1 {
		box-shadow: 0 3px 3px rgba(0, 0, 0, .07);
    }
}
@media only screen and (max-width: 767px) {
	.site-header a.mega-menu-link span.mega-indicator {
		margin-right: 30px;
	}
}

h2.block_title {
	position: relative;
	text-align: left;
	text-transform: uppercase;
	font-size: 1.6em;
	line-height: 28px;
	font-weight: 500;
	letter-spacing: 0px;
	font-family: 'Inter';
}
h2.block_title span {
	background-color: #fff;
	padding: 0;
	position: relative;
	z-index: 2;
}

.itr_title_play {
	font-family: 'Inter';
	font-weight: normal;
	text-align: center;
	
}
.iteryermb_flex_center ul.products{
	justify-content: center;
align-items: flex-start;
}

.color-gold {
	color: var(--gold);
	font-size:1.5em;
}

section#selection i {
	margin-top: .2em;
}

section#selection p.selection_p {
	margin: 0 0 -4px;
	font-size: 18px;
	font-weight: 400;
}

section#selection .col-10 span {
	line-height: 1.2;
	display: block;
}

@media (max-width: 991px) {

	section#selection i {
		font-size: 1.5em !important;
	}
}

@media (max-width: 577px) {
	
	section#selection .col-10 span {
		margin-bottom: 1em;
	}
}

figure.top_goods_item {
	text-align: center;
	color: #0078bf;
}

figure.top_goods_item a {
	color: #000;
}

figure.top_goods_item a h4 {
	font-size: 100%;
	font-weight: normal;
	margin-top: .9em;
}

figure.top_goods_item a:hover {
	text-decoration: none;
}

figure.top_goods_item p.price {
	font-size: 18px;
}

figure.top_goods_item .top_goods_item_image img {
	max-width: 100%;
}

@media (max-width: 991px) {
	.top_goods_item_wp {
		width: 50%;
		flex-basis: auto;
	}
}

@media (max-width: 577px) {
	.top_goods_item_wp {
		width: 100%;
		flex-basis: auto;
	}
}

section#material p {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
	margin: 10px 0 3px;
}

/*Табы "Бесплатный выезд на замер" и тд. используются еще на странице товара*/
.page_offer_tabs_items_informer {
	font-weight: 600;
	color: #4B4B4B;
	line-height: 1.2;
	font-size: .1.2em;
}

.page_offer_tabs_items_informer .page_offer_tabs_items_informer_item {
	display: flex;
	align-items: center;
}

.page_offer_tabs_items_informer > div p {
	padding: .6em 0 0 .4em;
}

.page_offer_tabs_items_informer > div i:before {
	content: '';
	background-position: -110px 0;
	width: 70px;
	height: 70px;
	display: block;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	display: inline-block;
}

.page_offer_tabs_items_informer > div:nth-child(2) i:before {
	background-position: -190px 0;
}

.page_offer_tabs_items_informer > div:nth-child(3) i:before {
	background-position: -270px 0;
}

.page_offer_tabs_items_informer > div:nth-child(4) i:before {
	background-position: -350px 0;
}

.page_offer_tabs_items_informer > div:nth-child(5) i:before {
	background-position: -430px 0;
}

.page_offer_tabs_items_informer > div:nth-child(6) i:before {
	background-position: -510px 0;
}

.page_offer_tabs_items_informer_2 .page_offer_tabs_items_informer_item {
	align-items: center;
}

.page_offer_tabs_items_informer_2 div i {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
}

.page_offer_tabs_items_informer_2 p {
	padding: 0 !important;
	margin: 0;
}

.categores_item a p {
    margin-top: 5px;
}

.item_informer {
	width: 38px;
    height: 38px;
    display: block;
    background-size: contain !important;
	margin-top: 3px;
}
.item_informer_1 {
	background: url(/wp-content/themes/mark-agency/img/price_ico.png) no-repeat;
}
.item_informer_2 {
	background: url(/wp-content/themes/mark-agency/img/time_ico.png) no-repeat;
}
.item_informer_3 {
	background: url(/wp-content/themes/mark-agency/img/otdelki_ico.png) no-repeat;
}
.item_informer_4 {
	background: url(/wp-content/themes/mark-agency/img/star_ico.png) no-repeat;
}
.item_informer_5 {
	background: url(/wp-content/themes/mark-agency/img/ruletka_ico.png) no-repeat;
}
.item_informer_6 {
	background: url(/wp-content/themes/mark-agency/img/eco_ico.png) no-repeat;
}
.item_informer_7 {
	background: url(/wp-content/themes/mark-agency/img/zamer_ico.png) no-repeat;
}
.item_informer_8 {
	background: url(/wp-content/themes/mark-agency/img/kub_ico.png) no-repeat;
}
.item_informer_9 {
	background: url(/wp-content/themes/mark-agency/img/dom_ico.png) no-repeat;
}




@media only screen and (max-width: 767px) {
	
}
/* Категории*/
.cat_title .cat_title_wrap {
    background: #f8f8f8;
    height: 264px;
    position: relative;
	margin-bottom: 10px;
}
.cat_title_inner {
    text-align: center;
    margin: auto;
}
.cat_title_inner p {
	padding: 0 25px;
    font-family: 'Inter';
}
.cat_title_inner h2 {
	font-family: 'Inter';
}
.cat_title_inner a {
    color: #333;
    font-size: 22px;
}
.cat_title_inner a:hover {
    color: #000;
    text-decoration: none;
}
.cat-top__row .col-md-6, .col-12.cat_title {
    padding-left: 7px;
    padding-right: 7px;
}
.cat-top__row .col-md-6.cat-big_block {
    padding-left: 10px;
    padding-right: 10px;
}
.cat-bottom__row .col-md-6, .col-12.cat_title, .col-12.cat-100_block {
    padding-left: 7px;
    padding-right: 7px;
}
.cat-bottom__row .col-md-6.cat-big_block {
    padding-left: 10px;
    padding-right: 10px;
}
.col-12.cat-100_block {
    margin-bottom: 10px;
}
.cat-bottom__row {
    margin-top: 10px;
}
.col-md-6.cat-big_block.cat-big_block_right {
    padding-left: 18px;
    padding-right: 18px;
}
.col-12.cat-50_block.cat-50_block_first {
    margin-bottom: 10px;
}
.cat-50_block a {
    display: block;
	overflow: hidden;
	position: relative;
}
.cat-50_block a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg,transparent,transparent 65%,rgba(32,52,75,.85));
    z-index: 5;
}
.cat-50_block img, .cat-50_block a img {
	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out,-webkit-transform .35s ease-in-out;
}
.cat-50_block a:hover img {
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.cat-50_block .cat__item-name {
	font-family: 'Inter';
	letter-spacing: 1px;
	font-weight: normal;
    color: #fff;
    line-height: 24px;
    font-size: 19px;
    position: absolute;
    left: 30px;
    bottom: 25px;
    z-index: 5;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
	.cat_title .cat_title_wrap {height: 220px;}
	.cat-300_block {-ms-flex-align: stretch;align-items: stretch;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cat_title .cat_title_wrap {height: 172px;}
	.cat-300_block {display: -ms-flexbox;display: flex;-ms-flex-align: stretch;align-items: stretch;}
	.col-12.cat-100_block { margin-bottom: 3px; }
}
@media only screen and (max-width: 767px) {
	.cat_title .cat_title_wrap { height: 180px; }
	.cat-top__row .col-md-6.cat-big_block { padding-left: 0;padding-right: 0; margin-bottom: 10px;}
	.cat-bottom__row .col-md-6.cat-big_block {margin-bottom: 10px;}
	.cat-bottom__row { margin-top: 0; }
	.col-6.col-md-6.cat-50_block.cat-300_block { padding-left: 0; }
	.col-12.cat-50_block.cat-50_block_first { margin-bottom: 20px; }
	.cat-50_block .cat__item-name {font-size: 16px; left: 10px; bottom: 10px;}
}

/* Стили магазина и всех блоков с выводом товаров */
ul.products li {
	text-align: center;
}

ul.products li img {
	max-width: 100%;
	height: auto;
}

ul.products li a {
	color: #000;
}

ul.products li a:hover {
	text-decoration: none;
}

ul.products li a span.price {
	color: var(--std_color);
	font-size: 1.1em;
}

.woocommerce-pagination {
	padding: 1em 0;
}

.woocommerce-pagination ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	text-align: center;
}

.woocommerce-pagination ul li {
	display: inline-block;
}

.woocommerce-pagination ul li span {
	background-color: var(--std_color);
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
	margin: 0 .4em;
}

.woocommerce-pagination ul li a {
	background-color: #ccc;
	color: #000;
	padding: 3.5px 8px;
	border-radius: 4px;
	margin: 0 .1em;
}

.woocommerce-pagination ul li a:hover {
	text-decoration: none;
}

section.shop_woocommerce_product_loop_start {
	width: 100%;
	height: auto;
	background-image: url('/wp-content/uploads/2019/12/stripes_5_b.png');
	padding: .5em;
	margin-bottom: .8em;
}

section.shop_woocommerce_product_loop_start p {
	margin: 0;
	line-height: 2.5;
}

section.shop_woocommerce_product_loop_start form {
	margin-left: auto;
}

section.shop_woocommerce_product_loop_start select {
	margin: 0;
}



.btn_show_mobile_menu {
	display: none;
	padding: 3px;
	position: relative;
	top: 7px;
	margin-right: 2em;
}

.btn_show_mobile_menu span {
	background-color: var(--gold);
	width: 30px;
	height: 1px;
	border-radius: 2px;
	margin-bottom: .5em;
	display: block;
}

.btn_show_mobile_menu:active {
	background-color: transparent;
}

.close_mobile_menu,
nav.post-navigation {
	display: none;
}




.shop_product ul.products {
	flex-wrap: wrap;
	align-items: stretch;
}

.title_pages_h,
.blog_shortstory h2 {
	font-family: 'Inter';
	font-weight: normal;
    font-size: 1.6em;
    text-transform: uppercase;
}

.title_pages_h_line {
	position: relative;
	text-align: center;
}

.title_pages_h_line span {
	background-color: #fff;
	padding: 0 .5em;
}

.title_pages_h_line:after {
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% + 1px);
	width: 100%;
	height: 1px;
	background-color: #ddd;
	z-index: -1;
}

.accordion_item {
	padding: 1em 0;
}

.accordion_item a {
	border-left: 1px solid #ccc;
	color: #444;
	font-size: 15px;
	padding: 1.5em 0;
}

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

.accordion_item a br {
	display: none;
}

.accordion_item a span.num {
	color: #000;
	font-weight: bold;
	padding: 0 2em;
}

.accordion_item a span.plus_minus {
	color: #ccc;
	float: right;
	position: relative;
}

.accordion_item a span.plus_minus:before {
	content: '+';
	font-size: 1.3em;
}

.accordion_item a[aria-expanded="true"] {
	border-left: 2px solid var(--std_color);
	color: var(--gold);
}

.accordion_item a[aria-expanded="true"] span.num {
	color: var(--gold);
}

.accordion_item a[aria-expanded="true"] span.plus_minus {
	position: relative;
	color: #ccc;
}

.accordion_item a[aria-expanded="true"] span.plus_minus:before {
	content: '-';
}

.accordion_item .collapse {
	border-left: 2px solid var(--std_color);
}





@media (max-width: 991px) {
	html {
		background-color: var(--std_color);
		overflow-x: hidden;
	}

	body {
		padding-top: 0;
	}

	.btn_show_mobile_menu {
		display: inline-block;
	}
	.close_mobile_menu {
		position: fixed;
		left: -999px;
		top: 0;
		height: 100%;
		width: calc(100% - 250px);
		background-color: rgba(0, 0, 0, 0.6);
		display: block;
		z-index: 8;
		transition: .3s;
		text-align: center;
		color: #fff;
		font-size: 120%;
		padding-top: 1em;
		cursor: pointer;
	}	

	ul.products li.product {
		width: 31% !important;
		margin: 0 1% 2em !important;
	}

	ul.products li.product.first {
		clear: none;
	}
	
	.page_offer_tabs_items_informer_2 .page_offer_tabs_items_informer_item {
		display: block;
		text-align: center;
	}
	.page_offer_tabs_items_informer_2 .page_offer_tabs_items_informer {
		margin-left: 0;
	}
	.page_offer_tabs_items_informer_2 .page_offer_tabs_items_informer_2 p {
		font-size: 80%;
	}
	.page_offer_tabs_items_informer_2 .page_offer_tabs_items_informer_2 p br {display: none;}

}

@media (max-width: 767px) {
	.container {
		overflow: hidden;
	}	

	section.shop_woocommerce_product_loop_start {
		display: block !important;
	}

	ul.products li.product {
		width: 100% !important;
	}

 ul.products li.product  {
		width: 48% !important;
	}
ul.products li.product.first {
    clear: none;
}
	h2.block_title span {
		padding: 0;
	}


	.page_offer_tabs_items_informer_2 .page_offer_tabs_items_informer_item {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		text-align: left;
	}
}

@media (max-width: 577px) {
	
 ul.products li.product  {
		width: 100% !important;
	}

	section#breadcrumbs h1.title_page {
		font-size: 25px;
	}
	.iteryermb_flex_center ul.products {flex-direction: column;}
}

/* otziv-2 */
.otz {
    margin-top: 2rem;
	margin-bottom: 2rem;
}
.otz .otz-box {
	padding: 40px 25px;
    background: #f6f6f6;
	height: 100%;
	margin: 0 20px;
	min-height: 400px;
}
.otz-top {
    color: #212121;
    font-size: 18px;
    line-height: 1.4;
	margin-bottom: 30px;
}
.block-otz {
    display: inline-block;
    padding: 15px 0 0 30px;
}
.otz img {
    display: inline-block;
	margin-top: .3rem;
}
.block-otz span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
}
.block-otz div {
    margin-top: 0.3rem;
    font-size: 14px;
    line-height: 1.4;
	color: #686868;
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}
.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 6px;
	font-size: 16px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* owl-sliders */
.owl-logos .product-thumb, .owl-logos a.product-thumb {
	height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #fff;
    padding: 0;
    border-radius: 2px;
}
.owl-logos .product-thumb .image-logos {
    position: relative;
    text-align: center;
    margin: 0 auto;
	padding: 15px;
}
.owl-logos .product-thumb .caption {
	height: 40px;
    background-color: #fcfcfc;
    padding: 10px;
    margin: 0;
    text-align: center;
    display: grid;
    border-top: 1px solid #f5f5f5;
}
.owl-logos .product-thumb h4 {
	color: #0078bf;
	font-size: 15px;
	line-height: 18px;
    margin-top: 0;
    font-weight: normal;
    overflow: hidden;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
}
.owl-carousel .owl-nav button {
	outline: 0;
	position: absolute;
	cursor: pointer;
    opacity: 0;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    transition: all .3s ease;
}
.owl-carousel .owl-nav .owl-prev {
    left: 0px !important;
	top: 45%;
}
.owl-carousel .owl-nav .owl-next {
    right: 0px !important;
	top: 45%;
}
.owl-carousel .owl-nav button i {
    font-size: 30px;
	margin: -20px 0 0;
}
.owl-carousel:hover .owl-nav button {
    opacity: 0.7;
}
.owl-carousel .owl-nav button i:hover {
	color: #0068a8;
}
@media screen and (max-width: 567px) {
	.owl-carousel .owl-item img {
		width: auto !important;
		margin: auto;
	}
}

.owl-dip .owl-item.center a.dip-link {
    display: block;
}
.owl-dip .owl-item .image-dip img {
	transition: all .2s;
    transform: scale(1);
	opacity: 1;
}
.owl-dip .owl-item:not(.center) .image-dip img {
    transform: scale(.9);
	opacity: .7;
}
.image-dip {
    padding-top: 4px;
    padding-bottom: 4px;
}
.image-dip img {
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
}

.objects-slider .owl-carousel .owl-item {
    transition: transform 0.4s ease;
    transform: scale(0.85);
    opacity: 0.7;
}
.objects-slider .owl-carousel .owl-item.center {
    transform: scale(1.25);
    opacity: 1;                     }
.objects-slider .owl-carousel .owl-stage-outer {
    overflow: visible; 
}
.objects-slider .owl-carousel .owl-next {
    width: 40px;
    height: 40px;
	top: 35%;
}
.objects-slider .owl-carousel .owl-prev {
    width: 40px;
    height: 40px;
    margin-left: 0;
	top: 35%;
}
.owl-prev span.slidebtn svg {
    transform: rotate(180deg);
}
.objects-slider .owl-carousel .owl-nav .owl-prev {
    left: 40px !important;
}
.objects-slider .owl-carousel .owl-nav .owl-next {
    right: 40px !important;
}
span.slidebtn {
	width: 40px;
    height: 40px;
	display: flex;
	align-items:center;
	justify-content: center;
	background-color: rgb(232, 232, 232);
    border-radius: 50%;
}
span.slidebtn svg {
	width: 20px;
    height: 20px;
}
.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 10px;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #c7c7c7;
  border-radius: 50%;
  display: block;
  transition: background 0.3s ease;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #222222;
}

/* woocommerce reviews */
.after-pro .woocommerce-tabs ul.tabs, ol.commentlist .comment_container img {display: none;}
.after-pro div#reviews {
    border: 1px solid #d3dbea;
    padding: 20px;
	background: #fff;
}
.after-pro ol.commentlist {
    padding: 0;
    margin: 0;
	list-style: none;
}
.after-pro h2.woocommerce-Reviews-title {
    font-size: 24px;
}
.after-pro time.woocommerce-review__published-date {
    color: #808080;
    font-size: 14px;
}
.after-pro .commentlist li.review {
    border-bottom: 1px solid #d7d8db;
    padding: 10px 0 0;
}
.after-pro .commentlist li.review .star-rating {
    margin-bottom: 10px;
}
.after-pro #review_form_wrapper {
    margin-top: 20px;
}
.after-pro span#reply-title {
    font-size: 20px;
    display: block;
    margin-bottom: 15px;
}
.after-pro .related {
    margin-top: 30px;
}
.slick-slide img {
    height: auto;
	    padding: 8%;
}
.prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_filter {
    margin-bottom: 0px!important;
}
.prdctfltr_wc .prdctfltr_filter {
 padding-bottom: 0px!important;
}
.h_filter {
	    font-size: 1.1rem;
    font-weight: 600;
}

.prdctfltr_wc_widget.prdctfltr_wc {
    background: #eef2f4;
    padding: 0px 15px;
    border: 1px solid rgba(0,0,0,.02);
	margin-bottom: 20px;
}
ul#menu-catalog_sidebar {
    background: #eef2f4;
    padding: 8% 5%;
}
.bellows .bellows-nav a.bellows-target {
    color: #222222;
    padding: 10px 20px 10px;
	position: relative;
}
.bellows .bellows-nav .bellows-submenu a.bellows-target {
    padding: 10px 30px 10px;
}
.bellows .bellows-nav a.bellows-target:before {
    content: '';
    position: absolute;
    left: 3px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 5px;
    height: 5px;
    background: #baa070;
}
.bellows .bellows-nav a.bellows-target:after {
    content: "";
    display: block;
    width: 70px;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgba(0,0,0,.1);
    position: absolute;
    left: -10px;
    bottom: 0;
}
.bellows .bellows-nav .bellows-menu-item:last-child a.bellows-target:after {
    display: none;
}
.widget-area .pf_rngstyle_thin .irs-bar {
	background: url(/wp-content/plugins/prdctfltr/includes/images/sprite-skin-thin.png) repeat-x;
	background-position: 0 -60px;
}
.widget-area .pf_rngstyle_thin .irs-from, .widget-area .pf_rngstyle_thin .irs-to, .widget-area .pf_rngstyle_thin .irs-single {background: #0078bf;}

/* new */
.titlemenu, .titlemenu a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
@media screen and (min-width: 768px) {
	.titlemenu {
		min-height: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.titlemenu, .titlemenu a {color: #333;}
}
.site-header .top-web {
	width: 100%;
	text-align: center;
	display: inline;
}
.tel-top {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 0;
}
.tel-top a, .tel-top a:hover {
    color: #000;
    text-decoration: none;
}
.tel-top a span {
    font-size: 0.8em;
    font-weight: normal;
}
.zakaz-top {
    margin-top: 2px;
}

.head-adr span {
    display: block;
}
.adr-top {
    font-size: 13px;
	line-height: 1.4;
}
.rezhim-top {
    font-size: 13px;
	line-height: 1.4;
}
.tel-top-info {
    font-size: 14px;
    margin-top: 3px;
}
a.newbtn {
    color: #333;
    background-color: #fff;
    border: 1px solid #fc0;
    display: inline-block;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 8px;
    transition: all .2s;
}
a.newbtn:hover {
    background-color: #fc0;
    color: #fff;
    text-decoration: none;
}
@media screen and (min-width: 992px) {
.site-header .top-web {
    font-size: 0.8rem;
    line-height: 1.2;
    align-self: center;
	text-align: left;
}
.site-header .top-web span {display: block;}
.head-adr {text-align: left;}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.tel-top {font-size: 1.6em;}
}

.owl-prev {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 40%;
    margin-left: 0;
    display: block !important;
    border:0px solid black;
}

.owl-next {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 40%;
    right: 0px;
    display: block !important;
    border:0px solid black;
}
.shop-slider .owl-carousel .owl-nav {
    opacity: 1;
	transition: all .3s;
}
.shop-slider:hover .owl-carousel .owl-nav {
    opacity: 1;
}
.slider_wrap {
	background: #f3f1f2;
}
.slider_wrap .owl-theme .owl-controls {
	margin-top: 0 !important;
}

.reviews__image {
    width: auto;
    padding: 0 15px;
}
.reviews__image img {
    width: 60px;
    min-width: 30px;
}
.reviews--clients .col-lg-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin-bottom: 15px;
}
.review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	border: 1px dashed;
    padding: 20px 10px;
	height: 100%;
	width: 100%;
}
.review p {
    margin-bottom: 0;
}
.reviews__title {
    font-weight: 700;
    margin-bottom: 10px;
}
@media only screen and (max-width:767px) {
	.review {display: block;}
	.reviews__image {margin-bottom: 15px;}
}

.col-rev-form {
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #e5e5e5;
    max-width: 600px;
    margin: 0 auto;
	text-align: center;
}
.section-revform.section-preset--bgc-10:before {
    z-index: -1;
}
.section-revform.section-preset--bgc-10 {
    background: #edefda;
    margin-top: 0;
    margin-bottom: 0;
	padding: 40px 0;
}
.col-rev-form .wpcf7-spinner {
    width: 100%;
}
.col-rev-form [type=submit] {
    display: inline-block;
    padding: 11px 20px;
    margin-bottom: 15px;
    cursor: pointer;
    margin-right: 7px;
    border: 0;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    background: #0078bf;
    color: #fff;
}

.service_center {
    padding: 24px 22px;
    border-radius: 18px;
    background: #f7f3ed;
    border: 1px solid rgba(35, 71, 44, .08);
	font-size: 14px;
}
.service_center ul {
    padding-left: 15px;
}
.service_center ul li::marker {
    color: #0078bf;
}

.feedback_block {
    padding-top: 60px;
    padding-bottom: 40px;
    background: url(/wp-content/uploads/2023/12/bg-2.jpg) no-repeat;
    background-size: cover;
	color: #fff;
}
.item_title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 5px;
}
.feedback_item_icon {
    margin-right: 10px;
}
.feedback_block_title {
    font-size: 35px;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.feedback_block_title span {
    font-weight: 700;
    color: #0078bf;
    display: block;
}
.feedback_block_title h2 {
    margin-bottom: 40px;
}
.feedback_item {
    margin-bottom: 40px;
}
.feadback_form {
    padding: 43px 38px 10px 38px;
    background: rgba(0,0,0,0.3);
    padding: 43px 38px 10px 38px;
}
.feadback_form .desc_form {
    margin: 20px 0 25px;
    font-size: 16px;
    font-weight: 600;
}
.feed_field {
    position: relative;
	margin-bottom: 34px;
}
.feed_field input, .feed_field textarea {
	font-size: 14px !important;
    font-weight: bold !important;
    display: block !important;
    border: none !important;
    border-bottom: 1px solid #9f9c9f !important;
    background: none !important;
    padding-bottom: 17px !important;
    color: #FFF !important;
    padding-right: 20px !important;
	outline: none !important;
}
.feed_field textarea {
    resize: none;
    height: 108px;
}
.feed_field input[type="text"]:focus, .feed_field input[type="email"]:focus, .feed_field textarea:focus {
	background-color: transparent !important;
}
.feed_field input::placeholder, .feed_field textarea::placeholder {
    color: #fff;
	transition: all .3s;
}
.feed_field input:focus::placeholder, .feed_field textarea:focus::placeholder {
    color: #b1b1b1;
}
.feed_name {
	background: url(/wp-content/uploads/2023/12/iconw_name.png) no-repeat scroll calc(100% - 3px) 10px transparent;
}
.feed_mail {
	background: url(/wp-content/uploads/2023/12/iconw_email.png) no-repeat scroll calc(100% - 3px) 10px transparent;
}
.feed_tema {
	background: url(/wp-content/uploads/2023/12/iconw_title.png) no-repeat scroll calc(100% - 3px) 10px transparent;
}
.feed_msg {
	background: url(/wp-content/uploads/2023/12/iconw_massenge.png) no-repeat scroll calc(100% - 3px) 10px transparent;
}
.feed_check span.wpcf7-list-item {
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
}
.feed_check span.wpcf7-list-item input[type="checkbox"] {
    float: left;
}
.feed_check span.wpcf7-list-item span.wpcf7-list-item-label {
    display: block;
    margin-left: 30px;
}
.feed_btn {
    margin-top: 1em;
    margin-bottom: 1em;
}
.feed_check {
    font-size: 14px;
}
.feed_btn input[type="submit"] {
    width: 100%;
    display: block;
    background: #ed1b2f;
    color: #FFF;
    font: bold 18px Helvetica;
    border: none;
    border-radius: 4px;
	text-transform: none;
    height: 60px;
    border-bottom: 3px solid #ca1325;
    cursor: pointer;
    padding-right: 28px;
    box-shadow: 12px 12px 35px rgba(155,0,0,0.44);
	outline: none;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.feed_btn input[type="submit"]:hover {
    box-shadow: 12px 12px 35px rgba(155,0,0,0.7);
}
@media only screen and (min-width: 768px) {
.feadback_block .mcb-section-inner {
	padding: 0 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.feedb-pr .icon_box.icon_position_left .image_wrapper {position: absolute;}
	.feedb-pr .icon_box.icon_position_left .desc_wrapper {text-align: left; padding-top: 10px;}
	.feadback_form { border: 5px solid #FFF; padding: 43px 15px 10px 15px; }
	.feed_btn input[type="submit"] {font: bold 14px Helvetica;background: #9d1f45;}
}
@media only screen and (max-width: 767px) {
	.feadback_block .title_block {font: 700 36px/44px Helvetica;}
	.feed_btn input[type="submit"] {font: bold 16px Helvetica;background: #9d1f45;}
}

.row_about h2 {
    margin-bottom: 25px;
}
.homeimg .homeimg-wrap {
    max-width: 395px;
}
.homeimg .homeimg-bg {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding-bottom: 128%;
    position: relative;
}
.homeimg .homeimg-bg:after {
    content: '';
    position: absolute;
    left: 20px;
    top: 20px;
    bottom: -20px;
    right: -20px;
    border: 3px solid #0078bf;
}

footer {
	display: inline-block;
	height: auto;
	width: 100%;
	background-color: #24392d;
	color: rgba(255,255,255,.78);
border-top: 1px solid rgba(255,255,255,.06);
}

footer a {
	color: rgba(255,255,255,.78);
	font-size: 1em;
}

footer a:hover {
	color: #fff;
}

.footer_title {
color: #f3eee7;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: 0px;
	font-size: 1.2em;
	text-transform: uppercase;
}

.footer_title:first-letter {
	font-size: 1.3em;
}


footer ul {
	list-style: none;
    padding-inline-start: 0px;
}


footer hr {
	border-color: rgba(255, 255, 255, 0.1);
}
footer li {
	position: relative;
	padding-left: 14px;
	margin-bottom: 12px;
}

footer li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;

	width: 4px;
	height: 4px;

	border-radius: 50%;

	background: #0068a8;
}
@media (max-width: 1200px) {

}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
	footer h4 {
		margin-top: 1em;
	}
}
@media (min-width: 768px) {
	.footer-2 ul#menu-footer-menyu-katalog {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
}

.page_one_header {
    width: 100%;
    position: relative;
    overflow: hidden;
    color: #fff;
    margin-bottom: 50px;
    background: #111;
}


.gal {
    clear: both;
    margin: 10px auto 10px;
	white-space: normal;
	font-size: 12px;
	line-height: 1.2;
}
.gal label {
	line-height: 1.3;
}
.gal.gal-400 {
    max-width: 400px;
}
.gal span.wpcf7-list-item {
    margin-left: 0;
}
.gal span.wpcf7-list-item-label {
    font-size: 12px;
	padding-left: 3px;
}
.gal span.wpcf7-list-item-label span {
	font-size: 12px;
	font-weight: 400;
}
a.pers {
    text-decoration: underline;
}
.gal span.wpcf7-form-control-wrap {
    width: auto;
}
.homeform .wpcf7-acceptance span.wpcf7-list-item-label {
    font-size: 12px;
    line-height: 1.3;
}
.gal input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin-bottom: 0;
	float: left;
	margin-right: 3px;
}
.gal input[type="checkbox"]:checked {
    background: #0078bf;
}

/* new */
.section-bm {
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
    background: #111;
}

/* animated background */
.section-bm::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image: url('/wp-content/uploads/2026/05/main2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    /* стартовое увеличение */
    transform: scale(1.08);

    /* плавное отдаление */
    animation: heroZoomOut 12s ease-out forwards;

    z-index: 0;
}

/* затемнение слева для текста */
.section-bm::after {
    content: "";
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.72) 0%,
            rgba(0,0,0,.55) 30%,
            rgba(0,0,0,.28) 58%,
            rgba(0,0,0,.08) 100%
        );

    z-index: 1;
}

@keyframes heroZoomOut {
    from {
        transform: scale(1.08);
    }
    to {
        transform: scale(1);
    }
}

/* контент поверх */
.bm-inner,
.bm-bottom {
    position: relative;
    z-index: 2;
}

.bm-top h1 {
    color: #fff;
    font-weight: 600;
    letter-spacing: .5px;
    padding-top: 60px;
    font-size: 50px;
    line-height: 1.1;
    margin: 0;
}
.bm-top h1::after {
    content: "";
    display: block;
    width: 82px;
    height: 2px;
    background: #0068a8;
    margin-top: 22px;
}
.bm-line {
    font-size: 18px;
    color: #fff;
    max-width: 430px;
    margin: 35px 0 40px;
    line-height: 1.6;
    opacity: .95;
}

.bm-buttons a {
    display: inline-block;
    padding: 12px 24px;
    background-color: transparent;
    border: 1px solid transparent;
    color: #fff;
    font-size: 16px;
    margin-right: 12px;
    border-radius: 8px;
    text-decoration: none;
    transition: all .3s ease;
}

.bm-buttons a.bm-buttons_one {
    background-color: #0078bf;
    border-color: #0078bf;
}

.bm-buttons a.bm-buttons_one:hover {
    background-color: #0068a8;
    border-color: #0068a8;
    transform: translateY(-2px);
}

.bm-buttons a.bm-buttons_two {
    border: 1px solid rgba(255,255,255,.75);
    margin-right: 0;
    backdrop-filter: blur(4px);
}

.bm-buttons a.bm-buttons_two:hover {
    background: rgba(255,255,255,.08);
    transform: translateY(-2px);
}

.bm-bottom {
    padding: 55px 0 50px;
}

.bm-bottom_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bm-bottom_list ul li {
    display: inline-flex;
    align-items: center;
    margin-right: 35px;
}

.bm-bottom_list ul li:last-child {
    margin-right: 0;
}

.bm-bottom_list ul li img {
    height: 30px;
    vertical-align: middle;
    opacity: .95;
}

.bm-bottom_list ul li span {
    color: #fff;
    font-size: 15px;
    margin-left: 12px;
    opacity: .92;
}

/* mobile */
@media (max-width: 767px) {

    .section-bm::after {
        background:
            linear-gradient(
                180deg,
                rgba(0,0,0,.72) 0%,
                rgba(0,0,0,.45) 45%,
                rgba(0,0,0,.22) 100%
            );
    }

    .logo-img {
        margin: 0 auto;
    }

    .bm-top h1 {
        font-size: 34px;
        line-height: 1.15;
        padding-top: 45px;
    }

    .bm-line {
        font-size: 15px;
        margin: 25px 0 30px;
    }

    .bm-buttons a {
        font-size: 14px;
        padding: 10px 18px;
        margin-bottom: 10px;
    }

    .bm-bottom {
        padding: 40px 0;
    }

    .bm-bottom_list ul li {
        display: flex;
        margin-bottom: 14px;
        margin-right: 0;
    }

    .bm-bottom_list ul li span {
        font-size: 14px;
    }
}
.rev-col {
    background-color: #f9f9f9;
    padding: 15px;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    border-radius: 10px;
}
.rev-col-img svg, .rev-col-img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.rev-col-top {
    display: flex;
	align-items: center;
}
.rev-col-inner {
    padding-left: 10px;
}
.rev-col-date {
    font-size: 12px;
}
.rev-col-name {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 5px;
}
.rev-col-text {
    margin-top: 15px;
}

.how-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
	gap: 20px;
    position: relative;
}
.how-item {
    flex: 1;
    height: 100%;
    width: 25%;
}
.help-step {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    height: 100%;
    margin-top: 38px;
    position: relative;
}
.help-step .step-number {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 100%;
    display: inline-flex;
    height: 76px;
    left: 50%;
    place-items: center center;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    width: 76px;
}
.help-step .step-number span {
    color:#0078bf;
    font-size: 32px;
    font-weight: 500;
    line-height: 39px;
    margin: auto;
}
.help-step .step-body {
    align-items: center;
    display: flex;
    flex-direction: column;
    min-height: 375px;
    padding: 0 24px 24px;
}
.help-step .step-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 54px;
    text-align: center;
}
.help-step .step-icon {
    height: 64px;
    margin-top: 16px;
    width: 75px;
}
.help-step .step-description {
    font-size: 14px;
    line-height: 20px;
    margin-top: 22px;
    text-align: center;
}
.help-step .how_btn {
    width: 100%;
    text-align: center;
	margin-top: 20px;
	bottom: 0;
    position: absolute;
    margin: 20px;
    box-sizing: border-box;
    padding: 0 20px;
}
.help-step a.how--btn {
	box-sizing: border-box;
	width: 100%;
    border-radius: 50px;
    display: block;
    line-height: 24px;
    max-width: 100%;
    transition: .2s;
    -webkit-tap-highlight-color: transparent;
	background-color: #0078bf;
    border-color: #0078bf;
    color: #fff;
	font-weight: 500;
	padding: 15px 28px;
}
.help-step a.how--btn {
	text-decoration: none;
}
@media (min-width:576px) and (max-width:992px){
	.how-wrapper {
		flex-wrap: wrap;
		gap:0;
	}
	.how-item {
		width: 50%;
		flex: 0 0 50%;
	}
}
@media (max-width:575px){
	.how-wrapper {
		flex-wrap: wrap;
	}
	.how-item {
		width: 100%;
	}
}

@media (min-width:1200px){
	.shop-slider-title {
		min-height: 68px;
	}
}
.shop-slider-item {
    margin: 30px 0;
}
.shop-slider-item .product-inner {
    display: block;
	border: 1px solid #ededed;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    transition: all .3s;
    padding: 25px 20px;
    text-align: center;
}
.shop-slider-item .product-inner:hover {
	box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.16);
}
.shop-slider-price {
    font-size: 18px;
    margin: 10px 0;
	color: #333;
}
.shop-slider-title {
	margin-top: 10px;
    font-size: 16px;
    color: #333;
}
.shop-slider-cart a {
    display: inline-block;
    background: #0078bf;
    color: #fff;
    border-radius: 12px;
    padding: 5px 25px;
    margin-top: 12px;
}
.owl-carousel .owl-item .shop-slider-img img {
    max-height: 250px;
    width: auto;
    margin: 0 auto;
}

.products .product_col {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
a.woocommerce-loop-product__link {
    height: 250px;
    display: block;
}
.test11-loop-image-wrap {
	position: relative;
}
a.woocommerce-loop-product__link img {
    height: auto;
    width: auto;
    margin: 0 auto;
    max-height: 250px;
    display: block;
}
.product_col .product {
	position: relative;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
}
.products-title {
    font-size: 14px;
    min-height: 60px;
}
.products-button {
    display: block;
	margin-top: 5px;
}
.product-price span.woocommerce-Price-amount {
    font-size: 18px;
    font-weight: 600;
}
.product-price ins {
	text-decoration: none;
}
.product-price ins .woocommerce-Price-amount {
	text-decoration: none;
}
.product-stock {
	margin-top: 8px;
	font-size: 14px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 6px;
}
.product-stock--in {
	color: #23833a;
}
.product-stock--in::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #23833a;
	flex: 0 0 8px;
}
.products-cart {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 10px;
}
.product-loop-stepper {
	display: inline-grid;
	grid-template-columns: 34px 42px 34px;
	height: 36px;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
}
.product-loop-stepper__button {
	width: 34px;
	height: 34px;
	border: 0;
	background: #fff;
	color: #333;
	font-size: 18px;
	line-height: 1;
	padding: 0;
	box-shadow: none;
	cursor: pointer;
}
.product-loop-stepper__button:hover,
.product-loop-stepper__button:focus {
	background: #f5f5f5;
	color: #0078bf;
}
.products-cart .product-loop-qty {
	width: 42px;
	height: 34px;
	margin: 0;
	padding: 0;
	text-align: center;
	border: 0;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	-moz-appearance: textfield;
}
.products-cart .product-loop-qty::-webkit-outer-spin-button,
.products-cart .product-loop-qty::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}
.products-cart a {
	font-size: 16px;
    display: inline-flex;
	align-items: center;
	justify-content: center;
    padding: 7px 12px;
	min-width: 42px;
	height: 36px;
    color: #fff;
    background: #0078bf;
    border-radius: 5px;
	transition: all .3s;
}
.add_to_cart_and_consultation button, .products-cart a {
	transition: all .3s;
	color: #fff;
}
.add_to_cart_and_consultation button:hover {
    background: #0068a8;
	color: #fff;
	transform: translateY(-2px);
}
.products-cart a:hover {
    background: #0068a8;
	transform: translateY(-2px);
}
.products-cart a.added_to_cart {
    display: none !important;
}

	.test11-cart-toast {
		position: fixed;
	top: 24px;
	right: 24px;
	z-index: 99999;
	display: grid;
	grid-template-columns: 72px 1fr;
	gap: 14px;
	width: min(420px, calc(100vw - 32px));
	min-height: 96px;
	padding: 14px 42px 14px 14px;
	background: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 8px;
	box-shadow: 0 12px 34px rgba(0, 0, 0, .16);
	opacity: 0;
	visibility: hidden;
		transform: translateY(-10px);
		transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
		cursor: pointer;
	}
.test11-cart-toast.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
	.test11-cart-toast__close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 28px;
	height: 28px;
	padding: 0;
	background: transparent;
	color: #333;
	font-size: 24px;
	line-height: 28px;
		text-align: center;
		border: 0;
		cursor: pointer;
	}
.test11-cart-toast__image img {
	width: 72px;
	height: 72px;
	object-fit: contain;
}
	.test11-cart-toast__text {
		align-self: center;
		color: #222;
		font-size: 15px;
		line-height: 1.4;
	}
	.test11-cart-toast__text strong,
	.test11-cart-toast__text span {
		display: block;
	}
		.test11-cart-toast__text strong {
			font-weight: 700;
		}

	.test11-cart-toast--wishlist {
		grid-template-columns: 1fr;
		min-height: 72px;
	}

	.test11-cart-toast--wishlist .test11-cart-toast__image {
		display: none;
	}

	.section-solut {
	margin-bottom: 65px;
}

.section-solut h2 {



	margin-bottom: 20px;
}

.col-solut-all {
	display: flex;
	align-items: center;
	padding-right: 15px;
}



.solut-all svg {
	width: 17px;
	height: 17px;

	transition: transform .25s ease;
}

.solut-all a:hover svg {
	transform: translateX(3px);
}

.shop-solut {
	row-gap: 20px;
}

a.solut-item {
	position: relative;

	display: flex;
	align-items: flex-end;

	height: 170px;

	overflow: hidden;

	border-radius: 14px;

	background-size: cover;
	background-position: center;

	box-shadow:
		0 8px 24px rgba(0,0,0,.06);

	transition:
		transform .3s ease,
		box-shadow .3s ease;
}

a.solut-item::before {
	content: '';

	position: absolute;
	inset: 0;

	background:
		linear-gradient(
			180deg,
			rgba(0,0,0,.04) 0%,
			rgba(0,0,0,.36) 100%
		);

	z-index: 1;

	transition: background .3s ease;
}

a.solut-item::after {
	content: '';

	position: absolute;
	inset: 0;

	background-image: inherit;
	background-size: cover;
	background-position: center;

	transform: scale(1);

	transition: transform .55s ease;

	z-index: 0;
}

a.solut-item:hover {
	transform: translateY(-4px);

	box-shadow:
		0 14px 30px rgba(0,0,0,.1);

	text-decoration: none;
}

a.solut-item:hover::after {
	transform: scale(1.05);
}

.solut-item_wrap {
	position: relative;
	z-index: 2;

	display: flex;
	align-items: flex-end;
	justify-content: space-between;

	width: 100%;

	padding: 18px;
}

.solut-item_title {
	color: #fff;

	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;

	max-width: 105px;

	text-shadow:
		0 2px 6px rgba(0,0,0,.16);
}

.solut-item_arrow {
	width: 28px;
	height: 28px;

	border:
		1px solid rgba(255,255,255,.72);

	border-radius: 50%;

	display: flex;
	align-items: center;
	justify-content: center;

	background:
		rgba(255,255,255,.06);

	backdrop-filter: blur(3px);

	transition:
		transform .25s ease,
		background .25s ease,
		border-color .25s ease;
}

.solut-item_arrow svg {
	width: 15px;
	height: 15px;

	stroke: #fff;

	transition: transform .25s ease;
}

a.solut-item:hover .solut-item_arrow {
	transform: translateX(2px);

	background:
		rgba(255,255,255,.14);

	border-color: rgba(255,255,255,.95);
}

@media (max-width: 767px) {

	.section-solut {
		margin-bottom: 50px;
	}

	.section-solut h2 {
		font-size: 30px;
		margin-bottom: 18px;
	}

	.col-solut-all {
		margin-bottom: 16px;
	}

	a.solut-item {
		height: 165px;
	}

	.solut-item_wrap {
		padding: 16px;
	}

}
.row-images a {
    display: block;
    border: 1px solid #ddd;
	min-height: 430px;
}
.row-images a br {
    display: none;
}
.sert-info {
    font-size: 14px;
}
.row-images > div {
    margin-bottom: 15px;
}
.section-preim {
    margin-bottom: 40px;
}
.preim--bgr {
	background: #eceeeb;
	border-radius: 12px;
}
.preim_div {
    align-items: center;
    padding: 15px 10px;
}
.preim_image {
	margin-right: 15px;
}
.preim_image img {
    max-width: 60px;
	max-height: 40px;
}
.preim_title {
    font-size: 14px;
    font-weight: 400;
}
.preim_text {
	font-size: 12px;
    margin-top: 5px;
	color: #545454;
}
@media (max-width:767px) {
	
}
.section-categories {
	margin-bottom: 50px;
}

.section-categories .row {
	row-gap: 28px;
}

.cat-card {
	position: relative;
	display: block;

	overflow: hidden;

	min-height: 330px;

	border-radius: 20px;

	background: #f7f2eb;

	box-shadow:
		0 8px 24px rgba(0,0,0,.07);

	transition:
		transform .35s ease,
		box-shadow .35s ease;

	text-decoration: none;
}

.cat-card:hover {
	transform: translateY(-4px);

	box-shadow:
		0 18px 38px rgba(0,0,0,.14);

	text-decoration: none;
}

.cat-bg {
	position: absolute;
	inset: 0;

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	transition:
		transform .7s ease,
		filter .7s ease;

	z-index: 1;
}

.cat-card:hover .cat-bg {
	transform: scale(1.045);

	filter:
		brightness(1.03)
		contrast(1.03);
}

/* лёгкий overlay */
.cat-card::after {
	content: "";

	position: absolute;
	inset: 0;

	background:
		linear-gradient(
			180deg,
			rgba(255,255,255,.05) 0%,
			rgba(255,255,255,0) 100%
		);

	z-index: 1;
}

.cat-content {
	position: relative;
	z-index: 2;

	display: flex;
	flex-direction: column;
	align-items: center;

	padding:
		26px
		16px
		20px;

	text-align: center;
}

.cat-icon {
	width: 42px;
	height: 42px;

	display: flex;
	align-items: center;
	justify-content: center;

	margin-bottom: 18px;

	transition: transform .35s ease;
}

.cat-card:hover .cat-icon {
	transform: translateY(-5px);
}

.cat-icon img {
	width: 42px;
	height: 42px;

	object-fit: contain;

	display: block;
}

.cat-title {
	color: #333;

	font-size: 20px;
	font-weight: 400;

	line-height: 1.18;

	letter-spacing: .1px;
}

/* tablet */
@media (max-width: 991px) {

	.cat-card {
		min-height: 320px;
	}

}

/* mobile */
@media (max-width: 576px) {

	.section-categories {
		margin-bottom: 50px;
	}

	.section-categories .row {
		row-gap: 18px;
	}

	.cat-card {
		min-height: 270px;

		border-radius: 16px;
	}

	.cat-content {
		padding-top: 22px;
	}

	.cat-icon,
	.cat-icon img {
		width: 38px;
		height: 38px;
	}

	.cat-title {
		font-size: 18px;
	}

}
.section-uslov {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;

	background-image: url('/wp-content/uploads/2026/05/bg-uslovie.jpg');
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
}

.section-uslov::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		rgba(255,255,255,1) 0%,
		rgba(255,255,255,.98) 34%,
		rgba(255,255,255,.82) 55%,
		rgba(255,255,255,.25) 78%,
		rgba(255,255,255,0) 100%
	);
	z-index: 1;
}

.section-uslov .container {
	position: relative;
	z-index: 2;
}

.uslov {
	padding: 70px 0;
	max-width: 520px;
}

.uslov h2 {
	color: #333;
	font-size: 38px;
	line-height: 1.15;
	font-weight: 600;
	margin-bottom: 28px;
}
.uslov h2::after {
    content: "";
    display: block;
    width: 82px;
    height: 2px;
    background: #0068a8;
    margin-top: 22px;
}
.uslov ul {
	padding-left: 18px;
	margin: 0 0 24px;
}

.uslov ul li {
	color: #0078bf;
	margin-bottom: 15px;
	line-height: 1.6;
}

.uslov ul li span {
	color: #333;
	font-size: 16px;
}


@media (max-width: 767px) {
	.section-uslov::before {
		background: rgba(255,255,255,.92);
	}

	.uslov {
		padding: 50px 0;
	}

	.uslov h2 {
		font-size: 30px;
	}
}
.seo-info-section {
	margin-top: 50px;
	margin-bottom: 80px;
}

.seo-toggle {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.seo-content {
	position: relative;
	max-height: 470px;
	overflow: hidden;
	color: #333;
	line-height: 1.75;
}

.seo-content::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 110px;
	background: linear-gradient(
		180deg,
		rgba(255,255,255,0) 0%,
		#fff 85%
	);
}

.seo-toggle:checked ~ .row .seo-content {
	max-height: 3000px;
}

.seo-toggle:checked ~ .row .seo-content::after {
	opacity: 0;
}

.seo-content h1 {
	color: #0078bf;
	font-size: 38px;
	font-weight: 600;
	line-height: 1.15;
	margin-bottom: 28px;
}

.seo-content h2 {
	color: #333;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.25;
	margin: 42px 0 22px;
}

.seo-content h2::after {
	content: "";
	display: block;
	width: 54px;
	height: 2px;
	background: #fff;
	margin-top: 14px;
}

.seo-content p {
	font-size: 16px;
	margin-bottom: 18px;
}

.seo-list {
	padding-left: 18px;
	margin: 0;
}

.seo-list li {
	margin-bottom: 14px;
	color: #333;
	font-size: 16px;
	line-height: 1.7;
}

.seo-list li::marker {
	color: #0068a8;
}

.seo-list strong {
	color: #333;
	font-weight: 600;
}



.seo-more-btn {
	display: inline-block;
	cursor: pointer;
	transition: all .25s ease;
}





.seo-more-close {
	display: none;
}

.seo-toggle:checked ~ .row .seo-more-open {
	display: none;
}

.seo-toggle:checked ~ .row .seo-more-close {
	display: inline;
	
}

.fuji-stats {
	position: relative;
	overflow: hidden;
	min-height: 430px;
	padding: 42px 44px;
	border-radius: 24px;
	background-image: url('/wp-content/uploads/2026/05/fuji-stats-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0 14px 38px rgba(0,0,0,.08);
}

.fuji-stats h3 {
	color: #333;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 42px;
}

.fuji-stats h3::after {
	content: "";
	display: block;
	width: 58px;
	height: 2px;
	background: #0068a8;
	margin-top: 16px;
}

.fuji-stats-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 34px 38px;
}

.fuji-stat {
	text-align: center;
}

.fuji-stat-icon {
	width: 54px;
	height: 54px;
	margin: 0 auto 14px;
}

.fuji-stat-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.fuji-stat-number {
	color: #333;
	font-size: 46px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 10px;
}

.fuji-stat-label {
	color: #333;
	font-size: 16px;
	line-height: 1.35;
}

@media (max-width: 991px) {
	.fuji-stats {
		margin-top: 35px;
		min-height: 400px;
	}
}

@media (max-width: 767px) {
	.seo-info-section {
		margin-bottom: 55px;
	}

	.seo-content {
		max-height: 360px;
	}

	.seo-content h1 {
		font-size: 30px;
	}

	.seo-content h2 {
		font-size: 23px;
	}

	.fuji-stats {
		padding: 32px 24px;
		border-radius: 20px;
	}

	.fuji-stats h3 {
		font-size: 24px;
	}

	.fuji-stat-number {
		font-size: 38px;
	}

	.fuji-stat-label {
		font-size: 14px;
	}
}

.section-opt {
	margin-bottom: 70px;
}

.opt-banner {
	position: relative;
	overflow: hidden;
	min-height: 380px;
	border-radius: 24px;

	background-image: url('/wp-content/uploads/2026/05/opt-banner.jpg');
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;

	box-shadow: 0 14px 38px rgba(0,0,0,.08);
}

.opt-content {
	position: relative;
	z-index: 2;
	max-width: 520px;
	padding: 58px 60px;
}

.opt-content h2 {
	color: #333;
	font-size: 38px;
	font-weight: 600;
	line-height: 1.12;
	margin: 0 0 24px;
}

.opt-content h2::after {
	content: "";
	display: block;
	width: 82px;
	height: 2px;
	background: #0068a8;
	margin-top: 22px;
}

.opt-content p {
	color: #333;
	font-size: 17px;
	line-height: 1.6;
	margin: 0 0 32px;
}

.opt-list {
	display: flex;
	gap: 28px;
	margin-bottom: 34px;
}

.opt-list-item {
	position: relative;
	text-align: center;
	color: #333;
	font-size: 15px;
	line-height: 1.35;
}

.opt-list-item:not(:last-child)::after {
	content: "";
	position: absolute;
	right: -14px;
	top: 8px;
	width: 1px;
	height: 62px;
	background: rgba(35,71,44,.16);
}

.opt-icon {
	width: 58px;
	height: 58px;
	margin: 0 auto 10px;
	border-radius: 50%;
	background: rgba(247,242,235,.8);
	display: flex;
	align-items: center;
	justify-content: center;
}

.opt-icon img {
	width: 30px;
	height: 30px;
	object-fit: contain;
	display: block;
}

.opt-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	min-width: 265px;
	padding: 15px 26px;
	border-radius: 10px;
	background: #0078bf;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	transition: all .25s ease;
}

.opt-btn:hover {
	background: #0068a8;
	color: #fff;
	text-decoration: none;
	transform: translateY(-2px);
}

.opt-btn span {
	font-size: 24px;
	line-height: 1;
}

@media (max-width: 991px) {
	.opt-banner {
		background-position: center right;
	}

	.opt-content {
		max-width: 480px;
		padding: 46px 38px;
	}
}

@media (max-width: 767px) {
	.section-opt {
		margin-bottom: 50px;
	}

	.opt-banner {
		min-height: auto;
		border-radius: 20px;
		background-position: center right;
	}

	.opt-banner::before {
		content: "";
		position: absolute;
		inset: 0;
		background: rgba(255,255,255,.72);
		z-index: 1;
	}

	.opt-content {
		padding: 36px 24px;
	}

	.opt-content h2 {
		font-size: 28px;
	}

	.opt-content p {
		font-size: 15px;
	}

	.opt-list {
		flex-direction: column;
		gap: 18px;
		align-items: flex-start;
	}

	.opt-list-item {
		display: flex;
		align-items: center;
		text-align: left;
		gap: 12px;
	}

	.opt-list-item:not(:last-child)::after {
		display: none;
	}

	.opt-icon {
		margin: 0;
		width: 48px;
		height: 48px;
	}

	.opt-btn {
		width: 100%;
		min-width: 0;
	}
}
.catalog-sidebar {
	margin-bottom: 30px;
}

.catalog-sidebar-box {
	padding: 24px 22px;
	border-radius: 18px;
	background: #f7f3ed;
	border: 1px solid rgba(35,71,44,.08);
}

.catalog-sidebar-box h3 {
	color: #0078bf;
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 20px;
}

.catalog-sidebar-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.catalog-sidebar-menu li {
	position: relative;
	padding-left: 14px;
	margin-bottom: 13px;
}

.catalog-sidebar-menu li:last-child {
	margin-bottom: 0;
}

.catalog-sidebar-menu li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #0068a8;
}

.catalog-sidebar-menu a {
	color: #333;
	font-size: 15px;
	line-height: 1.35;
	text-decoration: none;
	transition: color .25s ease;
}

.catalog-sidebar-menu a:hover {
	color: #0078bf;
	text-decoration: none;
}
.post-thumbnail img {
	height: auto;
}
.post ul {
    padding-left: 20px;
}
.archive-item-img img {
    height: auto;
	border-radius: 10px;
	min-height: 220px;
    object-fit: cover;
}
.archive-item h3 {
    font-size: 20px;
    margin-top: 15px;
}
@media (min-width: 768px) {
	.post-thumbnail {
		float: left;
		padding-right: 25px;
		padding-bottom: 20px;
	}
	.post-thumbnail img {
		max-width: 500px;
		height: auto;
	}
	.post ul {
		list-style-position: inside;
	}
}
@media (max-width: 767px) {
	.post-thumbnail {
		padding-bottom: 20px;
	}
	footer.pb-2 {
		padding-top: 30px !important;
	}
}

.return_title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 20px;
}
.return_item label {
    font-size: 14px;
}
.return_item input, .return_item textarea {
    border-color: rgba(35, 71, 44, .3);
}

.contacts-page {
    padding-top: 50px;
}

.page-template-page-contacts .page_one_header.mb-5 {
    margin-bottom: 0 !important;
}

/* НЕ ТРОГАЕМ глобальный .container */

.contacts-grid {
    display: grid;
    grid-template-columns: 1fr 1.7fr;
    gap: 48px;
    align-items: stretch;
}

.contacts-info {
    padding: 40px;
    border: 1px solid #e8e6e1;
    border-radius: 4px;
    background: #f6f4f1;
}

.contacts-form {
    padding: 40px;
    border: 1px solid #e8e6e1;
    border-radius: 4px;
    background: #fff;
}

.contacts-info h2,
.contacts-form h2,
.requisites h2 {
    margin: 0 0 28px;
    font-size: 28px;
    font-weight: 400;
    color: #1d1d1d;
}

.contact-item {
    margin-bottom: 28px;
    padding-left: 50px;
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: -10px -10px;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-item strong {
    display: block;
    margin-bottom: 7px;
    color: #1d1d1d;
}

.contact-item p {
    margin: 0;
    line-height: 1.6;
    color: #333;
}

.contact-item a {
    color: #1f3f2d;
    text-decoration: none;
}

.contacts-map {
    margin-top: 60px;
    width: 100%;
    min-height: 400px;
    background: #f3f3f3;
}

/* ===== РЕКВИЗИТЫ ===== */

.requisites-section {
    position: relative;
    background: #faf9f7;
    overflow: hidden;
    margin-top: 0px;
}

.requisites-section::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;

    width: 900px;
    height: 550px;

    background-image: url('/wp-content/uploads/2026/06/rekvizit1.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;

    opacity: .18;

    pointer-events: none;
}

.requisites {
    position: relative;
    z-index: 2;
    padding: 80px 0;
}

.requisites p {
    margin: 0 0 12px;
    line-height: 1.7;
    color: #222;
}

.requisites strong {
    color: #1d1d1d;
}

/* ===== MOBILE ===== */

@media (max-width: 991px) {

    .contacts-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .contacts-map {
        min-height: 300px;
        margin-top: 40px;
    }

    .contacts-info,
    .contacts-form {
        padding: 30px;
    }

    .requisites {
        padding: 60px 0;
    }

    .requisites-section::after {
        width: 450px;
        height: 280px;
        opacity: .12;
    }
}
button#place_order, input[type="submit"] {
	transition: all .3s;
}
button#place_order:hover, input[type="submit"]:hover {
    background: #0068a8;
	transform: translateY(-2px);
}
ul.products.grid.col-4 {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
}
ul.products li.product img {
    margin: 0 auto;
}
.product_meta {
    font-size: .9em;
}
.product_meta a {
    color: #6d87a2;
}
span.sku_wrapper {
    display: block;
}	
.descr {
margin-top: 40px;
display: block;
}
.descr table
{
	width: 100%;
}
.descr table th {
	background: #ccc;
}
.descr table th, .descr table td {
	text-align: left;
	border: none;
	padding: 10px;
}
.descr table tr td:nth-child(2n) {
	text-align: left;
}
.consultation_btn {
	margin-left: 15px;
	vertical-align: middle;
	margin-bottom: 0;
	padding: 7px 10px;
	background-color: #fff;
	border: 2px solid #D5D5D5;
	color: #404040;
	font-weight: 600;
	border-radius: 5px;
}
.consultation_btn:hover {
	background-color: #dfdcde;
	text-decoration: none;
	color: #404040;
}
.content_single_product {
	margin: .5em 0;
}

.content_single_product a {
	color: #000;
}
.content_single_product_tabs p.title_table_1 {
	font-family: 'Playfair Display SC', serif;
	text-transform: uppercase;
	font-size: 1.08em;
	font-weight: normal;
}

.content_single_product_tabs .nav-tabs .nav-link.active,
.content_single_product_tabs .nav-tabs .nav-item.show .nav-link,
.content_single_product_tabs .nav-tabs .nav-link:hover,
.content_single_product_tabs .nav-tabs .nav-link:focus {
	border-bottom: 2px solid var(--gold);
	border-right: none;
	border-left: none;
	border-top: none;
	color: var(--gold);
}

.content_single_product_tabs .nav-tabs li {
	margin-right: 1em;
}

.content_single_product_tabs .nav-tabs li a {
	color: #444;
	font-weight: bold;
	border-bottom: 2px solid transparent;
		border-right: none;
	border-left: none;
	border-top: none;
}

.content_single_product_tabs .tab-pane {
	padding: .5em .7em;
}

.title_page	{
	font-size: 35px;
    line-height: 55px;
    font-weight: 500;
    letter-spacing: 0px;
	color: #ffffff;
	font-family: 'Playfair Display SC', serif;
	margin-bottom:10px;
	}
	
.h2_product {
	font-size: 125%;
	margin-top: 2em;
	text-transform: uppercase;
}
a.woocommerce-review-link {
    margin: 0 0 0 10px;
    font-size: 14px;
}
.price_and_installment {
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.price_and_installment p.price {
	font-size: 1.8em;
}

.price_and_installment .installment {
	margin-left: auto;
	line-height: 1.7;
}

.price_and_installment .installment span:nth-child(1) {
	padding: 5px 1vw;
	border: 2px solid #DC99A0;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 600;
}

.price_and_installment .installment span:nth-child(2) {
	padding: 3px 7px;
	margin-left: .5em;
	border-radius: 100%;
	background-color: #999;
	color: #fff;
}

.add_to_cart_and_consultation form {
	display: flex;
}

.add_to_cart_and_consultation .quantity {
	width: 75px;
	margin-right: 4px;
}

.add_to_cart_and_consultation .quantity label {
	display: none;
}

.add_to_cart_and_consultation .quantity input {
	padding: 10px;
	margin-bottom: 0;
	width: 100%;
}

.add_to_cart_and_consultation button {
	font-size: 1.03em;
	padding: 10px 15px;
	margin: 0;
	border-radius: 5px;
}

.add_to_cart_and_consultation button.consultation_btn {
	background-color: transparent;
	color: #000;
	border: 2px solid #ccc;
	font-size: .95em;
	margin-left: auto;
	font-weight: bold;
}

.page_product_calculate {
	display: flex;
	margin: .5em 0;
}

.page_product_calculate i {
	margin-right: 2%;
}

.page_product_calculate i:before {
	content: '';
	background-position: -510px -1px;
	background-position: -995px 0;
	width: 70px;
	height: 58px;
	display: inline-block;
	margin: 0 auto;
}

.page_product_calculate a {
	color: var(--gold);
	font-weight: bold;
}



section.related ul.products li.product {
	width: 31% !important;
	margin: 0 1%;
}

.content_single_product_metall_btn button {
	background-color: transparent;
	padding: 0;
	width: 45px;
}
@media (max-width: 1200px) {
	.price_and_installment p.price {
		font-size: 165%;
	}
}
@media (max-width: 992px) {
	.price_and_installment.d-flex,
  .add_to_cart_and_consultation.d-flex {
		display: block !important;
	}

	.add_to_cart_and_consultation .quantity {
		width: 45%;
		margin-right: 5%;
		margin-top: .4em;
	}

	.single_add_to_cart_button.button.alt {
		width: 50%;
		background-color: var(--std_color);
		margin-top: .4em;
	}

	.add_to_cart_and_consultation button.consultation_btn {
		width: 100%;
		margin-top: .6em;
	}
	.nav-link {padding: 0.5rem .2em;}
}

@media (max-width: 767px) {
	
	.add_to_cart_and_consultation form {
		width: 50%;
	}

	.price_and_installment.d-flex,
    .add_to_cart_and_consultation.d-flex {
		display: -webkit-flex !important;
		display: -moz-flex !important;
		display: -ms-flex !important;
		display: -o-flex !important;
		display: flex !important;
	}

	.add_to_cart_and_consultation button.consultation_btn {
		width: auto;
		margin-top: 0;
	}
	.product-full-description {
		margin-top: 20px;
	}
	a.consultation_btn {
		margin-left: 0;
		margin-top: 15px;
		display: block;
		text-align: center;
	}
}
@media (max-width: 577px) {
  .price_and_installment.d-flex,
  .add_to_cart_and_consultation.d-flex {
  	display: block !important;
  }
  .add_to_cart_and_consultation form {
		width: 100%;
		margin-bottom: .4em;
	}
		.content_single_product_tabs .nav-tabs li {
		width: 100%;
		text-align: center;
	}

	.content_single_product_tabs .nav-tabs li {
		margin-right: 0;
	}

	.d-flex.content_single_product_metall_btn {
		flex-wrap: wrap;
	}

	.content_single_product_metall_btn button {
		width: 20%;
	}
}
@media (max-width: 430px) {
	section.related ul.products li.product {width: 100% !important;}
	section.related ul.products li.product img {margin: 0 auto;}
}

.woocommerce-product-gallery {
    position: relative !important;
}
.summary.entry-summary > .single_product_div {
	display: none !important;
}
.woocommerce ul.products li.product {
	position: relative;
}
.test11-wishlist-icon-wrap {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 20;
	line-height: 1;
}
.test11-wishlist-icon-wrap--single {
	top: 15px;
	right: 15px;
}
.test11-wishlist-icon-button {
	display: block !important;
	width: 37px !important;
	height: 37px !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}
.test11-wishlist-icon-image {
	width: 37px !important;
	height: 37px !important;
	box-sizing: border-box;
	padding: 10px !important;
	margin: 0 !important;
	display: block !important;
	object-fit: contain;
	background: rgba(255, 255, 255, 0.95) !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
	cursor: pointer;
}

/* new */
.video__table {
    display: table;
    position: relative;
    width: 100%;
    height: 540px;
    background-color: #000;
    vertical-align: middle;
    overflow: hidden;
	max-width:960px;
	margin: 0 auto;
}
.video__cell {
    display: table-cell;
    width: 100%;
    height: 100%;
	vertical-align: top;
}
.video__bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    inset: 0;
}
.video__overlay {
    position: absolute;
    inset: 0;
}
.video__play-icon {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 100%;
    outline-offset: 5px;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    cursor: pointer;
}
.video__play-icon_xxl .t347__play-icon {
    -moz-transform: scale(2.2);
    -ms-transform: scale(2.2);
    -webkit-transform: scale(2.2);
    -o-transform: scale(2.2);
    transform: scale(2.2);
}
.video__play-link {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.video__wrap-content {
    position: relative;
    padding: 38px 43px;
}
.video__content {
    max-width: 560px;
    width: 100%;
	margin-left: 0;
    margin-right: auto;
}
.video__wrap-video {
    display: none;
    position: absolute;
    inset: 0;
    background: #000;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    opacity: 1;
    z-index: 99;
}

.service-section {
    margin-bottom: 40px;
}

/* quiz */
.calculator-modal .modal-dialog{
    max-width:1000px;
}
.calculator-modal .modal-content{
    border:none;
    border-radius:12px;
    padding:35px 45px;
    /*min-height:650px;*/
    position:relative;
}
.calc-close{
    position:absolute;
    right:25px;
    top:20px;
    font-size:34px;
    opacity:1;
    outline:none;
}
.calc-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:15px;
    color:#666;
    font-size:18px;
	margin-top: 20px;
}
.progress{
    height:4px;
    border-radius:0;
    background:#ddd;
    margin-bottom:50px;
}
.progress-bar{
    background:#2f62ff;
}
.calc-step{
    display:none;
}
.calc-step.active{
    display:block;
}
.calc-step h2{
    font-size:28px;
    font-weight:400;
    margin-bottom:25px;
}
.form-control{
    height:58px;
    font-size:20px;
    border-radius:0;
    border:none;
    border-bottom:1px solid #cfcfcf;
    box-shadow:none!important;
    padding-left:0;
}
.form-control:focus{
    border-color:#2f62ff;
}
.custom-range{
    margin-top:60px;
}
.range-value{
    width:130px;
    margin:25px auto 0;
    padding:12px;
    background:#fff;
    text-align:center;
    border-radius:6px;
    box-shadow:0 3px 12px rgba(0,0,0,.15);
    font-size:22px;
}
.calc-footer{
    margin-top:40px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.btn-next,
.btn-submit{
    background:#2f62ff;
    color:#fff;
    border-radius:40px;
    padding:16px 45px;
    font-size:18px;
    border:none;
}
.btn-next:hover,
.btn-submit:hover{
    color:#fff;
    background:#1f50ea;
}
.btn-back{
    background:none;
    border:none;
    font-size:20px;
    color:#000;
    padding:0;
}
.btn-back:hover{
    text-decoration:none;
}
.modal-backdrop.show{
    opacity:.75;
}
.form-group{
    margin-bottom:35px;
}
@media(max-width:767px){
    .calculator-modal .modal-content{
        padding:25px;
        min-height:auto;
    }
    .calc-step h2{
        font-size:30px;
    }
    .calc-footer{
        flex-direction:column;
        gap:20px;
    }
    .btn-next,
    .btn-submit{
        width:100%;
    }
}
.is-invalid{
    border-bottom:2px solid #dc3545 !important;
}
.is-invalid::placeholder{
    color:#dc3545;
}
.calc-options{
    margin-top:25px;
}
.calc-option{
    position:relative;
    display:flex;
    align-items:center;
    cursor:pointer;
    padding:18px 0;
    margin:0;
    transition:.25s;
}
.calc-option:not(:last-child){
    border-bottom:1px solid #e6e6e6;
}
.calc-option input{
    display:none;
}
.calc-option span{
    position:relative;
    display:block;
    width:100%;
    padding-left:48px;
    font-size:16px;
    color:#222;
    transition:.25s;
}
.calc-option span:before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:24px;
    height:24px;
    border-radius:50%;
    border:2px solid #999;
    background:#fff;
    transition:.25s;
}
.calc-option span:after{
    content:"";
    position:absolute;
    left:6px;
    top:50%;
    transform:translateY(-50%) scale(0);
    width:12px;
    height:12px;
    border-radius:50%;
    background:#2f62ff;
    transition:.25s;
}
.calc-option:hover{
    background:#fafafa;
}
.calc-option:hover span{
    color:#2f62ff;
}
.calc-option:hover span:before{
    border-color:#2f62ff;
}
.calc-option input:checked+span{
    color:#2f62ff;
    font-weight:500;
}
.calc-option input:checked+span:before{
    border-color:#2f62ff;
}
.calc-option input:checked+span:after{
    transform:translateY(-50%) scale(1);
}
.calc-option:active{
    transform:scale(.995);
}
.calc-options.is-invalid{
    border-left:3px solid #dc3545;
    padding-left:15px;
}
.calc-progress{
    width:100%;
    height:4px;
    background:#ddd;
    margin:20px 0 60px;
}
.calc-progress-line{
    width:0;
    height:100%;
    background:#2f62ff;
    transition:.35s;
}
.calc-success{
    display:none;
    text-align:center;
    padding:80px 40px;
}
.calc-success h2{
    margin:25px 0 15px;
    font-size:42px;
}
.calc-success p{
    font-size:20px;
    color:#666;
}
.custom-range{
    -webkit-appearance:none;
    background:#ddd;
    height:3px;
}
.custom-range::-webkit-slider-thumb{
    -webkit-appearance:none;
    width:24px;
    height:24px;
    border-radius:50%;
    background:#000;
    cursor:pointer;
}
.custom-range::-moz-range-thumb{
    width:24px;
    height:24px;
    border-radius:50%;
    background:#000;
    cursor:pointer;
}
.btn-submit.loading{
    opacity:.6;
    pointer-events:none;
}
.calc-agreement{
    margin-top:30px;
}
.calc-checkbox{
    display:flex;
    align-items: flex-start;
    cursor:pointer;
    margin:0;
	max-width: 550px;
}
.calc-checkbox input[type="checkbox"]{
	appearance: none;
	width: auto;
    margin-top:5px;
    margin-right:12px;
    flex-shrink:0;
	width: 20px;
    height: 20px;
	display: inline-block;
    position: relative;
	cursor: pointer;
}
.calc-checkbox input[type="checkbox"]:checked::after {
  content: '✔';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
}
.calc-checkbox span{
    font-size:14px;
    line-height:1.6;
    color:#555;
}
.calc-checkbox a{
    color:#2f62ff;
    text-decoration:none;
}
.calc-checkbox a:hover{
    text-decoration:underline;
}
.calc-checkbox.error{
    color:#dc3545;
}
:root {
	--clean-blue: #0078bf;
	--clean-blue-dark: #00659f;
	--clean-blue-light: #eef8fd;
	--clean-yellow: #f5c400;
	--clean-title: #121b27;
	--clean-text: #53616d;
	--clean-border: #d8e4ea;
	--clean-bg: #f7f9fa;
}

/* Общий блок */



.clean-faq-heading {
	margin-bottom: 42px;
	text-align: center;
}

.clean-faq-heading__label {
	margin-bottom: 10px;
	color: var(--clean-blue);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.clean-faq-heading__title {
	margin: 0 0 12px;
	color: var(--clean-title);
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	text-align:center;
	text-transform: uppercase;
}

.clean-faq-heading__text {
	margin: 0;
	color: var(--clean-text);
	font-size: 17px;
	line-height: 1.5;
}

.clean-faq-row {
	margin-right: -12px;
	margin-left: -12px;
}

.clean-faq-column {
	display: flex;
	padding-right: 12px;
	padding-left: 12px;
}

/* Левая карточка */

.clean-faq-contact {
	position: relative;
	width: 100%;
	min-height: 560px;
	background:
		linear-gradient(
			90deg,
			rgba(239, 248, 253, .98) 0%,
			rgba(239, 248, 253, .92) 48%,
			rgba(239, 248, 253, .50) 100%
		),
		url('/wp-content/uploads/2026/07/faq-cleaning-3.jpg')
		center / cover no-repeat;
	border: 1px solid var(--clean-border);
	border-radius: 16px;
	overflow: hidden;
}

.clean-faq-contact__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	min-height: 560px;
	padding: 50px 40px 38px;
}

.clean-faq-contact__accent {
	width: 52px;
	height: 5px;
	margin-bottom: 28px;
	background: var(--clean-yellow);
	border-radius: 10px;
}

.clean-faq-contact__title {
	margin: 0 0 25px;
	color: var(--clean-title);
	font-size: 39px;
	font-weight: 700;
	line-height: 1.16;
}

.clean-faq-contact__title span {
	color: var(--clean-blue);
}

.clean-faq-contact__description {
	max-width: 310px;
	margin: 0 0 30px;
	color: var(--clean-text);
	font-size: 16px;
	line-height: 1.6;
}

/* Преимущества */

.clean-faq-benefits {
	margin: 0 0 32px;
	padding: 0;
	list-style: none;
}

.clean-faq-benefits li {
	display: flex;
	align-items: center;
	margin-bottom: 17px;
	color: var(--clean-title);
	font-size: 14px;
	line-height: 1.4;
}

.clean-faq-benefits li:last-child {
	margin-bottom: 0;
}

.clean-faq-check {
	position: relative;
	flex: 0 0 27px;
	width: 27px;
	height: 27px;
	margin-right: 13px;
	background: transparent;
	border: 2px solid var(--clean-blue);
	border-radius: 50%;
}

.clean-faq-check::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 7px;
	width: 9px;
	height: 5px;
	border-bottom: 2px solid var(--clean-blue);
	border-left: 2px solid var(--clean-blue);
	transform: rotate(-45deg);
}

/* Кнопка */

.clean-faq-contact__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 310px;
	min-height: 54px;
	margin-top: auto;
	padding: 13px 24px;
	background: var(--clean-blue);
	border: 1px solid var(--clean-blue);
	border-radius: 10px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	text-transform: none;
	transition:
		background-color .25s ease,
		border-color .25s ease,
		transform .25s ease;
}

.clean-faq-contact__button:hover,
.clean-faq-contact__button:focus {
	background: var(--clean-blue-dark);
	border-color: var(--clean-blue-dark);
	color: #fff;
	text-decoration: none;
	transform: translateY(-2px);
}

/* Подпись под кнопкой */

.clean-faq-contact__privacy {
	display: flex;
	align-items: center;
	margin-top: 20px;
	color: #687782;
	font-size: 12px;
	line-height: 1.4;
}

.clean-faq-lock {
	position: relative;
	flex: 0 0 18px;
	width: 18px;
	height: 14px;
	margin-right: 10px;
	border: 1.5px solid #687782;
	border-radius: 2px;
}

.clean-faq-lock::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 10px;
	width: 10px;
	height: 9px;
	border: 1.5px solid #687782;
	border-bottom: 0;
	border-radius: 7px 7px 0 0;
	transform: translateX(-50%);
}

/* Правая панель */

.clean-faq-panel {
	width: 100%;
	height: 560px;
	padding: 18px 8px 18px 24px;
	background: #fff;
	border: 1px solid var(--clean-border);
	border-radius: 16px;
	overflow: hidden;
}

.clean-faq-scroll {
	height: 100%;
	padding-right: 14px;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-width: thin;
	scrollbar-color: var(--clean-blue) #e8f0f4;
}

/* Скроллбар Chrome, Edge, Safari */

.clean-faq-scroll::-webkit-scrollbar {
	width: 5px;
}

.clean-faq-scroll::-webkit-scrollbar-track {
	background: #e8f0f4;
	border-radius: 10px;
}

.clean-faq-scroll::-webkit-scrollbar-thumb {
	background: var(--clean-blue);
	border-radius: 10px;
}

/* Элемент аккордеона */

.clean-faq-item {
	border-bottom: 1px solid var(--clean-border);
}

.clean-faq-item:last-child {
	border-bottom: 0;
}

.clean-faq-question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 82px;
	padding: 22px 20px;
	background: transparent;
	border: 0;
	color: var(--clean-title);
	text-align: left;
	text-transform: none;
	cursor: pointer;
	transition:
		color .2s ease,
		background-color .2s ease;
}

.clean-faq-question:hover,
.clean-faq-question:focus {
	background: #f8fbfd;
	
	outline: none;
}

.clean-faq-question[aria-expanded="true"] {
	color: var(--clean-title);
}

.clean-faq-question__text {
	padding-right: 25px;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.45;
}

/* Стрелка аккордеона */

.clean-faq-arrow {
	position: relative;
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
}

.clean-faq-arrow::before,
.clean-faq-arrow::after {
	content: "";
	position: absolute;
	top: 10px;
	width: 10px;
	height: 2px;
	background: var(--clean-blue);
	border-radius: 2px;
	transition: transform .25s ease;
}

.clean-faq-arrow::before {
	left: 2px;
	transform: rotate(45deg);
}

.clean-faq-arrow::after {
	right: 2px;
	transform: rotate(-45deg);
}

/* Стрелка вверх при открытии */

.clean-faq-question[aria-expanded="true"] .clean-faq-arrow::before {
	transform: rotate(-45deg);
}

.clean-faq-question[aria-expanded="true"] .clean-faq-arrow::after {
	transform: rotate(45deg);
}

/* Ответ */

.clean-faq-answer {
	position: relative;
	margin: 0 20px 22px;
	padding: 22px 25px 22px 30px;
	background: var(--clean-blue-light);
	border-radius: 0 8px 8px 0;
	color: var(--clean-text);
	font-size: 15px;
	line-height: 1.7;
}

.clean-faq-answer::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 4px;
	background: var(--clean-yellow);
	border-radius: 4px 0 0 4px;
}

/* Планшеты */

@media (max-width: 991px) {
	.clean-faq-section {
		padding: 75px 0;
	}

	.clean-faq-column {
		display: block;
	}

	.clean-faq-contact {
		min-height: auto;
		margin-bottom: 24px;
		background-position: center;
	}

	.clean-faq-contact__content {
		min-height: auto;
		padding: 40px;
	}

	.clean-faq-contact__button {
		margin-top: 10px;
	}

	.clean-faq-panel {
		height: 500px;
	}
}

/* Мобильные */

@media (max-width: 575px) {
	.clean-faq-section {
		padding: 55px 0;
	}

	.clean-faq-heading {
		margin-bottom: 30px;
		text-align: left;
	}

	.clean-faq-heading__label {
		font-size: 12px;
	}

	.clean-faq-heading__title {
		font-size: 28px;
	}

	.clean-faq-heading__text {
		font-size: 15px;
	}

	.clean-faq-contact {
		border-radius: 12px;
	}

	.clean-faq-contact__content {
		padding: 30px 22px;
	}

	.clean-faq-contact__accent {
		margin-bottom: 22px;
	}

	.clean-faq-contact__title {
		margin-bottom: 18px;
		font-size: 31px;
	}

	.clean-faq-contact__description {
		font-size: 15px;
	}

	.clean-faq-contact__button {
		max-width: none;
	}

	.clean-faq-panel {
		height: 460px;
		padding: 8px 4px 8px 10px;
		border-radius: 12px;
	}

	.clean-faq-scroll {
		padding-right: 7px;
	}

	.clean-faq-question {
		min-height: 68px;
		padding: 18px 12px;
	}

	.clean-faq-question__text {
		padding-right: 15px;
		font-size: 15px;
	}

	.clean-faq-answer {
		margin: 0 12px 18px;
		padding: 18px 17px 18px 21px;
		font-size: 14px;
	}
}

/* ==============================================================
   ЕДИНАЯ СИСТЕМА КНОПОК И ПОЛЕЙ
   ============================================================== */

.site-header a.btn,
a.btn,
.btn,
a.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
button[type="submit"],
input[type="submit"],
input[type="button"],
.clean-faq-contact__button,
.opt-btn,
a.newbtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 24px;
    background: var(--primary);
    border: 1px solid var(--primary);
    border-radius: var(--button-radius);
    box-shadow: none;
    color: #fff;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: background-color var(--ui-transition), border-color var(--ui-transition), color var(--ui-transition), transform var(--ui-transition), box-shadow var(--ui-transition);
}

.site-header a.btn:hover,
a.btn:hover,
.btn:hover,
a.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
button[type="submit"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.clean-faq-contact__button:hover,
.opt-btn:hover,
a.newbtn:hover,
.site-header a.btn:focus,
a.btn:focus,
.btn:focus,
a.button:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
button[type="submit"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
.clean-faq-contact__button:focus,
.opt-btn:focus,
a.newbtn:focus {
    background: var(--primary-hover);
    border-color: var(--primary-hover);
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(0, 120, 191, .16);
}

.site-header a.btn:active,
a.btn:active,
.btn:active,
a.button:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
button[type="submit"]:active,
input[type="submit"]:active,
input[type="button"]:active,
.clean-faq-contact__button:active,
.opt-btn:active,
a.newbtn:active {
    transform: translateY(0);
    box-shadow: none;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
    width: 100%;
    min-height: 50px;
    padding: 12px 16px;
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: var(--field-radius);
    color: var(--title-color);
    font-family: 'Inter', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    transition: border-color var(--ui-transition), box-shadow var(--ui-transition), background-color var(--ui-transition);
}

textarea {
    min-height: 120px;
    resize: vertical;
}

input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
    background: #fff;
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(0, 120, 191, .08);
    outline: none;
}

/* Не окрашиваем функциональные кнопки интерфейса как CTA */
/* Функциональные кнопки интерфейса */
.owl-nav button,
.slick-arrow,
.mega-menu-toggle,
.navbar-toggler,
button.close,
.pswp__button {
    min-height: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    transform: none;
}

.owl-nav button:hover,
.owl-nav button:focus,
.slick-arrow:hover,
.slick-arrow:focus,
.mega-menu-toggle:hover,
.mega-menu-toggle:focus,
.navbar-toggler:hover,
.navbar-toggler:focus,
button.close:hover,
button.close:focus,
.pswp__button:hover,
.pswp__button:focus {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: inherit;
    transform: none;
}
/* Общие скругления ключевых компонентов */
.card,
.modal-content,
.dropdown-menu,
.clean-faq-contact,
.clean-faq-panel,
.rev-col,
.product-thumb,
.woocommerce ul.products li.product {
    border-radius: var(--card-radius);
}

/* Ссылки и акценты */
a {
    transition: color var(--ui-transition), opacity var(--ui-transition);
}

a:hover {
    color: var(--primary-hover);
}

::selection {
    background: rgba(0, 120, 191, .18);
    color: var(--title-color);
}
/* ==========================================================
   ШАПКА САЙТА
   ========================================================== */

.cleaning-header {
	position: relative;
	width: 100%;
	background: #fff;
	color: var(--title-color, #182433);
	font-family: "Inter", Arial, sans-serif;
	z-index: 100;
}

.cleaning-header *,
.cleaning-header *::before,
.cleaning-header *::after {
	box-sizing: border-box;
}


/* ==========================================================
   ОСНОВНАЯ СТРОКА
   ========================================================== */

.cleaning-header__main {
	width: 100%;
	background: #fff;
}

.cleaning-header__row {
	display: grid;
	grid-template-columns:
		minmax(230px, .9fr)
		minmax(320px, 1fr)
		minmax(430px, auto);
	align-items: center;
	min-height: 94px;
}


/* ==========================================================
   ЛОГОТИП
   ========================================================== */

.cleaning-header__logo {
	display: flex;
	align-items: center;
	min-width: 0;
	padding-right: 32px;
}

.cleaning-header__logo .custom-logo-link {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.cleaning-header__logo img.custom-logo {
	display: block;
	width: auto;
	height: auto;
	max-width: 255px;
	max-height: 70px;
	margin: 0;
	object-fit: contain;
}

.cleaning-header__site-name {
	color: var(--title-color, #182433);
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: color var(--ui-transition, .25s ease);
}

.cleaning-header__site-name:hover,
.cleaning-header__site-name:focus {
	color: var(--primary, #0078bf);
	text-decoration: none;
}


/* ==========================================================
   АДРЕС И E-MAIL
   ========================================================== */

.cleaning-header__info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 10px;
	min-height: 68px;
	padding: 0 34px;
	border-right: 1px solid #dce4ea;
	border-left: 1px solid #dce4ea;
}

.cleaning-header__info-item {
	display: flex;
	align-items: center;
	min-width: 0;
	color: #4f6073;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}

.cleaning-header__icon {
	display: inline-flex;
	flex: 0 0 20px;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	margin-right: 9px;
	color: var(--primary, #0078bf);
}

.cleaning-header__icon svg {
	display: block;
	width: 20px;
	height: 20px;
}

.cleaning-header__info-text {
	display: block;
	min-width: 0;
	color: #4f6073;
	text-decoration: none;
	transition: color var(--ui-transition, .25s ease);
}

a.cleaning-header__info-text:hover,
a.cleaning-header__info-text:focus {
	color: var(--primary, #0078bf);
	text-decoration: none;
}


/* ==========================================================
   ТЕЛЕФОНЫ И КНОПКА
   ========================================================== */

.cleaning-header__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 24px;
	min-width: 0;
	padding-left: 30px;
}

.cleaning-header__phone {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 3px;
	white-space: nowrap;
}

.cleaning-header__phone a {
	display: block;
	color: #101923;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
	transition: color var(--ui-transition, .25s ease);
}

.cleaning-header__phone a:hover,
.cleaning-header__phone a:focus {
	color: var(--primary, #0078bf);
	text-decoration: none;
}

.cleaning-header__button-wrap {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
}

.cleaning-header__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 166px;
	min-height: 42px;
	margin: 0;
	padding: 11px 24px;
	background: var(--primary, #0078bf);
	border: 1px solid var(--primary, #0078bf);
	border-radius: var(--button-radius, 10px);
	box-shadow: none;
	color: #fff;
	font-family: "Inter", Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	transform: none;
	transition:
		background-color var(--ui-transition, .25s ease),
		border-color var(--ui-transition, .25s ease),
		color var(--ui-transition, .25s ease),
		transform var(--ui-transition, .25s ease);
}

.cleaning-header__button:hover,
.cleaning-header__button:focus {
	background: var(--primary-hover, #0068a8);
	border-color: var(--primary-hover, #0068a8);
	box-shadow: none;
	color: #fff;
	text-decoration: none;
	transform: translateY(-2px);
}


/* ==========================================================
   ДО 1199 PX
   ========================================================== */

@media (max-width: 1199px) {

	.cleaning-header__row {
		grid-template-columns:
			minmax(210px, .8fr)
			minmax(280px, 1fr)
			auto;
	}

	.cleaning-header__logo {
		padding-right: 24px;
	}

	.cleaning-header__logo img.custom-logo {
		max-width: 215px;
	}

	.cleaning-header__info {
		padding: 0 24px;
	}

	.cleaning-header__actions {
		gap: 16px;
		padding-left: 22px;
	}

	.cleaning-header__phone a {
		font-size: 14px;
	}

	.cleaning-header__button {
		min-width: 145px;
		padding-right: 18px;
		padding-left: 18px;
	}
}


/* ==========================================================
   ПЛАНШЕТЫ
   ========================================================== */

@media (max-width: 991px) {

	.cleaning-header__row {
		grid-template-columns: 1fr auto;
		row-gap: 18px;
		padding: 18px 0;
	}

	.cleaning-header__logo {
		padding-right: 20px;
	}

	.cleaning-header__info {
		grid-column: 1 / -1;
		grid-row: 2;
		flex-direction: row;
		justify-content: flex-start;
		gap: 28px;
		min-height: 0;
		padding: 16px 0 0;
		border-top: 1px solid #e3e9ee;
		border-right: 0;
		border-left: 0;
	}

	.cleaning-header__actions {
		grid-column: 2;
		grid-row: 1;
		padding-left: 0;
	}

	.cleaning-header__button {
		min-width: 150px;
	}
}


/* ==========================================================
   МОБИЛЬНЫЕ
   ========================================================== */

@media (max-width: 767px) {

	.cleaning-header__row {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		min-height: 0;
		padding: 16px 0;
	}

	.cleaning-header__logo {
		flex: 1 1 180px;
		padding-right: 0;
	}

	.cleaning-header__logo img.custom-logo {
		max-width: 190px;
		max-height: 58px;
	}

	.cleaning-header__actions {
		flex: 0 0 auto;
		gap: 12px;
		padding-left: 0;
	}



	.cleaning-header__info {
		order: 3;
		flex: 1 0 100%;
		flex-direction: column;
		gap: 8px;
		padding-top: 14px;
	}

	.cleaning-header__info-item {
		font-size: 13px;
	}

	.cleaning-header__button {
		min-width: 140px;
		min-height: 40px;
		padding: 10px 16px;
		font-size: 12px;
	}
}


/* ==========================================================
   УЗКИЕ МОБИЛЬНЫЕ
   ========================================================== */

@media (max-width: 420px) {

	.cleaning-header__logo img.custom-logo {
		max-width: 155px;
	}

	.cleaning-header__button {
		min-width: 128px;
		padding-right: 12px;
		padding-left: 12px;
	}

	.cleaning-header__info-item {
		align-items: flex-start;
	}

	.cleaning-header__icon {
		margin-top: 1px;
	}
}

/* ==========================================================
   ОСНОВНОЕ МЕНЮ
   ========================================================== */

.cleaning-header__navigation {
	position: relative;
	width: 100%;
	background: #fff;
	border: 0;
}

.cleaning-header__nav {
	position: relative;
	width: 100%;
}

.cleaning-header__menu {
	display: flex;
	align-items: center;
	gap: 46px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cleaning-header__menu > li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cleaning-header__menu > li > a {
	position: relative;
	display: flex;
	align-items: center;
	height: 50px;
	min-height: 50px;
	margin: 0;
	padding: 0;
	background: transparent;
	color: #17212b;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
	text-decoration: none;
	white-space: nowrap;
	transition: color var(--ui-transition, .25s ease);
}

/* Синий текст при наведении и выборе */

.cleaning-header__menu > li > a:hover,
.cleaning-header__menu > li > a:focus,
.cleaning-header__menu > li:hover > a,
.cleaning-header__menu > li.current-menu-item > a,
.cleaning-header__menu > li.current-menu-parent > a,
.cleaning-header__menu > li.current-menu-ancestor > a,
.cleaning-header__menu > li.current_page_item > a,
.cleaning-header__menu > li.current_page_parent > a,
.cleaning-header__menu > li.current_page_ancestor > a {
	background: transparent;
	color: var(--primary, #0078bf);
	text-decoration: none;
}

/* Убираем возможные линии старого оформления */

.cleaning-header__menu > li > a::after {
	display: none;
	content: none;
}

/* ==========================================================
   СТРЕЛКА У ПУНКТА С ПОДМЕНЮ
   ========================================================== */

.cleaning-header__menu > li.menu-item-has-children > a {
	padding-right: 17px;
}

.cleaning-header__menu > li.menu-item-has-children > a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 1px;
	width: 6px;
	height: 6px;
	margin-top: -5px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(45deg);
	transition: transform var(--ui-transition, .25s ease);
}

.cleaning-header__menu > li.menu-item-has-children:hover > a::before,
.cleaning-header__menu > li.menu-item-has-children:focus-within > a::before {
	margin-top: -1px;
	transform: rotate(225deg);
}

/* ==========================================================
   ВЫПАДАЮЩЕЕ МЕНЮ
   ========================================================== */

.cleaning-header__menu .sub-menu {
	position: absolute;
	top: 100%;
	left: -18px;
	z-index: 1000;
	display: block;
	min-width: 270px;
	margin: 0;
	padding: 12px 0;
	background: #fff;
	border: 1px solid #e8edf2;
	border-radius: 14px;
	box-shadow: 0 18px 45px rgba(18, 32, 45, .08);
	list-style: none;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition:
		opacity var(--ui-transition, .25s ease),
		visibility var(--ui-transition, .25s ease),
		transform var(--ui-transition, .25s ease);
}

/* Открытие подменю */

.cleaning-header__menu li:hover > .sub-menu,
.cleaning-header__menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.cleaning-header__menu .sub-menu li {
	position: relative;
	margin: 0;
	padding: 0;
	background: #fff;
	list-style: none;
}

.cleaning-header__menu .sub-menu li:hover,
.cleaning-header__menu .sub-menu li:focus-within,
.cleaning-header__menu .sub-menu li.current-menu-item,
.cleaning-header__menu .sub-menu li.current-menu-parent,
.cleaning-header__menu .sub-menu li.current-menu-ancestor {
	background: #fff;
}

/* Ссылки подменю */

.cleaning-header__menu .sub-menu a {
	display: block;
	margin: 0;
	padding: 12px 24px;
	background: #fff;
	color: #17212b;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
	text-decoration: none;
	white-space: nowrap;
	transition: color var(--ui-transition, .25s ease);
}

/*
 * Фон всегда остаётся белым.
 * При наведении и выборе меняется только цвет текста.
 */

.cleaning-header__menu .sub-menu a:hover,
.cleaning-header__menu .sub-menu a:focus,
.cleaning-header__menu .sub-menu li:hover > a,
.cleaning-header__menu .sub-menu .current-menu-item > a,
.cleaning-header__menu .sub-menu .current-menu-parent > a,
.cleaning-header__menu .sub-menu .current-menu-ancestor > a,
.cleaning-header__menu .sub-menu .current_page_item > a,
.cleaning-header__menu .sub-menu .current_page_parent > a,
.cleaning-header__menu .sub-menu .current_page_ancestor > a {
	background: #fff;
	color: var(--primary, #0078bf);
	text-decoration: none;
}

/* Убираем псевдоэлементы, которые может добавлять старая тема */

.cleaning-header__menu .sub-menu a::before,
.cleaning-header__menu .sub-menu a::after {
	display: none;
	content: none;
}

/* ==========================================================
   ВТОРОЙ УРОВЕНЬ ПОДМЕНЮ
   ========================================================== */

.cleaning-header__menu .sub-menu .sub-menu {
	top: -12px;
	left: 100%;
	margin-left: 8px;
}

.cleaning-header__menu .sub-menu .menu-item-has-children > a {
	position: relative;
	padding-right: 42px;
}

.cleaning-header__menu .sub-menu .menu-item-has-children > a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 22px;
	display: block;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 1.5px solid currentColor;
	border-right: 1.5px solid currentColor;
	transform: rotate(45deg);
}

/* ==========================================================
   STICKY-МЕНЮ
   ========================================================== */

body.menusticky .cleaning-header__navigation {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 99999;
	background: #fff;
	border: 0;
	box-shadow: 0 4px 16px rgba(24, 36, 51, .08);
}

body.menusticky .cleaning-header__menu > li > a {
	height: 50px;
	min-height: 50px;
}

/* ==========================================================
   НОУТБУКИ
   ========================================================== */

@media (max-width: 1199px) {

	.cleaning-header__row {
		grid-template-columns: 230px 1fr auto;
	}

	.cleaning-header__logo {
		padding-right: 24px;
	}

	.cleaning-header__logo img.custom-logo {
		max-width: 215px;
	}

	.cleaning-header__info {
		padding: 0 25px;
	}

	.cleaning-header__actions {
		gap: 16px;
		padding-left: 22px;
	}

	.cleaning-header__phone a {
		font-size: 15px;
	}

	.cleaning-header__button {
		min-width: 148px;
		padding-right: 18px;
		padding-left: 18px;
	}

	.cleaning-header__menu {
		gap: 34px;
	}
}

/* ==========================================================
   ПЛАНШЕТЫ
   ========================================================== */

@media (max-width: 991px) {

	.cleaning-header__row {
		grid-template-columns: 220px 1fr;
		min-height: auto;
		padding: 18px 0;
	}

	.cleaning-header__logo {
		grid-row: 1 / 3;
		padding-right: 25px;
	}

	.cleaning-header__info {
		grid-column: 2;
		min-height: auto;
		padding: 0 0 14px 25px;
		border-right: 0;
		border-left: 1px solid #dce4ea;
	}

	.cleaning-header__actions {
		grid-column: 2;
		justify-content: flex-start;
		padding: 14px 0 0 25px;
		border-top: 1px solid #edf1f4;
	}

	.cleaning-header__navigation {
		overflow-x: auto;
		overflow-y: visible;
		-webkit-overflow-scrolling: touch;
	}

	.cleaning-header__menu {
		width: max-content;
		min-width: 100%;
		gap: 30px;
	}

	.cleaning-header__menu > li > a {
		height: 50px;
		min-height: 50px;
	}

	.cleaning-header__menu .sub-menu {
		min-width: 250px;
	}
}

/* ==========================================================
   МОБИЛЬНАЯ ВЕРСИЯ
   ========================================================== */

@media (max-width: 767px) {

	.cleaning-header__row {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		padding: 14px 0 16px;
	}

	.cleaning-header__logo {
		justify-content: center;
		padding: 0 0 14px;
	}

	.cleaning-header__logo img.custom-logo {
		max-width: 220px;
		max-height: 62px;
	}

	.cleaning-header__info {
		gap: 8px;
		padding: 14px 0;
		border-top: 1px solid #edf1f4;
		border-right: 0;
		border-bottom: 1px solid #edf1f4;
		border-left: 0;
	}

	.cleaning-header__info-item {
		justify-content: center;
		font-size: 13px;
		text-align: center;
	}

	.cleaning-header__actions {
		flex-direction: column;
		gap: 12px;
		padding: 15px 0 0;
	}

	.cleaning-header__phone a {
		font-size: 17px;
	}

	.cleaning-header__button {
		width: 100%;
		max-width: 320px;
	}

	.cleaning-header__navigation {
		overflow: visible;
	}

	.cleaning-header__nav {
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
	}

	.cleaning-header__menu {
		justify-content: flex-start;
		gap: 25px;
		width: max-content;
		min-width: 100%;
		padding: 0 15px;
	}

	.cleaning-header__menu > li > a {
		height: 50px;
		min-height: 50px;
		font-size: 14px;
	}

	.cleaning-header__menu > li.menu-item-has-children > a {
		padding-right: 15px;
	}

	.cleaning-header__menu .sub-menu {
		display: none;
	}
}

/* ==========================================================
   УЗКИЕ ЭКРАНЫ
   ========================================================== */

@media (max-width: 420px) {

	.cleaning-header__info-item {
		align-items: flex-start;
		justify-content: flex-start;
		text-align: left;
	}

	.cleaning-header__button {
		max-width: none;
	}

	.cleaning-header__menu {
		gap: 21px;
	}

	.cleaning-header__menu > li > a {
		font-size: 13px;
	}
}
/* ==========================================================
   MAX MEGA MENU — ШАПКА
   Белое подменю, синий текст при наведении и выборе
   ========================================================== */

/* Убираем фон и границы у строки меню */

.cleaning-header__navigation,
.cleaning-header__navigation #mega-menu-wrap-menu-1,
.cleaning-header__navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
	background: #fff !important;
	border: 0 !important;
	box-shadow: none !important;
}

/* Высота пунктов главного меню — 50px */

.cleaning-header__navigation
#mega-menu-wrap-menu-1
#mega-menu-menu-1
> li.mega-menu-item
> a.mega-menu-link {
	height: 50px !important;
	min-height: 50px !important;
	line-height: 50px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	background: transparent !important;
	color: #17212b !important;
	font-family: "Inter", Arial, sans-serif !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	border: 0 !important;
	box-shadow: none !important;
}

/* Главное меню: наведение, открытый и текущий пункт */

.cleaning-header__navigation
#mega-menu-wrap-menu-1
#mega-menu-menu-1
> li.mega-menu-item:hover
> a.mega-menu-link,

.cleaning-header__navigation
#mega-menu-wrap-menu-1
#mega-menu-menu-1
> li.mega-menu-item.mega-toggle-on
> a.mega-menu-link,

.cleaning-header__navigation
#mega-menu-wrap-menu-1
#mega-menu-menu-1
> li.mega-current-menu-item
> a.mega-menu-link,

.cleaning-header__navigation
#mega-menu-wrap-menu-1
#mega-menu-menu-1
> li.mega-current-menu-parent
> a.mega-menu-link,

.cleaning-header__navigation
#mega-menu-wrap-menu-1
#mega-menu-menu-1
> li.mega-current-menu-ancestor
> a.mega-menu-link {
	background: transparent !important;
	color: #0078bf !important;
}

/* Убираем старые линии и псевдоэлементы */

.cleaning-header__navigation
#mega-menu-wrap-menu-1
#mega-menu-menu-1
> li.mega-menu-item
> a.mega-menu-link::before,

.cleaning-header__navigation
#mega-menu-wrap-menu-1
#mega-menu-menu-1
> li.mega-menu-item
> a.mega-menu-link::after {
	display: none !important;
	content: none !important;
}

/* ==========================================================
   ВЫПАДАЮЩЕЕ МЕНЮ — ВСЕГДА БЕЛОЕ
   ========================================================== */

.cleaning-header__navigation
#mega-menu-wrap-menu-1
#mega-menu-menu-1
> li.mega-menu-item
> ul.mega-sub-menu {
	min-width: 280px !important;
	padding: 12px 0 !important;
	background: #fff !important;
	border: 1px solid #e4eaf0 !important;
	border-radius: 12px !important;
	box-shadow: 0 16px 40px rgba(24, 36, 51, .1) !important;
}

/* Белый фон всех вложенных элементов */

.cleaning-header__navigation
#mega-menu-wrap-menu-1
#mega-menu-menu-1
ul.mega-sub-menu,

.cleaning-header__navigation
#mega-menu-wrap-menu-1
#mega-menu-menu-1
ul.mega-sub-menu
li.mega-menu-item,

.cleaning-header__navigation
#mega-menu-wrap-menu-1
#mega-menu-menu-1
ul.mega-sub-menu
li.mega-menu-item:hover,

.cleaning-header__navigation
#mega-menu-wrap-menu-1
#mega-menu-menu-1
ul.mega-sub-menu
li.mega-menu-item.mega-current-menu-item {
	background: #fff !important;
}

/* Обычные пункты выпадающего меню */

.cleaning-header__navigation
#mega-menu-wrap-menu-1
#mega-menu-menu-1
ul.mega-sub-menu
li.mega-menu-item
> a.mega-menu-link {
	display: block !important;
	height: auto !important;
	min-height: 0 !important;
	padding: 11px 22px !important;
	background: #fff !important;
	color: #17212b !important;
	font-family: "Inter", Arial, sans-serif !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.45 !important;
	border: 0 !important;
	box-shadow: none !important;
}

/* Подменю: наведение, выбранный и родительский пункт */

.cleaning-header__navigation
#mega-menu-wrap-menu-1
#mega-menu-menu-1
ul.mega-sub-menu
li.mega-menu-item:hover
> a.mega-menu-link,

.cleaning-header__navigation
#mega-menu-wrap-menu-1
#mega-menu-menu-1
ul.mega-sub-menu
li.mega-menu-item.mega-toggle-on
> a.mega-menu-link,

.cleaning-header__navigation
#mega-menu-wrap-menu-1
#mega-menu-menu-1
ul.mega-sub-menu
li.mega-current-menu-item
> a.mega-menu-link,

.cleaning-header__navigation
#mega-menu-wrap-menu-1
#mega-menu-menu-1
ul.mega-sub-menu
li.mega-current-menu-parent
> a.mega-menu-link,

.cleaning-header__navigation
#mega-menu-wrap-menu-1
#mega-menu-menu-1
ul.mega-sub-menu
li.mega-current-menu-ancestor
> a.mega-menu-link {
	background: #fff !important;
	color: #0078bf !important;
}

/* Убираем цветные полосы и декоративные элементы внутри подменю */

.cleaning-header__navigation
#mega-menu-wrap-menu-1
#mega-menu-menu-1
ul.mega-sub-menu
a.mega-menu-link::before,

.cleaning-header__navigation
#mega-menu-wrap-menu-1
#mega-menu-menu-1
ul.mega-sub-menu
a.mega-menu-link::after {
	display: none !important;
	content: none !important;
}

/* Стрелка пунктов с подменю наследует цвет текста */

.cleaning-header__navigation
#mega-menu-wrap-menu-1
#mega-menu-menu-1
a.mega-menu-link
span.mega-indicator {
	color: inherit !important;
}

/* Убираем возможный синий или серый фон колонок Mega Menu */

.cleaning-header__navigation
#mega-menu-wrap-menu-1
#mega-menu-menu-1
.mega-sub-menu
> li.mega-menu-item
> ul.mega-sub-menu,

.cleaning-header__navigation
#mega-menu-wrap-menu-1
#mega-menu-menu-1
.mega-sub-menu
.mega-menu-column,

.cleaning-header__navigation
#mega-menu-wrap-menu-1
#mega-menu-menu-1
.mega-sub-menu
.mega-menu-row {
	background: #fff !important;
}
/* ==========================================================
   HERO — УСЛУГИ КЛИНИНГА ДЛЯ ОРГАНИЗАЦИЙ
   ========================================================== */

.cleaning-hero {
	position: relative;
	min-height: 680px;
	padding: 62px 0 54px;
	overflow: hidden;
	
	
	background:
		linear-gradient(
			90deg,
			rgba(255, 255, 255, .42) 0%,
			rgba(255, 255, 255, .24) 30%,
			rgba(255, 255, 255, .08) 52%,
			rgba(255, 255, 255, 0) 68%
		),
		url("/wp-content/uploads/2026/08/cleaning-hero-office1.jpg")
		center center / cover no-repeat;

	font-family: "Inter", Arial, sans-serif;
}

.cleaning-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			180deg,
			rgba(255, 255, 255, .03) 0%,
			rgba(236, 246, 251, .11) 100%
		);
	pointer-events: none;
}

.cleaning-hero .container {
	position: relative;
	z-index: 2;
}

.cleaning-hero__row {
	align-items: stretch;
}

.cleaning-hero__content {
	display: flex;
	flex-direction: column;
	padding-top: 26px;
	padding-right: 36px;
}

/* Заголовок */

.cleaning-hero__title {
	max-width: 850px;
	margin: 0;
	color: var(--title-color, #182433);
	font-size: clamp(48px, 5vw, 76px);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -.045em;
	text-transform: uppercase;
}

.cleaning-hero__line {
	width: 120px;
	height: 4px;
	margin: 38px 0 32px;
	background: var(--accent-yellow, #f5c400);
	border-radius: 10px;
}

/* Направления услуг */

.cleaning-hero__services {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 0;
	row-gap: 9px;
	max-width: 860px;
	color: var(--title-color, #182433);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.55;
}

.cleaning-hero__services span {
	display: inline-flex;
	align-items: center;
}

.cleaning-hero__services span:not(:last-child)::after {
	content: "";
	flex: 0 0 7px;
	width: 7px;
	height: 7px;
	margin: 0 15px;
	background: var(--primary, #0078bf);
	border-radius: 50%;
}

/* Нижняя информационная панель */

.cleaning-hero__facts {
	display: grid;
	grid-template-columns: 1.05fr .95fr 1.25fr;
	align-items: stretch;
	width: 100%;
	max-width: 900px;
	margin-top: auto;
	padding: 26px 20px;
	background: rgba(255, 255, 255, .97);
	border: 1px solid rgba(217, 228, 234, .86);
	border-radius: 18px;
	box-shadow: 0 18px 45px rgba(24, 36, 51, .08);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

.cleaning-hero__fact {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 4px 28px;
}

.cleaning-hero__fact + .cleaning-hero__fact {
	border-left: 1px solid var(--border-color, #d9e4ea);
}

.cleaning-hero__rating-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 11px;
}

.cleaning-hero__rating-number {
	color: var(--title-color, #182433);
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
}

.cleaning-hero__stars {
	color: #e9a300;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 1px;
	white-space: nowrap;
}

.cleaning-hero__fact-caption {
	margin-top: 9px;
	color: #485563;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}

/* Логотип Яндекс Карт */

.cleaning-hero__yandex {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	max-width: 170px;
	margin-top: 12px;
	text-decoration: none;
}

.cleaning-hero__yandex img {
	display: block;
	width: auto;
	height: 27px;
	max-width: 100%;
	margin: 0;
	object-fit: contain;
}

/* Цена */

.cleaning-hero__fact-price {
	align-items: center;
	text-align: center;
}

.cleaning-hero__price {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 7px;
	color: var(--primary, #0078bf);
	white-space: nowrap;
}

.cleaning-hero__price span {
	font-size: 18px;
	font-weight: 600;
}

.cleaning-hero__price strong {
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -.03em;
}

/* Тип сотрудничества */

.cleaning-hero__fact-contract {
	gap: 14px;
}

.cleaning-hero__contract-title {
	display: block;
	color: var(--title-color, #182433);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
}

/* ==========================================================
   КАРТОЧКА ФОРМЫ
   ========================================================== */

.cleaning-hero__form-column {
	display: flex;
	align-items: stretch;
}

.cleaning-hero__form-card {
	width: 100%;
	max-width: 430px;
	margin-left: auto;
	padding: 42px 36px 34px;
	background: rgba(255, 255, 255, .98);
	border: 1px solid rgba(226, 233, 238, .9);
	border-radius: 22px;
	box-shadow: 0 22px 55px rgba(24, 36, 51, .10);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.cleaning-hero__form-title {
	margin: 0 0 22px;
	color: var(--title-color, #182433);
	font-size: 31px;
	font-weight: 700;
	line-height: 1.16;
	letter-spacing: -.025em;
	text-align: center;
}

.cleaning-hero__form-text {
	max-width: 345px;
	margin: 0 auto 30px;
	color: #515d69;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.65;
	text-align: center;
}

/* ==========================================================
   CONTACT FORM 7
   ========================================================== */

.cleaning-hero-form {
	width: 100%;
}

.cleaning-hero-form__field {
	margin-bottom: 14px;
}

.cleaning-hero-form__field .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.cleaning-hero-form__field input[type="text"],
.cleaning-hero-form__field input[type="tel"],
.cleaning-hero-form__field input[type="email"] {
	display: block;
	width: 100%;
	height: 58px;
	margin: 0;
	padding: 0 18px;
	background: #fff;
	border: 1px solid var(--border-color, #d9e4ea);
	border-radius: var(--field-radius, 10px);
	box-shadow: none;
	color: var(--title-color, #182433);
	font-family: "Inter", Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 58px;
	outline: none;
	transition:
		border-color var(--ui-transition, .25s ease),
		box-shadow var(--ui-transition, .25s ease);
	-webkit-appearance: none;
}

.cleaning-hero-form__field input::placeholder {
	color: #9aa7b4;
	opacity: 1;
}

.cleaning-hero-form__field input:focus {
	background: #fff;
	border-color: var(--primary, #0078bf);
	box-shadow: 0 0 0 4px rgba(0, 120, 191, .08);
	outline: none;
}

/* Кнопка использует существующие btn и btn-main */

.cleaning-hero-form__submit {
	margin-top: 18px;
}

.cleaning-hero-form__submit .wpcf7-submit,
.cleaning-hero-form__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 58px;
	margin: 0;
	padding: 14px 24px;
	border-radius: var(--button-radius, 10px);
	font-family: "Inter", Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	text-transform: none;
}

/*
 * Цвет кнопки здесь намеренно не переопределяется:
 * используются существующие классы .btn и .btn-main.
 */

/* Согласие */

.cleaning-hero-form__agreement {
	margin-top: 23px;
	color: #616d78;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.55;
}

.cleaning-hero-form__agreement .wpcf7-list-item {
	display: block;
	margin: 0;
}

.cleaning-hero-form__agreement label {
	position: relative;
	display: flex;
	align-items: flex-start;
	margin: 0;
	cursor: pointer;
}

.cleaning-hero-form__agreement input[type="checkbox"] {
	position: relative;
	flex: 0 0 19px;
	width: 19px;
	height: 19px;
	margin: 2px 11px 0 0;
	padding: 0;
	background: #fff;
	border: 1px solid #8e9aa6;
	border-radius: 3px;
	box-shadow: none;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.cleaning-hero-form__agreement input[type="checkbox"]:checked {
	background: var(--primary, #0078bf);
	border-color: var(--primary, #0078bf);
}

.cleaning-hero-form__agreement input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 6px;
	width: 5px;
	height: 9px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}

.cleaning-hero-form__agreement .wpcf7-list-item-label {
	display: block;
	flex: 1 1 auto;
}

.cleaning-hero-form__agreement a {
	color: var(--primary, #0078bf);
	text-decoration: none;
}

.cleaning-hero-form__agreement a:hover {
	color: var(--primary-hover, #0068a8);
	text-decoration: underline;
}

/* Ошибки Contact Form 7 */

.cleaning-hero-form .wpcf7-not-valid-tip {
	margin-top: 6px;
	color: #b42318;
	font-size: 12px;
	line-height: 1.35;
}

.cleaning-hero-form .wpcf7-response-output {
	margin: 18px 0 0 !important;
	padding: 10px 13px !important;
	border-width: 1px !important;
	border-radius: 8px;
	font-size: 13px;
	line-height: 1.45;
}

.cleaning-hero-form .wpcf7-spinner {
	display: block;
	margin: 12px auto 0;
}

/* ==========================================================
   НОУТБУКИ
   ========================================================== */

@media (max-width: 1199px) {

	.cleaning-hero {
		min-height: 640px;
		padding: 50px 0;
	}

	.cleaning-hero__content {
		padding-right: 20px;
	}

	.cleaning-hero__title {
		font-size: 57px;
	}

	.cleaning-hero__services {
		font-size: 15px;
	}

	.cleaning-hero__services span:not(:last-child)::after {
		margin: 0 11px;
	}

	.cleaning-hero__facts {
		padding: 22px 12px;
	}

	.cleaning-hero__fact {
		padding: 4px 20px;
	}

	.cleaning-hero__rating-number,
	.cleaning-hero__price strong {
		font-size: 29px;
	}

	.cleaning-hero__form-card {
		padding: 36px 28px 30px;
	}

	.cleaning-hero__form-title {
		font-size: 27px;
	}
}

/* ==========================================================
   ПЛАНШЕТЫ
   ========================================================== */

@media (max-width: 991px) {

	.cleaning-hero {
		min-height: 0;
		padding: 55px 0;
		background:
			linear-gradient(
				90deg,
				rgba(255, 255, 255, .98) 0%,
				rgba(255, 255, 255, .90) 100%
			),
			url("/wp-content/uploads/cleaning-hero-office.jpg")
			center center / cover no-repeat;
	}

	.cleaning-hero__content {
		padding-top: 0;
		padding-right: 15px;
	}

	.cleaning-hero__title {
		max-width: 720px;
		font-size: 58px;
	}

	.cleaning-hero__facts {
		margin-top: 42px;
	}

	.cleaning-hero__form-column {
		margin-top: 30px;
	}

	.cleaning-hero__form-card {
		max-width: none;
		margin: 0;
	}

	.cleaning-hero__form-text {
		max-width: 470px;
	}
}

/* ==========================================================
   МОБИЛЬНЫЕ
   ========================================================== */

@media (max-width: 767px) {

	.cleaning-hero {
		padding: 42px 0;
	}

	.cleaning-hero__title {
		font-size: 40px;
		line-height: 1.03;
	}

	.cleaning-hero__line {
		width: 80px;
		height: 3px;
		margin: 26px 0 23px;
	}

	.cleaning-hero__services {
		display: block;
		font-size: 15px;
		line-height: 1.5;
	}

	.cleaning-hero__services span {
		display: inline;
	}

	.cleaning-hero__services span:not(:last-child)::after {
		display: inline-block;
		width: 6px;
		height: 6px;
		margin: 0 9px 2px;
	}

	.cleaning-hero__facts {
		grid-template-columns: 1fr;
		margin-top: 32px;
		padding: 8px 22px;
		border-radius: 15px;
	}

	.cleaning-hero__fact {
		align-items: flex-start;
		padding: 20px 0;
		text-align: left;
	}

	.cleaning-hero__fact + .cleaning-hero__fact {
		border-top: 1px solid var(--border-color, #d9e4ea);
		border-left: 0;
	}

	.cleaning-hero__fact-price {
		align-items: flex-start;
		text-align: left;
	}

	.cleaning-hero__price {
		justify-content: flex-start;
	}

	.cleaning-hero__fact-contract {
		gap: 10px;
	}

	.cleaning-hero__form-column {
		margin-top: 22px;
	}

	.cleaning-hero__form-card {
		padding: 31px 21px 26px;
		border-radius: 16px;
	}

	.cleaning-hero__form-title {
		margin-bottom: 16px;
		font-size: 26px;
	}

	.cleaning-hero__form-text {
		margin-bottom: 23px;
		font-size: 14px;
	}

	.cleaning-hero-form__field input[type="text"],
	.cleaning-hero-form__field input[type="tel"],
	.cleaning-hero-form__field input[type="email"] {
		height: 54px;
		padding: 0 15px;
		line-height: 54px;
	}

	.cleaning-hero-form__submit .wpcf7-submit,
	.cleaning-hero-form__button {
		min-height: 54px;
	}

	.cleaning-hero-form__agreement {
		font-size: 11px;
	}
}

/* ==========================================================
   УЗКИЕ МОБИЛЬНЫЕ
   ========================================================== */

@media (max-width: 420px) {

	.cleaning-hero__title {
		font-size: 34px;
	}

	.cleaning-hero__services {
		font-size: 14px;
	}

	.cleaning-hero__rating-number,
	.cleaning-hero__price strong {
		font-size: 28px;
	}
}
/* ==========================================================
   БЛОК С КВИЗОМ
   Bootstrap 4
   ========================================================== */

.cleaning-quiz-section {
	position: relative;
	padding: 76px 0;
	overflow: hidden;
	background:
		linear-gradient(
			135deg,
			#ffffff 0%,
			#ffffff 50%,
			#f6fafc 100%
		);
	border-top: 1px solid #edf2f5;
	border-bottom: 1px solid #edf2f5;
	font-family: "Inter", Arial, sans-serif;
}

.cleaning-quiz-section *,
.cleaning-quiz-section *::before,
.cleaning-quiz-section *::after {
	box-sizing: border-box;
}

.cleaning-quiz__row {
	position: relative;
	align-items: center;
	min-height: 570px;
}

.cleaning-quiz__content {
	position: relative;
	z-index: 4;
	padding-right: 48px;
}

.cleaning-quiz__time {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 42px;
	margin-bottom: 35px;
	padding: 9px 17px;
	background: rgba(255, 255, 255, .9);
	border: 1px solid var(--accent-yellow, #f5c400);
	border-radius: 10px;
	color: #c89400;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: .01em;
	text-transform: uppercase;
}

.cleaning-quiz__time-icon {
	display: block;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	color: currentColor;
}

.cleaning-quiz__title {
	max-width: 680px;
	margin: 0 0 43px;
	color: var(--title-color, #182433);
	font-size: 45px;
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: -.035em;
}

.cleaning-quiz__title span {
	color: var(--primary, #0078bf);
}

.cleaning-quiz__benefits {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 32px;
}

.cleaning-quiz__benefit {
	min-width: 0;
	padding-right: 33px;
}

.cleaning-quiz__benefit + .cleaning-quiz__benefit {
	padding-right: 0;
	padding-left: 33px;
	border-left: 1px solid var(--border-color, #d9e4ea);
}

.cleaning-quiz__benefit h3 {
	margin: 0 0 10px;
	color: var(--title-color, #182433);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
}

.cleaning-quiz__benefit p {
	margin: 0;
	color: var(--text-color, #5d6976);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.55;
}

.cleaning-quiz__result {
	position: relative;
	max-width: 690px;
	margin-bottom: 31px;
	padding: 20px 25px 20px 31px;
	overflow: hidden;
	background: linear-gradient(90deg, #fff9e7 0%, #fffdf6 100%);
	border: 1px solid rgba(245, 196, 0, .12);
	border-radius: 10px;
	color: var(--title-color, #182433);
	font-size: 16px;
	line-height: 1.45;
}

.cleaning-quiz__result::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 6px;
	background: var(--accent-yellow, #f5c400);
}

.cleaning-quiz__result strong {
	font-weight: 700;
}

.cleaning-quiz__result span {
	font-weight: 400;
}

.cleaning-quiz__bottom {
	display: flex;
	align-items: center;
	gap: 34px;
}

.cleaning-quiz__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 270px;
	min-height: 58px;
	margin: 0;
	padding: 15px 30px;
	border-radius: var(--button-radius, 10px);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.cleaning-quiz__button:hover,
.cleaning-quiz__button:focus {
	text-decoration: none;
}

.cleaning-quiz__privacy {
	padding-left: 31px;
	border-left: 1px solid var(--border-color, #d9e4ea);
	color: #687480;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.45;
}

.cleaning-quiz__visual {
	position: relative;
	min-height: 570px;
}

.cleaning-quiz__tablet,
.cleaning-quiz__tablet *,
.cleaning-quiz__tablet:hover,
.cleaning-quiz__tablet:focus,
.cleaning-quiz__tablet:active {
	pointer-events: none !important;
	cursor: default !important;
	user-select: none;
	-webkit-user-select: none;
}

.cleaning-quiz__tablet {
	position: absolute;
	top: 50%;
	right: 5px;
	z-index: 3;
	width: 475px;
	max-width: calc(100% - 5px);
	padding: 17px;
	background: linear-gradient(145deg, #292d30 0%, #101214 100%);
	border: 2px solid #41464a;
	border-radius: 35px;
	box-shadow:
		0 28px 50px rgba(24, 36, 51, .18),
		0 7px 15px rgba(24, 36, 51, .12);
	transform: translateY(-50%) rotate(2deg);
	transform-origin: center;
}

.cleaning-quiz__tablet-camera {
	position: absolute;
	top: 7px;
	left: 50%;
	z-index: 2;
	width: 46px;
	height: 5px;
	background: #08090a;
	border-radius: 999px;
	transform: translateX(-50%);
}

.cleaning-quiz__tablet-screen {
	min-height: 500px;
	padding: 34px 30px 28px;
	background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
	border-radius: 22px;
	text-align: left;
}

.cleaning-quiz__step {
	margin-bottom: 13px;
	color: #75818b;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0;
}

.cleaning-quiz__progress {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 7px;
	margin-bottom: 27px;
}

.cleaning-quiz__progress span {
	display: block;
	height: 5px;
	background: #e2e6e9;
	border-radius: 999px;
}

.cleaning-quiz__progress span.is-active {
	background: var(--primary, #0078bf);
}

.cleaning-quiz__question {
	margin-bottom: 18px;
	color: var(--title-color, #182433);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0;
}

.cleaning-quiz__options {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.cleaning-quiz__option,
.cleaning-quiz__option:hover,
.cleaning-quiz__option:focus,
.cleaning-quiz__option:active {
	display: flex;
	align-items: center;
	min-height: 51px;
	padding: 12px 16px;
	background: #fff;
	border: 1px solid #dfe5e9;
	border-radius: 8px;
	box-shadow: none;
	color: #35414c;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0;
	cursor: default !important;
	transform: none;
	transition: none;
}

.cleaning-quiz__option > span:last-child {
	display: block;
	min-width: 0;
}

.cleaning-quiz__option.is-selected,
.cleaning-quiz__option.is-selected:hover,
.cleaning-quiz__option.is-selected:focus,
.cleaning-quiz__option.is-selected:active {
	background: #f2f8fc;
	border-color: rgba(0, 120, 191, .7);
	box-shadow: none;
	color: var(--title-color, #182433);
	transform: none;
}

.cleaning-quiz__radio {
	position: relative;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	margin-right: 13px;
	background: #fff;
	border: 1.5px solid #b9c3ca;
	border-radius: 50%;
}

.cleaning-quiz__option.is-selected .cleaning-quiz__radio {
	border-color: var(--primary, #0078bf);
}

.cleaning-quiz__option.is-selected .cleaning-quiz__radio::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: 8px;
	height: 8px;
	background: var(--primary, #0078bf);
	border-radius: 50%;
}

.cleaning-quiz__next,
.cleaning-quiz__next:hover,
.cleaning-quiz__next:focus,
.cleaning-quiz__next:active {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	min-height: 50px;
	margin: 21px auto 0;
	padding: 12px 22px;
	background: #4d9bd3;
	border: 0;
	border-radius: 8px;
	box-shadow: none;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	cursor: default !important;
	opacity: .94;
	transform: none;
	transition: none;
}

.cleaning-quiz__decor {
	position: absolute;
	z-index: 1;
	width: 115px;
	height: 115px;
	border: 2px solid rgba(245, 196, 0, .52);
	border-radius: 23px;
	transform: rotate(45deg);
	pointer-events: none;
}

.cleaning-quiz__decor--top {
	top: 20px;
	right: -5px;
}

.cleaning-quiz__decor--middle {
	top: 225px;
	left: 12px;
	width: 96px;
	height: 96px;
}

.cleaning-quiz__dots {
	position: absolute;
	right: -6px;
	bottom: 32px;
	z-index: 1;
	width: 100px;
	height: 145px;
	opacity: .55;
	background-image:
		radial-gradient(
			circle,
			var(--accent-yellow, #f5c400) 1.8px,
			transparent 2.2px
		);
	background-size: 18px 18px;
	pointer-events: none;
}

@media (max-width: 1399px) {
	.cleaning-quiz__tablet {
		right: 0;
		width: 450px;
	}
}

@media (max-width: 1199px) {
	.cleaning-quiz-section {
		padding: 65px 0;
	}

	.cleaning-quiz__row {
		min-height: 530px;
	}

	.cleaning-quiz__content {
		padding-right: 25px;
	}

	.cleaning-quiz__title {
		font-size: 38px;
	}

	.cleaning-quiz__benefit {
		padding-right: 22px;
	}

	.cleaning-quiz__benefit + .cleaning-quiz__benefit {
		padding-left: 22px;
	}

	.cleaning-quiz__visual {
		min-height: 530px;
	}

	.cleaning-quiz__tablet {
		right: -10px;
		width: 410px;
	}

	.cleaning-quiz__tablet-screen {
		min-height: 460px;
		padding: 28px 24px 24px;
	}

	.cleaning-quiz__option,
	.cleaning-quiz__option:hover,
	.cleaning-quiz__option:focus,
	.cleaning-quiz__option:active {
		min-height: 46px;
		padding: 10px 14px;
		font-size: 13px;
	}
}

@media (max-width: 991px) {
	.cleaning-quiz-section {
		padding: 55px 0;
	}

	.cleaning-quiz__row {
		min-height: 0;
	}

	.cleaning-quiz__content {
		padding-right: 15px;
	}

	.cleaning-quiz__title {
		max-width: 720px;
		font-size: 42px;
	}

	.cleaning-quiz__visual {
		min-height: 550px;
		margin-top: 32px;
	}

	.cleaning-quiz__tablet {
		right: 50%;
		width: 460px;
		transform: translate(50%, -50%) rotate(1.5deg);
	}

	.cleaning-quiz__decor--top {
		right: 10%;
	}

	.cleaning-quiz__decor--middle {
		left: 10%;
	}

	.cleaning-quiz__dots {
		right: 7%;
		bottom: 28px;
	}
}

@media (max-width: 767px) {
	.cleaning-quiz-section {
		padding: 43px 0;
	}

	.cleaning-quiz__time {
		gap: 8px;
		margin-bottom: 25px;
		padding: 8px 13px;
		font-size: 11px;
	}

	.cleaning-quiz__time-icon {
		flex-basis: 18px;
		width: 18px;
		height: 18px;
	}

	.cleaning-quiz__title {
		margin-bottom: 30px;
		font-size: 31px;
		line-height: 1.2;
	}

	.cleaning-quiz__benefits {
		grid-template-columns: 1fr;
		margin-bottom: 25px;
	}

	.cleaning-quiz__benefit {
		padding: 0 0 20px;
	}

	.cleaning-quiz__benefit + .cleaning-quiz__benefit {
		padding: 20px 0 0;
		border-top: 1px solid var(--border-color, #d9e4ea);
		border-left: 0;
	}

	.cleaning-quiz__result {
		margin-bottom: 23px;
		padding: 17px 18px 17px 24px;
		font-size: 14px;
	}

	.cleaning-quiz__bottom {
		flex-direction: column;
		align-items: stretch;
		gap: 17px;
	}

	.cleaning-quiz__button {
		width: 100%;
		min-width: 0;
	}

	.cleaning-quiz__privacy {
		padding: 15px 0 0;
		border-top: 1px solid var(--border-color, #d9e4ea);
		border-left: 0;
		text-align: center;
	}

	.cleaning-quiz__visual {
		min-height: 495px;
		margin-top: 27px;
	}

	.cleaning-quiz__tablet {
		right: 50%;
		width: 355px;
		max-width: 96%;
		padding: 12px;
		border-radius: 25px;
		transform: translate(50%, -50%) rotate(1deg);
	}

	.cleaning-quiz__tablet-camera {
		top: 5px;
		width: 38px;
		height: 4px;
	}

	.cleaning-quiz__tablet-screen {
		min-height: 440px;
		padding: 24px 18px 18px;
		border-radius: 17px;
	}

	.cleaning-quiz__question {
		font-size: 18px;
	}

	.cleaning-quiz__option,
	.cleaning-quiz__option:hover,
	.cleaning-quiz__option:focus,
	.cleaning-quiz__option:active {
		min-height: 43px;
		padding: 9px 12px;
		font-size: 13px;
	}

	.cleaning-quiz__next {
		width: 155px;
		min-height: 46px;
		margin-top: 16px;
		font-size: 14px;
	}

	.cleaning-quiz__decor {
		width: 78px;
		height: 78px;
	}

	.cleaning-quiz__decor--top {
		top: 14px;
		right: -20px;
	}

	.cleaning-quiz__decor--middle {
		top: 150px;
		left: -25px;
		width: 70px;
		height: 70px;
	}

	.cleaning-quiz__dots {
		right: -18px;
		bottom: 16px;
		width: 78px;
		height: 115px;
		background-size: 16px 16px;
	}
}

@media (max-width: 420px) {
	.cleaning-quiz__title {
		font-size: 27px;
	}

	.cleaning-quiz__visual {
		min-height: 450px;
	}

	.cleaning-quiz__tablet {
		width: 320px;
	}

	.cleaning-quiz__tablet-screen {
		min-height: 402px;
		padding: 20px 15px 15px;
	}

	.cleaning-quiz__step {
		font-size: 11px;
	}

	.cleaning-quiz__question {
		margin-bottom: 14px;
		font-size: 17px;
	}

	.cleaning-quiz__options {
		gap: 8px;
	}

	.cleaning-quiz__option,
	.cleaning-quiz__option:hover,
	.cleaning-quiz__option:focus,
	.cleaning-quiz__option:active {
		min-height: 39px;
		padding: 8px 10px;
		font-size: 12px;
	}

	.cleaning-quiz__next {
		width: 140px;
		min-height: 43px;
		margin-top: 13px;
		font-size: 13px;
	}
}
/* ==========================================================
   ПРЕИМУЩЕСТВА С ВИДЕО
   ========================================================== */

.cleaning-benefits-video {
	position: relative;
	padding: 82px 0;
	overflow: hidden;
	background: var(--section-bg, #f7fafc);
	font-family: "Inter", Arial, sans-serif;
}

.cleaning-benefits-video *,
.cleaning-benefits-video *::before,
.cleaning-benefits-video *::after {
	box-sizing: border-box;
}

/* Заголовок */

.cleaning-benefits-video__heading {
	max-width: 830px;
	margin-bottom: 43px;
}

.cleaning-benefits-video__label {
	position: relative;
	display: inline-flex;
	align-items: center;
	margin-bottom: 16px;
	padding-left: 34px;
	color: var(--primary, #0078bf);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.cleaning-benefits-video__label::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 22px;
	height: 3px;
	background: var(--accent-yellow, #f5c400);
	border-radius: 999px;
	transform: translateY(-50%);
}

.cleaning-benefits-video__title {
	margin: 0;
	color: var(--title-color, #182433);
	font-size: 42px;
	font-weight: 700;
	line-height: 1.16;
	letter-spacing: -.03em;
}

.cleaning-benefits-video__row {
	align-items: stretch;
}

/* ==========================================================
   ПРЕИМУЩЕСТВА
   ========================================================== */

.cleaning-benefits-video__content {
	display: flex;
}

.cleaning-benefits-video__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	width: 100%;
}

.cleaning-benefits-video__item {
	position: relative;
	display: flex;
	align-items: flex-start;
	min-height: 190px;
	padding: 25px 23px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e3ebf0;
	border-radius: var(--card-radius, 12px);
	box-shadow: 0 8px 26px rgba(24, 36, 51, .035);
	transition:
		border-color var(--ui-transition, .25s ease),
		box-shadow var(--ui-transition, .25s ease),
		transform var(--ui-transition, .25s ease);
}

.cleaning-benefits-video__item::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 42px;
	height: 3px;
	background: var(--accent-yellow, #f5c400);
	border-radius: 999px 0 0;
	opacity: .75;
}

.cleaning-benefits-video__item:hover {
	border-color: rgba(0, 120, 191, .45);
	box-shadow: 0 14px 34px rgba(24, 36, 51, .07);
	transform: translateY(-4px);
}

.cleaning-benefits-video__icon {
	display: flex;
	flex: 0 0 46px;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin-right: 17px;
	background: var(--primary-light, #eef8fd);
	border: 1px solid rgba(0, 120, 191, .1);
	border-radius: 12px;
	color: var(--primary, #0078bf);
	transition:
		background-color var(--ui-transition, .25s ease),
		border-color var(--ui-transition, .25s ease);
}

.cleaning-benefits-video__item:hover
.cleaning-benefits-video__icon {
	background: #fff9df;
	border-color: rgba(245, 196, 0, .45);
}

.cleaning-benefits-video__item-content {
	min-width: 0;
}

.cleaning-benefits-video__item h3 {
	margin: 1px 0 9px;
	color: var(--title-color, #182433);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;
}

.cleaning-benefits-video__item p {
	margin: 0;
	color: var(--text-color, #5d6976);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.55;
}

/* ==========================================================
   ВИДЕО
   ========================================================== */

.cleaning-benefits-video__video-column {
	display: flex;
	padding-left: 24px;
}

.cleaning-benefits-video__video {
	position: relative;
	width: 100%;
	min-height: 602px;
	overflow: hidden;
	background: #182433;
	border-radius: 16px;
	box-shadow: 0 18px 45px rgba(24, 36, 51, .12);
}

.cleaning-benefits-video__poster {
	position: absolute;
	inset: 0;
	z-index: 2;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition:
		opacity .3s ease,
		visibility .3s ease;
}

.cleaning-benefits-video__poster.is-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.cleaning-benefits-video__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(
			180deg,
			rgba(17, 29, 42, .05) 0%,
			rgba(17, 29, 42, .12) 40%,
			rgba(17, 29, 42, .78) 100%
		);
}

.cleaning-benefits-video__poster::before {
	content: "";
	position: absolute;
	top: 22px;
	right: 22px;
	z-index: 2;
	width: 72px;
	height: 72px;
	border: 2px solid rgba(245, 196, 0, .72);
	border-radius: 18px;
	transform: rotate(45deg);
}

.cleaning-benefits-video__poster-content {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	padding: 31px 29px;
}

.cleaning-benefits-video__play {
	display: flex;
	flex: 0 0 66px;
	align-items: center;
	justify-content: center;
	width: 66px;
	height: 66px;
	margin: 0 20px 0 0;
	padding: 0;
	background: var(--primary, #0078bf);
	border: 5px solid rgba(255, 255, 255, .25);
	border-radius: 50%;
	box-shadow: 0 12px 28px rgba(0, 0, 0, .2);
	color: #fff;
	cursor: pointer;
	outline: none;
	transition:
		background-color var(--ui-transition, .25s ease),
		transform var(--ui-transition, .25s ease);
	background-clip: padding-box;
}

.cleaning-benefits-video__play:hover,
.cleaning-benefits-video__play:focus {
	background: var(--primary-hover, #0068a8);
	outline: none;
	transform: translateY(-2px);
}

.cleaning-benefits-video__poster-text {
	min-width: 0;
	color: #fff;
}

.cleaning-benefits-video__poster-text strong {
	display: block;
	margin-bottom: 7px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
}

.cleaning-benefits-video__poster-text span {
	display: block;
	max-width: 280px;
	color: rgba(255, 255, 255, .8);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.45;
}

.cleaning-benefits-video__player {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: #111;
}

.cleaning-benefits-video__player iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 602px;
	border: 0;
}

/* ==========================================================
   НОУТБУКИ
   ========================================================== */

@media (max-width: 1199px) {

	.cleaning-benefits-video {
		padding: 68px 0;
	}

	.cleaning-benefits-video__title {
		font-size: 36px;
	}

	.cleaning-benefits-video__grid {
		gap: 13px;
	}

	.cleaning-benefits-video__item {
		min-height: 205px;
		padding: 21px 18px;
	}

	.cleaning-benefits-video__icon {
		flex-basis: 42px;
		width: 42px;
		height: 42px;
		margin-right: 13px;
	}

	.cleaning-benefits-video__icon svg {
		width: 23px;
		height: 23px;
	}

	.cleaning-benefits-video__item h3 {
		font-size: 15px;
	}

	.cleaning-benefits-video__item p {
		font-size: 13px;
	}

	.cleaning-benefits-video__video {
		min-height: 641px;
	}

	.cleaning-benefits-video__player iframe {
		min-height: 641px;
	}
}

/* ==========================================================
   ПЛАНШЕТЫ
   ========================================================== */

@media (max-width: 991px) {

	.cleaning-benefits-video {
		padding: 58px 0;
	}

	.cleaning-benefits-video__heading {
		margin-bottom: 34px;
	}

	.cleaning-benefits-video__title {
		font-size: 38px;
	}

	.cleaning-benefits-video__item {
		min-height: 180px;
	}

	.cleaning-benefits-video__video-column {
		margin-top: 28px;
		padding-left: 15px;
	}

	.cleaning-benefits-video__video,
	.cleaning-benefits-video__player iframe {
		min-height: 510px;
	}
}

/* ==========================================================
   МОБИЛЬНЫЕ
   ========================================================== */

@media (max-width: 767px) {

	.cleaning-benefits-video {
		padding: 45px 0;
	}

	.cleaning-benefits-video__heading {
		margin-bottom: 27px;
	}

	.cleaning-benefits-video__label {
		margin-bottom: 12px;
		font-size: 11px;
	}

	.cleaning-benefits-video__title {
		font-size: 31px;
		line-height: 1.2;
	}

	.cleaning-benefits-video__grid {
		grid-template-columns: 1fr;
	}

	.cleaning-benefits-video__item {
		min-height: 0;
		padding: 22px 19px;
	}

	.cleaning-benefits-video__item:hover {
		transform: none;
	}

	.cleaning-benefits-video__item h3 {
		font-size: 16px;
	}

	.cleaning-benefits-video__item p {
		font-size: 14px;
	}

	.cleaning-benefits-video__video-column {
		margin-top: 22px;
	}

	.cleaning-benefits-video__video,
	.cleaning-benefits-video__player iframe {
		min-height: 430px;
	}

	.cleaning-benefits-video__poster-content {
		padding: 24px 20px;
	}

	.cleaning-benefits-video__play {
		flex-basis: 58px;
		width: 58px;
		height: 58px;
		margin-right: 15px;
	}

	.cleaning-benefits-video__poster-text strong {
		font-size: 17px;
	}
}

/* ==========================================================
   УЗКИЕ МОБИЛЬНЫЕ
   ========================================================== */

@media (max-width: 420px) {

	.cleaning-benefits-video__title {
		font-size: 27px;
	}

	.cleaning-benefits-video__item {
		display: block;
	}

	.cleaning-benefits-video__icon {
		margin: 0 0 15px;
	}

	.cleaning-benefits-video__video,
	.cleaning-benefits-video__player iframe {
		min-height: 370px;
	}

	.cleaning-benefits-video__poster-content {
		display: block;
	}

	.cleaning-benefits-video__play {
		margin: 0 0 16px;
	}
}
/* ==========================================================
   УСЛОВИЯ РАБОТЫ
   Bootstrap 4
   ========================================================== */

.work-terms {
	position: relative;
	padding: 82px 0;
	overflow: hidden;
	background: #f3f6f8;
	font-family: "Inter", Arial, sans-serif;
}

.work-terms *,
.work-terms *::before,
.work-terms *::after {
	box-sizing: border-box;
}

.work-terms .container {
	position: relative;
	z-index: 1;
}


/* ==========================================================
   ЗАГОЛОВОК
   ========================================================== */

.work-terms__heading {
	max-width: 920px;
	margin: 0 auto 50px;
	text-align: center;
}

.work-terms__label {
	margin: 0 0 12px;
	color: var(--primary, #0b67be);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.work-terms__title {
	margin: 0 0 16px;
	color: var(--title-color, #17253a);
	font-size: 50px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -.035em;
}

.work-terms__subtitle {
	max-width: 720px;
	margin: 0 auto;
	color: var(--text-color, #5d6976);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.55;
}


/* ==========================================================
   ОБЩАЯ ПАНЕЛЬ
   ========================================================== */

.work-terms__panel {
	position: relative;
	width: 94%;
	margin: 0 auto;
	background: rgba(255, 255, 255, .34);
}


/* ==========================================================
   СТРОКИ
   ========================================================== */

.work-terms__row {
	position: relative;
	margin: 0;
	border: 0;
}

/* Горизонтальный разделитель с растворением по краям */

.work-terms__row::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
	height: 1px;
	background: linear-gradient(
		90deg,
		transparent 0%,
		#d7dfe6 8%,
		#d7dfe6 92%,
		transparent 100%
	);
	pointer-events: none;
}

/* Под последней строкой линии нет */

.work-terms__row--last::after {
	display: none;
}


/* ==========================================================
   КОЛОНКИ
   ========================================================== */

.work-terms__column {
	position: relative;
}

/* Вертикальный разделитель между колонками */

.work-terms__column:first-child::after {
	content: "";
	position: absolute;
	top: 18px;
	right: 0;
	bottom: 18px;
	z-index: 3;
	width: 1px;
	background: linear-gradient(
		180deg,
		transparent 0%,
		#d7dfe6 12%,
		#d7dfe6 88%,
		transparent 100%
	);
	pointer-events: none;
}


/* ==========================================================
   ПУНКТ
   ========================================================== */

.work-terms__item {
	position: relative;
	display: flex;
	align-items: flex-start;
	min-height: 182px;
	padding: 38px 42px 36px;
	background: transparent;
	transition: background-color .25s ease;
}

.work-terms__item:hover {
	background: rgba(255, 255, 255, .23);
}


/* ==========================================================
   КВАДРАТ С ГАЛОЧКОЙ
   ========================================================== */

.work-terms__check {
	display: flex;
	flex: 0 0 50px;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	margin-right: 28px;
	background: rgba(255, 255, 255, .55);
	border: 1px solid #cbd3db;
	border-radius: 6px;
	color: var(--primary, #0b67be);
	transition:
		background-color .25s ease,
		border-color .25s ease,
		box-shadow .25s ease,
		color .25s ease;
}

.work-terms__check svg {
	display: block;
	width: 23px;
	height: 23px;
}

/* Желтая граница при наведении */

.work-terms__item:hover .work-terms__check {
	background: #fffdf7;
	border-color: #e2b84f;
	box-shadow: 0 0 0 4px rgba(226, 184, 79, .09);
}


/* ==========================================================
   ТЕКСТ
   ========================================================== */

.work-terms__content {
	position: relative;
	z-index: 2;
	min-width: 0;
	max-width: 440px;
	padding-top: 1px;
}

.work-terms__content h3 {
	margin: 0 0 12px;
	color: var(--title-color, #17253a);
	font-size: 21px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -.015em;
	transition: color .25s ease;
}

.work-terms__content p {
	margin: 0;
	color: var(--text-color, #566171);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	transition: color .25s ease;
}

.work-terms__item:hover .work-terms__content h3 {
	color: var(--primary, #0b67be);
}

.work-terms__item:hover .work-terms__content p {
	color: #4d5968;
}


/* ==========================================================
   НИЖНЯЯ ШИРОКАЯ СТРОКА
   ========================================================== */

.work-terms__row--last {
	overflow: hidden;
}

.work-terms__item--wide {
	width: 100%;
	min-height: 205px;
	padding-right: 455px;
	overflow: hidden;
}

.work-terms__content--wide {
	max-width: 700px;
}


/* ==========================================================
   ФОТОГРАФИЯ ПАПКИ
   ========================================================== */

.work-terms__photo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 430px;
	background-image: url('/wp-content/uploads/2026/08/confidentiality-folder-blended.webp');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	pointer-events: none;
}

/* У обработанного изображения уже есть прозрачность */

.work-terms__photo::before {
	display: none;
}


/* ==========================================================
   ДО 1199 PX
   ========================================================== */

@media (max-width: 1199px) {

	.work-terms {
		padding: 70px 0;
	}

	.work-terms__heading {
		margin-bottom: 44px;
	}

	.work-terms__title {
		font-size: 44px;
	}

	.work-terms__panel {
		width: 96%;
	}

	.work-terms__item {
		padding: 33px 28px;
	}

	.work-terms__check {
		flex-basis: 46px;
		width: 46px;
		height: 46px;
		margin-right: 22px;
	}

	.work-terms__check svg {
		width: 21px;
		height: 21px;
	}

	.work-terms__content h3 {
		font-size: 20px;
	}

	.work-terms__content p {
		font-size: 15px;
	}

	.work-terms__item--wide {
		padding-right: 385px;
	}

	.work-terms__photo {
		width: 360px;
	}
}


/* ==========================================================
   ДО 991 PX
   ========================================================== */

@media (max-width: 991px) {

	.work-terms {
		padding: 58px 0;
	}

	.work-terms__heading {
		margin-bottom: 38px;
	}

	.work-terms__label {
		font-size: 12px;
	}

	.work-terms__title {
		font-size: 39px;
	}

	.work-terms__subtitle {
		font-size: 16px;
	}

	.work-terms__panel {
		width: 100%;
	}

	.work-terms__item {
		min-height: 198px;
		padding: 29px 21px;
	}

	.work-terms__check {
		flex-basis: 43px;
		width: 43px;
		height: 43px;
		margin-right: 17px;
	}

	.work-terms__check svg {
		width: 20px;
		height: 20px;
	}

	.work-terms__content h3 {
		font-size: 18px;
	}

	.work-terms__content p {
		font-size: 14px;
	}

	.work-terms__item--wide {
		padding-right: 300px;
	}

	.work-terms__photo {
		width: 285px;
	}
}


/* ==========================================================
   МОБИЛЬНЫЕ
   ========================================================== */

@media (max-width: 767px) {

	.work-terms {
		padding: 45px 0;
	}

	.work-terms__heading {
		margin-bottom: 30px;
		text-align: left;
	}

	.work-terms__label {
		margin-bottom: 9px;
		font-size: 11px;
	}

	.work-terms__title {
		margin-bottom: 12px;
		font-size: 32px;
	}

	.work-terms__subtitle {
		margin: 0;
		font-size: 15px;
	}

	.work-terms__panel {
		width: 100%;
	}

	/* Вертикальная линия на мобильном не нужна */

	.work-terms__column:first-child::after {
		display: none;
	}

	/* Между элементами одной строки появляется горизонтальная линия */

	.work-terms__column + .work-terms__column::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		z-index: 3;
		height: 1px;
		background: linear-gradient(
			90deg,
			transparent 0%,
			#d7dfe6 8%,
			#d7dfe6 92%,
			transparent 100%
		);
	}

	.work-terms__item {
		min-height: 0;
		padding: 26px 10px;
	}

	.work-terms__check {
		flex-basis: 41px;
		width: 41px;
		height: 41px;
		margin-right: 15px;
		border-radius: 5px;
	}

	.work-terms__content h3 {
		margin-bottom: 8px;
		font-size: 18px;
	}

	.work-terms__content p {
		font-size: 14px;
		line-height: 1.55;
	}

	.work-terms__item--wide {
		display: flex;
		min-height: 315px;
		padding-right: 10px;
		padding-bottom: 175px;
	}

	.work-terms__photo {
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 165px;
		background-position: center bottom;
		background-size: contain;
	}
}


/* ==========================================================
   УЗКИЕ МОБИЛЬНЫЕ
   ========================================================== */

@media (max-width: 420px) {

	.work-terms__title {
		font-size: 29px;
	}

	.work-terms__item {
		padding-top: 23px;
		padding-bottom: 23px;
	}

	.work-terms__check {
		flex-basis: 38px;
		width: 38px;
		height: 38px;
		margin-right: 13px;
	}

	.work-terms__check svg {
		width: 19px;
		height: 19px;
	}

	.work-terms__content h3 {
		font-size: 16px;
	}

	.work-terms__content p {
		font-size: 13px;
	}
}
/* ==========================================================
   ЭТАПЫ РАБОТ + ФОРМА
   Bootstrap 4 / Contact Form 7
   ========================================================== */

.etapy-section {
	position: relative;
	margin-bottom: 0 !important;
	padding: 80px 0;
	overflow: visible;
	background: transparent;
}
.etapy-section{
    background:#f8f8f8;
    padding:90px 0;
    position:relative;
    overflow:hidden;
}

.etapy-section *,
.etapy-section *::before,
.etapy-section *::after {
	box-sizing: border-box;
}


/* ==========================================================
   ЛЕВАЯ КОЛОНКА
   ========================================================== */

.etapy__content {
	position: relative;
	padding-right: 55px;
}


/* Заголовок из произвольного поля */

.etapy__content .hclining {
	margin: 0 0 42px;
	color: var(--title-color, #17253a);
	font-size: 48px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -.035em;
}


/* ==========================================================
   ЭТАПЫ РАБОТ + ФОРМА
   Bootstrap 4 / Contact Form 7
   ========================================================== */

.etapy-section {
	position: relative;
	margin-bottom: 0 !important;
	padding: 90px 0;
	overflow: visible;
	background: #f8f8f8;
}

.etapy-section *,
.etapy-section *::before,
.etapy-section *::after {
	box-sizing: border-box;
}


/* ==========================================================
   ЛЕВАЯ КОЛОНКА
   ========================================================== */

.etapy__content {
	position: relative;
	padding-right: 55px;
}

.etapy__content .hclining {
	margin: 0 0 42px;
	color: var(--title-color, #182433);
	font-size: 48px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -.035em;
}


/* ==========================================================
   СПИСОК ЭТАПОВ
   ========================================================== */

.etapy__content .etap {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.etapy__content .etap::before {
	content: "";
	position: absolute;
	top: 12px;
	bottom: 14px;
	left: 7px;
	width: 2px;
	background: linear-gradient(
		180deg,
		rgba(207, 216, 225, .25) 0%,
		#d4dee7 8%,
		#d4dee7 92%,
		rgba(207, 216, 225, .25) 100%
	);
}

.etapy__content .etap > li {
	position: relative;
	display: block;
	height: auto;
	max-height: none;
	margin: 0;
	padding: 0 0 30px 46px;
	overflow: visible;
	color: var(--text-color, #566477);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	-webkit-line-clamp: unset;
	-webkit-box-orient: initial;
	transition: color .25s ease;
}

.etapy__content .etap > li::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	z-index: 2;
	width: 16px;
	height: 16px;
	background: var(--primary, #0078bf);
	border: 4px solid #f8f8f8;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #cbd6e0;
	transition:
		background-color .25s ease,
		box-shadow .25s ease,
		transform .25s ease;
}

.etapy__content .etap > li:hover {
	color: #37485d;
}

.etapy__content .etap > li:hover::before {
	background: var(--accent-yellow, #f5c400);
	box-shadow:
		0 0 0 1px rgba(245, 196, 0, .72),
		0 0 0 5px rgba(245, 196, 0, .10);
	transform: scale(1.06);
}

/* Пункты начиная с седьмого скрываются JavaScript */

.etapy__content .etap > li.etapy-item--hidden {
	display: none;
}

.etapy__content .etap.etapy-list--expanded > li {
	display: block;
}

/* Шестой пункт в закрытом состоянии */

.etapy__content .etap > li.etapy-item--last-visible {
	padding-bottom: 5px;
}

/* После раскрытия возвращаем обычный отступ */

.etapy__content
.etap.etapy-list--expanded
> li.etapy-item--last-visible {
	padding-bottom: 30px;
}

.etapy__content
.etap.etapy-list--expanded
> li:last-child {
	padding-bottom: 5px;
}


/* ==========================================================
   КНОПКА «ПОКАЗАТЬ ВСЕ ЭТАПЫ»
   ========================================================== */

.etapy__toggle {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	margin: 23px 0 0 46px;
	padding: 0 0 3px;
	background: transparent;
	border: 0;
	border-bottom: 1px solid transparent;
	border-radius: 0;
	color: var(--primary, #0078bf);
	font-family: inherit;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	text-align: left;
	cursor: pointer;
	transition:
		color .2s ease,
		border-color .2s ease;
}

.etapy__toggle:hover,
.etapy__toggle:focus {
	color: var(--primary-hover, #0068a8);
	border-bottom-color: rgba(0, 120, 191, .35);
	outline: none;
}

.etapy__toggle::after {
	content: "";
	width: 9px;
	height: 9px;
	margin-top: -4px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	transition: transform .25s ease;
}

.etapy__toggle[aria-expanded="true"]::after {
	margin-top: 4px;
	transform: rotate(225deg);
}


/* ==========================================================
   ФОРМА СПРАВА
   ========================================================== */

.etapy__form-wrap {
	position: sticky;
	top: 120px;
	padding: 40px;
	background: #fff;
	border: 1px solid #e1e7ed;
	border-radius: 18px;
	box-shadow:
		0 18px 50px rgba(17, 39, 66, .07),
		0 3px 10px rgba(17, 39, 66, .025);
}

.etapy__form-wrap .wpcf7,
.etapy__form-wrap .wpcf7-form {
	margin: 0;
	padding: 0;
}

.etapy__form-wrap .wpcf7-form > p {
	margin: 0;
}


/* ==========================================================
   ЗАГОЛОВОК ФОРМЫ
   ========================================================== */

.etapy-form__title {
	margin: 0;
	color: var(--title-color, #182433);
	font-size: 31px;
	font-weight: 700;
	line-height: 1.16;
	letter-spacing: -.025em;
}

.etapy-form__line {
	width: 58px;
	height: 3px;
	margin: 22px 0 25px;
	background: var(--accent-yellow, #f5c400);
	border-radius: 10px;
}

.etapy-form__description {
	max-width: 330px;
	margin: 0 0 28px;
	color: var(--text-color, #647184);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
}


/* ==========================================================
   ПОЛЯ
   ========================================================== */

.etapy-form__field {
	margin-bottom: 15px;
}

.etapy-form__field .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.etapy-form input[type="text"],
.etapy-form input[type="tel"],
.etapy-form input[type="email"],
.etapy-form textarea {
	display: block;
	width: 100%;
	margin: 0;
	padding: 15px 18px;
	background: #fff;
	border: 1px solid var(--border-color, #d9e4ea);
	border-radius: var(--field-radius, 10px);
	box-shadow: none;
	color: var(--title-color, #182433);
	font-family: "Inter", Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	outline: none;
	transition:
		border-color var(--ui-transition, .25s ease),
		box-shadow var(--ui-transition, .25s ease);
	-webkit-appearance: none;
}

.etapy-form input[type="text"],
.etapy-form input[type="tel"],
.etapy-form input[type="email"] {
	height: 58px;
}

.etapy-form textarea {
	height: 118px;
	min-height: 118px;
	max-height: 220px;
	resize: vertical;
}

.etapy-form input::placeholder,
.etapy-form textarea::placeholder {
	color: #9aa7b4;
	opacity: 1;
}

.etapy-form input[type="text"]:focus,
.etapy-form input[type="tel"]:focus,
.etapy-form input[type="email"]:focus,
.etapy-form textarea:focus {
	background: #fff;
	border-color: var(--primary, #0078bf);
	box-shadow: 0 0 0 4px rgba(0, 120, 191, .08);
	outline: none;
}

.etapy-form .wpcf7-not-valid {
	border-color: #d95d5d !important;
	box-shadow: 0 0 0 4px rgba(217, 93, 93, .06);
}

.etapy-form .wpcf7-not-valid-tip {
	margin-top: 6px;
	color: #b42318;
	font-size: 12px;
	line-height: 1.35;
}


/* ==========================================================
   КНОПКА ФОРМЫ — КАК В HERO
   В CF7 должна быть:
   [submit class:btn class:btn-main "Получить расчет"]
   ========================================================== */

.etapy-form__submit {
	position: relative;
	margin-top: 18px;
}

.etapy-form__submit .wpcf7-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 58px;
	margin: 0;
	padding: 14px 24px;
	border-radius: var(--button-radius, 10px);
	font-family: "Inter", Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	text-transform: none;
	transition:
		opacity var(--ui-transition, .25s ease),
		transform var(--ui-transition, .25s ease),
		box-shadow var(--ui-transition, .25s ease);
}

/*
 * Активный цвет задают общие классы .btn и .btn-main.
 * Ниже только приглушение до выбора обязательного согласия.
 */

.etapy-form__submit .wpcf7-submit:disabled,
.etapy-form__submit .wpcf7-submit[disabled] {
	opacity: .65 !important;
	cursor: not-allowed;
	transform: none !important;
	box-shadow: none !important;
}

.etapy-form__submit .wpcf7-submit:disabled:hover,
.etapy-form__submit .wpcf7-submit:disabled:focus,
.etapy-form__submit .wpcf7-submit[disabled]:hover,
.etapy-form__submit .wpcf7-submit[disabled]:focus {
	opacity: .65 !important;
	transform: none !important;
	box-shadow: none !important;
}

.etapy-form__submit .wpcf7-spinner {
	display: block;
	margin: 12px auto 0;
}


/* ==========================================================
   СОГЛАСИЕ — КАК В HERO
   ========================================================== */

.etapy-form__consent {
	margin-top: 23px;
	color: #616d78;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.55;
}

.etapy-form__consent .wpcf7-form-control-wrap,
.etapy-form__consent .wpcf7-acceptance {
	display: block;
	width: 100%;
}

.etapy-form__consent .wpcf7-list-item {
	display: block;
	margin: 0;
}

.etapy-form__consent label {
	position: relative;
	display: flex;
	align-items: flex-start;
	margin: 0;
	cursor: pointer;
}

.etapy-form__consent input[type="checkbox"] {
	position: relative;
	flex: 0 0 19px;
	width: 19px;
	height: 19px;
	min-width: 19px;
	margin: 2px 11px 0 0;
	padding: 0;
	background: #fff;
	border: 1px solid #8e9aa6;
	border-radius: 3px;
	box-shadow: none;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	transition:
		background-color var(--ui-transition, .25s ease),
		border-color var(--ui-transition, .25s ease),
		box-shadow var(--ui-transition, .25s ease);
}

.etapy-form__consent input[type="checkbox"]:hover {
	border-color: var(--primary, #0078bf);
}

.etapy-form__consent input[type="checkbox"]:focus-visible {
	border-color: var(--primary, #0078bf);
	box-shadow: 0 0 0 4px rgba(0, 120, 191, .08);
	outline: none;
}

.etapy-form__consent input[type="checkbox"]:checked {
	background: var(--primary, #0078bf);
	border-color: var(--primary, #0078bf);
}

.etapy-form__consent input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 6px;
	width: 5px;
	height: 9px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}

.etapy-form__consent .wpcf7-list-item-label {
	display: block;
	flex: 1 1 auto;
	min-width: 0;
}

.etapy-form__consent a {
	color: var(--primary, #0078bf);
	text-decoration: none;
}

.etapy-form__consent a:hover {
	color: var(--primary-hover, #0068a8);
	text-decoration: underline;
}


/* ==========================================================
   СООБЩЕНИЯ CONTACT FORM 7
   ========================================================== */

.etapy__form-wrap .wpcf7-response-output {
	margin: 20px 0 0 !important;
	padding: 12px 15px !important;
	border-width: 1px !important;
	border-radius: 7px;
	font-size: 13px;
	line-height: 1.5;
}

.etapy__form-wrap form.sent .wpcf7-response-output {
	background: #f2faf5;
	border-color: #80b991;
	color: #39734a;
}

.etapy__form-wrap form.invalid .wpcf7-response-output,
.etapy__form-wrap form.unaccepted .wpcf7-response-output {
	background: #fff9ee;
	border-color: var(--accent-yellow, #f5c400);
	color: #755d22;
}


/* ==========================================================
   ДО 1199 PX
   ========================================================== */

@media (max-width: 1199px) {

	.etapy-section {
		padding: 70px 0;
	}

	.etapy__content {
		padding-right: 30px;
	}

	.etapy__content .hclining {
		font-size: 43px;
	}

	.etapy__content .etap > li {
		padding-left: 42px;
		font-size: 15px;
	}

	.etapy__toggle {
		margin-left: 42px;
	}

	.etapy__form-wrap {
		padding: 32px;
	}

	.etapy-form__title {
		font-size: 28px;
	}
}


/* ==========================================================
   ДО 991 PX
   ========================================================== */

@media (max-width: 991px) {

	.etapy-section {
		padding: 60px 0;
	}

	.etapy__content {
		padding-right: 10px;
	}

	.etapy__content .hclining {
		margin-bottom: 35px;
		font-size: 38px;
	}

	.etapy__content .etap > li {
		padding: 0 0 27px 38px;
		font-size: 14px;
		line-height: 1.62;
	}

	.etapy__content .etap::before {
		left: 6px;
	}

	.etapy__content .etap > li::before {
		width: 14px;
		height: 14px;
	}

	.etapy__toggle {
		margin-left: 38px;
	}

	.etapy__form-wrap {
		top: 95px;
		padding: 27px 24px;
		border-radius: 14px;
	}

	.etapy-form__title {
		font-size: 24px;
	}

	.etapy-form__description {
		font-size: 14px;
	}

	.etapy-form input[type="text"],
	.etapy-form input[type="tel"],
	.etapy-form input[type="email"] {
		height: 54px;
	}
}


/* ==========================================================
   МОБИЛЬНЫЕ
   ========================================================== */

@media (max-width: 767px) {

	.etapy-section {
		padding: 45px 0;
	}

	.etapy__content {
		padding-right: 0;
	}

	.etapy__content .hclining {
		margin-bottom: 30px;
		font-size: 32px;
	}

	.etapy__content .etap > li {
		padding: 0 0 24px 36px;
		font-size: 14px;
		line-height: 1.6;
	}

	.etapy__toggle {
		margin: 18px 0 0 36px;
		font-size: 14px;
	}

	.etapy__form-wrap {
		position: relative;
		top: auto;
		margin-top: 42px;
		padding: 30px 24px;
	}

	.etapy-form__title {
		font-size: 28px;
	}

	.etapy-form__description {
		max-width: none;
	}

	.etapy-form__submit .wpcf7-submit {
		min-height: 54px;
	}
}


/* ==========================================================
   УЗКИЕ МОБИЛЬНЫЕ
   ========================================================== */

@media (max-width: 420px) {

	.etapy__content .hclining {
		font-size: 29px;
	}

	.etapy__content .etap > li {
		padding-left: 32px;
		font-size: 13px;
	}

	.etapy__content .etap::before {
		left: 5px;
	}

	.etapy__content .etap > li::before {
		left: 0;
		width: 12px;
		height: 12px;
		border-width: 3px;
	}

	.etapy__toggle {
		margin-left: 32px;
	}

	.etapy__form-wrap {
		padding: 26px 18px;
	}

	.etapy-form__title {
		font-size: 25px;
	}

	.etapy-form input[type="text"],
	.etapy-form input[type="tel"],
	.etapy-form input[type="email"],
	.etapy-form textarea {
		font-size: 14px;
	}
}
/* ==========================================================
   БЛОК ЦЕН
   Финальная версия без псевдоэлементов на <tr>
   ========================================================== */

.price-section {
	position: relative;
	padding: 40px 0 0px;
	font-family: "Inter", Arial, sans-serif;
}

.price-section *,
.price-section *::before,
.price-section *::after {
	box-sizing: border-box;
}


/* ==========================================================
   ВЕРХНИЙ ТЕКСТ И H2
   ========================================================== */

.price-section__subtitle {
	margin: 0 0 14px;
	color: var(--primary, #0078bf);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .22em;
	text-align: center;
	text-transform: uppercase;
}

.price-section__title {
	max-width: 900px;
	margin: 0 auto 40px;
	color: var(--title-color, #182433);
	font-size: 48px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -.03em;
	text-align: center;
}


/* ==========================================================
   КАРТОЧКА ТАБЛИЦЫ
   ========================================================== */

.cleaning-price {
	width: 100%;
}

.cleaning-price__table-wrap {
	width: 100%;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e1e7ed;
	border-radius: 18px;
	box-shadow: 0 18px 45px rgba(24, 36, 51, .07);
}

.cleaning-price__table {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
}

.cleaning-price__table th,
.cleaning-price__table td {
	border: 0;
}


/* ==========================================================
   ШАПКА ТАБЛИЦЫ
   ========================================================== */

.cleaning-price__table thead {
	background: #fff;
}

.cleaning-price__table th {
	padding: 24px 28px;
	color: var(--title-color, #182433);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
	vertical-align: middle;
	border-bottom: 2px solid var(--primary, #0078bf);
}

.cleaning-price__table th:first-child {
	width: 68%;
}

.cleaning-price__table th:last-child {
	width: 32%;
	text-align: right;
}

.cleaning-price__price-head {
	text-align: right;
}

.cleaning-price__price-title {
	color: var(--title-color, #182433);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}

.cleaning-price__price-unit {
	margin-left: 6px;
	color: #8b97a4;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
}


/* ==========================================================
   СТРОКИ ТАБЛИЦЫ
   ========================================================== */

.cleaning-price__table tbody tr {
	background: #fff;
	transition:
		background-color .25s ease,
		box-shadow .25s ease;
}

.cleaning-price__table tbody tr:nth-child(odd) {
	background: #fafbfc;
}

.cleaning-price__table tbody tr + tr td {
	border-top: 1px solid #e7ebef;
}

.cleaning-price__table tbody tr:hover {
	background: #fcfcfd;
	box-shadow:
		0 8px 24px rgba(24, 36, 51, .05),
		inset 0 1px 0 rgba(255, 255, 255, .9);
}


/* ==========================================================
   ЯЧЕЙКИ
   ========================================================== */

.cleaning-price__table td {
	padding: 20px 28px;
	color: var(--title-color, #182433);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	vertical-align: middle;
}

.cleaning-price__table td:first-child {
	position: relative;
	width: 68%;
	text-align: left;
	text-indent: 0;
	transition:
		text-indent .25s ease,
		color .25s ease;
}

.cleaning-price__table td:last-child {
	width: 32%;
	color: #737f8d;
	text-align: right;
	white-space: nowrap;
}


/* ==========================================================
   ЖЕЛТАЯ ЛИНИЯ ПРИ HOVER
   ========================================================== */

.cleaning-price__table td:first-child::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 4px;
	background: var(--accent-yellow, #f5c400);
	opacity: 0;
	transform: scaleY(.4);
	transform-origin: center;
	transition:
		opacity .25s ease,
		transform .25s ease;
}

.cleaning-price__table tbody tr:hover td:first-child::before {
	opacity: 1;
	transform: scaleY(1);
}

.cleaning-price__table tbody tr:hover td:first-child {
	text-indent: 3px;
}


/* ==========================================================
   ЦЕНЫ
   ========================================================== */

.cleaning-price__prefix,
.cleaning-price__unit,
.cleaning-price__request {
	color: #7d8894;
	font-size: 16px;
	font-weight: 400;
}

.cleaning-price__number {
	display: inline-block;
	margin: 0 3px;
	color: var(--primary, #0078bf);
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -.02em;
	transition: transform .25s ease;
}

.cleaning-price__table tbody tr:hover .cleaning-price__number {
	transform: scale(1.04);
}


/* ==========================================================
   ПЛАНШЕТЫ
   ========================================================== */

@media (max-width: 991px) {

	.price-section {
		padding: 70px 0;
	}

	.price-section__title {
		font-size: 42px;
	}

	.cleaning-price__table th,
	.cleaning-price__table td {
		padding-right: 22px;
		padding-left: 22px;
	}

	.cleaning-price__table th:first-child,
	.cleaning-price__table td:first-child {
		width: 64%;
	}

	.cleaning-price__table th:last-child,
	.cleaning-price__table td:last-child {
		width: 36%;
	}
}


/* ==========================================================
   МОБИЛЬНЫЕ
   ========================================================== */

@media (max-width: 767px) {

	.price-section {
		padding: 55px 0;
	}

	.price-section__subtitle {
		font-size: 12px;
		letter-spacing: .18em;
	}

	.price-section__title {
		margin-bottom: 30px;
		font-size: 32px;
	}

	.cleaning-price__table-wrap {
		overflow-x: auto;
		border-radius: 14px;
		-webkit-overflow-scrolling: touch;
	}

	.cleaning-price__table {
		min-width: 650px;
	}

	.cleaning-price__table th {
		padding: 19px 20px;
		font-size: 14px;
	}

	.cleaning-price__table td {
		padding: 17px 20px;
		font-size: 14px;
	}

	.cleaning-price__price-title {
		font-size: 14px;
	}

	.cleaning-price__price-unit {
		font-size: 12px;
	}

	.cleaning-price__prefix,
	.cleaning-price__unit,
	.cleaning-price__request {
		font-size: 14px;
	}

	.cleaning-price__number {
		font-size: 19px;
	}
}


/* ==========================================================
   УЗКИЕ МОБИЛЬНЫЕ
   ========================================================== */

@media (max-width: 420px) {

	.price-section {
		padding: 45px 0;
	}

	.price-section__title {
		font-size: 28px;
	}

	.cleaning-price__table {
		min-width: 610px;
	}
}

/* ==========================================================
   ВВЕДЕНИЕ НА СТРАНИЦЕ УСЛУГИ
   ========================================================== */

.vvedenie {
	padding: 30px 0;
	font-family: "Inter", Arial, sans-serif;
}

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

.vvedenie__row {
	align-items: stretch;
}


/* ==========================================================
   ТЕКСТ
   ========================================================== */

.vvedenie__content {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding-right: 24px;
}

.vved-text {
	color: var(--text-color, #3f4d5d);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.7;
}

.vved-text p {
	margin: 0 0 10px;
}

.vved-text p:last-child {
	margin-bottom: 0;
}


/* ==========================================================
   ДВЕ КАРТОЧКИ
   ========================================================== */

.vvedenie__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: auto;
	padding-top: 34px;
}

.vvedenie-card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 170px;
	padding: 28px 25px 32px;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--border-color, #d9e4ea);
	border-radius: 9px;
	box-shadow: 0 8px 24px rgba(24, 36, 51, .035);
	transition:
		border-color var(--ui-transition, .25s ease),
		box-shadow var(--ui-transition, .25s ease),
		transform var(--ui-transition, .25s ease);
}

/* Короткая желтая линия снизу справа */

.vvedenie-card::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 42px;
	height: 3px;
	background: var(--accent-yellow, #f5c400);
	border-radius: 3px 0 0;
}

/* Наведение как у карточек преимуществ */

.vvedenie-card:hover {
	border-color: rgba(0, 120, 191, .62);
	box-shadow: 0 14px 32px rgba(24, 36, 51, .08);
	transform: translateY(-2px);
}


/* ==========================================================
   РЕЙТИНГ
   ========================================================== */

.vvedenie-card__rating {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 13px;
}

.vvedenie-card__rating-value {
	color: var(--title-color, #182433);
	font-size: 44px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -.035em;
}

.vvedenie-card__stars {
	color: #f2ad00;
	font-size: 22px;
	line-height: 1;
	letter-spacing: 2px;
	white-space: nowrap;
}

.vvedenie-card__caption {
	margin-top: 18px;
	color: #5e6c7c;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.45;
}


/* ==========================================================
   ФОРМАТ СОТРУДНИЧЕСТВА
   ========================================================== */

.vvedenie-card--format {
	align-items: flex-start;
}

.vvedenie-card__title {
	color: var(--title-color, #182433);
	font-size: 19px;
	font-weight: 700;
	line-height: 1.4;
}

.vvedenie-card__title + .vvedenie-card__title {
	margin-top: 2px;
}


/* ==========================================================
   ИЗОБРАЖЕНИЕ СТРАНИЦЫ
   ========================================================== */

.vved-img {
	width: 100%;
	height: 100%;
	min-height: 410px;
	overflow: hidden;
	border-radius: 9px;
}

.vved-img img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 410px;
	margin: 0;
	object-fit: cover;
	object-position: center;
	border-radius: inherit;
}


/* ==========================================================
   НИЖНЯЯ ПАНЕЛЬ
   ========================================================== */

.vvedenie__bottom {
	display: grid;
	grid-template-columns: minmax(280px, .85fr) 1px minmax(420px, 1.4fr);
	align-items: center;
	gap: 40px;
	margin-top: 20px;
	padding: 27px 32px;
	background: #fff;
	border: 1px solid var(--border-color, #d9e4ea);
	border-radius: 9px;
	box-shadow: 0 10px 30px rgba(24, 36, 51, .035);
}

.vvedenie-price {
	padding-left: 2px;
}

.vvedenie-price__label {
	margin-bottom: 8px;
	color: var(--title-color, #182433);
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
}

.vvedenie-price__value {
	display: flex;
	align-items: baseline;
	gap: 9px;
}

.vvedenie-price__from {
	color: #657283;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
}

.vvedenie-price__number {
	color: var(--primary, #0078bf);
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -.035em;
	white-space: nowrap;
}

.vvedenie__bottom-divider {
	width: 1px;
	height: 72px;
	background: var(--border-color, #d9e4ea);
}

.vvedenie__consultation {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.vvedenie__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 430px;
	min-height: 52px;
	margin: 0;
	padding: 13px 25px;
	border-radius: var(--button-radius, 10px);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
}

.vvedenie__consultation-text {
	margin-top: 12px;
	color: #748194;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.45;
	text-align: center;
}


/* ==========================================================
   ДО 1199 PX
   ========================================================== */

@media (max-width: 1199px) {

	.vvedenie {
		padding: 60px 0;
	}

	.vved-text {
		font-size: 16px;
	}

	.vvedenie-card {
		min-height: 160px;
		padding: 24px 20px 28px;
	}

	.vvedenie-card__rating {
		gap: 9px;
	}

	.vvedenie-card__rating-value {
		font-size: 38px;
	}

	.vvedenie-card__stars {
		font-size: 18px;
		letter-spacing: 1px;
	}

	.vvedenie-card__title {
		font-size: 17px;
	}

	.vvedenie__bottom {
		grid-template-columns: minmax(230px, .8fr) 1px minmax(360px, 1.25fr);
		gap: 28px;
	}

	.vvedenie-price__number {
		font-size: 32px;
	}
}


/* ==========================================================
   ПЛАНШЕТЫ
   ========================================================== */

@media (max-width: 991px) {

	.vvedenie__content {
		padding-right: 5px;
	}

	.vvedenie__cards {
		grid-template-columns: 1fr;
		margin-top: 0;
		padding-top: 25px;
	}

	.vvedenie-card {
		min-height: 135px;
	}

	.vved-img,
	.vved-img img {
		min-height: 100%;
	}

	.vvedenie__bottom {
		grid-template-columns: minmax(200px, .75fr) 1px minmax(330px, 1.25fr);
		padding: 25px;
	}

	.vvedenie-price__number {
		font-size: 29px;
	}
}


/* ==========================================================
   МОБИЛЬНЫЕ
   ========================================================== */

@media (max-width: 767px) {

	.vvedenie {
		padding: 45px 0;
	}

	.vvedenie__content {
		padding-right: 0;
	}

	.vved-text {
		font-size: 15px;
		line-height: 1.65;
	}

	.vvedenie__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-bottom: 25px;
	}

	.vvedenie-card {
		min-height: 145px;
		padding: 21px 17px 25px;
	}

	.vvedenie-card__rating {
		display: block;
	}

	.vvedenie-card__rating-value {
		display: block;
		font-size: 34px;
	}

	.vvedenie-card__stars {
		display: block;
		margin-top: 9px;
		font-size: 16px;
	}

	.vvedenie-card__caption {
		margin-top: 13px;
		font-size: 13px;
	}

	.vvedenie-card__title {
		font-size: 15px;
	}

	.vved-img,
	.vved-img img {
		min-height: 300px;
	}

	.vvedenie__bottom {
		grid-template-columns: 1fr;
		gap: 24px;
		margin-top: 18px;
		padding: 26px 21px;
	}

	.vvedenie__bottom-divider {
		width: 100%;
		height: 1px;
	}

	.vvedenie-price,
	.vvedenie__consultation {
		text-align: center;
	}

	.vvedenie-price__value {
		justify-content: center;
	}

	.vvedenie__button {
		max-width: none;
	}
}


/* ==========================================================
   УЗКИЕ МОБИЛЬНЫЕ
   ========================================================== */

@media (max-width: 480px) {

	.vvedenie__cards {
		grid-template-columns: 1fr;
	}

	.vvedenie-card {
		min-height: 130px;
	}

	.vvedenie-card__rating {
		display: flex;
	}

	.vvedenie-card__rating-value,
	.vvedenie-card__stars {
		display: inline;
		margin-top: 0;
	}

	.vvedenie-price__number {
		font-size: 28px;
	}
}
/* ==========================================================
   САБХЕДЕР
   ========================================================== */

.page_one_header.subheader_1 {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 240px;
	margin-bottom: 70px !important;
	padding: 48px 0 42px;
	overflow: hidden;
	background:
		linear-gradient(
			90deg,
			rgba(15, 26, 39, .92) 0%,
			rgba(15, 26, 39, .78) 42%,
			rgba(15, 26, 39, .42) 100%
		),
		url("/wp-content/uploads/2026/08/cleaning-hero-office2.jpg") center center / cover no-repeat;
	color: #fff;
	font-family: "Inter", Arial, sans-serif;
}

.page_one_header.subheader_1::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(255,255,255,.03) 0%,
		rgba(0,0,0,.12) 100%
	);
}

.page_one_header.subheader_1 .container,
.page_one_header.subheader_1 .row,
.page_one_header.subheader_1 .col-12{
	position:relative;
	z-index:2;
}

.page_one_header.subheader_1 .mt-3{
	margin-top:0 !important;
}

.page_one_header.subheader_1 .pt-1{
	padding-top:0 !important;
}

.page_one_header.subheader_1 .pb-5{
	padding-bottom:0 !important;
}

.page_one_header.subheader_1 h1{
	position:relative;
	display:inline-block;
	margin:0;
	padding-bottom:22px;
	color:#fff;
	font-size:44px;
	font-weight:400;
	line-height:1.08;
	letter-spacing:-.03em;
	text-transform:uppercase;
}

.page_one_header.subheader_1 h1::after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:72px;
	height:3px;
	background:#f5c400;
	border-radius:3px;
}


/* ==========================================================
   ХЛЕБНЫЕ КРОШКИ
   ========================================================== */

.page_one_header.subheader_1 #breadcrumbs{
	margin-top:22px;
	padding:0 !important;
	color:rgba(255,255,255,.72);
	font-size:14px;
	line-height:1.6;
}

.page_one_header.subheader_1 #breadcrumbs a{
	color:#fff;
	text-decoration:none;
	transition:.25s;
}

.page_one_header.subheader_1 #breadcrumbs a:hover{
	color:#f5c400;
}

.page_one_header.subheader_1 #breadcrumbs .breadcrumb_last{
	color:rgba(255,255,255,.68);
}


/* ==========================================================
   ПЛАНШЕТ
   ========================================================== */

@media(max-width:991px){

.page_one_header.subheader_1{
	min-height:210px;
	padding:42px 0 36px;
	margin-bottom:55px !important;
}

.page_one_header.subheader_1 h1{
	font-size:32px;
}

}


/* ==========================================================
   МОБИЛЬНЫЕ
   ========================================================== */

@media(max-width:767px){

.page_one_header.subheader_1{
	min-height:180px;
	padding:34px 0;
	margin-bottom:40px !important;

	background:
	linear-gradient(
	90deg,
	rgba(15,26,39,.94),
	rgba(15,26,39,.84)
	),
	url("/wp-content/uploads/2026/08/cleaning-hero-office2.jpg") center center / cover no-repeat;
}

.page_one_header.subheader_1 h1{
	font-size:22px;
	padding-bottom:18px;
}

.page_one_header.subheader_1 h1::after{
	width:55px;
}

.page_one_header.subheader_1 #breadcrumbs{
	margin-top:18px;
	font-size:13px;
}

}
/* ==========================================================
   ГАЛЕРЕЯ «ФОТО — МЫ НА ОБЪЕКТАХ»
   ========================================================== */

.section-objects {
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.objects-gallery {
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	padding: 0 0 30px;
}

.objects-gallery .owl-carousel {
	position: relative;
	width: 100%;
	max-width: 100%;
}

.objects-gallery .owl-stage-outer {
	overflow: hidden !important;
}

.objects-gallery .owl-stage {
	display: flex;
	align-items: center;
}

.objects-gallery .owl-item {
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: .32;
	transition:
		opacity .35s ease,
		transform .35s ease;
}

.objects-gallery .owl-item.active {
	opacity: .5;
}

.objects-gallery .owl-item.center {
	z-index: 3;
	opacity: 1;
}

.objects-gallery .item-objects {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #f3f5f7;
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(24, 36, 51, .08);
}

.objects-gallery .item-objects img {
	display: block;
	width: 100% !important;
	height: 550px;
	margin: 0;
	padding: 0;
	object-fit: cover;
	object-position: center;
	border-radius: inherit;
}


/* ==========================================================
   СТРЕЛКИ
   ========================================================== */

.objects-gallery .owl-nav {
	pointer-events: none;
}

.objects-gallery .owl-nav button.owl-prev,
.objects-gallery .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin: 0;
	padding: 0 !important;
	background: rgba(255, 255, 255, .94) !important;
	border: 1px solid #d9e4ea !important;
	border-radius: 50%;
	box-shadow: 0 8px 22px rgba(24, 36, 51, .13);
	color: var(--title-color, #182433);
	transform: translateY(-50%);
	opacity: 1;
	pointer-events: auto;
	transition:
		background-color .25s ease,
		border-color .25s ease,
		color .25s ease,
		transform .25s ease;
}

.objects-gallery .owl-nav button.owl-prev {
	left: calc(50% - 475px);
}

.objects-gallery .owl-nav button.owl-next {
	right: calc(50% - 475px);
}

.objects-gallery .owl-nav button:hover {
	background: var(--primary, #0078bf) !important;
	border-color: var(--primary, #0078bf) !important;
	color: #fff;
}

.objects-gallery .owl-nav button:hover .slidebtn {
	color: #fff;
}

.objects-gallery .slidebtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: inherit;
}

.objects-gallery .slidebtn svg {
	display: block;
	width: 10px;
	height: 18px;
}

.objects-gallery .owl-prev .slidebtn svg {
	transform: rotate(180deg);
}


/* ==========================================================
   ТОЧКИ
   ========================================================== */

.objects-gallery .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 24px;
}

.objects-gallery .owl-dot {
	width: 8px;
	height: 8px;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
}

.objects-gallery .owl-dot span {
	display: block;
	width: 8px;
	height: 8px;
	margin: 0;
	background: #cbd2d9;
	border-radius: 50%;
	transition:
		background-color .25s ease,
		transform .25s ease;
}

.objects-gallery .owl-dot.active span {
	background: var(--primary, #0078bf);
	transform: scale(1.2);
}


/* ==========================================================
   НОУТБУКИ
   ========================================================== */

@media (max-width: 1199px) {

	.objects-gallery .item-objects img {
		height: 480px;
	}

	.objects-gallery .owl-nav button.owl-prev {
		left: calc(50% - 410px);
	}

	.objects-gallery .owl-nav button.owl-next {
		right: calc(50% - 410px);
	}
}


/* ==========================================================
   ПЛАНШЕТЫ
   ========================================================== */

@media (max-width: 991px) {

	.objects-gallery .item-objects img {
		height: 420px;
	}

	.objects-gallery .owl-nav button.owl-prev {
		left: 26px;
	}

	.objects-gallery .owl-nav button.owl-next {
		right: 26px;
	}
}


/* ==========================================================
   МОБИЛЬНЫЕ
   ========================================================== */

@media (max-width: 767px) {

	.objects-gallery {
		padding-bottom: 20px;
	}

	.objects-gallery .owl-item,
	.objects-gallery .owl-item.active,
	.objects-gallery .owl-item.center {
		opacity: 1;
	}

	.objects-gallery .item-objects {
		border-radius: 10px;
	}

	.objects-gallery .item-objects img {
		height: 310px;
	}

	.objects-gallery .owl-nav button.owl-prev,
	.objects-gallery .owl-nav button.owl-next {
		width: 40px;
		height: 40px;
	}

	.objects-gallery .owl-nav button.owl-prev {
		left: 12px;
	}

	.objects-gallery .owl-nav button.owl-next {
		right: 12px;
	}

	.objects-gallery .owl-dots {
		margin-top: 18px;
	}
}


/* ==========================================================
   УЗКИЕ МОБИЛЬНЫЕ
   ========================================================== */

@media (max-width: 420px) {

	.objects-gallery .item-objects img {
		height: 260px;
	}
}

/* ==========================================================
   МОБИЛЬНАЯ ШАПКА — ФИНАЛЬНОЕ ПЕРЕОПРЕДЕЛЕНИЕ
   ========================================================== */

@media (max-width: 767px) {

	/* Основная часть шапки */

	.cleaning-header__main {
		padding: 0;
	}

	.cleaning-header__row {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		grid-template-rows: auto auto;
		align-items: stretch;
		gap: 0;
		min-height: 0;
		padding: 14px 0 12px;
	}

	/* Логотип на всю ширину */

	.cleaning-header__logo {
		grid-column: 1 / -1 !important;
		grid-row: 1 !important;
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 0;
		margin: 0;
		padding: 0 0 13px;
		border-bottom: 1px solid #edf1f4;
	}

	.cleaning-header__logo .custom-logo-link {
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		max-width: 100%;
	}

	.cleaning-header__logo img.custom-logo {
		display: block;
		width: auto;
		height: auto;
		max-width: 175px;
		max-height: 54px;
		margin: 0 auto;
		object-fit: contain;
	}

	/* Адрес и почта — левая колонка */

	.cleaning-header__info {
		grid-column: 1 !important;
		grid-row: 2 !important;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		gap: 9px;
		min-width: 0;
		min-height: 112px;
		margin: 0;
		padding: 16px 16px 16px 0;
		border-top: 0;
		border-right: 1px solid #edf1f4;
		border-bottom: 0;
		border-left: 0;
	}

	.cleaning-header__info-item {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		min-width: 0;
		margin: 0;
		color: #4f6073;
		font-size: 12px;
		line-height: 1.4;
		text-align: left;
	}

	.cleaning-header__icon {
		flex: 0 0 19px;
		width: 19px;
		height: 19px;
		margin-right: 8px;
	}

	.cleaning-header__icon svg {
		width: 19px;
		height: 19px;
	}

	.cleaning-header__info-text {
		display: block;
		min-width: 0;
		color: #4f6073;
		text-align: left;
		overflow-wrap: anywhere;
	}

	/* Телефоны и кнопка — правая колонка */

	.cleaning-header__actions {
		grid-column: 2 !important;
		grid-row: 2 !important;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 10px;
		min-width: 0;
		min-height: 112px;
		margin: 0;
		padding: 16px 0 16px 16px;
		border-top: 0;
	}

	.cleaning-header__phone {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 2px;
		width: 100%;
		text-align: center;
		white-space: nowrap;
	}

	.cleaning-header__phone a {
		display: block;
		font-size: 14px;
		font-weight: 700;
		line-height: 1.35;
		text-align: center;
	}

	.cleaning-header__button-wrap {
		display: flex;
		justify-content: center;
		width: 100%;
	}

	.cleaning-header__button {
		width: auto;
		min-width: 132px;
		max-width: 100%;
		min-height: 38px;
		padding: 9px 14px;
		font-size: 11px;
	}

	/* Меню сразу под контактной частью */

	.cleaning-header__navigation {
		width: 100%;
		margin: 0;
		padding: 0;
		overflow: visible;
		background: #fff;
		border-top: 1px solid #edf1f4 !important;
		border-bottom: 1px solid #edf1f4 !important;
	}

	.cleaning-header__navigation .container {
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 0 15px;
		overflow: visible;
	}

	.cleaning-header__nav {
		width: 100%;
		margin: 0;
		padding: 0;
		overflow: visible;
	}

	/*
	 * Max Mega Menu:
	 * строка с надписью «МЕНЮ» становится компактной
	 */

	.cleaning-header__navigation
	#mega-menu-wrap-menu-1
	.mega-menu-toggle {
		display: flex !important;
		align-items: center !important;
		justify-content: flex-end !important;
		width: 100% !important;
		height: 46px !important;
		min-height: 46px !important;
		margin: 0 !important;
		padding: 0 !important;
		background: #fff !important;
		border: 0 !important;
		box-shadow: none !important;
	}

	.cleaning-header__navigation
	#mega-menu-wrap-menu-1
	.mega-menu-toggle
	.mega-toggle-blocks-right {
		display: flex !important;
		align-items: center !important;
		justify-content: flex-end !important;
		width: 100% !important;
		margin: 0 !important;
	}

	.cleaning-header__navigation
	#mega-menu-wrap-menu-1
	.mega-menu-toggle
	.mega-toggle-label {
		font-size: 13px !important;
		font-weight: 500 !important;
		line-height: 46px !important;
	}

	.cleaning-header__navigation
	#mega-menu-wrap-menu-1
	.mega-menu-toggle
	.mega-toggle-animated {
		margin-left: 8px !important;
	}

	/* Само раскрытое меню */

	.cleaning-header__navigation
	#mega-menu-wrap-menu-1
	#mega-menu-menu-1 {
		margin: 0 !important;
		padding: 0 !important;
	}

	.cleaning-header__navigation
	#mega-menu-wrap-menu-1
	#mega-menu-menu-1
	> li.mega-menu-item
	> a.mega-menu-link {
		height: auto !important;
		min-height: 46px !important;
		line-height: 1.4 !important;
		padding: 13px 15px !important;
	}

}


/* ==========================================================
   УЗКИЕ СМАРТФОНЫ
   ========================================================== */

@media (max-width: 430px) {

	.cleaning-header__row {
		padding-top: 12px;
	}

	.cleaning-header__logo {
		padding-bottom: 11px;
	}

	.cleaning-header__logo img.custom-logo {
		max-width: 155px;
		max-height: 48px;
	}

	.cleaning-header__info {
		min-height: 104px;
		padding: 14px 10px 14px 0;
	}

	.cleaning-header__actions {
		min-height: 104px;
		padding: 14px 0 14px 10px;
	}

	.cleaning-header__info-item {
		font-size: 11px;
	}

	.cleaning-header__phone a {
		font-size: 12px;
	}

	.cleaning-header__button {
		min-width: 118px;
		padding-right: 10px;
		padding-left: 10px;
		font-size: 10px;
	}
}
/* ==========================================================
   ОТРАСЛИ, С КОТОРЫМИ МЫ РАБОТАЕМ
   ========================================================== */

.clean-industries-section {
	position: relative;
	padding: 30px 0;
	overflow: hidden;
	background: #fff;
	font-family: "Inter", Arial, sans-serif;
}

.clean-industries-section *,
.clean-industries-section *::before,
.clean-industries-section *::after {
	box-sizing: border-box;
}


/* ==========================================================
   ЗАГОЛОВОК
   ========================================================== */

.clean-industries-heading {
	max-width: 880px;
	margin: 0 auto 46px;
	text-align: center;
}

.clean-industries-heading__label {
	margin-bottom: 13px;
	color: var(--primary, #0078bf);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.clean-industries-heading__title {
	margin: 0 0 18px;
	color: var(--title-color, #182433);
	font-size: 46px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -.03em;
}

.clean-industries-heading__text {
	max-width: 760px;
	margin: 0 auto;
	color: var(--text-color, #5d6976);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
}


/* ==========================================================
   СЕТКА
   ========================================================== */

.clean-industries-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}


/* ==========================================================
   КАРТОЧКА
   ========================================================== */

.clean-industry-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	height: 100%;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e1e7ed;
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(24, 36, 51, .05);
	color: inherit;
	text-decoration: none;
	transform: translateY(0);
	transition:
		border-color .28s ease,
		box-shadow .28s ease,
		transform .28s ease;
}

a.clean-industry-card:hover,
a.clean-industry-card:focus {
	border-color: var(--primary, #0078bf);
	box-shadow: 0 18px 38px rgba(24, 36, 51, .12);
	color: inherit;
	text-decoration: none;
	transform: translateY(-5px);
}

.clean-industry-card__image {
	position: relative;
	width: 100%;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	background: #eef2f5;
}

.clean-industry-card__image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(24, 36, 51, 0) 55%,
		rgba(24, 36, 51, .12) 100%
	);
	pointer-events: none;
}

.clean-industry-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	object-position: center;
	transform: scale(1);
	transition: transform .5s ease;
}

a.clean-industry-card:hover .clean-industry-card__image img {
	transform: scale(1.045);
}


/* ==========================================================
   СОДЕРЖИМОЕ
   ========================================================== */

.clean-industry-card__content {
	position: relative;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-height: 205px;
	padding: 24px 22px 28px;
}

.clean-industry-card__title {
	margin: 0 0 12px;
	color: var(--title-color, #182433);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -.01em;
}

.clean-industry-card__text {
	margin: 0;
	padding-bottom: 24px;
	color: var(--text-color, #5d6976);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.58;
}

.clean-industry-card__line {
	position: absolute;
	right: 22px;
	bottom: 20px;
	width: 46px;
	height: 3px;
	background: var(--accent-yellow, #f5c400);
	border-radius: 5px;
	transition: width .28s ease;
}

a.clean-industry-card:hover .clean-industry-card__line {
	width: 66px;
}


/* ==========================================================
   КАРТОЧКИ БЕЗ ИЗОБРАЖЕНИЯ
   ========================================================== */

.clean-industry-card__placeholder {
	position: relative;
	display: flex;
	align-items: flex-end;
	width: 100%;
	aspect-ratio: 3 / 2;
	padding: 24px;
	overflow: hidden;
	background:
		linear-gradient(
			135deg,
			rgba(0, 120, 191, .96) 0%,
			rgba(0, 92, 153, .94) 100%
		);
}

.clean-industry-card__placeholder::before,
.clean-industry-card__placeholder::after {
	content: "";
	position: absolute;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 50%;
}

.clean-industry-card__placeholder::before {
	top: -65px;
	right: -35px;
	width: 180px;
	height: 180px;
}

.clean-industry-card__placeholder::after {
	top: 20px;
	right: 35px;
	width: 95px;
	height: 95px;
}

.clean-industry-card__placeholder span {
	position: relative;
	z-index: 2;
	color: rgba(255, 255, 255, .94);
	font-size: 17px;
	font-weight: 600;
	line-height: 1.35;
}


/* ==========================================================
   СКРЫТЫЕ КАРТОЧКИ
   ========================================================== */

.clean-industry-card--hidden {
	display: none;
}

.clean-industries-section.is-expanded .clean-industry-card--hidden {
	display: flex;
	animation: cleanIndustryFade .35s ease both;
}

@keyframes cleanIndustryFade {

	from {
		opacity: 0;
		transform: translateY(12px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}


/* ==========================================================
   КНОПКА
   ========================================================== */

.clean-industries-more {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.clean-industries-more__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	min-width: 220px;
	min-height: 50px;
	margin: 0;
	padding: 12px 24px;
	background: #fff;
	border: 1px solid var(--primary, #0078bf);
	border-radius: var(--button-radius, 10px);
	color: var(--primary, #0078bf);
	font-family: "Inter", Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	cursor: pointer;
	transition:
		background-color .25s ease,
		color .25s ease,
		transform .25s ease;
}

.clean-industries-more__button:hover,
.clean-industries-more__button:focus {
	background: var(--primary, #0078bf);
	color: #fff;
	outline: none;
	transform: translateY(-2px);
}

.clean-industries-more__arrow {
	width: 9px;
	height: 9px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
	transition: transform .25s ease;
}

.clean-industries-section.is-expanded .clean-industries-more__arrow {
	transform: translateY(2px) rotate(225deg);
}


/* ==========================================================
   ПЛАНШЕТЫ
   ========================================================== */

@media (max-width: 1199px) {

	.clean-industries-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.clean-industries-heading__title {
		font-size: 42px;
	}
}

@media (max-width: 991px) {

	.clean-industries-section {
		padding: 72px 0;
	}

	.clean-industries-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.clean-industry-card__content {
		min-height: 190px;
	}
}


/* ==========================================================
   МОБИЛЬНЫЕ
   ========================================================== */

@media (max-width: 767px) {

	.clean-industries-section {
		padding: 58px 0;
	}

	.clean-industries-heading {
		margin-bottom: 34px;
		text-align: left;
	}

	.clean-industries-heading__title {
		font-size: 32px;
	}

	.clean-industries-heading__text {
		font-size: 14px;
	}

	.clean-industries-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.clean-industry-card__content {
		min-height: 0;
		padding: 21px 20px 25px;
	}

	.clean-industry-card__text {
		padding-bottom: 20px;
	}

	.clean-industry-card__line {
		right: 20px;
		bottom: 17px;
	}

	.clean-industries-more {
		margin-top: 30px;
	}

	.clean-industries-more__button {
		width: 100%;
	}
}
/* ==========================================================
   ИСПОЛЬЗУЕМОЕ ОБОРУДОВАНИЕ И СРЕДСТВА
   ========================================================== */

.clean-equipment-section {
	position: relative;
	padding: 30px 0;
	background: #fff;
	font-family: "Inter", Arial, sans-serif;
}

.clean-equipment-section *,
.clean-equipment-section *::before,
.clean-equipment-section *::after {
	box-sizing: border-box;
}


/* ==========================================================
   ЗАГОЛОВОК
   ========================================================== */

.clean-equipment-heading {
	max-width: 850px;
	margin: 0 auto 42px;
	text-align: center;
}

.clean-equipment-heading__label {
	margin: 0 0 13px;
	color: var(--primary, #0078bf);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.clean-equipment-heading__title {
	margin: 0 0 18px;
	color: var(--title-color, #182433);
	font-size: 46px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -.03em;
}

.clean-equipment-heading__text {
	max-width: 750px;
	margin: 0 auto;
	color: var(--text-color, #5d6976);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
}


/* ==========================================================
   ОБЩАЯ ПЛАШКА
   ========================================================== */

.clean-equipment-box {
	position: relative;
	padding: 42px 46px;
	overflow: hidden;
	background: #f8f8f8;
	border: 1px solid #e3e8ed;
	border-radius: 16px;
}

/* Ненавязчивый желтый элемент */

.clean-equipment-box::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 95px;
	height: 4px;
	background: var(--accent-yellow, #f5c400);
	border-radius: 4px 0 0;
}


/* ==========================================================
   СПИСОК
   ========================================================== */

.clean-equipment-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 70px;
	row-gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.clean-equipment-list__item {
	position: relative;
	display: flex;
	align-items: flex-start;
	min-height: 56px;
	margin: 0;
	padding: 16px 0 16px 22px;
	border-bottom: 1px solid #e0e5e9;
	color: var(--title-color, #182433);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.55;
}

/* Синяя точка */

.clean-equipment-list__item::before {
	content: "";
	position: absolute;
	top: 24px;
	left: 0;
	width: 7px;
	height: 7px;
	background: var(--primary, #0078bf);
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(0, 120, 191, .08);
}

/*
 * Убираем нижнюю границу у двух последних пунктов,
 * поскольку они завершают обе колонки.
 */

.clean-equipment-list__item:nth-last-child(-n + 2) {
	border-bottom: 0;
}


/* ==========================================================
   ПЛАНШЕТЫ
   ========================================================== */

@media (max-width: 991px) {

	.clean-equipment-section {
		padding: 72px 0;
	}

	.clean-equipment-heading__title {
		font-size: 40px;
	}

	.clean-equipment-box {
		padding: 34px 32px;
	}

	.clean-equipment-list {
		column-gap: 42px;
	}
}


/* ==========================================================
   МОБИЛЬНЫЕ
   ========================================================== */

@media (max-width: 767px) {

	.clean-equipment-section {
		padding: 58px 0;
	}

	.clean-equipment-heading {
		margin-bottom: 32px;
		text-align: left;
	}

	.clean-equipment-heading__title {
		font-size: 32px;
	}

	.clean-equipment-heading__text {
		font-size: 14px;
		line-height: 1.6;
	}

	.clean-equipment-box {
		padding: 20px 22px 26px;
		border-radius: 13px;
	}

	.clean-equipment-list {
		grid-template-columns: 1fr;
	}

	.clean-equipment-list__item {
		min-height: 0;
		padding: 14px 0 14px 21px;
		font-size: 14px;
	}

	.clean-equipment-list__item::before {
		top: 22px;
		width: 6px;
		height: 6px;
	}

	.clean-equipment-list__item:nth-last-child(2) {
		border-bottom: 1px solid #e0e5e9;
	}

	.clean-equipment-list__item:last-child {
		border-bottom: 0;
	}

	.clean-equipment-box::after {
		width: 70px;
	}
}
/* ==========================================================
   КОНТАКТЫ
   ========================================================== */

.clean-contact-section{
	padding:90px 0;
	background:#f8f8f8;
}

.clean-contact-heading{
	max-width:700px;
	margin:0 auto 45px;
	text-align:center;
}

.clean-contact-heading__label{
	margin-bottom:12px;
	color:var(--primary,#0078bf);
	font-size:13px;
	font-weight:700;
	letter-spacing:.18em;
	text-transform:uppercase;
}

.clean-contact-heading__title{
	margin:0;
	color:var(--title-color,#182433);
	font-size:46px;
	font-weight:700;
	line-height:1.15;
	letter-spacing:-.03em;
}

/* ==========================================================
   КАРТА
   ========================================================== */

.clean-contact-map{
	height:460px;
	overflow:hidden;
	background:#fff;
	border:1px solid #dfe5eb;
	border-radius:18px;
	box-shadow:0 12px 35px rgba(24,36,51,.06);
}

.clean-contact-map iframe,
.clean-contact-map ymaps{
	width:100%!important;
	height:100%!important;
}

/* ==========================================================
   КАРТОЧКА
   ========================================================== */

.clean-contact-card{

	display:flex;

	flex-direction:column;

	height:100%;

	padding:34px;

	background:#fff;

	border:1px solid #dfe5eb;

	border-radius:18px;

	box-shadow:0 12px 35px rgba(24,36,51,.06);

}

.clean-contact-item{

	padding:18px 0;

	border-bottom:1px solid #e7ebef;

}

.clean-contact-item:last-child{

	border-bottom:none;

}

.clean-contact-item__title{

	margin-bottom:10px;

	color:var(--primary,#0078bf);

	font-size:13px;

	font-weight:700;

	letter-spacing:.08em;

	text-transform:uppercase;

}

.clean-contact-item__text,

.clean-contact-item a{

	display:block;

	color:var(--title-color,#182433);

	font-size:16px;

	font-weight:500;

	line-height:1.7;

	text-decoration:none;

	transition:color .25s ease;

}

.clean-contact-item a:hover{

	color:var(--primary,#0078bf);

}

/* ==========================================================
   TELEGRAM
   ========================================================== */

.clean-contact-telegram{

	display:flex!important;

	align-items:center;

	gap:12px;

}

.clean-contact-telegram svg{

	width:22px;

	height:22px;

	flex:0 0 22px;

	transition:transform .25s ease;

}

.clean-contact-telegram:hover svg{

	transform:scale(1.08);

}

.clean-contact-telegram span{

	font-weight:600;

}

/* ==========================================================
   МОБИЛЬНЫЕ
   ========================================================== */

@media (max-width:991px){

	.clean-contact-section{

		padding:70px 0;

	}

	.clean-contact-map{

		height:360px;

		margin-bottom:30px;

	}

}

@media (max-width:767px){

	.clean-contact-section{

		padding:55px 0;

	}

	.clean-contact-heading{

		margin-bottom:30px;

		text-align:left;

	}

	.clean-contact-heading__title{

		font-size:32px;

	}

	.clean-contact-card{

		padding:24px;

	}

	.clean-contact-item{

		padding:16px 0;

	}

}
/* ==========================================================
   ФУТЕР
   ========================================================== */

.cleaning-footer {
	position: relative;
	width: 100%;
	background: #293942;
	color: rgba(255, 255, 255, .72);
	font-family: "Inter", Arial, sans-serif;
}

.cleaning-footer *,
.cleaning-footer *::before,
.cleaning-footer *::after {
	box-sizing: border-box;
}

.cleaning-footer__main {
	display: grid;
	grid-template-columns:
		minmax(0, 1fr)
		minmax(0, 1fr)
		minmax(320px, 1.25fr);
	gap: 70px;
	padding: 64px 0 55px;
}


/* ==========================================================
   ЗАГОЛОВКИ
   ========================================================== */

.cleaning-footer__title {
	position: relative;
	margin: 0 0 30px;
	padding: 0 0 15px;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;
}

.cleaning-footer__title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 42px;
	height: 3px;
	background: #f5c400;
	border-radius: 3px;
}


/* ==========================================================
   МЕНЮ
   ========================================================== */

.cleaning-footer__menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cleaning-footer__menu li {
	position: relative;
	margin: 0 0 15px;
	padding: 0 0 0 18px;
}

.cleaning-footer__menu li:last-child {
	margin-bottom: 0;
}

.cleaning-footer__menu li::before {
	content: "";
	position: absolute;
	top: .68em;
	left: 0;
	width: 6px;
	height: 6px;
	background: #38a8e4;
	border-radius: 50%;
	transform: translateY(-50%);
}

.cleaning-footer__menu a {
	color: rgba(255, 255, 255, .72);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	text-decoration: none;
	transition:
		color .25s ease,
		transform .25s ease;
}

.cleaning-footer__menu a:hover,
.cleaning-footer__menu a:focus {
	color: #fff;
	text-decoration: none;
}


/* ==========================================================
   КОНТАКТЫ
   ========================================================== */

.cleaning-footer__contacts {
	min-width: 0;
}

.cleaning-footer__contact {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0 0 19px;
}

.cleaning-footer__contact-icon {
	display: flex;
	flex: 0 0 21px;
	align-items: center;
	justify-content: center;
	width: 21px;
	height: 21px;
	margin-top: 1px;
	color: #aeb8c1;;
	transition: color .25s ease;
}
.cleaning-footer__contact-icon svg {
	display: block;
	width: 21px;
	height: 21px;
}
.cleaning-footer__contact:hover .cleaning-footer__contact-icon{
	color:#ffffff;
}
.cleaning-footer__contact-content {
	min-width: 0;
}

.cleaning-footer__contact-label {
	margin: 0 0 4px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
}

.cleaning-footer__contact-text,
.cleaning-footer__contact-content a {
	display: block;
	color: rgba(255, 255, 255, .72);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.55;
	text-decoration: none;
	overflow-wrap: anywhere;
	transition: color .25s ease;
}

.cleaning-footer__contact-content a:hover,
.cleaning-footer__contact-content a:focus {
	color: #fff;
	text-decoration: none;
}


/* ==========================================================
   TELEGRAM
   ========================================================== */

.cleaning-footer__telegram {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-top: 3px;
	background: #229ed9;
	border-radius: 50%;
	box-shadow: none;
	color: #fff;
	text-decoration: none;
	transition:
		background-color .25s ease,
		transform .25s ease;
}

.cleaning-footer__telegram svg {
	display: block;
	width: 21px;
	height: 21px;
	fill: currentColor;
}

.cleaning-footer__telegram:hover,
.cleaning-footer__telegram:focus {
	background: #32abe3;
	color: #fff;
	text-decoration: none;
	transform: translateY(-2px);
}


/* ==========================================================
   НИЖНЯЯ ЧАСТЬ
   ========================================================== */

.cleaning-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, .1);
}

.cleaning-footer__bottom-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding: 23px 0;
}

.cleaning-footer__requisites {
	color: rgba(255, 255, 255, .58);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.55;
}

.cleaning-footer__legal {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 24px;
}

.cleaning-footer__legal a {
	color: rgba(255, 255, 255, .58);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.45;
	text-decoration: none;
	transition: color .25s ease;
}

.cleaning-footer__legal a:hover,
.cleaning-footer__legal a:focus {
	color: #fff;
	text-decoration: none;
}


/* ==========================================================
   СКРЫТАЯ ФОРМА
   ========================================================== */

.cleaning-footer__modal {
	display: none;
}


/* ==========================================================
   ПЛАНШЕТЫ
   ========================================================== */

@media (max-width: 991px) {

	.cleaning-footer__main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 45px 55px;
		padding: 55px 0 48px;
	}

	.cleaning-footer__contacts {
		grid-column: 1 / -1;
	}

	.cleaning-footer__bottom-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}

	.cleaning-footer__legal {
		justify-content: flex-start;
	}
}


/* ==========================================================
   МОБИЛЬНЫЕ
   ========================================================== */

@media (max-width: 767px) {

	.cleaning-footer__main {
		grid-template-columns: 1fr;
		gap: 38px;
		padding: 45px 0 38px;
	}

	.cleaning-footer__contacts {
		grid-column: auto;
	}

	.cleaning-footer__title {
		margin-bottom: 24px;
		font-size: 16px;
	}

	.cleaning-footer__bottom-row {
		padding: 22px 0;
	}

	.cleaning-footer__legal {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}
}
/* ==========================================================
   FIX MAX MEGA MENU
   Синхронное открытие и закрытие без мерцания
   ========================================================== */

@media (min-width: 768px) {

	/*
	 * Закрытое состояние.
	 * Подменю остается в DOM, но целиком скрывается вместе
	 * со всеми пунктами — белые прямоугольники не появляются.
	 */

	.cleaning-header__navigation
	#mega-menu-wrap-menu-1
	#mega-menu-menu-1
	> li.mega-menu-item
	> ul.mega-sub-menu {
		display: block !important;
		visibility: hidden !important;
		opacity: 0 !important;
		pointer-events: none !important;
		transform: none !important;
		animation: none !important;
		transition: none !important;
	}

	/*
	 * Открытое состояние.
	 * Учитываем и наведение, и класс Max Mega Menu.
	 * Переходов нет, поэтому двойного открытия или закрытия
	 * тоже не будет.
	 */

	.cleaning-header__navigation
	#mega-menu-wrap-menu-1
	#mega-menu-menu-1
	> li.mega-menu-item:hover
	> ul.mega-sub-menu,

	.cleaning-header__navigation
	#mega-menu-wrap-menu-1
	#mega-menu-menu-1
	> li.mega-menu-item.mega-toggle-on
	> ul.mega-sub-menu {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		pointer-events: auto !important;
		transform: none !important;
		animation: none !important;
		transition: none !important;
	}

	/*
	 * Вложенные элементы не должны скрываться или
	 * анимироваться отдельно от общего контейнера.
	 */

	.cleaning-header__navigation
	#mega-menu-wrap-menu-1
	#mega-menu-menu-1
	> li.mega-menu-item
	> ul.mega-sub-menu,

	.cleaning-header__navigation
	#mega-menu-wrap-menu-1
	#mega-menu-menu-1
	> li.mega-menu-item
	> ul.mega-sub-menu
	.mega-menu-row,

	.cleaning-header__navigation
	#mega-menu-wrap-menu-1
	#mega-menu-menu-1
	> li.mega-menu-item
	> ul.mega-sub-menu
	.mega-menu-column,

	.cleaning-header__navigation
	#mega-menu-wrap-menu-1
	#mega-menu-menu-1
	> li.mega-menu-item
	> ul.mega-sub-menu
	li.mega-menu-item,

	.cleaning-header__navigation
	#mega-menu-wrap-menu-1
	#mega-menu-menu-1
	> li.mega-menu-item
	> ul.mega-sub-menu
	a.mega-menu-link {
		animation: none !important;
		transition-property: color, background-color !important;
		transition-duration: .2s !important;
	}

	/*
	 * Не разрешаем строкам и колонкам мегаменю
	 * выходить за границы общего контейнера.
	 */

	.cleaning-header__navigation
	#mega-menu-wrap-menu-1
	#mega-menu-menu-1
	> li.mega-menu-item
	> ul.mega-sub-menu {
		overflow: hidden !important;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}

}
/* ==========================================================
   ГАЛЕРЕЯ БЛАГОДАРСТВЕННЫХ ПИСЕМ
   ========================================================== */

.clean-reviews-gallery {
	position: relative;
	padding: 80px 0;
	background: #fff;
	font-family: "Inter", Arial, sans-serif;
}

.clean-reviews-gallery *,
.clean-reviews-gallery *::before,
.clean-reviews-gallery *::after {
	box-sizing: border-box;
}


/* ==========================================================
   ЗАГОЛОВОК
   ========================================================== */

.clean-reviews-gallery__heading {
	max-width: 850px;
	margin: 0 auto 42px;
	text-align: center;
}

.clean-reviews-gallery__label {
	margin: 0 0 13px;
	color: var(--primary, #0078bf);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.clean-reviews-gallery__title {
	margin: 0;
	color: var(--title-color, #182433);
	font-size: 46px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -.03em;
}


/* ==========================================================
   СЕТКА
   ========================================================== */

.clean-reviews-gallery__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}


/* ==========================================================
   ИЗОБРАЖЕНИЕ
   ========================================================== */

.clean-reviews-gallery__item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	aspect-ratio: 3 / 4;
	padding: 14px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e0e6eb;
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(24, 36, 51, .06);
	color: inherit;
	text-decoration: none;
	transform: translateY(0);
	transition:
		border-color .25s ease,
		box-shadow .25s ease,
		transform .25s ease;
}

.clean-reviews-gallery__item::after {
	content: "";
	position: absolute;
	right: 18px;
	bottom: 14px;
	width: 38px;
	height: 3px;
	background: var(--accent-yellow, #f5c400);
	border-radius: 4px;
	transition: width .25s ease;
}

.clean-reviews-gallery__item:hover,
.clean-reviews-gallery__item:focus {
	border-color: var(--primary, #0078bf);
	box-shadow: 0 18px 38px rgba(24, 36, 51, .12);
	text-decoration: none;
	transform: translateY(-4px);
}

.clean-reviews-gallery__item:hover::after,
.clean-reviews-gallery__item:focus::after {
	width: 56px;
}

.clean-reviews-gallery__item img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0 0 13px;
	object-fit: contain;
	object-position: center;
	transition: transform .35s ease;
}

.clean-reviews-gallery__item:hover img,
.clean-reviews-gallery__item:focus img {
	transform: scale(1.025);
}


/* ==========================================================
   ПЛАНШЕТЫ
   ========================================================== */

@media (max-width: 991px) {

	.clean-reviews-gallery {
		padding: 70px 0;
	}

	.clean-reviews-gallery__title {
		font-size: 40px;
	}

	.clean-reviews-gallery__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
	}
}


/* ==========================================================
   МОБИЛЬНЫЕ
   ========================================================== */

@media (max-width: 575px) {

	.clean-reviews-gallery {
		padding: 55px 0;
	}

	.clean-reviews-gallery__heading {
		margin-bottom: 30px;
		text-align: left;
	}

	.clean-reviews-gallery__title {
		font-size: 32px;
	}

	.clean-reviews-gallery__grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.clean-reviews-gallery__item {
		max-width: 420px;
		width: 100%;
		margin: 0 auto;
	}
}
/* ==========================================================
   СТРАНИЦА «О КОМПАНИИ»
   ========================================================== */

.about-company {
	padding: 20px 0 90px;
	background: #fff;
	font-family: "Inter", Arial, sans-serif;
}

.about-company *,
.about-company *::before,
.about-company *::after {
	box-sizing: border-box;
}

.about-company__intro,
.about-company__section {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
	align-items: center;
	gap: 60px;
}

.about-company__intro {
	margin-bottom: 55px;
}

.about-company__label {
	margin-bottom: 12px;
	color: var(--primary, #0078bf);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.about-company__title,
.about-company__section-title {
	margin: 0 0 22px;
	color: var(--title-color, #182433);
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: -.025em;
}

.about-company__title {
	font-size: 42px;
}

.about-company__section-title {
	font-size: 34px;
}

.about-company__intro-content p,
.about-company__section-content p {
	margin: 0 0 16px;
	color: var(--text-color, #5d6976);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
}

.about-company__intro-content p:last-child,
.about-company__section-content p:last-child {
	margin-bottom: 0;
}

.about-company__intro-content strong,
.about-company__section-content strong {
	color: var(--title-color, #182433);
	font-weight: 700;
}


/* ==========================================================
   ФОТОГРАФИИ
   ========================================================== */

.about-company__intro-image,
.about-company__section-image {
	position: relative;
	overflow: hidden;
	background: #eef2f5;
	border-radius: 18px;
	box-shadow: 0 16px 40px rgba(24, 36, 51, .08);
}

.about-company__intro-image {
	aspect-ratio: 4 / 3;
}

.about-company__section-image {
	aspect-ratio: 16 / 11;
}

.about-company__intro-image img,
.about-company__section-image img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	object-position: center;
}


/* ==========================================================
   ЦИФРЫ
   ========================================================== */

.about-company__numbers {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-bottom: 80px;
	overflow: hidden;
	background: #f8f8f8;
	border: 1px solid #e2e7eb;
	border-radius: 16px;
}

.about-company__number {
	position: relative;
	min-width: 0;
	padding: 30px 26px;
}

.about-company__number + .about-company__number {
	border-left: 1px solid #dde4e9;
}

.about-company__number::after {
	content: "";
	position: absolute;
	right: 22px;
	bottom: 18px;
	width: 38px;
	height: 3px;
	background: var(--accent-yellow, #f5c400);
	border-radius: 4px;
}

.about-company__number strong {
	display: block;
	margin-bottom: 9px;
	color: var(--primary, #0078bf);
	font-size: 25px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -.02em;
}

.about-company__number span {
	display: block;
	max-width: 210px;
	color: var(--text-color, #5d6976);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}


/* ==========================================================
   КОМАНДА И ОБОРУДОВАНИЕ
   ========================================================== */

.about-company__section {
	margin-bottom: 75px;
}

.about-company__section--image-left {
	grid-template-columns: minmax(380px, .95fr) minmax(0, 1.05fr);
}

.about-company__section-content {
	max-width: 570px;
}


/* ==========================================================
   НИЖНЯЯ ГАЛЕРЕЯ
   ========================================================== */

.about-company__gallery {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.about-company__gallery-item {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #eef2f5;
	border: 1px solid #e1e7ed;
	border-radius: 14px;
	box-shadow: 0 10px 28px rgba(24, 36, 51, .06);
	text-decoration: none;
	transition:
		border-color .25s ease,
		box-shadow .25s ease,
		transform .25s ease;
}

.about-company__gallery-item:hover,
.about-company__gallery-item:focus {
	border-color: var(--primary, #0078bf);
	box-shadow: 0 16px 34px rgba(24, 36, 51, .12);
	text-decoration: none;
	transform: translateY(-4px);
}

.about-company__gallery-item img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	object-position: center;
	transition: transform .4s ease;
}

.about-company__gallery-item:hover img,
.about-company__gallery-item:focus img {
	transform: scale(1.04);
}


/* ==========================================================
   ПЛАНШЕТЫ
   ========================================================== */

@media (max-width: 991px) {

	.about-company {
		padding-bottom: 70px;
	}

	.about-company__intro,
	.about-company__section,
	.about-company__section--image-left {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.about-company__intro-image {
		order: 2;
	}

	.about-company__section--image-left .about-company__section-image {
		order: 2;
	}

	.about-company__section--image-left .about-company__section-content {
		order: 1;
	}

	.about-company__title {
		font-size: 38px;
	}

	.about-company__numbers {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.about-company__number:nth-child(3) {
		border-left: 0;
		border-top: 1px solid #dde4e9;
	}

	.about-company__number:nth-child(4) {
		border-top: 1px solid #dde4e9;
	}

	.about-company__gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}


/* ==========================================================
   МОБИЛЬНЫЕ
   ========================================================== */

@media (max-width: 575px) {

	.about-company {
		padding: 5px 0 55px;
	}

	.about-company__intro {
		margin-bottom: 42px;
	}

	.about-company__title {
		font-size: 31px;
	}

	.about-company__section-title {
		font-size: 28px;
	}

	.about-company__intro-content p,
	.about-company__section-content p {
		font-size: 15px;
		line-height: 1.65;
	}

	.about-company__numbers {
		grid-template-columns: 1fr;
		margin-bottom: 55px;
	}

	.about-company__number {
		padding: 25px 22px;
	}

	.about-company__number + .about-company__number {
		border-top: 1px solid #dde4e9;
		border-left: 0;
	}

	.about-company__number strong {
		font-size: 23px;
	}

	.about-company__section {
		margin-bottom: 52px;
	}

	.about-company__gallery {
		grid-template-columns: 1fr;
		gap: 16px;
	}
}
/* ==========================================================
   ОТДЕЛЬНАЯ СТРАНИЦА «КОНТАКТЫ»
   Классы не пересекаются со сквозным блоком
   ========================================================== */

.contacts-page {
	width: 100%;
	background: #fff;
	font-family: "Inter", Arial, sans-serif;
}

.contacts-page *,
.contacts-page *::before,
.contacts-page *::after {
	box-sizing: border-box;
}

.contacts-page__section {
	padding: 20px 0 90px;
	background: #fff;
}


/* ==========================================================
   КАРТА И КОНТАКТЫ
   ========================================================== */

.contacts-page__grid {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
	align-items: stretch;
	gap: 30px;
}

.contacts-page__map {
	position: relative;
	min-width: 0;
	height: 500px;
	overflow: hidden;
	background: #f3f5f7;
	border: 1px solid #dfe5eb;
	border-radius: 18px;
	box-shadow: 0 12px 35px rgba(24, 36, 51, .06);
}

.contacts-page__map iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}


/* ==========================================================
   КАРТОЧКА КОНТАКТОВ
   ========================================================== */

.contacts-page__card {
	display: flex;
	flex-direction: column;
	height: 500px;
	padding: 26px 34px;
	background: #fff;
	border: 1px solid #dfe5eb;
	border-radius: 18px;
	box-shadow: 0 12px 35px rgba(24, 36, 51, .06);
}

.contacts-page__item {
	flex: 1 1 auto;
	padding: 16px 0;
	border-bottom: 1px solid #e7ebef;
}

.contacts-page__item:first-child {
	padding-top: 8px;
}

.contacts-page__item:last-child {
	padding-bottom: 8px;
	border-bottom: 0;
}

.contacts-page__item-title {
	margin: 0 0 7px;
	color: var(--primary, #0078bf);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.contacts-page__item-text,
.contacts-page__item a {
	display: block;
	color: var(--title-color, #182433);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.55;
	text-decoration: none;
	transition: color .25s ease;
}

.contacts-page__item a:hover,
.contacts-page__item a:focus {
	color: var(--primary, #0078bf);
	text-decoration: none;
}


/* ==========================================================
   TELEGRAM
   ========================================================== */

.contacts-page__telegram {
	display: inline-flex !important;
	align-items: center;
	gap: 10px;
	width: fit-content;
}

.contacts-page__telegram svg {
	display: block;
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	transition: transform .25s ease;
}

.contacts-page__telegram span {
	font-weight: 600;
}

.contacts-page__telegram:hover svg,
.contacts-page__telegram:focus svg {
	transform: scale(1.08);
}


/* ==========================================================
   ФОРМА
   ========================================================== */

.contacts-page__form-section {
	margin-top: 70px;
}

.contacts-page__form-heading {
	margin: 0 0 34px;
	text-align: center;
}

.contacts-page__form-label {
	margin: 0 0 12px;
	color: var(--primary, #0078bf);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.contacts-page__form-title {
	margin: 0;
	color: var(--title-color, #182433);
	font-size: 42px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -.03em;
}

.contacts-page__form-card {
	max-width: 920px;
	margin: 0 auto;
	padding: 38px 42px;
	background: #f8f8f8;
	border: 1px solid #e1e7ed;
	border-radius: 18px;
	box-shadow: 0 12px 35px rgba(24, 36, 51, .05);
}


/* ==========================================================
   CONTACT FORM 7
   ========================================================== */

.contacts-page__form-card p {
	margin: 0 0 18px;
}

.contacts-page__form-card p:last-child {
	margin-bottom: 0;
}

.contacts-page__form-card label {
	display: block;
	margin: 0;
	color: var(--title-color, #182433);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
}

.contacts-page__form-card .wpcf7-form-control-wrap {
	display: block;
	margin-top: 8px;
}

.contacts-page__form-card input[type="text"],
.contacts-page__form-card input[type="email"],
.contacts-page__form-card input[type="tel"],
.contacts-page__form-card textarea,
.contacts-page__form-card select {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 13px 15px;
	background: #fff;
	border: 1px solid #dce4ea;
	border-radius: 10px;
	color: var(--title-color, #182433);
	font-family: "Inter", Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
	outline: none;
	transition:
		border-color .25s ease,
		box-shadow .25s ease;
}

.contacts-page__form-card textarea {
	min-height: 150px;
	resize: vertical;
}

.contacts-page__form-card input[type="text"]:focus,
.contacts-page__form-card input[type="email"]:focus,
.contacts-page__form-card input[type="tel"]:focus,
.contacts-page__form-card textarea:focus,
.contacts-page__form-card select:focus {
	border-color: var(--primary, #0078bf);
	box-shadow: 0 0 0 3px rgba(0, 120, 191, .09);
}
/* ==========================================================
   СТРАНИЦА КОНТАКТОВ — КНОПКА КАК В HERO
   ========================================================== */

.contacts-page__form-card input[type="submit"],
.contacts-page__form-card button[type="submit"],
.contacts-page__form-card .wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	margin: 0;
	padding: 12px 28px;
	background: var(--primary, #0078bf) !important;
	border: 1px solid var(--primary, #0078bf) !important;
	border-radius: var(--button-radius, 10px);
	box-shadow: none;
	color: #fff !important;
	font-family: "Inter", Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	text-transform: none;
	cursor: pointer;
	opacity: 1;
	filter: none;
	-webkit-appearance: none;
	appearance: none;
	transition:
		background-color var(--ui-transition, .25s ease),
		border-color var(--ui-transition, .25s ease),
		color var(--ui-transition, .25s ease),
		opacity var(--ui-transition, .25s ease),
		transform var(--ui-transition, .25s ease),
		box-shadow var(--ui-transition, .25s ease);
}

.contacts-page__form-card input[type="submit"]:hover,
.contacts-page__form-card input[type="submit"]:focus,
.contacts-page__form-card button[type="submit"]:hover,
.contacts-page__form-card button[type="submit"]:focus,
.contacts-page__form-card .wpcf7-submit:hover,
.contacts-page__form-card .wpcf7-submit:focus {
	background: var(--primary-hover, #0068a8) !important;
	border-color: var(--primary-hover, #0068a8) !important;
	color: #fff !important;
	opacity: 1;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 8px 20px rgba(0, 120, 191, .16);
}

/* До выбора обязательного согласия — как в форме Hero */

.contacts-page__form-card input[type="submit"]:disabled,
.contacts-page__form-card input[type="submit"][disabled],
.contacts-page__form-card button[type="submit"]:disabled,
.contacts-page__form-card button[type="submit"][disabled],
.contacts-page__form-card .wpcf7-submit:disabled,
.contacts-page__form-card .wpcf7-submit[disabled],
.contacts-page__form-card .wpcf7-submit.disabled {
	background: var(--primary, #0078bf) !important;
	border-color: var(--primary, #0078bf) !important;
	color: #fff !important;
	opacity: .65 !important;
	cursor: not-allowed;
	filter: none !important;
	transform: none !important;
	box-shadow: none !important;
}

.contacts-page__form-card input[type="submit"]:disabled:hover,
.contacts-page__form-card input[type="submit"]:disabled:focus,
.contacts-page__form-card input[type="submit"][disabled]:hover,
.contacts-page__form-card input[type="submit"][disabled]:focus,
.contacts-page__form-card button[type="submit"]:disabled:hover,
.contacts-page__form-card button[type="submit"]:disabled:focus,
.contacts-page__form-card .wpcf7-submit:disabled:hover,
.contacts-page__form-card .wpcf7-submit:disabled:focus,
.contacts-page__form-card .wpcf7-submit[disabled]:hover,
.contacts-page__form-card .wpcf7-submit[disabled]:focus,
.contacts-page__form-card .wpcf7-submit.disabled:hover,
.contacts-page__form-card .wpcf7-submit.disabled:focus {
	background: var(--primary, #0078bf) !important;
	border-color: var(--primary, #0078bf) !important;
	color: #fff !important;
	opacity: .65 !important;
	transform: none !important;
	box-shadow: none !important;
}


/* ==========================================================
   СТРАНИЦА КОНТАКТОВ — СОГЛАСИЕ КАК В HERO
   ========================================================== */

.contacts-page__form-card .wpcf7-acceptance {
	display: block;
	width: 100%;
	color: #616d78;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.55;
}

.contacts-page__form-card .wpcf7-acceptance .wpcf7-list-item {
	display: block;
	margin: 0;
}

.contacts-page__form-card .wpcf7-acceptance label {
	position: relative;
	display: flex;
	align-items: flex-start;
	margin: 0;
	font-weight: 400;
	cursor: pointer;
}

.contacts-page__form-card .wpcf7-acceptance input[type="checkbox"] {
	position: relative;
	display: block;
	flex: 0 0 19px;
	width: 19px;
	height: 19px;
	min-width: 19px;
	min-height: 19px;
	margin: 2px 11px 0 0;
	padding: 0;
	background: #fff;
	border: 1px solid #8e9aa6;
	border-radius: 3px;
	box-shadow: none;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none !important;
	appearance: none !important;
	transition:
		background-color var(--ui-transition, .25s ease),
		border-color var(--ui-transition, .25s ease),
		box-shadow var(--ui-transition, .25s ease);
}

.contacts-page__form-card .wpcf7-acceptance input[type="checkbox"]:hover {
	border-color: var(--primary, #0078bf);
}

.contacts-page__form-card .wpcf7-acceptance input[type="checkbox"]:focus,
.contacts-page__form-card .wpcf7-acceptance input[type="checkbox"]:focus-visible {
	border-color: var(--primary, #0078bf);
	box-shadow: 0 0 0 4px rgba(0, 120, 191, .08);
	outline: none;
}

.contacts-page__form-card .wpcf7-acceptance input[type="checkbox"]:checked {
	background: var(--primary, #0078bf);
	border-color: var(--primary, #0078bf);
}

.contacts-page__form-card .wpcf7-acceptance input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 6px;
	display: block;
	width: 5px;
	height: 9px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}

.contacts-page__form-card .wpcf7-acceptance .wpcf7-list-item-label {
	display: block;
	flex: 1 1 auto;
	min-width: 0;
}

.contacts-page__form-card .wpcf7-acceptance a {
	color: var(--primary, #0078bf);
	text-decoration: none;
}

.contacts-page__form-card .wpcf7-acceptance a:hover,
.contacts-page__form-card .wpcf7-acceptance a:focus {
	color: var(--primary-hover, #0068a8);
	text-decoration: underline;
}

/* Убираем серое оформление CF7 */
.contacts-page__form-card .wpcf7-submit.disabled,
.contacts-page__form-card .wpcf7-submit:disabled {
	background: var(--primary, #0078bf) !important;
	border-color: var(--primary, #0078bf) !important;
	color: #fff !important;
	opacity: 1 !important;
}

/* Сообщения Contact Form 7 */

.contacts-page__form-card .wpcf7-not-valid-tip {
	margin-top: 6px;
	color: #c83e3e;
	font-size: 12px;
	line-height: 1.4;
}

.contacts-page__form-card .wpcf7-response-output {
	margin: 20px 0 0 !important;
	padding: 12px 15px !important;
	border-radius: 8px;
	font-size: 13px;
	line-height: 1.5;
}


/* ==========================================================
   ПЛАНШЕТЫ
   ========================================================== */

@media (max-width: 991px) {

	.contacts-page__section {
		padding-bottom: 70px;
	}

	.contacts-page__grid {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.contacts-page__map {
		height: 400px;
	}

	.contacts-page__card {
		height: auto;
	}

	.contacts-page__item {
		flex: none;
	}

	.contacts-page__form-section {
		margin-top: 55px;
	}
}


/* ==========================================================
   МОБИЛЬНЫЕ
   ========================================================== */

@media (max-width: 767px) {

	.contacts-page__section {
		padding: 5px 0 55px;
	}

	.contacts-page__map {
		height: 320px;
		border-radius: 14px;
	}

	.contacts-page__card {
		padding: 22px 24px;
		border-radius: 14px;
	}

	.contacts-page__form-section {
		margin-top: 45px;
	}

	.contacts-page__form-heading {
		text-align: left;
	}

	.contacts-page__form-title {
		font-size: 32px;
	}

	.contacts-page__form-card {
		padding: 25px 22px;
		border-radius: 14px;
	}
}
/* ==========================================================
   КАТАЛОГ УСЛУГ — ОТДЕЛЬНАЯ СТРАНИЦА
   Не конфликтует с clean-industries
   ========================================================== */

.services-catalog {
	padding: 10px 0 80px;
	background: #fff;
	font-family: "Inter", Arial, sans-serif;
}

.services-catalog *,
.services-catalog *::before,
.services-catalog *::after {
	box-sizing: border-box;
}

.services-catalog__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.services-catalog__card {
	position: relative;
	display: block;
	min-width: 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e0e6eb;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(24, 36, 51, .06);
	color: var(--title-color, #182433);
	text-decoration: none;
	transition:
		border-color .25s ease,
		box-shadow .25s ease,
		transform .25s ease;
}

.services-catalog__card:hover,
.services-catalog__card:focus {
	border-color: var(--primary, #0078bf);
	box-shadow: 0 14px 32px rgba(24, 36, 51, .11);
	color: var(--primary, #0078bf);
	text-decoration: none;
	transform: translateY(-3px);
}

.services-catalog__card img {
	display: block;
	width: 100%;
	height: 170px;
	margin: 0;
	object-fit: cover;
	object-position: center;
	transition: transform .35s ease;
}

.services-catalog__card:hover img,
.services-catalog__card:focus img {
	transform: scale(1.035);
}

.services-catalog__title {
	display: flex;
	align-items: center;
	min-height: 68px;
	padding: 16px 20px 21px;
	color: inherit;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.35;
}

.services-catalog__line {
	position: absolute;
	right: 18px;
	bottom: 12px;
	display: block;
	width: 34px;
	height: 3px;
	background: var(--accent-yellow, #f5c400);
	border-radius: 4px;
	transition: width .25s ease;
}

.services-catalog__card:hover .services-catalog__line,
.services-catalog__card:focus .services-catalog__line {
	width: 50px;
}

@media (max-width: 1199px) {

	.services-catalog__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {

	.services-catalog {
		padding-bottom: 65px;
	}

	.services-catalog__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
	}
}

@media (max-width: 575px) {

	.services-catalog {
		padding: 5px 0 50px;
	}

	.services-catalog__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.services-catalog__card img {
		height: 200px;
	}

	.services-catalog__title {
		min-height: 62px;
		padding: 15px 18px 20px;
		font-size: 16px;
	}
}
.services-catalog__intro {
	max-width: 920px;
	margin: 0 0 35px;
}

.services-catalog__intro p {
	margin: 0;
	color: var(--text-color, #5d6976);
	font-size: 16px;
	line-height: 1.7;
}
/* ==========================================================
   СТРАНИЦА "НАШИ УСЛУГИ"
   Все стили изолированы через .services-directory
   ========================================================== */

.services-directory {
	padding: 10px 0 80px;
	background: #fff;
	font-family: "Inter", Arial, sans-serif;
}

.services-directory *,
.services-directory *::before,
.services-directory *::after {
	box-sizing: border-box;
}

/* Вводный текст */

.services-directory__intro {
	max-width: 900px;
	margin: 0 0 34px;
}

.services-directory__intro p {
	margin: 0;
	color: #5d6976;
	font-size: 16px;
	line-height: 1.7;
}

/* Общий контейнер разделов */

.services-directory__box {
	overflow: hidden;
	background: #fff;
	border: 1px solid #dfe7ec;
	border-radius: 14px;
}

/* Один раздел */

.services-directory__section {
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr);
	gap: 22px;
	padding: 30px 32px;
	border-bottom: 1px solid #e5ebef;
}

.services-directory__section:last-child {
	border-bottom: 0;
}

/* Иконка */

.services-directory__icon {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 4px;
	color: #0078bf;
}

.services-directory__icon svg {
	display: block;
	width: 48px;
	height: 48px;
}

/* Заголовок */

.services-directory__content h2 {
	margin: 0;
	color: #17212b;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.35;
}

.services-directory__accent {
	display: block;
	width: 46px;
	height: 3px;
	margin: 11px 0 20px;
	background: #f4c400;
	border-radius: 3px;
}

/* Сетка ссылок */

.services-directory__links {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	column-gap: 34px;
	row-gap: 0;
}

.services-directory__links a {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 34px;
	padding: 5px 20px 5px 0;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	text-decoration: none;
	transition: color .2s ease;
}

/* маленькая стрелка */

.services-directory__links a::after {
	content: "";
	position: relative;
	flex: 0 0 6px;
	width: 6px;
	height: 6px;
	margin-left: 8px;
	border-top: 1.5px solid #0078bf;
	border-right: 1.5px solid #0078bf;
	transform: rotate(45deg);
	transition: transform .2s ease;
}

.services-directory__links a:hover,
.services-directory__links a:focus {
	color: #0078bf;
	text-decoration: none;
}

.services-directory__links a:hover::after,
.services-directory__links a:focus::after {
	transform: translateX(3px) rotate(45deg);
}

/* Нижняя плашка */

.services-directory__contact {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	margin-top: 22px;
	padding: 22px 26px;
	background: #f7f9fa;
	border-radius: 12px;
}

.services-directory__contact-text {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.services-directory__contact-text strong {
	color: #17212b;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}

.services-directory__contact-text span {
	color: #5d6976;
	font-size: 14px;
	line-height: 1.5;
}

/*
 * Кнопка использует существующие:
 * .cleaning-header__button
 * .fancybox
 * .open-modal
 *
 * Здесь задаем только размеры в рамках каталога.
 */

.services-directory__contact .cleaning-header__button {
	flex: 0 0 auto;
	min-width: 190px;
	justify-content: center;
	white-space: nowrap;
}

/* TABLET */

@media (max-width: 1199px) {

	.services-directory__links {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {

	.services-directory {
		padding-bottom: 60px;
	}

	.services-directory__section {
		grid-template-columns: 58px minmax(0, 1fr);
		gap: 18px;
		padding: 26px 24px;
	}

	.services-directory__icon svg {
		width: 42px;
		height: 42px;
	}

	.services-directory__links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 28px;
	}

	.services-directory__contact {
		align-items: flex-start;
	}
}

/* MOBILE */

@media (max-width: 575px) {

	.services-directory {
		padding: 5px 0 45px;
	}

	.services-directory__intro {
		margin-bottom: 24px;
	}

	.services-directory__intro p {
		font-size: 15px;
		line-height: 1.6;
	}

	.services-directory__box {
		border-radius: 10px;
	}

	.services-directory__section {
		display: block;
		padding: 24px 20px;
	}

	.services-directory__icon {
		justify-content: flex-start;
		margin-bottom: 14px;
		padding: 0;
	}

	.services-directory__icon svg {
		width: 38px;
		height: 38px;
	}

	.services-directory__content h2 {
		font-size: 19px;
	}

	.services-directory__accent {
		margin: 10px 0 15px;
	}

	.services-directory__links {
		grid-template-columns: 1fr;
	}

	.services-directory__links a {
		min-height: 34px;
		font-size: 14px;
	}

	.services-directory__contact {
		flex-direction: column;
		align-items: stretch;
		gap: 18px;
		margin-top: 16px;
		padding: 20px;
	}

	.services-directory__contact .cleaning-header__button {
		width: 100%;
		min-width: 0;
	}
}
/* ==========================================================
   MEGA MENU — УСЛУГИ
   ========================================================== */

.services-mega {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px 30px;

	width: 100%;
	max-width: 1020px;

	margin: 0 auto;
	padding: 18px 22px 16px;

	background: #fff;

	font-family: "Inter", Arial, sans-serif;

	box-sizing: border-box;
}


/* ==========================================================
   КОЛОНКА
   ========================================================== */

.services-mega__col {
	min-width: 0;
}


/* ==========================================================
   ЗАГОЛОВОК РАЗДЕЛА
   ========================================================== */

.services-mega__title {
	position: relative;

	margin: 0 0 10px;
	padding: 0 0 8px;

	color: #17212b;

	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
}

.services-mega__title::after {
	content: "";

	position: absolute;
	left: 0;
	bottom: 0;

	width: 30px;
	height: 2px;

	background: #f5c400;
}


/* ==========================================================
   ССЫЛКИ
   ========================================================== */

.services-mega__col a {
	display: block;

	position: relative;

	padding: 3px 0;

	color: #333 !important;

	font-size: 13px;
	font-weight: 400;
	line-height: 1.35;

	text-decoration: none !important;

	transition:
		color .2s ease,
		padding-left .2s ease;
}

.services-mega__col a:hover,
.services-mega__col a:focus {
	padding-left: 4px;

	color: #0078bf !important;

	text-decoration: none !important;
}


/* ==========================================================
   СМОТРЕТЬ ВСЕ УСЛУГИ
   ========================================================== */

.services-mega__all {
	grid-column: 1 / -1;

	margin-top: 1px;
	padding-top: 12px;

	border-top: 1px solid #e4eaf0;
}

.services-mega__all a {
	display: inline-flex;
	align-items: center;

	color: #0078bf !important;

	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;

	text-decoration: none !important;

	transition: color .2s ease;
}

.services-mega__all a:hover,
.services-mega__all a:focus {
	color: #0068a8 !important;
	text-decoration: none !important;
}


/* ==========================================================
   MAX MEGA MENU — КОНТЕЙНЕР УСЛУГ
   ========================================================== */

.cleaning-header__navigation
#mega-menu-wrap-menu-1
#mega-menu-menu-1
.services-mega {
	background: #fff !important;
}


/* Убираем лишние отступы виджета Max Mega Menu */

.cleaning-header__navigation
#mega-menu-wrap-menu-1
#mega-menu-menu-1
.mega-sub-menu
.widget_custom_html,
.cleaning-header__navigation
#mega-menu-wrap-menu-1
#mega-menu-menu-1
.mega-sub-menu
.widget_text {
	margin: 0 !important;
	padding: 0 !important;
}


/* ==========================================================
   НОУТБУКИ
   ========================================================== */

@media (max-width: 1199px) {

	.services-mega {
		max-width: 900px;
		gap: 20px 24px;
		padding: 16px 18px;
	}

	.services-mega__title {
		font-size: 12.5px;
	}

	.services-mega__col a {
		font-size: 12.5px;
	}
}


/* ==========================================================
   ПЛАНШЕТ
   ========================================================== */

@media (max-width: 991px) {

	.services-mega {
		grid-template-columns: repeat(2, minmax(0, 1fr));

		max-width: 100%;

		gap: 20px 25px;

		padding: 18px 15px;
	}
}


/* ==========================================================
   МОБИЛЬНЫЕ
   ========================================================== */

@media (max-width: 767px) {

	.services-mega {
		display: block;

		width: 100%;
		max-width: none;

		padding: 12px 15px 18px;
	}

	.services-mega__col {
		margin-bottom: 22px;
	}

	.services-mega__col:last-of-type {
		margin-bottom: 14px;
	}

	.services-mega__title {
		margin-bottom: 8px;

		font-size: 13px;
	}

	.services-mega__col a {
		padding: 5px 0;

		font-size: 13px;
	}

	.services-mega__col a:hover,
	.services-mega__col a:focus {
		padding-left: 0;
	}

	.services-mega__all {
		padding-top: 12px;
	}
}