/* Обнуляющие стили */
*{
	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: 60px; /* высота шапки */
}

/* Шапка */
.m370{
	min-width: 370px; /*Ограничивает минимальный размер, служит для коректного отоброжения контента на маленьких экранах*/
}

.plashka{
	margin: 80px auto 120px auto;

	width: 1377px;
	height: 107px;
	background: linear-gradient(to right, rgba(19, 104, 67, 1), rgba(0, 179, 12, 0.54));
	border-radius: 12px;
	
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 35px;
}

.txt_whatsapp{
	font-size: 42px;
	color: #fff;
	font-weight: 500;
}

.whatsapp_img{
	width: 312px;
}
/* Вацап плашка все*/

.teh_garant_cont{
	
	margin: 0 auto;
	width: 1377px;
	position: relative;
}

.zagolovok_txt{
	font-size: 46px;
	font-weight: 500;
}

.teh_garant_cont ul{
	margin-left: 35px;
	margin-top: 43px;
	height: 174px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.check_img{
	margin-right: 20px;
}

.teh_garant_cont li{
	font-size: 28px;
	font-weight: 400;
}

.kazahstan_img{
	width: 582px;
	height: 343px;
	opacity: 50%;
	position: absolute;
	right: 0;
	top: 0;
}

.check_img{
	width: 30px;
}

.container_block{
	margin: 210px auto 102px auto;
	width: 1377px;
}

.melk_txt{
	font-size: 28px;
	margin: 30px 0 30px 35px;
}

.cont_block{
	margin: 20px auto 0 auto;
	width: 1320px;
	height: 400px;
	
	display: flex;
	flex-wrap: wrap;
}

.block{
	background-color: #f0f4f981;
	border-radius: 12px;
	display: flex;
	padding: 34px 0;
	margin: 10px;
	width: 640px;
	height: 189px;
}

.block_txt{
	font-size: 40px;
	width: 520px;

}

.krug_green{
	color: #fff;
	background-color: #28C76F;
	min-width: 30px;
	margin-left: 44px;
	margin-right: 24px;
	margin-top: 5px;
	height: 30px;
	border-radius: 50%;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.auto_img{
	width: 546px;
	height: 324px;
	position: absolute;
	right: 0;
	top: 100px;
}


.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); /* легкая тень для красоты */
}

.shapka{
		height: 60px;
	}

.shapka_txt{
	font-size: 12px;
	font-weight: 600;
	margin: 0 10px;
	min-width: 100%;
}

.main_menu a{
	color: #000;
}

.logo_container{
	display: flex;
	align-items: center;
	width: 100%;
}

.logo{
	height: 45px;
	margin-right: 20px;
}

.head_burger{
	width: 100%;
	height: 30px;
	display: flex;
	justify-content: end;
	align-items: center;
}

.head_grean a{
	color: #fff;
}

.head_burger_box{
	width: 30px;
	height: 30px;
	background-color: black;
}

.burger{
	width: 26px;
	height: 26px;
	display: flex;
}

.head_nav {
	display: none;

}

.main_menu {
	display: flex;
	gap: 20px;
}

.main_menu a {
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}

.main_menu a.head_grean{
	color: #136843;
	font-weight: 600;
}

.head_grean {
	background-color: #13684315;
	padding: 5px 8px;
	margin: -8px;
	border-radius: 8px;
}

.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;
}

.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;
}

.ul_2x{
	width: 70%;
}

.kost2x{
	width:100%;
	background-color: #136843;
	color: #fff;
	padding: 10px 0;
	font-size: 32px;
	font-weight: 400;
	border-radius: 8px;
}

.lang{
	margin-right: 20px;
}

a.head_lang{
	color: #0084ff;
	font-weight: 600;
}

.head_lang {
	background-color: #13684315;
	padding: 5px 8px;
	margin: -8px;
	border-radius: 8px;
}
@media(min-width:1024px){


	
	.head_nav {
		display: flex;
		justify-content: end;
	}

	.burger_menu {
		display: none !important;
	}
	.burger{
		display: none !important;
	}

	.head_burger {
		display: none; 
	}

	.main_menu{
		display: flex;
		justify-content: end;
	}

	.phone-number{
		font-size: 20px;
	}

	.company-name{
		font-size: 20px;
	}

	.footer_text{
		font-size: 20px;
	}
}

@media (min-width: 714px) {
	.shapka_txt{
		font-size: 14px;
		font-weight: 600;
		margin: 0 10px;
		min-width: 50%;
	}
}

