body{
	padding: 0;
	margin: 0;
	font-family:'Manrope';
}
.container{
	max-width:1450px;
	margin-right: auto;
    margin-left: auto;
}
.menu{
	display: flex;
	justify-content: space-between;
	
	border: 2px solid #0af;
	border-radius: 30px;
	box-sizing: border-box;
	background: white;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 30px;
	padding-right: 30px;
}
.avatar_format{
	border: 2px solid #0af;
	border-radius: 100px;
}
.contflex{	 
	gap:26px;
}
.name_format{

	margin:0;
	font-weight: 600;
	font-size: 22px;
	color: #474747;
}
.name_format2{

	margin:0;
	font-weight: 400;
	font-size: 18px;
	color: #474747;
}
.result_box{
	font-size: 22px;
}
.height_img{
	height: 400px;
	object-fit: contain;
}
.text_block_card_format{
	display: flex;
	align-items: center;
	gap: 18px;
}
.menu_cont_flex{
	display: flex;
	align-items: center;
}
.flex_two{
	display: flex;
	flex-direction: column;
	gap:5px;

}
.menu_cont_flex h1{
	font-weight: 700;
	font-size: 25px;
	color: #2e3038;
	margin: 0;
}
.menu_cont_flex .menu_ssil{
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 21px;
	color: #474747;
	margin: 0;
}
.menu_cont_flex .menu_ssil:hover{
	color:#0af;
}
.menu_cont_flex .menu_ssil{
	transition:0.3s;
}
a{
	text-decoration: none;
}

.phone{
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 25px;
	line-height: 136%;
	text-align: right;
	color: #000;
}
.menu_cont_flex .tg{
	width:44px;
	margin-right: 2px;
	transition: 0.3s;
}
.menu_cont_flex .whp{
	width:48px;
	transition: 0.3s;
	margin-right: 10px;
}
.menu_cont_flex .tg:hover, .menu_cont_flex .whp:hover{
	opacity:0.7;
}
.phone{
	transition: 0.2s;
}
.phone:hover{
	opacity:0.7;
}
.half{
	width:50%;
	display: flex;
}
.glavn_zag{
	margin-top:0;
	margin-top:75px;
	font-weight: 600;
	font-size: 70px;
	color: #2e3038;
	margin-bottom: 90px;
}
.cont_displayindex1{
	flex-direction: column;
	justify-content: flex-start;
}
.line_glavn{
	background: #0af;
	width: 50%;
	margin: 0;
	border:none;
	height: 3px;
}
.display_index{
	margin-top:100px;
	display: flex;
}
.container_trees{
	margin-top: 30px;
}
.tree h3{
font-weight: 800;
font-size: 28px;
color: #474747;
}
.tree img{
	background: white;
	border: 1px solid #0af;
	border-radius: 10px;
	width: 59px;
	height: 59px;
	padding:8px;
	box-sizing: border-box;

}
.tree h3{
	margin: 0;
}
.tree{
	display: flex;
	gap: 20px;
	align-items: center;
} 
.container_trees{
	display: flex;
	gap: 26px;
	flex-direction: column;
}
.cont_displayindex2{
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}
.card_img{
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.25);

	bottom: 15px;
	padding-top: 23px;
	padding-bottom: 23px;
	padding-left: 30px;
	padding-right: 30px;
	position: absolute;
margin-left: auto;
margin-right: auto;
width:70%;
left: 0;
right: 0;
text-align: center;

}
.img_displ_div{
	position: relative;
}

