html {
	direction: ltr;
  background-color: #FDFDFD;
}

body {
	background-color: white;
	color: #444444;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	line-height: 1.4;
	margin: 0 auto;
  max-width: 1920px;
}
.body {
  box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
}
body a {
	outline: none !important;
}

li {
	line-height: 24px;
}
img {
  max-width: 100%;
}
/* Body */
@media (max-width: 991px) {
	body > .body {
		overflow-x: hidden;
		overflow-y: auto;
	}
}
/* Responsive */
@media (max-width: 479px) {
	body {
		font-size: 13px;
	}
}
/* Header */
#header {
	position: relative;
	z-index: 100;
  height: 120px;
}

#header .header-body {
	background: #FCFCFC;
	border-top: 2px solid #EDEDED;
	border-bottom: 1px solid transparent;
	padding: 8px 0;
	height: 120px;
	-webkit-transition: min-height 0.3s ease;
	-moz-transition: min-height 0.3s ease;
	transition: min-height 0.3s ease;
	width: 100%;
  top: 0;
	z-index: 1001;
  box-shadow: 0 0 15px 3px rgba(0,0,0,.8);
}

#header .container {
	position: relative;
}

#header .header-container {
	position: relative;
	display: table;
}

#header .header-row {
	display: table-row;
	clear: both;
}

#header .header-column {
	display: table-cell;
	vertical-align: top;
}
.header_top_txt {
  color: #DE3309;
  font-size: 23px;
  font-family: 'Comfortaa', cursive;
  margin-right: 5px;
  margin-top: 17px;
}
.header_phone {
  margin-right: 45px;
  margin-top: 14px;
}
.header_phone a {
  font-size: 27px;
  color: #222222;
  text-decoration: none;
}
.header_phone a .sup_span {
  font-size: 17px;
  position: relative;
  top: -0.5em;
}
.header_phone a:first-child {
  margin-right: 30px;
}
.header_phone a:hover, .header_phone a:focus {
  color: #222222;
}
.header_phone a sup {
  font-size: 17px;
}
.header_phone_btn.btn {
  font-size: 16px;
  display: none;
  padding: 8px 10px 8px 11px;
  background: #0932C1;
  color: #FFF;
  float: right;
  margin-top: 2px;
}
.header_phone_btn.btn:hover, .header_phone_btn.btn:active, .header_phone_btn.btn:focus {
  background: #0932C1;
}
.header_phone_btn .m_hidden_number {
  display: none !important;
}
.header-column-valign-top {
  position: relative;
}
.header-column-valign-top > div {
  display: inline-block;
  float: right;
}
.header-column-valign-top > .schedule_info {
  position: absolute;
  top: 2px;
  right: 5px;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #000;
  font-family: 'Comfortaa', cursive;
}
.vacancies_link {
  font-weight: 600;
  display: inline-block;
  margin-left: 12px;
  padding-left: 12px;
  position: relative;
  padding-right: 9px;
  text-decoration: none;
  border-left: 1px solid #ececec;
}
.vacancies_link:after {
  display: block;
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: right 0.10s ease-in;
  transition: right 0.10s ease-in;
}
.vacancies_link:hover:after {
  right: -4px;
}
#header .header-column .row {
	margin: 0;
}

#header .header-nav {
	position: relative;
	z-index: 2;
}

#header .header-nav.header-nav-push-top {
	margin-top: -12px;
}

#header .header-logo {
	float: left;
	position: relative;
	z-index: 3;
  width: 335px;
  height: 65px;
}

#header .header-logo img {
	position: relative;
	margin: 17px 0px 0 0;
	top: 0;
  width: 335px;
  height: 65px;
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.sticky-header-active #header .header-logo img {
	top: 45px;
  width: 180px;
  height: 35px;
}

#header .header-btn-collapse-nav {
	background: #0932C1;
	color: #FFF;
	display: none;
	float: right;
	margin: 2px 0 8px 15px;
}

#header.header-narrow .header-logo img {
	margin: 12px 12px 12px 0;
}

html.sticky-header-active #header .header-body {
	position: fixed;
	border-bottom-color: #e9e9e9;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  left: 0;
  top: -57px;
}
.nav-pills > li + li {
  margin-left: 25px;
}

/* Header Nav Main */
@media (min-width: 992px) {
	#header .header-nav-main {
    float: right;
    margin: 0px;
    min-height: 35px;
	}

	#header .header-nav-main nav > ul > li > a {
		font-size: 17px;
		font-style: normal;
		font-weight: 700;
		line-height: 1;
		padding: 10px 5px;
		text-transform: uppercase;
    border-radius: 0;
    color: #0059B2;
	}

	#header .header-nav-main nav > ul > li > a:hover {
		background: transparent;
    color: #007DFB;
	}
  #header .header-nav-main nav > ul > li > a:focus {
    background: transparent;
  }

	#header .header-nav {
		display: block !important;
	}

	#header .header-nav.header-nav-push-top {
    margin-top: -5px;
	}
  .sticky-header-active #header .header-nav.header-nav-push-top {
    margin-top: -5px;
	}

	#header .header-nav-main {
		display: block !important;
		height: auto !important;
	}

}

/* Header Nav Main Mobile */
@media (max-width: 991px) {
	#header .header-nav-main {
		background: #FCFCFC;
		clear: both;
		float: none;
	}

	#header .header-nav-main nav {
		margin: 0;
	}

	#header .header-nav-main nav > ul li {
		border-bottom: 1px solid #F1F1F1;
		clear: both;
		display: block;
		float: none;
		margin: 0;
		padding: 0;
		position: relative;
	}

	#header .header-nav-main nav > ul li a {
    font-size: 14px;
    font-style: normal;
    line-height: 1;
    padding: 12px 8px;
    margin: 0;
    border-radius: 0;
	}

	#header .header-nav-main nav > ul > li > a {
		text-transform: uppercase;
		font-weight: 700;
	}

	#header .header-nav-main nav > ul > li.active > a, #header .header-nav-main nav > ul > li.active > a:focus, #header .header-nav-main nav > ul > li.active > a:hover {
		border-bottom: 0;
    color: #007DFB;
	}

	#header .header-btn-collapse-nav {
		outline: 0;
		display: block;
    padding: 7px 10px;
	}

	#header .header-nav-bar .header-btn-collapse-nav {
		margin-top: 14px;
	}

	html.sticky-header-enabled #header .header-nav-main {
		max-height: 350px;
		overflow-x: hidden;
		overflow-y: auto;
    width: 190px;
    float: right;
    padding: 0 10px;
    margin-top: 12px;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.5);
	}
  
  html.sticky-header-active #header .header-nav-main {
    margin-top: 5px;
  }
  
  #header .header-nav-main nav > ul li a:hover, #header .header-nav-main nav > ul li a:active {
    background: #F7F7F7;
  }

	html.sticky-header-enabled #header .header-nav-main.collapsing {
		overflow: hidden;
	}
}

