/* Обнуляющие стили */
*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}
nav,footer,header,aside{display: block;}
html,body{
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input,button,textarea{font-family:inherit;}
input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}
/* ------------------------------------------------ */

body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	padding-top: 30px; /* высота шапки */
}

.main_menu a{
	color: #000;
}
.main_menu a.head_grean{
	color: #136843;
	font-weight: 600;
}

.head_grean {
	background-color: #13684315;
	padding: 5px 8px;
	margin: -8px;
	border-radius: 8px;
}

.head_grean a{
	color: #fff;
}

.shapka{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 80%;
	margin: 0 auto; /* центрирует блок */
	padding: 10px 10%;

	
    position: fixed; /* фиксирует шапку */
    top: 0; /* прижимает к верхнему краю */
    left: 0;
    width: 100%; /* растягивает на всю ширину */
    background: white; /* цвет фона, чтобы не было прозрачности */
    z-index: 1000; /* чтобы была поверх других элементов */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); /* легкая тень для красоты */
}

.logo_container{
	display: flex;
	align-items: center;
	width: 100%;
}

.shapka_txt{
	font-size: 12px;
	font-weight: 600;
	margin: 0 10px;
	min-width: 100%;
}

.logo{
	height: 45px;
	margin-right: 20px;
}

.burger{
	width: 26px;
	height: 26px;
	display: flex;
}

.head_burger{
	width: 100%;
	height: 30px;
	display: flex;
	justify-content: end;
	align-items: center;
}

.head_burger_box{
	width: 30px;
	height: 30px;
	background-color: black;
}

/*гпт*/

.burger_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

.ul_2x{
	width: 70%;
}
.kost2x{
	width:100%;
	background-color: #136843;
	color: #fff;
	padding: 10px 0;
	font-size: 32px;
	font-weight: 400;
	border-radius: 8px;
}

.burger_menu.active {
	display: flex;
}

.burger_menu ul {
	list-style: none;
	text-align: center;
}

.burger_menu li {
	margin: 20px 0;
}

.burger_menu a {
	font-size: 20px;
	color: black;
	text-decoration: none;
	font-weight: 600;
}

.burger_close {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 2.5rem;
	cursor: pointer;
}

/*конец кода гпт*/

.m314{
	min-width: 370px;
}

.plashka_cont{
	min-width: 340px;
}

