@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
html, body {
  overflow-x: hidden;
}

body{
margin:0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
background:#fff;
}

/* container общий */
.container{
max-width:1237px;
padding:0 20px;
margin:0 auto;
width:100%;
}
/* header */
.headerSection{
}
.headerSection__row{
display:flex;
align-items:center;
justify-content:space-between;
}
/* TOP BAR */
.headerSection__top{
background: linear-gradient(90deg, #51D600 0%, #45B328 100%);
  padding:5px 0;
}
.headerSection__socials{
display:flex;
gap:10px;
}
.headerSection__social{
width:26px;
height:26px;
border-radius:50%;
background:#1ea6ff;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
font-size:12px;
text-decoration:none;
}
.headerSection__phone {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 13px;
}
.headerSection__btn {
    color: #fff;
    padding: 12px 22px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    background: linear-gradient(90deg, #E30402 0%, #7D0201 100%);
}
/* MAIN HEADER */
.headerSection__main{
background: #f0eaea;
padding:10px 0;
}
.headerSection__logoBlock{
display:flex;
align-items:center;
gap:15px;
}
.headerSection__logo{
width:100px;
}
.headerSection__logoText {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
}
.headerSection__menu{
display:flex;
gap:35px;
}
.headerSection__menu  {
	list-style:none;
	margin:0px;
	padding:0px;
}
.headerSection__menu li a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
        font-weight: 500;
}
/* Кнопка закрытия */
.headerSection__menu-close {
display: none;
}

.headerSection__menuLink:hover{
color:#39c000;
}

.heroSection{
position:relative;
padding-top:120px;
padding-bottom:120px;
background:#f5f5f5;
min-height: 400px;
}
/* background image */
.heroSection__bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.heroSection__bg img{
width:100%;
height:100%;
object-fit:cover;
}
element.style {
    display: inline-block;
    margin-top: 39px;
    /* margin: 0px auto; */
}
.services-template-default .heroSection__content {
    max-width: 100%;
    color: #fff;
    position: relative;
    z-index: 2;
}
/* left green gradient */
.heroSection::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, #154b07ba 0%, #154b07cc 100%);
    z-index: 9;
}
.heroSection .container {
    z-index: 99;
}
.bgop {
    position: absolute;
    right: 0;
    top: -118px;
    width: 600px;
}
.bgop img {
  width: 100%;
}
/* SUB MENU */
.headerSection__menu li{
position:relative;
}
/* скрываем подменю */
.headerSection__menu .sub-menu{
position:absolute;
top:100%;
left:0;
background:#fff;
list-style:none;
padding:10px 0;
margin:0;
min-width:240px;
opacity:0;
visibility:hidden;
transform:translateY(10px);
transition:0.3s;
box-shadow:0 10px 20px rgba(0,0,0,0.15);
z-index:9999;
}
/* показываем при hover */
.headerSection__menu li:hover > .sub-menu{
opacity:1;
visibility:visible;
transform:translateY(0);
}
/* ссылки внутри */
.services-template-default .bgop {
    top: 13px;
    width: 500px;
}

