﻿@font-face {
    font-family: gr;
    src: url('../font/GloberRegular.otf');
   /* src: url('../fonts/opensanslight-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensanslight-webfont.woff2') format('woff2'),
    url('../fonts/opensanslight-webfont.woff') format('woff'),
    url('../fonts/opensanslight-webfont.ttf') format('truetype'),
    url('../fonts/opensanslight-webfont.svg#open_sans_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;*/
}
@font-face {
    font-family: gsb;
    src: url('../font/GloberSemiBold.otf');
    font-style: normal;*/
}
@font-face {
    font-family: gb;
    src: url('../font/GloberBold.otf');
    font-style: normal;*/
}
@font-face {
    font-family: gri;
    src: url('../font/GloberRegularItalic.otf');
    font-style: normal;*/
}
body{
	min-width: 300px;
}
body, html{
	margin: 0;
	padding: 0;
	font-family: gr;
	color: #293548;
}
a{
	text-decoration: none;
}
h1,h2,h3,h4,h5,p{
	font-weight: normal;
	margin: 0;
	padding: 0;
}
input, textarea, section{
	font-family: gr;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

::-webkit-input-placeholder {color:#251d33;}
::-moz-placeholder          {color:#251d33;}/* Firefox 19+ */
:-moz-placeholder           {color:#251d33;}/* Firefox 18- */
:-ms-input-placeholder      {color:#251d33;}

.row{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}
.row2{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}

.contacts .row2{
        margin-bottom: 490px;
}

#map{
    height:660px;
    width:100%;
    position: absolute;
    top: 0px;
}
.clr{
	overflow: hidden;
}
header{
	width: 100%;
	padding: 20px 0;
}
	.logo{
		float: left;
	}
	.nav_header{
		float: left;
		padding: 5px 0 0 9%;
		width: 36%;
	}
		.nav_header li{
			width: 185px;
			padding: 7px 60px 7px 0;
			float: left;
		}
		.nav_header li:nth-child(2), .nav_header li:nth-child(4){
			width: 80px;
			padding-right: 0;
		}
		.nav_header li a{
			text-decoration: underline;
			color: #293548;
			font-size: 14px;
			font-family: gsb;
		}
		.nav_header li a:hover{
			text-decoration: none;
		}
		
	.phone{
		float: right;
		text-align: right;
		font-size: 13px;
		margin-top: 5px;
		font-family: gsb;
		padding-right: 6px;
	}
		.number{
			font-size: 28px;
			padding: 7px 0 0 42px;
			background: url('../img/ph_yelow.png') no-repeat center left;
			margin-bottom: 5px;
			letter-spacing: 1px;
		}

.header{
	width: 100%;
	position: relative;
}
.bg_header_main{
	background: url('../img/header_bg.jpg') no-repeat center top;
	height: 624px;
}
	.prem{
		background-color: #0C3354;
		background: rgba(12,51,84,0.8);
		padding: 17px 0;
		color: #fff;
		font-size: 12px; 
		font-family: gb;
		overflow: hidden;
		width: 100%;
		text-transform: uppercase;
            z-index: 2;
            position: relative;
	}
		.prem li{
			padding-left: 5%;
			float: left;
		}
		.prem li img{
			vertical-align: middle;
		}
			.txt_prem_right{
				padding: 5px 0 0 12px;
				float: right;
			}

	.title{
		background: url('../img/title.png') no-repeat center top;
		width: 465px;
		padding: 31px 0 37px;
		text-align: center;
		color: #fff;
		background-size: 100% 100%;
		font-size: 28px;
		font-family: gb;
		line-height: 1.3;
		margin: 30px 0 0 -40px;
	}
	.coll_form{
		width: 84%;
		position: absolute;
		top: -84px;
		left: 8%;
		background: #001C30;
		border-radius: 10px;
		-webkit-box-shadow: 1px 7px 17px 0px rgba(143,143,143,1);
		-moz-box-shadow: 1px 7px 17px 0px rgba(143,143,143,1);
		box-shadow: 1px 7px 17px 0px rgba(143,143,143,1);
	}
		.txt_col_form{
			background: url('../img/bg_form1.png') no-repeat center right;
			padding-right: 50px;
			background-size: auto 100%;; 
			float: left;
			width: 55%;
		}
		
			.bg_txt_col_form{
				background: #FFDE26;
				padding: 30px 10px 30px 40px; 
				border-radius: 10px 0 0 10px;
				font-size: 27px;
				font-family: gb;
				color: #171f23;
			}
				.bg_txt_col_form span{
					font-size: 41px;
				}
				.bg_txt_col_form img{
					padding-right: 3px;
				}
		.first_form{
			padding: 33px 40px 0 0;
			width: 260px;
			float: right;
			text-align: right;
		}
			.first_form .inp_ph{
				background:  url('../img/ph_form.png') no-repeat center left 10px,  url('../img/input.png') center;
				padding: 13px 10px 13px 55px;
				background-size: auto  100%, auto auto;
				font-size: 13px;
				border: none;
				border-radius: 5px;
				width: 170px;
			}
			.btn_form{
				background: url('../img/btn.png') center;
				background-size: auto 100%;
				font-size: 16px;
				text-transform: uppercase;
				color: #fff;
				height: 39px;
				margin-top: 11px;
				cursor: pointer;
				font-family: gb;
				letter-spacing: 1.1px;
				border: none;
				border-radius: 5px;
			}
			.btn1{
				width: 233px;
			}
.calk{
	width: 100%;
	background: #FEFEF8;
}
	.type_work_calk{
		padding: 0px 0 30px 14%;
		font-size: 26px;
		font-family: gb;
		text-transform: uppercase;
		text-align: center;
		overflow: hidden;
	}
	.type_work_calk_pt{
		padding-top: 150px;
	}
		.type_work_calk li{
			float: left;
			margin: 0 20px;
			color: #a7a7a7;
			border-bottom: 3px dashed #a7a7a7;
			cursor: pointer;
		}
		.type_work_calk li.activ{
			border-bottom: none;
			color: #251d33;
			cursor: default;
		}
	.calk_h2{
		padding: 18px 0 14px 45px;
		background-color: #0C3354;
		color: #fff;
		font-family: gsb;
		font-size: 30px;
	}
	.calculation{
		padding: 36px 0 20px;
		overflow: hidden;
		font-size: 14px;
display: none;
	}
	
		.calculation label{
			position: relative;
			display: block;
			float: left;
		}
		.calculation h3{
			font-size: 16px;
			font-family: gb;
			color: #184752;
			text-transform: uppercase;
			padding-bottom: 14px;
		}
		.half_calk{
			width: 45%;
			float: left;
			padding-left: 5%;
		}
		.first_fl{
			overflow: hidden;
		}
				.first_fl h3{
					padding-bottom: 8px;
				}
				.first_fl label{
					overflow: hidden;
					width: 52%;
					padding-right: 0;
				}
				.first_fl label.first_fl_l{
					width: 48%;
				}
					.fl{
						float: left;
						padding-top: 9px;
					}
		.calk_pb{
			padding-bottom: 30px;
			overflow: hidden;
		}
			.calculation input{
				float: left;
				margin: 1px 5px 0 0;
			}
			.type_shun label{
				padding-right: 10px;
			}
				.ask{
					position: absolute;
					background: url('../img/ask.png') no-repeat;
					width: 16px;
					height: 15px;
					top: -15px;
					right: 4px;
					cursor: pointer;
				}
			.calculation select{
				-webkit-appearance: none;
				  background: #E6E2D8 url('../img/select.png') no-repeat center right 4px;
				  /* for FF */
				  -moz-appearance: none;
				  text-indent: 0.01px; 
				  text-overflow: '';
				  /* for IE */
				  -ms-appearance: none;
				  appearance: none!important;
				  padding: 10px 20px 7px 18px;
				  height: 31px;
				  border: none;
				  width: 145px;
				
				  font-size: 14px;
				  font-family: gr;
				  -webkit-box-shadow: inset 2px 2px 1px 0px rgba(167,165,158,1);
				-moz-box-shadow: inset 2px 2px 1px 0px rgba(167,165,158,1);
				box-shadow: inset 2px 2px 1px 0px rgba(167,165,158,1);
			}
			.block_disk_kalk{
				width: 50%;
				float: left;
			}
				.block_disk_kalk label{
					padding-bottom: 5px;
				}
			
		.half_calk_r{
			width: 33%;
			float: left;
			padding-left: 5%;
		}
			.half_calk_r input{
				margin: 1px 10px 20px 0;
			}
			.half_calk_r h3{
				width: 80%;
			}
			.half_calk_r label{
				padding-bottom: 10px;
			}



	.calk_rezult{
		background: #E5E5E5;
		padding: 25px 45px;
		overflow: hidden; 
	}
		.calk_rezult_l{
			float: left;
			width: 40%;
		}
			.txt_calk_rezult{
				background: url('../img/sum_sk.png') no-repeat center left;
				padding: 10px 30px 10px 20px;
				font-size: 16px;
				color: #fff;
				float: left;
				margin-right: 20px;
			}
			.calk_sum{
				font-size: 35px;
				font-family: gsb;
				padding-top: 12px;
			}
				.calk_sum p{
					font-size: 16px;
					padding-top: 3px;
				}
			
		.form_calk{
			float: right;	
		}
			.btn_calk{
				width: 170px;
				border: none;
				border-radius: 5px;
			}
			.txt_inp{
				padding: 11px 20px;
				width: 120px;
				border: 1px solid #C2C2C2;
				border-radius: 5px;
				margin-right: 10px;
				font-family: gr;
			}
			
	.left_calk{
		width: 40%;
		float: left;
		overflow: hidden;
	}		
	.soc_skidka{
		padding: 25px 45px 40px;
		overflow: hidden;
		background: url('../img/shadow.png') no-repeat center bottom;
	}
		.title_soc_skidka{
			overflow: hidden;
			width: 96%;
		}
			.title_soc_skidka h4{
				font-size: 16px;
				font-family: gb;
				position: relative;
				width: 70%;
				float: right;
				text-transform: uppercase;
				line-height: 1.5;
			}
			.title_soc_skidka h4:before{
				content: '*';
				font-size: 21px;
				font-family: gb;
				position: absolute;
				top: 0;
				left: -7px;
			}
			.title_soc_skidka img{
				float: left;
			}
		.ysl_soc_skidka{
			padding: 25px 0 0;
		}
			.ysl_soc_skidka span{
				font-size: 16px;
				font-family: gsb;
				display: block;
				padding-bottom: 5px;
			}
			.ysl_soc_skidka li{
				padding: 5px 0;
				font-size: 13px;
			}
			.razkazat{
				font-size: 13px;
				padding-top: 20px;
				width: 100%;
			}		
				.razkazat li{
					height: 24px;
					margin: 0;
					padding: 0;
					overflow: hidden;
				}
					.razkazat a{
						margin: 0 3px;
					}
					.razkazat p{
						padding: 6px 10px 0 0;
						float: left;
					}
			.exzampl_razkazat{
				float: right;
				width: 58%;
			}
.tables{
	background: #FEFEF9;
	padding-top: 55px;
}
	.h25{
		color: #251d33;
		padding-left: 45px;
		font-size: 28px;
		text-transform: uppercase;
		padding-bottom: 30px;
		font-family: gb;
	}
	.tables table{
		border: none;
		border-collapse: collapse; 
		font-size: 14px;
		font-family: gsb;
		width: 100%;
	}
	.tables table tr{
		table-layout: auto;
	} 
	.tables table tr td{
		padding: 0 15px;
		height: 50px;
	}
	.tables table tr:first-child td{
		height: 60px;
	}
	.tables table tr td:first-child{
		padding-left: 45px;
	}
	.tables table tr td:last-child{
		padding-right: 45px;
	}
	
	.tables .blue tr:nth-child(odd), .tables .yelow tr:nth-child(odd){
		background: #F3F3F3;
		border-bottom: 1px solid #E4E4E4;
		border-top: 1px solid #E4E4E4;
	}
	.tables .blue tr:first-child{
		background: #10455E;
		color: #fff;
	}
	.tables .yelow tr:first-child{
		background: #FFDE26;
		color: #252424;
	}
	.padd_table{
		width: 100%;
		
		padding: 0 0 40px;
	}
	
	
	
.center{
	text-align: center;
	padding: 80px 0 40px;	
}
.shunomontazh{
	background: url('../img/bg_lines.png');
	width: 100%;
}
	.shunomontazh .row{
		overflow: hidden;
	}
	.shunomontazh ul{
		padding: 0 0 50px 12%;
		width: 90%;
		overflow: hidden;
	}	
		.shunomontazh ul li{
			width: 33%;
			float: left;
			height: 50px;
			font-size: 14px;
			font-family: gsb;
		}
		.ysl_txt{
			padding-top: 7px;
            text-decoration: underline;
		}
        .ysl_txt:hover{
        text-decoration: none;
        }
		.img_ysl{
			width: 35px;
			padding-right: 15px;
			text-align: center;
			float: left;
		}
		.btn_ysl{
			width: 70%;
			padding: 10px 0 11px;
			background: #FFDE26;
			text-align: center;
			cursor: pointer;
		}
		.btn_ysl:hover{
			background: #EBCD23;
		}
	
	

.otz{
	background: url('../img/bg_lines.png');
	width: 100%;
}
	.otz ul{
		overflow: hidden;
		color: #000;
	}
		.otzyv{
			float: left;
			width: 40%;
			padding: 0 5% 30px;
			margin-bottom: 30px;
			position: relative; 
			background: url('../img/otz/shadow.png') no-repeat center bottom;
			background-size: 80% 30px; 
		}
			.head_otz{
				background: url('../img/otz/head.png') no-repeat top right;
				height: 20px;
			}
			.otzuv{
				background: #fff;
				padding: 3% 7% 9% 21%;
			}
			.img_otz{
				position: absolute;
				top: 9%;
				left: 2.5%;
				width: 18%;
			}
			.otzuv h4{
				font-size: 18px;
				font-family: gb;
				height: 52px;
				padding-left: 5px;
			}
			.txt_otz{
				padding: 6px 0 0 5px;
				background: url('../img/otz/lapki.png') no-repeat left top;
				font-size: 13px;
				line-height: 1.5;
			}
		.repost{
			width: 670px;
			margin: 0 auto;
			font-size: 26px;
			font-family: gb;
			overflow: hidden;
			padding-bottom: 60px;
			color: #10455e;
		}
			.social, .social_otz{
				float: right;
			}
			
			
.nashly{
	background: url('../img/number.jpg') no-repeat center top;
	width: 100%;
	color: #fff;
	padding: 60px 0;
}
	.nashly h3{
		text-align: center;
		font-size: 23px;
		padding-bottom: 30px;
		font-family: gsb;
		letter-spacing: 1px;
	}
	.nashly h4{
		text-align: center;
		font-size: 23px;
		padding-bottom: 30px;
		letter-spacing: 1.2px;
		text-transform: uppercase;
		width: 85%;
		font-family: gb;
		margin: 0 auto;
	}
	.nash_yelow{
		background: #FFDE26;
		padding: 20px 45px 12px;
		color: #171f23;
		font-family: gb;
		width: 71%;
		margin: 0 auto;
		overflow: hidden;
		text-align: right;
	}
		.nash_yelow span{
			font-size: 48px;
		}
		.nash_yelow p{
			float: left;
			font-size: 20px;
			text-align: left;
			width: 39%;
			line-height: 1.2;
			text-transform: uppercase;
		}
		
.peredvizjnoy{
	
}
	.peredvizjnoy ul{
		overflow: hidden;
		padding-bottom: 10px;
	}
	.peredvizjnoy li{
		width: 25%;
		padding: 0 5% 0 10%;
		margin: 0 0 0 2%;
		font-size: 20px;
		color: #251d33;
		font-family: gsb;
		height: 110px;
		float: left;
		background: url('../img/ok.png') no-repeat top left 8%;
	}
	.peredvizjnoy li.l_li_peredvizjnoy{
		margin: 0 0 0 13%;
	}
	
.second_yslugi{
	background: url('../img/bg_lines.png');
	width: 100%;
}
	.second_yslugi ul{
		padding-top: 30px;
	}
	.second_yslugi li{
		margin: 30px 0;
		overflow: hidden;
	}
		.second_yslugi img{
			float: right;
		}
		.ysl_l{
			float: left;
			width: 75%;
			background: url('../img/ysl2/footer.png') repeat-x bottom;
			padding: 0 0 45px 10px;
		}
		.second_yslugi li:last-child .ysl_l{
			background: none;
			padding-bottom: 25px;
		}
			.ysl_l h3{
				font-size: 25px;
				font-family: gb;
				padding: 0 0 25px;
			}
			
			
.doch{
	background: url('../img/number.jpg') no-repeat center top;
	padding: 60px 0;
	width: 100%;
	color: #fff;
    margin-top: -30px;
}
	.doch h2{
		text-align: center;
		font-size: 32px;
		padding-bottom: 20px;
		text-transform: uppercase;
		font-family: gb;
	}
	.doch p{
		text-align: center;
		font-size: 19px;
		padding-bottom: 20px;
		width: 55%;
		margin: 0 auto;
		font-family: gsb;
	}
	.ptise_btn{
		background: url('../img/prise.png') no-repeat center left 20px, url('../img/btn_yelow.png') repeat-x;
		padding: 15px 0 12px 40px;
		background-size: auto auto, auto 100%; 
		width: 240px;
		text-align: center;
		margin: 0 auto;
		text-transform: uppercase;
		color: #171f23;
		font-family: gb;
		font-size: 19px;
		cursor: pointer;
	}
	
	
.footer{
	padding: 60px 0 40px;
	width: 100%;
}	
	.footer .row{
		overflow: hidden;
	}
	.footer h2{
		color: #251d33;
		text-transform: uppercase;
		padding-bottom: 20px;
		padding-left: 45px;
		font-size: 16px;
		font-family: gb;
	}
	.first_ul_footer{
		padding-left: 10px;
	}
	.footer ul{
		overflow: hidden;
		float: left;
		padding-right: 30px;
	}
		.footer ul li{
			padding: 8px 0;
		}
			.footer ul a{
				color: #10455e;
				text-decoration: underline;
			}
			.footer ul a:hover{
				text-decoration: none;
			}
		.ul_footer_left{
			border-right: 1px solid #D4D4D4;
			margin-right: 30px;
			text-transform: uppercase;
		}
		.ul_footer_abr{
			text-transform: uppercase;
		}
		
	.phone_f{
		float: right;
		text-align: right;
		font-size: 13px;
		margin-top: 5px;
		font-family: gsb;
		padding-right: 6px;
	}
footer{
	padding: 20px 0;
	background: #E5E5E5;
	overflow: hidden;
	font-size: 12px;
	font-family: gsb;
	text-align: center;
}
	footer p{
		float: left;
		padding-left: 10px;
		text-align: left;
	}
		footer a{
			color: #10455e;
			text-decoration: underline;
		}
		footer  a:hover{
			text-decoration: none;
		}
	.nav_f{
		float: right;
		padding-right: 10px;
	}
		.nav_f a{
			margin: 0 3px;
		}
		
.clear{
	clear:both;
}
#products{
	width: 96%;
	margin: 0 auto;
	padding-bottom: 30px;
	overflow: hidden;
}

 .scroll-container {
      padding-bottom: 30px
    }

    .scroll-content {
      width: 100%px;
      height: 217px;
      overflow: hidden;
      margin-bottom: 20px
    }

      /*
        You must set a width for the <ul>, here I've set all to 880px (110px per list item * 8 items per list)
        because each slide content in this demo is the same length, but if lists will have variable size, you
        can set width inline as well: <ul style="width:770px"> for a list with only 7 items.
      */
    .scroll-content ul {
      width: 2680px; /* Width must be set for each <ul>, either here or inline */
      height: 217px; /* Height of list item + margin/padding */
      margin-bottom: 5px;
    }

    .scroll-content li {
      float: left; 
      height: 217px;
      width: 217px;
      margin: 0 13px;
      text-align: center;
    }
    .scroll-content li img{
      width: 100%;
    }
    .scroll-slider {
      width: 450px;
      margin: 0 auto;
      cursor: pointer;
      border: none;
      height: 13px;
	position: relative;
	background: url('../img/slider/nav/line.png') repeat-x center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    }

    .ui-slider .ui-slider-handle {
      position: absolute;
      top: 1px;
		width: 74px;
		height: 9px;
		border-radius: 5px;
		background: url('../img/slider/nav/el.png') repeat-x center;
		cursor: pointer;
		margin-left: -37px;
		border: none;
    }











#theSixth {
	top: 2px;
	left: 235px;
	position: absolute;
}
.shadow{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	z-index: 90;
	display: none;
}
.sf1, .sf2,.sf4{
	position: relative;
	position: absolute;
	top: 70px;
	left: 35%;
	position: fixed;
	background: #02213C;
	border-radius: 10px;
	width: 270px;
	padding: 40px 45px;
	text-align: center;
	color: #fff;
	z-index: 100;
	display: none;
}

.sf4 textarea{
    width: 92%;
    border-radius: 5px;
    margin-top: 10px;
    height: 100px;
    padding: 10px;
}

.sf4 .username{
        padding: 10px;
    border-radius: 5px;
    width: 91%;
    border: none;
}
.sf3,.sf5{
	position: relative;
	position: absolute;
	top: 70px;
	left: 35%;
	position: fixed;
	background: #022441;
	border-radius: 10px;
	width: 355px;
	padding: 40px 0 20px;
	text-align: center;
	color: #fff;
	z-index: 100;
	display: none;
}
	.trigl_blue{
		border: 15px solid transparent;	border-bottom: 15px solid #02213C;
		position: absolute;
		top: -29px;
		left: 50%;
		margin-left: -15px;	
	}
	.sf_h3{
		text-transform: uppercase;
		font-size: 22px;
		padding-bottom: 20px;
		font-family: gb;
	}
	.sf3 p{
		font-size: 13px;
		padding-bottom: 2px;
	}
	.sf3 h4{
		font-size: 32px;
		font-family: gsb;
		padding-top: 10px;
	}

	.inp_ph_sf{
		background:  url('../img/ph_form.png') no-repeat center left 10px,  url('../img/input.png') center;
		padding: 13px 10px 13px 55px;
		background-size: auto  100%, auto auto;
		font-size: 13px;
		border: none;
		border-radius: 5px;
		width: 76%;
	}
	.sf2 .inp_ph_sf{
		width: 62%;
	}
	.btn_sf{
		background: url('../img/btn.png') center;
		background-size: auto 100%;
		font-size: 16px;
		text-transform: uppercase;
		color: #fff;
		height: 39px;
		margin-top: 11px;
		cursor: pointer;
		font-family: gb;
		letter-spacing: 1.1px;
		border: none;
		border-radius: 5px;
		width: 100%;
	}
	.yelow_sf{
		background: #FFD700;
		padding: 19px 5% 15px;
		width: 90%;
		position: relative;
		margin: 20px 0;
		font-size: 18px;
		font-family: gb;
		line-height: 1.3;
		color: #0F1416;
	}
		.trigl_yelow{
			border: 15px solid transparent;	border-top: 15px solid #FFD700;
			position: absolute;
			bottom: -29px;
			left: 50%;
			margin-left: -15px;	
		}
.nav_l_btn, .hides{
	display: none;
}






/*                             premiym                            */
.bg_header_prem{
	background: url('../img/premium/header.jpg') no-repeat center top;
	height: 624px;
        background-size: 1920px 631px;
}
.prem_auto{
	background: url('../img/bg_lines.png');
	padding: 77px 0 40px;;
	
}
.galery_f{
	
}
.galery_f ul{
	overflow: hidden;
	text-transform: uppercase;
	font-size: 15px;
	font-family: gsb;
	color: #251d33;
	width: 96%;
	margin: 0 2%;
}
	.galery_f li{
		float: left;
		width: 19.2%;
		margin: 24px 0.5% 15px;
		height: 145px;
	}
	.galery_f li:first-child,.galery_f li:nth-child(6){
		margin-left: 0;
	}
	.galery_f li:last-child,.galery_f li:nth-child(5){
		margin-right: 0;
	}
		.galery_f li img{
			width: 100%;
			padding-bottom: 12px;
		}

	.bread{
		padding: 110px 0 0;
		margin-left: 8.5%;
		font-size: 12px;
		color: #949494;
		overflow: hidden;
	}
		.bread a{
			color: #949494;
		}
		.bread li{
			float: left;
			margin-right: 2px;
		}
		.bread li:after{
			content: "/";
			padding-left: 2px;
		}
		.bread li:last-child:after{
			content: "";
			padding-left: 2px;
		}

.center2{
	text-align: center;
	padding: 60px 0 50px;	
}
.comanda_boss_l{
	float: left;
	width: 37%;
	margin-left: 2%;
}
	.comanda_boss_l img{
		padding: 10px;
		border: 1px solid #FFDE26;
		width: 90%;
		max-width: 328px;
	}
	.comanda_r_txt{
		color: #251d33;
		width: 58%;
		float: right;
		margin-right: 2%;
	}
		.comanda_r_txt h3{
			font-size: 26px;
			font-family: gsb;
			padding: 11px 0 5px;
		}
		.comanda_r_txt p{
			font-size: 14px;
			padding: 9px 0;
			line-height: 1.4;
		}
		.txt_lapki{
			background: url('../img/premium/lapki.png') no-repeat top left;
			padding-top: 26px;
			margin-top: 15px;
		}
		.comanda_main{
			padding-bottom: 20px;
		}
	.h_c_w{
		width: 80%;
		margin: 50px auto 45px;
		text-align: center;
		color: #251d33;
		font-size: 30px;
		text-transform: uppercase;
		font-family: gb;
	}
	.calc_border{
		border: 1px solid #8F8F8F;
	}
		.calc_border .soc_skidka{
			background: none;
		}
	.calk_b_b{
		background: url('../img/shadow.png') no-repeat center bottom;
		background-size: 100% 100%;
		height: 23px;
	}
	.prem_col_form{
		background-color: #FFDE26;
		background: #FFDE26 url('../img/corp/procent.png') no-repeat left 37px top 35px;
		padding: 37px 10px 30px 120px; 
		font-size: 24px;
		font-family: gsb;
		color: #171f23;
		border-radius: 10px 0 0 10px;
	}




/********************** cao **********************************************/

.bg_header_cao{
	background: url('../img/cao/header.jpg') no-repeat center top;
	height: 529px;
}
.txt_second_main{
	padding-top: 45px;
	overflow: hidden;
}
	.txt_second_main_l{
		width: 40%;
		float: left;
		text-align: center;
	}
		.txt_second_main_l img{
			width: 90%;
			max-width: 260px;
		}
		.txt_second_main .comanda_r_txt{
			padding-top: 25px;
		}
.vuezd_cao{
	background: url('../img/bg_lines.png');
}
	.p_vuezd{
		width: 80%;
		margin: 0 auto;
		font-size: 14px;
		color: #251d33;
	}
	.b_yelow_vuezd{
		width: 46%;
		border: 4px solid #FFDE26;
		padding: 45px 0 0;
		position: relative;
		height: 163px;
		margin-top: 30px;
	}
		.num_vuezd{
			font-size: 72px;
			font-family: gsb;
			color: #C4C4C4;
			position: absolute;
			bottom: 0;
			right: 0;
			line-height: 0.4;
			margin-top: 40px;
		}
		.b_yelow_vuezd_l{
			float: left;
		}
		.b_yelow_vuezd_r{
			float: right;
		}
	.vuezd_cao ul{
		overflow: hidden;
		text-align: center;
		padding-bottom: 60px;
	}	
		.vuezd_cao li{
			float: left;
			width: 25%;
			margin: 0 4%;
			font-size: 14px;
			font-family: gb;
			text-transform: uppercase;
			color: #251d33;
		}
			.vuezd_ul_img{
				height: 95px;
			}
			.vuezd_cao li span{
				display: block;
			}
		.vuezd_cao h3{
			width: 80%;
			padding-bottom: 60px;
			color: #10455e;
			font-size: 24px;
			font-family: gsb;
			text-align: center;
			margin: 0 auto;
		}

/******************************** corp **********************************************/
.p_dolhznost{
	text-transform: uppercase;
}
.bg_header_corp{
	height: 624px;
	background: url('../img/corp/header.jpg') no-repeat center top;
	background-size: 1920px 631px;
}
.corp_work li{
	height: 140px;
}
.corp_work{
	padding-bottom: 50px;
}
.repost_otz{

    margin: 0 auto;
    font-size: 22px;
    font-family: gb;
    overflow: hidden;
    padding: 0 20px 60px;
    color: #10455e;
}
	.widht_form_avtopark{
		width: 85%;
		margin: 0 0 0 10%;
	}
	.repost_otz a{
		text-decoration: underline;
		color: #10455e;
                cursor: pointer;
	}
	.repost_otz a:hover{
		text-decoration: none;
	}
	.form_avtopark{
		background: url('../img/bg_lines.png');
		padding: 60px 0;
	}
	.form_avtopark_ul{
		overflow: hidden;
		padding: 5px 0;
	}
		.form_avtopark_ul li{
			float: left;
		}
		.form_avtopark_ul li input, .form_avtopark_ul li select, .last_avtop_inp input{
			width: 92%;
			padding: 10px 4% 9px;
			font-size: 14px;
			border: 1px solid #BCBCBC;
			color: #251d33;
		}
		.form_avtopark_ul .f_li_avt{
			width: 35%;
			margin: 0px 1% 0 0;
		}
		.form_avtopark_ul .s_li_avt{
			width: 28%;
			margin: 0px 1%;
		}
		.form_avtopark_ul .s_li_avt select{
			-webkit-appearance: none;
		 	background: #fff url('../img/select.png') no-repeat center right 4px;
			/* for FF */
			-moz-appearance: none;
			text-indent: 0.01px; 
			text-overflow: '';
			/* for IE */
			-ms-appearance: none;
			appearance: none!important;
			font-family: gr;
			padding: 10px 4% 8px;
			width: 100%;
		}
		.last_li{
			margin-left: 0;
			padding-top: 13px;
			cursor: pointer;
		}
	.second_avt{
		width: 80%;
		margin: 0 0 0 10%;
	}
	.second_avt textarea{
		width: 92.5%;
		padding: 20px 3%;
		font-size: 14px;
		border: 1px solid #BCBCBC;
		height: 160px;
		color: #251d33;
		transform: none;
	}
 	.safe_file{
		overflow: hidden;
		padding: 20px 0 30px;
	}
		.safe_file li{
			float: left;
			width: 32%;
			margin-right: 1%;
		}
			.btn_ul_li{
				text-align: center;
				font-size: 15px;
				margin-right: 20px;
			}
			.btn_ul_li span{
				color: #184752;
				text-decoration: none;
				display: inline-block;
				padding-top: 10px;
				float: left;
				cursor: pointer;
				text-decoration: underline;
			}
			.btn_ul_li:hover span{
				text-decoration: none;
			}
			.hover_elent{
				background: #FFDE26;
				float: left;
				padding: 10px 0;
				width: 36px;
				font-family: gb;
				color: #000;
				margin-right: 8px;
				cursor: pointer;
			}
			.btn_ul_li:hover .hover_elent{
				background: #184752;
				color: #fff;
			} 
	.last_avtop_inp{
		width: 45%;
		float: left;
	}
	.last_avtop{
		padding: 20px 0 10px;
	}
	.last_avtop_btn{
		float: right;
		padding-top: 17px;
		margin-right: 1%;
		width: 35%;
	}
		.last_avtop_inp input{
			margin-bottom: 15px;
		}
		.last_avtop_btn .btn_form{
			width: 100%;
			font-family: gr;
			height: 40px;
		}
	.btn_yelow_bl{
		float: right;
	}
		.btn_in_yelow{
			width: 200px;
		}
		.btn_yelow_bl .btn_form{
			margin-top: 0;
			font-size: 15px;
			font-family: gr;
		}
		.avto_coll h3{
			font-size: 22px;
		}
			.avto_coll_yelow{
				background: #FFDE26;
				width: 92%;
				padding: 13px 4% 3px;
				color: #171f23;
				text-align: center;
			}
			.avto_coll_yelow p{
				float: left;
				font-size: 20px;
				text-align: left;
			}
			.avto_coll_yelow span{
				font-size: 42px;
				font-family: gsb;
				display: inline-block;
				padding-top: 3px;
				
			}
	.record_p{
		font-size: 16px;
		background: url('../img/corp/records.png') no-repeat center left;
		padding: 10px 0 10px 40px;
		color: #251d33;
		text-transform: uppercase;
		font-family: gsb;
	}




/******************** kontact ************************/
.bg_header_cont{
	background: url('../img/contact/header.jpg') no-repeat center;
	height: 660px;
	
}
	.center_contact{
		padding-top: 30px;
	}
	.cont_info{
		padding-bottom: 30px;
	}
	.cont_info ul{
		overflow: hidden;
		width: 85%;
		margin: 7px 0 0 16%;
	}
		.cont_info ul li{
			float: left;
			height: 65px;
			width: 44%;
			margin: 0 3%;
			overflow: hidden;
		}
		.cont_info ul li img{
			float: left;
		}
			.right_contact{
				font-size: 18px;
				font-family: gb;
				color: #333;
				padding-left: 50px;
			}
				.right_contact span{
					color: #5e5e5e;
					font-size: 11px;
					text-transform: uppercase;
					display: block;
					font-family: gr;
					padding-bottom: 2px;
				}
		.cont_bread .bread{
			padding-top: 30px;
		}
	.safe_file li:first-child .hover_elent{
		font-size: 28px;
		padding: 4px 0 0;
	}


/*************************** secr ***************************************/
.bg_header_secr{
	background: url('../img/secretki/header.jpg') no-repeat center top;
	height: 529px;
}
	.paddind_none{
		padding: 0;
	}
	.table_secr{
		
	}
		.table_secr .padd_table{
			width: 45%;
			float: left;
			margin-left: 2%;
		}
		.right_tables{
			width: 45%;
			float: right;
			margin-right: 2%;
			color: #251d33;
		}
.table_secr{
	background: url('../img/bg_lines.png');
	padding: 0 0 50px;
	
}
	.tables .blue_white tr:nth-child(odd){
		background: #fff;
		border-bottom: 1px solid #E4E4E4;
		border-top: 1px solid #E4E4E4;
	}
	.tables .blue_white tr:first-child{
		background: #10455E;
		color: #fff;
	}
	.table_secr .title_soc_skidka{
		width: 72%;
		padding-top: 30px;
		margin-left: 16%
	}
	.social_table{
		padding-top: 20px;
	}
	.right_tables h3{
		font-size: 18px;
		font-family: gr;
		padding-bottom: 20px;
	}
	.right_tables h4{
		font-size: 18px;
		text-transform: uppercase;
		font-family: gb;
		padding-bottom: 30px;
	}
	.right_tables_yelow{
		text-align: center;
		font-size: 18px;
		font-family: gsb;
		background: #FFDE26;
		padding: 30px 0 30px;
	}
	.right_tables_yelow p{
		font-family: gb;
		font-size: 37px;
		padding: 10px 0 5px;
	}
	.right_tables_yelow .btn_form{
		font-family: gr;
		padding: 0 20px;
	}
.txt_secrets{
	padding: 0 20px 50px;	
}
	.paddind_none .center2{
		width: 90%;
		margin: 0 auto;
	}
	.txt_secrets .center{
		padding: 70px 0 30px;
		
	}
	.txt_secrets .p_vuezd{
		padding: 14px 0;
		font-size: 14px;
	}
	.coll_bg_secr{
		background-color: #FFDE26;
		background: #FFDE26 url('../img/secretki/bg_ff.png') no-repeat left 20px top 35px;
		padding-left: 100px;
	}
	.social_table{
		width: 67%;
		float: right;
	}
	
	.coll_bg_secr span{ 
		font-size: 19px;
	}
	

	
/***********************************      cenu        ***********************/

.bg_header_cenu{
	background: url('../img/cenu_bg.jpg') no-repeat center top;
	height: 624px;
        background-size: 1920px 631px;
}
	
	.left_tables{
		float: left;
		width: 48%;
		
	}
	.cenu{
		padding-bottom: 30px;
	}
	.cenu .h25{
		font-size: 26px;
		padding-left: 35px;
	}
	.ysl_txt a{
		text-decoration: underline;
		color: #1E1E1F;
	}
	.ysl_txt a:hover{
		text-decoration: none;
	}
	.title span{
		display: block;
		font-size: 15px;
		text-transform: none;
	}

/****************************  bolog  ******************************/

.bg_header_blog{
	background: url('../img/blog/header.jpg') no-repeat center top;
	height: 524px;
}
	.tegs{
		background: url('../img/blog/lines.jpg');
	}
		.tegs ul{
			overflow: hidden;
			padding: 25px 0 25px 45px;
		}
			.tegs li{
				float: left;
				margin-right: 20px;
				color: #000000;
				font-family: gsb;
			}
			.tegs li:after{
				content: "|";
				padding-left: 20px;
				font-size: 15px;
				font-family: gsb;
				color: #000000;
				
			}
			.tegs li:last-child{
				float: left;
				padding-right: 0;
				margin-right: 0;
			}
			.tegs li:last-child:after, .tegs li:first-child:after{
				content: "";
				padding-left: 0;
			}
.marerials{
	
}
	.marerials_ul{
		padding-top: 50px;
	}
	.marerials_ul li{
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px solid #D8D8D8;
		overflow: hidden;: 
	}
	.prev{
		float: left;
		width: 33%;
	}
	.prev img{
		float: left;
		width: 100%;
	}
	.about_txt{
		width: 63%;
		float: right;
		color: #251d33;
		font-size: 14px;
	}
		.about_txt h3{
			font-size: 23px;
			padding: 7px 0 25px;
			font-family: gsb;
            color: #000;
		}
		.about_txt p{
			padding: 0 0 25px;
			line-height: 1.4;
		}
		.botton_panel{
			overflow: hidden;
			width: 63%;
			float: right;
		}
			.glass{
				background: url('../img/blog/glass.png') no-repeat top left;
				padding: 2px 0 2px 38px; 
				font-family: gsb; 
				color: #0c3354;
				float: left;
				margin: 6px 6.5% 0 0;
			}
			.blog_data{
				float: left;
				margin-right: 6.5%;
				padding-top: 8px;
			}
			.social_blog{
				float: left;
				padding-top: 8px;
			}
			.btn_about{
				padding: 10px 0 10px;
				width: 150px;
				text-align: center;
				background: #0C3354;
				display: block;
				float: right;
				color: #fff;
				font-size: 13px;
				font-family: gsb;
				cursor: pointer;
			}
			.btn_about:hover{
				background: #092640;
			}
	.nav_pager{
		width: 50%;
		padding: 0 25% 30px;
		border-bottom: 1px solid #D8D8D8;
		overflow: hidden;
	}
		.nav_pager a{
			color: #000;
		}
		.nav_pager_f_a,.nav_pager_l_a{
			display: block;
			padding: 9.5px 0 10px;
			width: 120px;
			background: #FAD900;
			position: relative;
			text-align: center;
			font-size: 11px;
			letter-spacing: 0.5px;
		}
		.nav_pager_f_a{
			float: left;
		}
		.nav_pager_l_a{
			float: right;
		}
		.nav_pager_l_a:hover,  .nav_pager_f_a:hover{
			background: #E6C700;
		}
		.nav_pager_l_a:hover .arrow_nav_r{
			border-left-color: #E6C700;
		}
		.nav_pager_f_a:hover .arrow_nav_l{
			border-right-color: #E6C700;
		}
			.arrow_nav_l{
				border: 16px solid transparent;	
				border-right: 12px solid #FAD900;
				position: absolute;
				top: 0;
				left: -28px;
			}
			.arrow_nav_r{
				border: 16px solid transparent;	
				border-left: 12px solid #FAD900;
				position: absolute;
				top: 0;
				right: -28px;
			}
			.nav_pager ul{
				width: 190px;
				margin: 0 0 0 6%;
				float: left;
				overflow: hidden;
                    position: relative;
    left: 120px;
			}
				.nav_pager  li{
					float: left;
					padding: 8px 8px 0;
                    list-style-type: none;
				}
				.nav_pager  li a{
					text-decoration: underline;
					font-family: gsb;
				}
				.nav_pager  li a:hover{
					text-decoration: none;
				}
/********************************************* blog_pages ********************************/

.h3_25{
	font-size: 23px;
	color: #251d33 ;
	padding-bottom: 20px;
	font-family: gsb;
}
.h3_0{
	font-size: 23px;
	color: #0c3354;
	padding-bottom: 20px;
	font-family: gsb;
}
	.content_a_ul{
		padding-bottom: 20px;
	}
	
	.content_a_ul li{
		margin-bottom: 5px;
	}
	.content_a_ul a{
		color: #2a4d69;
		font-size: 15px;
		font-family: gsb;
		text-decoration: underline;
	}
	.content_a_ul a:hover{
		text-decoration: none;
	}
	.marerials p{
		font-size: 14px;
		padding-bottom: 20px;
		line-height: 1.4;
	}
	.cutata{
		width: 75%;
		border: 4px solid #E7E7E7;
		padding: 50px 5.4%;
		position: relative;
		margin: 20px 0 40px;
		font-family: gri;
		font-size: 18px;
		line-height: 1.5;
	}
		.cutata span{
			font-family: gsb;
			font-size: 13px;
			line-height: 1.7;
			color: #494949;
			padding-top: 27px;
			display: block;
		}
		.lapky_cutata{
			position: absolute;
			bottom: -4px;
			right: -4px;
		}
	.video_blog{
		width: 90%;
		margin-bottom: 30px;
	}
	.reyting{
		padding: 30px 10px 30px 35px;
		background: #F2F2F2;
		overflow: hidden;
		font-size: 14px;
		margin-bottom: 30px;
	}
		.star{
			float: left;
			width: 275px;
			margin-right: 6%;
			overflow: hidden;
		}
			.star span{
				display: inline-block;
				padding-top: 7px;
			}
			.star_ocenka{
				float: right;
			}
		.diagrama{
			background: url('../img/blog/graphic.png') no-repeat left top 2px;
			padding: 5px 0 0 32px;
			float: left;
			margin-right: 6%;
		}
			.diagrama span{
				color: #0c3354;
				font-size: 15px;
				font-family: gb;
			}
		.vievs{
			background: url('../img/blog/glass.png') no-repeat left center;
			padding: 5px 0 0 38px;
			float: left;
		}
			.vievs span{
				color: #0c3354;
				font-size: 15px;
				font-family: gb;
			}
	.b_bott{
		border-bottom: 1px solid #D8D8D8;
		padding-top: 35px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	











@media screen and (max-width: 1000px ) {
	.title{
		margin-left: 45px;
	}
	.footer h2{
		padding-left: 20px;
	}
}


@media screen and (max-width: 960px ) {
	.marerials .row{
		width: 96%;
		margin: 0 2%;
	}
}

@media screen and (max-width: 959px ) {
    /*853*/
    .second_yslugi img{
		padding-top: 25px;
	}
	.nash_yelow{
		width: 85%;
	}
    .shunomontazh ul{
		width: 91%;
		padding: 0 0 40px;
		margin: 0 0 0 9%;
	}
	.calk_sum{
		font-size: 28px;
		padding-top: 2px;
	}
		.calk_sum p{
			font-size: 13px;
		}
	.exzampl_razkazat img{
		width: 100%;
	}
	.bg_txt_col_form{
		font-size: 20px;
		padding-left: 25px;
	}
	.bg_txt_col_form span{
		font-size: 25px;
	}
	.bg_txt_col_form img{
		height: 25px;
	}
	.txt_col_form{
		padding-right: 38px;
		width: 48%;
	}
	.first_form{
		padding-top: 17px;
	}
	.prem li{
		padding-left: 2%;
	}
	.nav_header{
		width: 40%;
		padding-left: 2%;
	}
	.half_calk{
		width: 60%;
		padding-left: 2%;
	}
	.half_calk_r{
		padding-left: 2%;
	}
	.type_work_calk{
		padding: 0 0 30px 9%;
		font-size: 28px;
	}
	.type_work_calk_pt{
		padding-top: 110px;
	}
    .footer ul{
		padding-right: 10px;
		font-size: 14px;
	}
	.ul_footer_left{
		margin-right: 10px;
	}
	.prem li{
		padding-left: 2%;
	}
	.nav_l_ul{
	}
	.bread{
		padding-top: 80px;
	}
	
	
	/*******************************   premium        ****************/
	
	.prem_col_form{
		padding: 25px 10px 25px 65px;
		background-position: top 7px left 7px;
		font-size: 21px;
	}
	.comanda_r_txt h3{
		padding-top: 0;
	}
	.calc_border{
		width: 98%;
		margin: 0 auto;
	}
	.h_c_w{
		width: 94%;
	}
	.prem_auto h2{
		padding: 0 0 30px;
		width: 96%;
		text-align: center;
	}
/******************************** corp **********************************************/
	.avto_coll_yelow span{
		font-size: 35px
	}
	.repost_otz{
		font-size: 19px;
	}
	.safe_file li:first-child{
		width: 32%;
	}
	.safe_file li:last-child{
		width: 25%;
	}
	.safe_file li:nth-child(2){
		width: 37%;
	}
	.cont_info ul{
		margin-left: 14%;
	}
/*********************** blog              ***********************************/

	.tegs ul li{
		margin-right: 10px;
	}
	.tegs ul li:after{
		padding-left: 10px;
	}
	.btn_about{
		width: 125px;
	}
	.blog_data, .glass{
		margin-right: 3%;
	}
	.nav_pager{
		width: 60%;
		padding: 0 20% 30px;
	}
	
/******************************** seret  ********************/
	.coll_bg_secr{
		background-size: 56px auto; 
		padding-right: 0;
		font-size: 20px;
	}
	.coll_bg_secr span{
		font-size: 15px;
	}
	
}
@media screen and (max-width: 852px ) {
    /*800*/
	.nav_header{
		width: 37%;
		padding-left: 2%;
	}
	.nav_header{
		display: none;
	}
	.phone{
		padding-right: 215px;
		text-align: center;
	}
	.nav_l_btn{
		position: absolute;
		display: block;
		top: 15px;
		right: 15px;
		background: #36526B url('../img/nav.png') no-repeat center;
		width: 40px;
		height: 36px;
		border-radius: 5px;
		cursor: pointer;
	}
	.nav_l_btn:hover{
		background-color: #273B4D;
	}
	.nav_l{
		position: absolute;
		top: 91px;
		left: 0px;
		right: 0;
		width: 100%;
		background-color: #fff;
		z-index: 97;
	}
		.nav_l_ul{
			width: 100%;
			border-top:  1px solid #293548;
		}
		.nav_l_ul li{
			width: 100%;
			border-bottom: 1px solid #293548;
			text-align: center;
		}
		.nav_l_ul li a{
			color: #293548;
			width: 90%;
			display: block;
			padding: 15px 5%;;
		}
		.nav_l_ul li a:hover{
			background: #F0F0F0;
		}
	.sf1, .sf2, .sf3{
		top: 30px;
		left: 28%;
	}
	.calk_sum{
		width: 295px;
	}
	.exzampl_razkazat{
		padding-top: 30px;
	}
	/*******************************   premium        ****************/

	.prem_col_form{
		border-radius: 10px 6px 6px 10px;
	}
	.comanda_r_txt p{
		padding: 5px 0;
	}
	.txt_lapki{
		margin-top: 0;
		padding-top: 32px;
	}
	
	/*******************************   cao        ****************/
	.b_yelow_vuezd{
		height: 175px;
	}
/******************************** corp **********************************************/
	.table_secr .title_soc_skidka{
		width: 86%;
		margin-left: 7%;
	}
/*********************** blog              ***********************************/
	.tegs ul{
		padding-left: 10px;
	}
	.diagrama, .star{
		margin-right: 2%;
	}
	.botton_panel{
		width: 100%;
	}
	.btn_about{
		width: 150px;
	}
	.nav_pager{
		width: 64%;
		padding: 0 18% 30px;
	}
/******************************** seret  ********************/
	.coll_bg_secr{
		font-size: 18px;
		border-radius: 10px 0 0 10px;
		padding: 30px 0 30px 65px;
	}
	.coll_bg_secr span{
		font-size: 14px;
	}
}

@media screen and (max-width: 799px ) {
    /*768*/
    .calk_rezult, .half_calk, .tables table tr td:first-child, .tables table tr td:last-child, .soc_skidka{
		padding-left: 10px;
		padding-right: 10px;
	}
	.otz ul li{
		width: 46%;
		padding: 0 2% 30px;
		margin-bottom: 5px;
	}
	.nash_yelow p{
		width: 40%;
		font-size: 18px;
	}
	.nash_yelow{
		width: 80%;
		font-size: 36px;
	}
		.nash_yelow span{
			font-size: 36px;
		}
	.title{
		margin: 30px auto 0;
	}
	.prem li{
		padding-left: 1%;
	}
	.phone{
		padding-right: 150px;
	}
	.coll_form{
		width: 96%;
		left: 2%;
	}
	.type_work_calk{
		padding: 0px 0 30px 7%;
		font-size: 25px;
	}
	.type_work_calk_pt{
		padding-top: 90px;
	}
	.left_calk{
		width: 45%;
	}
	.exzampl_razkazat{
		width: 53%;
	}
	.center{
		padding: 60px 0 40px;
	}
/*******************************   premium        ****************/
	.center2{
		padding: 40px 0 30px;
	}
	.bread{
		padding-top: 80px;
		margin-left: 3.5%;
	}
	.h_c_w{
		font-size: 26px;
		margin: 30px auto 35px;
	}
	/*******************************   cao        ****************/
	.vuezd_cao li{
		width: 29%;
		margin: 0 2%;
	}
	.b_yelow_vuezd{
		padding-top: 30px;
	}
	.txt_second_main .comanda_r_txt{
		padding-top: 0;
	}
/******************************** corp **********************************************/
	.social_otz{
		float: none;
		text-align: center;
		padding-top: 3px;
	}
	.repost_otz{
		text-align: center;
		font-family: 21px;
	}
	.avto_coll_yelow{
		width: 98%;
		padding: 13px 1% 10px;
	}
	.avto_coll_yelow span{
		font-size: 28px;
		padding-top: 6px;
	}
	
	.cont_info ul{
		margin-left: 11%;
	}
/*********************** blog              ***********************************/

	.diagrama{
		padding-bottom: 5px;
	}
	.star{
		margin-right: 20%;
	}
	.vievs{
		margin-top: 5px;
	}
	.tegs li{
		font-size: 14px;
	}
	.nav_pager{
		width: 66%;
		padding: 0 17% 30px;
	}
}

@media screen and (max-width: 767px ) {
    /*736*/
	.phone{
		padding-right: 145px;
	}
	.doch p{
		width: 75%;
	}
	.tables table tr:first-child td, .tables table tr td{
		padding: 0 5px;
		height: 40px;
	}
	.prem_col_form{
		padding-left: 62px;
	}
	/*******************************   cao        ****************/
	.b_yelow_vuezd{
		height: 190px;
	}
/******************************** corp **********************************************/
.table_secr .title_soc_skidka{
	width: 98%;
	margin-left: 2%;
}
.right_tables_yelow{
	font-size: 16px;
}
.right_tables_yelow p{
	padding-bottom: 0;
	}
	.txt_second_main h2{
		padding: 0 5px;
	}
/*********************** blog              ***********************************/
	.cutata{
		width: 85%;
	}
	.nav_pager{
		width: 70%;
		padding: 0 15% 30px;
	}
}

@media screen and (max-width: 735px ) {
    /*667*/
	.phone{
		padding-right: 16%;
	}
	.txt_prem_right{
		font-size: 14px;
	}
	.prem li{
		margin: 5px 3%; 
	}
	.prem li:nth-child(4){
		margin-left: 23%;
	}
	.first_form{
		padding-right: 10px;
	}
	.type_work_calk{
		padding-left: 2%;
	}
	.half_calk, .half_calk_r{
		float: none;
		width: 75%;
		margin: 0 auto;
		overflow: hidden;
	}
	.half_calk_r{
		margin-top: 30px;
	}
    .half_calk_r label{
		padding-bottom: 0;
	}
	.txt_calk_rezult{
		border-radius: 5px;
		background-position: top right;
		padding-right: 15px;
	}
	.txt_inp{
		margin-right: 2px;
	}
	.h25{
		padding-bottom: 10px;
	}
	.center{
		padding: 45px 0 25px;
	}
	.center2{
		padding: 40px 0 25px;
	}
	.shunomontazh ul{
		width: 99%;
		margin-left: 5.5%;
	}
	.otz ul li{
		width: 48%;
		padding: 0 1% 30px;
	}
	.repost{
		width: 100%;
		margin: 0;
		padding-top: 10px;
		text-align: center;
	}
	.social{
		float: none;
		margin: 5px auto 0;
	}
	.nash_yelow span{
		font-size: 33px;
	}
	.nash_yelow p{
		font-size: 16px;
		width: 42%;
	}
	.phone_f .number{
		font-size: 21px;
		padding-left: 35px;
	}
	footer{
		font-size: 11px;
	}
	.doch p{
		width: 85%;
	}
/*******************************   premium        ****************/	
	.prem_col_form{
		background-size: 40px auto;
		font-size: 19px;
		padding: 27px 10px 27px 50px;
	}
	/*******************************   cao        ****************/
	.num_vuezd{
		font-size: 45px;
	}
	.vuezd_cao h3{
		width: 90%;
	}
/******************************** corp **********************************************/
	.safe_file li:first-child{
		width: 38%;
	}
	.safe_file li:last-child{
		width: 100%;
		margin-top: 10px;
	}
	.safe_file li:nth-child(2){
		width: 58%;
	}
	.btn_yelow_bl{
		float: none;
		padding-top: 7px;
		text-align: center;
	}
	.avto_coll_yelow{
		text-align: right;
	}
	.avto_coll_yelow span{
		font-size: 40px;
	}
	.avto_coll{
		padding-bottom: 0;
	}
	.widht_form_avtopark{
		width: 94%;
		margin-left: 5%
	}
	.second_avt{
		width: 88.5%;
		margin-left: 5%;
	}
	.form_avtopark .f_li_avt input, .form_avtopark .s_li_avt input, .form_avtopark .s_li_avt select{
		font-size: 12px;
	}
	.last_li{
		padding-top: 10px;
	}
	
	.cont_info ul{
		margin-left: 0;
		width: 100%;
	}
	/********************** secr ***************/
	.right_tables_yelow p{
		font-size: 32px;
	}
	.right_tables_yelow{
		font-size: 19px;
	}
	.coll_bg_secr{
		font-size: 17px;
		padding: 30px 0 30px 50px;
	}
	.coll_bg_secr span{
		font-size: 13px;
	}
	
/*********************** blog              ***********************************/
	.about_txt h3{
		padding-top: 0;
	}
	.nav_pager{
		width: 77%;
		padding: 0 11.5% 30px;
	}
}
	
@media screen and (max-width: 666px ) {
    /*640*/
    .bg_txt_col_form{
		padding-left: 10px;
	}
	.type_work_calk{
		font-size: 23px;
	}
	.half_calk, .half_calk_r{
		width: 85% !important;
	}
	.type_shun label{
		margin-right: 15px;
	}
	.form_calk .btn_calk{
		width: 140px;
	}
	.form_calk .txt_inp{
		width: 110px;
		padding: 11px 15px;
	}
	.h25{
		font-size: 23px;
		padding-left: 20px;
	}
	.peredvizjnoy li{
		width: 31%;
		padding-left: 12%;
	}
	.peredvizjnoy li.l_li_peredvizjnoy{
		margin-left: 2%;
	}
	.ysl_l{
		padding-bottom: 15px;
		font-size: 14px;
	}
	.ysl_l h3{
		padding-bottom: 15px;
	}
	.second_yslugi img{
		padding-top: 5px;
	}
	.phone_f .number{
		padding: 8px 0 5px 33px;
	}
	.sf1, .sf2{
		padding: 20px 15px;
		
	}
	.yelow_sf{
		margin: 10px 0;
		padding: 10px;
		width: 313px;
	}
	.sf_h3{
		padding-bottom: 10px;
		
	}
	.sf3{
		padding: 20px 0 10px;
		width: 333px;
		left: 25%;
	}
	/*******************************   premium        ****************/	
	.prem_col_form{
		padding-left: 40px;
		background-size: 32px auto;
	}
	/*******************************   cao        ****************/
	.p_vuezd{
		width: 90%;
	}
	.txt_second_main{
		padding-bottom: 40px;
	}
/******************************** corp **********************************************/
	.last_avtop_btn{
		width: 41%;
	}	
	.table_secr{
		padding-bottom: 30px;
	}
	.shunomontazh ul{
		width: 99%;
		margin-left: 1%;
	}
/*********************** blog              ***********************************/
	.star{
		margin-right: 15%;
	}
	.tegs li{
		font-size: 13px;
	}
	.nav_pager{
		width: 79%;
		padding: 0 10.5% 30px;
	}
/******************************** seret  ********************/

	.table_secr .padd_table{
		width: 48%;
	}
	.right_tables h4{
		font-size: 17px;
		padding-bottom: 20px;
	}
	.right_tables_yelow{
		padding: 22px 3px 20px;
	}
}

@media screen and (max-width: 639px ) {
    /*603*/
    
    .header{
		background-size: auto 400px;
		height: 425px;
	}
    .prem li{
		padding: 5px 2%;
	}
    .prem li:nth-child(4){
		margin-left: 21%;
	}
	.bg_txt_col_form{
		font-size: 17px;
	}
	.first_form .inp_ph{
		width: 130px;
	}
	.first_form .btn_form{
		width: 195px;
	}
	.first_form{
		width: 195px;
	}
	.type_work_calk li{
		margin: 0 10px;
	}
	.type_work_calk{
		font-size: 20px;
		padding-left: 10%;
	}
	.phone{
		padding-right: 13%;
	}
	.prem li{
		margin: 5px 0 0;
	}
	.tables table tr:first-child td, .tables table tr td{
		
		font-size: 13px;
		text-align: center;
	}
	.btn_ysl{
		margin-left: 10px;
	}
	.nash_yelow{
		width: 85%;
		padding: 20px;
	}
	.doch h2{
		font-size: 28px;
	}
	.phone_f .number{
		font-size: 16px;
	}
	footer{
		font-size: 12px;
	}
	.btn_ysl{
		width: 90%;
	}
	#bar{
		width: 90%;
		margin: 15px  auto 20px;
	}
	.left_calk{
		width: 47%;;
	}
	.title_soc_skidka h4{
		width: 67%;;
	}
	.txt_calk_rezult{
		margin-right: 5px;
	}
	.otzuv h4{
		font-size: 17px;
		padding-bottom: 20px;
	}
/*******************************   premium        ****************/	
	.comanda_r_txt p{
		font-size: 13px;
	}
	.comanda_r_txt{
		width: 56%;
	}
	.h_c_w{
		font-size: 21px;
	}
	.galery_f li{
		margin: 12px 0.5%;
	}
	.galery_f li img{
		padding-bottom: 5px;
	}
	.prem_auto{
		padding-top: 50px;
	}
	.prem_auto{
		padding-top: 50px;
	}
	.prem_auto h2{
		padding-bottom: 20px;
		font-size: 21px;
	}
	.prem_col_form{
		font-size: 17px;
		border-radius: 9px 0 0 9px;
	}
	/*******************************   cao        ****************/
	.b_yelow_vuezd{
		width: 47%;
	}
	.vuezd_cao li{
		width: 31%;
		margin: 0 1%;
	}
	.vuezd_cao h3{
		font-size: 21px;
		padding-bottom: 40px;
	}
	.nashly{
		padding-bottom: 37px;
	}
	.vuezd_cao li{
		font-size: 12px;
	}
/******************************** corp **********************************************/
	.avto_coll{
		padding-top: 40px;
	}	
	.avto_coll h4{
		width: 94%;
		font-size: 20px;
	}	
	
	/********************** secr  ***************************************************/
	.right_tables h3{
		padding-bottom: 10px;
	}
	.right_tables h4{
		padding-bottom: 10px;
		font-size: 16px;
	}
/*********************** blog              ***********************************/
	.glass, .blog_data{
		margin-right: 3%;
	}
	.about_txt h3{
		padding-bottom: 10px;
	}
	.about_txt h3{
		font-size: 21px;
	}
	.star{
		margin-right: 10%;
	}
	.reyting{
		padding-left: 20px;
	}
	.tegs ul{
		padding: 10px;
	}
	.tegs ul li{
		margin-right: 5px;
	}
	.tegs ul li:after{
		padding-left: 5px;
		font-size: 13px;
	}
	.cutata{
		width: 89%;
		padding: 30px 3% 35px;
	}
	.video_blog{
		width: 100%;
	}
	.nav_pager{
		width: 84%;
		padding: 0 8% 30px;
	}
	/*******************************  secret *************************/
	.social_table{
		width: 100%;
		text-align: center;
	}
	.social_table img{
		float: none;
	}
}

@media screen and (max-width: 602px ) {
    /*568*/
    .phone .number{
		padding-left: 35px;
		font-size: 26px;
	}
	.prem li:nth-child(4){
		margin-left: 19%;
	}
	.bg_txt_col_form span{
		font-size: 21px;
	}
	.bg_txt_col_form{
		font-size: 15px;
	}
	.type_work_calk{
		padding-left: 7%;
	}
	.form_calk{
		margin-top: -16px;
	}
	.form_calk input{
		display: block;
		margin: 0 0 5px;
	}
	.form_calk .btn_calk{
		width: 180px;
	}
	.form_calk .txt_inp{
		width: 150px;
		padding: 11px 15px;
	}
	.calk_rezult{
		padding-bottom: 10px;
	}
	.left_calk{
		float: none;
		width: 70%;
		margin:  0 0 0 20px;
	}
	.exzampl_razkazat{
		display: none;
	}
	.otz ul li{
		padding: 0 0 30px 10% ;
		width: 70%;
		float: none;
		margin: 0 auto 10px;
	}
	.nashly h4{
		font-size: 18px;
	}
	.nashly h3{
		font-size: 18px;
	}
	.nash_yelow p{
		font-size: 15px;
	}
	.peredvizjnoy li{
		background-position: top left 2%;
	}
	.doch{
		padding: 40px 0 25px;
	}
	.doch h2{
		font-size: 24px;
	}
	.doch p{
		width: 88%;
		font-size: 18px;
	}
	.footer ul{
		padding-right: 7px;
		font-size: 12px;
	}
	.otzuv h4{
		font-size: 25px;
	}
/*******************************   premium        ****************/	
	.prem_col_form{
		font-size: 16px;
		padding: 33px 10px 33px 50px;
	}
	/*******************************   cao        ****************/
	.b_yelow_vuezd{
		height: 205px;
	}
	.vuezd_cao h3{
		width: 95%;
	}
	.vuezd_cao ul{
		padding-bottom: 35px;
	}
/******************************** corp **********************************************/
	.avto_coll_yelow span{
		font-size: 36px;
	}
	.avto_coll h3{
		width: 94%;
		margin: 0 auto;
	}
	.avto_coll_yelow p{
		font-size: 18px;
	}
	.avto_coll_yelow span{
		font-size: 36px;
	}
	
	.safe_file li:first-child{
		margin-right: 0;
		width: 40%;
	}
	.btn_ul_li{
		margin-right: 0;
	}
	.second_avt textarea{
		height: 80px;
	}
	.right_contact{
		font-size: 17px;
	}
	/******************************** secr **************************/
	.coll_bg_secr{
		font-size: 15px;
	}
	.right_tables_yelow p{
		font-size: 25px;
	}
	.nav_pager{
		width: 90%;
		padding: 0 5% 30px;
	}
	.coll_bg_secr{
		padding: 33px 0 33px 15px;
	}
}
	
@media screen and (max-width: 567px ) {
    /*533*/	
    .txt_prem_right{
		font-size: 12px;
	}
	.prem li{
		height: 40px;
	}
	.half_calk, .half_calk_r{
		width: 93% !important;
	}
	.h25{
		font-size: 21px;
	}
	.tables table tr:first-child td, .tables table tr td,.tables table tr td:first-child, .tables table tr td:last-child{
		font-size: 12px;
		
	}
	.nash_yelow p{
		width: 48%;
	}
	.nash_yelow span{
		font-size: 24px;
	}
	.nashly h4{
		font-size: 17px;
	}
	.peredvizjnoy li{
		font-size: 18px;
	}
	.phone .number{
		font-size: 23px;
	}
	.phone{
		
	}
	.phone p{
		font-size: 12px;
	}
	/*******************************   premium        ****************/	
	.h_c_w{
		font-size: 20px;
	}
	.prem_col_form{
		padding: 24px 10px 24px 50px;
	}
	.comanda_boss_l{
		margin: 0 3% 0 1%;
	}
	.comanda_r_txt{
		width: 98%;
		margin: 0 1%; 
		float: none;
	}
	.txt_lapki{
		background-position: top left 44%;
		background-size: 35px auto;
		padding-top: 15px;
	}
	
	.prem_auto li:first-child, .prem_auto li:last-child, .prem_auto li:nth-child(5), .prem_auto li:nth-child(6), .corp_work li:first-child, .corp_work li:last-child, .corp_work li:nth-child(5), .corp_work li:nth-child(6){
		width: 31%;
		margin: 15px 1% 0;
	}
	.prem_auto li:last-child, .corp_work li:last-child{
		width: 31%;
		margin: 15px 1% 0;
	}
	.prem_auto li, .corp_work li{
		width: 31%;
		margin: 15px 1% 0;
		height: 125px;
	}
	/*******************************   cao        ****************/
	.txt_second_main_l{
		margin-bottom: 20px;
	}
	.b_yelow_vuezd{
		height: 220px;
	}
	.vuezd_cao h3{
		font-size: 20px;
	}
/******************************** corp **********************************************/
	.safe_file li:nth-child(2){
		width: 56%;
	}
	.safe_file li:first-child{
		width: 42%;
	}
	.right_contact{
		font-size: 16px;
	}
/*********************** blog              ***********************************/
	.star{
		margin-right: 4%;
	}
	.reyting{
		padding-left: 10px;
	}
	.blog_data{
		display: none;
	}
	.glass{
		margin-right: 5%;
	}
	.nav_pager{
		width: auto;
		padding: 0 13px 30px;
	}
/********************************* мекретки     ********************/
	.right_tables h4{
		font-size: 14px;
	}
	.txt_secrets .p_vuezd{
		padding: 10px 0;
	}
	
	
	/********************** secr ******************/
	
	.coll_bg_secr{
		padding: 33px 0 33px 15px;
	}
	.coll_bg_secr span{
		font-size: 12px;
	}
	.scroll-slider{
		width: 65%;
	}
}

@media screen and (max-width: 532px ) {
    /*480*/	
   .txt_prem_right{
   	font-size: 11px;
   }
   .nav_l_btn{
   	top: -7px;
   }
   .phone{
	   	padding: 20px 5px  0 0;
   }
   .phone p{
	   	font-size: 11px;
   }
   .nav_l_btn{
   	
   }
   .logo{
   	padding-left: 20px;
   }
   .bg_txt_col_form span{
   		font-size: 15px;
   }
   .bg_txt_col_form{
		font-size: 12px;
		padding-right: 0;
   }
   .txt_col_form{
   	padding-right: 34px;
   }
   .first_form .inp_ph{
		width: 130px;
		background: url('../img/input.png') center;
		padding: 11px 15px;
	}
	.first_form .btn_form{
		width: 160px;
	}
	.first_form{
		width: 170px;
		padding-top: 12px;
	}
	.type_work_calk{
		font-size: 17px;
		padding-left: 5px;
		padding: 0px 0 20px 6%;
	}
	
	.type_work_calk_pt{
		padding-top: 60px;
	}
	.title{
		width: 80%;
		padding: 15px 5% 25px;
		font-size: 23px;
	}
	.half_calk, .half_calk_r{
		width: 100% !important;
	}
	.txt_calk_rezult{
		margin-right: 1px;
	}
	.left_calk{
		width: 75%;
	}
	.tables{
		padding-top: 25px;
	}
	.h25_c{
		text-align: center;
		padding-left: 0;
	}
	.otz ul li{
		width: 83%;
	}
	.otzuv{
		padding-left: 14%;
	}
	.nashly{
		padding: 20px 0;
	}
	.nashly h3{
		font-size: 16px;
		padding-bottom: 10px;
	}
	.nashly h4{
		font-size: 14px;
		padding-bottom: 10px;
	}
	.ysl_l{
		width: 70%;
	}
	.phone_f .number{
		font-size: 14px;
		padding: 6px 0 2px 20px;
		background-size: 19px auto;
	}
	.footer ul{
		padding-right: 5px;
	}
	.ul_footer_left{
		margin-right: 5px;
	}
	.phone_f{
		font-size: 12px;
	}
	footer span{
		padding-top: 25px;
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	.img_ysl{
		padding-right: 0;
	}
	.ysl_txt{
		font-size: 13px;
	}
	/*******************************   premium        ****************/	
	.prem_col_form{
		padding: 18px 10px 18px 43px;
	}
	.comanda_r_txt p{
		padding: 3px 0;
	}
	.comanda .galery_f li, .table_secr .galery_f li{
		width: 31%;
		margin: 10px 1% 0;
	}
	.table_secr .galery_f{
		text-align: center;
	}
	.table_secr .galery_f img{
		height: 100%;
	}
	.comanda .galery_f li:nth-child(4), .table_secr .galery_f li:nth-child(4){
		width: 31%;
		margin: 10px 1% 0 18%;
	}
	.prem_auto li, .corp_work li{
		width: 46%;
		margin: 15px 2% 0;
		height: 160px;
	}
	.prem_auto li:first-child, .prem_auto li:last-child, .prem_auto li:nth-child(5), .prem_auto li:nth-child(6), .corp_work li:first-child, .corp_work li:last-child, .corp_work li:nth-child(5), .corp_work li:nth-child(6){
		width: 46%;
		margin: 15px 2% 0;
	}
	.h_c_w{
		font-size: 18px;
	}
	.type_shun label{
		padding-right: 9px;
	}
	.calc_border .calk_rezult{
		padding-left: 4px;
		padding-right: 4px;
	}
	/*******************************   cao        ****************/
	.txt_second_main_l{
		margin-bottom: 0px;
	}
	.b_yelow_vuezd{
		height: 235px;
	}
	.vuezd_cao ul{
		padding-bottom: 15px;;
	}
		.vuezd_ul li{
			width: 46%;
			margin: 0 2% 25px;
			font-size: 14px;
		}
		.vuezd_ul li:last-child{
			margin-left: 20%;
			width: 56%
		}
		.vuezd_ul_img{
			height: 85px;
		}
	.center2{
		padding-left: 0;
	}
	.vuezd_cao h3{
		font-size: 18px;
	}
/******************************** corp **********************************************/
	.corp_work li{
		height: 170px;
	}
	.last_avtop_btn{
		width: 48%;
	}
	.avto_coll_yelow span{
		font-size: 26px;
	}
	.avto_coll_yelow p{
		font-size: 16px;
	}
	.avto_coll_yelow{
		width: 96%;
		padding: 10px 2%;
	}
	.second_avt{
		margin-left: 2%;
		width: 96%;
	}
	.second_avt input, .second_avt textarea{
		font-size: 12px;
	}
	.second_avt textarea{
		height: 50px;
		padding: 10px 2%;;
	}
	.form_avtopark{
		padding: 40px 0;
	}
/*********************** blog              ***********************************/
	.about_txt h3{
		font-size: 19px;
	}
	.marerials p{
		line-height: 1.2;
	}
	.tegs li{
		font-size: 11px;
	}
	.cutata{
		font-size: 16px;
		line-height: 1.4;
	}
	.nav_pager ul{
		margin-left: 1%;
	}
	.nav_pager_f_a, .nav_pager_l_a{
		width: 111px;
	}
/********************************* sекретки     ********************/
	.table_secr .h25{
		padding: 15px 0 30px;
		font-size: 20px;
	}
	.table_secr .right_tables{
		text-align: center;
	}
	.table_secr .right_tables h3{
		font-size: 14px;
	}
	.right_tables h4, .btn_form{
		font-size: 12px;
	}
	.right_tables_yelow p{
		font-size: 19px;
	}
	.right_tables_yelow{
		font-size: 16px;
	}
	.fife_proc{
		width: 25%;
	}
	.title_soc_skidka h4{
		width: 72%;
		font-size: 12px;
	}
	.txt_secrets .center{
		padding: 50px 0 20px;
	}
	.txt_secrets{
		padding-bottom: 25px;
	}
	.cenu .h25{
		padding: 0 0 20px 7px;
		font-size: 19px;
	}
	.coll_bg_secr{
		padding: 33px 0 33px 7px;
	}
	.coll_bg_secr span{
		font-size: 11px;
	}
	.coll_first_form{
		 padding-top: 18px;
	}
	
}
@media screen and (max-width: 479px ) {
    /*414*/
    .nav_l{
		top: 90px;
	}
    .nav_l_btn{
   	top: -7px;
   }
   .logo{
   	padding-left: 5px;
   }
   .phone{
	   	width: 160px;
   }
   .phone .number{
   	font-size: 16px;
   	background-size: 23px;
   	padding-left: 22px;
   }
   .prem li:nth-child(4) img{
   	padding-left: 0;
   }
 	
   .prem{
   	padding: 10px 0 7px;
   }
   .prem ul{
   	padding-top: 5px;
   }
   .prem li{
	   	width: 32%;
	   	margin: 0 0.5% 0;
	   	padding: 0;
	   	text-align: center;
	   	height: 75px;
   }
   .prem li img{
   		float: none;
   		padding-bottom: 2px;
   }
   .txt_prem_right{
	   	float: none;
	   	text-align: center;
	   	padding: 2px 0 0;
	   	width: 100%;
   }
   .prem li:nth-child(4){
   		margin-left: 16%;
   }
   /*  .prem li:last-child{
   	width: 46%;
   	margin: 5px 27% 0;
   }
   .txt_prem_right{
   		width: 64%;
   		text-align: left;
   }*/
   .title{
   	font-size: 22px;
   }
   .first_form .inp_ph{
		width: 120px;
		background: url('../img/input.png') center;
		padding: 11px 5px;
	}
	.first_form .btn_form{
		width: 130px;
	}
	.first_form{
		width: 130px;
		padding-top: 12px;
	}
	.type_work_calk{
		font-size: 16px;
	}
	.type_shun label{
		padding-bottom: 20px;
	}
	.first_fl_l label{
		float: none;
	}
	.half_calk, .half_calk_r{
		width: 96% !important;
	}
	.calk_rezult_l{
		overflow: hidden;
		width: 100%;
		padding-bottom: 10px;
	}
	.form_calk{
		float: none;
		width: 100%;
		padding: 0;
		margin:  0 0;
		text-align: left;
	}
		.form_calk input{
			display: inline-block;
		}
	.shunomontazh ul li{
		width: 48%;
		margin: 0 1%;
	}
	.img_ysl{
		padding-right: 7px;
	}
	.shunomontazh ul li:last-child{
		margin-left: 25%
	}
	.nash_yelow span{
		font-size: 21px;
	}
	.nash_yelow p{
		font-size: 12px;
	}
	.peredvizjnoy li{
		font-size: 15px;
		padding-right: 2%;
		background-position: top left;
	}
	.second_yslugi img{
		width: 26%;
	}
	.doch h2{
		font-size: 19px;
	}
	.doch p{
		font-size: 16px;
	}
	.ul_footer_cl{
		padding-right: 4px;
	}
	.footer ul{
		padding-right: 3px;
	}
	.phone_f{
		float: left;
		width: 100%;
		text-align: center;
		padding-top: 10px;
	}
	.phone_f .number{
		font-size: 16px;
		width: 140px;
		margin: 0 auto 5px;
		padding-left: 25px;
		background-size: 25px auto;
	}
	.footer{
		padding: 25px 0 20px;
	}
	.footer ul{
		padding-right: 10px;
	}
	.ul_footer_left{
		margin-right: 10px;
	}
	.tables table tr:first-child td, .tables table tr td, .tables table tr td:first-child, .tables table tr td:last-child{
		font-size: 8px;
	}
		.nav_l_ul li a{
			padding: 7px 5%;;
		}
	.sf3{
		left: 17%;
		width: 250px;
		top: 20px;
	}
	.sf1, .sf2{
		left: 16%;
		top: 20px;
		padding: 20px 10px 22px;
		width: 220px;
	}
	.sf1 input, .sf2 input{
		width: 195px;
	}
	
	.sf1 input.inp_ph, .sf2 input.inp_ph{
		width: 130px;
	}
	.yelow_sf{
		width: 240px;
		padding: 5px;
		font-size: 13px;
	}
	.sf_h3{
		font-size: 16px;
	}
	.sf3 h4{
		font-size: 20px;
	}
	.trigl_yelow{
		bottom: -21px;
	}
	.nashly h4{
		font-size: 13px;
	}
	.repost{
		font-size: 20px;
	}
	.sf1 input.inp_ph_sf, .sf2 input.inp_ph_sf{
		width: 58%;
	}
	/*******************************   premium        ****************/	
	.txt_lapki{
		background-size: 25px auto;
		padding-top: 8px;
		background-position: top left 43.5%;
	}
	.comanda_r_txt p{
		padding: 5px 0;
	}
	
	.prem_col_form{
		background-size:25px auto;
		background-position: top 3px left 3px;
		font-size:15px; 
		padding: 18px 0px 18px 30px;
	}
	.type_work_calk{
		padding-left: 1%;
	}
	.peredvizjnoy li.l_li_peredvizjnoy{
		margin-left: 8%;
	}
	.peredvizjnoy li{
		width: 30%;
		padding-left: 13%;
	}
	.prem_auto li, .corp_work li{
		height: 140px;
	}
	.bread{
		padding-top: 55px;
	}
	.center2{
		padding: 20px 0;
	}
	.comanda_r_txt h3{
		font-size: 20px;;
		padding-bottom: 0;
	}
	.comanda_r_txt p{
		padding: 2px 6px;
	}
	/*******************************   cao        ****************/
	.b_yelow_vuezd{
		width: 90%;
		margin: 30px auto 0;
		height: 165px;
	}
	.b_yelow_vuezd_l, .b_yelow_vuezd_r{
		float: none;
	}
	.num_vuezd{
		font-size: 65px;
	}
	.vuezd_ul li:last-child{
		width: 70%;
		margin:  0 15% 25px;
	}
/******************************** corp **********************************************/
	.widht_form_avtopark{
		width: 98%;
		margin: 0 1%;
	}
	.form_avtopark_ul .f_li_avt{
		width: 30%;
	}
	.safe_file li:first-child, .safe_file li:last-child, .safe_file li:nth-child(2){
		width: 90%;
		margin: 5px 0 5px 1%;
	}
	.form_avtopark{
		padding: 20px 0;
	}
	.last_avtop_btn .btn_form{
		letter-spacing: 0.5px;
	}
	.right_contact{
		font-size: 14px;
		padding-left: 45px;
	}
	
/******************************** blog **********************************************/
	.tegs li{
		margin: 5px 10px;
		font-size: 14px;
	}
	.tegs li:after{
		padding-left: 10px;
	}
	.prev{
		width: 60%;
		margin: 0 auto;
		float: none;
	}
	.prev img{
		float: none;
	}
	.about_txt{
		float: none;
		width: 100%;
		margin-top: 15px;
	}
	.glass{
		margin-right: 0%;
	}
	.social_blog{
		float: right;
	}
	.btn_about{
		width: 50%;
		margin: 15px 25% 0 0;
	}
	.lapky_cutata{
		width: 80px;
	}
	.diagrama{
		margin-top: 5px;
	}
	.star{
		margin-right: 0;
	}
	.prev{
		width: 80%;
	}
	.nav_pager_f_a, .nav_pager_l_a{
		width: 85px;
	}
	.nav_pager li{
		padding: 8px 7px 0;
	}
	.nav_pager ul{
		width: auto;
		margin-left: 2%;
	}
/********************************* sекретки     ********************/
	.table_secr .padd_table{
		width: 96%;
		float: none;
		margin: 0 auto;
		padding-bottom: 25px;
	}
	.table_secr .title_soc_skidka{
		width: 75%;
	}
	.title_soc_skidka h4{
		font-size: 15px;
	}
	.table_secr .padd_table table tr:first-child td, .table_secr .padd_table table tr td, .table_secr .padd_table table tr td:first-child, .table_secr .padd_table table tr td:last-child{
		font-size: 14px;
		text-align: left;
		padding: 0 10px;
	}
	.right_tables{
		width: 96%;
		margin-bottom: 25px;
	}
	.right_tables_yelow p{
		font-size: 30px;
	}
	.table_secr .right_tables h3{
		font-size: 19px;
	}
	.table_secr .right_tables h4{
		font-size: 15px;
	}
	.txt_secrets .center{
		padding: 40px 0 15px;
	}
	.coll_first_form{
		 padding-top: 20px;
	}
	/******************************* cenu    ************************/
	
	.right_tables table tr:first-child td, .right_tables table tr td, .right_tables  table tr td:first-child, .right_tables  table tr td:last-child{
		font-size: 14px;
		text-align: left;
		padding: 0 10px;
	}
	.left_tables{
		width: 100%;
	}
	.left_tables table tr:first-child td, .left_tables table tr td, .left_tables table tr td:first-child, .left_tables table tr td:last-child{
		font-size: 14px;
		text-align: left;
		padding: 0 10px;
	}
}
@media screen and (max-width: 410px ) {
    /*375*/   
    .header{
		background-size: auto 388px;
	}
    .bg_txt_col_form{
		position: relative;
	}
    .bg_txt_col_form img{
		position: absolute;
		top: 5px;
		left: 5px;
	}
	.bg_txt_col_form span{
		font-size: 14px;
	}
	.txt_col_form {
		padding-right: 26px;
	}
	.first_form{
		padding-top: 8px;
	}
	.first_form .btn_form{
		margin-top: 4px;
	}
	.type_work_calk{
		font-size: 14px;
	}
	.form_calk .btn_calk{
		width: 140px;
	}
	.left_calk{
		width: 95%;
	}
	.nash_yelow p{
		width: 51%;
	}
	.nash_yelow span{
		font-size: 16px;
	}
	.peredvizjnoy li{
		background-size: 30px 30px;
		width: 38%;
		margin: 0;
		padding: 0 0 0 11%;
	}
	.second_yslugi img{
		width: 15%;
		padding-top: 0;
		position: absolute;
		top: 10px;;
		right: 5px;
	}
	.second_yslugi li{
		position: relative;
		margin: 0;
		padding: 30px 0;
	}
	.ysl_l{
		width: 95%;
		font-size: 13px;
	}
	.doch h2{
		font-size: 18px;
	}
	.footer ul{
		padding-right: 7px;
	}
	.title{
		width: 86%;
	}
	.tables table tr:first-child td, .tables table tr td, .tables table tr td:first-child, .tables table tr td:last-child{
		font-size:7px;
	}
	header{
		padding: 10px 0;
	}
	
	/*******************************   premium        ****************/	
	.comanda .galery_f li, .comanda .galery_f li:nth-child(4), .table_secr .galery_f li, .table_secr .galery_f li:nth-child(4) {
		width: 48%;
		margin: 5px 1%;
	}
	.comanda .galery_f li:last-child, .table_secr .galery_f li:last-child{
		width: 48%;
		margin: 5px 1% 5px 26%;
	}
	.comanda_boss_l{
		/*float: none;
		width: 80%;
		margin: 0 10%;*/
	}
	.prem_col_form{
		font-size: 13px;
		border-radius: 10px 3px 3px 10px;
	}
	.bread{
		padding-top: 44px;
	}
	.comanda .h25{
		padding-left: 0;
		text-align: center;
		font-size: 19px;
	}
	.comanda_boss_l img{
		width: 91%;
		padding: 4px;
	}
	.h_c_w{
		margin-bottom: 20px;
	}
	.txt_calk_rezult{
		padding-right: 20px;
		margin-right: 10px;
	}
	.peredvizjnoy li.l_li_peredvizjnoy{
		margin-left: 2%;
	}
	.h25{
		padding: 30px 7px 25px;
		font-size: 19px;
		text-align: center;
	}
	.peredvizjnoy li{
		height: 85px;
	}
	.prem_auto h2{
		font-size: 19px;
	}
	.prem_auto li, .corp_work li{
		height: 130px;
	}
	.phone_f .number{
		margin-left: 26%;
	}
	/*******************************   cao        ****************/
	.p_bot_clr{
		padding-bottom:20px;	
	}
/******************************** corp **********************************************/
	.avto_coll_yelow span{
		font-size: 22px;
	}
	.btn_yelow_bl{
		padding-top: 10px;
	}
	.avto_coll_yelow span{
		font-size: 18px;
	}
	.avto_coll_yelow p{
		font-size: 14px;
	}
	.cont_info ul li{
		float: none;
		width: 90%;
		margin: 0px 5%;
	}
	.right_contact{
		font-size: 18px;
	}
	
	/************************* blog  **************************/
	.h3_0{
		font-size: 20px;
		padding-bottom: 15px;
	}
	.h3_25{
		padding-bottom: 15px;
	}
	.nav_pager li{
		padding: 8px 5px 0;
	}
	.nav_pager ul{
		width: auto;
		margin-left: 1.5%;
	}
	
	/************************ secret *********************/
	.table_secr .title_soc_skidka{
		width: 83%;
	}
	.logo{
		width: 170px;
	}
	.nav_l_btn{
		top: 0px;
	}
	.phone{
		padding-top: 31px;
		float: none;
		width: auto;
	}
	
	.phone p{
		padding-top: 32px;
		text-align: right;
	}
	.phone .number{
		background-size: 22px;
		float: right;
		padding-left: 26px;
	}
	.bg_header_cenu{
		font-size: 19px; 
	}
	.coll_first_form{
		 padding-top: 18px;
	}
	.coll_bg_secr{
		background-size: 29px auto;
	}
	.first_ul_footer{
		margin-left: 5px;
	}
}

@media screen and (max-width: 373px ) {
    /*360*/  	
    .bg_txt_col_form span{
		font-size: 12px;
	}
	.prem li:nth-child(4) img{
		padding-left: 10px;
	}
	.title{
		font-size: 20px;
	}
	.half_calk_r label{
		overflow: hidden;
		height: auto;
		padding-bottom: 9px;
	}
	.form_calk .txt_inp{
		width: 140px;
	}
	.img_ysl{
		padding-right: 5px;
	}
	.ysl_txt{
		padding-top: 4px;
	}
	.nash_yelow p{
		width: 100%;
		padding-bottom: 2px;
	}
	.nash_yelow{
		text-align: center;
	}
	.nash_yelow span{
		font-size: 25px;
	}
	.h25{
		font-size: 17px;
	}
	.footer ul{
		padding-right: 5px;
	}
	.ul_footer_left{
		margin-right: 5px;
	}
	.sf3, .sf1, .sf2{
		left: 10%;
	}
	.nash_yelow{
		padding: 20px 20px 10px;
	}
	.bg_txt_col_form{
		padding: 33px 0 33px 10px;
	}
	/*******************************   premium        ****************/	
	.prem_col_form{
		padding-left: 23px;
		background-size: 19px auto;
	}
	.comanda .h25{
		padding-left: 7px;
		font-size: 22px;
	}
	.comanda_r_txt h3{
		font-size: 23px;
	}
	.prem_auto h2{
		font-size: 17px;
	}
	.otzuv h4{
		font-size: 18px;
		padding-bottom: 10px;
	}
	.repost{
		padding-bottom: 30px;
	}
	/*******************************   cao        ****************/
	.vuezd_cao h3{
		font-size: 16px;
	}
	.vuezd_ul li{
		width: 48%;
		margin: 0 1% 25px;
		font-size: 12px;
	}
	.b_yelow_vuezd{
		height: auto;
		padding-bottom: 40px;
	}
	.p_bot_clr{
		padding-bottom: 10px;
	}
	.right_contact{
		font-size: 17px;
	}
	.nav_pager li{
		padding: 8px 4px 0;
	}
/******************************** corp **********************************************/
.cont_bread .bread{
	padding-top: 10px;
}
	/************************ secret *********************/
	.table_secr .right_tables h3{
		font-size: 17px;
	}
	.table_secr .right_tables h3, .table_secr .right_tables h4{
		width: 96%;
		margin: 0 auto;
		padding-bottom: 15px;
	}
	.table_secr .right_tables h4{
		font-size:14px;	
	}
	.table_secr .padd_table table tr:first-child td, .table_secr .padd_table table tr td, .table_secr .padd_table table tr td:first-child, .table_secr .padd_table table tr td:last-child{
		font-size: 13px;
	}
	.coll_bg_secr{
		background-size: 24px auto;
	}
	/******************************* cenu    ************************/
	.blue_b tr td:first-child{
		width: 60px;
	}
	.blue_b table tr:first-child td, .blue_b table tr td, .blue_b table tr td:first-child, .blue_b table tr td:last-child{
		padding: 0 1px;
	}
	
	.right_tables table tr:first-child td, .right_tables table tr td, .right_tables  table tr td:first-child, .right_tables  table tr td:last-child{
		font-size: 13px;
	}
	.left_tables table tr:first-child td, .left_tables table tr td, .left_tables  table tr td:first-child, .left_tables  table tr td:last-child{
		font-size: 13px;
	}
	.padd_table{
		padding-bottom: 15px;
	}
	.tables{
		padding-top: 0px;
	}
	.nash_yelow{
		line-height: 1;
	}
}

@media screen and (max-width: 358px ) { /*320*/	 
    .header{
		background-size: auto 362px;
	}
	.nav_l{
		top: 100px;
	}
	.phone .number{
		float: left;
		margin: 10px 0 0 5px;
		padding-left: 24px;
	}
	.nav_l_btn{
		top: 10px;
	}
	.phone p{
		text-align: center;
	}
	.type_work_calk li{
		margin: 0 5px;
		font-size: 13px;
	}
	.type_work_calk_pt{
		padding-top: 35px;
	}
	.txt_col_form{
		padding-right: 0;
	}
	.bg_txt_col_form{
		padding: 35px 5px;
		font-size: 11px;
	}
	.bg_txt_col_form span{
		font-size: 10px;
	}
	.first_form{
		padding-top: 7px;
	}
	.btn_form{
		font-size: 14px;
	}
	.calculation select{
		width: 125px;
	}
	.form_calk .txt_inp{
		width: 120px;
	}
	.form_calk .btn_calk{
		width: 120px;
	}
	.left_calk{
		width: 98%;
		margin-left: 0;
	}
	.ysl_txt{
		padding-top: 7px;
		font-size: 12px;
	}
	.shunomontazh ul li:last-child{
		width: 80%;
		margin-left: 10%;
	}
	.first_ul_footer{
		padding-left: 2px;
	}
	.footer ul{
		padding-right: 3px;
		font-size: 11px;
	}
	.ul_footer_left{
		margin-right: 3px;
	}
	.tables table tr:first-child td, .tables table tr td, .tables table tr td:first-child, .tables table tr td:last-child{
		font-size: 8px;
		padding: 0 5px;
	}
	.title{
		font-size: 17px;
	}
	.txt_prem_right{
		font-size: 10px;
	}
	.prem li{
		height: 70px;
		width: 33%;
		margin: 0;
	}
	.coll_form{
		top: -110px;
	}
	.prem_auto li, .corp_work li{
		height: 110px;
	}
	.prem_col_form{
		padding-left: 5px;
		background-position: top 5px right 10px;
		background-size: 27px auto;
	}
	.h_c_w{
		font-size: 17px;
	}
	.h25{
		padding: 25px 5px;
		font-size: 16px;
	}
	.peredvizjnoy li{
		width: 39%;
		padding-left: 10%;
		background-size: 26px 26px;
	}
	.prem_auto{
		padding-top: 35px;
	}
	.nash_yelow{
		padding: 15px 10px 8px;
		width: 90%;
	}
	.tables .h25{
		padding-bottom: 12px;
	}
	.repost{
		font-size: 16px
	}
	.phone_f .number{
		margin-left: 22%;
	}
	/*******************************   cao        ****************/
	.vuezd_cao h3{
		font-size: 15px;
	}
/******************************** corp **********************************************/
	.avto_coll_yelow p{
		font-size: 12px;
	}
	.avto_coll_yelow span{
		font-size: 17px;
	}
	.right_contact{
		font-size: 16px;
	}
	.cutata{
		padding: 20px 10px 35px 10px;
		font-size: 15px;
	}
	.cutata span{
		line-height: 1.4;
		padding-top: 15px;
	}
	.lapky_cutata{
		width: 60px;
	}
	.nav_pager li{
		padding: 8px 7px 0;
	}
	.nav_pager_f_a, .nav_pager_l_a{
		display: none;
	}
	.nav_pager ul{
		margin-left: 19%;
	}
	.tegs li{
		margin: 5px 0 2px;
	}
	.tegs li:after{
		padding-left: 5px;
		font-size: 12px;
	}
	/************************ secret *********************/
	.table_secr .right_tables h3{
		font-size: 14px;
	}
	.table_secr .right_tables h4{
		font-size:12px;	
	}
	.table_secr .padd_table table tr:first-child td, .table_secr .padd_table table tr td, .table_secr .padd_table table tr td:first-child, .table_secr .padd_table table tr td:last-child{
		font-size: 12px;
	}
	.right_tables_yelow{
		font-size: 19px;
	}
	
	.coll_first_form{
		 padding-top: 10px;
	}
	.coll_bg_secr{
		background-position: bottom 5px right 5px;
		padding: 14px 0 11px 5px;
		background-size: 31px auto;
	}
	/******************************* cenu    ************************/
	.blue_b tr td:first-child{
		width: 53px;
	}
	
	.right_tables table tr:first-child td, .right_tables table tr td, .right_tables  table tr td:first-child, .right_tables  table tr td:last-child{
		font-size: 12px;
	}
	.left_tables table .left_tables table tr td, .left_tables  table tr td:first-child, .left_tables  table tr td:last-child{
		font-size: 12px;
	}
}

.ya-share2__item{
        padding-bottom: 0 !important;
            margin-top: -5px !important;
}

.tegs a,.shunomontazh a{
    color:#000;
}
#sitemap{
    margin: 0 0 0 1px;
    padding: 50px 0 0 185px;
}
#sitemap ul {
  margin: 0 0 0 1px;
  padding: 0 0 0 30px;

}
 
#sitemap ul li {
  margin: 0;
  padding: 0 0 0 14px;
  list-style: none;

}
 
