/* Colors */
/* Typography */
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPT-ExtraBold.eot');
  src: local('../fonts/Futura PT Cond Extra Bold'), local('FuturaPT-ExtraBold'), url('../fonts/FuturaPT-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-ExtraBold.woff') format('woff'), url('../fonts/FuturaPT-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPT-Bold.eot');
  src: local('../fonts/Futura PT Bold'), local('FuturaPT-Bold'), url('../fonts/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Bold.woff') format('woff'), url('../fonts/FuturaPT-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: '../fonts/Futura PT';
  src: url('../fonts/FuturaPT-Demi.eot');
  src: local('../fonts/Futura PT Demi'), local('FuturaPT-Demi'), url('../fonts/FuturaPT-Demi.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Demi.woff') format('woff'), url('../fonts/FuturaPT-Demi.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPT-Medium.eot');
  src: local('../fonts/Futura PT Medium'), local('FuturaPT-Medium'), url('../fonts/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Medium.woff') format('woff'), url('../fonts/FuturaPT-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPT-Book.eot');
  src: local('../fonts/Futura PT Book'), local('FuturaPT-Book'), url('../fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Book.woff') format('woff'), url('../fonts/FuturaPT-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPT-Light.eot');
  src: local('../fonts/Futura PT Light'), local('FuturaPT-Light'), url('../fonts/FuturaPT-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Light.woff') format('woff'), url('../fonts/FuturaPT-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
/* Basic setting */
html {
  font-size: 10px;
  font-weight: 500;
  font-family: 'Futura PT';
}
body {
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  font-family: 'Futura PT';
}
img {
  height: auto;
  max-width: 100%;
}
.align-right {
  text-align: right;
}
/* Elements */
button.link {
  padding: 3rem 4rem 3rem 7.5rem;
  background: #FF003B;
  border: none;
  border-radius: 4rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
button.link:hover {
  background: #a90027;
}
button.link a {
  color: #fff;
  text-decoration: none;
}
button.link span {
  position: relative;
}
button.link span:before {
  content: '';
  position: absolute;
  left: -3.4rem;
  width: 2.1rem;
  height: 2.6rem;
  background: url(../img/file-icon.png) center no-repeat;
  transform: translateY(-0.5rem);
}
.section-title {
  margin-bottom: 5rem;
  font-size: 6rem;
  font-weight: bold;
  text-align: center;
}
.callback {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.callback.open {
  opacity: 1;
  visibility: visible;
}
.callback-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 57rem;
  padding: 7rem 9rem;
  background: #fff;
}
.callback-block .title {
  position: relative;
  margin-bottom: 3rem;
  font-size: 2.4rem;
  font-weight: bold;
}
.callback-block .callback-desc {
  font-size: 2rem;
  font-weight: normal;
}
.callback-block .feedback {
  margin-top: 3rem;
}
.callback-block p {
  position: relative;
  margin-bottom: 4rem;
}
.callback-block p span.label {
  position: absolute;
  top: 2rem;
  left: 1rem;
  font-size: 1.4rem;
  transition: 0.3s;
}
.callback-block p span.label.focus {
  top: -2rem;
  font-size: 1rem;
  opacity: 0.5;
}
.callback-block p span.label span {
  color: #FF003B;
}
.callback-block p input,
.callback-block p textarea {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 2rem 1rem;
  border: none;
  background: rgba(0, 0, 0, 0.05);
  font-size: 2rem;
  font-family: 'Futura PT';
}
.callback-block .link {
  padding: 3rem 0;
  width: 100%;
}
.callback-block .link input {
  color: #fff;
  border: none;
  background: none;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: 'Futura PT';
}
.callback-block .link span:before {
  background: none;
  left: 1.8rem;
  top: 1rem;
  width: 2.8rem;
  height: 1.3rem;
}
.callback-block .desc {
  margin: 2rem 0 0 0;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  color: #818181;
}
.callback .close-icon {
  position: absolute;
  right: 2rem;
  top: 2rem;
  cursor: pointer;
}
.callback .close-popup {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.thanks {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.thanks.open {
  opacity: 1;
  visibility: visible;
}
.thanks-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 57rem;
  padding: 7rem 5rem;
  background: #7BBC00;
  color: #fff;
}
.thanks-block .title {
  font-size: 3rem;
  font-weight: bold;
}
.thanks-block .desc {
  font-size: 2.4rem;
  font-weight: normal;
}
.thanks-block .close-icon {
  position: absolute;
  right: 2rem;
  top: 2rem;
  cursor: pointer;
}
.thanks .close-popup {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
/* First screen */
header {
  background: #000;
}
header.transparent {
  background: none;
  position: relative;
  z-index: 5;
}
header .menu {
  color: #fff;
}
header .menu .logo {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  font-size: 2.3rem;
  font-weight: bold;
}
header .menu .logo:after {
  content: '';
  position: absolute;
  z-index: -1;
  height: 0.4rem;
  width: 100%;
  bottom: 0.4rem;
  left: 0;
  background: #FF003B;
}
header .menu .logo a {
  color: #fff;
  text-decoration: none;
}
header .menu .vline {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4rem;
  width: 0.1rem;
  height: 5.3rem;
  background: #fff;
}
header .menu .desc {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: 600;
}
header .menu .email {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: left;
}
header .menu .email a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
header .menu .call-icon {
  display: inline-block;
  vertical-align: middle;
  height: 8.6rem;
  width: 4.5rem;
  margin: 0 3rem 0 6rem;
  background: #FF003B url(../img/head/phone-icon.png) center no-repeat;
  cursor: pointer;
  transition: 0.3s;
}
header .menu .call-icon:hover {
  background: #a90027 url(../img/head/phone-icon.png) center no-repeat;
}
header .menu .phone {
  display: inline-block;
  vertical-align: middle;
  font-size: 2.1rem;
}
header .menu .phone a {
  color: #fff;
  text-decoration: none;
}
header .menu .phone span {
  display: block;
  font-size: 1.4rem;
  opacity: 0.4;
}
section.banner {
  background: url(../img/banner-bg.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
}
section.banner .row {
  min-height: 82rem;
  position: relative;
}
section.banner .row .scroll-down {
  position: absolute;
  bottom: 6rem;
  left: 2rem;
}
section.banner .row .scroll-down .icon {
  display: block;
  opacity: 1;
}
section.banner .row .scroll-down span {
  opacity: 0.6;
}
section.banner .banner-block {
  margin-top: 10rem;
}
section.banner .banner-block .title {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 4rem;
  font-size: 10rem;
  font-weight: 800;
}
section.banner .banner-block .title:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 2.4rem;
  width: 100%;
  height: 1.2rem;
  background: #FF003B;
}
section.banner .banner-block .desc {
  font-size: 3.4rem;
  margin-bottom: 6rem;
}
.ventilyaciya section.banner {
  background: url(../img/ventilyaciya/header-bg.jpg) center no-repeat;
  background-size: cover;
  margin-top: -8.6rem;
}
.ventilyaciya section.banner .row {
  min-height: 0;
}
.ventilyaciya section.banner .row .banner-block .sub-title {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 2rem;
  background: #FF003B;
  font-size: 3rem;
}
.ventilyaciya section.banner .row .banner-block .title {
  display: block;
  margin-bottom: 3rem;
  font-size: 6rem;
  font-weight: bold;
}
.ventilyaciya section.banner .row .banner-block .title:after {
  display: none;
}
.ventilyaciya section.banner .row .banner-block .title span {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 3rem;
  font-size: 8rem;
  font-weight: bold;
}
.ventilyaciya section.banner .row .banner-block .title span:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 2rem;
  width: 100%;
  height: 1rem;
  background: #FF003B;
}
.ventilyaciya section.banner .row .banner-block ul {
  list-style-type: square;
  color: #FF003B;
  font-size: 2.1rem;
}
.ventilyaciya section.banner .row .banner-block ul li {
  margin-bottom: 2.4rem;
}
.ventilyaciya section.banner .row .banner-block ul li span {
  color: #fff;
}
.ventilyaciya section.banner .row .form-block {
  margin: 23rem 0 17rem;
  padding: 8rem 6rem;
  background: #fff;
  color: #000;
}
.ventilyaciya section.banner .row .form-block .title {
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: bold;
  z-index: 1;
}
.ventilyaciya section.banner .row .form-block .title::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0.6rem;
  width: 100%;
  height: 0.6rem;
  background: #FF003B;
}
.ventilyaciya section.banner .row .form-block .desc {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 3rem;
}
.ventilyaciya section.banner .row .form-block .desc span {
  font-weight: 600;
}
.ventilyaciya section.banner .row .form-block p {
  position: relative;
  margin-bottom: 4rem;
}
.ventilyaciya section.banner .row .form-block p span.label {
  position: absolute;
  top: 1rem;
  font-size: 1.4rem;
  transition: 0.3s;
}
.ventilyaciya section.banner .row .form-block p span.label.focus {
  top: -1rem;
  font-size: 1rem;
  opacity: 0.5;
}
.ventilyaciya section.banner .row .form-block p span.label span {
  color: #FF003B;
}
.ventilyaciya section.banner .row .form-block p input,
.ventilyaciya section.banner .row .form-block p textarea {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 1rem 0;
  border: none;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
  background: none;
  font-size: 2rem;
  font-family: 'Futura PT';
}
.ventilyaciya section.banner .row .form-block .link {
  padding: 2rem;
  width: 100%;
}
.ventilyaciya section.banner .row .form-block .link input {
  color: #fff;
  border: none;
  background: none;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: 'Futura PT';
}
.ventilyaciya section.banner .row .form-block .link span:before {
  background: url(../img/arrow-right.png) center no-repeat;
  left: 1.8rem;
  top: 1rem;
  width: 2.8rem;
  height: 1.3rem;
}
.ventilyaciya section.banner .row .form-block .personal {
  margin: 0;
  opacity: 0.15;
}
.ventilyaciya.dymohody section.banner {
  background: url(../img/dymohody/header-bg.jpg) center no-repeat;
}
/* Page */
section.areas {
  padding: 14rem 0 8rem;
  background: url(../img/areas-bg.jpg) top 7rem right -20rem no-repeat;
}
section.areas .section-title {
  margin-bottom: 6rem;
  text-align: center;
  font-size: 6rem;
  font-weight: bold;
}
section.areas .areas-block {
  position: relative;
  color: #fff;
}
section.areas .areas-block-left {
  background: url(../img/areas-left-bg.jpg) center no-repeat;
  background-size: cover;
  padding: 8rem 0 0 6rem;
  min-height: 55.8rem;
}
section.areas .areas-block-right {
  background: url(../img/areas-right-bg.jpg) center no-repeat;
  background-size: cover;
  padding: 10rem 0 0 8rem;
  min-height: 55.8rem;
}
section.areas .areas-block .title {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 3rem;
  font-size: 3.6rem;
  font-weight: 800;
}
section.areas .areas-block .title span {
  position: relative;
}
section.areas .areas-block .title span:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0.7rem;
  width: 100%;
  height: 0.6rem;
  background: #FF003B;
}
section.areas .areas-block ul {
  list-style-type: square;
  color: #FF003B;
  font-size: 2.1rem;
}
section.areas .areas-block ul li {
  margin-bottom: 2.4rem;
}
section.areas .areas-block ul li span {
  color: #fff;
}
section.areas .areas-block button.link {
  position: absolute;
  right: 7rem;
  bottom: 4rem;
  padding: 0;
}
section.areas .areas-block button.link a {
  display: inline-block;
  padding: 2rem 7.5rem 2rem 4rem;
}
section.areas .areas-block button.link span:before {
  background: url(../img/arrow-right.png) center no-repeat;
  left: -6.2rem;
  top: 0.8rem;
  width: 2.8rem;
  height: 1.3rem;
}
section.areas .block-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.8rem;
  color: #000;
}
section.areas .block-title span {
  display: block;
  position: relative;
  margin: 2rem 0 0 4rem;
  font-size: 1.1rem;
  font-weight: normal;
  text-transform: uppercase;
  color: #999FA5;
}
section.areas .block-title span:before {
  content: '';
  position: absolute;
  left: -4rem;
  top: 50%;
  width: 2.1rem;
  height: 2.1rem;
  transform: translateY(-50%);
  background: url(../img/else-question-icon.png) center no-repeat;
}
section.areas .vline {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 8.6rem;
  margin: 0 3rem 0 5rem;
  background: #FF003B;
}
section.areas .phone {
  display: inline-block;
  vertical-align: middle;
  font-size: 6.2rem;
  font-weight: 300;
}
section.areas .phone a {
  color: #000;
  text-decoration: none;
}
section.get-price-list {
  background: #FF003B;
  color: #fff;
  margin-bottom: 13rem;
}
section.get-price-list a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 5rem 0;
}
section.get-price-list .row {
  min-height: 23rem;
}
section.get-price-list .row .title {
  font-size: 3.2rem;
  font-weight: bold;
}
section.get-price-list .row .desc {
  font-size: 2rem;
  font-weight: normal;
}
section.get-price-list .row .underline {
  display: inline-block;
  width: 11rem;
  height: 0.2rem;
  margin: 1rem 0;
  background: #000;
}
section.get-price-list .row .info {
  font-size: 1.5rem;
  font-weight: normal;
}
section.clients {
  margin-bottom: 17rem;
  background: url(../img/areas-bg.jpg) top 2rem left no-repeat;
}
section.clients .client-block {
  margin-bottom: 4rem;
  color: #fff;
  border-left: 2rem solid #FF003B;
}
section.clients .client-block .row {
  min-height: 20rem;
}
section.clients .client-block .name {
  font-size: 3rem;
  font-weight: bold;
}
section.clients .client-block ul {
  list-style-type: square;
  color: #FF003B;
}
section.clients .client-block ul li {
  line-height: 3rem;
  font-size: 1.4rem;
}
section.clients .client-block ul li span {
  color: #fff;
  font-weight: normal;
  font-size: 2rem;
}
section.clients .client-block:nth-child(2) {
  background: url(../img/client-bg-1.jpg) center no-repeat;
  background-size: cover;
}
section.clients .client-block:nth-child(3) {
  background: url(../img/client-bg-2.jpg) center no-repeat;
  background-size: cover;
}
section.clients .client-block:nth-child(4) {
  background: url(../img/client-bg-3.jpg) center no-repeat;
  background-size: cover;
}
section.clients .client-block:nth-child(5) {
  background: url(../img/client-bg-4.jpg) center no-repeat;
  background-size: cover;
}
section.license {
  padding: 13rem 0 8rem;
  background: #F1F2F3 url(../img/license-bg.png) top 44rem right no-repeat;
}
section.license .section-title {
  margin-bottom: 1rem;
}
section.license .section-desc {
  font-size: 3.4rem;
  font-weight: normal;
  margin-bottom: 4rem;
  text-align: center;
}
section.license .gallery {
  text-align: center;
}
section.license .gallery a {
  display: inline-block;
  max-width: 48%;
}
section.license .gallery a:first-child {
  margin-right: 3%;
}
section.feedback {
  padding: 10rem 0 14rem;
  background: #00111F url(../img/feedback-bg.jpg) right top no-repeat;
}
section.feedback .section-title {
  text-align: left;
  color: #fff;
  margin-bottom: 2rem;
}
section.feedback .section-title span {
  position: relative;
  z-index: 1;
}
section.feedback .section-title span:after {
  content: '';
  position: absolute;
  z-index: -1;
  height: 0.6rem;
  width: 100%;
  bottom: 1.3rem;
  left: 0;
  background: #FF003B;
}
section.feedback .section-desc {
  color: #fff;
  font-size: 3.4rem;
  font-weight: normal;
  margin-bottom: 7rem;
}
section.feedback .form-block {
  padding: 8rem 5rem;
  background: #fff;
  border-left: 1.5rem solid #FF003B;
}
section.feedback .form-block .title {
  margin-bottom: 5rem;
  font-size: 4.2rem;
  font-weight: bold;
}
section.feedback .form-block .title span {
  display: block;
  font-size: 2.4rem;
  font-weight: normal;
  opacity: 0.5;
}
section.feedback .form-block p {
  position: relative;
  margin-bottom: 4rem;
}
section.feedback .form-block p span.label {
  position: absolute;
  top: 1rem;
  font-size: 1.4rem;
  transition: 0.3s;
}
section.feedback .form-block p span.label.focus {
  top: -1rem;
  font-size: 1rem;
  opacity: 0.5;
}
section.feedback .form-block p span.label span {
  color: #FF003B;
}
section.feedback .form-block p input,
section.feedback .form-block p textarea {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 1rem 0;
  border: none;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
  background: none;
  font-size: 2rem;
  font-family: 'Futura PT';
}
section.feedback .form-block .link {
  padding: 2rem 7.5rem 2rem 4rem;
}
section.feedback .form-block .link input {
  color: #fff;
  border: none;
  background: none;
  font-weight: bold;
  font-size: 1.6rem;
  font-family: "Futura PT";
}
section.feedback .form-block .link span:before {
  background: url(../img/arrow-right.png) center no-repeat;
  left: 1.8rem;
  top: 1rem;
  width: 2.8rem;
  height: 1.3rem;
}
section.feedback .form-block .personal {
  margin: 0;
  opacity: 0.15;
}
section.footer {
  color: #fff;
  background: #00111F;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.1);
  padding: 5rem 0 10rem;
}
section.footer .logo {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  font-size: 2.3rem;
  font-weight: bold;
}
section.footer .logo:after {
  content: '';
  position: absolute;
  z-index: -1;
  height: 0.4rem;
  width: 100%;
  bottom: 0.4rem;
  left: 0;
  background: #FF003B;
}
section.footer .vline {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4rem;
  width: 0.1rem;
  height: 5.3rem;
  background: #fff;
  opacity: 0.1;
}
section.footer .desc {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5rem;
  font-weight: normal;
}
section.footer .desc a {
  color: #fff;
  text-decoration: none;
}
section.footer .dev {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 1.5rem;
  font-weight: normal;
}
section.footer .dev span {
  color: #999FA5;
  display: block;
}
section.footer .dev a {
  color: #fff;
  text-decoration: none;
}
.ventilyaciya section.areas {
  padding: 14rem 0 8rem;
  background: url(../img/areas-bg.jpg) top 7rem right -20rem no-repeat;
}
.ventilyaciya section.areas .section-title {
  margin-bottom: 6rem;
  text-align: center;
  font-size: 6rem;
  font-weight: bold;
}
.ventilyaciya section.areas .areas-block {
  position: relative;
  color: #fff;
}
.ventilyaciya section.areas .areas-block-first {
  background: url(../img/ventilyaciya/service-bg-1.jpg) center no-repeat;
  background-size: cover;
  padding: 6rem 3rem 0 6rem;
  min-height: 59.8rem;
}
.ventilyaciya section.areas .areas-block-second {
  background: url(../img/ventilyaciya/service-bg-2.jpg) center no-repeat;
  background-size: cover;
  padding: 6rem 3rem 0 6rem;
  min-height: 59.8rem;
}
.ventilyaciya section.areas .areas-block-third {
  background: url(../img/ventilyaciya/service-bg-3.jpg) center no-repeat;
  background-size: cover;
  padding: 6rem 3rem 0 6rem;
  min-height: 59.8rem;
}
.ventilyaciya section.areas .areas-block-fourth {
  background: url(../img/ventilyaciya/service-bg-4.jpg) center no-repeat;
  background-size: cover;
  padding: 6rem 3rem 0 6rem;
  min-height: 59.8rem;
}
.ventilyaciya section.areas .areas-block .title {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 2rem;
  font-size: 3.4rem;
  font-weight: 800;
}
.ventilyaciya section.areas .areas-block .title:after {
  display: none;
}
.ventilyaciya section.areas .areas-block .desc {
  display: inline-block;
  margin-bottom: 2rem;
  padding: 0.5rem 2rem 1rem;
  font-size: 1.9rem;
  background: #00111F;
}
.ventilyaciya section.areas .areas-block ul {
  list-style-type: square;
  color: #FF003B;
  font-size: 1.8rem;
}
.ventilyaciya section.areas .areas-block ul li {
  margin-bottom: 2.4rem;
}
.ventilyaciya section.areas .areas-block ul li span {
  color: #fff;
}
.ventilyaciya section.areas .areas-block button.link {
  position: absolute;
  right: 7rem;
  bottom: 7rem;
  padding: 0;
}
.ventilyaciya section.areas .areas-block button.link a {
  display: inline-block;
  padding: 1.5rem 7.5rem 1.5rem 4rem;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Futura PT";
}
.ventilyaciya section.areas .areas-block button.link a small {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: left;
}
.ventilyaciya section.areas .areas-block button.link span:before {
  background: url(../img/arrow-right.png) center no-repeat;
  left: -6.2rem;
  top: 0;
  width: 2.8rem;
  height: 1.3rem;
}
.ventilyaciya section.areas .block-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.8rem;
  color: #000;
}
.ventilyaciya section.areas .block-title span {
  display: block;
  position: relative;
  margin: 2rem 0 0 4rem;
  font-size: 1.1rem;
  font-weight: normal;
  text-transform: uppercase;
  color: #999FA5;
}
.ventilyaciya section.areas .block-title span:before {
  content: '';
  position: absolute;
  left: -4rem;
  top: 50%;
  width: 2.1rem;
  height: 2.1rem;
  transform: translateY(-50%);
  background: url(../img/else-question-icon.png) center no-repeat;
}
.ventilyaciya section.areas .vline {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 8.6rem;
  margin: 0 3rem 0 5rem;
  background: #FF003B;
}
.ventilyaciya section.areas .phone {
  display: inline-block;
  vertical-align: middle;
  font-size: 6.4rem;
  font-weight: 300;
}
.ventilyaciya section.areas .phone a {
  color: #000;
  text-decoration: none;
}
.ventilyaciya section.areas .else-questions p {
  font-size: 1.9rem;
  font-weight: normal;
  margin-bottom: 2rem;
}
.ventilyaciya section.get-price-list {
  margin-bottom: 0;
}
.ventilyaciya section.footer {
  background: #F1F2F3;
  color: #000;
}
.ventilyaciya section.footer .desc a,
.ventilyaciya section.footer .dev a {
  color: #000;
  font-weight: 600;
}
.ventilyaciya .underline {
  height: 0.1rem;
  background: #000;
  opacity: 0.1;
}
.ventilyaciya.dymohody section.areas .areas-block-first {
  background: url(../img/dymohody/service-bg-1.jpg) center no-repeat;
  background-size: cover;
  padding: 6rem 50% 0 6rem;
  min-height: 55.8rem;
}
.ventilyaciya.dymohody section.areas .areas-block-first p {
  font-size: 1.9rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
.ventilyaciya.dymohody section.areas .areas-block-second {
  background: url(../img/dymohody/service-bg-2.jpg) center no-repeat;
  background-size: cover;
  padding: 6rem 3rem 0 6rem;
  min-height: 55.8rem;
}
.ventilyaciya.dymohody section.areas .areas-block-third {
  background: url(../img/dymohody/service-bg-3.jpg) center no-repeat;
  background-size: cover;
  padding: 6rem 3rem 0 6rem;
  min-height: 55.8rem;
}
.ventilyaciya.dymohody section.banner {
  background-size: cover;
}
section.get-act {
  background: #F1F2F3 url(../img/ventilyaciya/get-act-bg.jpg) center right no-repeat;
  background-size: auto;
  padding: 9rem 0;
  margin-bottom: 12rem;
}
section.get-act .info-block .title {
  font-size: 4.2rem;
  font-weight: bold;
}
section.get-act .info-block .sub-title {
  position: relative;
  margin: 1rem 0 2rem 10rem;
  font-size: 2.4rem;
  font-weight: bold;
}
section.get-act .info-block .sub-title span {
  position: absolute;
  left: -10rem;
  top: 50%;
  width: 9rem;
  height: 0.2rem;
  background: #FF003B;
  transform: translateY(-50%);
}
section.get-act .info-block ul {
  margin-left: 2rem;
  min-height: 5rem;
}
section.get-act .info-block ul li {
  float: left;
  list-style: square;
  font-size: 1.8rem;
  font-weight: normal;
  color: #FF003B;
}
section.get-act .info-block ul li:first-child {
  margin-right: 5rem;
}
section.get-act .info-block ul li span {
  color: #000;
}
section.get-act .info-block .underline {
  height: 0.1rem;
  margin: 2rem 0;
  background: #000;
  opacity: 0.15;
}
section.get-act .info-block .desc {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
section.get-act .info-block .link {
  padding: 0;
}
section.get-act .info-block .link a {
  display: inline-block;
  padding: 2rem 7.5rem 2rem 4rem;
}
section.get-act .info-block .link span:before {
  background: url(../img/arrow-right.png) center no-repeat;
  left: -6.2rem;
  top: 1rem;
  width: 2.8rem;
  height: 1.3rem;
}
section.get-act .info-block .specialist {
  margin: 2rem 0;
  font-size: 1.8rem;
  font-weight: normal;
}
section.get-act .info-block .more a {
  color: #FF003B;
  font-size: 1.8rem;
  font-weight: normal;
}
section.get-act .license-block .title {
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: bold;
}
section.get-act .license-block .title span {
  position: relative;
  z-index: 1;
}
section.get-act .license-block .title span:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0.8rem;
  width: 100%;
  height: 0.6rem;
  background: #ff003b;
}
section.get-act .license-block .desc {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: 500;
}
section.equipment {
  padding: 11rem 0;
  background: #F1F2F3;
}
section.equipment .section-title {
  text-align: left;
  margin-bottom: 7rem;
}
section.equipment .equipment-block {
  margin-bottom: 3rem;
}
section.equipment .equipment-block .img-block {
  min-height: 27rem;
  text-align: center;
  background: #fff;
}
section.equipment .equipment-block .info-block {
  min-height: 18rem;
  padding: 3rem;
  color: #fff;
  background: #00111F;
}
section.equipment .equipment-block .info-block .title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
section.equipment .equipment-block .info-block .desc {
  font-size: 1.8rem;
  font-weight: normal;
}
section.equipment .prof {
  background: url(../img/ventilyaciya/10-10.png) center left no-repeat;
}
section.equipment .prof .block-prof {
  display: flex;
  align-items: center;
  min-height: 21rem;
  background: #00111F;
  color: #fff;
  border-left: 1.5rem solid #FF003B;
  padding: 0 5rem;
  font-size: 2.6rem;
  font-weight: normal;
}
section.work-clear {
  padding-bottom: 8rem;
  background: #F1F2F3;
}
section.work-clear .info-block {
  display: flex;
  height: 100%;
  min-height: 35rem;
  align-items: center;
  background: url(../img/ventilyaciya/work-clear-icon.png) center no-repeat;
}
section.work-clear .info-block .title {
  font-size: 4.2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
section.work-clear .info-block .desc {
  font-size: 2.4rem;
  font-weight: normal;
}
section.contacts {
  background: #F1F2F3 url(../img/ventilyaciya/contacts-bg.jpg) top right no-repeat;
}
section.contacts .block-contacts .title {
  position: relative;
  display: inline-block;
  margin-bottom: 6rem;
  z-index: 1;
  font-size: 6rem;
  font-weight: bold;
}
section.contacts .block-contacts .title::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 1.2rem;
  width: 100%;
  height: 1.2rem;
  background: #FF003B;
}
section.contacts .block-contacts .info p {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 500;
}
section.contacts .form-block {
  margin: 23rem 0 17rem;
  padding: 8rem 6rem;
  background: #fff;
  color: #000;
}
section.contacts .form-block .title {
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: bold;
  z-index: 1;
}
section.contacts .form-block .title::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0.6rem;
  width: 100%;
  height: 0.6rem;
  background: #FF003B;
}
section.contacts .form-block .desc {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 3rem;
}
section.contacts .form-block .desc span {
  font-weight: 600;
}
section.contacts .form-block p {
  position: relative;
  margin-bottom: 4rem;
}
section.contacts .form-block p span.label {
  position: absolute;
  top: 1rem;
  font-size: 1.4rem;
  transition: 0.3s;
}
section.contacts .form-block p span.label.focus {
  top: -1rem;
  font-size: 1rem;
  opacity: 0.5;
}
section.contacts .form-block p span.label span {
  color: #FF003B;
}
section.contacts .form-block p input,
section.contacts .form-block p textarea {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 1rem 0;
  border: none;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
  background: none;
  font-size: 2rem;
  font-family: 'Futura PT';
}
section.contacts .form-block .link {
  padding: 2rem;
  width: 100%;
}
section.contacts .form-block .link input {
  color: #fff;
  border: none;
  background: none;
  font-family: 'Futura PT';
  font-size: 1.6rem;
  font-weight: bold;
}
section.contacts .form-block .link span:before {
  background: url(../img/arrow-right.png) center no-repeat;
  left: 1.8rem;
  top: 1rem;
  width: 2.8rem;
  height: 1.3rem;
}
section.contacts .form-block .personal {
  margin: 0;
  opacity: 0.15;
}
/* Media */
@media (max-width: 1199.98px) {
  header .menu .vline {
    margin: 0 3rem;
  }
  .ventilyaciya section.banner .row .banner-block .title {
    font-size: 6rem;
    display: inline-block;
  }
  .ventilyaciya section.banner .row .banner-block .title:after {
    bottom: 1.2rem;
    height: 0.6rem;
  }
  .ventilyaciya section.banner .row .form-block .title::after {
    display: none;
  }
  .ventilyaciya section.areas .areas-block-third {
    min-height: 70rem;
  }
  .ventilyaciya section.areas .areas-block-fourth {
    min-height: 70rem;
  }
  .ventilyaciya section.areas .phone {
    font-size: 4.4rem;
  }
  .ventilyaciya.dymohody section.banner .row .banner-block .title span {
    font-size: 6rem;
  }
  .ventilyaciya.dymohody section.areas .areas-block-second,
  .ventilyaciya.dymohody section.areas .areas-block-third {
    min-height: 50rem;
  }
  section.get-act .info-block ul {
    min-height: 9rem;
  }
  section.equipment .equipment-block .info-block {
    min-height: 23rem;
  }
  section.work-clear .info-block {
    min-height: 0;
  }
  section.contacts .form-block .title::after {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .section-title {
    font-size: 4rem;
  }
  header .menu .logo {
    font-size: 2rem;
  }
  header .menu .vline {
    margin: 0px 1rem;
  }
  header .menu .desc {
    font-size: 1.2rem;
    font-weight: normal;
  }
  header .menu .email {
    font-size: 1.2rem;
  }
  header .menu .call-icon {
    margin: 0 1.5rem;
  }
  header .menu .phone {
    font-size: 1.8rem;
  }
  section.areas .areas-block-left,
  section.areas .areas-block-right {
    padding: 5rem 0 0 5rem;
    min-height: 55.8rem;
  }
  section.areas .phone {
    font-size: 5.8rem;
  }
  section.clients .client-block .name {
    font-size: 2rem;
  }
  section.clients ul li span {
    font-size: 1.6rem;
  }
  section.license .gallery a {
    max-width: 40%;
    display: inline-block;
  }
  section.feedback .section-title span:after {
    height: 0.4rem;
    bottom: 0.8rem;
  }
  .ventilyaciya section.banner .row .banner-block {
    margin-top: 15rem;
  }
  .ventilyaciya section.banner .row .form-block {
    margin: 5rem 0;
  }
  .ventilyaciya section.areas .areas-block .title {
    font-size: 2rem;
    font-weight: 700;
  }
  .ventilyaciya.dymohody section.areas .areas-block-first {
    padding: 6rem 3rem 0 6rem;
  }
  section.get-act {
    background: #f1f2f3 url(../img/ventilyaciya/get-act-bg.jpg) center right no-repeat;
    background-size: cover;
  }
  section.get-act .info-block {
    margin-bottom: 5rem;
  }
  section.get-act .info-block ul {
    min-height: 5rem;
  }
  section.get-act .license-block {
    text-align: center;
  }
  section.work-clear {
    text-align: center;
  }
  section.work-clear .info-block {
    margin: 3rem 0;
  }
  section.contacts {
    background-size: cover;
  }
  section.contacts .form-block {
    margin: 5rem 0;
  }
}
@media (max-width: 575.98px) {
  header .menu .col-12 {
    text-align: center;
  }
  header .menu .col-12:first-child {
    margin-bottom: 1rem;
  }
  header .menu .logo {
    font-size: 3rem;
  }
  header .menu .desc,
  header .menu .email {
    font-size: 1.4rem;
  }
  header .menu .call-icon {
    height: 6rem;
  }
  section.areas .phone {
    font-size: 3rem;
  }
  section.feedback .form-block .link {
    margin-bottom: 2rem;
  }
  section.footer .col-12 {
    text-align: center;
  }
  section.footer .col-12:first-child {
    margin-bottom: 3rem;
  }
  .ventilyaciya section.banner {
    margin-top: -13rem;
  }
  .ventilyaciya section.banner .row .banner-block {
    margin-top: 20rem;
  }
  .ventilyaciya section.areas .areas-block-first,
  .ventilyaciya section.areas .areas-block-second {
    min-height: 43rem;
  }
  .ventilyaciya section.areas .areas-block-third,
  .ventilyaciya section.areas .areas-block-fourth {
    min-height: 55rem;
  }
  .ventilyaciya section.areas .phone {
    font-size: 3.4rem;
  }
}
@media (max-width: 375px) {
  header .menu .phone {
    margin: 1.5rem 0;
  }
  section.banner .row {
    min-height: 52rem;
    padding-bottom: 20rem;
  }
  section.banner .banner-block .title {
    font-size: 6rem;
  }
  section.banner .banner-block .title:after {
    bottom: 1.4rem;
    height: 0.6rem;
  }
  button.link {
    font-size: 1.2rem;
  }
  section.areas .section-title {
    font-size: 4rem;
  }
  section.areas .areas-block-left,
  section.areas .areas-block-right {
    padding: 2rem 4rem 0 4rem;
    min-height: 40rem;
  }
  section.areas .areas-block .title {
    font-size: 3rem;
  }
  section.areas .areas-block ul {
    font-size: 1.6rem;
  }
  section.areas .areas-block ul li {
    margin-bottom: 1rem;
  }
  section.areas .vline {
    margin: 0 1rem;
  }
  section.areas .phone {
    font-size: 1.8rem;
    font-weight: normal;
  }
  section.clients .client-block {
    padding: 2rem 2rem 2rem 1rem;
  }
  section.clients .client-block .name {
    margin-bottom: 2rem;
  }
  .section-title {
    font-size: 3rem;
  }
  section.feedback .section-title span:after {
    height: 0.3rem;
    bottom: 0.6rem;
  }
  section.feedback .section-desc {
    font-size: 2.4rem;
  }
  section.feedback .form-block {
    padding: 2rem;
  }
  section.feedback .form-block .title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  section.feedback .form-block .title span {
    font-size: 1.6rem;
  }
  section.footer .vline {
    display: none;
  }
  .ventilyaciya section.banner {
    margin-top: -20rem;
  }
  .ventilyaciya section.banner .row {
    padding-bottom: 0rem;
  }
  .ventilyaciya section.banner .row .banner-block {
    margin-top: 25rem;
  }
  .ventilyaciya section.banner .row .banner-block .title {
    font-size: 4rem;
  }
  .ventilyaciya section.banner .row .banner-block .title span {
    font-size: 4.4rem;
  }
  .ventilyaciya section.banner .row .form-block {
    padding: 2rem;
  }
  .ventilyaciya section.areas .section-title {
    font-size: 4rem;
  }
  .ventilyaciya section.areas .areas-block-first,
  .ventilyaciya section.areas .areas-block-second {
    padding: 2rem 2rem 0 4rem;
    min-height: 53rem;
  }
  .ventilyaciya section.areas .areas-block-third,
  .ventilyaciya section.areas .areas-block-fourth {
    padding: 2rem 2rem 0 4rem;
    min-height: 60rem;
  }
  .ventilyaciya section.areas .block-title {
    margin: 3rem 0 3rem 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .ventilyaciya section.areas .vline {
    display: none;
  }
  .ventilyaciya section.areas .phone {
    width: 100%;
    text-align: center;
  }
  .ventilyaciya.dymohody section.banner .row .banner-block .title span {
    font-size: 4rem;
  }
  .ventilyaciya.dymohody section.areas .areas-block-first {
    min-height: 75rem;
  }
  section.get-act {
    background-position: center;
  }
  section.get-act .info-block .title {
    font-size: 3rem;
  }
  section.get-act .info-block ul {
    min-height: 9rem;
  }
  section.equipment .prof .block-prof {
    padding: 2rem 5rem;
  }
  section.contacts .block-contacts .title {
    font-size: 4rem;
  }
  section.contacts .block-contacts .title:after {
    display: none;
  }
  section.contacts .block-contacts .info p {
    font-size: 1.8rem;
  }
  section.contacts .form-block {
    padding: 2rem;
  }
  .callback-block {
    padding: 2rem;
    background: #fff;
  }
  .callback-block .title {
    margin-bottom: 2rem;
    padding-right: 4rem;
    font-size: 1.8rem;
  }
  .callback-block .link {
    padding: 2rem 0;
  }
  .thanks-block {
    padding: 2rem;
  }
  .thanks-block .title {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .thanks-block .desc {
    font-size: 1.4rem;
  }
  .thanks .close-popup {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}
@media (max-width: 321px) {
  header .menu .vline {
    display: none;
  }
  section.banner .banner-block .title {
    font-size: 5rem;
  }
  section.banner .banner-block .desc {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
  button.link {
    padding: 3rem;
  }
  button.link span:before {
    display: none;
  }
  .else-questions .col-md-12 {
    text-align: center;
  }
  .else-questions .col-md-12 .vline {
    display: none;
  }
  .else-questions .col-md-12 .phone {
    margin-top: 2rem;
    font-size: 3rem;
  }
  section.get-price-list .row {
    padding: 2rem 0;
  }
  .section-title {
    font-size: 2.4rem;
  }
  .ventilyaciya section.banner {
    margin-top: -22rem;
  }
  .ventilyaciya section.banner .row .banner-block .title span {
    font-size: 4rem;
  }
  .ventilyaciya section.areas .section-title {
    font-size: 3rem;
  }
  .ventilyaciya section.areas .areas-block-second {
    min-height: 37rem;
  }
  .ventilyaciya section.areas .areas-block-third {
    min-height: 70rem;
  }
  .ventilyaciya.dymohody section.areas .areas-block-first {
    min-height: 88rem;
  }
  section.get-act .info-block ul {
    min-height: 14rem;
  }
  section.get-act .license-block .title {
    font-size: 2.5rem;
    font-weight: 700;
  }
  section.get-act .license-block .title span:after {
    bottom: 0.6rem;
    height: 0.3rem;
  }
  .callback-block .feedback {
    margin-top: 3rem;
  }
  .callback-block p {
    position: relative;
    margin-bottom: 2.5rem;
  }
  .callback-block p span.label {
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-size: 1.4rem;
    transition: 0.3s;
  }
  .callback-block p span.label.focus {
    top: -2rem;
    font-size: 1rem;
    opacity: 0.5;
  }
  .callback-block p span.label span {
    color: #FF003B;
  }
  .callback-block p input,
  .callback-block p textarea {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 1rem 1rem;
    border: none;
    background: rgba(0, 0, 0, 0.05);
    font-size: 1.4rem;
  }
  .callback-block .link {
    padding: 1.5rem 0;
    width: 100%;
  }
  .callback-block .link input {
    font-size: 1.4rem;
  }
  .callback-block .desc {
    margin: 1rem 0 0 0;
    font-size: 1.2rem;
  }
  .callback .close-icon {
    position: absolute;
    right: 2rem;
    top: 2rem;
    cursor: pointer;
  }
  .callback .close-popup {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}
/*# sourceMappingURL=main.css.map */