/*
Theme Name: acti
Text Domain:acti
Author: Roman Kharchenko
Author URI: roman.kharchenko@jetcoders.com
*/
@font-face {
  font-family: "PTSans-Regular";
  src: url("fonts/PTSans-Regular_gdi.eot");
  src: url("fonts/PTSans-Regular_gdi.eot?#iefix") format("embedded-opentype"),
    url("fonts/PTSans-Regular_gdi.woff") format("woff"),
    url("fonts/PTSans-Regular_gdi.ttf") format("truetype"),
    url("fonts/PTSans-Regular_gdi.otf") format("opentype"),
    url("fonts/PTSans-Regular_gdi.svg#PTSans-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-F6D4;
}
@font-face {
  font-family: "PTSans-Bold";
  src: url("fonts/PTSans-Bold_gdi.eot");
  src: url("fonts/PTSans-Bold_gdi.eot?#iefix") format("embedded-opentype"),
    url("fonts/PTSans-Bold_gdi.woff") format("woff"),
    url("fonts/PTSans-Bold_gdi.ttf") format("truetype"),
    url("fonts/PTSans-Bold_gdi.otf") format("opentype"),
    url("fonts/PTSans-Bold_gdi.svg#PTSans-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-F6D4;
}
@font-face {
  font-family: "PTSans-Caption";
  src: url("fonts/PTSans-Caption_gdi.eot");
  src: url("fonts/PTSans-Caption_gdi.eot?#iefix") format("embedded-opentype"),
    url("fonts/PTSans-Caption_gdi.woff") format("woff"),
    url("fonts/PTSans-Caption_gdi.ttf") format("truetype"),
    url("fonts/PTSans-Caption_gdi.otf") format("opentype"),
    url("fonts/PTSans-Caption_gdi.svg#PTSans-Caption") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-F6D4;
}
@font-face {
  font-family: "PTSans-CaptionBold";
  src: url("fonts/PTSans-CaptionBold_gdi.eot");
  src: url("fonts/PTSans-CaptionBold_gdi.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/PTSans-CaptionBold_gdi.woff") format("woff"),
    url("fonts/PTSans-CaptionBold_gdi.ttf") format("truetype"),
    url("fonts/PTSans-CaptionBold_gdi.otf") format("opentype"),
    url("fonts/PTSans-CaptionBold_gdi.svg#PTSans-CaptionBold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-F6D4;
}
@font-face {
  font-family: "PTSans-Italic";
  src: url("fonts/PTSans-Italic_gdi.eot");
  src: url("fonts/PTSans-Italic_gdi.eot?#iefix") format("embedded-opentype"),
    url("fonts/PTSans-Italic_gdi.woff") format("woff"),
    url("fonts/PTSans-Italic_gdi.ttf") format("truetype"),
    url("fonts/PTSans-Italic_gdi.otf") format("opentype"),
    url("fonts/PTSans-Italic_gdi.svg#PTSans-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U+0020-F6D4;
}
.breadcrumbs{
  align-items: center;
  color:gray;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.breadcrumbs  span{
  display: inline-block;
  padding: 5px;
}
.breadcrumbs  span  a{
  color:gray;
}
html,
body {
  height: 100%;
  margin: 0;
}
body {
  margin: 0;
  color: #000000;
  min-width: 320px;
  font: 14px/20px "PTSans-Caption", arial, helvetica, sans-serif;
  background-color: #ffffff;
}
/* General reset */
form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
  font-weight: normal;
}
img {
  border-style: none;
  vertical-align: top;
}
ul li {
  vertical-align: top;
}
input,
select,
textarea {
  vertical-align: middle;
  font: 12px arial, helvetica, sans-serif;
}
a {
  color: #146695;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
figure {
  margin: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  outline: none;
  outline: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button,
input[type="reset"],
input[type="button"],
input[type="submit"],
input[type="submit"],
input[type="file"],
input[type="file"] > input[type="button"] {
  outline: none;
  outline: 0;
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="radio"]:focus {
  -moz-outline-radius: 12px !important;
  -moz-outline-offset: 0px !important;
}
input[type="checkbox"]:focus {
  -moz-outline-offset: -1px !important;
  -moz-outline: 1px solid #000 !important;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  color: #9c9c9c;
  width: 100%;
  height: 35px;
  padding: 7px 14px 8px;
  font: 14px/18px "PTSans-Regular", arial, helvetica, sans-serif;
  border: 1px solid #cfcfcf;
  background: #ffffff;
  outline: none;
  outline: 0;
  margin: 0 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.error input[type="text"],
.error input[type="tel"],
.error input[type="email"],
.error textarea {
  border-color: #e20100;
}
input[type="text"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border: 1px solid #ff0000;
}
textarea {
  width: 100% !important;
  min-height: 129px !important;
  max-width: 100% !important;
  padding: 6px 14px;
}
a:focus,
a:hover {
  outline: none;
  outline: 0;
}
p {
  margin: 0 0 20px;
}
h1 {
  font: 30px/36px "PTSans-Bold", arial, helvetica, sans-serif;
  color: #ffffff;
  margin: 0;
}
h2 {
  font: 24px/29px "PTSans-Regular", arial, helvetica, sans-serif;
  color: #000000;
  margin: 0 0 21px;
}
/*h3,
h4 {
  font: 30px/36px "PTSans-Regular", arial, helvetica, sans-serif;
  color: #146695;
  margin: 0 0 10px;
}*/
/* wrapper */
#wrapper {
  overflow: hidden;
  width: 100%;
  min-height: 100%;
}
.w1 {
  padding-bottom: 170px;
}
/* header */
.wrap {
  max-width: 1143px;
  margin: 0 auto;
}
.wrap:after {
  content: "";
  display: block;
  clear: both;
}
.flying-block {
  position: fixed;
  right: 0;
  top: 344px;
  background: #ffffff;
  border: 1px solid #1f9e9e;
  -webkit-border-radius: 9px 0 0 9px;
  -moz-border-radius: 9px 0 0 9px;
  border-radius: 9px 0 0 9px;
  border-right: none;
  padding: 15px 13px 10px 6px;
  font: 14px/16px "PTSans-Regular", arial, helvetica, sans-serif;
  color: #1f9e9e;
  z-index: 500;
}
.flying-block .flying-skype,
.flying-block .flying-cost {
  display: block;
  text-decoration: none;
  max-width: 70px;
  text-align: center;
  position: relative;
  padding: 38px 0 0;
}
.flying-block .flying-skype {
  margin: 0 0 17px;
}
.flying-block .flying-cost {
  margin: 0 0 3px;
}
.flying-block .flying-skype:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  background: url(images/bg-mobile.png) no-repeat 0 0;
  width: 32px;
  height: 32px;
  margin: 0 0 0 -16px;
}
.flying-block .flying-cost:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  background: url(images/bg-cost.png) no-repeat 0 0;
  width: 27px;
  height: 32px;
  margin: 0 0 0 -14px;
}
#header {
  width: 100%;
  border-bottom: 1px solid #b8d1df;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: 999;
}
#header:after {
  content: "";
  display: block;
  clear: both;
}
#header .logo,
#footer .logo {
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  margin: 0 0 5px;
  padding: 13px 0 0;
}
#header .logo a,
#header .logo span {
  width: 133px;
  height: 61px;
  display: block;
}
#footer .logo a {
  width: 147px;
  height: 67px;
  display: block;
}
#header .logo a img,
#footer .logo a img {
  display: block;
  width: 100%;
  height: auto;
}
#header .box-right {
  float: right;
  text-align: right;
}
.box-number {
  margin: 0 0 24px;
  position: relative;
  padding: 0 180px 0 0;
}
.hold-number {
  font: 14px/20px "PTSans-Regular", arial, helvetica, sans-serif;
  color: #000000;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 5px 0;
  padding: 3px 0 0;
}
.text-number,
.number {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px 5px 0;
  text-decoration: none;
}
.number {
  font-family: "PTSans-Bold", arial, helvetica, sans-serif;
  padding: 1px 0 0;
}
.btn-client {
  position: absolute;
  top: 0px;
  right: 0px;
  font: 14px/16px "PTSans-Regular", arial, helvetica, sans-serif;
  color: #ffffff;
  background: #1f9e9e;
  padding: 5px 10px 10px;
  text-decoration: none;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.btn-client:hover {
  opacity: 0.8;
}
#nav {
  width: auto;
}
#nav:after {
  content: "";
  display: block;
  clear: both;
}
#header .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  width: auto;
}
#header .nav-menu:after {
  content: "";
  display: block;
  clear: both;
}
#header .nav-menu li {
  float: left;
  margin: 0 19px 0;
  position: relative;
  padding: 0 0 9px;
}
#header .nav-menu li a {
  font: 14px/16px "PTSans-Bold", arial, helvetica, sans-serif;
  color: #146695;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
