html{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
body{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.tel-number > a {
  color: black !important;
}
.no-padding {
  padding: 0 !important;
}
.hidden {
  display: none !important;
}

.page-content {
  font-family: "Inter", sans-serif;
  color: #333;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
  /* overflow-x: hidden; */
}
.page-content p {
  margin-bottom: 0.7rem;
}
.main-title {
  margin-top: 60px;
  color: #003F4E;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1.2px;
  text-transform: uppercase;
}
.content-title {
  margin-bottom: 20px;
  color: #003F4E;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.84px;
}
.content-title-big-m {
  margin-bottom: 46px;  
}
.content-title-uppercase {
  text-transform: uppercase;
}
.content-title-small {
  margin-bottom: 39px;
  color: #003F4E;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.54px;
  text-transform: uppercase;
}
.color-grey {
  color: #CCC;
}

.content-line {
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
  border: none;
  background: #D9D9D9;
}
.grey-bg {
  background: #F7F7F7;
}

.top__bg-img {
  background: url(https://cdn.tion.ru/images/img/montage-condition-new/top-desktop-1.jpg) no-repeat top;
  max-width: 2500px;
  height: 557px;
  margin: auto;
}

.about-montage__standart .grey-bg {
  padding-top: 50px;
  padding-bottom: 25px;
}
.about-montage__standart .grey-bg p {
  margin-bottom: 24px;
}
.about-montage__standart .grey-bg a:link {
  border-bottom: 1px solid #30cbf2;
}
.about-montage__standart b {
  color: #003F4E;
  font-weight: 700;
}
.about-montage__strengths {
  margin-bottom: 60px;
  padding-top: 30px;
  padding-bottom: 15px;
}
.about-montage__strengths__item {
  min-width: 125px;
}
.about-montage__strengths p {
  margin-top: 20px;
  color: #003F4E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.28px;
}

.reviews {
  margin-top: 60px;
}

.title-width-btn .content-title {
  max-width: 680px;
  margin: auto;
}
.title-width-btn p.color-grey {
  margin-top: 25px;
  color: #CCC;
  text-align: center;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

/*баннер*/
.banner-desk {
  margin-top: 70px;
  margin-bottom: 67px;
}
.edelweiss__bg-main {
  width: auto;
  height: 374px;
  margin: auto;
  background:url('https://cdn.tion.ru/images/banner/main/edelweiss-banner-bg-dark.jpg') no-repeat center;
}
.edelweiss__content-block {
  position: absolute;
  top: 109px;
  right: 52px;
}
.edelweiss__icon-new {
  margin-left: 20px;
  margin-top: -1px;
  transition: 0.2s linear;
}
.edelweiss__icon-new:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.edelweiss__text {
  margin-top: 35px;
  color: #0CF;
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.64px;
}
.edelweiss__text span {
  color: #FFF;
}

.cond-work-img {
  max-width: 1021px;
  margin:auto;
  margin-bottom: 90px;
}

.conditioner-work {
  margin-top: 120px;
  margin-bottom: 120px;
}

.img-installer {
  background: url(https://cdn.tion.ru/images/img/montage-condition-new/installer-desktop.jpg) no-repeat top;
  max-width: 2500px;
  height: 503px;
  margin: auto;
}

.form-wrap {
  background: #f3f3f3;
}
.block-form {
  padding: 60px 10px;
  max-width: 1000px;
  margin: 105px auto;
}
.block-form .content-title {
  max-width: 670px;
}
.block-form img {
  padding-top: 10px;
}
.block-form .form-group {
  max-width: 700px;
  margin: 0 auto 15px;
}
.block-form .form-control {
  max-width: 696px;
  height: 50px;
  font-weight: 300;
  text-align: center;
  font-family: "Roboto Condensed", "san-serif";
}
.block-form .note {
  max-width: 700px;
  margin: auto;
  padding: 15px 0 40px;
  font-size: 14px;
  font-family: "Roboto Condensed", "san-serif";
}
a.blue-btn {
  display: inline-block;
  width: 224px;
  padding-top: 14px;
  margin-top: 40px;
}
.blue-btn {
  background: #31c5f4;
  color: #fff !important;
  text-align: center;
  font-size: 20px;
  font-family: "Roboto Condensed", "san-serif";
  cursor: pointer;
  width: 252px;
  height: 52px;
  margin-top:145px;
  box-shadow: 0 10px 20px rgba(48, 203, 242, 0.4);
  transition: 0.2s linear;
  border-radius: 0;
}
.blue-btn:hover {
  background-color: #00aeef;
  -webkit-transform: scale(2);
  transform: scale(1.05);
}
#order-montage .container-checkbox {
  margin-top: 20px;
}
#order-montage input[type="checkbox"] {
  appearance:none;
  -webkit-appearance:none;
  width:21px;
  height:21px;
  margin-top:0;
  padding:0;
  cursor:pointer;
  border-radius: 5px;
  transition:all .2s;
}
#order-montage input[type="checkbox"]:checked {
  background-color:#30CBF2!important;
  border-color:#30CBF2;
  box-shadow: none;
}
#order-montage input[type="checkbox"]:checked::after {
  content:"✓";
  color:#fff;
  font-size:16px;
  position:relative;
  left:4px;
  top:0;
}
#order-montage .container-checkbox .row {
  max-width:580px;
  margin:0 auto 15px;
  margin-top:0;
  font-family: Roboto, san-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
#order-montage .confirm {
  text-align:left;
}
#order-montage .confirm a {
  color:#30cbf2!important;
  border-bottom:1px solid #30cbf2;
}
#order-montage .confirm a:hover {
  border-bottom:none;
}