.card_img span{

font-weight: 400;
font-size: 35px;
margin:0;
text-align: center;
color: #2e3038;
} 
.card_img h4{

font-weight: 500;
margin:0;
font-size: 25px;
text-align: center;
color: #2e3038;
}
.backgroundf{
	background: url('../img/background_ecran.png');
	padding-top:13px;
}
.zagolovok_section{
font-weight: 700;
font-size: 50px;
text-align: center;
color: #2e3038;

margin: 0;
margin-bottom:65px;
}
.zag_nocenter{
	text-align:left !important;
}
.section_margin{
	margin-top:230px;
}
.descript{
font-weight: 500;
font-size: 25px;
text-align: center;
color: #2a2a2a;
 
margin-top: 0;
}
.section_about .descript{
text-align: justify;
}
.card_prem{
	display: flex;
	justify-content: space-between;
 	margin-top:45px;

}
.card_pr_item{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
		width:21%;
	border: 1px solid #0af;
border-radius: 10px;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
background: #fff;
padding-top: 40px;
padding-bottom: 24px;
padding-left: 30px;
padding-right: 30px;
transition:0.3s;
box-sizing: border-box;
}
.card_pr_item:hover{
	transform: scale(1.02);
}
.zag_card_pr{
	margin: 0;
	margin-top:30px;
font-weight: 700;
font-size: 25px;
text-align: center;
color: #0af;
}
.line_card_pr{
	background: #0af;
width: 92px;
margin-top:13px;
margin-bottom: 33px;
border:none;
height: 2px;
}
.descript_pr_card{
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	color: #2e3038;
	margin: 0;
}
.zagolovok_section span{
	color:#00AAFF;
}

