@charset "UTF-8";
.contacts__text-wrapper {
  margin: 32px 0 80px;
}
.contacts__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
  text-transform: none;
  color: #C2C2C2;
  margin-bottom: 40px;
}
.contacts__text {
  font-size: 36px;
  font-weight: 400;
  line-height: 144%;
  letter-spacing: -0.02em;
  color: #151526;
  margin-bottom: 20px;
}
.contacts__link {
  color: #00B0FF;
  text-decoration: none;
  border-bottom: 2px solid #00B0FF;
}
.contacts__link:hover {
  color: #48BEFF;
  border-color: #48BEFF;
}
.contacts__form-container {
  margin-bottom: 140px;
}

/**********************************************************************************************************************/
/******************************                 Адаптивная верстка                      *******************************/
/**********************************************************************************************************************/
/****************************************   Для экранов меньше 992px   ************************************************/
@media (max-width: 991.98px) {
  .contacts .new-mobile-sidebar .new-sidebar__item {
    transform: translateX(-106px);
  }
}
/****************************************   Для экранов меньше 768px   ************************************************/
@media (max-width: 767.98px) {
  .contacts .new-mobile-sidebar .new-sidebar__item {
    transform: translateX(-16px);
  }
  .contacts__form-container {
    margin-bottom: 100px;
  }
  .contacts__text {
    font-size: 34px;
  }
}
/****************************************   For screens smaller than 576px   ******************************************/
@media (max-width: 575.98px) {
  .contacts .new-mobile-sidebar .new-sidebar__item {
    transform: translateX(14px);
  }
  .contacts__form-container {
    margin-bottom: 60px;
  }
  .contacts__title {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .contacts__text-wrapper {
    margin-bottom: 40px;
  }
  .contacts__text {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .contacts__text br {
    display: none;
  }
}

/*# sourceMappingURL=contacts.css.map */
