*{
	box-sizing: border-box;
}
a{
	text-decoration: none;
	display: inline-block;
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.container{
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}
body{
	/* font-family: 'Roboto', sans-serif; */
	font-family: 'PT Serif', serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #5e5e5e;
	background-color: #fff;
}

header{
	font-family: 'Roboto', sans-serif;
}

.header_top{
	background-color: #303030;
}
.header_btn{
	float: right;
	line-height: 36px;
	color: #1b1b1b;
	background-color: #ffc222;
	padding: 5px 20px 4px 50px;
	font-size: 16px;
	display: block;
	position: relative;
	transition: all .3s;
}
.header_btn:hover{
	background-color: #ffe6a1;
}
.header_btn:before{
	content: "\f0b1";
	font-family: 'icomoon';
	position: absolute;
	left: 22px;
	color: #1b1b1b;
	position: absolute;
}
.header_contacts:after{
	content: "";
	clear: both;
	display: block;
}
.header_phone,
.header_email{
	color: #cbcacb;
	letter-spacing: 0.25px;
	line-height: 45px;
	position: relative;
}
.header_phone{
	padding-left: 20px;
	padding-right: 30px;
}
.header_phone:before{
	content: "\f095";
	font-family: 'icomoon';
	position: absolute;
	left: 0;
	color: #ffc222;
}
.header_email{
	padding-left: 24px;

}
.header_email:before{
	content: "\f003";
	font-family: 'icomoon';
	position: absolute;
	left: 0;
	color: #ffc222;
}
.header_content{
	padding: 34px 0px 23px;
}
.menu li{
	display: inline-block;
}
.header_content-inner{
	display: flex;
	justify-content: space-between;
}
.menu a{
	color: #323232;
	font-size: 16px;
	line-height: 36px;
	border: 1px solid transparent;
	padding: 0px 16px;
	transition: all .3s;
}
.menu a:hover{
	border: 1px solid #ffc222;
}
.menu li + li{
	padding-left: 10px;
}
#modal{
	display: none;
}
.slider{
	background-image: url(../pic/slider-fon.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 500px;
}
.slider_item-content{
	font-family: 'Roboto', sans-serif;
	text-align: center;
	padding-top: 110px;
	max-width: 665px;
	margin: 0px auto;
}
.slider_title{
	text-transform: uppercase;
	line-height: 36px;
	font-size: 30px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 22px;
}
.slider_text{
	font-family: 'PT Serif', serif;
	line-height: 24px;
	font-size: 18px;
	color: #b5b6b6;
	margin-bottom: 50px;
}
.slider_btn{
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	padding: 8px 30px 8px 24px;
	border: 1px solid #ffc222;
	border-right-width: 22px;
}
.default-btn{
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	padding: 8px 30px 8px 24px;
	border: 1px solid #ffc222;
	border-right-width: 22px;
	position: relative;
	outline: none;
	font-family: 'Roboto', sans-serif;
	transition: all .3s;

}
.default-btn:after{
	content: "\f105";
	font-family: 'icomoon';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -12px;
}
.default-btn:hover{
	border-color: #FFE6A1;
	cursor: pointer;
}
}
.slider_inner{
	position: relative;
}
.slick-btn{
	position: absolute;
  	top: 70%;
  	z-index: 3;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	cursor: pointer;
	outline: none;
	background-color: #ffc222;
}

.slick-btn.slick-disabled{
	cursor: default;
	background-color: transparent;
}
.slick-btn:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'icomoon';
	color: #fff;
}
.slick-next:before{
	content: "\f105";
}
.slick-prev:before{
	content: "\f104";
}

