.maps-city-list {
  /* display: none !important; */
  display: flex;
}
.tariffs-container[data-items="3"] .tariffs-card {
  width: 286px;
}
.btn-controls {
  margin-top: 28px;
}

.tariffs-container[data-items="3"],
.tariffs-container[data-items="2"] {
  max-width: inherit;
}

.tariffs-card-option span:first-child {
  flex: 0 0 156px;
}

.tariff-card-item {
  /* width: 170px; */
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 25px 0;
}

.tariffs-card-benefit-1,
.tariffs-card-benefit-2,
.tariffs-card-benefit-3,
.tariffs-card-benefit-4 {
  width: 92px;
  height: 86px;
  position: absolute;
  left: 207px;
  top: -46px;
}

.tariffs-card-benefit-1 {
  background: url(../img/virtual-numbers-page/benefit33.png) 0 0 no-repeat;
}

.tariffs-card-benefit-2 {
  background: url(../img/virtual-numbers-page/benefit25.png) 0 0 no-repeat;
}

.tariffs-card-benefit-3 {
  background: url(../img/virtual-numbers-page/benefit40.png) 0 0 no-repeat;
}

.tariffs-card-benefit-4 {
  background: url(../img/virtual-numbers-page/benefit22.png) 0 0 no-repeat;
}

.tariff-card-item .tariffs-card-price {
  height: inherit;
  align-items: flex-end;
}

.tariffs-card-price-value {
  line-height: 1;
}
.tariffs-card-price-value-year {
  font-size: 26px;
  line-height: 1;
  font-size: 19px;
  display: flex;
  column-gap: 10px;
}

.tariffs-card-price-value-old {
  text-decoration: line-through;
  color: #727272;
}

.vn-packages__row {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 9px 36px rgba(0, 0, 0, 0.15),
    0px 0px 30px rgba(228, 237, 239, 0.5);
  border-radius: 12px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: var(--mcn__margin-bottom_block_mobile);
  row-gap: 60px;
  max-width: 895px;
}
.tariffs-card-header {
  justify-content: center !important;
}
.tariffs-card-subtitle {
  font-family: var(--mcn__font_light) !important;
}
.vn-tariffs__tab__item {
  display: flex;
  flex-direction: column;
}
.vn-tariffs__tab__col {
  flex-direction: column;
}

.vn-tariffs__body {
  flex-direction: column;
}

.vn-packages__t {
  width: 43%;
  font-family: var(--mcn__font_bold) !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 18px;
}

.vn-packages__prices_header {
  text-align: left;
  font-family: var(--mcn__font_regular);
  font-size: 16px;
}

.vn-packages__prices tbody tr {
  line-height: 32px;
}

.tariffs-card-price-info span {
  line-height: 1;
}