.section_callback_offer .descript{
	text-align: left;
}
.section_callback_offer{
	display: flex;
	justify-content: space-between;
}
.margin_dop{
	margin-top: 75px;
}
.card_callback{
	display: flex;
	flex-direction: column;
	align-items: center;
    margin-top: 20px;
	justify-content: center;
	padding-top: 30px;
	padding-bottom: 35px;
	box-sizing: border-box;
	width:55%;
	background: white;
	position: relative;
	box-shadow: 0 0 20px rgba(0, 170, 255, 0.08);
}
.card_callback::before {
  content: "";
  position: absolute;
  inset: 0; /* равномерно со всех сторон */
  border-radius: 12px;
  padding: 2px; /* толщина рамки */
  background: linear-gradient(135deg, #00baff, transparent 60%) top left,
              linear-gradient(315deg, #00baff, transparent 60%) top right,
              linear-gradient(225deg, #00baff, transparent 60%) bottom right,
              linear-gradient(45deg, #00baff, transparent 60%) bottom left;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor; /* для Safari */
  filter: drop-shadow(0 0 6px #00baff);
  pointer-events: none;
}
.button_callb{
font-weight: 700;
font-size: 18px;
text-align: center;
color: #fff;
border-radius: 15px;
width: 386px;
height: 46px;
background: #0af;
transition: 0.3s;
padding-top: 12px;
padding-bottom: 12px;
padding-left: 90px;
padding-right: 90px;
box-sizing: border-box;
}
.button_callb:hover{
	opacity:0.7;
}
.stroka_flex_img{
	margin-bottom: 42px;
	gap: 20px;
}
.stroka_flex_img{
	display: flex;
	align-items: center;
	 
}
.stroka_flex_img img{
	width: 58px;
	height: 58px;
}
.stroka_flex_img span{

font-weight: 500;
font-size: 20px;
line-height: 162%;
color: #000;
}

.rates_containers{
	display: flex;
	justify-content: space-between;
}

.format_containers{
	display: flex;
	justify-content: space-between;
}

.rate_card{
	box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.25);
	background: #fff;
	border-radius: 30px;
	width: 32%;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 48px;
	padding-bottom: 95px;
	box-sizing: border-box;

font-weight: 500;
font-size: 28px;
color: #2a2a2a;

}

.zag_card_format{
	font-weight: 800;
	padding:30px;
	box-sizing: border-box;

	border-radius: 15px;
	font-size:28px;
	padding-top:11px;
	padding-bottom: 11px;
	outline:1.5px solid #0af;
	color:#0af;

}
.href_displ{
	display: flex;

	gap:3px;
	align-items: flex-end;
}
.vtoroi{
	font-weight: 400;
	margin-top: 10px;
	padding:30px;
	box-sizing: border-box;
	background: #a7a7a7;
	border-radius: 15px;
	font-size:20px;
	padding-top:10px;
	padding-bottom: 10px;
	color:white;
}
.sacle{
	font-weight: 400;
	margin-top: 10px;

	box-sizing: border-box;
	background: #a7a7a7;
	border-radius: 15px;
	font-size:20px;
	padding-top:10px;
	padding-bottom: 10px;
	color:white;

	padding-left:140px;
	padding-right:140px;
}
.descriptf{
	font-weight: 500;
font-size: 22px;
text-align: left;
color: #2a2a2a;
 
margin-top: 0;
}
.format_card{
	box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.25);
	background: #fff;
	border-radius: 30px;
	width: 48%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 48px;
	padding-bottom: 95px;
	box-sizing: border-box;

font-weight: 500;
font-size: 28px;
color: #2a2a2a;

}
.flex_ff{
	display: flex;
	flex-direction: column;
}
.block_with_cards_top{
	display: flex;
	gap: 60px;

}
.card_top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 2px solid #0af;
border-radius: 20px;
width:50%;
background: white;
transition: 0.3s;
padding-top: 20px;
box-sizing: border-box;
padding-bottom: 20px;
padding-left: 40px;
padding-right: 40px;
}
.card_top h2{
	margin: 0;

font-weight: 500;
font-size: 25px;
color: #2a2a2a;
}
.card_top span{

font-weight: 500;
font-size: 50px;
text-align: center;
color: rgba(42, 42, 42, 0.37);
}
.card_max{
	margin-top: 30px;
	width: 100%;

}
.card_top:hover{
	transform: scale(1.01);
}
.flex_lamp_div h4{
	margin: 0;
font-weight: 600;
font-size: 25px;
color: #2a2a2a;
}
.flex_lamp_div{
	display: flex;
	align-items: center;
	margin-top: 50px;
	gap:20px;
}
.background2{
	background: url('../img/back2.png');
	height: 410px;
	background-size: cover;

}
.half_div_call{
	width: 50%;
}
.section_callback_order{
	display: flex;
	justify-content: center;
	align-items: center;
}
.input_call_text{
	border: 1px solid rgba(118, 118, 118, 0.38);
border-radius: 30px;
width: 442px;
margin-bottom: 21px;
width:100%;
font-weight: 500;
font-size: 20px;
box-sizing: border-box;
color: black;
font-family: Manrope !important;
padding:30px;
background: rgba(255, 255, 255, 0.94);
}
.input_call_text::placeholder{
	color: rgba(0, 0, 0, 0.5);
	font-family: Manrope !important;
}
.form_cont{
	width:65%;
	border-radius: 20px;
background: #fff;
padding-left: 45px;
padding-right: 45px;
padding-top:40px;
padding-bottom: 50px;
box-sizing: border-box;
border:2px solid #0af;
font-family: Manrope !important;
}
.input_call_button{
	margin-top: 37px;
	background: #0af;
	width:100%;
	font-family: Manrope !important;
	transition: 0.3s;
	border-radius: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;

height: 62px;
border:none;

font-weight: 700;
font-size: 20px;
text-align: center;
color: rgba(255, 255, 255, 0.94);
}
.input_call_button:hover{
	opacity:0.7;
	cursor: pointer;
}
.slogan_form{

font-weight: 600;
font-size: 25px;
text-align: center !important;
color: #000;
margin: 0;
margin-top:0px;
margin-bottom: 30px;
}
.half_div_call{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.h1_contact{

font-weight: 700;
font-size: 38px;
margin: 0;
color: #2e3038;
}
.slogan_contact{

font-weight: 600;
margin: 0;

font-size: 32px;
line-height: 136%;
color: #000;
}
.line_contacts{
		margin:0;
	margin-top:26px;
	margin-bottom: 10px;
	width:30%;

	background: #0af;
	border:none;
height: 2px;
}
.section_contacts{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.social_networks{
	border-radius: 15px;
padding:30px;
padding-top: 15px;
padding-bottom: 15px;
background: #0af;
display: flex;
justify-content: space-between;
width:20%;
}
.punkts_contactc{
	display: flex;
	flex-direction: column;
	gap:5px;
margin-top: 15px;
margin-bottom: 30px;
font-weight: 500;
font-size: 30px;
line-height: 136%;
color: #000;
}
.punkts_contactc a{
	transition:0.3s;
font-weight: 500;
margin: 0;
display: flex;
align-items: center;
gap:20px;
font-size: 30px;

line-height: 136%;
color: #000;
}
.punkts_contactc a:hover{
	opacity:0.7;
}
.social_networks img{
	width:40px;
	height: 40px;
	transition: 0.3s;
}
.social_networks img:hover{
	opacity: 0.7;
	transform: scale(1.05);
}
.glavn_footer{

font-weight: 700;
font-size: 22px;
color: #2e3038;
}
 
.punkts_footer a{
	text-decoration: none;

font-weight: 500;
font-size: 18px;
color: #474747;
}
.punkts_footer a:hover{
	opacity:0.8;
}
.punkts_footer{
	display: flex;
	gap:50px;
	margin-top:47px;
}
a{
	text-decoration: none;
}
.container_footer{
 


}
footer{
	margin-top:160px;
	border-top: 2px solid #0af;
border-radius: 30px 30px 0 0;
padding-bottom: 56px;
padding-top: 20px;
}

@media (max-width:1800px) {
	.container{
		max-width: 1380px;
	}

}


 

 

@media (max-width:1450px) {
	.container{
		max-width: 1200px;
	}
	.card_pr_item{
		width: 22%;
		justify-content: flex-start;
	}

	.glavn_zag{
		font-size:55px;
	}
	.menu_cont_flex h1, .phone{
		font-size:22px;
	}
	.menu_cont_flex .whp{
		width:40px;
	}
	.menu_cont_flex .tg{
		width:36px;
	}
	.tree h3{
		font-size: 21px;
	}
	.tree img{
		width: 45px;
		height: 45px;
		padding:5px;
	}
	.container_trees{
		gap: 13px;
	}
	.cont_displayindex2{
		width:50%;
	}
	.cont_displayindex1{
		width: 50%;
	}
	.cont_displayindex2 .img_displ, .cont_displayindex1 .fer{
		width: 100%;
	}
	.zagolovok_section{
		font-size: 45px;
	}
	.form_cont{
		width: 80%;
	}
	.card_callback{
		width:80%;
	}
	.social_networks{
		width:35%;
	}
}

@media (max-width:1260px) {
	.container{
		max-width: 1000px;
	}
	.zag_card_format{
		text-align: center;
		font-size: 24px;
		width: 100%;
	}
	.sacle, .vtoroi{
		width: 100%;
		padding-left: 30px;
		text-align: center;
		padding-right: 30px;
	}
	.format_card{
		padding-left: 20px;
    padding-right: 20px;
	}

	.card_prem{
		flex-wrap: wrap;
		gap:20px;
	}
	.card_pr_item{
		width:49%;
		height: 350px;
	}
	.zag_card_pr{
		margin-top: 15px;
	}
	.line_card_pr{
		margin-bottom: 10px;
	}
	.glavn_zag{
		font-size: 45px;
	}
	.card_img span{
		font-size: 30px;
	}
	.card_img h4{
		font-size: 22px;
	}
	.glavn_zag{
		margin-bottom: 40px;
	}

	.display_index{
		margin-top: 50px;
	}
	.menu_cont_flex h1, .phone{
		font-size: 19px;
	}
	.menu_cont_flex .menu_ssil{
		font-size: 18px;
	}
	.menu .contflex{
		gap: 15px !important;
	}
	.menu_cont_flex .whp{
		width:36px;
	}
	.menu_cont_flex .tg{
		width:32px;
	}
	.zagolovok_section{
		font-size: 35px;
	}
	.descript{
		font-size: 24px;
	}
	.zagolovok_section{
		margin-bottom: 41px;
	}
	.rate_card{
		font-size: 23px;
	}
	.h1_contact{
		font-size: 30px;
	}
	.slogan_contact{
		font-size: 29px;
	}
	.display_index .img_displ_div img{
		width:100%;
	}
	.punkts_contactc a{
		font-size: 28px;
	}
	.cont_displayindex2 .img_displ, .cont_displayindex1 .fer{
		width:80%;
		text-align: right;
	}
	.section_callback_offer .img_displ_div{
		text-align: right;
	}
	.cont_displayindex1, .cont_displayindex2{
		justify-content: flex-end;
	}
	.input_call_text{
		padding:18px;
	}
	.input_call_button{
		margin-top: 10px;
	}
	.form_cont{
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.section_margin{
		margin-top: 125px;
	}
	.background2{
}
}

@media (max-width:1040px) {
	.container{
		max-width: 800px;
	}
	.card_pr_item{
		width:48%;
	}
	.format_card{
		        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 30px;
        padding-top: 18px;

	}
	.descriptf{
		font-size: 19px;
	}
	.zag_card_format{
		padding-left: 10px;
		padding-right: 10px;
		font-size: 21px;
	}
	.format_card .input_call_button{
		font-size: 18px !important;
	}

	.card_pr_item{
		padding-left: 20px;

		padding-top: 30px;
		padding-right: 20px;
	}
	.menu{
		padding-left: 18px;
		padding-right: 18px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.menu_cont_flex h1{
		margin-right: 40px;
		 
	}
	.glavn_zag{
		font-size: 33px;
	}
	.glavn_zag img{
		width:30px;
	}
	.tree h3{
		font-size: 19px;
	}
	.tree img{
		width: 41px;
		height: 41px;
	}

	.card_img span{
		font-size: 25px;
	}
	.card_img h4{
		font-size: 20px;
	}
	.card_img{
		bottom: 8px;
	}

	.cont_displayindex2{
		width:40%;
	}
	.cont_displayindex1{
		width: 60%;
	}
	.card_callback{
		width:90%;
	}
	.rate_card{
		font-size: 20px;
		padding-top: 20px;
		padding-bottom: 30px;
		padding-left: 25px;
		padding-right: 25px;
	}
	.card_top h2{
		font-size: 21px;
	}
	.card_top span{
		font-size: 30px;
	}
	.card_top{
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.flex_lamp_div h4{
		font-size: 21px;
	}
	.h1_contact{
		font-size: 25px;
	}
	.slogan_contact{
		font-size: 24px;
	}
	.punkts_contactc a{
		font-size: 25px;
	}
	.social_networks{
		width: 50%;
	}
	.line_contacts{
		width: 50%;
	}
	.glavn_footer{
		font-size: 20px;
	}
}


@media (max-width:860px) {
	.container{
		max-width: 92%;
	}
	.card_pr_item{
		width:48%;
	}
	.card_pr_item{
		padding-left: 20px;

		padding-top: 30px;
		padding-right: 20px;
	}
}

@media (max-width:790px) {
	.zagolovok_section{
		font-size: 30px;
	}
	.result_box{
		font-size: 20px;
	}
	.background2{
		height: auto !important;
		margin-bottom: 110px;
	}
	.punkts_footer{
		gap:30px;
		margin-top: 30px;
		flex-wrap: wrap;
	}
	.block_with_cards_top{
		flex-direction: column;
		gap:20px;
	}
	.card_top span{
		font-size: 25px;
		margin-left: 8px;
	}
	.menu .contflex{
		flex-wrap: wrap;
		row-gap:5px !important;
		margin-bottom: 10px;
		margin-top:10px;
		justify-content: center;
		align-items: center;
	}
	.card_max{
		margin-top:20px;
	}
	.flex_lamp_div h4{
		font-size: 20px;
	}
	.card_top h2{
		font-size: 19px;
	}
	.card_top{
		width:100%;
	}
	.half_div_call{
		width: 100%;
	}
	.card_pr_item{
		width:48%;
	}
	.section_callback_order{
		flex-direction: column;
	}
	.card_pr_item{
		padding-left: 20px;

		padding-top: 30px;
		padding-right: 20px;
	}
	.display_index, .section_callback_offer {
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
	}
	.section_contacts {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.cont_displayindex2, .cont_displayindex1{
		width: 90%;
		text-align: center !important;
		justify-content: center !important;
	}
	.cont_displayindex1{
		align-items: center;
	}
	.glavn_zag{
		margin-top: 25px;
	}
	.card_img{
		width:55%;
		padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 18px;
    padding-right: 18px;
	}
	.display_index .img_displ{
		width: 60% !important;
	}

	.container_trees{
		text-align: center;
		justify-content: center;
		align-items: center;
	}
	.line_glavn{
		text-align: center;
	}

	.cont_displayindex1{
		justify-content: center !important;
	}
	.section_callback_offer .img_displ_div{
		text-align: center;
	}
	.cont_displayindex2 .img_displ, .cont_displayindex1 .fer, :not('.img_displ_div .img_displ'){
		width:50% !important;
	}
	.zagolovok_section {
		margin-top: 20px;
	}
	.cont_displayindex2 .img_displ, .cont_displayindex1 .fer{
		width:60%;
	}
	.mobile_addap{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.stroka_flex_img{
		text-align: left;
	}
	.rate_card{
		font-size: 18px;
	}
	.descript{
		font-size: 23px;
	}
		.half_div_call .descript{
		text-align: center !important;
	}
	.rate_card{
		width: 100%;
	}
	.rates_containers{
 
	}
	.format_card{
		width: 100%;
	}
	.format_containers{
		flex-direction: column;
		gap: 18px;
	}

	.display_index .img_displ{
		width:90% !important;
	}
}

@media (max-width:720px) {

	.menu_cont_flex h1{
		margin-right:0 !important;
	}
 	.descript_pr_card{
 		font-size: 17px;
 	}
}

@media (max-width:660px) {

	.card_pr_item{
		height: 380px ;
		justify-content: center;
		padding-left:10px;
		padding-right: 10px;
	}
}


@media (max-width:590px) {
	.card_pr_item{
		width:100%;
		height:auto !important;
	}

	.zag_card_pr br{
		display: none;
	} 
	.half_div_call br{
		display: none;
	}
	.form_cont{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.section_about .descript{
		text-align: center !important;
	}
	.input_call_text{
		font-size: 18px;
		margin-bottom: 10px;
		border-radius: 15px;
	}
	.slogan_form{
		font-size: 21px;
	}
	.descript{
		font-size: 20px;
	}
	.zagolovok_section{
		font-size: 27px;
	}
	.zagolovok_section{
		margin-bottom: 25px;
	}
	.card_img span{
		font-size: 21px;
	}
	.card_img h4{
		font-size: 15px;
	}
	.card_img{
		width: 80%;
	}
	.section_callback_offer .descript{
		text-align: center;
	}
	.section_callback_offer .descript br{
		display: none;
	}
	.zagolovok_section{
		text-align: center !important; 
	}
	.button_callb{
		padding-left: 30px;
		padding-right: 30px;
	}
	.stroka_flex_img span{
		font-size: 18px;
	}
	.card_callback{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.stroka_flex_img img{
		display: none;
	}
	.h1_contact{
		font-size: 20px;
		margin-top: 10px;
	}
	.line_contacts{
		margin-top: 15px;
	}
	.punkts_contactc a{
		font-size: 23px;
	}
	.punkts_footer{
		row-gap:5px;
	}
	.section_margin{
		margin-top: 90px;
	}
}

@media (max-width:390px) {
	.glavn_zag{
		font-size: 28px !important;
	}
	.container_trees{
		gap: 8px;
		margin-top: 15px;
	}
	.glavn_zag{
		margin-bottom: 30px;
	}
}

.neglavn{
	font-weight: 500 !important;
font-size: 18px !important;
color: #7f7f7f !important;
}

.height_img{
	margin-top:15px;
	border-radius: 20px;
}