.page-wrapper {
  padding-top: .5rem;
  padding-bottom: 1.25rem;
}

.section {
  margin-top: .5rem;
}

.section.section-chat .text {
  color: #27282b;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.125rem;
}

.section.section-chat .buttons {
  grid-template-columns: 1fr 1fr;
  gap: .5rem;
  margin: 1rem 0 .125rem;
  display: grid;
}

@container app (width >= 496px) {
  .section.section-chat .buttons {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
}

.section.section-chat .button {
  color: #fff;
  min-width: 9rem;
}

.section.section-chat .button .svg {
  margin-top: .125rem;
}

.section.section-chat .button.live {
  background-color: #e15c1b;
  border-color: #e15c1b;
}

.section.section-chat .button.tg {
  background-color: #27a5e7;
  border-color: #27a5e7;
}

.section.section-chat .button.vk {
  background-color: #6287ae;
  border-color: #6287ae;
}

.section.section-news {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section.section-shop h2 {
  margin: 0 0 1rem;
}

.section.section-shop .item .city {
  color: #27282b;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 700;
}

.section.section-shop .item .map {
  border: 1px solid #8f8f8f;
  height: 300px;
  margin: 1rem 0 1.75rem;
}

.section.section-shop .item .addresses {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.25rem;
  display: flex;
}

.section.section-shop .item .addresses .address {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  font-style: normal;
  display: flex;
}

.section.section-shop .item .addresses .address .icon {
  color: #fff;
  background-color: #009ae3;
  border-radius: 99999px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.section.section-shop .item .addresses .address .text {
  justify-content: flex-start;
  align-items: center;
  min-height: 2rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1rem;
  display: flex;
}

.section.section-shop .item .addresses .address .link {
  color: #009ae3;
  text-decoration: none;
}

.section.section-shop .item .addresses .address .schedule {
  grid-template-columns: auto auto;
  gap: .375rem 1rem;
  font-size: .875rem;
  line-height: 1rem;
  display: grid;
}

.section.section-shop .item .addresses .address .days {
  text-align: right;
  font-weight: 700;
}

.section.section-shop .item .addresses .address .clock {
  text-align: left;
  font-weight: 400;
}