.call-cost {
  margin-bottom: var(--mcn__margin-bottom_block_mobile);
}
.call-cost__item {
  background-image: url(https://www.mcn.ru/wp-content/uploads/2020/08/group-49331.png);
  background-color: #f5f8fa;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 60px 0px 60px 30px;
  /* max-width: 895px; */
  margin: auto;
  text-align: left;
}
.call-cost__title {
  max-width: 485px;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 30px;
}
.call-cost {
  margin-bottom: var(--mcn__margin-bottom_block_mobile);
}
.call-cost__item {
  background-image: url(https://www.mcn.ru/wp-content/uploads/2020/08/group-49331.png);
  background-color: #f5f8fa;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 60px 0px 60px 30px;
  /* max-width: 895px; */
  margin: auto;
  text-align: left;
}
.call-cost__title {
  max-width: 485px;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 30px;
}

@font-face {
  font-display: swap;
  font-family: "_g-roboto-black";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/RobotoBlack.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "_g-roboto-bold";
  font-weight: 700;
  src: url("../fonts/RobotoBold.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "_g-roboto-medium";
  font-weight: 500;
  src: url("../fonts/RobotoMedium.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "_g-roboto-regular";
  font-weight: 400;
  src: url("../fonts/RobotoRegular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "_g-roboto-light";
  font-weight: 300;
  src: url("../fonts/RobotoLight.woff2") format("woff2");
}

._g {
  --mcn__font_black: "_g-roboto-black";
  --mcn__font_bold: "_g-roboto-bold";
  --mcn__font_medium: "_g-roboto-medium";
  --mcn__font_light: "_g-roboto-light";
  --mcn__font_regular: "_g-roboto-regular";
  --mcn__margin-bottom_block_mobile: 55px;
  --mcn__margin-bottom_block_desktop: 110px;
  color: #000;
  text-align: center;
  font-family: var(--mcn__font_regular);
}

._g * {
  font-family: inherit;
  font-weight: inherit;
}

._g b,
._g strong {
  font-weight: bold;
}

._g img {
  max-width: 100%;
  content-visibility: auto;
}

._g img[width] {
  width: auto;
  content-visibility: auto;
}

._g img[width][height] {
  height: auto;
  content-visibility: auto;
}

._g__h1 {
  font-family: var(--mcn__font_bold);
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 40px;
  color: #fff;
}

._g__h2 {
  font-size: 21px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 21px;
  margin-bottom: 28px;
}

._g__hero {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0073ca),
    to(#00affc)
  );
  background: linear-gradient(#0073ca, #00affc);
  margin-bottom: var(--mcn__margin-bottom_block_mobile);
  padding-top: 40px;
  padding-bottom: 40px;
}

.label {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  line-height: 21px;
}

/* .btn-color-mode-switch{
      display: inline-block;
      margin: 0px;
      position: relative;
    } */

.btn-color-mode-switch > label.btn-color-mode-switch-inner {
  /* margin: 0px; */
  width: 213px;
  height: 45px;
  /* background: #E0E0E0; */
  border-radius: 38px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  /*box-shadow: 0px 0px 8px 0px rgba(17, 17, 17, 0.34) inset;*/
  display: block;
  border: 1px solid #2a7ba7;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner:before {
  content: attr(data-on);
  position: absolute;
  /* font-size: 12px; */
  /* font-weight: 500; */
  /* top: 12px; */
  right: 0px;
  color: #2a7ba7;
  padding: 12px 20px;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner:after {
  content: attr(data-off);
  /* width: 135px; */
  /* height: 39px; */
  background: #2a7ba7;
  border-radius: 36px;
  position: absolute;
  left: 3px;
  top: 3px;
  text-align: center;
  transition: all 0.3s ease;
  /* box-shadow: 0px 0px 6px -2px #111; */
  padding: 9px 20px;
  /* color: white; */
}

.btn-color-mode-switch input[type="checkbox"] {
  cursor: pointer;
  width: 50px;
  height: 25px;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  margin: 0px;
}

.btn-color-mode-switch
  input[type="checkbox"]:checked
  + label.btn-color-mode-switch-inner {
  /* background: #fff; */
  color: #fff;
}

.btn-color-mode-switch
  input[type="checkbox"]:checked
  + label.btn-color-mode-switch-inner:after {
  content: attr(data-on);
  left: 118px;
  background: #2a7ba7;
}

.btn-color-mode-switch
  input[type="checkbox"]:checked
  + label.btn-color-mode-switch-inner:before {
  content: attr(data-off);
  right: auto;
  left: 0px;
}

.btn-color-mode-switch input[type="checkbox"]:checked ~ .alert {
  display: block;
}

/* toggle */
.border::before {
  content: "";
  position: relative;
  height: 46px;
  border: 1px solid #2a7ba7;
  border-radius: 24px;
  width: 250px;
  color: #2a7ba7;
  /* margin: auto; */
  margin-bottom: 35px;
}

.vn-tariffs__tabs {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: inherit;
  /* align-items: center;
  flex-direction: column; */
}

.vn-tariffs__tabs label {
  align-items: center;
  border-bottom: 2px solid #fff;
  color: #2a7ba7;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 1 50%;
  font-family: var(--mcn__font_medium);
  justify-content: center;
  margin-bottom: 28px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.vn-tariffs__tabs input[type="radio"] {
  display: none;
}

.vn-tariffs__tabs input[type="radio"]:checked + label {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.tariffs__tab {
  display: none;
}
.vn-tariffs__tabs input[type="radio"]:checked + label + .tariffs__tab {
  display: block;
}
.border label {
  line-height: 46px !important;
  margin-bottom: inherit !important;
  border-bottom: inherit !important;
  padding-bottom: inherit !important;
  padding-top: inherit !important;

  width: 122px;
}

.border input[type="radio"]:checked + label {
  text-decoration: none !important;
  height: 40px;
  background: #2a7ba7;
  color: white !important;
  border-radius: 24px;
  display: flex;
  padding: 18px 20px;
  margin-top: 3px;
}

.label {
  font-size: 18px !important;
  color: #ffffff;
  font-weight: 500 !important;
  line-height: 21px !important;
  position: absolute;
}

.first-label {
  margin-right: 122px !important;
}

.last-label {
  margin-left: 122px !important;
}

@media (min-width: 768px) {
  .border::before {
    width: 290px;
  }

  .border label {
    width: 142px;
  }
  .first-label {
    margin-right: 142px !important;
  }

  .last-label {
    margin-left: 142px !important;
  }

  .vn-tariffs__tabs label {
    flex-basis: auto;
    line-height: 30px;
    padding-bottom: initial;
    padding-top: initial;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 55px;
  }
}

@media (min-width: 1200px) {
  .vn-tariffs__tab__col {
    flex-direction: inherit;
    column-gap: 15px;
    padding: inherit;
    justify-content: space-between;
  }
  .vn-packages__prices_header,
  .vn-packages__t {
    padding-bottom: 30px !important;
  }
  .tariffs-container {
    gap: 32px 29px;
  }
  .tariff-card-item {
    align-items: flex-start;
    margin-left: 53px;
  }
  .tariffs-card-benefit-1,
  .tariffs-card-benefit-2,
  .tariffs-card-benefit-3,
  .tariffs-card-benefit-4 {
    left: 154px;
  }
  .call-cost {
    margin-bottom: var(--mcn__margin-bottom_block_desktop);
  }
  .call-cost__item {
    padding: 60px 0px 60px 90px;
    width: 895px;
  }
  .call-cost__title {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  ._g__h1 {
    font-size: 38px;
    line-height: 38px;
  }
  ._g__h2 {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 56px;
  }
  ._g__hero {
    margin-bottom: var(--mcn__margin-bottom_block_desktop);
    padding-top: initial;
    padding-bottom: initial;
    text-align: initial;
  }
}

.vn-hero {
  padding-bottom: 40px;
  padding-top: 40px;
}

.vn-hero__col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vn-hero__list {
  color: #f5f8fa;
  font-size: 16px;
  margin-bottom: 40px;
  text-align: initial;
}

.vn-hero__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 26px;
}

.vn-hero__list-item:before {
  content: "\2014";
  margin-right: 10px;
}

.vn-hero__btn {
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 16px;
  padding: 10px 20px;
}

.vn-nums {
  margin-bottom: var(--mcn__margin-bottom_block_mobile);
}

.vn-nums__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, 310px);
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  row-gap: 40px;
}

.vn-nums__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: initial;
}

.vn-nums__item-head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.vn-nums__item-head-pic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 64px;
}

.vn-nums__item-head-title {
  font-family: var(--mcn__font_medium);
  font-size: 16px;
  margin-left: 16px;
}

.vn-nums__item-cont {
  font-family: var(--mcn__font_light);
}

.vn-nums__item-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0e7de6;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  line-height: 44px;
}

.vn-nums__item-link:after {
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
}

.vn-nums__item-link:first-child {
  margin-right: 24px;
}

.vn-virtual {
  margin-bottom: var(--mcn__margin-bottom_block_mobile);
}

.vn-virtual__row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vn-virtual__col-title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vn-virtual__title {
  font-family: var(--mcn__font_medium);
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 4px;
}

.vn-virtual__subtitle {
  color: #828282;
  font-family: var(--mcn__font_light);
  font-size: 18px;
  margin-bottom: 16px;
}

.vn-virtual__cont {
  font-family: var(--mcn__font_light);
  font-size: 16px;
}

.vn-what {
  margin-bottom: var(--mcn__margin-bottom_block_mobile);
}

.vn-what__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, 310px);
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  row-gap: 40px;
}

.vn-what__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vn-what__item-pic {
  margin-bottom: 16px;
  min-height: 148px;
}

.vn-what__item-title {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 16px;
}

.vn-what__item-cont {
  font-family: var(--mcn__font_light);
}

.vn-set {
  background-color: #f5f8fa;
  margin-bottom: var(--mcn__margin-bottom_block_mobile);
  padding-bottom: 55px;
  padding-top: 55px;
}

.vn-set__col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vn-set__pic {
  margin-bottom: 25px;
}

.vn-set__title {
  font-size: 21px;
  line-height: 21px;
  margin-bottom: 28px;
}

.vn-set__subtitle {
  color: #828282;
  font-family: var(--mcn__font_light);
  font-size: 16px;
  margin-bottom: 40px;
}

.vn-set__btn {
  padding: 10px 20px;
}

.vn-clear {
  margin-bottom: var(--mcn__margin-bottom_block_mobile);
}

.vn-clear__cont {
  font-family: var(--mcn__font_light);
  margin-bottom: 28px;
}

.vn-clear__items {
  display: grid;
  gap: 36px 16px;
  grid-template-columns: repeat(auto-fit, 288px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vn-clear__item {
  border-radius: 12px;
  -webkit-box-shadow: 0 9px 36px rgba(0, 0, 0, 0.15);
  box-shadow: 0 9px 36px rgba(0, 0, 0, 0.15);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: initial;
  padding-right: initial;
}

.vn-clear__item-head {
  background-color: #e4edef;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  line-height: 16px;
  padding: 36px 24px 30px;
}

.vn-clear__item-head-title {
  font-family: var(--mcn__font_bold);
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.vn-clear__item-head-icon {
  margin-left: 16px;
}

.vn-clear__item-head-subtitle {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-family: var(--mcn__font_light);
  margin-top: 10px;
  text-align: initial;
}

.vn-clear__item-body {
  padding-bottom: 25px;
  padding-left: 32px;
  padding-top: 25px;
  text-align: initial;
}

.vn-clear__item-link {
  height: 44px;
  width: 124px;
}

.vn-map {
  margin-bottom: var(--mcn__margin-bottom_block_mobile);
}

.vn-map__col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: initial;
  padding-right: initial;
}

.vn-base {
  margin-bottom: var(--mcn__margin-bottom_block_mobile);
}

.vn-base__col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vn-base__title {
  margin-bottom: 28px;
}

.vn-base__info {
  font-family: var(--mcn__font_light);
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 28px;
}

.vn-base__cities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 28px;
}

.vn-base__city {
  margin-right: 8px;
}

.vn-base__city-input {
  display: none;
}

.vn-base__city-input:checked + .vn-base__city-label {
  background-color: #0e7de6;
  color: #fff;
}

.vn-base__city-label {
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  line-height: 40px;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
}

.vn-base__city-label:hover {
  background-color: #f5f5f5;
}

.vn-base__tbl {
  border-radius: 12px;
  -webkit-box-shadow: 0 9px 36px rgba(0, 0, 0, 0.15);
  box-shadow: 0 9px 36px rgba(0, 0, 0, 0.15);
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
  text-align: initial;
  width: 100%;
}

.vn-base__tbl-head {
  padding-left: 16px;
  padding-right: 16px;
}

.vn-base__tbl-title {
  border-bottom: 1px solid #e0e0e0;
  font-family: var(--mcn__font_bold);
  font-size: 18px;
  line-height: 80px;
  margin-bottom: 32px;
}

.vn-base__tbl-body {
  font-family: var(--mcn__font_light);
  line-height: normal;
  padding-bottom: 32px;
}

.vn-base__tbl-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  display: grid;
  grid-template-columns: 50% auto -webkit-max-content;
  grid-template-columns: 50% auto max-content;
  padding: 6px 16px;
}

.vn-base__tbl-row:nth-child(odd) {
  background-color: #e4edef;
}

.vn-base__tbl-row-price,
.vn-base__tbl-row-type {
  text-align: right;
}

.vn-base__tbl-row-type {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.vn-base__tbl-row_badge {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d2e2ef;
  border-radius: 2px;
  color: #7d91ab;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 10px;
  height: 17px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 2px;
  text-transform: uppercase;
  width: 33px;
}

.vn-base__tbl-row_cost {
  font-family: var(--mcn__font_bold);
}

.vn-tariffs {
  margin-bottom: var(--mcn__margin-bottom_block_mobile);
}

.vn-tariffs__head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* margin-bottom: 28px */
}

.vn-tariffs__title {
  margin-bottom: 15px;
}

.vn-tariffs__info {
  font-family: var(--mcn__font_light);
  font-size: 13px;
}

.vn-tariffs__tabs {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.vn-tariffs__tabs label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #fff;
  color: #2a7ba7;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  font-family: var(--mcn__font_medium);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 28px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.vn-tariffs__tabs input[type="radio"] {
  display: none;
}

.vn-tariffs__tabs input[type="radio"]:checked + label {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.vn-tariffs__tabs input[type="radio"]:checked + label + .vn-tariffs__tab {
  display: block;
}

.vn-tariffs__tab {
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-box-ordinal-group: 100;
  -ms-flex-order: 99;
  order: 99;
}

.vn-tariffs__tab-title {
  font-family: var(--mcn__font_bold);
  margin-bottom: 28px;
}

.tariffs-container {
  text-align: left;
  margin-bottom: 40px;
}

.vn-tariffs__cards {
  display: grid;
  grid-template-columns: 288px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 55px;
  row-gap: 32px;
}

.vn-tariffs__cards_4items > .vn-tariffs__card:nth-child(2) {
  -webkit-box-shadow: 0 9px 36px rgba(0, 0, 0, 0.15), 0 0 1px #b500ff;
  box-shadow: 0 9px 36px rgba(0, 0, 0, 0.15), 0 0 1px #b500ff;
}

.vn-tariffs__cards_4items
  > .vn-tariffs__card:nth-child(2)
  > .vn-tariffs__card-cost {
  color: #27ae60;
}

.vn-tariffs__card {
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 9px 36px rgba(0, 0, 0, 0.15);
  box-shadow: 0 9px 36px rgba(0, 0, 0, 0.15);
}

.vn-tariffs__card-head {
  background-color: #0e7de6;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  color: #fff;
  line-height: 1;
  padding-bottom: 20px;
  padding-top: 40px;
}

.vn-tariffs__card-head_with-ribbon {
  position: relative;
}

.vn-tariffs__card-head-title {
  font-family: var(--mcn__font_bold);
  font-size: 20px;
}

.vn-tariffs__card-head-subtitle {
  font-family: var(--mcn__font_light);
  margin-top: 8px;
}

.vn-tariffs__card-head-ribbon {
  border-bottom: 32px solid #c561ee;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  font-family: var(--mcn__font_black);
  height: 0;
  line-height: 33px;
  position: absolute;
  right: -26px;
  text-transform: uppercase;
  top: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 100px;
}

.vn-tariffs__card-cost {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vn-tariffs__card-cost_price {
  font-size: 40px;
  line-height: 90px;
}

.vn-tariffs__card-cost_per {
  font-family: var(--mcn__font_light);
  line-height: 16px;
  margin-left: 10px;
  text-align: initial;
}

.vn-tariffs__card-channels,
.vn-tariffs__card-nums {
  background-color: #e4edef;
}

.vn-tariffs__card-addon,
.vn-tariffs__card-channels,
.vn-tariffs__card-nums,
.vn-tariffs__card-setup {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 28px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: initial;
}

.vn-tariffs__card-addon span:first-child,
.vn-tariffs__card-channels span:first-child,
.vn-tariffs__card-nums span:first-child,
.vn-tariffs__card-setup span:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 155px;
  flex: 0 0 155px;
  font-family: var(--mcn__font_light);
  font-size: 12px;
}

.vn-tariffs__card-addon span:last-child,
.vn-tariffs__card-channels span:last-child,
.vn-tariffs__card-nums span:last-child,
.vn-tariffs__card-setup span:last-child {
  font-family: var(--mcn__font_bold);
  font-size: 16px;
}

.vn-tariffs__card-c2a {
  padding-bottom: 40px;
  padding-top: 30px;
}

.vn-tariffs__card-c2a-link {
  font-size: 16px;
  height: 48px;
  width: 140px;
}

/* копия начало */

.vn-packages {
  margin-bottom: var(--mcn__margin-bottom_block_mobile);
}

.vn-packages__head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 28px;
}

.vn-packages__title {
  max-width: 770px;
  margin: auto;
}

.vn-packages__info {
  font-family: var(--mcn__font_light);
  font-size: 13px;
}

.vn-packages__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.vn-packages__tabs label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #fff;
  color: #2a7ba7;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  font-family: var(--mcn__font_medium);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 28px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.vn-packages__tabs input[type="radio"] {
  display: none;
}

