@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;700;900&display=swap");

@font-face {
  font-family: "FuturaDemiC";
  src: url("../fonts/FuturaDemiC.eot");
  src: local("Futura Demi Cyrillic"), local("FuturaDemiC"),
    url("../fonts/FuturaDemiC-1.eot") format("embedded-opentype"),
    url("../fonts/FuturaDemiC.woff") format("woff"),
    url("../fonts/FuturaDemiC.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FuturaMediumC";
  src: url("../fonts/FuturaMediumC.eot");
  src: local("Futura Medium Cyrillic"), local("FuturaMediumC"),
    url("../fonts/FuturaMediumC-1.eot") format("embedded-opentype"),
    url("../fonts/FuturaMediumC.woff") format("woff"),
    url("../fonts/FuturaMediumC.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FuturaLightC";
  src: url("../fonts/FuturaLightC-Italic.eot");
  src: local("Futura Light Italic Cyrillic"), local("FuturaLightC-Italic"),
    url("../fonts/FuturaLightC-Italic-1.eot") format("embedded-opentype"),
    url("../fonts/FuturaLightC-Italic.woff") format("woff"),
    url("../fonts/FuturaLightC-Italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "FuturaMediumC";
  src: url("../fonts/FuturaMediumC-Italic.eot");
  src: local("Futura Medium Italic Cyrillic"), local("FuturaMediumC-Italic"),
    url("../fonts/FuturaMediumC-Italic-1.eot") format("embedded-opentype"),
    url("../fonts/FuturaMediumC-Italic.woff") format("woff"),
    url("../fonts/FuturaMediumC-Italic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "FuturaLightC";
  src: url("../fonts/FuturaLightC.eot");
  src: local("Futura Light Cyrillic"), local("FuturaLightC"),
    url("../fonts/FuturaLightC-1.eot") format("embedded-opentype"),
    url("../fonts/FuturaLightC.woff") format("woff"),
    url("../fonts/FuturaLightC.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FuturaDemiC";
  src: url("../fonts/FuturaDemiC-Italic.eot");
  src: local("Futura Demi Italic Cyrillic"), local("FuturaDemiC-Italic"),
    url("../fonts/FuturaDemiC-Italic-1.eot") format("embedded-opentype"),
    url("../fonts/FuturaDemiC-Italic.woff") format("woff"),
    url("../fonts/FuturaDemiC-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "FuturaBookC";
  src: url("../fonts/FuturaBookC-Italic.eot");
  src: local("Futura Book Italic Cyrillic"), local("FuturaBookC-Italic"),
    url("../fonts/FuturaBookC-Italic-1.eot") format("embedded-opentype"),
    url("../fonts/FuturaBookC-Italic.woff") format("woff"),
    url("../fonts/FuturaBookC-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "FuturaBookC";
  src: url("../fonts/FuturaBookC.eot");
  src: local("Futura Book Cyrillic"), local("FuturaBookC"),
    url("../fonts/FuturaBookC-1.eot") format("embedded-opentype"),
    url("../fonts/FuturaBookC.woff") format("woff"),
    url("../fonts/FuturaBookC.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Jost", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.42857143;
  background-color: #fff;
}

* {
  margin: 0;
  padding: 0;
  outline: none !important;
  box-sizing: border-box;
  text-decoration: none !important;
}

html,
body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  font-family: "Jost", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  scroll-behavior: smooth;
}

a {
  color: #416a80;
}

.clear {
  clear: both;
}

.p0 {
  padding: 0 !important;
}

.pr0 {
  padding-right: 0;
}

.pl0 {
  padding-left: 0;
}

.m0 {
  margin: 0 !important;
}

.fs2 {
  font-size: 16px;
}

.fs3 {
  font-size: 24px;
}

.fs4 {
  font-size: 32px;
}

.fs5 {
  font-size: 48px;
}

.justify-wrap {
  text-align: justify;
  text-justify: newspaper;
  font-size: 0;
}

.justify-wrap:after {
  content: "";
  width: 100%;
  height: 0;

  display: inline-block;
  vertical-align: top;
}

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent !important;
}

[placeholder]:focus:-moz-placeholder {
  color: transparent !important;
}

[placeholder]:focus::-moz-placeholder {
  color: transparent !important;
}

[placeholder]:focus:-ms-input-placeholder {
  color: transparent !important;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.container {
  margin: 0 auto;
  box-sizing: border-box;
  min-width: 320px;
}

.wrapper {
  position: relative !important;
  overflow: hidden;
  margin: 0 auto;
  min-width: 320px;
}

.footer {
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

.header .container {
  padding-top: 35px;
}

.logo {
  float: left;
  margin-top: 10px;
}

.logo img {
  display: block;
}

.header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 20;
}

.header .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 35px;
}

.logo {
  float: left;
}

.logo img {
  display: block;
}

.header-info {
  font-size: 20px;
  line-height: 26px;
  color: #cccccc;
}

.header-info span {
  color: #fff;
}

.header-info b {
  font-weight: normal;
  font-size: 18px;
}

.header-info a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.header-info a:hover {
  border-bottom: 1px solid transparent;
}

.header-right {
  float: right;
}

.header-phones {
  padding-left: 46px;
  position: relative;
}

.header-phones:before {
  content: "";
  position: absolute;
  top: 50%;
  background: url("../images/elements/phone-icon.png") no-repeat;
  width: 27px;
  height: 44px;
  left: 0;
  margin-top: -22px;
}

.header-phone {
  font-size: 20px;
  color: #fffefe;
}

.header-phone a {
  color: #fffefe !important;
}

.header-phone a:hover {
  color: #fff !important;
}

.custom-link {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.075em;
  padding-left: 46px;
  position: relative;
  color: #ffffff !important;
}

.custom-link:before {
  content: "";
  background: url("../images/elements/arrow-left.png") no-repeat;
  width: 26px;
  height: 7px;
  position: absolute;
  left: 2px;
  top: 50%;
  margin-top: -4px;
}

.callback-wrap {
  margin-top: 4px;
}

.custom-link:hover:before {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}

.promo .container {
  padding-top: 206px;
}

.main-left {
  float: left;
}

.main-title {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 44px;
  margin-top: 51px;
  line-height: 53px;
  font-family: "Jost", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

.main-subtitle {
  font-size: 25px;
  font-weight: 300;
  color: #fff;
  line-height: 31px;
  margin-top: 20px;
}

.main-content {
  font-size: 0;
}

.custom-btn {
  display: inline-block;
  vertical-align: top;
  height: 65px;
  border: 3px solid #ffffff;
  color: #fff !important;
  padding: 0px 50px;
  font-family: "Jost", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 61px;
  text-align: center;
}

.custom-btn-white {
  background: transparent;
  font-size: 14px;
  height: 60px;
  line-height: 56px;
  border: 2px solid #fff;
  padding: 0 35px;
}

.custom-btn-medium {
  background: transparent;
  font-size: 14px;
  height: 60px;
  line-height: 56px;
  padding: 0 35px;
  border-width: 2px !important;
  color: #000 !important;
}

.custom-btn-medium:hover {
  color: #fff !important;
}

.custom-btn-border {
  background: transparent;
}

.custom-btn:hover {
  border: 3px solid #ffffff;
  background: #333;
}

.custom-btn-white:hover {
  border: 2px solid #fff;
  background: #fff;
  color: #000 !important;
}

.iso-info {
  float: right;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.075em;
  color: #fff;
  font-family: "pf_din_text_comp_proregular";
  text-align: right;
  position: relative;
}

.iso-info:before {
  background: #000000;
  content: "";
  top: 5px;
  left: -30px;
  bottom: -22px;
  width: 2px;
  position: absolute;
}

.iso-info:after {
  background: #000000;
  content: "";
  left: -30px;
  right: 0;
  bottom: -22px;
  height: 2px;
  position: absolute;
}

.main-content .actions-wrap {
  margin-top: 80px;
}

.main-content .actions-wrap .custom-btn:not(:last-child) {
  margin-right: 40px;
}

.main-list {
  font-size: 0;
  margin-top: 130px;
}

.main-list ul {
  list-style: none;
  text-align: justify;
  text-justify: newspaper;
}

.main-list ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 35px;
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.025em;
}

.main-list ul li:before {
  content: "";
  position: absolute;
  background: url("../images/elements/marker.png") no-repeat;
  width: 22px;
  height: 16px;
  top: 50%;
  left: 0;
  margin-top: -8px;
}

.main-list ul:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 0;
}

.info-list {
  font-size: 0;
}

.not-front .info-list {
  margin-bottom: -45px;
}

.info-item {
  display: inline-block;
  vertical-align: top;
  width: 21.5%;
  padding: 0 15px;
}

.not-front .info-item {
  margin-bottom: 45px;
}

.info-item:nth-child(5n) {
  width: 14%;
}

.info .container {
  padding-top: 120px;
  padding-bottom: 95px;
}

.info-item-icon {
  height: 62px;
  line-height: 62px;
}

.info-item-icon img {
  display: inline-block;
  vertical-align: top;
}

.info-item-descr {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.025em;
  margin-top: 18px;
  position: relative;
}

.info-item-descr:before {
  content: "";
  position: absolute;
  height: 62px;
  background: #bbbbbb;
  width: 1px;
  left: -40px;
  top: 4px;
}

.info-item:nth-child(2n) .info-item-descr:before {
  background: #000000;
}

.about {
  background: #fafafa;
}

.about .container {
  padding-top: 15px;
  padding-bottom: 90px;
}

.custom-title {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.custom-title:before {
  content: "";
  width: 20px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  background: #000000;
  position: absolute;
  left: -48px;
}

.custom-header {
  position: relative;
  margin-bottom: 70px;
}

.custom-title:after {
  content: attr(data-title);
  color: #f8f8f8;
  font-size: 80px;
  line-height: 80px;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  margin-top: -40px;
  right: -145px;

  font-weight: 900;
}

.dark-section .custom-title:after {
  color: #f5f5f5;
}

.title {
  position: relative;
  z-index: 3;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 44px;
}

.about-list {
  font-size: 0;
}

.about-item {
  float: none;
  padding: 48px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 33.333333%;
  box-sizing: border-box;
}

.about-item-icon {
  height: 66px;
  line-height: 66px;
  margin-bottom: 26px;
}

.about-item-icon img {
  display: inline-block;
  vertical-align: middle;
  max-height: 66px;
}

.about-item-title {
  font-size: 22px;
  font-family: "Jost", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 28px;
}

.sep {
  height: 20px;
  width: 2px;
  background: #000000;
  margin: 14px auto;
}

.about-item-descr {
  font-size: 20px;
  line-height: 24px;
}

.veticle-features {
  display: table;
  width: 100%;
}

.veticle-features-item {
  margin-bottom: 30px;
}

.veticle-large-features-box {
  display: table-cell;
  float: left;
  background: #fff;
  width: 75px;
  height: 75px;
  line-height: 80px;
  text-align: center;
  transition: 0.25s ease-in-out;
  font-size: 30px;
  border-radius: 6px;

  position: relative;
  -webkit-box-shadow: 0 0 12px 0 rgba(71, 119, 244, 0.2);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}

.veticle-features-content {
  display: table;
  margin-left: 90px;
}

.veticle-features-content h4 {
  font-size: 22px;
  line-height: 8px;
  font-family: "Jost", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

.veticle-features-item:focus .veticle-large-features-box,
.veticle-features-item:hover .veticle-large-features-box {
  background: #;
  color: #fff;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.middle-icon-features {
  display: table;
  width: 100%;
  text-align: center;
}

.middle-icon-features-item {
  margin-bottom: 45px;
}

.middle-icon-large-features-box {
  background: #fff;
  width: 90px;
  height: 90px;
  line-height: 96px;
  text-align: center;
  transition: 0.25s ease-in-out;
  font-size: 30px;
  border-radius: 50px;
  color: #25d364;
  margin: 15px auto;
  position: relative;
  -webkit-box-shadow: 0 0 12px 0 rgba(71, 119, 244, 0.2);
  box-shadow: 0 0 12px 0 rgba(71, 119, 244, 0.2);
}

.middle-icon-large-features-box:before {
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  background: 0 0;
  border-radius: 50%;
  border: 1px dashed #d0def1;
  left: 9px;
  top: 9px;
}

.middle-icon-features-content {
  padding: 0 15px;
}

.middle-icon-features-content h4 {
  font-weight: 500;
  font-size: 23px;
  margin-bottom: 10px;
}

.middle-icon-features-item:focus .middle-icon-large-features-box,
.middle-icon-features-item:hover .middle-icon-large-features-box {
  background: #25d364;
  color: #fff;
}

.middle-icon-large-features-box.f-light-warning {
  background: rgba(255, 143, 0, 0.1);
  color: #ff8f00 !important;
}

.middle-icon-large-features-box.f-light-success {
  background: rgba(41, 207, 141, 0.1);
  color: #29cf8d !important;
}

.middle-icon-large-features-box.f-light-primary {
  color: # !important;
  background: rgba(51, 137, 255, 0.1);
}

.middle-icon-large-features-box.f-light-warning:before {
  border: 1px dashed #ff8f00;
}

.middle-icon-large-features-box.f-light-success:before {
  border: 1px dashed #29cf8d;
}

.middle-icon-large-features-box.f-light-primary:before {
  border: 1px dashed #;
}

.middle-icon-features-item:hover
  .middle-icon-large-features-box.f-light-warning {
  background: #ff8f00;
  color: #fff !important;
}

.middle-icon-features-item:hover
  .middle-icon-large-features-box.f-light-success {
  background: #29cf8d;
  color: #fff !important;
}

.middle-icon-features-item:hover
  .middle-icon-large-features-box.f-light-primary {
  background: #;
  color: #fff !important;
}

.middle-icon-features-item:hover
  .middle-icon-large-features-box.f-light-warning:before {
  border: 1px dashed #fff;
}

.middle-icon-features-item:hover
  .middle-icon-large-features-box.f-light-success:before {
  border: 1px dashed #fff;
}

.middle-icon-features-item:hover
  .middle-icon-large-features-box.f-light-primary:before {
  border: 1px dashed #fff;
}

.services .container {
  padding-top: 115px;
  padding-bottom: 100px;
}

.services .custom-title:after {
  right: -95px;
}

.services-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-item-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-item-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

.service-content {
  height: 350px;
  position: relative;
  font-size: 0;
  background: #000000;
  text-align: center;
}

.service-content:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: -0.35em;
  height: 100%;
}

.service-content-block {
  display: inline-block;
  vertical-align: middle;
}

.service-item-title {
  font-size: 22px;
  text-align: left;
  line-height: 28px;
  color: #fff;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-family: "pf_din_text_comp_promedium";
  margin-bottom: 25px;
}

.service-content-block .custom-btn {
  width: 225px;
}

.services-item:not(:last-child) {
  margin-bottom: 20px;
}

.how {
  background: #fafafa;
}

.how .container {
  padding-top: 115px;
  padding-bottom: 100px;
}

.works .container {
  padding-top: 115px;
  padding-bottom: 120px;
}

.how-list {
  font-size: 0;
  text-align: center;
}

.how-item {
  display: inline-block;
  vertical-align: top;
  float: none;
  text-align: center;
}

.how-item-icon {
  line-height: 57px;
  height: 57px;
  margin-bottom: 15px;
}

.how-item-icon img {
  display: inline-block;
  vertical-align: bottom;
}

.how-item-title {
  font-size: 22px;
  font-family: "FuturaDemiC";
  line-height: 28px;
}

.how-item-title span {
  position: relative;
  display: inline-block;
}

.how-item-title span:before,
.how-item-title span:after {
  height: 2px;
  width: 6px;
  background: #000000;
  top: 50%;
  content: "";
  position: absolute;
  margin-top: -1px;
}

.how-item-title span:before {
  right: 100%;
  margin-right: 12px;
}

.how-item-title span:after {
  left: 100%;
  margin-left: 12px;
}

.how-item-descr {
  font: 20px/24px "FuturaLightC";
  color: #111111;
}

.how-item-descr a {
  color: #010101 !important;
  border-bottom: 1px solid #a1a1a1;
  font-weight: 700;
}

.how-item-descr a:hover {
  border-bottom: 1px solid transparent;
  color: #000000 !important;
}

.how-item-2 {
  width: 484px;
}

.how-row:not(:last-child) {
  margin-bottom: 45px;
}

.how-item {
  position: relative;
}

.how-item-1:before {
  content: "";
  position: absolute;
  background: url("../images/elements/h-line-1.png") no-repeat;
  width: 82px;
  height: 146px;
  margin-top: 28px;
  top: 100%;
  left: 50%;
}

.how-item-3:before {
  content: "";
  position: absolute;
  background: url("../images/elements/h-line-2.png") no-repeat;
  width: 177px;
  height: 121px;
  top: 55px;
  right: 100%;
  margin-right: -57px;
}

.how-item-3:after {
  content: "";
  position: absolute;
  background: url("../images/elements/h-line-3.png") no-repeat;
  width: 177px;
  height: 121px;
  top: 55px;
  left: 100%;
  margin-left: -57px;
}

.how-item-4 {
  width: 465px;
}

.how-item-5:before {
  content: "";
  position: absolute;
  background: url("../images/elements/h-line-4.png") no-repeat;
  width: 82px;
  height: 146px;
  margin-top: 28px;
  top: 100%;
  right: 50%;
}

.works-slider-wrap {
  position: relative;
  padding-right: 315px;
}

.works-item-block img {
  display: block;
  width: 100%;
}

.works-item {
  margin-right: 30px;
}

.works .slick-list {
  overflow: visible;
}

.works-item-block {
  position: relative;
}

.works-item-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
}

.works-item-block:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
  z-index: 2;
  opacity: 0;
}

.works-item.works-active .works-item-block:after {
  opacity: 0.9;
}

.works-item.works-active .works-item-block:before {
  opacity: 0;
}

.works-item {
  -webkit-transform: translateY(-85px);
  -moz-transform: translateY(-85px);
  -ms-transform: translateY(-85px);
  -o-transform: translateY(-85px);
  transform: translateY(-85px);
}

.works-item.works-active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.works .container {
  position: relative;
}

.works-slider-wrap:after {
  right: 100%;
  top: -85px;
  bottom: 0;
  background: #fff;
  z-index: 5;
  position: absolute;
  width: 2000px;
  display: block;
  content: "";
}

.works-item-content {
  position: absolute;
  z-index: 4;
  right: 0;
  top: 0;
  text-align: right;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.025em;
  color: #cccccc;
  padding-right: 40px;
  padding-top: 35px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.works-item.works-active .works-item-content {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.works-item-content span {
  color: #fff;
}

.custom-slide {
  position: absolute;
  bottom: 0;
  width: 59px;
  cursor: pointer;
  height: 14px;
}

.custom-slide:before,
.custom-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.custom-slide:after {
  opacity: 0;
  z-index: 3;
}

.left-slide:before {
  background-image: url("../images/elements/arrow-left-2.png");
}

.left-slide:after {
  background-image: url("../images/elements/arrow-left-2-hover.png");
}

.right-slide:before {
  background-image: url("../images/elements/arrow-right-2.png");
}

.right-slide:after {
  background-image: url("../images/elements/arrow-right-2-hover.png");
}

.custom-slide:hover:after {
  opacity: 1;
}

.custom-slide:hover:before {
  opacity: 0;
}

.right-slide {
  right: 0;
}

.left-slide {
  right: 120px;
}

.news {
  background: url("../images/bg/news-bg.jpg") no-repeat center;
  background-size: cover;
}

.news .container {
  padding-top: 105px;
  padding-bottom: 90px;
}

.news .title {
  color: #fff;
}

.news .custom-title:after {
  color: rgba(255, 255, 255, 0.05);
}

.custom-btn-small {
  height: 44px !important;
  border-width: 2px !important;
  line-height: 40px !important;
  font-size: 11px !important;
  padding: 0 40px;
}

.news-item-title {
  color: #fff;
  text-transform: uppercase;
  font: 24px "pf_din_text_comp_proregular";
  letter-spacing: 0.025em;
}

.news-item {
  display: inline-block;
  vertical-align: top;
  width: 505px;
}

.news-item-descr {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.025em;
  color: #cccccc;
  margin-top: 15px;
}

.news-item .actions-wrap {
  margin-top: 20px;
}

.clients .container {
  padding-top: 105px;
  padding-bottom: 90px;
}

.logos-item {
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 0;
}

.logos-item img {
  display: inline-block;
  vertical-align: middle;
}

.logos-item.slick-active:first-child {
  text-align: left;
}

.custom-nav {
  font-size: 0;
  margin-top: 12px;
}

.custom-nav-link {
  display: inline-block;
  vertical-align: top;
  width: 70px;
  height: 40px;
  background: #dec086;
  cursor: pointer;
  position: relative;
}

.custom-nav-link:hover {
  background: #000000;
}

.custom-nav-link:not(:last-child) {
  margin-right: 20px;
}

.custom-left:before {
  content: "";
  background: url("../images/elements/arrow-left-3.png") no-repeat;
  width: 19px;
  height: 9px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -5px;
  margin-left: -10px;
}

.custom-right:before {
  content: "";
  background: url("../images/elements/arrow-right-3.png") no-repeat;
  width: 19px;
  height: 9px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -5px;
  margin-left: -10px;
}

.clients-section:not(:last-child) {
  padding-bottom: 55px;
  margin-bottom: 70px;
  border-bottom: 1px solid #eeeeee;
}

.clients-types-item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
}

.clients-types-icon {
  height: 60px;
  line-height: 60px;
}

.clients-types-icon img {
  display: inline-block;
  vertical-align: middle;
}

.clients-types-descr {
  font-size: 15px;
  line-height: 24px;
  color: #111111;
  letter-spacing: 0.025em;
  margin-top: 30px;
}

.clients-types-item:not(:last-child):after {
  content: "";
  background: #eeeeee;
  width: 1px;
  height: 63px;
  left: 100%;
  margin-left: 43px;
  position: absolute;
  bottom: 3px;
}

.consult {
  background: url("../images/bg/consult-bg.jpg") no-repeat center;
  background-size: cover;
}

.consult .container {
  padding-bottom: 105px;
  padding-top: 100px;
}

.consult-title {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font: 80px/80px "pf_din_text_comp_probold";
  letter-spacing: 0.05em;
}

.consult-subtitle {
  text-align: center;
  color: #fff;
  line-height: 44px;
  letter-spacing: 0.05em;
  font-weight: 100;
  font-size: 32px;
  margin-top: 15px;
}

.consult-form {
  max-width: 786px;
  margin: 45px auto 0;
}

.consult-form-row {
  padding: 0 30px;
}

.consult-field input,
.consult-field textarea {
  height: 60px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 2px solid rgba(211, 171, 94, 0.25);
  background: transparent;
  font-size: 24px;
  font-weight: 100;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
}

.consult-field textarea {
  resize: none;
  padding: 10px 0;
}

.consult-field input:focus,
.consult-field textarea:focus {
  border-bottom: 2px solid rgba(211, 171, 94, 1) !important;
}

.consult-field ::-webkit-input-placeholder {
  color: #bbbbbb;
}

.consult-field :-moz-placeholder {
  color: #bbbbbb;
}

.consult-field ::-moz-placeholder {
  color: #bbbbbb;
}

.consult-field :-ms-input-placeholder {
  color: #bbbbbb;
}

.consult-form-row:not(:first-child) {
  padding: 0 50px;
}

.consult-form-row:not(:last-child) {
  margin-bottom: 40px;
}

.file-attach-block {
  margin-top: 55px;
}

.file-attach-hint {
  font-size: 15px;
  line-height: 22px;
  color: #888888;
  text-align: center;
  letter-spacing: 0.05em;
}

.b-form__upload {
  text-align: center;
  color: #000000;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 10px;
  letter-spacing: 0.075em;
}

.js-button--upload {
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  color: #000000;
  padding-left: 22px;
}

.js-button--upload:hover {
  color: #fff !important;
}

.js-button--upload:before {
  background: url("../images/elements/plus-icon.png") no-repeat;
  width: 12px;
  height: 11px;
  left: 0;
  top: 50%;
  margin-top: -5px;
  position: absolute;
  content: "";
}

.consult .custom-btn {
  padding: 0 40px;
}

.consult .custom-btn-border {
  padding: 0 25px;
}

.consult .actions-wrap {
  margin-top: 30px;
}

.contacts .container {
  padding-top: 105px;
  padding-bottom: 80px;
}

.contacts-section {
  position: relative;
  padding-left: 30px;
}

.contacts-text {
  font-size: 21px;
  line-height: 24px;
  color: #111111;
}

.contacts-text a {
  color: #111111 !important;
}

.contacts-phones {
  margin-top: 20px;
}

.contacts-phone {
  font-size: 21px;
  line-height: 36px;
  font-weight: 300;
}

.contacts-phone a {
  color: #111111 !important;
}

.contacts-phone a:hover,
.contacts-text a:hover {
  color: #000000 !important;
}

.contacts-icon {
  position: absolute;
  left: 0;
  top: 4px;
  height: 16px;
  line-height: 16px;
  font-size: 0;
}

.contacts-icon img {
  display: inline-block;
  vertical-align: middle;
}

.contacts-section:not(:last-child) {
  margin-bottom: 25px;
}

.contacts-text span {
  color: #000000;
}

.contacts-section:nth-child(2) .contacts-icon {
  padding-top: 2px;
}

.contacts-map {
  position: relative;
}

#map {
  display: block;
  width: 100%;
  height: 385px;
}

.contacts-map {
  margin-top: 42px;
}

.contacts-map:before {
  border: 1px solid #000000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(-30px) translateX(30px);
  -moz-transform: translateY(-30px) translateX(30px);
  -ms-transform: translateY(-30px) translateX(30px);
  -o-transform: translateY(-30px) translateX(30px);
  transform: translateY(-30px) translateX(30px);
  position: absolute;
  content: "";
}

.footer {
  background: #151515;
  font-size: 0;
}

.footer .container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-logo {
  float: left;
  margin-top: 3px;
}

.footer-logo img {
  display: block;
}

.social {
  text-align: center;
  margin-top: 11px;
}

.social a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 22px;
  height: 22px;
}

.social a:not(:last-child) {
  margin-right: 34px;
}

.social a:before,
.social a:after {
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  position: absolute;
}

.social a:after {
  opacity: 0;
  z-index: 3;
}

.social a:hover:after {
  opacity: 1;
}

.social a:hover:before {
  opacity: 0;
}

.yt-link:before {
  background-image: url("../images/elements/yt.png");
}

.yt-link:after {
  background-image: url("../images/elements/yt-hover.png");
}

.fb-link:before {
  background-image: url("../images/elements/fb.png");
}

.fb-link:after {
  background-image: url("../images/elements/fb-hover.png");
}

.g-link:before {
  background-image: url("../images/elements/g.png");
}

.g-link:after {
  background-image: url("../images/elements/g-hover.png");
}

.footer .custom-btn-small {
  padding: 0 25px;
}

.main-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);
  z-index: 200;
  font-size: 0;
}

.main-nav .container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.menu {
  float: left;
}

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu ul li {
  display: inline-block;
  vertical-align: middle;
}

.menu ul li:not(:last-child) {
  margin-right: 40px;
}

.menu ul li a {
  font-size: 17px;
  color: #444444 !important;
  display: block;
  line-height: 34px;
  letter-spacing: 0.05em;
}

.menu ul li a:hover {
  color: #000000 !important;
}

.main-nav .custom-btn {
  float: right;
  height: 34px !important;
  line-height: 30px !important;
  padding: 0 25px;
  color: #444444 !important;
}

.main-nav .custom-btn:hover {
  color: #fff !important;
}

.main-nav {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.main-nav.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.custom-modal {
  width: 980px;
  background: #fff;
  position: relative;
}

.custom-modal-main {
  padding: 75px 30px 45px;
}

.custom-modal-title {
  text-transform: uppercase;
  font: 50px "pf_din_text_comp_probold";
  color: #000000;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 5px;
}

.custom-modal-subtitle {
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 0.025em;
  text-align: center;
}

.custom-modal-main-row {
  font-size: 0;
}

.custom-modal-main-row:not(:last-child) {
  margin-bottom: 10px;
}

.custom-modal-main-col {
  display: inline-block;
  vertical-align: bottom;
  float: none;
}

.custom-modal-label {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.025em;
  color: #444444;
  text-align: right;
  padding-bottom: 12px;
  font-weight: 300;
}

.custom-modal-main-col .b-form__upload {
  text-align: left;
  margin-top: 0;
  margin-bottom: 8px;
}

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
}

.custom-modal-main-col .js-button--upload:before {
  background: url(../images/elements/plus-icon-2.png) no-repeat;
}

.custom-modal-main-col .js-button--upload:hover {
  color: #000000 !important;
}

.custom-modal-main-fields {
  margin-top: 35px;
}

.custom-modal-main-col input {
  width: 100%;
  max-width: 380px;
  display: block;
  height: 40px;
  padding: 0 20px;
  background: #fff;
  color: #444444;
  font-size: 16px;
  font-weight: 300;
  border: 2px solid #e8e8e8;
}

.custom-modal-main-col input:focus {
  border-color: #d5af65 !important;
}

.custom-modal-common {
  background: #f8f8f8;
  padding: 55px 30px 60px;
}

.custom-modal-common .consult-form-fields {
  margin-top: 35px;
}

.custom-modal-common .consult-field input {
  border-bottom: 2px solid rgba(221, 221, 221, 1);
  color: #444444;
}

.custom-modal-common .consult-field ::-webkit-input-placeholder {
  color: #888888;
}

.custom-modal-common .consult-field :-moz-placeholder {
  color: #888888;
}

.custom-modal-common .consult-field ::-moz-placeholder {
  color: #888888;
}

.custom-modal-common .consult-field :-ms-input-placeholder {
  color: #888888;
}

.custom-modal-common .actions-wrap {
  text-align: center;
  margin-top: 40px;
}

.custom-modal-common .custom-btn {
  color: #000000 !important;
}

.custom-modal-common .custom-btn:hover {
  color: #fff !important;
}

.consult-field input.incorrect {
  border-color: #ff0000 !important;
}

.close-modal {
  background: url("../images/elements/close-icon.png") no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -25px;
  right: -25px;
}

.close-modal:hover {
  opacity: 0.7;
}

.site-section {
  position: relative;
}

.site-section .container {
  z-index: 3;
  position: relative;
}

.decor {
  position: absolute;
  left: 50%;
}

.decor-1 {
  width: 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  top: 65px;
  right: 377px;
  left: initial;
}

.decor-2 {
  width: 110px;
  height: 1px;
  background: rgb(190, 47, 57);
  top: 630px;
  margin-left: -970px;
}

.decor-3 {
  width: 2px;
  height: 70px;
  background: #000000;
  bottom: 0;
  margin-left: 415px;
}

.decor-4 {
  width: 55px;
  height: 2px;
  background: rgba(0, 0, 0, 1);
  top: 267px;
  margin-left: -970px;
}

.decor-5 {
  width: 1px;
  height: 100px;
  background: #000000;
  bottom: 75px;
  margin-left: -772px;
}

.decor-6 {
  width: 1px;
  height: 100px;
  background: #000;
  top: 115px;
  margin-left: 770px;
}

.decor-7 {
  width: 50px;
  height: 2px;
  background: #000000;
  top: 118px;
  margin-left: 135px;
}

.decor-8 {
  color: #fff;
  font: 900 300px/300px "PF Din Text Comp Pro XBlack";
  margin-left: -820px;
  top: 85px;
}

.decor-9 {
  color: #fff;
  font: 900 500px/500px "PF Din Text Comp Pro XBlack";
  margin-left: 700px;
  bottom: -77px;
}

.decor-10 {
  width: 2px;
  height: 50px;
  background: #000000;
  top: -20px;
  margin-left: 145px;
}

.decor-11 {
  width: 50px;
  height: 1px;
  background: #000;
  top: 124px;
  margin-left: 535px;
}

.decor-12 {
  color: #f8f8f8;
  font: 900 300px/300px "PF Din Text Comp Pro XBlack";
  margin-left: -810px;
  top: 195px;
}

.decor-13 {
  color: #f8f8f8;
  font: 900 500px/500px "PF Din Text Comp Pro XBlack";
  margin-left: 700px;
  bottom: 97px;
}

.decor-14 {
  width: 100px;
  height: 2px;
  background: #000000;
  bottom: 48px;
  margin-left: 535px;
}

.decor-15 {
  width: 1px;
  height: 100px;
  background: #000;
  top: -50px;
  margin-left: -770px;
}

.decor-16 {
  width: 1px;
  height: 50px;
  background: #000000;
  top: -12px;
  margin-left: 77px;
}

.decor-17 {
  width: 1px;
  height: 100px;
  background: #000000;
  top: 225px;
  margin-left: 770px;
}

.decor-18 {
  width: 1px;
  height: 50px;
  background: #000;
  top: -15px;
  margin-left: 0;
}

.decor-19 {
  width: 50px;
  z-index: 5;
  height: 2px;
  background: #000000;
  top: 147px;
  margin-left: 245px;
}

.decor-20 {
  width: 100px;
  height: 1px;
  background: #000;
  bottom: 120px;
  z-index: 10;
  margin-left: -823px;
}

.decor-21 {
  color: #f8f8f8;
  font: 900 300px/300px "PF Din Text Comp Pro XBlack";
  margin-left: -960px;
  top: 170px;
  z-index: 10;
}

.decor-22 {
  width: 1px;
  height: 100px;
  background: #000000;
  top: -40px;
  margin-left: -172px;
}

.decor-23 {
  width: 1px;
  height: 100px;
  background: #000000;
  top: -40px;
  margin-left: -172px;
}

.decor-24 {
  width: 1px;
  height: 100px;
  background: #000000;
  top: 0;
  margin-left: -775px;
}

.decor-25 {
  width: 50px;
  height: 1px;
  background: #000;
  top: 385px;
  margin-left: -960px;
}

.decor-26 {
  width: 50px;
  height: 2px;
  background: #000;
  top: 148px;
  margin-left: 750px;
}

.decor-27 {
  color: #f8f8f8;
  font: 900 250px/250px "PF Din Text Comp Pro XBlack";
  margin-left: 710px;
  bottom: 40px;
}

.decor-28 {
  width: 1px;
  height: 100px;
  background: #000000;
  top: -50px;
  margin-left: 770px;
}

.decor-29 {
  width: 1px;
  height: 100px;
  background: rgba(255, 255, 255, 0.25);
  top: 120px;
  margin-left: -770px;
}

.decor-30 {
  width: 50px;
  height: 2px;
  background: rgba(255, 255, 255, 1);
  bottom: 120px;
  margin-left: -960px;
}

.decor-31 {
  width: 50px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  bottom: 450px;
  margin-left: 912px;
}

.decor-32 {
  width: 1px;
  height: 50px;
  background: #000;
  top: 0;
  margin-left: 0;
}

.decor-33 {
  color: #f8f8f8;
  font: 900 300px/300px "PF Din Text Comp Pro XBlack";
  margin-left: -960px;
  top: 55px;
}

.decor-34 {
  width: 100px;
  height: 1px;
  background: #000;
  bottom: 110px;
  margin-left: 860px;
  z-index: 10;
}

.decor-35 {
  color: #f8f8f8;
  font: 900 400px/400px "PF Din Text Comp Pro XBlack";
  margin-left: 726px;
  top: 191px;
}

.decor-36 {
  width: 2px;
  height: 100px;
  background: #000000;
  top: -50px;
  margin-left: -773px;
}

.works .custom-header {
  margin-bottom: 40px;
  z-index: 10;
  position: relative;
}

.contacts .custom-title:after {
  right: -204px;
}

#teh-modal {
  margin-bottom: 25px;
  margin-top: 20px;
}

