.col-xs-offset-right-12 {
  margin-right: 100%;
}
.col-xs-offset-right-11 {
  margin-right: 91.66666667%;
}
.col-xs-offset-right-10 {
  margin-right: 83.33333333%;
}
.col-xs-offset-right-9 {
  margin-right: 75%;
}
.col-xs-offset-right-8 {
  margin-right: 66.66666667%;
}
.col-xs-offset-right-7 {
  margin-right: 58.33333333%;
}
.col-xs-offset-right-6 {
  margin-right: 50%;
}
.col-xs-offset-right-5 {
  margin-right: 41.66666667%;
}
.col-xs-offset-right-4 {
  margin-right: 33.33333333%;
}
.col-xs-offset-right-3 {
  margin-right: 25%;
}
.col-xs-offset-right-2 {
  margin-right: 16.66666667%;
}
.col-xs-offset-right-1 {
  margin-right: 8.33333333%;
}
.col-xs-offset-right-0 {
  margin-right: 0;
}
@media (min-width: 768px) {
  .col-sm-offset-right-12 {
    margin-right: 100%;
  }
  .col-sm-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-sm-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-sm-offset-right-9 {
    margin-right: 75%;
  }
  .col-sm-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-sm-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-sm-offset-right-6 {
    margin-right: 50%;
  }
  .col-sm-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-sm-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-sm-offset-right-3 {
    margin-right: 25%;
  }
  .col-sm-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-sm-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-sm-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .col-md-offset-right-12 {
    margin-right: 100%;
  }
  .col-md-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-md-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-md-offset-right-9 {
    margin-right: 75%;
  }
  .col-md-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-md-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-md-offset-right-6 {
    margin-right: 50%;
  }
  .col-md-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-md-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-md-offset-right-3 {
    margin-right: 25%;
  }
  .col-md-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-md-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-md-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-right-12 {
    margin-right: 100%;
  }
  .col-lg-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-lg-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-lg-offset-right-9 {
    margin-right: 75%;
  }
  .col-lg-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-lg-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-lg-offset-right-6 {
    margin-right: 50%;
  }
  .col-lg-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-lg-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-lg-offset-right-3 {
    margin-right: 25%;
  }
  .col-lg-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-lg-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-lg-offset-right-0 {
    margin-right: 0;
  }
}