#header .nav-menu li a:hover,
#header .nav-menu li.active > a {
  color: #000000;
}
#header .nav-menu .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 200px;
  padding: 10px 0 0;
  background: #ffffff;
  border: 1px solid #b8d1df;
}
#header .nav-menu li:hover .sub-menu {
  top: 25px;
  left: 0px;
}
#header .nav-menu .sub-menu li {
  display: block;
  margin: 0 0 5px;
  float: none;
}
#header .nav-menu .sub-menu li a {
  display: block;
  padding: 0 5px;
  text-align: left;
}
#header .nav-menu .sub-menu li.active a {
  color: #000000;
}
.button-toggle-navigation {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #146695;
  border-top: 2px solid #146695;
  font-size: 20px;
  cursor: pointer;
  height: 12px;
  margin: 4px 20px 3px 10px;
  outline: 0;
  -webkit-transition: border-color 200ms ease-out,
    -webkit-transform 200ms ease-out;
  transition: border-color 200ms ease-out, transform 200ms ease-out;
  width: 30px;
  display: none;
  z-index: 600;
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.button-toggle-navigation:after,
.button-toggle-navigation:before {
  border-bottom: 2px solid #146695;
  bottom: 5px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transition: -webkit-transform 250ms ease-out;
  transition: transform 250ms ease-out;
}
.button-toggle-navigation span {
  color: transparent;
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
}
.open .button-toggle-navigation {
  border-color: transparent;
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.open .button-toggle-navigation::after,
.isActive::before {
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
}
.open .button-toggle-navigation::after {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.open .button-toggle-navigation::before {
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
/* main */
#main {
  overflow: hidden;
  width: 100%;
  /* margin: 83px 0 0; */
}
.breadcrumb {
  font: 12px/14px "PTSans-Regular", arial, helvetica, sans-serif;
  padding: 16px 0;
}
.breadcrumb span {
  margin: 0 6px 5px 0;
  display: inline;
}
/*
.breadcrumb span:last-child{display:none;}
*/
.breadcrumb a {
  text-decoration: none;
  background: url(images/mark.gif) no-repeat 100% 2px;
  padding: 0 12px 0 0;
}
/* content */
#content {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
#content .title {
  background: url(/wp-content/themes/acti/images/main-banner__background.jpg) no-repeat 50% 0;
  padding: 34px 0;
  margin: 0 0 54px;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
.title .box-title {
  width: 100%;
  padding: 0 250px 0 0;
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.title .box-title h1 {
  padding: 10px 0;
  margin: 0;
}
.title .box-title .btn-ask {
  position: absolute;
  top: 50%;
  right: 0px;
  margin: -27px 0 0;
}

.title-img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  margin: -48px 0 0 -42px;
}
.title-img img {
  display: block;
  width: auto;
  height: auto;
}
/*.title .box-title.box-size{
	max-width:350px;
}*/
.btn-ask {
  float: right;
  background: rgba(0, 0, 0, 0);
  border: 2px solid #1f9e9e;
  font: 16px/18px "PTSans-Bold", arial, helvetica, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 25px 17px;
  margin: 9px 0 5px 0;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn-ask:hover {
  background: #1f9e9e;
}
.box-line {
  text-align: center;
  border-bottom: 1px solid #cfcfcf;
  padding: 17px 0 11px;
  margin: 0 0 56px;
}
.box-line h3 {
  color: #000000;
}
.box-item {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.box-item:after {
  content: "";
  display: block;
  clear: both;
}
.box-item li {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin: 0 0 20px 9px;
  overflow: hidden;
}
.box-item li a {
  display: block;
  padding: 0 26px 0 120px;
  text-decoration: none;
}
.box-item.item-othen li {
  float: left;
  width: 23%;
  height: 55px;
  position: relative;
}
.box-item.item-othen li a {
  padding: 0 5px 0 30px;
}
/*.box-item.item-othen li:after {
	content:"";
	position:absolute;
	top:5px;
	left:0px;
	width:10px;
	height:10px;
	background-color:#f67616;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}*/
.box-item.item-othen {
  margin: 0 0 20px;
}
.box-item.item-othen .item-title {
  color: #146695;
}
.box-item li a:hover .item-title {
  text-decoration: underline;
}
.box-item .item-img {
  float: left;
  margin: 7px 0 0 -120px;
}
.box-item.item-othen .item-img {
  margin: 0 0 0 -40px;
}
.box-item .item-title {
  font: 19px/20px "PTSans-Bold", arial, helvetica, sans-serif;
  color: #000000;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 18px;
  text-decoration: none;
}
.box-item.item-othen .item-title {
  font-size: 16px;
  line-height: 18px;
}
.box-item .item-text {
  font: 14px/16px "PTSans-Regular", arial, helvetica, sans-serif;
  color: #000000;
  margin: 0 0 5px;
  display: block;
}
.box-text {
  width: 100%;
  font: 14px/20px "PTSans-Caption", arial, helvetica, sans-serif;
}
.box-text:after {
  content: "";
  display: block;
  clear: both;
}
.box-text ul {
  margin: 0 0 42px;
  padding: 0;
  list-style: none;
}
.box-text ul li {
  color: #000000;
  position: relative;
  padding: 0 0 0 40px;
  margin: 0 0 10px;
  display: block;
}
.box-text ul li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 12px;
  width: 8px;
  height: 8px;
  background-color: #1f9e9e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.box-text strong {
  font: 16px/20px "PTSans-CaptionBold", arial, helvetica, sans-serif;
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
}
.info-block {
  width: auto;
  margin: 0 0 23px;
}
.info-block:after {
  content: "";
  display: block;
  clear: both;
}
.info-block .block {
  float: left;
  width: 23.3%;
  text-align: center;
  margin: 0 21px 21px 2px;
}
.info-block .block:last-child {
  margin: 0 0 21px;
}
.icon {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 15px;
  min-height: 120px;
}
.info-block .block .info-text {
  font: 14px/20px "PTSans-Caption", arial, helvetica, sans-serif;
  color: #000000;
  display: block;
  text-align: center;
  padding: 0 4px;
}
.box-line.line-other {
  margin: 0 0 38px;
  padding: 32px 190px 0;
}
.box-contact {
  background: url(images/bg-contact.gif) no-repeat 50% 0;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 17px 0 24px;
}
.holder-contact {
  max-width: 447px;
  margin: 0 auto;
  padding: 32px 31px 13px 29px;
}
.hold-contact {
  max-width: 387px;
  margin: 0 auto;
}
.title-contact {
  font-size: 30px;
  line-height: 32px;
  color: #ffffff;
  font-weight: normal;
  display: block;
  text-align: center;
  margin: 0 0 26px;
}
.text-input {
  padding: 0 0 0 95px;
  width: auto;
  margin: 0 0 10px;
}
.text-input:after {
  content: "";
  display: block;
  clear: both;
}
.text-input label,
.wpcf7-captcha-captcha-1 {
  float: left;
  margin: 0 0 0 -95px;
  padding: 9px 0 0;
  font: 14px/16px "PTSans-Regular", arial, helvetica, sans-serif;
  color: #000000;
}
.text-input span {
  float: left;
  width: 100%;
}
.hold-contact br {
  display: none;
}
.btn-send,
.wpcf7-form .file .button,
.btn {
  width: auto;
  height: 39px;
  padding: 8px 34px;
  overflow: hidden;
  float: right;
  text-align: center;
  margin: 0 -1px 5px 0;
  background: #ffffff;
  font: 14px/18px "PTSans-Bold", arial, helvetica, sans-serif;
  color: #146695;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  border: 2px solid #1f9e9e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-send:hover,
.wpcf7-form .file:hover .button {
  background: #1f9e9e;
  color: #ffffff;
}
.text-input p {
  margin: 0;
}
.hold-select {
  width: 100%;
  margin: 0 0 15px;
  overflow: hidden;
  width: 100%;
}
/* castom select */
.outtaHere {
  display: none;
}
.selectArea {
  overflow: hidden;
  position: relative;
}
.selectButton {
  position: relative;
  overflow: hidden;
  width: auto;
  z-index: 1;
  display: block;
  text-decoration: none;
  padding: 7px 40px 8px 15px;
  border: 1px solid #cfcfcf;
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.selectButton .center {
  width: 100%;
  display: block;
  z-index: 2;
  padding: 0;
  color: #9c9c9c;
  font: 14px/18px "PTSans-Regular", arial, helvetica, sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.selectButton .right {
  position: absolute;
  overflow: hidden;
  top: 0;
  background: #f8f8f8;
  text-decoration: none;
  z-index: 20;
  right: 0;
  border-left: 1px solid #cfcfcf;
  width: 32px;
  height: 35px;
}
.selectButton .right:after {
  content: "";
  background: url(images/bg-right.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 5px;
  margin: -4px 0 0 -5px;
}
.selectButton .center:hover,
.selectButton .right:hover {
  text-decoration: none;
}
.selectOptions {
  z-index: 1005;
  position: absolute;
  top: 0px;
  right: 0px;
}
.selectOptions ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  border: 1px solid #cfcfcf;
  background-color: #ffffff;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 0;
}
.selectOptions ul li {
  padding: 0;
}
.selectOptions ul li a {
  font: 14px/25px "PTSans-Regular", arial, helvetica, sans-serif;
  color: #9c9c9c;
  text-decoration: none;
  display: block;
  padding: 0 14px;
}
.selectOptions ul li a:hover {
  background: #f8f8f8;
  text-decoration: none;
}
.customSelect {
  width: 100%;
}
.btn-expert {
  max-width: 303px;
  margin: 0 auto 39px;
  border: 2px solid #f67616;
  background-color: #ffffff;
  font: 16px/20px "PTSans-Bold", arial, helvetica, sans-serif;
  text-transform: uppercase;
  color: #f67616;
  padding: 15px 10px;
  text-decoration: none;
  display: block;
  text-align: center;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-expert.btn-blue {
  border: 2px solid #146695;
  color: #146695;
}
.btn-expert.btn-blue:hover {
  background-color: #146695;
  color: #ffffff;
}
.btn-expert:hover {
  background-color: #f67616;
  color: #ffffff;
}
.gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 0 10px;
}
.gallery a.link-prev,
.gallery a.link-next {
  position: absolute;
  top: 50%;
  left: 15%;
  background: url(images/arrows.png) no-repeat 0 0;
  overflow: hidden;
  text-indent: -9999px;
  margin: -54px 0 0;
  width: 30px;
  height: 108px;
  z-index: 10;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.gallery a.link-next {
  left: auto;
  right: 15%;
  background-position: -30px 0;
}
.gallery a.link-prev:hover,
.gallery a.link-next:hover {
  opacity: 0.7;
}
.gallery .gallery-holder {
  width: 100%;
  height: 410px;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 9;
}
.gallery .gallery-holder > li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
.gallery .gallery-holder .active {
  z-index: 10;
}
.box-img {
  width: 100%;
  position: relative;
}
.gallery .box-img img {
  display: block;
  width: 100%;
  height: auto;
}
.gallery .boxed-text {
  width: 1143px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin: 0 0 0 -571.5px;
  overflow: hidden;
}
.gallery .holder-img,
.gallery .holder-text {
  width: 38%;
  float: left;
}
.gallery .holder-text {
  position: relative;
  height: 363px;
}
.gallery .holder-text .hold-text {
  display: table-cell;
  vertical-align: middle;
  height: 363px;
}
.hold-text .vertical-text {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.gallery .holder-img {
  float: right;
  padding: 0;
  width: 62%;
}
.gallery .holder-img img {
  display: block;
  width: 100%;
  height: auto;
}
.gallery .item-title {
  font: 17px/20px "PTSans-Regular", arial, helvetica, sans-serif;
  color: #ffffff;
  padding: 0 0 35px;
}
.gallery .item-title strong {
  font: 24px/29px "PTSans-Bold", arial, helvetica, sans-serif;
  display: block;
  margin: 0 0 20px;
  font-weight: normal;
}
.gallery .item-title br {
  display: none;
}
.gallery .item-title ul {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}
.gallery .item-title ul li {
  padding: 0 0 0 8px;
  background: url(images/mark.png) no-repeat 0 9px;
}
.gallery .btn-hold {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  border: 1px solid #ffffff;
  background-color: #1f9e9e;
  font: 14px/18px "PTSans-Bold", arial, helvetica, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  padding: 6px 15px;
  text-align: center;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery .btn-hold:hover {
  border: 1px solid #1f9e9e;
  background-color: #ffffff;
  color: #1f9e9e;
}
.holder-switcher {
  max-width: 1143px;
  position: absolute;
  bottom: 47px;
  right: 50%;
  margin: 0 -571.5px 0 0;
  z-index: 10;
}
.gallery .switcher {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  float: right;
}
.gallery .switcher li {
  float: left;
  padding: 0;
  width: 16px;
  height: 16px;
  margin: 0 7px 5px 0;
}
.gallery .switcher li:last-child {
  margin: 0 0 5px;
}
.gallery .switcher li a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 12px;
  height: 12px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.gallery .switcher li a:hover,
.gallery .switcher .active a {
  background-color: #1f9e9e;
}
.line-othen h1 {
  font-family: "PTSans-Regular", arial, helvetica, sans-serif;
  color: #146695;
}
.hold-title {
  background: url(images/hold-title.gif) repeat-y 50% 0;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  padding: 17px 0 2px;
}
.hold-title h2 {
  font-size: 30px;
  line-height: 34px;
  color: #ffffff;
}
.box-gray:not(.no-image) {
  background: url(images/bg-gray.gif) repeat-y 50% 0;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.box-gray {
  padding: 33px 0 10px;
}
.gallery-item {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 0 13px;
}
.gallery-item a.link-prev,
.gallery-item a.link-next,
.gallery-info a.link-prev,
.gallery-info a.link-next {
  position: absolute;
  top: 33px;
  left: 15%;
  background: url(images/arrows-green-left.png) no-repeat 50% 0;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 100;
  text-indent: -9999px;
  width: 30px;
  height: 108px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.gallery-info a.link-prev,
.gallery-info a.link-next {
  top: 15px;
}
.gallery-item a.link-next,
.gallery-info a.link-next {
  left: auto;
  right: 15%;
  background: url(images/arrows-green-right.png) no-repeat 50% 0;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.gallery-item.disabled-btn a.link-prev,
.gallery-item.disabled-btn a.link-next {
  display: none;
}
.gallery-item a.link-prev:hover,
.gallery-item a.link-next:hover,
.gallery-info a.link-prev:hover,
.gallery-info a.link-next:hover {
  opacity: 0.7;
}
.gallery-item .gallery-holder {
  max-width: 1128px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.gallery-item .gallery-holder ul {
  width: 99999px;
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.gallery-item .gallery-holder ul li {
  width: 282px;
  float: left;
  font: 14px/16px "PTSans-Regular", arial, helvetica, sans-serif;
  color: #000000;
}
.client-hold,
.title-coment {
  display: block;
  font-size: 16px;
  line-height: 18px;
  color: #146695;
  text-decoration: none;
  padding: 0 20px;
  width: 282px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery-item .gallery-holder ul li p {
  padding: 0 20px;
}
.title-coment {
  margin: 0;
  padding: 0;
  width: auto;
}
.gallery-item .holder-img,
.gallery-info .holder-img,
.item-coment .holder-img {
  display: block;
  margin: 0 0 20px;
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}
.gallery-info .holder-img {
  margin: 0 0 20px;
}
.gallery-item .client-img,
.gallery-info .client-img,
.item-coment .coment-img {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  height: 178px;
  text-align: center;
  width: 550px;
  background-color: #ffffff;
}
.gallery-item .client-img img,
.gallery-info .client-img img {
  vertical-align: middle;
  display: inline-block;
}
.gallery-item .link-read {
  color: #2ea4a4;
  display: block;
  margin: 0 0 5px;
  padding: 10px 0 0;
}
.gallery-item .link-read:hover {
  text-decoration: underline;
}
.wrap-hold {
  max-width: 1248px;
  margin: 0 auto;
}
.wrap-hold:after {
  content: "";
  display: block;
  clear: both;
}
.hold-gray {
  width: 100%;
  overflow: hidden;
  margin: 0 0 35px;
}
.hold-gray span {
  display: block;
  text-align: center;
  font: 20px/24px "PTSans-Italic", arial, helvetica, sans-serif;
  color: #000000;
}
.box-gray .btn-ask {
  float: none;
  width: 272px;
  margin: 0 auto 17px;
  display: block;
  text-align: center;
  color: #146695;
}
.box-gray .btn-ask:hover {
  background: #1f9e9e;
  color: #ffffff;
}
.box-blue {
  background: url(images/bg-blue.gif) no-repeat 50% 0;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 16px 0 37px;
}
.blue-title {
  border-bottom: 1px solid #5188ac;
  width: 100%;
  padding: 0 0 14px;
  text-align: center;
  margin: 0 0 67px;
}
.blue-title h3 {
  font-size: 30px;
  line-height: 34px;
  color: #ffffff;
}
.box-chart {
  width: 100%;
  text-align: center;
}
.box-chart:after {
  content: "";
  display: block;
  clear: both;
}
.box-chart .item-chart {
  display: inline-block;
  vertical-align: top;
  width: 193px;
  padding: 0 5px;
  text-align: center;
  margin: 0 66px 20px;
}
.box-chart.chart-company .item-chart {
  width: 22%;
  margin: 0 5px 15px;
  padding: 164px 0 0;
  position: relative;
}
.blue-number,
.blue-text {
  display: block;
  font: 24px/29px "PTSans-Regular", arial, helvetica, sans-serif;
  color: #ffffff;
  margin: 0 0 19px;
  text-transform: uppercase;
}
.blue-number {
  font: 48px/50px "PTSans-Bold", arial, helvetica, sans-serif;
}
.box-green .box-chart .blue-number {
  font: 40px/42px "PTSans-Bold", arial, helvetica, sans-serif;
  text-transform: uppercase;
  color: #1c9090;
  position: absolute;
  top: 0px;
  left: 50%;
  margin: 0 0 0 -74px;
  width: 148px;
  height: 148px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.box-green .box-chart .blue-number:after {
  content: "";
  width: 156px;
  height: 156px;
  border: 3px solid #fff;
  position: absolute;
  top: -7px;
  left: -7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.box-chart.chart-company .blue-text {
  font: 18px/22px "PTSans-Bold", arial, helvetica, sans-serif;
  text-transform: none;
}
.text-center {
  display: table;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.text-center .text-inner {
  display: table-cell;
  vertical-align: middle;
}
.text-center .text-inner .text-last {
  width: 100%;
  display: block;
}
* + html .text-center {
  display: block;
  position: relative;
}
* + html .text-center .text-inner {
  top: 50%;
  display: block;
  position: absolute;
  left: 0;
}
* + html .text-center .text-inner .text-last {
  top: -50%;
  display: block;
  position: relative;
}
.blue-text {
  padding: 13px 0 0;
  position: relative;
}
/*.blue-text:after {
	content:"";
	position:absolute;
	top:0px;
	left:50%;
	background: url(images/number-bord.png) no-repeat 0 0;
	width:18px;
	height:3px;
	margin:0 0 0 -9px;
}*/
.box-news {
  width: 100%;
  overflow: hidden;
  padding: 15px 0 25px;
}
.box-news h4 {
  color: #146695;
  margin: 0 0 9px;
}
.box-news .blue-title {
  border-bottom: 1px solid #cfcfcf;
  margin: 0 0 19px;
}
.block-news {
  overflow: hidden;
  width: 100%;
  padding: 20px 0 4px;
}
.block-news .item-new {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px;
  width: 45%;
}
.block-news.block-publication .item-new {
  width: 100%;
  margin: 0 0 15px;
}
.item-new .link-news {
  display: block;
  padding: 0 0 0 234px;
  width: auto;
  overflow: hidden;
}
.item-new .holder-img {
  float: left;
  margin: 0 0 20px -234px;
}
.item-new .new-img {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  overflow: hidden;
  height: 148px;
  text-align: center;
  width: 198px;
  background-color: #ffffff;
}
.item-new .new-img img {
  vertical-align: middle;
  display: inline-block;
}
.box-left {
  float: left;
  overflow: hidden;
  width: 100%;
}
.box-left .date {
  font-weight: normal;
  color: #000000;
  display: block;
  margin: 0 0 1px;
  padding: 1px 0 0;
}
.box-left .title-news {
  display: block;
  font: 18px/20px "PTSans-Bold", arial, helvetica, sans-serif;
  color: #0675b1;
  margin: 0 0 17px;
}
.box-left .text-news {
  display: block;
  font: 14px/16px "PTSans-Regular", arial, helvetica, sans-serif;
  color: #000000;
  margin: 0 0 5px;
}
.box-left .link-read {
  display: inline-block;
  vertical-align: top;
  font: 14px/16px "PTSans-Bold", arial, helvetica, sans-serif;
  color: #1f9e9e;
  margin: 0 0 5px;
  text-decoration: underline;
}
.box-left .link-read:hover {
  text-decoration: none;
}
.link-archive {
  float: right;
  color: #1f9e9e;
  margin: 0 51px 1px 0;
}
.box-gray.holder-gray {
  padding: 18px 0 10px;
  margin: 0 0 25px;
}
.box-gray .title-trust {
  font: 30px/36px "PTSans-Regular", arial, helvetica, sans-serif;
  color: #000000;
  text-align: center;
  display: block;
  margin: 0 0 10px;
}
.gallery-info {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 0 46px;
}
.gallery-info .gallery-holder {
  max-width: 1196px;
  height: 247px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.gallery-info .gallery-holder ul {
  width: 99999px;
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.gallery-info .gallery-holder ul li {
  width: 233px;
  float: left;
}
.gallery-info .client-hold {
  padding: 0 25px 15px;
}
.gallery-info .holder-img {
  padding: 0;
  border: 1px solid #cfcfcf;
  text-align: center;
  width: 100%;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
}
.gallery-info .client-img {
  height: 150px;
  width: 350px;
  border: none;
}
.navigation .prev {
  display: inline-block;
  vertical-align: top;
  background: url(images/back.png) no-repeat 0 3px;
  padding: 0 0 0 20px;
  cursor: pointer;
  margin: 0 5px 10px 0;
}
.title-hold {
  padding: 0 0 11px;
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 44px;
}
.title-hold h1 {
  font: 30px/36px "PTSans-Regular", arial, helvetica, sans-serif;
  color: #08898c;
}
.map-block {
  width: 100%;
  overflow: hidden;
}
.img-map {
  width: 100%;
  text-align: center;
  margin: 0 0 39px;
}
.text-map {
  display: block;
  text-align: center;
  font: 14px/20px "PTSans-Caption", arial, helvetica, sans-serif;
  padding: 0 85px;
  margin: 0 0 52px;
}
.title-about {
  width: 100%;
  padding: 15px 0 13px;
  text-align: center;
  border-bottom: 1px solid #cfcfcf;
  margin: 0 0 25px;
}
.title-about h3 {
  color: #146695;
}
.box-coment {
  padding: 0 18px 0 9px;
  width: auto;
  text-align: center;
  margin: 0 0 60px;
}
.item-coment {
  width: 21.5%;
  display: inline-block;
  vertical-align: top;
  margin: 0 19px 20px;
  text-align: left;
}
.item-coment a {
  display: block;
  text-decoration: none;
}
.item-coment a:hover .title-coment {
  text-decoration: underline;
}
.category-coment {
  font: 14px/16px "PTSans-Regular", arial, helvetica, sans-serif;
  color: #1f9e9e;
  display: block;
  margin: 0 0 14px;
}
.text-coment {
  padding: 0 0 0 11px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}
.text-coment:after {
  content: "";
  background: url(images/arrow-text.png) no-repeat 0 0;
  position: absolute;
  top: 5px;
  left: 0px;
  width: 9px;
  height: 10px;
}
.arrow-end {
  background: url(images/arrow-end.png) no-repeat 0 0;
  width: 9px;
  height: 10px;
  display: inline-block;
  vertical-align: top;
  margin: 6px 0 0 5px;
}
.box-gray-map .hold-select {
  width: 284px;
  float: left;
  margin: 0 40px 10px 41px;
}
.box-gray-map .hold-select:first-child {
  margin: 0 40px 10px 67px;
}
/* castom select */
.outtaHere {
  display: none;
}
.selectArea {
  overflow: hidden;
  position: relative;
  width: 100% !important;
}
.select-cat .selectButton {
  position: relative;
  overflow: hidden;
  width: auto;
  z-index: 1;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #08898c;
  padding: 6px 40px 7px 10px;
}
.select-cat .selectButton .center {
  width: 100%;
  display: block;
  z-index: 2;
  padding: 0;
  color: #000000;
  font: 13px/18px "PTSans-Caption", arial, helvetica, sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.select-cat .selectButton .right {
  position: absolute;
  overflow: hidden;
  top: 0;
  text-decoration: none;
  z-index: 20;
  right: 0;
  background: #0f6fae;
  background: -webkit-gradient(
    linear,
    0 0,
    0 bottom,
    from(#0f6fae),
    to(#09476f)
  );
  background: -webkit-linear-gradient(#0f6fae, #09476f);
  background: -moz-linear-gradient(#0f6fae, #09476f);
  background: -ms-linear-gradient(#0f6fae, #09476f);
  background: -o-linear-gradient(#0f6fae, #09476f);
  background: linear-gradient(#0f6fae, #09476f);
  -pie-background: linear-gradient(#0f6fae, #09476f);
  border-left: 1px solid #08898c;
}
.select-cat .selectButton .right:after {
  content: "";
  background: url(images/bg-right-cat.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 5px;
  margin: -4px 0 0 -5px;
}
.selectButton .center:hover,
.selectButton .right:hover {
  text-decoration: none;
}
.selectOptions {
  z-index: 1005;
  position: absolute;
  top: 0px;
  right: 0px;
}
.select-cat.selectOptions ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  background: #fff;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #08898c;
  max-height: 250px;
  overflow-y: auto;
}
.selectOptions ul li {
  padding: 0;
}
.select-cat.selectOptions ul li a {
  font: 13px/25px "PTSans-Regular", arial, helvetica, sans-serif;
  color: #000000;
  text-decoration: none;
  text-decoration: none;
  display: block;
}
.select-cat.selectOptions ul li a:hover {
  background: #f8f8f8;
  text-decoration: none;
}
.box-gray.box-gray-map {
  padding: 21px 0 10px;
  margin: 0 0 60px;
}
.menu-result {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  width: 100%;
}
.menu-result li {
  width: 22.76%;
  display: inline-block;
  vertical-align: top;
  margin: 0 24px 62px 0;
  min-height: 197px;
}
.menu-result li a {
  display: block;
  border: 1px solid #f3f3f3;
  text-align: center;
  font: 13px/16px "PTSans-Caption", arial, helvetica, sans-serif;
  color: #0f70af;
  padding: 0 20px 10px;
  -webkit-transition: border 0.3s ease-in-out;
  -moz-transition: border 0.3s ease-in-out;
  -ms-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
}
.menu-result li a:hover {
  border: 1px solid rgba(8, 137, 140, 0.22);
  text-decoration: underline;
}
.menu-result li a .holder-img {
  display: block;
  text-align: center;
  border-bottom: 1px solid #f3f3f3;
  background: #ffffff;
  background: -webkit-gradient(
    linear,
    0 0,
    0 bottom,
    from(#ffffff),
    to(#f7f7f7)
  );
  background: -webkit-linear-gradient(#ffffff, #f7f7f7);
  background: -moz-linear-gradient(#ffffff, #f7f7f7);
  background: -ms-linear-gradient(#ffffff, #f7f7f7);
  background: -o-linear-gradient(#ffffff, #f7f7f7);
  background: linear-gradient(#ffffff, #f7f7f7);
  -pie-background: linear-gradient(#ffffff, #f7f7f7);
  margin: 0 -20px 10px;
}
.menu-result li a .holder-img .client-img {
  height: 142px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 22.76%;
}
.menu-result li a .holder-img .client-img img {
  margin: auto;
  vertical-align: middle;
}
#content .title.title-white {
  padding: 16px 0 12px;
  text-align: center;
}
.title-white h3 {
  color: #fff;
}
/* footer */
#footer {
  overflow: hidden;
  width: 100%;
  padding: 0;
  position: relative;
  min-height: 230px;
  margin-top: -170px;
}
#footer .logo {
  padding: 0;
}
.box-bottom {
  padding: 46px 142px 0 211px;
  overflow: hidden;
  width: auto;
}
#footer .box-bottom .logo {
  margin: 6px 0 0 -208px;
}
#footer .hold-info {
  float: right;
  margin: 0 -143px 0 0;
  max-width: 163px;
}
#footer .social-menu {
  margin: 0 0 23px;
  padding: 8px 0 0;
  list-style: none;
  overflow: hidden;
  width: auto;
}
#footer .social-menu li {
  float: right;
  margin: 0 0 5px 11px;
}
#footer .social-menu li a {
  display: block;
  background: url(images/sprites-social.png) no-repeat 0 0;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.social-menu-fb a {
  background-position: -23px 0 !important;
}
.social-menu-vk a {
  background-position: -46px 0 !important;
  width: 28px !important;
}
#footer .social-menu li a:hover {
  opacity: 0.7;
}
#footer .social-menu li.facebook a {
  background-position: -23px 0;
}
#footer .social-menu li.vkontakte a {
  background-position: -46px 0;
  width: 28px;
}
#footer .social-menu li.twitter a {
  background-position: -74px 0;
}
#footer .box-coping {
  float: left;
  width: 140px;
  margin: 0 45px 0 2px;
  font: 14px/20px "PTSans-Regular", arial, helvetica, sans-serif;
  color: #000000;
}
#footer .box-number {
  float: left;
  max-width: 350px;
  padding: 0;
  margin: 1px 30px 5px 0;
}
#footer .hold-number {
  padding: 0;
  margin: 0;
  color: #000000;
  display: block;
}
#footer .box-address,
.box-number .textwidget span {
  max-width: 250px;
  float: left;
  margin: 0 10px 0 0;
  font: 14px/20px "PTSans-Regular", arial, helvetica, sans-serif;
  color: #000000;
}
.box-number .textwidget {
  width: 100%;
}
.box-number .textwidget:after {
  content: "";
  display: block;
  clear: both;
}
.box-number .textwidget span {
  display: block;
  margin: 0;
  float: none;
  max-width: 310px;
}
.box-number .textwidget span a {
  text-decoration: none;
  cursor: default;
}
.box-number .textwidget span a.mail {
  cursor: pointer;
}
.box-number .textwidget span a.mail:hover {
  text-decoration: underline;
}
#footer .box-address a {
  font-size: 15px;
  line-height: 20px;
}
.hold-email,
#footer .box-number a {
  font: 14px/16px "PTSans-Regular", arial, helvetica, sans-serif;
  color: #000000;
  display: inline-block;
  vertical-align: top;
  margin: 0 3px 5px 0;
  padding: 2px 0 0 0;
}
#footer .box-number a {
  color: #146695;
}
#footer .box-number span.value {
  color: #146695;
  white-space: nowrap;
}
.content {
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px;
}
/*drop-menu*/
.holder-drop {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 100%;
}
.holder-drop.drop {
  position: static;
}
#header.open .holder-drop {
  display: block;
  position: absolute;
  top: 85px;
  left: 50%;
  width: 1143px;
  margin: 0 0 0 -572px;
  border: 1px solid #b8d1df;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  z-index: 400;
}
.box-drop .close {
  background: url(images/close.gif) no-repeat 0 0;
  width: 35px;
  height: 34px;
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -99999px;
  cursor: pointer;
  z-index: 20;
}
.box-drop {
  background-color: #f6f6f6;
  padding: 20px;
}
.box-drop .wrap {
  position: relative;
}
#header.open .nav-menu .has-drop {
  margin: -5px 0 0;
  padding: 0;
}
#header.open .has-drop a {
  display: block;
  padding: 6px 18px 11px;
  border: 1px solid #b8d1df;
  border-bottom: none;
  background-color: #f6f6f6;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.menu-drop {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  overflow: hidden;
}
.menu-drop li {
  width: 315px;
  float: left;
  font: 13px/15px "PTSans-Bold", arial, helvetica, sans-serif;
}
.menu-drop.list-masonry li {
  margin: 0 0 6px;
}
.box-services .menu-drop li {
  font: 16px/18px "PTSans-Bold", arial, helvetica, sans-serif;
}
.menu-drop li a, .menu-drop li p {
  color: #1a6ba4;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 17px;
}
.menu-drop li a:hover {
  text-decoration: underline;
}
.menu-drop .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-drop .sub-menu li {
  display: block;
  margin: 0 0 20px;
  float: none;
}
.menu-drop .sub-menu li a {
  color: #000000;
  text-transform: none;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.menu-drop .sub-menu .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-drop .sub-menu .sub-menu li {
  display: block;
  margin: 0;
  font: 12px/14px "PTSans-Regular", arial, helvetica, sans-serif;
}
.box-services .menu-drop .sub-menu .sub-menu li {
  font: 14px/16px "PTSans-Regular", arial, helvetica, sans-serif;
}
.menu-drop .sub-menu .sub-menu li a {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
#header .wrap {
  position: relative;
  z-index: 350;
}
.box-scroll {
  overflow: hidden;
  width: 100%;
}
.custom-scroll {
  /*height:100%;*/
  width: auto;
  position: relative;
}
.scroll-slider-c {
  background-color: #146695;
  height: 100%;
  width: 9px;
}
.vscroll-bar {
  width: 9px;
}
.scroll-line {
  background: url(images/line-scroll.gif) repeat-y 0 0;
  height: 100% !important;
}
.scroll-up {
  display: none;
}
.language-chooser,
.nav-menu,
.box-search {
  float: left;
}
.language-chooser {
  margin: 0;
  padding: 0;
  list-style: none;
}
.language-chooser li {
  float: left;
}
.language-chooser li.active {
  display: none;
}
.language-chooser li a {
  font: 14px/16px "PTSans-Bold", arial, helvetica, sans-serif;
  color: #000000;
  text-decoration: none;
  display: block;
}
.navigation {
  padding: 20px 0 0;
  margin: 0 auto 20px;
}
.link-partners {
  float: left;
  margin: 0 30px 15px 0;
}
.text-company {
  float: left;
  max-width: 928px;
}
.box-licence h2,
.box-licence h3 {
  font-size: 30px;
  line-height: 32px;
  color: #146695;
  margin: 0 0 30px;
}
.box-licence.title-sertifikat h3 {
  text-align: center;
}
.box-licence .photo-list li {
  overflow: hidden;
}
.box-licence .photo-list li a {
  display: none;
  margin: 0 0 5px;
}
.box-licence .photo-list li > a:first-child {
  display: block;
  border: 1px solid #000000;
}
.tilte-licence {
  font-size: 14px;
  line-height: 18px;
  display: block;
}
.modal {
  max-width: 707px;
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1000;
  background-color: #fff;
  padding: 49px 66px 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal .close {
  background: url(images/close-form.png) no-repeat 0 0;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 27px;
  right: 24px;
  text-indent: -9999px;
}
.modal .text-input {
  padding: 0 0 0 104px;
}
.modal .text-input label {
  margin: 0 0 0 -107px;
}
.modal .hold-contact .title-contact {
  color: #1f9e9e;
}
.list-block.list-othen li a .fa {
  font-size: 1.8em;
  color: #0080c2;
  position: absolute;
  top: 11px;
  left: 10px;
}
.list-block.list-othen li {
  margin: 0 0 22px;
}
.list-block.list-othen li > a {
  padding: 16px 52px 15px 40px;
  position: relative;
  color: #08898c;
  font-family: "PTSans-Bold", arial, helvetica, sans-serif;
}
.list-block li.open a .fa,
.list-block li a:hover .fa {
  color: #ffffff;
}
.gray-hold {
  background-color: #f8f8f8;
  margin: 0 0 35px;
}
.text-gray {
  color: #08898c;
}
.list-cat {
  margin: 0 0 20px;
  padding: 20px 0;
  list-style: none;
  overflow: hidden;
  width: 100%;
}
.list-cat li {
  float: left;
  width: 32%;
}
.text-cat {
  display: block;
  margin: 0 0 5px;
}
.list-cat li .link-blue {
  color: #146695;
  display: block;
}
.btn-grey {
  float: right;
  border: 1px solid #f4f4f4;
  background: #f9f9f9;
  background: -webkit-gradient(
    linear,
    0 0,
    0 bottom,
    from(#f9f9f9),
    to(#f7f7f7)
  );
  background: -webkit-linear-gradient(#f9f9f9, #f7f7f7);
  background: -moz-linear-gradient(#f9f9f9, #f7f7f7);
  background: -ms-linear-gradient(#f9f9f9, #f7f7f7);
  background: -o-linear-gradient(#f9f9f9, #f7f7f7);
  background: linear-gradient(#f9f9f9, #f7f7f7);
  -pie-background: linear-gradient(#f9f9f9, #f7f7f7);
  padding: 10px;
  font-size: 13px;
  line-height: 15px;
  margin: 0 0 10px;
}
.btn-grey:hover {
  background: #f7f7f7;
  background: -webkit-gradient(
    linear,
    0 0,
    0 bottom,
    from(#f7f7f7),
    to(#f9f9f9)
  );
  background: -webkit-linear-gradient(#f7f7f7, #f9f9f9);
  background: -moz-linear-gradient(#f7f7f7, #f9f9f9);
  background: -ms-linear-gradient(#f7f7f7, #f9f9f9);
  background: -o-linear-gradient(#f7f7f7, #f9f9f9);
  background: linear-gradient(#f7f7f7, #f9f9f9);
  -pie-background: linear-gradient(#f7f7f7, #f9f9f9);
}
.navigation {
  overflow: hidden;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.navigation .p-left {
  float: left;
  margin: 10px 5px 10px 0;
}
.wpcf7-form .file {
  width: 100%;
  position: relative;
  margin: 0 0 20px;
  overflow: hidden;
  z-index: 10;
  height: 37px;
}
.wpcf7-form .file-input-area {
  cursor: pointer;
  font-size: 400px;
  height: 49px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  outline: none;
  border: none;
}
.wpcf7-form .file .text {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  margin: 0;
  color: #696969;
  font: 12px Arial, Helvetica, sans-serif;
  width: 52%;
}
.wpcf7-form .file .button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 45%;
  margin: 0 0 5px;
  padding: 7px 34px;
  text-decoration: none;
  height: 36px;
}
.box-principles {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  width: 100%;
}
.box-principles li {
  float: left;
  width: 31%;
  margin: 0 10px 15px;
  text-align: center;
}
.box-principles .title-blue {
  font-size: 18px;
  line-height: 20px;
  font-family: "PTSans-Bold", arial, helvetica, sans-serif;
  display: block;
  color: #146695;
  margin: 0 0 5px;
}
.tool-toggle-switch .toggle-switch.assessment {
  background: none;
  background-color: #202020;
}
/* placeholder input*/
input:-moz-placeholder {
  color: #9c9c9c;
  opacity: 1;
}
input::-moz-placeholder {
  color: #9c9c9c;
  opacity: 1;
}
input::-webkit-input-placeholder {
  color: #9c9c9c;
}
/* input:focus placeholder */
input:focus:-moz-placeholder {
  color: #9c9c9c;
  opacity: 1;
}
input:focus::-moz-placeholder {
  color: #999;
  opacity: 1;
}
input:focus::-webkit-input-placeholder {
  color: #9c9c9c;
}
/* placeholder  textarea*/
textarea:-moz-placeholder {
  color: #9c9c9c;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: #9c9c9c;
  opacity: 1;
}
textarea::-webkit-input-placeholder {
  color: #9c9c9c;
}
/*  textarea:focus placeholder */
textarea:focus:-moz-placeholder {
  color: #9c9c9c;
  opacity: 1;
}
textarea:focus::-moz-placeholder {
  color: #9c9c9c;
  opacity: 1;
}
textarea:focus::-webkit-input-placeholder {
  color: #9c9c9c;
}
.photo-list {
  margin: 0 auto 40px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.photo-list li {
  display: inline-block;
  margin: 0 20px 15px;
  vertical-align: top;
  width: 220px;
}
.photo-list li a {
  display: block;
  text-decoration: none;
}
.photo-list li a img {
  display: block;
  height: auto;
  width: 100%;
}
.photo-list li a .hold-text {
  overflow: hidden;
  text-overflow: clip;
  height: 60px;
  display: block;
  text-align: center;
  color: #000000;
}
.flying-block.hidden-block {
  display: none;
}
.list-block {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.list-block li {
  margin: 0 0 1px;
}
.list-block li > a {
  border: 1px solid #e4e4e4;
  padding: 16px 52px 15px 20px;
  display: block;
  position: relative;
  text-decoration: none;
  background: url(images/plus.png) no-repeat 98% center;
  color: #151515;
  font-size: 15px;
  line-height: 17px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.list-block li.open > a,
.list-block li > a:hover {
  background: #1f9e9e url(images/minus.png) no-repeat 98% center;
  color: #fff;
  border: 1px solid #1f9e9e;
}
.list-block li .box {
  padding: 23px 20px 9px 22px;
  border: 1px solid #e6e6e6;
}
.list-block li .box-hold {
  padding: 26px 20px 25px 20px;
  border: 1px solid #e6e6e6;
}
.open-box {
  display: none;
}
.nav-block {
  overflow: hidden;
  width: 100%;
  margin: 0 0 20px;
}
.box-conditions {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
  width: 100%;
  overflow: hidden;
}
.box-conditions li {
  display: block;
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 18px;
}
.box-conditions.box-hold li {
  float: left;
  width: 50%;
}
.box-conditions li span {
  display: block;
  padding: 10px 0 10px 30px;
  position: relative;
}
.box-conditions li span .fa {
  font-size: 1.5em;
  color: #f67616;
  position: absolute;
  top: 9px;
  left: 0px;
}
.title-orang h3 {
  color: #f67616;
}
/*29.04.2016*/
.box-quote {
  width: 100%;
  padding: 25px 120px 12px 32px;
  background-color: #ebf5fb;
  position: relative;
  border: 1px solid #b7dfdf;
  font: 16px/19px "PTSans-Regular", arial, helvetica, sans-serif;
  color: #000000;
  margin: -16px 0 40px;
  z-index: 1;
  -webkit-box-shadow: 10px 10px 20px rgba(13, 90, 141, 0.25);
  -moz-box-shadow: 10px 10px 20px rgba(13, 90, 141, 0.25);
  box-shadow: 10px 10px 20px rgba(13, 90, 141, 0.25);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-quote:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(images/bg-quete.gif) no-repeat 50% 0;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 76px;
  height: 75px;
  z-index: -1;
}
.box-quote:before {
  content: "";
  background: url(images/arrow-quote.png) no-repeat 0 0;
  width: 26px;
  height: 20px;
  position: absolute;
  bottom: -19px;
  left: 46px;
}
.box-drop {
  padding: 22px 25px 20px;
}
.menu-drop > li {
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
}
.menu-drop li {
  margin: 0 27px 19px 0;
  width: 29%;
}
.menu-drop.list-masonry li {
  width: 31%;
}
.menu-drop > li > a, .menu-drop > li > p {
  color: #ffffff;
  background-color: #35b8eb;
  display: block;
  padding: 4px 17px 6px 16px;
  margin: 0 0 10px;
}
.menu-drop > li:nth-child(3) > a, .menu-drop > li:nth-child(3) > p {
  background-color: #1f9e9e;
}
.menu-drop > li:nth-child(7) > a, .menu-drop > li:nth-child(7) > p {
  background-color: #ecc438;
}
.menu-drop > li:nth-child(2) > a, .menu-drop > li:nth-child(2) > p {
  background-color: #ff942d;
}
.menu-drop > li:nth-child(5) > a, .menu-drop > li:nth-child(5) > p {
  background-color: #f36f41;
}
.menu-drop > li:nth-child(6) > a, .menu-drop > li:nth-child(6) > p {
  background-color: #68bb87;
}
.menu-drop > li:nth-child(4) > a, .menu-drop > li:nth-child(4) > p {
  background-color: #66aeb2;
}
.menu-drop > li:nth-child(3) > .sub-menu > li > a {
  background-color: #d9e8e8;
}
.menu-drop > li:nth-child(3) > .sub-menu > li > a:after {
  background-color: #1f9e9e;
}
.menu-drop > li:nth-child(7) > .sub-menu > li > a {
  background-color: #f4ecd0;
}
.menu-drop > li:nth-child(7) > .sub-menu > li > a:after {
  background-color: #ecc438;
}
.menu-drop > li:nth-child(2) > .sub-menu > li > a {
  background-color: #f4ecd0;
}
.menu-drop > li:nth-child(2) > .sub-menu > li > a:after {
  background-color: #ff942d;
}
.menu-drop > li:nth-child(5) > .sub-menu > li > a {
  background-color: #f5dbd2;
}
.menu-drop > li:nth-child(5) > .sub-menu > li > a:after {
  background-color: #f36f41;
}
.menu-drop > li:nth-child(6) > .sub-menu > li > a {
  background-color: #daeae0;
}
.menu-drop > li:nth-child(6) > .sub-menu > li > a:after {
  background-color: #68bb87;
}
.menu-drop > li:nth-child(4) > .sub-menu > li > a {
  background-color: #d9e8e8;
}
.menu-drop > li:nth-child(4) > .sub-menu > li > a:after {
  background-color: #66aeb2;
}
.menu-drop .sub-menu > li {
  margin: 0 0 8px;
  width: auto;
}
.menu-drop .sub-menu > li > a {
  background-color: #caf1ff;
  color: #000;
  display: block;
  padding: 3px 2px 7px 20px;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-drop .sub-menu > li > a:after {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #35b8eb;
}
.menu-drop .sub-menu .sub-menu li a {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0 0 8px;
}
.menu-drop .sub-menu .sub-menu a:after {
  display: none;
}
.menu-drop .sub-menu .sub-menu {
  padding: 16px 20px 7px;
}
.menu-drop .sub-menu .sub-menu li {
  width: auto;
}
.scroll-content {
  right: 0;
  width: auto;
}
.scroll-hold,
.custom-scroll {
  max-width: 1093px;
  margin: 0 auto;
}
.box-contact {
  padding: 53px 0 54px;
}
.box-contact.opened .link-form {
  display: none;
}
.link-form {
  font: 26px/30px "PTSans-Regular", arial, helvetica, sans-serif;
  color: #1f9e9e;
  padding: 13px 15px 17px;
  display: block;
  width: 100%;
  max-width: 289px;
  text-align: center;
  text-decoration: none;
  margin: 0 auto 10px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.link-form:hover {
  background-color: #1f9e9e;
  color: #fff;
}
.holder-contact.holder-form {
  max-width: 707px;
}
.holder-form .hold-contact {
  padding: 49px 66px 20px;
  max-width: 575px;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
}
.holder-form .text-input {
  padding: 0 0 0 234px;
}
.field-input {
  position: relative;
  width: 100%;
  float: left;
}
.field-input.error-field input[type="text"],
.field-input.error-field input[type="tel"],
.field-input.error-field input[type="email"],
.field-input.error-field textarea {
  border: 1px solid #eb0001;
}
.field-input span {
  display: none;
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  width: auto;
  color: #ec0101;
  max-height: 84px;
  padding: 8px 14px;
  font: 14px/18px "PTSans-Regular", arial, helvetica, sans-serif;
  background: #ffffff;
  margin: 0 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.field-input.error-field span.error:hover {
  cursor: text;
}
.error .field-input span {
  display: block;
}
.field-input span.error {
  display: none;
}
.holder-form .text-input p {
  display: none;
}
.field-input span.wpcf7-form-control-wrap {
  display: block !important;
  padding: 0;
}
.holder-form .hold-select {
  float: left;
  margin: 0 0 14px;
  width: 100%;
}
.holder-form .hold-select.hold-arrow {
  margin: 0 0 5px;
}
.holder-form .text-input label,
.holder-form .wpcf7-captcha-captcha-1 {
  margin: 0 0 0 -234px;
  padding: 8px 0 0;
}
.holder-form .selectButton .right {
  width: 35px;
}
.holder-form .close-form {
  background: url(images/close-form.png) no-repeat 0 0;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 17px;
  right: 24px;
  text-indent: -9999px;
}
.selectButton {
  min-height: 18px;
}
.wpcf7-not-valid-tip {
  display: none;
}
.holder-form .wpcf7-not-valid-tip {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  width: auto;
  padding: 8px 14px;
  font: 14px/18px "PTSans-Regular", arial, helvetica, sans-serif;
}
.box-item.item-othen li {
  height: auto;
  width: 50%;
  margin: -1px 0 0;
  float: left;
}
.holder-form textarea {
  min-height: 86px !important;
  margin: 0 0 16px;
}
.box-item.item-othen li a {
  border: 1px solid #e5e5e5;
  display: block;
  padding: 18px 20px 21px 136px;
  position: relative;
  min-height: 148px;
  line-height: 148px;
  vertical-align: middle;
  z-index: 1;
  -webkit-transition: border-color 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.box-item.item-othen .hold-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
}
.box-item.item-othen li:nth-child(even) {
  margin: -1px 0 0 -1px;
}
.box-item.item-othen li a:hover {
  border-color: #146695;
  z-index: 10;
}
.box-item.item-othen .item-img {
  position: absolute;
  top: 50%;
  left: 24px;
  margin: -46px 0 0 0;
  height: 100px;
  line-height: 93px;
  height: 91px;
  width: 91px;
  border: 1px solid #196997;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.box-item.item-othen .item-img .holder-img {
  display: block;
  line-height: 50px;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
}
.box-item.item-othen .item-img .holder-img img {
  display: block;
  width: 100%;
  height: auto;
}
.box-item.item-othen .item-title {
  height: auto;
  margin: 0 0 6px;
  text-decoration: underline;
}
.box-item.item-othen .item-text {
  overflow: hidden;
  font-size: 14px;
  line-height: 17px;
  height: auto;
}
.box-item.item-othen .item-text p {
  margin: 0 0 17px;
  display: inline;
}
.box-item.item-othen li:after {
  top: 24px;
  left: 20px;
}
.box-line {
  margin: 0 0 36px;
}
.hold-select.hold-arrow {
  position: relative;
}
.hold-select.hold-arrow input[type="text"] {
  padding: 8px 35px 8px 14px;
  height: 36px;
  margin: 0;
}
.holder-form .text-input.holder-input {
  margin: 0 0 1px;
}
.holder-form .text-input.last-input {
  margin: 0 0 40px;
}
.holder-form .text-input.holder-input.last-input {
  margin: 0 0 23px;
}
.holder-form .text-input.holder-input label {
  padding: 10px 0 0;
}
.holder-form .text-input {
  margin: 0 0 1px;
}
.box-arrow {
  overflow: hidden;
  width: auto;
  position: absolute;
  top: 0px;
  right: 0px;
}
.hold-arrow .arrow-next,
.hold-arrow .arrow-prev {
  float: left;
  margin: 0 0 0 2px;
  width: 34px;
  height: 34px;
  position: relative;
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.hold-arrow .arrow-next i,
.hold-arrow .arrow-prev i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 14px;
  margin: -7px 0 0 -5px;
}
.hold-arrow .arrow-next:hover,
.hold-arrow .arrow-prev:hover {
  background-color: #f8f8f8;
}
.title-contact {
  font-size: 32px;
  line-height: 34px;
}
.holder-form .btn-send {
  padding: 7px 26px;
  height: 36px;
}
.list-partners {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  width: 100%;
}
.list-partners > li {
  float: left;
  width: 48.15%;
  height: 230px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 9px;
  border: 1px solid #e5e5e5;
  padding: 0 0 0 196px;
  overflow: hidden;
  margin: 0 0 18px;
}
.list-partners > li:nth-child(odd) {
  margin: 0 18px 18px 0;
}
.list-partners > li .boxed-text {
  float: left;
  width: 100%;
  padding: 17px 23px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list-partners > li .title-partners {
  display: block;
  font-size: 15px;
  line-height: 18px;
  /*font: 16px/18px 'PTSans-Bold',arial, helvetica, sans-serif;*/
  font-weight: normal;
  color: #156596;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.list-partners > li .holder-img {
  float: left;
  margin: 0 0 0 -196px;
  border-right: 1px solid #e5e5e5;
  background-color: #fafafa;
}
.list-partners li .holder-img .client-img {
  display: table-cell;
  width: 195px;
  height: 230px;
  text-align: center;
  vertical-align: middle;
}
.list-partners li .holder-img .client-img img {
  margin: auto;
  vertical-align: middle;
}
.list-partners li .boxed-text .text {
  max-height: 150px;
  overflow: hidden;
  display: block;
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 5px;
}
.list-partners li .boxed-text .text p {
  text-align: left !important;
  margin: 0 0 17px;
}
.list-partners li .text-status {
  display: block;
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 5px;
  color: #156596;
}
.block-news.hold-new {
  float: left;
  width: 100%;
  max-height: 1181px;
  overflow: hidden;
  margin: 0 0 30px;
  position: relative;
}
.block-news.hold-new:last-child {
  float: right;
}
.block-news.hold-new .item-new {
  width: 100%;
  margin: 0 0 20px;
}
.block-news.hold-new .item-new.last {
  display: none;
}
#content .block-news.hold-new .title {
  background: none;
  display: block;
  padding: 0 10px 0 0;
  font-size: 30px;
  line-height: 32px;
  color: #0675b1;
  margin: 0 0 40px;
}
.box-text.holder-text {
  font: 16px/19px "PTSans-Regular", arial, helvetica, sans-serif;
}
.box-text.holder-text ol,
.box-text ol {
  margin: 0 0 40px;
  padding: 0;
  list-style-type: none;
  counter-reset: num;
}
.box-text.holder-text ol li,
.box-text ol li {
  position: relative;
  display: block;
  margin: 0 0 7px;
  padding: 0 0 0 50px;
  font: 16px/30px "PTSans-Regular", arial, helvetica, sans-serif;
}
.box-text.holder-text ol li:after,
.box-text ol li:after {
  content: counter(num);
  counter-increment: num;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 11px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border: 2px solid #1f9e9e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.box-text.holder-text .hold-img {
  float: left;
  margin: 2px 27px 5px 0;
}
.box-text.holder-text .hold-video {
  float: left;
  max-width: 324px;
  margin: 2px 36px 22px 0;
}
.box-text.holder-text .hold-video iframe {
  width: 100% !important;
}
.box-text.holder-text h2,
.box-text.holder-text h3 {
  font: 30px/36px "PTSans-Regular", arial, helvetica, sans-serif;
  color: #146695;
  margin: 0 0 7px;
}
.box-text.holder-text h4 {
  font: 30px/36px "PTSans-Bold", arial, helvetica, sans-serif;
  color: #146695;
  margin: 0 0 30px;
}
/* Ð±Ð»Ð¾Ðº ÑÑÑ‹Ð»Ð¾Ðº Ð¿Ð¾Ð´ÐµÐ»Ð¸Ñ‚ÑŒÑÑ Ð² ÑÑ†Ð¸Ð°Ð»ÑŒÐ½Ñ‹Ñ… ÑÐµÑ‚ÑÑ… */
.ya-share2 {
  margin: 10px 0 30px;
  text-align: center;
}
.margin-projects {
  margin: 30px 0 10px;
}
.other-gray .hold-title {
  background: url(images/bg-title.gif) no-repeat 50% 0;
  padding: 15px 0 14px;
  margin: 0 0 32px;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
.box-gray .hold-title .title-trust {
  color: #ffffff;
}
.box-gray.other-gray {
  padding: 0 0 10px;
  margin: 0;
}
.other-gray .btn-expert {
  color: #146695;
  border-color: #146695;
}
.other-gray .btn-expert:hover {
  background-color: #146695;
  color: #fff;
}
.gallery-text {
  font: 20px/24px "PTSans-Italic", arial, helvetica, sans-serif;
  text-align: center;
  margin: 0 0 35px;
}
.holder-contact.contact-page {
  max-width: 900px;
  padding: 0;
}
.holder-contact.contact-page .hold-contact {
  max-width: 840px;
  padding: 32px 31px 13px 29px;
  overflow: hidden;
  width: auto;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.holder-contact.contact-page .boxed-contact {
  width: 50%;
  float: left;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.holder-contact.contact-page .boxed-contact textarea {
  margin: 0 0 11px;
}
.wpcf7-form .file .button {
  min-width: 120px;
  padding: 7px 10px;
}
.site-map {
  float: right;
  padding: 0 0 0 24px;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  display: none;
}
.site-map:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(images/bg-smap.png) no-repeat 0 0;
  width: 16px;
  height: 15px;
}
.hold-select.multi-select {
  margin: 0 0 19px;
}
.hold-select.multi-select .select2 {
  width: 100% !important;
}
.hold-select.multi-select .select2 .select2-selection {
  color: #9c9c9c;
  float: none;
  width: 100%;
  height: auto;
  min-height: 18px;
  padding: 7px 38px 3px 14px;
  font: 14px/18px "PTSans-Regular", arial, helvetica, sans-serif;
  border: 1px solid #cfcfcf;
  background: #ffffff;
  outline: none;
  outline: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.hold-select.multi-select
  .select2-container
  .select2-search--inline
  .select2-search__field {
  margin: 0;
}
.select2-dropdown {
  border: 1px solid #cfcfcf !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
  overflow: hidden;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  margin: 0 5px 5px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  width: auto;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-selection__choice span {
  width: auto !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  overflow: hidden;
  padding: 0;
  display: block;
}
.hold-select.multi-select .select2 .select2-selection:after {
  content: "";
  position: absolute;
  overflow: hidden;
  top: 0;
  background: #f8f8f8 url(images/bg-right.png) no-repeat center center;
  text-decoration: none;
  z-index: 20;
  right: 0;
  border-left: 1px solid #cfcfcf;
  width: 32px;
  height: 100%;
  cursor: pointer;
}
.select2-container {
  z-index: 250;
}
.open-box .box-hold {
  position: relative;
}
.list-block li .box-hold {
  padding: 0 200px 25px 20px;
}
.box-hold .btn-expert {
  position: absolute;
  top: 21px;
  right: 20px;
  max-width: 180px;
  padding: 10px;
}
#header .nav-menu li.list-drop {
  position: static;
}
#header .nav-menu .list-drop .sub-menu li {
  float: left;
}
#header .nav-menu li.list-drop:hover {
  padding: 0;
  margin: -9px 0 0;
}
#header .nav-menu li.list-drop a {
  z-index: 2;
  position: relative;
}
#header .nav-menu li a {
  display: block;
}
#header .nav-menu li.list-drop:hover a {
  background-color: #f6f6f6;
  border: 1px solid #b8d1df;
  border-bottom: none;
  padding: 8px 18px 9px;
  margin: 0;
  display: block;
  -webkit-border-radius: 9px 9px 0 0;
  -moz-border-radius: 9px 9px 0 0;
  border-radius: 9px 9px 0 0;
}
#header .nav-menu li.list-drop .sub-menu {
  width: auto;
  right: 0;
  z-index: 1;
  overflow: hidden;
  padding: 22px 25px;
  background-color: #f6f6f6;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#header .nav-menu li.list-drop:hover .sub-menu {
  top: 82px;
}
#header .nav-menu li.list-drop .sub-menu > li {
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
}
#header .nav-menu li.list-drop .sub-menu li {
  margin: 0 24px 6px 0;
  width: 29%;
}
#header .nav-menu li.list-drop .sub-menu .sub-menu {
  position: static;
  border: none;
  padding: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#header .nav-menu li.list-drop .sub-menu li {
  width: 31.8%;
}
#header .nav-menu li.list-drop .sub-menu li:last-child {
  margin: 0 0 6px;
}
#header .nav-menu li.list-drop .sub-menu > li > a {
  color: #ffffff;
  background-color: #35b8eb;
  display: block;
  padding: 5px 17px 5px 16px;
  margin: 0 0 6px;
  text-align: left;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#header .nav-menu li.list-drop .sub-menu > li > a:hover {
  text-decoration: underline;
}
#header .nav-menu li.list-drop .sub-menu > li:nth-child(3) > a {
  background-color: #1f9e9e;
}
#header .nav-menu li.list-drop .sub-menu > li:nth-child(7) > a {
  background-color: #ecc438;
}
#header .nav-menu li.list-drop .sub-menu > li:nth-child(2) > a {
  background-color: #ff942d;
}
#header .nav-menu li.list-drop .sub-menu > li:nth-child(5) > a {
  background-color: #f36f41;
}
#header .nav-menu li.list-drop .sub-menu > li:nth-child(6) > a {
  background-color: #68bb87;
}
#header .nav-menu li.list-drop .sub-menu > li:nth-child(4) > a {
  background-color: #66aeb2;
}
#header
  .nav-menu
  li.list-drop
  .sub-menu
  > li:nth-child(3)
  > .sub-menu
  > li
  > a {
  background-color: #d9e8e8;
}
#header
  .nav-menu
  li.list-drop
  .sub-menu
  > li:nth-child(3)
  > .sub-menu
  > li
  > a:after {
  background-color: #1f9e9e;
}
#header
  .nav-menu
  li.list-drop
  .sub-menu
  > li:nth-child(7)
  > .sub-menu
  > li
  > a {
  background-color: #f4ecd0;
}
#header
  .nav-menu
  li.list-drop
  .sub-menu
  > li:nth-child(7)
  > .sub-menu
  > li
  > a:after {
  background-color: #ecc438;
}
#header
  .nav-menu
  li.list-drop
  .sub-menu
  > li:nth-child(2)
  > .sub-menu
  > li
  > a {
  background-color: #f4ecd0;
}
#header
  .nav-menu
  li.list-drop
  .sub-menu
  > li:nth-child(2)
  > .sub-menu
  > li
  > a:after {
  background-color: #ff942d;
}
#header
  .nav-menu
  li.list-drop
  .sub-menu
  > li:nth-child(5)
  > .sub-menu
  > li
  > a {
  background-color: #f5dbd2;
}
#header
  .nav-menu
  li.list-drop
  .sub-menu
  > li:nth-child(5)
  > .sub-menu
  > li
  > a:after {
  background-color: #f36f41;
}
#header
  .nav-menu
  li.list-drop
  .sub-menu
  > li:nth-child(6)
  > .sub-menu
  > li
  > a {
  background-color: #daeae0;
}
#header
  .nav-menu
  li.list-drop
  .sub-menu
  > li:nth-child(6)
  > .sub-menu
  > li
  > a:after {
  background-color: #68bb87;
}
#header
  .nav-menu
  li.list-drop
  .sub-menu
  > li:nth-child(4)
  > .sub-menu
  > li
  > a {
  background-color: #d9e8e8;
}
#header
  .nav-menu
  li.list-drop
  .sub-menu
  > li:nth-child(4)
  > .sub-menu
  > li
  > a:after {
  background-color: #66aeb2;
}
#header .nav-menu li.list-drop .sub-menu .sub-menu > li {
  margin: 0 0 6px;
  width: 100%;
  padding: 0;
}
#header .nav-menu li.list-drop .sub-menu .sub-menu > li > a {
  background-color: #caf1ff;
  color: #000;
  display: block;
  padding: 5px 2px 8px 15px;
  margin: 0;
  position: relative;
  width: 100%;
  font-size: 13px;
  line-height: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: none;
}
#header .nav-menu li.list-drop .sub-menu .sub-menu > li > a:after {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #35b8eb;
}
#header .nav-menu li.list-drop .sub-menu .sub-menu .sub-menu a {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}
#header .nav-menu li.list-drop .sub-menu .sub-menu .sub-menu a:after {
  display: none;
}
#header .nav-menu li.list-drop .sub-menu .sub-menu .sub-menu {
  padding: 16px 20px 7px;
}
#header .nav-menu li.list-drop .sub-menu .sub-menu .sub-menu li {
  width: auto;
}
.hold-select.hold-arrow {
  padding: 0 85px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hold-select.hold-arrow input[type="text"] {
  padding: 8px 14px;
}
.box-contact .btn-send,
.modal .hold-btn .btn-send {
  min-width: 136px;
  padding: 7px 10px;
  height: 36px;
  margin: 0 10px 5px 0;
  background-color: #1f9e9e;
  color: #fff;
  border: 2px solid #1f9e9e;
}
.box-contact .btn-send:hover,
.modal .hold-btn .btn-send:hover {
  background-color: #fff;
  color: #1f9e9e;
}
.box-item .item-img {
  height: 143px;
  margin-top: 0;
}
.box-item .item-img .holder-img {
  display: table-cell;
  vertical-align: middle;
  line-height: 143px;
}
.box-item .item-img .holder-img img {
  display: inline-block;
  vertical-align: middle;
}
.box-item {
  margin: 0 0 25px;
}
.modal .box-info .text-input {
  padding: 0 0 0 232px;
}
.modal .box-info .text-input label {
  margin: 0 0 0 -232px;
}
.modal .box-info .text-input.button-input {
  padding: 0;
  text-align: center;
}
.text-input.button-input .btn-send {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.modal .box-info {
  border-top: 1px solid #cdcdcd;
  padding: 25px 0 0;
  display: none;
}
.modal .open-tkp.box-info {
  display: block;
}
.success-calculation .hold-field input[type="text"] {
  border: none;
  color: #000;
  float: right;
  height: 24px;
  line-height: 21px;
  padding: 0 10px;
  text-align: right;
  width: 42px;
}
#expert.modal,
#call.modal,
#cost.modal,
#resume.modal {
  padding: 0;
  max-width: 840px;
}
#cost.modal {
  width: 840px;
}
#call.modal {
  width: auto;
}
.wpcf7-form p {
  margin: 0;
}
#footer .text-number,
#footer .number {
  margin: 0 3px 0 0;
  font-size: 14px;
  line-height: 19px;
}
#expert .holder-contact,
#cost .holder-contact,
#resume .holder-contact,
#expert .hold-contact,
#cost .hold-contact,
#resume .hold-contact {
  max-width: 100%;
}
#expert .hold-contact:after,
#cost .hold-contact:after,
#resume .hold-contact:after {
  content: "";
  display: block;
  clear: both;
}
.row .boxed-contact {
  float: left;
  width: 50%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#expert .title-contact,
#cost .title-contact,
#resume .title-contact {
  color: #1f9e9e;
}
.row textarea {
  min-height: 71px !important;
  height: 71px;
}
#content.search-content {
  padding: 0 0 0;
}
.search-content .breadcrumb span {
  display: none;
}
.search-content .breadcrumb {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
}
.link-search,
.btn-search {
  background: url(images/bg-search.gif) no-repeat 0 0;
  width: 14px;
  height: 13px;
  text-indent: -99999px;
  display: block;
  z-index: 1;
  position: relative;
}
.box-search {
  position: relative;
  width: auto;
}
.opened .link-search {
  display: none;
}
.box-search .search {
  position: absolute;
  top: -9px;
  right: 0;
  width: 0;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -ms-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
.box-search.opened .search {
  width: 320px;
}
.hold-search {
  padding: 0;
  position: relative;
  width: auto;
  padding: 0 17px 0 0;
}
.hold-search .btn-search {
  cursor: pointer;
  border: none;
  background-color: #fff;
  position: absolute;
  top: 9px;
  right: 0px;
}
.opened-btn .link-search {
  display: none;
}
.opened-btn .hold-search .btn-search {
  display: block;
}
.box-search input[type="text"] {
  color: #146695;
  font-family: "PTSans-Italic", arial, helvetica, sans-serif;
  padding: 7px 6px 0px;
  font-size: 15px;
  line-height: 16px;
  border: none;
  border-bottom: 1px solid #6c94b3;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  height: 23px;
  background: none;
}
/* placeholder input*/
.box-search input:-moz-placeholder {
  color: #9c9c9c;
  opacity: 1;
  font-family: "PTSans-Italic", arial, helvetica, sans-serif;
}
.box-search input::-moz-placeholder {
  color: #146695;
  opacity: 1;
  font-family: "PTSans-Italic", arial, helvetica, sans-serif;
}
.box-search input::-webkit-input-placeholder {
  color: #146695;
  font-family: "PTSans-Italic", arial, helvetica, sans-serif;
}
/* input:focus placeholder */
.box-search input:focus:-moz-placeholder {
  color: #146695;
  opacity: 1;
  font-family: "PTSans-Italic", arial, helvetica, sans-serif;
}
.box-search input:focus::-moz-placeholder {
  color: #146695;
  opacity: 1;
  font-family: "PTSans-Italic", arial, helvetica, sans-serif;
}
.box-search input:focus::-webkit-input-placeholder {
  color: #146695;
}
.search-content .title-search {
  float: left;
}
.search-content .search-hold {
  float: right;
  width: 324px;
  margin: 8px 0 5px;
}
.search-hold input[type="text"] {
  background: rgba(0, 0, 0, 0);
  border: 2px solid #209d9f;
  text-transform: uppercase;
  color: #fff;
  font-family: "PTSans-Bold", arial, helvetica, sans-serif;
  padding: 18px 50px 16px 20px;
  margin: 0;
  height: 54px;
}
.search-hold .link-search {
  display: none;
}
.search-hold input:-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-family: "PTSans-Regular", arial, helvetica, sans-serif;
  text-transform: uppercase;
}
.search-hold .hold-search .btn-search {
  background: url(images/page-search.png) no-repeat 0 0;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 20px;
  margin: -10px 0 0;
}
.title-search h2 {
  color: #ffffff;
  font: 30px/36px "PTSans-Bold", arial, helvetica, sans-serif;
  margin: 0 0 10px;
}
.search-hold input::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-family: "PTSans-Bold", arial, helvetica, sans-serif;
  text-transform: uppercase;
}
.search-hold input::-webkit-input-placeholder {
  color: #fff;
  font-family: "PTSans-Bold", arial, helvetica, sans-serif;
  text-transform: uppercase;
}
/* input:focus placeholder */
.search-hold input:focus:-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-family: "PTSans-Bold", arial, helvetica, sans-serif;
  text-transform: uppercase;
}
.search-hold input:focus::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-family: "PTSans-Bold", arial, helvetica, sans-serif;
  text-transform: uppercase;
}
.search-hold input:focus::-webkit-input-placeholder {
  color: #fff;
}
.search-hold .hold-search {
  padding: 0;
}
.wrap .tab {
  overflow: hidden;
  width: 100%;
}
#cost .title-contact {
  font-size: 28px;
  line-height: 30px;
  margin: 0 0 40px;
}
#cost .tab .title-contact {
  font-size: 18px;
  line-height: 20px;
  text-align: left;
}
.wrap .tab.hidden {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
.wrap .tab.visible {
  position: static;
}
.tabs .list {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
  width: 100%;
  overflow: hidden;
}
.tabs .list li {
  float: left;
  width: 33.3333%;
  cursor: pointer;
  color: #000;
  margin: 0 0 15px;
  text-align: center;
  padding: 0 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.tabs .list li.active,
.tabs .list li:hover {
  color: #f67616;
}
.tabs .list li .item-img {
  height: 80px;
  display: block;
  max-width: 80px;
  margin: 0 auto 10px;
}
.tabs .list li .item-img img {
  width: auto;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.tab .list-item {
  margin: 0 0 20px;
  padding: 0;
  width: auto;
}
.tab .list-item li {
  display: block;
  padding: 0 0 0 15px;
  color: #000;
  position: relative;
}
.tab .list-item li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 10px;
  height: 1px;
  background-color: #000;
}
.tab .list-item li a {
  color: #000;
}
.tab .list-item li a:hover {
  text-decoration: none;
}
.wrap-content {
  padding: 0 44px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrap .box-text .tablepress {
  max-width: 950px;
  margin: 0 auto 40px !important;
}
.box-text .tablepress tbody td {
  border: 1px solid #fff;
}
.box-text .tablepress .odd td,
.box-text .tablepress .even td {
  background-color: #e3f3f3;
  width: 33.3333%;
  padding: 8px 8px 8px 53px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tablepress tfoot th,
.tablepress thead th {
  padding: 8px 8px 8px 53px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #fff;
}
.tablepress tfoot th:last-child,
.tablepress thead th:last-child {
  border-right: none;
}
.tablepress caption {
  display: none;
}
.box-text .tablepress .odd:hover td,
.box-text .tablepress .even:hover td,
.box-text .tablepress tr:hover td {
  background-color: #e3f3f3;
}
.box-text h3,
.box-text h4 {
  margin: 0 0 20px;
}
.box-green {
  background: url(/wp-content/themes/acti/images/main-banner__background.jpg) no-repeat 50% 0;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 76px 0 37px;
  margin: 0 0 33px;
  overflow: hidden;
  width: 100%;
}
#content.box-company .title {
  margin: 0;
}
.box-company .box-gray .list-child {
  margin: 0 0 17px;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: center;
}
.box-company .box-gray .list-child li {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 10px;
  width: 35%;
}
.box-gray {
  margin: 0 0 20px;
}
.box-gray .list-child li a {
  display: block;
  padding: 17px 26px;
  font: 16px/18px "PTSans-Bold", arial, helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #146695;
  border: 2px solid #1f9e9e;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.box-gray .list-child li a:hover {
  color: #1f9e9e;
}
.box-company .box-line {
  border-bottom: none;
  padding: 7px 0 0;
  margin: 0 0 25px;
}
.gray-title {
  text-align: center;
}
.gray-title h3 {
  color: #000;
  margin: 0 0 30px;
}
.box-list {
  width: 100%;
  overflow: hidden;
  margin: 0 0 45px;
}
.boxed-blue,
.boxed-orang,
.boxed-green {
  float: left;
  width: 31%;
  margin: 0 12px 10px;
}
#content .boxed-blue .title,
#content .boxed-orang .title,
#content .boxed-green .title {
  font: 14px/19px "PTSans-Bold", arial, helvetica, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  padding: 3px 10px 2px;
  background: #35b8ec;
  margin: 0 0 15px;
  display: block;
  text-align: center;
}
#content .boxed-orang .title {
  background: #ff942d;
}
#content .boxed-green .title {
  background: #1f9e9e;
}
.box-list .list-child {
  margin: 0;
  padding: 0 10px 0 14px;
  list-style: none;
}
.box-list .list-child li {
  display: block;
  padding: 0 0 0 22px;
  position: relative;
  margin: 0 0 9px;
}
.box-list .list-child li:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #35b8ec;
  position: absolute;
  top: 6px;
  left: 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.box-list .boxed-orang .list-child li:after {
  background-color: #ff942d;
}
.box-list .boxed-green .list-child li:after {
  background-color: #1f9e9e;
}
.box-list .list-child li a {
  font: 14px/18px "PTSans-Regular", arial, helvetica, sans-serif;
  color: #000000;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.box-list .list-child li a:hover {
  text-decoration: underline;
}
.box-company .hold-img {
  max-width: 860px;
  overflow: hidden;
  margin: 0 auto 30px;
}
.box-company .hold-img img {
  display: block;
  width: 100%;
  height: auto;
}
.box-gray.gray-sertificate {
  margin: 0;
}
#content .title.title-project {
  background-position: 50% 0;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 75px 0;
  margin: 0;
  height: 342px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.title-project .box-image {
  float: left;
  width: 50%;
  max-width: 570px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 2px solid #fff;
}
.title-project .box-image {
  padding: 10px 0 10px 59px;
}
.title-project .box-title {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40%;
  height: 100%;
  padding: 0;
}
.text-center {
  display: table;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.text-center .text-inner {
  display: table-cell;
  vertical-align: middle;
}
.text-center .text-inner .text-last {
  width: 100%;
  display: block;
}
.title-project .wrap {
  position: relative;
}
.title-project .box-title h1 {
  font: 22px/22px "PTSans-Caption", arial, helvetica, sans-serif;
  color: #ffffff;
  padding: 0;
}
.box-text.box-inner {
  float: left;
  width: 60%;
  margin: 0 0 30px;
}
.hold-project {
  float: right;
  width: 410px;
}
.gallery-project {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.gallery-project .gallery-holder {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.gallery-project > .gallery-holder > ul {
  width: 9999px;
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.gallery-project .gallery-holder > ul > li {
  width: 410px;
  float: left;
}
.gallery-project .gallery-holder > ul > li img {
  display: block;
  width: 100%;
  height: auto;
}
.gallery-project .switcher {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100% !important;
  text-align: center;
}
.gallery-project .gallery-holder .switcher li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  width: 26px;
  height: 20px;
  float: none;
  margin: 0 1px 5px 2px;
}
.gallery-project .gallery-holder .switcher li a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
  width: 26px;
  height: 20px;
  margin: 0 0 18px;
}
.gallery-project .switcher li a:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0px;
  margin: -1px 0 0;
  background-color: #000000;
}
.gallery-project .gallery-holder .switcher li a:hover:after,
.gallery-project .gallery-holder .switcher .active a:after {
  background-color: #136fab;
  height: 5px;
  margin: -2px 0 0;
}
.quote-project {
  float: left;
  margin: 0 0 30px;
}
.box-quote.quote-project:after {
  background: url(images/big-quote.gif) no-repeat 50% 0;
  width: 85px;
  height: 84px;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
#content .quote-project .title {
  background: none;
  padding: 0;
  display: block;
  font-family: "PTSans-Bold", arial, helvetica, sans-serif;
  color: #1f9e9e;
  margin: 0 0 1px;
}
#content .quote-project .hold-job {
  display: block;
  color: #1f9e9e;
  margin: 0 0 20px;
  font-family: "PTSans-Italic", arial, helvetica, sans-serif;
}
.box-text.text-inner ul li {
  padding: 8px 10px 8px 38px;
  background-color: #e7f0f7;
  color: #146695;
  margin: 0 0 18px;
}
.box-text.text-inner ul li:before {
  display: none;
}
.box-text.text-inner ul li:after {
  content: "";
  background: url(images/mark-ul.gif) no-repeat 0 0;
  width: 10px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 20px;
}
.box-text ul li strong,
.box-text ol li strong,
.box-text.box-goals ol li strong {
  margin: 0;
}
.box-text.box-goals ol li {
  font: 16px/28px "PTSans-Regular", arial, helvetica, sans-serif;
  margin: 0 0 20px;
}
.box-text.box-goals ul li {
  padding: 10px 10px 10px 48px;
  color: #146695;
  background-color: #e7f0f7;
}
.box-text.box-goals ul li:before {
  display: none;
}
.box-text.box-goals ul li:after {
  content: "";
  background: url(images/bg-goals.png) no-repeat 0 0;
  width: 32px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 0px;
  margin: -14px 0 0;
}
.box-decision {
  font: 18px/20px "PTSans-Regular", arial, helvetica, sans-serif;
  color: #5a5a5a;
  margin: 0 0 30px;
}
.box-text.box-goals {
  float: left;
  width: 100%;
}
.other-gray .btn-blue {
  max-width: 331px;
  background-color: rgba(0, 0, 0, 0);
}
.navigation.link-back .prev {
  padding: 0;
  background: none;
}
.navigation.link-back {
  text-align: center;
}
.box-thanks {
  padding: 50px 50% 30px 40px;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  margin: 0 0 65px;
}
.box-thanks .title-thanks {
  display: block;
  margin: 0 0 20px;
  font-weight: normal;
  font-size: 35px;
  line-height: 37px;
  color: #000000;
}
.box-thanks .count-item {
  display: inline-block;
  vertical-align: top;
  padding: 14px 36px;
  font: 16px/18px "PTSans-Bold", arial, helvetica, sans-serif;
  color: #ffffff;
  background-color: #1f9e9e;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #e3e5e2;
  text-decoration: none;
  text-transform: uppercase;
}
.box-thanks .count-item:hover {
  color: #1f9e9e;
  background-color: #fff;
  border-color: #1f9e9e;

  -webkit-transition: color 0.2s ease, background-color 0.2s ease,
    border-color 0.2s ease;
  -moz-transition: color 0.2s ease, background-color 0.2s ease,
    border-color 0.2s ease;
  -ms-transition: color 0.2s ease, background-color 0.2s ease,
    border-color 0.2s ease;
  -o-transition: color 0.2s ease, background-color 0.2s ease,
    border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease,
    border-color 0.2s ease;
}
.gallery-photo {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 1px;
  opacity: 0;
}
.info-project .list-cat li {
  width: 36%;
  padding: 0 10px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.link-more {
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.link-more:hover {
  color: #1f9e9e;
}
.box-decision ul {
  list-style-position: inside;
  padding: 0 20px;
}
.open .link-more,
.link-close {
  display: none;
}
.open .link-more.link-close {
  display: block;
}
.info-project .list-cat .text-cat {
  font-size: 20px;
  line-height: 22px;
}
.info-project .list-cat li .link-blue {
  color: #08898c;
}
.block-news .btn-expert {
  color: #1f9e9e;
  border-color: #1f9e9e;
}
.block-news .btn-expert:hover {
  color: #fff;
  background-color: #1f9e9e;
}
.block-news .link-archive {
  margin: 0 0 20px;
  position: absolute;
  bottom: -20px;
  right: 0px;
}
.open-box ul {
  padding: 0 0 0 20px;
}
.box-img {
  text-align: center;
  position: relative;
}
.box-img .hold-img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
}
.search-content .breadcrumb span.text-search {
  display: block;
}
.box-licence .photo-list.photo-inner li {
  margin: 0 20px 15px;
  width: 280px;
}
.box-text .contact-info strong {
  margin: 0;
}
.bg-image {
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
}
/*13.07.2016*/
.row {
  width: 100%;
  overflow: hidden;
  margin: 0 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row .hold-label {
  float: left;
  width: 40%;
}
.row .hold-label .label {
  font: 14px/16px "PTSans-Regular", arial, helvetica, sans-serif;
  color: #000000;
}
.row .hold-field {
  float: right;
  width: 59%;
}
.hold-checkbox label {
  display: block;
  padding: 10px 70px 0 0;
  position: relative;
  min-height: 29px;
  margin: 0 0 7px;
  cursor: pointer;
  font: 14px/16px "PTSans-Regular", arial, helvetica, sans-serif;
  z-index: 1;
}
/* castom checkbox */
.checkboxArea,
.checkboxAreaChecked {
  position: relative;
  overflow: hidden;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 36px;
  height: 34px;
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
}
.hold-checkbox {
  position: relative;
}
.disabled {
  display: none;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
}
.success-calculation .disabled {
  display: block;
}
.checkboxArea:before,
.checkboxAreaChecked:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 18px;
  margin: -9px 0 0 -12px;
  background: url(images/bg-check.gif) no-repeat 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.checkboxAreaChecked:before {
  opacity: 1;
}
.success-calculation .checkboxArea:before {
  content: "";
  width: 25px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -12px;
  background: #000;
  opacity: 1;
}
.outtaHere {
  position: absolute;
  left: -9999px;
}
.hold-calculation {
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px;
}
.hold-input {
  float: right;
  width: 27%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.hold-input label {
  float: left;
  width: 50px;
  margin: 10px 0 0 -60px;
}
.calculation-btn {
  float: left;
  width: 100%;
  text-align: center;
}
.hold-calculation.inner-calculation .calculation-btn {
  width: 50%;
  text-align: left;
}
.modal h2,
.modal h3 {
  font-size: 32px;
  line-height: 34px;
  text-align: center;
  color: #249f9d;
  margin: 0 0 46px;
}
.modal .hold-calculator h3 {
  display: none;
}
.modal .hold-calculator.success-calculation h2 {
  display: none;
}
.modal .hold-calculator.success-calculation h3 {
  display: block;
}
.modal .btn {
  float: none;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  margin: 0 0 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 20px;
}
.modal .btn:hover {
  background: #209e9d;
  color: #fff;
}
.modal .hold-btn {
  float: none;
  text-align: center;
  margin: 0 0 15px;
}
.modal .hold-btn .btn-send {
  float: none;
  display: inline-block;
  vertical-align: top;
  background: #209e9d;
  border-color: #209e9d;
  padding: 10px 15px;
  height: 42px;
  text-decoration: none;
}
.modal-text {
  font-size: 12px;
  line-height: 14px;
  color: #8b8b8b;
}
.checkbox-wrap {
  margin: 0 0 20px;
}
.hold-calculation.inner-calculation {
  display: none;
}
.success-calculation .hold-calculation,
.modal-text {
  display: none;
}
.success-calculation .hold-calculation.inner-calculation,
.success-calculation .modal-text {
  display: block;
}
.success-calculation .checkboxArea,
.success-calculation .checkboxAreaChecked {
  border-color: #fff;
}
.success-calculation .selectButton {
  border: none;
  padding: 0;
  text-align: right;
  color: #000;
  padding: 0 5px 0 0;
}
.success-calculation .selectButton .center {
  color: #000;
}
.success-calculation input[type="text"] {
  color: #000;
}
.success-calculation .row .hold-field {
  width: 55px;
  background-color: #fff;
  position: relative;
  float: none;
  display: table-cell;
  vertical-align: bottom;
}
.success-calculation .selectArea {
  width: 55px !important;
}
.success-calculation .row .hold-label {
  width: 90%;
  position: relative;
  float: none;
  display: table-cell;
  vertical-align: bottom;
}
.success-calculation .hold-select {
  margin: 0 0 5px;
}
.success-calculation .row .hold-label .label {
  display: inline-block;
  vertical-align: top;
  max-width: 210px;
  background-color: #fff;
}
.success-calculation .selectButton .right,
.hold-btn {
  display: none;
}
.success-calculation .row {
  position: relative;
  display: table;
}
.success-calculation .row .hold-label:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 5px;
  left: 0px;
  z-index: -1;
}
.disabled-select {
  display: none;
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0;
}
.success-calculation .disabled-select,
.success-calculation .hold-btn {
  display: block;
}
.success-calculation .hold-checkbox label {
  cursor: default;
}
#calculator.modal .success-calculation .row {
  padding: 0;
}
.success-calculation .checkbox-wrap {
  padding: 17px 0;
}
.error-field {
  display: none;
}
#contact .error-field {
  display: block;
}
.error .error-field {
  display: block;
  background-color: #f6ffee;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  padding: 27px 27px 24px 34px;
  border: 1px solid #219d9f;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 6px 0 0;
}
.error .error-field:after {
  content: "";
  background: url(images/error-arrow.gif) no-repeat 0 0;
  position: absolute;
  top: -13px;
  left: 50%;
  width: 23px;
  height: 13px;
  margin: 0 0 0 -11px;
}
.error .error-field .error-text {
  float: left;
  max-width: 335px;
  font-size: 12px;
  line-height: 16px;
}
.error .error-field .btn-send {
  background-color: #209e9d;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  line-height: 18px;
  padding: 5px 30px;
  height: 33px;
}
.error-field .btn-send:hover {
  color: #209e9d;
  background-color: #f6ffee;
}
.error .selectButton {
  border: 1px solid #e20100;
}
#info.modal .text-input {
  padding: 0 0 0 235px;
  margin: 0 0 1px;
}
#info.modal .text-input.box-submit {
  padding: 10px 0 0;
  text-align: center;
}
#info.modal .text-input.box-submit .btn-send {
  float: none;
  display: inline-block;
  vertical-align: top;
}
#info.modal .text-input label {
  margin: 0 0 0 -235px;
}
#calculator.modal {
  padding: 49px 39px 40px;
}
#calculator.modal .row,
.checkbox-wrap {
  padding: 0 27px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.checkbox-wrap {
  padding: 17px 27px;
}
.checkbox-wrap.error {
  border: 1px solid #e10000;
  padding: 15px 25px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  position: relative;
  margin: 0 0 70px;
}
.checkbox-wrap.error:after {
  content: "";
  background: url(images/error-chek.gif) no-repeat 0 0;
  width: 27px;
  height: 14px;
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin: 0 0 0 -13px;
}
.checkbox-wrap .text-error {
  display: none;
}
.checkbox-wrap.error .text-error {
  display: block;
  text-align: center;
  color: #e10000;
  position: absolute;
  bottom: -48px;
  left: 0px;
  right: 0;
  width: auto;
}
.navigation .btn-expert {
  float: right;
  font-size: 14px;
  line-height: 16px;
  max-width: 295px;
  padding: 8px 10px;
}
.btn.disabled-btn,
.btn.disabled-btn:hover {
  cursor: default;
  opacity: 0.5;
  color: #146695;
  background: #fff;
}
#info .title-contact {
  color: #1f9e9e;
}
.navigation .btn-expert {
  color: #1f9e9e;
  border-color: #1f9e9e;
}
.navigation .btn-expert:hover {
  background-color: #1f9e9e;
  color: #fff;
}
.box-licence .photo-list.list-lisense li {
  float: none;
  display: block;
  width: 100%;
  text-align: left;
  padding: 0 20px;
  margin: 0 0 15px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-licence .photo-list.list-lisense li:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #1f9e9e;
  position: absolute;
  top: 6px;
  left: 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#footer .logo a.logo-text {
  display: none;
}
.about-box {
  width: 100%;
  padding: 12px 0 0;
}
.about-box h2 {
  font: 30px/32px "PTSans-Regular", arial, helvetica, sans-serif;
  color: #000000;
  text-align: center;
  margin: 0 0 32px;
}
.about-box .hold-text {
/*  background-color: #f8f8f8; */
  margin: 0 0 23px;
}
.about-box .text-about {
/*  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000; */
  padding: 0px 10px;
  max-width: 1128px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 16px/19px "PTSans-Regular", arial, helvetica, sans-serif;
  color: #000000;
  width: auto;
}

.about-box .text-about strong {
  font: 16px/19px "PTSans-Bold", arial, helvetica, sans-serif;
  color: #0a4a73;
  font-weight: normal;
}
.text-press {
  width: 100%;
  padding: 0 45px;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  margin: 0 0 37px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 16px/19px "PTSans-Regular", arial, helvetica, sans-serif;
  color: #000;
}
.press-info {
  width: 100%;
  margin: 0 0 16px;
}
.text-press h2,
.press-info .box-title h3 {
  font: 30px/32px "PTSans-Regular", arial, helvetica, sans-serif;
  color: #000;
  margin: 0 0 25px;
}
.press-info .box-title h3 {
  margin: 0 0 28px;
}
.text-press .box-title,
.press-info .box-title {
  border-bottom: 2px solid #e9e9e9;
  max-width: 480px;
  margin: 0 auto 29px;
  padding: 2px 0 0;
}
.press-info .box-title {
  text-align: center;
  margin: 0 auto 28px;
}
.press-box {
  max-width: 480px;
  margin: 0 auto 29px;
  width: auto;
  padding: 0 0 15px;
}
.press-box:after {
  content: "";
  display: block;
  clear: both;
}
.press-box .text-number,
.press-box .link-mail {
  float: left;
  padding: 0 0 0 80px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 20px/39px "PTSans-Regular", arial, helvetica, sans-serif;
  color: #000;
  margin: 0 0 10px;
}
.press-box .text-number {
  margin: 0 30px 10px -18px;
}
.press-box .link-mail {
  color: #0d5a8d;
  padding: 0 0 0 50px;
  text-decoration: none;
}
.press-box .link-mail:hover {
  text-decoration: underline;
}
.press-box .text-number:after,
.press-box .link-mail:after {
  content: "";
  background: url(images/bg-press.png) no-repeat 0 0;
  width: 39px;
  height: 39px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.press-box .link-mail:after {
  background-position: -39px 0;
}
.press-news {
  width: 100%;
  overflow: hidden;
  margin: 0 0 39px;
}
.press-news .item {
  float: left;
  width: 50%;
  padding: 104px 0 93px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.press-news .item .holder-press {
  max-width: 574px;
  width: 100%;
  float: right;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.press-news .item:last-child .holder-press {
  float: left;
  padding: 0 59px;
}
.press-news .item .link-news {
  display: inline-block;
  vertical-align: top;
  font: 30px/32px "PTSans-Regular", arial, helvetica, sans-serif;
  color: #fff;
  position: relative;
  padding: 0 19px 14px 0;
  text-decoration: none;
}
.press-news .item .link-news:after {
  content: "";
  width: 69px;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #fff;
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -ms-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
.press-news .item .link-news:hover:after {
  width: 100%;
}
.press-news .item .link-news:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  right: 0px;
  margin: -8px 0 0;
}
.press-company .press-box {
  max-width: inherit;
  padding: 0 45px 12px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}
.press-info.press-company .box-title {
  border-bottom: 1px solid #e9e9e9;
  margin: 0 auto 41px;
}
.press-info.press-company .box-title h3 {
  margin: 0 0 34px;
}
.press-company .text {
  padding: 0 0 3px;
}
.press-company .btn-expert {
  max-width: 182px;
  border-color: #1f9e9e;
  margin: 0 auto 23px;
}
.press-company .btn-expert:hover {
  background-color: #1f9e9e;
}
.title-personal {
  width: 100%;
  text-align: center;
  max-width: 476px;
  border-bottom: 1px solid #8dc1c1;
  margin: 0 auto 52px;
  padding: 0 0 25px;
}
.title-personal h3 {
  font: 30px/32px "PTSans-Regular", arial, helvetica, sans-serif;
  color: #fff;
  position: relative;
}
.list-personal {
  margin: 0 0 21px;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: center;
}
.list-personal:after {
  content: "";
  display: block;
  clear: both;
}
.list-personal li {
  display: inline-block;
  vertical-align: top;
  width: 15.7%;
  margin: 0 16px 10px;
  font: 15px/17px "PTSans-Regular", arial, helvetica, sans-serif;
  color: #fff;
}
.list-personal li a {
  text-decoration: none;
  color: #fff;
  display: block;
}
.list-personal li .image {
  width: 167px;
  height: 167px;
  margin: 0 auto 32px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
}
.list-personal li .image img {
  display: block;
  width: 100%;
  height: auto;
}
.list-personal li .image .holder-image {
  width: 167px;
  height: 167px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.list-personal li .image:after {
  content: "";
  width: 174px;
  height: 174px;
  border: 3px solid #fff;
  position: absolute;
  top: -7px;
  left: -7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.list-personal li a:hover .image:after {
  width: 180px;
  height: 180px;
  top: -10px;
  left: -10px;
}
.list-personal li a .name {
  font: 20px/22px "PTSans-Bold", arial, helvetica, sans-serif;
  font-weight: normal;
  display: block;
  margin: 0 0 9px;
}
.box-green.box-personal {
  padding: 44px 0 30px;
  margin: 0;
}
.modal.modal-persons {
  max-width: 797px;
  padding: 51px 60px 75px;
}
.modal-persons .holder-person {
  width: 100%;
  overflow: hidden;
}
.modal-persons .holder-person .title-person {
  position: relative;
  text-align: center;
  font-family: "PTSans-Caption", arial, helvetica, sans-serif;
  padding: 0 0 25px;
  margin: 0 0 41px;
}
.holder-person .title-person:after {
  content: "";
  width: 348px;
  height: 2px;
  background-color: #d9d9d9;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin: 0 0 0 -174px;
}
.holder-person .title-person .name {
  font-size: 30px;
  line-height: 32px;
  color: #1f9e9e;
  display: block;
  margin: 0 0 12px;
  font-weight: normal;
}
.holder-person .title-person .info {
  font-size: 16px;
  line-height: 18px;
  color: #000;
  margin: 0 0 10px;
  display: block;
}
.holder-person .modal-content {
  padding: 0 0 0 229px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.modal-content .image {
  width: 189px;
  float: left;
  margin: 0 0 0 -227px;
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.modal-content .about-personal {
  float: left;
  width: 100%;
  font: 13px/16px "PTSans-Caption", arial, helvetica, sans-serif;
  color: #000;
}
.modal-content .about-personal p {
  margin: 0 0 16px;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  text-align: justify;
}
.modal-content .about-personal b {
  font: 16px/18px "PTSans-Bold", arial, helvetica, sans-serif;
  color: #1f9e9e;
  font-weight: normal;
}
.modal.modal-persons .close {
  right: 38px;
}
.box-material .title-material {
  border-bottom: 1px solid #cfcfcf;
  text-align: center;
  max-width: 478px;
  margin: 0 auto 31px;
  padding: 0 0 20px;
}
.box-material .title-material h3 {
  color: #000;
}
.box-material .list-materials {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  width: 100%;
}
.box-material .list-materials li {
  display: inline-block;
  vertical-align: top;
  width: 27.8%;
  margin: 0 10px 15px;
}
.box-material .list-materials li .images {
  display: block;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  line-height: 200px;
  margin: 0 0 28px;
}
.box-material .list-materials li .btn-expert.btn-blue {
  border: 2px solid #1f9e9e;
  max-width: 206px;
  background-color: rgba(0, 0, 0, 0);
}
.box-material .list-materials li .btn-expert.btn-blue:hover {
  background-color: #1f9e9e;
}
.info-maps .wrap {
  max-width: 1066px;
  position: relative;
}
.content-town .wrap {
  max-width: 1145px;
}
.maps-box {
  width: 100%;
  overflow: hidden;
}
.maps-box .info-maps {
  width: 100%;
  padding: 0 0 27px;
}
#content.contact-page .title.title-maps {
  text-align: center;
  padding: 35px 0 25px;
  margin: 0 0 41px;
}
.title-maps .holder-title {
  font: 30px/32px "PTSans-Bold", arial, helvetica, sans-serif;
  color: #ffffff;
  font-weight: normal;
  display: block;
  margin: 0 0 10px;
}
.title-maps .hold-text {
  font: 24px/26px "PTSans-Regular", arial, helvetica, sans-serif;
  color: #fff;
  display: block;
  margin: 0 0 10px;
}
.heading-title {
  display: block;
  padding: 14px 130px 22px 43px;
  margin: 0;
  width: 100%;
  position: relative;
  font: 24px/26px "PTSans-Regular", arial, helvetica, sans-serif;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.heading-title:after {
  content: "";
  width: 33px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: -1px;
  background: url(images/bg-mark.png) no-repeat 0 0;
  margin: -19px 0 0;
}
.info-maps .block {
  width: 100%;
}
.link-header {
  display: block;
}
.list-town {
  margin: 0;
  padding: 0;
  list-style: none;
}
.link-header .arrow-title,
.box-more .arrow-title {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 31px;
  height: 31px;
  border: 2px solid #209e9d;
  margin: -18px 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.link-header .arrow-title:after,
.box-more .arrow-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 8px;
  background: url(images/bg-arrow-map.png) no-repeat 0 0;
  margin: -4px 0 0 -7px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box-more.open .arrow-title:before,
.opened .link-header .arrow-title:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.maps-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease;
  -moz-transition: max-height 0.5s ease;
  -ms-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
.opened .maps-content {
  max-height: 5000px;
}
.opened .heading-title {
  border: none;
}
.holder-maps .gmp_map_opts {
  margin: 0;
}
.holder-maps {
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}
.content-town {
  padding: 42px 0 20px;
  border-bottom: 1px solid #c8c8c8;
  margin: 0;
}
.content-town .list-town {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  overflow: hidden;
}
.content-town .list-town li {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  padding: 0 0 0 46px;
  margin: 0 2% 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.content-town .list-town li:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 5px;
  left: 27px;
  background-color: #1e9e9d;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.content-town .list-town li .hold-region {
  font: 16px/18px "PTSans-Bold", arial, helvetica, sans-serif;
  font-weight: normal;
  display: block;
  margin: 0 0 20px;
}
.content-town .list-town li .hold-adress {
  font: 16px/19px "PTSans-Regular", arial, helvetica, sans-serif;
  display: block;
  margin: 0 0 10px;
}
#post-5039 .content {
  display: flex;
  flex-wrap: wrap;
}
#content.contact-page .title {
  margin: 0;
}
#content.contact-page .boxed-contact {
  width: 50%;
  overflow: hidden;
  float: left;
  border-top: 1px solid #000;
  /* 	min-height: 1500px; */
}
.boxed-contact .info-maps {
  max-width: 573px;
  width: 100%;
  float: right;
  padding: 0 40px 0 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.boxed-contact:nth-child(2n) .info-maps {
  float: left;
}
.header-contact {
  width: 100%;
  position: relative;
  margin: 0 0 51px;
}
.boxed-contact .header-contact .hold-image {
  position: relative;
}

.boxed-contact:nth-child(2n + 1) .header-contact .hold-image:after,
.boxed-contact:nth-child(2n) .header-contact .hold-image:after {
  content: "";
  background: url(images/bg-contact.png) no-repeat 0 0;
  position: absolute;
  bottom: 0px;
  left: -1px;
  width: 958px;
  height: 11px;
  z-index: 2;
}


.boxed-contact:nth-child(2n + 1) .header-contact .hold-image:after {
  left: -3px;
}

.boxed-contact:nth-child(2n + 1) .header-contact .hold-image:after {
  background: url(images/bg-contact-first.png) no-repeat 0 0;
}

.boxed-contact:nth-child(2n + 1) .header-contact .hold-image {
  margin: 0 0 0 -425px;
}
.boxed-contact:nth-child(2n) .header-contact .hold-image {
  margin: 0 0 0 -45px;
  border-left: 1px solid #000;
}
.boxed-contact .header-contact .hold-image:before {
  content: "";
  width: auto;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 11px;
  left: 0px;
  right: -45px;
  z-index: 1;
}
.boxed-contact:nth-child(2n) .header-contact .hold-image:before {
  right: -450px;
}
.contact-office {
  width: 100%;
  overflow: hidden;
  margin: 0 0 27px;
}
.contact-office .contact-info p {
  margin: 0 0 18px;
}
#content.contact-page .header-contact .title {
  font: 30px/32px "PTSans-Bold", arial, helvetica, sans-serif;
  color: #fff;
  font-weight: normal;
  width: auto;
  position: absolute;
  top: 181px;
  left: 10px;
  right: 10px;
  margin: 0;
  background: none;
  text-align: center;
  padding: 0;
}
.header-contact .button-map {
  font: 16px/28px "PTSans-Regular", arial, helvetica, sans-serif;
  color: #fff;
  position: absolute;
  top: 251px;
  left: 50%;
  max-width: 101px;
  margin: 0 0 0 -50px;
  padding: 0 39px 0 0;
  background: url(images/bg-map.png) no-repeat 100% 0;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.header-contact .button-map:hover {
  opacity: 0.5;
}
.box-more {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 36px 0 41px;
  position: relative;
  margin: 0 0 57px;
}
#content.contact-page .box-more .title {
  padding: 0 10px 0 61px;
  font: 20px/24px "PTSans-Bold", arial, helvetica, sans-serif;
  color: #1f9e9e;
  display: block;
  background: none;
  margin: 0;
}
#content.contact-page .box-more .title:after {
  content: "";
  background: url(images/bg-title-more.png) no-repeat 0 0;
  width: 42px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 0px;
  margin: -16px 0 0;
}
.box-more .holder {
  font: 16px/19px "PTSans-Regular", arial, helvetica, sans-serif;
  color: #000;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease;
  -moz-transition: max-height 0.5s ease;
  -ms-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
.box-more.open .holder {
  max-height: 5000px;
}
.holder .more-text {
  padding: 50px 0 0;
}
.box-more .arrow-title {
  top: auto;
  bottom: -17px;
  right: 50%;
  margin: 0 -20px 0 0;
  background-color: #fff;
  cursor: pointer;
}
.box-directions {
  width: 100%;
  margin: 0 0 47px;
}
.box-directions .title-directions {
  font: 24px/26px "PTSans-Regular", arial, helvetica, sans-serif;
  color: #0e639b;
  display: block;
  margin: 0 0 45px;
}
.box-directions .tab-text {
  padding: 36px 40px 34px;
  border: 1px solid #d0d0d0;
  width: 100%;
  font: 16px/19px "PTSans-Regular", arial, helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
.box-directions .tabs .list {
  margin: 0;
  overflow: visible;
}
.box-directions .tabs .list li {
  padding: 16px 30px 16px 64px;
  font: 16px/18px "PTSans-Bold", arial, helvetica, sans-serif;
  background-color: #f5f5f5;
  border: 1px solid #d0d0d0;
  color: #000;
  width: auto;
  margin: 0 0 -1px -1px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  position: relative;
}
.box-directions .tabs .list li.active:before {
  content: "";
  width: auto;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0px;
  right: 0px;
  background-color: #fff;
}
.box-directions .tabs .list li:after {
  content: "";
  background: url(images/bg-travel.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 30px;
  height: 29px;
  margin: -14.5px 0 0 0;
}
.box-directions .tabs .list li:nth-child(2):after {
  background-position: -30px 0;
}
.box-directions .tabs .list li:first-child {
  margin: 0 0 -1px;
}
.box-directions .tabs .list li.active,
.box-directions .tabs .list li:hover {
  background-color: #fff;
  color: #000;
}
.holder-maps p {
  margin: 0;
}
.modal.modal-map {
  width: 797px;
  max-width: 797px;
  padding: 52px 42px 36px;
}
.modal-map .holder-map {
  width: 100%;
  overflow: hidden;
}
.modal-map .holder-map .title {
  font-size: 30px;
  line-height: 32px;
  color: #1f9e9e;
  display: block;
  text-align: center;
  margin: 0 0 32px;
  font-weight: normal;
}
.modal.modal-map .close {
  right: 39px;
}
.contacts-outsorsing {
  width: 100%;
  overflow: hidden;
}
#content .contacts-outsorsing .title-maps,
.contacts-outsorsing .title-maps {
  font-family: "PTSans-Regular", arial, helvetica, sans-serif;
  text-align: center;
  padding: 51px 0 0;
  background: none;
  margin: 0;
}
.contacts-outsorsing .title-maps .holder-title {
  font: 30px/32px "PTSans-Regular", arial, helvetica, sans-serif;
  color: #1f9e9e;
  display: block;
  margin: 0 0 9px;
  font-weight: normal;
}
.contacts-outsorsing .hold-text {
  font-size: 24px;
  line-height: 26px;
  color: #000;
  display: block;
  margin: 0;
  padding: 0 0 35px;
  border-bottom: 1px solid #d5d5d5;
}
.contacts-outsorsing .wrap {
  max-width: 655px;
}
.contacts-outsorsing .maps-content .wrap {
  max-width: 1145px;
}
.contacts-outsorsing .heading-title {
  font-size: 20px;
  padding: 18px 50px 18px 53px;
}
.contacts-outsorsing .heading-title:after {
  left: 2px;
  margin: -22px 0 0;
}
.contacts-outsorsing .content-town .list-town li {
  width: 23%;
}
.contacts-outsorsing .content-town .list-town li .hold-adress {
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}
.contacts-outsorsing .opened .content-town {
  border-top: 1px solid #c8c8c8;
}
.contacts-outsorsing .content-town .list-town li .hold-region {
  margin: 0 0 5px;
}
.box-gray.box-material {
  padding: 43px 0 20px;
  margin: 0;
}
.press-gallery .title {
  text-align: center;
}
#content .press-gallery .title {
  margin: 0;
}
.press-gallery .title h3 {
  color: #fff;
}
.press-gallery .list-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-column-count: 5;
  -moz-column-count: 5;
  -ms-column-count: 5;
  -o-column-count: 5;
  column-count: 5;
  -webkit-column-gap: 1px;
  -moz-column-gap: 1px;
  -ms-column-gap: 1px;
  -o-column-gap: 1px;
  column-gap: 1px;
}
.press-gallery .list-gallery .item-photo {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 401px;
  margin: 0 0 1px;
}
.press-gallery .list-gallery .item-photo.small-photo {
  height: 200px;
}
.press-gallery .list-gallery .item-photo a {
  display: block;
  background-position: 50% 0;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  position: relative;
}
.press-gallery .list-gallery .item-photo a:after {
  content: "";
  background-color: rgba(2, 30, 49, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.press-gallery .list-gallery .item-photo a:hover:after {
  opacity: 1;
}
#note {
  border: 2px solid #398f14;
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-text .box-img:after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.text-source {
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 5px;
}
.wrap.text-news .text-source {
  margin: 0 0 15px;
}
.box-left .title-news a {
  text-decoration: none;
  color: #0675b1;
}
.box-left .title-news a:hover {
  text-decoration: underline;
}

@media (max-width: 1865px) {
  .gallery a.link-prev,
  .gallery-item a.link-prev,
  .gallery-info a.link-prev {
    left: 80px;
  }
  .gallery a.link-next,
  .gallery-item a.link-next,
  .gallery-info a.link-next {
    right: 80px;
  }
}
@media (max-width: 1610px) {
  .gallery .box-img img {
    height: 385px;
  }
  .info-img {
    position: relative;
  }
  .info-img img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1440px) {
  .gallery a.link-prev,
  .gallery-item a.link-prev,
  .gallery-info a.link-prev {
    left: 30px;
  }
  .gallery a.link-next,
  .gallery-item a.link-next,
  .gallery-info a.link-next {
    right: 30px;
  }
  .gallery .boxed-text {
    margin: 0 0 0 -450px;
    max-width: 900px;
    width: auto;
  }
  .gallery .item-title strong {
    font-size: 20px;
    line-height: 24px;
  }
  .gallery .item-title {
    font-size: 14px;
    line-height: 16px;
  }
  .gallery .gallery-holder,
  .gallery .box-img img {
    height: 343px;
  }
  .holder-switcher {
    bottom: 10px;
    margin: 0;
    right: 10px;
    left: 10px;
    width: auto;
    max-width: 1440px;
  }
  .gallery .holder-text .hold-text,
  .gallery .holder-text {
    height: 290px;
  }
  .switcher {
    text-align: center;
  }
  .switcher li {
    display: inline-block;
    vertical-align: top;
    float: none;
  }
}
@media (max-width: 1280px) {
  .wrap {
    padding: 0 15px;
  }
  .navigation.wrap {
    padding: 15px 15px 0;
  }
  .info-block .block {
    width: 21%;
    margin: 0 10px 21px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .info-block,
  .box-item {
    text-align: center;
  }
  .box-item li {
    width: 30%;
    margin: 0 5px 20px 0;
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .gallery a.link-prev,
  .gallery-item a.link-prev,
  .gallery-info a.link-prev {
    left: 15px;
  }
  .gallery a.link-next,
  .gallery-item a.link-next,
  .gallery-info a.link-next {
    right: 15px;
  }
  .box-item li {
    width: 44%;
    margin: 0 20px 20px;
    height: auto;
  }
  .wrap-hold {
    padding: 0 15px;
  }
  .item-coment {
    width: 19.5%;
  }
  .box-line.line-other {
    padding: 4px 30px 0;
  }
  .gallery-info .gallery-holder {
    max-width: 911px;
  }
  .info-block .block,
  .info-block .block:last-child {
    margin: 0 67px 21px;
    width: 300px;
  }
  .box-gray.box-gray-map {
    text-align: center;
  }
  .box-gray-map .hold-select,
  .box-gray-map .hold-select:first-child {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px;
    text-align: left;
  }
  .menu-result li {
    width: 24%;
    margin: 0 12px 25px;
  }
  .menu-result {
    text-align: center;
  }
  #footer .box-bottom .logo {
    margin: 6px 0 0 -156px;
  }
  .box-bottom {
    padding: 46px 142px 0 156px;
  }
  .box-drop .close {
    right: 59px;
    top: 0;
  }
  .box-text > ymaps {
    width: 100% !important;
    height: 350px !important;
  }
  .box-conditions.box-hold li {
    display: inline-block;
    float: none;
    margin: 0 10px 0 0;
    width: 45%;
  }
  #header.open .holder-drop {
    width: 960px;
    margin: 0 0 0 -480px;
  }
  .box-quote {
    padding: 25px 84px 12px 32px;
  }
  .list-partners > li,
  .list-partners li .holder-img .client-img {
    height: 280px;
  }
  .list-partners li .boxed-text .text {
    max-height: 215px;
  }
  #header .nav-menu li.list-drop .sub-menu {
    right: 10px;
  }
  #header .nav-menu li.list-drop:hover .sub-menu {
    left: 10px;
  }
  #header .nav-menu li.list-drop .sub-menu li {
    width: 31.5%;
  }
  .box-list {
    text-align: center;
  }
  .boxed-blue,
  .boxed-orang,
  .boxed-green {
    width: 28%;
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .holder-contact.holder-form {
    padding: 0;
  }
  .gallery-item {
    padding: 0 54px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #footer .box-coping {
    width: 14%;
  }
  #footer .box-number {
    max-width: 51%;
  }
  #footer .box-address {
    max-width: 32%;
  }
  .text-news img {
    display: block;
    width: 100%;
    max-width: 450px;
    margin: 0 auto 10px;
    height: auto;
  }
  #footer .logo a {
    height: 43px;
    width: 85px;
  }
  .box-bottom {
    padding: 11px 142px 0 86px;
  }
  #footer .box-bottom .logo {
    margin: 6px 0 0 -86px;
  }
  #footer .box-coping {
    display: none;
  }
  #footer .box-number,
  #footer .box-address {
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .box-bottom {
    text-align: center;
  }
  #footer .box-number,
  #footer .box-address {
    max-width: 43%;
  }
}
@media (max-width: 1200px) {
  #content .title.title-project {
    height: auto;
    padding: 40px 0;
  }
  .title-project .box-image {
    display: block;
    float: none;
    padding: 0;
    text-align: center;
    margin: 0 auto 15px;
    border: none;
  }
  .title-project .box-image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .title-project .box-title {
    float: none;
    position: static;
    display: block;
    width: 70%;
    text-align: center;
    margin: 0 auto;
  }
  .box-text.box-inner,
  .hold-project {
    float: left;
    width: 100%;
  }
  .hold-project .gallery-project {
    max-width: 410px;
    margin: 0 auto 20px;
  }
  .list-personal li {
    width: 30%;
    margin: 0 15px 30px;
  }
  .list-personal li a {
    max-width: 200px;
    display: inline-block;
    vertical-align: top;
  }
}
@media (max-width: 1053px) {
  .gallery .boxed-text {
    margin: 0 0 0 -350px;
    max-width: 700px;
  }
  .gallery .holder-img img {
    display: block;
    width: 100%;
    height: auto;
  }
  .gallery .holder-img {
    padding: 50px 0 0 10px;
    width: 57%;
  }
  .box-blue {
    padding: 15px 0;
  }
  .box-green {
    padding: 30px 0;
  }
  .box-chart .item-chart {
    width: 180px;
    margin: 0 10px 10px;
  }
  .box-chart.chart-company .item-chart {
    width: 35%;
  }
  .blue-title {
    margin: 0 0 25px;
  }
  .blue-title h3,
  h4,
  h3,
  .box-licence h3,
  .box-text.holder-text h4 {
    font-size: 24px;
    line-height: 28px;
  }
  .blue-number {
    font-size: 24px;
    line-height: 26px;
  }
  .blue-text,
  .box-left .title-news,
  .box-chart.chart-company .blue-text {
    font-size: 16px;
    line-height: 18px;
  }
  .block-news .item-new {
    text-align: left;
    width: 100%;
    margin: 0 0 10px;
  }
  .block-news {
    text-align: center;
  }
  .gallery a.link-prev,
  .gallery a.link-next {
    display: none;
  }
  .item-new .link-news {
    padding: 0 0 0 115px;
  }
  .item-new .holder-img {
    margin: 0 0 10px -115px;
  }
  .item-new .new-img {
    height: 86px;
    width: 100px;
  }
  .box-left .text-news {
    font-size: 12px;
    line-height: 14px;
  }
  .item-new .new-img img {
    width: 70px;
    height: 60px;
  }
  .item-coment {
    width: 300px;
  }
  .gallery-info .gallery-holder {
    max-width: 746px;
    height: 223px;
  }
  .gallery-info .gallery-holder ul li {
    width: 200px;
  }
  .client-hold,
  .title-coment {
    font-size: 16px;
    line-height: 18px;
  }
  .info-block .block,
  .info-block .block:last-child {
    margin: 0 30px 21px;
    width: 300px;
  }
  .menu-result li {
    width: 260px;
    margin: 0 12px 10px;
  }
  .box-gray.box-gray-map {
    margin: 0 0 15px;
  }
  #footer .box-coping {
    display: none;
  }
  #footer .box-number,
  #footer .box-address {
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .box-bottom {
    text-align: center;
  }
  .menu-drop > li {
    width: 45%;
  }
  .photo-list li {
    margin: 0 20px 15px;
  }
  #footer .box-number,
  #footer .box-address {
    max-width: 43%;
  }
  .title .box-title {
    padding: 0;
  }
  .box-table {
    overflow-x: auto;
    margin: 0 0 15px;
  }
  .box-table table {
    width: 850px;
  }
  .title .box-title .btn-ask {
    position: static;
    margin: 0;
  }
  .contacts-outsorsing .content-town .list-town li {
    width: 30%;
  }
  .box-material .list-materials li .images {
    min-height: 180px;
    line-height: 180px;
  }
  .box-material .list-materials li .images img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 990px) {
  #header .box-number {
    display: none;
  }
  #header .nav-menu,
  #nav.open,
  .box-right {
    width: 100%;
  }
  #header .nav-menu {
    border-top: 1px solid #b8d1df;
    padding: 15px 0 0;
    display: inline-block;
    vertical-align: top;
  }
  #header .nav-menu li {
    width: 100%;
    margin: 0 0 5px;
  }
  #header .nav-menu .sub-menu li:last-child {
    margin: 0;
    padding: 0;
  }
  #header .nav-menu li a {
    display: block;
    text-align: center;
    padding: 0 10px;
  }
  .language-chooser {
    display: none;
  }
  .open .language-chooser {
    display: block;
    width: 50px;
    margin: 0 auto;
    float: none;
    text-align: center;
  }
  .language-chooser li {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .box-drop .close {
    right: 0;
    top: -32px;
  }
  .flying-block {
    padding: 10px 5px 10px 6px;
    font-size: 11px;
    line-height: 13px;
  }
  .flying-block .flying-skype,
  .flying-block .flying-cost {
    max-width: 49px;
  }
  .button-toggle-navigation {
    top: 28px;
    right: 10px;
    left: auto;
    display: block;
  }
  /*	.box-search{
		display:none;
		width:100%;
	}*/
  .open .box-search {
    display: block;
    width: 100%;
  }
  .box-search .search,
  .hold-search {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .link-search {
    display: none;
  }
  #main {
    margin: 80px 0 0;
  }
  #header .nav-menu .sub-menu {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    overflow: hidden;
    border: none;
  }
  #header .nav-menu li:hover .sub-menu {
    top: 0;
  }
  #header .nav-menu .sub-menu li a {
    text-align: center;
  }
  .list-partners > li,
  .list-partners > li:nth-child(2n + 1) {
    width: 100%;
    margin: 0 0 10px;
  }
  #header .nav-menu li.list-drop .sub-menu {
    display: none;
  }
  #header .nav-menu li.list-drop:hover {
    margin: 0 0 5px;
    padding: 0 0 9px;
  }
  #header .nav-menu li.list-drop:hover a {
    background-color: #fff;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0 10px;
  }
  .box-bottom {
    padding: 11px 142px 0 86px;
  }
  #footer .box-coping {
    display: none;
  }
  #content.contact-page .boxed-contact {
    width: 100%;
  }
  .boxed-contact .info-maps {
    max-width: inherit;
    padding: 0 20px;
  }
  .boxed-contact:first-child .header-contact .hold-image,
  .boxed-contact:last-child .header-contact .hold-image {
    margin: 0 -20px;
    border: none;
  }
  .boxed-contact .header-contact .hold-image img {
    display: block;
    width: 100%;
    height: auto;
  }
  .boxed-contact:first-child .header-contact .hold-image:after,
  .boxed-contact:last-child .header-contact .hold-image:after {
    background: #fff;
    margin: 0;
    left: 0;
    right: 0;
    width: auto;
  }
  .header-contact,
  .contact-office {
    margin: 0 0 20px;
  }
  .box-more,
  .box-directions {
    margin: 0 0 30px;
  }
  #content.contact-page .header-contact .title {
    top: 50%;
    margin: -41px 0 0;
  }
  .header-contact .button-map {
    top: 50%;
  }
  .heading-title {
    font-size: 22px;
    line-height: 24px;
    padding: 20px 50px 20px 43px;
  }
  .contact-office .contact-info p {
    margin: 0 0 10px;
  }
  .box-directions .wrap {
    padding: 0;
  }
  .title-maps .holder-title,
  .contacts-outsorsing .title-maps .holder-title {
    font-size: 24px;
    line-height: 26px;
  }
  .title-maps .hold-text {
    font-size: 18px;
    line-height: 20px;
  }
  .content-town .list-town li,
  .contacts-outsorsing .content-town .list-town li {
    width: 47%;
  }
  .modal.modal-map {
    width: 500px;
    max-width: 500px;
    padding: 25px;
  }
  .modal.modal-map .gmp_map_opts {
    margin: 0;
  }
  .modal.modal-map .close {
    right: 15px;
    top: 15px;
  }
  .modal-map .holder-map .title {
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 10px;
  }
  .press-gallery .list-gallery .item-photo.small-photo {
    display: none;
  }
  .press-gallery .list-gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
  }
}
@media (max-width: 920px) {
  .box-principles li {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 45%;
  }
  .box-principles {
    text-align: center;
  }
  .info-project .list-cat li,
  .list-cat li {
    float: none;
    width: 100%;
    display: block;
    margin: 0 0 10px;
  }
  .box-item.item-othen li,
  .box-item.item-othen li:nth-child(even) {
    width: 100%;
    margin: -1px 0 0;
  }
  .box-item.item-othen .item-title {
    height: auto;
  }
  .box-text.holder-text .hold-img {
    width: 100%;
    margin: 0 0 10px;
  }
  .box-text.holder-text .hold-img img {
    display: block;
    width: 100%;
    height: auto;
  }
  .list-block li .box-hold {
    padding: 0 20px 50px;
  }
  .box-hold .btn-expert {
    right: auto;
    left: 20px;
    top: auto;
    bottom: 10px;
    margin: 0;
    font-size: 13px;
    line-height: 16px;
  }
  #expert.modal,
  #cost.modal,
  #resume.modal {
    width: 300px;
  }
  .tabs .list li {
    width: 100%;
  }
  .row .boxed-contact {
    width: 100%;
    padding: 0;
  }
  #expert .title-contact,
  #cost .title-contact,
  #resume .title-contact,
  #call .title-contact {
    font-size: 18px;
    line-height: 20px;
  }
  .modal .row .text-input {
    padding: 0;
  }
  .modal .row .text-input label {
    display: none;
  }
  #expert .holder-contact,
  #cost .holder-contact,
  #resume .holder-contact,
  #call .holder-contact {
    padding: 20px 20px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row .btn-send {
    margin: 0 0 5px;
  }
  .modal .close {
    top: 18px;
    right: 17px;
  }
  .box-text img {
    display: block;
    width: 100%;
    height: auto;
  }
  .box-company .box-gray .list-child li {
    width: 45%;
  }
  .boxed-blue,
  .boxed-orang,
  .boxed-green {
    width: 45%;
    margin: 0 12px 20px;
  }
  .list-personal li {
    width: 40%;
  }
  .modal.modal-persons {
    max-width: 500px;
    padding: 30px 20px;
  }
  .holder-person .modal-content {
    padding: 0;
  }
  .modal-content .image {
    margin: 0 15px 10px 0;
  }
  .modal-content .about-personal {
    float: none;
  }
  .modal.modal-persons .close {
    right: 18px;
  }
  .holder-person .title-person .name {
    font-size: 22px;
    line-height: 24px;
  }
  .modal-persons .holder-person .title-person {
    margin: 0 0 20px;
    padding: 0 0 10px;
  }
  .box-material .list-materials li {
    display: block;
    width: 250px;
    margin: 0 auto 15px;
  }
  .box-material .list-materials li .images {
    line-height: 155px;
    min-height: 155px;
  }
}
@media (max-width: 830px) {
  #footer .hold-info {
    float: left;
    margin: 54px 0 0 -149px;
  }
  .box-bottom {
    padding: 15px 10px 0 152px;
  }
  #footer .box-bottom .logo {
    margin: 6px 0 0 -136px;
  }
  .gallery-info .gallery-holder {
    max-width: 486px;
  }
  .block-news,
  .block-news.hold-new {
    width: 100%;
  }
  .block-news .item-new {
    width: 100%;
    margin: 0 0 10px;
  }
  #content .block-news .title {
    font-size: 26px;
    line-height: 28px;
    margin: 0 0 20px;
    padding: 0 10px;
  }
  .holder-contact.contact-page .boxed-contact {
    width: 100%;
  }
  #footer .social-menu {
    margin: 0 0 10px;
  }
  .site-map {
    float: left;
  }
  .box-item li {
    width: 300px;
    height: auto;
    margin: 0 auto 15px;
    overflow: hidden;
    display: block;
  }
  .box-item .item-img {
    height: auto;
    margin: 7px 0 0 -62px;
    width: 50px;
  }
  .box-item.item-othen li a {
    padding: 18px 20px 21px 100px;
  }
  .box-item .item-img .holder-img {
    line-height: 30px;
  }
  .box-item .item-img img {
    display: block;
    width: 100%;
    height: auto;
  }
  .box-item li a {
    padding: 0 10px 0 65px;
  }
  .box-item.item-othen .item-img {
    width: 75px;
    height: 75px;
    margin: -36px 0 0;
    left: 13px;
  }
  .box-item.item-othen .item-img .holder-img {
    width: 35px;
    height: 35px;
    margin: -17px 0 0 -17px;
  }
  .modal {
    max-width: 450px;
  }
  .row {
    margin: 0 0 5px;
  }
  .row .hold-label,
  .row .hold-field {
    float: none;
    margin: 0 0 10px;
    width: 100%;
  }
  .row .hold-field {
    margin: 0;
  }
  .text-press,
  .press-company .press-box {
    padding: 0;
  }
  .press-news .item {
    width: 100%;
    padding: 50px 0;
  }
  .press-news .item .holder-press {
    float: none;
    max-width: inherit;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .press-news .item .holder-press,
  .press-news .item:last-child .holder-press {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .gallery .gallery-holder,
  .gallery .box-img img {
    height: 520px;
  }
  .gallery .boxed-text {
    left: 0;
    margin: 0 auto;
    max-width: 550px;
    right: 0;
  }
  .gallery .holder-img {
    width: 100%;
    padding: 10px 0 0;
  }
  .gallery .holder-text {
    width: 100%;
    height: auto;
  }
  .gallery .holder-text .hold-text,
  .gallery .holder-text {
    height: auto;
  }
  h1,
  .title-hold h1 {
    font-size: 24px;
    line-height: 26px;
  }
  .btn-ask {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 20px;
    margin: 0 0 5px;
  }
  .hold-title {
    padding: 10px 0 2px;
  }
  .hold-title h2,
  .blue-title h3,
  .title-about h3,
  h4,
  .box-gray .title-trust,
  h3,
  .box-licence h3,
  .box-text.holder-text h4 {
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 10px;
  }
  .photo-list li {
    width: 163px;
  }
  .box-line {
    margin: 0 0 15px;
  }
  .box-item .item-title {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 8px;
  }
  .box-item .item-text {
    font-size: 12px;
    line-height: 14px;
    height: auto;
  }
  .btn-expert {
    font-size: 14px;
    line-height: 16px;
    max-width: 250px;
    padding: 10px;
    margin: 0 auto 20px;
  }
  .hold-gray span {
    font-size: 16px;
    line-height: 18px;
  }
  .box-gray .btn-ask {
    font-size: 14px;
    line-height: 16px;
    padding: 10px;
    width: 180px;
  }
  .box-gray {
    padding: 15px 0 10px;
  }

  .gallery-item .holder-img,
  .gallery-info .holder-img,
  .item-coment .holder-img {
    margin: 0 -5px 10px 0;
  }
  .client-hold,
  .title-coment {
    font-size: 16px;
    line-height: 18px;
    margin: 0 auto 10px;
  }
  .gallery-item .client-img,
  .gallery-info .client-img,
  .item-coment .coment-img {
    height: 153px;
  }
  .box-left .title-news {
    margin: 0 0 10px;
  }
  .item-coment {
    width: 245px;
    margin: 0 10px 20px;
  }
  #content .title {
    padding: 20px 0;
    margin: 0 0 20px;
  }
  h2 {
    font-size: 16px;
    line-height: 18px;
  }
  .modal h2 {
    font-size: 20px;
    line-height: 22px;
  }
  .info-block .block,
  .info-block .block:last-child {
    margin: 0 10px 21px;
    width: 280px;
  }
  .img-map img {
    display: block;
    width: 100%;
    height: auto;
  }
  .text-map {
    font-size: 12px;
    line-height: 16px;
    padding: 0 25px;
    margin: 0 0 20px;
  }
  #footer .number {
    padding: 0;
  }
  .box-conditions.box-hold li {
    width: 350px;
    text-align: left;
  }
  .box-conditions.box-hold {
    text-align: center;
  }
  .navigation {
    text-align: center;
  }
  .navigation .p-left,
  .btn-grey {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .box-quote {
    padding: 15px 84px 12px 15px;
    font-size: 14px;
    line-height: 16px;
  }
  .box-text.holder-text ol li,
  .box-text ol li {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 20px;
  }
  .box-text.holder-text ol li:after,
  .box-text ol li:after {
    top: 50%;
    margin: -14px 0 0;
  }
  .box-text .tablepress .odd td,
  .box-text .tablepress .even td,
  .tablepress tfoot th,
  .tablepress thead th {
    padding: 8px;
  }
  .box-company .box-gray .list-child li {
    float: none;
    display: block;
    width: 280px;
    margin: 0 auto 10px;
  }
  .boxed-blue,
  .boxed-orang,
  .boxed-green {
    width: 100%;
    margin: 0 0 10px;
  }
  .box-green .box-chart .blue-number {
    width: 110px;
    height: 110px;
    margin: 0 0 0 -55px;
  }
  .box-green .box-chart .blue-number:after {
    width: 118px;
    height: 118px;
  }
  .box-chart.chart-company .item-chart {
    padding: 124px 0 0;
  }
  .box-gray .list-child li a {
    font-size: 14px;
    line-height: 16px;
    padding: 12px 26px;
  }
  .box-licence .photo-list.photo-inner li {
    width: 240px;
  }
  .title-project .box-title {
    width: 100%;
  }
  .title-project .box-title h1 {
    font-size: 18px;
    line-height: 20px;
  }
  .box-directions .tabs .list li {
    width: 100%;
    margin: 0 0 -1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .box-directions .title-directions {
    margin: 0 0 25px;
  }
  /*.box-directions .tabs .list{
		padding:0 0 50px;
		position:relative;
		overflow:hidden;
	}
	.box-directions .tabs .list li.active{
		position:absolute;
		bottom:0px;
		left:0px;
	}*/
  .box-directions .tab-text {
    padding: 15px;
  }
  .box-directions .tabs .list li.active:before {
    display: none;
  }
  .content-town .list-town li,
  .contacts-outsorsing .content-town .list-town li {
    display: block;
    width: 300px;
    margin: 0 auto 5px;
    padding: 0 0 0 30px;
  }
  .content-town .list-town li:after {
    left: 10px;
  }
  #content.contact-page .title.title-maps {
    margin: 0;
    padding: 20px 0;
  }
  .title-maps .holder-title,
  .heading-title,
  .contacts-outsorsing .title-maps .holder-title {
    font-size: 20px;
    line-height: 22px;
  }
  #content.contact-page .header-contact .title {
    font-size: 22px;
    line-height: 24px;
  }
  .header-contact .button-map {
    margin: -10px 0 0 -50px;
  }
  .box-more {
    padding: 25px 0;
  }
  #content.contact-page .box-more .title {
    font-size: 16px;
    line-height: 18px;
  }
  .heading-title,
  .contacts-outsorsing .heading-title {
    font-size: 16px;
    line-height: 18px;
  }
  #content .contacts-outsorsing .title-maps,
  .contacts-outsorsing .title-maps {
    padding: 25px 0 0;
  }
  .contacts-outsorsing .hold-text {
    padding: 0 0 12px;
  }
  .press-box .text-number,
  .press-box .link-mail {
    padding: 0 0 0 50px;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px;
  }
  .press-box .text-number {
    display: block;
  }
  .press-box {
    margin: 0 auto 10px;
  }
  .press-news {
    margin: 0 0 20px;
  }
  .press-info.press-company .box-title h3 {
    margin: 0 0 15px;
  }
  .press-info.press-company .box-title {
    margin: 0 auto 20px;
  }
  .box-green.box-personal {
    padding: 20px 0;
  }
  .title-personal {
    padding: 0 0 20px;
    margin: 0 auto 35px;
  }
}
@media (max-width: 700px) {
  .box-bottom {
    padding: 23px 10px 0 50%;
    text-align: left;
  }
  #footer {
    height: 215px;
    margin-top: -215px;
  }
  .w1 {
    padding-bottom: 215px;
  }
  #footer .hold-number,
  #footer .hold-email,
  #footer .box-number a,
  #footer .box-address,
  #footer .textwidget span,
  .box-number .textwidget span,
  #footer .box-address a {
    font-size: 12px;
    line-height: 14px;
  }
  #footer .hold-info {
    margin: -21px 0 0 -149px;
  }
  .site-map {
    float: right;
  }
  #footer .box-number,
  #footer .box-address {
    max-width: 100%;
    margin: 0 0 5px;
  }
  .box-chart.chart-company .item-chart {
    width: 45%;
  }
  .holder-form .hold-contact {
    padding: 40px 30px 20px;
  }
  .holder-form .text-input {
    padding: 0;
  }
  .holder-form .text-input label,
  .holder-form .text-input.holder-input label {
    margin: 0 0 5px;
    padding: 0;
  }
  .field-input span.error {
    padding: 8px 12px;
  }
  .gallery .boxed-text {
    max-width: 430px;
  }
  .search-content .title-search,
  .search-content .search-hold {
    float: left;
    width: 100%;
    margin: 0 0 10px;
  }
  .search-content .breadcrumb {
    padding: 0;
  }
  .search-hold input[type="text"] {
    height: 44px;
    padding: 11px 50px 9px 20px;
  }
  .box-text iframe {
    width: 100% !important;
  }
  .modal.modal-map {
    width: 300px;
    max-width: 300px;
    padding: 25px;
  }
  .text-press h2,
  .press-info .box-title h3,
  .press-news .item .link-news,
  .title-personal h3 {
    font-size: 22px;
    line-height: 24px;
  }
  .press-news .item {
    padding: 30px 0;
  }
  .press-news .item .link-news:before {
    margin: -10px 0 0;
  }
}
@media (max-width: 595px) {
  #header .logo a,
  #header .logo span {
    height: 51px;
    width: 85px;
  }
  .button-toggle-navigation {
    top: 22px;
    right: 0;
  }
  #main {
    margin: 70px 0 0;
  }
  .gallery .boxed-text {
    margin: 0;
    max-width: 100%;
    width: auto;
    left: 15px;
    right: 15px;
  }
  .gallery .item-title strong {
    font-size: 18px;
    line-height: 20px;
  }
  .gallery .btn-hold {
    font-size: 12px;
    line-height: 16px;
  }
  .switcher li {
    width: 12px;
    height: 12px;
  }
  .switcher li a {
    width: 8px;
    height: 8px;
  }
  .flying-block {
    display: none;
  }
  .flying-block.hidden-block {
    display: block;
    position: absolute;
    top: 21px;
    right: 50px;
    border: none;
    padding: 0;
    overflow: hidden;
    height: 34px;
  }
  .flying-block.hidden-block .flying-skype,
  .flying-block.hidden-block .flying-cost {
    float: left;
    text-indent: -9999px;
    margin: 0 15px 0 0;
    padding: 0;
    width: 32px;
    height: 34px;
  }
  p {
    margin: 0 0 14px;
  }
  .hold-gray span {
    font-size: 12px;
    line-height: 14px;
  }
  .hold-gray {
    margin: 0 0 20px;
  }
  .gallery-item a.link-prev,
  .gallery-item a.link-next,
  .gallery-info a.link-prev,
  .gallery-info a.link-next {
    width: 15px;
    height: 54px;
    left: 10px;
    top: 51px;
  }
  .gallery a.link-next,
  .gallery-item a.link-next,
  .gallery-info a.link-next {
    right: 10px;
    left: auto;
  }
  .block-news {
    padding: 0;
  }
  .item-coment .coment-img,
  .item-coment {
    width: 213px;
  }
  .gallery .gallery-holder,
  .gallery .box-img img {
    height: 480px;
  }
  .box-principles li {
    width: 280px;
  }
  .gallery-info .gallery-holder {
    max-width: 232px;
  }
  /*
.modal .hold-contact{width:240px;}
*/
  .box-licence .photo-list li {
    width: 260px;
  }
  .menu-drop > li {
    width: 100%;
    margin: 0 0 8px;
  }
  .list-partners > li {
    padding: 212px 0 0;
    height: auto;
  }
  .list-partners > li .holder-img {
    margin: -212px 0 0;
    width: 100%;
    text-align: center;
    float: none;
    display: table;
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
  }
  .list-partners li .boxed-text .text {
    max-height: inherit;
  }
  .list-partners li .holder-img .client-img {
    width: 100%;
    height: 212px;
  }
  .box-text.holder-text .hold-video {
    max-width: 100%;
    margin: 0 0 15px;
    width: 100%;
  }
  .holder-contact.contact-page .hold-contact {
    padding: 20px 10px;
  }
  .gallery-project .gallery-holder > ul > li {
    width: 290px;
  }
  .title-maps .hold-text strong {
    display: block;
  }
  .modal-content .image {
    float: none;
    display: block;
    margin: 0 auto 10px;
  }
  .modal.modal-persons {
    max-width: 270px;
    padding: 30px 20px 10px;
  }
  .press-gallery .list-gallery .item-photo {
    height: 251px;
  }
}
@media (max-width: 520px) {
  h1,
  .title-hold h1 {
    font-size: 22px;
    line-height: 24px;
  }
  .blue-title,
  .box-news .blue-title {
    margin: 0 0 10px;
  }
  .blue-number {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 10px;
  }
  .blue-text {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 10px;
  }
  .item-new .link-news {
    padding: 0;
  }
  .item-new .holder-img {
    display: none;
  }
  .box-coment {
    margin: 0 0 20px;
  }
  .text-input label {
    display: none;
  }
  #info.modal .text-input label {
    display: block;
  }
  .holder-contact.holder-form .text-input label {
    display: block;
  }
  .modal .text-input.capcha,
  .text-input.capcha {
    padding: 0 0 0 87px;
  }
  .text-input,
  .modal .text-input {
    padding: 0;
  }
  .title-contact {
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 10px;
  }
  .box-gray-map .hold-select,
  .box-gray-map .hold-select:first-child {
    margin: 0 0 10px;
  }
  #footer .hold-info {
    margin: -232px 0 0;
  }
  .box-bottom {
    padding: 10px 0 0;
    text-align: center;
  }
  #footer .box-bottom .logo {
    display: block;
    float: none;
    margin: 0 auto;
    width: 85px;
  }
  #footer .box-bottom .logo .logo-text {
    display: none;
  }
  #footer .hold-info {
    float: none;
    margin: 0 auto;
  }
  #footer .box-number,
  #footer .box-address {
    text-align: center;
  }
  #footer {
    height: 240px;
    margin-top: -240px;
  }
  .w1 {
    padding-bottom: 240px;
  }
  .icon i {
    font-size: 5em !important;
  }
  .icon {
    min-height: 82px;
  }
  .info-block .block .info-text {
    font-size: 12px;
    line-height: 16px;
  }
  body {
    font-size: 14px;
    line-height: 18px;
  }
  .link-archive {
    margin: 0 0 5px;
  }
  .box-chart.chart-company .item-chart {
    width: 200px;
  }
  .box-conditions.box-hold li {
    width: 250px;
  }
  .box-quote {
    padding: 15px 31px 12px 15px;
  }
  .box-quote.quote-project:after,
  .box-quote:after {
    width: 30px;
    height: 30px;
  }
  .wpcf7-form .file .button {
    min-width: 50px;
  }
  .site-map {
    max-width: 100px;
    margin: 0 auto;
    float: none;
    display: none;
  }
  #footer .social-menu li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 10px;
  }
  .holder-contact {
    max-width: 300px;
  }
  .wpspsc_checkout_form .hold-img {
    display: none;
  }
  .gallery-item {
    padding: 0 30px;
  }
  .client-hold,
  .title-coment {
    width: 240px;
  }
  .modal {
    max-width: 300px;
  }
  .list-personal li {
    width: 250px;
    display: block;
    margin: 0 auto 25px;
  }
}
@media (max-width: 400px) {
  .gallery .gallery-holder,
  .gallery .box-img img {
    height: 430px;
  }
  .box-text iframe {
    height: auto !important;
  }
}