.venting-page .promo {
  background-image: url("../images/bg/venting-bg.jpg");
}

.heating-page .promo {
  background-image: url("../images/bg/heating-bg.jpg");
}

.calc-link {
  color: #fff !important;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 24px;
  text-align: left !important;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 45px;
  vertical-align: middle;
  display: inline-block;
}

.calc-link:hover {
  color: #000000 !important;
}

.calc-link:before {
  content: "";
  position: absolute;
  background: url("../images/elements/calc-icon.png") no-repeat;
  width: 28px;
  height: 41px;
  top: 50%;
  margin-top: -20px;
  left: 0;
}

.calc-link:hover {
}

.venting-page .promo .custom-btn,
.heating-page .promo .custom-btn {
  vertical-align: middle;
}

.inside-service-item-img img {
  display: block;
  width: 100%;
}

.inside-services {
  background: #fafafa;
}

.inside-services .container {
  padding-top: 105px;
  padding-bottom: 95px;
}

.inside-service-item-content {
  background: #333;
  padding: 12px 33px 29px;
  color: #fff;
}

.inside-service-item-title {
  /* text-transform: uppercase; */
  font-size: 22px;
  margin-bottom: 2px;
  font-family: "FuturaDemiC";
}

.inside-service-item-descr {
  font-size: 18px;
  line-height: 24px;

  margin-bottom: 24px;
}

