@font-face {font-family: 'UbuntuRegular';src:url('../fonts/Ubuntu-Regular.eot');src: local('Ubuntu Regular'), local('Ubuntu-Regular'),url('../fonts/Ubuntu-Regular.eot?#iefix') format('embedded-opentype'),url('../fonts/Ubuntu-Regular.woff') format('woff'),url('../fonts/Ubuntu-Regular.ttf') format('truetype');font-weight: normal;font-style: normal;}
@font-face {font-family: 'UbuntuLight';src:url('../fonts/Ubuntu-Light.eot');src: local('Ubuntu Light'), local('Ubuntu-Light'),url('../fonts/Ubuntu-Light.eot?#iefix') format('embedded-opentype'),url('../fonts/Ubuntu-Light.woff') format('woff'),url('../fonts/Ubuntu-Light.ttf') format('truetype');font-weight: 300;font-style: normal;}
@font-face {font-family: 'UbuntuLightItalic';src:url('../fonts/Ubuntu-LightItalic.eot');src: local('Ubuntu Light Italic'), local('Ubuntu-LightItalic'),url('../fonts/Ubuntu-LightItalic.eot?#iefix') format('embedded-opentype'),url('../fonts/Ubuntu-LightItalic.woff') format('woff'),url('../fonts/Ubuntu-LightItalic.ttf') format('truetype');font-weight: 300;font-style: italic;}
@font-face {font-family: 'UbuntuMedium';src:url('../fonts/Ubuntu-Medium.eot');src: local('Ubuntu Medium'), local('Ubuntu-Medium'),url('../fonts/Ubuntu-Medium.eot?#iefix') format('embedded-opentype'),url('../fonts/Ubuntu-Medium.woff') format('woff'),url('../fonts/Ubuntu-Medium.ttf') format('truetype');font-weight: 500;font-style: normal;}
@font-face {font-family: 'UbuntuItalic';src:url('../fonts/Ubuntu-Italic.eot');src: local('Ubuntu Italic'), local('Ubuntu-Italic'),url('../fonts/Ubuntu-Italic.eot?#iefix') format('embedded-opentype'),url('../fonts/Ubuntu-Italic.woff') format('woff'),url('../fonts/Ubuntu-Italic.ttf') format('truetype');font-weight: normal;font-style: italic;}
@font-face {font-family: 'UbuntuBold';src:url('../fonts/Ubuntu-Bold.eot');src: local('Ubuntu Bold'), local('Ubuntu-Bold'),url('../fonts/Ubuntu-Bold.eot?#iefix') format('embedded-opentype'),url('../fonts/Ubuntu-Bold.woff') format('woff'),url('../fonts/Ubuntu-Bold.ttf') format('truetype');font-weight: bold;font-style: normal;}
@font-face {font-family: 'UbuntuBoldItalic';src:url('../fonts/Ubuntu-BoldItalic.eot');src: local('Ubuntu Bold Italic'), local('Ubuntu-BoldItalic'),url('../fonts/Ubuntu-BoldItalic.eot?#iefix') format('embedded-opentype'),url('../fonts/Ubuntu-BoldItalic.woff') format('woff'),url('../fonts/Ubuntu-BoldItalic.ttf') format('truetype');font-weight: bold;font-style: italic;}
@font-face {font-family: 'UbuntuMediumItalic';src:url('../fonts/Ubuntu-MediumItalic.eot');src: local('Ubuntu Medium Italic'), local('Ubuntu-MediumItalic'),url('../fonts/Ubuntu-MediumItalic.eot?#iefix') format('embedded-opentype'),url('../fonts/Ubuntu-MediumItalic.woff') format('woff'),url('../fonts/Ubuntu-MediumItalic.ttf') format('truetype');font-weight: 500;font-style: italic;}
*,
*::after,
*::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
margin:0;
padding:0;
height:100%;
}
body {
margin:0;
font-family: 'UbuntuRegular'; 
padding:0;
height:100%;
}
ol, ul {
    list-style: inside none disc;
}