.vn-packages__tabs input[type="radio"]:checked + label {
  border-bottom: 2px solid currentColor;
  color: inherit;
}

.vn-packages__tabs input[type="radio"]:checked + label + .vn-packages__tab {
  display: block;
}

.vn-packages__tab {
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-box-ordinal-group: 100;
  -ms-flex-order: 99;
  order: 99;
}

/* копия конец*/

.vn-packages {
  margin-bottom: var(--mcn__margin-bottom_block_mobile);
}

.vn-packages__head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 28px;
}

.vn-packages__info {
  font-family: var(--mcn__font_light);
  font-size: 13px;
  line-height: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 615px;
}

.vn-packages__items {
  display: grid;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 65px;
  margin-left: auto;
  margin-right: auto;
  row-gap: 32px;
}

.vn-packages__item {
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 9px 36px rgba(0, 0, 0, 0.15);
  box-shadow: 0 9px 36px rgba(0, 0, 0, 0.15);
  padding-bottom: 40px;
  padding-top: 40px;
}

.vn-packages__item-name {
  font-family: var(--mcn__font_bold);
  font-size: 20px;
  line-height: 1;
  margin-bottom: 30px;
}

.vn-packages__item-cost {
  background-color: #e4edef;
  font-family: var(--mcn__font_light);
  font-size: 12px;
  padding: 10px 25px;
  text-align: initial;
}