.slick-next{
	right: 0;
}
.slick-prev{
	left: 0;
}
.services{
	padding: 50px 0px 30px;
}
.services_top,
.news_top{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.services_title-box,
.form_title-box,
.news_title-box{
	max-width: 520px;
	padding-left: 140px;
	position: relative;
}
.services_title-box:before,
.form_title-box:before,
.news_title-box:before{
	content: "";
	position: absolute;
	width: 100px;
	height: 2px;
	background-color: #ffc222;
	left: 0;
	top: 11px;
}
.services-title,
.form_title,
.news_title{
	font-size: 24px;
	font-weight: 500;
	line-height: 24px;
	color: #212020;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 10px;
}
.services_text,
.form_text,
.news_text{
	letter-spacing: 0.1px;
}
.services_btn a,
.news_btn a{
	color: #373635;
	line-height: 24px;
	letter-spacing: 0.25px;
	padding: 5px 38px;
	border: 3px solid #e6e6e6;
	transition: all .3s;
}
.services_btn a:hover,
.news_btn a:hover{
	border-color: #ffc222;
}
.services_items{
	display: flex;
	justify-content: space-between;
}
.services_item{
	max-width: 360px; 
	text-align: center;
	padding: 30px 0px 80px;
	position: relative;
	min-height: 372px;
	background-color: #f9f9f9;
	box-shadow: 0px 7px 24.3px 2.7px rgba(91, 89, 89, 0.14);
}
.services_item-title{
	color: #212020;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	padding: 24px 0;
}
.services_item-text{
	letter-spacing: 0.1px;
	padding: 0px 30px 30px;
	margin-bottom: 60px;
}
.services_item-btn{
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
}
.services_item-btn .default-btn{
	color: #373636;
}
.services_item-btn .default-btn:after{
	color: #fff;
}
.services_item-link{
	color: #050505;
	font-family: 'Roboto', sans-serif;
	border-bottom: 1px solid #050505;	
	margin-right: 60px;
}
.about{
	background-image: url(../pic/about-fon.jpg);
	background-size: cover;
	background-position: center;
	min-height: 300px;
	background-repeat: no-repeat;
	padding: 25px 0px 45px;
}
.about_inner{
	max-width: 545px;
}
.about_title{
	padding: 10px 0px 25px;
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}
.about_text{
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.1px;
	color: #d3d2d2;
}
.default-btn.about_btn:after{
	color: #000;
}
.form{
	padding-top: 30px;
}
.form_inner{
	padding-bottom: 40px;
	background-image: url(../pic/form-fon.png);
	min-height: 460px;
	background-repeat: no-repeat;
	background-position: bottom right;
}
.form_box{
	max-width: 850px;
	padding-top: 45px;
}
.form_box-inner{
	display: flex;
	justify-content: space-between;
}
.form_box-left{
	max-width: 260px;
	width: 100%;
}
.form_box-right{
	max-width: 555px;
	width: 100%;
}
.form_box-inner label,  
.form_box-inner input,
.form_box-inner textarea{
	display: block;
	width: 100%;
}
.form_box-inner label{
	line-height: 36px;
	color: #282828;
	font-family: 'Roboto', sans-serif;
}
.form_box-inner input{
	margin-bottom: 8px;
	outline: none;
	height: 40px;
	border: 1px solid #e6e6e6;
	padding: 0px 17px 0px;
}
.form_box-inner select{
  outline: none;
  padding-left: 17px;
}
.form_box button{
	background-color: transparent;
	color: #282828;
	float: right;
}
.form_box-inner .jq-selectbox.jqselect{
  display: block;
  width: 100%;
}
.form_box-inner .jq-selectbox__select{
  height: 40px;
  border: 1px solid #e6e6e6;
  padding-left: 17px;
}
.form_box-inner .jq-selectbox__trigger-arrow:before{
  content: "\f105";
  font-family: 'icomoon';
  position: absolute;
  right: 17px;
  top: 0;
  transform: rotate(90deg);
}
.form_box-inner .jq-selectbox__dropdown {
	width: 100%;
	margin: 2px 0 0;
	padding: 0;
	border: 1px solid #e6e6e6;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
}
.form_box-inner .jq-selectbox li {
	min-height: 18px;
	padding: 5px 17px 6px;
	color: #231F20;
}
.form_box-inner  .jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.form_box-inner  .jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}
.form_box-inner  .jq-selectbox li.disabled {
	color: #AAA;
}
.form_box-inner  .jq-selectbox li.disabled:hover {
	background: none;
}
.form_box-inner  .jq-selectbox li.optgroup{
	font-weight: bold;
}
.form_box-inner  .jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.form_box-inner  .jq-selectbox li.option {
	padding-left: 25px;
}

