.home-internet-hero-section {
  width: 100%;
  padding-top: 60px;
  position: relative;
}

.home-internet-hero-box {
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-internet-hero-section__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  row-gap: 10px;
}

.home-internet-hero-section .section-title {
  text-align: center;
}

.home-internet-hero-section__text {
  text-align: center;
}

.home-internet-hero-section__btn {
  width: 100%;
  margin-top: 10px;
}

.home-internet-hero__mbg {
  aspect-ratio: 210/292;
  z-index: 2;
  max-width: 60%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.home-internet-hero__vbg {
  width: calc(100% + 40px);
  position: absolute;
  bottom: -10px;
  left: -20px;
  z-index: 1;
}

.home-internet-hero-bg-tablet {
  display: none;
}

.home-internet-hero-section__bg {
  display: none;
}

.tariffs-page .tariffs-grid th.last-cell {
  border-top-right-radius: 12px;
}

@media (min-width: 768px) {
  .home-internet-hero__mbg {
    max-width: 50%;
  }
  .home-internet-hero__vbg {
    width: calc(100% + 60px);
    left: -30px;
  }
  .home-internet-hero-section .section-title {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-size: 51px;
  }

  .home-internet-hero-section__text {
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .home-internet-hero-section__btn {
    width: -moz-max-content;
    width: max-content;
    height: 76px;
    margin-top: 20px;
  }

  .home-internet-hero__mbg {
    max-width: 380px;
  }
}
@media (min-width: 1200px) {
  .home-internet-hero-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home-internet-hero__vbg {
    display: none;
  }

  .home-internet-hero__mbg {
    max-width: initial;
  }

  .home-internet-hero-section__bg {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
  }

  .home-internet-hero-section__text {
    font-size: 20px;
    max-width: initial;
  }

  .home-internet-hero-section .section-title {
    max-width: initial;
  }

  .home-internet-hero-section__head {
    row-gap: 15px;
  }
}
.our-tariffs-section {
  width: 100%;
}

.our-tariffs-box {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  flex-direction: column;
  align-items: center;
}

.our-tariff-item {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.our-tariff-item--hidden {
  display: none;
}
.our-tariff-item .brand-btn {
  height: 60px;
}

.our-tariff-item__top {
  padding: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: var(--color-orange-light);
}

.our-tariff-item__label {
  font-size: 16px;
  color: #fff;
}

.our-tariff-item__title {
  color: #FFF;
  font-size: 22px;
  line-height: 1.3;
}

.our-tariff-item__top__content {
  padding: 35px 30px 30px 30px;
  border: 1px solid #EBECF0;
  border-top: none;
  flex-grow: 1;
  border-radius: 0 0 16px 16px;
}

.our-tariff-item__speed {
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 12px;
}

.our-tariff-item__period {
  color: #6F6C6A;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 25px;
}

.our-tariff-item__features {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}
.our-tariff-item__features li {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-bottom: 20px;
}
.our-tariff-item__features li img {
  max-width: 25px;
  width: 100%;
}
.our-tariff-item__features li p {
  margin-bottom: 0;
}

.our-tariff-item__price {
  margin-bottom: 25px;
}

.our-tariff-item__price {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
}

.our-tariff-item__note {
  color: #6F6C6A;
  font-size: 14px;
  line-height: 1.4;
  margin-top: -18px;
  margin-bottom: 22px;
}

.our-tariff-item-info {
  padding: 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid #EBECF0;
}

.our-tariff-item-info__title {
  text-align: center;
  font-size: 26px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.our-tariff-item-info__text {
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 25px;
}

.our-tariff-item-info__top {
  padding-bottom: 25px;
  border-bottom: 1px solid #EBECF0;
}

.our-tariff-item-info__bottom {
  padding-top: 25px;
}

.our-tariffs-btns {
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.our-tariffs-btns .brand-btn {
  height: 60px;
}

.range-controls {
  padding: 0;
  margin-bottom: 30px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.range-controls__inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: stretch;
}

.range-card {
  width: 100%;
  background: #ffffff;
  border: 1px solid #ededed;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.range-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.range-card__head-left {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.range-card__icon {
  width: 22px;
  height: 22px;
  flex: none;
}

.range-card__title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}

.range-card__unit {
  color: #C3C4C8;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}

.range {
  padding-top: 6px;
}

.range__track {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 28px;
  margin-bottom: 12px;
}

.range__track::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background: #d8d8d8;
  border-radius: 2px;
}

.range__point {
  position: relative;
  z-index: 1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border-radius: 20px;
  border: 1px solid #C3C4C8;
  background: #FFF;
}

.range__point::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
  border-radius: 50%;
  background: transparent;
}

.range__point--active {
  border-color: #ff6a00;
}

.range__point--active::after {
  background: #ff6a00;
}

.range__labels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.range__label {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  color: #1c1c1c;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
}

.range__label--active {
  color: #ff6a00;
  font-weight: 600;
}

.range__label:nth-child(2) {
  left: 0.5%;
}

.range__label:nth-child(3) {
  left: 0.5%;
}

.range__label:nth-child(4) {
  left: 0.5%;
}

[data-range=speed] .range__label:nth-child(2) {
  left: 2.2%;
}
[data-range=speed] .range__label:nth-child(3) {
  left: 2.2%;
}
[data-range=speed] .range__label:nth-child(4) {
  left: 2.2%;
}

@media (min-width: 380px) {
  .range__label {
    font-size: 14px;
  }
}
@media (min-width: 420px) {
  .range__label {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .our-tariffs-box {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
  }
  .our-tariff-item {
    width: calc(50% - 10px);
  }
  .our-tariff-item .brand-btn {
    height: 78px;
  }
  .our-tariff-item__features li {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .our-tariff-item__features li p {
    font-size: 16px;
  }
  .our-tariffs-btns {
    max-width: 585px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    flex-direction: row;
    margin-top: 50px;
  }
  .our-tariffs-btns .brand-btn {
    height: 76px;
    width: 50%;
  }
  .range-controls {
    margin-bottom: 40px;
    max-width: initial;
  }
  .range-controls__inner {
    gap: 20px;
  }
  .range-controls {
    max-width: 1025px;
  }
}
@media (min-width: 1200px) {
  .our-tariffs-box {
    gap: 30px;
  }
  .our-tariff-item {
    width: calc(33.33% - 20px);
  }
  .our-tariff-item__title {
    font-size: 26px;
  }
  .our-tariff-item__speed {
    font-size: 24px;
  }
  .our-tariff-item__top {
    height: 100px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .our-tariff-item-info__title {
    font-size: 30px;
  }
  .our-tariff-item-info__text {
    font-size: 18px;
    line-height: 1.5;
  }
  .our-tariff-item-info {
    justify-content: space-between;
    padding-top: 23px;
  }
  .our-tariff-item-info__top {
    padding-bottom: 45px;
  }
  .our-tariffs-btns {
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-top: 60px;
  }
  .our-tariffs-btns .brand-btn {
    height: 76px;
    width: 50%;
  }
  .range-controls {
    max-width: initial;
  }
  .range-controls__inner {
    flex-direction: row;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .range-card {
    padding: 30px;
  }
  .range-controls {
    margin-bottom: 30px;
  }
}
.connect-additional-tv-section {
  width: 100%;
  position: relative;
}
.connect-additional-tv-section .section-title {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.connect-additional-tv__text {
  text-align: center;
}

.connect-additional-tv-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 18px;
  margin-bottom: 30px;
}

.connect-additional-tv__btn {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}

.connect-additional-tv-section-bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .connect-additional-tv-section .section-title {
    max-width: 550px;
  }
  .connect-additional-tv-box {
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
  .connect-additional-tv__btn {
    width: -moz-max-content;
    width: max-content;
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .connect-additional-tv-section .section-title {
    max-width: initial;
  }
  .connect-additional-tv__btn {
    margin-top: 60px;
  }
  .connect-additional-tv-box {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.home-equipment-section {
  width: 100%;
  position: relative;
}

.home-equipment-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.equipment-item__img {
  padding: 10px;
  border-bottom: 1px solid #EBECF0;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.equipment-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.equipment-item {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  max-width: 500px;
  border: 1px solid #EBECF0;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.equipment-item .brand-btn {
  height: 60px;
}

.equipment-item__top {
  padding: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: var(--color-orange-light);
}

.equipment-item__label {
  font-size: 16px;
  color: #fff;
}

.equipment-item__top__content {
  padding: 35px 30px 30px 30px;
  border-top: none;
  border-radius: 0 0 16px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.equipment-item__title {
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 25px;
}

.equipment-item__features {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.equipment-item__features li {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-bottom: 20px;
}
.equipment-item__features li:last-child {
  margin-bottom: 0;
}
.equipment-item__features li img {
  max-width: 25px;
  width: 100%;
}
.equipment-item__features li p {
  margin-bottom: 0;
}

.equipment-item__price {
  margin-bottom: 25px;
}

.equipment-item__price {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
}

.equipment-item-info {
  padding: 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid #EBECF0;
}

.home-equipment-btn {
  margin-top: 30px;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .home-equipment-box {
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
  }
  .equipment-item {
    width: calc(50% - 10px);
    max-width: none;
    align-self: stretch;
  }
  .equipment-item__features li {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .home-equipment-btn {
    margin-top: 50px;
    width: -moz-max-content;
    width: max-content;
    max-width: initial;
  }
}
@media (min-width: 1200px) {
  .home-equipment-box {
    gap: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    margin-top: 50px;
  }
  .equipment-item {
    width: calc(33.3% - 22.5px);
    align-self: stretch;
  }
  .equipment-item__title {
    font-size: 24px;
  }
  .equipment-item__features li p {
    font-size: 16px;
  }
  .home-equipment-btn {
    margin-top: 60px;
    width: -moz-max-content;
    width: max-content;
    max-width: initial;
  }
}
.helpful-tips-section {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.helpful-tips-container {
  width: 100%;
  max-width: 1510px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  position: relative;
}

.helpful-tips-box {
  width: 100%;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
}

.helpful-tips-box__left {
  order: 2;
}

.helpful-tips-box__right {
  order: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.helpful-tips-box__right img {
  max-width: 55%;
}

.helpful-tips-box__text p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.helpful-tips-box__text p:last-child {
  margin-bottom: 0;
}

.helpful-tips-section .brand-btn {
  height: 60px;
  margin-top: 30px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.helpful-tips-section .section-title {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.helpful-tips-section-bg {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .helpful-tips-section {
    background-color: #FAFAFA;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .helpful-tips-box {
    padding: 70px 30px;
    border-radius: 16px;
    position: relative;
  }
  .helpful-tips-box__right {
    position: absolute;
    top: 0;
    right: 0;
  }
  .helpful-tips-box__left .section-title {
    text-align: left;
    margin-left: 0;
  }
  .helpful-tips-section .brand-btn {
    height: 76px;
    width: -moz-max-content;
    width: max-content;
    margin-top: 50px;
  }
  .helpful-tips-box__right {
    position: absolute;
    width: 200px;
    height: 200px;
    right: 0;
    top: 30px;
  }
  .helpful-tips-box__right img {
    max-width: 90%;
  }
  .helpful-tips-section-bg {
    display: flex;
  }
  .helpful-tips-section .brand-btn {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .helpful-tips-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .helpful-tips-box {
    width: 100%;
    border-radius: 16px;
    border-radius: 16px;
    border: 1px solid #EBECF0;
  }
  .helpful-tips-box {
    padding: 80px;
  }
  .helpful-tips-box {
    flex-direction: row;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .helpful-tips-box__left {
    width: 58%;
  }
  .helpful-tips-box__right {
    position: relative;
    top: initial;
    bottom: initial;
    left: initial;
    right: initial;
    transform: initial;
    width: 42%;
    height: 100%;
    order: 2;
  }
  .helpful-tips-section .section-title {
    max-width: initial;
  }
  .helpful-tips-box__right img {
    width: 114%;
    max-width: initial;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 1/1;
  }
}
.promotions-discounts-section {
  width: 100%;
  position: relative;
}

.promotions-discounts-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 18px;
}

.promotions-discounts-item {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.promotions-discounts-item .brand-btn {
  height: 60px;
}

.promotions-discounts-item__top {
  padding: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: var(--color-orange-light);
}

.promotions-discounts-item__label {
  font-size: 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-bottom: 7px;
}

.promotions-discounts-item__title {
  color: #FFF;
  font-size: 20px;
  line-height: 1.3;
}

.promotions-discounts-item__features {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}
.promotions-discounts-item__features li {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-bottom: 20px;
}
.promotions-discounts-item__features li img {
  max-width: 25px;
  width: 100%;
}
.promotions-discounts-item__features li p {
  margin-bottom: 0;
}

.promotions-discounts-item__price {
  margin-bottom: 25px;
}

.promotions-discounts-item__price {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
}

.promotions-discounts-item-info {
  padding: 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid #EBECF0;
}

.promotions-discounts-item__content p {
  margin-bottom: 2px;
  font-size: 14px;
}
.promotions-discounts-item__content ul {
  padding-left: 15px;
  margin-bottom: 2px;
}

.promotions-discounts-item__content ul li::marker {
  font-size: 10px;
}

.promotions-discounts-item__bottom {
  padding: 15px 20px 20px 20px;
  background-color: #FAFAFA;
  border-radius: 0 0 16px 16px;
  border-right: 1px solid #EBECF0;
  border-bottom: 1px solid #EBECF0;
  border-left: 1px solid #EBECF0;
  row-gap: 0;
}
.promotions-discounts-item__bottom .brand-btn {
  margin-top: 25px;
}

.promotions-discounts-item__additional-info {
  margin-top: 15px;
}
.promotions-discounts-item__additional-info p {
  font-size: 12px;
}
.promotions-discounts-item__additional-info ul {
  font-size: 12px;
}

.promotions-discounts-section-bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .promotions-discounts-item {
    max-width: 630px;
  }
  .promotions-discounts-item__content p,
  .promotions-discounts-item__content ul {
    font-size: 16px;
  }
  .promotions-discounts-item__additional-info p,
  .promotions-discounts-item__additional-info ul {
    font-size: 14px;
  }
  .promotions-discounts-item__bottom .brand-btn {
    height: 76px;
  }
  .promotions-discounts-item__title {
    font-size: 26px;
  }
  .promotions-discounts-item__label {
    font-size: 16px;
  }
  .promotions-discounts-item__top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .promotions-discounts-item__label {
    margin-bottom: 4px;
  }
  .promotions-discounts-item__bottom {
    padding: 35px 30px;
  }
  .promotions-discounts-item__bottom .brand-btn {
    margin-top: 35px;
  }
}
@media (min-width: 1200px) {
  .promotions-discounts-box {
    flex-direction: row;
    align-items: stretch;
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-top: 50px;
    justify-content: center;
  }
  .promotions-discounts-item {
    max-width: initial;
    width: calc(50% - 15px);
  }
  .promotions-discounts-item__bottom {
    flex-grow: 1;
  }
  .promotions-discounts-item__content p {
    margin-bottom: 10px;
  }
  .promotions-discounts-item__content p,
  .promotions-discounts-item__content ul {
    font-size: 16px;
  }
  .promotions-discounts-item__additional-info p,
  .promotions-discounts-item__additional-info ul {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .promotions-discounts-item__content ul li {
    margin-bottom: 5px;
  }
  .promotions-discounts-item__additional-info ul {
    margin-bottom: 2px;
  }
}
.payment-options-section {
  width: 100%;
  position: relative;
}
.payment-options-section .brand-btn {
  margin-top: 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.payment-options-box {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 20px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.payment-options-item {
  width: calc(50% - 10px);
}

.payment-options-item__icon {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 15%;
  border: 1px solid #EBECF0;
  margin-bottom: 20px;
}

.payment-options-item__title {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 25px;
  text-align: center;
}

.ln-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
}
.ln-list li {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-bottom: 20px;
}
.ln-list li img {
  max-width: 25px;
  width: 100%;
}
.ln-list li p {
  margin-bottom: 0;
  font-size: 16px;
}

@media (min-width: 768px) {
  .payment-options-box {
    row-gap: 50px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    max-width: 800px;
  }
  .payment-options-item {
    width: calc(33.33% - 13.33px);
  }
  .payment-options-section .brand-btn {
    margin-top: 50px;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (min-width: 1200px) {
  .payment-options-box {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    -moz-column-gap: 24px;
         column-gap: 24px;
    margin-top: 50px;
    max-width: initial;
  }
  .payment-options-item {
    width: 100%;
  }
}
.connection-service-management-box {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 15px;
}

.connection-service-management-item {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #EBECF0;
  background-color: #FFF;
  padding: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  max-width: 450px;
}

.connection-service-management-item__top {
  display: flex;
  flex-direction: column;
}

.connection-service-management-item__icon {
  width: 100%;
  max-width: 30px;
  margin-bottom: 25px;
}

.connection-service-management-item__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.connection-service-management-item__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}

.connection-service-management-item__address {
  margin-top: 15px;
  color: var(--color-orange-light);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.csm-box {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.csm-box a {
  transition-duration: 0.2s;
}

.csm-box__icon {
  width: 100%;
  max-width: 50px;
  aspect-ratio: 1/1;
}

div.connection-service-management-box:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > a:nth-child(1):hover {
  background-color: rgba(243, 146, 20, 0.1176470588);
}

.csm-box a {
  border-radius: 10px;
  overflow: hidden;
}

.csm-tel {
  color: var(--color-orange-light);
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.15;
}

.to-lk-btn,
.show-map-btn {
  height: 50px;
  border-width: 1px;
  font-size: 13px;
  max-width: 285px;
  font-weight: 500;
  border-radius: 10px;
  width: 100%;
}
.to-lk-btn p,
.show-map-btn p {
  margin-bottom: 0;
}

.to-lk-btn svg,
.show-map-btn svg {
  margin-right: 9px;
  flex-shrink: 0;
}

.to-lk-btn:hover svg,
.show-map-btn:hover svg {
  filter: brightness(0) saturate(100%) invert(97%) sepia(3%) saturate(13%) hue-rotate(104deg) brightness(104%) contrast(103%);
}

.connection-service-management__mtext p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.connection-service-management__mtext p:last-child {
  margin-bottom: 0;
}

.connection-service-management-section--special .connection-service-management-box {
  margin-top: 30px;
}

.connection-service-management-section--special .section-title {
  text-align: left;
}

.to-lk-btn svg {
  max-width: 20px;
}

.csm-dwnl-btn {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: var(--color-orange);
  border: 1px solid var(--color-orange);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.3s;
}

.csm-dwnl-btn svg {
  margin-right: 0;
}

.csm-dwnl-btn p {
  color: #FF6900;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  font-size: 0px;
}

@media (min-width: 500px) {
  .connection-service-management-section .section-title {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .connection-service-management-box {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  .connection-service-management-item {
    width: calc(50% - 10px);
    justify-content: space-between;
  }
  .connection-service-management-box {
    align-items: initial;
  }
  .connection-service-management-box {
    justify-content: center;
  }
  .connection-service-management-section--special .connection-service-management-box {
    flex-direction: column;
    row-gap: 10px;
    margin-top: 50px;
  }
  .connection-service-management-section--special .connection-service-management-item {
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    max-width: initial;
  }
  .connection-service-management-section--special .connection-service-management-item__top {
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 16px;
         column-gap: 16px;
    flex-grow: 1;
  }
  .connection-service-management-section--special .connection-service-management-item__icon {
    margin-bottom: 0;
  }
  .connection-service-management-section--special .connection-service-management-item__title br {
    display: none;
  }
  .to-lk-btn, .show-map-btn {
    width: 100%;
  }
  .connection-service-management-section--special .connection-service-management-item__address {
    margin-top: 0;
    margin-left: 25px;
  }
  .connection-service-management-section--special .connection-service-management-item .to-lk-btn {
    width: 182px;
  }
  .connection-service-management-section--special .connection-service-management-item .show-map-btn {
    width: 182px;
  }
  .csm-dwnl-btn {
    width: 182px;
  }
  .csm-dwnl-btn svg {
    margin-right: 8px;
  }
  .csm-dwnl-btn p {
    font-size: 13px;
  }
  .csm-dwnl-btn:hover {
    background-color: var(--color-orange);
  }
  .csm-dwnl-btn:hover svg {
    filter: brightness(0) saturate(100%) invert(97%) sepia(3%) saturate(13%) hue-rotate(104deg) brightness(104%) contrast(103%);
  }
  .csm-dwnl-btn:hover p {
    color: #fff;
  }
}
@media (min-width: 800px) {
  .connection-service-management-section .section-title {
    text-align: center;
  }
  .connection-service-management__mtext {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .connection-service-management-section--special .connection-service-management-box {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .connection-service-management-box {
    margin-top: 50px;
  }
}
@media (min-width: 1350px) {
  .connection-service-management-item {
    width: calc(25% - 22.5px);
  }
}
@media (min-width: 1400px) {
  .connection-service-management-section--special .connection-service-management-section__left {
    width: 600px;
    flex-shrink: 0;
  }
  .connection-service-management-section--special .connection-service-management-section__right {
    flex-grow: 1;
    width: auto;
    max-width: initial;
  }
  .connection-service-management-section--special .custom-container {
    display: flex;
    -moz-column-gap: 30px;
         column-gap: 30px;
    width: 100%;
  }
  .connection-service-management-section--special .section-title {
    text-align: left;
    font-size: 48px;
  }
  .connection-service-management-section--special .connection-service-management-box {
    margin-top: 0;
  }
  .connection-service-management-section--special .connection-service-management-item {
    border-radius: 12px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .connection-service-management-section--special .csm-dwnl-btn {
    width: 120px;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    padding-left: 14px;
    padding-right: 18px;
  }
  .connection-service-management-section--special .csm-dwnl-btn svg {
    flex-shrink: 0;
  }
  .connection-service-management-section--special .connection-service-management-item .show-map-btn {
    width: 120px;
    justify-content: center;
    align-items: center;
    padding-left: 14px;
    padding-right: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    line-height: 1.2;
  }
  .connection-service-management-section--special .connection-service-management-item .show-map-btn p {
    margin-bottom: 0;
    white-space: wrap;
    text-align: left;
  }
  .connection-service-management-section--special .connection-service-management-item__address {
    margin-left: 0;
    font-size: 14px;
    font-weight: 600;
    margin-left: 15px;
  }
  .connection-service-management-section--special .csm-tel {
    font-size: 26px;
    margin-right: auto;
  }
  .connection-service-management-section--special .connection-service-management-item {
    min-height: 70px;
  }
}
.additional-services-info {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-bottom: 30px;
}

.additional-services-info__left {
  width: 24px;
}

.additional-services-info__right {
  flex-grow: 1;
  font-size: 15px;
  line-height: 1.5;
}
.additional-services-info__right a {
  text-decoration: underline;
  color: var(--color-orange);
}
.additional-services-info__right a:hover {
  text-decoration: none;
}

.additional-services-box {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
  justify-content: center;
  margin-bottom: 30px;
}

.additional-service-item {
  width: 100%;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid #EBECF0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  transition-duration: 0.3s;
}

.additional-service-item__top {
  margin-bottom: 20px;
  display: flex;
  -moz-column-gap: 18px;
       column-gap: 18px;
  align-items: center;
}

.additional-service-item__icon {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background-color: #FEF5E8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.additional-service-item__title {
  font-size: 20px;
  line-height: 1.4;
  transition-duration: 0.2s;
}

.additional-service-item__center {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.additional-service-item__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 50px;
}

.additional-service-item__price {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.plus-btn {
  height: 50px;
  border-radius: 10px;
  border: 2px solid var(--color-orange);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  padding-left: 11px;
  padding-right: 11px;
  color: var(--color-orange);
  font-style: normal;
  font-weight: 500;
  font-family: "Magistral", sans-serif;
  line-height: 1;
  display: flex;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
}
.plus-btn p {
  margin-bottom: 0;
  top: -1px;
  position: relative;
  width: 0;
  transition-duration: 0.15s;
}

.plus-btn-icon {
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M12%205V19M5%2012H19%22%20stroke%3D%22%23FF6900%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: repeat;
}

.plus-btn:hover {
  font-size: 20px;
  color: #fff;
  background-color: var(--color-orange);
}

.plus-btn:hover .plus-btn-icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(8deg) brightness(105%) contrast(101%);
  margin-right: 7px;
}

.plus-btn:hover p {
  width: 100px;
}

.additional-service-item:hover {
  border-color: var(--color-orange);
}

.additional-service-item:hover .additional-service-item__title {
  color: var(--color-orange-light);
}

.additional-service-item__price span {
  font-size: 14px;
}

.additional-services-show-more-btn {
  margin-top: 30px;
  height: 60px;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 500px) {
  .additional-services-info {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .additional-services-info__right br {
    display: none;
  }
}
@media (min-width: 768px) {
  .additional-services-info {
    margin-bottom: 50px;
  }
  .additional-services-box {
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .additional-service-item {
    width: calc(50% - 10px);
    padding: 25px;
  }
  .additional-services-show-more-btn {
    width: -moz-max-content;
    width: max-content;
    height: 76px;
  }
}
@media (min-width: 1000px) {
  .additional-services-box {
    gap: 30px;
  }
  .additional-service-item {
    width: calc(33.33% - 20px);
    justify-content: space-between;
  }
  .additional-services-box {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .additional-services-section .section-title {
    font-size: 46px;
    margin-bottom: 0;
  }
  .additional-services-section-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .additional-services-info {
    margin-bottom: 0;
    margin-right: 0;
  }
  .additional-services-show-more-btn {
    margin-top: 60px;
  }
  .additional-service-item__center {
    font-size: 16px;
  }
}
.order-connection-box {
  background-color: var(--color-orange-light);
  border-radius: 20px;
  padding: 40px 20px;
  position: relative;
}
.order-connection-box .section-title {
  color: #fff;
  font-size: 23px;
}

.order-connection-box__content {
  z-index: 2;
  position: relative;
}

.order-connection-box__subtext {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.order-connection-box__plane {
  width: calc(100% + 20px);
  left: 0;
  position: relative;
}

.order-connection-box__subtitle {
  margin-top: 10px;
  color: #FFF;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.order-connection-box-bg {
  display: none;
}

.plus-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.plus-list li {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 35px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}

.plus-list li + li {
  margin-top: 13px;
}

.plus-list li strong {
  font-weight: 700;
}

.plus-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%220.75%22%20y%3D%220.75%22%20width%3D%2218.5%22%20height%3D%2218.5%22%20rx%3D%223.25%22%20stroke%3D%22white%22%20style%3D%22stroke%3Awhite%3Bstroke-opacity%3A1%3B%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20d%3D%22M14%207L8.5%2012.5L6%2010%22%20stroke%3D%22white%22%20style%3D%22stroke%3Awhite%3Bstroke-opacity%3A1%3B%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.order-connection-box .brand-btn-leaky {
  margin-top: 20px;
  border-color: #fff;
  color: #fff;
  font-size: 20px;
  height: 76px;
}

.order-connection-box .brand-btn-leaky:hover {
  border-color: var(--color-orange);
}

.order-connection-bg {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.order-connection-box .section-title {
  margin-bottom: 20px;
}

.connection-lainer__inner {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.order-connection-box__plane-desc {
  display: none;
}

@media (min-width: 500px) {
  .order-connection-box .section-title {
    font-size: 35px;
  }
  .order-connection-box {
    padding: 60px 50px;
  }
  .plus-list li {
    font-size: 20px;
  }
  .order-connection-box__subtitle {
    font-size: 30px;
  }
  .order-connection-box__plane {
    width: calc(100% + 50px);
  }
  .order-connection-box .brand-btn-leaky {
    margin-top: 50px;
  }
  .order-connection-box__subtitle {
    margin-bottom: 30px;
  }
  .order-connection-box__plane {
    margin-bottom: 30px;
  }
}
@media (min-width: 700px) {
  .order-connection-box__subtext {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .order-connection-box .section-title {
    font-size: 48px;
  }
  .order-connection-box {
    border-radius: 40px;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1000px) {
  .order-connection-box .section-title {
    font-size: 52px;
  }
  .order-connection-box__plane {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .order-connection-box .section-title {
    text-align: left;
    margin-bottom: 40px;
  }
  .order-connection-box__subtext {
    text-align: left;
    margin-bottom: 40px;
  }
  .order-connection-box .brand-btn-leaky {
    width: -moz-max-content;
    width: max-content;
    margin-left: 0;
  }
  .order-connection-box {
    padding: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .order-connection-box .order-connection-box__plane {
    display: none;
  }
  .order-connection-box__plane-desc {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    aspect-ratio: 772/549;
  }
}
@media (min-width: 1200px) {
  .connection-lainer__inner {
    row-gap: 40px;
  }
}
.faq-lainer__inner {
  margin-top: 30px;
}

.accordion-box {
  width: 100%;
  max-width: 900px;
}

.accordion__item {
  border-radius: 16px;
  border: 1px solid #EBECF0;
  background: #FFF;
  padding: 30px 30px;
}

.accordion__item + .accordion__item {
  margin-top: 18px;
}

.accordion__button {
  position: relative;
  display: block;
  padding: 0 65px 0 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.accordion__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 22px;
  transition: transform 0.3s ease;
  width: 40px;
  height: 40px;
  background-color: var(--color-orange-light);
  border-radius: 1000px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13%207L7%201L0.999999%207%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: 35%;
  background-repeat: no-repeat;
}

.accordion__item.accordion__item--opened .accordion__button::after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201L7%207L13%201%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
}

.accordion__item.accordion__item--opened .accordion__button {
  color: var(--color-orange-light);
}

.accordion__panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
  border-radius: 4px;
}

.accordion__content {
  padding: 0;
  padding-top: 25px;
  color: #33302E;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.accordion__content > * {
  margin-bottom: 12px;
}

.accordion__content > *:last-child {
  margin-bottom: 0;
}

.faq-lainer__inner {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.faq-lainer-box {
  padding: 30px 20px;
  border-radius: 16px;
  border: 1px solid #EBECF0;
  background: #FFF;
  max-width: 470px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.connection-service-management-item__bottom {
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .accordion__button {
    font-size: 20px;
  }
  .accordion__content {
    font-size: 16px;
  }
  .accordion__item + .accordion__item {
    margin-top: 20px;
  }
}
@media (min-width: 1400px) {
  .faq-lainer__inner {
    display: flex;
    flex-direction: row;
    -moz-column-gap: 40px;
         column-gap: 40px;
    justify-content: center;
  }
  .faq-lainer-section__right {
    width: 470px;
    top: 20px;
    position: relative;
    flex-shrink: 0;
  }
  .faq-lainer-section__left {
    flex-grow: 1;
    width: auto;
  }
  .faq-lainer-box {
    padding: 80px 46px;
    border-radius: 16px;
  }
}

.tariffs-page .tariffs-plan {
  border-radius: 16px;
  padding: 32px 12px;
}

.tariffs-page .tariffs-plan__subtitle {
  text-align: center;
  margin-bottom: 22px;
}

.tariffs-page .tariffs-grid-wrap {
  width: 100%;
}

.tariffs-page .tariffs-grid-wrap--desktop {
  display: none;
}

.tariffs-page .tariffs-grid-wrap--split + .tariffs-grid-wrap--split {
  margin-top: 16px;
}

.tariffs-page .tariffs-grid {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  color: #33302E;
}

.tariffs-page .tariffs-grid th {
  background: var(--color-orange-light);
  color: #fff;
  text-align: center;
  padding: 8px 4px;
  font-family: "Magistral", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 0;
}

.tariffs-page .tariffs-grid th span {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 10px;
}

.tariffs-page .tariffs-grid--desktop thead tr:first-child th:first-child,
.tariffs-page .tariffs-grid--main thead tr:first-child th:first-child,
.tariffs-page .tariffs-grid--abonements thead tr:first-child th:first-child {
  border-top-left-radius: 12px;
}

.tariffs-page .tariffs-grid tbody td {
  background: #fff;
  border: 1px solid #ebecf0;
  text-align: center;
  padding: 8px 5px;
  font-size: 12px;
  border-radius: 0;
}

.tariffs-page .tariffs-grid tbody td:first-child {
  text-align: left;
  font-weight: 500;
}

.tariffs-page .tariffs-grid tbody tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
}

.tariffs-page .tariffs-grid tbody tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}

.tariffs-page .tariffs-grid .tariffs-col--name {
  width: 40%;
}

.tariffs-page .tariffs-grid .tariffs-col--speed {
  width: 14%;
}

.tariffs-page .tariffs-grid .tariffs-col--num {
  width: 15%;
}

.tariffs-page .tariffs-grid--abonements .tariffs-col--name {
  width: 36%;
}

.tariffs-page .tariffs-grid--abonements .tariffs-col--speed {
  width: 14%;
}

.tariffs-page .tariffs-grid--abonements .tariffs-col--num {
  width: 16.66%;
}


.tariffs-page .tariffs-grid--main th:first-child,
.tariffs-page .tariffs-grid--abonements th:first-child {
  width: 34px;
  letter-spacing: 0.02em;
}

.tariffs-page .tariffs-grid--main th:nth-child(2),
.tariffs-page .tariffs-grid--abonements th:nth-child(2) {
  width: 34px;
}

.tariffs-page .tariffs-grid--main tbody td:first-child,
.tariffs-page .tariffs-grid--abonements tbody td:first-child {
  font-size: 11px;
}

.tariffs-page .tariffs-grid--main .tariffs-col--name,
.tariffs-page .tariffs-grid--abonements .tariffs-col--name {
  width: 50%;
}

.tariffs-page .tariffs-grid--main .tariffs-col--speed,
.tariffs-page .tariffs-grid--abonements .tariffs-col--speed {
  width: 16%;
}

.tariffs-page .tariffs-grid--main .tariffs-col--num {
  width: 17%;
}

.tariffs-page .tariffs-grid--abonements .tariffs-col--num {
  width: 11.33%;
}

.tariffs-page .tariffs-grid--main thead tr:first-child th:first-child,
.tariffs-page .tariffs-grid--abonements thead tr:first-child th:first-child {
  border-top-left-radius: 12px;
}

.tariffs-page .tariffs-plan__notes {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #83807e;
}

.tariffs-page .tariffs-plan__notes h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.tariffs-page .tariffs-plan__notes h4 {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.tariffs-page .tariffs-plan__notes ul {
  margin: 0;
  padding-left: 18px;
}

.tariffs-page .tariffs-plan__notes li {
  font-size: 14px;
  line-height: 1.5;
}

.tariffs-page .tariffs-plan__notes ul ul {
  margin-top: 4px;
  padding-left: 24px;
}

.tariffs-page .tariffs-plan__notes-accent {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
}

.tariffs-page .payment-options-box {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 15px;
  max-width: 100%;
}

.tariffs-page .payment-options-item {
  width: 100%;
  display: block !important;
}

.tariffs-page .payment-options-item__title {
  font-size: 18px;
  margin-bottom: 15px;
}

.tariffs-page .payment-options-item .ln-list {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .tariffs-page .tariffs-plan {
    padding: 50px 28px;
  }

  .tariffs-page .tariffs-grid th {
    font-size: 16px;
    padding: 10px 8px;
  }

  .tariffs-page .tariffs-grid th span {
    font-size: 12px;
  }

  .tariffs-page .tariffs-grid tbody td {
    font-size: 14px;
    padding: 10px 8px;
  }

  .tariffs-page .tariffs-grid--main th:first-child,
  .tariffs-page .tariffs-grid--abonements th:first-child,
  .tariffs-page .tariffs-grid--main th:nth-child(2),
  .tariffs-page .tariffs-grid--abonements th:nth-child(2) {
    width: auto;
  }

  .tariffs-page .tariffs-grid--main tbody td:first-child,
  .tariffs-page .tariffs-grid--abonements tbody td:first-child {
    font-size: 14px;
  }

  .tariffs-page .tariffs-grid--main .tariffs-col--name {
    width: 42%;
  }

  .tariffs-page .tariffs-grid--main .tariffs-col--speed {
    width: 16%;
  }

  .tariffs-page .tariffs-grid--main .tariffs-col--num {
    width: 21%;
  }

  .tariffs-page .tariffs-grid--abonements .tariffs-col--name {
    width: 38%;
  }

  .tariffs-page .tariffs-grid--abonements .tariffs-col--speed {
    width: 14%;
  }

  .tariffs-page .tariffs-grid--abonements .tariffs-col--num {
    width: 16%;
  }

  .tariffs-page .tariffs-plan__notes {
    flex-direction: row;
    gap: 30px;
  }

  .tariffs-page .tariffs-plan__notes > div {
    width: calc(50% - 15px);
  }

  .tariffs-page .payment-options-box {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 20px;
  }

  .tariffs-page .payment-options-item__title {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .tariffs-page .tariffs-plan {
    padding: 75px 70px;
  }

  .tariffs-page .tariffs-plan__subtitle {
    margin-bottom: 32px;
  }

  .tariffs-page .tariffs-grid-wrap--desktop {
    display: block;
  }

  .tariffs-page .tariffs-grid-wrap--split {
    display: none;
  }

  .tariffs-page .tariffs-grid th {
    font-size: 20px;
  }

  .tariffs-page .tariffs-grid th span {
    font-size: 14px;
  }

  .tariffs-page .tariffs-grid tbody td {
    font-size: 16px;
    padding: 11px 8px;
  }

  .tariffs-page .tariffs-grid tbody td:first-child {
    padding-left: 18px;
  }

  .tariffs-page .tariffs-grid--desktop .tariffs-col--name {
    width: 32%;
  }

  .tariffs-page .tariffs-grid--desktop .tariffs-col--speed {
    width: 12%;
  }

  .tariffs-page .tariffs-grid--desktop .tariffs-col--num {
    width: 11.2%;
  }

  .tariffs-page .tariffs-plan__notes {
    margin-top: 34px;
    gap: 40px;
  }

  .tariffs-page .tariffs-plan__notes h3 {
    font-size: 26px;
  }

  .tariffs-page .tariffs-plan__notes h4 {
    font-size: 18px;
  }

  .tariffs-page .tariffs-plan__notes li {
    font-size: 16px;
  }

  .tariffs-page .payment-options-box {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 24px;
  }

  .tariffs-page .payment-options-item__title {
    font-size: 24px;
  }
}

/* ========================================
   TV Page — Table, Advantages, How to connect
   ======================================== */

.tv-tariffs-heading {
  text-align: center;
}

.tv-tariffs-heading__line {
  display: block;
}

.tv-tariffs-subtitle {
  max-width: 836px;
  margin-left: auto;
  margin-right: auto;
}

.tv-page .tariffs-grid--tv {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 2px;
  table-layout: fixed;
}

.tv-page .tariffs-grid--tv th,
.tv-page .tariffs-grid--tv td {
  text-align: center;
  vertical-align: middle;
  padding: 16px 12px;
  font-size: 14px;
  line-height: 1.5;
  background: #fff;
}

.tv-page .tariffs-grid--tv thead th {
  background: var(--brand-color, #f39314);
  color: #fff;
  font-family: 'Magistral', sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 20px 12px;
}

.tv-page .tariffs-grid--tv thead th:first-child {
  border-top-left-radius: 16px;
}

.tv-page .tariffs-grid--tv thead th:last-child {
  border-top-right-radius: 16px;
}

.tv-page .tariffs-grid--tv thead th span {
  display: block;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-top: 4px;
}

.tv-page .tariffs-grid--tv tbody tr:last-child td:first-child {
  border-bottom-left-radius: 16px;
}

.tv-page .tariffs-grid--tv tbody tr:last-child td:last-child {
  border-bottom-right-radius: 16px;
}

.tv-page .tariffs-grid--tv tbody td:first-child {
  border-left: 1px solid #ebecf0;
  font-weight: 500;
}

.tv-page .tariffs-grid--tv tbody td:last-child {
  border-right: 1px solid #ebecf0;
}

.tv-page .tariffs-grid--tv tbody tr:last-child td {
  border-bottom: 1px solid #ebecf0;
}

.tv-page .tariffs-grid--tv tbody td {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  color: #33302e;
}

.tariffs-grid__note {
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: #83807e;
  margin-top: 2px;
}

.tariffs-grid__link {
  text-decoration: underline;
  color: #33302e;
  font-weight: 500;
}

.tariffs-grid__link:hover {
  color: var(--brand-color, #f39314);
}

.tv-channels-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 30px auto 0;
  width: fit-content;
}

.tv-channels-btn__icon {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  transition: transform 0.2s;
}

.tv-channels-btn:hover .tv-channels-btn__icon {
  transform: translateY(3px);
}

/* TV Advantages */
.tv-advantages {
  padding-top: 60px;
  padding-bottom: 60px;
}

.tv-advantages__grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}

.tv-advantages__card {
  position: relative;
  background: #fff;
  border: 1px solid #ebecf0;
  border-radius: 16px;
  padding: 50px 30px 30px;
}

.tv-advantages__icon {
  position: absolute;
  top: -17px;
  right: 30px;
  width: 48px;
  height: 60px;
}

.tv-advantages__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tv-advantages__title {
  font-size: 20px;
  margin-bottom: 16px;
  line-height: 1.5;
}

.tv-advantages__text {
  font-size: 14px;
  line-height: 1.5;
  color: #33302e;
  margin: 0;
}

/* TV How to Connect */
.tv-connect {
  padding-top: 60px;
  padding-bottom: 60px;
}

.tv-connect__grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}

.tv-connect__card {
  position: relative;
  background: #fff;
  border: 1px solid #ebecf0;
  border-radius: 16px;
  padding: 30px;
}

.tv-connect__card-icon {
  width: 48px;
  height: 48px;
  background: #fef5e8;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.tv-connect__card-icon img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.tv-connect__card-title {
  font-size: 20px;
  margin-bottom: 16px;
  line-height: 1.5;
}

.tv-connect__card-text {
  font-size: 14px;
  line-height: 1.5;
  color: #33302e;
  margin: 0;
}

.tv-connect__steps {
  margin: 0;
  padding-left: 24px;
  font-size: 14px;
  line-height: 1.5;
  color: #33302e;
}

.tv-connect__steps li {
  margin-bottom: 8px;
}

.tv-connect__steps li:last-child {
  margin-bottom: 0;
}

.tv-connect__card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--brand-color, #ff6900);
  border-radius: 10px;
  color: var(--brand-color, #ff6900);
  font-size: 13px;
  padding: 12px 14px;
  margin-top: 16px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.tv-connect__card-btn--wide {
  width: 100%;
  margin-bottom: 16px;
}

.tv-connect__card-btn-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.tv-connect__card-btn:hover {
  background: var(--brand-color, #ff6900);
  color: #fff;
}

.tv-connect__card-btn:hover .tv-connect__card-btn-icon {
  filter: brightness(0) invert(1);
}

.tv-connect__card--important {
  background: #fff;
}

.tv-connect__card--important .tv-connect__card-title {
  font-size: 24px;
}

.tv-connect__important-list {
  margin: 0;
  padding-left: 21px;
  font-size: 14px;
  line-height: 1.5;
  color: #33302e;
}

.tv-connect__important-list li {
  margin-bottom: 8px;
}

.tv-connect__store-icons {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.tv-connect__store-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #ff6900;
}

.tv-connect__store-link img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.tv-connect__store-link--moovi {
  background: #0077ff;
  border-color: #148bff;
}

.tv-connect__store-link--google {
  background: linear-gradient(180deg, #f9f9f9, #ebecf0);
  border-color: #ecedf1;
}

.tv-connect__store-link--apple {
  background: linear-gradient(180deg, #3c3c3c, #000);
  border-color: #3c3c3c;
}

/* — TV Page: Tablet (768px+) — */
@media (min-width: 768px) {
  .tv-advantages__grid {
    flex-direction: row;
    gap: 20px;
  }

  .tv-advantages__card {
    flex: 1;
  }

  .tv-connect__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .tv-connect__card--important {
    grid-row: 1 / 4;
    grid-column: 2;
  }

  .tv-page .tariffs-grid--tv th,
  .tv-page .tariffs-grid--tv td {
    font-size: 14px;
    padding: 14px 16px;
  }

  .tv-page .tariffs-grid--tv thead th {
    font-size: 18px;
    padding: 24px 16px;
  }

  .tariffs-grid__note {
    font-size: 13px;
  }

  .tv-advantages__title {
    font-size: 22px;
  }

  .tv-advantages__text {
    font-size: 15px;
  }

  .tv-connect__card-text,
  .tv-connect__steps {
    font-size: 15px;
  }
}

/* — TV Page: Desktop (1920px) — */
@media (min-width: 1440px) {
  .tv-page .tariffs-grid--tv th,
  .tv-page .tariffs-grid--tv td {
    font-size: 16px;
    padding: 18px 20px;
  }

  .tv-page .tariffs-grid--tv thead th {
    font-size: 20px;
    padding: 28px 20px;
  }

  .tariffs-grid__note {
    font-size: 14px;
  }

  .tv-advantages {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tv-advantages__grid {
    gap: 30px;
    margin-top: 60px;
  }

  .tv-advantages__card {
    padding: 50px 30px 30px;
    min-height: 280px;
  }

  .tv-advantages__title {
    font-size: 26px;
  }

  .tv-advantages__text {
    font-size: 16px;
  }

  .tv-connect {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tv-connect__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
  }

  .tv-connect__card--important {
    grid-row: 1 / 3;
    grid-column: 3;
  }

  .tv-connect__card-title {
    font-size: 24px;
  }

  .tv-connect__card-text,
  .tv-connect__steps {
    font-size: 16px;
  }

  .tv-connect__important-list {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
    .th-vertical-text {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        white-space: nowrap;
        word-break: keep-all;
    }
}