.block-plans {
  overflow: hidden;
}
.block-plans > .container {
  position: relative;
}
.block-plans > .container:after {
  content: "";
  width: 50%;
  height: 80%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("bg.svg") no-repeat left bottom;
  background-size: contain;
}
@media (min-width: 992px) {
  .block-plans > .container:after {
    height: 70%;
    top: 10%;
    left: -20px;
  }
}
@media (min-width: 1300px) {
  .block-plans > .container:after {
    left: -80px;
  }
}
@media (min-width: 1600px) {
  .block-plans > .container:after {
    left: -90px;
  }
}
@media (min-width: 1800px) {
  .block-plans > .container:after {
    height: 100%;
    top: 0;
    left: -150px;
  }
}
.block-plans .swiper-slide {
  height: initial;
}
.block-plans .swiper-slider__navigation:not(.swiper-pagination-lock) {
  margin-top: 30px;
  display: flex !important;
}
.block-plans__slider {
  position: relative;
  overflow: hidden;
}
.block-plans__item {
  height: 100%;
  max-width: 340px;
  margin: 0 auto;
  padding-bottom: 130px;
  display: flex;
  position: relative;
}
.block-plans__item-top {
  height: 100%;
  padding: 30px;
  color: #212529;
  background-color: #F3F5F8;
}
.block-plans__item-name {
  margin-bottom: 60px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}
.block-plans__item-description {
  line-height: 24px;
  font-size: 16px;
}
.block-plans__item-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
}
.block-plans__item-price {
  font-size: 40px;
  font-weight: 700;
  color: #53C2BB;
  white-space: nowrap;
}
.block-plans__item-price span {
  font-size: 22px;
}
.block-plans__item-button {
  width: 100%;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
.block-plans__item-button button {
  width: 100%;
}
.block-plans__text {
  margin-top: 20px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .block-plans__text {
    margin-top: 30px;
    font-weight: 500;
  }
}
@media (min-width: 1500px) {
  .block-plans__text {
    margin-top: 40px;
  }
}

.block-tabs__switcher {
  margin-bottom: 30px;
  overflow: hidden;
}
.block-tabs__switcher span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  color: #51545E;
  cursor: pointer;
}
.block-tabs__switcher span.is-active {
  color: #6AB5B1;
}
.block-tabs__switcher .swiper-slide {
  height: initial;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-tabs__single {
  display: none;
}
.block-tabs__single.is-active {
  display: block;
}
.block-tabs__single ul {
  margin: 0 0 0 17px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
.block-tabs__single ul li {
  font-size: 16px;
}
@media (min-width: 992px) {
  .block-tabs__switcher {
    margin-bottom: 50px;
  }
  .block-tabs__switcher span {
    font-size: 18px;
  }
  .block-tabs__switcher .swiper-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .block-tabs__switcher .swiper-slide {
    width: auto;
    padding: 12px 24px;
    display: block;
    flex: 0 1 auto;
  }
  .block-tabs__single ul {
    gap: 25px 0;
  }
  .block-tabs__single ul li {
    font-size: 20px;
  }
}
@media (min-width: 1500px) {
  .block-tabs__switcher .swiper-slide {
    width: 25%;
    padding: 12px 24px;
    flex-basis: 25%;
  }
}