.recaptcha {
  width: 305px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -177px;
}
.block-form input::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.block-form input::-moz-placeholder {
  color: #c1c1c1 !important;
}

.last-section {
  max-width: 800px;
  margin-bottom: 100px;
}

@media (max-width: 1199px) {
  .edelweiss__content-block {
    right: 5px;
  }
  .edelweiss__icon-new {
    margin-left: 5px;
  }
}

@media (max-width: 991px) {
  .about-montage__standart .grey-bg {
    margin-top: 50px;
  }
  .sert-text {
    max-width: 580px;
    margin: auto;
    margin-top: 35px;
  }
  .banner-mob {
    margin-top: 58px;
    margin-bottom: 60px;
  }
  .cond-work-img {
    margin-bottom: 58px;
  }
  .conditioner-work {
    margin-top: 60px;
    margin-bottom: 76px;
  }
  .wrap-img-installer {
    order: -1;
    margin-bottom: 40px;
  }
  .img-installer {
    background: url(https://cdn.tion.ru/images/img/montage-condition-new/installer-tablet.jpeg) no-repeat top;
    background-size: cover;
    max-width: 768px;
    height: 329px;
    margin: auto;
  }
}

@media (max-width: 768px) {
  .top__bg-img {
    background: url(https://cdn.tion.ru/images/img/montage-condition-new/top-tablet-1-2X.jpeg) no-repeat top;
    background-size: cover;
    max-width: 768px;
    height: 329px;
  }
}

@media (max-width: 575px) {
  .main-title {
    margin-top: 25px;
    font-size: 32px;
  }
  .content-title {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.72px;
  }
  .content-title-big-m {
    margin-bottom: 24px;
  }
  .about-montage__standart .grey-bg {
    padding: 27px 30px 15px;
  }
  .about-montage__standart .grey-bg p {
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.42px;
  }
  .content-title-small {
    margin-bottom: 13px;
  }
  .about-montage__strengths {
    padding-top: 40px;
    padding-bottom: 5px;
  }
  .about-montage__strengths__item {
    margin-bottom: 25px;
  }
  .sert-text {
    margin-top: 24px;
    font-size: 14px;
  }
  .title-width-btn .content-line {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .title-width-btn a.blue-btn {
    margin-top: 55px;
  }
  .conditioner-work {
    margin-top: 50px;
    margin-bottom: 60px;
  }
  .block-form {
    margin: 0 auto 58px;
    padding: 30px 0;
  }
  .block-form .form-group {
    margin: 0 15px 15px;
  }
  .block-form .col-2 {
    padding-right: 0;
  }
  .block-form img {
    padding-top: 10px;
    padding-left: 15px;
  }
  .block-form p {
    padding-right: 10px;
    margin-bottom: -0.2rem;
  }
  #order-montage .container-checkbox .row {
    font-size: 10px;
  }
  .block-form .blue-btn{
    width: 150px;
    height: 36px;
    margin-top: 100px;
    font-size: 14px;
    line-height: 19px; 
  }
  .recaptcha {
    margin-top: -144px;
  }
  .last-section {
    margin-bottom: 90px;
  }
}

@media (max-width: 375px) {
  .top__bg-img {
    background: url(https://cdn.tion.ru/images/img/montage-condition-new/top-mob-1-2X.jpeg) no-repeat top;
    background-size: cover;
    max-width: 375px;
    height: 230px;
  }
}
