

/* Start:/local/templates/main/assets/styles/pages/heat-generation/purchases.css?17648291931542*/
/* ============================================= Заголовок страницы ============================================= */
.purchases__wrapper-title {
  display: flex;
  flex-direction: column;

  /* 25px-30px */
  gap: clamp(1.5625rem, 1.49rem + 0.32vw, 1.875rem);
}

.purchases__title {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.purchases__title-text {
  display: flex;
  align-items: center;
  justify-content: space-between;

  /* 30px-50px */
  gap: clamp(1.875rem, 1.5716rem + 1.2945vw, 3.125rem);
}

/* ============================================= Контент страницы ============================================= */
.purchases {
  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);
}

.purchases__content {
  display: flex;
  flex-direction: column;

  /* 30px-50px */
  gap: clamp(1.875rem, 1.5716rem + 1.2945vw, 3.125rem);
}

/* ============================================= media запросы на все устройства ============================================= */
@media (width <=744px) {
  .purchases__title-text {
    flex-direction: column;
    align-items: flex-start;
  }

  .purchases__title-text .select {
    width: 100%;
  }
}

/* End */
/* /local/templates/main/assets/styles/pages/heat-generation/purchases.css?17648291931542 */
