@charset "UTF-8";
/**
 * ПРОФИЛЬ ПОЛЬЗОВАТЕЛЯ
 */
.profile {
  /**
   * ТАРИФЫ
   */
}
.profile__tariffs {
  width: 100%;
}
.profile__tariffs-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  background: #f9f9f9;
  padding: 30px;
  border-radius: 0.375rem;
}
.profile__tariffs-item.active {
  border: 3px solid #1C54E3;
}
.profile__tariffs-item__title {
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  line-height: 1.1;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 15px;
}
.profile__tariffs-item__title-description {
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
  opacity: 0.9;
}
.profile__tariffs-item__lines {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.profile__tariffs-item__lines-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.profile__tariffs-item__lines-item.flex {
  flex: 1;
}
.profile__tariffs-item__lines-item__label {
  opacity: 0.4;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}
.profile__tariffs-item__lines-item__text {
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.profile__tariffs-item__lines-item__text-full {
  font-size: 16px;
  line-height: 1.6;
}
.profile__tariffs-item__lines-item__text .old {
  opacity: 0.6;
  font-weight: 300;
  text-decoration: line-through;
}
.profile {
  /**
   * СТАТИСТИКА ПОТРЕБЛЕНИЯ РЕСУРСОВ
   */
}
.profile__stat-item {
  width: 100%;
  border-bottom: 1px solid #f9f9f9;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
@media (max-width: 991px) {
  .profile__stat-item {
    flex-direction: column;
    gap: 15px;
    padding: 15px;
  }
  .profile__stat-item:nth-child(even) {
    background: #f9f9f9;
  }
}
.profile__stat-item:first-child {
  font-weight: bold;
}
@media (min-width: 992px) {
  .profile__stat-item:hover:not(:first-child) {
    background: #f9f9f9;
  }
}
.profile__stat-item__line {
  flex: 1;
  padding: 10px;
}
@media (max-width: 991px) {
  .profile__stat-item__line {
    padding: 0;
  }
}
.profile__stat-item__line:first-child {
  font-weight: bold;
}
.profile__stat-item__line-heading {
  font-size: smaller;
  color: #bababa;
}
.profile__stat-item .sep {
  color: #bababa;
}
.profile__stat-item .amount-negative {
  color: #ff4444;
}

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