.types .container {
  padding-top: 105px;
  padding-bottom: 0 !important;
}

.types .custom-title:after {
  top: -18px;
  margin-top: 0;
}

.projects .custom-title:after {
  top: initial;
  bottom: -18px;
  margin-top: 0;
  right: -64px;
}

.projects .container {
  padding-top: 105px;
  padding-bottom: 100px;
}

.projects-item-img img {
  display: block;
  width: 100%;
}

.projects-item {
  padding: 0 15px;
}

.projects-slider-wrap {
  overflow: hidden;
}

.projects-item-content {
  margin-top: 20px;
}

.projects-item-title {
  text-transform: uppercase;
  font-size: 26px;
  font-family: "pf_din_text_comp_promedium";
  letter-spacing: 0.025em;
  color: #000000;
}

.projects-item-content .actions-wrap {
  margin-top: 22px;
}

.projects-item-descr {
  font-size: 16px;
  line-height: 24px;
  color: #888888;
  letter-spacing: 0.025em;
  margin-top: 4px;
}

.projects-item-result {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.025em;
}

.projects-item-result {
  border-top: 1px solid #dddddd;
  margin-top: 14px;
  padding-top: 15px;
}

.projects .custom-nav {
  margin-top: 22px;
}

.calc {
  background: url("../images/bg/calc-bg.jpg") no-repeat center;
  background-size: cover;
}