.plashka{
	background-color: #136843;
	border-radius: 8px;
	width: 80%;
	height: 51px;
	margin: 49px auto 16px auto;
	padding: 0px 7px 7px 7px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.w_14_600{
	color: white;
	font-size: 14px;
	font-weight: 600;
}

.b_12_600{
	font-size: 12px;
	color: black;
	font-weight: 600;
}

.b_36_600{
	font-size: 36px;
	font-weight: 700;
	width: 80%;
	margin: 0 auto 18px auto;
}

.contact-btn{
	min-width: 96px;
	max-height: 26px;
	background-color: white;
	padding: 5px;
	border-radius: 5px;
	margin: 5px 0 0 0;
}

.box_galka{
	display: flex;
	width: 80%;
	margin: 0 auto;
	align-items: center;
	color: #fff;
	margin: 10px auto;
	border-radius: 8px;
}

.box_galka_cont2_v2{
	display: flex;
	align-items: center;
	justify-content: start;
	width: 300px;
	margin-left: 10px;
}

.box_galka_v2{
	display: flex;
	width: 80%;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	background-color: #136843;
	color: #fff;
	margin: 10px auto;
	border-radius: 8px;
}

.box_galka_cont2{
	display: flex;
	align-items: center;
	justify-content: start;
	width: 300px;
	margin-left: 10px;
}

.galka{
	width: 35px;
	height: 35px;
}

.b_13_600{
	color: black;
	font-size: 16px;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	justify-content: end;
	margin: 18px 8px;
}

.b_13_600_2{
	font-size: 13px;
	font-weight: 700;
	margin-top: 8px;
}


.b_24_600{
	font-size: 24px;
	font-weight: 700;
}

.plashka_zv{
	width: 60%;
	min-width: 260px;
	margin: 25px auto 40px auto;
}

.w_24_700{
	width: 100%;
	height: 100%;

	color: white;
	font-size: 24px;
	font-weight: 700;

	text-align: center;

	display: flex;
	flex-direction: column;
	justify-content: center;

}

.b_36_600_2{
	margin: 0 auto 8px auto;

}

.b_16_500{
	color: black;
	font-size: 16px;
	font-weight: 500;

	width: 80%;
	margin: 0 auto;
}

.plashka_s{
	background-color: #EFF0FF;
	min-height: 82px;
	margin: 22px auto 5px auto;

}

.b_20_600{
	font-size: 20px;
	max-width: 90%;
	margin: 0 25px 0 27px;
}

.b_32_600{
	color: black;
	font-size: 32px;
	font-weight: 600;

	width: 80%;
	margin: 30px auto 20px auto;
}

.box_galka_container{
	position: relative;
}

.box_auto_photo{
	display: none;
	position: absolute;
	top: 10%;
	right: 10%;
	width: 400px;
	z-index: -1;
}

.box_galka_txt{
	margin: 8px 0 8px 14px;
}

.plashka_zv2{
	margin: 15px 0 0 10%;
	max-width: 175px;
	display: flex;
	justify-content: center;
}

.w_24_700_2{
	font-size: 16px;
	font-weight: 600;
	max-width: 175px;
	height: 41px;
	text-align: center;
}

.c_80{
	width: 80%;
	margin: 35 auto 0 auto;

}

.punkt_container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 80%;
	margin: 0 auto;
}

.punkt{
	display: flex;
	justify-content: space-between;
	align-items: center;

	background-color: #EFF0FF;
	width: 80%;
	margin: 10px auto;
	
	height: 82px;
	border-radius: 8px;
	min-width: 280px;
	max-width: 360px;
}

.punkt_red{
	width: 22px;
	height: 100%;
	background-color: #136843;
	border-radius: 8px 0 0 8px;
}