.vn-packages__item-cost_per {
  display: block;
  font-family: var(--mcn__font_bold);
  font-size: 16px;
  line-height: 25px;
}

.vn-packages__item-cost-botton {
  background-color: #e4edef;
  font-family: var(--mcn__font_light);
  font-size: 12px;
  padding: 10px 25px;
  text-align: initial;
  margin-bottom: 15px;
}

.vn-packages__item-channels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--mcn__font_bold);
  font-size: 12px;
  line-height: normal;
  padding: 15px 25px 25px 25px;
  text-align: initial;
}

.vn-packages__item-channels_or {
  margin-bottom: 12px;
}

.vn-packages__item-channels_word {
  font-family: var(--mcn__font_light);
}

.vn-packages__item-channels_nums {
  font-size: 16px;
}

.vn-packages__item-c2a-link {
  min-height: 44px;
  padding: 10px 20px;
}

.vn-packages__masked {
  height: 500px;
  overflow: hidden;
  position: relative;
  /* margin-bottom: 65px; */
}

.vn-packages__prices {
  font-size: 12px;
  line-height: normal;
  margin-left: auto;
  margin-right: auto;
  max-width: 835px;
  width: 100%;
  text-align: left;
}

.vn-packages__prices tr:nth-child(even) {
  background-color: #e4edef;
}

