@font-face {
    font-family: 'HeliosCondRegular';
    src: url('/fonts/HeliosCondRegular/HeliosCondRegular.eot');
    src: url('/fonts/HeliosCondRegular/HeliosCondRegular.eot?iefix') format('eot'), url('/fonts/HeliosCondRegular/HeliosCondRegular.woff') format('woff'), url('/fonts/HeliosCondRegular/HeliosCondRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HeliosCondItalic';
    src: url('/fonts/HeliosCondItalic/HeliosCondItalic.eot');
    src: url('/fonts/HeliosCondItalic/HeliosCondItalic.eot?iefix') format('eot'), url('/fonts/HeliosCondItalic/HeliosCondItalic.woff') format('woff'), url('/fonts/HeliosCondItalic/HeliosCondItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'HeliosCondBoldItalic';
    src: url('/fonts/HeliosCondBoldItalic/HeliosCondBoldItalic.eot');
    src: url('/fonts/HeliosCondBoldItalic/HeliosCondBoldItalic.eot?iefix') format('eot'), url('/fonts/HeliosCondBoldItalic/HeliosCondBoldItalic.woff') format('woff'), url('/fonts/HeliosCondBoldItalic/HeliosCondBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'HeliosCondBold';
    src: url('/fonts/HeliosCondBold/HeliosCondBold.eot');
    src: url('/fonts/HeliosCondBold/HeliosCondBold.eot?iefix') format('eot'), url('/fonts/HeliosCondBold/HeliosCondBold.woff') format('woff'), url('/fonts/HeliosCondBold/HeliosCondBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

html {
    font-family: 'HeliosCondRegular', sans-serif;
}
body {
    background: #fff;
    font-family: 'HeliosCondRegular', sans-serif;
}

.top-header-menu-hr {
    width: 100%;
    height: 2px;
    background: url('/ii/top-header-menu-hr.png') repeat-x left top;
}
.bottom-header-menu-hr {
    width: 100%;
    background: url('/ii/bottom-header-menu-hr.png') repeat-x left top;
    height:3px;
}

body header.header {
    /*border-bottom: 3px solid #337ab7;*/
    position: relative;
    background: #f4f4f4;
}
body header.header .header-bg {
  position: absolute;
  top: 0;
  width: 100%;
}
body header.header .header-bg .header-bg-left {
  width: 50%;
  float: left;
  height: 100px;
}
body header.header .header-bg .header-bg-right {
  width: 50%;
  float: left;
  height: 137px;
  /*border-bottom: 50px solid #31528d;*/
}
body header.header .header-wrap-logo {
  display: block;
  width: 40%;
  float: left;
}
body header.header .header-wrap-logo .logo {
  display: block;
  position: relative;
  top: 5px;
  left:14px;
}
    body header.header .header-wrap-menu {
        display: block;
        width: 60%;        
        float: left;
    }
body header.header .header-wrap-menu .header-info {
  /*margin: 10px 0;*/
}
body header.header .header-wrap-menu .header-info .logo {
  display: block;
  max-width: 100%;
  margin-top: 10px;
}
body header.header .header-wrap-menu .header-info .logo img {
  max-width: 100%;
  max-height: 100%;
}
body header.header .header-wrap-menu .header-info-menu-toggle {
  display: none;
}
body header.header .header-wrap-menu .header-info-menu-toggle .navbar-toggle {
  background: white;
  padding: 15px 11px;
  border-radius: 0px;
  border: 1px solid #eee;
  margin: 0;
  margin-top: 10px;
}
body header.header .header-wrap-menu .header-info-menu-toggle .navbar-toggle .icon-bar {
  background: #00a7a5;
}
body header.header .header-wrap-menu .header-info .header-info-address .description span {
  font-size: 14px;  
  margin-top: 5px;
  display: block;  
}
        body header.header .header-wrap-menu .header-info .header-info-address .description p {
            margin: 0;
            font-weight: bold;
            font-size: 14px;
        }
body header.header .header-wrap-menu .header-info .header-info-address .description a {
  font-size: 11px;
  margin-top: 1px;
  display: inline-block;
  border-bottom: 1px dashed;
}
body header.header .header-wrap-menu .header-info .header-info-address .description a:hover {
  color: #285f8f;
  text-decoration: none;
}
body header.header .header-wrap-menu .header-info .img-decor {
  float: left;
  margin-right: 20px;
  width: 70px;
  height: 70px;  
  border-radius: 50%;
}
body header.header .header-wrap-menu .header-info .img-decor img {
  display: block;
  /*width: 50%;*/
  margin: auto;
  margin-top: 16px;
}
        body header.header .header-wrap-menu .header-info .description .phone {
            font-family: 'HeliosCondRegular';
            font-size: 18px;
            color: #4b4b4b;
            text-decoration: none;
            display: block;
            margin-top: 5px;
        }
body header.header .header-wrap-menu .header-info .description .phone:hover {
  color: #337ab7;
}
body header.header .header-wrap-menu .header-info .description .btn {
  font-size: 14px;
  padding: 3px 15px;
  text-transform: uppercase;
  margin-top: 5px;
}
body header.header .header-wrap-menu .header-menu .navbar {
  margin-bottom: 0px;
  border-radius: 0px;
  position: relative;
  border: 0px;
  min-height: inherit;
}
body header.header .header-wrap-menu .header-menu .navbar .navbar-collapse {
  padding: 0px;
  background: #31528d;
}
body header.header .header-wrap-menu .header-menu .navbar .navbar-nav {
  display: table;
  width: 100%;
}
body header.header .header-wrap-menu .header-menu .navbar .navbar-nav > li {
  display: table-cell;
  float: none;
}
    body header.header .header-wrap-menu .header-menu .navbar .navbar-nav > li > a,
    body header.header .header-wrap-menu .header-menu .navbar .navbar-nav > li.open a {
        color: white;
        text-transform: uppercase;
        font-family: 'HeliosCondRegular';
        padding: 15px 15px;
        text-align: center;
        line-height: 20px;
        background: transparent;
        font-size: 16px;
        font-weight:bold;
    }
body header.header .header-wrap-menu .header-menu .navbar .navbar-nav > li > a:hover,
body header.header .header-wrap-menu .header-menu .navbar .navbar-nav > li.open a:hover {
  background: #2d6da3;
}
body header.header .header-wrap-menu .header-menu .navbar .navbar-nav > li > a:focus,
body header.header .header-wrap-menu .header-menu .navbar .navbar-nav > li.open a:focus {
  background: #285f8f;
}
body header.header .header-wrap-menu .header-menu .navbar .navbar-nav > li .dropdown-menu {
  background: #3175af;
}
body header.header .header-wrap-menu .header-menu .navbar .navbar-nav > li.active > a {
  background: #2d6da3;
}
@media (max-width: 1199px) {
  body header.header .header-wrap-logo {
    width: 35%;
  }
  body header.header .header-wrap-menu {
    width: 65%;
  }
}
@media (max-width: 991px) {
  body header.header .header-bg {
    position: absolute;
    top: 0;
    width: 100%;
  }
  body header.header .header-bg .header-bg-left {
    width: 50%;
    float: left;
    height: 140px;
    /*border-bottom: 50px solid #31528d;*/
  }
  body header.header .header-bg .header-bg-right {
    width: 50%;
    float: left;
    height: 140px;
    /*border-bottom: 50px solid #31528d;*/
  }
  body header.header .header-wrap-logo {
    width: 100%;
  }
  body header.header .header-wrap-menu {
    width: 100%;
  }
  body header.header .header-wrap-menu .header-info {
    /*height: 70px;*/
  }
  body header.header .header-wrap-menu .header-info .img-decor {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    margin-top: 5px;
  }
  body header.header .header-wrap-menu .header-info .img-decor img {
    margin-top: 10px;
  }
  body header.header .header-wrap-menu .header-info .description {
    padding-left: 45px;
  }
  body header.header .header-wrap-menu .header-info .description p {
    font-size: 12px;
    line-height: 15px;
  }
  body header.header .header-wrap-menu .header-info .phone {
    line-height: 25px;
    height: 25px;
  }
  body header.header .header-wrap-menu .header-info-phone {
    text-align: right;
  }
}
@media (max-width: 767px) {
  body header.header .header-bg {
    display: none;
  }
  body header.header .header-wrap-logo {
    display: none;
  }
  body header.header .header-wrap-menu {
    width: 100%;
  }
  body header.header .header-wrap-menu .header-info {
    /*height: 70px;*/
  }
  body header.header .header-wrap-menu .header-info .img-decor {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    margin-top: 5px;
  }
  body header.header .header-wrap-menu .header-info .img-decor img {
    margin-top: 10px;
  }
  body header.header .header-wrap-menu .header-info .description {
    padding-left: 45px;
  }
  body header.header .header-wrap-menu .header-info .description p {
    font-size: 12px;
    line-height: 15px;
  }
  body header.header .header-wrap-menu .header-info .phone {
    line-height: 25px;
    height: 25px;
  }
  body header.header .header-wrap-menu .header-info .logo {
    max-width: 220px;
  }
  body header.header .header-wrap-menu .header-info-phone {
    text-align: left;
  }
  body header.header .header-wrap-menu .header-info-address {
    display: none;
  }
  body header.header .header-wrap-menu .header-info-menu-toggle {
    display: block;
  }
  body header.header .header-wrap-menu .header-menu {
    position: relative;
  }
  body header.header .header-wrap-menu .header-menu .navbar {
    margin: 0 -15px;
  }
  body header.header .header-wrap-menu .header-menu .navbar .navbar-collapse {
    display: none;
    position: absolute;
    z-index: 100;
    width: 100%;
    overflow: hidden;
  }
  body header.header .header-wrap-menu .header-menu .navbar .navbar-collapse.collapse,
  body header.header .header-wrap-menu .header-menu .navbar .navbar-collapse.collapsing {
    display: block;
  }
  body header.header .header-wrap-menu .header-menu .navbar .navbar-nav {
    display: block;
    width: 100%;
    margin: 0px;
  }
  body header.header .header-wrap-menu .header-menu .navbar .navbar-nav > li {
    display: block;
    float: none;
    border-bottom: 1px solid #285f8f;
  }
}
@media (max-width: 620px) {
  body header.header .header-wrap-menu .header-info-logo {
    width: 70%;
  }
  body header.header .header-wrap-menu .header-info-phone {
    display: none;
  }
  body header.header .header-wrap-menu .header-info-address {
    display: none;
  }
  body header.header .header-wrap-menu .header-info-menu-toggle {
    display: block;
    width: 30%;
  }
}
@media (max-width: 380px) {
  body header.header .header-wrap-menu .header-info-logo {
    width: 70%;
  }
  body header.header .header-wrap-menu .header-info-phone {
    display: none;
  }
  body header.header .header-wrap-menu .header-info-address {
    display: none;
  }
  body header.header .header-wrap-menu .header-info-menu-toggle {
    display: block;
    width: 30%;
  }
  body header.header .header-wrap-menu .header-info-menu-toggle .navbar-toggle {
    margin-top: 5px;
  }
}
body .breadcrumbs-block {
    background-image: url("/ii/obj_fon.png");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    margin-bottom: 30px;
}
body .breadcrumbs-block__content {
  padding: 25px 0 50px 0;
  background: rgba(69, 81, 90, 0.7);
}
body .breadcrumbs-block .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0px;
  margin-bottom: 10px;
}
body .breadcrumbs-block .breadcrumb a {
  color: #77acd9;
}
body .breadcrumbs-block .breadcrumb li {
  color: #ccc;
}
body .breadcrumbs-block__title {
  color: white;
  font-size: 40px;
  line-height: 40px;
  margin: 0 0 10px 0;
}
body .main-slider {
  position: relative;
}
body .main-slider .carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
body .main-slider .carousel-fade .carousel-inner .item,
body .main-slider .carousel-fade .carousel-inner .active.left,
body .main-slider .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
body .main-slider .carousel-fade .carousel-inner .active,
body .main-slider .carousel-fade .carousel-inner .next.left,
body .main-slider .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
body .main-slider .carousel-fade .carousel-inner .next,
body .main-slider .carousel-fade .carousel-inner .prev,
body .main-slider .carousel-fade .carousel-inner .active.left,
body .main-slider .carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
body .main-slider .carousel-fade .carousel-control {
  z-index: 2;
}
body .main-slider .wrap-promo-company {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}
body .main-slider .wrap-promo-company .promo-company {
  /*background: rgba(79, 147, 206, 0.9);*/
  width: 830px;
  position: relative;
  z-index: 10;
  margin-top: 260px;
  display: table;
}
body .main-slider .wrap-promo-company .promo-company .info {
  background: rgba(49, 82, 141, 0.9);
  width: 70%;
  color: white;
  padding: 30px 20px;
  display: table-cell;
}
    body .main-slider .wrap-promo-company .promo-company .info h2 {
        font-size: 28px;
        font-family: 'HeliosCondRegular', sans-serif;
        margin-top: 0px;
        padding-bottom: 10px;
        border-bottom: 1px solid white;
        margin-bottom: 10px;
    }
body .main-slider .wrap-promo-company .promo-company .info h1 {
  font-size: 16px;
  float: left;
  display: inline;
  margin: 0px;
  margin-right: 5px;
  margin-top: 2px;
}
body .main-slider .wrap-promo-company .promo-company .info p {
  font-size: 16px;
}
body .main-slider .wrap-promo-company .promo-company .price {
  display: table-cell;
  width: 30%;
  color: white;
  background: #45515a;
  padding: 30px 20px;
}
    body .main-slider .wrap-promo-company .promo-company .price h4 {
        font-size: 34px;
        font-family: 'HeliosCondRegular', sans-serif;
    }
body .main-slider .wrap-promo-company .promo-company .price h4 span {
  font-size: 16px;
}
body .main-slider .wrap-promo-company .promo-company .price h5 {
  margin-top: 0px;
}
body .main-slider .wrap-promo-company .promo-company .price .btn {
  text-transform: uppercase;
  font-size: 16px;
  width: 100%;
  padding: 5px;
}
@media (max-width: 991px) {
  body .main-slider .wrap-promo-company .container {
    position: relative;
    height: 100%;
  }
  body .main-slider .wrap-promo-company .promo-company {
    width: 720px;
    position: absolute;
    margin-top: 0px;
    bottom: 10px;
    left: 15px;
  }
  body .main-slider .wrap-promo-company .promo-company .info {
    width: 65%;
  }
  body .main-slider .wrap-promo-company .promo-company .price {
    width: 35%;
  }
}
@media (max-width: 959px) {
  body .main-slider .wrap-promo-company {
    position: relative;
    background: #31528d;
  }
  body .main-slider .wrap-promo-company .promo-company {
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  body .main-slider .wrap-promo-company .promo-company .info {
    padding: 30px 20px 30px 0px;
  }
}
@media (max-width: 760px) {
  body .main-slider .wrap-promo-company .promo-company .info {
    width: 60%;
  }
  body .main-slider .wrap-promo-company .promo-company .info h2 {
    font-size: 20px;
  }
  body .main-slider .wrap-promo-company .promo-company .info h1 {
    font-size: 14px;
    margin-top: 3px;
  }
  body .main-slider .wrap-promo-company .promo-company .info p {
    font-size: 14px;
  }
  body .main-slider .wrap-promo-company .promo-company .price {
    width: 40%;
  }
}
@media (max-width: 620px) {
  body .main-slider .wrap-promo-company {
    padding-bottom: 20px;
  }
  body .main-slider .wrap-promo-company .promo-company .info {
    width: 100%;
    padding: 35px 0px;
    display: block;
  }
  body .main-slider .wrap-promo-company .promo-company .price {
    width: 100%;
    display: block;
    padding: 10px 20px;
  }
}
body .content-reviewuser {
  background: #585858;
  background-image: url('/ii/review_bg.jpg');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  padding: 50px 0;
  position: relative;
}
    body .content-reviewuser .content-reviewuser-title h3 {
        color: white;
        font-family: 'HeliosCondRegular';
        text-align: center;
        margin: 0;
        margin-bottom: 20px;
        font-size: 38px;
    }
    body .content-reviewuser .content-reviewuser-title h5 {
        color: #ddd;
        font-family: 'HeliosCondItalic';
        text-align: center;
        margin: 0;
        margin-bottom: 20px;
        font-size: 12px;
        font-style: italic;
    }
body .content-reviewuser .content-reviewuser-title .hr-line {
  position: relative;
  width: 260px;
  height: 1px;
  background: #979797;
  margin: 0 auto;
  margin-bottom: 30px;
}
body .content-reviewuser .content-reviewuser-title .hr-line:after {
  content: '';
  width: 80px;
  height: 3px;
  position: absolute;
  left: 90px;
  top: -1px;
  background: #337ab7;
}
body .content-reviewuser .carousel-caption {
  position: relative;
  right: 0;
  left: 0;
}
body .content-reviewuser .carousel-caption .content-reviewuser-node {
  max-width: 1140px;
  padding: 0 70px;
  margin: 0 auto;
}
    body .content-reviewuser .carousel-caption .content-reviewuser-node .review-text p {
        min-height: 25px;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #fff;
        font-family: 'HeliosCondRegular';
        height: 96px;
        overflow: hidden;
    }
@media (max-width: 991px) {
  body .content-reviewuser .carousel-caption .content-reviewuser-node .review-text p {
    height: 120px;
  }
}
@media (max-width: 850px) {
  body .content-reviewuser .carousel-caption .content-reviewuser-node .review-text p {
    height: 168px;
  }
}
@media (max-width: 640px) {
  body .content-reviewuser .carousel-caption .content-reviewuser-node .review-text p {
    height: 192px;
  }
}
@media (max-width: 600px) {
  body .content-reviewuser .carousel-caption .content-reviewuser-node .review-text p {
    height: 160px;
  }
}
body .content-reviewuser .carousel-caption .content-reviewuser-node .info-user {
  display: inline-block;
  margin-top: 35px;
}
body .content-reviewuser .carousel-caption .content-reviewuser-node .info-user img {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
}
body .content-reviewuser .carousel-caption .content-reviewuser-node .info-user .info-user-data {
  text-align: left;
  min-width: 260px;
  margin-top: 25px;
}
body .content-reviewuser .carousel-caption .content-reviewuser-node .info-user .info-user-data .name {
  text-transform: uppercase;
  color: #77acd9;
  font-size: 16px;
  margin-bottom: 5px;
}
body .content-reviewuser .carousel-caption .content-reviewuser-node .info-user .info-user-data .phone {
  color: #ddd;
  font-style: italic;
}
body .content-reviewuser .carousel-control {
  display: block;
  position: absolute;
  top: 25%;
  margin: -37px 0 0 0 !important;
  padding: 0 !important;
  z-index: 1000;
  width: 75px;
  height: 75px;
  background-image: none;
  background-color: rgba(26, 26, 26, 0.5);
  display: none;
}
body .content-reviewuser .carousel-control span {
  margin-top: -15px;
}
body .content-reviewuser #carousel-review:hover .carousel-control {
  display: block;
}
@media (max-width: 600px) {
  body .content-reviewuser .carousel-caption .content-reviewuser-node {
    padding: 0 30px;
  }
  body .content-reviewuser .carousel-caption .content-reviewuser-node .review-text p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 440px) {
  body .content-reviewuser .carousel-caption .content-reviewuser-node {
    padding: 0 14px;
  }
  body .content-reviewuser .carousel-caption .content-reviewuser-node .review-text p {
    font-size: 13px;
    line-height: 16px;
  }
  body .content-reviewuser .carousel-caption .content-reviewuser-node .info-user img {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    float: none;
    margin: 0 auto;
  }
  body .content-reviewuser .carousel-caption .content-reviewuser-node .info-user .info-user-data {
    text-align: center;
    min-width: auto;
  }
  body .content-reviewuser .carousel-control {
    display: none;
  }
  body .content-reviewuser #carousel-review:hover .carousel-control {
    display: none;
  }
}
body .content-bottom-gray {
  background: #e7e7e7;
  margin-bottom: -100px;
  padding: 60px 0;
}
    body .content-bottom-gray h3 {
        display: inline-block;
        position: relative;
        border-bottom: 1px solid #ddd;
        font-size: 36px;
        font-family: 'HeliosCondRegular';
        margin-top: 5px;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }
body .content-bottom-gray h3:after {
  bottom: -3px;
  content: "";
  display: block;
  height: 3px;
  left: 0px;
  margin: 0;
  position: absolute;
  width: 100px;
  background: #31528d;
}
    body .content-bottom-gray h5 {
        text-transform: uppercase;
        font-family: 'HeliosCondBold';
        font-size: 16px;
        font-weight: bold;
    }
    body .content-bottom-gray p {
        text-align: justify;
        font-family: 'HeliosCondRegular';
        font-size: 20px;
        color: #7e7e7e;
    }
body .content-bottom-gray p.dolgnost {
  color: #b1b1b1;
  font-style: italic;
  margin-bottom: 20px;
}
    body .content-bottom-gray .contact-info ul li a {
        margin-bottom: 10px;
        color: #337ab7;
        font-size: 16px;
        font-family: 'HeliosCondRegular';
        display: block;
    }
body .content-bottom-gray .contact-info ul li a i {
  margin-right: 10px;
}
@media (max-width: 767px) {
  body .content-bottom-gray h3 {
    font-size: 30px;
  }
}
body .list-service {
  margin-top: 50px;
  margin-bottom: 50px;
}
body .list-service__title {
  color: #4b4b4b;
  font-size: 34px;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 45px;
  margin-bottom: 10px;
}
body .list-service__description {
  color: #4b4b4b;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  margin: 0 auto;
  max-width: 80%;
  margin-bottom: 30px;
}
body .list-service_page .list-service__title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
body .list-service_page .list-service__title:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 2px;
  left: 50%;
  margin-left: -100px;
  bottom: 0px;
  background: #337ab7;
}
body .list-service_page .list-service__description {
  margin-bottom: 50px;
}
body .list-service_page .list-service__description_no-margin {
  margin-bottom: 10px;
}
body .list-service__item {
  position: relative;
  text-align: center;
  text-decoration: none;
  margin-bottom: 20px;
  display: block;
}
body .list-service__item:hover .list-service__item-info {
  background: rgba(69, 81, 90, 0.9);
}
body .list-service__item:hover .list-service__item-title {
  top: 20px;
}
body .list-service__item:hover .list-service__item-description {
  opacity: 1;
  top: 90px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .list-service__item .list-service__item-title {
    font-size: 16px;
  }
  body .list-service__item .list-service__item-description {
    font-size: 14px;
    line-height: 17px;
    padding: 0 20px;
  }
  body .list-service__item:hover .list-service__item-info {
    background: rgba(69, 81, 90, 0.9);
  }
  body .list-service__item:hover .list-service__item-title {
    top: 0px;
    margin: 0px;
  }
  body .list-service__item:hover .list-service__item-description {
    opacity: 1;
    top: 50px;
  }
}
@media (max-width: 767px) {
  body .list-service__item .list-service__item-title {
    font-size: 24px;
    top: 100px;
  }
  body .list-service__item .list-service__item-description {
    font-size: 16px;
    line-height: 20px;
    padding: 0 20px;
    opacity: 1;
    top: 170px;
  }
  body .list-service__item:hover .list-service__item-info {
    background: rgba(69, 81, 90, 0.7);
  }
  body .list-service__item:hover .list-service__item-title {
    top: 100px;
  }
  body .list-service__item:hover .list-service__item-description {
    top: 170px;
  }
}
@media (max-width: 560px) {
  body .list-service__item .list-service__item-title {
    top: 70px;
  }
  body .list-service__item .list-service__item-description {
    top: 140px;
  }
  body .list-service__item:hover .list-service__item-title {
    top: 70px;
  }
  body .list-service__item:hover .list-service__item-description {
    top: 140px;
  }
}
@media (max-width: 470px) {
  body .list-service__item .list-service__item-title {
    top: 50px;
  }
  body .list-service__item .list-service__item-description {
    top: 120px;
  }
  body .list-service__item:hover .list-service__item-title {
    top: 50px;
  }
  body .list-service__item:hover .list-service__item-description {
    top: 120px;
  }
}
@media (max-width: 450px) {
  body .list-service__item .list-service__item-title {
    font-size: 18px;
    top: 40px;
  }
  body .list-service__item .list-service__item-description {
    font-size: 14px;
    line-height: 20px;
    padding: 0 20px;
    opacity: 1;
    top: 55px;
  }
  body .list-service__item:hover .list-service__item-title {
    top: 40px;
  }
  body .list-service__item:hover .list-service__item-description {
    top: 110px;
  }
}
@media (max-width: 370px) {
  body .list-service__item .list-service__item-title {
    font-size: 18px;
    top: -10px;
  }
  body .list-service__item .list-service__item-description {
    font-size: 13px;
    line-height: 18px;
    padding: 0 20px;
    opacity: 1;
    top: 70px;
  }
  body .list-service__item:hover .list-service__item-title {
    top: -10px;
  }
  body .list-service__item:hover .list-service__item-description {
    top: 70px;
  }
}
body .list-service__item-img {
  max-width: 100%;
  vertical-align: middle;
}
body .list-service__item-info {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(69, 81, 90, 0.6);
  color: white;
  top: 0;
  left: 0;
  padding: 20px;
}
body .list-service__item-title {
    font-size: 25px;
    display: block;
    text-align: center;
    position: relative;
    top: 40%;
    line-height: 20px;
    font-weight: bold;
    font-family: 'HeliosCondBold';
    color: white;
    text-rendering: optimizeSpeed;
    -webkit-transition: all 550ms cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-transition: all 550ms cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-transition: all 550ms cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 550ms cubic-bezier(0.175, 0.885, 0.32, 1);
}
body .list-service__item-description {
    color: white;
    font-size: 18px;
    text-transform: none;
    padding: 0 30px;
    position: absolute;
    margin: 0 auto;
    top: 160px;
    left: 0;
    right: 0;
    line-height: 25px;
    font-family: 'HeliosCondItalic';
    font-style: italic;
    -webkit-transition: all 550ms cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-transition: all 550ms cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-transition: all 550ms cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 550ms cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    text-align: left;
    padding-top: 40px;
}
@media (max-width: 767px) {
  body .list-service {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  body .list-service__title {
    font-size: 30px;
    line-height: 35px;
  }
  body .list-service__description {
    font-size: 14px;
    line-height: 20px;
    max-width: 95%;
  }
}
body .main-page-service__advantage {
    background-image: url('/ii/electric_slider.jpg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    margin-top: 100px;
}
body .main-page-service__advantage-bg {
  padding: 100px 0;
  background: rgba(69, 81, 90, 0.7);
}
body .main-page-service__advantage-title {
  color: white;
  font-size: 34px;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 45px;
  margin-bottom: 10px;
}
body .main-page-service__advantage-description {
  color: white;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  margin: 0 auto;
  max-width: 80%;
  margin-bottom: 100px;
}
body .main-page-service__advantage-item {
  text-align: center;
  outline: none;
}
body .main-page-service__advantage-img {
  width: 161px;
  height: 161px;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
}
body .main-page-service__advantage-item-title {
  color: white;
  font-size: 18px;
  margin: 0 auto;
  text-decoration: none;
  line-height: 30px;
  margin-bottom: 10px;
  display: block;
  max-width: 350px;
}
body .main-page-service__advantage-item-description {
  color: white;
  font-size: 14px;
  margin: 0 auto;
  margin-bottom: 20px;
  display: block;
  max-width: 350px;
  line-height: 20px;
  min-height: 80px;
}
body .main-page-service__advantage-button.btn-buy {
  padding: 10px 15px;
  font-size: 16px;
}
@media (max-width: 767px) {
  body .main-page-service__advantage-title {
    font-size: 30px;
    line-height: 35px;
  }
  body .main-page-service__advantage-description {
    font-size: 14px;
    line-height: 20px;
    max-width: 95%;
  }
}
body .main-page-service .slick-dots {
  bottom: -40px;
}
body .main-page-service .slick-dots li button:before {
  color: white;
  font-size: 10px;
}
@media (max-width: 1099px) {
  body .main-page-service__advantage-description {
    margin-bottom: 50px;
  }
}
@media (max-width: 800px) {
  body .main-page-service__advantage-bg {
    padding: 50px 0;
  }
}
@media (max-width: 550px) {
  body .main-page-service__advantage-description {
    margin-bottom: 20px;
  }
  body .main-page-service__advantage-bg {
    padding: 20px 0 50px 0;
  }
}
body .building {
  margin-top: 50px;
  margin-bottom: 70px;
}
body .building__title {
  color: #4b4b4b;
  font-size: 34px;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 45px;
  margin-bottom: 10px;
}
body .building__description {
  color: #4b4b4b;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  margin: 0 auto;
  max-width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  body .building {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  body .building__title {
    font-size: 30px;
    line-height: 35px;
  }
  body .building__description {
    font-size: 14px;
    line-height: 20px;
    max-width: 95%;
  }
}
body .list-building__item_last {
  display: none;
}
@media (max-width: 991px) {
  body .list-building__item_last {
    display: block;
  }
}
body .list-building__item-link {
  display: block;
  width: 100%;
  text-decoration: none;
  -webkit-transition: all 550ms cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition: all 550ms cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: all 550ms cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 550ms cubic-bezier(0.175, 0.885, 0.32, 1);
  margin-bottom: 20px;
  color: inherit;
}
body .list-building__item-link:hover {
  -webkit-box-shadow: 0px 5px 21px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 21px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 21px -1px rgba(0, 0, 0, 0.3);
}
body .list-building__item-link:hover .list-building__item-price {
  top: -40px;
  background: #00a7a5;
  color: white;
}
body .list-building__item-link:hover .list-building__item-price_empty {
  top: -20px;
  background: #45515a;
  color: white;
}
body .list-building__item-link:hover .list-building__item-title {
  color: #337ab7;
}
body .list-building__item-link:hover .list-building__item-address {
  color: #888;
}
body .list-building__item-link:hover .list-building__item-characteristic {
  color: #888;
}
body .list-building__item-link:hover .list-building__item-characteristic span {
  color: #333;
}
body .list-building__item-img {
    max-width: 100%;
    vertical-align: middle;
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid #bebebe;    
}
body .list-building__item-info {
  display: block;
  /*border: 1px solid #bebebe;*/
  background: white;
  padding: 40px 30px 20px;
  position: relative;
}
@media (max-width: 1199px) {
  body .list-building__item-info {
    padding-bottom: 0px;
    height: 190px;
  }
}
@media (max-width: 767px) {
  body .list-building__item-info {
    padding-bottom: 20px;
    height: auto;
  }
}
body .list-building__item-price {
  display: inline-block;
  background: #337ab7;
  font-size: 20px;
  color: white;
  line-height: 40px;
  padding: 0 20px;
  top: -20px;
  left: 30px;
  position: absolute;
  -webkit-transition: all 550ms cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition: all 550ms cubic-bezier(0.175, 0.885, 0.32, 1);
  -o-transition: all 550ms cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 550ms cubic-bezier(0.175, 0.885, 0.32, 1);
}
body .list-building__item-price_empty {
  background: #45515a;
}
body .list-building__item-title {
    text-transform: uppercase;
    margin: 0;
    font-size: 19px;
    color: #333;
    font-family: 'HeliosCondBold';
    font-weight: bold;
}
body .list-building__item-address {
  color: #888;
  margin-bottom: 15px;
}
body .list-building__item-characteristic {
  color: #888;
  line-height: 20px;
}
body .list-building__item-characteristic ul {
  height: 40px;
  overflow: hidden;
  display: block;
}
    body .list-building__item-characteristic span {
        color: #333;
        font-weight: bold;
        font-family: 'HeliosCondBold';
    }
body .house .house-banner {
  position: relative;
  width: 100%;
}
body .house .house-banner__img:before {
  position: absolute;
  content: " ";
  display: block;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 1%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 1%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 1%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  top: 0px;
  width: 100%;
  height: 200px;
}
@media (max-width: 767px) {
  body .house .house-banner__img:before {
    height: 100px;
  }
}
body .house .house-banner__img img {
  width: 100%;
  display: block;
}
body .house .house-header {
  position: absolute;
  top: 20px;
  width: 100%;
}
body .house .house-header .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0px;
  margin-bottom: 10px;
}
body .house .house-header .breadcrumb a {
  color: #77acd9;
}
body .house .house-header .breadcrumb li {
  color: #ccc;
}
body .house .house-header__title {
  color: white;
  font-size: 40px;
  line-height: 40px;
  margin: 0 0 10px 0;
}
@media (max-width: 620px) {
  body .house .house-header .breadcrumb {
    display: none;
  }
  body .house .house-header__title {
    font-size: 30px;
    line-height: 30px;
  }
}
body .house .house-banner-info {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  width: 100%;
}
body .house .house-banner-info .house-info {
  width: 600px;
  position: relative;
  z-index: 10;
  margin-top: 0px;
  display: table;
  float: right;
}
body .house .house-banner-info .house-info_empty {
  float: left;
}
    body .house .house-banner-info .house-info_empty h4 {
        display: inline-block;
        font-size: 34px;
        font-family: 'HeliosCondRegular';
        color: white;
        background: rgba(0, 0, 0, 0.3);
        padding: 10px;
    }
@media (max-width: 767px) {
  body .house .house-banner-info .house-info_empty h4 {
    margin: 0px;
    display: block;
    font-size: 30px;
  }
}
@media (max-width: 430px) {
  body .house .house-banner-info .house-info_empty h4 {
    font-size: 22px;
  }
}
body .house .house-banner-info .house-info__price {
  background: rgba(79, 147, 206, 0.9);
  width: 40%;
  color: white;
  padding: 30px 20px;
  display: table-cell;
}
body .house .house-banner-info .house-info__price h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
}
    body .house .house-banner-info .house-info__price h4 {
        font-size: 34px;
        font-family: 'HeliosCondRegular';
    }
body .house .house-banner-info .house-info__price h4 span {
  font-size: 16px;
}
body .house .house-banner-info .house-info__people {
  display: table-cell;
  width: 60%;
  color: #4b4b4b;
  background: white;
  padding: 30px 20px;
}
body .house .house-banner-info .house-info__people img {
  display: block;
  float: left;
  width: 80px;
}
body .house .house-banner-info .house-info__people-info {
  margin-left: 90px;
}
body .house .house-banner-info .house-info__people-info-name {
  font-size: 24px;
  line-height: 25px;
}
body .house .house-banner-info .house-info__people-info-dolgnost {
  font-size: 14px;
  line-height: 15px;
  margin: 5px 0px;
  color: #979797;
}
body .house .house-banner-info .house-info__people-info-phone {
    font-size: 26px;
    font-family: 'HeliosCondRegular';
    line-height: 30px;
}
@media (max-width: 1199px) {
  body .house .house-banner-info {
    position: relative;
    bottom: 0px;
  }
  body .house .house-banner-info .container {
    padding: 0px;
  }
  body .house .house-banner-info .house-info {
    margin-top: 0px;
    width: 100%;
    float: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  }
  body .house .house-banner-info .house-info_empty h4 {
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 620px) {
  body .house .house-banner-info .house-info {
    position: relative;
    z-index: 10;
    display: block;
  }
  body .house .house-banner-info .house-info__price {
    width: 100%;
    padding: 10px 20px;
    display: block;
  }
  body .house .house-banner-info .house-info__price h5 {
    display: inline-block;
  }
  body .house .house-banner-info .house-info__price h4 {
    display: inline-block;
  }
  body .house .house-banner-info .house-info__people {
    display: block;
    width: 100%;
    padding: 10px 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 390px) {
  body .house .house-banner-info .house-info__people img {
    display: block;
    float: left;
    width: 60px;
  }
  body .house .house-banner-info .house-info__people-info {
    margin-left: 70px;
  }
  body .house .house-banner-info .house-info__people-info-name {
    font-size: 18px;
    line-height: 20px;
  }
  body .house .house-banner-info .house-info__people-info-dolgnost {
    font-size: 12px;
    line-height: 15px;
  }
    body .house .house-banner-info .house-info__people-info-phone {
        font-size: 20px;
        font-family: 'HeliosCondRegular';
        line-height: 25px;
    }
}
body .house .house-description {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  flex-direction: row;
  position: relative;
  margin-bottom: 20px;
}
body .house .house-description-one {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: flex-start;
  box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  overflow: hidden;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  padding-right: 15px;
}
body .house .house-description-two {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  border-left: 1px solid #ddd;
  position: relative;
  vertical-align: middle;
  outline: none;
  padding: 0 15px;
}
body .house .house-description-characteristic {
  color: #888;
  line-height: 20px;
}
body .house .house-description-characteristic li {
  margin-bottom: 5px;
}
    body .house .house-description-characteristic span {
        color: #333;
        font-weight: bold;
        font-family: 'HeliosCondBold';
    }
@media (max-width: 992px) {
  body .house .house-description {
    display: block;
  }
  body .house .house-description-one {
    margin-bottom: 15px;
    padding-right: 0px;
  }
  body .house .house-description-two {
    border: 0px;
    padding: 0px;
    width: 100%;
  }
}
body .house .house-map {
  margin-bottom: 20px;
}
body .house .house-plan {
  margin-bottom: 20px;
}
body .house .house-plan .alert {
  margin-bottom: 20px;
}
body .house .house-plan img {
  width: 100%;
}
body .house .house-plan .col-sm-6 {
  margin-bottom: 20px;
}
body .house .house-plan .list-unstyled img {
  width: auto;
  max-width: 100%;
  margin-right: 7px;
}
body .house .house-plan .list-unstyled li {
  line-height: 20px;
  margin-bottom: 15px;
}
body .house .house-infrastructura {
  margin-bottom: 10px;
}
body .house .house-infrastructura-item {
  display: block;
  border: 1px solid #ededed;
  line-height: 60px;
  font-size: 16px;
  color: #4b4b4b;
  position: relative;
  padding: 0px 110px 0px 20px;
  margin-bottom: 15px;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}
body .house .house-infrastructura-item span {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  background: #ededed;
  color: #888;
  text-align: center;
  display: block;
  width: 100px;
}
body .house .house-files .table thead th {
  vertical-align: top;
  padding: 10px 20px;
  text-align: left;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #fff;
  background: #4b4b4b;
  color: #ffffff;
}
body .house .house-files .table tbody tr {
  border-bottom: 1px solid #fff;
  background: #ededed;
  font-size: 14px;
}
body .house .house-files .table tbody tr td {
  border: 1px solid #fff;
  vertical-align: top;
  padding: 10px 20px;
  text-align: left;
}
body .house .house-title-info {
  font-size: 20px;
  color: #333;
  margin: 0;
  margin-bottom: 20px;
}
body .page-feedback {
  background: #585858;
  background-image: url('/ii/review_bg.jpg');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  padding: 50px 0;
  position: relative;
}
body .page-feedback__content {
  display: block;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
body .page-feedback__content h3 {
  color: white;
  font-size: 30px;
  text-align: center;
  padding: 0 50px;
}
body .page-feedback__content .hr-line {
  position: relative;
  width: 260px;
  height: 1px;
  background: #979797;
  margin: 0 auto;
  margin-bottom: 10px;
}
body .page-feedback__content .hr-line:after {
  content: '';
  width: 80px;
  height: 3px;
  position: absolute;
  left: 90px;
  top: -1px;
  background: #337ab7;
}
body .page-feedback__phone {
  display: inline-block;
  margin: 0 auto;
  color: white;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 10px;
}
body .page-feedback__phone:hover {
  text-decoration: none;
}
body .page-feedback__text {
  color: white;
  font-size: 12px;
  padding: 0 115px;
}
@media (max-width: 620px) {
  body .page-feedback__text {
    padding: 0px 70px;
  }
}
@media (max-width: 520px) {
  body .page-feedback__content h3 {
    padding: 0px;
  }
  body .page-feedback__text {
    padding: 0px 30px;
  }
}
@media (max-width: 420px) {
  body .page-feedback__content h3 {
    font-size: 24px;
  }
  body .page-feedback__phone {
    font-size: 30px;
  }
  body .page-feedback__text {
    padding: 0px 20px;
  }
}
@media (max-width: 390px) {
  body .page-feedback__content h3 {
    font-size: 20px;
  }
}
body .page-contact-block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  flex-direction: row;
  position: relative;
  margin-bottom: 20px;
}
body .page-contact-block__one {
  width: 50%;
  -webkit-order: 0;
  order: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-align-self: auto;
  align-self: auto;
  position: relative;
  vertical-align: top;
  outline: none;
  padding-right: 15px;
}
body .page-contact-block__two {
  width: 50%;
  -webkit-order: 0;
  order: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-align-self: auto;
  align-self: auto;
  border-left: 1px solid #ddd;
  position: relative;
  vertical-align: top;
  outline: none;
  padding: 0 15px;
}
body .page-contact-block__two iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  padding: 30px 0px 0px 15px !important;
  border: 0px !important;
}
body .page-contact-block h3 {
  font-size: 20px;
  color: #333;
  margin: 0;
  margin-bottom: 20px;
}
body .page-contact-block p {
  font-size: 16px;
}
body .page-contact-block p strong {
  display: block;
}
body .page-contact-block__form {
  border: 1px solid #ddd;
  padding: 20px;
}
body .page-contact-block__form .btn.btn-buy {
  padding: 6px 30px;
  font-size: 16px;
}
@media (max-width: 991px) {
  body .page-contact-block {
    display: block;
  }
  body .page-contact-block__one {
    width: 100%;
    margin-bottom: 20px;
  }
  body .page-contact-block__two {
    width: 100%;
    border-left: 0px;
    position: relative;
    vertical-align: top;
    outline: none;
    padding: 0;
  }
  body .page-contact-block__two iframe {
    width: 100% !important;
    height: 400px !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    padding: 0px !important;
    border: 0px !important;
  }
}
body .page-contact-user {
  margin-top: 20px;
}
body .page-contact-user h3 {
  font-size: 20px;
  color: #333;
  margin: 0;
  margin-bottom: 20px;
}
body .page-contact-user .user-node {
  margin-bottom: 20px;
}
body .page-contact-user .user-node img {
  display: block;
  width: 100%;
}
body .page-contact-user .user-node h2 {
  font-size: 26px;
  color: #333;
  margin: 0;
  margin-bottom: 15px;
}
body .page-contact-user .user-node .dolgnost {
  font-size: 16px;
  color: #888;
  margin: 0;
  margin-bottom: 15px;
}
body .page-contact-user .user-node .description {
  font-size: 16px;
  margin: 0;
  margin-bottom: 20px;
}
body .page-contact-user .user-node .contact {
  font-size: 16px;
  margin: 0;
  margin-bottom: 10px;
}
body .page-contact-user .user-node .contact span {
  display: block;
  font-weight: bold;
}
@media (max-width: 1199px) {
  body .page-contact-user .user-node .dolgnost {
    font-size: 14px;
  }
  body .page-contact-user .user-node .description {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  body .page-contact-user .user-node img {
    margin-bottom: 20px;
  }
}
body .service-banner {
  position: relative;
  width: 100%;
}
body .service-banner__img:before {
  position: absolute;
  content: " ";
  display: block;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 1%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 1%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 1%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  top: 0px;
  width: 100%;
  height: 200px;
}
@media (max-width: 767px) {
  body .service-banner__img:before {
    height: 100px;
  }
}
body .service-banner__img img {
  width: 100%;
  display: block;
}
body .service-header {
  position: absolute;
  top: 20px;
  width: 100%;
}
body .service-header .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0px;
  margin-bottom: 10px;
}
body .service-header .breadcrumb a {
  color: #77acd9;
}
body .service-header .breadcrumb li {
  color: #ccc;
}
@media (max-width: 620px) {
  body .service-header .breadcrumb {
    display: none;
  }
}
body .service-banner-info {
  position: relative;
}
body .service-banner-info .container {
  position: relative;
}
body .service-banner-info .service-info {
  display: inline-block;
  position: absolute;
  bottom: 250px;
  width: 70%;
  background: rgba(79, 147, 206, 0.9);
  color: white;
  padding: 30px;
}
body .service-banner-info .service-info__title {
  margin: 0px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 28px;
  position: relative;
}
body .service-banner-info .service-info__title:after {
  content: '';
  width: 200px;
  height: 2px;
  background: white;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
body .service-banner-info .service-info p {
  margin-bottom: 20px;
}
@media (max-width: 1500px) {
  body .service-banner-info .service-info {
    bottom: 100px;
  }
}
@media (max-width: 1200px) {
  body .service-banner-info .service-info {
    bottom: 0px;
  }
}
@media (max-width: 1024px) {
  body .service-banner-info .service-info {
    position: relative;
    width: 100%;
    background: transparent;
  }
}
@media (max-width: 500px) {
  body .service-banner-info .service-info {
    padding: 15px;
  }
  body .service-banner-info .service-info__title {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  body .service-banner-info {
    background: rgba(79, 147, 206, 0.9);
  }
}
body .service-planirovki-promo {
  background-image: url('/ii/service/planirovki/backg.jpg');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
body .service-planirovki-promo .container {
  background: #444c53;
  color: white;
  padding: 70px 15px;
}
body .service-planirovki-promo__title {
  margin-bottom: 40px;
}
body .service-planirovki-promo__node {
  margin-bottom: 20px;
}
body .service-planirovki-promo__node img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
body .service-planirovki-promo__node span {
  margin-top: 20px;
  display: block;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
@media (max-width: 767px) {
  body .service-planirovki-promo .container {
    padding: 30px 0;
  }
  body .service-planirovki-promo__title {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
body .service-planirovki-advantages {
  padding: 40px 0;
}
body .service-planirovki-advantages__title {
  margin: 0 0 40px 0;
}
body .service-planirovki-advantages__list {
  max-width: 900px;
  margin: 0 auto;
}
body .service-planirovki-advantages__node img {
  width: 100%;
  display: block;
  border: 0px;
}
body .service-planirovki-advantages__node-info {
  display: block;
  border: 1px solid #bebebe;
  background: white;
  padding: 10px;
  position: relative;
  text-align: left;
  margin-bottom: 20px;
}
body .service-planirovki-advantages__node-info h3 {
  font-size: 22px;
  margin: 0px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}
body .service-planirovki-advantages__node-info h3:after {
  content: '';
  width: 100px;
  height: 2px;
  background: #337ab7;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
body .service-planirovki-advantages__node-info p {
  font-size: 15px;
}
@media (max-width: 767px) {
  body .service-planirovki-advantages__title {
    font-size: 24px;
  }
}
body .service-plategi-advantages {
  padding: 40px 0;
}
body .service-plategi-advantages__title {
  margin: 0 0 40px 0;
}
body .service-plategi-advantages__list {
  max-width: 900px;
  margin: 0 auto;
}
body .service-plategi-advantages__node img {
  width: 100%;
  display: block;
  border: 0px;
}
body .service-plategi-advantages__node-info {
  display: block;
  border: 1px solid #bebebe;
  background: white;
  padding: 10px;
  position: relative;
  text-align: left;
  margin-bottom: 20px;
  height: 220px;
}
body .service-plategi-advantages__node-info h3 {
  font-size: 22px;
  margin: 0px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}
body .service-plategi-advantages__node-info h3:after {
  content: '';
  width: 100px;
  height: 2px;
  background: #337ab7;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
body .service-plategi-advantages__node-info p {
  font-size: 15px;
}
@media (max-width: 991px) {
  body .service-plategi-advantages__node-info {
    height: 305px;
  }
}
@media (max-width: 767px) {
  body .service-plategi-advantages__node-info {
    height: auto;
  }
}
body .service-plategi-promo {
  background-image: url('/ii/service/plategi/backg_hd.jpg');
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: cover;
}
body .service-plategi-promo .container {
  padding: 120px 0;
}
body .service-plategi-promo__text {
  max-width: 400px;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}
body .service-plategi-promo__block {
  color: white;
  display: inline-block;
  background: rgba(79, 147, 206, 0.9);
  padding: 40px;
}
body .service-plategi-promo__title {
  margin: 0;
  margin-bottom: 30px;
  font-size: 28px;
}
body .service-plategi-promo__block-list p {
  font-size: 18px;
}
body .service-plategi-promo__block-list ul {
  padding-left: 10px;
}
body .service-plategi-promo__block-list ul li {
  font-size: 16px;
  line-height: 35px;
}
body .service-plategi-promo__block-list-column:first-child {
  border-bottom: 1px solid white;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  body .service-plategi-promo {
    background-position: 20% 50%;
  }
}
@media (max-width: 991px) {
  body .service-plategi-promo {
    background-position: 40% 50%;
  }
  body .service-plategi-promo__block {
    padding: 15px;
  }
  body .service-plategi-promo__title {
    margin-bottom: 20px;
    font-size: 22px;
  }
  body .service-plategi-promo__block-list p {
    font-size: 16px;
  }
  body .service-plategi-promo__block-list ul {
    padding-left: 15px;
  }
  body .service-plategi-promo__block-list ul li {
    font-size: 14px;
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  body .service-plategi-promo {
    background-position: 60% 50%;
    text-align: center;
  }
  body .service-plategi-promo__block {
    text-align: left;
  }
}
body .service-plategi-graph {
  background-image: url('/ii/service/planirovki/backg.jpg');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
body .service-plategi-graph .container {
  background: #444c53;
  color: white;
  padding: 70px 15px;
}
body .service-plategi-graph__title {
  margin-bottom: 40px;
}
body .service-plategi-graph__graph {
  background-image: url('/ii/service/plategi/graph.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 190px;
  display: block;
  padding-left: 250px;
  margin: 0px auto;
  width: 420px;
  padding-top: 55px;
  margin-bottom: 30px;
}
body .service-plategi-graph__graph-percent {
    font-size: 80px;
    font-weight: bold;
    font-family: 'HeliosCondBold';
    display: block;
    line-height: 80px;
}
body .service-plategi-graph p {
  font-size: 18px;
}
@media (max-width: 470px) {
  body .service-plategi-graph__graph {
    background-image: url('/ii/service/plategi/graph_min.png');
    height: 100px;
    padding-left: 110px;
    width: 260px;
    padding-top: 10px;
    margin-bottom: 20px;
  }
  body .service-plategi-graph__graph-percent {
    font-size: 65px;
  }
}
body .service-investicii-advantages {
  padding: 0 0 40px 0;
}
body .service-investicii-advantages__title {
  margin: 0 0 40px 0;
}
body .service-investicii-advantages__list {
  margin: 0 auto;
}
body .service-investicii-advantages__node img {
  width: 100%;
  display: block;
  border: 0px;
}
body .service-investicii-advantages__node-info {
  display: block;
  border: 1px solid #bebebe;
  background: white;
  padding: 10px;
  position: relative;
  text-align: left;
  margin-bottom: 20px;
  height: 220px;
}
body .service-investicii-advantages__node-info h3 {
  font-size: 22px;
  margin: 0px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}
body .service-investicii-advantages__node-info h3:after {
  content: '';
  width: 100px;
  height: 2px;
  background: #337ab7;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
body .service-investicii-advantages__node-info p {
  font-size: 15px;
}
@media (max-width: 991px) {
  body .service-investicii-advantages__node-info {
    height: 325px;
  }
}
@media (max-width: 767px) {
  body .service-investicii-advantages__node-info {
    height: auto;
  }
}
body .service-doc-promo {
  background-image: url('/ii/service/documents/backg_bot.jpg');
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: cover;
}
body .service-doc-promo .container {
  padding: 150px 0;
}
body .service-doc-promo__text {
  max-width: 400px;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}
body .service-doc-promo__block {
  color: white;
  display: inline-block;
  background: rgba(79, 147, 206, 0.9);
  padding: 40px;
}
body .service-doc-promo__title {
  margin: 0;
  margin-bottom: 30px;
  font-size: 28px;
}
body .service-doc-promo__block-list p {
  font-size: 18px;
}
body .service-doc-promo__block-list ul {
  padding-left: 10px;
}
body .service-doc-promo__block-list ul li {
  font-size: 16px;
  line-height: 35px;
}
@media (max-width: 1199px) {
  body .service-doc-promo {
    background-position: 20% 50%;
  }
}
@media (max-width: 991px) {
  body .service-doc-promo {
    background-position: 40% 50%;
  }
  body .service-doc-promo__block {
    padding: 15px;
  }
  body .service-doc-promo__title {
    margin-bottom: 20px;
    font-size: 22px;
  }
  body .service-doc-promo__block-list p {
    font-size: 16px;
  }
  body .service-doc-promo__block-list ul {
    padding-left: 15px;
  }
  body .service-doc-promo__block-list ul li {
    font-size: 14px;
    line-height: 25px;
  }
}
@media (max-width: 600px) {
  body .service-doc-promo {
    background-position: 60% 50%;
    text-align: center;
  }
  body .service-doc-promo__block {
    text-align: left;
  }
}
body .service-design-list .container {
  max-width: 900px;
  margin: 0 auto;
}
body .service-design-list__node {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  flex-direction: row;
  position: relative;
  margin-bottom: 40px;
}
body .service-design-list__node-img {
  width: 45%;
  -webkit-order: 0;
  order: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-align-self: auto;
  align-self: auto;
  position: relative;
  vertical-align: top;
  outline: none;
  border: 1px solid #ddd;
  border-right: 0px;
}
body .service-design-list__node-text {
  width: 55%;
  -webkit-order: 0;
  order: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-align-self: auto;
  align-self: auto;
  border: 1px solid #ddd;
  position: relative;
  vertical-align: top;
  outline: none;
  background: white;
  padding: 40px;
  min-height: 280px;
}
body .service-design-list__node-text h3 {
  font-size: 22px;
  margin: 0px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}
body .service-design-list__node-text h3:after {
  content: '';
  width: 100px;
  height: 2px;
  background: #337ab7;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
body .service-design-list__node-1 .service-design-list__node-img {
  background-image: url('/ii/service/design/sozd_proekta.jpg');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
body .service-design-list__node-2 .service-design-list__node-img {
  background-image: url('/ii/service/design/uslugi.jpg');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  -webkit-order: 1;
  order: 1;
  border-left: 0px;
}
body .service-design-list__node-3 .service-design-list__node-img {
  background-image: url('/ii/service/design/primer_smeta.jpg');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
@media (max-width: 991px) {
  body .service-design-list__node-text {
    min-height: 340px;
  }
}
@media (max-width: 767px) {
  body .service-design-list__node {
    display: block;
  }
  body .service-design-list__node-img {
    width: 100%;
    height: 300px;
    border: 1px solid #ddd;
    border-bottom: 0px;
  }
  body .service-design-list__node-text {
    width: 100%;
    min-height: inherit;
  }
}
@media (max-width: 440px) {
  body .service-design-list__node-text {
    padding: 15px;
  }
}
body .service-remont-list .container {
  max-width: 900px;
  margin: 0 auto;
}
body .service-remont-list__node {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  flex-direction: row;
  position: relative;
  margin-bottom: 40px;
}
body .service-remont-list__node-img {
  width: 45%;
  -webkit-order: 0;
  order: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-align-self: auto;
  align-self: auto;
  position: relative;
  vertical-align: top;
  outline: none;
  border: 1px solid #ddd;
  border-right: 0px;
}
body .service-remont-list__node-text {
  width: 55%;
  -webkit-order: 0;
  order: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-align-self: auto;
  align-self: auto;
  border: 1px solid #ddd;
  position: relative;
  vertical-align: top;
  outline: none;
  background: white;
  padding: 40px;
  min-height: 280px;
}
body .service-remont-list__node-text h3 {
  font-size: 22px;
  margin: 0px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}
body .service-remont-list__node-text h3:after {
  content: '';
  width: 100px;
  height: 2px;
  background: #337ab7;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
body .service-remont-list__node-1 .service-remont-list__node-img {
  background-image: url('/ii/service/remont/electro.jpg');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
body .service-remont-list__node-2 .service-remont-list__node-img {
  background-image: url('/ii/service/remont/santeh.jpg');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  -webkit-order: 1;
  order: 1;
  border-left: 0px;
}
body .service-remont-list__node-3 .service-remont-list__node-img {
  background-image: url('/ii/service/remont/shtukaturka.jpg');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
body .service-remont-list__node-4 .service-remont-list__node-img {
  background-image: url('/ii/service/remont/lodjii.jpg');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  -webkit-order: 1;
  order: 1;
  border-left: 0px;
}
body .service-remont-list__node-5 .service-remont-list__node-img {
  background-image: url('/ii/service/remont/gaz.jpg');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
body .service-remont-list__node-6 .service-remont-list__node-img {
  background-image: url('/ii/service/remont/dveri.jpg');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  -webkit-order: 1;
  order: 1;
  border-left: 0px;
}
body .service-remont-list__node-7 .service-remont-list__node-img {
  background-image: url('/ii/service/remont/pol.jpg');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
@media (max-width: 991px) {
  body .service-remont-list__node-text {
    min-height: 340px;
  }
}
@media (max-width: 767px) {
  body .service-remont-list__node {
    display: block;
  }
  body .service-remont-list__node-img {
    width: 100%;
    height: 300px;
    border: 1px solid #ddd;
    border-bottom: 0px;
  }
  body .service-remont-list__node-text {
    width: 100%;
    min-height: inherit;
  }
}
@media (max-width: 440px) {
  body .service-remont-list__node-text {
    padding: 15px;
  }
}
body p.help-block {
  font-size: 12px;
}
body .modal-feedback-block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-flex-direction: row;
  flex-direction: row;
  position: relative;
}
body .modal-feedback-block__one {
  width: 100%;
  -webkit-order: 0;
  order: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-align-self: auto;
  align-self: auto;
  position: relative;
  vertical-align: top;
  outline: none;
  padding: 0 20px;
}
body .modal-feedback-block__one h4 {
  font-size: 22px;
  color: #333;
  margin: 0;
  margin-bottom: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  display: block;
}
body .modal-feedback-block__one .btn {
  margin-bottom: 20px;
}
body .modal-feedback-block__one .btn.btn-primary {
  padding: 6px 30px;
  font-size: 16px;
}
body .modal-feedback-block__two {
  width: 50%;
  -webkit-order: 0;
  order: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-align-self: auto;
  align-self: auto;
  border-left: 1px solid #ddd;
  position: relative;
  vertical-align: top;
  outline: none;
  background: #45515a;
  padding: 0 20px;
  /*            &:before{
                content: 'или';
                position: absolute;
                top: 7px;
                left: -25px;
                font-size: 22px;
                padding: 0px 5px;
                color: white;
                background: #45515a;
                border: 1px solid white;
                line-height: 25px;
            }*/
}
body .modal-feedback-block__two h4 {
  font-size: 22px;
  color: white;
  margin: 0;
  margin-bottom: 20px;
  padding: 10px 0;
  border-bottom: 1px solid white;
  display: block;
}
body .modal-feedback-block__people {
  display: block;
  width: 100%;
  color: white;
  padding: 10px 0px;
  margin-bottom: 20px;
}
body .modal-feedback-block__people img {
  display: block;
  float: left;
  width: 80px;
}
body .modal-feedback-block__people-info {
  margin-left: 90px;
}
body .modal-feedback-block__people-info-name {
  font-size: 24px;
  line-height: 25px;
}
body .modal-feedback-block__people-info-dolgnost {
  font-size: 14px;
  line-height: 15px;
  margin: 5px 0px;
  color: #979797;
}
body .modal-feedback-block__people-info-phone {
    font-size: 26px;
    font-family: 'HeliosCondRegular', sans-serif;
    line-height: 30px;
    color: #31528d;
}
body .modal-feedback-block .alert {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  body .modal-feedback-block {
    display: block;
  }
  body .modal-feedback-block__one {
    width: 100%;
  }
  body .modal-feedback-block__two {
    width: 100%;
    overflow: auto;
    border-left: 0px;
  }
}
@media (max-width: 600px) {
  body .modal-feedback-block__people img {
    width: 60px;
  }
  body .modal-feedback-block__people-info {
    margin-left: 70px;
  }
  body .modal-feedback-block__people-info-phone {
    font-size: 20px;
  }
}
body footer .footer-top {
  background: #31528d;
  /*margin-top: 100px;*/
}
body footer .footer-top .footer-top-container {
  height: 160px;
  position: relative;
}
body footer .footer-top .footer-top-container img {
  position: absolute;
  bottom: 0;
}
    body footer .footer-top .footer-top-container .slogan {
        position: relative;
        left: 0;
        top: 30px;
        width: 380px;
        text-align: center;
        background: url("/ii/call.png") no-repeat;
        padding: 10px 0 20px 0;        
        padding-left: 100px;
    }
        body footer .footer-top .footer-top-container .slogan h4 {
            color: #fff;
            font-family: 'HeliosCondBold', sans-serif;
            font-weight: bold;
            margin: 0;
            border-bottom: 2px solid #fffc00;
            font-size: 26px;
            line-height: 44px;
        }
        body footer .footer-top .footer-top-container .slogan h5 {
            color: #fff;
            font-family: 'HeliosCondRegular', sans-serif;
            font-size: 16px;
        }
body footer .footer-top .footer-top-container .buy-button {
  position: absolute;
  right: 15px;
  display: inline-block;
  top: 60px;
}
@media (max-width: 1199px) {
  body footer .footer-top {
    margin-top: 60px;
  }
  body footer .footer-top .footer-top-container {
    height: 120px;
  }
  body footer .footer-top .footer-top-container img {
    width: 50%;
  }
  body footer .footer-top .footer-top-container .slogan {
    left: 50%;
    top: 20px;
  }
  body footer .footer-top .footer-top-container .buy-button {
    top: 40px;
  }
}
@media (max-width: 991px) {
  body footer .footer-top {
    margin-top: 40px;
  }
  body footer .footer-top .footer-top-container {
    height: 80px;
  }
  body footer .footer-top .footer-top-container img {
    width: 42%;
  }
  body footer .footer-top .footer-top-container .slogan {
    left: 42%;
    top: 5px;
    width: 250px;
  }
  body footer .footer-top .footer-top-container .slogan h4 {
    font-size: 22px;
    line-height: 39px;
  }
  body footer .footer-top .footer-top-container .slogan h5 {
    font-size: 14px;
  }
  body footer .footer-top .footer-top-container .buy-button {
    top: 20px;
  }
  body footer .footer-top .footer-top-container .buy-button .btn {
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  body footer .footer-top .footer-top-container {
    height: auto;
  }
  body footer .footer-top .footer-top-container img {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 90%;
    margin-top: -40px;
  }
  body footer .footer-top .footer-top-container .slogan {
    position: relative;
    left: auto;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  body footer .footer-top .footer-top-container .buy-button {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    top: 10px;
    margin-bottom: 30px;
    right: inherit;
  }
}
body footer .footer-body {
    background: #2D6DA3;
    padding: 30px 0;
    color:#fff;
}
    body footer .footer-body .block-title {
        color: #fff;
        display: block;
        font-size: 22px;
        line-height: 1;
        margin: 0 0 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #45515a;
        font-family: 'HeliosCondRegular', sans-serif;
        letter-spacing: 1px;
    }
body footer .footer-body .widget .widgetInner {
  border-top: 5px solid #31528d;
  background: #5b6b77;
  padding: 30px 15px 15px;
  margin: 0;
  margin-bottom: 10px;
  min-height: 440px;
}
@media (max-width: 1199px) {
  body footer .footer-body .widget .widgetInner {
    min-height: 490px;
  }
}
@media (max-width: 991px) {
  body footer .footer-body .widget .widgetInner {
    min-height: auto;
  }
}
body footer .footer-body .footer-body-about {
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-family: 'HeliosCondRegular', sans-serif;
}
body footer .footer-body .footer-body-about a.logo {
  display: block;
  width: 300px;
  margin: 0 auto;
  margin-bottom: 30px;
}
body footer .footer-body .footer-body-about a.logo img {
  width: 100%;
}
body footer .footer-body .footer-body-about p {
  margin-bottom: 20px;
}
body footer .footer-body .footer-body-phone .people {
  position: relative;
  margin-bottom: 20px;
}
body footer .footer-body .footer-body-phone .people .people-info {
  position: relative;
  display: table;
  background: #505e68;
  padding: 15px;
  width: 100%;
}
body footer .footer-body .footer-body-phone .people .people-info .people-face {
  display: table-cell;
  width: 60px;
}
body footer .footer-body .footer-body-phone .people .people-info .people-face img {
  width: 60px;
  border-radius: 50%;
  display: block;
}
    body footer .footer-body .footer-body-phone .people .people-info .people-name {
        display: table-cell;
        vertical-align: middle;
        padding-left: 15px;
        color: #fff;
        font-family: 'HeliosCondRegular', sans-serif;
        letter-spacing: 1px;
        line-height: 20px;
        font-size: 17px;
    }
body footer .footer-body .footer-body-phone .people .people-info:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid #505e68;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  bottom: -8px;
  left: 25px;
  z-index: 100;
}
body footer .footer-body .footer-body-phone .people .people-contact {
  position: relative;
  color: #fff;
  padding: 10px 5px;
  background: #45515a;
}
body footer .footer-body .footer-body-phone .people .people-contact i {
  font-size: 24px;
  position: relative;
  top: 1px;
  margin-left: 10px;
  margin-right: 10px;
}
body footer .footer-body .footer-body-phone .people .people-contact a {
  color: #fff;
  font-size: 25px;
}
@media (max-width: 1199px) {
  body footer .footer-body .footer-body-phone .people .people-contact i {
    font-size: 19px;
  }
  body footer .footer-body .footer-body-phone .people .people-contact a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  body footer .footer-body .footer-body-phone .people .people-contact i {
    font-size: 24px;
  }
  body footer .footer-body .footer-body-phone .people .people-contact a {
    font-size: 25px;
  }
}
@media (max-width: 350px) {
  body footer .footer-body .footer-body-phone .people .people-contact i {
    font-size: 19px;
  }
  body footer .footer-body .footer-body-phone .people .people-contact a {
    font-size: 20px;
  }
}
body footer .footer-body .footer-body-contact .contact {
  border: 1px solid #505e68;
  position: relative;
}
body footer .footer-body .footer-body-contact .contact li {
  color: #fff;
  line-height: 45px;
  padding: 0 20px;
  font-family: 'Roboto', sans-serif;
  position: relative;
}
    body footer .footer-body .footer-body-contact .contact li a {
        font-family: 'HeliosCondRegular', sans-serif;
        color: #fff;
    }
body footer .footer-body .footer-body-contact .contact li:nth-child(odd) {
  background: #505e68;
}
body footer .footer-body .footer-body-contact .contact li:nth-child(odd):after {
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid #505e68;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  bottom: -8px;
  left: 25px;
}
    body footer .footer-body .footer-body-contact .contact li:nth-child(even) {
        font-weight: bold;
        font-family: 'HeliosCondBold';
    }
body footer .footer-body .footer-body-contact .button-maps {
  display: block;
  border: 1px solid #fff;
  font-size: 16px;
  text-align: center;
  padding: 5px;
  color: #fff;
  width: 60%;
  margin: 0 auto;
  margin-top: 15px;
}
body footer .footer-body .footer-body-contact .button-maps:hover {
  text-decoration: none;
  color: #45515a;
  background: #fff;
}
body footer .footer-bottom {
    background: #45515a;
    padding: 5px 0 15px;
    color: #ccc;
    line-height: 14px;
    font-family: 'HeliosCondRegular', sans-serif;
    font-size: 12px;
    font-weight: 400;
}
body footer .footer-bottom a {
  color: #77acd9;
}
body .error-banner {
  position: relative;
  width: 100%;
}
body .error-banner__img:before {
  position: absolute;
  content: " ";
  display: block;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 1%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 1%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 1%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  top: 0px;
  width: 100%;
  height: 200px;
}
@media (max-width: 767px) {
  body .error-banner__img:before {
    height: 100px;
  }
}
body .error-banner__img img {
  width: 100%;
  display: block;
}
body .error-banner-info {
  position: relative;
}
body .error-banner-info .container {
  position: relative;
}
body .error-banner-info .error-info {
  display: inline-block;
  position: absolute;
  bottom: 350px;
  width: 100%;
  text-align: center;
}
    body .error-banner-info .error-info__title {
        margin: 0px;
        margin-bottom: 20px;
        font-size: 80px;
        position: relative;
        color: #337ab7;
        font-weight: bold;
        font-family: 'HeliosCondBold';
    }
body .error-banner-info .error-info p {
  margin-bottom: 20px;
  font-size: 20px;
}
@media (max-width: 1600px) {
  body .error-banner-info .error-info {
    bottom: 240px;
  }
}
@media (max-width: 1270px) {
  body .error-banner-info .error-info {
    bottom: 150px;
    width: 80%;
    left: 50%;
    margin-left: -40%;
  }
}
@media (max-width: 1024px) {
  body .error-banner-info .error-info {
    bottom: 50px;
  }
}
@media (max-width: 700px) {
  body .error-banner-info .error-info__title {
    font-size: 60px;
  }
  body .error-banner-info .error-info p {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  body .error-banner-info .error-info {
    bottom: 20px;
  }
  body .error-banner-info .error-info__title {
    font-size: 60px;
    margin-bottom: 10px;
  }
  body .error-banner-info .error-info p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  body .error-banner-info .error-info .btn {
    padding: 5px 15px;
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  body .error-banner-info .error-info {
    bottom: 10px;
  }
  body .error-banner-info .error-info__title {
    font-size: 50px;
    margin-bottom: 5px;
  }
  body .error-banner-info .error-info p {
    display: none;
  }
  body .error-banner-info .error-info .btn {
    padding: 5px 15px;
    font-size: 16px;
  }
}
.content-block {
  position: relative;
  background: white;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 20px 15px;
}
.btn {
  border-radius: 0px;
}
.btn.btn-buy {
  color: white;
  background: #00a7a5;
  border-radius: 0px;
  padding: 10px 30px;
  font-size: 20px;
}
.btn.btn-buy:hover {
  background: #f15a22;
}
.btn.loading {
  position: relative;
}
.btn.loading:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #337ab7;
  background-image: url('/ii/layout/loader_blue.gif');
  background-repeat: no-repeat;
  background-position: 50%;
  left: 0px;
  top: 0px;
  position: absolute;
}
.form-control {
  border-radius: 0px;
}
.alert {
  margin: 10px 0 0 0;
}
.modal-content {
  border-radius: 0px;
}
.modal-content .modal-body {
  padding: 0 15px;
}
.mt10 {
  margin-top: 10px;
}
/*# sourceMappingURL=kosguber.css.map */

.header-top {
    /*margin-bottom: 10px;*/
    /*padding: 20px 0;*/   
}

.header-bg2 {
    background: url('/ii/header-bg.png') top right no-repeat;
    padding-top: 25px;
    padding-bottom: 25px;
    min-height:137px;
}

.sheduler-head {
    font-family: HeliosCondBold;
    color: #b25832;
    font-size:12pt;
}
.address-head-big {
    font-family: HeliosCondBold;
    color: #313887;
    font-size: 13pt;
}
.address-head {
    font-family: HeliosCondBold;
    color: #313887;
    font-size: 10pt;
}
.address-head-big a, .address-head a {
    color: #313887;
}

.cifra {
    font-size: 40pt;
    color: #fff;
}

.foo-logo {
    padding-top:25px;
}
    .foo-logo img {
        height:62px;
    }
.menu-footer {
    list-style-type:none;
    padding:0;
    margin:0;
}
    .menu-footer a {
        color:#fff;
    }


.breadcrumbs-block__content a {
    color:#fff;
}
.nav-bred {
    color: rgb(204, 204, 204);
    margin-bottom:15px;
}

.main-page-collaboration {
    margin-bottom:40px;
}

.main-title {
    margin-bottom: 20px !important;
    color: #35548a !important;
    font-weight: bold !important;
    font-family: 'HeliosCondBold';
}

.separ-block-blue {
    width: 100%;
    height: 20px;
    background: #b7ccdf;
}

.block-descr-blue {
    color: #35548a;
    font-size: 30px;
    font-weight: bold;
    font-family: 'HeliosCondBold';
}

.service-item {
    background: #ddd9d8;
    padding: 20px 10px;
    color: #4355a1;
    font-size: 17pt;
    border-bottom: 3px #020403 solid;
    margin:10px 0;
}
.service-img-title {
    background: #4355a1;
    width: 100%;
    text-align: center;
    padding: 10px 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20pt;
    font-weight: bold;
    font-family: 'HeliosCondBold';
}
.service-img-block img {
    width:100%;
    height:auto;
}

#storelist {
    width: 250px;
    height: 600px;
    overflow: auto;
    background-color: #f8f8f8;
}

    #storelist .item {
        width: 220px;
        padding: 5px;
        border-bottom: dotted 1px #bbb;
        font-size: 85%;
        cursor: pointer;
    }

        #storelist .item:hover {
            background-color: #f0f0f0;
        }

        #storelist .item:last-child {
            border-bottom: none;
        }

    #storelist .citem {
        width: 220px;
        padding: 5px;
        border-bottom: dotted 1px #bbb;
        font-size: 100%;
        background-color: #e8e8e8;
        font-weight: bold;
        font-family: 'HeliosCondBold';
    }

#cities {
    width: 400px;
    padding: 20px;
    overflow: auto;
}

    #cities a {
        display: block;
        text-decoration: none;
        font-size: 110%;
        padding: 5px 10px;
        border-bottom: solid 1px #999;
    }

        #cities a:hover {
            background-color: #f4f4f4;
        }

        #cities a.sel {
            background-color: #efe;
            font-weight: bold;
            font-family: 'HeliosCondBold';
        }

.shadows-slider {
    background: url('/ii/shadows-slider.png') repeat-x left top;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:300px;
    z-index:99;
}

.footer-hr {
    background: #b6ccdf;
    height:10px;
}
.footer {
    padding:40px 0;
}
.foo-blue, .foo-blue a {
    color: #2d6da3;
    font-weight: bold;
    font-family: 'HeliosCondBold';
}

.btn-little {
    font-size:12pt !important;
    padding:10px !important;
}

.row-collaba {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px #B6CCDF solid;
}
    .row-collaba:last-child {
        border-bottom: 0 !important;
    }

.readmore {
    text-align:right;
}
    .readmore a {
        font-size:12pt;
    }

.none {
    border:1px red solid !important;
}

.buy-btn-more {
    margin-top:5px;
}
    .buy-btn-more a {
        font-size: 12pt;
        text-decoration: underline;
        text-transform: uppercase;
        font-weight: bold;
        color: #F15A22;
    }
        .buy-btn-more a:hover {
            text-decoration: none;
        }

.ext-descr-collaba {
    margin:10px 0;
}
.img-collaba-job {
    width:100%;
    height:auto;
    margin-bottom:20px;
}
.row-collaba-list:nth-of-type(even) {
    background: #f0f8fd;
}

.show-photo {
    display:block !important;
}
.none-photo {
    display: none !important;
}

.collaba-ext-photo-block {
    padding:30px 0;
}

.title-collaba-ext-photo {
    font-size: 11pt;
    color: #2072B8;
    font-weight:bold;
    text-transform:uppercase;
}
.img-abs-ext {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 277px;
    height: 197px;
    margin-left: -142px;
    margin-top: -104px;
}
.img-collaba-ext-photo {
    position: relative;
    background: url('/ii/bg-photo-ext.png') center center no-repeat;
    width: 100%;
    height:286px;
}

address {
    margin-bottom: 1px !important;
}

.wrapper-map-descript {
    padding:10px;
}
.wrapper-map-descript hr {
    margin:7px 0 5px 0;   
}