#sitemap ul li.last {
  margin-bottom: 6px;

}



#sitemap a{
			text-decoration: underline;
			color: #293548;
			font-size: 16px;
			font-family: gsb;
            line-height: 24px;
		}

.bg_header_main,.bg_header_secr,.nashly {
    background-size: cover;
}
.comanda_r_txt ul,.txt_secrets ul,.ysl_l ul{
    list-style: disc;
    padding: 0;
    margin: 0 0 0 18px;
    font-size: 14px;
}

.txt_secrets ul{
    font-size: 16px;
}
.comanda_r_txt ol{
    font-size: 14px;
}

.txt_second_main .comanda_r_txt {
    padding-top: 0 !important;
}

.txt_second_main_l img {

    margin-top: 40px;
}

.b_yelow_vuezd ul li{
  font-family:gr;
  width:100% !important;
  list-style-type:disc;
text-transform:none;
}

.b_yelow_vuezd ul{
    font-size: 14px;
    font-family: gr;
    list-style-type: disc;
    text-align: left;
padding-bottom:0;
}

.b_yelow_vuezd {
    padding: 25px 0 0;
    height: 193px;
}


.otzuv {
    height: 304px;
}

@media screen and (max-width: 799px){
.social_otz .ya-share2__list_direction_horizontal .ya-share2__item {
width: 10%;
    padding: 0 0 20px 5%;
}
}

@media screen and (max-width: 799px){
.otzuv {
    height: 364px;
}
}

@media screen and (max-width: 650px){
.contacts_bread{
       margin-top: 250px;
}
}

.p_vuezd {
    width: 83%;
    position: relative;
    left: -10px;
}

.txt_secrets p,.txt_secrets ul {
    font-size: 14px;
    line-height: 1.4;
}

.calculator2 .half_calk_r {
    width: 43%;
}

.close{
    position: relative;
    text-align: right;
    cursor: pointer;
    margin: -35px 10px 15px 0;
}

.close2 {
    position: relative;
    text-align: right;
    cursor: pointer;
    margin: -35px -30px 15px 0;
}

#xlsx{
display:none;
margin-bottom:15px;
}

:invalid {
  box-shadow: none;
}

.shunomontazh ul li:nth-child(13) img{
    height:30px;
    margin-bottom: 10px;
}