
.body{
	color: var(--text);
	font-family: 'Gilroy-Regular';
}
.header_top{
	height: 70px;
}
.header a{
	text-decoration: none;
}


.logo {
    text-transform: uppercase;
    color: #fff;
    font-size: 34px;
    font-family: Gilroy-bold;
    padding: 5px 10px;
    padding-top: 10px;
    border-radius: 5px;
	position: relative;
	color: #981e32;
	z-index:1;
}

.logo_img {
	position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
	 left: 0;
	 top: 0;
	 z-index: -1;
}

.header_nav{
	box-shadow: 0 4px 19px 0 rgba(182, 182, 182, 0.25);
	background: var(--blue);
}


.header{
	position: sticky;
	top: 0;
	z-index: 1000;
}



.header_menu{
	height: 70px;
	list-style: none;

}


.telegram{
	margin-right: 10px;
    border: 1px solid white;
    border-radius: 100%;
	display:flex;
	align-items:center;
	width:40px;
	height:40px;
	justify-content:center;
}



.telegram img{
	position:relative;
	left:-1px;
}




.header_contacts:hover{
		border-bottom: unset !important;
	}
.header_contacts .c_dark{
	font-weight: 700;
	font-size: 16px;

}
.header_menu a{
	font-family: Gilroy-Medium;
	color: #ffffff;
	font-size: 20px;
}
/*.header_menu a:hover{
	border-bottom: 1px solid #fff;
	transition: 0.3s;
}*/



.hamb{
	cursor: pointer;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 100;
}
.line{
	border-bottom: 2px solid var(--black);
	width: 25px;
	display: block;
	margin: 3px 0;
	border-radius: 3px;
	transition: 0.3s;

}
.open .line:nth-child(2){
	display: none;
}
.open .line:nth-child(1){
	transform: translateY(2px) rotate(-45deg);
}
.open .line:nth-child(3){
	transform: translateY(-4px) rotate(45deg);
}





.main_screen{
	padding-top: 70px;
	padding-bottom: 40px;
	position: relative;
	overflow: hidden;
	background-color: #f0f2f5;
}
.h1	.label_sale{
		position: absolute;
		display: inline-block;
	 	bottom: 48px;
    right: 239px;
    img{
    	position: absolute;
    	left: 0;
    }
}
.label_sale_text {
    position: absolute;
    left: 120px;
    bottom: -67px;
    z-index: 10;
    font-size: 17px;
    color: #fff;
    width: max-content;
    text-align: center;
    background-color: #ff485c;
    border-radius: 8px;
    padding: 6px 50px;
    transform: rotate(-23deg);
    span{
    	font-size: 34px;
    }
}
.h1 .arrow{
	bottom: -48px;
    right: 280px;
}
.main_screen_card{
	background-color: #fff;
	padding: 15px;
	margin-bottom: 15px;
	min-height: 60px;
}

.main_screen_card svg{
	min-width: 16px;
}

.main_fon{
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	z-index: -1;
}
.profil{
	width: 163px;
	height: 163px;
	position: absolute;
	right: 0;
	top: -231px;
}
.banner1_slider .swiper-button-next, .banner1_slider .swiper-button-prev{
	top: unset;
	bottom: 14px;
}

.main_screen_slider .swiper-slide{
	border-radius: 20px;
	overflow: hidden;
}
.main_screen_slider .swiper-slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
}
.main_screen_slider_container .swiper{
	margin-left: unset !important;
}
.main_screen_slider_container{
	width: 100vw;
	height: 561px;
}
.main_screen_slider {
	height: 100%;
	width: 568px;
}
.main_screen_slider_container .swiper-button-next, .main_screen_slider_container .swiper-button-prev{
	top: unset;
	bottom: 10px !important;
}
.main_screen_slider_container .swiper-button-next{
	left: unset;
	right: 39%;
}
.main_screen_slider_container .swiper-button-prev{
	right: unset;
	left: 39%;
}


.b1_slide{
	padding: 15px;
	background-color: var(--blue);
}
.b1_slide_img{
	border-radius: 5px;
	width: 181px;
    height: 94px;
	overflow: hidden;
}
.b1_slide_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.b1_slide_text{
	width: 43%;
}





