a:hover, button:hover, input[type="submit"]:hover {
  -webkit-transition: all 0.8s ease;
  -webkit-transition--moz-transition: all 0.8s ease;
  -webkit-transition--o-transition: all 0 0.8s ease;
  -webkit-transition-transition: all 0.8s ease;
}

button, input[type="submit"] {
  cursor: pointer;
}

/*HEADER*/
header {
  width: 100%;
  min-height: 115px;
}

.main_container {
  max-width: 1180px;
  margin: 0 auto;
}

.logo {
  float: left;
  margin-top: 10px;
}

.logo img {
  float: left;
  position: relative;
  top: 7px;
  left: 3px;
}

.logo .logo_text {
  font-family: 'PFDinTextPro-Medium';
  color: #e6a72f;
  font-size: 30px;
  float: left;
}

.logo .logo_text span {
  color: #599ebe;
}

.phone_top {
  float: right;
  margin-top: 22px;
}

.phone_top .phone_text {
  float: left;
  margin-right: 20px;
}

.phone_top .phone_text span {
  font-family: 'PFDinTextPro-Regular';
  font-size: 18px;
  color: #808080;
  margin-bottom: 5px;
  display: block;
}

.phone_top .phone_text p {
  font-family: 'PFDinTextPro-Medium';
  font-size: 22px;
  color: #000;
  position: relative;
  padding-left: 30px;
}

.phone_top .phone_text p:before {
  position: absolute;
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  background: url("../images/icon-tel.png") no-repeat;
  left: 0;
  top: 2px;
}

.phone_top .phone_text p a {
  text-decoration: none;
  color: #000000;
}

.phone_top .call_top {
  float: left;
  display: block;
  font-family: 'PFDinTextPro-Medium';
  font-size: 18px;
  color: #fff;
  width: 205px;
  height: 40px;
  background-color: #0092db;
  background-image: linear-gradient(to top, #df912e 0%, #f1cb30 100%);
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
}

.phone_top .call_top:hover {
  background-image: linear-gradient(to bottom, #df912e 0%, #f1cb30 100%);
}

.main_nav {
  width: 100%;
  height: 60px;
  background-color: #599ebe;
  background-image: linear-gradient(to top, #487f92 0%, #599ebe 100%);
  border: 1px solid #498194;
  border-radius: 5px;
  box-shadow: 0.7px 0.7px 7px rgba(0, 0, 0, 0.28), inset 0 2px 0 rgba(255, 255, 255, 0.25);
  margin-top: 23px;
  position: relative;
  z-index: 99;
}

.main_nav ul li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding: 0 27px;
  margin-top: 10px;
}

.main_nav ul li a {
  font-family: 'PFDinTextPro-Regular';
  font-size: 17px;
  color: #fff;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  line-height: 20px;
  vertical-align: middle;
  position: relative;
}

.main_nav ul li a:hover {
  color: #eec130;
}

.main_nav ul li:before {
  position: absolute;
  content: '';
  display: block;
  width: 1px;
  height: 38px;
  background: url("../images/line_right.png") no-repeat;
  right: 0;
}

.main_nav ul li:last-child:before {
  display: none;
}

.main_nav ul li:first-child a {
  margin-top: 10px;
}

/*END HEADER*/
/*MAIN SLIDER*/
.ms_cont .bx-wrapper {
  margin-top: -30px !important;
}

.first_slide {
  width: 100%;
  height: 641px;
  background: url("../images/main_slider_bg1.jpg") no-repeat top center;
  -webkit-background-size: cover;
  background-size: cover;
}

.second_slide {
  width: 100%;
  height: 641px;
  background: url("../images/main_slider_bg2.jpg") no-repeat top center;
  -webkit-background-size: cover;
  background-size: cover;
}

.third_slide {
  width: 100%;
  height: 641px;
  background: url("../images/main_slider_bg3.jpg") no-repeat top center;
  -webkit-background-size: cover;
  background-size: cover;
}

.main_slider_wrap .left_side {
  width: 68.221%;
  float: left;
  margin-right: 20px;
}

.main_slider_wrap .left_side h1 {
  font-family: 'FedraSerifAPro-Normal';
  font-size: 70px;
  color: #fff;
  text-align: center;
  line-height: 80px;
  margin-top: 135px;
}

.main_slider_wrap .form_side {
  float: right;
  width: 29.41%;
  height: 294px;
  border: 1px solid white;
  margin-top: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}

.main_slider_wrap .form_side .form_bg {
  width: 100%;
  height: 100%;
  border: 1px solid white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 16px;
  text-align: center;
}

.main_slider_wrap .form_side .form_bg .title {
  font-family: 'PFDinTextPro-Medium';
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
}

.user-city{
	font-weight: bold;
	color:#df922e;

}

#user-region{
	color: #ffea00
}

.main_slider_wrap .form_side .form_bg .subtitle {
  font-family: 'PFDinTextPro-Italic';
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}

.main_slider_wrap .form_side .form_bg .main_input {
  width: 100%;
  font-family: 'PFDinTextPro-Italic';
  font-size: 16px;
  color: #808080;
  height: 40px;
  background-color: white;
  border: 1px solid #4a4a4a;
  border-radius: 5px;
  box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.27);
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  margin-bottom: 20px;
}

