@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;
    text-align: center;
    font-weight: normal
}

._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
}

@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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 16px;
    padding-bottom: 30px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 36px
}

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

.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: 28px
}

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

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

.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 {
    border-bottom: 2px solid currentColor;
    color: inherit
}

.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
}

.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 {
    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: 15px;
    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-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
}

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

.vn-packages__prices tr:nth-child(odd) {
    background-color: #f2f2f2
}

.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 {
    margin-bottom: 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 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .vn-tariffs__tabs input#mobile+label {
        margin-left: 40px
    }
    .vn-tariffs__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 {
        margin-bottom: initial
    }
    .vn-tariffs__head {
        margin-bottom: 55px
    }
    .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: var(--mcn__margin-bottom_block_desktop)
    }
    .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
    }
}