.headerSection__menu .sub-menu li a{
display:block;
padding:10px 20px;
font-size:14px;
color:#333;
    width: 100%;
}
.services-template-default .heroSection::before {
  width: 100% !important;
}
.headerSection__menu .sub-menu li a:hover{
background:#39c000;
color:#fff;
}
.headerSection__menu li.menu-item-has-children > a::after{
content:"";
font-size:10px;
margin-left:6px;
display:inline-block;
transition:0.3s;
background-image: url(/wp-content/uploads/2026/03/down-arrow-1.png);
width: 25px;
height: 25px;
background-size: 100%;
background-position: center;
}
.headerSection__menu li {
    display: flex;
    align-items: center;
}
.headerSection__menu li.menu-item-has-children  a {
    display: flex;
    align-items: center;
}
/* поворот стрелки при hover */
.headerSection__menu li.menu-item-has-children:hover > a::after{
transform:rotate(180deg);
}
/* content */
.heroSection__container{
position:relative;
z-index:2;
}
.heroSection__content{
max-width:520px;
color:#fff;
}
.heroSection__title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}
.heroSection__text{
font-size:16px;
line-height:1.6;
margin-bottom:30px;
opacity:.9;
}
.heroSection__buttons{
display:flex;
gap:15px;
}
.heroSection__btn {
    color: #fff;
    padding: 12px 22px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    background: linear-gradient(90deg, #E30402 0%, #7D0201 100%);
}
.heroSection__btn--red{
background: linear-gradient(90deg, #E30402 0%, #7D0201 100%);
color:#fff;
}
.heroSection__btn--green{
background:#48d000;
color:#fff;
}
/* advantages */
.heroSection__advantages{
margin-top:-60px;
background:#4cd000;
border-radius:25px;
padding:35px 50px;
display:flex;
justify-content:space-between;
align-items:center;
position:relative;
z-index:3;
}
.heroSection__advantage{
display:flex;
align-items:center;
gap:15px;
color:#fff;
font-weight:500;
}

.heroSection__advText{
font-size:15px;
line-height:1.4;
}

/* background */
.heroSection__bg{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}
.heroSection__bg img{
width:100%;
height:100%;
object-fit:cover;
}
/* content */
.heroSection__content{
max-width:520px;
color:#fff;
position:relative;
z-index:2;
}
.heroSection__title{
font-size:36px;
font-weight:700;
margin-bottom:20px;
line-height:1.3;
}
.heroSection__text{
font-size:16px;
margin-bottom:30px;
line-height:1.6;
}
.heroSection__buttons{
display:flex;
gap:15px;
}
.heroSection__btn{
padding:14px 26px;
border-radius:30px;
text-decoration:none;
font-size:14px;
font-weight:600;
}

.heroSection__btn--green{
background:#45d000;
color:#fff;
}
/* features block */
.heroSection__features {
    margin-top: 110px;
    border-radius: 28px;
    padding: 60px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(90deg, #51D600 0%, #45B328 100%);
}
.heroSection .container {
    position: relative;
}
.heroSection__feature{
display:flex;
align-items:center;
gap:15px;
color:#fff;
font-size:16px;
font-weight:500;
}
.heroSection__icon{
width:50px;
}

/* PRICES SECTION */
.pricesSection{
padding:160px 0;
background:#f3f3f3;
}
.p__title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    border-bottom: 2px solid #268F05;
    border-left: 2px solid #268F05;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-top: 8px;
    display: inline-block;
    margin-bottom: 60px;
}

/* tabs */
.pricesSection__tabs{
display:flex;
gap:20px;
}
.bol {
  display: block;
  margin-bottom: 10px;
}
.pricesSection__tab {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 40px 30px;
    border-radius: 12px 12px 0px 0px;
    cursor: pointer;
    background: #dcebd6;
}
.pricesSection__tab img{
width:40px;
}
.pricesSection__tab span{
font-size:13px;
color:#777;
display:block;
}
.pricesSection__tab--active{
background:#fff;
}

.quizNext{
display:none;
}
.pricesSection__ticon  {
    display: flex;
    align-items: center;
}
/* content */
.pricesSection__content{
display:none;
background:transparent;
}
.pricesSection__content--active{
display:block;
}
.h2 {
    font-weight: 700;
    line-height: 25px;
    font-size: 18px;
}
.pricesSection__tot b{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
}

/* room tabs */
.pricesSection__rooms{
display:flex;
gap:10px;
margin-bottom:25px;
}
.pricesSection__room{
background:#39c000;
color:#fff;
width:40px;
height:35px;
border-radius:8px;
display:flex;
align-items:center;
justify-content:center;
cursor:pointer;
font-weight:600;
}
.pricesSection__room--active{
background:#2ea000;
}

/* list */
.pricesSection__list{
display:none;
}
.pricesSection__list--active{
display:block;
}
.pricesSection__item{
display:flex;
align-items:center;
justify-content:space-between;
padding:16px 0;
border-bottom:2px solid #39c000;
}
.pricesSection__price{
width:250px;
font-weight:600;
}
.pricesSection__name {
    flex: 1;
    font-weight: bold;
}
.pricesSection__btn{
    background: linear-gradient(90deg, #E30402 0%, #7D0201 100%);color:#fff;
padding:11px 20px;
border-radius:20px;
text-decoration:none;
font-size:13px;
}

/* QUIZ */
.quizSection{
padding:120px 0;
background:#f3f3f3;
}
.quizSection__wrapper{
display:flex;
gap:40px;
}
.quizSection__quiz{
flex:1;
}
.quizSection__title{
font-size:28px;
margin-bottom:40px;
}
.quizSection__title span{
color:#39c000;
}
.quizBox {
    background: #e9e9e9;
    padding: 40px;
    border-radius: 20px;
    position: relative;
    min-height: 419px;
}
.quizStep{
display:none;
}
.quizStep--active{
display:block;
}
.quizOptions{
display:flex;
gap:15px;
margin-top:30px;
flex-wrap:wrap;
}
.quizOption{
background:linear-gradient(180deg,#b7dcb7,#9ccc9c);
padding:20px;
border-radius:12px;
cursor:pointer;
min-width:120px;
text-align:center;
}
.quizOption:hover{
    background: #39c000ad;
color:#fff;
}
.quizProgress{
display:flex;
align-items:center;
justify-content:space-between;
margin-top:40px;
}
.quizProgress__bar{
flex:1;
height:20px;
background:#ddd;
border-radius:20px;
margin-right:20px;
overflow:hidden;
}
.quizProgress__line{
width:20%;
height:100%;
background:#e00000;
border-radius:20px;
transition:.3s;
}
.quizNext{
background: linear-gradient(90deg, #E30402 0%, #7D0201 100%);
color:#fff;
border:none;
padding:12px 25px;
border-radius:25px;
cursor:pointer;
}
.quizPrev{
    background: linear-gradient(90deg, #E30402 0%, #7D0201 100%);
    border: 0;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 25px;
    cursor: pointer;
    background: linear-gradient(90deg, #E30402 0%, #7D0201 100%);
        margin-right: 20px;
}
.quizSection__help {
    width: 320px;
    background: linear-gradient(180deg, #1f7c2f, #3fcf3f);
    border-radius: 20px;
    color: #fff;
    padding: 30px;
    position: relative;
    background-image: url(/wp-content/uploads/2026/03/group-64.png);
}
.quizHelpBtn{
    background: linear-gradient(90deg, #E30402 0%, #7D0201 100%);
padding:12px 20px;
border-radius:25px;
color:#fff;
text-decoration:none;
display:inline-block;
margin-top:20px;
}
.quizSection__help img {
    position: absolute;
    bottom: 0;
    right: 22px;
    height: 267px;
}
.quizOption--active{
    background: #39c000ad;
color:#fff;
transform:scale(1.05);
}
/* CTA SECTION */
.ctaSection{
padding:60px 0;
background:#f3f3f3;
}
.ctaSection__box {
    border-radius: 25px;
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background: linear-gradient(242deg, #51D600 39%, #36931E 100%);
}
.ctaSection__content{
max-width:520px;
color:#fff;
}
.ctaSection__title{
font-size:28px;
font-weight:700;
margin-bottom:20px;
}
.ctaSection__text{
font-size:14px;
line-height:1.6;
margin-bottom:35px;
opacity:.95;
}
.ctaSection__form{
display:flex;
gap:20px;
}
.ctaSection__input{
background:#fff;
border:none;
padding:18px 25px;
border-radius:40px;
width:260px;
font-size:14px;
}
.ctaSection__btn {
    background: #e00000;
    border: none;
    color: #fff;
    padding: 18px 30px;
    border-radius: 40px;
    font-weight: 600;
    cursor: pointer;
    background: linear-gradient(90deg, #E30402 0%, #7D0201 100%);
    font-family: "Open Sans", sans-serif;
}
.ctaSection__image {
    position: absolute;
    right: 40px;
    bottom: -5px;
}
.ctaSection__image img{
height:500px;
}


/* INFO SECTION */
.infoSection{
padding:120px 0;
background:#efefef;
}
.infoSection__title{
font-size:28px;
font-weight:600;
margin-bottom:60px;
position:relative;
}
.infoSection__title:before{
content:"";
position:absolute;
left:-20px;
top:6px;
width:4px;
height:28px;
background:#39c000;
}
.infoSection__wrapper{
display:flex;
align-items:center;
justify-content:space-between;
gap:40px;
    position: relative;

}
.infoSection__column{
display:flex;
flex-direction:column;
gap:25px;
width:390px;
}
.infoSection__center {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
}
.infoSection__center img{
width:260px;
}
/* CARD */
.infoCard{
background:#39c000;
color:#fff;
padding:15px;
border-radius:16px;
box-shadow:0 8px 20px rgba(0,0,0,0.15);
display:flex;
align-items:center;
justify-content:space-between;
gap:20px;
min-height: 125px;
}
.infoCard__content{
flex:1;
}
.infoCard h3{
font-size:16px;
margin-bottom:10px;
margin-top: 0;
}
.infoCard p{
font-size:13px;
line-height:1.5;
opacity:.9;
}
.infoCard__icon{
width:50px;
height:50px;
display:flex;
align-items:center;
justify-content:center;
}
.infoCard__icon img{
width:40px;
}
/* PROMO SECTION */
.promoSection{
padding:60px 0;
background:#efefef;
}
.promoSection__title{
font-size:28px;
font-weight:600;
margin-bottom:50px;
position:relative;
}
.promoSection__title:before{
content:"";
position:absolute;
left:-20px;
top:6px;
width:4px;
height:28px;
background:#39c000;
}
.promoSection__cards{
display:flex;
gap:40px;
}
/* CARD */
.promoCard{
background:#fff;
padding:35px;
border-radius:6px;
box-shadow:8px 8px 0px rgba(0,0,0,0.08);
position:relative;
width:100%;
}
.promoCard__pin{
position:absolute;
top:-15px;
right:25px;
}
.promoCard__pin img{
width:35px;
}
.promoCard__title{
font-size:18px;
font-weight:600;
margin-bottom:15px;
}
.promoCard__text{
font-size:14px;
color:#555;
line-height:1.5;
margin-bottom:15px;
}
.promoCard__date{
font-size:13px;
color:#2f8c35;
margin-bottom:25px;
}
.promoCard__btn{
background: linear-gradient(90deg, #E30402 0%, #7D0201 100%);
color:#fff;
padding:12px 22px;
border-radius:25px;
text-decoration:none;
font-size:14px;
display:inline-block;
}
/* GUARANTEE SECTION */
.guaranteeSection{
position:relative;
padding:120px 0;
color:#fff;
overflow:hidden;
}
/* background image */
.guaranteeSection__bg{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:1;
}
.guaranteeSection__bg img{
width:100%;
height:100%;
object-fit:cover;
}
/* dark overlay */
.guaranteeSection::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.65);
z-index:2;
}
.guaranteeSection__content{
position:relative;
z-index:3;
text-align:center;
max-width:750px;
margin:0 auto;
}
.guaranteeSection__title{
font-size:32px;
font-weight:600;
margin-bottom:20px;
}
.guaranteeSection__text{
font-size:15px;
line-height:1.7;
opacity:0.9;
margin-bottom:40px;
}
.guaranteeSection__badge img{
width:110px;
}

/* TEAM SECTION */
.teamSection{
padding:120px 0;
background:#efefef;
}
.teamSection__title{
font-size:28px;
font-weight:600;
margin-bottom:60px;
position:relative;
}
.teamSection__title:before{
content:"";
position:absolute;
left:-20px;
top:6px;
width:4px;
height:28px;
background:#39c000;
}
.teamSection__cards{
display:flex;
justify-content:space-between;
gap:40px;
}

/* CARD */
.teamCard{
position:relative;
width:100%;
text-align:center;
}
.teamCard__photo{
width:220px;
margin:0 auto;
display:block;
position:relative;
z-index:2;
}
.teamCard__info{
background:#fff;
padding:30px 20px 35px;
border-radius:8px;
box-shadow:0 8px 20px rgba(0,0,0,0.1);
margin-top:0px;
position:relative;
z-index:1;
}
.teamCard__name{
font-size:16px;
font-weight:600;
margin-bottom:10px;
}
.teamCard__position{
font-size:13px;
color:#666;
margin-bottom:20px;
line-height:1.5;
}
.teamCard__btn{
background: linear-gradient(90deg, #E30402 0%, #7D0201 100%);
color:#fff;
padding:10px 22px;
border-radius:25px;
text-decoration:none;
font-size:13px;
display:inline-block;
}

/* PARTNERS SECTION */
.partnersSection{
padding:100px 0;
background:#f3f3f3;
}
.partnersSection__title{
font-size:28px;
font-weight:600;
margin-bottom:50px;
position:relative;
}
.partnersSection__title:before{
content:"";
position:absolute;
left:-20px;
top:6px;
width:4px;
height:28px;
background:#39c000;
}
.partnersSection__list{
display:flex;
justify-content:space-between;
gap:30px;
}
.partnersSection__item{
background:#fff;
border-radius:6px;
padding:30px 40px;
display:flex;
align-items:center;
justify-content:center;
width:100%;
box-shadow:0 6px 12px rgba(0,0,0,0.06);
}
.partnersSection__item img{
max-width:250px;
opacity:0.9;
}

/* FAQ SECTION */
.faqSection{
padding:120px 0;
background:#efefef;
}
.faqSection__title{
font-size:28px;
font-weight:600;
margin-bottom:50px;
position:relative;
}
.faqSection__title:before{
content:"";
position:absolute;
left:-20px;
top:6px;
width:4px;
height:28px;
background:#39c000;
}

/* LIST */
.faqSection__list{
display:flex;
flex-direction:column;
gap:15px;
}

/* ITEM */
.faqItem{
background:#fff;
border-radius:6px;
box-shadow:0 6px 12px rgba(0,0,0,0.08);
overflow:hidden;
}
.faqItem__header{
display:flex;
justify-content:space-between;
align-items:center;
padding:18px 25px;
cursor:pointer;
}
.faqItem__question{
font-size:14px;
font-weight:500;
}
.faqItem__toggle{
background:#d80000;
color:#fff;
border:none;
width:28px;
height:28px;
border-radius:50%;
font-size:18px;
cursor:pointer;
}

/* CONTENT */
.faqItem__content{
display:none;
padding:20px 25px;
border-top:1px solid #eee;
font-size:14px;
color:#555;
line-height:1.6;
}
.faqItem--active .faqItem__content{
display:block;
}

/* CONTACTS SECTION */
.contactsSection{
position:relative;
padding:120px 0;
color:#fff;
overflow:hidden;
background-image: url(/wp-content/uploads/2026/03/42f49c146146bf806f87bdc6296d40c6-1-1.png);
background-position: center;
}
/* background */
.contactsSection__bg{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:1;
}
.contactsSection__bg img{
width:100%;
height:100%;
object-fit:cover;
}
/* dark overlay */
.contactsSection::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.65);
z-index:2;
}
.contactsSection .container{
position:relative;
z-index:3;
}
/* title */
.contactsSection__title{
font-size:28px;
font-weight:600;
margin-bottom:60px;
position:relative;
}
.contactsSection__title:before{
content:"";
position:absolute;
left:-20px;
top:6px;
width:4px;
height:28px;
background:#39c000;
}
/* layout */
.contactsSection__wrapper{
display:flex;
gap:60px;
align-items:flex-start;
}

/* LEFT CARD */
.contactsCard{
background:#fff;
color:#000;
padding:40px;
border-radius:25px;
width:360px;
}

.contactsCard__item a{
    color: #000;
    text-decoration: none;
}
.contactsCard__item {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.6;
    display: flex;
    gap: 15px;
}
.contactsCard__socials{
display:flex;
gap:12px;
margin:20px 0;
}
.contactInfoFlec {
  display: flex;
}
.contactsCard__socials a{
width:32px;
height:32px;
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
text-decoration:none;
font-size:12px;
}
.contactsInfo__bank b {
  display: block;
}
.contactsCard__btn {
    display: inline-block;
    margin-top: 15px;
    background: #e00000;
    color: #fff;
    padding: 14px 26px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    background: linear-gradient(90deg, #E30402 0%, #7D0201 100%);
}
/* RIGHT SIDE */
.contactsInfo{
flex:1;
}
.contactsInfo__company {
    margin-bottom: 25px;
    line-height: 1.6;
    border-right: 1px solid;
    padding-right: 20px;
}
.contactsInfo__bank {
    margin-bottom: 40px;
    line-height: 1.6;
    padding-left: 30px;
}
.contactsInfo__payments{
display:flex;
align-items:center;
gap:40px;
margin-bottom:40px;
}
.quizOption span {
  display: block;
}
.contactsInfo__payments img {
    height: 75px;
}
.contactsInfo__links{
font-size:13px;
margin-bottom:30px;
}
.contactsInfo__links a{
color:#fff;
text-decoration:none;
opacity:.8;
}
.contactsInfo__bottom{
display:flex;
justify-content:space-between;
font-size:12px;
opacity:.8;
}
.headerSection__burger{
display:none;
flex-direction:column;
gap:5px;
cursor:pointer;
}
.headerSection__burger span{
width:25px;
height:3px;
background:#333;
display:block;
}

.quizOptionBtn {
  display: inline-block;
  margin: 5px;
  padding: 10px 20px;
  background: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}
.quizOptionBtn.selected {
  background: #0056b3;
}
.quizStep { display: none; }
.quizStep--active { display: block; }
.quizModal {
  display: none;
  position: fixed;
  top:0; left:0;
  width:100%; height:100%;
  background: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
}
.quizModalContent {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}


/* BENEFITS SECTION */
.benefitsSection{
padding:120px 0;
background:#efefef;
text-align:center;
}
.benefitsSection__title{
font-size:30px;
font-weight:700;
margin-bottom:20px;
}
.benefitsSection__text{
max-width:750px;
margin:0 auto 40px;
font-size:15px;
line-height:1.6;
color:#444;
}
.benefitsSection__bar{
background:#ffd800;
padding:10px;
font-weight:600;
margin-bottom:60px;
}
/* GRID */
.benefitsSection__grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:50px 40px;
}
/* ITEM */
.benefitsSection__item h3{
font-size:16px;
margin:15px 0 10px;
}
.benefitsSection__item p{
font-size:13px;
line-height:1.5;
color:#555;
}
.benefitsSection__icon{
width:45px;
margin-bottom:10px;
}

.servicesTypeSection{
padding:80px 0;
}
.servicesTypeSection__grid{
display:grid;
grid-template-columns:repeat(2,1fr);
}
.servicesTypeSection__item{
position:relative;
display:block;
overflow:hidden;
height:320px;
color:#fff;
text-decoration:none;
}
.servicesTypeSection__item img{
width:100%;
height:100%;
object-fit:cover;
transition:0.4s;
}
/* затемнение */
.servicesTypeSection__item::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.45);
z-index:1;
}

#prices .servicesTypeSection__content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.servicesTypeSection__item {
  background-position: center;
  background-size: cover;
}
/* текст */
.servicesTypeSection__content{
position:absolute;
z-index:2;
top:50%;
left:50%;
transform:translate(-50%,-50%);
text-align:center;
width: 100%;;
}
.servicesTypeSection__content h3{
font-size:18px;
margin-bottom:5px;
}
.servicesTypeSection__content p{
font-size:15px;
}
/* hover */
.servicesTypeSection__item:hover img{
transform:scale(1.08);
}
.prepareSection{
background:#efefef;
padding:80px 0;
text-align:center;
}
.prepareSection__title{
font-size:28px;
font-weight:700;
margin-bottom:40px;
}
.prepareSection__video{
max-width:700px;
margin:0 auto 40px;
}
.prepareSection__content{
max-width:800px;
margin:0 auto;
text-align:left;
font-size:15px;
line-height:1.6;
color:#444;
}
.prepareSection__content ul{
margin-top:20px;
padding-left:20px;
}
.prepareSection__content li{
margin-bottom:12px;
}
.prepareSection__button{
display:inline-block;
margin-top:40px;
background:#ffd600;
color:#000;
padding:14px 40px;
border-radius:30px;
text-decoration:none;
font-weight:600;
transition:0.3s;
}
.prepareSection__button:hover{
background:#f1c400;
}
.servicesGrid{
padding:80px 0;
}
.servicesGrid__grid{
display:grid;
grid-template-columns:repeat(4,1fr);
    gap: 20px;
}
/* item */
.servicesGrid__item {
    position: relative;
    height: 240px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
/* overlay */
.servicesGrid__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 77%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 0px 20px;
    box-sizing: border-box;
}
/* title */
.servicesGrid__title{
color:#fff;
font-size:18px;
font-weight:600;
text-align:center;
}
/* button */
.servicesGrid__btn{
background:#e00000;
color:#fff;
padding:10px 22px;
border-radius:25px;
text-decoration:none;
opacity:0;
transform:translateY(20px);
transition:0.3s;
}
/* hover */
.servicesGrid__item:hover .servicesGrid__btn{
opacity:1;
transform:translateY(0);
}
.servicesGrid__item::before{
content:"";
position:absolute;
inset:0;
background:inherit;
background-size:cover;
background-position:center;
transition:0.5s;
}
.servicesGrid__item:hover::before{
transform:scale(1.1);
}
/* Контейнер модалки */
.about-form__container {
  background: #fff;
  padding: 30px 25px;
  border-radius: 12px;
  max-width: 400px;
  margin: 0 auto;
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}
/* Заголовки */
.about-form__container h2 {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}
/* Поля формы */
.about-form__container input,
.about-form__container select {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s;
      box-sizing: border-box;
}
/* Фокус на поле */
.about-form__container input:focus,
.about-form__container select:focus {
  outline: none;
  border-color: #39c000;
  box-shadow: 0 0 5px rgba(57,192,0,0.5);
}
/* Кнопка отправки */
.about-form__container button {
  width: 100%;
  padding: 12px;
  background-color: #39c000;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
}
/* Ховер кнопки */
.about-form__container button:hover {
  background-color: #2e9000;
}
/* Подписи к полям */
.about-form__container label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #555;
}
/* Ошибка валидации */
.about-form__container input:invalid {
}
/* Текст благодарности */
#thank-modal h2 {
  font-size: 22px;
  text-align: center;
  color: #39c000;
}
#thank-modal p {
  text-align: center;
  color: #555;
  margin-top: 10px;
}
.fixed-call-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
}
.fixed-call-button .main-button {
    width: 60px;
    height: 60px;
    background: #A30301;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: transform 0.3s;
    animation: phonePulse 1.5s infinite;
}
.mini-icons img{
    width: 27px;
    height: 25px;
}
/* scroll up button */
.scroll-top {
    position: fixed;
    left: 20px;
    bottom: 21px;
    width: 60px;
    height: 60px;
    background: #46B427;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 999;
}

.scroll-top img{
    width:20px;
}
/* когда появляется */
.scroll-top.show{
    opacity:1;
    visibility:visible;
}



/* анимация моргания */
@keyframes phonePulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 #a30301a6;
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 0 0 10px #a30301a6;
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 #a30301a6;
    }
}
.fixed-call-button .main-button img {
    width: 30px;
    height: 30px;
}
.fixed-call-button .main-button.active {
    transform: rotate(45deg);
}
.fixed-call-button .mini-icons {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    margin-right: 10px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}
.fixed-call-button .mini-icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
}