a {
    color: inherit;
    text-decoration: none;
}
img{
border:0;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {}
h1{
	font-family: 'UbuntuMedium';
	font-size:45px;
	color:#1d2026;
}
h2{
	font-family: 'UbuntuBold';
	font-size:35px;
	color:#1d2026;
	text-align:center;
	text-transform:uppercase;
	padding:0 150px;
}
h3{}
h4{}
h5{}
h6{}
p {}

.wrapers{
	width:1630px;
	min-width:1630px;
	margin:0 auto;
	padding:0 10px;
	height: auto !important;
    min-height: 100%;
    overflow: hidden;
}


#section1{
	float:left;
	width:100%;
	background:#fff;
	height:90px;
	padding: 10px 0;
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
}
.top_liu{
	display:flex;
	align-items: center;
}
.logo{
	flex-basis: 260px;
}
.logo img{
	width:230px;
}
.slogan{
	text-align:center;
	flex-basis: 460px;
	display: grid;
    align-items: center;
    justify-content: center;
	margin: 0 95px;
}
.t1desc{
	font-family: 'UbuntuMedium';
	font-size:23px;
	color:#1d2026;
	text-transform:uppercase;
}
.t2desc{
	color:#8cc14c;
	font-size:16px;
}
.t3desc{
	font-family: 'UbuntuMedium';
	font-size:23px;
	color:#1d2026;
	text-transform:uppercase;
}
.t3desc span{
	color:#8cc14c;
}
.phone{
	flex-basis: 310px;
}
.phone a{
	color:#1d2026;
	font-size:25px;
	font-family: 'UbuntuBold';
	background: url('../img/phone.png') center left no-repeat;
	background-size:23px;
	padding-left:26px;
}
.soc{
	flex-basis: 140px;
}
.soc a{}
.soc a img{
	height: 32px;
}
.zapis{
	flex-basis: 250px;
}
.zapis a{}
.btn{
	font-family: 'UbuntuMedium';
	font-size:16px;
	color:#fff;
	background:#1d2026;
	padding:15px 40px;
	border-radius:7px;
	display: inline-block;
	text-transform:uppercase;
}
.btn:hover{
	background:#8cc14c;
}
.btn2{
	font-family: 'UbuntuMedium';
	font-size:16px;
	color:#fff;
	background:#8cc14c;
	padding:15px 40px;
	border-radius:7px;
	display: inline-block;
	text-transform:uppercase;
}
.btn2:hover{
	background:#1d2026;
}
#section2{
	float:left;
	width:100%;
	height:880px;
	padding: 100px 0 30px;
	*background-image: url('../img/section2.png');*background-repeat: no-repeat;background-position-x: right;*background-attachment: fixed;
	background-image: url('../img/section2.png');
	background-repeat: no-repeat;
	background-position-x: right;
	background-size: contain;
}
h1 span{
	color:#8cc14c;
}
.h1desc{
	color:#8cc14c;
	font-size:20px;
	font-family: 'UbuntuMedium';
	padding:25px 0 40px;
}
.hesc{
	width:530px;
	text-align:center;
}
.preim_top{
	margin:50px 0 50px 50px;
}
.preim_top li{
	text-align:left;
	font-family: 'UbuntuMedium';
	font-size:22px;
	color:#1d2026;
	padding-left:50px;
	background: url('../img/li.png') center left no-repeat;
	background-size:23px;
	list-style:none;
	line-height:1.7;
}
.preim_top li span{
	color:#8cc14c;
}
.bbt{}
.bbtand{
	font-family: 'UbuntuBold';
	font-size:17px;
	text-transform:uppercase;
	margin:50px 0 30px;
}
.bbtphone{}
.bbtphone a{
	color:#8cc14c;
	font-size:35px;
	font-family: 'UbuntuBold';
	background: url('../img/phone.png') center left no-repeat;
	background-size:32px;
	padding-left:40px;
}
.menu_usl{
	float: left;
    width: 100%;
    display: flex;
}
.usl_menu{
	width: 100%;
    background: #1d2026;
	font-family: 'UbuntuBold';
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 7px;
    margin: 30px 1% 0;
    font-size: 16px;
    text-transform: uppercase;
}
.usl_menu:nth-child(3), .usl_menu:nth-child(4){
	background: #8cc14c;
}
.usl_menu img{}
#section3{
	float:left;
	width:100%;
	padding:100px 0 0;
	background: url('../img/section3-lf.png') bottom left no-repeat;
	background-size:200px;
}
.opis{
	color:#8cc14c;
	font-size:21px;
	font-family: 'UbuntuMedium';
	margin:30px 0px;
	text-align:center;
}
.opis a{
	color:#1d2026;
	font-family: 'UbuntuBold';
}
.ulsugi{
	width: 100%;
    float: left;
}
.bl_uslugi{
	width: 14%;
	margin:2% 1%;
	text-align:center;
    float: left;
}
.img_uslugi{}
.img_uslugi img{}
.name_uslugi{
	height: 70px;
    margin: 15px 0;
	font-family: 'UbuntuMedium';
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
	color:#8cc14c;
    font-size: 20px;
}
.btn_uslugi{}
.btn_uslugi a{
	padding: 10px 0;
    width: 100%;
    font-size: 14px;
}
.bl_uslugi{}
#section4{
	float:left;
	width:100%;
	padding:100px 0 50px;
	background: url('../img/section4.png') bottom center no-repeat;
}
.spec{
	width: 31%;
    float: left;
    margin: 2% 1% 0;
    border-radius: 7px;
}
.name_spec{
	font-size:19px;
	color:#1d2026;
	font-family: 'UbuntuMedium';
	text-transform:uppercase;
	margin-bottom:20px;
}
.desc_spec{
	background:#8cc14c;
	color:#fff;
	font-size:18px;
	border-radius: 7px;
	padding:0 30px;
	text-transform: uppercase;
	height: 205px;
    display: flex;
    align-items: center;
}
.tabl_price{
	width: 100%;
}
.tabl_price li{
	list-style:none;
	display: flex;
    justify-content: space-between;
	margin-bottom: 10px;
}
.tabl_price li div{}
.tabl_price li div:nth-child(2) {
    flex: 1 0;
    background: url('../img/tabl_price.png') repeat-x bottom;
    background-size: 7px;
    margin: 0 0.2em 5px;
}
.name_spec{}
.desc_spec{}
.slider_spec{}
.banner_akc{
	background-repeat: no-repeat;
	background-size: cover;
	height: 205px;
    border-radius: 7px;
	*display: flex;
    *align-items: end;
}
.banner_akc img{}
.name_banner_akc{
	border-radius:7px 7px 0 0;
    background: #1d2026;
    color: #fff;
    width: 100%;
    padding: 10px 10px 10px 15px;
    font-size: 15px;
}
.btn_spec{
	width: 100%;
    text-align: center;
    display: inline-block;
    margin: 50px 0 0;
}
#section5{
	float:left;
	width:100%;
	padding:100px 0;
	background:#f5f5f5 url('../img/price_fon.png') left center no-repeat;
	box-shadow: 0 0 4px 0 rgb(0 0 0 / 25%);
}
.zagolovok{
	font-family: 'UbuntuBold';
	font-size:35px;
	color:#1d2026;
	text-align:center;
	text-transform:uppercase;
}
.zagolovok2{
	font-family: 'UbuntuBold';
	font-size:35px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
}
.garant{
	float:left;
	margin:30px 170px 0;
}
.garant li{
	font-family: 'UbuntuMedium';
	font-size:22px;
	color:#1d2026;
	padding-left:50px;
	background: url('../img/li.png') center left no-repeat;
	background-size:23px;
	list-style:none;
	line-height:1.7;
	width:46%;
	margin:2%;
	float:left;
}
#section6{
	float:left;
	width:100%;
	padding:100px 0;
}
.job{
	float:left;
	width:100%;
	margin:50px 0 0;
}
.jobs{
	float: left;
    width: 14%;
    margin: 1%;
    text-align: center;
	padding: 0 25px;
}
.img_jobs{
	margin-bottom:25px;
}
.img_jobs img{}
.name_jobs{
	font-size:16px;
	color:#1d2026;
}
.name_jobs a{
	color:#8cc14c;
	display: block;
}
#section7{
	float:left;
	width:100%;
	background: url('../img/section7.png') bottom center no-repeat;
	padding:100px 0 10px;
	color:#fff;
}
.lf_bl{
	float:left;
	width:42%;
	margin:70px 4% 140px 0;
}
.preimus{}
.name_preimus{
	font-size:25px;
	color:#8cc14c;
	font-family: 'UbuntuBold';
	text-transform:uppercase;
	margin-bottom:15px;
}
.desc_preimus{
	font-size:18px;
	margin-bottom:25px;
}
.rg_bl{
	float:right;
	width:40%;
	margin:70px 10% 40px 0;
}
.company{
	margin-bottom:35px;
}
.company p{
	font-size:16px;	
	line-height:1.5;
	margin-bottom:12px;
}
.btn_comp{}
.btn_slog{
	font-size:14px;
	margin-top:10px;
}
#section8{
	float:left;
	width:100%;
	padding:100px 0 20px;
}
.otzivy{
	float:left;
	width:100%;
	margin:50px 0;
}
.otzv{
	box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
	float:left;
	width:90%;
	margin:0 5%;
	background:#fff;
	padding: 35px 45px;
	border-radius:7px;
}
.name_otzv{
	font-size:20px;
	color:#8cc14c;
	font-family: 'UbuntuBold';
	margin-bottom:30px;
}
.name_otzv span{
	font-size:16px;
	font-family: 'UbuntuRegular';
	color:#1d2026;
}
.desc_otzv{
	font-family: 'UbuntuRegular';
	font-size:16px;
}
#footer{
	float:left;
	width:100%;
	background:#fff;
	height:90px;
	padding: 10px 0;
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
}
#viezd {
    max-width: 320px;
    margin: 0;
    padding: 30px;
    text-align: center;
}
.form_zglvk{
	font-size:23px;
	font-family: 'UbuntuBold';
}
.form_dscrp{
	font-size:16px;
	color:#8cc14c;
	margin:7px 0;
}
.form_control, .submit{
	border:1px solid #1d2026;
	padding:10px;
	font-size:14px;
	width: 100%;
    margin: 5px;
}
.submit{
	font-family: 'UbuntuMedium';
	font-size:16px;
	color:#fff;
	background:#1d2026;
	display: inline-block;
	text-transform:uppercase;
}