.banner2{
	padding-top: 40px;
}
.banner2 .h2 img{
	top: -40px;
    left: 0;
}
.calculator{
	padding: 43px 60px;
	background-color: var(--light-grey);
}
.calculator_img{
	position: absolute;
    left: -46px;
    bottom: -43px;
}
.calculator_left .arrow{
	position: absolute;
	bottom: 95px;
    right: -5px;
    transform: rotate(21deg);
}

.calculator_form input{
	border: 1px solid var(--light-grey) !important;
	border-radius: 5px !important;
	padding: 18px 23px !important;
	background-color: #fff !important;
	margin-top: 22px;
}
.calculator_form input::placeholder{
	color: var(--grey);
}
.checkbox{
	margin: 0 10px 0 0 !important;
}
.calculator_form svg{
	margin-top: 22px;
}


.card_product{
	border-radius: 23px;
	padding: 10px;
	background-color: var(--light-grey);
}
.card_product_img{
	width: 100%;
	height: 265px;
	border-radius: 8px;
	overflow: hidden;
}

.card_product_img img{
	width: 101%;
	height: 100%;
	object-fit: cover;
}
.card_product_content{
	margin-top: 16px;
	border-radius: 8px;
	background-color: #fff;
	padding: 7px 10px 20px 10px;
}
.card_product_content strike{
	margin-left: 10px;
	color: #ababab;
}
.card_product input{
	border: 1px solid var(--light-grey);
	border-radius: 5px;
	padding: 14px 23px;
	margin-top: 22px;
	margin-top: 12px;
    height: 50px;
	
}

.banner3 .card_product_img{
		width: 56%;
		height: 100%;
		max-height: 371px;
}
.banner3 .card_product{
	padding: 18px;
}
.banner3 .card_product_content{
	margin-top: unset;
	padding: 30px;
} 



.banner4 .h2 img{
	bottom: -24px;
    right: 148px;
}
.banner4_block{
	position: relative;
	overflow: hidden;
	padding: 84px 36px;
}
.banner4_card{
	border-radius: 8px;
	background-color: #fffcbb;
	padding: 12px 20px;
}
.banner4 .arrow{
	position: absolute;
    right: -198px;
    top: 16px;
    height: 63px;
    transform: rotate(117deg) scale(1, -1);
}
.belarus{
	height: 20px;
}






.banner5_card{
	border-radius: 8px;
	background-color: var(--light-grey);
	padding: 34px 23px;
}
.banner5 .h2 img{
	bottom: -27px;
    left: 61px;
}
.banner5_card img{
	width: 40px;
}







.banner6 .h2 img{
	bottom: -27px;
     right: 61px;
}
.banner6_card_wrapper{
/*	row-gap: 20px;*/
}
.banner6_card{
/*	padding: 30px 15px 30px 100px;*/
	height: 138px;
	display: flex;
	align-items: center;
	overflow: hidden;
	border-radius: 24px;
}

.banner6_card_icon{
	background-color: var(--yellow);
	height: 100%;
	width: 103px;
	padding-left: 28px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
	top: 0;
}	

.banner6_card_icon img{
		height: 60px;
		position: relative;
		z-index: 1;
}


.banner6_card_icon::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 117px;
    height: 186px;
    margin-top: -93px;
    border-radius: 50%;
    background: var(--yellow);
}
.banner6_card_text{
	padding: 0 10px 0 50px;
}
.banner6_card_img{
	overflow: hidden;
}
.banner6_card_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}






.banner7 {
	background-color: var(--blue);
	margin-top: 250px;
	margin-bottom: 220px;
}
.banner7 .h2{
	color: #fff;
	padding: 300px 0;
}
.banner7_slider{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%);
}
.banner7 .h2 img{
	bottom: -27px;
    right: 61px;
}
.banner7 .swiper-slide{
	padding: 35px;
	margin-bottom: 30px;
}
.banner7 .slide_img{
	height: 58px;
	width: 58px;
	border-radius: 50%;
	overflow: hidden;
}
.banner7 .slide_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-pagination-bullet-active{
	background: var(--blue);
}
.swiper-button-prev:after, .swiper-button-next:after {
    content: '';
}
.swiper-button-prev, .swiper-button-next{
	border-radius: 14px;
	background-color: #fff;
	box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
	width: 58px;
	height: 48px;
}
.swiper-slide{
	cursor: grab;
}


