body {
	font-family: "Inter", system,-apple-system,BlinkMacSystemFont,'Segoe UI','Segoe WP',Roboto,Ubuntu,Oxygen,Cantarell,'Fira Sans','Helvetica Neue',Helvetica,'Lucida Grande','Droid Sans',Tahoma,'Microsoft Sans Serif',sans-serif;
	background-color: #F9FBFF;
}

li {
	list-style-type: none;
}

section.dezinsekciya {
	font-family: "Inter" sans-serif ;
}
a {
    text-decoration: none;
    color: #4CBB58;
	/*color: #4F4F4F;*/	
}

a {
    text-decoration: none;
    color: #4CBB58;
	/*color: #4F4F4F;*/	
}

.services a:hover {
	text-decoration: underline;
	color: #41A64C;
}

p, .services li {
	line-height: 1.5;
}

/* header */

.logo-spb {
	width: 131px;
	height: 80px;
}

.header {
	height: 90px;
	vertical-align: middle;
	display: flex;
  	align-items: center;
	background-color: white;
}

.nav-manu {
	position: fixed;
	top: 0;
	z-index: 3;
	width: 100%;
}

.header .phone-link {
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #494E3B;
	transition: color 0.3s;
}

.header .phone-link:hover {
	color: black;
}

.header .spb {
	font-weight: 600;
	color: #414656;
}

.header .text-2 {
	display: flex;
    align-items: flex-end;
    flex-direction: row-reverse;
}

.header .text-3 {
	display: flex;
    align-items: flex-end;
}

.header .text-3 span {
	font-weight: 500;
}

.header .burger {
	display: flex;
    justify-content: center;
    cursor: pointer;
}
/*Nas*/
.Nas {
	color: #414656;
	border: none;
	background-color: none;
	font-size: 14px;
	font-weight: 300;
}
.Nas {
	padding-left: 0;
}
.Nas-acc .accordion-button {
    border: none;
	background: none;
	box-shadow: none;
	color: #414656;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;

}
.accordion-bod {
	padding-left: 20px;
}
.Nas-acc .accordion-button::after {
	
  background-image: url(../img/arnas.svg) ;
    padding: 0;
    position: absolute;
    right: 11.85rem;
   filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(46%);
    

}

.Nas-acc .accordion-button:not(.collapsed)::after {
	
  background-image: url(../img/arnas.svg);
  margin: 0;
}





/*Dez*/
.dez {
	padding-top: 40px;
	font-weight: 500;
	transition: all 0.2s;

}

.dez a {
	transition: all 0.2s;
	color: #0D6EFD;
    
}
.dez a:hover {
	color: #0000CD;
}
.dezinsekciya {
	
	padding-bottom: 50px;
}
.dezinsekciya h1 {
	font-weight: 700;
	font-size: 24px;
}

/* main */

main {
	/*background-image: url(../img/bg.webp);*/
	background-image: url(../img/bg1.webp);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 600px;
    color: #FBF6F6;
    font-size: 24px;
    font-weight: 400;
    text-align: center;

}

/*
.webp main {
	background-image: url(../img/bg.webp);
}*/

.main-cont {
	margin-top: 144px;
}

main h1, h2 {
	font-size: 24px;
    font-weight: 400;
    line-height: 29px;
}

main h1 {
	padding-top: 45px;	
	font-size: 36px;
}

main .logo-ses {
	height: 66px;
	width: 66px;
	margin: 40px;
}

.input {
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	margin: 25px auto;
	display: block;
	width: 528px;
	height: 82px;
	border-radius: 7px;
	outline: none;
	border: white;
	color: #9F9B9B;
	text-align: center;
	font-size: 24px;
}

.div-input {
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	width: 528px;
	height: 82px;
	border-radius: 7px;
	margin: 25px auto;	
}

.main-in {
	display: none;
}


main h2 {
	width: 550px;
	margin: auto;
}

main .ch-text {
	display: none;
	padding: 25px;
}

/* services */

.services {
	padding-top: 85px;
	font-size: 24px;
}

.services h2 {
	padding-left: 65px;
	font-weight: 700;
}

.services h3 {
	font-size: 24px;
	font-weight: 600;
}

.service {
	background-color: #ffffff;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	border-radius: 0 45px 0 0;
	padding: 45px 60px;
	margin-bottom: 60px;
	margin: 60px 5px;
}

.service .house {
	width: 41px;
	height: 34px;
}

.service .fig {
	display: flex;
    align-items: center;
}

/* district  */
.district {
	padding-top: 85px;
}

