@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Ubuntu+Sans:ital,wght@0,100..800;1,100..800&display=swap');
:root {
	--color1: #759853;
	--color2: #E8DAC4;
	--color3: #EDEDED;
	--color4: #E8DAC4;
	--color5: #2D3037;
	--color6: #3B5521;
}
html {
  scroll-behavior: smooth;
}
a, img, button, input 
{
	outline-style: none !important;
}
body {
	 font-family: "Montserrat", sans-serif;
	width: 100%;
	font-weight: 400;
	color: var(--color5);
	font-size: 16px;	 
}
.soc svg 
{
	fill: #B4B3BA;
}
.container
{
	max-width: 1350px;
	width: 100%;
}
.fon_top .container
{
	max-width: 1820px;
	width: 100%;
	display: flex;
}
.slideshow1 
{
	display: none;
}
#slideshow0
{
	margin-top: 70px;
	margin-bottom: 70px;
}
#slideshow0 .swiper-slide img 
{
	border-radius: 30px;
}
.fon_slider0 .swiper-pager 
{   
  top: auto !important;
  bottom: -50px !important;
} 
.fon_b0_1046_768
{
	display: none;
}
.fon_mapa, .fon_mapa1440, .fon_mapa1046, .fon_mapa768, .fon_mapa_mob
{
	display: none;
}
#information-information {
  position: relative;
  z-index: 1000;
}

.zag_mob_menu
	{
		text-align: center;
		font-size: 20px;
		font-weight: 700;
		text-transform: uppercase;
		margin-bottom: 100px;
	}
/******************************/
/*BEGIN Шапка сайту до банера від 1920px до 412px*/
@media (min-width: 1800px) and (max-width: 1920px) 
{
	.zv a 
	{
		background: var(--color1);
		width: 212px;
		height: 52px;
		display: block;
		line-height: 52px;
		border-radius: 5px;
		text-align: center;
		font-size: 14px;
		color: var(--color3);
		text-transform: uppercase;
		font-weight: 500;
	}
	.zv a:hover
	{
		background: var(--color6);
		text-decoration: none;
	}
 
	#logo 
	{
		display: flex;
		height: 125px;
		align-items: center;
		width: 25%;
	}
	#logo img 
	{
		width:265px;		 
	}
	.zvsoc
	{
		width: 25%;
		display: flex;
		justify-content: end;
	}
	.fon_menu
	{
		display: flex;
		height: 125px;
		align-items: center;	 
		width: 50%;
	}
	#horizontal-menu .nav > li > a 
	{
		color: var(--color5);
		padding: 0px;
		margin-left: 23px;
		margin-right: 23px;
		font-size:14px;
		background:transparent;
		font-size: 16px;
		font-weight: 500;
		line-height: 100%;
		text-transform: uppercase;
		margin-top: 10px;
	}
	#horizontal-menu ul 
	{
		display: flex;
		justify-content: space-between; 
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
		align-items: center;
		height: 125px;
	}
	#horizontal-menu ul li 
	{	
		text-align: center;
	}
	#horizontal-menu ul a
	{
		display: block;
		padding: 10px 15px;
		text-decoration: none;	
	}

	#horizontal-menu ul a::after {
		content: "";
		position: absolute;
		bottom: -15px; /* відступ від тексту до лінії */
		left: 50%;
		transform: translateX(-50%);
		width: 0; /* початкова ширина */
		height: 1px;
		background-color: #7ea362;
		transition: width 0.3s ease;
	}

	#horizontal-menu ul a:hover::after {
		width: 100%; /* кінцева ширина */
	}


	 .soc
	{		 
		display: flex;
		height: 125px;
		align-items: center;
	}
	.soc ul 
	{
		margin-bottom: 0px;
	}
	.soc li 
	{
		display: inline-block;
		margin-left: 5px;
		margin-right: 5px;
	}

	.soc svg:hover 
	{
		fill: var(--color1);
	} 
	.zv
	{
		display: flex;
		height: 125px;
		align-items: center;
	}
}
@media (min-width: 1500px) and (max-width: 1799px) 
{
	.zv a 
	{
		background: var(--color1);
		width: 212px;
		height: 52px;
		display: block;
		line-height: 52px;
		border-radius: 5px;
		text-align: center;
		font-size: 14px;
		color: var(--color3);
		text-transform: uppercase;
		font-weight: 500;
	}
	.zv a:hover
	{
		background: var(--color6);
		text-decoration: none;
	}
 
	#logo 
	{
		display: flex;
		height: 125px;
		align-items: center;
		width: 20%;
	}
	#logo img 
	{
		width:265px;		 
	}
	.zvsoc
	{
		width: 20%;
		display: flex;
		justify-content: end;
	}
	.fon_menu
	{
		display: flex;
		height: 125px;
		align-items: center;	 
		width: 60%;
	}
	#horizontal-menu .nav > li > a 
	{
		color: var(--color5);
		padding: 0px;
		margin-left: 23px;
		margin-right: 23px;
		font-size:14px;
		background:transparent;
		font-size: 16px;
		font-weight: 500;
		line-height: 100%;
		text-transform: uppercase;
		margin-top: 10px;
	}
	#horizontal-menu ul 
	{
		display: flex;
		justify-content: space-between; 
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
		align-items: center;
		height: 125px;
	}
	#horizontal-menu ul li 
	{	
		text-align: center;
	}
	#horizontal-menu ul a
	{
		display: block;
		padding: 10px 15px;
		text-decoration: none;	
	}

	#horizontal-menu ul a::after {
		content: "";
		position: absolute;
		bottom: -15px; /* відступ від тексту до лінії */
		left: 50%;
		transform: translateX(-50%);
		width: 0; /* початкова ширина */
		height: 1px;
		background-color: #7ea362;
		transition: width 0.3s ease;
	}

	#horizontal-menu ul a:hover::after {
		width: 100%; /* кінцева ширина */
	}


	 .soc
	{		 
		display: flex;
		height: 125px;
		align-items: center;
	}
	.soc ul 
	{
		margin-bottom: 0px;
	}
	.soc li 
	{
		display: inline-block;
		margin-left: 5px;
		margin-right: 5px;
	}

	.soc svg:hover 
	{
		fill: var(--color1);
	} 
	.zv
	{
		display: flex;
		height: 125px;
		align-items: center;
	}
}
@media (min-width: 1441px) and (max-width: 1501px) 
{
	.zv a 
	{
		background: var(--color1);
		width: 212px;
		height: 52px;
		display: block;
		line-height: 52px;
		border-radius: 5px;
		text-align: center;
		font-size: 14px;
		color: var(--color3);
		text-transform: uppercase;
		font-weight: 500;
	}
	.zv a:hover
	{
		background: var(--color6);
		text-decoration: none;
	}
 
	#logo 
	{
		display: flex;
		height: 92px;
		align-items: center;
		width: 20%;
	}
	#logo img 
	{
		width:265px;		 
	}
	.zvsoc
	{
		width: 20%;
		display: flex;
		justify-content: end;
	}
	.fon_menu
	{
		display: flex;
		height: 92px;
		align-items: center;	 
		width: 60%;
	}
	#horizontal-menu .nav > li > a 
	{
		color: var(--color5);
		padding: 0px;
		margin-left: 23px;
		margin-right: 23px;
		font-size:14px;
		background:transparent;
		font-size: 16px;
		font-weight: 500;
		line-height: 100%;
		text-transform: uppercase;
		margin-top: 10px;
	}
	#horizontal-menu ul 
	{
		display: flex;
		justify-content: space-between; 
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
		align-items: center;
		height: 92px;
	}
	#horizontal-menu ul li 
	{	
		text-align: center;
	}
	#horizontal-menu ul a
	{
		display: block;
		padding: 10px 15px;
		text-decoration: none;	
	}

	#horizontal-menu ul a::after {
		content: "";
		position: absolute;
		bottom: -15px; /* відступ від тексту до лінії */
		left: 50%;
		transform: translateX(-50%);
		width: 0; /* початкова ширина */
		height: 1px;
		background-color: #7ea362;
		transition: width 0.3s ease;
	}

	#horizontal-menu ul a:hover::after {
		width: 100%; /* кінцева ширина */
	}


	 .soc
	{		 
		display: flex;
		height: 92px;
		align-items: center;
	}
	.soc ul 
	{
		margin-bottom: 0px;
	}
	.soc li 
	{
		display: inline-block;
		margin-left: 5px;
		margin-right: 5px;
	}

	.soc svg:hover 
	{
		fill: var(--color1);
	} 
	.zv
	{
		display: flex;
		height: 92px;
		align-items: center;
	}
} 
@media (min-width: 1340px) and (max-width: 1440px) 
{
	.zv a 
	{
		background: var(--color1);
		width: 159px;
		height: 40px;
		display: block;
		line-height: 40px;
		border-radius: 5px;
		text-align: center;
		font-size: 14px;
		color: var(--color3);
		text-transform: uppercase;
		font-weight: 500;
	}
	.zv a:hover
	{
		background: var(--color6);
		text-decoration: none;
	}
 
	#logo 
	{
		display: flex;
		height: 77px;
		align-items: center;
		width: 20%;
	}
	#logo img 
	{
		width:199px;		 
	}
	.zvsoc
	{
		width: 20%;
		display: flex;
		justify-content: end;
	}
	.fon_menu
	{
		display: flex;
		height: 77px;
		align-items: center;	 
		width: 60%;
		justify-content: center;
	}
	#horizontal-menu .nav > li > a 
	{
		color: var(--color5);
		padding: 0px;
		margin-left: 23px;
		margin-right: 23px;
		font-size:14px;
		background:transparent;
		font-size: 14px;
		font-weight: 500;
		line-height: 100%;
		text-transform: uppercase;
		margin-top: 10px;
	}
	#horizontal-menu ul 
	{
		display: flex;
		justify-content: space-between; 
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
		align-items: center;
		height: 77px;
	}
	#horizontal-menu ul li 
	{	
		text-align: center;
	}
	#horizontal-menu ul a
	{
		display: block;
		padding: 10px 15px;
		text-decoration: none;	
	}

	#horizontal-menu ul a::after {
		content: "";
		position: absolute;
		bottom: -15px; /* відступ від тексту до лінії */
		left: 50%;
		transform: translateX(-50%);
		width: 0; /* початкова ширина */
		height: 1px;
		background-color: #7ea362;
		transition: width 0.3s ease;
	}

	#horizontal-menu ul a:hover::after {
		width: 100%; /* кінцева ширина */
	}


	 .soc
	{		 
		display: none;
		 
	}
 
	.zv
	{
		display: flex;
		height: 77px;
		align-items: center;
	}
} 
@media (min-width: 1046px) and (max-width: 1341px) 
{
	.zv a 
	{
		background: var(--color1);
		width: 159px;
		height: 40px;
		display: block;
		line-height: 40px;
		border-radius: 5px;
		text-align: center;
		font-size: 14px;
		color: var(--color3);
		text-transform: uppercase;
		font-weight: 500;
	}
	.zv a:hover
	{
		background: var(--color6);
		text-decoration: none;
	}
 
	#logo 
	{
		display: flex;
		height: 77px;
		align-items: center;
		width: 20%;
	}
	#logo img 
	{
		width:199px;		 
	}
	.zvsoc
	{
		width: 20%;
		display: flex;
		justify-content: end;
	}
	.fon_menu
	{
		display: flex;
		height: 77px;
		align-items: center;	 
		width: 60%;
		justify-content: center;
	}
	#horizontal-menu .nav > li > a 
	{
		color: var(--color5);
		padding: 0px;
		margin-left: 10px;
		margin-right: 10px;
		font-size:14px;
		background:transparent;
		font-size: 12px;
		font-weight: 500;
		line-height: 100%;
		text-transform: uppercase;
		margin-top: 10px;
	}
	#horizontal-menu ul 
	{
		display: flex;
		justify-content: space-between; 
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
		align-items: center;
		height: 77px;
	}
	#horizontal-menu ul li 
	{	
		text-align: center;
	}
	#horizontal-menu ul a
	{
		display: block;
		padding: 10px 15px;
		text-decoration: none;	
	}

	#horizontal-menu ul a::after {
		content: "";
		position: absolute;
		bottom: -15px; /* відступ від тексту до лінії */
		left: 50%;
		transform: translateX(-50%);
		width: 0; /* початкова ширина */
		height: 1px;
		background-color: #7ea362;
		transition: width 0.3s ease;
	}

	#horizontal-menu ul a:hover::after {
		width: 100%; /* кінцева ширина */
	}


	 .soc
	{		 
		display: none;
		 
	}
 
	.zv
	{
		display: flex;
		height: 77px;
		align-items: center;
	}
} 
@media (min-width: 960px) and (max-width: 1045px) 
{
	.zv a 
	{
		background: var(--color1);
		width: 159px;
		height: 40px;
		display: block;
		line-height: 40px;
		border-radius: 5px;
		text-align: center;
		font-size: 14px;
		color: var(--color3);
		text-transform: uppercase;
		font-weight: 500;
	}
	.zv a:hover
	{
		background: var(--color6);
		text-decoration: none;
	}
 
	#logo 
	{
		display: flex;
		height: 77px;
		align-items: center;
		width: 20%;
	}
	#logo img 
	{
		width:180px;		 
	}
	.zvsoc
	{
		width: 20%;
		display: flex;
		justify-content: end;
	}
	.fon_menu
	{
		display: flex;
		height: 77px;
		align-items: center;	 
		width: 60%;
		justify-content: center;
	}
	#horizontal-menu .nav > li > a 
	{
		color: var(--color5);
		padding: 0px;
		margin-left: 10px;
		margin-right: 10px;
		font-size:14px;
		background:transparent;
		font-size: 12px;
		font-weight: 500;
		line-height: 100%;
		text-transform: uppercase;
		margin-top: 10px;
	}
	#horizontal-menu ul 
	{
		display: flex;
		justify-content: space-between; 
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
		align-items: center;
		height: 77px;
	}
	#horizontal-menu ul li 
	{	
		text-align: center;
	}
	#horizontal-menu ul a
	{
		display: block;
		padding: 10px 15px;
		text-decoration: none;	
	}

	#horizontal-menu ul a::after {
		content: "";
		position: absolute;
		bottom: -15px; /* відступ від тексту до лінії */
		left: 50%;
		transform: translateX(-50%);
		width: 0; /* початкова ширина */
		height: 1px;
		background-color: #7ea362;
		transition: width 0.3s ease;
	}

	#horizontal-menu ul a:hover::after {
		width: 100%; /* кінцева ширина */
	}


	 .soc
	{		 
		display: none;
		 
	}
 
	.zv
	{
		display: flex;
		height: 77px;
		align-items: center;
	}
} 
@media (min-width: 768px) and (max-width: 961px) 
{
	.zv a 
	{
		background: var(--color1);
		width: 145px;
		height: 40px;
		display: block;
		line-height: 40px;
		border-radius: 5px;
		text-align: center;
		font-size: 14px;
		color: var(--color3);
		text-transform: uppercase;
		font-weight: 500;
	}
	.zv a:hover
	{
		background: var(--color6);
		text-decoration: none;
	}
 
	#logo 
	{
		display: flex;
		height: 77px;
		align-items: center;
		width: 20%;
	}
	#logo img 
	{
		width:180px;		 
	}
	.zvsoc
	{
		width: 20%;
		display: flex;
		justify-content: end;
	}
	.fon_menu
	{
		display: flex;
		height: 77px;
		align-items: center;	 
		width: 60%;
		justify-content: center;
	}
	#horizontal-menu .nav > li > a 
	{
		color: var(--color5);
		padding: 0px;
		margin-left: 5px;
		margin-right: 5px;
		font-size:10px;
		background:transparent;
		 
		font-weight: 500;
		line-height: 100%;
		text-transform: uppercase;
		margin-top: 10px;
	}
	#horizontal-menu ul 
	{
		display: flex;
		justify-content: space-between; 
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
		align-items: center;
		height: 77px;
	}
	#horizontal-menu ul li 
	{	
		text-align: center;
	}
	#horizontal-menu ul a
	{
		display: block;
		padding: 10px 15px;
		text-decoration: none;	
	}

	#horizontal-menu ul a::after {
		content: "";
		position: absolute;
		bottom: -15px; /* відступ від тексту до лінії */
		left: 50%;
		transform: translateX(-50%);
		width: 0; /* початкова ширина */
		height: 1px;
		background-color: #7ea362;
		transition: width 0.3s ease;
	}

	#horizontal-menu ul a:hover::after {
		width: 100%; /* кінцева ширина */
	}


	 .soc
	{		 
		display: none;
		 
	}
 
	.zv
	{
		display: flex;
		height: 77px;
		align-items: center;
	}
} 
@media (min-width: 500px) and (max-width: 767px) 
{
	.zv a 
	{
		background: var(--color1);
		width: 145px;
		height: 38px;
		display: block;
		line-height: 38px;
		border-radius: 5px;
		text-align: center;
		font-size: 14px;
		color: var(--color3);
		text-transform: uppercase;
		font-weight: 500;
	}
	.zv a:hover
	{
		background: var(--color6);
		text-decoration: none;
	}
 
	#logo 
	{
		display: flex;
		height: 58px;
		align-items: center;
		width: 40%;
	}
	#logo img 
	{
		width:150px;		 
	}
	.zvsoc
	{
		width: 55%;
		display: flex;
		justify-content: end;
	}
	.fon_menu
	{
		display: flex;
		height: 58px;
		align-items: center;	 
		width: 5%;
		justify-content: center;
	}
	#horizontal-menu .nav > li > a 
	{
		color: var(--color5);
		padding: 0px;
		margin-left: 5px;
		margin-right: 5px;
		font-size:10px;
		background:transparent;
		 
		font-weight: 500;
		line-height: 100%;
		text-transform: uppercase;
		margin-top: 10px;
	}
	#horizontal-menu ul 
	{
		display: flex;
		justify-content: space-between; 
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
		align-items: center;
		height: 58px;
	}
	#horizontal-menu ul li 
	{	
		text-align: center;
	}
	#horizontal-menu ul a
	{
		display: block;
		padding: 10px 15px;
		text-decoration: none;	
	}

	#horizontal-menu ul a::after {
		content: "";
		position: absolute;
		bottom: -15px; /* відступ від тексту до лінії */
		left: 50%;
		transform: translateX(-50%);
		width: 0; /* початкова ширина */
		height: 1px;
		background-color: #7ea362;
		transition: width 0.3s ease;
	}

	#horizontal-menu ul a:hover::after {
		width: 100%; /* кінцева ширина */
	}


	.soc
	{		 
		display: flex;
		height: 58px;
		align-items: center;
		margin-right: 25px;
	}
	.soc ul 
	{
		margin-bottom: 0px;
		display: flex;
		margin: 0px;
		padding: 0px;
	}
	.soc li 
	{
		display: inline-block;
		margin-left: 5px;
		margin-right: 5px;
	}

	.soc svg:hover 
	{
		fill: var(--color1);
	} 
 
	.zv
	{
		display: flex;
		height: 58px;
		align-items: center;
	}
	.menu-header-box
	{
		position: absolute;
		right: 0px;
		top: 2px;
	}
} 
@media (min-width: 320px) and (max-width: 499px) 
{

	.zv a 
	{
		background: var(--color1);
		width: 145px;
		height: 38px;
		display: block;
		line-height: 38px;
		border-radius: 5px;
		text-align: center;
		font-size: 14px;
		color: var(--color3);
		text-transform: uppercase;
		font-weight: 500;
	}
	.zv a:hover
	{
		background: var(--color6);
		text-decoration: none;
	}
 
	#logo 
	{
		display: flex;
		height: 58px;
		align-items: center;
		width: 40%;
	}
	#logo img 
	{
		width:150px;		 
	}
	.zvsoc
	{
		width: 55%;
		display: flex;
		justify-content: end;
	}
	.fon_menu
	{
		display: flex;
		height: 58px;
		align-items: center;	 
		width: 5%;
		justify-content: center;
	}
	#horizontal-menu .nav > li > a 
	{
		color: var(--color5);
		padding: 0px;
		margin-left: 5px;
		margin-right: 5px;
		font-size:10px;
		background:transparent;
		 
		font-weight: 500;
		line-height: 100%;
		text-transform: uppercase;
		margin-top: 10px;
	}
	#horizontal-menu ul 
	{
		display: flex;
		justify-content: space-between; 
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
		align-items: center;
		height: 58px;
	}
	#horizontal-menu ul li 
	{	
		text-align: center;
	}
	#horizontal-menu ul a
	{
		display: block;
		padding: 10px 15px;
		text-decoration: none;	
	}

	#horizontal-menu ul a::after {
		content: "";
		position: absolute;
		bottom: -15px; /* відступ від тексту до лінії */
		left: 50%;
		transform: translateX(-50%);
		width: 0; /* початкова ширина */
		height: 1px;
		background-color: #7ea362;
		transition: width 0.3s ease;
	}

	#horizontal-menu ul a:hover::after {
		width: 100%; /* кінцева ширина */
	}


	.soc
	{		 
		display: none;
		 
	}
 
 
	.zv
	{
		display: flex;
		height: 65px;
		align-items: center;
		margin-right: 35px;
	}
	.menu-header-box
	{
		position: absolute;
		right: 0px;
		top: 2px;
	}
} 
/*END Шапка сайту до банера від 1920px до 412px*/



