/*
Theme Name: Desinfection
Author: Yana P.
Version: 1.0

*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@font-face {
    font-family: 'Bebas Neue Cyrillic';
    src: url('assets/fonts/bebasneuecyrillic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; 
}


:root {
--dark-color: #2E2E2E;
--gray-color:#767676;
--light-gray-color: #E0E0E0;
--dark-white-color: #F0F2F3;
--blue-color: #2648CE;
--orange-color: #E8762F;
--red-color:#E74343;


--heading-font: 'Bebas Neue Cyrillic', sans-serif;
--text-font: "Inter", sans-serif;

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

/*переопределяем bootstrap*/
--bs-btn-line-height: 1.48;
--bs-link-color-rgb: 46, 46, 46;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--text-font);
    line-height: var(--line-height);
    color: var(--dark-color); 
	font-size: var(--font-size);
	font-weight:400;
    background-color: #fff; 
    min-height: 100vh; 
	 padding-top: 100px;
}

h1 {
	  font-family: var(--heading-font);
	  font-size: 72px;
	  text-transform: uppercase;
	  line-height: 1;
}

h2 {
	  font-family: var(--heading-font);
	  font-size: 56px;
	  text-transform: uppercase;
	  line-height: 1.12;
}
h3 {
	  font-family: var(--heading-font);
	  font-size: 32px;
	  text-transform: uppercase;
	  line-height: 1.12;
}

h4 {
	  font-family: var(--text-font);
	  font-size: 24px;
	  line-height: 1.32;
}

h1, h2, h3, h4 {
margin-bottom:40px;	
}

a {
	 text-decoration: none;
    color: inherit;
	transition: all 0.3s ease-out;
	cursor:pointer;
}
a:focus-visible {
    outline: none;
}
section {
	margin: 120px 40px;
}
section:first-of-type {
    margin-top: 40px;
}
.btn {
	
	color:#fff;
	background: var(--orange-color);
	border-radius:100px;
	padding: 16px 28px;
	border: 1px solid var(--orange-color);
	transition: all 0.3s ease-out;
	cursor: pointer;
	--bs-btn-font-size: inherit;
}
.btn:hover {
	background: #DB5E10;
	color:#fff;
	border-color: #DB5E10;
}

.btn-orange {
		color: var(--orange-color);
	background: #fff;
	border-radius:100px;
	padding: 16px 28px;
	border: 1px solid var(--orange-color);
	transition: all 0.3s ease-out;
	cursor: pointer;
	text-align: center;
}

.btn-orange:hover {
	color:#fff;
	background: #DB5E10;
	border: 1px solid #DB5E10;
}

.btn-dark {
			color: var(--dark-color);
	background: #fff;
	border-radius:100px;
	padding: 16px 20px;
	border: 1px solid var(--dark-color);
	transition: all 0.3s ease-out;
	cursor: pointer;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
}

.btn-dark:hover {
	color: var(--gray-color);
	border: 1px solid var(--gray-color);
}

.btn-dark::before {
    content: '';
    display: inline-block;
    width: 18px;    
    height: 20px;  
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 3v12m0 3l6-7.5m-6 7.5l-6-7.5' stroke='%232E2E2E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    
}
.btn-dark:hover::before {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 3v12m0 3l6-7.5m-6 7.5l-6-7.5' stroke='%23767676' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    transform: translateY(3px); 
	
}
.btn:focus-visible, .btn-dark:focus-visible,.btn-orange:focus-visible {
	outline:none;
	
}
.block-header {
	font-family: var(--heading-font);
    font-size: 56px;
    text-transform: uppercase;
    line-height: 1.12;
	max-width:70%;
}
.page-title{
font-family: var(--heading-font);
    font-size: 72px;
    text-transform: uppercase;
    line-height: 1;
}


.faq .block-header, .banner .block-header {
	max-width:100%;
}

footer {
	padding: 88px 16px 36px;
	background: var(--light-gray-color);
}

.footer-contacts {
	display: flex;
    gap: 20px;
    flex-direction: column;
}

.footer-contacts-block {
display: flex;
    gap: 8px;
    flex-direction: column;	
}
.footer-contacts-block .btn {
	padding: 8px 29px;
	width: fit-content;
}
.messengers {
	display: flex;
	gap:8px;
	}
	
.messengers>* {
	width:40px;
	height:40px;
	transition: filter 0.3s ease;
	background-repeat:no-repeat;
	background-position:center;
	background-size: contain;
	}
	
.messenger-telegram {
	background-image: url(assets/images/tg.svg);
}

.messenger-whatsapp {
	background-image: url(assets/images/wa.svg);
}
.messenger-max {
	background-image: url(assets/images/max.svg);
}

.messengers>*:hover {
filter: brightness(0.8);
	}