.fixed-call-button.active .mini-icons {
    opacity: 1;
    pointer-events: auto;
}

@media (max-width:900px){
.servicesGrid__grid{
grid-template-columns:repeat(2,1fr);
}
}
@media (max-width:500px){
.servicesGrid__grid{
grid-template-columns:1fr;
}
}



.fixed-call-button{
position:fixed;
right:30px;
bottom:30px;
z-index:9999;
}
.main-button{
width:60px;
height:60px;
background:#ffd400;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
cursor:pointer;
}
.main-button img{
width:28px;
}
.call-popup{
position:absolute;
bottom:80px;
right:0;
width:280px;
background:#fff;
padding:20px;
border-radius:10px;
box-shadow:0 10px 30px rgba(0,0,0,0.2);
opacity:0;
transform:translateY(20px);
pointer-events:none;
transition:0.3s;
}
.call-popup.active{
opacity:1;
transform:translateY(0);
pointer-events:auto;
}
.call-popup input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 14px;
}
.call-popup button {
    width: 100%;
    border: none;
    cursor: pointer;
    padding: 14px 26px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    background: linear-gradient(90deg, #E30402 0%, #7D0201 100%);
    color: #fff;
}

.fixed-call-button  h3{
  margin-top: 0;
  margin-bottom: 5px;
}






/* ======================================================
SCROLL ANIMATIONS
====================================================== */
.heroSection__feature:nth-child(1){
animation-delay:0.2s;
}
.heroSection__feature:nth-child(2){
animation-delay:0.5s;
}
.heroSection__feature:nth-child(3){
animation-delay:0.8s;
}

@media (max-width:900px){
.headerSection__menu{
position:fixed;
top:0;
right:-100%;
width:260px;
height:100%;
background:#fff;
flex-direction:column;
padding:80px 30px;
gap:20px;
transition:.3s;
box-shadow:-5px 0 20px rgba(0,0,0,0.1);
}
.headerSection__menu--active{
right:0;
}
.headerSection__burger{
display:flex;
}
}
@media (max-width:900px){
.heroSection{
padding:80px 0;
}
.heroSection__bg{
display:none;
}
.heroSection::before{
width:100%;
}
.heroSection__title{
font-size:28px;
}
.heroSection__features{
position:relative;
flex-direction:column;
gap:20px;
margin-top:40px;
}
}

@media (max-width:900px){
.pricesSection__tabs{
flex-direction:column;
}
.pricesSection__item{
flex-direction:column;
align-items:flex-start;
gap:10px;
}
}
@media (max-width:900px){
.quizSection__wrapper{
flex-direction:column;
}
.quizSection__help{
width:100%;
}
.quizOptions{
flex-direction:column;
}
}

@media (max-width:900px){
.quizSection__wrapper{
flex-direction:column;
}
.quizSection__help{
width:100%;
}
.quizOptions{
flex-direction:column;
}
}

@media (max-width:900px){
.infoSection__wrapper{
flex-direction:column;
align-items:center;
}
.infoSection__column{
width:100%;
}
.infoSection__center{
display:none;
}
}

@media (max-width:900px){
.teamSection__cards{
flex-direction:column;
}
.promoSection__cards{
flex-direction:column;
}
.partnersSection__list{
flex-direction:column;
}
}

@media (max-width:900px){
.contactsSection__wrapper{
flex-direction:column;
}
.contactsCard{
width:100%;
}
}

@media (max-width:500px){
.heroSection__title{
font-size:24px;
}
.ctaSection__box{
flex-direction:column;
padding:40px 25px;
}
.ctaSection__form{
flex-direction:column;
}
.ctaSection__input{
width:100%;
}
}


@media only screen and (max-width: 1270px) {
.container {
  width: 1000px;
}
.quizOption {
    min-width: 100px;
    text-align: center;
}
    .container {
        box-sizing: border-box;
    }

}

@media only screen and (max-width: 1080px) {
.container {
  width: 100%;
}
.headerSection__menu li a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}

}
@media only screen and (max-width: 900px) {
.heroSection__features {
  display: none;
}
    .heroSection__bg {
        display: block;
    }
.ctaSection__image {
  display: none;
}
.bgop {
 display: none;
}
.headerSection__btn {
  display: none;
}
.quizSection__title {
    font-size: 20px;
    margin-bottom: 40px;
}
.pricesSection {
    padding: 60px 0;
    background: #f3f3f3;
}
    .headerSection__menu--active {
        right: 0;
        z-index: 9999;
    }
.quizSection__help {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}.quizSection__help img {
  display: none;
}
.ctaSection__image {
  display: none;
}
.ctaSection__box {
    border-radius: 25px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background: linear-gradient(242deg, #51D600 39%, #36931E 100%);
}
.contactsCard,
.contactInfoFlec {
    box-sizing: border-box;
}
.contactInfoFlec {
    display: block;
}
.contactsInfo__bank {
    margin-bottom: 40px;
    line-height: 1.6;
    padding-left: 0;
}
.contactsInfo__payments img {
    height: 29px;
}
.contactsInfo__company {
    margin-bottom: 25px;
    line-height: 1.6;
    border-right: 0 !important;
    padding-right: 0px;
}
.faqSection {
    padding: 10px 0;
    background: #efefef;
}
.partnersSection__item,
.promoCard {
    box-sizing: border-box;
}
.promoSection {
    padding: 20px 0;
    background: #efefef;
}
.quizSection__help {
      box-sizing: border-box;
}
.quizProgress {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    flex-direction: column;
    gap: 20px;
}
.quizPrev {
    background: linear-gradient(90deg, #E30402 0%, #7D0201 100%);
    border: 0;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 25px;
    cursor: pointer;
    background: linear-gradient(90deg, #E30402 0%, #7D0201 100%);
    margin-right: 0;
    width: 100%;
}
.quizNext {
  width: 100%;
}
.headerSection__phone {
    color: #fff;
    font-size: 14px;
}
.headerSection__phone svg {
  display: none;
}
/* Меню */
.headerSection__menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  height: 100%;
  background: #fff;
  transition: right 0.3s;
  z-index: 999;
  overflow-y: auto;
  padding: 20px;
}
/* Активное меню */
.headerSection__menu--active {
  right: 0;
}
/* Кнопка закрытия */
.headerSection__menu-close {
  font-size: 24px;
  border: none;
  background: transparent;
  cursor: pointer;
  margin-bottom: 20px;
}
/* Подменю скрыто по умолчанию */
.headerSection__menu .sub-menu {
  display: none;
  padding-left: 20px;
}
/* Активное подменю */
.headerSection__menu .sub-menu--active {
  display: block;
}
/* Ссылка с подменю */
.headerSection__menu li.menu-item-has-children > a::after {
  font-size: 12px;
  margin-left: 5px;
}
.headerSection {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
}

    .heroSection {
        margin-top: 160px;
    }
.headerSection__menu-close {
display: block;
}
.benefitsSection__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px 40px;
}
.servicesTypeSection__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.headerSection__logo {
    width: 60px;
}
    .heroSection {
        margin-top: 100px;
    }
    .headerSection__logoText {
    font-size: 10px;
    line-height: 1.4;
    font-weight: 500;
}
.headerSection__main {
background: #f0eaea;    padding: 5px 0;
}
    .heroSection__title {
        font-size: 17px;
    }
.heroSection {
    min-height: 250px;
}.heroSection__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}
    .heroSection__bg {
        background-image: url(/wp-content/uploads/2026/03/guy-from-pest-control-service-mask-white-protective-suit-sprays-poisonous-gas-generation-ai_349938-3056.jpg);
    }
    .ctaSection__input {
        box-sizing: border-box;
    }
    .heroSection {
        margin-top: 65px;
    }
.headerSection__socials img {
  width: 16px !important;
}
.fixed-call-button {
    position: fixed;
    right: 11px;
    bottom: 30px;
    z-index: 9999;
}
.call-popup {
  
    right: 0;
    width: 209px;
    }
	.heroSection__btn--green {
		display:none;
	}
	
	/* Стили кнопки */
.heroSection__btn {
    padding: 14px 26px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #a30301; /* красный фон */
    border: none;
    
    /* Плавное моргание */
    animation: phonePulse 1.5s infinite;
}
/* Ключевые кадры "дыхания" */
@keyframes phonePulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 #a30301a6;
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 0 20px 10px #a30301a6;
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 #a30301a6;
    }
}
	.about-form__container {
 
        max-width: 100% !important;
   
    }
	.about-form__container label {
    padding-top: 5px;
}
	
	.fancybox__content {
    padding: 0;
}
	.quizOption span {
    display: block;
    font-size: 14px;
}
	    .quizOption img {
    width: 30px !important;
}
	    .quizOption {
        min-width: 100px;
        text-align: center;
        padding: 10px;
    }
	
.fancybox__content {
    padding: 0;
}
	
	.ctaSection__btn {
 
    width: 100%;
    margin-top: 10px;
}
}
.grecaptcha-badge{display: none!important;}