/*BEGIN Банер головна 1920px до 412px*/
@media (min-width: 1441px) and (max-width: 1920px) 
{
	.fonsl 
	{
		background-image: url('../image/fonsl1441_1820.jpg');
		background-size: contain;  
		background-repeat: no-repeat;
		background-position: center top;
		width: 100%;
		aspect-ratio: 16 / 9; 	 
		padding-top: 10vw;
	}
	.fonsl0 
	{		
	max-width: 1820px;
	width: 100%;
	}

	.zag_sl1
	{
		font-size: 96px;	
		display: block;
		line-height:100%;
		text-transform: uppercase;
		color: var(--color3);
		font-weight: 800;
		max-width: 743px;
		margin-bottom: 40px;
	}
	.zag_sl2
	{
		font-size: 24px;	
		display: block;
		line-height: 28px;	 
		max-width: 743px;
		color: var(--color3);	 
		margin-bottom: 50px;
	}
	.zag_sl3 a
	{
		width: 309px;
		display: block;
		line-height: 70px;
		height: 70px;
		background: var(--color4);
		border-radius: 5px;
		text-align: center;
		color: var(--color5);
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 600;
		letter-spacing: 10%;
	}
	.zag_sl3 a:hover 
	{
		text-decoration: none;
		background: var(--color1);
		color: var(--color3);
	}
	
}
@media (min-width: 1046px) and (max-width: 1440px) 
{
	.fonsl 
	{
		background-image: url('../image/fonsl1441_1820.jpg');
		background-size: contain;  
		background-repeat: no-repeat;
		background-position: center top;
		width: 100%;
		aspect-ratio: 16 / 9; 	 
		padding-top: 10vw;
	}
	.container
	{
		max-width: 1070px;
		width: 100%;
	} 
	.fonsl0 
	{		
	max-width: 1439px;
	width: 100%;
	}
	.zag_sl1
	{
		font-size: clamp(48px, 6vw, 72px);	
		display: block;
		line-height:100%;
		text-transform: uppercase;
		color: var(--color3);
		font-weight: 800;
		max-width: clamp(397px, 6vw, 588px);
		margin-bottom: 40px;
	}
	.zag_sl2
	{
		font-size: clamp(12px, 6vw, 18px);	
		display: block;
		line-height:22px;	 
		max-width: clamp(397px, 6vw, 588px);
		color: var(--color3);		 
		margin-bottom: 36px;
	}
	.zag_sl3 a
	{
		width: 248px;
		display: block;
		line-height: 54px;
		height: 54px;
		background: var(--color4);
		border-radius: 5px;
		text-align: center;
		color: var(--color5);
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 600;
		letter-spacing: 10%;
	}
	.zag_sl3 a:hover 
	{
		text-decoration: none;
		background: var(--color1);
		color: var(--color3);
	}
	 
}
@media (min-width: 768px) and (max-width: 1045px) 
{
	.fonsl 
	{
		background-image: url('../image/fonsl1441_1820.jpg');
		background-size: contain;  
		background-repeat: no-repeat;
		background-position: center top;
		width: 100%;
		aspect-ratio: 16 / 9; 	 
		padding-top: 10vw;
	}
	.container
	{
		max-width: 745px;
		width: 100%;
	} 
	.fonsl0 
	{		
		max-width: 1046px;
		width: 100%;
	}
	.zag_sl1
	{
		font-size: 48px;	
		display: block;
		line-height:100%;
		text-transform: uppercase;
		color: var(--color3);
		font-weight: 800;
		max-width: 397px;
		margin-bottom: 40px;
	}
	.zag_sl2
	{
		font-size: 12px;	
		display: block;
		line-height:16px;	 
			max-width: 397px;
		color: var(--color3);		 
		margin-bottom: 50px;
	}
		.zag_sl3 a
	{
		width: 248px;
		display: block;
		line-height: 54px;
		height: 54px;
		background: var(--color4);
		border-radius: 5px;
		text-align: center;
		color: var(--color5);
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 600;
		letter-spacing: 10%;
	}
	.zag_sl3 a:hover 
	{
		text-decoration: none;
		background: var(--color1);
		color: var(--color3);
	}
	
}
@media (min-width: 500px) and (max-width: 767px) 
{
	.fonsl 
	{
		background-image: url('../image/fonsl1441_1820.jpg');
		background-size: contain;  
		background-repeat: no-repeat;
		background-position: center top;
		width: 100%;
		aspect-ratio: 16 / 9; 	 
		padding-top: 10vw;
	}
	.container
	{
		max-width: 585px;
		width: 100%;
	} 
	.fonsl0 
	{		
		max-width: 767px;
		width: 100%;
	}
	.zag_sl1
	{
		font-size: 36px;	
		display: block;
		line-height:100%;
		text-transform: uppercase;
		color: var(--color3);
		font-weight: 800;
		max-width: 397px;
		margin-bottom: 15px;
	}
	.zag_sl2
	{
		font-size: 12px;	
		display: block;
		line-height:16px;	 
		max-width: 397px;
		color: var(--color3);		 
		margin-bottom: 25px;
	}
		.zag_sl3 a
	{
		width: 210px;
		display: block;
		line-height: 45px;
		height: 45px;
		background: var(--color4);
		border-radius: 5px;
		text-align: center;
		color: var(--color5);
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 600;
		letter-spacing: 10%;
	}
	.zag_sl3 a:hover 
	{
		text-decoration: none;
		background: var(--color1);
		color: var(--color3);
	}
	.fonsl
	{
		padding-top: 5vw;
	}
}
@media (max-width: 499px) 
{
	.fonsl 
	{
		background-image: url('../image/fonsl500.jpg');	 
		 min-height: 100%;
		border-radius: 30px;
		margin-top: 20px;
		background-repeat: no-repeat ;
		margin-bottom: 60px;
	}
 
	.zag_sl1
	{
		font-size: 36px;	
		display: block;
		line-height:100%;
		text-transform: uppercase;
		color: var(--color3);
		font-weight: 800;
		max-width: 100%;
		margin-bottom: 15px;
	}
	.zag_sl2
	{
		font-size: 16px;	
		display: block;
		line-height:20px;	 
		max-width: 100%;
		color: var(--color3);		 
		margin-bottom: 300px;
	}
	 
		.zag_sl3 a
	{
		width: 100%;
		display: block;
		line-height: 70px;
		height: 70px;
		background: var(--color4);
		border-radius: 5px;
		text-align: center;
		color: var(--color5);
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 600;
		letter-spacing: 10%;
		margin-bottom: 30px;
		 
	}
	.zag_sl3 a:hover 
	{
		text-decoration: none;
		background: var(--color1);
		color: var(--color3);
	}
	
	.fonsl
	{
		padding-top: 10vw;
		padding-left: 5vw;
		padding-right: 5vw;
	}
}
/*END Банер головна 1920px до 412px*/





