@font-face {
  font-family: 'TTNormsPro-Bold';
  src: url("../fonts/TTNormsPro-Bold.eot");
  src: url("../fonts/TTNormsPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNormsPro-Bold.ttf") format("truetype"), url("../fonts/TTNormsPro-Bold.woff") format("woff"), url("../fonts/TTNormsPro-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TTNormsPro-Regular';
  src: url("../fonts/TTNormsPro-Regular.eot");
  src: url("../fonts/TTNormsPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNormsPro-Regular.ttf") format("truetype"), url("../fonts/TTNormsPro-Regular.woff") format("woff"), url("../fonts/TTNormsPro-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TTNormsPro-Medium';
  src: url("../fonts/TTNormsPro-Medium.eot");
  src: url("../fonts/TTNormsPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNormsPro-Medium.ttf") format("truetype"), url("../fonts/TTNormsPro-Medium.woff") format("woff"), url("../fonts/TTNormsPro-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

.modal .btn-ask {
  padding: 5px 20px 5px 20px;
  font-weight: normal;
  font-size: 16px;
}

.modal .modal-content {
  background-color: white;
  border-radius: 0px;
}

.modal .modal-header {
  border-bottom: none;
  background-color: white;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 0.5rem 1rem;
}

.modal .modal-footer {
  border-top: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding-top: 0px;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  justify-content: center;
}

.modal .modal-header .close {
  font-size: 2rem;
  color: #000;
  text-shadow: none;
  font-weight: 400;
  box-shadow: none;
  outline: none;
}

.modal .modal-body {
  padding-bottom: 0px;
}

.modal .modal-image img {
  padding: 2px 2px 2px 2px;
  border: 1px solid #bbb;
}

.modal .modal-form-row {
  margin: 15px 15px 15px 15px;
}

.modal .modal-form-input {
  background-color: #fff;
  border: 2px solid #000;
  width: 100%;
  color: #000;
  outline: none;
  padding: 5px 5px 5px 5px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}

.modal .modal-form-input:focus {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.modal ::placeholder {
  color: #333;
}

.modal .modal-submit:focus {
  outline: none;
}

.modal .modal-submit:hover {
  text-decoration: none;
}

.modal .modal__disclaimer {
  font-size: 0.5rem;
}

.debug {
  border: 1px solid red !important;
}

* {
  box-sizing: border-box;
  outline: none;
}

.slick-slide {
  transition: all 0.2s ease-in-out;
}

html, body, main {
  color: #828282;
  background-color: #fff;
  font-family: "TTNormsPro-Regular", Verdana, Geneva, sans-serif;
  height: 100vh;
  margin: 0;
  padding: 0;
}

p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.contrast {
  color: #000;
}

@media (max-width: 550px) {
  html {
    font-size: 0.8rem;
  }
}

@media (max-width: 1000px) {
  html {
    font-size: 0.9rem;
  }
}

header {
  position: relative;
  background-image: url("../img/bg-top.png");
  background-size: cover;
  background-position: center;
  padding-top: 64px;
  padding-bottom: 10px;
}

header .video-wrap {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  overflow: hidden;
}

header .video-wrap video {
  position: absolute;
  left: 50%;
  top: 50%;
  /* The following will size the video to fit the full container. Not necessary, just nice.*/
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

header .header-cover {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}

header .header-logo img {
  width: 150px;
}

header .header-phone {
  text-align: right;
}

header .header-phone a {
  color: #fff;
  font-family: "TTNormsPro-Bold", Verdana, Geneva, sans-serif;
}

header .header-city {
  text-align: right;
  color: #fff;
}

header .header-title {
  margin-top: 150px;
  color: #fff;
  font-family: "TTNormsPro-Bold", Verdana, Geneva, sans-serif;
  font-size: 4.0rem;
}

header .header-ask {
  margin-top: 50px;
  display: inline-block;
  align-items: center;
  border: 2px #fff solid;
  border-radius: 30px;
  padding: 10px 70px 10px 70px;
}

header .header-ask img {
  display: inline-block;
  margin-right: 10px;
}

header .header-ask .header-ask__title {
  display: inline-block;
  padding-top: 2px;
  color: #fff;
  font-family: "TTNormsPro-Medium", Verdana, Geneva, sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
}

header .header-ask:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

header .header-service {
  padding-top: 150px;
  padding-bottom: 50px;
}

header .header-service .header-service__item {
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 0.9rem;
}

section {
  padding-top: 140px;
  padding-bottom: 90px;
}

section .section-title {
  font-family: "TTNormsPro-Bold", Verdana, Geneva, sans-serif;
  margin-bottom: 70px;
  color: #000;
  font-size: 3.0rem;
  text-align: right;
}

@media (max-width: 550px) {
  header .header-title {
    margin-top: 50px;
    font-size: 2.0rem;
  }
  header .header-ask {
    padding: 10px 30px 10px 30px;
  }
  header .header-service {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  header .header-service .header-service__item {
    font-size: 0.8rem;
  }
  section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  section .section-title {
    text-align: left;
    font-size: 2.0rem;
    margin-bottom: 30px;
  }
}

section.section-yellow {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #FFFDE7;
}

.section-slider .slick-slide {
  padding: 0px 20px 0px 20px;
}

.section-slider .section-slider__image img {
  display: block;
  width: 100%;
}

.section-slider .section-slider__title {
  margin-top: 30px;
  font-size: 2.2rem;
  color: #000;
}

@media (max-width: 768px) {
  .section-slider {
    padding-bottom: 50px;
  }
}

@media (min-width: 769px) {
  .section-slider__title {
    font-size: 1.8rem;
  }
  .slider-transparent .slick-slide,
  .slider-transparent .slick-cloned {
    padding: 40px;
    transform: scale(1);
    opacity: 0.5;
  }
  .slider-transparent .slick-current {
    transform: scale(1.2);
    opacity: 1.0;
  }
}

@media (min-width: 1200px) {
  .slider-transparent .slick-slide,
  .slider-transparent .slick-cloned {
    padding: 60px;
  }
}

@media (min-width: 1921px) {
  .slider-transparent .slick-slide,
  .slider-transparent .slick-cloned {
    padding: 80px;
  }
}

@media (min-width: 3000px) {
  .slider-transparent .slick-slide,
  .slider-transparent .slick-cloned {
    padding: 120px;
  }
}

form {
  margin-top: 50px;
}

form fieldset {
  margin-top: 20px;
  display: block;
  padding: 0px 10px 10px 10px;
  width: 100%;
  color: #5B5B5B;
  border: 2px #5B5B5B solid;
  border-radius: 10px;
}

form fieldset legend {
  font-size: 1.0rem;
  font-family: "TTNormsPro-Medium", Verdana, Geneva, sans-serif;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

form select, form input {
  display: block;
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 10px;
}

.button-black {
  margin-top: 50px;
  display: inline-block;
  align-items: center;
  border-radius: 30px;
  padding: 10px 70px 10px 70px;
  border: none;
  color: #fff;
  font-family: "TTNormsPro-Medium", Verdana, Geneva, sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  outline: none !important;
  background-color: #000;
}

.button-black:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.button-white {
  margin-top: 50px;
  display: inline-block;
  align-items: center;
  border: 2px #fff solid;
  border-radius: 30px;
  padding: 10px 70px 10px 70px;
}

.button-white img {
  display: inline-block;
  margin-right: 10px;
}

.button-white .header-ask__title {
  display: inline-block;
  padding-top: 2px;
  color: #fff;
  font-family: "TTNormsPro-Medium", Verdana, Geneva, sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.button-white:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.calc-result {
  margin-top: 40px;
  font-family: "TTNormsPro-Bold", Verdana, Geneva, sans-serif;
  color: #000;
  font-size: 1.5rem;
}

.calc-result__error {
  color: red;
}

.contact-map {
  position: relative;
}

.contact-map .contact-inner {
  z-index: 100;
  pointer-events: none;
  padding-top: 100px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact-map .contact-inner .contact-block {
  background-color: #FFFDE7;
  padding: 50px 50px 70px 50px;
}

.contact-map .contact-inner .contact-block .contact-block-row {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}

.contact-map .contact-inner .contact-block .contact-block-row .contact-block-row__image {
  width: 30px;
}

.contact-map .contact-inner .contact-block .contact-block-row .contact-block-row__city {
  flex-grow: 1;
  color: #000;
}

.contact-map .contact-inner .contact-block .contact-block-row .contact-block-row__phone {
  flex-grow: 1;
  font-family: "TTNormsPro-Bold", Verdana, Geneva, sans-serif;
  color: #000;
}
/*# sourceMappingURL=style.css.map */