.vn-packages__prices td:first-child {
  font-family: var(--mcn__font_light);
  text-align: initial;
}

.vn-packages__prices td {
  padding: 5px;
}

.vn-packages__prices-mask {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(255, 255, 255, 0)),
    color-stop(85%, #fff)
  );
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 85%);
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
}

.vn-packages__prices-btn {
  bottom: 0;
  left: 50%;
  min-height: 44px;
  min-width: 180px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.vn-packages__price_slash {
  font-family: var(--mcn__font_light);
}

.vn-benefits {
  margin-bottom: var(--mcn__margin-bottom_block_mobile);
}

.vn-benefits__items {
  display: grid;
  gap: 32px 16px;
  grid-template-columns: repeat(auto-fit, 200px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vn-benefits__item-pic {
  margin-bottom: 16px;
  min-height: 50px;
}

.vn-benefits__item-title {
  font-family: var(--mcn__font_medium);
}

.vn-buy {
  margin-bottom: var(--mcn__margin-bottom_block_mobile);
}

.vn-buy__head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vn-buy__head-pic {
  width: 80px;
  margin: 0 auto 25px;
}

.vn-buy__cont {
  display: initial;
  font-family: var(--mcn__font_light);
  font-size: 16px;
}

@media (min-width: 576px) {
  .vn-nums__item {
    padding-left: initial;
    padding-right: initial;
  }
  .vn-what__item {
    padding-left: initial;
    padding-right: initial;
  }
  .vn-tariffs__body {
    padding-left: initial;
    padding-right: initial;
  }
  .vn-tariffs__tabs input#mobile + label {
    margin-left: 40px;
  }
  .vn-tariffs__tabs input#mobile2 + label {
    margin-left: 40px;
  }
  .vn-tariffs__tabs label {
    flex-basis: auto;
    line-height: 30px;
    padding-bottom: initial;
    padding-top: initial;
    font-weight: 400;
    font-size: 22px;
  }
  /* копия начало */
  .vn-packages__body {
    padding-left: initial;
    padding-right: initial;
  }
  .vn-packages__tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .vn-packages__tabs input#mobile2 + label {
    margin-left: 40px;
  }
  .vn-packages__tabs label {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    font-size: 16px;
    line-height: 50px;
    padding-bottom: initial;
    padding-top: initial;
  }
  /* копия конец */
  .vn-packages__items {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    grid-template-columns: repeat(3, 190px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: initial;
  }
}

@media (min-width: 768px) {
  .vn-set {
    background: url("../img/virtual-numbers-page/set__bg.svg") calc(50% + 500px)
      center no-repeat #f5f8fa;
    padding-bottom: initial;
    padding-top: initial;
  }
  .vn-set__row {
    height: 375px;
  }
  .vn-set__col {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
    text-align: initial;
  }
  .vn-set__pic {
    margin-bottom: initial;
  }
  .vn-set__cont {
    margin-left: 60px;
  }
  .vn-base__tbl-head {
    padding-left: 32px;
    padding-right: 32px;
  }
  .vn-base__tbl-row {
    font-size: 16px;
    line-height: 32px;
    padding: 0 32px;
  }
  .vn-tariffs__cards_4items {
    gap: 32px 16px;
    grid-template-columns: repeat(2, 288px);
  }
  .vn-tariffs__cards_5items {
    gap: 32px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 592px;
  }
  .vn-tariffs__cards_5items > .vn-tariffs__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 288px;
    flex: 0 0 288px;
  }
  .vn-packages__prices {
    font-size: 14px;
    line-height: 22px;
  }
  .vn-packages__prices td:first-child {
    font-size: 12px;
  }
  .vn-packages__prices td {
    padding: 0 5px;
  }
  .vn-packages__price_slash {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 992px) {
  .vn-hero {
    padding-bottom: initial;
    padding-top: initial;
    text-align: initial;
  }
  .vn-hero__row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url("../img/virtual-numbers-page/hero__bg.png") right top
      no-repeat;
    min-height: 400px;
  }
  .vn-hero__btn {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .vn-tariffs__cards_3items {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    grid-template-columns: repeat(3, 288px);
  }
  .vn-tariffs__cards_5items {
    max-width: 896px;
  }
  .vn-buy__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: initial;
  }
  .vn-buy__cont-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 46%;
    flex: 0 1 46%;
  }
}