.form_box-inner textarea{
	outline: none;
	border: 1px solid #e6e6e6;
	padding: 10px;
	height: 208px;
	resize: none;
	margin-bottom: 40px;
}h
.form_box-inner button{
	background-color: transparent;
	color: #282828;
	float: right;
}
.advantages{
	padding: 55px 0px 40px;
	background-image: url(../pic/adv-fon.jpg);
	background-size: cover;
	background-position: center;
	min-height: 300px;
	background-repeat: no-repeat;
}
.advantages_inner{
	display: flex;
	justify-content: space-between;
	color: #fff; 
	text-align: center;
}
.advantages_item{
	max-width: 360px;
	padding: 0px 20px;
}
.advantages_title{
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	padding: 60px 0px 15px;
	position: relative;
}
.advantages_text{
	line-height: 24px;
	color: #d3d2d2;
	letter-spacing: 0.1px;
}
.advantages_title:before{
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	border: 2px solid #ffc222;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.advantages_title:after{
	content: "\f00c";
	font-family: 'icomoon';
	font-size: 14px;
	position: absolute;
	top: 9px;
	left: 50%;
	transform: translateX(-50%);
}
.news{
	padding: 55px 0px 110px;
	background-color: #f9f9f9;
}
.news_inner{
	display: flex;
	justify-content: space-between;
}
.news_slider{
	max-width: 555px;
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 5px 15.36px 0.64px rgba(128, 127, 127, 0.13);
	padding: 60px 35px 40px 70px;
	position: relative;
}
.news_slider:before{
	font-family: 'icomoon';
	content: "\f10e";
	color: #fff;
	position: absolute;
	top: 0;
	left: 70px; 
	font-size: 16px;
	width: 65px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #ffc222;
}
.news_blog{
	max-width: 260px;
	width: 100%;
}
.news_images{
	position: relative;
}
.news_data{
	position: absolute;
	background-color: #ffc222;
	height: 55px;
	width: 50px;
	color: #fff;
	text-align: center;
	padding-top: 30px;
	font-weight: 700;
	top: 0;
	left: 10px;
}
.news_blog-title{
	font-size: 16px;
	line-height: 18px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.5px;
	color: #242424;
	padding: 12px 0px;
}
.news_blog-text{
	letter-spacing: 0.1px;
	color: #5e5e5e;
}
.news_slider-title{
	font-size: 18px;
	line-height: 24px;
	color: #242424;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
}
.news_slider-text{
	margin-bottom: 30px;
}
.news_slider-author{
	letter-spacing: 0.1px;
	color: #212020;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
}
.news_slider-inner .slick-btn{
	top: auto;
	bottom: -110px;
}
.news_slider-inner .slick-next{
	right: -35px;
}
.news_slider-inner .slick-prev{
	right: 20px;
	left: auto;
}
.news_slider-inner .slick-disabled{
	border-color: #dadada;
}
.news_slider-inner .slick-disabled:before{
	color: #dadada;
}
.footer_content{
	background-color: #595959;
	padding: 20px 0px 30px;
}
.footer_inner{
	display: flex;
	justify-content: space-between;
}
.footer_map{
	padding-top: 10px;
	max-width: 630px;
	width: 100%;
}
.footer_map iframe{
	width: 100%;
}

.footer_inner .header_btn{
	float: none;
	display: inline-block;
}
.footer_title{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	line-height: 36px;
	letter-spacing: 0.5px;
}
.footer_text{
	color: #d3d2d2;
	margin-bottom: 20px;
}
.footer_info{
	max-width: 360px;
}
.footer_list li{
	margin-top: 10px;
}
.footer_list a{
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	letter-spacing: 0.25px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	padding-left: 33px;
	position: relative;
}
.footer_copy{
	background-color: #303030;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 24px;
	padding: 8px 0;
}
.footer_list a:before{
	content: '\f003';
	position: absolute;
	left: 0;
	color: #ffc222;
	font-family: 'icomoon';
}
.footer_list .footer_phone:before{
	content: "\f095";
	left: 3px;
}
.footer_list .footer_adress:before{
	content: "\f041";
	left: 3px;
}
#modal{
	width: 300px;
}
#modal input{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin-bottom: 20px;
	display: block;
	width: 100%;
	outline: none;
	height: 40px;
	border: 1px solid #e6e6e6;
	padding: 0px 17px 0px;
}
#modal input[type="submit"]{
	background-color: #ffc222;
	border: none;
}
#modal input[type="submit"]:hover{
	background-color: #ffe6a1;
}
.header_btn-menu{
	display: none;
	font-size: 28px;
	cursor: pointer;
}