.banner8{
	padding: 48px 0;
}
.banner8_icon{
	border: 1px solid var(--blue);
	border-radius: 7px;
	width: 110px;
	height: 67px;
	background-color: #fff;
	overflow: hidden;
}
.banner8_right{
	border-radius: 8px;
	overflow: hidden;
}
.banner8_right img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner9{
	/*background: linear-gradient(90deg, #1e75bd 0%, #73b7de 100%);*/
	overflow: hidden;
	color: #fff;
	padding: 30px 40px 20px;
}
.banner9_fon{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
}
.banner9_foto{
	position: absolute;
	bottom: -29px;
	left: 0;
	width: 244px;
	border-radius: 5px;
}
.banner9_sale{
	background-color: #fff;
	color: var(--blue);
	border-radius: 13px;
	padding: 8px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner9_sale img{
	margin-left: 5px;
	margin-right: 5px;
}




.banner10 .h2 img{
	  bottom: -27px;
    right: 61px;
}
.banner10_card{
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 20px;
}
.banner10_card_img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner10_card.bgc_gray{
	padding: 53px 44px 53px 24px;
}
.banner10_card_mini{
	border-radius: 8px;
	background-color: #fff;
}

.banner11 input{
	border: unset!important;
	
}

.banner11{
	background-color: var(--yellow);
	color: #fff;
	padding: 40px 40px 30px;
}
.banner11 .btn{
	background-color: #fff;
	color: var(--text);
	border: none;
}
.banner11 .form_input{
	background-color: #db9112;
	color: #fff;
	border: none;
	outline: none;
}
.banner11 .form_input::placeholder{
	color: #fff;
	opacity: 1;
}
.banner11_foto{
	position: absolute;
	left: -89px;
    bottom: -80px;
}
.banner11_sale{
	position: absolute;
	left: 83px;
	bottom: -100px;
	border-radius: 11px;
	padding: 20px 40px;
	background: #ffe872;
	transform: rotate(-10deg);
	font-weight: 700;
	font-size: 53px;
	line-height: 102%;
	color: #f3002c;
}


.banner12 .h2 img{
	bottom: -27px;
    right: 61px;
}

.b12_slider_tab{
	border: 1px solid var(--blue);
	padding: 14px 0;
	text-align: center;
	margin-bottom: 50px;
	width: 18% !important;
	font-size: 18px;
	cursor: pointer;
	height: 50px!important;
}
.b12_slider_tab:first-child{
	border-radius: 32px 0 0 0;
}
.b12_slider_tab:last-child{
	border-radius: 0 32px 0 0;
}
.swiper-slide-thumb-active{
	background-color: var(--blue);
	color: #fff
}
.b12_slide_left{
	position: relative;
	overflow: hidden;
}
/*.b12_slide_left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}*/
.banner12_slider ul{
	padding-left: 20px;
}
.banner12_slider li{
		color: var(--blue);
}
.banner12_slider .card_product_img{
	height: 300px;
}
.banner12_slider .card_product_content{
	margin-top: 30px;
}



.b13_fon{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}
.b13_slide{
	padding: 40px;
	overflow: hidden;
}
.b13_slide .arrow_white{
	position: absolute;
	right: 0;
	bottom: 0;
}
.b13_sale_fon{
	position: absolute;
	border-radius: 5px;
	width: 258px;
	height: 72px;
	z-index: -1;
	left: -29px;
    top: 0;
    transform: rotate(-4deg);
	background-color: #fff;
}
/*.b13_foto_left{
	position: absolute;
	left: 56px;
    bottom: -130px;
	border: 2px solid #fff;
	border-radius: 5px;
	overflow: hidden;
	width: 261px;
	height: 298px;
}
.b13_foto_right{
	position: absolute;
	left: 268px;
    bottom: -11px;
	border: 2px solid #fff;
	border-radius: 5px;
	overflow: hidden;
	width: 233px;
	height: 266px;
}*/
.b13_foto_left img, .b13_foto_right img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.b13_foto_left{
	position: absolute;
    left: 204px;
    bottom: -21px;
    border: 2px solid #fff;
    border-radius: 5px;
    overflow: hidden;
    width: 178px;
    height: 199px;
}
.b13_foto_right{
	position: absolute;
    left: 297px;
    bottom: 83px;
    border: 2px solid #fff;
    border-radius: 5px;
    overflow: hidden;
    width: 185px;
    height: 193px;
}
.banner13_slider .swiper-button-next, .banner13_slider .swiper-button-prev{
	top: -13px;
}
.banner13_slider .swiper-button-prev{
	right: 110px;
	left: unset;
}
.banner13_slider .swiper-button-next{
	right: 31px;
}







.banner14 {
    background: var(--light-grey);
    padding: 60px;
    z-index: 1;
    position: relative;
}
.banner14 .h2 img{
	bottom: -27px;
    right: -82px;
}
.tab-content {
  max-height: 0;
  padding: 10px 0 0 74px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.tab.open .tab-content {
  padding: 10px 0 20px 74px;
  transition: max-height 0.3s ease;
}

.tab-btn {
  border: none;
  padding: 10px 10px;
  cursor: pointer;
  padding-left: 74px;
}

.close-btn {
  position: absolute;
  left: 0;
  top: 7px;
  width: 40px;
}
.close-btn2{
	position: absolute;
	left: 0;
	top: 7px;
  	width: 40px;
  	display: none;
}
.ul{
	padding-left: 18px;
}



.banner15{
	background: var(--light-grey);
	padding: 60px;
}
.banner15_left{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06), 0 0 4px 0 rgba(0, 0, 0, 0.04);
	background-color: var(--blue);
	padding: 32px;
}
.b15_img1{
	position: absolute;
	bottom: 0;
	left: 0;
}
.b15_img2{
	position: absolute;
	bottom: 99px;
    right: 95px;
    transform: rotate(164deg) scale(1, -1);
}


.footer {
    background-color: var(--yellow);
    padding: 60px 0;
    padding-top: 500px;
    margin-top: -300px;
}


.footer a{
	text-decoration: none;
	
}



.footer_menu{
	list-style: none;
}
.footer_menu li{
	margin-right: 20px;
}
.footer_menu a{
	color: #fff;
	font-size: 16px;
	transition: 0.3s;
}
.footer a:hover{
	color: var(--blue);
}
.footer_contacts{
	transition: 0.3s;
}
.footer_social{
	margin-top: 3px;
}

.d-none{
	display: none;
}


.swiper-slide{
	height: auto;
}




.b24-form-sign-abuse{
	display: none !important;
}
.b24-form-sign-abuse, .b24-form-content, .b24-form-sign{
	padding: unset !important;
}
.b24-form-wrapper{
	min-height: unset !important;
}
.b24-form{
	width: 100% !important;
}
.b24-form-wrapper.b24-form-shadow {
	box-shadow: unset !important;
}
.calculator .b24-form-field{
	width: 100% !important;
}
.calculator .b24-form-field div{
	width: 100% !important;
}
.calculator .b24-form-field-second-name, .calculator .b24-form-field-last-name{
	width: 48% !important;
	position: relative;
}
.calculator form div:first-child{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.calculator .b24-form-field-second-name::after{
	/*content: "";
	background: url("../img/calc_krest.svg");
	height: 17px;
	width: 17px;
	background-repeat: no-repeat;
	position: absolute;
	right: -31px;
    top: 17px;*/
}
.banner11 .b24-form-wrapper input{
	background-color: #fff;
}
.b11 .b24-form-wrapper, .banner11 .b24-form-wrapper{
	background-color: unset !important;
}



input.col-5-5{
	width: calc(46.66% - var(--space));
}



/* section work */
#example_work img{
	width: 33.33%;
	padding: 3px;
}

#example_work img:last-child{
margin-right: auto;
}

@media(max-width: 576px){
#example_work img{ width: 50%;}
}





section#mosquito_net .d-flex {
align-items: center;
}


section#mosquito_net img{
width: 100%;
}

section#mosquito_net .text_img img{
width: 50%;
margin-bottom:10px;
}




.agreement{display: flex;     
	align-items: center; 
	color: var(--text);
	font-family: 'Gilroy-Regular'; 
}

/* .for_email_responce{
	min-height: 20px;
} */

.agreement input{height: unset; margin-top: -2px; margin-right: 5px;}


/* Отвязка от Bootstrap 5 */
*, ::after, ::before {box-sizing: border-box;}
.container{
	width: 100%;
	padding-right: var(--bs-gutter-x, .75rem);
	padding-left: var(--bs-gutter-x, .75rem);
	margin-right: auto;
	margin-left: auto;
}

.d-flex{display: flex;}
.mb-3{margin-bottom: 1rem !important;}
.mt-3{margin-top: 1rem !important;}
.mb-2{margin-bottom: .5rem !important;}
.mt-2{margin-top: .5rem !important;}



.font_regular {
	font-size: 14px;
	font-weight: 400;
}