.punkt_krug{
	background-color: white;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.punkt_text{
	width: 60%;
	height: 50%;
	font-size: 16px;
	font-weight: 700;
}

.z1{
	width: 100%;
	height: 100%;
}

.z2{
	width: 70%;
	height: 70%;
	margin: 15% 15%;
}

.c1{
	font-size: 32px;
	font-weight: 600;
	width: 80%;
	margin: 15px auto;
}

.holst{
	background-color: #EFF0FF;
	width: 100%;
	margin: 30px 0;
	padding: 5px 0 20px 0;
}

.holst_container{
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.holst_block{
	padding: 0 8px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	height: 46px;
	background-color: white;
	border-radius: 8px;
	margin: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.c112{
	font-size: 32px;
	font-weight: 600;
	width: 80%;
	margin: 15px auto;
}

.holst12{
	background-color: #fff;
	margin: 30px 0;
	padding: 5px 0 5px 0;
}

.holst_block12{
	background-color: #EFF0FF;
}

.WhatsApp{
	background-color: #25D366;
	width: 50%;
	min-width: 230px;
	margin: 10px auto 50px auto;
}

.footer {
	width: 100%;
    /*background-color: #f5f5f5;*/	
	background-color: #ECF1F5;
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    color: #333; 
}

.footer_text{
	text-align: center;
	width: 80%;
	margin: 0 auto 20px auto;
}

.footer-content {
    display: flex;
    align-items: center;
	justify-content: space-around;
    gap: 5px;
}

.company-name {
    font-weight: bold;
	margin: 5px 0;
}

.phone-number {
font-weight: 700;

}

/*Классы для support*/

.holst_s{
	margin: 50px 0 0 0;
	padding: 30px 0;
}

/*Классы для support*/

.footer_cont_v{
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer_cont_v_img{
	display: flex;
	justify-content: space-between;
}

.img_fsa{
	height: 60px;
	margin-bottom: 10px;
}

.img_media{
	
	width: 40px;
	height: 40px;
	margin: 0 10px;
}

.footer_poshta_nomer{
	text-align: end;
}

@media (min-width: 714px) {
	.shapka_txt{
		font-size: 14px;
		font-weight: 600;
		margin: 0 10px;
		min-width: 50%;
	}
}

@media (min-width: 768px){
	.box_galka_v2{
		background-color: transparent;
		justify-content: start;
	}
	.b_24_600{
		color: #000;
	}
	.b_13_600_2{
		color: #000;
	}
	.box_galka{
		display: flex;
		width: 80%;
		align-items: center;
	}
	.plashka_zv2{
		min-width: 45%;
		margin: 20px auto 0 auto;
	}
}
@media (min-width: 576px) {

	.mz1{
		height: 70px;
		padding: 0;
		min-width: 80%;
	}
	.w_14_600{
		font-size: 18px;
	}
	.b_12_600{
		font-size: 16px;
	}
	.contact-btn{
		min-width: 140px;
		max-height: 32px;
		background-color: white;
		padding: 12px;
		border-radius: 5px;
		margin: 0px 0 0 0;	

		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.b_13_600{
		font-size: 18px;
		margin: 22px 10px;
	}
	
	.galka{
		width: 40px;
		height: 40px;
	}

	.b_36_600,
	.b_32_600 {
		font-size: 40px;
	}

	.b_16_500 {
		font-size: 18px;
		width: 80%;
	}

	.plashka {
		width: 80%;
		min-height: 60px;
		padding: 0 14px;
	}

	.plashka_zv,
	.WhatsApp {
		width: 60%;
	}

	.punkt_text {
		font-size: 18px;
	}

	.b_20_600 {
		font-size: 22px;
	}

	.holst_block {
		font-size: 18px;
		padding: 0 12px;
		height: 52px;
	}

	.footer-content {
		flex-direction: row;
		justify-content: space-evenly;
	}

	
	.w_24_700_2{
		min-width: 100%;
		font-size: 22px;
	}
}


.head_nav {
	display: none;
}

.main_menu {
	display: flex;
	gap: 20px;
}

.main_menu li {
	list-style: none;
}

.main_menu a {
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}

.gorod_cont{
	width: 80%;
	margin: 0 auto;
	padding: 5px;
	/*background-color: #73bb98;*/

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gorod{
	font-size: 24px;
	width: a;
}

.tochka{
	margin: 14px;
	background-color: #136843;
	border-radius: 8px;
	padding: 5px;
	color: #fff;
	box-shadow: 1px 2px 5px #000;
}

@media(max-width: 500px){
	.footer-content{
		display: block;
	}
	.footer_cont_v_img{
		justify-content: space-between;
		margin: 0 10%;
	}
	.footer_poshta_nomer{
		padding-left: 10%;
	}
	.loka{
		width: 100%;
	}
	.tochka{
		width: 100%;
	}
}

@media(max-width: 750px){
	
	.img_fsa{
		display: none;
	}
	.footer-content{
		width: 100%;
		margin-bottom: 8px;
		justify-content: space-between;
	}
	.footer_poshta_nomer{
		text-align: start;
	}
	
}
@media(max-width: 1024px){
	
	.box_auto_photo{
	width: 300px;
}
}
@media (min-width: 500px){
	.gorod_cont{
		justify-content: space-around;
	}
}
@media (min-width: 768px) {
	.box_auto_photo{
		display: block;
	}
	.b_16_500{
		font-size: 20px;
	}
	.plashka_s{
		height: 80px;
	}
	.b_20_600{
		font-size: 28px;
		max-width: 90%;
		margin: 0 25px 0 27px;
	}
}

@media (min-width: 1024px) {
	.c1{
		font-size: 36px;
	}
	.holst_block{
		font-size: 22px;
	}
	.holst_container{
		margin: 10px auto 10px auto;
	}
	.w_14_600{
		font-size: 24px;
	}
	.mz1{
		height: 80px;
	}
	.contact-btn{
		font-size: 18px;
		padding: 16px;
	}
	.head_burger {
		display: none; 
	}

	.box_galka{
		margin: 12px auto 12px auto;
	}
	.galka{
		width: 50px;
		height: 50px;
	}
	.b_13_600{
		font-size: 22px;
	}

	.shapka{
		height: 60px;
	}

	.b_24_600{
		font-size: 28px;
	}

	.b_13_600_2{
		font-size: 16px;
	}

	.plashka_zv{
		max-width: 600px;
	}
	.w_24_700{
		font-size: 28px;
	}
	.b_16_500{
		margin: 10px auto 10px auto;
	}

	.punkt_text{
		font-size: 20px;
	}

	.burger_menu {
		display: none !important;
	}

	.head_nav {
		display: flex;
		justify-content: end;
	}
	.main_menu{
		display: flex;
		justify-content: end;
	}
	.plashka_s{
		max-width: 400px;
		height: 120px;
	}
	.plashka_ss_cont{
		display: flex;
		flex-wrap: wrap;
		width: 80%;
		margin: 0 auto;
	}
	.footer_text{
		font-size: 20px;
	}
	.company-name{
		font-size: 20px;
	}
	.phone-number{
		font-size: 20px;
	}
	
}
@media (min-width: 1350px){
	.punkt{
		max-width: 470px;
		height: 100px;
	}
	.punkt_krug{
		width: 80px;
		height: 80px;
	}
	.z1{
		width: 80px;
		height: 80px;
	}
	.punkt_red{
		width: 28px;
	}
	.punkt_text{
		font-size: 22px;
	}

	.gorod{
		font-size: 32px;
	}
	.tochka{
		font-size: 18px;
		margin: 20px;
		background-color: #00532b;
		border-radius: 8px;
		padding: 10px;
		color: #fff;
		box-shadow: 1px 2px 5px #000;
	}
}

@media (min-width: 1500px) {
	.footer_text{
		font-size: 22px;
	}
	.company-name{
		font-size: 22px;
	}
	.phone-number{
		font-size: 22px;
	}
	.c1{
		font-size: 42px;
	}
	.holst_block{
		font-size: 24px;
	}
	.holst_container{
		margin: 20px auto 20px auto;
	}
	.w_14_600{
		font-size: 28px;
	}
	.mz1{
		height: 90px;
	}
	.contact-btn{
		font-size: 22px;
		padding: 18px;
	}

	.box_galka{
		margin: 20px auto 20px auto;
	}
	.galka{
		width: 60px;
		height: 60px;
	}
	.b_13_600{
		font-size: 24px;
	}

	.plashka_zv{
		max-width: 700px;
	}
	.w_24_700{
		font-size: 32px;
	}
	.b_16_500{
		margin: 20px auto 20px auto;
	}

	.punkt_krug{
		width: 100px;
		height: 100px;
	}
	.z1{
		width: 100px;
		height: 100px;
	}
	.punkt_red{
		width: 32px;
	}
	.punkt_text{
		font-size: 24px;
	}

	.b_32_600{
		font-weight: 700;
		font-size: 42px;
	}

	.b_24_600{
		font-size: 30px;
	}

	.b_13_600_2{
		font-size: 18px;
	}

	.b_36_600{
		font-size: 52px;
	}
	.plashka_s{
		max-width: 550px;
		height: 140px;
	}
	.plashka_ss_cont{
		display: flex;
		flex-wrap: wrap;
		width: 80%;
		margin: 0 auto;
	}
	.b_20_600{
		font-size: 36px;
	}
	.b_16_500{
		font-size: 28px;
	}
	.punkt{
		max-width: 550px;
		height: 120px;
	}
}