.reflection {
  display: inline-block;
  max-width: 100%;
  position: relative;
}
.reflection__img {
  max-width: 100%;
}
.reflection__img_base {
  position: relative;
  z-index: 0;
}
.reflection__img_layer {
  position: absolute;
  left: 0;
  top: 90%;
  transform: scaleY(-1);
  opacity: 0.9;
  filter: blur(3px);
  z-index: -1;
}
.reflection_bg .reflection__img_layer {
  top: 60%;
  filter: blur(21px);
}
.swiper_custom.swiper-initialized {
  position: relative;
  width: 100vw;
  padding: 16px;
  padding-bottom: 48px;
  margin: -16px;
}
@media only screen and (min-width: 768px) {
  .swiper_custom.swiper-initialized {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .swiper_custom.swiper-initialized {
    width: auto;
  }
}
.swiper_custom.swiper-initialized::after {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background-color: #e8e9eb;
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
}
.swiper_custom.swiper-initialized.swiper-navigation-disabled {
  padding-bottom: 16px;
}
.swiper_custom.swiper-initialized.swiper-navigation-disabled::after {
  display: none;
}
@media (max-width: 1024px) {
  .swiper_custom.swiper-initialized {
    padding-right: 32px;
  }
}
.swiper-button-prev_custom,
.swiper-button-next_custom {
  width: 20px;
  height: 20px;
  color: #1d233b;
  top: unset;
  bottom: 16px;
}
.swiper-button-prev_custom::after,
.swiper-button-next_custom::after {
  display: none;
}
.swiper-button-icon {
  stroke: currentColor;
}
.swiper-pagination_custom .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #d2d3d8;
  cursor: pointer;
}
.swiper-pagination_custom .swiper-pagination-bullet:hover {
  background: #a5a7b1;
}
.swiper-pagination_custom .swiper-pagination-bullet-active {
  background: #9000ed;
}
html.dark .swiper_custom.swiper-initialized::after {
  background-color: rgba(255, 254, 255, 0.1);
}
@media (max-width: 1024px) {
  html.dark .swiper_custom.swiper-initialized {
    padding-right: 32px;
  }
}
html.dark .swiper-button-prev_custom,
html.dark .swiper-button-next_custom {
  color: #fffeff;
}
.banner-card {
  display: grid;
  align-content: start;
  height: auto;
  border-radius: 22px;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  color: inherit;
}
.banner-card__figure {
  display: block;
  border-radius: 22px;
  position: relative;
  overflow: hidden;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.banner-card__figure:hover {
  box-shadow: -10px -10px 12px 0px rgba(144, 0, 237, 0.1019607843);
}
@media only screen and (min-width: 1024px) {
  .banner-card__figure:hover {
    box-shadow: none;
  }
}
.banner-card__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.banner-card__figure-btn {
  padding: 16px 0 0 16px;
  border-radius: 32px 0 22px 0;
  background: #fffeff;
  position: absolute;
  bottom: 0;
  right: 0;
}
.banner-card__figure-btn::before, .banner-card__figure-btn::after {
  content: "";
  display: block;
  height: 50%;
  aspect-ratio: 1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyMyAyNCIgZmlsbD0iI0ZGRkVGRiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMjRDMTIuNzAyNiAyNCAyMyAxMy43MDI1IDIzIDFWMjRIMFoiIC8+CjxwYXRoIGQ9Ik0yMi45Nzg1IDBIMjNWMUMyMyAwLjY2NDk0OCAyMi45OTI3IDAuMzMxNTczIDIyLjk3ODUgMFoiIC8+Cjwvc3ZnPgo=);
  background-size: cover;
  position: absolute;
}
.banner-card__figure-btn::before {
  bottom: 0;
  right: 100%;
}
.banner-card__figure-btn::after {
  right: 0;
  bottom: 100%;
}
.banner-card__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  cursor: pointer;
  padding: 12px;
  gap: 8px;
  border-radius: 50%;
  border: none;
  background: #1d233b;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.banner-card__btn:hover {
  background: #9000ed;
}
.banner-card__btn:active {
  background: #1d233b;
}
.banner-card__figcaption {
  display: grid;
  grid-template-rows: auto auto;
  gap: 8px;
  padding: 8px;
  justify-content: start;
}
.banner-card__details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .banner-card__details .chips {
    padding: 4px 0;
    background-color: transparent;
  }
}
@media only screen and (min-width: 1920px) {
  .banner-card__details {
    width: 416px;
  }
}
@media only screen and (min-width: 1920px) {
  .banner-card__details--full {
    width: 100%;
  }
}
.banner-card__row {
  display: flex;
  gap: 8px;
}
@media only screen and (min-width: 1024px) {
  .banner-card__row {
    gap: 24px;
  }
}
.banner-card__time {
  color: #a5a7b1;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.28px;
}
.banner-card__row {
  display: flex;
  gap: 8px;
}
@media only screen and (min-width: 1024px) {
  .banner-card__row {
    gap: 24px;
  }
}
.banner-card__time {
  color: #a5a7b1;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.28px;
}
.banner-card__h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.48px;
}
.banner-card_outlined {
  border: 1px solid #d2d3d8;
}
.banner-card_outlined:hover {
  box-shadow: 2px 4px 20px 0px rgba(144, 0, 237, 0.1019607843), 0px 0px 16px 0px rgba(144, 0, 237, 0.1019607843);
}
.banner-card_outlined .banner-card__img {
  box-shadow: none;
}
.banner-card_outlined .banner-card__figcaption {
  padding: 16px 32px 24px 32px;
}
html.dark .banner-card_outlined {
  border-color: rgba(255, 254, 255, 0.1);
}
html.dark .banner-card_outlined--background {
  overflow: hidden;
  background-color: rgba(255, 254, 255, 0.05);
}
html.dark .banner-card__figure-btn {
  background: #1d233b;
}
html.dark .banner-card__figure-btn::before, html.dark .banner-card__figure-btn::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyMyAyNCIgZmlsbD0iIzFEMjMzQiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMjRDMTIuNzAyNiAyNCAyMyAxMy43MDI1IDIzIDFWMjRIMFoiIC8+CjxwYXRoIGQ9Ik0yMi45Nzg1IDBIMjNWMUMyMyAwLjY2NDk0OCAyMi45OTI3IDAuMzMxNTczIDIyLjk3ODUgMFoiIC8+Cjwvc3ZnPgo=);
}
html.dark .banner-card__btn {
  border: 1px solid rgba(255, 254, 255, 0.1);
  text-decoration: none;
}
html.dark .banner-card__time {
  color: rgba(255, 254, 255, 0.4);
}
.quote {
  border-left: 3px solid #9000ed;
  padding-left: 24px;
  font-style: italic;
}
body .moreText.isCollapsed {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .moreText.isCollapsed.isActive {
  display: block;
}
body .moreText.isCollapsed ~ .moreLink {
  display: inline-block;
}
.chips {
  display: flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  padding: 4px 10px;
  border-radius: 40px;
  background-color: rgba(29, 35, 59, 0.05);
  color: #1d233b;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.28px;
}
.chips--blue {
  padding: 4px 8px;
  border-radius: 20px;
  background-color: #9000ed;
  color: #fffeff;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.32px;
}
@media only screen and (min-width: 1024px) {
  html.dark .banner-card__details .chips {
    background-color: transparent;
  }
}
html.dark .chips {
  background-color: rgba(255, 254, 255, 0.05);
  color: #fffeff;
}
html.dark .chips--blue {
  background-color: #9000ed;
  color: #fffeff;
}
.tariffs-page {
  margin-top: 100px;
}
.tariffs-page__title {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}
.tariffs-page__info {
  position: relative;
  display: flex;
  align-items: center;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.tariffs-page__info svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  stroke: #9000ed;
}
.tariffs-page__info .tooltip {
  display: none;
  z-index: 2;
  bottom: calc(100% + 12px);
  left: -50%;
  max-width: 632px;
  width: max-content;
}
@media only screen and (min-width: 768px) {
  .tariffs-page__info .tooltip {
    display: block;
  }
}
.tariffs-page__info .tooltip__arrow {
  bottom: calc(100% + 4px);
  left: 4px;
  transform: translateX(0);
  opacity: 0;
}
.tariffs-page__info .tooltip.visible + .tooltip__arrow {
  opacity: 1;
}
html.dark .tariffs-page__info svg {
  stroke: #a85bf6;
}
.tariff-filter {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (min-width: 1440px) {
  .tariff-filter {
    margin-bottom: 32px;
  }
}
.tariff-filter-desk {
  width: 100%;
  gap: 8px;
  display: none;
  padding: 8px;
  border-radius: 20px;
  background: rgba(29, 35, 59, 0.05);
}
@media only screen and (min-width: 1440px) {
  .tariff-filter-desk {
    display: flex;
  }
}
.tariff-filter-desk__list {
  width: 100%;
  display: flex;
  gap: 8px;
}
.tariff-filter-desk__item {
  position: relative;
  flex: 1;
  border-radius: 12px;
  border: 1px solid #d2d3d8;
  background: #fffeff;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tariff-filter-desk__item:hover {
  border-color: #a85bf6;
}
.tariff-filter-desk__item.isActive {
  border-color: #1d233b;
}
.tariff-filter-desk__item.isActive .tariff-filter-desk__item-icon {
  transform: rotate(180deg);
}
.tariff-filter-desk__item.isActive .tariff-filter-desk__item-title {
  transform: translateY(-50%);
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.24px;
}
.tariff-filter-desk__item.isActive > .tariff-filter-desk__menu {
  transform: translateY(100%) rotateX(0deg);
  pointer-events: auto;
}
.tariff-filter-desk__item.isHaveData .tariff-filter-desk__item-title {
  transform: translateY(-50%);
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.24px;
}
.tariff-filter-desk__item.isHaveData .tariff-filter-desk__item-input {
  transform: translateX(0);
  opacity: 1;
}
.tariff-filter-desk__item-value {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  padding: 16px 14px;
  cursor: pointer;
}
.tariff-filter-desk__item-title {
  color: #a5a7b1;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.32px;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tariff-filter-desk__item-icon {
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tariff-filter-desk__item-icon-path {
  stroke: #7a7d8d;
}
.tariff-filter-desk__item-input {
  position: absolute;
  left: 14px;
  bottom: 4px;
  color: #1d233b;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.32px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(50%);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tariff-filter-desk__menu {
  flex-grow: 1;
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  transform: translateY(100%) rotateX(90deg);
  transform-origin: top;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  min-width: 100%;
  padding: 16px 8px 8px 8px;
  gap: 8px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 2px 18px 0px rgba(144, 0, 237, 0.1);
  pointer-events: none;
}
.tariff-filter-desk__menu__value {
  color: #9000ed;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.48px;
  margin-bottom: 10px;
}
.tariff-filter-desk__menu__range {
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-width: 100%;
  height: 56px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1440px) {
  .tariff-filter-desk__menu__range {
    width: 100%;
    min-width: 240px;
  }
}
.tariff-filter-desk__menu__range .noUi-horizontal {
  height: auto;
}
.tariff-filter-desk__menu__range .noUi-target {
  width: calc(100% - 35px);
  margin-left: auto;
  margin-right: auto;
  border-color: #1d233b;
}
.tariff-filter-desk__menu__range .noUi-handle {
  top: 0;
  right: 0;
  transform: translateX(50%) translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid #1d233b;
  background: #fffeff;
  cursor: pointer;
}
.tariff-filter-desk__menu__range .noUi-handle::before, .tariff-filter-desk__menu__range .noUi-handle::after {
  display: none;
}
.tariff-filter-desk__menu__checkbox-list {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
}
.tariff-filter-desk__menu__checkbox-item {
  display: flex;
  gap: 8px;
  width: 100%;
  padding: 8px;
}
.tariff-filter-desk__menu__checkbox-item.isMargin {
  margin-left: 24px;
}
.tariff-filter-desk__menu__checkbox-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tariff-filter-desk__menu__checkbox-counter {
  color: #1d233b;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.32px;
  text-wrap: nowrap;
}
.tariff-filter-desk__menu__checkbox-desc {
  color: #7a7d8d;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.32px;
  text-wrap: nowrap;
}
.tariff-filter-desk__all-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px;
  background: none;
  border: none;
  outline: none;
  text-wrap: nowrap;
  color: #1d233b;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.48px;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.tariff-filter-desk__all-btn .icon-color {
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tariff-filter-desk__all-btn:hover {
  color: #a85bf6;
}
.tariff-filter-desk__all-btn:hover .icon-color {
  stroke: #a85bf6;
}
.tariff-filter__active {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tariff-filter__active.isVisible {
  position: relative;
  pointer-events: all;
  opacity: 1;
  margin-bottom: 32px;
}
@media only screen and (min-width: 1440px) {
  .tariff-filter__active.isVisible {
    margin-bottom: 0;
  }
}
.tariff-filter__active-item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 4px 10px;
  opacity: 0;
  pointer-events: none;
  border-radius: 40px;
  border: 1px solid #d2d3d8;
  color: #1d233b;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.28px;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tariff-filter__active-item.isActive {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}
.tariff-filter__active-item__close {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}
.tariff-filter__active-item__close svg {
  stroke: #a5a7b1;
}
.tariff-filter__active-btn {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tariff-filter__active-btn.isVisible {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}
html.dark .tariff-filter-desk {
  background: rgba(255, 254, 255, 0.05);
}
html.dark .tariff-filter-desk__item {
  border-color: rgba(255, 254, 255, 0.2);
  background: #1d233b;
}
html.dark .tariff-filter-desk__item:hover {
  border-color: #a85bf6;
}
html.dark .tariff-filter-desk__item.isActive {
  border-color: #fffeff;
}
html.dark .tariff-filter-desk__item-title {
  color: rgba(255, 254, 255, 0.4);
}
html.dark .tariff-filter-desk__item-input {
  color: #fffeff;
}
html.dark .tariff-filter-desk__item-icon-path {
  stroke: rgba(255, 254, 255, 0.7);
}
html.dark .tariff-filter-desk__menu {
  background-color: #1d233b;
  border: 1px solid rgba(255, 254, 255, 0.2);
  box-shadow: 0px 4px 20px 0px rgba(171, 181, 234, 0.07);
}
html.dark .tariff-filter-desk__menu__value {
  color: #a85bf6;
}
html.dark .tariff-filter-desk__menu__range {
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 100%;
  height: 56px;
  margin-bottom: 8px;
}
html.dark .tariff-filter-desk__menu__range .noUi-horizontal {
  height: auto;
}
html.dark .tariff-filter-desk__menu__range .noUi-target {
  border-color: #fffeff;
}
html.dark .tariff-filter-desk__menu__range .noUi-handle {
  border: 1px solid #fffeff;
  background: #1d233b;
  box-shadow: none;
}
html.dark .tariff-filter-desk__menu__checkbox-counter {
  color: #fffeff;
}
html.dark .tariff-filter-desk__menu__checkbox-desc {
  color: rgba(255, 254, 255, 0.7);
}
html.dark .tariff-filter-desk__all-btn {
  color: #fffeff;
}
html.dark .tariff-filter-desk__all-btn .icon-color {
  stroke: #fffeff;
}
html.dark .tariff-filter-desk__all-btn:hover {
  color: #a85bf6;
}
html.dark .tariff-filter-desk__all-btn:hover .icon-color {
  stroke: #a85bf6;
}
html.dark .tariff-filter__active-item {
  border: 1px solid rgba(255, 254, 255, 0.2);
  color: #fffeff;
}
html.dark .tariff-filter__active-item__close svg {
  stroke: rgba(255, 254, 255, 0.4);
}
.tariffs-list__top {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .tariffs-list__top {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.tariffs-list__count {
  order: 2;
}
@media only screen and (min-width: 768px) {
  .tariffs-list__count {
    order: 1;
  }
}
.tariffs-list__options {
  order: 1;
  display: flex;
  gap: 8px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .tariffs-list__options {
    order: 2;
    width: fit-content;
  }
}
.tariffs-list__sort {
  position: relative;
  flex-grow: 1;
}
@media only screen and (min-width: 768px) {
  .tariffs-list__sort {
    width: 220px;
  }
}
.tariffs-list__sort__head {
  display: flex;
  align-items: center;
  gap: 8px;
  height: auto;
  min-height: 48px;
  padding: 6px 14px;
  border-radius: 12px;
  border: 1px solid #d2d3d8;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #fffeff;
}
.tariffs-list__sort__head:hover {
  border-color: #9000ed;
}
.tariffs-list__sort__head[data-direction=up] .tariffs-list__sort__direct--down {
  display: none;
}
.tariffs-list__sort__head[data-direction=down] .tariffs-list__sort__direct--up {
  display: none;
}
.tariffs-list__sort__direct {
  width: 20px;
  height: 20px;
  stroke: #1d233b;
}
.tariffs-list__sort__title {
  flex-grow: 1;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.32px;
}
.tariffs-list__sort__icon {
  width: 20px;
  height: 20px;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tariffs-list__sort__icon path {
  stroke: #7a7d8d;
}
.tariffs-list__sort__list {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  max-height: 404px;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 8px;
  box-shadow: 0px 2px 18px 0px rgba(144, 0, 237, 0.1);
  background-color: #fffeff;
  opacity: 0;
  pointer-events: none;
  transform: rotateX(90deg);
  transform-origin: top;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  scrollbar-color: #d2d3d8 rgba(29, 35, 59, 0.05);
  scrollbar-width: thin;
}
.tariffs-list__sort__list ::-webkit-scrollbar {
  width: 8px;
  padding: 1px;
}
.tariffs-list__sort__list ::-webkit-scrollbar-track {
  border-radius: 18px;
  background: rgba(29, 35, 59, 0.05);
}
.tariffs-list__sort__list ::-webkit-scrollbar-thumb {
  width: 6px;
  background: #d2d3d8;
  border-radius: 8px;
}
@media only screen and (min-width: 1024px) {
  .tariffs-list__sort__list {
    max-height: 422px;
  }
}
.tariffs-list__sort__label {
  padding: 8px 0 0 8px;
  font-size: 14px;
  line-height: 18px;
}
.tariffs-list__sort__label:not(:first-child) {
  border-top: 1px solid #e8e9eb;
}
.tariffs-list__sort__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  width: 100%;
  height: 42px;
  padding: 4px 8px 4px 4px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tariffs-list__sort__item:hover {
  background-color: rgba(29, 35, 59, 0.03);
}
.tariffs-list__sort__item:hover .tariffs-list__sort__circle {
  background-color: rgba(29, 35, 59, 0.05);
}
.tariffs-list__sort__item.selected .tariffs-list__sort__circle {
  border-color: #1d233b;
}
.tariffs-list__sort__item.selected .tariffs-list__sort__circle .tariffs-list__sort__point {
  opacity: 1;
}
.tariffs-list__sort__option {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.32px;
}
.tariffs-list__sort__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 20px;
  width: 20px;
  border-radius: 24px;
  border: 1px solid #d2d3d8;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tariffs-list__sort__point {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #1d233b;
  opacity: 0;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tariffs-list__sort.open .tariffs-list__sort__head {
  border-color: #1d233b;
}
.tariffs-list__sort.open .tariffs-list__sort__head .tariffs-list__sort__icon {
  transform: rotate(180deg);
}
.tariffs-list__sort.open .tariffs-list__sort__list {
  z-index: 10;
  opacity: 1;
  pointer-events: all;
  transform: rotateX(0deg);
}
.tariffs-list__toggle {
  display: none;
}
@media only screen and (min-width: 1440px) {
  .tariffs-list__toggle {
    display: flex;
  }
}
@media only screen and (min-width: 1440px) {
  .tariffs-list__filters {
    display: none;
  }
}
.tariffs-list__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tariffs-list__tiles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 32px;
}
.tariffs-list__tiles .tarif-card {
  display: none;
}
.tariffs-list__tiles .tarif-card.isVisible {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .tariffs-list__tiles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .tariffs-list__tiles {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .tariffs-list__tiles.isHorizontal {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
.tariffs-list__load-more {
  margin-bottom: 16px;
  height: 48px;
}
@media only screen and (min-width: 1024px) {
  .tariffs-list__load-more {
    width: 200px;
  }
}
html.dark .tariffs-list__sort__head {
  border-color: rgba(255, 254, 255, 0.2);
  background-color: #1d233b;
}
html.dark .tariffs-list__sort__head:hover {
  border-color: #a85bf6;
}
html.dark .tariffs-list__sort__direct {
  stroke: #fffeff;
}
html.dark .tariffs-list__sort__icon path {
  stroke: #fffeff;
  stroke-opacity: 0.7;
}
html.dark .tariffs-list__sort__list {
  background-color: #1d233b;
  box-shadow: 0px 4px 20px 0px rgba(171, 181, 234, 0.07);
  border-color: rgba(255, 254, 255, 0.1);
  scrollbar-color: rgba(255, 254, 255, 0.2) rgba(255, 254, 255, 0.05);
}
html.dark .tariffs-list__sort__list ::-webkit-scrollbar-track {
  background: rgba(255, 254, 255, 0.05);
}
html.dark .tariffs-list__sort__list ::-webkit-scrollbar-thumb {
  background: rgba(255, 254, 255, 0.2);
  border-radius: 8px;
}
html.dark .tariffs-list__sort__label {
  border-color: rgba(255, 254, 255, 0.1);
}
html.dark .tariffs-list__sort__item {
  color: #fffeff;
  border-color: rgba(255, 254, 255, 0.1);
}
html.dark .tariffs-list__sort__item:hover {
  background-color: rgba(255, 254, 255, 0.05);
}
html.dark .tariffs-list__sort__item:hover .tariffs-list__sort__circle {
  background-color: rgba(255, 254, 255, 0.05);
}
html.dark .tariffs-list__sort__item.selected .tariffs-list__sort__circle {
  border-color: #fffeff;
}
html.dark .tariffs-list__sort__circle {
  border-color: rgba(255, 254, 255, 0.2);
}
html.dark .tariffs-list__sort__point {
  background-color: #fffeff;
}
html.dark .tariffs-list__sort.open .tariffs-list__sort__head {
  border-color: #fffeff;
}
html.dark .tariffs-list__toggle {
  background-color: rgba(255, 254, 255, 0.05);
}
.tariff-filter-item {
  position: relative;
  flex: 1;
  border-radius: 12px;
  border: 1px solid #d2d3d8;
  background: #fffeff;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tariff-filter-item:hover {
  border-color: #a85bf6;
}
.tariff-filter-item.isActive {
  border-color: #1d233b;
}
.tariff-filter-item.isActive .tariff-filter-item__icon {
  transform: rotate(180deg);
}
.tariff-filter-item.isActive .tariff-filter-item__title {
  transform: translateY(-50%);
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.24px;
}
.tariff-filter-item.isActive > .tariff-filter-item__menu {
  transform: translateY(100%) rotateX(0deg);
  pointer-events: auto;
}
.tariff-filter-item.isHaveData .tariff-filter-item__title {
  transform: translateY(-50%);
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.24px;
}
.tariff-filter-item.isHaveData .tariff-filter-item__input {
  transform: translateX(0);
  opacity: 1;
}
.tariff-filter-item--empty:hover {
  border-color: #d2d3d8;
}
.tariff-filter-item__value {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  padding: 16px 14px;
  cursor: pointer;
}
.tariff-filter-item__title {
  color: #a5a7b1;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.32px;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tariff-filter-item__icon {
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tariff-filter-item__icon-path {
  stroke: #7a7d8d;
}
.tariff-filter-item__input {
  position: absolute;
  left: 14px;
  bottom: 4px;
  color: #1d233b;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.32px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(50%);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tariff-filter-item__menu {
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  transform: translateY(100%) rotateX(90deg);
  transform-origin: top;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  padding: 16px 8px 8px 8px;
  gap: 8px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 2px 18px 0px rgba(144, 0, 237, 0.1);
  pointer-events: none;
}
.tariff-filter-item__menu__value {
  color: #9000ed;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.48px;
  margin-bottom: 10px;
}
.tariff-filter-item__menu__range {
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 100%;
  height: 56px;
  margin-bottom: 8px;
}
.tariff-filter-item__menu__range .noUi-horizontal {
  height: auto;
}
.tariff-filter-item__menu__range .noUi-target {
  width: calc(100% - 35px);
  margin-left: auto;
  margin-right: auto;
  border-color: #1d233b;
}
.tariff-filter-item__menu__range .noUi-handle {
  top: 0;
  right: 0;
  transform: translateX(50%) translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid #1d233b;
  background: #fffeff;
  cursor: pointer;
}
.tariff-filter-item__menu__range .noUi-handle::before, .tariff-filter-item__menu__range .noUi-handle::after {
  display: none;
}
.tariff-filter-item__menu__checkbox-list {
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  padding-right: 10px;
}
.tariff-filter-item__menu__checkbox-item {
  display: flex;
  gap: 8px;
  padding: 8px;
}
.tariff-filter-item__menu__checkbox-item.isMargin {
  margin-left: 24px;
}
.tariff-filter-item__menu__checkbox-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tariff-filter-item__menu__checkbox-counter {
  color: #1d233b;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.32px;
}
.tariff-filter-item__menu__checkbox-desc {
  color: #7a7d8d;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.32px;
}
html.dark .tariff-filter-item {
  border-color: rgba(255, 254, 255, 0.2);
  background: #1d233b;
}
html.dark .tariff-filter-item:hover {
  border-color: #a85bf6;
}
html.dark .tariff-filter-item.isActive {
  border-color: #fffeff;
}
html.dark .tariff-filter-item--empty:hover {
  border-color: rgba(255, 254, 255, 0.2);
}
html.dark .tariff-filter-item__title {
  color: rgba(255, 254, 255, 0.4);
}
html.dark .tariff-filter-item__input {
  color: #fffeff;
}
html.dark .tariff-filter-item__icon-path {
  stroke: rgba(255, 254, 255, 0.7);
}
html.dark .tariff-filter-item__menu {
  background-color: #1d233b;
  border: 1px solid rgba(255, 254, 255, 0.2);
  box-shadow: 0px 4px 20px 0px rgba(171, 181, 234, 0.07);
}
html.dark .tariff-filter-item__menu__value {
  color: #a85bf6;
}
html.dark .tariff-filter-item__menu__range {
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 100%;
  height: 56px;
  margin-bottom: 8px;
}
html.dark .tariff-filter-item__menu__range .noUi-horizontal {
  height: auto;
}
html.dark .tariff-filter-item__menu__range .noUi-target {
  border-color: #fffeff;
}
html.dark .tariff-filter-item__menu__range .noUi-handle {
  border: 1px solid #fffeff;
  background: #1d233b;
  box-shadow: none;
}
html.dark .tariff-filter-item__menu__checkbox-counter {
  color: #fffeff;
}
html.dark .tariff-filter-item__menu__checkbox-desc {
  color: rgba(255, 254, 255, 0.7);
}
.tariffs-faq__title {
  margin-bottom: 32px;
}
.tariffs-faq__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 54px;
}
@media only screen and (min-width: 1024px) {
  .tariffs-faq__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.tariffs-faq__top-block {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (min-width: 768px) {
  .tariffs-faq__top-block {
    gap: 16px;
  }
}
.tariffs-faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tariffs-faq__card {
  display: none;
  height: fit-content;
  border-bottom: 1px solid #e8e9eb;
  padding: 16px 0;
  position: relative;
  overflow: hidden;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (min-width: 768px) {
  .tariffs-faq__card {
    border: 1px solid #e8e9eb;
    padding: 18px;
    border-radius: 22px;
  }
}
.tariffs-faq__card.show {
  display: block;
}
.tariffs-faq__tab {
  display: flex;
  width: 100%;
  align-items: center;
}
.tariffs-faq__btn {
  width: 48px;
  height: 48px;
  padding: 14px;
  border-radius: 50%;
  border: none;
  background: none;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  margin-left: auto;
}
.tariffs-faq__btn:hover {
  background: #e8e9eb;
}
@media (max-width: 1024px) {
  .tariffs-faq__btn:hover {
    background: transparent;
  }
}
.tariffs-faq__btn:active {
  background: none;
}
.tariffs-faq__btn.isActive {
  transform: rotate(45deg);
}
@media (max-width: 1024px) {
  .tariffs-faq__btn.isActive {
    transform: none;
  }
  .tariffs-faq__btn.isActive svg {
    display: none;
  }
  .tariffs-faq__btn.isActive::before {
    content: " ";
    width: 12px;
    height: 1px;
    display: inline-block;
    background: #9000ed;
    line-height: 1;
  }
}
.tariffs-faq__description {
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  max-height: 0;
  pointer-events: none;
}
.tariffs-faq__description.isVisible {
  opacity: 1;
  transform: translateY(0);
  margin: 10px 0;
  pointer-events: all;
}
.tariffs-faq__more {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px;
  border: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #1d233b;
  background-color: inherit;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tariffs-faq__more:hover {
  color: #9000ed;
}
@media only screen and (min-width: 768px) {
  .tariffs-faq__more {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
.tariffs-faq__more.isVisible {
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .tariffs-faq__more.isVisible {
    display: none;
  }
}
.tariffs-faq__nav {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .tariffs-faq__nav {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}
.tariffs-faq__nav__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  padding: 14px;
  border: none;
  background-color: inherit;
  border-radius: 48px;
  cursor: pointer;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tariffs-faq__nav__btn:hover {
  background-color: #e8e9eb;
}
.tariffs-faq__nav__btn:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.tariffs-faq__nav__btn svg {
  height: 20px;
  width: 20px;
}
.tariffs-faq__nav__btn svg path {
  stroke: #1d233b;
}
.tariffs-faq__bottom-block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 41px 16px;
  margin-left: -16px;
  margin-right: -16px;
  background-color: rgba(29, 35, 59, 0.05);
}
@media only screen and (min-width: 768px) {
  .tariffs-faq__bottom-block {
    flex-direction: row;
    align-items: center;
    padding: 41px 160px;
    margin-left: -160px;
    margin-right: -160px;
  }
}
@media only screen and (min-width: 1024px) {
  .tariffs-faq__bottom-block {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 458px;
    max-width: 656px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 48px 50px 48px;
    background-color: inherit;
  }
}
@media only screen and (min-width: 1440px) {
  .tariffs-faq__bottom-block {
    padding: 0 96px 50px 48px;
  }
}
.tariffs-faq__picture {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .tariffs-faq__picture {
    display: block;
    position: absolute;
    left: 56px;
    top: 42px;
    width: 154px;
    height: 154px;
  }
}
.tariffs-faq__spot {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .tariffs-faq__spot {
    display: block;
    position: absolute;
    left: 56px;
    top: 0;
    transform: rotate(-56deg);
    width: 138px;
    height: 267px;
    border-radius: 267px;
    background-color: #4B18F2;
    filter: blur(50px);
    opacity: 0.2;
  }
}
.tariffs-faq__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tariffs-faq__info__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.6px;
}
@media only screen and (min-width: 768px) {
  .tariffs-faq__consult {
    flex-shrink: 0;
  }
}
html.dark .tariffs-faq__card {
  border-color: rgba(255, 254, 255, 0.1);
}
@media only screen and (min-width: 768px) {
  html.dark .tariffs-faq__card {
    background-color: rgba(255, 254, 255, 0.05);
  }
}
html.dark .tariffs-faq__more {
  color: #fffeff;
}
html.dark .tariffs-faq__more:hover {
  color: #a85bf6;
}
html.dark .tariffs-faq__nav__btn path {
  stroke: #fffeff;
}
html.dark .tariffs-faq__nav__btn:hover {
  background-color: #fffeff;
}
html.dark .tariffs-faq__nav__btn:hover path {
  stroke: #090909;
}
html.dark .tariffs-faq__bottom-block {
  background-color: rgba(255, 254, 255, 0.05);
}
@media only screen and (min-width: 1024px) {
  html.dark .tariffs-faq__bottom-block {
    background-color: inherit;
  }
}
.filters-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100dvh;
  padding-top: 32px;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(3px);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  pointer-events: none;
}
@media only screen and (min-width: 1024px) {
  .filters-modal-overlay {
    justify-content: flex-end;
    padding-top: 0;
  }
}
.filters-modal-overlay.open {
  opacity: 1;
  pointer-events: auto;
}
.filters-modal {
  border-radius: 16px 16px 0 0;
  box-shadow: 0px -4px 16px 0px rgba(96, 46, 132, 0.15);
  background-color: #fffeff;
  height: 100%;
  width: 100%;
  padding-bottom: 66px;
}
@media only screen and (min-width: 768px) {
  .filters-modal {
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .filters-modal {
    width: 936px;
    border-radius: 0;
  }
}
@media only screen and (min-width: 1920px) {
  .filters-modal {
    width: 1220px;
  }
}
.filters-modal__body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .filters-modal__body {
    gap: 16px;
    padding: 16px 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .filters-modal__body {
    padding: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .filters-modal__body {
    padding: 32px;
  }
}
.filters-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 8px 0 16px;
}
@media only screen and (min-width: 768px) {
  .filters-modal__head {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .filters-modal__head {
    justify-content: flex-start;
    gap: 16px;
  }
}
.filters-modal__scroll {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
@media only screen and (min-width: 768px) {
  .filters-modal__scroll {
    gap: 16px;
  }
}
.filters-modal__title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.48px;
}
@media only screen and (min-width: 1024px) {
  .filters-modal__title {
    order: 2;
  }
}
.filters-modal__close {
  display: flex;
  width: 48px;
  height: 48px;
  border: none;
  background-color: inherit;
  padding: 14px;
  border-radius: 100%;
  cursor: pointer;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.filters-modal__close:hover {
  background-color: #e8e9eb;
}
@media only screen and (min-width: 768px) {
  .filters-modal__close {
    margin-right: -16px;
  }
}
@media only screen and (min-width: 1024px) {
  .filters-modal__close {
    order: 1;
    margin: 0;
  }
}
.filters-modal__close__cross, .filters-modal__close__arrow {
  width: 20px;
  height: 20px;
  stroke: #1d233b;
}
@media only screen and (min-width: 1024px) {
  .filters-modal__close__cross {
    display: none;
  }
}
.filters-modal__close__arrow {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .filters-modal__close__arrow {
    display: block;
  }
}
.filters-modal__active {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 16px;
}
@media only screen and (min-width: 768px) {
  .filters-modal__active {
    padding: 0 0 16px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .filters-modal__active {
    padding: 0;
  }
}
.filters-modal__active.isVisible {
  position: relative;
  opacity: 1;
  pointer-events: all;
}
.filters-modal__chip {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 4px 10px;
  opacity: 0;
  pointer-events: none;
  border-radius: 40px;
  border: 1px solid #d2d3d8;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.28px;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.filters-modal__chip.isActive {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}
.filters-modal__chip__close {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}
.filters-modal__chip__close svg {
  stroke: #a5a7b1;
}
.filters-modal__clear-all {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (min-width: 1024px) {
  .filters-modal__clear-all {
    display: flex;
  }
}
.filters-modal__clear-all.isVisible {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}
.filters-modal__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 8px 16px;
}
@media only screen and (min-width: 768px) {
  .filters-modal__list {
    grid-template-columns: repeat(2, 1fr);
    padding: 8px;
    border-radius: 20px;
    background-color: rgba(29, 35, 59, 0.05);
  }
}
@media only screen and (min-width: 1024px) {
  .filters-modal__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.filters-modal__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 0;
  opacity: 0;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transform: rotateX(90deg);
  transform-origin: top;
}
.filters-modal__content.isExpanded {
  max-height: fit-content;
  opacity: 1;
  transform: rotateX(0);
}
@media only screen and (min-width: 768px) {
  .filters-modal__content {
    flex-grow: 1;
    padding-top: 16px;
    max-height: none;
    opacity: 1;
    transform: rotateX(0);
  }
}
@media only screen and (min-width: 1024px) {
  .filters-modal__content {
    gap: 16px;
  }
}
.filters-modal__toggle {
  padding: 0 8px;
  overflow-x: auto;
  scrollbar-width: none;
}
.filters-modal__toggle::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 768px) {
  .filters-modal__toggle {
    padding: 0;
  }
}
.filters-modal__area {
  flex-grow: 1;
  display: none;
  flex-direction: column;
  gap: 24px;
  padding: 8px 16px;
  background-color: rgba(29, 35, 59, 0.05);
}
@media only screen and (min-width: 768px) {
  .filters-modal__area {
    padding: 8px;
    border-radius: 12px;
  }
}
.filters-modal__area.visible {
  display: flex;
}
.filters-modal__area__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (min-width: 768px) {
  .filters-modal__area__title {
    padding: 8px 8px 0 8px;
  }
}
.filters-modal__area__inputs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
@media only screen and (min-width: 768px) {
  .filters-modal__area__inputs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .filters-modal__area__inputs {
    grid-template-columns: repeat(3, 1fr);
  }
}
.filters-modal__show {
  padding: 14px;
  width: 100%;
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .filters-modal__show {
    display: none;
  }
}
.filters-modal__show.isShow .filters-modal__show__all,
.filters-modal__show.isShow .filters-modal__show__down {
  display: none;
}
.filters-modal__show.isShow .filters-modal__show__hide,
.filters-modal__show.isShow .filters-modal__show__top {
  display: inline;
}
.filters-modal__show__hide, .filters-modal__show__top {
  display: none;
}
.filters-modal__menu {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px 16px 16px;
  background-color: #fffeff;
}
.filters-modal__menu .btn {
  width: calc(50% - 4px);
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .filters-modal__menu {
    padding: 16px 32px 32px 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .filters-modal__menu {
    left: auto;
    justify-content: space-between;
    width: 936px;
  }
  .filters-modal__menu .btn {
    width: fit-content;
  }
}
@media only screen and (min-width: 1920px) {
  .filters-modal__menu {
    border-top: 1px solid #d2d3d8;
    width: 1220px;
  }
}
.filters-modal__menu__cancel {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .filters-modal__menu__cancel {
    display: inline-flex;
  }
}
@media only screen and (min-width: 1024px) {
  .filters-modal__menu__clear {
    display: none;
  }
}
html.dark .filters-modal {
  background-color: #1d233b;
}
html.dark .filters-modal__close__cross, html.dark .filters-modal__close__arrow {
  stroke: #fffeff;
}
html.dark .filters-modal__close:hover {
  background: #fffeff;
}
html.dark .filters-modal__close:hover path {
  stroke: #090909;
}
html.dark .filters-modal__chip {
  border: 1px solid rgba(255, 254, 255, 0.2);
  color: #fffeff;
}
html.dark .filters-modal__chip__close svg {
  stroke: rgba(255, 254, 255, 0.4);
}
@media only screen and (min-width: 768px) {
  html.dark .filters-modal__list {
    background-color: rgba(255, 254, 255, 0.05);
  }
}
html.dark .filters-modal__toggle .toggle {
  background-color: rgba(255, 254, 255, 0.05);
}
html.dark .filters-modal__area {
  background-color: rgba(255, 254, 255, 0.05);
}
html.dark .filters-modal__menu {
  border-color: rgba(255, 254, 255, 0.2);
  background-color: #1d233b;
}
.tariff-modal {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  pointer-events: none;
}
.tariff-modal.open {
  opacity: 1;
  pointer-events: auto;
}
.tariff-modal__overlay {
  flex-grow: 1;
  width: 100%;
  height: 100%;
  padding-top: 32px;
  display: flex;
  align-items: flex-end;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(3px);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (min-width: 1024px) {
  .tariff-modal__overlay {
    justify-content: flex-end;
    padding-top: 0;
    margin-bottom: -85px;
    padding-bottom: 85px;
  }
}
.tariff-modal__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: 100%;
  width: 100%;
  border-radius: 16px 16px 0 0;
  background-color: #fffeff;
}
@media only screen and (min-width: 1024px) {
  .tariff-modal__content {
    max-width: 712px;
    border-radius: 0;
    gap: 0;
  }
}
@media only screen and (min-width: 1920px) {
  .tariff-modal__content {
    max-width: 952px;
  }
}
.tariff-modal__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "chip button" "title title" "options options";
  align-items: center;
  padding: 0 16px;
}
@media only screen and (min-width: 768px) {
  .tariff-modal__head {
    padding: 16px 32px 0 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .tariff-modal__head {
    grid-template-columns: 48px auto 1fr;
    grid-template-areas: "button title chip" "options options options";
    padding: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .tariff-modal__head {
    padding: 32px 32px 16px 32px;
  }
}
.tariff-modal__head__chip {
  grid-area: chip;
  display: flex;
  align-items: center;
  width: fit-content;
  height: fit-content;
  padding: 4px 10px;
  border-radius: 40px;
  font-size: 14px;
  line-height: 18px;
  color: #fffeff;
}
.tariff-modal__head__chip[data-content-id=new] {
  background-color: #9000ed;
}
.tariff-modal__head__chip[data-content-id=sale] {
  background-color: #ED0028;
}
.tariff-modal__head__chip[data-content-id=sold-out] {
  background-color: #7a7d8d;
}
.tariff-modal__head__close {
  grid-area: button;
  display: flex;
  width: 48px;
  height: 48px;
  border: none;
  padding: 14px;
  border-radius: 100%;
  margin-right: -16px;
  margin-left: auto;
  background-color: inherit;
  cursor: pointer;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tariff-modal__head__close:hover {
  background-color: #e8e9eb;
}
@media only screen and (min-width: 1024px) {
  .tariff-modal__head__close {
    margin-right: 0;
  }
}
.tariff-modal__head__close-cross, .tariff-modal__head__close-arrow {
  width: 20px;
  height: 20px;
  stroke: #1d233b;
}
.tariff-modal__head__close-arrow {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .tariff-modal__head__close-arrow {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .tariff-modal__head__close-cross {
    display: none;
  }
}
.tariff-modal__head__title {
  grid-area: title;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.48px;
}
@media only screen and (min-width: 1024px) {
  .tariff-modal__head__title {
    margin-right: 16px;
    margin-left: 16px;
  }
}
.tariff-modal__head__options {
  grid-area: options;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.tariff-modal__option {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px 4px 0;
}
.tariff-modal__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 16px 16px 16px;
  background-color: #fffeff;
  height: 100%;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .tariff-modal__list {
    gap: 16px;
    padding: 0 32px 32px 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .tariff-modal__list {
    padding: 16px;
  }
}
@media only screen and (min-width: 1920px) {
  .tariff-modal__list {
    padding: 16px 32px;
  }
}
.tariff-modal__item.raid-cell {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .tariff-modal__item.raid-cell {
    max-width: calc(50% - 4px);
  }
}
@media only screen and (min-width: 1024px) {
  .tariff-modal__item.raid-cell {
    max-width: 290px;
  }
}
.tariff-modal__item.open .tariff-modal__item__list {
  border-bottom: 1px solid #e8e9eb;
  border-top: 1px solid #e8e9eb;
  padding: 16px;
  gap: 8px;
}
@media only screen and (min-width: 768px) {
  .tariff-modal__item.open .tariff-modal__item__list {
    border: none;
    padding: 0;
  }
}
.tariff-modal__item.open .tariff-modal__item__list .order-item:not(.active) {
  display: flex;
}
.tariff-modal__item.open .tariff-modal__item__arrow {
  transform: rotate(180deg);
}
.tariff-modal__item.open .tariff-modal__item__trigger-show {
  position: absolute;
  right: 0;
  opacity: 0;
  pointer-events: none;
}
.tariff-modal__item.open .tariff-modal__item__trigger-hide {
  position: relative;
  opacity: 1;
  pointer-events: all;
}
.tariff-modal__item.open .tariff-modal__item__shadow {
  display: none;
}
.tariff-modal__item__head {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding-bottom: 8px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .tariff-modal__item__head {
    padding: 0 0 8px 0;
    cursor: auto;
  }
}
.tariff-modal__item__trigger {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .tariff-modal__item__trigger {
    display: none;
  }
}
.tariff-modal__item__trigger-hide, .tariff-modal__item__trigger-show {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.tariff-modal__item__trigger-hide {
  position: absolute;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.tariff-modal__item__arrow {
  width: 20px;
  height: 20px;
  stroke: #7a7d8d;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tariff-modal__item__list {
  position: relative;
  display: grid;
  grid-template-columns: 100%;
  margin-left: -16px;
  margin-right: -16px;
  padding: 0 16px 8px 16px;
  max-height: fit-content;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .tariff-modal__item__list {
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    gap: 8px;
  }
}
.tariff-modal__item__list .order-item:not(.active) {
  display: none;
}
@media only screen and (min-width: 768px) {
  .tariff-modal__item__list .order-item:not(.active) {
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .tariff-modal__item__list--triple {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .tariff-modal__item__list--triple {
    grid-template-columns: repeat(2, 1fr);
  }
}
.tariff-modal__item__shadow {
  position: absolute;
  bottom: 0;
  left: 28px;
  right: 28px;
  height: 8px;
  border-radius: 0px 0px 12px 12px;
  border: 1px solid #e8e9eb;
  background-color: rgba(29, 35, 59, 0.05);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (min-width: 768px) {
  .tariff-modal__item__shadow {
    display: none;
  }
}
.tariff-modal__storage {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-right: -16px;
  margin-left: -16px;
  padding-right: 16px;
  padding-left: 16px;
}
@media only screen and (min-width: 768px) {
  .tariff-modal__storage {
    margin: 0;
    padding: 0;
  }
}
.tariff-modal__storage.expanded .tariff-modal__storage__body {
  background-color: rgba(29, 35, 59, 0.05);
  padding: 16px;
}
@media only screen and (min-width: 768px) {
  .tariff-modal__storage.expanded .tariff-modal__storage__body {
    background-color: inherit;
    padding: 0;
  }
}
.tariff-modal__storage.expanded .tariff-modal__storage__toggle svg {
  transform: rotate(180deg);
}
.tariff-modal__storage.expanded .tariff-modal__item {
  display: block;
}
.tariff-modal__storage.expanded .storage-item:not(:first-child),
.tariff-modal__storage.expanded .tariff-modal__storage__add,
.tariff-modal__storage.expanded .storage-item__row {
  display: flex;
}
.tariff-modal__storage.expanded .storage-item {
  border-bottom: 1px solid #d2d3d8;
}
.tariff-modal__storage .tariff-modal__item {
  display: none;
}
@media only screen and (min-width: 768px) {
  .tariff-modal__storage .tariff-modal__item {
    display: block;
    width: 50%;
  }
}
.tariff-modal__storage .tariff-modal__item .order-select__head {
  height: 48px;
}
.tariff-modal__storage .storage-item:not(:first-child) {
  display: none;
}
@media only screen and (min-width: 768px) {
  .tariff-modal__storage .storage-item:not(:first-child) {
    display: flex;
  }
}
.tariff-modal__storage .storage-item {
  border-bottom: none;
}
.tariff-modal__storage .storage-item__row {
  display: none;
}
@media only screen and (min-width: 768px) {
  .tariff-modal__storage .storage-item__row {
    display: flex;
  }
}
.tariff-modal__storage__head {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tariff-modal__storage__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 16px;
  margin-left: -16px;
  margin-right: -16px;
}
@media only screen and (min-width: 768px) {
  .tariff-modal__storage__body {
    background-color: inherit;
    padding: 0;
    margin: 0;
  }
}
.tariff-modal__storage__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tariff-modal__storage__add {
  display: none;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 14px 0;
  background-color: transparent;
  border: none;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  color: currentColor;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .tariff-modal__storage__add {
    display: flex;
    margin-bottom: 16px;
  }
}
.tariff-modal__storage__add svg {
  width: 20px;
  height: 20px;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  stroke: #1d233b;
}
.tariff-modal__storage__add:hover {
  color: #9000ed;
}
.tariff-modal__storage__add:hover svg {
  stroke: #9000ed;
}
.tariff-modal__storage__add:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.tariff-modal__storage__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px;
  background-color: inherit;
  border: none;
  color: currentColor;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tariff-modal__storage__toggle:hover {
  color: #9000ed;
}
.tariff-modal__storage__toggle:hover svg {
  stroke: #9000ed;
}
@media only screen and (min-width: 768px) {
  .tariff-modal__storage__toggle {
    display: none;
  }
}
.tariff-modal__storage__toggle svg {
  width: 20px;
  height: 20px;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  stroke: #1d233b;
}
.tariff-modal__menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 16px;
  border-top: 1px solid #d2d3d8;
  background-color: #fffeff;
}
@media only screen and (min-width: 1024px) {
  .tariff-modal__menu {
    width: 712px;
    align-self: flex-end;
    position: relative;
  }
}
@media only screen and (min-width: 1920px) {
  .tariff-modal__menu {
    width: 952px;
  }
}
.tariff-modal__menu__amount {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.48px;
}
html.dark .tariff-modal__content {
  background-color: #1d233b;
}
html.dark .tariff-modal__head__close:hover {
  background-color: rgba(255, 254, 255, 0.1);
}
html.dark .tariff-modal__head__close-cross, html.dark .tariff-modal__head__close-arrow {
  stroke: #fffeff;
}
html.dark .tariff-modal__list {
  background-color: #1d233b;
}
html.dark .tariff-modal__item {
  max-height: fit-content;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
html.dark .tariff-modal__item.open .tariff-modal__item__list {
  border-bottom: 1px solid rgba(255, 254, 255, 0.1);
  border-top: 1px solid rgba(255, 254, 255, 0.1);
}
html.dark .tariff-modal__item__arrow {
  stroke: #fffeff;
}
html.dark .tariff-modal__item__shadow {
  border: 1px solid rgba(255, 254, 255, 0.1);
  background-color: rgba(255, 254, 255, 0.05);
}
html.dark .tariff-modal__storage.expanded .tariff-modal__storage__body {
  background-color: rgba(255, 254, 255, 0.05);
}
@media only screen and (min-width: 768px) {
  html.dark .tariff-modal__storage.expanded .tariff-modal__storage__body {
    background-color: inherit;
  }
}
html.dark .tariff-modal__storage.expanded .storage-item {
  border-color: rgba(255, 254, 255, 0.2);
}
html.dark .tariff-modal__storage__add svg {
  stroke: #fffeff;
}
html.dark .tariff-modal__storage__add:hover {
  color: #a85bf6;
}
html.dark .tariff-modal__storage__add:hover svg {
  stroke: #a85bf6;
}
html.dark .tariff-modal__storage__toggle svg {
  stroke: #fffeff;
}
html.dark .tariff-modal__storage__toggle:hover {
  color: #9000ed;
}
html.dark .tariff-modal__storage__toggle:hover svg {
  stroke: #9000ed;
}
html.dark .tariff-modal__menu {
  background-color: #1d233b;
  border-color: rgba(255, 254, 255, 0.2);
}
.tariffs-info-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(3px);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  pointer-events: none;
}
.tariffs-info-modal-overlay.open {
  opacity: 1;
  pointer-events: auto;
}
.tariffs-info-modal {
  width: 100%;
  padding: 0 16px 16px 16px;
  border: 1px solid transparent;
  border-radius: 16px;
  background-color: #fffeff;
  box-shadow: 0px -4px 16px 0px rgba(96, 46, 132, 0.15);
}
.tariffs-info-modal__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-right: -16px;
}
.tariffs-info-modal__close {
  display: flex;
  width: 48px;
  height: 48px;
  border: none;
  background-color: inherit;
  padding: 14px;
  border-radius: 48px;
  cursor: pointer;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tariffs-info-modal__close:hover {
  background-color: #e8e9eb;
}
.tariffs-info-modal__close svg {
  height: 20px;
  width: 20px;
}
.tariffs-info-modal__close svg path {
  stroke: #1d233b;
}
.tariffs-info-modal__message {
  margin-bottom: 16px;
}
.tariffs-info-modal__link {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1d233b;
}
.tariffs-info-modal .btn {
  width: 100%;
  height: 48px;
}
html.dark .tariffs-info-modal {
  background-color: #1d233b;
  border-color: rgba(255, 254, 255, 0.1);
}
html.dark .tariffs-info-modal__close:hover {
  background: #fffeff;
}
html.dark .tariffs-info-modal__close:hover path {
  stroke: #090909;
}
html.dark .tariffs-info-modal__close path {
  stroke: #fffeff;
}
html.dark .tariffs-info-modal__link {
  color: #fffeff;
}
.custom-select {
  position: relative;
}
.custom-select__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  height: 48px;
  padding: 16px 14px;
  border-radius: 12px;
  border: 1px solid #d2d3d8;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.custom-select__head:hover {
  border-color: #1d233b;
}
.custom-select__icon {
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.custom-select__icon path {
  stroke: #7a7d8d;
}
.custom-select__list {
  position: absolute;
  top: 52px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 12px;
  padding: 16px 8px 8px 8px;
  box-shadow: 0px 2px 18px 0px rgba(144, 0, 237, 0.1);
  background-color: #fffeff;
  opacity: 0;
  pointer-events: none;
  transform: rotateX(90deg);
  transform-origin: top;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.custom-select__item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 46px;
  border: none;
  border-radius: 12px;
  padding: 4px 8px;
  background-color: inherit;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.custom-select__item.selected, .custom-select__item:hover {
  background-color: rgba(29, 35, 59, 0.03);
}
.custom-select.open .custom-select__head {
  border-color: #1d233b;
}
.custom-select.open .custom-select__icon {
  transform: rotate(180deg);
}
.custom-select.open .custom-select__list {
  z-index: 10;
  opacity: 1;
  pointer-events: all;
  transform: rotateX(0deg);
}
html.dark .custom-select__head {
  border-color: rgba(255, 254, 255, 0.2);
  background-color: #1d233b;
}
html.dark .custom-select__head:hover {
  border-color: #fffeff;
}
html.dark .custom-select__icon path {
  stroke: #fffeff;
  stroke-opacity: 0.7;
}
html.dark .custom-select__list {
  background-color: #1d233b;
}
html.dark .custom-select__item {
  color: #fffeff;
}
html.dark .custom-select__item.selected, html.dark .custom-select__item:hover {
  background-color: rgba(255, 254, 255, 0.05);
}
html.dark .custom-select.open .custom-select__head {
  border-color: #fffeff;
}
.tarif-card {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  border: 1px solid transparent;
  background-color: rgba(29, 35, 59, 0.05);
  color: #1d233b;
}
.tarif-card__body {
  flex-grow: 1;
}
.tarif-card__head {
  padding: 8px;
  border-bottom: 1px solid #d2d3d8;
}
.tarif-card__head__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px;
}
.tarif-card__head__location {
  width: 20px;
  height: 20px;
}
.tarif-card__badge {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 24px;
  border-radius: 12px;
  padding: 4px 14px;
  color: #fffeff;
}
.tarif-card__row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tarif-card__title {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.4px;
}
.tarif-card__time {
  display: flex;
  align-items: center;
  gap: 4px;
}
.tarif-card__content {
  padding: 0 8px;
}
.tarif-card__list {
  display: grid;
  grid-template-columns: 100%;
}
.tarif-card__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px;
}
.tarif-card__features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px 0;
}
.tarif-card__feature {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px 4px 0;
}
.tarif-card__bottom {
  display: flex;
  flex-direction: column;
  padding: 8px;
  border-top: 1px solid #d2d3d8;
}
.tarif-card__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
}
.tarif-card__price__from {
  color: #7a7d8d;
}
.tarif-card__price__amount {
  display: flex;
  gap: 8px;
}
.tarif-card__price__num {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.48px;
}
.tarif-card__price__num--old {
  color: #7a7d8d;
  text-decoration: line-through;
  display: none;
}
.tarif-card__price__exclude {
  display: none;
}
.tarif-card__actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 8px;
}
.tarif-card__actions .btn {
  height: 48px;
}
.tarif-card__actions__ask {
  border-color: #1d233b;
  letter-spacing: 0.4px;
  white-space: nowrap;
}
.tarif-card__actions__ask::before {
  background-color: #1d233b;
}
.tarif-card__actions__ask--horizontal {
  display: none;
}
.tarif-card[data-status=sale] {
  border-color: #ED0028;
  box-shadow: 0 0 4px 4px rgba(237, 0, 40, 0.08);
}
.tarif-card[data-status=sale] .tarif-card__badge {
  display: flex;
  background-color: #ED0028;
}
.tarif-card[data-status=sale] .tarif-card__price__num--old {
  display: block;
}
.tarif-card[data-status=new] {
  border-color: #9000ed;
  box-shadow: 0 0 4px 4px rgba(144, 0, 237, 0.08);
}
.tarif-card[data-status=new] .tarif-card__badge {
  display: flex;
  background-color: #9000ed;
}
.tarif-card[data-status=sold-out] {
  border-color: #7a7d8d;
  box-shadow: 0 0 4px 4px rgba(29, 35, 59, 0.05);
}
.tarif-card[data-status=sold-out] .tarif-card__badge {
  display: flex;
  background-color: #7a7d8d;
}
@media only screen and (min-width: 1024px) {
  .tarif-card.isHorizontal {
    flex-direction: row;
    padding: 8px;
  }
  .tarif-card.isHorizontal .tarif-card__head {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 8px 10px 16px 8px;
  }
  .tarif-card.isHorizontal .tarif-card__head__item {
    padding: 0;
  }
  .tarif-card.isHorizontal .tarif-card__badge {
    position: static;
    align-self: flex-start;
    margin-top: -4px;
  }
  .tarif-card.isHorizontal .tarif-card__title {
    font-weight: 600;
    line-height: 32px;
  }
  .tarif-card.isHorizontal .tarif-card__content {
    padding: 8px 0 0 0;
  }
  .tarif-card.isHorizontal .tarif-card__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 8px 10px;
  }
  .tarif-card.isHorizontal .tarif-card__item {
    padding: 0;
  }
  .tarif-card.isHorizontal .tarif-card__bottom {
    justify-content: space-between;
    gap: 8px;
    width: 368px;
    border-top: none;
    border-left: 1px solid #d2d3d8;
    padding: 8px 10px 8px 16px;
  }
  .tarif-card.isHorizontal .tarif-card__price {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
  }
  .tarif-card.isHorizontal .tarif-card__price__from {
    color: #1d233b;
  }
  .tarif-card.isHorizontal .tarif-card__price__amount {
    gap: 16px;
  }
  .tarif-card.isHorizontal .tarif-card__price__num {
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    letter-spacing: 0.72px;
  }
  .tarif-card.isHorizontal .tarif-card__price__num--old {
    color: #a5a7b1;
  }
  .tarif-card.isHorizontal .tarif-card__price__exclude {
    display: block;
  }
  .tarif-card.isHorizontal .tarif-card__actions {
    padding: 0;
  }
  .tarif-card.isHorizontal .tarif-card__actions__ask--horizontal {
    display: inline;
  }
  .tarif-card.isHorizontal .tarif-card__actions__ask--vertical {
    display: none;
  }
}
@media only screen and (min-width: 1920px) {
  .tarif-card.isHorizontal .tarif-card__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
html.dark .tarif-card {
  background-color: rgba(255, 254, 255, 0.05);
  color: #fffeff;
}
html.dark .tarif-card__head {
  border-color: rgba(255, 254, 255, 0.2);
}
html.dark .tarif-card__bottom {
  border-color: rgba(255, 254, 255, 0.2);
}
html.dark .tarif-card__price__from {
  color: rgba(255, 254, 255, 0.7);
}
html.dark .tarif-card__price__num--old {
  color: rgba(255, 254, 255, 0.7);
}
html.dark .tarif-card__actions__ask {
  border-color: rgba(255, 254, 255, 0.2);
}
html.dark .tarif-card__actions__ask:before {
  background-color: rgba(255, 254, 255, 0.2);
}
html.dark .tarif-card[data-status=new] {
  box-shadow: 0 0 4px 4px rgba(168, 91, 246, 0.2);
  border-color: #a85bf6;
}
html.dark .tarif-card[data-status=new] .tarif-card__badge {
  background-color: #a85bf6;
}
html.dark .tarif-card[data-status=sold-out] {
  border-color: rgba(255, 254, 255, 0.7);
  box-shadow: 0 0 4px 4px rgba(255, 254, 255, 0.2);
}
html.dark .tarif-card[data-status=sold-out] .tarif-card__badge {
  display: flex;
  background-color: rgba(255, 254, 255, 0.2);
}
html.dark .tarif-card.isHorizontal .tarif-card__price__from {
  color: #fffeff;
}
html.dark .tarif-card.isHorizontal .tarif-card__price__num--old {
  color: rgba(255, 254, 255, 0.4);
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.pagination__numbers {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  max-width: 272px;
  overflow: hidden;
}
.pagination__button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 48px;
  padding: 14px;
  border: none;
  border-radius: 60px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: currentColor;
  background: transparent;
  cursor: pointer;
  transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.pagination__button:hover {
  background: rgba(115, 24, 242, 0.1215686275);
}
.pagination__button.active, .pagination__button.active .pagination__button__link {
  background: #9000ed;
  color: #ffffff;
}
.pagination__button:disabled {
  pointer-events: none;
}
.pagination__button:disabled .icn {
  stroke: #d2d3d8;
}
.pagination__button__link {
  color: currentColor;
  text-decoration: none;
}
.order-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid transparent;
  background-color: rgba(29, 35, 59, 0.03);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.order-item--row {
  flex-direction: row;
  gap: 8px;
  padding: 8px;
}
.order-item:hover {
  border-color: #9000ed;
}
.order-item.active {
  background-color: #fffeff;
  border-color: #9000ed;
}
.order-item.active .order-item__chip {
  border-color: transparent;
  background-color: rgba(29, 35, 59, 0.05);
}
@media only screen and (min-width: 1024px) {
  .order-item > span {
    max-width: 50%;
  }
}
@media only screen and (min-width: 1440px) {
  .order-item > span {
    max-width: 70%;
  }
}
.order-item--full > span {
  max-width: 100%;
}
.order-item.cpu-cell {
  min-height: 78px;
}
.order-item.storage-cell {
  min-height: 98px;
  justify-content: space-between;
}
.order-item__list {
  display: flex;
  flex-direction: column;
}
.order-item__chip {
  position: absolute;
  top: 12px;
  right: 12px;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 4px 10px;
  border-radius: 40px;
  border: 1px solid #d2d3d8;
}
.order-item__top-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.order-item__wrap {
  display: flex;
  flex-direction: column;
}
.order-item__icon {
  width: 24px;
  height: 24px;
}
.order-item__icon--dark {
  display: none;
}
.order-item__short-text {
  max-width: 50%;
}
.order-item__location {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 9px;
  background-color: rgba(29, 35, 59, 0.05);
}
.order-item__row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.order-item__time {
  display: inline-flex;
  gap: 4px;
  color: #7a7d8d;
}
.order-item__time svg {
  width: 20px;
  height: 20px;
  stroke: #a5a7b1;
}
html.dark .order-item {
  background-color: rgba(255, 254, 255, 0.05);
}
html.dark .order-item:hover {
  border-color: #a85bf6;
}
html.dark .order-item.active {
  background-color: #1d233b;
  border-color: #a85bf6;
}
html.dark .order-item.active .order-item__chip {
  border-color: transparent;
  background-color: rgba(255, 254, 255, 0.05);
}
html.dark .order-item.active .order-item__location {
  background-color: #1d233b;
}
html.dark .order-item__chip {
  border-color: rgba(255, 254, 255, 0.2);
}
html.dark .order-item__icon--dark {
  display: block;
}
html.dark .order-item__icon--light {
  display: none;
}
html.dark .order-item__location {
  background-color: rgba(255, 254, 255, 0.05);
}
.storage-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d2d3d8;
}
.storage-item .triple-button {
  flex-grow: 1;
}
.storage-item .order-select {
  flex-grow: 1;
  position: static;
}
@media only screen and (min-width: 768px) {
  .storage-item .order-select {
    position: relative;
  }
}
.storage-item .order-select__head {
  height: 100%;
}
.storage-item .order-select__list {
  width: 100%;
  right: auto;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .storage-item .order-select__list {
    width: 348px;
  }
}
@media only screen and (min-width: 1024px) {
  .storage-item .order-select__list {
    width: 342px;
  }
}
@media only screen and (min-width: 768px) {
  .storage-item {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  .storage-item {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1200px) {
  .storage-item {
    flex-direction: row;
  }
}
.storage-item__top {
  position: relative;
  display: flex;
  gap: 8px;
}
@media only screen and (min-width: 768px) {
  .storage-item__top {
    flex-grow: 1;
  }
}
.storage-item__row {
  position: relative;
  display: flex;
  gap: 8px;
}
@media only screen and (min-width: 768px) {
  .storage-item__row {
    flex-grow: 1;
  }
}
.storage-item__row .second-color {
  align-self: center;
}
.storage-item__delete {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  background-color: inherit;
  border: none;
  cursor: pointer;
}
.storage-item__delete svg {
  width: 20px;
  height: 20px;
  stroke: #1d233b;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.storage-item__delete:hover svg {
  stroke: #9000ed;
}
.storage-item__delete:disabled {
  pointer-events: none;
  opacity: 0.5;
}
html.dark .storage-item {
  border-color: rgba(255, 254, 255, 0.2);
}
html.dark .storage-item__delete svg {
  stroke: #fffeff;
}
html.dark .storage-item__delete:hover svg {
  stroke: #a85bf6;
}
.switch {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 24px;
}
.switch__label {
  font-size: 14px;
  line-height: 18px;
  color: #a5a7b1;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.switch__input {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 100%;
  opacity: 0;
  margin: 0;
  z-index: 1;
  cursor: pointer;
}
.switch__input:checked ~ .switch__label {
  color: #4a4f62;
}
.switch__input:checked ~ .switch__toggle .switch__point {
  right: 1px;
  left: auto;
  background-color: #9000ed;
}
.switch__toggle {
  position: relative;
  height: 18px;
  width: 26px;
  border-radius: 8px;
  border: 1px solid #d2d3d8;
  pointer-events: none;
  z-index: 0;
}
.switch__point {
  position: absolute;
  left: 1px;
  top: 1px;
  bottom: 1px;
  display: block;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  background-color: #a5a7b1;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
html.dark .switch__input:checked ~ .switch__label {
  color: rgba(255, 254, 255, 0.8);
}
html.dark .switch__input:checked ~ .switch__toggle .switch__point {
  background-color: #a85bf6;
}
html.dark .switch__label {
  color: rgba(255, 254, 255, 0.4);
}
html.dark .switch__toggle {
  border-color: rgba(255, 254, 255, 0.2);
}
html.dark .switch__point {
  background-color: rgba(255, 254, 255, 0.2);
}
.triple-button {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 6px 14px;
  border-radius: 12px;
  border: 1px solid #d2d3d8;
  background-color: #fffeff;
}
.triple-button__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: inherit;
  border: none;
  margin: 0;
  cursor: pointer;
}
.triple-button__btn:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.triple-button__btn svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  stroke: #1d233b;
}
.triple-button__count {
  flex-grow: 1;
  min-width: 22px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.32px;
}
html.dark .triple-button {
  border-color: rgba(255, 254, 255, 0.2);
  background-color: #1d233b;
}
html.dark .triple-button__btn svg {
  stroke: #fffeff;
}
.order-select {
  position: relative;
}
.order-select__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
  min-height: 48px;
  padding: 6px 14px;
  border-radius: 12px;
  border: 1px solid #d2d3d8;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #fffeff;
}
.order-select__head:hover {
  border-color: #1d233b;
}
.order-select__head-wrap {
  display: flex;
  flex-direction: column;
}
.order-select__label {
  color: #a5a7b1;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.24px;
}
.order-select__title {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.32px;
}
.order-select__title--second {
  white-space: nowrap;
  color: #7a7d8d;
}
.order-select__icon {
  width: 20px;
  height: 20px;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.order-select__icon path {
  stroke: #7a7d8d;
}
.order-select__list {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-height: 404px;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 16px 8px 8px 8px;
  box-shadow: 0px 2px 18px 0px rgba(144, 0, 237, 0.1);
  background-color: #fffeff;
  opacity: 0;
  pointer-events: none;
  transform: rotateX(90deg);
  transform-origin: top;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  scrollbar-color: #d2d3d8;
  scrollbar-width: thin;
}
.order-select__list ::-webkit-scrollbar {
  width: 8px;
  padding: 1px;
}
.order-select__list ::-webkit-scrollbar-track {
  border-radius: 18px;
  background: rgba(29, 35, 59, 0.05);
}
.order-select__list ::-webkit-scrollbar-thumb {
  width: 6px;
  background: #d2d3d8;
  border-radius: 8px;
}
@media only screen and (min-width: 1024px) {
  .order-select__list {
    max-height: 422px;
  }
}
.order-select__item {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  height: fit-content;
  border: none;
  border-bottom: 1px solid #e8e9eb;
  padding: 8px 8px 12px 8px;
  background-color: inherit;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.order-select__item:last-child {
  border-bottom: none;
}
.order-select__item:hover {
  background-color: rgba(29, 35, 59, 0.03);
}
.order-select__item:hover .order-select__circle {
  background-color: rgba(29, 35, 59, 0.05);
}
.order-select__item.selected .order-select__circle {
  border-color: #1d233b;
}
.order-select__item.selected .order-select__circle .order-select__point {
  opacity: 1;
}
.order-select__option {
  display: flex;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.32px;
}
.order-select__option span {
  text-align: start;
  white-space: nowrap;
}
.order-select__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 20px;
  width: 20px;
  border-radius: 24px;
  border: 1px solid #d2d3d8;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.order-select__point {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #1d233b;
  opacity: 0;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.order-select__value {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.order-select__time {
  display: flex;
  align-items: center;
  gap: 4px;
}
.order-select__price {
  display: flex;
  align-items: center;
  gap: 8px;
  height: fit-content;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.28px;
  white-space: nowrap;
}
.order-select__chip {
  padding: 4px 10px;
  border-radius: 40px;
  background-color: rgba(29, 35, 59, 0.05);
}
.order-select.open .order-select__head {
  border-color: #1d233b;
}
.order-select.open .order-select__head .order-select__icon {
  transform: rotate(180deg);
}
.order-select.open .order-select__list {
  z-index: 10;
  opacity: 1;
  pointer-events: all;
  transform: rotateX(0deg);
}
html.dark .order-select__head {
  border-color: rgba(255, 254, 255, 0.2);
  background-color: #1d233b;
}
html.dark .order-select__head:hover {
  border-color: #fffeff;
}
html.dark .order-select__label {
  color: rgba(255, 254, 255, 0.4);
}
html.dark .order-select__title--second {
  color: rgba(255, 254, 255, 0.7);
}
html.dark .order-select__icon path {
  stroke: #fffeff;
  stroke-opacity: 0.7;
}
html.dark .order-select__list {
  background-color: #1d233b;
  box-shadow: 0px 4px 20px 0px rgba(171, 181, 234, 0.07);
  border-color: rgba(255, 254, 255, 0.1);
  scrollbar-color: rgba(255, 254, 255, 0.2) rgba(255, 254, 255, 0.05);
}
html.dark .order-select__list ::-webkit-scrollbar-track {
  background: rgba(255, 254, 255, 0.05);
}
html.dark .order-select__list ::-webkit-scrollbar-thumb {
  background: rgba(255, 254, 255, 0.2);
  border-radius: 8px;
}
html.dark .order-select__item {
  color: #fffeff;
  border-color: rgba(255, 254, 255, 0.1);
}
html.dark .order-select__item:hover {
  background-color: rgba(255, 254, 255, 0.05);
}
html.dark .order-select__item:hover .order-select__circle {
  background-color: rgba(255, 254, 255, 0.05);
}
html.dark .order-select__item.selected .order-select__circle {
  border-color: #fffeff;
}
html.dark .order-select__circle {
  border-color: rgba(255, 254, 255, 0.2);
}
html.dark .order-select__point {
  background-color: #fffeff;
}
html.dark .order-select__chip {
  background-color: rgba(255, 254, 255, 0.05);
}
html.dark .order-select.open .order-select__head {
  border-color: #fffeff;
}
.take {
  color: #1d233b;
}
@media only screen and (min-width: 1024px) {
  .take--large {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.take__top {
  margin-bottom: 32px;
}
@media only screen and (min-width: 1024px) {
  .take__top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 8px;
  }
}
.take__buttons {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .take__buttons {
    display: flex;
    gap: 8px;
    padding: 7px 0;
  }
}
.take__buttons .swiper-button-prev,
.take__buttons .swiper-button-next {
  position: static;
  width: 48px;
  height: 48px;
  padding: 14px;
}
.take__box-position {
  display: flex;
  margin-left: calc(-50vw + 50%);
  padding-left: calc(50vw - 50%);
  overflow-x: visible;
}
.take__slider {
  overflow: visible;
}
.take__slider.swiper.swiper_custom {
  margin-right: 0;
  padding-bottom: 56px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .take__slider.swiper.swiper_custom {
    padding-bottom: 44px;
  }
}
.take__slider .swiper-wrapper {
  height: auto !important;
}
.take__slider .swiper-slide {
  width: fit-content;
  cursor: grab;
}
.take__slider .swiper-slide:active {
  cursor: grabbing;
}
.take__slider.swiper_custom.swiper-initialized:after {
  bottom: 24px;
  left: 70px;
  transform: translateX(0);
  width: calc(100% - 126px);
}
@media only screen and (min-width: 1024px) {
  .take__slider.swiper_custom.swiper-initialized:after {
    display: none;
  }
}
.take__slider .swiper-button-prev {
  left: 16px;
}
.take__slider .swiper-button-next {
  left: auto;
  right: 0;
}
.take__slider .swiper-button-prev,
.take__slider .swiper-button-next {
  height: 48px;
  width: 48px;
  padding: 14px;
  bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .take__slider .swiper-button-prev,
  .take__slider .swiper-button-next {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .take__slider .swiper-pagination {
    bottom: 0;
  }
}
.take__slider .swiper-pagination-bullet {
  opacity: 1;
}
.take__card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 320px;
  height: 100%;
  min-height: 340px;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid #d2d3d8;
  background-color: rgba(29, 35, 59, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
@media only screen and (min-width: 768px) {
  .take__card {
    width: 464px;
    min-height: 268px;
    padding: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .take__card {
    width: 432px;
    min-height: 288px;
  }
}
@media only screen and (min-width: 1920px) {
  .take__card {
    width: 520px;
    min-height: 248px;
  }
}
.take__card__icon {
  flex-shrink: 0;
}
.take__card__icon path {
  stroke: #9000ed;
}
.take__card__title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.48px;
}
.take__card__txt {
  flex-shrink: 0;
  flex-grow: 1;
  font-size: 16px;
  line-height: 20px;
  color: #4a4f62;
}
html.dark .take {
  color: #fffeff;
}
html.dark .take__card {
  border-color: rgba(255, 254, 255, 0.2);
  background-color: rgba(255, 254, 255, 0.05);
}
html.dark .take__card__icon path {
  stroke: #a85bf6;
}
html.dark .take__card__txt {
  color: rgba(255, 254, 255, 0.8);
}
html.dark .take__slider .swiper-pagination-bullet {
  opacity: 0.2;
}
html.dark .take__slider .swiper-pagination-bullet-active {
  opacity: 1;
}
.nav-menu-btn {
  position: fixed;
  bottom: 82px;
  right: 8px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 44px;
  border: 1px solid #e8e9eb;
  background-color: transparent;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .nav-menu-btn {
    display: none;
  }
}
.nav-menu-btn--go-top {
  bottom: 134px;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .nav-menu-btn--go-top {
    bottom: 110px;
    right: 28px;
    width: 56px;
    height: 56px;
  }
}
.nav-menu-btn--go-top.visible {
  display: flex;
}
.nav-menu-btn--go-top-md {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .nav-menu-btn--go-top-md {
    bottom: 110px;
    right: 28px;
    width: 56px;
    height: 56px;
  }
}
.nav-menu-btn--go-top-md.visible {
  display: flex;
}
.nav-menu-btn--go-top-ord {
  display: none;
  bottom: 152px;
}
@media only screen and (min-width: 1024px) {
  .nav-menu-btn--go-top-ord {
    bottom: 110px;
    right: 28px;
    width: 56px;
    height: 56px;
  }
}
.nav-menu-btn--go-top-ord.visible {
  display: flex;
}
.nav-menu-btn .icn {
  stroke: #4a4f62;
}
html.dark .nav-menu-btn {
  border-color: rgba(255, 254, 255, 0.05);
}
html.dark .nav-menu-btn .icn {
  stroke: #fffeff;
}