/* Start state */
.popup {
  max-width: 350px;
  border-radius: 4px;
  overflow: hidden;
  padding: 45px 30px;
  transform: translateY(-50px);
  transition: all .3s;
}
.popup .title {
  margin-bottom: 20px;
  color: #192d46;
  font-family: "TT Lakes Condensed";
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.46px;
  text-align: center;
  margin-top: 20px;
}
.popup .desc,
.popup .privacy {
  font-size: 15px;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.popup .privacy {
  opacity: .5;
  color: #1e283c;
  font-family: Attractive;
  font-size: 14px;
  font-weight: 400;
}
.popup .privacy a {
  color: #666;
  text-decoration: underline;
}
.popup .privacy a:hover {
  text-decoration: none;
}
.popup form input,
.popup form textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px 15px;
  font-size: 18px;
}
.popup form input.error {
  border: 1px solid red;
}
.popup form .error_name,
.popup form .error_phone,
.popup form .error_message {
  font-size: 13px;
  line-height: 1em;
  display: block;
  margin: 5px 0 10px;
  color: red;
}
.popup form input + input,
.popup form input + textarea {
  margin-top: 10px;
}
.popup form .form-file {
  margin-top: 10px;
  margin-bottom: 0px;
}
.popup form .form-file .filename {
  border: none;
  font-size: 14px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.popup form button.blue-button {
  margin-top: 20px;
  width: 100%;
  font-size: 20px;
  padding: 5px 0 3px;
}
.popup .success {
  text-align: center;
  margin-top: 20px;
}
.popup .success img {
  width: 100px;
}
.popup .fancybox-close-small {
  opacity: 0.7;
}
.popup .fancybox-close-small:after {
  content: url("/front/site/img/close.svg") !important;
  top: 12px;
  right: 12px;
  width: 20px;
  height: 20px;
}
.popup .fancybox-close-small:hover:after {
  color: #555;
  background: none;
}
.popup .fancybox-close-small:hover {
  opacity: 1;
}
.fancybox-container {
  z-index: 9990;
}
.fancybox-slide--current #popup-callback {
  transform: translateY(0);
  opacity: 1;
}
.services-page__txt p {
  margin-bottom: 30px;
  color: #192d46;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.blue-button {
  position: relative;
  display: block;
  max-width: 340px;
  height: 50px;
  background-image: -webkit-linear-gradient(right, #ff2c00 0, #196eb9 100%);
  background-image: linear-gradient(270deg, #ff2c00 0, #196eb9 100%);
  border: none;
  box-shadow: none;
  color: #fff;
  font-family: "TT Lakes Condensed";
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
}
.blue-button .blue-button-inner {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.blue-button::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: -webkit-linear-gradient(right, #4691e1 0, #196eb9 100%);
  background-image: linear-gradient(270deg, #4691e1 0, #196eb9 100%);
  -webkit-transition: .3s linear;
  transition: .3s linear;
}
.blue-button:hover::before {
  opacity: 0;
}
.content__blocks-txt > p {
  margin-bottom: 40px;
  color: #192d46;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}
.textpage__txt h2 {
  position: relative;
  margin-bottom: 35px;
  padding-left: 40px;
  color: #192d46;
  font-family: "TT Lakes Condensed";
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
  text-transform: uppercase;
  letter-spacing: 2.46px;
}
.textpage__txt h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 8px;
  height: 46px;
  background-color: #eb371e;
}
.textpage__txt p {
  margin-bottom: 30px;
  color: #192d46;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}
.textpage__txt ul {
  margin-left: 40px;
  margin-bottom: 40px;
}
.textpage__txt ul li {
  margin-bottom: 10px;
  color: #192d46;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  list-style: disc;
}
.textpage__txt strong {
  font-weight: bold;
}
.boilers__txt > p {
  margin-bottom: 40px;
  color: #192d46;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}
.about__txt p {
  margin-bottom: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.footerbar__txt p {
  margin-bottom: 10px;
  opacity: .4;
  color: #cae7ff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.specif__list {
  margin-bottom: 30px;
}
.specif__list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.specif__list ul li {
  width: 47%;
  flex-basis: 47%;
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .specif__list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .specif__list ul li {
    width: 100%;
    flex-basis: 100%;
    margin-right: 0;
  }
}
/*# sourceMappingURL=/front/site/css/sourceMaps/sourcemap.map */