.calc .container {
  padding-top: 120px;
  padding-bottom: 100px;
}

.calc-title {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: "pf_din_text_comp_probold";
}

.tabs-links {
  height: 74px;
  font-size: 0;
  border-bottom: 2px solid #000000;
}

.tabs-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.tabs-links ul li {
  display: inline-block;
  vertical-align: bottom;
  height: 74px;
  line-height: 74px;
}

.tabs-links ul li:not(:last-child) {
  margin-right: 10px;
}

.tabs-links ul li a {
  border: 2px solid #000000;
  height: 64px;
  background: #000000;
  line-height: 60px;
  text-transform: uppercase;
  text-align: center;
  width: 250px;
  font-size: 14px;
  display: inline-block;
  vertical-align: bottom;
  color: #fff !important;
  font-weight: 900;
  letter-spacing: 0.1em;
  position: relative;
}

.tabs-links ul li a:after {
  height: 2px;
  background: #fff;
  left: 0;
  right: 0;
  top: 100%;
  content: "";
  position: absolute;
  opacity: 0;
}

.tabs-links ul li.active a {
  height: 74px;
  line-height: 70px;
  background: transparent;
  color: #000000 !important;
}

.tabs-links ul li.active a:after {
  opacity: 1;
}

.tab-content {
  padding-top: 65px;
}