@media(min-width:1500px){
	.phone-number{
		font-size: 22px;
	}
	.company-name{
		font-size: 22px;
	}
	.footer_text{
		font-size: 22px;
	}
}


/* Шапка кончилась*/

.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_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;
}

.footer-content {
    display: flex;
    align-items: center;
	justify-content: space-around;
    gap: 5px;
}

.footer_poshta_nomer{
	text-align: end;
}

.phone-number {
font-weight: 700;

}

.company-name {
    font-weight: bold;
	margin: 5px 0;
}

.img_media{
	
	width: 40px;
	height: 40px;
	margin: 0 10px;
}

/*Серый блок на всю шерину экрана*/

.full_width_grey{
	background-color: #F0F4F9;
	width: 100%;
}

.full_width_grey_container{
	width: 1301px;
	margin: 0 auto;
	padding: 61px 0;
}

.full_txt{
	font-size: 42px;
	font-weight: 500;
	margin-bottom: 36px;
}

.full_cont{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.holst_block{
	padding: 12px 11px;
	font-size: 32px;
	border-radius: 12px;
	margin: 15px 30px;
	background-color: #fff;
}

/*Сервисные центры в городах выпадашки*/

.goroda_container{
	width: 1301px;
	margin: 100px auto 80px auto;
}

.city_container{
	margin-top: 90px;
}

.city_container_osnov{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}

/*gpt*/

.city-dropdown {
  width: 369px;
  background: linear-gradient(to right, #066c45, #79dd7f);
  border-radius: 10px;
  overflow: hidden;
  margin: 20px;
  z-index: 1;
  transition: z-index 0.3s;
}

.city-dropdown.open {
	position: relative;
  z-index: 1000;
}

.city-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  color: white;
  font-size: 32px;
  font-weight: 500;
}

.arrow {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid white;
  transition: transform 0.3s ease;
}

.city-dropdown.open .arrow {
  transform: rotate(180deg);
}

.city-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.city-dropdown.open .city-body {
  max-height: 500px;
}

.city-links {
  padding: 0 20px 15px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.city-dropdown.open .city-links {
  opacity: 1;
  pointer-events: auto;
}

.city-links a {
  color: white;
  text-decoration: none;
  display: block;
  margin-top: 10px;
  font-size: 16px;
}

.city-dropdown {
  background: linear-gradient(to right, #066c45, #79dd7f);
  border-radius: 10px;
  margin: 20px;
  overflow: hidden;
  transition: max-height 0.3s ease;
  position: relative;
  z-index: 1;
}

.city-dropdown.open {
  z-index: 1000;
}

.city-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.city-dropdown.open .city-body {
  max-height: 300px;
}

.city-links {
  padding: 0 20px 15px;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.tochka{
	font-size: 20px;
	font-weight: 500;
}

.lang_mobile_block{
	width: 850px;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
	display: none;
	
}

.lang_1{
	font-size: 28px;
	font-weight: 600;
	background: linear-gradient(to right, rgba(19, 104, 67, 1), rgba(0, 179, 12, 0.54));
	color: #fff;
	width: 200px;
	height: 50px;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.lang_2{
	border: 5px solid #74D67B;
	background: #fff;
	color: #066c45;
}

@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(min-width: 576px){
	.footer-content {
		flex-direction: row;
		justify-content: space-evenly;
	}
}

@media(max-width: 500px){
	.footer-content{
		display: block;
	}
	.footer_poshta_nomer{
		padding-left: 10%;
	}
	.footer_cont_v_img{
		justify-content: space-between;
		margin: 0 10%;
	}
}

/*Адаптив 1550px*/

@media(max-width: 1550px){
	/*Вацап*/
.plashka{
	margin: 70px auto 110px auto;
	width: 1177px;
	height: 90px;
	padding: 0 35px;
}
.txt_whatsapp{
	font-size: 36px;
}
.whatsapp_img{
	width: 280px;
}
/*Техническая гарантия на автомобили*/

.teh_garant_cont{
	width: 1177px;
}
.zagolovok_txt{
	font-size: 38px;
}

.teh_garant_cont ul{
	margin-left: 35px;
	margin-top: 43px;
	height: 174px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.check_img{
	margin-right: 20px;
}

.teh_garant_cont li{
	font-size: 28px;
	font-weight: 400;
}

.kazahstan_img{
	width: 494px;
	height: 291px;
	opacity: 50%;
	position: absolute;
	right: 0;
	top: 0;
}
/*Что такое техническая гарантия FSA?*/
.melk_txt{
	font-size: 24px;
}
.block_txt{
	font-size: 32px;
	width: 100%;
}
.container_block{
	width: 1177px;
}
.cont_block{
	height: 340px;
	width: 1177px;

}
.block{
	width: 560px;
	height: 160px;
}
.teh_garant_cont ul{
	margin-left: 35px;
	margin-top: 43px;
	height: 180px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.teh_garant_cont li{
	font-size: 26px;
}
.auto_img{
	width: 464px;
	height: 275px;
}

/*Что покрывает гарантия?*/

.full_txt{
	font-size: 36px;
}
.full_width_grey_container{
	width: 1177px;
}
.holst_block{
	font-size: 28px;
}
/*Сервисные центры в городах*/
.goroda_container{
	width: 1177px;
}
.city_container{
	margin-top: 50px;
}
.city-dropdown {
  width: 340px;
 
}
.city-header {
  padding: 15px 20px;
  font-size: 28px;
}
.tochka{
	font-size: 16px;
	font-weight: 500;
}
}

@media(max-width: 1023px){
	.lang_mobile_block{
	display: flex;
}
}

/*Адаптив 1250px*/

@media(max-width: 1250px){
	/*Вацап*/


.plashka{
	margin: 50px auto 90px auto;
	width: 850px;
	height: 80px;
	padding: 0 35px;
}
.txt_whatsapp{
	font-size: 28px;
}
.whatsapp_img{
	width: 200px;
}
/*Техническая гарантия на автомобили*/

.teh_garant_cont{
	width: 850px;
}
.zagolovok_txt{
	font-size: 32px;
}

.teh_garant_cont ul{
	margin-left: 35px;
	margin-top: 43px;
	height: 140px;
}

.check_img{
	margin-right: 20px;
}

.teh_garant_cont li{
	font-size: 18px;
	font-weight: 400;
}

.kazahstan_img{
	width: 380px;
	opacity: 50%;
	right: 0;
}
/*Что такое техническая гарантия FSA?*/
.melk_txt{
	font-size: 20px;
}
.block_txt{
	font-size: 32px;
	width: 100%;
}
.container_block{
	width: 850px;
	margin-top: 100px;
}
.cont_block{
	height: 300px;
	width: 850px;

}
.block{
	width: 400px;
	height: 140px;
}
.block_txt{
	font-size: 24px;
}
.teh_garant_cont ul{
	margin-left: 35px;
	margin-top: 43px;
	height: 180px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.teh_garant_cont li{
	font-size: 22px;
}
.auto_img{
	width: 395px;
	height: 233px;
}

/*Что покрывает гарантия?*/

.full_txt{
	font-size: 28px;
}
.full_width_grey_container{
	width: 850px;
}
.holst_block{
	font-size: 22px;
}
/*Сервисные центры в городах*/
.goroda_container{
	width: 850px;
}
.city_container{
	margin-top: 50px;
}
.city-dropdown {
  width: 380px;
 
}
.city-header {
  padding: 15px 20px;
  font-size: 22px;
}
.tochka{
	font-size: 16px;
	font-weight: 500;
}
}

/*Адаптив 850px*/

@media(max-width: 850px){
	/*Язык*/
	.lang_mobile_block{
	width: 550px;
	margin: 25px auto;
	display: flex;
	justify-content: space-between;
	
}

.lang_1{
	font-size: 22px;
	font-weight: 600;
	background: linear-gradient(to right, rgba(19, 104, 67, 1), rgba(0, 179, 12, 0.54));
	color: #fff;
	width: 150px;
	height: 40px;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.lang_2{
	border: 5px solid #74D67B;
	background: #fff;
	color: #066c45;
}
	/*Вацап*/
.plashka{
	margin: 50px auto 90px auto;
	width: 550px;
	height: 80px;
	padding: 0 35px;
}
.txt_whatsapp{
	font-size: 20px;
}
.whatsapp_img{
	width: 150px;
}
/*Техническая гарантия на автомобили*/

.teh_garant_cont{
	width: 550px;
	height: 480px;
}
.zagolovok_txt{
	font-size: 32px;
}

.teh_garant_cont ul{
	margin-left: 35px;
	margin-top: 43px;
	height: 140px;
}

.check_img{
	margin-right: 20px;
}

.teh_garant_cont li{
	font-size: 18px;
	font-weight: 400;
}

.kazahstan_img{
	margin-top: 280px;
	width: 380px;
	opacity: 50%;
	left: 50%;
	transform: translateX(-50%);
}
/*Что такое техническая гарантия FSA?*/
.melk_txt{
	font-size: 20px;
	margin: 20px auto;
}
.block_txt{
	font-size: 32px;
	width: 100%;
}
.container_block{
	width: 550px;
	height: 700px;
	margin-top: 100px;
}
.cont_block{
	height: 300px;
	width: 550px;
	display: block;

}
.block{
	width: 100%;
	height: 120px;
	margin: 20px auto;
}
.block_txt{
	font-size: 20px;
	width: 80%;
}
.teh_garant_cont{
	height: 500px;
}
.teh_garant_cont ul{
	margin-left: 35px;
	margin-top: 43px;
	height: 180px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.teh_garant_cont li{
	font-size: 20px;
}
.auto_img{
	width: 395px;
	height: 233px;
	left: 50%;
	transform: translateX(-50%);
	top: 63%;
}

/*Что покрывает гарантия?*/

.full_txt{
	font-size: 28px;
}
.full_width_grey_container{
	margin: 0 auto;
	width: 550px;
}
.holst_block{
	font-size: 22px;
}
/*Сервисные центры в городах*/
.goroda_container{
	width: 550px;
}
.city_container{
	margin-top: 50px;
	margin: 0;
}
.city-dropdown {
  width: 550px;
 
}
.city-header {
  padding: 15px 20px;
  font-size: 22px;
}
.tochka{
	font-size: 18px;
	font-weight: 500;
}
}

/*Адаптив 630px*/

@media(max-width: 630px){
	/*Язык*/
	.lang_mobile_block{
	width: 341px;
	margin: 15px auto;
	display: flex;
	justify-content: space-between;
	
}

.lang_1{
	font-size: 22px;
	font-weight: 600;
	background: linear-gradient(to right, rgba(19, 104, 67, 1), rgba(0, 179, 12, 0.54));
	color: #fff;
	width: 120px;
	height: 40px;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.lang_2{
	border: 5px solid #74D67B;
	background: #fff;
	color: #066c45;
}
	/*Вацап*/
.plashka{
	flex-direction: column;
	justify-content: space-around;
	text-align: center;
	margin: 30px auto 30px auto;
	border-radius: 0;
	width: 100%;
	height: 120px;
	padding: 0 35px;
}
.txt_whatsapp{
	font-size: 26px;
}
.whatsapp_img{
	width: 150px;
}
/*Техническая гарантия на автомобили*/

.teh_garant_cont{
	width: 341px;
	height: 480px;
}
.zagolovok_txt{
	font-size: 32px;
}

.teh_garant_cont ul{
	margin-left: 0px;
	margin-top: 0px;
	height: 140px;
}

.check_img{
	margin-right: 20px;
}

.teh_garant_cont li{
	font-size: 18px;
	font-weight: 400;
	width: 100%;
}

.teh_garant_cont{
	max-height: 450px;
}

.kazahstan_img{
	margin-top: 230px;
	width: 340px;
	opacity: 50%;
	left: 50%;
	transform: translateX(-50%);
}
/*Что такое техническая гарантия FSA?*/
.melk_txt{
	font-size: 20px;
	margin: 20px auto;
}
.block_txt{
	font-size: 32px;
	width: 100%;
}
.container_block{
	width: 341px;
	height: 800px;
}
.container_block1{
	height: 700px;
	margin-bottom: 0;	
}
.cont_block{
	height: 300px;
	width: 341px;
	display: block;

}
.block{
	width: 100%;
	padding-left: 10px;
	height: 120px;
	margin: 20px auto;
}
.block_txt{
	font-size: 20px;
	width: 80%;
}
.teh_garant_cont{
	height: 530px;
}

.teh_garant_cont li{
	font-size: 18px;
}
.teh_garant_cont ul{
	margin-left: 0px;
	margin-top: 20px;
	height: 180px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.auto_img{
	width: 316px;
	height: 186px;
	left: 50%;
	transform: translateX(-50%);
	top: 75%;
}

/*Что покрывает гарантия?*/

.full_txt{
	font-size: 28px;
}
.full_width_grey_container{
	margin: 0 auto;
	width: 341px;
}
.holst_block{
	font-size: 22px;
}
/*Сервисные центры в городах*/
.goroda_container{
	width: 341px;
}
.city_container{
	margin-top: 50px;
	margin: 0;
	width: 341px;
}
.city-dropdown {
	width: 300px;
 
}
.city-header {
  padding: 15px 20px;
  font-size: 22px;
}
.tochka{
	font-size: 18px;
	font-weight: 500;
}
}