.main_slider_wrap .form_side .form_bg .main_submit {
  width: 205px;
  height: 40px;
  background-color: #0092db;
  background-image: linear-gradient(to top, #df912e 0%, #f1cb30 100%);
  border-radius: 5px;
  font-family: 'PFDinTextPro-Medium';
  font-size: 18px;
  color: #fff;
  outline: none;
  border: none;
}

.main_slider_wrap .form_side .form_bg .main_submit:hover {
  background-image: linear-gradient(to bottom, #df912e 0%, #f1cb30 100%);
}

.ms_cont .bx-wrapper .bx-controls-direction a {
  width: 31px;
  height: 55px;
}

.ms_cont .bx-wrapper .bx-prev {
  background: url("../images/arrows.png") no-repeat;
  left: 30px;
}

.ms_cont .bx-wrapper .bx-next {
  background: url("../images/arrows.png") no-repeat -45px 0;
  right: 30px;
}

.thumbs_wrap {
  margin-top: 50px;
}

.thumbs_block {
  width: 18.645%;
  height: 179px;
  text-align: center;
  float: left;
  margin-right: 20px;
}

.thumbs_block a {
  border: 1px solid #fff;
  display: block;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.thumbs_block a .title {
  font-family: 'PFDinTextPro-Medium';
  font-size: 17px;
  color: #fff;
  margin-top: 5px;
  display: block;
}

.thumbs_block a:hover {
  border: 1px solid #599ebe;
}

.thumbs_block .active {
  border: 1px solid #599ebe;
}

.thumbs_block:last-child {
  margin-right: 0;
}

/*END MAIN SLIDER*/
/*ABOUT*/
.about_wrap .l_about {
  float: left;
  margin-right: 20px;
  width: 23.136%;
  margin-top: 16px;
}

.about_wrap .l_about img {
  width: 100%;
  height: auto;
}

.about_wrap .r_about {
  float: left;
  width: 75%;
  margin-top: 50px;
}

.about_wrap .r_about .title {
  font-family: 'PFDinTextPro-Medium';
  font-size: 24px;
  color: #4c4c4c;
}

.about_wrap .r_about span {
  font-family: 'PFDinTextPro-Medium';
  font-size: 17px;
  color: #4c4c4c;
  display: block;
  margin: 15px 0;
}

.about_wrap .r_about p {
  font-family: 'PFDinTextPro-Italic';
  font-size: 19px;
  color: #4c4c4c;
  margin-bottom: 15px;
}

/*END ABOUT*/
/*SERTIFICATES*/
.sert_bg {
  width: 100%;
  height: auto;
  background: url("../images/sert_bg.jpg");
  box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.15);
  padding-bottom: 40px;
}

.main_h1 {
  font-family: 'PFDinTextPro-Regular';
  font-size: 35px;
  color: #000;
  text-align: center;
  margin: 25px 0;
}

.sert_wrap {
  text-align: center;
}

.sert_wrap a {
  width: 142px;
  height: 205px;
  margin-right: 16px;
  vertical-align: middle;
  display: inline-block;
}

.sert_wrap a img {
  width: 100%;
  height: auto;
}

#sert_main{
width: 230px;
  height: 159px;
}

.sert_wrap a:nth-child(3) img {
  position: relative;
  top: 5px;
}

.sert_wrap a:last-child {
  margin-right: 0;
}

.form_blue {
  width: 100%;
  height: 70px;
  background-color: #599ebe;
  border-radius: 5px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: 70px;
}

.form_blue p {
  display: inline-block;
  line-height: 70px;
  font-family: 'PFDinTextPro-Italic';
  font-size: 25px;
  color: #fff;
  float: left;
  margin-right: 28px;
}

.form_blue .main_input {
  font-family: 'PFDinTextPro-Italic';
  font-size: 16px;
  text-align: center;
  color: #808080;
  width: 306px;
  height: 40px;
  background-color: white;
  border: 1px solid #487f99;
  border-radius: 5px;
  box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.27);
  outline: none;
  display: inline-block;
  margin-top: 15px;
  float: left;
  margin-right: 20px;
}