.custom-subtitle {
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0.025em;
  font-weight: 300;
  text-align: center;
  margin-bottom: 40px;
}

.types-list .row {
  margin-right: -3px;
  margin-left: -3px;
  font-size: 0;
  margin-bottom: -35px;
  text-align: center;
}

.types-item {
  padding-left: 3px;
  padding-right: 3px;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 35px;
  text-align: center;
}

.types-item-img img {
  display: block;
  width: 100%;
}

.types-item-img {
  margin-bottom: 12px;
}

.types-item-descr {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.025em;
  margin-bottom: 12px;
}

.custom-detail-link {
  text-transform: uppercase;
  border-bottom: 1px solid #000000;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #000000 !important;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.custom-detail-link:hover {
  border-bottom: 1px solid transparent;
}

.types-item {
  position: relative;
}

.types-item:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: 3px;
  right: 0;
  height: 15px;
  background: #dddddd;
  width: 1px;
}

.types-slider-wrap {
  padding: 0 30px;
  margin-top: 70px;
  position: relative;
}

.types-slider-block {
  padding-top: 90px;
  padding-bottom: 80px;
  padding-right: 100px;
  padding-left: 100px;
  background: #fafafa;
  overflow: hidden;
  opacity: 0;
}

.types-slider-block.active {
  opacity: 1;
}

.types-slider-item {
  text-align: center;
  position: relative;
}

.types-slider-item:after {
  bottom: 2px;
  height: 40px;
  right: 0;
  background: #dddddd;
  position: absolute;
  content: "";
  width: 1px;
}

.types-slider-item-img {
  height: 50px;
  line-height: 50px;
}

.types-slider-item img {
  display: inline-block;
  vertical-align: middle;
}

.types-slider-item-title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.025em;
  margin-top: 15px;
}

.types-slider-item {
  padding: 0 15px;
}

.types-slider-wrap .custom-slide {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  bottom: initial;
}

.types-slider-wrap .left-slide {
  right: initial;
  left: 0;
}

.types-slider-wrap .right-slide {
  right: 0 !important;
  margin-right: 0;
}

.not-front .about .custom-title {
  color: #fff;
}

.venting-page .about {
  background: url("../images/bg/venting-about-bg.jpg") no-repeat center;
  background-size: cover;
}

.heating-page .about {
  background: url("../images/bg/heating-about-bg.jpg") no-repeat center;
  background-size: cover;
}

.not-front .about-item-title,
.not-front .about-item-descr {
  color: #fff;
}

.not-front .about .custom-title:after {
  color: rgba(255, 255, 255, 0.05);
}

.projects-map {
  position: relative;
  padding-top: 140px;
}

.projects-map-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.projects-map-header .container {
  padding-top: 95px;
}

.projects-map-list {
  height: 555px;
}

#projects-map {
  height: 100%;
  width: 100%;
}

.garant .container {
  padding-top: 105px;
  padding-bottom: 95px;
}

.garant-list {
  font-size: 0;
}

.garant-item {
  text-align: center;
}

.garant-item-icon {
  height: 55px;
  line-height: 55px;
}

.garant-item-icon img {
  display: inline-block;
  vertical-align: middle;
}

.garant-item {
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
}

.info-row {
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-size: 20px;
  font-family: "pf_din_text_comp_proregular";
  color: #000000;
}

.garant-item-title {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  margin-top: 22px;
  letter-spacing: 0.025em;
  font-family: "pf_din_text_comp_proregular";
}

.garant-item-descr {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.025em;
  margin-top: 8px;
}

.projects-map-list {
  position: relative;
}