@media (max-width: 768px) {
  .modal h2,
  .modal h3 {
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 7px;
  }
  .modal .box-info .text-input label {
    display: block;
    margin: 0 0 5px;
    width: 100%;
  }
  .success-calculation .row .hold-label .label {
    max-width: 180px;
  }
  .success-calculation .selectArea {
    width: 60px !important;
  }
  .success-calculation .selectButton {
    padding: 0 0 0 5px;
    text-align: left;
  }
  .row .hold-label,
  .row .hold-field {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  .modal,
  #calculator.modal {
    padding: 20px 15px 10px;
  }
  #calculator.modal .row,
  .checkbox-wrap {
    padding: 0;
    margin: 0;
  }
  .checkbox-wrap {
    margin: 0 0 10px;
  }
  .modal .calculation-btn .btn {
    display: block;
  }
  .hold-calculation.inner-calculation .calculation-btn {
    width: 100%;
  }
  .row .hold-label,
  .row .hold-field {
    margin: 0 0 10px;
  }
  .modal .box-info .text-input {
    padding: 0;
  }
  .error .error-field {
    padding: 10px;
  }
  .box-text,
  .box-conditions li {
    font-size: 13px;
    line-height: 20px;
  }
  .box-conditions li span {
    padding: 4px 0 2px 30px;
  }
  #info.modal .text-input {
    padding: 0;
  }
  #info.modal .text-input label {
    margin: 0 0 5px;
  }
  .error .error-field .error-text {
    margin: 0 0 10px;
    float: none;
    display: block;
  }
  .error .error-field .btn-send {
    float: none;
    display: block;
  }
  .hold-select {
    margin: 0 0 5px;
  }
}