@media (max-width: 767px) {
	#header .header-container {
		width: 100%;
	}
}

#footer {
	background: #323233;
  padding: 20px 0 70px;
	clear: both;
}
#footer p {
  margin-bottom: 0;
  color: #fafafa;
  text-align: center;
}

.hero {
  position: relative;
  z-index: 50;
 /* background-color: #0932C1; */
  background-image: url("../img/hero-cta.png"), url("../img/hero-masters.jpg");
  background-position: left 100% top, left top;
  background-repeat: no-repeat, no-repeat;
  background-size: 72% 100%, auto 100%;
}

.hero .hero_form_wrap {
  float: right;
  text-align: right;
  padding: 20px 15px 25px 35px;
}
.hero_form_wrap h2 {
  margin-bottom: 10px;
}
.hero_prof_wrap {
  margin-bottom: 10px;
  padding: 15px 15px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 0 1px rgb(0, 29, 132);
}
.hero_prof_wrap:after {
  display: block;
  content: "";
  clear: both;
}
.hero_prof {
  margin: 0 35px 0 0;
  padding: 0;
  list-style-type: none;
  float: right;
  display: inline-block;
  text-align: left;
}
.hero_prof:first-of-type {
  margin-right: 0;
}
.hero_prof li {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}
.hero_prof li:last-child {
  margin-bottom: 0;
}
.hero_prof li i {
  font-size: 12px;
  margin-right: 7px;
  position: relative;
  left: 0;
  top: -1px;
  -webkit-transition: left 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.hero_prof a {
  color: #fff;
}
.hero_prof a:hover, .hero_prof a:focus {
  color: #E8ECFB;
}
.hero_prof a:hover i {
  left: 3px;
}
.hero-wrap {
  position: relative;
}
.hero-backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.hero-bg {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left 0px top;
  -webkit-transition: opacity 0.6s ease-in;
  transition: opacity 0.6s ease-in;
}
.hero-bg:nth-child(1) {
  background-image: url("../img/hero-masters.jpg");
}
.hero-bg.active {
  opacity: 1;
  z-index: 10;
}
.hw_mh .hero {
  background-color: transparent;
  background-image: url("../img/hero-cta.png");
}
.hw_mh .hero_form_wrap h2 {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 40px;
}
.hw_mh .hero_form_wrap ul {
  margin-bottom: 50px;
}
.ub_desc {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.2;
  color: #D7DCDC;
}
.hw_mh .hero_form_wrap ul {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.hw_mh .hero_form_wrap ul li {
  font-size: 30px;
  margin-top: 10px;
  color: #F2F4F4;
  line-height: 1.15;
  margin-bottom: 0;
  position: relative;
}
.hw_mh .hero_form_wrap {
  min-height: 570px;
  padding-top: 90px;
}
.hw_mh .btn {
  border-radius: 0;
  outline: none !important;
  border: none;
  padding: 15px 20px;
  color: #fff;
  background: #009C30;
}
.hw_mh .btn:hover, .hw_mh .btn:focus {
  background-color: #00B538;
}













.consult_form {
  background: rgba(242, 243, 243, 0.7);
  border-radius: 5px;
  padding: 15px 35px 20px;
  text-align: left;
  margin: 0 auto;
  width: 100%;
  max-width: 550px;
}
.consult_form p {
  margin-bottom: 10px;
}
.form-control {
  height: 45px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #111111;
  background-color: transparent;
  background-image: none;
  border: 0px solid #777777;
  border-bottom-width: 1px;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-bottom: 2px solid #333333;
  padding: 6px 12px 5px;
}
.form-control.error {
	border-color: #DE3309;
}
label.error {
  position: absolute;
  color: #DE3309;
	font-size: 0.9em;
	line-height: 18px;
	padding: 0;
}
.form-control::-webkit-input-placeholder {
  color: #555555;
  font-size: 18px;
  line-height: 1.42857143;
  font-weight: 400;
}

.form-control::-moz-placeholder {
  opacity: 1;
  color: #555555;
  font-size: 18px;
  line-height: 1.42857143;
  font-weight: 400;
}

.form-control:-moz-placeholder {
  color: #555555;
  font-size: 18px;
  line-height: 1.42857143;
  font-weight: 400;
}

.form-control:-ms-input-placeholder {
  color: #555555;
  font-size: 18px;
  line-height: 1.42857143;
  font-weight: 400;
}

.form-control.placeholder {
  color: #555555;
  font-size: 18px;
  line-height: 1.42857143;
  font-weight: 400;
}

.form-control.has-error::-webkit-input-placeholder {
  color: #DE3309;
}

.form-control.has-error::-moz-placeholder {
  color: #DE3309;
}

.form-control.has-error:-moz-placeholder {
  color: #DE3309;
}

.form-control.has-error:-ms-input-placeholder {
  color: #DE3309;
}

.form-control.has-error.placeholder {
  color: #DE3309;
}
.fr_btn {
  margin-top: 35px;
}
.btn {
  border-radius: 0;
  outline: none !important;
  border: none;
  padding: 15px 20px;
  color: #fff;
  background: #041551;
  font-family: 'Comfortaa', cursive;
  line-height: 1;
  font-size: 18px;
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,.5);
  -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
form .btn {
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
}
.btn:hover {
  color: #fff;
  background-color: #05185A;
  box-shadow: 0px 7px 15px -1px rgba(0,0,0,.7);
}

.btn:active, .btn:focus {
	background-color: #041551;
	color: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,.5);
}

.btn[disabled] {
	border-color: white;
	background-color: white;
	color: #CCC;
}
.form_phone {
  text-align: center;
}
.form_phone p {
  margin-bottom: 0;
  line-height: 1;
}
.form_phone a {
  font-size: 23px;
  color: #222222;
  text-decoration: none;
}
.form_phone a sup {
  font-size: 14px;
}
.form_disclaimer {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.1;
  color: #333333;
}
.bullets {
  
  background: #60819b; /* Old browsers */
  background: -moz-linear-gradient(top,  #60819b 0%, #829aad 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#60819b), color-stop(100%,#829aad)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #60819b 0%,#829aad 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #60819b 0%,#829aad 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #60819b 0%,#829aad 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #60819b 0%,#829aad 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60819b', endColorstr='#829aad',GradientType=0 ); /* IE6-9 */
}
a.bullet_el {
  font-size: 20px;
  color: #EFEFEF;
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
  text-decoration: none !important;
  position: relative;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
a.bullet_el:hover, a.bullet_el:hover:focus, a.bullet_el.highlighted:hover, a.bullet_el.highlighted:focus:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #0059B2;
}
a.bullet_el.highlighted {
  background: #335067;
  color: #fff;
}
a.bullet_el:focus {
  color: #D6D6D6;
}
a.bullet_el:before, a.bullet_el:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  opacity: 0;
}
a.bullet_el:before {
  top: 30px;
  left: 30px;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}
a.bullet_el:hover:before {
  opacity: 1;
  top: 10px;
  left: 10px;
}
a.bullet_el:after {
  bottom: 30px;
  right: 30px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
a.bullet_el:hover:after {
  opacity: 1;
  bottom: 10px;
  right: 10px;
}
a.bullet_el .glyphicon {
  font-size: 0.65em;
}
a.bullet_el h5 {
  color: #F2F2F2;
}
a.bullet_el h5 br {
  display: none;
}
.main section {
  padding: 80px 0;
}
.about_us p {
  font-size: 21px;
}
.desc_el {
  margin-top: 50px;
}
section.price {
  padding: 0;
}
.p_bb {
  background: #2547BB;
  padding-top: 0;
}
.p_gb {
  background: #EFF2FC;
  padding-bottom: 0;
}
.price h1 {
  color: #EDEDED;
  margin-bottom: 15px;
}
.price .sub_header {
  color: #EDEDED;
  margin-bottom: 60px;
  font-size: 24px;
  text-align: center;
}
.price h1 span:after {
  background: #EDEDED
}
.price_tabs {
  list-style-type: none;
  padding: 0 2px;
  margin: 0;
}
.price_tabs:after {
  display: block;
  content: "";
  clear: both;
}
.price_tabs > li {
  padding: 0;
}
.price_tabs > li > a {
  display: block;
  text-decoration: none !important;
  text-align: center;
  padding: 30px 0;
  font-size: 18px;
  color: #EDEDED;
  font-family: 'Comfortaa', cursive;
  text-transform: uppercase;
}
.price_tabs > li.active {
  box-shadow: 0 -5px 15px -5px rgba(0,0,0,.5);
}
.price_tabs > li > a:hover {
  background: #163498;
  color: #fafafa;
}
.price_tabs > li.active > a, .price_tabs > li.active > a:hover, .price_tabs > li.active > a:focus {
  color: #2141F5;
  cursor: default;
  background-color: #EFF2FC;
  font-weight: 700;
}
.price_icn {
  margin-top: 30px;
  text-align: center;
}
.price_icn .icon-more_horiz {
  font-size: 130px;
  color: #B8BEC7;
  text-shadow: 0 0 6px rgba(0,0,0,0.5);
}
.price_tabs li.active .price_icn .icon-more_horiz {
  color: #2141F5;
  text-shadow: none;
}
.price_tabs li:not(.active) a:hover .price_icn .icon-more_horiz {
  color: #D9E0EA;
}
.price_icn .icon-man {
  font-size: 130px;
  color: #B8BEC7;
  text-shadow: 0 0 6px rgba(0,0,0,0.5);
}
.price_tabs li.active .price_icn .icon-man {
  color: #2141F5;
  text-shadow: none;
}
.price_tabs li:not(.active) a:hover .price_icn .icon-man {
  color: #D9E0EA;
}
.price_icn .icon {
  font-size: 130px;
  color: #B8BEC7;
  text-shadow: 0 0 6px rgba(0,0,0,0.5);
}
.price_tabs li.active .price_icn .icon {
  color: #2141F5;
  text-shadow: none;
}
.price_tabs li:not(.active) a:hover .price_icn .icon {
  color: #D9E0EA;
}
.price_icn .master-icon {
  font-size: 130px;
  color: #B8BEC7;
  text-shadow: 0 0 6px rgba(0,0,0,0.5);
}
.price_tabs li.active .price_icn .master-icon {
  color: #2141F5;
  text-shadow: none;
}
.price_tabs li:not(.active) a:hover .price_icn .master-icon {
  color: #D9E0EA;
}
.price_tables {
  /*border: 2px solid #2547BB;*/
  border-top: none;
  /*margin: 0 0 25px 0;*/
}
.tab-content > .tab-pane{
    border: 2px solid #2547BB;
    border-top: 0;
    margin-bottom: 25px;
}



.service_desc {
  padding: 25px 25px;
  font-size: 20px;
  color: #222222;
}
.service_price {
  width: 100%;
  border: 0;
    
    
}
.service_price th {
  font-size: 23px;
  color: #212121;
}
.service_price td {
  font-size: 20px;
  color: #444444;
}
table.service_price tr td.td_cs {
  color: #2547BB;
  text-align: left;
  padding-top: 12px;
  padding-bottom: 12px;
}
.service_price th, .service_price td {
  padding: 7px 50px;
}
.service_price tr td:last-child {
  width: 220px;
  text-align: center;
}
.service_price tr th:last-child {
  text-align: center;
  width: 220px;
}
/*.tab-pane:nth-child(1) .service_price tr th:last-child, .tab-pane:nth-child(2) .service_price tr th:last-child {
  opacity: 0; */
}
.service_price tr:nth-child(odd) {
  background: #E2E6F7;
}
table.service_price tr.highlight_contents {
  background-color: #FAFBFF;
  border-top: 1px solid #E2E6F7;
}
tr.highlight_contents a {
  color: #0059B2;
}
tr.highlight_contents a:after {
  font-family: 'Glyphicons Halflings';
  content: "\e080";
  position: relative;
  font-size: 12px;
  top: 0px;
  margin-left: 4px;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
tr.highlight_contents a.active_price_sect, tr.highlight_contents a.active_price_sect:hover, tr.highlight_contents a.active_price_sect:focus {
  color: #0059B2;
    
}
tr.highlight_contents a.active_price_sect:focus, tr.highlight_contents a:focus {
  text-decoration: none;
}
tr.highlight_contents a.active_price_sect:focus:hover, tr.highlight_contents a:focus:hover {
  text-decoration: underline;
}
tr.highlight_contents a.active_price_sect:after {
  content: "\e114";
}
.h_tr {
  display: none;
  border: 1px solid black;
}
.more_price_wrap {
  text-align: center;
}
.more_price {
  color: #0059B2;
  text-transform: uppercase;
  font-size: 20px;
  display: inline-block;
  padding: 3px 0;
  margin: 35px 0 15px;
  cursor: pointer;
}
.more_price:hover {
  color: #007DFB;
  padding-bottom: 1px;
  border-bottom: 2px solid;
}
.form_section > .container > .row > div {
  float: right;
}
.form_section {
  padding: 35px 0;
  background-image: url("../img/electrician.jpg");
  background-color: #D0C7C2;
  background-size: cover;
  background-position: left center;
  box-shadow: 0 3px 15px 0 rgba(0,0,0,.3);
  position: relative;
}
.consult_form.cta-form {
  background: rgba(13, 98, 173, 0.95);
}
.cta-form h4, .cta-form p, .cta-form .form_disclaimer, .cta-form .form_phone a {
  color: #EDEDED;
}
.cta-form .form_phone a:hover {
  color: #fff;
}
.cta-form .form-control {
  color: #ffffff;
  border-color: #EDEDED;
}
.cta-form .form-control.error {
  border-color: #FFDEDE;
}
.cta-form label.error {
  color: #FFDEDE;
}
.cta-form .form-control::-webkit-input-placeholder {
  color: #EDEDED;
}

.cta-form .form-control::-moz-placeholder {
  color: #EDEDED;
}

.cta-form .form-control:-moz-placeholder {
  color: #EDEDED;
}

.cta-form .form-control:-ms-input-placeholder {
  color: #EDEDED;
}

.cta-form .form-control.placeholder {
  color: #EDEDED;
}
.cta-form .btn {
  color: #0D3960;
  background: #FAFCFF;
}
.cta-form .btn:hover {
  color: #0D3960;
  background: #FAFCFF;
}
section.latest_works {
  padding: 100px 0 50px;
  background-image: url("../img/latest-works-bg.jpg");
  background-size: cover;
  background-position: center top;
}
.latest_works h1 {
  color: #fff;
}
.latest_works h1 span:after {
  background: #EDEDED;
}
.work_wrap {
  padding: 10px;
  background: #fff;
  box-shadow: 0 5px 10px 0 rgba(0,0,0,.5);
}
.work_wrap:after {
  display: block;
  content: "";
  clear: both;
}
.work_before, .work_after {
  width: 50%;
  height: 270px;
  background-size: cover;
  background-position: center center;
  float: left;
  position: relative;
}
.work_before {
  border-right: 2px solid #fff;
}
.work_after {
  border-left: 2px solid #fff;
}
.work_before:after, .work_after:after {
  display: inline-block;
  position: absolute;
  bottom: 5px;
  padding: 5px 15px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.work_before:after {
  content: "До";
  right: 5px;
}
.work_after:after {
  content: "После";
  left: 5px;
}
.latest_works .owl-item {
  padding: 0 15px 10px;
}
.latest_works .owl-theme .owl-controls .owl-buttons div, 
.work_videos_wrap.owl-theme .owl-controls .owl-buttons div,
.vc_wrap.owl-theme .owl-controls .owl-buttons div {
  padding: 5px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  filter: Alpha(Opacity=70);
  opacity: 0.7;
}
.mw_wrap {
  margin: 20px 0 0;
  text-align: center;
  height: 36px;
}
.more_works {
  color: #fafafa;
  text-transform: uppercase;
  font-size: 20px;
  display: inline-block;
  padding: 3px 0;
  cursor: pointer;
  text-decoration: none;
}
.more_works:hover {
  color: #fff;
  border-bottom: 2px solid;
}
.works_hidden {
  display: none;
  background: #12103F;
  padding: 60px 0 30px;
  -webkit-box-shadow: inset 0px 0px 36px 5px rgba(0,0,0,0.75);
  box-shadow: inset 0px 0px 36px 5px rgba(0,0,0,0.75);
}
.works_hidden .row > div > div {
  background-size: cover;
  background-position: center;
  height: 250px;
  border: 5px solid #fafafa;
  margin-bottom: 30px;
}
.testimonials {
  background: #F3F3F3;
}
.testimonials .container:first-child .row {
  position: relative;
}
.tes_center_block {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 360px;
  height: 295px;
  margin-top: -145px;
  margin-left: -180px;
  background-image: url("../img/comment-bg.png");
  background-size: 100% auto;
  background-position: left top;
  font-size: 23px;
  line-height: 1.1;
  color: #ECECEC;
  font-family: 'Comfortaa', cursive;
  text-align: center;
}
.tes_center_block span {
  display: inline-block;
  margin-top: 93px;
}
.tes_el {
  background: #ffffff;
  padding: 25px 20px;
  font-size: 16px;
  color: #444444;
  margin-bottom: 90px;
  position: relative;
}
.tes_el:after {
  display: block;
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 100%;
  right: 20px;
  border-top: 0px solid transparent;
  border-right: 30px solid #fff;
  border-bottom: 37px solid transparent;
  border-left: 10px solid transparent;
}
.author_img {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
  float: left;
  margin-top: -45px;
  margin-left: -35px;
  margin-right: 15px;
}
.tes_el h3 {
 margin-bottom: 40px;
}
.r_ts {
  float: right;
}
.r_ts .author_img {
  float: right;
  margin-left: 15px;
  margin-right:-35px;
}
.r_ts h3 {
  text-align: right;
}
.r_ts .tes_el:after {
  top: 100%;
  left: 20px;
  right: auto;
  border-top: 0px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 37px solid transparent;
  border-left: 30px solid #fff;
}
.tes_more {
  text-align: center;
}
.more_testimonials, .tes_more a {
  color: #0059B2;
  text-transform: uppercase;
  font-size: 20px;
  display: inline-block;
  padding: 3px 0;
  margin: 0 0 15px;
  cursor: pointer;
  text-decoration: none;
}
.more_testimonials:hover, .tes_more a:hover {
  color: #007DFB;
  padding-bottom: 1px;
  border-bottom: 2px solid;
}
.hidden_testimonials {
  display: none;
  padding-top: 80px;
  border-top: 2px solid #E8E8E8;
}
.hidden_testimonials .tes_el {
  text-align: left;
}
.hidden_testimonials .tes_el:after {
  display: none;
}
.file_input {
  margin-top: 25px;
}
.file_input label {
  font-size: 18px;
  padding-left: 12px;
  color: #555;
}
section.contacts {
  padding-bottom: 0;
  background: #4C4E58;
}
.contacts h1 {
  color: #EDEDED;
}
.contacts h1 span:after {
  background: #EDEDED;
}
.contacts_el {
  text-align: center;
  font-size: 23px;
  color: #EDEDED;
  margin-bottom: 50px;
  padding: 25px 15px;
  /*font-family: 'Comfortaa', cursive;*/
}
a.contacts_el {
  display: block;
  float: left;
  color: #EDEDED;
}
a.contacts_el:hover, a.contacts_el:focus, .a.contacts_el:active {
  color: #EDEDED;
  background: rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.contacts_el .cont_icn {
  font-size: 75px;
  margin-bottom: 20px;
}
#yamap {
    width: 100%;
    height: 300px;
}
.cta_wrap {
  position: fixed;
  z-index: 10;
  text-align: center;
  width: 100%;
  bottom: -53px;
  overflow: hidden;
  left: 0;
  height: 50px;
  background: #0D62AD;
  box-shadow: 0 -2px 5px 0 rgba(0,0,0, .3);
  -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.cta_wrap.sticky_cta_active {
  bottom: 0;
}
.cta_wrap .btn {
  padding: 10px 25px 9px;
  font-size: 14px;
  background: #FAFCFF;
  line-height: 1;
  color: #0D3960;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 67px;
  -webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cta_wrap .btn:hover, .cta_wrap .btn:focus {
    background: #fff;
}
.cta_wrap .cta_content > span {
  font-size: 17px;
  margin-right: 20px;
  text-transform: uppercase;
  font-weight: 300;
  color: #E3EAF5;
  position: relative;
  top: 57px;
  -webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.cta_wrap.sticky_cta_active .cta_content > span {
  top: 8px;
}
.cta_wrap span a {
  color: #fff;
  text-decoration: none;
  margin-right: 15px;
}
.cta_wrap.sticky_cta_active .btn {
  margin-top: 8px;
}
.form_dialog {
  margin: 0 auto;
  width: 100%;
  max-width: 590px;
  padding: 20px;
  background: #F5F5F5;
  border-radius: 5px;
}
.form_dialog .consult_form {
  float: none;
  background: transparent;
}
body.help_page {
  background-color: transparent;
}
body.help_page .body {
  box-shadow: none;
}
body.help_page #header .header-nav {
  display: none !important;
}
body.help_page #header .header-column.header-column-valign-top:last-child {
  display: none;
}
body.help_page #header .header-logo {
  float: none;
  margin: 0 auto;
  text-align: center;
}
section.thank-you-section {
  padding: 150px 0;
  text-align: center;
  font-size: 27px;
  font-family: 'Comfortaa', cursive;
}

/********************/
/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Comfortaa', cursive;
	color: #F2F4F4;
	font-weight: 200;
	margin: 0;
}

h1 {
	font-size: 60px;
	line-height: 1.15;
  color: #525252;
	margin: 0 0 80px 0;
  text-align: center;
  text-transform: uppercase;
}
h1 span {
  position: relative;
}
h1 span:after {
  position: absolute;
  display: block;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #0932C1;
}
h2 {
	font-size: 35px;
	font-weight: 400;
	line-height: 1.15;
	margin: 0 0 20px 0;
  text-shadow: 1px 1px 5px rgba(0,0,0,.3);
}
h2 > span {
  display: block;
  font-size: 27px;
  color: #D7DCDC;
  margin-top: 10px;
}
h2 > span span {
  display: inline-block;
  width: 25px;
  height: 20px;
  background-image: url("../img/check.png");
  background-size: cover;
  margin-right: 10px;
}
h3 {
	font-size: 27px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 33px;
  color: #111111;
}

h4 {
	font-size: 24px;
	font-weight: 700;
  color: #222222;
	letter-spacing: normal;
	line-height: 1.15;
	margin: 0 0 10px 0;
}

h5 {
	font-size: 22px;
	font-weight: 600;
  color: #F2F2F2;
	line-height: 1.15;
	margin: 0 0 7px 0;
}

h6 {
  font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
  font-weight: 300;
	line-height: 1.2;
	margin: 0 0 15px 0;
}

h1.big {
	font-size: 4.2em;
	line-height: 54px;
}

h1.small {
	font-size: 2.2em;
	line-height: 42px;
	font-weight: 600;
}

@media (max-width: 479px) {
	h2 {
		line-height: 40px;
	}
}

@media (max-width: 767px) {
	h1.big {
		font-size: 3.2em;
		line-height: 42px;
	}
}

p {
	margin-bottom: 20px;
}
a {
  
}
a:hover, a:focus {
	color: #0059B2;
}

ul.narrow li a {
	padding: 4px 0;
}

ul.nav-pills > li.active > a {
	background-color: transparent;
  border-bottom: 2px solid;
}

ul.nav-pills > li.active > a:hover, ul.nav-pills > li.active > a:focus {
	background-color: transparent;
  
}

form label {
	font-weight: normal;
}

textarea {
	resize: vertical;
}

select {
	border: 1px solid #E5E7E9;
	border-radius: 6px;
	outline: none;
}

.label {
	font-weight: normal;
}

.form-group:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

label.valid {
	display: inline-block;
	text-indent: -9999px;
}

/* Popup */
.popup-inline-content {
	background: none repeat scroll 0 0 #FFF;
	margin: 40px auto;
	max-width: 1170px;
	padding: 20px 30px;
	position: relative;
	text-align: left;
	display: none;
}

.mfp-wrap .popup-inline-content {
	display: block;
}

/* Close */
.mfp-close,
.mfp-close-btn-in .mfp-close {
	font-weight: 600;
	font-size: 22px;
	color: #838383;
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective(600px) rotateX(0);
	-moz-transform: translateY(0) perspective(600px) rotateX(0);
	-ms-transform: translateY(0) perspective(600px) rotateX(0);
	-o-transform: translateY(0) perspective(600px) rotateX(0);
	transform: translateY(0) perspective(600px) rotateX(0);
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-bg {
	opacity: 0.01;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}

/* Lightbox Opened */
body.lightbox-opened.sticky-menu-active #header {
	padding-right: 17px;
}

/* Miscellaneous */
.pull-left {
	float: left !important;
}

.pull-right {
	float: right !important;
}

.align-center, .center {
	text-align: center !important;
}

.align-left {
	text-align: left !important;
}

.align-right {
	text-align: right !important;
}

.bold {
	font-weight: 600;
}

/* Clearfix */
.clearfix {
	display: inline-block;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Social Icons */
.social-icons {
	margin: 0;
	padding: 0;
	width: auto;
}

.social-icons li {
	display: inline-block;
	margin: -1px 1px 5px 0;
	padding: 0;
	border-radius: 100%;
	overflow: visible;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.social-icons li a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: #FFF;
	border-radius: 100%;
	display: block;
	height: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	color: #333 !important;
	text-decoration: none;
}

.social-icons li:hover a {
	background: #171717;
	color: #FFF !important;
}

.social-icons li:hover.social-icons-twitter a {
	background: #1aa9e1;
}

.social-icons li:hover.social-icons-facebook a {
	background: #3b5a9a;
}

.social-icons li:hover.social-icons-linkedin a {
	background: #0073b2;
}

.social-icons li:hover.social-icons-rss a {
	background: #ff8201;
}

.social-icons li:hover.social-icons-googleplus a {
	background: #dd4b39;
}

.social-icons li:hover.social-icons-pinterest a {
	background: #cc2127;
}

.social-icons li:hover.social-icons-youtube a {
	background: #c3191e;
}

.social-icons li:hover.social-icons-instagram a {
	background: #7c4a3a;
}

.social-icons li:hover.social-icons-skype a {
	background: #00b0f6;
}

.social-icons li:hover.social-icons-email a {
	background: #dd4b39;
}

.social-icons li:hover.social-icons-vk a {
	background: #6383a8;
}

.social-icons li:hover.social-icons-xing a {
	background: #1a7576;
}

.social-icons li:hover.social-icons-tumblr a {
	background: #304e6c;
}

.social-icons li:hover.social-icons-reddit a {
	background: #ff4107;
}
/* Scroll to Top */
html .scroll-to-top {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #041551;
  border-radius: 0;
  bottom: 0px;
  color: #FFF;
  display: block;
  height: px;
  opacity: 0;
  padding: 16px 10px 15px;
  position: fixed;
  right: 0;
  text-align: center;
  text-decoration: none;
  min-width: 49px;
  z-index: 1040;
}

html .scroll-to-top.visible:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

html .scroll-to-top.visible {
	filter: alpha(opacity=75);
	opacity: 0.75;
}

html .scroll-to-top span {
	display: inline-block;
	padding: 0 5px;
}

html.ie11 .scroll-to-top {
	right: 25px;
}
.guarantee_info .guarantee_img {
  text-align: center;
}
.guarantee_info h1, .guarantee_info h2, .guarantee_info h3 {
  text-align: left;
  margin-bottom: 30px;
  text-shadow: none !important;
}
.guarantee_info h1 {
  color: #BE2C07;
}
.guarantee_info h2 {
  color: #525252;
}
.guarantee_info h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #525252;
}
.service_info {
  padding: 20px 0;
  border-top: 1px solid #A2A3A7;
  color: #EDEDED;
  text-align: center;
  font-size: 18px;
}
.service_info p {
  margin-bottom: 5px;
}
.service_info p:last-child {
  margin: 0;
}

.work_videos_wrap .owl-wrapper > .owl-item {
  padding: 3px;
}
.wv_el {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.wv_el iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* video carousel */
.video_carousel {
  margin: 25px -10px 0;
  padding-top: 35px;
  border-top: 1px solid #ccc;
}
.video_carousel h3 {
  text-align: center;
}
.video_carousel .owl-item {
  padding: 0 10px;
}
.video_carousel .owl-theme .owl-controls.clickable .owl-buttons div:hover {
  background: #2547BB;
}
/* end video carousel */

/* Responsive */
@media (max-width: 991px) {
	html .scroll-to-top.hidden-mobile {
		display: none !important;
	}
}
/********************/

/*********************/
@media (max-width: 1599px) {
  .hero {
    background-position: left 100% top, left -100px top;
  }
  .hw_mh .hero_form_wrap {
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 35px;
  }
}

@media (max-width: 1279px) {
  .hero {
    background-position: left 100% top, left -150px top;
  }
}

@media (max-width: 1199px) {
  .header_phone a:first-child {
    margin-right: 15px;
  }
  .header_phone a {
    font-size: 23px;
  }
  .header_phone a sup {
    font-size: 15px;
  }
  .header_top_txt {
    font-size: 19px;
  }
  .header-column-valign-top > .schedule_info {
    font-size: 13px;
  }
  .vacancies_link:after {
    width: 6px;
    height: 6px;
  }
  .hero {
    background-position: left 100% top, left -120px top;
  }
  h2 {
    font-size: 26px;
  }
  h2 > span {
    font-size: 22px;
  }
  h2 > span:last-child {
    margin-top: 5px;
  }
  .consult_form p {
    font-size: 13px;
  }
  .hero_prof li {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .hero .consult_form {
    max-width: 500px;
  }
  .consult_form:not(.fix-form) h4 {
    font-size: 20px;
  }
  .consult_form:not(.fix-form) .form_phone a {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h1 {
    font-size: 50px;
  }
  .desc_el {
    margin-top: 10px;
  }
  .about_us p {
    font-size: 17px;
  }
  .price_icn {
    margin-top: 25px;
  }
  .price_icn .icon {
    font-size: 100px;
  }
  .price_icn .icon-more_horiz {
    font-size: 100px;
  }
    .price_icn .icon-man {
    font-size: 100px;
  }
  .price_icn .master-icon {
    font-size: 100px;
  }
  .service_price th {
    font-size: 21px;
      
  }
  .work_before, .work_after {
    height: 220px;
  }
  .works_hidden .row > div > div {
    height: 200px;
  }
  .form_section {
    background-position: left -130px center;
  }
  .cta_wrap {
    display: none !important;
  }
  .hw_mh .hero_form_wrap {
    min-height: 400px;
    padding-top: 35px;
  }
  .hw_mh .hero_form_wrap h2 {
    font-size: 40px;
  }
  .hw_mh .hero_form_wrap ul {
    margin: 0 0 30px;
  }
  .hw_mh .hero_form_wrap ul li {
    font-size: 23px;
    margin-top: 5px;
  }
  a.bullet_el {
    font-size: 17px;
  }
}
@media (max-width: 1119px) {
  .hero {
    background-position: left 100% top, left -150px top;
  }
}

@media (max-width: 1024px) {
  .form_section {
    background-position: left -170px center;
  }
}

@media (max-width: 991px) {
  .hero {
    /*padding-top: 300px;
    background-image: url("../img/hero-masters.jpg");
    background-position: left top -30px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 300px;*/
    background-image: none;
  }
  .hero .container:first-child {
    width: 100%;
    background-color: #02165F;
  }
  .hero .hero_form_wrap {
    float: none;
    padding: 0;
  }
  .hero .hero_form_wrap:after {
    display: block;
    content: "";
    clear: both;
  }
  .t_wrap {
    background-image: url("../img/hero-cta.png"), url("../img/hero-masters.jpg");
    background-position: left 100% top, left top;
    background-repeat: no-repeat, no-repeat;
    background-size: 65% 100%, auto 100%;
    padding: 60px 15px 50px 45%;
    min-height: 340px;
    box-shadow: 0 4px 15px 0 rgba(0,0,0,.5);
  }
  .t_wrap:after {
    display: block;
    content: "";
    clear: both;
  }
  .hero .consult_form {
    max-width: 550px;
  }
  h2 > span {
    font-size: 18px;
  }
  .hero_prof {
    margin-bottom: 0;
  }
  .consult_form {
    float: none;
    margin: 35px auto
  }
  a.bullet_el {
    border-bottom: 1px solid #668298;
  }
  a.bullet_el:nth-child(even) {
    border-left: 1px solid #668298;
  }
  h1 {
    font-size: 42px;
  }
  .desc_el {
    margin-bottom: 50px;
  }
  .desc_el .btn {
    margin: 15px auto 0;
    display: block;
    width: auto;
  }
  .about_us .img_wrap {
    text-align: center;
  }
 .price_icn .icon-more_horiz {
    font-size: 70px;
  }
   .price_icn .icon-man {
    font-size: 70px;
  }
  .price_icn .icon {
    font-size: 70px;
  }
  .price_icn .master-icon {
    font-size: 70px;
  }
  .price_tabs > li > a {
    font-size: 16px;
    padding: 20px 0;
  }
  .price_icn {
    margin-top: 20px;
  }
  .service_desc {
    font-size: 15px;
  }
  .service_price td {
    font-size: 16px;
  }
  .service_price th {
    font-size: 20px;
  }
  .work_before, .work_after {
    height: 180px;
  }
  .works_hidden .row > div > div {
    height: 230px;
  }
  .form_section > .container > .row > div {
    float: none;
  }
  .form_section {
    background-image: none;
    background-color: #D8D8D8;
    padding: 10px 0;
  }
  .consult_form.cta-form {
    box-shadow: 0 2px 3px 1px rgba(0,0,0,.5);
  }
  .tes_center_block {
    position: relative;
    top: 0;
    left: 0;
    width: 360px;
    height: 295px;
    margin: 0 auto 60px;
  }
  .r_ts .author_img {
    float: left;
    margin-left: -35px;
    margin-right: 15px;
  }
  .r_ts h3 {
    text-align: left;
  }
  .r_ts .tes_el:after, .hidden_testimonials .tes_el:after {
    display: block;
    border-top: 0px solid transparent;
    border-right: 30px solid #fff;
    border-bottom: 37px solid transparent;
    border-left: 10px solid transparent;
    right: 20px;
    left: auto;
  }
  .hidden_testimonials {
    padding-top: 0;
    border-top: none;
  }
  .form_dialog .consult_form {
    margin: 0 auto;
  }
  .contacts_el {
    font-size: 18px;
  }
  .contacts_el .cont_icn {
    font-size: 55px;
  }
  .header-column-valign-top > div.header_phone {
    display: none;
  }
  .header_top_txt {
    margin-top: 10px;
  }
  .header-column-valign-top > .schedule_info {
    font-size: 12px;
    min-width: 260px;
    text-align: right;
    top: -1px;
  }
  .vacancies_link:after {
    top: 4px;
    width: 5px;
    height: 5px;
  }
  .sticky-header-active #header .header-nav.header-nav-push-top {
    margin-top: -5px;
  }
  .header_phone_btn.btn {
    display: inline-block;
  }
  .about_us h1, .contacts h1 {
    margin-bottom: 60px;
  }
  tr.highlight_contents a:after {
    display: none;
  }
  .guarantee_info h1 {
    font-size: 37px;
  }
  .guarantee_info h3 br {
    display: none;
  }
  .hero-wrap {
    background-color: #E0E0E0;
  }
  .hero-backgrounds {
    height: 340px;
  }
  .hw_mh .hero-backgrounds {
    height: 100%;
  }
  .hw_mh .hero_form_wrap {
    min-height: 100px;
  }
  .hw_mh .hero_form_wrap h2 {
    font-size: 35px;
    margin-bottom: 25px;
  }
  .hw_mh .hero_form_wrap ul {
    margin-bottom: 35px;
  }
  .ub_desc {
    margin-top: 12px;
    font-size: 16px;
  }
  .hw_mh .hero {
    background-image: none;
    background-color: transparent;
  }
  .hw_mh .t_wrap {
    background-color: transparent;
    background-image: url("../img/hero-cta.png");
    background-position: left 100% top;
    background-repeat: no-repeat;
    background-size: 65% 100%;
    padding: 40px 15px 50px 45%;
    min-height: 340px;
    box-shadow: 0 4px 15px 0 rgba(0,0,0,.5);
  }
  .hw_mh .hero .container:first-child {
    background-color: transparent;
  }
}

@media (max-width: 839px) {
  .t_wrap {
    background-position: left 100% top, left -30px top;
  }
}

@media (max-width: 785px) {
  .work_before, .work_after {
    height: 220px;
  }
}

@media (max-width: 767px) {
  .header_top_txt {
    font-size: 18px;
  }
  .t_wrap {
    padding: 60px 15px 50px;
    background-image: url("../img/hero-masters-dark.jpg");
    background-position: left center;
    background-size: cover;
    min-height: 300px;
  }
  .hero .hero_form_wrap {
    float: none;
    text-align: center;
  }
  h2 {
    text-shadow: 1px 1px 5px rgba(0,0,0,1);
    line-height: 1.25;
  }
  h2 > span:last-child {
    margin-top: 10px;
  }
  .hero_prof {
    margin: 0;
    float: none;
  }
  .hero_prof:first-of-type {
    margin: 0 25px 0 0;
  }
  .hero_prof li {
    margin-bottom: 12px;
  }
  h1 {
    font-size: 37px;
  }
  .price .sub_header {
    font-size: 18px;
  }
  .price_tabs > li > a {
    font-size: 14px;
    padding: 15px 0;
  }
  .price_icn {
    margin-top: 15px;
  }
  .service_price tr td:last-child:not(.td_cs), .service_price tr th:last-child {
    width: 170px;
    padding: 7px 20px;
  }
  .tes_el {
    margin-left: 10px;
  }
  .contacts_el {
    font-size: 16px;
  }
  .contacts_el .cont_icn {
    font-size: 45px;
  }
  #map {
    height: 300px;
  }
  .cta_wrap .cta_content > span {
    font-size: 15px;
  }
  .cta_wrap .btn {
    padding: 10px 10px 9px;
    font-size: 13px;
  }
  .cta_wrap.sticky_cta_active .btn {
    margin-top: 9px;
  }
  .cta_wrap.sticky_cta_active .cta_content > span {
    top: 7px;
  }
  .works_hidden .row > div > div {
    height: 200px;
    max-width: 290px;
    margin: 0 auto 30px;
  }
  .mfp-container {
    overflow: hidden;
  }
  section.thank-you-section {
    padding: 100px 0;
    font-size: 23px;
  }
  .hero_prof_wrap {
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  }
  .hero_form_wrap h2 {
    margin-bottom: 20px;
  }
  .guarantee_info h1, .guarantee_info h2, .guarantee_info h3 {
    text-align: center;
  }
  .guarantee_info h3:last-child {
    margin-bottom: 50px;
  }
  .hero-backgrounds {
    position: relative;
  }
  .hw_mh .hero-backgrounds {
    height: 340px;
  }
  .hero-bg {
    background-position: center center;
    background-size: cover;
    min-height: 340px;
    padding-top: 130px;
    text-align: center;
  }
  .hw_mh .hero-bg {
    background-position: center center;
  }
  .hw_mh .hero_form_wrap ul li {
    font-size: 21px;
  }
  .hw_mh .t_wrap {
    padding: 40px 15px;
    background-color: #0c34c2;
    background-size: 120% 100%;
    min-height: 300px;
  }
}

@media (max-width: 639px) {
  /*.cta_wrap {
    display: none !important;
  }
  #footer {
    padding: 20px 0;
  }*/
  .cta_wrap .cta_content > span {
    display: none !important;
  }
  .header_top_txt {
    font-size: 14px;
    margin-top: 14px;
  }
  #header .header-nav.header-nav-push-top {
    margin-top: -17px;
  }
  .about_us h1, .contacts h1, .testimonials h1 {
    margin-bottom: 50px;
  }
  h3 {
    font-size: 23px;
  }
  .service_price th, .service_price td {
    padding: 7px 25px;
  }
  .service_price tr td:last-child:not(.td_cs), .service_price tr th:last-child {
    width: 150px;
  }
  .consult_form.fix-form h4 {
    font-size: 20px;
  }
  .contacts_el .cont_icn {
    font-size: 37px;
    margin-bottom: 10px;
  }
  div.contacts_el {
    font-size: 14px;
  }
  .contacts_el {
    padding: 20px 15px;
  }
  .author_img {
    width: 80px;
    height: 80px;
  }
  .tes_el h3 {
    margin-bottom: 20px;
    font-size: 21px;
  }
  section.thank-you-section {
    font-size: 18px;
  }
  .service_info {
    font-size: 14px;
  }
  .hero_form_wrap ul li {
    font-size: 20px;
  }
}

@media (max-width: 579px) {
  .header-column-valign-top > div.header_top_txt, .header-column-valign-top > .schedule_info {
    display: none;
  }
  #header .header-logo img {
    width: 290px;
    height: 56px;
    top: 7px;
  }
  #header .header-nav.header-nav-push-top {
    margin-top: -33px;
  }
  .fr_btn div[class*=col-xs-] {
    float: none;
    width: 100%;
  }
  .consult_form {
    float: none;
    margin: 0 auto;
    border-radius: 0;
  }
  .consult_form.hero-form {
    padding: 35px 35px 40px;
  }
  .form_phone {
    margin-top: 15px;
  }
  .t_wrap {
    position: relative;
  }
  .bullets {
    background: #7893A8;
    box-shadow: 0 0 15px 2px rgba(0,0,0,.5);
    position: relative;
  }
  a.bullet_el {
    float: none;
    width: 100%;
  }
  h1 {
    font-size: 31px;
  }
  .about_us p {
    font-size: 15px;
  }
  .price_tabs > li > a {
    font-size: 11px;
    padding: 10px 0;
  }
  .price_icn {
    margin-top: 7px;
  }
  .price_icn .icon-more_horiz {
    font-size: 50px;
  }
  .price_icn .icon-man {
    font-size: 50px;
  }  
  .price_icn .icon {
    font-size: 50px;
  }
  .price_icn .master-icon {
    font-size: 50px;
  }
  .service_desc {
    font-size: 14px;
  }
  .service_price th {
    font-size: 16px;
  }
  .service_price td {
    font-size: 13px;
  }
  .service_price tr td:last-child:not(.td_cs), .service_price tr th:last-child {
    width: 125px;
  }
  .more_price {
    font-size: 15px;
  }
  .work_before, .work_after {
    height: 200px;
  }
  section.latest_works {
    padding: 80px 0 35px;
  }
  .works_hidden {
    padding: 50px 0 20px;
  }
  .form_section {
    padding: 15px 0;
  }
  .consult_form.cta-form {
    padding: 25px 35px 20px;
  }
  div.contacts_el {
    font-size: 12px;
  }
  #map {
    height: 270px;
  }
  .form_dialog .consult_form {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hero-backgrounds {
    height: 300px;
  }
  .hw_mh .hero-backgrounds {
    height: 300px;
  }
  .hero-bg {
    min-height: 300px;
    padding-top: 110px;
  }
  .hw_mh .hero_form_wrap ul {
    text-align: left;
  }
  .hw_mh .hero_form_wrap ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
  }
  .hw_mh .hero_form_wrap ul li {
    padding-left: 0;
    text-align: center;
  }
}