.form_blue .main_submit {
  font-family: 'PFDinTextPro-Medium';
  font-size: 18px;
  color: #fff;
  width: 205px;
  height: 40px;
  background-color: #0092db;
  background-image: linear-gradient(to top, #df912e 0%, #f1cb30 100%);
  border-radius: 5px;
  float: left;
  border: none;
  outline: none;
  margin-top: 15px;
}

.form_blue .main_submit:hover {
  background-image: linear-gradient(to bottom, #df912e 0%, #f1cb30 100%);
}

/*END SERTIFICATES*/
/*FOOTER*/
.footer_bg {
  width: 100%;
  height: 169px;
  background-color: #143647;
  box-shadow: inset 0 5px 6px rgba(0, 0, 0, 0.4);
  padding-top: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.footer_bg .logo {
  margin-top: 0;
}

.footer_bg p {
  font-family: 'PFDinTextPro-Regular';
  font-size: 16px;
  color: #fff;
  margin-bottom: 8px;
}

.footer_bg .req {
  float: left;
  margin-left: 26px;
}

.footer_bg .req span {
  font-family: 'PFDinTextPro-Regular';
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
}

.footer_bg .adress {
  float: left;
  margin-left: 26px;
}

.footer_bg .phone_bottom {
  float: left;
  margin-left: 26px;
}

.footer_bg .phone_bottom span {
  font-family: 'PFDinTextPro-Medium';
  font-size: 22px;
  color: #fff;
  float: right;
}

.footer_bg .phone_bottom span a {
  text-decoration: none;
  color: #fff;
}

/*END FOOTER*/
/*EXPERTIZA*/
.main_slider_bg_ex {
  width: 100%;
  height: 641px;
  background: url("../images/main_slider_bg_ex.jpg") no-repeat top center;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: -30px;
}

.spasibo {
  background: #fff;
	margin-top: 30px;
}

#spasibotitle{
	font-size: 30px;
	color: #df922e;
	text-align: left;
	margin-bottom: 25px;

}

#spasibopage{
height: 350px;
}

.main_slider_bg_ex h1 {
  margin-top: 70px;
  font-family: 'FedraSerifAPro-Normal';
  font-size: 40px;
  text-align: center;
  color: #fff;
  line-height: 45px;
  margin-bottom: 20px;
}

.main_slider_bg_ex h2 {
  font-family: 'PFDinTextPro-Medium';
  font-size: 35px;
  color: #df922e;
  text-align: center;
}

.main_slider_bg_ex h2 span {
  color: #ffea00;
}

.main_slider_bg_ex .form_side {
  margin-top: 15px;
}

.circles_block {
  margin-top: 10px;
}

.circles_block img {
  float: left;
  margin-right: 20px;
}

.circles_block p {
  font-family: 'PFDinTextPro-Medium';
  font-size: 25px;
  color: #fff;
  float: left;
  margin-top: 27px;
}

/*END EXPERTIZA*/
.work_wrap {
  padding-bottom: 50px;
}

.main_h2 {
  font-family: 'PFDinTextPro-Italic';
  font-size: 23px;
  color: #666;
  text-align: center;
  line-height: 30px;
  margin-bottom: 10px;
}

.work_k {
  text-align: center;
  margin-top: 24px;
}

.work_k .work_block {
  width: 430px;
  height: 347px;
  border: 5px solid rgba(204, 204, 204, 0.33);
  border-radius: 5px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  vertical-align: top;
}

.work_k .work_block:first-child {
  margin-right: 20px;
}

.work_k .work_block:first-child ul li:nth-child(1):before {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  width: 22px;
  height: 25px;
  background: url("../images/work_icon1.png") no-repeat;
}

.work_k .work_block:first-child ul li:nth-child(2):before {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  width: 21px;
  height: 25px;
  background: url("../images/work_icon2.png") no-repeat;
}

.work_k .work_block:first-child ul li:nth-child(3):before {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  width: 27px;
  height: 23px;
  background: url("../images/work_icon3.png") no-repeat;
}

.work_k .work_block:first-child ul li:nth-child(4):before {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  width: 25px;
  height: 24px;
  background: url("../images/work_icon4.png") no-repeat;
}

.work_k .work_block:last-child {
  margin-right: 20px;
}

.work_k .work_block:last-child ul li:nth-child(1):before {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  width: 20px;
  height: 24px;
  background: url("../images/work_icon5.png") no-repeat;
}

.work_k .work_block:last-child ul li:nth-child(2):before {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  width: 19px;
  height: 24px;
  background: url("../images/work_icon6.png") no-repeat;
}

.work_k .work_block:last-child ul li:nth-child(3):before {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  width: 22px;
  height: 21px;
  background: url("../images/work_icon7.png") no-repeat;
}

.work_k .work_block:last-child ul li:nth-child(4):before {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  width: 25px;
  height: 22px;
  background: url("../images/work_icon8.png") no-repeat;
}

.work_k .work_block .title {
  font-family: 'PFDinTextPro-Medium';
  font-size: 25px;
  color: #498194;
}

.work_k .work_block ul li {
  text-align: left;
  font-family: 'PFDinTextPro-Regular';
  font-size: 20px;
  color: #4c4c4c;
  margin-top: 35px;
  padding-left: 35px;
  position: relative;
}

.type_title {
  font-family: 'PFDinTextPro-Medium';
  font-size: 25px;
  color: #599ebe;
  text-align: center;
  margin-bottom: 18px;
}

.type_block {
  position: relative;
  width: 380px;
  height: 256px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
  float: left;
  margin-right: 20px;
}

.type_block:last-child {
  margin-right: 0;
}

.type_block:nth-child(2) .title {
  font-size: 20px;
  line-height: 24px;
  padding-top: 5px;
}

.type_block .title {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 57px;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-family: 'PFDinTextPro-Medium';
  font-size: 22px;
  color: #fff;
  line-height: 57px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.our_experts_block {
  width: 49.153%;
  float: left;
  
  margin-bottom: 20px;
}

.our_experts_block:nth-child(2), .our_experts_block:nth-child(4), .our_experts_block:nth-child(6), .our_experts_block:nth-child(7){
  margin-right: 0;
}

.our_experts_block img {
  float: left;
  margin-right: 20px;
}

.our_experts_block .our_experts_text {
  float: left;
}

.our_experts_block .our_experts_text .title {
  font-family: 'PFDinTextPro-Medium';
  font-size: 22px;
  color: #599ebe;
}

.our_experts_block .our_experts_text p {
  font-family: 'PFDinTextPro-Regular';
  font-size: 18px;
  color: #4c4c4c;
  margin-top: 10px;
}

.experts_subtitle {
  font-family: 'PFDinTextPro-Medium';
  font-size: 25px;
  color: #666;
  text-align: center;
  margin-bottom: 45px;
}

.shadow {
  width: 100%;
  height: 37px;
  background: url("../images/shadow.png") no-repeat;
}

.img_wrap {
  width: 87%;
  height: 443px;
  margin: 0 auto;
}

.img_wrap img {
  width: 100%;
  height: 443px;
}

.progect_wrap {
  margin-bottom: 28px;
  position: relative;
}

.progect_wrap .title {
  text-align: center;
  font-family: 'PFDinTextPro-Medium';
  font-size: 25px;
  color: #fff;
  width: 77%;
  height: 82px;
  background-color: rgba(0, 0, 0, 0.8);
  line-height: 82px;
  position: absolute;
  bottom: 25px;
  right: 112px;
}

.progect_bg {
  padding-bottom: 45px;
}

.akr_wrap .left {
  float: left;
  width: 30%;
  margin-right: 20px;
}

.akr_wrap .left a {
  width: 189px;
  height: 261px;
  display: block;
  margin: 15px auto;
}

.akr_wrap .right {
  float: left;
  width: 68%;
}

.akr_wrap .right .title {
  font-family: 'PFDinTextPro-Regular';
  font-size: 35px;
  color: #000000;
  margin-top: 44px;
}

.akr_wrap .right p {
  font-family: 'PFDinTextPro-Regular';
  font-size: 18px;
  color: #4c4c4c;
  margin-top: 20px;
}

.form_bg1 .akr_wrap .left img {
  display: block;
  margin: 84px auto 0 auto;
}

.form_bg1 .akr_wrap .right {
  text-align: center;
}

.form_bg1 .akr_wrap .right p {
  text-align: center;
}

.form_bg1 .akr_wrap .right .main_input {
  font-family: 'PFDinTextPro-Italic';
  font-size: 16px;
  text-align: center;
  color: #808080;
  width: 430px;
  height: 40px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.27);
  outline: none;
  display: inline-block;
  margin-top: 15px;
  margin-right: 20px;
}

.form_bg1 .akr_wrap .right .main_submit {
  font-family: 'PFDinTextPro-Medium';
  font-size: 18px;
  color: #fff;
  width: 205px;
  height: 40px;
  background-color: #0092db;
  background-image: linear-gradient(to top, #df912e 0%, #f1cb30 100%);
  border-radius: 5px;
  display: inline-block;
  border: none;
  outline: none;
  margin-top: 15px;
}

.form_bg1 .akr_wrap .right .main_submit:hover {
  background-image: linear-gradient(to bottom, #df912e 0%, #f1cb30 100%);
}

.sheme_block {
  width: 31.78%;
  float: left;
  text-align: center;
  margin-top: 43px;
  margin-right: 25px;
  position: relative;
}

.sheme_block .title {
  font-family: 'PFDinTextPro-Medium';
  font-size: 20px;
  color: #4c4c4c;
  margin: 15px 0;
  line-height: 24px;
}

.sheme_block p {
  font-family: 'PFDinTextPro-Regular';
  font-size: 16px;
  color: #4c4c4c;
  line-height: 18px;
}

.sheme_block:nth-child(3), .sheme_block:nth-child(6) {
  margin-right: 0;
}

.sheme_block:nth-child(1):before, .sheme_block:nth-child(2):before {
  position: absolute;
  content: '';
  display: block;
  width: 85px;
  height: 23px;
  background: url("../images/sh_arrow1.png") no-repeat;
  right: -24px;
  top: 30%;
}

.sheme_block:nth-child(4):before, .sheme_block:nth-child(5):before {
  position: absolute;
  content: '';
  display: block;
  width: 85px;
  height: 23px;
  background: url("../images/sh_arrow2.png") no-repeat;
  right: -24px;
  top: 30%;
}

.sheme_block:nth-child(3):before {
  position: absolute;
  content: '';
  display: block;
  width: 62px;
  height: 102px;
  background: url("../images/sh_arrow3.png") no-repeat;
  right: 0;
  bottom: -60px;
}

.quastions_bg {
  width: 100%;
  padding-bottom: 45px;
  background: url("../images/brick.png");
}

.quastions_wrap {
  text-align: center;
}

.quastions_wrap .consultator {
  width: 300px;
  display: inline-block;
  margin-right: 35px;
  vertical-align: top;
  margin-top: 15px;
}

.quastions_wrap .consultator .title {
  font-family: 'PFDinTextPro-Medium';
  font-size: 24px;
  color: #4c4c4c;
  margin-bottom: 10px;
  margin-top: 10px;
}

.quastions_wrap .consultator p {
  font-family: 'PFDinTextPro-Medium';
  font-size: 17px;
  color: #4c4c4c;
}

.quastions_wrap .cons_form {
  width: 48%;
  height: auto;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  margin-top: 45px;
}

.quastions_wrap .cons_form .form_bg {
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  text-align: center;
}

.quastions_wrap .cons_form .form_bg .title {
  font-family: 'PFDinTextPro-Medium';
  font-size: 25px;
  color: #010101;
  margin: 15px 0;
}

.quastions_wrap .cons_form .form_bg .sub_title {
  font-family: 'PFDinTextPro-Italic';
  font-size: 18px;
  color: #808080;
  margin-bottom: 17px;
}

.quastions_wrap .cons_form .form_bg .main_input {
  font-family: 'PFDinTextPro-Italic';
  font-size: 16px;
  text-align: center;
  color: #808080;
  width: 306px;
  height: 40px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.27);
  outline: none;
  display: inline-block;
  margin-top: 15px;
  margin-right: 20px;
}

.quastions_wrap .cons_form .form_bg .main_submit {
  font-family: 'PFDinTextPro-Medium';
  font-size: 18px;
  color: #fff;
  width: 205px;
  height: 40px;
  background-color: #0092db;
  background-image: linear-gradient(to top, #df912e 0%, #f1cb30 100%);
  border-radius: 5px;
  display: inline-block;
  border: none;
  outline: none;
  margin-top: 15px;
}

.quastions_wrap .cons_form .form_bg .main_submit:hover {
  background-image: linear-gradient(to bottom, #df912e 0%, #f1cb30 100%);
}

.quastions_wrap .cons_form .form_bg p {
  font-family: 'PFDinTextPro-Regular';
  font-size: 18px;
  color: #4c4c4c;
  position: relative;
  margin: 15px 0;
  padding-left: 30px;
  display: inline-block;
}

.quastions_wrap .cons_form .form_bg p span {
  font-family: 'PFDinTextPro-Medium';
}

.quastions_wrap .cons_form .form_bg p a {
  font-family: 'PFDinTextPro-Regular';
  color: #599ebe;
}

.quastions_wrap .cons_form .form_bg p:nth-child(4):before {
  position: absolute;
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: url("../images/tel1.png") no-repeat;
  left: 0;
  top: -2px;
}

.quastions_wrap .cons_form .form_bg p:nth-child(6):before {
  position: absolute;
  content: '';
  display: block;
  width: 23px;
  height: 23px;
  background: url("../images/tel2.png") no-repeat;
  left: 0;
  top: -2px;
}

.ing_main {
  background: url("../images/main_slider_bg_in.jpg") no-repeat top center;
}

.ing_main .main_h2 {
  font-family: 'PFDinTextPro-Medium';
  color: #fff;
  font-size: 35px;
}

.ing_main .main_h2 span {
  font-family: 'PFDinTextPro-Italic';
  font-size: 25px;
}

.ing_main .circles_block p {
  margin-top: 18px;
}

.quastions_bg {
  background: none;
}

.sert_bg .right {
  float: none;
  width: 100%;
}

.arsenal_wrap {
  margin-bottom: 40px;
}

.arsenal_block {
  float: left;
  width: 19.069%;
  text-align: center;
  margin-right: 13px;
}

.arsenal_block:last-child {
  margin-right: 0;
}

.arsenal_block .title {
  font-family: 'PFDinTextPro-Regular';
  font-size: 20px;
  color: #4c4c4c;
  margin-top: 20px;
}

.tech_bg {
  width: 100%;
  height: 395px;
  background: url("../images/tech_bg.jpg") no-repeat top center;
  -webkit-background-size: cover;
  background-size: cover;
}

.tech_wrap {
  width: 75%;
}

.tech_wrap .title {
  font-family: 'PFDinTextPro-Regular';
  font-size: 35px;
  color: #fff;
  margin-top: 55px;
  margin-bottom: 35px;
}

.tech_wrap p {
  font-family: 'PFDinTextPro-Regular';
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
  line-height: 24px;
}

.etaps_wrap {
  text-align: center;
}

.etaps_wrap .etaps_block {
  width: 280px;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
  margin-right: 10px;
  vertical-align: top;
}

.etaps_wrap .etaps_block .title {
  font-family: 'PFDinTextPro-Medium';
  font-size: 20px;
  color: #4c4c4c;
  margin-top: 15px;
}

.etaps_wrap .etaps_block:nth-child(3), .etaps_wrap .etaps_block:nth-child(7) {
  margin-right: 0;
}

.etaps_wrap .etaps_block:nth-child(1):before, .etaps_wrap .etaps_block:nth-child(2):before, .etaps_wrap .etaps_block:nth-child(3):before {
  position: absolute;
  content: '';
  display: block;
  width: 85px;
  height: 23px;
  background: url("../images/sh_arrow1.png") no-repeat;
  right: -34px;
  top: 30%;
}

.etaps_wrap .etaps_block:nth-child(5):before, .etaps_wrap .etaps_block:nth-child(6):before {
  position: absolute;
  content: '';
  display: block;
  width: 85px;
  height: 23px;
  background: url("../images/sh_arrow2.png") no-repeat;
  right: -34px;
  top: 30%;
}

.etaps_wrap .etaps_block:nth-child(4):before {
  position: absolute;
  content: '';
  display: block;
  width: 93px;
  height: 84px;
  background: url("../images/sh_arrow4.png") no-repeat;
  bottom: -100px;
  left: 60px;
}

.report_bg {
  padding-top: 40px;
  padding-bottom: 40px;
}

.report_block_first {
  width: 100%;
  height: 177px;
  border: 5px solid rgba(204, 204, 204, 0.33);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 46px;
}

.report_block_first img {
  float: left;
  margin-right: 20px;
}

.report_block_first .title {
  font-family: 'PFDinTextPro-Medium';
  font-size: 30px;
  color: #4c4c4c;
  float: left;
  margin-top: 45px;
}

.doc_wrap {
  text-align: center;
  margin-bottom: 40px;
}

.doc_wrap .title {
  font-family: 'PFDinTextPro-Regular';
  font-size: 35px;
  color: #000;
  margin: 40px 0;
  text-align: center;
}

.doc_block {
  text-align: center;
  display: inline-block;
  width: 33%;
  vertical-align: top;
}

.doc_block p {
  font-family: 'PFDinTextPro-Regular';
  font-size: 18px;
  color: #4c4c4c;
  line-height: 24px;
  margin-top: 15px;
}

.doc_block:last-child {
  margin-right: 0;
}

.sec_rep img {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}

.sec_rep .title {
  text-align: right;
  font-family: 'PFDinTextPro-Regular';
  font-size: 25px;
  color: #4c4c4c;
  margin-top: 34px;
}

.stroika_bg {
  background: url("../images/stroika_bg.jpg") no-repeat top center;
}

.stroika_bg h2 span {
  font-family: 'PFDinTextPro-Italic';
  font-size: 25px;
  color: #fff;
  display: inline-block;
}

.s_sheme .sheme_block {
  margin-top: 0;
}

.s_sheme .sheme_block p {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
  line-height: 24px;
  height: 190px;
}

.s_sheme .sheme_block:nth-child(3):before {
  display: none;
}

.s_sheme .sheme_block:nth-child(1):before, .s_sheme .sheme_block:nth-child(2):before {
  position: absolute;
  content: '';
  display: block;
  width: 85px;
  height: 23px;
  background: url(../images/sh_arrow1.png) no-repeat;
  right: -34px;
  top: 73px;
}

.obsledovanie_bg .etaps_wrap .etaps_block:before {
  display: none;
}

.obsledovanie_bg .etaps_wrap .etaps_block .title {
  font-family: 'PFDinTextPro-Regular';
  font-size: 20px;
  color: #4c4c4c;
}

.advantages_bg {
  width: 100%;
  height: 746px;
  background: url("../images/advantages_bg.jpg") no-repeat top center;
  -webkit-background-size: cover;
  background-size: cover;
}

.advantages_bg .text p {
  font-family: 'PFDinTextPro-Regular';
  font-size: 18px;
  color: #4c4c4c;
  margin-bottom: 10px;
  line-height: 23px;
}

.advantages_bg .text span {
  font-family: 'PFDinTextPro-Medium';
  font-size: 22px;
  color: #4c4c4c;
  display: block;
  margin-bottom: 10px;
}

.advantages_bg .text:nth-child(2) {
  margin-right: 375px;
}

.advantages_bg .text:nth-child(3) {
  margin-left: 375px;
}

.tech_main {
  background: url("../images/tech_bg_main.jpg") no-repeat top center;
}

.what {
  padding: 20px 0 0 0;
}

.what .right .title {
  font-family: 'PFDinTextPro-Medium';
  font-size: 35px;
  color: #000;
  margin-top: 90px;
}

.tech_nadzor .etaps_block:before {
  top: 45px !important;
}

.tech_nadzor .etaps_block:last-child:before {
  display: none;
}

.tech_nadzor .etaps_block p {
  font-family: 'PFDinTextPro-Regular';
  font-size: 16px;
  color: #4c4c4c;
  line-height: 22px;
  margin-top: 10px;
}

.prof .etaps_block:before {
  display: none !important;
}

.prof .etaps_block .title {
  font-family: 'PFDinTextPro-Regular';
  font-size: 20px;
  color: #4c4c4c;
  line-height: 26px;
}

.proektirovanie {
  background: url("../images/proektirovanie_bg.jpg") no-repeat top center;
}

.pro .left img {
  width: 100%;
  height: auto;
}

.pro .right .title {
  margin-top: 30px;
}

.pro .right .title span {
  color: #df922e;
  font-family: 'PFDinTextPro-Medium';
}
.vih {
  text-align: center;
  color: #df922e;
  font-family: 'PFDinTextPro-Medium';
  font-size: 28px;
  margin-top: 35px;
}

.man .left {
  float: right;
}

.six_block_wrpa {
  margin: 25px 0;
}

.six_block {
  width: 20%;
  float: left;
  text-align: center;
}

.six_block p {
  font-family: 'PFDinTextPro-Regular';
  font-size: 18px;
  color: #4c4c4c;
  line-height: 22px;
  margin-top: 10px;
}

.thumbs_wrap {
  margin-top: -290px;
  z-index: 9999;
  position: relative;
}
/*MODAL1*/
.overlay{
    background:transparent url('../images/overlay.png') repeat top left;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:999999999999999;  
}
.nonebox{
    position:fixed;
    top:-350px;
    left: 50%;
    transform: translate(-50%, -50%);
    background:#fff;
    color:#4d4d4d;
    width:350px;
    height: auto;
    z-index: 9999999999999999999999;
    text-align: center;
    border-radius: 4px;
    padding: 20px;
    -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;  
}  
a.box-close{
    float:right;
    width:24px;
    height:24px;
    background:url('../images/close.png') no-repeat top left;;
    margin: 10px 10px 0px 0px;
    cursor:pointer;
    display:block;
    position: absolute;
    right:-20px;
    top: -20px;
}

.nonebox .title {
  font-family: 'PFDinTextPro-Medium';
  font-size: 24px;
  color: #808080;
  margin-bottom: 10px;
}

.nonebox .subtitle {
  font-family: 'PFDinTextPro-Italic';
  font-size: 18px;
  color: #808080;
  margin-bottom: 15px;
}

.nonebox .main_input {
  width: 100%;
  font-family: 'PFDinTextPro-Italic';
  font-size: 16px;
  color: #808080;
  height: 40px;
  background-color: white;
  border: 1px solid #4a4a4a;
  border-radius: 5px;
  box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.27);
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  margin-bottom: 20px;
}

.nonebox .main_submit {
  width: 205px;
  height: 40px;
  background-color: #0092db;
  background-image: linear-gradient(to top, #df912e 0%, #f1cb30 100%);
  border-radius: 5px;
  font-family: 'PFDinTextPro-Medium';
  font-size: 18px;
  color: #fff;
  outline: none;
  border: none;
}

.nonebox .main_submit:hover {
  background-image: linear-gradient(to bottom, #df912e 0%, #f1cb30 100%);
}
/*END MODAL1*/
/*TOGGLE MENU*/
.toggle_menu {
  display: none;
}
/* Important styles */
#toggle {
  display: block;
  width: 28px;
  height: 30px;
      margin: 25px 15px 10px auto;}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after{
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span
 {
  width: 100%;
  height: 5px;
  background-color: #fff;
  backface-visibility: hidden;
  border-radius: 2px;
  z-index: 99999;
}
#toggle span:after,
#toggle span:before{
  background-color: inherit;
   width: 100%;
  height: 5px;
  background-color: inherit;
  backface-visibility: hidden;
  border-radius: 2px;
  z-index: 99999;
}
/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
  background-color: #fff;
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
  background-color: #fff;
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}

/* menu appearance*/
#menu {
      position: fixed;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    color: #fff;
        background-color: #599ebe;
    background-image: linear-gradient(to top, #487f92 0%, #599ebe 100%);
    z-index: 25;
    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s;
}
#menu li a {
  font-family: 'PFDinTextPro-Medium';
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  line-height: 18px;
}
#menu li a:hover {

}
#menu .close {
       position: absolute;
    right: 20px;
    top: 10px;
    font-size: 60px;
    font-family: Arial;
    color: #fff;
    cursor: pointer;
    line-height: 1;
}
/*END TOGGLE MENU*/