#popup--diapazon {
  max-width: 373px;
}
#popup--diapazon .popup__title {
  font-size: 20px;
}
#popup--diapazon .popup__close {
  top: 15px;
}
#popup--diapazon .popup__content {
  padding: 20px 30px 25px;
}
#popup--diapazon .statsSelector {
  width: 100%;
  margin-bottom: 15px;
}
#popup--diapazon .button {
  width: 100%;
  margin-top: 5px;
  min-height: 48px;
}
.popup__notionlabel {
  font-family: 'Manrope';
  font-weight: 700;
  font-size: 13px;
  color: #879DB1;
  margin-bottom: 8px;
}
.statsPanel {
  margin-bottom: 40px;
}
.statsSelectors {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.statsSelector {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.statsSelector select {
  display: block;
  width: 100%;
  padding: 12px 25px 14px 16px;
  background-color: #ffffff;
  border: 1px solid #D2DAE2;
  border-radius: 8px;
  font-family: inherit;
  font-family: 'Manrope';
  font-size: 16px;
  color: #000;
  min-height: 48px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.statsSelector::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -6px;
  height: 6px;
  width: 6px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  pointer-events: none;
  z-index: 1;
}
.statsTabs {
  display: flex;
  align-items: center;
  padding: 8px;
  background-color: #FFFFFF;
  border: 1px solid #D2DAE2;
  border-radius: 16px;
  overflow: auto;
}
.statsTabs:not(:last-child) {
  margin-bottom: 40px;
}
.statsTab {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  font-weight: 700;
  cursor: pointer;
  font-size: 15px;
  border-radius: 8px;
  padding-inline: 17px;
  flex-shrink: 0;
  flex-grow: 1;
  font-family: 'Manrope';
  color: #546A7E;
}
@media (min-width: 1070px) {
  .statsTab {
    min-height: 56px;
    font-size: 20px;
  }
}
.statsTab.active {
  color: #FFFFFF;
  background-color: #34A9E4;
}
.statsBox {
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 12px;
  margin-block: 30px;
}
@media (min-width: 770px) {
  .statsBox {
    padding: 25px;
  }
}
.statsBox__list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 6%;
}
.statsBox__item {
  height: 400px;
  width: 100%;
}
@media (min-width: 770px) {
  .statsBox__item--half {
    width: 47%;
  }
}
.statsBox__item--watermark {
  background-size: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/static/images/logo.svg);
}
.statsBox__title {
  font-family: 'Manrope';
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
  color: #2A353F;
}
@media (min-width: 770px) {
  .statsBox__title {
    font-size: 26px;
  }
}
.statsBox__subtitles {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}
.statsBox__subtitle {
  font-family: 'Manrope';
  font-weight: 700;
  font-size: 16px;
  color: #2A353F;
}