@media (max-width: 479px) {
  #header .header-logo img {
    width: 230px;
    height: 45px;
    top: 12px;
  }
  h2 {
    text-align: left;
    margin-bottom: 35px;
  }
  .hero_prof {
    float: left;
  }
  .desc_el .btn {
    font-size: 15px;
  }
  .price_tabs > li > a {
    line-height: 1.4;
    padding: 10px 0;
    min-height: 110px;
  }
  .price_tabs > li > a > span {
    display: inline-block;
    min-height: 30px;
  }
  .work_before, .work_after {
    height: 170px;
  }
  .consult_form.cta-form {
    padding: 25px 25px 20px;
  }
  .contacts_el {
    float: none;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #8A8A8A;
  }
  .contacts_el:last-child {
    border-bottom: 0;
  }
  #header .header-logo {
    width: 240px;
  }
  section.thank-you-section {
    padding: 80px 0;
  }
  .hero_form_wrap h2 {
    margin-bottom: 35px;
  }
  .guarantee_info h1 {
    font-size: 33px;
  }
  #callibri-module-area {
    display: none !important;
  }
  .hw_mh .hero_form_wrap h2 {
    font-size: 27px;
    text-align: center;
  }
}

@media (max-width: 379px) {
  #header .header-logo {
    width: 190px;
  }
  #header .header-logo img {
    width: 180px;
    height: 35px;
    top: 17px;
  }
  h1 {
    font-size: 27px;
    margin: 0 0 50px 0;
  }
  .price .sub_header {
    margin-bottom: 50px;
    font-size: 16px;
  }
  .desc_el .btn {
    font-size: 13px;
  }
  .price_tabs > li > a {
    font-size: 9px;
  }
  .service_desc {
    font-size: 13px;
    line-height: 1.2;
  }
  .service_price td {
    line-height: 1.2;
  }
  .cta_wrap .btn {
    font-size: 12px;
  }
  .cta_wrap.sticky_cta_active .btn {
    margin-top: 10px;
  }
  .price_icn .icon-more_horiz {
    font-size: 40px;
  }
  .price_icn .icon-man {
    font-size: 40px;
  }  
  .price_icn .icon {
    font-size: 40px;
  }
  .price_icn .master-icon {
    font-size: 40px;
  }
  .price_tabs > li > a {
    min-height: 97px;
  }
  .service_price tr th:first-child, .service_price tr td:first-child:not(.td_cs) {
    padding: 7px 10px 7px 25px;
  }
  .service_price tr th:last-child, .service_price tr td:last-child:not(.td_cs) {
    padding: 7px 25px 7px 10px;
    /*min-width: 115px;*/
  }
  .work_before, .work_after {
    height: 150px;
  }
  .tes_center_block {
    width: 290px;
    height: 238px;
    margin: 0 auto 35px;
  }
  .tes_center_block {
    font-size: 18px;
  }
  .tes_center_block span {
    margin-top: 75px;
  }
  .tes_el {
    font-size: 14px;
  }
  .form_dialog .consult_form {
    padding-left: 5px;
    padding-right: 5px;
  }
  .hero_prof:not(:last-child) li:last-child {
    margin-bottom: 12px;
  }
  .hero_prof {
    width: 100%;
  }
  .hw_mh .hero_form_wrap ul li {
    font-size: 19px;
  }
}

#validEmail1
		{
			margin-top: -28px;
			margin-left: -20px;
			position: absolute;
			width: 16px;
			height: 16px;
		}
#validEmail2
		{
			margin-top: -28px;
			margin-left: -20px;
			position: absolute;
			width: 16px;
			height: 16px;
		}
#validEmail3
		{
			margin-top: -28px;
			margin-left: -20px;
			position: absolute;
			width: 16px;
			height: 16px;
		}
#validEmail4
		{
			margin-top: -28px;
			margin-left: -20px;
			position: absolute;
			width: 16px;
			height: 16px;
		}


/*********************/