.projects-map-list:before {
  z-index: 3;
  position: absolute;
  height: 75px;
  top: 0;
  width: 100%;
  content: "";
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.not-front .decor-3 {
  height: 100px;
  bottom: -30px;
  z-index: 3;
}

.not-front .decor-8 {
  color: #f8f8f8;
  margin-left: -870px;
}

.decor-37 {
  width: 55px;
  height: 2px;
  background: rgba(0, 0, 0, 1);
  bottom: 100px;
  margin-left: -970px;
}

.decor-38 {
  width: 1px;
  height: 100px;
  background: #000000;
  top: 435px;
  margin-left: -770px;
  z-index: 3;
}

.decor-39 {
  width: 1px;
  height: 100px;
  background: #000;
  top: -40px;
  z-index: 3;
  margin-left: 805px;
}

.decor-40 {
  width: 50px;
  height: 2px;
  background: #000000;
  top: 120px;
  margin-left: 535px;
}

.decor-41 {
  color: #fff;
  font: 900 450px/450px "PF Din Text Comp Pro XBlack";
  margin-left: -865px;
  top: 450px;
}

.decor-42 {
  color: #fff;
  font: 900 350px/350px "PF Din Text Comp Pro XBlack";
  margin-left: 692px;
  top: -56px;
}

.decor-43 {
  width: 2px;
  height: 50px;
  background: #000000;
  top: -20px;
  margin-left: 145px;
}

.decor-44 {
  color: #f8f8f8;
  font: 900 400px/400px "PF Din Text Comp Pro XBlack";
  margin-left: 657px;
  top: 50px;
}

.decor-45 {
  color: #f8f8f8;
  font: 900 300px/300px "PF Din Text Comp Pro XBlack";
  margin-left: -830px;
  top: 478px;
}

.decor-46 {
  color: #f8f8f8;
  font: 900 300px/300px "PF Din Text Comp Pro XBlack";
  margin-left: 700px;
  top: 896px;
}

.decor-47 {
  width: 100px;
  height: 1px;
  background: #000000;
  top: 815px;
  margin-left: 860px;
}

.decor-48 {
  color: #f8f8f8;
  font: 900 400px/400px "PF Din Text Comp Pro XBlack";
  margin-left: -860px;
  top: 85px;
}

.decor-49 {
  color: #f8f8f8;
  font: 900 300px/300px "PF Din Text Comp Pro XBlack";
  margin-left: 710px;
  bottom: 54px;
}

.decor-50 {
  width: 1px;
  height: 50px;
  background: #000;
  top: 0;
  margin-left: 140px;
}

.decor-51 {
  width: 50px;
  height: 1px;
  background: #000000;
  top: 580px;
  margin-left: -960px;
}

.decor-52 {
  width: 50px;
  height: 1px;
  background: #fff;
  top: 670px;
  margin-left: 910px;
}

.decor-53 {
  color: #f8f8f8;
  font: 900 300px/300px "PF Din Text Comp Pro XBlack";
  margin-left: -845px;
  bottom: 54px;
}

.decor-54 {
  color: #f8f8f8;
  font: 900 500px/500px "PF Din Text Comp Pro XBlack";
  margin-left: 775px;
  top: 60px;
}

.decor-55 {
  width: 50px;
  height: 1px;
  background: #000000;
  bottom: 100px;
  margin-left: -960px;
}

.decor-56 {
  width: 100px;
  height: 1px;
  background: #fff;
  top: 115px;
  margin-left: 535px;
}

.decor-57 {
  width: 100px;
  height: 1px;
  background: #000000;
  top: 115px;
  margin-left: 535px;
}

.decor-59 {
  color: #f8f8f8;
  font: 900 400px/400px "PF Din Text Comp Pro XBlack";
  margin-left: 760px;
  top: 70px;
}

.not-front .decor-15 {
  height: 50px;
  top: -36px;
}

.decor-60 {
  color: #fff;
  font: 900 500px/500px "PF Din Text Comp Pro XBlack";
  margin-left: -990px;
  top: 145px;
}

.decor-61 {
  color: #fff;
  font: 900 300px/300px "PF Din Text Comp Pro XBlack";
  margin-left: 685px;
  top: 175px;
}

.brands {
  background: #fafafa;
}

.brands .container {
  padding-top: 95px;
  padding-bottom: 100px;
}

.brands-list {
  font-size: 0;
  text-align: center;
}

.brands-list .row {
  margin-bottom: -35px;
}

.brands-item {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 35px;
  height: 130px;
  line-height: 130px;
}

.brands-item img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 130px;
}

.custom-form-field input[type="text"] {
  width: 100%;
  display: block;
  height: 50px;
  padding: 0 15px;
  text-align: center;
  background: transparent;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  border: none;
  border-bottom: 2px solid rgba(211, 171, 94, 0.5);
}

.custom-form-field input[type="text"]:focus {
  border-bottom: 2px solid rgba(211, 171, 94, 1);
}

.calc-form-title {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  line-height: 48px;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.calc-form {
  margin-top: 60px;
}

.custom-form-label {
  font-weight: 300;
  font-size: 22px;
  color: #bbbbbb;
  line-height: 50px;
  letter-spacing: 0.025em;
}

.custom-form-fields {
  margin-top: 35px;
}

.custom-form-row:not(:last-child) {
  margin-bottom: 15px;
}

.jq-selectbox {
  width: 100%;
}

.jq-selectbox__select {
  height: 50px;
  padding: 0 30px 0 0;
  border: none !important;
  border-bottom: 2px solid rgba(211, 171, 94, 0.5) !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  color: #fff;
  text-shadow: none !important;
  font: 17px/50px "Lato";
}

.jq-selectbox__trigger {
  border: none;
}

.calc-form {
  position: relative;
  z-index: 5;
}

.calc {
  z-index: 5;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  background: url("../images/elements/select-arr.png") no-repeat;
  width: 20px;
  height: 11px;
  top: 50%;
  right: 0;
  border: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

.jq-selectbox ul {
  max-height: 200px;
}

.jq-selectbox ul li {
  white-space: normal;
}

.jq-selectbox__dropdown {
  top: 48px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 2px solid rgba(211, 171, 94, 0.5);
  border-radius: 0;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font: 17px/20px "Lato";
}

.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background: #000000;
  color: #fff;
}

.detail-row {
  display: none;
}

.calc-result-form {
  float: right;
  max-width: 540px;
  width: 100%;
  border: 10px solid #fff;
}

.calc-result-header {
  padding: 40px 15px 30px;
  text-align: center;
}

.calc-result-header-title {
  text-transform: uppercase;
  font: 34px "pf_din_text_comp_probold";
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  color: #000000;
}

.calc-result-value {
  color: #fff;
  padding-left: 60px;
  letter-spacing: 0.05em;
  font-weight: 100;
  font-size: 24px;
  text-transform: uppercase;
}

.calc-result-value span {
  font-size: 80px;
  line-height: 80px;
  padding-right: 5px;
}

.calc-result-form-content {
  background: #fff;
  padding: 50px 10px;
}

.custom-form-title {
  font: 26px "pf_din_text_comp_probold";
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #000;
  text-align: center;
}

.calc-left {
  margin-top: 45px;
}

.calc-result-form .consult-form-fields {
  max-width: 345px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.calc-result-form .consult-form-row {
  padding: 0;
}

.calc-result-form-content .actions-wrap {
  margin-top: 40px;
}

.calc-result-form-content .custom-btn-medium {
  padding: 0 25px;
}

.calc-result-form-content .consult-field input {
  border-bottom: 2px solid rgba(221, 221, 221, 1);
  color: #444444;
}

.calc-result-form-content .consult-field ::-webkit-input-placeholder {
  color: #888888;
}

.calc-result-form-content .consult-field :-moz-placeholder {
  color: #888888;
}

.calc-result-form-content .consult-field ::-moz-placeholder {
  color: #888888;
}

.calc-result-form-content .consult-field :-ms-input-placeholder {
  color: #888888;
}

.calc-result-form .consult-form-row .col-xs-12:not(:last-child) {
  margin-bottom: 15px;
}

.custom-modal-common .actions-wrap {
  text-align: center;
  margin-top: 40px;
}

.thanks-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg/main-bg.jpg") no-repeat center;
  background-size: cover;
}

.thanks-wrapper .container {
  height: 100%;
  position: relative;
  font-size: 0;
  text-align: center;
}

.thanks-wrapper .container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-right: -0.35em;
}

.thanks-block {
  display: inline-block;
  vertical-align: middle;
}

.thanks-title {
  font: 80px "pf_din_text_comp_probold";
  color: #000000;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.thanks-subtitle {
  color: #fff;
  font: 40px "pf_din_text_comp_proregular";
  letter-spacing: 0.05em;
  margin-bottom: 35px;
}

.custom-form-field {
  position: relative;
}

.custom-form-right {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 50px;
  font-weight: 300;
  font-size: 22px;
  color: #bbbbbb;
  letter-spacing: 0.025em;
}

.b-top {
  z-index: 2600;
  position: fixed;
  left: 0;
  bottom: 120px;
  width: 30%;
  margin-left: 52%;
  opacity: 0.7;
}

.b-top:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
}

.b-top-but {
  z-index: 2600;
  position: absolute;
  display: block;
  margin: 0 0 0 100%;
  padding: 32px 32px;
  background: url("../images/elements/arrow.png") no-repeat;
}

.table-modal-content {
  padding: 50px 40px;
}

.table-modal-title {
  text-transform: uppercase;
  font: 31px/35px "pf_din_text_comp_probold";
  color: #000000;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 5px;
}

.custom-table {
  margin-top: 30px;
}

.custom-table table {
  border-collapse: collapse;
  width: 100%;
}

.custom-table table th {
  text-transform: uppercase;
  text-align: center;
  padding: 12px 15px;
  font: 18px "pf_din_text_comp_proregular";
  letter-spacing: 0.025em;
  background: rgba(211, 171, 94, 0.5);
  color: #000;
}

.custom-table table td {
  padding: 12px 15px;
  font: 15px/21px "Lato";
  text-align: center;
  letter-spacing: 0.025em;
  vertical-align: top;
  color: #111111;
}

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

.custom-table table td[colspan="5"] {
  text-align: center !important;
  text-transform: uppercase;
  font: 18px "pf_din_text_comp_probold";
  letter-spacing: 0.025em;
}

.custom-table tbody tr {
  border-bottom: 1px solid rgba(211, 171, 94, 0.25);
}

.custom-table table td:first-child {
  text-align: left;
}

a,
input,
button,
textarea,
.main-title a:before,
.why-item,
.reviews-prevs-item,
.slide-nav,
.slide-nav:before,
.slide-nav:after,
.sale-item-img img,
.sale-item-content,
.custom-link:before,
.works-item,
.custom-slide:before,
.custom-slide:after,
.works-item-block:after,
.works-item-block:before,
.works-item-content,
.custom-nav-link,
.js-button--upload,
.social a:before,
.social a:after,
.main-nav,
.mobile-nav,
.tabs-links ul li a:after,
.types-slider-block {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 1230px) {
  .container {
    width: 1200px;
  }
}