/*BEGIN Технічні характеристики головна 1920px до 412px*/
@media (min-width: 1441px) and (max-width: 1920px) 
{
	.zag_bbbb
	{
		font-size: 64px;
		text-transform: uppercase;
		font-weight: 800;
		color: var(--color5);
		display: block;
		line-height: 70px;
		margin-top: 0px;
	
	}
	.pidzag_b
	{
		font-size: 20px;
		font-weight: 500;
		text-transform: uppercase;
		display: block;
		line-height: 30px;
		color: #727178;
		margin-bottom: 30px;
	}
	.fon_b1
	{
		background: var(--color3);
		min-height: 189px;
		border-radius: 30px;
		max-width: 33%;
			width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 20px;
		padding-right: 20px;
		margin-right: 30px;
		margin-bottom: 30px;
		float: left;
	}
	.fon_b2
	{
		background: var(--color3);
		min-height: 189px;
		border-radius: 30px;
		max-width: 36%;
			width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 20px;
		padding-right: 20px;
		margin-right: 30px;
		margin-bottom: 30px;
		float: left;
	}
	.fon_b3
	{
		background: var(--color3);
		min-height: 189px;
		border-radius: 30px;
		max-width: 24%;
			width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 20px;
		padding-right: 20px;
		margin-right: 30px;
		margin-bottom: 30px;
		float: left;
	}
	.fon_b4
	{
		background: var(--color3);
		min-height: 189px;
		border-radius: 30px;
		max-width: 53%;
			width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 20px;
		padding-right: 20px;
		margin-right: 30px;
		margin-bottom: 30px;
		float: left;
	}
	.fon_b5
	{
		background: var(--color3);
		min-height: 189px;
		border-radius: 30px;
		max-width: 42%;
			width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 20px;
		padding-right: 20px;
		margin-right: 30px;
		margin-bottom: 30px;
		float: left;
	}
	.fon_b6
	{
		background: var(--color3);
		min-height: 164px;
		border-radius: 30px;
		max-width: 30%;
			width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 20px;
		padding-right: 20px;
		margin-right: 30px;
		margin-bottom: 30px;
		float: left;
	}
	.fon_b7
	{
		background: var(--color3);
		min-height: 164px;
		border-radius: 30px;
		max-width: 36%;
			width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 20px;
		padding-right: 20px;
		margin-right: 30px;
		margin-bottom: 30px;
		float: left;
	}
	.fon_b_end
	{
		background: var(--color2);
		min-height: 164px;
		padding: 30px;
		display: block;
		max-width: 27%;
		float: left;
		width: 100%;
		border-radius: 30px;
	}
	.fon_b_end a 
	{
		font-size: 21px;
		display: block;
		line-height: 39px;
		text-transform: uppercase;
		color: var(--color5);
		font-weight: 700;
	}
	.fon_b_end a:hover
	{
		text-decoration: none;
		color: var(--color1);
	}
	.fon_b0 img {
	float: left;
	width: 50px;
	margin-right: 25px;
	
	}
	.zag_b
	{
		font-size: 20px;
		font-weight: 600;
		display: block;
		line-height: 50px;
		color: var(--color5);
	}
	.fon_b0 ul
	{
		margin: 0px;
		padding: 0px;
		margin-left: 25px;	
		list-style-type: disc;
		margin-left: 100px;
	}
	.fon_b0 li 
	{
		color: var(--color5);	
	}
}
@media (min-width: 1046px) and (max-width: 1440px) 
{
	.zag_bbbb
	{
		font-size: 40px;
		text-transform: uppercase;
		font-weight: 800;
		color: var(--color5);
		display: block;
		line-height: 100%;
		margin-top: 0px;
		margin-bottom: 10px;
	
	}
	.pidzag_b
	{
		font-size: 14px;
		font-weight: 500;
		text-transform: uppercase;
		display: block;
		line-height: 20px;
		color: #727178;
		margin-bottom: 30px;
	}
	.fon_b0
	{
		 
		display: flex;
	}
	.fon_b1
	{
		background: var(--color3);
		min-height: 156px;
		border-radius: 30px;
		max-width: 35%;
			width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 20px;
		padding-right: 20px;
		margin-right: 30px;
		margin-bottom: 30px;
		 
	}
	.fon_b2
	{
		background: var(--color3);
		min-height: 156px;
		border-radius: 30px;
		max-width: 38%;
			width: 100%;
		padding: 20px; 
		margin-right: 30px;
		margin-bottom: 30px;
	 
	}
	.fon_b3
	{
		background: var(--color3);
		min-height: 156px;
		border-radius: 30px;
		max-width: 27%;
			width: 100%;
		padding: 20px; 
		margin-right: 30px;
		margin-bottom: 30px;
		 
	}
	.fon_b4
	{
		background: var(--color3);
		min-height: 179px;
		border-radius: 30px;
		max-width: 55%;
			width: 100%;
		padding: 20px; 
		margin-right: 30px;
		margin-bottom: 30px;
		 
	}
	.fon_b5
	{
		background: var(--color3);
		min-height: 179px;
		border-radius: 30px;
		max-width: 42%;
			width: 100%;
		padding: 20px; 
		margin-right: 30px;
		margin-bottom: 30px;
		 
	}
	.fon_b6
	{
		background: var(--color3);
		min-height: 136px;
		border-radius: 30px;
		max-width: 34%;
			width: 100%;
		padding: 20px; 
		margin-right: 30px;
		margin-bottom: 30px;
		 
	}
	.fon_b7
	{
		background: var(--color3);
		min-height: 136px;
		border-radius: 30px;
		max-width: 36%;
			width: 100%;
		padding: 20px; 
		margin-right: 30px;
		margin-bottom: 30px;
		 
	}
	.fon_b_end
	{
		background: var(--color2);
		min-height: 136px;
		border-radius: 30px;
		max-width: 24%;
		width: 100%;
		padding: 20px; 
		margin-right: 30px;
		margin-bottom: 30px;
	}
	.fon_b_end a 
	{
		font-size: 19px;	 
		line-height: 36px;
		text-transform: uppercase;
		color: var(--color5);
		font-weight: 700;
	}
	.fon_b_end a:hover
	{
		text-decoration: none;
		color: var(--color1);
	}
	.fon_b0 img {
	float: left;
	width: 41px;
	margin-right: 20px;
	
	}

	.zag_b
	{
		font-size: 18px;
		font-weight: 600;
		display: block;
		line-height: 50px;
		color: var(--color5);
	}
	.fon_b0 ul
	{
		margin: 0px;
		padding: 0px;
		margin-left: 25px;	
		list-style-type: disc;
		margin-left: 80px;
		font-size: 13px;
	}
	.fon_b0 li 
	{
		color: var(--color5);	
	}
}
@media (min-width: 600px) and (max-width: 1045px) 
{
	.fon_b0
	{
		display: none;
	}
	.fon_b0_1046_768
	{	 
		display: flex;
	}
	.zag_bbbb
	{
		font-size: 40px;
		text-transform: uppercase;
		font-weight: 800;
		color: var(--color5);
		display: block;
		line-height: 100%;
		margin-top: 0px;
		margin-bottom: 10px;
	
	}
	.pidzag_b
	{
		font-size: 14px;
		font-weight: 500;
		text-transform: uppercase;
		display: block;
		line-height: 20px;
		color: #727178;
		margin-bottom: 30px;
	}
 
	.fon_b1
	{
		background: var(--color3);
		min-height: 156px;
		border-radius: 30px;
		max-width: 100%;
			width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 20px;
		padding-right: 20px;
		margin-right: 30px;
		margin-bottom: 30px;
		 
	}
	.fon_b2
	{
		background: var(--color3);
		min-height: 156px;
		border-radius: 30px;
		max-width: 50%;
			width: 100%;
		padding: 20px; 
		margin-right: 30px;
		margin-bottom: 30px;
	 
	}
	.fon_b3
	{
		background: var(--color3);
		min-height: 156px;
		border-radius: 30px;
		max-width: 50%;
			width: 100%;
		padding: 20px; 
		margin-right: 30px;
		margin-bottom: 30px;
		 
	}
	.fon_b4
	{
		background: var(--color3);
		min-height: 179px;
		border-radius: 30px;
		max-width: 100%;
			width: 100%;
		padding: 20px; 
		margin-right: 30px;
		margin-bottom: 30px;
		 
	}
	.fon_b5
	{
		background: var(--color3);
		min-height: 179px;
		border-radius: 30px;
		max-width: 100%;
			width: 100%;
		padding: 20px; 
		margin-right: 30px;
		margin-bottom: 30px;
		 
	}
	.fon_b6
	{
		background: var(--color3);
		min-height: 136px;
		border-radius: 30px;
		max-width: 50%;
			width: 100%;
		padding: 20px; 
		margin-right: 30px;
		margin-bottom: 30px;
		 
	}
	.fon_b7
	{
		background: var(--color3);
		min-height: 136px;
		border-radius: 30px;
		max-width: 50%;
			width: 100%;
		padding: 20px; 
		margin-right: 30px;
		margin-bottom: 30px;
		 
	}
	.fon_b_end
	{
		background: var(--color2);
		min-height: 58px;
		border-radius: 30px;
		max-width: 100%;
		width: 100%;
		padding: 20px; 
		margin-right: 30px;
		margin-bottom: 30px;
	}
	.fon_b_end a 
	{
		font-size: 19px;	 
		line-height: 36px;
		text-transform: uppercase;
		color: var(--color5);
		font-weight: 700;
	}
	.fon_b_end a:hover
	{
		text-decoration: none;
		color: var(--color1);
	}
	.fon_b0_1046_768 img {
	float: left;
	width: 41px;
	margin-right: 20px;
	
	}

	.zag_b
	{
		font-size: 18px;
		font-weight: 600;
		display: block;
		line-height: 50px;
		color: var(--color5);
	}
	.fon_b0_1046_768 ul
	{
		margin: 0px;
		padding: 0px;
		margin-left: 25px;	
		list-style-type: disc;
		margin-left: 80px;
		font-size: 13px;
	}
	.fon_b0_1046_768 li 
	{
		color: var(--color5);	
	}
}
@media (min-width: 200px) and (max-width: 599px) 
{
	.fon_b0
	{
		display: none;
	}
	.fon_b0_1046_768
	{	 
		display: block;
	}
	.zag_bbbb
	{
		font-size: 30px;
		text-transform: uppercase;
		font-weight: 800;
		color: var(--color5);
		display: block;
		line-height: 100%;
		margin-top: 0px;
		margin-bottom: 10px;
	
	}
	.pidzag_b
	{
		font-size: 14px;
		font-weight: 500;
		text-transform: uppercase;
		display: block;
		line-height: 20px;
		color: #727178;
		margin-bottom: 30px;
	}
 
	.fon_b1
	{
		background: var(--color3);
		min-height: 156px;
		border-radius: 30px;
		max-width: 100%;
			width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 20px;
		padding-right: 20px;
		margin-right: 30px;
		margin-bottom: 30px;
		 
	}
	.fon_b2
	{
		background: var(--color3);
		min-height: 156px;
		border-radius: 30px;
		max-width: 100%;
			width: 100%;
		padding: 20px; 
		margin-right: 30px;
		margin-bottom: 30px;
	 
	}
	.fon_b3
	{
		background: var(--color3);
		min-height: 156px;
		border-radius: 30px;
		max-width: 100%;
			width: 100%;
		padding: 20px; 
		margin-right: 30px;
		margin-bottom: 30px;
		 
	}
	.fon_b4
	{
		background: var(--color3);
		min-height: 179px;
		border-radius: 30px;
		max-width: 100%;
			width: 100%;
		padding: 20px; 
		margin-right: 30px;
		margin-bottom: 30px;
		 
	}
	.fon_b5
	{
		background: var(--color3);
		min-height: 179px;
		border-radius: 30px;
		max-width: 100%;
			width: 100%;
		padding: 20px; 
		margin-right: 30px;
		margin-bottom: 30px;
		 
	}
	.fon_b6
	{
		background: var(--color3);
		min-height: 136px;
		border-radius: 30px;
		max-width: 100%;
			width: 100%;
		padding: 20px; 
		margin-right: 30px;
		margin-bottom: 30px;
		 
	}
	.fon_b7
	{
		background: var(--color3);
		min-height: 136px;
		border-radius: 30px;
		max-width: 100%;
			width: 100%;
		padding: 20px; 
		margin-right: 30px;
		margin-bottom: 30px;
		 
	}
	.fon_b_end
	{
		background: var(--color2);
		min-height: 58px;
		border-radius: 30px;
		max-width: 100%;
		width: 100%;
		padding: 20px; 
		margin-right: 30px;
		margin-bottom: 30px;
	}
	.fon_b_end a 
	{
		font-size: 19px;	 
		line-height: 36px;
		text-transform: uppercase;
		color: var(--color5);
		font-weight: 700;
	}
	.fon_b_end a:hover
	{
		text-decoration: none;
		color: var(--color1);
	}
	.fon_b0_1046_768 img {
	float: left;
	width: 41px;
	margin-right: 20px;
	
	}

	.zag_b
	{
		font-size: 18px;
		font-weight: 600;
		display: block;
		line-height: 50px;
		color: var(--color5);
	}
	.fon_b0_1046_768 ul
	{
		margin: 0px;
		padding: 0px;
		margin-left: 25px;	
		list-style-type: disc;
		margin-left: 80px;
		font-size: 13px;
	}
	.fon_b0_1046_768 li 
	{
		color: var(--color5);	
	}
}
/*END Технічні характеристики головна 1920px до 412px*/




