/*ĞĞ±Ğ½ÑƒĞ»ĞµĞ½Ğ¸Ğµ*/
*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body{
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input,button,textarea{font-family:inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{font-weight: 400;} 

/*--------------------*/
/*-------------- -----*/
@font-face { 
	font-family: 'proximanova';
	src: url("/fonts/proximanova_bold.otf"),
	url("/fonts/proximanova_bold.otf");
	font-weight: 700;
	font-style: normal;
	font-display: auto;

}
@font-face { 
	font-family: 'proximanova';
	src: url("/fonts/proximanova_black.otf"),
	url("/fonts/proximanova_black.ttf");
	font-weight: 500;
	font-style: normal;
	font-display: auto;

}
@font-face { 
	font-family: 'proximanova';
	src: url("/fonts/proximanova_regular.ttf"),
	url("/fonts/proximanova_regular.ttf");
	font-weight: 400;
	font-style: normal;
	font-display: auto;

}
html,body{font-family: 'proximanova';font-weight: 400;font-size: 14px;}
h1{
	font-family: 'proximanova';
}
.wrapper a{
	text-decoration: none;
}
body .wrapper #map a{color: #000;}
.container.header__container{
	max-width: 1296px;
	margin: 0 auto;
	padding: 30px 0px;
}
.header{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 50;
}
/*.header:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #F4F9F9;
	z-index: 3;
}*/
.header__body{
	position: relative;
	height: 96px;
	align-items: center;

}
.header__logo{
	position: relative;
	z-index: 5;
}
.header__logo img{
	
}
.header__burger{
	display: none;
}
.header__menu a{
	margin: 0 0 0 20px;
}
.header__list{
	display: flex;
	position: relative;
	z-index: 3;
	/*padding: 0 20px;*/
   margin-top: 12px;
}
.header__list li{
	
	list-style: none;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 131.5%;
}
.header__list li a{
	padding: 10px 5px;
	border-radius: 10px;
}
.header__list li a:hover{
	transition: all 0.6s ease 0s;
	color: #fff;
	border-bottom:1px solid #fff;
}
.header__link {
	color: #ffffff;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 131.5%;


}
.header__contact{
	display: flex;
	position: relative;
	z-index: 3;
	padding: 0;
}
.header__contact.col-xl-3{justify-content: right;}
.header__contact a{
	color: #ffffff;
}
.header__contact{
	/*flex: 0 0 40px;*/
}
.contact__img img{
	max-width: 100%;
	
}
a.phone{
	
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 131.5%;
}
a.email{
	text-decoration: underline;
	
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
}
.contact__phone a.p{
	font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 131.5%;
}
.contact__phone a.m{
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 140%;
text-decoration: underline;
}
.contact__01 a{
	font-style: normal;
font-weight: 500;
font-size: 16px;
color: #000;
}
.footer{padding-bottom: 40px;}
@media (max-width: 1200px){
	.header__contact .contact__phone{
		display: none;
	}
}
@media (max-width: 767px){
	body.lock{
		overflow: hidden;
	}
	.header__burger{
		display: block;
		position: relative;
		width: 30px;
		height: 20px;
		position: relative;
		z-index: 3;


	}
	.header:before{
		
	}
	.header__burger span{
		position: absolute;
		background-color: #fff;
		position: absolute;
		left: 0;
		width: 40px;
		height: 2px;
		top: 9px;
		transition: all 0.3s ease 0s;
	}
	.header__body{
		height: 80px;margin: 0;
	}
	.header__burger:before,
	.header__burger:after{
		content: '';
		background-color: #fff;
		position: absolute;
		left: 0;
		height: 2px;
		width: 40px;
		transition: all 0.3s ease 0s;
	}
	.header__burger:before{
		top: 0;
	}
	.header__burger:after{
		bottom: 0;
	}
	.header__burger.active span{
		transform: scale(0);
	}
	.header__burger.active:before{
		transform:rotate(45deg);
		top: 10px;
	}
	.header__burger.active:after{
		transform:rotate(-45deg);
		bottom: 9px;
		
	}
	.header__menu{
		position: fixed;
		left: 0;
		top: -100%;
		width: 100%;
		height: 100%;
		background-color: #363636;
		padding: 100px 10px 20px 10px;
		transition: all 0.5s ease 0s;
		overflow: auto;
	}
	.header__menu.active{
		top: 0;
	}
	.header__list{
		display: block;
	}
	.header__list li{
		margin: 50px 0 0 0;
	}
	.header__link{
		color: #fff;
		font-size: 26px;
	}
	.header__contact{
		    position: absolute;
    right: 70px;
	}
	.header__contact.mobi{display: block;}
		.header__contact.mobi .lng-box{display: inline-block;}
}
/*----------------------------------------------------------------------------------------*/

/*-------------------------------------------content-1--------------------------------------*/
.content-1{
	/*padding: 414px 0 0;height: 600px;*/
	
}
.content-1 {

}
.content-1 img{width:100%;}
.container.content-1__container{
	max-width: 1296px;
	margin: 0 auto;
}
.content-1__title h1{
	
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 114%;
}
.block-1 h2{
	margin: 48px 0 16px;
font-style: normal;
font-weight: 600;
font-size: 40px;
line-height: 117.5%;
}

.content-1__block-1{
position: absolute;
    z-index: 2;
    top: 72%;
    left: 0;
}
.content-1__row{
	text-align: center;
}
.block-1__phone{
	margin: 30px 0 30px;
	display: flex;
}
#phone{
	padding: 16px 35px 16px 32px;
	background-color: #F4F9F9;
	border-radius: 4px;
	margin-right: 20px;
	color: #7E868E;
}


.btn-eng.active, .btn-tr.active{color: #fff;background: #00B7BA;padding: 5px;border-radius: 4px;margin-right: 10px;}
.block-1__phone [type="submit"]{
	padding: 16px 35px 16px 32px;
	background-color: #00B7BA;
	color: #fff;
	border-radius: 4px;
	margin-right: 20px;

	font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 131.5%;

}
.block-1__phone img{
	margin-right: 13px;
}
.block-1__phone input{
	padding: 16px 35px 16px 32px;
	background-color: #F4F9F9;
	border-radius: 4px;
	margin-right: 20px;
	color: #7E868E;
	text-align: center;
	
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 131.5%;
}
.content-3 #phones{background-color: #FFF;}
form.form-phone{
	text-align: center;
	display: flex;
}
.block-1 span{
	
	color: #7E868E;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 131.5%;
}
.block-1 input{
	margin-right: 7px;

}
@media (max-width: 678px){
	.content-1{
		padding: 350px 0 0;
	}
	.block-1 h2{
		font-size: 30px;
	}
}
@media (max-width: 543px){
	#phone{
		margin-bottom: 15px;
	}
}
/*------------------------------------------------------------------------------------------*/

/*------------------------------------content-2---------------------------------------------*/
.content-2{
	padding: 122px 0 120px;
	text-align: center;
}
.container.content-2__container{
	max-width: 1180px;
	margin: 0 auto
}
.content-2 h2{
	font-style: normal;
font-weight: 600;
font-size: 40px;
line-height: 117.5%;
}
.content-2 h5{
	font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 133%;
}
/*---------------------------------------cards-1(Ğ”Ğ£ĞœĞ)---------------------------------*/
.row__title-1{
	text-align: center;
}
#content-4 .row__title-1{margin: 0;}
.cards__block-1:not(:last-child){
	margin: 0 0 144px;
}
.cards-1__content{
	box-sizing: border-box;
	border: 1px solid #F2F6FA;
	border-radius: 0px 0px 10px 10px;
	width: 100%;
}
.cards-1__container{
	max-width: 284px;
	margin: 0 auto;
}
/*.subtitle{
padding-top: 40px;
    display: block;
}*/
.cards-1__content{padding-top: 40px;display: block;}
.col-12.cards-1{
	margin-top: 20px;
}
.col-12.cards-1 img{border-top-left-radius: 10px;border-top-right-radius: 10px;}
ul{padding:0;}
.cards-1__container ul li{display:table;margin:0 auto 10px;font-size: 16px;}
tr{
	display: flex;
	justify-content: space-between;
	width: 284px;
}
td{
	font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 131.5%;
}
tbody tr {
	border-bottom: 1px dashed #C4C4C4;
}

.btn-1 a{
	background: #00B7BA;
	border-radius: 4px;
	padding: 16px 103px;
	color: #fff;
}
.btn-1 a:hover{
	color: #fff;
}
.btn-1{
	margin: 30px 0 28px;
}

.btn-2 a{
	text-decoration: underline;
	color: black;

}
.content-1{}
.content-2 h2{
	margin:132px 0 48px ;
}
.content-2__h2-1 h2{
	margin-top: 120px;
}
.content-6 .content-2__h2-1 h2{
	margin-top: 12px;
}
.content-2 .row{
	margin-bottom: 15px;
}
/*----------------------------------------------------------------------------*/

/*-----------------------------------cards-2(Ğ´ĞµĞ¼Ğ¾)-------------------------*/
.row__title-2{
	text-align: center;
}
.cards-2{
	
}
.cards-2__content{
	box-sizing: border-box;
	border: 1px solid #F2F6FA;
	border-radius: 0px 0px 10px 10px;
	
}
.table-2 tr{
	max-width: 240px;
}
.cards-2__container{
	max-width: 240px;
	margin: 0 auto;
}


.btn-3 a{
	background: #00B7BA;
	border-radius: 4px;
	padding: 16px 81px;
	color: #fff;
}
.btn-3 a:hover{
	color: #fff;
}
.btn-3{
	margin: 30px 0 28px;
}

.btn-4 a{
	text-decoration: underline;
	color: black;
}
@media (max-width: 768px){
	.cards-2 img{
		margin-top: 20px;
	}
	.content-2 h2{
	margin:50px 0 30px ;
	font-size: 25px;
	}
	.content-2 h5{
		font-size: 18px;
	}
	.content-2 a{
		font-size: 17px;
	}
	.content-2 {
		padding: 30px 0 0px;
	}


}
/*--------------------------------------------------------------------------*/
/*------------------------------------content-3--------------------------------*/
.content-3{
	background-color: #F4F9F9;
}
.container.content-3__container{
	max-width: 1180px;
	margin: 0 auto;

}
.content-3 h2{
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 117.5%;
}
.content-3 span{
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 131.5%;
	color: #828282;
}
.col_katy span{
	font-size: 14px;
}
.btn__boock{
	margin: 48px 0 20px;
}
.boock_a-1{
	color: #828282;
	padding: 16px 35px 16px 35px;
	margin-right: 20px;
	border-radius: 4px;
}
.boock_a-1:hover{
	background-color: #00B7BA; 
	transition: all 1.0s ease 0s;
	color: #fff;
}
.boock_a-2{
	padding: 16px 32px;
	color: #fff;
	background: #00B7BA;
	border-radius: 4px;
}
.boock_a-2:hover{
	transition: all 1.0s ease 0s;
}
.btn__boock img{
	margin-right: 13px;
}
.content-3 input{
	margin-right: 6px;
}


.block__boock{
	
}
/*-------left-bar-------*/
.col-12.left-bar{
	margin: 209px 0 210px;
}
.left-bar h2{
	margin-bottom: 24px;
}
/*----------------------*/
.col-12.boock__col-boock{
	margin-top: 81px;
}



.content-3__block button{
	padding: 16px 35px 16px 32px;
	background-color: #00B7BA;
	color: #fff;
	border-radius: 4px;
	margin-right: 20px;

	font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 131.5%;

}

.content-3__block input{
	padding: 16px 35px 16px 32px;
	background-color: #F4F9F9;
	border-radius: 4px;
	margin-right: 20px;
	color: #7E868E;
	text-align: center;
	
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 131.5%;
}


@media (max-width: 1200px){

	
}
@media (max-width: 1000px){
	.btn__boock a{
		display: block;
	}
}
@media (max-width: 768px){
	
	.col-12.left-bar{
		margin: 50px 0 0px;
	}
	.boock-1{
		margin: 0 0 50px;
	}	
}
/*-----------------------------------------------------------------------------------*/

/*---------------------------------------content-4------------------------------------*/
.content-4{
margin-bottom: 48px;
}
.container.content-4__container{
	max-width: 1180px;position: relative;
	margin: 0 auto;
}
.Placeholder{
	align-items: center;
	padding: 100px 0 100px;
}
.content-4 h2{
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 117.5%;
	margin-bottom: 24px;text-transform: uppercase;
}
.content-4 p{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 131.5%;
}
@media (max-width:768px){
	.Placeholder-left{
		text-align: center;
		margin-bottom: 20px;
	}
	.content-4 h2{
		text-align: center;
	}
	.Placeholder{
		padding: 30px 0 50px
	}
}
/*-------------------------------------------------------------------------------------*/

/*------------------------------------------content-5---------------------------------*/
.container.content-5__container{
	max-width: 1180px;
	margin: 0 auto;
}
.content-5{
	text-align: center;
	background-color: #F6F6F6;
	padding: 0 0 104px;
}
.content-5 h2{
	margin: 120px 0 48px;
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 117.5%;text-transform: uppercase;
}
.content-5__icons{
	margin-bottom: 60px;
}
.content-5 h6{
	margin: 24px 0 10px;
	font-size: 21px;
line-height: 143%;
font-weight: bold;
}
.content-5 span{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
}
.icons_1{
	margin-bottom: 60px;
}


@media (max-width:768px){
	.icons_1{
		margin-bottom: 20px;
	}
	.content-5{
		padding: 0 0 10px;
	}
	.content-5 h2{
		margin: 60px 0 48px;
	}
}

/*-----------------------------------------------content-6----------------------------------*/

.content-6{
	padding: 120px 0 10px;
	text-align: center;
}
.content-6 h2{
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 117.5%;text-transform: uppercase;
    color: #fff;
    text-align: left;
}
.content-6 span{
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 131.5%;
	margin: 16px 0 48px;
}
.content-6 img{
	border: 9px solid #fff;
}

@media (max-width: 786px){
	.content-6{
	padding: 60px 0 10px;
	
}
}

/*--------------------------------------------content-7-----------------------------------------*/

.content-7{
	padding:100px 0 100px;
}
.container.content-7__container{
	max-width: 1180px;
	margin: 0 auto;
}
.block-1 h2{margin: -48px 0 16px;font-weight: 700;font-size: 48px;color: #fff;text-transform: uppercase;}

.content-7__block-1{
	background-color: #fff;
	border: 4px solid #00B7BA;
	border-radius: 8px;
	padding-bottom: 48px;
}
.content-7__row{
	text-align: center;
}
.block-1__phone{
	margin: 30px 0 30px;
}
.block-1__phone img{
	margin-right: 13px;
}
.block-1__phone a{
	padding: 16px 35px 16px 32px;
	background-color: #F4F9F9;
	border-radius: 4px;
	margin-right: 20px;
	color: #7E868E;
	
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 131.5%;
}
div.col_katy span{
	font-size: 14px;
}
.block-1 span{
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 131.5%;
    text-transform: uppercase;
}
a.phone-3{
	background-color: #00B7BA;
	color: #fff;
}
.block-1 input{
	margin-right: 7px;

}

@media (max-width:768px){
	.content-1__title h1{font-size: 32px;}
	.content-3 h2, .content-4 h2, .content-5 h2, body #content-4 h2.lot, body .content-6 h2{font-size: 18px;}
	.content-5 h6{font-size: 14px;}
	.header__logo img{height: 50px;margin-left: 10px;}
	.block-1__phone a{
		display: block;
		margin: 10px 0;
	}
	body .block-1 h2{font-size: 28px;}
	body .block-1 span{font-size: 20px;}
	#phone{margin-right:0;}
	.block-1__phone input{margin-bottom: 10px;}
	.content-7{
		padding: 50px 0 50px;
	}
	.content-6.bg{padding-left:10px;}
}
@media (max-width: ){

}

/*----------------------------------------------content-8------------------------------------------*/


.content-8{
	padding: 69px 0 69px;
	margin-bottom: 40px;position:relative;
}
.container.content-8__container{
	max-width: 1180px;
	margin: 0 auto;
}
.container.content-8__container .row{position:absolute;top:30%;}
.map__info{
	background-color: #fff;
	margin-bottom: 20px;
	padding: 40px 10px 40px 40px;
	min-width: 200px;
	position:absolute;
	top:20%;
}
.content-8 h6{
	font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 133%;
}
.content-8 span{
	font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 131.5%;
}
.content-8 a{
	font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 131.5%;
color: black;
}

@media (max-width:768px){

}

/*-------------------------------------------------------FOOTER--------------------------------------*/


.container.footer__container{
	max-width: 1180px;
	margin: 0 auto;
}
.footer__contact{
	display: flex;
	
}
.contact__img{
	flex: 0 0 40px;
}
.footer__contact img{
	max-width: 100%;

}
.footer__body{
	align-items: center;
	padding: 0 10px;
}

.row__razrab{
	padding: 40px 0;
}
.prava{
	font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 131.5%;
}
.razrab{
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 131.5%;
}
@media (max-width: 768px){
	.footer__list{
		display: none;
	}
	.footer__logo{
		margin-bottom: 20px;
	}
	div.col-5.contact__img{
		text-align: right;
	}
	.row__razrab{
		text-align: center;
	}
	.prava{
		margin: 0 0 10px;
	}
		body .lotn {
    position: absolute;
    top: 80px;
   left: 200px;
    z-index: 10;
    font-size: 16px;
}
body .content-1{height:auto;background-size: cover;}
}
	.content-1__title{z-index:10;}
	.advimg{display: inline-block;}
	.advimg img{width: 80px;}
/*------ Forms  ------*/
html.non-scroll {overflow: hidden !important; margin-right: 17px !important;}
#overlay_modal {display: none; width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: #002f40;z-index: 999;opacity: 0.85;}
#modals {display: none; position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 999999999999; overflow: auto; -webkit-transform: translateZ(0px); -webkit-overflow-scrolling: touch;}
[id^="modal_"], [id^="modal-"] {display: none; margin: auto; position: absolute; left: 0; right: 0; z-index: 1005; padding: 8px;}
[id^="modal_"] .content, [id^="modal-"] .content {width: 100%; height: 100%;}

#modal_callback_form, #modal_callback_form2{width: 391px; height: 440px; top: 0; bottom: 0;}
#modal_callback_form form , #modal_callback_form2 form{padding: 45px 35px;}
#modals  form {background: #fff;}
#modals form strong {display: block; font: 700 21px/21px Proxima; color: #1e1e1e; text-align: center; text-transform: uppercase; margin-bottom: 20px;}
#modals form b {display: block; font: 700 18px/22px Proxima; color: #1e1e1e; text-align: center; text-transform: uppercase; margin-bottom: -14px;}
#modal_callback_form_back {width: 388px;height: 147px;top: 0;bottom: 0;}
#modal_callback_form_back form{width: 372px;float: left;padding: 34px;}
#modals form{box-shadow: 0 4px 21px rgba(0,0,0,0.04),0 1px 4px rgba(0,0,0,0.21);}

.modal_close:hover {opacity: 1;}
.modal_close:active {background-position: 0 -46px;}
#modals .content{position: relative;}
.open_modal_callback, .open_modal_buy{cursor:pointer;}
.btn-2{display:none;}
.contact__01{padding: 5px;}
.contact__01 a{color: #212529;font-weight: 500;}
.content-1{position: relative;background: url(/IMG/mainbg1.jpg) no-repeat center top;
    background-size: 100%;
    height: 760px;}
h1{
	font-family: 'proximanova';
	font-weight: 500;
	text-align:center;
	padding-bottom:130px;
}
.bgbl{
    background: #363636B2;
    width: 100%;
    height: 100%;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;}
    .content-4 img{border-radius:16px;}
    .content-4 .Placeholder-left{padding-right:24px;}
    .content-4 .red{color:#EF1B24;font-size:16px;font-weight: 500;}
    .btn{background:#EF1B24;color:#fff;border-radius:8px;font-weight: 700 !important;padding: 10px;margin-top: 24px;}
    #content-4 .Placeholder{padding:0;}
    .accordion .ui-accordion-header {
	position: relative;
}
.accordion .ui-accordion-header-icon {
	content: '';
	position: absolute;
	top: 14px;
	right: 10px;    
	display: inline-block;
	width: 36px;
	height: 36px;    
	background: url(/IMG/plus.png) 50% 50% no-repeat;
}
.accordion .ui-accordion-header-active .ui-accordion-header-icon {
	background-image: url(/IMG/plus.png);
}
#content-4 h3{font-size:20px;margin-bottom: 24px;padding-top: 24px;border-top:1px solid #D9D9D9;}
#content-4 ul{margin-left: 20px;margin-bottom: 24px;}
#content-4 ul li{line-height: 24px;list-style: disc;}
.btn.borders{margin-top: 48px;padding: 12px 12px 12px 48px;position: relative;border: 2px solid #EF1B24;border-radius:8px;color:#212121;background: #fff;}
#content-4 h2.lot{margin-top: 72px;margin-bottom: 24px;font-size: 28px;font-weight: 400;}
.btn.borders span {
    content: '';
    position: absolute;
    top: 10px;
    left: 12px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/IMG/download.png) 50% 50% no-repeat;
}
footer{background: #363636;}
.content-4.map h2{margin-bottom: 72px;margin-top: 120px;}
.content-4.map h4{font-size: 20px;
    font-weight: 700;
    margin-bottom: 24px;
    margin-top: 12px;}
    .btn.borders span {
    content: '';
    position: absolute;
    top: 10px;
    left: 12px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/IMG/download.png) 50% 50% no-repeat;
}
.adressf, .phonef, .mailf, .workhours{position: relative;padding: 10px 0 0 36px;}
.adressf, .phonef, .mailf, .workhours{}
.workhours{line-height: 24px;}.mailf a{color:#000;}
.adressf i {
    content: '';
    position: absolute;
    top: 8px;
    left: 0px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/IMG/pin-alt.png) 50% 50% no-repeat;
}
.phonef i {
    content: '';
    position: absolute;
    top: 8px;
    left: 0px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/IMG/phone.png) 50% 50% no-repeat;
}
.mailf i {
    content: '';
    position: absolute;
    top: 8px;
    left: 0px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/IMG/mail-opened.png) 50% 50% no-repeat;
}
.workhours i {
    content: '';
    position: absolute;
    top: 8px;
    left: 0px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/IMG/clock-outline.png) 50% 50% no-repeat;
}
body .btn:hover{color:#fff;}
.content-6.bg{background:url(/IMG/bgbg.png) no-repeat;background-size: cover;width:100%;}
.content-6 .content{max-width:1076px;margin: 0 auto;}
ul.preim{padding:48px 0;text-align:left;color:#fff;font-size:16px;font-weight: 700;}
ul.preim li::before { content: url('/IMG/check-circled-outline.png'); display: inline-block; vertical-align: middle; margin-right: 12px; }  
ul.preim li{line-height: 16px;margin-bottom: 24px;}
.content-6.green{bacground:#F6F6F6;}
.free{background: #00b02a;display: inline-block;padding: 6px 12px;border-radius: 8px;position: absolute;color: #fff;font-weight: 700;top: 82px;left: 36px;z-index: 10;}
.lotn{
    position: absolute;
    color: #000;
    font-weight: 700;
    top: 74px;
    left: 436px;
    z-index: 10;
    font-size: 30px;
    background: #fff;
    padding: 6px;
    border-radius: 8px;
}
.content-6.bg .row.row__title-1{margin: 0;}