@media (max-width: 600px) {
  .hold-input,
  .calculation-btn {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  .calculation-btn {
    text-align: center;
    margin: 0;
  }
  .modal .row {
    margin: 0;
  }
  #calculator.modal .row,
  .checkbox-wrap {
    padding: 0;
  }
}


.hideMenuItem {
  display: none !important;
}
.btn-client {
  right: -5px;
}

.block-news.hold-new strong {
  display: none !important;
}
.non-smokers{
  position: relative;
  margin-top: 20px;
}
.non-smokers:after{
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid gray;
  border-right: 2px solid gray;
  transform: rotate(135deg);
  right: 3%;
  top: 30%;
}
.non-smokers select{
  padding-right: 25px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 14px;
  line-height: 17px;
  border: 1px solid #DFDFDF;
  border-radius: 6px;
  padding: 14px 25px 14px;
  color:black;
  width: 100%;
}
#main-form input[type="submit"] {
  background: #1F9E9E;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 21px;
  border: none;
}
.up-btn {
	position: fixed;
	z-index: 10;
	width: 40px;
	height: 40px;
	right: 5px;
	bottom: 40px;
	border-radius: 10px;
    border: 2px solid #034AAD;
    background: #FDFDFD;
	display: flex;
	align-items: center;
    justify-content: center;
    display: none;
    cursor: pointer;
    color: #034AAD;
    transition: 0.45s all ease;
}
.up-btn:hover {
    background: #034AAD;
    color: #FDFDFD;
}
.up-btn img{
	max-width: 24px;
}
.pt-padding {height: 40px}
.why-items {
	display: flex;
	column-gap: 30px;
	justify-content: space-between;
}
.why-item {
	width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    text-align: center;
}
.why-ico {max-width: 88px; width: 100%}
.on-company {margin: 50px 0}
.wrap h1, .cap {text-transform: uppercase;}
.color-white, .color-white .gray-title h3 {color: #fff}
.top-items {
    display: flex;
    justify-content: space-between;
    column-gap: 80px
    
}
.top-item {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
}
.top-els {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5%;
    row-gap: 20px;
}
.top-el {
    width: 45%;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.el-title {
    font-weight: 600;
}
.el-descr {
    opacity: .9;
}

.dev-block {
	display: flex;
    justify-content: space-between;
	column-gap: 10%
}
.dev-content {
	width: 45%;
}
.dev-items {
	width: 40%;
	flex-direction: column;
}
.dev-title {
	margin: 0 0 60px;
	font-size: 2.1em;
    line-height: 1.2;
}
.dev-descr {
	font-size: 1.24em;
    line-height: 1.5;
}
.mw-800 {
	max-width: 900px;
    margin: 0 auto;
}
.dev-item__title {
	font-weight: 600;
}
.dev-items {
	display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: space-between;
    column-gap: 10%;
}
.dev-item {
	display: flex;
	flex-direction: column;
	row-gap: 5px;
}
.dev-item__descr {
    opacity: .9;
}
.mb-50 {margin-bottom: 50px;}
@media (max-width: 991px) {
    .top-items {
        flex-direction: column;
        row-gap: 50px
    }
    .top-item {width: 100%}
}

@media (max-width: 830px) {
    .holder-contact.contact-page .boxed-contact{float:none}
}

@media (max-width: 768px) {
    .why-items {
        flex-wrap: wrap;
        row-gap: 60px;
    }
    .why-item {
        width: 100%;
    }
    .dev-block {
        flex-direction: column;
        row-gap: 40px;
    }
    .dev-content {
    	width: 100%;
    }
    .dev-items {
    	width: 100%;
    }
}
@media (max-width: 600px) {
    .up-btn {
        bottom: 78px;
    }
    .top-els {
        flex-direction: column;
    }
    .top-el {
        width: 100%;
    }
}
[data-id="14819"] {display: none}
form .wpcf7-form-control-wrap {
    position: static;
}
.wpcf7-form p {
	font-size: 12px;
	margin-bottom: 20px;
}