

/* Start:/local/templates/main/assets/styles/pages/heat-generation/tariffs.css?17648291932079*/
/* ============================================= Заголовок страницы ============================================= */
.tariffs__wrapper-title {
  display: flex;
  flex-direction: column;

  /* 25px-30px */
  gap: clamp(1.5625rem, 1.49rem + 0.32vw, 1.875rem);
}

.tariffs__title {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.tariffs__title-text {
  display: flex;
  align-items: center;
  justify-content: space-between;

  /* 30px-50px */
  gap: clamp(1.875rem, 1.5716rem + 1.2945vw, 3.125rem);
}

/* ============================================= Контнент страницы ============================================= */
.tariffs {
  display: flex;
  flex-direction: column;
  margin-top: 100px;

  /* 30px-50px */
  gap: clamp(1.875rem, 1.5716rem + 1.2945vw, 3.125rem);

  /* 50px 15px 50px 15px - 60px 85px 150px 85px */
  padding: clamp(3.125rem, 2.97rem + 0.65vw, 3.75rem) clamp(0.9375rem, -0.12rem + 4.53vw, 5.3125rem) clamp(3.125rem, 1.61rem + 6.47vw, 9.375rem);
}

.tariffs__content {
  display: flex;
  flex-direction: column;

  /* 30px-50px */
  gap: clamp(1.875rem, 1.5716rem + 1.2945vw, 3.125rem);
}

.tariffs__content__document {
  display: flex;
  flex-direction: column;

  /* 15px-30px */
  gap: clamp(0.938rem, 0.7106rem + 0.9704vw, 1.875rem);
}

.content__document-item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 15px;
}

.content__document-item__info {
  display: flex;
  flex-direction: column;
  max-width: 1100px;
  gap: 10px;
}

.content__document-item__download {
  min-width: 300px;
}

/* ============================================= media запросы на все устройства ============================================= */
@media (width <=744px) {
  .tariffs__title-text {
    flex-direction: column;
    align-items: flex-start;
  }

  .tariffs .select {
    width: 100%;
  }

  .content__document-item {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* End */
/* /local/templates/main/assets/styles/pages/heat-generation/tariffs.css?17648291932079 */