@media (min-width: 1200px) {
  .vn-nums {
    margin-bottom: var(--mcn__margin-bottom_block_desktop);
  }
  .vn-nums__items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .vn-virtual {
    margin-bottom: var(--mcn__margin-bottom_block_desktop);
  }
  .vn-virtual__row {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
  }
  .vn-virtual__col-title {
    text-align: initial;
  }
  .vn-virtual__col-cont {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 872px;
    flex: 0 0 872px;
    padding-left: initial;
    padding-right: initial;
    text-align: initial;
  }
  .vn-virtual__subtitle {
    margin-bottom: initial;
  }
  .vn-virtual__cont {
    font-size: 18px;
    line-height: 26px;
  }
  .vn-what {
    margin-bottom: var(--mcn__margin-bottom_block_desktop);
  }
  .vn-what__items {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .vn-set {
    background-position-x: calc(50% + 375px);
    margin-bottom: var(--mcn__margin-bottom_block_desktop);
  }
  .vn-set__title {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .vn-set__subtitle {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .vn-clear {
    margin-bottom: var(--mcn__margin-bottom_block_desktop);
  }
  .vn-clear__cont {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 56px;
    text-align: initial;
  }
  .vn-map {
    margin-bottom: var(--mcn__margin-bottom_block_desktop);
  }
  .vn-base {
    margin-bottom: var(--mcn__margin-bottom_block_desktop);
  }
  .vn-base__info {
    margin-bottom: 55px;
  }
  .vn-base__cities {
    margin-bottom: 55px;
  }
  .vn-base__city-label {
    line-height: 24px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .vn-tariffs__tabs label {
    margin-bottom: 55px;
  }
  .vn-tariffs__tab-title {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 56px;
  }
  .vn-tariffs__cards {
    margin-bottom: 110px;
  }
  .vn-tariffs__cards_4items {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    grid-template-columns: repeat(4, 288px);
    row-gap: initial;
  }
  /* копия начало */
  .vn-packages {
    margin-bottom: initial;
  }
  .vn-packages__head {
    margin-bottom: 55px;
  }
  .vn-packages__tabs label {
    margin-bottom: 55px;
  }
  /* копия конец */
  .vn-packages__head {
    margin-bottom: 56px;
  }
  /* .vn-packages__prices {
          margin-left: 50px;
          margin-right: initial
      } */
  .vn-packages__prices td:not(:first-child) {
    width: 200px;
  }
  .vn-benefits {
    margin-bottom: var(--mcn__margin-bottom_block_desktop);
  }
  .vn-benefits__items {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .vn-benefits__item-pic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 50px;
  }
  .vn-buy {
    margin-bottom: var(--mcn__margin-bottom_block_desktop);
  }
  .vn-buy__cont {
    font-size: 18px;
    line-height: 24px;
  }
  .vn-buy__cont-text {
    -ms-flex-preferred-size: 560px;
    flex-basis: 560px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  :after,
  :before {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