@media screen and (max-width: 1350px) {
  .decor-1 {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .main-list ul li {
    font-size: 15px;
  }

  .custom-table table th {
    font: 16px "pf_din_text_comp_proregular";
    white-space: nowrap;
  }

  .custom-table table td {
    font: 14px/19px "Lato";
  }

  .table-modal-title {
    font: 24px/28px "pf_din_text_comp_probold";
  }

  .custom-table table td:first-child {
    padding-left: 0 !important;
  }

  .calc-title {
    font-size: 50px;
    line-height: 62px;
  }

  .decor {
    display: none !important;
  }

  .types-slider-item:after {
    display: none;
  }

  .calc-result-header-title br,
  .calc-form-title br {
    display: none;
  }

  .calc-form-title {
    font-size: 24px;
    line-height: 40px;
  }

  .calc-result-value span {
    font-size: 60px;
    line-height: 60px;
  }

  .types-slider-block {
    padding-right: 50px;
    padding-left: 50px;
  }

  .info-item-descr:before {
    display: none;
  }

  .how-item-2 {
    width: 350px;
  }

  .how-item-4 {
    width: 317px;
  }

  .how-item-3:before {
    width: 107px;
  }

  .how-item-1:before {
    width: 56px;
  }

  .clients-types-item:not(:last-child):after {
    display: none;
  }

  .logos-item img {
    max-width: 100%;
  }

  .news-item {
    width: 437px;
  }

  .how-item-3:after {
    background-position: right center;
    width: 115px;
  }

  .works-slider-wrap {
    padding-right: 240px;
  }

  .main-nav .custom-btn {
    padding: 0 17px;
  }

  .how-item-5:before {
    background-position: right center;
    width: 52px;
    margin-right: -13px;
  }

  .menu ul li:not(:last-child) {
    margin-right: 20px;
  }

  .menu ul li a {
    font-size: 14px;
  }

  .custom-modal-label br {
    display: none;
  }

  .custom-modal {
    width: 700px;
  }

  .close-modal {
    top: 15px;
    right: 15px;
  }
}

@media screen and (max-width: 991px) {
  .main-left {
    float: none;
    text-align: center;
  }

  .table-modal-content {
    padding: 50px 20px;
  }

  .custom-table table,
  .custom-table thead,
  .custom-table tbody,
  .custom-table th,
  .custom-table td,
  .custom-table tr {
    display: block;
  }

  .custom-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .custom-table table td:first-child {
    width: 100%;
  }

  .toggle-header:after {
    right: 15px;
  }

  .custom-table table tr {
    border-bottom: 3px solid #eff7fc;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .custom-table table td {
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 100px !important;
    white-space: normal !important;
    text-align: left !important;
  }

  .custom-table table td:first-child {
    padding-left: 100px !important;
  }

  .custom-table table td.rez-td {
    padding-left: 0 !important;
    font-family: "pf_din_text_comp_probold";
    text-transform: uppercase;
    font-size: 16px;
  }

  .custom-table table .rez-tr td:not(:first-child):not(:last-child) {
    display: none !important;
  }

  .custom-table table td[colspan="5"] {
    text-align: left !important;
    text-transform: none;
  }

  .custom-table td:before {
    position: absolute;
    top: 0;
    height: auto;
    left: 0;
    text-transform: uppercase;
    width: 100px;
    padding: 12px 0;
    text-align: left;
    line-height: normal;
    font-weight: normal;
    font-family: "pf_din_text_comp_promedium";
    content: attr(data-title);
  }

  .table-modal-title br {
    display: none;
  }

  .calc-form-title br {
    display: block;
  }

  .calc-result-form {
    float: none;
    max-width: 100%;
    margin-top: 40px;
  }

  .types-slider-wrap {
    padding: 0;
  }

  .inside-service-list {
    font-size: 0;
    text-align: center;
  }

  .garant-item-descr br {
    display: none;
  }

  .types-item-descr {
    min-height: 48px;
  }

  .garant-item {
    width: 50%;
    margin-bottom: 35px;
  }

  .garant-list {
    margin-bottom: -35px;
  }

  .garant-list .justify-wrap {
    text-align: center;
  }

  .calc-title {
    font-size: 40px;
    line-height: 54px;
  }

  .projects .custom-nav {
    margin-top: 22px;
    float: none !important;
    text-align: center;
    margin-bottom: -25px;
  }

  .types-item-descr br {
    display: none;
  }

  .inside-service-list .row {
    margin-bottom: -35px;
  }

  .types-item:not(:last-child):after {
    display: none;
  }

  .tabs-links ul li a {
    width: 200px;
    font-size: 13px;
  }

  .title br {
    display: none;
  }

  .inside-service-item {
    display: inline-block;
    margin-bottom: 35px;
    float: none;
  }

  .custom-modal-main-col .b-form__upload {
    text-align: center;
  }

  .custom-modal {
    width: 600px;
  }

  .custom-modal-title {
    font: 36px "pf_din_text_comp_probold";
  }

  .custom-modal-main-col input {
    margin: 0 auto;
  }

  .custom-modal-label {
    text-align: center;
  }

  .promo {
    height: auto;
  }

  .promo .container {
    padding-bottom: 75px;
  }

  .main-title {
    font-size: 64px;
    line-height: 70px;
  }

  .main-subtitle {
    font-size: 26px;
    line-height: 39px;
  }

  .main-content .actions-wrap {
    margin-top: 50px;
  }

  .custom-btn {
    height: 60px;
    border-width: 2px !important;
    padding: 0 25px;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 56px;
  }

  .main-list ul li {
    display: block;
  }

  .main-list ul li:not(:last-child) {
    margin-bottom: 5px;
  }

  .iso-info {
    display: none;
  }

  .main-list {
    margin: 70px auto 0;
    width: 242px;
  }

  .info-list {
    font-size: 0;
    text-align: center;
  }

  .info-list .row {
    margin-bottom: -30px;
  }

  .about-list {
    margin-bottom: -30px;
  }

  .service-content {
    height: 290px;
  }

  .how-item:before,
  .how-item:after {
    display: none;
  }

  .how-row.text-center {
    display: none;
  }

  .how-item {
    width: 50% !important;
  }

  .info-item {
    width: 33.333333% !important;
    float: none;
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
  }

  .about-item {
    width: 33.333333%;
    margin-bottom: 30px;
  }

  .how-list {
    font-size: 0;
    text-align: center;
    margin-bottom: -30px;
  }

  .how-row {
    text-align: center !important;
  }

  .how-item {
    margin-bottom: 30px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  .works-slider-wrap {
    padding-right: 0;
  }

  .works .slick-list {
    overflow: hidden;
  }

  .works-item-content {
    padding-top: 15px;
    padding-right: 20px;
  }

  .custom-slide {
    bottom: -40px;
  }

  .news-item {
    width: 100%;
  }

  .news-item:not(:last-child) {
    margin-bottom: 30px;
  }

  .left-slide {
    right: 50%;
    margin-right: 10px;
  }

  .custom-nav {
    margin-top: 7px;
  }

  .consult-subtitle br {
    display: none;
  }

  .clients-types {
    text-align: center;
    font-size: 0;
    margin-bottom: -30px;
  }

  .clients-types-item {
    width: 33.3333333%;
    margin-bottom: 30px;
  }

  .right-slide {
    right: 50%;
    margin-right: -70px;
  }

  .consult-title {
    font: 60px/60px "pf_din_text_comp_probold";
    letter-spacing: 0.025em;
  }

  .consult-subtitle {
    line-height: 34px;
    letter-spacing: 0.025em;
    font-size: 26px;
  }

  .contacts-map:before {
    display: none;
  }

  .works-item {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    margin-right: 0;
  }

  .consult .actions-wrap {
    padding: 0 40px;
  }

  .mobile-nav {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 200;
    padding-top: 80px;
    margin: 0;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .mobile-nav.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .mobile-nav .menu {
    float: none;
  }

  .mobile-nav .menu ul li {
    display: block;
    text-align: center;
  }

  .close-nav {
    position: absolute;
    top: 35px;
    left: 50%;
    background: url("../images/elements/close-icon.png") no-repeat;
    width: 16px;
    height: 16px;
    margin-left: -8px;
  }

  .nav-bars {
    float: left;
    margin-top: 6px;
    width: 30px;
    cursor: pointer;
  }

  .bar {
    height: 2px;
    background: #000000;
  }

  .bar:not(:last-child) {
    margin-bottom: 8px;
  }

  .mobile-nav .menu ul li:not(:last-child) {
    margin-right: 0;
  }

  .mobile-nav .menu ul li a {
    font-size: 20px;
    line-height: 40px;
  }

  .main-nav .container {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .custom-modal-main {
    padding: 55px 30px 40px;
  }

  .custom-modal-subtitle br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .site-section .container {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .thanks-subtitle {
    font: 25px "pf_din_text_comp_proregular";
  }

  .custom-form-label {
    line-height: 30px;
    text-align: center;
  }

  .thanks-title {
    font: 60px "pf_din_text_comp_probold";
  }

  .custom-modal-title {
    font: 32px "pf_din_text_comp_probold";
  }

  .calc-form {
    margin-top: 34px;
  }

  .calc-result-form {
    border: 6px solid #fff;
  }

  .calc-left {
    margin-top: 0;
  }

  .calc-form-title {
    font-size: 20px;
    line-height: 34px;
  }

  .calc-result-value {
    padding-left: 49px;
    font-size: 18px;
  }

  .custom-modal-subtitle {
    font-size: 18px;
    line-height: 22px;
  }

  .calc-result-value span {
    font-size: 46px;
    line-height: 46px;
  }

  .calc-result-header {
    padding: 30px 15px 27px;
  }

  .calc-result-header-title {
    font: 24px "pf_din_text_comp_probold";
  }

  .custom-modal-common {
    padding: 55px 15px 60px;
  }

  .custom-modal-main {
    padding: 50px 15px 40px;
  }

  .custom-modal {
    width: 480px;
  }

  .tabs-links ul li:not(:last-child) {
    margin-right: 0;
  }

  .projects-map-list {
    height: 400px;
  }

  .tabs-links ul li {
    width: 33.333333%;
  }

  .tabs-links ul li a {
    width: 100%;
    font-size: 12px;
  }

  .custom-modal-main-col input {
    max-width: 100%;
  }

  .header-phone {
    font-size: 17px;
  }

  .custom-subtitle {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .custom-subtitle br {
    display: none;
  }

  .calc-link {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
  }

  .promo .container {
    padding-top: 160px;
    padding-bottom: 55px;
  }

  .custom-btn {
    height: 50px;
    border-width: 2px !important;
    padding: 0 20px;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 46px;
  }

  .main-subtitle {
    font-size: 22px;
    line-height: 32px;
  }

  .info-item {
    width: 50% !important;
  }

  .main-content .actions-wrap .custom-btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .custom-link {
    font-size: 11px;
    letter-spacing: 0.025em;
  }

  .custom-title:before,
  .custom-title:after {
    display: none;
  }

  .service-item-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .custom-header {
    margin-bottom: 40px;
  }

  .title {
    font-size: 32px;
    line-height: 36px;
  }

  .custom-title {
    display: block;
    text-align: center;
  }

  .main-title {
    font-size: 50px;
    line-height: 50px;
  }

  .works-item-content {
    width: 100%;
    padding: 20px;
    text-align: center;
  }

  .custom-header {
    text-align: center;
  }

  .custom-header .custom-btn {
    float: none !important;
    display: inline-block;
    margin-top: 12px;
  }

  .logo img {
    width: 165px;
  }

  .service-item-1 {
    background: url("../images/bg/service-bg-1.jpg") no-repeat center;
    background-size: cover;
  }

  .service-item-2 {
    background: url("../images/bg/service-bg-2.jpg") no-repeat center;
    background-size: cover;
  }

  .service-content {
    background: rgba(0, 0, 0, 0.7);
  }

  .custom-nav {
    margin-top: 20px;
    float: none !important;
    text-align: center;
  }

  .consult-form-row {
    padding: 0 !important;
  }

  .consult .custom-btn {
    float: none !important;
    margin: 0 !important;
  }

  .consult .actions-wrap {
    text-align: center;
  }

  .contacts-info {
    max-width: 290px;
    margin: 0 auto;
  }

  .consult-form-row:not(:last-child) {
    margin-bottom: 0px;
  }

  .consult .custom-btn:not(:last-child) {
    margin-bottom: 15px !important;
  }

  .consult-title {
    font: 48px/48px "pf_din_text_comp_probold";
    letter-spacing: 0.025em;
  }

  .consult-subtitle {
    line-height: 30px;
    font-size: 22px;
  }

  .header .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
  }

  .footer {
    text-align: center;
  }

  .clients-types-item {
    width: 50%;
  }

  .service-item-title {
    text-align: center;
  }

  .footer-logo {
    display: inline-block;
    float: none !important;
  }

  .how .container {
    padding-bottom: 40px;
  }

  #map {
    height: 250px;
  }

  .footer .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .social {
    margin-top: 0;
  }

  .footer .col-xs-12:not(:last-child) {
    margin-bottom: 25px !important;
  }

  .contacts .container {
    padding-bottom: 30px;
  }

  .footer .text-right {
    float: none;
    text-align: center;
  }

  .consult-field input,
  .consult-field textarea {
    font-size: 18px;
  }

  .custom-modal-common {
    padding: 45px 15px 40px;
  }

  .main-list {
    margin: 50px auto 0;
  }

  .calc-title {
    font-size: 28px;
    line-height: 36px;
  }

  .main-subtitle br {
    display: none;
  }

  .projects-map-list:before {
    height: 30px;
  }

  .not-front .promo .custom-btn {
    padding: 0 8px;
    font-size: 12px;
  }

  .projects-item-block {
    text-align: center;
  }

  .calc-title br {
    display: none;
  }

  .tabs-links {
    margin-right: -15px;
    margin-left: -15px;
  }

  .tabs-links ul li a {
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

@media screen and (max-width: 540px) {
  .custom-modal {
    width: 360px;
  }

  .types-item {
    width: 50%;
  }

  .table-modal-title {
    font: 21px/24px "pf_din_text_comp_probold";
  }
}

@media screen and (max-width: 480px) {
  .main-title {
    font-size: 38px;
    line-height: 40px;
  }

  #popup__toggle {
    bottom: 15px;
    right: -37px;
    position: fixed;
    z-index: 999;
  }

  .calc-form-title {
    font-size: 16px;
    line-height: 31px;
  }

  .garant-item {
    width: 100% !important;
  }

  .about-item {
    width: 100% !important;
    padding: 24px;
  }

  .custom-modal-label {
    font-size: 15px;
    line-height: 20px;
  }

  .types-item-descr {
    font-size: 14px;
  }

  .main-content .actions-wrap .custom-btn {
    min-width: 190px;
  }

  .main-content .actions-wrap .custom-btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .main-content .actions-wrap {
    margin-top: 40px;
  }

  .callback-wrap .custom-link {
    padding-left: 0;
  }

  .works-item-content {
    text-align: right;
  }

  .title {
    font-size: 28px;
    line-height: 34px;
  }

  .info-item,
  .how-item,
  .clients-types-item {
    width: 100% !important;
  }

  .consult-subtitle {
    line-height: 28px;
    font-size: 20px;
  }

  .consult-title {
    font: 32px/40px "pf_din_text_comp_probold";
  }

  .header-phones {
    padding-left: 0;
  }

  .consult .custom-btn-border {
    padding: 0 15px;
    font-size: 12px;
  }

  .mobile-nav .menu ul li a {
    font-size: 16px;
    line-height: 34px;
  }

  .logo img {
    width: 150px;
  }

  .contacts-map {
    margin-right: -15px;
    margin-left: -15px;
  }

  .consult .actions-wrap {
    padding: 0;
  }

  .header-phones:before,
  .callback-wrap .custom-link:before {
    display: none;
  }

  .file-attach-hint br {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .main-title {
    font-size: 28px;
    line-height: 37px;
  }

  #popup__toggle {
    bottom: 15px;
    right: -37px;
    position: fixed;
    z-index: 999;
  }

  .news {
    background: url(../images/bg/news-bg.jpg) no-repeat left -800px center;
    background-size: cover;
  }

  .custom-modal {
    width: 280px;
  }

  .promo .container {
    padding-top: 140px;
    padding-bottom: 45px;
  }
}

#popup__toggle {
  bottom: 25px;
  right: -30px;
  position: fixed;
  z-index: 999;
}
.img-circle {
  background-color: #d61515;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.circle-fill {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  background-color: #d61515;
  width: 100px;
  height: 100px;
  bottom: 0px;
  right: 35px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
  animation: circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.img-circle {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 72px;
  height: 72px;
  bottom: 14px;
  right: 49px;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.7;
}
.img-circleblock {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  width: 72px;
  height: 72px;
  background-image: url(../images/mini.png);
  background-position: center center;
  background-repeat: no-repeat;
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.img-circle:hover {
  opacity: 1;
}

@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-8deg);
  }
  50% {
    -webkit-transform: rotate(8deg);
  }
  100% {
    -webkit-transform: rotate(-8deg);
  }
}

@-webkit-keyframes circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

.wow {
  animation-name: none !important;
  visibility: visible !important;
}
  .cookie-consent {
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 360px;
    background: #000000;
    border: 1px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    padding: 18px 20px;
    z-index: 9999;
    font-family: 'Roboto', sans-serif;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  }
  
  .cookie-consent.show {
    transform: translateX(0);
    opacity: 1;
  }
  
  .cookie-text {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  
  .cookie-text a {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 500;
  }
  
  .cookie-text a:hover {
    color: #cccccc;
  }
  
  .cookie-btn {
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 0px;
    padding: 8px 24px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    text-align: center;
  }
  
  .cookie-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: scale(1.02);
  }
  
  @media (max-width: 480px) {
    .cookie-consent {
      bottom: 16px;
      right: 16px;
      left: 16px;
      max-width: none;
      padding: 14px 16px;
    }
    .cookie-text {
      font-size: 12px;
    }
  }
  
  