.district h3 {
	font-size: 16px;
	color: white;
	font-weight: 400;
	transition: color 0.3s;
}

.district h2 {
	padding-left: 65px;
	font-weight: 700;
}

.dist-cont {
	background-image: url(../img/bg-dist.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 680px;
}

/*.webp .dist-cont {
	background-image: url(../img/bg-dist.webp);
}*/	

.block {
	width: 175px;
	height: 90px;
	border-radius: 0 45px 0 0;
	border: 1px solid white;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 20px;
	transition: background-color 0.3s;
}

.block:hover {
	background-color: white;

}

.block:hover h3 {
	color: black;
}

.block-cont {
	padding-top: 100px;
	padding-bottom: 100px;
	margin-top: 85px;
}

.district .col-md-2 {
	width: 20%;
}

/*call us */
.call-us {
	padding-top: 85px;
	font-size: 24px;
	font-weight: 400;
}

.call-us .logo-ses {
	height: 66px;
	width: 66px;
}

.call-us .row {
	align-items: center;
}

.call-us .logo-cont {
	display: flex;
    justify-content: center;
}


.call-us .text {
	text-align: center;
	margin-top: 60px;
}




.call-us .text-hid {
	text-align: center;	
	display: none;
	margin-bottom: 40px;
}

/*FAQ*/
.faq {
  margin-bottom: 115px;
}
.faq h2 {
  margin-bottom: 61px;
  text-align: left;
}
.faq .accordion-button {
  height: 90px;
  background-color: #469e49;
  color: #ffffff;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 400;
  padding-left: 70px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.faq .accordion-body {
  background-color: #ffffff;
  font-size: 24px;
  padding: 70px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  
}

.accordion-button::after {
	
  background-image: url(../img/arar.svg);
    padding-right: 60px;

}
.accordion-button:not(.collapsed)::after {
	
  background-image: url(../img/arar.svg);
  margin-right: 40px;
}



	
/* arrows for slider */
.btn-wrap {
	display: none;
	text-align: center;
	width: 100%;
}

.prev-btn, .next-btn {
	background: none;
	border: none;
	padding: 0;
	width: 80px; /* здесь указывайте нужные размеры */
	height: 80px;
}

.prev-ar {
	height: 43.5px;
	width: 55px;
	margin-bottom: 50px;
}

.next-ar {
	height: 43.5px;
	width: 55px;
	margin-bottom: 50px;
}


/* insects */

.insects {
	padding-top: 85px;
    display: flex;
    justify-content: center;
}

.insects img {
	width: 770px;
}

/* dayly-ses */

.dayly-ses {
	padding: 85px 0;
}

.dayly-ses h2 {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}

.photo-slider img, source {
	margin: auto;
	margin-bottom: 85px;
	width: 90%;
	height: auto;
}

.daily p {
	font-size: 24px;
	font-weight: 400;
	padding: 0 10%;
}

/* cockroach */

.cockroach {
	padding-top: 40px;
	padding-bottom: 15px;	
}

.cockroach img {
	width: 100%;
	padding-bottom: 85px;
}

.cockroach h2 {
	padding: 0;
	padding-bottom: 85px;
	font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.cockroach ul, p {	
	font-weight: 400;
}

.services ul li {
	margin-bottom: 10px;
}


.subbtn {
	display: none;
}

/* footer */
footer {
	background: #363434;
	font-size: 13px;
	font-weight: 400;
	color: white;
	max-width: 100%;
}

footer .spb-town img {
	height: 100%;
/*	max-width: 100%;*/
	width: auto;
}

footer .spb-town {
	overflow: hidden;
}

footer a {
	color: #fff;
	transition: color 0.3s;
}
footer a:hover {
	color: #969393;
}
footer li {
	list-style: none;
}

footer h3 {
	color: #A50302;
	padding-bottom: 40px;
	font-size: 13px;
	font-weight: 700;
}

footer p {
	font-size: 13px;
}

footer ul {
	padding-left: 0;
}

.desins li {
	font-size: 13px;
	padding-bottom: 3px;
	font-weight: 300;
}

.article, .desins, .contacts {
	padding-top: 40px;
}

.ses-free p {
	padding-bottom: 20px;
}

.article li {
	padding-bottom: 10px;
}

.article, .ses-free {
	padding-left: 30px;
}

.contacts h3 {
	padding-left: 30px;
}

.contacts li {
	margin-bottom: 30px;
	padding-left: 30px;
}

.contacts img {
	margin-right: 25px;
}

.request {
	width: 269px;
	height: 60px;
	text-align: center;
	font-size: 13px;
	color: white;
	background-color: #A50302;
	margin-bottom: 15px;
	border: none;
	max-width: 100%;
	transition: background-color 0.3s;
}

.contacts a {
	color: white
}

.request:hover {
	background-color: #760605;
}

/* nav */

#menuToggle
{
    display: block;
    position: fixed;
    top: 50px;
    left: 50px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle input
{
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    right: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}

/*This is the Menu part, which gets triggered by toggle*/
#menu
{

    position: absolute;
    width: 100vw;
    height: 110vh;
    margin: 40px 0 0 -50px;
    padding: 50px;
    background: rgba(236, 240, 241, 0.97);;
    list-style-type: none;
    transform-origin: 0 0;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    display: flex;
    justify-content: center;
/*    text-align: center;*/

}

#menu li
{
    padding: 10px 0 0 0;
    color: #000000;
    list-style-type: disc;
    font-size: 16px;
    font-weight: 400;
}

#menu li {
	color: #414656;
	list-style: none;
	transition: color 0.3s;
/*      text-decoration: none;*/
}

#menu li:hover {
  color: #A60302;
/*    text-decoration: none;*/
}

#menuToggle input:checked ~ ul
{		
    transform: scale(1.0, 1.0);
    opacity: 1;
}

/* modal */

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 4;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 140px auto;
  padding: 20px;
  background: #F9FBFF;
  border-radius: 5px;
  width: 50%;
  position: relative;
  transition: all 5s ease-in-out;
  z-index: 4;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.popup .close:hover {
  color: #A50302;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

.popup span {
	display: block;
	margin-bottom: 25px;
}

@media (max-width: 1200px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
  .popup .div-input, .popup .apply-btn {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .box {
    width: 90%;
  }
  .popup {
    width: 90%;
  }
}
@media (max-width: 490px) {
  .popup button {
    height: 50px;
  }
}

.apply-btn {
  margin: auto;
  width: 528px;
  height: 82px;
  border-radius: 7px;
  background-color: #A60302;
  text-align: center;
  border: none;
  color: white;
  font-weight: 700;
  margin-bottom: 25px;
  transition: background-color 0.3s;
}

.apply-btn:hover {
	background-color: #760605;
}

.logo-ses {
  height: 66px;
  width: 66px;
}

.popup .div-input, .popup .apply-btn {
  width: 70%;
}

.popup input {
	width: 100%;
}

.main-btn {
	margin: auto;
  width: 528px;
  height: 82px;
  border-radius: 7px;
  background-color: #A60302;
  text-align: center;
  border: none;
  color: white;
  font-weight: 700;
  margin-bottom: 25px;
}

.h-btn {
		display: block;
		margin: auto;
		width: 528px;
		height: 82px;
		border-radius: 7px;
		background-color: #A60302;
		text-align: center;
		border: none;
		color: white;
		font-weight: 400;
		margin-bottom: 25px;
		margin-top: 25px;
		font-size: 24px;
		transition: background-color 0.3s;
	}

.h-btn:hover {
	background-color: #760605;
}

/*! insects !*/

.main-price {
	background-image: url(../img/insects/bg-price.webp);
}

/*.webp .main-price {
	background-image: url(../img/insects/bg-price.webp);
}
*/

.serv-title {
	display: flex;
  align-items: center;
}

.serv-title img {
	margin-left: auto;
}

@media (max-width: 768px) {
	.services .input {
		width: 100%;
	}
	.services .subbtn {
		width: 100%;
	}
}


table.rounded-corners {
 --border: 1px solid #A60302;
 border-radius: 12px;
 font-size: 18px;
 font-weight: 400;
 border-spacing: 0;
 border-collapse: separate;
 border: var(--border);
 overflow: hidden;
 table-layout: fixed;
 width: 100%;
}

/* Apply a border to the right of all but the last column */
table.rounded-corners th:not(:last-child),
table.rounded-corners td:not(:last-child) {
 border-right: var(--border);
}

/* Apply a border to the bottom of all but the last row */
table.rounded-corners>thead>tr:not(:last-child)>th,
table.rounded-corners>thead>tr:not(:last-child)>td,
table.rounded-corners>tbody>tr:not(:last-child)>th,
table.rounded-corners>tbody>tr:not(:last-child)>td,
table.rounded-corners>tfoot>tr:not(:last-child)>th,
table.rounded-corners>tfoot>tr:not(:last-child)>td,
table.rounded-corners>tr:not(:last-child)>td,
table.rounded-corners>tr:not(:last-child)>th,
table.rounded-corners>thead:not(:last-child),
table.rounded-corners>tbody:not(:last-child),
table.rounded-corners>tfoot:not(:last-child) {
 border-bottom: var(--border);
}
table.rounded-corners th {
  background: #B7CAB7;
}
.rounded-corners tbody tr:nth-child(odd){
	background: #fff;
}
.rounded-corners tbody tr:nth-child(even){
	background: #F9FBFF;
}

.rounded-corners td, th {
	padding: 25px 15px;
}

.div-t {
	overflow-x: auto;
}

.div-fig {
	display: none;
}

/*Zaloby*/
.z-input {
	display: block;
	width: 100%;
	height: 82px;
	outline: none;
	border: solid 1px #9F9B9B;
	background-color: #F9FBFF;
/*	text-align: center;*/
	font-size: 24px;
	margin-bottom: 40px;
	padding: 10px;
}

.z-form label {
	margin-bottom: 20px;
}


.z-btn {
		display: block;
		margin: auto;
		width: 100%;
		height: 82px;
		border-radius: 7px;
		background-color: #A60302;
		text-align: center;
		border: none;
		color: white;
		font-weight: 400;
		margin-bottom: 25px;
		margin-top: 25px;
		font-size: 24px;
		transition: background-color 0.3s;

	}

.z-btn:hover {
	background-color: #760605;
}


/* Акция */
.main-akciya {
	background-image: none;
	background-color: #E4F6FF;
	color: #000000;
	height:	540px;
}

.main-akciya h1 {
	font-size: 40px;
	text-align: start;
	padding-top: 0;
	margin-top: 40px;
	line-height: 45px;
}

.main-akciya .logo-ses {
	margin: 0 25px 0 0;
}

.timer-div {
	background-color: #FFF705;
	font-size: 18px;
	display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 40px;
	padding: 10px;
	max-width: 507px;
	margin-top: 40px;
	text-align: end;
}

.akciya {
	background-color: #3D3BFF;
	margin: 60px 0 0 0;
}

.akciya:hover {
	background-color: #1d19f5;
}

.text-akciya {
	margin-top: 100px;
	
}

.promo {
	margin-top: 100px;
	font-size: 80px;
	font-weight: 500;
	color: #3D3BFF;
	border: 5px solid;
	border-radius: 7px;
	max-width: 448px;
	line-height: 97px;
}

.pravila-akciya {
	padding: 65px 0 0 65px
}



.rules {
	margin-bottom: 40px;
}
.mosheniki {
	text-align: center;
	margin-top: 70px;
	margin-bottom: 70px;

}

.nolink {
	text-decoration: inherit;
	color: inherit;
	border-bottom: inherit;
}

.nolink:hover {
	text-decoration: underline;	
}

li::before {
	content: '\2022'; /* Символ маркера, например, точка */
	color: #4CBB58; /* Цвет маркера */
	margin-right: 8px; /* Отступ между маркером и текстом */
	font-size: 20px;
  }


.gde [class*=col] {
	padding-right: 60px;
	margin-bottom: 20px;
}

.cockroach .request, .faq .request {
	font-size: 16px;
}

.img-left {
	float: left;	
	margin-right: 20px;
	margin-bottom: 10px;
}

.imgdesc img {
	border-radius: 6px;
	width: 100%;
	height: auto;
}	

.menu-block {
	overflow-y: scroll;
	height: 500px;
}

/* Скрываем scrollbar для Chrome, Safari и Opera */
.menu-block::-webkit-scrollbar {
	display: none;
  }
   
/* Скрываем scrollbar для IE, Edge и Firefox */
.menu-block {
-ms-overflow-style: none;  /* IE и Edge */
scrollbar-width: none;  /* Firefox */
}


/* Banner */

.banner {
	background-color: white;
	text-align: center;
}

.text-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 40px;
}

.menu.text-container {
	justify-content: center;
}	

.menu a {
	padding: 0 30px;
	font-size: 17px;
}

.banner span {
	transition: color 0.3s;
	color: #414656;
	font-weight: 500;
}

.banner span:hover {
	color: #760605;
}


.contact-form h3 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 40px;
}


.buttons {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
}

.button {
	width: 320px;
	height: 60px;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 12px 20px;
	border-radius: 8px;
	color: white;
	font-weight: 400;
	text-decoration: none;
	transition: transform 0.2s ease;
}

.button img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.button:hover {
	transform: scale(1.05);
}

.phone {
	background-color: #A60302;
}

.telegram {
	background-color: #00AEF0;
}

.whatsapp {
	background-color: #40C351;
}