/*BEGIN Слайдер на  1200px до 412px*/
@media (min-width: 1441px) and (max-width: 1920px) 
{
	.swiper-button-next
	{
		right: 47% !important;
	}
	.swiper-button-prev
	{
		left: 47% !important;
	}
	.fon_slider0 .swiper-button-prev:before {
	width: 50px !important;
    height: 50px !important;
	display: block !important; 
	background: url("../image/sliderleft.svg") no-repeat !important;
	content: " " !important;
	left: 50%;
	}
	.fon_slider0 .swiper-button-next:before {
		width: 50px !important;
		height: 50px !important;
		display: block !important; 
		background: url("../image/sliderright.svg") no-repeat !important;
		content: " " !important;
	}
}
@media (min-width: 1340px) and (max-width: 1440px) 
{
	.fon_slider0 .swiper-button-prev:before {
	width: 38px !important;
    height: 38px !important;
	display: block !important; 
	background: url("../image/sliderleft1440.svg") no-repeat !important;
	content: " " !important;
	 
	}
	.fon_slider0 .swiper-button-next:before {
		width: 38px !important;
		height: 38px !important;
		display: block !important; 
		background: url("../image/sliderright1440.svg") no-repeat !important;
		content: " " !important;
	}
	.swiper-button-next
	{
		right: 46% !important;
	}
	.swiper-button-prev
	{
		left: 46% !important;
	}
}
@media (min-width: 1046px) and (max-width: 1339px)
{
	.fon_slider0 .swiper-button-prev:before {
	width: 38px !important;
    height: 38px !important;
	display: block !important; 
	background: url("../image/sliderleft1440.svg") no-repeat !important;
	content: " " !important;
	 
	}
	.fon_slider0 .swiper-button-next:before {
		width: 38px !important;
		height: 38px !important;
		display: block !important; 
		background: url("../image/sliderright1440.svg") no-repeat !important;
		content: " " !important;
	}
	.swiper-button-next
	{
		right: 46% !important;
	}
	.swiper-button-prev
	{
		left: 46% !important;
	}
	#slideshow0 {
	margin-top: 30px;
	margin-bottom: 70px;
	}
}
@media (min-width: 768px) and (max-width: 1045px) 
{
	.fon_slider0 .swiper-button-prev:before {
	width: 38px !important;
    height: 38px !important;
	display: block !important; 
	background: url("../image/sliderleft1440.svg") no-repeat !important;
	content: " " !important;
	 
	}
	.fon_slider0 .swiper-button-next:before {
		width: 38px !important;
		height: 38px !important;
		display: block !important; 
		background: url("../image/sliderright1440.svg") no-repeat !important;
		content: " " !important;
	}
	.swiper-button-next
	{
		right: 44% !important;
	}
	.swiper-button-prev
	{
		left: 44% !important;
	}
	#slideshow0 {
	margin-top: 30px;
	margin-bottom: 70px;
	}
}
@media (min-width: 500px) and (max-width: 767px) 
{
	.fon_slider0 .swiper-button-prev:before {
	width: 38px !important;
    height: 38px !important;
	display: block !important; 
	background: url("../image/sliderleft1440.svg") no-repeat !important;
	content: " " !important;
	 
	}
	.fon_slider0 .swiper-button-next:before {
		width: 38px !important;
		height: 38px !important;
		display: block !important; 
		background: url("../image/sliderright1440.svg") no-repeat !important;
		content: " " !important;
	}
	.swiper-button-next
	{
		right: 42% !important;
	}
	.swiper-button-prev
	{
		left: 42% !important;
	}
	#slideshow0 {
	margin-top: 20px;
	margin-bottom: 70px;
	}
}
@media (max-width: 499px) 
{
	.fon_slider0 .swiper-button-prev:before {
	width: 38px !important;
    height: 38px !important;
	display: block !important; 
	background: url("../image/sliderleft1440.svg") no-repeat !important;
	content: " " !important;
	 
	}
	.fon_slider0 .swiper-button-next:before {
		width: 38px !important;
		height: 38px !important;
		display: block !important; 
		background: url("../image/sliderright1440.svg") no-repeat !important;
		content: " " !important;
	}
	.swiper-button-next
	{
		right: 40% !important;
	}
	.swiper-button-prev
	{
		left: 40% !important;
	}
	#slideshow0 {
	margin-top: 20px;
	margin-bottom: 20px;
	}
	.fon_slider0 .swiper-pager {
	top: auto !important;
	bottom: -30px !important;
	}
}
/*END Слайдер на  1200px до 412px*/



