.form__field--error{
  border: 1px solid #C20F0F !important;
}

.preloader #preloader {
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
}

.preloader {
  position: absolute;
  margin: 0 auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 4;
}

.lds-facebook {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 80px;
  height: 80px;
}

.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #C20F0F;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}

article figure{
  margin: 0;
}


@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }

  50%,
  100% {
    top: 24px;
    height: 32px;
  }
}


.form__check.form__cell_error {
  border-color: #C20F0F !important;
  border-bottom: 1px solid;
}
.form__cell_error input {
  border-color: #C20F0F !important;
}

#form-modal-call3{
  margin: 0 10px;
}

.iframe__w100{
  margin: 0 auto 60px;
  justify-content: center;
  display: flex;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.iframe__w100 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.iframe__w50{
  margin: 0 auto 60px;
  justify-content: center;
  display: flex;
  position: relative;
  padding-bottom: 31.25%;
  height: 0;
}

.iframe__w50 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  margin: 0 auto;
  right: 0;
  left: 0;
}

.video__w50{
  margin: 0 auto 60px;
  justify-content: center;
  display: flex;
  position: relative;
  padding-bottom: 31.25%;
  height: 0;
}

.video__w50 video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 55%;
  height: 100%;
  margin: 0 auto;
}

.installation__item_b{
  font-weight: bold;
}
.map__link{
  text-decoration: underline;
}
.map__link::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0 3px 0 5px;
}

@media (max-width: 991px) {
  .iframe__w50{
    padding-bottom: 56.25%;
  }
  
  .iframe__w50 iframe {
    width: 100%;
  }

  .video__w50 video {
    width: 100%;
  }
}

.mlr-0{
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.wsp-nowrap{
  white-space: nowrap;
}

.whatsapp_mobile {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 68px;
  height: 68px;
  background: url(/img/whatsapp.png) no-repeat center center;
  z-index: 12;
}

.catalog__cell.w33 {
  width: 33%;
}
.catalog__cell.w33 .catalog__job-img{
  height: 260px;
}
.header{
  padding-top: 1px;
}
.header--fixed{
  position: fixed;
  top:0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.header-mob--fixed{
  position: fixed;
  top:-2px;
  width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.about-p .team__slider-pos{
  height: 48px;
}

.text__inner ul{
  list-style: disc;
  margin-left: 20px;
}
.text__inner ul li {
  padding-bottom: 10px;
}

.header-mob__soc-item:last-child {
  margin-left: 13px;
}

.padding-top-body{
  padding-top: 119px;
}

.footer_seo_text{
  margin: 50px 0;
}

.footer_seo_text ul{
  list-style: disc;
  margin-left: 20px;
}
.footer_seo_text ul li {
  padding-bottom: 10px;
}

.footer_seo_text ol{
  list-style: auto;
  margin-left: 20px;
}
.footer_seo_text ol li {
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  .catalog__cell.w33 {
      width: 100%;
  }
  .catalog__cell.w33 .catalog__job-img{
    height: 360px;
  }

  .padding-top-body{
    padding-top: 79px;
  }
}
@media (max-width: 768px) {
  .catalog__cell.w33 .catalog__job-img{
      height: 250px;
  }
}

.card-product__sl{
  width: 425px;
}
.card-product__for-item img{
  -o-object-fit: contain;
  object-fit: contain;
}

.header__info .header__info-tel{
  margin-left: auto;
  margin-right: auto;
}
.header__info .btn{
  height: auto;
  margin-top: 5px;
}
.header__mn{
  margin-top: 10px;
}

.open-form-fly {
    width: 160px;
    display: none;
    position: fixed;
    right: -65px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    bottom: 130px;
    top: 0;
    height: 50px !important;
    margin: auto !important;
    border-radius: 5px;
    z-index: 7;
    background: #d92126;
    white-space: nowrap;
    line-height: 52px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.open-form-fly:hover {
  right: -60px;
  background: #d92126;
}
@media screen and (max-width: 430px) {
  .open-form-fly {
    transform: inherit;
    -webkit-transform: inherit;
    width: 100%;
    top: inherit;
    bottom: 0;
    right: 0;
    border-radius: 0;
    display: inline !important;
  }

  .open-form-fly:hover {
    right: 0;
    background: #a20f13;
  }
  .card-product__sl{
    width: 100%;
  }
}

#through-form .form__field--error{
  border-radius: 10px;
  border: 0;
-webkit-box-shadow: 2px 1px 8px 3px rgba(194, 15, 15, 0.7);
-moz-box-shadow: 2px 1px 8px 3px rgba(194, 15, 15, 0.7);
box-shadow: 2px 1px 8px 3px rgba(194, 15, 15, 0.7);
}


.pb-30{
  padding-bottom: 30px;
}
.color-white{
  color: #fff;
}

.max_link {
  position: fixed;
  bottom: 85px;
  right: 20px;
  width: 58px;
  height: 58px;
  background: url(/img/max.png) no-repeat center center;
  background-size: contain;
  z-index: 12;
}
.tgbot_mobile {
  position: fixed;
  bottom: 10px;
  right: 15px;
  width: 68px;
  height: 68px;
  background: url(data:image/png;base64,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) no-repeat center center;
  z-index: 12;
}

.footer__tel a {
  color: #fff;
}