body {
	font-family: 'IstokWebRegular'
}
.header-center-text {
	font-size: 20px;
	color: #9596a1;
    font-family: "IstokWebBold";
    letter-spacing: -1px;
    margin-top: 45px;
    display: inline-block;
}
.header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,ecf0f1+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: url('../img/wave.png') center no-repeat , -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(236,240,241,1) 100%); /* FF3.6+ */
	background: url('../img/wave.png') center no-repeat , -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(236,240,241,1))); /* Chrome,Safari4+ */
	background: url('../img/wave.png') center no-repeat , -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(236,240,241,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url('../img/wave.png') center no-repeat , -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(236,240,241,1) 100%); /* Opera 11.10+ */
	background: url('../img/wave.png') center no-repeat , -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(236,240,241,1) 100%); /* IE10+ */
	background: url('../img/wave.png') center no-repeat , linear-gradient(to bottom,  rgba(255,255,255,1) 1%,rgba(236,240,241,1) 100%) url; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ecf0f1',GradientType=0 ); /* IE6-9 */
	min-height: 200px;
}
.logo {
	width: 230px;
	height: 120px;
	display: block;
	margin-top: 40px;
	margin-bottom: 25px;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.header-contacts-wrp {
	padding-left: 30px;
	position: relative;
	display: inline-block;
	margin: 25px 0;
}
.item-contacts {
	margin-bottom: 12px;
}
.item-contacts div {
	color: #231f20;
	font-size: 14px;
}
.item-contacts div.address-hint {
	color: #9596a1;
}
.item-contacts a {
	color: #94c11e;
}
.item-contacts i {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
}
.item-contacts i.point {
	background: url('../img/point.png') center no-repeat;
}
.item-contacts i.phone {
	background: url('../img/phone.png') center no-repeat;
}
.button {
	display: inline-block;
	padding: 5px 20px;
	line-height: 20px;
	border-radius: 5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f06654+0,b35145+100 */
	background: rgb(240,102,84); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(240,102,84,1) 0%, rgba(179,81,69,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,102,84,1)), color-stop(100%,rgba(179,81,69,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(240,102,84,1) 0%,rgba(179,81,69,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(240,102,84,1) 0%,rgba(179,81,69,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(240,102,84,1) 0%,rgba(179,81,69,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(240,102,84,1) 0%,rgba(179,81,69,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f06654', endColorstr='#b35145',GradientType=0 ); /* IE6-9 */
	text-decoration: none;
	color: white;
	box-shadow: inset 0 0 7px 0 rgba(35,31,32,0.2);
}
button.button {
	border:none;
	outline: none;
}
.button:hover , .button:focus {
	display: inline-block;
	padding: 5px 20px;
	line-height: 20px;
	border-radius: 5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b35145+0,f06654+100 */
	background: rgb(179,81,69); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(179,81,69,1) 0%, rgba(240,102,84,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(179,81,69,1)), color-stop(100%,rgba(240,102,84,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(179,81,69,1) 0%,rgba(240,102,84,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(179,81,69,1) 0%,rgba(240,102,84,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(179,81,69,1) 0%,rgba(240,102,84,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(179,81,69,1) 0%,rgba(240,102,84,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b35145', endColorstr='#f06654',GradientType=0 ); /* IE6-9 */
	text-decoration: none;
	color: white;
	box-shadow: inset 0 0 7px 0 rgba(35,31,32,0.2);
	outline: none;
}
.button.btn-white {
	background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(203,214,217,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(203,214,217,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(203,214,217,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(203,214,217,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(203,214,217,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(203,214,217,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cbd6d9',GradientType=0 );
    box-shadow: inset 0 0 7px 1px rgba(255,255,255,1) , 0 0 7px 0 rgba(35,31,32,0.4);
    color: #4f5968;
}
.button.btn-white:hover {
    background: rgb(203,214,217);
    background: -moz-linear-gradient(top, rgba(203,214,217,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(203,214,217,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(203,214,217,1) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(203,214,217,1) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(203,214,217,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(203,214,217,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbd6d9', endColorstr='#ffffff',GradientType=0 );
}
.feedback-text p {
    margin: 0;
}
.button.green {
	padding: 5px 20px;
    background: rgb(147,191,30);
    background: -moz-linear-gradient(top, rgba(147,191,30,1) 0%, rgba(114,144,31,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(147,191,30,1)), color-stop(100%,rgba(114,144,31,1)));
    background: -webkit-linear-gradient(top, rgba(147,191,30,1) 0%,rgba(114,144,31,1) 100%);
    background: -o-linear-gradient(top, rgba(147,191,30,1) 0%,rgba(114,144,31,1) 100%);
    background: -ms-linear-gradient(top, rgba(147,191,30,1) 0%,rgba(114,144,31,1) 100%);
    background: linear-gradient(to bottom, rgba(147,191,30,1) 0%,rgba(114,144,31,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93bf1e', endColorstr='#72901f',GradientType=0 );
    color: white;
    border-radius: 5px;
    box-shadow: inset 0 0 5px 0 rgba(35,31,32,0.35);
}
.button.green:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#72901f+0,93bf1e+100 */
	background: rgb(114,144,31); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(114,144,31,1) 0%, rgba(147,191,30,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(114,144,31,1)), color-stop(100%,rgba(147,191,30,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(114,144,31,1) 0%,rgba(147,191,30,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(114,144,31,1) 0%,rgba(147,191,30,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(114,144,31,1) 0%,rgba(147,191,30,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(114,144,31,1) 0%,rgba(147,191,30,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72901f', endColorstr='#93bf1e',GradientType=0 ); /* IE6-9 */
}
.input-file input {
	display: none;
}
.input-file label {
	display: block;
	margin-bottom: 0;
}
.input-file input + span {
	position: relative;
	display: block;
    height: 30px;
    width: 100%;
    border: 2px solid #9596a1;
    border-radius: 4px;
    line-height: 26px;
    padding-left: 15px;
    background: rgb(224,224,227);
    background: -moz-linear-gradient(top, rgba(224,224,227,1) 0%, rgba(255,255,255,1) 100%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,224,227,1)), color-stop(100%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(224,224,227,1) 0%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(224,224,227,1) 0%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(224,224,227,1) 0%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(224,224,227,1) 0%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e3', endColorstr='#ffffff',GradientType=0 );
    outline: none;
    font-size: 14px;
    font-family: "IstokWebItalic";
    margin-bottom: 20px;
    text-align: left;
    font-weight: normal;
}
.input-file input:focus + span {
    border: 2px solid #94c11e;
}
.input-file input + span:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url('../img/add.png') center no-repeat;
	position: absolute;
	top: 3px;
	right: 10px;
}
::-webkit-input-placeholder {color:#9596a1;}
::-moz-placeholder          {color:#9596a1;}/* Firefox 19+ */
:-moz-placeholder           {color:#9596a1;}/* Firefox 18- */
:-ms-input-placeholder      {color:#9596a1;}

.input-file input + span p {
	color: #9596a1;
}
.modal-bg {
	background: white;
	padding: 35px 40px 40px;
	position: relative;
}
.modal-backdrop.in {
	opacity: 0.2;
}
.modal-dialog {
	width: 370px !important;
}
.pt30 {
	padding-top: 30px;
}
.modal-backdrop {
	z-index: 10000 !important;
}
.modal {
	z-index: 10010 !important;
}
.modal-text {
	padding: 10px 0 40px;
    font-family: "IstokWebItalic";
    color: #9596a1;
    font-size: 14px;
}
.close-modal {
	display: block;
	width: 10px;
	height: 10px;
	background: url('../img/modal-close.png') center no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
}
.mb0 {
	margin-bottom: 0 !important;
}
.green-bg {
	padding: 40px 0;
	background: url('../img/pattern.png') top repeat, #94c11e;
}
.select-lang  {
	position: relative;
	display: inline-block;
	margin-top: 25px;
}
.select-lang a, .select-lang a:hover ,.select-lang a:focus {
	color: #9596a1;
	text-decoration: none;
}
.select-lang a i.icon {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url('../img/world.png') center no-repeat;
	vertical-align: middle;
	margin-right: 4px;
}
.select-lang a i.arrow-down {
	width: 10px;
	height: 8px;
	display: inline-block;
	background: url('../img/arrow-down.png') center no-repeat;
	vertical-align: middle;
	margin-left: 4px;
}
ul.country-dropdown {
	position: absolute;
	top: 30px;
	padding: 20px;
	text-align: left;
	background: white;
	box-shadow: 0 0 5px 1px #cacfd2;
	list-style: none;
	width: 140px;
	display: none;
	z-index: 1;
}
ul.country-dropdown.open {
	display: block;
}
ul.country-dropdown li a img {
	margin-right: 14px;
}
ul.country-dropdown li a, ul.country-dropdown li a:hover, ul.country-dropdown li a:focus {
	color: #9596a1;
	text-decoration: none;
}
ul.country-dropdown li a.active , ul.country-dropdown li a:hover, ul.country-dropdown li a.active:focus {
	color: #34495e;
}
.over-hidden {
	overflow: hidden;
}
.main-menu {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#515c6a+0,424853+100 */
	background: rgb(81,92,106); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(81,92,106,1) 0%, rgba(66,72,83,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(81,92,106,1)), color-stop(100%,rgba(66,72,83,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(81,92,106,1) 0%,rgba(66,72,83,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(81,92,106,1) 0%,rgba(66,72,83,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(81,92,106,1) 0%,rgba(66,72,83,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(81,92,106,1) 0%,rgba(66,72,83,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515c6a', endColorstr='#424853',GradientType=0 ); /* IE6-9 */
	box-shadow: inset -1px 2px 5px 0 rgba(35,31,32,0.5);
}
.main-menu a {
    font-size: 13px;
	line-height: 60px;
	display: inline-block;
	padding: 0 7px;
	color: white;
    font-family: "IstokWebBold";
    text-decoration: none;
}
.main-menu a:hover , .main-menu a.active {
	text-decoration: none;
	color: #94c11e;
}
.menu-row > div {
	display: inline-block;
	position: relative;
}
.dropdown-main-menu {
	padding-top: 5px;
	position: absolute;
	top: 60px;
	left: -15px;
	display: none;
	z-index: 2;
}

.dropdown-main-menu > ul {
	background: #4f5968;
	width: 255px;
	list-style: none;
	padding: 10px 0;
	text-align: left;
}
.dropdown-main-menu a {
	line-height: 20px;
	padding: 0;
}
.dropdown-main-menu > ul li {
	padding: 5px 20px;
}
.menu-row  {
	font-size: 0;
}
.menu-row > div {
	font-size: 14px;
}
@media (min-width: 992px) {
	.menu-row > div:hover .dropdown-main-menu {
		display: block;
	}
}
.mobile-menu {
	font-size: 16px !important;
	padding: 0 15px !important;
}
.mobile-menu i {
	margin-right: 8px;
	vertical-align: middle;
}
.open-dropdown {
	display: none;
	vertical-align: middle;
	color: white;
	margin-left: 0px;
	font-size: 10px;
}
.open-dropdown:hover {
	color: #94c11e;
}
.main-slider-bx {
	padding: 0;
	list-style: none;
}
.main-slider .bx-controls-direction {
    width: 100%;
    position: absolute;
    margin: auto;
    top: 50%;
    left: 0;
    right: 0;
}
.main-slider {
	margin-bottom: 40px;
}
.part-title {
	font-size: 21px;
	color: #231f20;
	text-transform: uppercase;
    font-family: "IstokWebBold";
    letter-spacing: -1px;
    display: inline-block;
    border-bottom: 5px solid #94c11e;
    line-height: 20px;
    margin-bottom: 35px;
    white-space: pre-line;
}
.slider-service-sliders-wrp > a {
	display: block;
	line-height: 20px;
	padding: 15px 15px 15px 40px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ecf0f1+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(236,240,241,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(236,240,241,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(236,240,241,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(236,240,241,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(236,240,241,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(236,240,241,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ecf0f1',GradientType=0 ); /* IE6-9 */
	color: #4f5968;
	font-size: 14px;
    font-family: "IstokWebBold";
    text-decoration: none;
    text-transform: uppercase;
}
.slider-service-sliders-wrp > a.active {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#93bf1e+0,72901f+100 */
	background: rgb(147,191,30); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(147,191,30,1) 0%, rgba(114,144,31,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(147,191,30,1)), color-stop(100%,rgba(114,144,31,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(147,191,30,1) 0%,rgba(114,144,31,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(147,191,30,1) 0%,rgba(114,144,31,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(147,191,30,1) 0%,rgba(114,144,31,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(147,191,30,1) 0%,rgba(114,144,31,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93bf1e', endColorstr='#72901f',GradientType=0 ); /* IE6-9 */
	color: white;
	position: relative;
    z-index: 100;
}
.slider-service-sliders-wrp > a span {
	display: none;
}
.slider-service-sliders-wrp > a.active span {
	display: block;
	width: 20px;
	height: 100%;
	position: absolute;
	left: -20px;
	top: 0;
	background-size: cover;
}
.slider-service-sliders-wrp > a.active span img {
	position: relative;
	width: 100%;
	height: 100%;
}
.slider-service {
	width: 66%;
	float: left;
	position: absolute;
	top: 0;
	height: 100%;
	opacity: 0;
	overflow: hidden;
}
.slider-service a , .movile-service-slider a {
	position: absolute;
	right: 30px;
	bottom: 20px;
	padding: 5px 20px;
    background: rgb(147,191,30);
    background: -moz-linear-gradient(top, rgba(147,191,30,1) 0%, rgba(114,144,31,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(147,191,30,1)), color-stop(100%,rgba(114,144,31,1)));
    background: -webkit-linear-gradient(top, rgba(147,191,30,1) 0%,rgba(114,144,31,1) 100%);
    background: -o-linear-gradient(top, rgba(147,191,30,1) 0%,rgba(114,144,31,1) 100%);
    background: -ms-linear-gradient(top, rgba(147,191,30,1) 0%,rgba(114,144,31,1) 100%);
    background: linear-gradient(to bottom, rgba(147,191,30,1) 0%,rgba(114,144,31,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93bf1e', endColorstr='#72901f',GradientType=0 );
    color: white;
    border-radius: 5px;
    box-shadow: inset 0 0 5px 0 rgba(35,31,32,0.35);
}
.slider-service a:hover , .movile-service-slider a:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#72901e+0,93bf1e+100 */
    background: rgb(114,144,30); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(114,144,30,1) 0%, rgba(147,191,30,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(114,144,30,1)), color-stop(100%,rgba(147,191,30,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(114,144,30,1) 0%,rgba(147,191,30,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(114,144,30,1) 0%,rgba(147,191,30,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(114,144,30,1) 0%,rgba(147,191,30,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(114,144,30,1) 0%,rgba(147,191,30,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72901e', endColorstr='#93bf1e',GradientType=0 ); /* IE6-9 */
    text-decoration: none;

}
.movile-service-slider a {
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	width: 144px;
	text-align: center;
	text-decoration: none;
}
.slider-service.active {
	opacity: 1;
    z-index: 99;
}
.slider-service-sliders-wrp {
	padding-left: 66%;
	min-height: 250px;
    background: rgba(236,240,241,1);
}
.slider-service-wrp {
	position: relative;
	box-shadow: 0 0 5px 0 rgba(35,31,32,0.35);
	margin-bottom: 40px;
}
.movile-service-slider {
	width: 100%;
	height: 300px;
	display: none;
	position: relative;
    background-size: cover !important;
}
.scheme {
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4f5968+0,424752+100 */
	background: rgb(79,89,104); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(79,89,104,1) 0%, rgba(66,71,82,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(79,89,104,1)), color-stop(100%,rgba(66,71,82,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(79,89,104,1) 0%,rgba(66,71,82,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(79,89,104,1) 0%,rgba(66,71,82,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(79,89,104,1) 0%,rgba(66,71,82,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(79,89,104,1) 0%,rgba(66,71,82,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f5968', endColorstr='#424752',GradientType=0 ); /* IE6-9 */
	padding-top: 40px;
}
.scheme:before , .footer:after {
	content: '';
	display: block;
	width: 100%;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.26+0,0+100;Neutral+Density */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.26) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.26)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.26) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.26) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.26) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.26) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.scheme .part-title, .dark-bg .part-title {
	color: white;
}
.dark-bg {
	padding: 40px 0 10px; 
}
.team-item {
	padding: 20px;
	border-bottom: 5px solid #94c11e;
	background: white;
}
.scheme-icon {
	height: 40px;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}
.scheme-icon img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.scheme-text {
	font-size: 12px;
	color: #d1dce1;
    font-family: "IstokWebBold";
    text-align: center;
    display: block;
}
.scheme-arr {
	font-size: 0;
	position: relative;
}
.scheme-arr > div {
	position: relative;
	display: inline-block;
	float: none;
	vertical-align: top;
	margin-bottom: 40px;
}
.scheme-arr > div:before {
	top: 10px;
	right: -49px;
	content: '';
	display: block;
	position: absolute;
	width: 98px;
	height: 20px;
	background: url('../img/next.png') center no-repeat;
	opacity: 0.5;
}
.scheme-arr > div.back-b:before {
	right: auto;
	left: -49px;
    -moz-transform: rotate(180deg); /* Для Firefox */
    -ms-transform: rotate(180deg); /* Для IE */
    -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /* Для Opera */
    transform: rotate(180deg);
}
.fnone {
	float: none;
}
.scheme-arr > .col-lg-2:last-of-type:before {
	display: none;
}
.row-conntect {
    position: absolute !important;
    height: 100%;
    width: 26px;
    margin: 0;
    right: 7.3333333%;
    top: 20px;
    border-right: 2px solid #d1dce1;
    border-top: 2px solid #d1dce1;
    border-bottom: 2px solid #d1dce1;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    opacity: 0.5;
}
.row-conntect:before {
	content: '';
	display: block;
	width: 40px !important;
	height: 2px !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d1dce1+100&amp;0+0,1+100 */
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(209,220,225,1) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(209,220,225,1))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(209,220,225,1) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(209,220,225,1) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(209,220,225,1) 100%) !important; /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(209,220,225,1) 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#d1dce1',GradientType=1 ) !important; /* IE6-9 */
	position: absolute;
	top: -2px !important;
	left: -40px !important;
	opacity: 1 !important;
}
.row-conntect:after {
	content: '';
	display: block;
	width: 40px !important;
	height: 2px !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d1dce1+100&amp;0+0,1+100 */
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(209,220,225,1) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(209,220,225,1))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(209,220,225,1) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(209,220,225,1) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(209,220,225,1) 100%) !important; /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(209,220,225,1) 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#d1dce1',GradientType=1 ) !important; /* IE6-9 */
	position: absolute;
	top: auto !important;
	bottom: -2px !important;
	left: -40px !important;
	opacity: 1 !important;
}


.scheme-arr.back > div {
	float: right;
}
.order-service {
	padding: 60px 0 50px;
	background: url('../img/pattern.png') top repeat, #94c11e;
}
.ord-service-title {
	color: white;
	font-size: 21px;
    font-family: "IstokWebBold";
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(35,31,32,0.1);
}
.ord-service-when {
	font-size: 21px;
	color: white;
    font-family: "IstokWebBold";
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(35,31,32,0.1);
    display: inline-block;
    line-height: 35px;
    padding: 0 25px;
    border:5px solid white;
    box-shadow: 1px 1px 1px 0 rgba(35,31,32,0.1);
    margin-top: 8px;
}
.ord-service-text {
	color: white;
	font-size: 14px;
    font-family: "IstokWebItalic";
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.white-bg{
	padding: 40px 0;
}
.image-bg {
    background: #4f5968;
    overflow: hidden;
}
.image-bg .container {
	background: url('../img/image-bg2.png') center no-repeat, #4f5968;
	background-size: cover;
  padding: 40px 0;
  position: relative;
}
.image-bg .container > div {
  position: relative;
  z-index: 1;
}
.image-bg .container:before {
  content: '';
  display: block;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4f5968+0,4f5968+100&amp;1+0,0+100 */
  background: -moz-linear-gradient(left,  rgba(79,89,104,1) 0%, rgba(79,89,104,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(79,89,104,1)), color-stop(100%,rgba(79,89,104,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(79,89,104,1) 0%,rgba(79,89,104,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(79,89,104,1) 0%,rgba(79,89,104,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(79,89,104,1) 0%,rgba(79,89,104,0) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(79,89,104,1) 0%,rgba(79,89,104,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f5968', endColorstr='#004f5968',GradientType=1 ); /* IE6-9 */
}
.image-bg .container:after {
  content: '';
  display: block;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4f5968+0,4f5968+100&amp;0+0,1+100 */
  background: -moz-linear-gradient(left,  rgba(79,89,104,0) 0%, rgba(79,89,104,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(79,89,104,0)), color-stop(100%,rgba(79,89,104,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(79,89,104,0) 0%,rgba(79,89,104,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(79,89,104,0) 0%,rgba(79,89,104,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(79,89,104,0) 0%,rgba(79,89,104,1) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(79,89,104,0) 0%,rgba(79,89,104,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f5968', endColorstr='#4f5968',GradientType=1 ); /* IE6-9 */

}
.image-bg .part-title {
	color: white;
}
.partners-slider-wrp .bx-wrapper img {
	margin: auto;
}
.partners-slider-wrp .bx-pager.bx-default-pager {
	bottom: -50px;
}
.partners-slider-wrp .bx-wrapper {
	margin-bottom: 50px;
}
.partners-slider-wrp {
	padding-top: 25px;
}
.partners-slider-wrp .bx-wrapper .bx-pager.bx-default-pager a:hover, .partners-slider-wrp .bx-wrapper .bx-pager.bx-default-pager a.active {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#57616f+0,4b515b+100 */
	background: rgb(87,97,111); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(87,97,111,1) 0%, rgba(75,81,91,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(87,97,111,1)), color-stop(100%,rgba(75,81,91,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(87,97,111,1) 0%,rgba(75,81,91,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(87,97,111,1) 0%,rgba(75,81,91,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(87,97,111,1) 0%,rgba(75,81,91,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(87,97,111,1) 0%,rgba(75,81,91,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57616f', endColorstr='#4b515b',GradientType=0 ); /* IE6-9 */
}
.partners-slider-wrp .bx-wrapper .bx-viewport {
	height: auto !important;
}
.feedback-text {
	background: white;
	padding: 20px;
	box-shadow: 0 0 4px 1px rgba(86,98,112,1);
	position: relative;
	margin-top: 30px;
	margin-bottom: 20px;
}
.feedback-text:before {
	content: '';
	display: block;
	position: absolute;
	background: url('../img/tr.png') center no-repeat;
	width: 30px;
	height: 19px;
	left: 45px;
	top: -16px;
}
.feedback-avatar {
	width: 120px;
	height: 120px;
	border-radius: 120px;
	overflow: hidden;
	box-shadow: 0 0 2px 0px rgba(86,98,112,1);
	float: left;
}
.feedback-info {
	min-height: 120px;
	padding-left: 140px;
}
.feedback-surname {
	color: white;
	font-size: 16px;
    font-family: "IstokWebBold";
    text-transform: uppercase;
    line-height: 19px;
    padding-top: 25px;
}
.bx-wrapper .bx-loading {
    display: none !important;
}
.about-text p a, .about-text p a:hover, .about-text p a:focus {
    color: #94c11e;
}
.feedback-name {
	color: white;
	font-size: 18px;
    font-family: "IstokWebRegular";
}
.feedback-post {
	color: white;
	font-size: 14px;
    font-family: "IstokWebItalic";
    text-transform: inherit;
    padding-top: 5px;
}
.feedback-slider-wrp .bx-wrapper .bx-viewport {
	margin-bottom: 30px;
    height: auto !important;
}
.feedback-slider-wrp .bx-wrapper .bx-pager {
	bottom: -30px
}
.about-text {
    font-family: "IstokWebRegular";
    font-size: 14px;
    line-height: 20px;
    color: #231f20;
    padding-bottom: 80px;
    white-space: pre-line;
}
.advantages-slider-wrp {
	padding: 25px 25px 55px;
	background: url('../img/pattern.png') top repeat, #94c11e;
	margin-bottom: 80px;
}
.advantages-slider-wrp .bx-wrapper .bx-pager {
	bottom: -30px;
	text-align: left;
}
.advantages-slider-title {
	color: white;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	padding-bottom: 10px;
    font-family: "IstokWebBold";
}
.advantages-slider-wrp .bx-viewport {
    padding-bottom: 10px;
}
.advantages-slider-text {
	color: white;
	font-size: 14px;
	line-height: 20px;
	font-family: "IstokWebRegular";
}
.advantages-slider-wrp .bx-wrapper .bx-pager.bx-default-pager a {
	background: white;
}
.advantages-slider-wrp .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #4f5968;
}
.footer {
	background: url('../img/pattern.png') center repeat, #474e5a;
	padding: 40px 0 15px;
	min-height: 320px;
	position: relative;
}
.footer:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../img/wave.png') center no-repeat;
	opacity: 0.5;
}
.service-title-footer {
	font-size: 14px;
	color: #ffffff;
    font-family: "IstokWebRegular";
    text-transform: uppercase;
    margin-bottom: 10px;
}
.footer-service li a {
	color: #d1dce1;
	margin-bottom: 8px;
	display: inline-block;
}
.footer-service {
	list-style: none;
	padding: 0;
	line-height: 20px;
}
.footer-bottom {
	color: white;
	font-size: 14px;
    font-family: "IstokWebRegular";
}
.footer-bottom a {
	color: #94c11e;
}
.footer-menu-bottom a {
	color: white;
	font-size: 14px;
    font-family: "IstokWebBold";
    text-decoration: none;
	display: inline-block;
	margin-bottom: 5px;
}
.footer-menu-bottom a:hover , .footer-menu-bottom a.active {
	color: #94c11e;
}
.footer-contacts > div {
	margin: 0;
}
.footer-contacts .item-contacts div {
	color: white;
}
.footer-contacts .item-contacts div.address-hint {
	color: #9596a1;
}
.mt25 {
	margin-top: 25px;
}
.tooltip-region {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.8);
	padding: 20px;
	display: none;
	box-shadow: 0 4px 4px 1px rgba(86,98,112,0.4);
	width: 300px;
	color: #231f20;
	font-size: 14px;
    font-family: "IstokWebRegular";
    line-height: 20px;
}
.tooltip-region:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid rgba(255,255,255,0.8);
  left: 40px;
  top: -15px;

}
.tooltip-region .region-info {
	color: #9596a1;
}
.tooltip-region .region-tel {
	line-height: 35px;
}
.tooltip-region .region-email {
	color: #94c11e;
	line-height: 20px;
}
.ferror {
    color: red;
    position: absolute;
    bottom: 40px;
    width: 100%;
    display: none;

}
.list-object {
}
.list-object > div {
	width: 200px;
	padding-right: 30px;
	float: left;
}
.list-object a {
	color: #4f5968;
	font-size: 14px;
    font-family: "IstokWebBold";
    text-transform: uppercase;
    line-height: 30px;
}
.list-object a:hover, .list-object a:focus {
	color: #94c11e;
	text-decoration: none;
}
.tooltip-region .region-email {
	display: inline-block;
	margin-bottom: 15px;
}
.tooltip-region .region-email:last-of-type {
	margin-bottom: 0;
}
.fixed-header {
	padding: 15px 0;
	z-index: 10000;
	width: 100%;
	position: fixed;
	top: -100px;
	left: 0;
	background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 1%, rgba(236,240,241,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(236,240,241,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(236,240,241,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(236,240,241,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(236,240,241,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 1%,rgba(236,240,241,1) 100%) url;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ecf0f1',GradientType=0 );
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.fixed-header.open {
	top: 0px;
}
.fixed-header a.fixed-logo {
	display: inline-block;
	line-height: 40px;
}
.fixed-menu a {
	color: #4f5968;
	text-decoration: none;
	display: inline-block;
	margin: 0 7px;
    font-family: "IstokWebBold";
    font-size: 14px;
    line-height: 20px;
}
.fixed-menu a:hover, .fixed-menu a.active {
	color: #94c11e;
}
.red-link , .red-link:hover , .red-link:focus {
	color: #f06654;
}
.dark-bg {
    background: url('../img/pattern.png') center repeat, #474e5a;
}
.mt40 {
	margin-top: 40px;
}
.pb0 {
	padding-bottom: 0 !important; 
}
.breadcrumbs {
	padding: 0;
	margin-bottom: 40px;
	list-style: none;
	font-size: 0;
}
.breadcrumbs li {
	display: inline-block;
	font-size: 14px;
	color: #9596a1;
    font-family: "IstokWebRegular";
    margin-right: 25px;
    position: relative;
    line-height: 14px;
}
.breadcrumbs li:before {
	content: '›';
	position: absolute;
	right: -15px;
	top: 0;
	line-height: 14px;
}
.breadcrumbs li:last-of-type:before {
	display: none;
}
.breadcrumbs li a {
	color: #9596a1;
}
.team-name {
	color: #231f20;
	font-size: 18px;
    font-family: "IstokWebBold";
    line-height: 20px;
}
.team-post {
	color: #231f20;
	font-size: 14px;
    font-family: "IstokWebItalic";
    line-height: 20px;
}
.team-phone {
	color: #231f20;
	font-size: 14px;
}
.team-phone p {
	margin: 0;
	line-height: 20px;
}
.team-mail, .team-mail:hover , .team-mail:focus {
	color: #94c11e;
	font-size: 14px;
    text-decoration: none;
}
.inline-row {
	font-size: 0;
}
.inline-row > div {
	font-size: 14px;
	display: inline-block;
	float: none;
	vertical-align: top;
}
.team-item {
	margin-bottom: 30px;
}
.scheme-work {
	background: white;
}
.swork-item {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dcdee1+0,fff9f9+23,ffffff+99 */
	background: rgb(220,222,225); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(220,222,225,1) 0%, rgba(255,249,249,1) 23%, rgba(255,255,255,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(220,222,225,1)), color-stop(23%,rgba(255,249,249,1)), color-stop(99%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(220,222,225,1) 0%,rgba(255,249,249,1) 23%,rgba(255,255,255,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(220,222,225,1) 0%,rgba(255,249,249,1) 23%,rgba(255,255,255,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(220,222,225,1) 0%,rgba(255,249,249,1) 23%,rgba(255,255,255,1) 99%); /* IE10+ */
	background: linear-gradient(to right,  rgba(220,222,225,1) 0%,rgba(255,249,249,1) 23%,rgba(255,255,255,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdee1', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.part-title.white {
	color: white;
}
.inb {
    display: inline-block;
}
.service-bg-text {
	width: 410px;
	margin: auto;
	padding: 40px;
	background: rgba(35,31,32,0.5);
	color: white;
	line-height: 20px;
	font-size: 14px;
}
.phone-bold {
    font-weight: 600;
}
.service-bg-text > p {
    text-align: justify !important;
    letter-spacing: -0.01em;
    word-spacing: -0.1em;
}
.service-bg {
	padding: 80px 0 ;
	background-size: cover !important;
}
.swork-item i {
	display: block;
	width: 40px;
	height: 40px;
	margin: auto;
}
.swork-item i img {
	position: relative;
	max-width: 100%;
	max-height: 100%;
}
.tr-work {
	top: 0;
	left: 0px;
	position: absolute;
	width: 20px;
	height: 100%;
}
.tr-work img {
	position: relative;
	height: 100%;
	width: 20px;
}
.service-text {
	padding: 40px 0;
	position: relative;
	line-height: 20px;
	font-size: 14px;
}
.offer-text {
	height: 70px;
	width: 100%;
	text-align: center;
	line-height: 70px;
	display: block;
	background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 1%, rgba(236,240,241,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(236,240,241,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(236,240,241,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(236,240,241,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(236,240,241,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 1%,rgba(236,240,241,1) 100%) url;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ecf0f1',GradientType=0 );
}
.offer-text p {
	line-height: 20px;
	color: #4f5968;
	font-size: 14px;
	display: inline-block;
	text-transform: uppercase;
    font-family: "IstokWebBold";
    margin: 0;
    vertical-align: middle;
}
.offer-item , .offer-item:hover , .offer-item:focus {
	text-decoration: none;
}
.offer-item:hover .offer-text {
    background: -moz-linear-gradient(top, rgba(147,191,30,1) 0%, rgba(114,144,31,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(147,191,30,1)), color-stop(100%,rgba(114,144,31,1)));
    background: -webkit-linear-gradient(top, rgba(147,191,30,1) 0%,rgba(114,144,31,1) 100%);
    background: -o-linear-gradient(top, rgba(147,191,30,1) 0%,rgba(114,144,31,1) 100%);
    background: -ms-linear-gradient(top, rgba(147,191,30,1) 0%,rgba(114,144,31,1) 100%);
    background: linear-gradient(to bottom, rgba(147,191,30,1) 0%,rgba(114,144,31,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93bf1e', endColorstr='#72901f',GradientType=0 );
}
.offer-item {
	margin-bottom: 30px;
	display: inline-block;
	box-shadow: 0 0 5px 0 rgba(35,31,32,0.35);
}
.service-text ul {
	line-height: 30px;
	font-family: "IstokWebItalic";
	padding: 0;
	margin: 0;
    padding-top: 10px;
    padding-bottom: 20px;
}
.service-text ul:last-of-type {
    padding-bottom: 0;
}
.service-text ul li {
	list-style: none;
	padding-left: 20px;
	position: relative;
  line-height: 20px;
  margin-bottom: 15px
}
.service-text ul li:before {
	position: absolute;
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #94c11e;
	left: 0;
	top: 5px;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mt30 {
	padding-top: 30px;
}
.clear {
	clear: both;
}
.inpcaptcha {
  position: relative;
}
.inpcaptcha .captcha {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 30px;
}
.inpcaptcha .inp {
  padding-left: 100px;
}
.captcha img {
    max-height: 30px;
}
.offer-item:hover .offer-text p {
	color: white;
}
.pt0 {
	padding-top: 0;
}
.form-text {
  text-align: left;
  color: #9596a1;
  font-size: 14px;
  padding-bottom: 20px;
}
.form-text span {
  color: #94c11e;
}
.work-title i {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url('../img/work.png') center no-repeat;
	margin-right: 20px;
	vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
}
.work-title {
	color: #34495e;
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
    font-family: "IstokWebBold";
    margin-bottom: 15px;
    position: relative;
    padding-left: 50px;
}
.ser-title {
	color: #34495e;
	font-size: 16px;
    font-family: "IstokWebBold";
    margin: 5px 0;
}
.lh30 {
	line-height: 30px !important;
}
.offer-image img {
	position: relative;
	max-width: 100%;
}
.service-text:before {
	z-index: 99;
	content: '';
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 15px solid white;
}
.no-tr:before {
	display: none !important;
}
.work-item {
	color: #9596a1;
	margin-bottom: 50px;
}
.work-item ul li {
	line-height: 20px;
    font-family: "IstokWebRegular";
    margin-bottom: 0 !important;
}
.work-item ul li:before {
	top: 5px !important;
}
.work-item {
	box-shadow: 0 0 5px 0 rgba(35,31,32,0.35);
	padding: 20px;
}
.work-item p {
    margin: 0 !important;
}
.news-item-text {
	color: #231f20;
	font-size: 14px;
	line-height: 20px;
	padding: 20px 0 10px;
	border-bottom: 1px solid #d1dce1;
}
.news-item-text a {
	color: #94c11e;
}
.news-item-head .news-item-title {
	color: #34495e;
	font-size: 16px;
    font-family: "IstokWebBold";
}
.news-item-head {
	position: relative;
	padding-left: 20px;
	color: #9596a1;
}
.news-item-head a {
	color: #9596a1;
}
.news-item-head:before {
	content: '';
	position: absolute;
	display: block;
	width: 5px;
	height: 100%;
	top: 0;
	left: 0;
	background: #94c11e;
}
.news-item {
	padding-top: 20px;
}
.news-item:first-of-type {
	padding-top: 10px;
}
.feedback-item-text {
	padding: 20px 40px;
	background: #ecf0f1;
	color: #9596a1;
	font-size: 14px;
    font-family: "IstokWebItalic";
    position: relative;
}
.feedback-item-text:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #ecf0f1;
	bottom: -10px;
	left: 10px;
	position: absolute;
}
.feedback-item-text span.gg {
	position: relative;
	display: block;
}
.feedback-item-text span.gg:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -30px;
	width: 20px;
	height: 21px;
	background: url('../img/quote.png') center no-repeat;
}
.feedback-item-text span.gg:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: -30px;
	width: 20px;
	height: 21px;
	background: url('../img/quote.png') center no-repeat;
    -moz-transform: rotate(180deg); /* Для Firefox */
    -ms-transform: rotate(180deg); /* Для IE */
    -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /* Для Opera */
    transform: rotate(180deg);
}
.fleft {
	float: left;
}
.both {
	clear: both;
}
.contacts-form input {
	margin-bottom: 20px;
}
.add-feedback input , .contacts-form input {
	height: 30px;
	width: 100%;
	border: 2px solid #9596a1;
	border-radius: 4px;
	line-height: 30px;
	padding-left: 15px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0e0e3+0,ffffff+100,ffffff+100 */
	background: rgb(224,224,227); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(224,224,227,1) 0%, rgba(255,255,255,1) 100%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,224,227,1)), color-stop(100%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(224,224,227,1) 0%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(224,224,227,1) 0%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(224,224,227,1) 0%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(224,224,227,1) 0%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	outline: none;
	font-size: 14px;
    font-family: "IstokWebItalic";
}
.add-feedback input:focus , .contacts-form input:focus {
	border: 2px solid #94c11e;
}
.adf1 {
	width: 270px;	
	margin-right: 30px;
}
.adf2 {
	width: 140px;
	margin-left: 20px;
}
.add-feedback {
	padding-top: 20px;
	border-top: 5px solid #94c11e;
}
.add-feedback textarea , .contacts-form textarea {
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
	border: 2px solid #9596a1;
	border-radius: 4px;
	resize: vertical;
	min-height: 120px;
	outline: none;
	padding: 10px 10px 10px 15px; 
	line-height: 20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0e0e3+0,ffffff+100,ffffff+100 */
	background: rgb(224,224,227); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(224,224,227,1) 0%, rgba(255,255,255,1) 100%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,224,227,1)), color-stop(100%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(224,224,227,1) 0%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(224,224,227,1) 0%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(224,224,227,1) 0%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(224,224,227,1) 0%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	font-size: 14px;
    font-family: "IstokWebItalic";
}
.add-feedback textarea:focus , .contacts-form textarea:focus {
	border: 2px solid #94c11e;	
}
.just-title {
	color: white;
	font-size: 21px;
	text-transform: uppercase;
    font-family: "IstokWebBold";
    text-align: center;
    margin-bottom: 30px;
}
.contacts-form textarea {
	margin-top: 0;
	margin-bottom: 40px;
}
.contacts-form {
	text-align: center;
    position: relative;
}
.feedback-item-name {
	padding-top: 18px;
	font-size: 14px;
	color: #9596a1;
	padding-bottom: 20px;
}
.feedback-item-name span {
	color: #34495e;
	font-size: 16px;
    font-family: "IstokWebBold";
    display: inline-block;
    margin-right: 5px;
}
.ferror-row {
    color: red;
    text-align: center;
    display: none;
    padding-bottom: 10px;
}


@media (min-width: 768px) {
	.main-slider .bx-controls-direction {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.main-slider .bx-controls-direction {
		width: 970px
	}
}
@media (min-width: 1200px) {
	.main-slider .bx-controls-direction {
		width: 1170px
	}
	#vmap {
		height: 700px;
	}
}

@media (max-width: 500px) {
	.service-bg-text {
		width: 96%;
	}
}

@media (max-width: 1200px) {
	.main-menu a {
		font-size: 12px;
		padding: 0 4px;
	}
	#vmap {
		height: 700px;
	}
	.fixed-menu a {
		margin: 0 4px;
		font-size: 12px;
	}
}
@media (max-width: 500px) {
	.adf1 {
		width: 100%;
		margin-right: 0;
	}
}
@media (max-width: 992px) {
	.header-center-text {
		margin-top: 10px;
	}
	.fixed-header {
		display: none;
	}
	.logo {
		margin-top: 20px;
	}
	.adf1 {
		margin-bottom: 20px;
	}
	.menu-row {
		text-align: left;
		display: none;
	}
	.menu-row.open {
		display: block;
	}
	.menu-row > div {
		display: block;
	}
	.menu-row > div a {
		line-height: 25px;
	}
	.dropdown-main-menu {
		position: relative;
		top: 0;
		padding: 0;
	}
	.dropdown-main-menu.open {
		display: block;
	}
	.dropdown-main-menu > ul {
		padding: 5px 0 10px;
		margin: 0 0 0 15px;
		background: none;
		width: auto;
	}
	.dropdown-main-menu > ul li {
		padding: 0 0 0 20px;
	}
	.open-dropdown {
		display: inline-block;
	}
	.dropdown-main-menu.open {
		display: block !important;
	}
	.slider-service-image-wrp {
		display: none;
	}
	.slider-service-sliders-wrp {
		padding-left: 0;
	}
	.slider-service-sliders-wrp > a.active span {
		display: none;
	}
	.movile-service-slider.active {
		display: block;
	}
	.align-center-sm {
		text-align: center;
	}
	#vmap {
		height: 600px;
		padding-top: 150px;
	}
}
@media (max-width: 767px) {
	.logo {
		margin: 20px auto 25px;
	}
	.xs-center {
		text-align: center;
	}
	.xs-mt-40 {
		margin-top: 40px;
	}
	.xs-mt-10 {
		margin-top: 10px;
	}
	.item-contacts {
		text-align: left;
	}
	.row-conntect {
		display: none !important;
	}
	.scheme-arr > div {
		margin-bottom: 80px !important;
	}
	.scheme-arr > div:before {
		top: auto !important;
		left: 0 !important;
		right: 0 !important;
		margin: auto;
		bottom: -52px;
		-moz-transform: rotate(90deg) !important; /* Для Firefox */
		-ms-transform: rotate(90deg) !important; /* Для IE */
		-webkit-transform: rotate(90deg) !important; /* Для Safari, Chrome, iOS */
		-o-transform: rotate(90deg) !important; /* Для Opera */
		transform: rotate(90deg) !important;
		background-size: contain;
		width: 66px !important;
	}
	.scheme-arr > div:last-of-type:before {
		display: block !important;
	}
	.scheme-arr.back > div:last-of-type:before {
		display: none !important;
	}
	#vmap {
		padding-top: 150px;
		height: 550px;
	}
}
#map2 {
	width: 100%;
	height: 420px;
}
.slider-service {
    background-size: cover !important;
}
.highslide {
    display: none;
}
.fright {
    float: right;
}
.go-back {
    padding-top: 30px;
}
.go-back a {
    color: #94c11e;
}
.go-back span a, .go-back span {
    color: #9596a1;
}
.addfedbackresult {
    margin-left: 20px;
    display: none;
}
.addfedbackresult.vis {
    display: inline-block;
}
.addfedbackresult.red {
    color: red;
}
.mt20 {
    margin-top: 20px;
}
.service-bg-text a {
    color: #94c11e;
}
.bor-error {
    border-color: #f06654 !important;
}
.feedback-text-overlay {
    max-height: 200px;
    position: relative;
    overflow: hidden;
}
.feedback-text-overlay:before {
    content: '';
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0+0,1+91 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 91%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(91%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 91%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 91%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 91%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 91%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.feedback-text-overlay.open:before {
    display: none !important;
}
.feedback-text-overlay.open {
    max-height: 999999px;
}
.feedback-text-overlay.hide {
    display: none;
}
#vmap g path[fill='#94c11e'] {
    cursor: pointer;
}
.bootstrap-select .btn {
    padding: 3px 12px;
    border: 2px solid #9596a1;
    border-radius: 4px;
    background: rgb(224,224,227);
    background: -moz-linear-gradient(top, rgba(224,224,227,1) 0%, rgba(255,255,255,1) 100%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,224,227,1)), color-stop(100%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(224,224,227,1) 0%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(224,224,227,1) 0%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(224,224,227,1) 0%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(224,224,227,1) 0%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e3', endColorstr='#ffffff',GradientType=0 );
    font-size: 14px;
    font-family: "IstokWebItalic";
    padding-right: 25px;
}
.bootstrap-select.open .btn {
   border: 2px solid #94c11e;
}
.bootstrap-select {
    margin-bottom: 20px;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-overflow: ellipsis;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    outline: none;
}

@media (min-width: 992px) {
	.wide.container {min-width: 992px;}
}