@media (min-width:1200px) and (max-width:1630px) {
body {
		min-width: auto;
	}
	.wrapers{
		width:1170px;
		min-width:1170px;
	}
	h1 {
		font-size: 37px;
	}
	h2 {
		font-size: 30px;
		padding: 0 100px;
	}
	.h1desc {
		font-size: 18px;
	}
	.btn, .btn2{
		font-size: 15px;
		padding: 15px;
	}
	.logo {
		flex-basis: 210px;
	}
	.logo img {
		width: 210px;
	}
	.slogan {
		flex-basis: 360px;
		margin: 0 15px;
	}
	.t1desc {
		font-size: 19px;
	}
	.t2desc {
		font-size: 14px;
	}
	.phone {
		flex-basis: 230px;
	}
	.phone a {
		font-size: 22px;
		background-size: 19px;
		padding-left: 23px;
	}
	.soc {
		flex-basis: 105px;
	}
	.soc a img {
		height: 25px;
	}
	.zapis {
		flex-basis: 205px;
	}
	#section2 {
		height: 670px;
		padding: 60px 0 20px;
	}
	.h1desc {
		font-size: 16px;
		padding: 15px 0 20px;
	}
	.preim_top {
		margin: 20px 0 20px 30px;
	}	
	.usl_menu {
		font-size: 14px;
		text-transform: none;
		padding: 7px 5px;
	}
	.usl_menu img {
		height: 25px;
	}
	#section3, #section4, #section5, #section6, #section7 {
		padding: 60px 0 0;
	}
	#section8{
		padding: 60px 0 10px;
	}
	.bl_uslugi {
		width: 18%;
	}
	.name_spec {
		font-size: 16px;
		text-transform: none;
	}
	.desc_spec {
		font-size: 16px;
	}
	.zagolovok, .zagolovok2 {
		font-size: 30px;
	}
	.garant {
		margin: 30px 110px 0;
	}
	.garant li {
		font-size: 20px;
		padding-left: 35px;
	}
	.job{
		margin: 50px 0;
	}
	.jobs {
		padding: 0 10px;
	}
	.name_jobs {
		font-size: 14px;
	}
	.name_preimus {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.desc_preimus {
		font-size: 16px;
		margin-bottom: 22px;
	}
	.company p {
		font-size: 16px;
		line-height: 1.3;
		margin-bottom: 10px;
	}
}