/*BEGIN Карта головна 1920px до 412px*/
@media (min-width: 1441px) and (max-width: 1920px) 
{
	 
	.zag_bbbb2
	{
		font-size: 64px;
		text-transform: uppercase;
		font-weight: 800;
		color: var(--color5);
		display: block;
		line-height: 70px; 
		margin-bottom: 30px;		
	}

	.pidzag_b2
	{
		font-size: 20px;
		font-weight: 500;
		text-transform: uppercase;
		display: block;
		line-height: 30px;
		color: #727178;
		margin-bottom: 10px;
		margin-top: 50px;
		clear: both;
	}
	.fon_mapa 
	{
		margin-bottom: 50px;
		display: block;
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media (min-width: 1046px) and (max-width: 1440px) 
{
	 
	.zag_bbbb2
	{
		font-size: 54px;
		text-transform: uppercase;
		font-weight: 800;
		color: var(--color5);
		display: block;
		line-height: 62px; 
		margin-bottom: 30px;		
	}

	.pidzag_b2
	{
		font-size: 18px;
		font-weight: 500;
		text-transform: uppercase;
		display: block;
		line-height: 100%;
		color: #727178;
		margin-bottom: 10px;
		margin-top: 50px;
		clear: both;
	}
	.fon_mapa1440 
	{
		margin-bottom: 50px;
		display: block;
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media (min-width: 768px) and (max-width: 1045px) 
{
	 
	.zag_bbbb2
	{
		font-size: 40px;
		text-transform: uppercase;
		font-weight: 800;
		color: var(--color5);
		display: block;
		line-height: 52px; 
		margin-bottom: 30px;		
	}

	.pidzag_b2
	{
		font-size: 14px;
		font-weight: 500;
		text-transform: uppercase;
		display: block;
		line-height: 100%;
		color: #727178;
		margin-bottom: 10px;
		margin-top: 50px;
		clear: both;
	}
	.fon_mapa1046 
	{
		margin-bottom: 30px;
		display: block;
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media (min-width: 500px) and (max-width: 767px) 
{
	 
	.zag_bbbb2
	{
		font-size: 36px;
		text-transform: uppercase;
		font-weight: 800;
		color: var(--color5);
		display: block;
		line-height: 42px; 
		margin-bottom: 30px;		
	}

	.pidzag_b2
	{
		font-size: 14px;
		font-weight: 500;
		text-transform: uppercase;
		display: block;
		line-height: 100%;
		color: #727178;
		margin-bottom: 10px;
		margin-top: 50px;
		clear: both;
	}
	.fon_mapa768 
	{
		margin-bottom: 30px;
		display: block;
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media (max-width: 499px) 
{
	.zag_bbbb2
	{
		font-size: 32px;
		text-transform: uppercase;
		font-weight: 800;
		color: var(--color5);
		display: block;
		line-height: 40px; 
		margin-bottom: 30px;		
	}

	.pidzag_b2
	{
		font-size: 14px;
		font-weight: 500;
		text-transform: uppercase;
		display: block;
		line-height: 100%;
		color: #727178;
		margin-bottom: 10px;
		margin-top: 50px;
		clear: both;
	}
	.fon_mapa_mob 
	{
		margin-bottom: 30px;
		display: block;
		margin-left: -15px;
		margin-right: -15px;
	}
}
/*END Карта головна 1920px до 412px*/



/*BEGIN ВСЯ ІНФРАСТРУКТУРА ПОРУЧ головна 1920px до 412px*/
@media (min-width: 1441px) and (max-width: 1920px) 
{
	.fon_infrast {
		text-align: center;
	}
	.title_infrast
	{
		max-width: 265px;
		display: block;
		margin: 0 auto;
		margin-top: 30px;
		margin-bottom: 130px;
		font-size: 20px;
		line-height: 24px;
		font-weight: 600;
	} 
	 
}
@media (min-width: 1046px) and (max-width: 1440px) 
{
	 .fon_infrast {
		text-align: center;
	}
	.title_infrast
	{
		max-width: 225px;
		display: block;
		margin: 0 auto;
		margin-top: 30px;
		margin-bottom: 130px;
		font-size: 16px;
		line-height: 20px;
		font-weight: 600;
	} 
	.fon_infrast img 
	{
		width: 118px;
	}
	 
}
@media (min-width: 768px) and (max-width: 1045px) 
{
	 .fon_infrast {
		text-align: center;
	}
	.title_infrast
	{
		max-width: 165px;
		display: block;
		margin: 0 auto;
		margin-top: 30px;
		margin-bottom: 130px;
		font-size: 12px;
		line-height: 16px;
		font-weight: 600;
	} 
	.fon_infrast img 
	{
		width: 90px;
	} 
	 
}
@media (min-width: 500px) and (max-width: 767px) 
{
	 
	  .fon_infrast {
		text-align: center;
		}
		.title_infrast
		{
			max-width: 235px;
			display: block;
			margin: 0 auto;
			margin-top: 30px;
			margin-bottom: 60px;
			font-size: 16px;
			line-height: 20px;
			font-weight: 600;
		} 
		.fon_infrast img 
		{
			width: 120px;
		} 
}
@media (max-width: 499px) 
{
	 .fon_infrast {
		text-align: center;
		}
		.title_infrast
		{
			max-width: 235px;
			display: block;
			margin: 0 auto;
			margin-top: 30px;
			margin-bottom: 60px;
			font-size: 16px;
			line-height: 20px;
			font-weight: 600;
		} 
		.fon_infrast img 
		{
			width: 120px;
		} 
}
/*END ВСЯ ІНФРАСТРУКТУРА ПОРУЧ головна 1920px до 412px*/


/*BEGIN Простір для життя головна 1920px до 412px*/
@media (min-width: 1441px) and (max-width: 1920px) 
{
	 .img_prostir img
	{
	filter: brightness(60%);
	cursor: pointer;
	}
	.img_prostir:hover img
	{
	transition: filter 0.3s ease;
	filter: brightness(100%)
	}
	.fon_prostir
	{
		position: relative;
		z-index: 1001;
	}
	.title_prostir
	{
		position: relative;
	text-align: center;
	display: block;
	bottom: 100px;
	margin: 0 auto;
	color: #fff;
	max-width: 340px;
	font-size: 16px;
	}
	 
}
@media (min-width: 1046px) and (max-width: 1440px) 
{
	  .img_prostir img
	{
	filter: brightness(60%);
	cursor: pointer;
	}
	.img_prostir:hover img
	{
	transition: filter 0.3s ease;
	filter: brightness(100%)
	}
	.fon_prostir
	{
		position: relative;
		z-index: 1001;
	}
	.title_prostir
	{
		position: relative;
	text-align: center;
	display: block;
	bottom: 80px;
	margin: 0 auto;
	color: #fff;
	max-width: 300px;
	font-size: 14px;
	}	 
}
@media (min-width: 768px) and (max-width: 1045px) 
{
	   .img_prostir img
	{
	filter: brightness(60%);
	cursor: pointer;
	}
	.img_prostir:hover img
	{
	transition: filter 0.3s ease;
	filter: brightness(100%)
	}
	.fon_prostir
	{
		position: relative;
		z-index: 1001;
	}
	.title_prostir
	{
		position: relative;
	text-align: center;
	display: block;
	bottom: 80px;
	margin: 0 auto;
	color: #fff;
	max-width: 280px;
	font-size: 12px;
	}	 	 
}
@media (min-width: 500px) and (max-width: 767px) 
{
	  .img_prostir img
	{
	filter: brightness(60%);
	cursor: pointer;
	}
	.img_prostir:hover img
	{
	transition: filter 0.3s ease;
	filter: brightness(100%)
	}
	.fon_prostir
	{
		position: relative;
		z-index: 1001;
		width: 410px;
    	margin: 0 auto;
	}
	.title_prostir
	{
		position: relative;
	text-align: center;
	display: block;
	bottom: 80px;
	margin: 0 auto;
	color: #fff;
	max-width: 280px;
	font-size: 14px;
	}	 	  
	   
}
@media (max-width: 499px) 
{
	  .img_prostir img
	{
	filter: brightness(60%);
	cursor: pointer;
	}
	.img_prostir:hover img
	{
	transition: filter 0.3s ease;
	filter: brightness(100%)
	}
	.fon_prostir
	{
		position: relative;
		z-index: 1001;
		width: 100%;
    	margin: 0 auto;
	}
	.title_prostir
	{
		position: relative;
	text-align: center;
	display: block;
	bottom: 80px;
	margin: 0 auto;
	color: #fff;
	max-width: 100%;
	font-size: 14px;
	}	 	  
}
/*END Простір для життя головна 1920px до 412px*/



/*BEGIN Створюємо житло вашої мрії головна 1920px до 412px*/
@media (min-width: 1441px) and (max-width: 1920px) 
{
	.fon_mria
	{
		background: url("../image/fon_mria1920.jpg") no-repeat;
		min-height: 1080px;
		margin-top: -300px;
		padding-top: 500px;
		position: relative;
		margin-left: -15px;
		margin-right: -15px;
	}
	.zv2 a 
	{
		max-width: 410px;
		height: 70px;
		line-height: 70px;
		text-align: center;
		display: block;
		border-radius: 5px;
		background: var(--color1);
		font-size: 14px;
		font-weight: 600;
		color: #ffffff;	
		text-transform: uppercase;
		letter-spacing: 10%;
	}
	.zv2 a:hover 
	{
		background: var(--color6);
		text-decoration: none;
	}	 
}
@media (min-width: 1046px) and (max-width: 1440px) 
{
	 .fon_mria
	{
		background: url("../image/fon_mria1440.jpg") no-repeat;
		min-height: 810px;
		margin-top: -124px;
		padding-top: 250px;
		position: relative;
		margin-left: -15px;
		margin-right: -15px;
	}
	.zv2 a 
	{
		max-width: 307px;
		height: 54px;
		line-height: 54px;
		text-align: center;
		display: block;
		border-radius: 5px;
		background: var(--color1);
		font-size: 12px;
		font-weight: 600;
		color: #ffffff;	
		text-transform: uppercase;
		letter-spacing: 10%;
	}
	.zv2 a:hover 
	{
		background: var(--color6);
		text-decoration: none;
	}	 
}
@media (min-width: 768px) and (max-width: 1045px) 
{
	   .fon_mria
	{
		background: url("../image/fon_mria1046.jpg") no-repeat;
		min-height: 590px;
		margin-top: -110px;
		padding-top: 143px;
		position: relative;
		margin-left: -15px;
		margin-right: -15px;
	}
	.zv2 a 
	{
		max-width: 270px;
		height: 42px;
		line-height: 42px;
		text-align: center;
		display: block;
		border-radius: 5px;
		background: var(--color1);
		font-size: 12px;
		font-weight: 600;
		color: #ffffff;	
		text-transform: uppercase;
		letter-spacing: 10%;
	}
	.zv2 a:hover 
	{
		background: var(--color6);
		text-decoration: none;
	}	 
}
@media (min-width: 500px) and (max-width: 767px) 
{
	   .fon_mria
	{
		background: url("../image/fon_mria768.jpg") no-repeat;
		min-height: 590px;
		margin-top: -110px;
		padding-top: 200px;
		position: relative;
		margin-left: -15px;
		margin-right: -15px;
	}
	.zv2 a 
	{
		max-width: 270px;
		height: 42px;
		line-height: 42px;
		text-align: center;
		display: block;
		border-radius: 5px;
		background: var(--color1);
		font-size: 12px;
		font-weight: 600;
		color: #ffffff;	
		text-transform: uppercase;
		letter-spacing: 10%;
	}
	.zv2 a:hover 
	{
		background: var(--color6);
		text-decoration: none;
	}	 
	   
}
@media (max-width: 499px) 
{
	     .fon_mria
	{
		background: url("../image/fon_mria499.jpg") no-repeat;
		min-height: 830px;
		margin-top: -160px;
		padding-top: 300px;
		position: relative;
		margin-left: -15px;
		margin-right: -15px;
	}
	.zv2 a 
	{
		max-width: 100%;
		height: 70px;
		line-height: 70px;
		text-align: center;
		display: block;
		border-radius: 5px;
		background: var(--color1);
		font-size: 14px;
		font-weight: 600;
		color: #ffffff;	
		text-transform: uppercase;
		letter-spacing: 10%;
	}
	.zv2 a:hover 
	{
		background: var(--color6);
		text-decoration: none;
	}	 	  
}
/*END Створюємо житло вашої мрії головна 1920px до 412px*/



/*BEGIN Футер головна 1920px до 412px*/
@media (min-width: 1441px) and (max-width: 1920px) 
{
	.socf svg 
	{
		fill: #B4B3BA;
	}
	footer 
	{
		border-top: 1px solid #8F8E94;
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.socf ul
	{
		list-style: none;
		margin: 0px;
		padding: 0px;
		display: block;
		margin-top: 30px;
	}
	.socf li 
	{
		display: inline-block;
		
	margin-right: 15px;
	}
	.zag_f
	{
		font-size: 16px;
		font-weight: 700;
		color: var(--color1);
		display: block;
		margin-top: 30px;
		margin-bottom: 15px;
	}
	footer ul 
	{
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	.menuf a 
	{
		font-size: 14px;
		color: var(--color5);
		display: block;
		margin-bottom: 15px;
	}
	.menuf a:hover 
	{
		text-decoration: none;
		color: var(--color1);
	}
	.contf svg 
	{
		float: left;
		margin-right: 15px;
	}
	.contf li 
	{
		clear: both;
		display: block;
		margin-bottom: 15px;
	}
	.telphone a, .email a  
	{
		display: block;
		font-size: 16px;
		color: var(--color5);
		font-weight: 500;
	}
	.telphone span, .email span 
	{
		font-size: 14px;
		color: #8F8E94;
	}
	.telphone a:hover, .email a:hover 
	{
		text-decoration: none;
		color: var(--color1);
	}
	.copy 
	{
		font-size: 14px;
		display: block;
		line-height: 20px;
		color: var(--color5);
	}  
}
@media (min-width: 1046px) and (max-width: 1440px) 
{
	 .socf svg 
	{
		fill: #B4B3BA;
	}
	footer 
	{
		border-top: 1px solid #8F8E94;
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.socf ul
	{
		list-style: none;
		margin: 0px;
		padding: 0px;
		display: block;
		margin-top: 30px;
	}
	.socf li 
	{
		display: inline-block;
		
	margin-right: 15px;
	}
	.zag_f
	{
		font-size: 16px;
		font-weight: 700;
		color: var(--color1);
		display: block;
		margin-top: 30px;
		margin-bottom: 15px;
	}
	footer ul 
	{
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	.menuf a 
	{
		font-size: 14px;
		color: var(--color5);
		display: block;
		margin-bottom: 15px;
	}
	.menuf a:hover 
	{
		text-decoration: none;
		color: var(--color1);
	}
	.contf svg 
	{
		float: left;
		margin-right: 15px;
	}
	.contf li 
	{
		clear: both;
		display: block;
		margin-bottom: 15px;
	}
	.telphone a, .email a  
	{
		display: block;
		font-size: 16px;
		color: var(--color5);
		font-weight: 500;
	}
	.telphone span, .email span 
	{
		font-size: 14px;
		color: #8F8E94;
	}
	.telphone a:hover, .email a:hover 
	{
		text-decoration: none;
		color: var(--color1);
	}
	.copy 
	{
		font-size: 14px;
		display: block;
		line-height: 20px;
		color: var(--color5);
	}  
}
@media (min-width: 992px) and (max-width: 1045px) 
{
	.logof img 
	{
		width: 171px;
	}
	 .socf svg 
	{
		fill: #B4B3BA;
	}
	footer 
	{
		border-top: 1px solid #8F8E94;
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.socf ul
	{
		list-style: none;
		margin: 0px;
		padding: 0px;
		display: block;
		margin-top: 30px;
	}
	.socf li 
	{
		display: inline-block;
		
	margin-right: 15px;
	}
	.zag_f
	{
		font-size: 14px;
		font-weight: 700;
		color: var(--color1);
		display: block;
		margin-top: 15px;
		margin-bottom: 15px;
	}
 
	footer ul 
	{
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	.menuf a 
	{
		font-size: 12px;
		color: var(--color5);
		display: block;
		margin-bottom: 10px;
	}
	.menuf a:hover 
	{
		text-decoration: none;
		color: var(--color1);
	}
	.contf svg 
	{
		float: left;
		margin-right: 15px;
	}
	.contf li 
	{
		clear: both;
		display: block;
		margin-bottom: 15px;
	}
	.telphone a, .email a  
	{
		display: block;
		font-size: 12px;
		color: var(--color5);
		font-weight: 500;
	}
	.telphone span, .email span 
	{
		font-size: 12px;
		color: #8F8E94;
	}
	.telphone a:hover, .email a:hover 
	{
		text-decoration: none;
		color: var(--color1);
	}
	.copy 
	{
		font-size: 12px;
		display: block;
		line-height: 20px;
		color: var(--color5);
	}  
}
 
@media (max-width: 991px) 
{
	  .logof img 
	{
		width: 285px;
		display: block;
		margin: 0 auto;
	}
	 .socf svg 
	{
		fill: #B4B3BA;
	}
	footer 
	{
		border-top: 1px solid #8F8E94;
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.socf 
	{
		width: 128px;
		display: block;
		margin: 0 auto;
	}
	.socf ul
	{
		list-style: none;
		margin: 0px;
		padding: 0px;
		display: block;
		margin-top: 30px;
	}
	.socf li 
	{
		display: inline-block;
		
	margin-right: 15px;
	}
	.zag_f
	{
		font-size: 16px;
		font-weight: 700;
		color: var(--color1);
		display: block;
		margin-top: 15px;
		margin-bottom: 15px;
		text-align: center;
	}
 
	footer ul 
	{
		list-style: none;
		margin: 0px;
		padding: 0px;
		text-align: center;
	}
	.menuf a 
	{
		font-size: 14px;
		color: var(--color5);
		display: block;
		margin-bottom: 10px;
	}
	.menuf a:hover 
	{
		text-decoration: none;
		color: var(--color1);
	}
	.contf svg 
	{
		float: left;
		margin-right: 15px;
		display: none;
	}
	.contf li 
	{
		clear: both;
		display: block;
		margin-bottom: 15px;
	}
	.telphone a, .email a  
	{
		display: block;
		font-size: 14px;
		color: var(--color5);
		font-weight: 500;
	}
	.telphone span, .email span 
	{
		font-size: 14px;
		color: #8F8E94;
	}
	.telphone a:hover, .email a:hover 
	{
		text-decoration: none;
		color: var(--color1);
	}
	.copy 
	{
		font-size: 14px;
		text-align: center;
		display: block;
		line-height: 20px;
		color: var(--color5);
	}  
}
/*END Футер головна 1920px до 412px*/



/*BEGIN Шапка сторінки котеджі 1920px до 412px*/
@media (min-width: 1441px) and (max-width: 1920px) 
{
 	.fonsl_kotedg 
	{
		background-image: url('../image/fonsl_kotedg1920.jpg');
		background-size: contain;  
		background-repeat: no-repeat;
		background-position: center top;
		width: 100%;
		aspect-ratio: 16 / 9; 	 
		padding-top: 10vw;
	}
	.fonsl0_kotedg 
	{		
		max-width: 1820px;
		width: 100%;
	}
	.zag_sl2_kotedg
	{
		font-size: 96px;
		display: block;
		line-height: 100px;
		text-transform: uppercase;
		color: var(--color3);
		font-weight: 800;
		max-width: 1013px;
		margin-bottom: 40px;
	}
	.zag_sl1_kotedg
	{
		font-size: 24px;
		display: block;
		line-height: 34px;
		font-weight: 400;
		color: var(--color3);
		max-width: 700px;
		margin-bottom: 20px;
	}
}
@media (min-width: 1046px) and (max-width: 1440px) 
{
	 .fonsl_kotedg 
	{
		background-image: url('../image/fonsl_kotedg1440.jpg');
		background-size: contain;  
		background-repeat: no-repeat;
		background-position: center top;
		width: 100%;
		aspect-ratio: 16 / 9; 	 
		padding-top: 10vw;
	}
	.fonsl0_kotedg 
	{		
		max-width: 1820px;
		width: 100%;
	}
	.zag_sl2_kotedg
	{
		font-size: 72px;
		display: block;
		line-height: 80px;
		text-transform: uppercase;
		color: var(--color3);
		font-weight: 800;
		max-width: 720px;
		margin-bottom: 40px;
	}
	.zag_sl1_kotedg
	{
		font-size: 18px;
		display: block;
		line-height: 24px;
		font-weight: 400;
		color: var(--color3);
		max-width: 700px;
		margin-bottom: 20px;
	}	 
}
@media (min-width: 768px) and (max-width: 1045px) 
{
	  .fonsl_kotedg 
	{
		background-image: url('../image/fonsl_kotedg1046.jpg');
		background-size: contain;  
		background-repeat: no-repeat;
		background-position: center top;
		width: 100%;
		aspect-ratio: 16 / 9; 	 
		padding-top: 10vw;
	}
	.fonsl0_kotedg 
	{		
		max-width: 1820px;
		width: 100%;
	}
	.zag_sl2_kotedg
	{
		font-size: 48px;
		display: block;
		line-height: 52px;
		text-transform: uppercase;
		color: var(--color3);
		font-weight: 800;
		max-width: 520px;
		margin-bottom: 40px;
	}
	.zag_sl1_kotedg
	{
		font-size: 12px;
		display: block;
		line-height: 16px;
		font-weight: 400;
		color: var(--color3);
		max-width: 700px;
		margin-bottom: 20px;
	}	 
}
@media (min-width: 500px) and (max-width: 767px) 
{
	  .fonsl_kotedg 
	{
		background-image: url('../image/fonsl_kotedg768.jpg');
		background-size: contain;  
		background-repeat: no-repeat;
		background-position: center top;
		width: 100%;
		aspect-ratio: 16 / 9; 	 
		padding-top: 10vw;
	}
	.fonsl0_kotedg 
	{		
		max-width: 1820px;
		width: 100%;
	}
	.zag_sl2_kotedg
	{
		font-size: 40px;
		display: block;
		line-height: 46px;
		text-transform: uppercase;
		color: var(--color3);
		font-weight: 800;
		max-width: 520px;
		margin-bottom: 40px;
	}
	.zag_sl1_kotedg
	{
		font-size: 12px;
		display: block;
		line-height: 16px;
		font-weight: 400;
		color: var(--color3);
		max-width: 700px;
		margin-bottom: 20px;
	}	 
}
@media (max-width: 499px) 
{
	   .fonsl_kotedg 
	{
		background-image: url('../image/fonsl_kotedg499.jpg');
		background-size: cover;  
		background-repeat: no-repeat;
		background-position: center top;
		width: 100%;
		aspect-ratio: 16 / 9; 	 
		padding-top: 10vw;
		min-height: 651px;
		border-radius: 30px;
	}
	.fonsl0_kotedg 
	{		
		max-width: 1820px;
		width: 100%;
	}
	.zag_sl2_kotedg
	{
		font-size: 36px;
		display: block;
		line-height: 42px;
		text-transform: uppercase;
		color: var(--color3);
		font-weight: 800;
		max-width: 651px;
		margin-bottom: 40px;
	}
	.zag_sl1_kotedg
	{
		font-size: 12px;
		display: block;
		line-height: 16px;
		font-weight: 400;
		color: var(--color3);
		max-width: 700px;
		margin-bottom: 20px;
	}	 
}
/*END Шапка сторінки котеджі 1920px до 412px*/


/*BEGIN Трімплекс котеджі 1920px до 412px*/
@media (min-width: 1441px) and (max-width: 1920px) 
{
	.param_taun_mob
	{
		display: none;
	}
	.fon_taun .swiper-button-next,
	.fon_taun .swiper-button-prev {
	display: none !important;
	}
	.zag_taun
	{
		font-size: 64px;
		font-weight: 800;
		color: var(--color5);
		text-transform: uppercase;
		display: block;
		margin-bottom: 20px;
		margin-top: 120px;
	}
	.list_taun
	{
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	.list_taun li 
	{
		background: #EDEDED;
		border-radius: 5px;
		padding: 7px;
		display: block;
		display: inline-block;
		margin-bottom: 30px;
		margin-right: 10px;
		font-size: 20px;
		font-weight: 500;
	}
	.img_taun
	{
		position: relative;
		float: left;
		margin-right: 20px;
	}
	.fon_price
	{
		background: var(--color4);
		width: 287px;
		height: 99px;
		display: block;
		line-height: 99px;
		text-align: center;
		font-size: 36px;
		font-weight: 600;
		border-radius: 20px;
		position: absolute;
		right: 40px;
		bottom: -50px;
		
	}
	.plan_taun, .plan_taun2, .plan_taun3, .plan_taun4, .plan_taun5
	{
		float: left;
		width: 410px;
		background: #EDEDED;
		border-radius: 20px;
		padding: 15px;
		min-height: 478px;
	}
	.zag_plan_taun
	{
		font-size: 16px;
		color: var(--color5);
		display: block;
		margin-bottom: 85px;
		text-align: center;
	}
	.plan_taun4 .zag_plan_taun, .plan_taun5 .zag_plan_taun
	{
		margin-bottom: 25px;
	}
	.plan_taun4 .slider_taun .swiper-pagination, .plan_taun5 .slider_taun .swiper-pagination
	{
		bottom: -50px !important;
	}
	.slider_taun .swiper-pagination
	{
		bottom: -120px !important;
	}
	.pl_taun
	{
		margin-top: 95px;
		display: block;
		border-right: 1px dashed #B4B3BA;
		float: left;
		margin-right: 25px;
	}
	.pl_taun2
	{
		margin-top: 95px;
		display: block;
		border-right: 1px dashed #B4B3BA;
		float: left;
		margin-right: 25px;
	}
	.pl_taun3
	{
		margin-top: 95px;
		display: block;
		border-right: 1px dashed #B4B3BA;
		float: left;
		margin-right: 25px;
	}
	.pl_taun img, .pl_taun2 img, .pl_taun3 img
	{
		float: left;
		margin-right: 20px;
	}
	.pl_taun .caption_pl_taun, .pl_taun2 .caption_pl_taun
	{
		font-size: 16px;
		font-weight: 500;
		color: var(--color5);
		display: block;
		float: left;
		width: 220px;
		margin-right: 10px;
	}
	.pl_taun3 .caption_pl_taun
	{
		font-size: 16px;
		font-weight: 500;
		color: var(--color5);
		display: block;
		float: left;
		width: 145px;
		margin-right: 20px;
	}
	.caption_pl_taun span 
	{
		display: block;
		font-size: 46px;
		line-height: 52px;
		font-weight: 600;
		margin-top: 5px;
	}
	.caption_pl_taun span b 
	{
		font-size: 36px;
	}
	.pl_taun_list
	{
		float: left;
		margin-top: 95px;
		font-size: 16px;
		font-weight: 500;
	}
	.fon_taun_main1
	{
		margin-bottom: 120px;
		display: block;
		clear: both;
		position: relative;		
		z-index: 1000;
	}
}
@media (min-width: 1200px) and (max-width: 1440px) 
{
	.param_taun_mob
	{
		display: none;
	}
	 .fon_taun .swiper-button-next,
	.fon_taun .swiper-button-prev {
	display: none !important;
	}
	.zag_taun
	{
		font-size: 64px;
		font-weight: 800;
		color: var(--color5);
		text-transform: uppercase;
		display: block;
		margin-bottom: 20px;
		margin-top: 80px;
	}
	.list_taun
	{
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	.list_taun li 
	{
		background: #EDEDED;
		border-radius: 5px;
		padding: 7px;
		display: block;
		display: inline-block;
		margin-bottom: 30px;
		margin-right: 10px;
		font-size: 16px;
		font-weight: 500;
	}
	.img_taun
	{
		position: relative;
		float: left;
		margin-right: 20px;
	}
	.img_taun img {
		width: 600px;
		}
	.fon_price
	{
		background: var(--color4);
		width: 287px;
		height: 99px;
		display: block;
		line-height: 99px;
		text-align: center;
		font-size: 36px;
		font-weight: 600;
		border-radius: 20px;
		position: absolute;
		right: 40px;
		bottom: -50px;
		
	}
	.plan_taun, .plan_taun2, .plan_taun3, .plan_taun4, .plan_taun5
	{
		float: left;
		width: 410px;
		background: #EDEDED;
		border-radius: 20px;
		padding: 15px;
		min-height: 340px;
	}
	.zag_plan_taun
	{
		font-size: 16px;
		color: var(--color5);
		display: block;
		margin-bottom: 25px;
		text-align: center;
	}
	.plan_taun4 .zag_plan_taun, .plan_taun5 .zag_plan_taun
	{
		margin-bottom: 25px;
	}
	.plan_taun4 .slider_taun .swiper-pagination, .plan_taun5 .slider_taun .swiper-pagination
	{
		bottom: -50px !important;
	}
	.slider_taun .swiper-pagination
	{
		bottom: -40px !important;
	}
	.pl_taun
	{
		margin-top: 95px;
		display: block;
		border-right: 1px dashed #B4B3BA;
		float: left;
		margin-right: 25px;
	}
	.pl_taun2
	{
		margin-top: 95px;
		display: block;
		border-right: 1px dashed #B4B3BA;
		float: left;
		margin-right: 25px;
	}
	.pl_taun3
	{
		margin-top: 95px;
		display: block;
		border-right: 1px dashed #B4B3BA;
		float: left;
		margin-right: 25px;
	}
	.pl_taun img, .pl_taun2 img, .pl_taun3 img
	{
		float: left;
		margin-right: 20px;
	}
	.pl_taun .caption_pl_taun, .pl_taun2 .caption_pl_taun
	{
		font-size: 16px;
		font-weight: 500;
		color: var(--color5);
		display: block;
		float: left;
		width: 220px;
		margin-right: 10px;
	}
	.pl_taun3 .caption_pl_taun
	{
		font-size: 16px;
		font-weight: 500;
		color: var(--color5);
		display: block;
		float: left;
		width: 145px;
		margin-right: 20px;
	}
	.caption_pl_taun span 
	{
		display: block;
		font-size: 46px;
		line-height: 52px;
		font-weight: 600;
		margin-top: 5px;
	}
	.caption_pl_taun span b 
	{
		font-size: 36px;
	}
	.pl_taun_list
	{
		float: left;
		margin-top: 95px;
		font-size: 16px;
		font-weight: 500;
	}
	.fon_taun_main1
	{
		margin-bottom: 120px;
		display: block;
		clear: both;
		position: relative;		
		z-index: 1000;
	}
}
@media (min-width: 1046px) and (max-width: 1201px) 
{
	.param_taun_mob
	{
		display: none;
	}
	 .fon_taun .swiper-button-next,
	.fon_taun .swiper-button-prev {
	display: none !important;
	}
	.zag_taun
	{
		font-size: 64px;
		font-weight: 800;
		color: var(--color5);
		text-transform: uppercase;
		display: block;
		margin-bottom: 20px;
		margin-top: 80px;
	}
	.list_taun
	{
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	.list_taun li 
	{
		background: #EDEDED;
		border-radius: 5px;
		padding: 7px;
		display: block;
		display: inline-block;
		margin-bottom: 30px;
		margin-right: 10px;
		font-size: 16px;
		font-weight: 500;
	}
	.img_taun
	{
		position: relative;
		float: left;
		margin-right: 20px;
	}
	.img_taun img {
		width: 550px;
		}
	.fon_price
	{
		background: var(--color4);
		width: 287px;
		height: 99px;
		display: block;
		line-height: 99px;
		text-align: center;
		font-size: 36px;
		font-weight: 600;
		border-radius: 20px;
		position: absolute;
		right: 40px;
		bottom: -50px;
		
	}
	.plan_taun, .plan_taun2, .plan_taun3, .plan_taun4, .plan_taun5
	{
		float: left;
		width: 410px;
		background: #EDEDED;
		border-radius: 20px;
		padding: 15px;
		min-height: 340px;
	}
	.zag_plan_taun
	{
		font-size: 16px;
		color: var(--color5);
		display: block;
		margin-bottom: 25px;
		text-align: center;
	}
	.plan_taun4 .zag_plan_taun, .plan_taun5 .zag_plan_taun
	{
		margin-bottom: 25px;
	}
	.plan_taun4 .slider_taun .swiper-pagination, .plan_taun5 .slider_taun .swiper-pagination
	{
		bottom: -50px !important;
	}
	.slider_taun .swiper-pagination
	{
		bottom: -40px !important;
	}
	.pl_taun
	{
		margin-top: 95px;
		display: block;
		border-right: 1px dashed #B4B3BA;
		float: left;
		margin-right: 25px;
	}
	.pl_taun2
	{
		margin-top: 95px;
		display: block;
		border-right: 1px dashed #B4B3BA;
		float: left;
		margin-right: 25px;
	}
	.pl_taun3
	{
		margin-top: 95px;
		display: block;
		border-right: 1px dashed #B4B3BA;
		float: left;
		margin-right: 25px;
	}
	.pl_taun img, .pl_taun2 img, .pl_taun3 img
	{
		float: left;
		margin-right: 20px;
	}
	.pl_taun .caption_pl_taun, .pl_taun2 .caption_pl_taun
	{
		font-size: 16px;
		font-weight: 500;
		color: var(--color5);
		display: block;
		float: left;
		width: 220px;
		margin-right: 10px;
	}
	.pl_taun3 .caption_pl_taun
	{
		font-size: 16px;
		font-weight: 500;
		color: var(--color5);
		display: block;
		float: left;
		width: 145px;
		margin-right: 20px;
	}
	.caption_pl_taun span 
	{
		display: block;
		font-size: 46px;
		line-height: 52px;
		font-weight: 600;
		margin-top: 5px;
	}
	.caption_pl_taun span b 
	{
		font-size: 36px;
	}
	.pl_taun_list
	{
		float: left;
		margin-top: 95px;
		font-size: 16px;
		font-weight: 500;
	}
	.fon_taun_main1
	{
		margin-bottom: 120px;
		display: block;
		clear: both;
		position: relative;		
		z-index: 1000;
	}
}
@media (min-width: 768px) and (max-width: 1045px) 
{
	.param_taun
	{
		display: none;
	}
	 .fon_taun .swiper-button-next,
	.fon_taun .swiper-button-prev {
	display: none !important;
	}
	.zag_taun
	{
		font-size: 64px;
		font-weight: 800;
		color: var(--color5);
		text-transform: uppercase;
		display: block;
		margin-bottom: 20px;
		margin-top: 80px;
	}
	.list_taun
	{
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	.list_taun li 
	{
		background: #EDEDED;
		border-radius: 5px;
		padding: 7px;
		display: block;
		display: inline-block;
		margin-bottom: 30px;
		margin-right: 10px;
		font-size: 16px;
		font-weight: 500;
	}
	.img_taun
	{
		position: relative;
		margin-bottom: 70px; 
	}
	.img_taun img {
		width: 100%;
		}
	.fon_price
	{
		background: var(--color4);
		width: 287px;
		height: 99px;
		display: block;
		line-height: 99px;
		text-align: center;
		font-size: 36px;
		font-weight: 600;
		border-radius: 20px;
		position: relative;
		margin: 0 auto;   
    margin-top: -50px; 
		
	}
	.plan_taun, .plan_taun2, .plan_taun3, .plan_taun4, .plan_taun5
	{
		float: left;
		width: 50%;
		background: #EDEDED;
		border-radius: 20px;
		padding: 15px;
		min-height: 340px;
	}
	.param_taun_mob
	{
		width: 46%;
		float: left;
		margin-left: 20px;
	}
	.zag_plan_taun
	{
		font-size: 16px;
		color: var(--color5);
		display: block;
		margin-bottom: 25px;
		text-align: center;
	}
	.plan_taun4 .zag_plan_taun, .plan_taun5 .zag_plan_taun
	{
		margin-bottom: 25px;
	}
	.plan_taun4 .slider_taun .swiper-pagination, .plan_taun5 .slider_taun .swiper-pagination
	{
		bottom: -50px !important;
	}
	.slider_taun .swiper-pagination
	{
		bottom: -40px !important;
	}
	.pl_taun
	{
		margin-top: 15px;
		display: block;		 
		
	}
	.pl_taun2
	{
		margin-top: 15px;
		display: block;
		 
	}
	.pl_taun3
	{
		margin-top: 15px;
		display: block;
		 
	}
	.pl_taun img, .pl_taun2 img, .pl_taun3 img
	{
		float: left;
		margin-right: 20px;
		width: 40px;
	}
	.pl_taun .caption_pl_taun, .pl_taun2 .caption_pl_taun
	{
		font-size: 16px;
		font-weight: 500;
		color: var(--color5);
		display: block;
		float: left;
		width: 220px;
		margin-right: 10px;
		margin-bottom: 15px;
	}
	.pl_taun3 .caption_pl_taun
	{
		font-size: 16px;
		font-weight: 500;
		color: var(--color5);
		display: block;
		float: left;
		width: 145px;
		margin-right: 20px;
		margin-bottom: 15px;
	}
	.caption_pl_taun span 
	{
		display: block;
		font-size: 36px;
		line-height: 42px;
		font-weight: 600;
		margin-top: 5px;
	}
	.caption_pl_taun span b 
	{
		font-size: 36px;
	}
	.pl_taun_list
	{
		float: left;
		margin-top: 15px;
		font-size: 12px;
		font-weight: 500;
	}
	.fon_taun_main1
	{
		margin-bottom: 0px;
		display: block;
		clear: both;
		position: relative;		
		z-index: 1000;
	}
}
@media (min-width: 600px) and (max-width: 767px) 
{
	 	.param_taun
	{
		display: none;
	}
	 .fon_taun .swiper-button-next,
	.fon_taun .swiper-button-prev {
	display: none !important;
	}
	.zag_taun
	{
		font-size: 64px;
		font-weight: 800;
		color: var(--color5);
		text-transform: uppercase;
		display: block;
		margin-bottom: 20px;
		margin-top: 80px;
	}
	.list_taun
	{
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	.list_taun li 
	{
		background: #EDEDED;
		border-radius: 5px;
		padding: 7px;
		display: block;
		display: inline-block;
		margin-bottom: 30px;
		margin-right: 10px;
		font-size: 16px;
		font-weight: 500;
	}
	.img_taun
	{
		position: relative;
		margin-bottom: 70px; 
	}
	.img_taun img {
		width: 100%;
		}
	.fon_price
	{
		background: var(--color4);
		width: 287px;
		height: 99px;
		display: block;
		line-height: 99px;
		text-align: center;
		font-size: 36px;
		font-weight: 600;
		border-radius: 20px;
		position: relative;
		margin: 0 auto;   
    margin-top: -50px; 
		
	}
	.plan_taun, .plan_taun2, .plan_taun3, .plan_taun4, .plan_taun5
	{
		float: left;
		width: 50%;
		background: #EDEDED;
		border-radius: 20px;
		padding: 15px;
		min-height: 340px;
	}
	.param_taun_mob
	{
		width: 46%;
		float: left;
		margin-left: 20px;
	}
	.zag_plan_taun
	{
		font-size: 16px;
		color: var(--color5);
		display: block;
		margin-bottom: 25px;
		text-align: center;
	}
	.plan_taun4 .zag_plan_taun, .plan_taun5 .zag_plan_taun
	{
		margin-bottom: 25px;
	}
	.plan_taun4 .slider_taun .swiper-pagination, .plan_taun5 .slider_taun .swiper-pagination
	{
		bottom: -50px !important;
	}
	.slider_taun .swiper-pagination
	{
		bottom: -40px !important;
	}
	.pl_taun
	{
		margin-top: 15px;
		display: block;		 
		
	}
	.pl_taun2
	{
		margin-top: 15px;
		display: block;
		 
	}
	.pl_taun3
	{
		margin-top: 15px;
		display: block;
		 
	}
	.pl_taun img, .pl_taun2 img, .pl_taun3 img
	{
		float: left;
		margin-right: 20px;
		width: 40px;
	}
	.pl_taun .caption_pl_taun, .pl_taun2 .caption_pl_taun
	{
		font-size: 12px;
		font-weight: 500;
		color: var(--color5);
		display: block;
		float: left;
		width: 180px;
		margin-right: 10px;
		margin-bottom: 15px;
	}
	.pl_taun3 .caption_pl_taun
	{
		font-size: 12px;
		font-weight: 500;
		color: var(--color5);
		display: block;
		float: left;
		width: 150px;
		margin-right: 20px;
		margin-bottom: 15px;
	}
	.caption_pl_taun span 
	{
		display: block;
		font-size: 30px;
		line-height: 42px;
		font-weight: 600;
		margin-top: 5px;
	}
	.caption_pl_taun span b 
	{
		font-size: 30px;
	}
	.pl_taun_list
	{
		float: left;
		margin-top: 15px;
		font-size: 12px;
		font-weight: 500;
	}
	.fon_taun_main1
	{
		margin-bottom: 0px;
		display: block;
		clear: both;
		position: relative;		
		z-index: 1000;
	}
}
@media (max-width: 599px) 
{
	  	.param_taun
	{
		display: none;
	}
	 .fon_taun .swiper-button-next,
	.fon_taun .swiper-button-prev {
	display: none !important;
	}
	.zag_taun
	{
		font-size: 54px;
		font-weight: 800;
		color: var(--color5);
		text-transform: uppercase;
		display: block;
		margin-bottom: 20px;
		margin-top: 80px;
	}
	.list_taun
	{
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	.list_taun li 
	{
		background: #EDEDED;
		border-radius: 5px;
		padding: 5px;
		display: block;
		display: inline-block;
		margin-bottom: 30px;
		margin-right: 10px;
		font-size: 12px;
		font-weight: 500;
	}
	.img_taun
	{
		position: relative;
		margin-bottom: 70px; 
	}
	.img_taun img {
		width: 100%;
		}
	.fon_price
	{
		background: var(--color4);
		width: 287px;
		height: 99px;
		display: block;
		line-height: 99px;
		text-align: center;
		font-size: 36px;
		font-weight: 600;
		border-radius: 20px;
		position: relative;
		margin: 0 auto;   
    margin-top: -50px; 
		
	}
	.plan_taun, .plan_taun2, .plan_taun3, .plan_taun4, .plan_taun5
	{
		 
		width: 100%;
		background: #EDEDED;
		border-radius: 20px;
		padding: 15px;
		min-height: 100%;
		padding-bottom: 30px;
	}
	.param_taun_mob
	{
		width: 100%;
		 
		 
	}
	.zag_plan_taun
	{
		font-size: 16px;
		color: var(--color5);
		display: block;
		margin-bottom: 25px;
		text-align: center;
	}
	.plan_taun4 .zag_plan_taun, .plan_taun5 .zag_plan_taun
	{
		margin-bottom: 25px;
	}
	.plan_taun4 .slider_taun .swiper-pagination, .plan_taun5 .slider_taun .swiper-pagination
	{
		bottom: -50px !important;
	}
	.slider_taun .swiper-pagination
	{
		bottom: -25px !important;
	}
	.pl_taun
	{
		margin-top: 15px;
		display: block;		 
		
	}
	.pl_taun2
	{
		margin-top: 15px;
		display: block;
		 
	}
	.pl_taun3
	{
		margin-top: 15px;
		display: block;
		 
	}
	.pl_taun img, .pl_taun2 img, .pl_taun3 img
	{
		float: left;
		margin-right: 20px;
		width: 50px;
	}
	.pl_taun .caption_pl_taun, .pl_taun2 .caption_pl_taun
	{
		font-size: 16px;
		font-weight: 500;
		color: var(--color5);
		display: block;
		 
		margin-right: 10px;
		margin-bottom: 15px;
	}
	.pl_taun3 .caption_pl_taun
	{
		font-size: 16px;
		font-weight: 500;
		color: var(--color5);
		display: block;
		 
		margin-right: 20px;
		margin-bottom: 15px;
	}
	.caption_pl_taun span 
	{
		display: block;
		font-size: 30px;
		line-height: 42px;
		font-weight: 600;
		margin-top: 5px;
	}
	.caption_pl_taun span b 
	{
		font-size: 30px;
	}
	.pl_taun_list
	{
	 
		margin-top: 15px;
		font-size: 16px;
		font-weight: 500;
		width: 100%;
	}
	.fon_taun_main1
	{
		margin-bottom: 0px;
		display: block;
		clear: both;
		position: relative;		
		z-index: 1000;
	}
	.param_taun_mob
	{
		display: none;
	}
	.param_taun
	{
		display: block;
	}
	#information-kotedg .fon_mria
	{
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
}
/*END Трімплекс котеджі 1920px до 412px*/



/*BEGIN Оплата 1920px до 412px*/
@media (min-width: 1441px) and (max-width: 1920px) 
{
	.zag_pay
	{
		margin-top: 120px;
		font-size: 64px;
		display: block;
		line-height: 66px;
		margin-bottom: 15px;
		font-weight: 800;
		text-transform: uppercase;
	}
	.zag_pay span
	{
		font-size: 45px;
	}
	.podzag_pay
	{
		font-size: 20px;
		display: block;
		line-height: 30px;
		max-width: 410px;
	}
	.img_pay img
	{
		border-radius: 30px;
		margin-bottom: 110px;
		position: relative;
		z-index: 1000;
	}
}
@media (min-width: 1046px) and (max-width: 1440px) 
{
	 .zag_pay
	{
		margin-top: 80px;
		font-size: 50px;
		display: block;
		line-height: 60px;
		margin-bottom: 15px;
		font-weight: 800;
		text-transform: uppercase;
	}
	.zag_pay span
	{
		font-size: 30px;
	}
	.podzag_pay
	{
		font-size: 18px;
		display: block;
		line-height: 24px;
		max-width: 410px;
	}
	.img_pay img
	{
		border-radius: 30px;
		margin-bottom: 110px;
		position: relative;
		z-index: 1000;
	}
}
@media (min-width: 768px) and (max-width: 1045px) 
{
	 .zag_pay
	{
		margin-top: 30px;
		font-size: 35px;
		display: block;
		line-height: 45px;
		margin-bottom: 15px;
		font-weight: 800;
		text-transform: uppercase;
	}
	.zag_pay span
	{
		font-size: 20px;
	}
	.podzag_pay
	{
		font-size: 18px;
		display: block;
		line-height: 24px;
		max-width: 410px;
	}
	.img_pay img
	{
		border-radius: 30px;
		margin-bottom: 110px;
		position: relative;
		z-index: 1000;
	}
}
@media (max-width: 767px) 
{
	  
	.zag_pay span
	{
		font-size: 20px;
	}
	 .img_pay
	 {
		margin-top: 40px;
	 }
	.zag_pay {
		margin-top: 20px;
		font-size: 30px;
		display: block;
		line-height: 34px;
		margin-bottom: 15px;
		font-weight: 800;
		text-transform: uppercase;
		position: relative;
		z-index: 1000;
		}
		.img_pay img {
		border-radius: 30px;
		margin-bottom: 0px;
		position: relative;
		z-index: 1000;
		}
		.podzag_pay {
		font-size: 14px;
		display: block;
		line-height: 20px;
		max-width: 100%;
		margin-bottom: 0px;
		position: relative;
		z-index: 1000;
		}
}
/*END Оплата 1920px до 412px*/


/*BEGIN Етапи будівництва 1920px до 412px*/
@media (min-width: 1441px) and (max-width: 1920px) 
{
	.zag_etapbud
	{
		margin-top: 50px;
		font-size: 64px;
		font-weight: 800;
		text-transform: uppercase;
		display: block;
		line-height: 70px;
		margin-bottom: 50px;
	}
	.podzag_etapbud
	{
		font-size: 32px;
		font-weight: 600;
		display: block;
		margin-bottom: 20px;
	}

	.podzag_etapbud li
	{
		display: inline-block;
		background: #EDEDED;
		border-radius: 5px;
		padding: 10px;
		font-size: 20px;
		margin-top: 20px;
	}
	.podzag_etapbud ul 
	{
		list-style: none;
		margin: 0px;
		padding: 0px;
		clear: both;
	}
	.nopad 
	{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	li.lin 
	{
		background: none !important;
	}
	.cherga1
	{
		border-right: 1px dashed #B4B3BA;
		display: block;	 
		min-height: 93px;
		font-size: 20px;
		color: var(--color5);
		margin-top: 20px;
	}
	.cherga2
	{
		display: block;	 
		min-height: 93px;
		font-size: 20px;
		color: var(--color5);
		margin-top: 20px;
	}
	.cherga1 span, .cherga2 span
	{
		display: block;
		margin-top: 5px;
		font-size: 48px;
		font-weight: 600;
	}
	.img_etapbud img 
	{
		border-radius: 30px;
		margin-bottom: 120px;
	} 
}
@media (min-width: 1046px) and (max-width: 1440px) 
{
	 .zag_etapbud
	{
		margin-top: 40px;
		font-size: 54px;
		font-weight: 800;
		text-transform: uppercase;
		display: block;
		line-height: 60px;
		margin-bottom: 5px;
	}
	.podzag_etapbud
	{
		font-size: 26px;
		font-weight: 600;
		display: block;
		margin-bottom: 20px;
		line-height: 30px;
	}

	.podzag_etapbud li
	{
		display: inline-block;
		background: #EDEDED;
		border-radius: 5px;
		padding: 10px;
		font-size: 20px;
		margin-top: 20px;
	}
	.podzag_etapbud ul 
	{
		list-style: none;
		margin: 0px;
		padding: 0px;
		clear: both;
	}
	.nopad 
	{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	li.lin 
	{
		background: none !important;
	}
	.cherga1
	{
		border-right: 1px dashed #B4B3BA;
		display: block;
		min-height: 100%;
		font-size: 16px;
		color: var(--color5);
		margin-top: 20px;
	}
	.cherga2
	{
		display: block;	 
		min-height: 100%;
		font-size: 16px;
		color: var(--color5);
		margin-top: 20px;
	}
	.cherga1 span, .cherga2 span
	{
		display: block;
		margin-top: 5px;
		font-size: 38px;
		font-weight: 600;
	}
	.img_etapbud img 
	{
		border-radius: 30px;
		margin-bottom: 120px;
	} 
}
@media (min-width: 768px) and (max-width: 1045px) 
{
	  .zag_etapbud
	{
		margin-top: 20px;
		font-size: 30px;
		font-weight: 800;
		text-transform: uppercase;
		display: block;
		line-height: 40px;
		margin-bottom: 5px;
	}
	.podzag_etapbud
	{
		font-size: 16px;
		font-weight: 600;
		display: block;
		margin-bottom: 10px;
		line-height: 20px;
	}

	.podzag_etapbud li
	{
		display: inline-block;
		background: #EDEDED;
		border-radius: 5px;
		padding: 5px;
		font-size: 14px;
		margin-top: 10px;
	}
	.podzag_etapbud ul 
	{
		list-style: none;
		margin: 0px;
		padding: 0px;
		clear: both;
	}
	.nopad 
	{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	li.lin 
	{
		background: none !important;
	}
	.cherga1
	{
		border-right: 1px dashed #B4B3BA;
		display: block;
		min-height: 100%;
		font-size: 12px;
		color: var(--color5);
		margin-top: 2px;
	}
	.cherga2
	{
		display: block;	 
		min-height: 50px;
		font-size: 12px;
		color: var(--color5);
		margin-top: 0px;
	}
	.cherga1 span, .cherga2 span
	{
		display: block;
		margin-top: 5px;
		font-size: 24px;
		font-weight: 600;
	}
	.img_etapbud img 
	{
		border-radius: 30px;
		margin-bottom: 60px;
	} 
}
@media (max-width: 767px) 
{
	   .zag_etapbud
	{
		margin-top: 20px;
		font-size: 30px;
		font-weight: 800;
		text-transform: uppercase;
		display: block;
		line-height: 40px;
		margin-bottom: 5px;
	}
	.podzag_etapbud
	{
		font-size: 16px;
		font-weight: 600;
		display: block;
		margin-bottom: 10px;
		line-height: 20px;
	}

	.podzag_etapbud li
	{
		display: inline-block;
		background: #EDEDED;
		border-radius: 5px;
		padding: 5px;
		font-size: 14px;
		margin-top: 10px;
	}
	.podzag_etapbud ul 
	{
		list-style: none;
		margin: 0px;
		padding: 0px;
		clear: both;
	}
	.nopad 
	{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	li.lin 
	{
		background: none !important;
	}
	.cherga1
	{
		border-right: 1px dashed #B4B3BA;
		display: block;
		min-height: 100%;
		font-size: 12px;
		color: var(--color5);
		margin-top: 2px;
	}
	.cherga2
	{
		display: block;	 
		min-height: 50px;
		font-size: 12px;
		color: var(--color5);
		margin-top: 0px;
	}
	.cherga1 span, .cherga2 span
	{
		display: block;
		margin-top: 5px;
		font-size: 24px;
		font-weight: 600;
	}
	.img_etapbud img 
	{
		border-radius: 30px;
		margin-bottom: 0px;
		margin-top: 40px;
	} 
}
/*END Етапи будівництва 1920px до 412px*/

/*BEGIN Контакти 1920px до 412px*/
@media (min-width: 1441px) and (max-width: 1920px) 
{
		#information-contact h1 
		{
			text-transform: uppercase;
			font-size: 64px;
			display: block;
			line-height: 70px;
			font-weight: 800;
		}
		.pidzag_cont
		{
			font-size: 20px;
			display: block;
			line-height: 24px;
		}
		#information-contact .modal-header {
		padding: 0px;
		border-bottom: 0px solid #e5e5e5;
		}
		#information-contact .modal-footer {
		padding: 15px;
		padding-left: 0px;
		text-align: left;
		border-top: 0px solid #e5e5e5;
		}
		#information-contact .modal-body {
		position: relative;
		padding: 0px;
		}
		.text_cont
		{
			margin-bottom: 70px;
		} 
		.mapak, .emailk, .telk, .instk, .tiktokk
		{
			max-width: 400px;
			display: block;
			margin-bottom: 20px;
		}
		.mapak img, .emailk img, .telk img, .instk img, .tiktokk img
		{
			float: left;
			margin-right: 30px;
			margin-bottom: 30px;
			width: 30px;
		}
		.mapak b, .emailk b, .telk b, .instk b, .tiktokk b
		{
			display: block;
			width: 100%;
		}
		.telk a, .instk a, .tiktokk a, .emailk a
		{
			font-size: 16px;
			color: var(--color5);
		}
		.telk a:hover, .instk a:hover, .tiktokk a:hover, .emailk a:hover
		{
			text-decoration: none;
			color: var(--color1);
		}

		#form44Form .control-label
		{
			font-size: 16px;
			color: var(--color5);
			display: block;
			margin-bottom: 5px;
			text-align: left;
		}
		#form44Form .form-control
		{
			border: 0px solid #ccc;
			border-bottom: 1px solid #ccc;
			border-radius: 0px;
			box-shadow: inset 0 0px 0px rgba(0,0,0,0) !important;
			padding: 6px 0px;
		}
		#form44Button
		{
			width: 212px;
			height: 53px;
			display: block;
			line-height: 53px;
			text-align: center;
			background: none;
			border-radius: 3px;
			font-size: 14px;
			font-weight: 500;
			color: var(--color5);
			padding: 0px;
			border: 1px solid var(--color1);
		}
		#form44Button:hover 
		{
			background: var(--color1);
			color: var(--color3);
		}
		
		#form36Form .form-control
			{
				border: 0px solid #ccc !important;
				border-bottom: 1px solid #ccc !important;
				border-radius: 0px !important;
				box-shadow: inset 0 0px 0px rgba(0,0,0,0) !important;
				padding: 16px 0px;
				margin-bottom: 25px;
			}
		.modal-header 
		{   
		border-bottom: 0px solid #e5e5e5 !important;  
		}
		.modal-footer {
		padding: 0px;
		padding-bottom: 15px;
		text-align: center;
		border-top: 0px solid #e5e5e5;
		}
		.btn-primary {
		color: #fff;
		background-color: var(--color1);
		border-color: var(--color1);
		}
		.btn-primary:hover
		{
			background: var(--color6);
			border-color: var(--color6);
		}
		.mapakont .fon_mapa
		{
			margin-bottom: 0px !important; 
		}

}
@media (min-width: 1046px) and (max-width: 1440px) 
{
  		#information-contact h1 
		{
			text-transform: uppercase;
			font-size: 50px;
			display: block;
			line-height: 60px;
			font-weight: 800;
		}
		.pidzag_cont
		{
			font-size: 16px;
			display: block;
			line-height: 20px;
		}
		#information-contact .modal-header {
		padding: 0px;
		border-bottom: 0px solid #e5e5e5;
		}
		#information-contact .modal-footer {
		padding: 15px;
		padding-left: 0px;
		text-align: left;
		border-top: 0px solid #e5e5e5;
		}
		#information-contact .modal-body {
		position: relative;
		padding: 0px;
		}
		.text_cont
		{
			margin-bottom: 70px;
		} 
		.mapak, .emailk, .telk, .instk, .tiktokk
		{
			max-width: 400px;
			display: block;
			margin-bottom: 20px;
		}
		.mapak img, .emailk img, .telk img, .instk img, .tiktokk img
		{
			float: left;
			margin-right: 30px;
			margin-bottom: 30px;
			width: 30px;
		}
		.mapak b, .emailk b, .telk b, .instk b, .tiktokk b
		{
			display: block;
			width: 100%;
		}
		.telk a, .instk a, .tiktokk a, .emailk a
		{
			font-size: 16px;
			color: var(--color5);
		}
		.telk a:hover, .instk a:hover, .tiktokk a:hover, .emailk a:hover
		{
			text-decoration: none;
			color: var(--color1);
		}

		#form44Form .control-label
		{
			font-size: 16px;
			color: var(--color5);
			display: block;
			margin-bottom: 5px;
			text-align: left;
		}
		#form44Form .form-control
		{
			border: 0px solid #ccc;
			border-bottom: 1px solid #ccc;
			border-radius: 0px;
			box-shadow: inset 0 0px 0px rgba(0,0,0,0) !important;
			padding: 6px 0px;
		}
		#form44Button
		{
			width: 212px;
			height: 53px;
			display: block;
			line-height: 53px;
			text-align: center;
			background: none;
			border-radius: 3px;
			font-size: 14px;
			font-weight: 500;
			color: var(--color5);
			padding: 0px;
			border: 1px solid var(--color1);
		}
		#form44Button:hover 
		{
			background: var(--color1);
			color: var(--color3);
		}
		
		#form36Form .form-control
			{
				border: 0px solid #ccc !important;
				border-bottom: 1px solid #ccc !important;
				border-radius: 0px !important;
				box-shadow: inset 0 0px 0px rgba(0,0,0,0) !important;
				padding: 16px 0px;
				margin-bottom: 25px;
			}
		.modal-header 
		{   
		border-bottom: 0px solid #e5e5e5 !important;  
		}
		.modal-footer {
		padding: 0px;
		padding-bottom: 15px;
		text-align: center;
		border-top: 0px solid #e5e5e5;
		}
		.btn-primary {
		color: #fff;
		background-color: var(--color1);
		border-color: var(--color1);
		}
		.btn-primary:hover
		{
			background: var(--color6);
			border-color: var(--color6);
		}
		.mapakont .fon_mapa1440
		{
			margin-bottom: 0px !important; 
		}
}
@media (min-width: 768px) and (max-width: 1045px) 
{
	 	#information-contact h1 
		{
			text-transform: uppercase;
			font-size: 50px;
			display: block;
			line-height: 54px;
			font-weight: 800;
		}
		.pidzag_cont
		{
			font-size: 16px;
			display: block;
			line-height: 20px;
		}
		#information-contact .modal-header {
		padding: 0px;
		border-bottom: 0px solid #e5e5e5;
		}
		#information-contact .modal-footer {
		padding: 15px;
		padding-left: 0px;
		text-align: left;
		border-top: 0px solid #e5e5e5;
		}
		#information-contact .modal-body {
		position: relative;
		padding: 0px;
		}
		.text_cont
		{
			margin-bottom: 20px;
			width: 500px;
		} 
		.mapak, .emailk, .telk, .instk, .tiktokk
		{
			max-width: 400px;
			display: block;
			margin-bottom: 20px;
		}
		.mapak img, .emailk img, .telk img, .instk img, .tiktokk img
		{
			float: left;
			margin-right: 30px;
			margin-bottom: 30px;
			width: 30px;
		}
		.mapak b, .emailk b, .telk b, .instk b, .tiktokk b
		{
			display: block;
			width: 100%;
		}
		.telk a, .instk a, .tiktokk a, .emailk a
		{
			font-size: 16px;
			color: var(--color5);
		}
		.telk a:hover, .instk a:hover, .tiktokk a:hover, .emailk a:hover
		{
			text-decoration: none;
			color: var(--color1);
		}

		#form44Form .control-label
		{
			font-size: 16px;
			color: var(--color5);
			display: block;
			margin-bottom: 5px;
			text-align: left;
		}
		#form44Form .form-control
		{
			border: 0px solid #ccc;
			border-bottom: 1px solid #ccc;
			border-radius: 0px;
			box-shadow: inset 0 0px 0px rgba(0,0,0,0) !important;
			padding: 6px 0px;
		}
		#form44Button
		{
			width: 212px;
			height: 53px;
			display: block;
			line-height: 53px;
			text-align: center;
			background: none;
			border-radius: 3px;
			font-size: 14px;
			font-weight: 500;
			color: var(--color5);
			padding: 0px;
			border: 1px solid var(--color1);
		}
		#form44Button:hover 
		{
			background: var(--color1);
			color: var(--color3);
		}
		
		#form36Form .form-control
			{
				border: 0px solid #ccc !important;
				border-bottom: 1px solid #ccc !important;
				border-radius: 0px !important;
				box-shadow: inset 0 0px 0px rgba(0,0,0,0) !important;
				padding: 16px 0px;
				margin-bottom: 25px;
			}
		.modal-header 
		{   
		border-bottom: 0px solid #e5e5e5 !important;  
		}
		.modal-footer {
		padding: 0px;
		padding-bottom: 15px;
		text-align: center;
		border-top: 0px solid #e5e5e5;
		}
		.btn-primary {
		color: #fff;
		background-color: var(--color1);
		border-color: var(--color1);
		}
		.btn-primary:hover
		{
			background: var(--color6);
			border-color: var(--color6);
		}
		.mapakont .fon_mapa1046
		{
			margin-bottom: 0px !important; 
		}
}
@media (max-width: 767px) 
{
	 .zvmobpopap
	{		 
		display: block;		 
	}
	.socmobpopap
	{
		display: flex;	
		width: 100%;
		justify-content: center;
	}
	.socmobpopap svg 
	{
		width: 24px;
	}
	.socmobpopap li 
	{
		display: block;
		float: left;
		margin-left: 5px;
	margin-right: 5px;
	}
	.socmobpopap ul 
	{
		padding: 0px;
	}
	.zvmobpopap a 
	{
		background: var(--color1);
		width: 212px;
		height: 52px;
		display: block;
		margin: 0 auto;
		line-height: 52px;
		border-radius: 5px;
		text-align: center;
		font-size: 14px;
		color: var(--color3);
		text-transform: uppercase;
		font-weight: 500;
		margin-bottom: 15px;
		margin-top: 80px;
	}
	.zvmobpopap a:hover
	{
		background: var(--color6);
		text-decoration: none;
	}
	.socmobpopap svg {
		fill: #B4B3BA;
		}
	.socmobpopap svg:hover 
	{
		fill: var(--color1);
	}
  		#information-contact h1 
		{
			text-transform: uppercase;
			font-size: 40px;
			display: block;
			line-height: 50px;
			font-weight: 800;
		}
		.pidzag_cont
		{
			font-size: 14px;
			display: block;
			line-height: 18px;
			margin-top: 30px;
		}
		#information-contact .modal-header {
		padding: 0px;
		border-bottom: 0px solid #e5e5e5;
		}
		#information-contact .modal-footer {
		padding: 15px;
		padding-left: 0px;
		text-align: left;
		border-top: 0px solid #e5e5e5;
		}
		#information-contact .modal-body {
		position: relative;
		padding: 0px;
		}
		.text_cont
		{
			margin-bottom: 20px;
			width: 100%;
			font-size: 14px;
		} 
		.mapak, .emailk, .telk, .instk, .tiktokk
		{
			max-width: 400px;
			display: block;
			margin-bottom: 20px;
		}
		.mapak img, .emailk img, .telk img, .instk img, .tiktokk img
		{
			float: left;
			margin-right: 30px;
			margin-bottom: 30px;
			width: 30px;
		}
		.mapak b, .emailk b, .telk b, .instk b, .tiktokk b
		{
			display: block;
			width: 100%;
		}
		.telk a, .instk a, .tiktokk a, .emailk a
		{
			font-size: 16px;
			color: var(--color5);
		}
		.telk a:hover, .instk a:hover, .tiktokk a:hover, .emailk a:hover
		{
			text-decoration: none;
			color: var(--color1);
		}

		#form44Form .control-label
		{
			font-size: 16px;
			color: var(--color5);
			display: block;
			margin-bottom: 5px;
			text-align: left;
		}
		#form44Form .form-control
		{
			border: 0px solid #ccc;
			border-bottom: 1px solid #ccc;
			border-radius: 0px;
			box-shadow: inset 0 0px 0px rgba(0,0,0,0) !important;
			padding: 6px 0px;
		}
		#form44Button
		{
			width: 212px;
			height: 53px;
			display: block;
			line-height: 53px;
			text-align: center;
			background: none;
			border-radius: 3px;
			font-size: 14px;
			font-weight: 500;
			color: var(--color5);
			padding: 0px;
			border: 1px solid var(--color1);
		}
		#form44Button:hover 
		{
			background: var(--color1);
			color: var(--color3);
		}
		
		#form36Form .form-control
			{
				border: 0px solid #ccc !important;
				border-bottom: 1px solid #ccc !important;
				border-radius: 0px !important;
				box-shadow: inset 0 0px 0px rgba(0,0,0,0) !important;
				padding: 16px 0px;
				margin-bottom: 25px;
			}
		.modal-header 
		{   
		border-bottom: 0px solid #e5e5e5 !important;  
		}
		.modal-footer {
		padding: 0px;
		padding-bottom: 15px;
		text-align: center;
		border-top: 0px solid #e5e5e5;
		}
		.btn-primary {
		color: #fff;
		background-color: var(--color1);
		border-color: var(--color1);
		}
		.btn-primary:hover
		{
			background: var(--color6);
			border-color: var(--color6);
		}
		.mapakont .fon_mapa_mob
		{
			margin-bottom: 0px !important; 
		}
}
/*END Контакти 1920px до 412px*/


#form36Modal .modal-content
 {
	padding: 20px !important;
 }








