p {
  margin: 0;
  padding: 0; }

a {
  color: #4db5b1; }
  a:hover {
    color: #4db5b1;
    cursor: pointer; }

.clear {
  clear: both; }

.sm-clear {
  clear: both;
  display: none; }

input, button, textarea, a {
  outline: 0; }

input[type="text"], input[type="email"], textarea {
  width: 100%;
  padding: 0 4%;
  height: 50px;
  border: 1px solid #FFF;
  background: #FFF;
  font-size: 16px;
  color: #393939; }
  input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
    border-color: #2ec9c9; }
  input[type="text"].error, input.error[type="email"], textarea.error {
    border-color: #ED3B3C; }

textarea {
  resize: none;
  height: 120px;
  padding: 2% 4%; }

input[type="submit"] {
  width: 100%;
  height: 50px;
  background-color: #2ec9c9;
  border: 0;
  font-size: 14px;
  color: #FFF;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px; }
  input[type="submit"]:hover {
    background: #2FDDDD; }

.fl-row {
  margin-bottom: 20px; }

.error-text {
  display: none;
  color: #ED3B3C;
  font-size: 14px;
  margin-top: 4px;
  text-align: center; }

.error-text:before {
  content: "";
  display: inline-block;
  vertical-align: -4px;
  margin-right: 12px;
  background-image: url(../img/sprite.png);
  background-position: -40px -41px;
  width: 21px;
  height: 21px; }

.form-name {
  font-family: Tahoma;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 30px; }

.gray-button, .white-button {
  display: inline-block;
  border: 1px solid #d7d7d7;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  color: #393939; }
  .gray-button:hover, .white-button:hover {
    color: #4db5b1;
    border-color: #4db5b1;
    text-decoration: none; }

.white-button {
  border-color: #FFF;
  color: #FFF; }
  .white-button:hover {
    border-color: #FFF;
    background: #FFF; }

h1, h2, h3, h4, h5, h6 {
  font-family: Tahoma, sans-serif;
  font-weight: bold;
  margin: 0 0 30px 0; }

h1 {
  font-size: 56px;
  margin: 63px 0 80px 0; }

h2 {
  font-size: 20px;
  line-height: 26px; }

.styled-title {
  font-family: Tahoma;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto; }
  .styled-title:after {
    width: 50px;
    height: 4px;
    background-color: #38d1d1;
    display: block;
    content: "";
    margin: 20px auto 45px; }

.styled-title--b100 {
  margin-bottom: 100px; }

html {
  position: relative;
  min-height: 100%; }

body {
  font-family: 'Roboto', sans-serif !important;
  color: #393939;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 141px; }
  body.news {
    background: #F5F5F5; }

header {
  position: relative;
  padding-top: 16px;
  border-bottom: 1px solid #E5E5E5;
  background: #FFF; }
  header .spos {
    position: static; }

.phones {
  text-align: right;
  padding-right: 10px;
  margin-top: 4px; }

.phones__item {
  font-size: 16px;
  line-height: 20px;
  color: #bababa;
  font-weight: 400;
  margin-bottom: 3px; }
  .phones__item b {
    color: #393939;
    font-weight: 700; }

.logo {
  display: block;
  margin-top: 4px;
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 184px;
  height: 41px; }

.main-menu {
  text-align: right;
  font-size: 0;
  line-height: 0;
  margin-top: 23px; }
  .main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .main-menu li {
    display: inline-block; }

.main-menu__item:hover .main-menu__dropdown {
  display: block; }

.main-menu__item:hover .main-menu__link {
  color: #4db5b1;
  text-decoration: none; }

.main-menu__dropdown {
  position: absolute;
  left: 0;
  top: 84px;
  display: none;
  z-index: 20;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 40px 0; }

.main-menu__link {
  display: inline-block;
  color: #393939;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  padding: 0 12px 19px 13px;
  border-bottom: 6px solid #FFF; }

.main-menu__link--active,
.main-menu__item:hover > .main-menu__link,
.main-menu__dropdown-item:hover {
  color: #4db5b1;
  border-bottom-color: #4db5b1; }

.main-menu__dropdown-item {
  display: flex;
  align-items: center;
  color: #393939;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left; }
  .main-menu__dropdown-item:hover {
    text-decoration: none; }
  .main-menu__dropdown-item:hover .main-menu__dropdown-num {
    border-right-color: #4db5b1; }

.main-menu__dropdown-num {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  border-right: 1px solid #CAC9C8;
  padding-right: 21px;
  padding-left: 13px;
  margin-right: 22px;
  font-size: 32px;
  vertical-align: middle; }

.main-menu__dropdown-text {
  display: inline-block;
  width: 340px;
  vertical-align: middle;
  text-transform: none;
}

.show-callback-bt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 205px;
  height: 50px;
  margin: 0 0 0 30px;
  color: #4DB5B1;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 32px;
  text-transform: none;
  transition: 0.4s;
}

.show-callback-bt:hover {
  color: #fff;
  background: #2ec9c9;
  border-color: #2ec9c9;
}

.show-callback-bt:hover .show-callback-bt-icon {
  fill: #fff;
}

.show-callback-bt-icon {
  width: 19px;
  height: 19px;
  margin: 0 9px 0 0;
  fill: #4db5b1;
  transition: 0.4s;
}

.basket-indicator {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0 0 0 19px;
  background: #4db5b1;
  border-radius: 50%;
}

.basket-indicator-num {
  position: absolute;
  top: 2px;
  right: -10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  color: #000;
  font-weight: 700;
  font-size: 11px;
  line-height: 22px;
  background: #fff;
  border: 2px solid #2EC9C9;
  border-radius: 50%;
}

.main-slider-container {
  position: relative;
  width: 100%;
  /*max-width: 1600px;*/
  margin: 0 auto;
}

.main-slider-container .container {
  position: relative;
  z-index: 1;
}

.main-slider-inner {
  display: flex;
  align-items: center;
  height: 555px;
  padding-top: 0;
}

.main-slider-content {
  display: inline-flex;
  flex-direction: column;
}

.main-slider-title {
  max-width: 500px;
  font-weight: 900;
  font-size: 42px;
  font-family: 'Roboto', sans-serif;
  line-height: 52px;
}

.main-slider-text {
  max-width: 750px;
  font-weight: 400;
  font-size: 42px;
  line-height: 52px;
}

.main-slider-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 50px;
  margin: 35px 0 0;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  background: #2ecac9;
  pointer-events: all;
  transition: 0.4s;
}

.main-slider-link:hover {
  color: #fff;
  background: #4ca19e;
  text-decoration: none;
}



.main-slider-video {
  display: inline-flex;
  width: 680px;
  height: 355px;
  margin: 0 0 0 auto;
}

.main-slider-video iframe {
  width: 680px !important;
  height: 355px !important;
  border-radius: 32px;
}

.main-slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}

.services-preview-block {
  margin: 98px 0 65px 0; }

.service-preview {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 220px;
  margin: 0 40px 0 0;
  text-align: center;
}

.service-preview:last-child {
  margin-right: 0;
}

.service-preview__img {
  width: 100%;
  height: auto;
}

.service-preview__name {
  position: relative;
  height: 62px;
  margin: 28px -10px 46px;
  font-size: 14px;
  line-height: 22px;
}

.service-preview__name:after {
  position: absolute;
  bottom: -28px;
  left: 50%;
  content: "";
  width: 54px;
  height: 3px;
  background-color: #38d1d1;
  margin: 21px auto 0;
  transform: translateX(-50%);
}

.service-preview__text {
  height: 120px;
  margin-bottom: 18px;
  font-size: 13px;
  line-height: 20px;
}

.service-preview_more {
  width: 153px;
  height: 37px;
  line-height: 37px; }

.guarantees-block {
  background: #42CDCD url(../img/waves-bg.png);
  padding: 80px 0 60px 0; }

.guarantees-top {
  text-align: center;
  color: #fffabe;
  font-family: Tahoma;
  font-size: 30px;
  font-weight: 700;
  position: relative; }

.guarantees-middle {
  position: relative;
  padding: 50px 0; }

.guarantees-bottom {
  position: relative;
  text-align: center;
  margin-top: -36px; }

.guarantees-top:before,
.guarantees-top:after,
.guarantees-bottom:before,
.guarantees-bottom:after {
  content: "";
  position: absolute;
  width: 450px;
  height: 1px;
  background: #FFF;
  top: 50%; }

.guarantees-middle:before,
.guarantees-middle:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #FFF;
  top: -10px; }

.guarantees-top:before,
.guarantees-middle:before,
.guarantees-bottom:before {
  left: 0; }

.guarantees-top:after,
.guarantees-middle:after,
.guarantees-bottom:after {
  right: 0; }

.guarantees-bottom:before,
.guarantees-bottom:after {
  width: 526px; }

.guarantees_more {
  width: 230px;
  height: 50px;
  line-height: 50px; }

.guarantees-item {
  text-align: center;
  margin-bottom: 70px; }

.guarantees-item__icon {
  fill: #FFFABE;
  margin-bottom: 20px;
  height: 63px; }

.guarantees-item__name {
  color: #fff;
  font-family: Tahoma;
  font-size: 20px;
  font-weight: bold; }

.guarantees-item__name:after {
  display: block;
  width: 50px;
  height: 4px;
  background-color: #fffabe;
  content: "";
  margin: 17px auto 25px; }

.guarantees-item__text {
  color: #FFF;
  padding: 0 35px; }

.guarantees-item__icon--1 {
  width: 64px; }

.guarantees-item__icon--2 {
  width: 52px; }

.guarantees-item__icon--3 {
  width: 48px; }

.guarantees-item__icon--4 {
  width: 48px; }

.guarantees-item__icon--5 {
  width: 61px; }

.guarantees-item__icon--6 {
  width: 62px; }

.map-block {
  padding: 70px 0 80px 0; }

.clients-block {
  background-color: #e9e9e9;
  padding: 60px 0 100px 0; }

.client-item, .prod-item {
  width: 308px;
  height: 356px;
  border: 1px solid #c6c6c6;
  padding: 30px 40px;
  font-size: 14px;
  margin: 7px; }
.prod-item {
  height: auto;
  min-height: 280px;
  position: relative;
}
.prod-item:hover {
  background: #FFF;
  border-color: #FFF;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.prod-item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.prod-item .client-item__logo {
  height: 64px;
  line-height: 64px;
  margin-bottom: 20px;
}
.client-item__logo {
  text-align: center;
  height: 125px; }
  .client-item__logo img {
    display: inline-block; }

.client-item__city {
  margin-bottom: 4px; }

.client-item__name {
  font-weight: 700;
  line-height: 18px; }
  .client-item__name a {
    color: #393939; }
    .client-item__name a:hover {
      color: #4db5b1; }

#map img {
  width: 100%; }

.clients-full-slider .slick-arrow,
.partners-block .slick-arrow,
.prod-slider .slick-arrow {
  width: 20px;
  height: 40px;
  margin-top: -20px;
  border: 0;
  opacity: .4;
  background: none;
  position: absolute;
  font-size: 0;
  top: 50%; }
  .clients-full-slider .slick-arrow:hover,
  .partners-block .slick-arrow:hover {
    opacity: .7; }

.clients-full-slider .slick-prev,
.partners-block .slick-prev,
.prod-slider .slick-prev {
  left: -50px;
  background-image: url(../img/sprite.png);
  background-position: 0px -41px; }

.clients-full-slider .slick-next,
.partners-block .slick-next,
.prod-slider .slick-next {
  right: -50px;
  background-image: url(../img/sprite.png);
  background-position: -20px -41px; }

.why-choose-us {
  padding: 65px 0 100px 0; }

.licenses-slider-container {
  width: 390px;
  margin-bottom: 120px; }

.licenses-item {
  padding-bottom: 20px; }

.licenses-img {
  border: 3px solid #fff;
  -webkit-box-shadow: 6.4px 7.7px 13px rgba(64, 53, 39, 0.2);
          box-shadow: 6.4px 7.7px 13px rgba(64, 53, 39, 0.2); }

.slide-num {
  color: #393939;
  font-family: Tahoma;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px; }

article {
  line-height: 26px;
  font-size: 16px; }
  article.text-page {
    padding-right: 90px; }
  article ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0; }
    article ul li {
      line-height: 22px;
      padding-left: 17px;
      position: relative;
      margin-bottom: 4px; }
      article ul li:before {
        content: "";
        width: 6px;
        height: 6px;
        -webkit-border-radius: 6px;
                border-radius: 6px;
        background: #4db5b1;
        position: absolute;
        left: 0;
        top: 7px; }
  article ol {
    counter-reset: listCounter;
    padding: 0;
    margin: 0 0 20px 0; }
    article ol > li {
      list-style: none;
      padding-left: 43px;
      position: relative;
      margin-bottom: 10px; }
      article ol > li:before {
        counter-increment: listCounter;
        content: counter(listCounter);
        color: #4db5b1;
        width: 22px;
        height: 22px;
        position: absolute;
        border: 2px solid #4db5b1;
        -webkit-border-radius: 10px;
                border-radius: 10px;
        text-align: center;
        line-height: 18px;
        left: 0;
        font-weight: 700;
        font-size: 14px; }
  article p {
    margin: 0 0 20px 0; }
  article table {
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
    border-collapse: collapse; }
    article table th {
      font-weight: 400;
      background: #F2F6F7;
      text-align: left;
      padding: 15px 23px; }
    article table td {
      padding: 15px 23px;
      border-bottom: 1px dotted #D3D3D3; }
  article blockquote {
    font-size: 20px;
    font-style: italic;
    line-height: 30px;
    position: relative;
    margin: 0 0 20px 55px;
    padding-left: 35px; }
    article blockquote:before {
      content: "";
      position: absolute;
      left: 0;
      top: 5px;
      width: 6px;
      height: 80px;
      background-color: #38d1d1; }

.text-page iframe {
  width: 100% !important;
  height: 400px !important;
  margin: 0 0 48px;
  border-radius: 16px;
}

.slider-for-num-pager .bx-wrapper .bx-controls-direction a {
  width: 9px;
  height: 16px;
  margin-top: 0;
  opacity: .5;
  top: auto;
  bottom: -25px; }
  .slider-for-num-pager .bx-wrapper .bx-controls-direction a:hover {
    opacity: 1;
    cursor: pointer; }

.slider-for-num-pager .bx-wrapper .bx-prev {
  left: 50%;
  margin-left: -47px;
  background-image: url(../img/sprite.png);
  background-position: -70px -62px; }

.slider-for-num-pager .bx-wrapper .bx-next {
  right: 50%;
  margin-right: -47px;
  background-image: url(../img/sprite.png);
  background-position: -79px -62px; }

.advantages-block {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  border: 1px solid #D3D3D3;
  padding: 35px 0; }

.advantages-item {
  border-left: 6px solid #2ec9c9;
  padding-left: 20px;
  height: 155px; }

.callback-block {
  background: #F7F7F7; }

.callback-img {
  height: 640px;
  width: 100%;
  background: url("../img/callback-img.jpg") no-repeat; }

.callback-fom-container {
  width: 434px;
  float: right;
  margin: 70px 70px 0 0; }

.partners-block {
  background: #2ec9c9;
  padding: 40px 0; }

#partners_slider {
  margin: 0; }
  #partners_slider img {
    opacity: 0.2;
    vertical-align: middle;
    display: inline-block;
    width: auto; }
    #partners_slider img:hover {
      opacity: .6; }
  #partners_slider li {
    text-align: center;
    height: 71px;
    line-height: 71px; }

.footer {
  background: #3C3C3B;
  padding: 40px 0;
  color: #9E9E9D;
  position: absolute;
  bottom: 0;
  width: 100%; }
  .footer .phones {
    float: right; }
  .footer .phones__item {
    color: #9E9E9D; }
    .footer .phones__item b {
      color: #FFF;
      font-weight: 400; }
  .footer .addr {
    float: right;
    border-right: 1px solid #5C5C5A;
    padding-right: 23px;
    margin-right: 23px;
    margin-top: 5px; }

.news-preview {
  margin-bottom: 30px; }

.news-postdate {
  color: #707070;
  margin: 20px 0 18px 0; }

.news-preview__name {
  display: inline-block;
  color: #393939;
  font-weight: 400;
  line-height: 20px; }

.text-page-header {
  padding: 50px 0;
  background: #F2F6F7;
  margin-bottom: 75px; }
  .text-page-header h1 {
    margin-top: 0;
    line-height: normal;
    font-size: 30px; }

.short-text {
  font-style: italic; }

.breadcrumbs {
  text-transform: uppercase;
  color: #969898;
  font-size: 0;
  line-height: 0;
  margin: 0 0 30px 0; }
  .breadcrumbs a, .breadcrumbs span {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px; }
  .breadcrumbs a:after {
    content: "";
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -15px -81px;
    width: 15px;
    height: 20px;
    vertical-align: -4px;
    margin: 0 12px; }

.news-img-big {
  -webkit-box-shadow: 7.7px 9.2px 18px rgba(20, 51, 51, 0.12);
          box-shadow: 7.7px 9.2px 18px rgba(20, 51, 51, 0.12); }

.news-item {
  background: #FFF;
  margin-left: 25px;
  margin-bottom: 60px;
  -webkit-box-shadow: 0 1px 2px rgba(60, 50, 34, 0.1);
          box-shadow: 0 1px 2px rgba(60, 50, 34, 0.1); }

.news-item__img {
  float: left;
  width: 267px;
  position: relative;
  height: 200px; }
  .news-item__img img {
    position: absolute;
    top: -23px;
    left: -25px;
    -webkit-box-shadow: 7.7px 9.2px 18px rgba(20, 51, 51, 0.12);
            box-shadow: 7.7px 9.2px 18px rgba(20, 51, 51, 0.12); }

.news-item__info {
  overflow: hidden;
  min-height: 200px;
  padding: 0 30px 40px 30px; }

.news-item__name {
  color: #393939;
  font-family: Tahoma;
  font-weight: bold;
  font-size: 20px; }
  .news-item__name:hover {
    text-decoration: none; }

.news-item__anonce {
  margin-top: 20px; }

.load-more {
  width: 182px;
  height: 35px;
  display: block;
  line-height: 35px;
  margin: 0 auto 100px;
  position: relative; }
  .load-more i {
    display: inline-block;
    vertical-align: -3px;
    margin-right: 14px;
    background-image: url(../img/sprite.png);
    background-position: -61px -41px;
    width: 18px;
    height: 17px; }
  .load-more:hover i {
    background-image: url(../img/sprite.png);
    background-position: -79px -41px;
    width: 18px;
    height: 17px; }

.our-service-short {
  border-bottom: 1px solid #e2e2e2;
  padding: 0 0 20px 0;
  margin: 0 0 60px 0; }

.our-service-short__item {
  margin-bottom: 35px; }

.our-service-short__num {
  color: #dcdcdc;
  font-size: 48px;
  font-weight: 400;
  display: table-cell;
  vertical-align: middle;
  padding-right: 21px;
  border-right: 1px solid #e2e2e2; }

.our-service-short__link {
  display: table-cell;
  vertical-align: middle;
  padding-left: 25px;
  color: #393939; }

.our-works-short {
  margin-bottom: 60px; }

.our-work {
  padding: 30px 0;
  border-bottom: 1px dotted #D3D3D3; }

.our-work__name {
  font-weight: 700;
  margin: 5px 0; }

.our-work__type {
  text-transform: uppercase;
  margin: 15px 0 20px 0;
  font-size: 14px; }
  .our-work__type:before {
    content: "";
    display: inline-block;
    vertical-align: -4px;
    background-image: url(../img/sprite.png);
    background-position: -30px -81px;
    width: 15px;
    height: 20px; }

.our-work__type--service {
  color: #55c5d9; }
  .our-work__type--service:before {
    background-position: -30px -81px; }

.our-work__type--repairs {
  color: #376EB8; }
  .our-work__type--repairs:before {
    background-position: 0px -81px; }

.our-work__type--installation {
  color: #56cab0; }
  .our-work__type--installation:before {
    background-position: -45px -81px; }

.our-work__customer-logo {
  width: 100px;
  text-align: center;
  float: left; }

.our-work__customer-name {
  overflow: hidden;
  font-size: 14px; }

.to-all-works {
  display: block;
  width: 133px;
  height: 37px;
  line-height: 37px;
  margin: 30px auto 0; }

.aboute-header {
  height: 426px;
  background: url("../img/about-slide.jpg") 50% 0 no-repeat;
  margin-bottom: 80px; }
  .aboute-header .slogan {
    width: 735px;
    font-size: 20px;
    font-style: italic;
    line-height: 30px; }

.about-service-item--right {
  float: right;
  width: 550px; }

.about-service-item {
  margin-bottom: 60px; }

.about-service-item__img {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 180px;
  height: 180px;
  font-size: 0;
  line-height: 0; }
  .about-service-item__img img {
    position: absolute;
    bottom: 0;
    right: 0; }

.about-service-item__root-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: table-cell;
  vertical-align: middle;
  width: auto;
  padding-left: 37px; }

.about-service-item__name {
  display: table-cell;
  vertical-align: middle;
  width: 213px;
  padding-left: 20px;
  font-style: italic;
  color: #4c4c4c; }
  .about-service-item__name b {
    color: #393939;
    display: block;
    font-style: normal; }

.about-title {
  text-align: center;
  margin: 20px 0 60px 0; }

.about-guaranty {
  background: #e9e9e9;
  padding: 80px 0; }
  .about-guaranty article {
    width: 840px;
    margin: 0 auto; }

.about-contacts {
  background: #42CDCD url(../img/waves-bg.png);
  padding: 60px 0;
  color: #3f7878; }
  .about-contacts .contant-item {
    margin-bottom: 10px; }
    .about-contacts .contant-item p {
      padding-left: 27px; }
  .about-contacts .contact-left {
    margin-top: 60px; }
    .about-contacts .contact-left p {
      margin-bottom: 5px; }
  .about-contacts a {
    color: #fffabe; }
  .about-contacts b {
    color: #fffabe;
    display: block;
    position: relative;
    padding-left: 27px;
    padding-bottom: 5px; }
  .about-contacts i {
    position: absolute;
    left: 0;
    top: 0; }
  .about-contacts .email-icon {
    top: 6px;
    background-image: url(../img/sprite.png);
    background-position: -113px -41px;
    width: 16px;
    height: 10px; }
  .about-contacts .place-icon {
    background-image: url(../img/sprite.png);
    background-position: -40px -62px;
    width: 15px;
    height: 19px; }
  .about-contacts .phone-icon {
    top: 2px;
    background-image: url(../img/sprite.png);
    background-position: -97px -62px;
    width: 9px;
    height: 15px; }
  .about-contacts .blue-block {
    background: #45c9c9;
    padding: 35px 38px 20px 35px; }

.about-contacts--in-contacts {
  padding: 0;
  background: none; }
  .about-contacts--in-contacts b {
    color: #393939; }
  .about-contacts--in-contacts a {
    color: #4db5b1;
    font-weight: normal; }
  .about-contacts--in-contacts .email-icon {
    background-image: url(../img/sprite.png);
    background-position: -97px -41px;
    width: 16px;
    height: 10px; }
  .about-contacts--in-contacts .place-icon {
    background-image: url(../img/sprite.png);
    background-position: -55px -62px;
    width: 15px;
    height: 19px; }
  .about-contacts--in-contacts .phone-icon {
    background-image: url(../img/sprite.png);
    background-position: -88px -62px;
    width: 9px;
    height: 15px; }

.map-page {
  min-height: 570px;
  position: relative; }

.map-history {
  width: 416px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -640px; }

.full-map {
  position: absolute;
  min-height: 570px;
  font-size: 0;
  line-height: 0;
  top: 0;
  right: 0;
  background: #FFF; }

#contacts_map {
  width: 100%;
  height: 100%; }

ymaps[class*="ground-pane"] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.city-select {
  width: 433px;
  height: 37px;
  -webkit-appearance: none;
  background: #FFF url("../img/select-arrow.png") 97% 13px no-repeat;
  line-height: 1em;
  -moz-appearance: none;
  text-indent: 18px;
  text-overflow: '';
  -ms-appearance: none;
  appearance: none !important;
  outline: 0;
  border: 1px solid #e1e1e1; }
  .city-select::-ms-expand {
    display: none; }

.projects-container {
  height: 540px;
  overflow: hidden; }

.projects-tab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background: #FFF;
  background: rgba(255, 255, 255, 0.9);
  z-index: 5; }

.projects-tab__item {
  display: block;
  float: left;
  height: 60px;
  line-height: 60px;
  color: #393939;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 29px;
  text-align: center;
  outline: 0; }
  .projects-tab__item > span {
    display: inline-block;
    line-height: 20px;
    vertical-align: middle; }

.projects-tab__item--fixed-width {
  width: 177px; }

.projects-tab__item--active {
  background-color: #2ec9c9;
  color: #FFF; }
  .projects-tab__item--active:hover {
    color: #FFF; }

.text-page-header-photos {
  display: flex;
  justify-content: space-between;
  margin: 90px 0 -50px;
}

.container {
  max-width: 100%;
}

/* media */
@media (max-width: 1300px) {
  .service-preview {
    margin-bottom: 50px;
  }
}
@media (max-width: 1200px) {
  .main-slider-inner {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .short-text {
    margin-bottom: 30px; }
  article.text-page {
    padding-right: 0; }
  .guarantees-top:before,
  .guarantees-top:after,
  .guarantees-bottom:before,
  .guarantees-bottom:after,
  .guarantees-middle:before,
  .guarantees-middle:after {
    display: none; }
  .service-preview__text {
    height: 128px; }
  .advantages-item {
    margin-bottom: 20px;
    height: auto;
    margin-left: 20px; }
  .advantages-block {
    margin: 0 10px;
    width: auto; }
  .callback-fom-container {
    margin-right: 20px; }
  .callback-img {
    background-position: center; } }

@media (max-width: 768px) {
  .show-callback-bt {
    margin: 30px auto 10px; }
  .header {
    padding-bottom: 20px; }
  .short-text {
    margin-bottom: 30px; }
  article.text-page {
    padding-right: 0; }
  .sm-clear {
    display: block; }
  .clear {
    display: none; }
  .service-preview {
    margin-bottom: 50px; }
  .licenses-slider-container {
    margin: 0 auto 120px; }
  .callback-fom-container {
    margin: 0 auto;
    float: none; }
  .callback-block {
    padding: 40px 0; } }

@media (max-width: 415px) {
  article.text-page table {
    display: none; }
  .callback-fom-container {
    width: 100%; }
  .licenses-slider-container {
    width: 100%; }
    .licenses-slider-container .licenses-img {
      max-width: 97%; }
  .news-item__img {
    float: none; } }