.phones {
	font-size:16px;
	font-weight: bold;
}
.worktime {
	font-size:14px;
	
}
.worktime::before {
    content: '';
    display: inline-block;
    width: 8px;    
    height: 8px;  
    background-image: url(assets/images/green-disc.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	margin-right:8px;
}

.footer-contacts-block span{
	font-size:16px;
	font-weight: bold;
}

.footer-contacts-block .phones a:hover, .footer-contacts-block .emails a:hover {
	color: var(--orange-color);
	
}

.logo-footer {
	margin-bottom: 24px;
}
.address {
	font-size:14px;
	
}
footer .address {
	margin-bottom: 12px;
}
.license {
	font-size:14px;
	color: var(--gray-color);
	
}

.copywrite {
		font-size:12px;
	color: var(--gray-color);
	    gap: 36px;
}
.copywrite a {
	width: fit-content;
	padding:0;
}

.copywrite a:hover {
	color: var(--orange-color);
}

.footer-menu {
	padding-left: 0;
}

.footer-menu li{
	    list-style: none;
    margin-bottom: 16px;
    font-size: 16px;
	
}

.footer-menu a:hover {
	color: var(--gray-color);
	
}

.footer-grid {
    display: grid;
    grid-template-columns: 4fr 3fr 3fr 3fr; 
    gap: 30px;
    margin-bottom: 16px;
}
header {
    position: fixed;
    top: 0;
    left: 0;
      z-index: 1000;
    transition: all 0.3s ease-in-out;
	 width: 100%;
    background-color: #fff; 
}

header.header-hidden {
    transform: translateY(-100%);
}


header.header-visible {
    transform: translateY(0);
}
.top-header {
	background: var(--blue-color);
}

.top-header .container {
	position:relative;
	padding: 0;
}
.top-header .row {
	padding: 10px 0;
	color:#fff;
	font-size:16px;
	
}
.top-header .row > * {
	width: fit-content;
}

.header-info  li{
	display: inline-block;
	padding: 6px 0;
}
.header-info {
	    flex: 1;
    display: flex;
    justify-content: space-around;
    margin: 0;
    padding: 0;
}

.header-info ul li {
    margin-left: 12px; 
}
.header-info a:hover, .service-menu-btn:hover {
	color: var(--light-gray-color);
}
.service-menu-btn {
	background: #1234BA;
	border-radius:20px;
	padding: 6px 20px;
	    display: inline-flex;
    align-items: center;
}

.service-menu-btn::before {
	    content: '';
    display: inline-block;
    width: 16px;    
    height: 16px;  
	background-image: url('assets/images/menu-burger.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	margin-right:6px;
	transition: all 0.3s ease-out;
}

.service-menu-btn.active::before {
	background-image: url('assets/images/close.svg');
}
.bottom-header {
	padding: 8px 0;
	border-bottom: 1px solid var(--light-gray-color);
}
.bottom-header .container {
	position:relative;
}
.bottom-header .row  {
	align-items: center;
	justify-content: space-between;
}

.bottom-header .row >* {
	
	width:fit-content;
}

header .btn-orange {
	padding: 7px 20px;
}

.left-header-block {
	display:flex;
	align-items: center;
	gap:34px;
}
.right-header-block {
	display:flex;
	align-items: center;
	gap:24px;
}
.add-work {
	display: flex;
    align-items: center;
    gap: 24px;
}

.phone-call {
	display: flex;
    align-items: center;
    gap: 16px;
}

.service-dropdown-menu {
    position: absolute;
    top: 68px;
    left: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    background: white;
    border-radius: 20px;
    z-index: 999;
    display: none;
    padding: 20px 0;
}

.service-dropdown-menu.active {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}



.header-services {

    margin: 0;
    padding: 0;
    list-style: none;
}

.header-services > li {
    position: relative;
    flex: 1;
    min-width: 200px;
}
.header-services > li:hover {
	color: var(--blue-color);
    background: var(--dark-white-color);
}
.header-services > li > a {
    display: flex;
    align-items: center;
  
    font-size: 16px;
  
    padding: 8px 28px;

}

.header-services > li.menu-item-has-children > a::after {
content: '';
display: inline-block;
width: 7px;    
height: 11px;  
background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.06055 9.06066L5.06055 5.06066L1.06055 1.06066' stroke='%232E2E2E' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
background-size: contain;
transition: all 0.3s ease;
margin-left:auto;
}

.header-services > li.menu-item-has-children:hover > a::after {
	   background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.06055 9.06066L5.06055 5.06066L1.06055 1.06066' stroke='%232648ce' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");
}

.submenu-toggle {
    position: absolute;
    right: 0;
    top: 8px;
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #666;
    padding: 0 5px;
    transition: all 0.3s ease;
}

.submenu-toggle.active {
    transform: rotate(90deg);
    color: #ff6b00;
}


.header-services .sub-menu {
    position: absolute;
    top: -50%;
    left: 100%;
    width: 250px;
    background: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 20px 0;
    margin: 0;
    list-style: none;
    display: none;
    z-index: 1000;
	border-radius: 20px;
}

.header-services .sub-menu.active {
    display: block;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Пункты подменю */
.header-services .sub-menu li {
    margin: 0;
}

.header-services .sub-menu a {
    display: block;
    padding: 8px 20px;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s ease;
}

.header-services .sub-menu a:hover {
	color: var(--blue-color);
    background: var(--dark-white-color);
}

.mobile-header-btns {
	display:none;
	gap: 8px;
}

.mobile-header-btns > *{
	    width: 44px;
    height: 44px;
	border-radius:53px;
	background: var(--dark-white-color);
}
.mobile-header-btns .messenger-max {
	    background: url(/wp-content/themes/desinfection/assets/images/max.svg) no-repeat center center;
}
.mobile-phone {
	background-image: url(assets/images/phone.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.hamburger-btn {
		background-image: url(assets/images/menu-burger-mob.svg);
	background-repeat: no-repeat;
	background-position: center;
	 transition: all 0.2s ease;
}
.hamburger-btn.active {
	background-image: url(assets/images/cross.svg);
}
.header-menu-mobile {
	display:none;
padding: 24px 16px;
        position: absolute;
        top: 110%;
     right: 2%;
        max-width: 100vw;
        background: white;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        max-height: 85vh;
		min-height: 85vh;
        min-width: 360px;
        overflow-y: auto;
        box-sizing: border-box;
}
.menu-mobile-contacts-block span{
	font-weight: bold;
	
}

.menu-mobile-contacts-block {
	display: flex;
    gap: 8px;
    flex-direction: column;
}
.menu-mobile-contacts-block .messengers > * {
	width:44px;
	height:44px;
}

.mobile-phone-call {
	display: flex;
    flex-direction: column;
    gap: 12px;
	margin-bottom: 20px;
}
.mobile-phone-call .btn-orange {
	padding: 12px 20px;
    text-align: center;
}
.mobile-phone-worktime {
	display: flex;
    gap: 20px;
}
.mobile-service-menu-btn{
	display: block;
    padding: 12px 0;
    border-bottom: 1px solid var(--light-gray-color);
	    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobile-service-menu-btn::after {
	content: '';
display: inline-block;
width: 7px;    
height: 11px;  
background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.06055 9.06066L5.06055 5.06066L1.06055 1.06066' stroke='%232E2E2E' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
background-size: contain;
transition: all 0.3s ease;
margin-left:auto;

}

.header-menu-mobile ul li{
	display: block;
    padding: 12px 0;
    
}

.mobile-header-info > li:not(:last-child) {
    border-bottom: 1px solid var(--light-gray-color);
}
.mobile-header-services > li:not(:last-child) {
    border-bottom: 1px solid var(--light-gray-color);
}
.header-menu-mobile ul {
	padding-left: 0;
}

.mobile-services-menu-container {
	display:none;
	
}

.mobile-services-menu-container.active {
	display:block;
} 

.mobile-services-menu-container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 1001;
    flex-direction: column;
    overflow-y: auto;
}

.mobile-services-menu-container.active {
    display: flex;
}
.mobile-services-menu-container.active ~ * {
    display: none !important;
}
.mobile-services-menu-header {
    display: flex;
    padding: 16px 16px 8px;
gap: 24px;
    position: sticky;
    top: 0;
    z-index: 2;
	flex-direction: column;
}

.mobile-services-back-btn {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: var(--blue-color);
    cursor: pointer;
}
.back-text::before {
content: '';
display: inline-block;
width: 7px;    
height: 11px;  
background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.06055 9.06066L1.06055 5.06066L5.06055 1.06066' stroke='%232648CE' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
background-size: contain;
transition: all 0.3s ease;
    margin-right: 12px;
}




.mobile-services-title {
    font-size: 26px;
font-family: var(--heading-font);
text-transform: uppercase;
line-height: 1.12;

}

.mobile-services-menu-content {
    flex: 1;
    overflow-y: auto;
    padding: 0 16px;
}


.mobile-header-services {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-header-services > li {
    position: relative;
}

/*
.mobile-header-services > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid var(--light-gray-color);
    font-weight: 500;
    color: var(--dark-color);
    transition: all 0.3s ease;
    position: relative;
}

*/


.mobile-header-services > li.has-children > a {
    padding-right: 40px; /* Место для стрелки */
}


.mobile-header-services > li.has-children > a::after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 7px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.06055 1.06066L5.06055 5.06066L9.06055 1.06066' stroke='%232E2E2E' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all 0.3s ease;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.mobile-header-services > li.has-children.active > a::after {
  transform: rotate(180deg);
    top: 10%;
}


.mobile-header-services .sub-menu {

    display: none;

}

.mobile-header-services > li.active > .sub-menu {
    display: block;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
        max-height: 0;
    }
    to {
        opacity: 1;
        transform: translateY(0);
        max-height: 500px;
    }
}


.mobile-header-services .sub-menu li {
    position: relative;
}

.mobile-header-services .sub-menu li:last-child a {
    border-bottom: none;
}

.mobile-header-services .sub-menu li a {
    display: block;
   
    font-weight: 400;
    transition: color 0.3s ease;
  
}
section.insect_links {
	    margin-top: 20px;
	margin-bottom:0;
}

.pests-grid {
	    display: flex;
    gap: 8px;
    padding: 16px 0;
	overflow-x: auto;
}

.pest-item {
padding: 12px;
    border-radius: 16px;
    border: 1px solid var(--light-gray-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 94px;
    height: 103px;
	flex-shrink: 0;
}

.pest-icon {
	
	width: 44px;
	height: 44px;
}
.pest-name {
	font-size:16px;
}

.pest-item:hover span {
	color:var(--orange-color);
}
.pest-item:hover .pest-icon  {
	filter: brightness(0.7); 
}
.steps {
	    background: var(--dark-white-color);
    margin-left: 40px;
	margin-right: 40px;
    padding: 88px 0;
    border-radius: 52px;
}

.steps_inner {
	display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.step_item {
	background: #fff;
    padding: 40px 36px;
    border-radius: 24px;
    flex: 1 0 calc(33.333% - 16px);
    max-width: calc(33.333% - 16px);
    position: relative;
	display: flex;
    gap: 28px;
    flex-direction: column;
}
.step_icon{
	background: var(--dark-white-color);
    border-radius: 100px;
    width: 60px;
    height: 60px;
    font-size: 44px;
    font-family: var(--heading-font);
    color: var(--blue-color);
    text-align: center;
    line-height: 60px;
}
.step_text {
		display: flex;
    gap: 12px;
    flex-direction: column;
}

.step_name  {
font-size: 32px;
    font-family: var(--heading-font);
    text-transform: uppercase;
    line-height: 1.12;	
}

.steps_cta {
	background: var(--blue-color);
    color: #fff;
    border-radius: 24px;
    padding: 40px 36px;
    flex: 1 0 calc(33.333% - 16px);
    max-width: calc(33.333% - 16px);
    display: flex;
	gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.steps_cta_desc {
	font-size: 32px;
    font-family: var(--heading-font);
    text-transform: uppercase;
    line-height: 1.12;	
}

.step_arrow {
	
    position: absolute;
   top: 40%;
    right: -30px;
    background: url(/wp-content/themes/desinfection/assets/images/arrow-right.svg) no-repeat center center;
    background-color: var(--dark-white-color);
    color: var(--dark-color);
       width: 60px;
    height: 60px;
    z-index: 10;
    border-radius: 100px;
  

}


.step_item:nth-child(3n) .step_arrow, .step_item:nth-child(5n) .step_arrow {
    display: none;
}


.adv_inner {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.adv_item {
    flex: 0 0 calc(33.333% - 16px);
	padding: 40px 36px;
    border-radius: 24px;
    border: 1px solid var(--light-gray-color);
	display: flex;
    flex-direction: column;
    gap: 24px;
}

.adv_item:last-child:nth-child(3n+1) {
    flex: 0 0 calc(33.333% - 16px); 
}

.adv_item:last-child:nth-child(3n+2),
.adv_item:nth-last-child(2):nth-child(3n+1) {
    flex: 0 0 calc(50% - 16px); 
}

.adv_icon  {
	    width: 88px;
    height: 88px;
    padding: 10px 14px;
}
.adv_name {
	font-size: 32px;
    font-family: var(--heading-font);
    text-transform: uppercase;
    line-height: 1.12;
}

.adv_text {
	display: flex;
    flex-direction: column;
    gap: 12px;
}
.faq-inner {
	display: flex;
    gap: 57px;
}

.left-faq-block {
	    flex-basis: 30%;
    flex-grow: 0;
    flex-shrink: 0;
	display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
}
.left-faq-block .block-header {
	margin-bottom:0;
}
.faq-list {
	flex-basis: 70%;
    flex-grow: 0;
    flex-shrink: 0;
	display: flex;
    flex-direction: column;
    gap: 16px;
	
}

.faq-item {
	border-radius: 24px;
    padding: 28px;
    background: var(--dark-white-color);
}

.faq-question {
	font-size: 20px;
    line-height: 1.2;
	transition: all 0.3s ease-out;
	position: relative;
	font-weight: 600;
	padding-right: 40px;
}

.faq-question:hover {
	color:var(--blue-color);
}

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

.faq-answer {
	
    margin-top: 36px;
    padding-right: 10%;
    color: var(--gray-color);

}

.faq-question::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-image: url('/wp-content/themes/desinfection/assets/images/add.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
     transition: transform 0.5s ease, filter 0.3s ease;
}

.faq-question:hover::after {
	   filter: brightness(0) saturate(100%) invert(23%) sepia(77%) saturate(1763%) hue-rotate(211deg) brightness(96%) contrast(96%);
}
.faq-question[aria-expanded="true"]::after {
    transform: translateY(-50%) rotate(90deg);
    
}


.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
     background: rgba(118, 118, 118, 0.35);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  backdrop-filter: blur(5px); 
  -webkit-backdrop-filter: blur(5px); 
}

.popup-container {
    background: #fff;
    border-radius: 24px;
    display: flex;
    max-width: 440px;
    gap: 24px;
    width: 100%;
    animation: popupShow 0.3s ease-out;
    position: relative;
    padding: 44px;
    max-height: 85vh;
    overflow-y: auto;
    flex-direction: column;
}



.popup-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.32;

}

.popup-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: var(--text-color);
  transition: color 0.3s;
  position: absolute;
    top: 20px;
    right: 20px;
}





.popup-content .form_popup {
  margin: 0;
}

.popup-content .input_field {
background: #F0F4F7;
    margin-bottom: 16px;
}

.popup-content .input_field:focus {
  outline: none;

}



@keyframes popupShow {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(-20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.form-popup {
	display: flex;
    flex-direction: column;
    gap: 24px;
}

.input-field {
	width: 100%;
    border-radius: 67px;
    border: none;
    background: var(--dark-white-color);
    padding: 16px 28px;
	    color: var(--dark-color);
}

.form-popup > p {
	display: flex;
    flex-direction: column;
    gap: 12px;
}

.wpcf7-select {
	    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'><polyline points='6 9 12 15 18 9'/></svg>");
    background-repeat: no-repeat;
    background-position: right 32px center;
    background-size: 20px;
}

.how-radio {
	display: flex;
    flex-direction: column;
    gap: 12px;
}

.how-title {
	font-size: 22px;
    font-weight: 600;
    display: block;
    margin-bottom: 12px;
}

.how-radio input[type="radio"] {
 width: 24px;
    height: 24px;
    border: 2px solid var(--dark-color);
    margin-right: 10px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
}


.how-radio input[type="radio"]:checked {
background-color: var(--dark-color);
    border-color: var(--dark-color);
    box-shadow: inset 0 0 0 3px white;
}

.wpcf7-list-item {
	margin:0;
}

.how-radio .wpcf7-list-item label {
	display: flex;
    align-items: center;
}
.form-how p, .form-btn-block p{
margin-bottom: 0;
}
.form-btn-block {
	display: flex;
    gap: 8px;
    flex-direction: column;
}
.form-btn-block .btn {
	width:100%;
}

.wpcf7-spinner {
	display: none;
}

.form-acceptance-text {
	font-size: 12px;
   line-height: 1.4;
}
.form-acceptance-text  a {
	text-decoration: underline;
}

input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid var(--dark-color);
    border-radius: 4px;
    background: white;
    cursor: pointer;
    position: relative;
}



input[type="checkbox"]:checked::before {
content: '✓';
    position: absolute;
    color: var(--dark-color);
    font-size: 12px;
    font-weight: 600;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}




input[type="checkbox"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.wpcf7-form-control-wrap .form-control:focus {
	width: 100%;
    border-radius: 67px;
    border: none;
    background: var(--dark-white-color);
	box-shadow: none;
	color: var(--dark-color);
   outline: none;
}

.input-field:focus-visible, textarea:focus-visible {
	outline: none;
}

.input-field.clien-name {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNSA3LjVDNi41IDYuMDQxMzEgNy4wNzk0NiA0LjY0MjM2IDguMTEwOTEgMy42MTA5MUM5LjE0MjM2IDIuNTc5NDYgMTAuNTQxMyAyIDEyIDJDMTMuNDU4NyAyIDE0Ljg1NzYgMi41Nzk0NiAxNS44ODkxIDMuNjEwOTFDMTYuOTIwNSA0LjY0MjM2IDE3LjUgNi4wNDEzMSAxNy41IDcuNUMxNy41IDguOTU4NjkgMTYuOTIwNSAxMC4zNTc2IDE1Ljg4OTEgMTEuMzg5MUMxNC44NTc2IDEyLjQyMDUgMTMuNDU4NyAxMyAxMiAxM0MxMC41NDEzIDEzIDkuMTQyMzYgMTIuNDIwNSA4LjExMDkxIDExLjM4OTFDNy4wNzk0NiAxMC4zNTc2IDYuNSA4Ljk1ODY5IDYuNSA3LjVaTTMgMTlDMyAxNy42NzkgMy41MjY3OCAxNi40MDIxIDQuNDY0NDcgMTUuNDY0NUM1LjQwMjE1IDE0LjUyNjggNi42Nzg5OCAxNCA4IDE0SDE2QzE3LjMyMSAxNCAxOC41OTc5IDE0LjUyNjggMTkuNTM1NSAxNS40NjQ1QzIwLjQ3MzIgMTYuNDAyMSAyMSAxNy42NzkgMjEgMTlWMjJIM1YxOVoiIGZpbGw9IiM3Njc2NzYiLz4KPC9zdmc+');
background-repeat: no-repeat;
    background-position: 28px center;
    background-size: 20px;
    padding-left: 60px !important;
}
.input-field.phone-mask, .wpcf7-form-control-wrap .form-control:focus {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjk5OTkgMTUuNDZMMTUuNzI5OSAxNC44NUwxMy4yMDk5IDE3LjM3QzEwLjM3MTMgMTUuOTI1OSA4LjA2Mzk2IDEzLjYxODYgNi42MTk5IDEwLjc4TDkuMTQ5OSA4LjI1TDguNTM5OSAzSDMuMDI5OUMyLjQ0OTkgMTMuMTggMTAuODE5OSAyMS41NSAyMC45OTk5IDIwLjk3VjE1LjQ2WiIgZmlsbD0iIzc2NzY3NiIvPgo8L3N2Zz4=');
    background-repeat: no-repeat;
    background-position: 28px center;
    background-size: 20px;
    padding-left: 60px !important;
}

textarea {
	
	width: 100%;
    border-radius: 24px;
    border: none;
    background: var(--dark-white-color);
    padding: 16px 28px;
    color: var(--dark-color);
}

.form-popup textarea {
	    height: 100px;
    min-height: 80px;
    max-height: 180px;
}

.big_forma .container {
	    min-height: 700px;
    background: url(/wp-content/themes/desinfection/assets/images/forma-bg.png) no-repeat center;
	    background-size: contain;
}

.big_forma_inner {
	max-width: 670px;
    margin: auto;
    padding: 56px;
    color: #fff;
	    display: flex;
    gap: 40px;
    flex-direction: column;
}
.big_forma_text {
	display: flex;
    gap: 20px;
    flex-direction: column;
}
.big_forma_header {
margin-bottom: 0;
}
.big_forma_adv_item {
	background: #2648CE;
    padding: 20px;
    font-size: 16px;
    border-radius: 20px;
    line-height: 1.56;
	    display: flex;
    gap: 16px;
    align-items: center;
}
.big_forma_adv {
	display: flex;
    gap: 16px;
    flex-direction: column;
}

.big_forma_form > p{
	gap: 12px;
    display: flex;
	/*background: #fff;
    border-radius: 67px;
    padding: 4px;*/
}

.big_forma_form .btn {
	height: fit-content;
}
.big_forma_adv_icon {
	width: 52px;
    height: 52px;
	    min-width: 52px;
    min-height: 52px;
    background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
}

.big_forma_adv_icon.clock {
	  background-image: url(/wp-content/themes/desinfection/assets/images/clock.svg);
}

.big_forma_adv_icon.man {
	  background-image: url(/wp-content/themes/desinfection/assets/images/man-white.svg);
}

.wpcf7 .wpcf7-submit:disabled {
	background: var(--gray-color);
}
.btn-dark.spoiler-expanded::before, .btn-dark.linking-expanded::before {
    transform: rotate(180deg);
}

table {
	width: 100%;
   
    border-radius: 44px;
    border: 1px solid var(--light-gray-color);
	   border-collapse: separate;
    border-spacing: 0;
}
.table-wrapper {
  overflow: auto;
  max-width: 100%;
 
}
	td, th {
		padding: 20px 40px;
		min-width: 150px;
	}
	 th{
		 background:var(--dark-white-color);
		 font-size: 24px;
		 line-height: 1.32;
		 font-weight:600;
		 border: 1px solid var(--light-gray-color);
		 
	 }
	 thead th:first-of-type {
    border-top-left-radius: 44px;
}

thead th:last-of-type {
    border-top-right-radius: 44px;
}
	 
	 td {
		 font-size:22px;
		 border: 1px solid var(--light-gray-color);
	 }
	
	table th:first-child,
table td:first-child {
   border-left: none;
    border-bottom: none;
}

table th:last-child,
table td:last-child {
    border-right: none;
    border-bottom: none;
}

.text_block__spoiler-content {
	margin-bottom:32px;
}

.text_block_bg {
	
    padding: 88px 0;
    background: var(--dark-white-color);
    border-radius: 52px;

}

.text_block_bg .btn-dark {
	background: var(--dark-white-color);
}

.text_block_bg th {
	background: var(--light-gray-color);
}
.banner {
 position: relative;
    color: #fff;
    border-radius: 52px;
    min-height: 600px;
    background: url(/wp-content/themes/desinfection/assets/images/banner_bg.png) no-repeat center center;
    background-size: cover;
    margin-top: 0;
    overflow: hidden;
}
.banner-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    height: 100%;
    min-height: 600px;
    position: relative;
}

.banner-img {
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-end; 
    justify-content: center;
}

.banner-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 90%; 
    display: block;
}


.banner-info {
    padding: 64px 0 42px;
    display: flex;
    flex-direction: column;
	    gap: 44px;
   
}
.banner-info .block-header {
	font-size: 72px;
    line-height: 1;
	margin-bottom: 0;
}

.banner-text-block {
	display: flex;
    gap: 20px;
    flex-direction: column;
}

.banner-advantages {
	display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.advantage-item {
    flex: 0 0 calc(50% - 8px);
    display: flex;
    gap: 20px;
    border-radius: 20px;
    padding: 20px 24px;
    background: #1234BA;
    align-items: center;
}

.banner-dark {
	color: var(--dark-color);
}

.banner-dark .advantage-item {
	background: var(--light-gray-color);
}

.services-blocks {
display: flex;
    flex-wrap: wrap;
    gap: 16px;	
	align-items: stretch;
}
.services-block {
	border-radius: 24px;
	background:var(--dark-white-color);
	padding:40px 36px;
	
}

.services-block:nth-child(-n+2) {
    flex: 1 1 calc(50% - 15px);
    min-width: 300px;
}


.services-block:nth-child(n+3):nth-child(-n+5) {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 250px;
}


.services-block:only-child {
    flex: 1 1 100%;
}
.services-block-header {
	font-size:32px;
	line-height:1.12;
	font-family: var(--heading-font);
	margin-bottom: 24px;
	text-transform: uppercase;
}
.services-links {
display: flex;
    flex-direction: column;
    gap: 12px;
}
.services-link-item{
	border-bottom: 1px solid var(--blue-color);
	transition: all 0.3s ease-out;
	 width: fit-content; 
}
.services-link-item:hover{
	border-bottom: 1px solid var(--orange-color);
}

.services-block:nth-child(1) {
	background: url(/wp-content/themes/desinfection/assets/images/serv_1.png) no-repeat right center var(--dark-white-color);
    background-size: contain;
	padding-right: 250px;
}
.services-block:nth-child(2) {
	background: url(/wp-content/themes/desinfection/assets/images/serv_2.png) no-repeat right center var(--dark-white-color);
    background-size: contain;
	padding-right: 250px;
}
.services-block:nth-child(3) {
	padding-bottom: 200px;
    background: url(/wp-content/themes/desinfection/assets/images/serv_3.png) no-repeat bottom center var(--dark-white-color);
	background-size: contain;
}

.services-block:nth-child(4) {
	padding-bottom: 200px;
    background: url(/wp-content/themes/desinfection/assets/images/serv_4.png) no-repeat bottom center var(--dark-white-color);
	background-size: contain;
}

.services-block:nth-child(5) {
	padding-bottom: 200px;
    background: url(/wp-content/themes/desinfection/assets/images/serv_5.png) no-repeat bottom center var(--dark-white-color);
	background-size: contain;
}

.services-block-header::after {
 content: '';
    display: inline-block;
    width: 22px;
    height: 20px;
margin-left: 12px;	
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 9h12m0 0l-6-6m6 6l-6 6' stroke='%232E2E2E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0;
    transition: all 0.3s ease-out;
}

.services-block-header:hover::after {
	    background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 9h12m0 0l-6-6m6 6l-6 6' stroke='%23E8762F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");

}

.slider_header_block {
	position: relative;
}

.slider_btn_block .swiper-button-prev, .slider_btn_block .swiper-button-next {
	position: relative;
}
.slider_btn_block .swiper-button-prev:focus-visible, .slider_btn_block .swiper-button-next:focus-visible {
	outline:none;
	
}
.slider_header_block {
	display: flex;
    align-items: stretch;
	justify-content: space-between;
}
.slider_btn_block {
display: flex;
    
    border: 1px solid var(--light-gray-color);
    /* width: fit-content; */
    height: 59px;
    border-radius: 60px;
    min-width: 128px;
    justify-content: space-around;
}
.slider_btn_block .swiper-button-next::after, .slider_btn_block .swiper-button-prev::before {
 content: '';
    display: inline-block;
    width: 22px;
    height: 20px;
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0;
    transition: all 0.3s ease-out;
}
.slider_btn_block .swiper-button-next::after {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 9h12m0 0l-6-6m6 6l-6 6' stroke='%232E2E2E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
margin-left:12px;
}
.slider_btn_block .swiper-button-next:hover::after {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 9h12m0 0l-6-6m6 6l-6 6' stroke='%23DB5E10' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");

}
.slider_btn_block .swiper-button-prev::after {
	 content: '';
}
.slider_btn_block .swiper-button-prev::before {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 9H5m0 0l6-6m-6 6l6 6' stroke='%232E2E2E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
margin-right:12px;
}
.slider_btn_block .swiper-button-prev:hover::before {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 9H5m0 0l6-6m-6 6l6 6' stroke='%23DB5E10' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}


.sert-swiper {
    width: 100%;
}


.swiper-wrapper.sert__grid {
    display: flex;
    align-items: stretch; 
}


.swiper-slide {
    height: auto; 
    display: flex;
}


.sert__item {
flex: 1;
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    width: 100%;
    text-decoration: none;
    overflow: hidden;
}

.sert__image {
    max-width: 100%;
    max-height: 100%;
    width: auto;
   object-fit: cover;
    object-position: center;
    height: 100%;
	transition: transform 0.3s ease;
}
.sert__item:hover .sert__image {
    transform: scale(1.05);
}

.sert-swiper {
    height: auto;
}

.sert-swiper .swiper-wrapper {
    align-items: stretch; 
}


.works__grid {
    display: flex;
    align-items: stretch; 
}

.works__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
	border-radius: 24px;
    overflow: hidden;
	background: var(--dark-white-color);
}
.works__item:hover .works__image {
	transform: scale(1.05);
}

.works__content {
    flex: 1; 
    display: flex;
    flex-direction: column;
	padding: 24px 32px 20px;
	gap: 16px;
}


.works__excerpt {
    flex: 1;
}

.works_btn {
    margin-top: auto; 
    align-self: flex-start; 
    width: 100%; 
}

.works__image {
    width: 100%;
    height: 100%;
    object-fit: cover; 
	aspect-ratio: 2 / 1;
	transition: transform 0.3s ease;
}
.works__image-link {
	overflow: hidden;
}
.works__title {
font-size: 24px;
    line-height: 1.32;
    font-weight: 600;
}
.works__title-link:hover {
	color: var(--orange-color);
}
.works__excerpt {
	    font-size: 16px;
    line-height: 1.56;
}
.works__btn-block {
	padding: 0 32px 32px;
}
.work-main-image {
	width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 1;
    object-position: center;
	border-radius: 52px;
}
.work-content {
	margin-top: 60px;
}
.breadcrumbs {
	margin-top: 36px;
    font-size: 12px;
}

.breadcrumb_last {
	color: var(--gray-color);
}
.breadcrumbs span > span:not(:last-child) {
	margin-right: 12px;
}
.breadcrumbs span > span:not(:first-child) {
	margin-left: 12px;
}
.breadcrumbs a:hover {
	color:var(--orange-color);
}
.works-archive__grid {
	display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.works-archive__item {
	width: calc(33% - 8px);
}

.works-pagination {
	    margin: 40px auto;
    width: fit-content;
	    display: flex;
    gap: 12px;
}
.works-pagination  a:hover{
	    transition: all 0.3s ease-out;
	color:var(--orange-color);
}
.page-numbers.current {
	color: var(--gray-color);
}

.reviews__item {
	display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
	    padding:  24px;
    background: var(--dark-white-color);
	gap:24px;
}
.reviews__content-block {
flex: 1;

    display: flex;
    flex-direction: column;
    gap: 16px;

}
.reviews__image-container {
	overflow:hidden;
	border-radius:24px;
}
.reviews__author-info {
	    gap: 16px;
    display: flex;
    align-items: center;
}

.reviews__avatar {
	
    object-fit: cover;
    width: 68px;
    height: 68px;
    border-radius: 12px;
    overflow: hidden;

}
.reviews__content-image {
    max-height: 300px;
    width: 100%;
    border-radius: 24px;
    object-fit: cover;
	transition: transform 0.3s ease;
}

.reviews__author-name {
	       font-weight: 600;
    font-size: 16px;
}
.reviews__date {
font-size: 14px;
    color: var(--gray-color);
    line-height: 1.32;
}

.reviews__image-link:hover .reviews__content-image {
    transform: scale(1.05);
}

.reviews__image-link{
    overflow: hidden;
}

.rekv .container {
	padding: 52px;
    background: var(--dark-white-color);
    border-radius: 44px;
}
.rekv_header {
	    font-size: 24px;
    line-height: 1.32;
    font-weight: 600;
    margin-bottom: 32px;
}
.rekv__wrapper{
	display: flex;
    gap: 64px;
}

.rekv__column {
	flex: calc(50% - 32px);
}
.rekv__items {
	display: flex;
    flex-direction: column;
    gap: 36px;
}
.rekv__item {
	display: flex;
    gap: 40px;
}
.rekv__label {
	color: var(--gray-color);
	    flex: 40%;
}
.rekv__value {
	flex: 60%;
    
}
.rekv__table {
	    border: none;
    border-radius: 0;
}
.rekv__table td {
    border: none;
    padding: 16px;
    font-size: inherit;
}

.rekv__row:nth-child(odd) {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.rekv__row td:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.rekv__row td:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.rekv__column--right .rekv__value {
   word-break: break-all; 
} 
.map-address {
	margin-bottom: 28px;
}
.map-block {
    border-radius: 44px;
    overflow: hidden;
    width: 100%;
}

.contacts_header {
	margin: 40px;
}
.contacts_block:nth-of-type(2) {
    margin-top: 40px;
}
.contacts-wrapper {
	    display: flex;
    gap: 16px;
	margin-bottom: 64px;
}
.contacts-item {
	padding: 40px;
    border-radius: 24px;
    background: var(--dark-white-color);
	    flex: calc(33% - 8px);
		display: flex;
    flex-direction: column;
    gap: 32px;
	    align-items: flex-start;
}
.contact-link:hover {
	color:var(--orange-color);
}
.contacts-title {
	font-size: 24px;
    line-height: 1.32;
    font-weight: 600;
}
.messengers-wrapper {
gap: 12px;
    flex-direction: column;
	display: flex;
}
.messenger-item {
	display: flex;
    align-items: center;
    gap: 12px;
}
.messenger-item [class^="messenger-"]{
	width: 40px;
    height: 40px;
    transition: filter 0.3s ease;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.worktime-block {
	display: flex;
    flex-direction: column;
    gap: 24px;
}
.title_404 {
	font-size: 24px;
    line-height: 1.32;
    font-weight: 600;
	margin-bottom: 32px;
}
.error_404_img {
	    margin: 32px 0;
    max-height: 400px;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
}

.error_404_img img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.error_404_btns {
    display: flex;
    gap: 36px;
    align-items: center;
    justify-content: center;
}
.linking-links {
	    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.linking-link {
	padding: 24px 36px;
    border: 1px solid var(--light-gray-color);
    border-radius: 16px;
}
.linking-link:hover {
	color: var(--orange-color);
}
.linking-more-container {
	margin-top:40px;
}
.serv_text__content {
display: flex;
  
    gap: 40px;
    align-items: flex-start;
    justify-content: space-between;
}

.serv_text__left {
  flex: calc(50% - 20px);
}

.serv_text__right {
    flex: calc(50% - 20px);
}

.serv_text__image {
      max-width: 100%;
 
    overflow: hidden;
    border-radius: 24px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 2;
}
.serv_text__spoiler-content {
    margin-bottom: 32px;
}
.serv_text_btn_block {
	display: flex;
    gap: 20px;
    align-items: center;
}

.booking-section {
	    padding: 88px 0;
    background: var(--dark-white-color);
    border-radius: 52px;
    margin-top: 52px;
}

.booking-form-wrapper {
	background: #fff;
    border-radius: 24px;
	padding: 44px;
}

.calendar-wrapper  {
	padding: 44px;
}
.calendar-container iframe{
	min-height: 450px!important;
}
@media (min-width: 992px) and (max-width: 1400px) {
	.advantage-item {
    flex: 100%;
	}
}
@media (max-width: 1200px) {
.block-header {
	max-width:100%;
}
	
 .add-work {
	 display:none;
	 gap: 0;
    flex-direction: column;
 }
     .step_item, .steps_cta {
        flex: 1 0 calc(50% - 16px);
        max-width: calc(50% - 16px);
    }
	    .step_item:nth-child(2n) .step_arrow {
        display: none;
    }
	
	.step_item:nth-child(3n) .step_arrow {
        display: block;
    }
	
	.adv_item {
    flex: 0 0 calc(50% - 16px);
	
	}
	.faq-inner {
		flex-direction: column;
	}
	
	.left-faq-block, .faq-list {
		flex-basis: 100%;
	}
	
	.big_forma .container  {
		min-height: auto;
    background: none;
	}
	.big_forma_inner {
		background: #1234BA;
    border-radius: 44px;
	}
	.banner-inner {
   
    grid-template-columns: 5fr 4fr;
	
	}
	
	.services-block:nth-child(1), .services-block:nth-child(2) {
		padding-right: 36px;
		background-size: 50%;
	}
	.services-block:nth-child(3), .services-block:nth-child(4), .services-block:nth-child(5) {
		padding-bottom: 150px;
	}
	.works-archive__item {
    width: calc(50% - 8px);
}
.rekv__wrapper {

    flex-direction: column;
}
.serv_text__content {
	flex-direction: column-reverse;
}
}


@media (max-width: 992px) { 
body {
	padding-top: 40px;
}
 .footer-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: 
            "logo contacts"
            "services info";
        gap: 36px;
    }
    
    .footer-logo {
        grid-area: logo;
    }
    
    .footer-services {
        grid-area: services;
    }
    
    .footer-info {
        grid-area: info;
    }
    
    .footer-contacts {
        grid-area: contacts;
    }
	.footer-contacts-block {
		align-items: center;
	}
	.top-header, .phone-call, .right-header-block .messengers, .add-work {
		display:none;
	}
	.mobile-header-btns {
		display:flex;
	}
	    .header-menu-mobile.active {
        display: block;
    }
	    .banner-inner {
        grid-template-columns: 1fr;
    }
.banner-img img {
	max-height: fit-content;
}
.services-block:nth-child(1), .services-block:nth-child(2),.services-block:nth-child(n+3):nth-child(-n+5), .services-block:nth-child(5){
	flex: 100%;
}
.services-block:nth-child(1) {
    background: url(/wp-content/themes/desinfection/assets/images/serv_1_2.png) no-repeat right top var(--dark-white-color);
     
}
.services-block:nth-child(2) {
    background: url(/wp-content/themes/desinfection/assets/images/serv_2_2.png) no-repeat right top var(--dark-white-color);
     
}
.services-block:nth-child(3) {
    background: url(/wp-content/themes/desinfection/assets/images/serv_3_2.png) no-repeat right top var(--dark-white-color);
     padding-bottom:40px;
}
.services-block:nth-child(4) {
    background: url(/wp-content/themes/desinfection/assets/images/serv_4_2.png) no-repeat right top var(--dark-white-color);
     padding-bottom:40px;
}
.services-block:nth-child(5) {
    background: url(/wp-content/themes/desinfection/assets/images/serv_5_2.png) no-repeat right top var(--dark-white-color);
     padding-bottom:40px;
}
	.works-archive__item {
    width: 100%
}
.contacts-wrapper {
	flex-direction: column;
}
}


@media (min-width: 769px) {
    .header-services > li:hover > .sub-menu {
        display: block;
    }
    
    .submenu-toggle {
        display: none; 
    }
}

@media (max-width: 768px) { 
    body {
        padding-top: 20px;
    }
 h1 {
	 font-size: 40px;
 }
  h2 {
	 font-size: 32px;
 }
  h3 {
	 font-size: 26px;
 }
  h4 {
	 font-size: 18px;
 }
 
 h1, h2, h3, h4 {
margin-bottom:20px;	
}

 body {
	 font-size: 15px;
 }
 
 section {
	margin: 64px 0;
}
.btn, .btn-orange{
	font-size: 15px;
    padding: 12px 20px;
}

.btn-dark {
		font-size: 15px;
    padding: 12px 20px;
}
.btn-dark::before {
	width: 14px;
    height: 16px;
}
 footer {
	 padding: 44px 16px 36px;
 }
 .footer-menu li {
	  font-size: 15px;
 }
 
 .block-header {
	 font-size: 32px;
 }
 .page-title {
	 font-size: 40px;
 }
 .pest-item {
	 width:75px;
	 height:75px;
 }
 .pest-icon {
	 width:34px;
	 height:34px;
 }
 .pest-name {
    font-size: 13px;
}
.steps {
	padding: 44px 16px;
	    margin-right: 0;
		margin-left: 0;
		border-radius: 0;
}

.steps_inner {
   
    gap: 12px;
   
}
.step_item {
	flex-direction: row;
padding: 24px 20px;
        gap: 16px;
}

    .step_item, .steps_cta {
  flex: 1 0 100%;
    max-width: 100%;
    }
	    .step_arrow, .step_item:nth-child(2n) .step_arrow, .step_item:nth-child(3n) .step_arrow {
        display: block;
    }
	.step_arrow {
		transform: rotate(90deg);
    bottom: 0;
    top: 95%;
    right: 45%;
    width: 40px;
    height: 40px;
	}
	.step_text {
		gap: 6px;
	}
	.step_name, .steps_cta_desc {
    font-size: 26px;
	}
	.step_icon {
		width: 48px;
    height: 48px;
    font-size: 32px;
    line-height: 48px;
	flex-shrink: 0;
	}
	.steps_cta {
		padding:24px;
	}
	.steps_cta_btn {
		width: 100%;
    font-size: 15px;
    padding: 12px 28px;
	}
	.adv_item, .adv_item:last-child:nth-child(3n+2), .adv_item:nth-last-child(2):nth-child(3n+1) {
    flex: 100%;
	
	
	}
	.adv_item {
		padding:24px;
		    gap: 20px;
	}
.adv_icon {
    width: 64px;
    height: 64px;
    padding: 8px 10px;
}
.adv_name {
	font-size:26px;
}
.adv_text {
	gap:6px;
}

.left-faq-block {
	gap:12px;
}
    .faq-inner {
        
        gap: 32px;
    }
	.faq-question {
		font-size:17px;
	}
	
	.faq-item {
		padding:24px;
		border-radius: 20px;
	}
	.faq-answer {
    margin-top: 24px;
    padding-right: 0;
	}
	
	.popup-title {
    font-size: 18px;
	padding-right: 28px;
	}
	.popup-container {
		padding:24px;
		border-radius: 20px;
	}
	.input-field {
		padding: 13px 20px;
		font-size: 15px;
	}
	.how-title {
    font-size: 17px;
	}
	.big_forma_text {
		gap:8px;
	}
	.big_forma_inner {
		gap: 24px;
		padding: 24px;
		background: var(--blue-color);
		border-radius: 20px;
	}
	.big_forma_adv {
		gap: 8px;
	}
	.big_forma_adv_item {
		font-size: 14px;
		background: #1234BA;
		align-items: flex-start;
	}
	.big_forma_adv_icon {
		    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
	}
	.big_forma_form > p {
		/*background: none;
    padding: 0;*/
	    flex-direction: column;
	}
	.text_block__spoiler-content {
	margin-bottom:20px;
}
table{
	border-radius: 20px;
}
thead th:first-of-type {
    border-top-left-radius: 20px;
}
thead th:last-of-type {
    border-top-right-radius: 20px;
	text-align: right;
}

th {
	padding: 12px;
font-size: 16px;
}

td {
	padding: 8px 12px;
	font-size: 15px;
}

td:last-of-type {
text-align: right;
}
.text_block_bg {
    padding: 44px 0;
  
    border-radius: 20px;
}
.banner-info {
    padding: 40px 0 20px;
  
    gap: 24px;
}
.banner-info .block-header {
    font-size: 40px;
}
.banner-text-block {

    gap: 12px;
}
.advantage-text {
	 font-size: 14px;
}
.advantage-item {
    flex: 100%;
}
.banner {
	border-radius: 20px;
}

.services-block-header {
	font-size: 26px;
    margin-bottom: 16px;
}
.services-block-header::after {
    width: 18px;
    height: 18px;
}

.services-block {
	padding:28px;
}

.services-block:nth-child(1), .services-block:nth-child(2),.services-block:nth-child(3),.services-block:nth-child(4),.services-block:nth-child(5) {
	background-size: 40%;
}
.slider_header_block {
	    flex-direction: column;
}
.slider_btn_block {
	    margin-bottom: 20px;
}
.works__item {
	border-radius: 20px;
}
.works__content {
	padding: 20px 24px 16px;
	gap:12px;
}
.works__title {
    font-size: 18px; 
}
.works__excerpt {
    font-size: 14px;
    line-height: var(--line-height);
}
.works__btn-block {
    padding: 0 24px 24px;
}
.slider_btn_block {
	height: 40px;
}
.slider_btn_block .swiper-button-next::after, .slider_btn_block .swiper-button-prev::before {
	    width: 18px;
    height: 16px;
}
.work-main-image {
	aspect-ratio: 2 / 1;
    border-radius: 24px;
}
.work-content {
    margin-top: 32px;
}
.reviews__author-name {
	font-size: 14px;
}
.reviews__date {
    font-size: 12px;
}
.reviews__content-image {
    max-height: 200px;
}
    .rekv__wrapper {

        gap: 32px;
    }

.rekv .container {
    padding: 24px;
   
    border-radius: 20px;
}
.rekv__column {
    flex: 100%;
}
.rekv_header {
    font-size: 18px;
    margin-bottom: 16px;
}
.rekv__items {

    gap: 16px;
}
.rekv__item {
    gap: 4px;
    flex-direction: column;
}
.rekv__table td {
    min-width: auto;
    padding: 12px;
 
}
.rekv__column--right .rekv__label {
    width: 40%;
}
.rekv__column--right .rekv__value {
    width: 60%;
}
.rekv__table td:last-of-type {
        text-align: inherit;
    }
	.map-address {
    margin-bottom: 16px;
}
.map-block {
    border-radius: 20px;
}
.contacts-item {
    padding: 24px;
    border-radius: 20px;
}
.contacts-title {
    font-size: 18px;
}
.contact-link {
	font-size: 17px;
}
.messenger-item [class^="messenger-"] {
    width: 44px;
    height: 44px;
}
    .contacts-wrapper {

        margin-bottom: 36px;
    }
	.contacts_header {
    margin: 40px 0;
}
.error_404_img {
   
      margin: 24px 0;
    max-height: 300px;
}
.title_404 {
    font-size: 18px;
    margin-bottom: 20px;
}
.linking-links {
   
    gap: 8px;
}

.linking-link {
    padding: 16px 24px;
    border-radius: 12px;
}
 
    .serv_text__content {
    
    gap: 20px;
	}
	.serv_text__spoiler-content {
    margin-bottom: 20px;
}
  
	.serv_text__left, .serv_text__right{
		flex: 100%;
	}
	.serv_text_btn_block {
		    align-items: stretch;
    flex-direction: column-reverse;
	}
	.breadcrumbs {
    margin-top: 60px;
    font-size: 11px;
}
section.insect_links {
    margin-top: 40px;
}
section.banner-inner-page{
	margin-top: 20px;
}
.booking-form-wrapper {
    padding: 24px;
    border-radius: 20px;
}
.booking-section {
    padding: 44px 0;
    border-radius: 20px;
}
.calendar-wrapper {
    padding: 24px;
	
}
.calendar-container iframe{
	min-height: 300px!important;
}
}


@media (max-width:580px) { 
 .footer-grid {
        grid-template-columns: 1fr;
        grid-template-areas: 
            "logo"
            "contacts"
            "services"
            "info";
			gap: 0;
			margin-bottom: 32px;
    }
	
	.footer-contacts-block {
		align-items: normal;
	}
	.logo-footer {
		margin-bottom: 18px;
	}
	.address {
    font-size: 15px;
    margin-bottom: 8px;
}
.license {
    font-size: 15px;
    margin-bottom: 28px;
}
.footer-contacts {
	gap:20px;
	margin-bottom:32px;
}
.copywrite {
	flex-direction: column;
    gap: 12px;
	font-size: 11px;
}
.footer-contacts-block .btn {
	width: 100%;
}
	.sert__item {
		
	max-height: 300px;
	}
	.sert__image {
		    object-fit: contain;
		
	}
	.error_404_btns {
		flex-direction: column;
		gap: 16px;
	}
	.error_404_btns >* {
		width: 100%;
	}
.header-menu-mobile { 
right:0;
}
.left-header-block {
	    padding-right: 0;
}

.right-header-block {
	padding-left: 0;
}

}