@media (min-width:992px) and (max-width:1199px){
	body {
		min-width: auto;
	}
	.wrapers{
		width:962px;
		min-width:962px;
	}
	h1 {
		font-size: 35px;
	}
	h2 {
		font-size: 26px;
		padding: 0;
	}
	.h1desc {
		font-size: 18px;
	}
	.btn, .btn2 {
		font-size: 15px;
		padding: 15px;
	}
	.logo {
		flex-basis: 210px;
	}
	.logo img {
		width: 210px;
	}
	.slogan {
		flex-basis: 360px;
		margin: 0 15px;
	}
	.t1desc {
		font-size: 19px;
	}
	.t2desc {
		font-size: 14px;
	}
	.phone {
		flex-basis: 230px;
	}
	.phone a {
		font-size: 22px;
		background-size: 19px;
		padding-left: 23px;
	}
	.soc {
		flex-basis: 105px;
	}
	.soc a img {
		height: 25px;
	}
	.zapis {
		flex-basis: 0;
		display: none;
	}
	#section2 {
		height: 640px;
		padding: 50px 0 20px;
		background-position-x: left;
		background-size: cover;
	}
	.h1desc {
		font-size: 16px;
		padding: 15px 0 20px;
	}
	.preim_top {
		margin: 20px 0 20px 30px;
	}	
	.preim_top li {
		font-size: 20px;
		padding-left: 40px;
	}
	.usl_menu {
		font-size: 14px;
		text-transform: none;
		padding: 7px 2px;
	}
	.usl_menu img {
		height: 25px;
	}
	#section3, #section4, #section5, #section6, #section7 {
		padding: 50px 0 0;
	}
	#section3{
		background: none;
	}
	#section8{
		padding: 50px 0 10px;
	}
	.bl_uslugi {
		width: 23%;
	}
	.name_spec {
		font-size: 16px;
		text-transform: none;
	}
	.desc_spec {
		font-size: 16px;
		padding: 0 20px;
		text-transform: none;
	}
	.banner_akc {
		background-position-x: center;
	}
	.btn_spec {
		margin: 50px 0;
	}
	.zagolovok, .zagolovok2 {
		font-size: 26px;
	}
	.garant {
		margin: 30px 0 0;
	}
	.garant li {
		font-size: 20px;
		padding-left: 35px;
	}
	.job{
		margin: 50px 0;
	}
	.jobs {
		padding: 0 10px;
		width: 31%;
		min-height: 160px;
	}
	.name_jobs {
		font-size: 14px;
	}
	.name_preimus {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.desc_preimus {
		font-size: 16px;
		margin-bottom: 22px;
	}
	.lf_bl {
		margin: 70px 4% 165px 0;
	}
	.company p {
		font-size: 16px;
		line-height: 1.3;
		margin-bottom: 10px;
	}
}
@media (min-width:768px) and (max-width:991px){
	body {
		min-width: auto;
	}
	.wrapers{
		width:100%;
		min-width:748px;
		padding:0 10px;
	}
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 23px;
		padding:0;
	}
	.logo {
		flex-basis: auto;
	}
	.logo img {
		width: 160px;
	}
	.zapis {
		flex-basis: 0;
		display: none;
	}
	.slogan {
		flex-basis: auto;
		margin: 0 10px;
	}
	.phone {
		min-width: 200px;
		flex-basis: auto;
	}
	.phone a {
		font-size: 20px;
		background-size: 14px;
		padding-left: 18px;
	}
	.soc {
		min-width: 70px;
		flex-basis: auto;
	}
	.soc a img {
		height: 20px;
	}
	.t1desc {
		display:none;
	}
	.t2desc {
		color: #8cc14c;
		font-size: 14px;
	}
	.t3desc {
		font-size: 17px;
	}
	.tyue{
		width:400px;
	}
	#section2{
		padding: 40px 0 30px;
		height: 590px;
		background-size: cover;
		background-image: url('../img/section2_mob.png');
	}
	.h1desc {
		font-size: 18px;
		padding: 15px 0 20px;
	}
	.hesc {
		width: auto;
	}
	.preim_top {
		margin: 0 0 20px;
	}
	.preim_top li {
		font-size: 18px;
		padding-left: 26px;
		background-size: 18px;
	}
	.bbtand {
		font-size: 17px;
		text-transform: none;
		margin: 25px 0 15px;
	}
	.usl_menu{
		text-align:center;
		text-transform:none;
	}
	.usl_menu img {
		display: none;
	}
	#section3, #section4, #section5, #section6, #section7 {
		padding: 40px 0 0;
	}
	#section3{
		background: none;
	}
	#section8{
		padding: 40px 0 10px;
	}
	.opis {
		font-size: 17px;
	}
	.bl_uslugi {
		width: 98%;
	}
	.name_uslugi {
		font-size: 17px;
	}
	.spec {
		width: 48%;
		margin-bottom: 20px;
	}
	.specuy {
		width: 70%;
		float: none;
		margin:0 auto;
	}
	.name_spec {
		font-size: 16px;
		text-transform: none;
	}
	.desc_spec {
		font-size: 16px;
		padding: 0 20px;
	}
	.btn_spec {
		margin: 40px 0;
	}
	.zagolovok, .zagolovok2 {
		font-size: 22px;
	}
	.garant {
		margin: 30px 0 0;
	}
	.garant li {
		font-size: 18px;
		padding-left: 32px;
	}
	.job{
		margin: 50px 0;
	}
	.jobs {
		padding: 0 10px;
		width: 31%;
		min-height: 150px;
	}
	.name_jobs {
		font-size: 14px;
	}
	.name_preimus {
		font-size: 18px;
		margin-bottom: 7px;
	}
	.desc_preimus {
		font-size: 15px;
		margin-bottom: 15px;
	}
	.lf_bl {
		margin: 45px 2% 165px 0;
	}
	.rg_bl {
		float: right;
		width: 55%;
		margin: 45px 0 40px 0;
	}
	.company p {
		font-size: 15px;
		line-height: 1.3;
		margin-bottom: 10px;
	}
}
@media (min-width:481px) and (max-width:767px){
	body {
		min-width: auto;
	}
	.wrapers{
		width:100%;
		min-width:461px; 
		padding:0 10px; 
	}
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 20px;
		padding:0;
	}
	.btn, .btn2 {
		padding: 15px 10px;
	}
	#section1 {
		height: auto;
	}
	.top_liu {
		display: grid;
		align-items: center;
		justify-content: center;
		justify-items: center;
	}
	.logo {
		flex-basis: auto;
	}
	.logo img {
		width: 200px;
	}
	.zapis {
		flex-basis: 0;
		display: none;
	}
	.slogan {
		flex-basis: auto;
		margin: 15px 0;
	}
	.phone {
		min-width: 200px;
		flex-basis: auto;
		margin:15px 0 ;
	}
	.phone a {
		font-size: 27px;
		background-size: 20px;
		padding-left: 27px;
	}
	.soc {
		min-width: 70px;
		flex-basis: auto;
	}
	.soc a img {
		height: 30px;
		margin: 0 10px;
	}
	.t1desc {
		display:block;
	}
	.t2desc {
		color: #8cc14c;
		font-size: 14px;
	}
	.t3desc {
		font-size: 17px;
	}
	.tyue{
		width:350px;
		margin-bottom: 15px;
	}
	#section2{
		padding: 40px 0 30px;
		height: 590px;
		background-size: cover;
		background-image: url('../img/section2_mob.png');
	}
	.h1desc {
		font-size: 16px;
		padding: 15px 0 20px;
	}
	.hesc {
		width: auto;
	}
	.preim_top {
		margin: 0 0 20px;
	}
	.preim_top li {
		font-size: 16px;
		padding-left: 24px;
		background-size: 16px;
	}
	.bbtand {
		font-size: 15px;
		text-transform: none;
		margin: 25px 0 15px;
	}
	.bbtphone a {
		font-size: 32px;
	}
	.menu_usl {
		display: block;
	}
	.usl_menu{
		text-align:center;
		text-transform:none;
		width: 48%;
		display: block;
		padding: 10px 5px;
		margin: 5px 1%;
		font-size: 16px;
		float: left;
	}
	.usl_menu img {
		display: none;
	}
	#section3, #section4, #section5, #section6 {
		padding: 40px 0 0;
	}
	#section3{
		background: none;
	}
	#section8{
		padding: 40px 0 10px;
	}
	.opis {
		font-size: 17px;
	}
	.bl_uslugi {
		width: 98%;
	}
	.name_uslugi {
		font-size: 17px;
	}
	.spec {
		width: 100%;
		margin:0 0 20px 0;
	}
	.name_spec {
		font-size: 16px;
		text-transform: none;
	}
	.desc_spec {
		font-size: 16px;
		padding: 0 20px;
	}
	.btn_spec {
		margin: 40px 0;
	}
	.zagolovok, .zagolovok2 {
		font-size: 20px;
	}
	.garant {
		margin: 30px 0 0;
	}
	.garant li {
		width: 100%;
		margin: 2% 0;
		font-size: 18px;
		padding-left: 32px;
	}
	.job{
		margin: 50px 0;
	}
	.jobs {
		padding: 0 10px;
		width: 31%;
		min-height: 200px;
	}
	.name_jobs {
		font-size: 15px;
	}
	.name_preimus {
		font-size: 18px;
		margin-bottom: 7px;
	}
	.desc_preimus {
		font-size: 15px;
		margin-bottom: 15px;
	}
	#section7{
		background: url('../img/section7-2.png') bottom center no-repeat;
		padding: 40px 0;
		
	}
	.lf_bl {
		margin: 45px 0 0 30px;
		width: 100%;
	}
	.rg_bl {
		float: right;
		width: 100%;
		margin: 0 0 0 0;
	}
	.company p {
		font-size: 15px;
		line-height: 1.3;
		margin-bottom: 10px;
	}
	.otzv {
		padding: 30px 15px;
		width: 80%;
		margin: 0 10%;
	}
	.name_otzv {
		font-size: 18px;
	}
	.name_otzv span {
		font-size: 14px;
	}
	#footer {
		height: auto;
	}
}
@media (min-width:120px) and (max-width:480px){
	body {
		min-width: auto;
	}
	.wrapers{
		width:100%;
		min-width:300px; 
		padding:0 10px;  
	}
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 18px;
		padding:0;
	}
	.btn, .btn2 {
		padding: 15px 7px;
		font-size:14px;
	}
	#section1 {
		height: auto;
	}
	.top_liu {
		display: grid;
		align-items: center;
		justify-content: center;
		justify-items: center;
	}
	.logo {
		flex-basis: auto;
	}
	.logo img {
		width: 200px;
	}
	.zapis {
		flex-basis: 0;
		display: none;
	}
	.slogan {
		flex-basis: auto;
		margin: 15px 0;
	}
	.phone {
		min-width: 200px;
		flex-basis: auto;
		margin:15px 0 ;
	}
	.phone a {
		font-size: 25px;
		background-size: 18px;
		padding-left: 24px;
	}
	.soc {
		min-width: 70px;
		flex-basis: auto;
	}
	.soc a img {
		height: 30px;
		margin: 0 10px;
	}
	.t1desc {
		display:block;
	}
	.t2desc {
		color: #8cc14c;
		font-size: 14px;
	}
	.t3desc {
		font-size: 17px;
	}
	.tyue{
		width:100%;
		margin-bottom: 15px;
		text-align: center;
	}
	#section2{
		padding: 40px 0 30px;
		height: auto;
		background-image: none;
	}
	.h1desc {
		font-size: 16px;
		padding: 15px 0 20px;
	}
	.hesc {
		width: auto;
	}
	.preim_top {
		margin: 0 0 20px;
	}
	.preim_top li {
		font-size: 16px;
		padding-left: 24px;
		background-size: 16px;
	}
	.bbtand {
		font-size: 15px;
		text-transform: none;
		margin: 25px 0 15px;
	}
	.bbtphone a {
		font-size: 25px;
		background-size: 27px;
	}
	.menu_usl {
		display: block;
	}
	.usl_menu{
		text-align:center;
		text-transform:none;
		width: 48%;
		display: flex;
		padding: 10px 5px;
		margin: 5px 1%;
		font-size: 16px; 
		height: 60px;
		float: left;
	}
	.usl_menu img {
		display: none;
	}
	#section3, #section4, #section5, #section6 {
		padding: 40px 0 0;
	}
	#section3{
		background: none;
	}
	.opis {
		font-size: 17px;
	}
	.bl_uslugi {
		width: 98%;
		margin: 1%;
	}
	.name_uslugi {
		font-size: 17px;
	}
	.spec {
		width: 100%;
		margin:0 0 20px 0;
	}
	.name_spec {
		font-size: 16px;
		text-transform: none;
	}
	.desc_spec {
		font-size: 16px;
		padding: 0 15px;
		text-transform: none;
	}
	.banner_akc {
		height: 140px;
	}
	.btn_spec {
		margin: 40px 0;
	}
	.zagolovok, .zagolovok2 {
		font-size: 20px;
	}
	.garant {
		margin: 30px 0 0;
	}
	.garant li {
		width: 100%;
		margin: 2% 0;
		font-size: 18px;
		padding-left: 32px;
	}
	.job{
		margin: 50px 0;
	}
	.jobs {
		padding: 0 10px;
		width: 85%;
		min-height: 210px;
	}
	.name_jobs {
		font-size: 15px;
	}
	.name_preimus {
		font-size: 18px;
		margin-bottom: 7px;
	}
	.desc_preimus {
		font-size: 15px;
		margin-bottom: 15px;
	}
	#section7{
		background: #1c1f28;
		padding: 40px 0;
		
	}
	.lf_bl {
		margin: 45px 0 0 0;
		width: 100%;
	}
	.rg_bl {
		float: right;
		width: 100%;
		margin: 0 0 0 0;
	}
	.company p {
		font-size: 15px;
		line-height: 1.3;
		margin-bottom: 10px;
	}
	.otzivy{
		margin: 20px 0;
	}
	.otzv {
		padding: 30px 15px;
        width: 80%;
		margin: 20px 10%;
	}
	.name_otzv {
		font-size: 18px;
	}
	.name_otzv span {
		font-size: 14px;
	}
	#footer {
		height: auto;
	}
}





