@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;
    color: #fff
}

._g__h2 {
    font-size: 22px;
    -webkit-boxflex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 22px;
    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
}

.rub {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif
}

.white_title {
    font-family: var(--mcn__font_regular);
    color: #FFF;
    font-size: 28px;
    line-height: 28px;
}

.white_sibtitle {
    color: #FFF;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    font-family: var(--mcn__font_light);
}

._g__info_f14 {
    font-family: var(--mcn__font_light);
    -webkit-boxflex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
}

.btn_blue {
    padding: 10px 20px;
    border-radius: 4px;
    margin-bottom: 25px;
}

.medium_24 {
    font-family: var(--mcn__font_medium);
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
}

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

.light_12 {
    font-family: var(--mcn__font_light);
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
}

.light_14 {
    font-family: var(--mcn__font_light);
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

.bold_14 {
    font-family: var(--mcn__font_bold);
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

.b-popup{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    overflow: hidden;
    position: fixed;
    top: auto;
    padding: 15px;
}
.b-popup-content{
    padding: 15px;
    background-color: white;
    margin: 25% auto 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    max-width: 619px;
    align-items: center;
    row-gap: 20px;
}

.b-popup-content > a {
    margin: auto;
}
.header-wrapper, footer {
    z-index: 1 !important;
}


@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
    }
    .white_title {
        font-size: 34px;
        line-height: 36px;
    }
    .white_subtitle {
        font-size: 18px;
        line-height: 24px;
    }
    ._g__info_f14 {
        font-size: 14px;
        line-height: 20px;
    }
    .medium_24 {
        font-size: 24px;
        line-height: 36px;
    }
    .light_24 {
        font-weight: 300;
        font-size: 24px;
        line-height: 36px;
    }
}

.center {
    display: flex;
    justify-content: center;
}

.btn {
    padding: 10px 20px;
}


/* banner */

.hero__col {
    color: #f5f8fa;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    max-width: 395px;
    margin-left: auto;
    margin-right: auto;
}

.hero__cont {
    font-size: 14px;
    line-height: 19px;
    max-width: 520px;
    align-self: center;
}

.hero__btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}


/* lead */

.lead {
    margin-bottom: var(--mcn__margin-bottom_block_mobile)
}

.lead_col {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.lead__col-cont {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
}

.lead__col-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 175px;
}


/* scheme */

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

.scheme_col {
    display: flex;
    flex-direction: column;
}

.scheme_items {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-left: auto;
    margin-right: auto;
}

.scheme_item_col {
    display: flex;
    justify-content: left;
    gap: 5px;
}

.scheme_item {
    text-align: left;
}

.gray_light_40 {
    color: #93A4BE;
    font-family: var(--mcn__font_light);
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
}


/* case_n_col */

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

.case_n_col_col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero__items {
    display: grid;
    grid-template-columns: repeat(auto-fit, 203px);
    justify-content: space-around;
    row-gap: 45px;
    column-gap: 45px;
}

.hero__item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hero__item_title {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    font-family: var(--mcn__font_medium);
}

.hero__item_pic {
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* possibility */

.possibility {
    margin-bottom: var(--mcn__margin-bottom_block_mobile);
    background: #F5F8FA;
    padding-top: 55px;
    padding-bottom: 55px;
}

.possibility_col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.possibility_title {
    max-width: 200px;
}

.possibility_items {
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.possibility_items_ico {
    display: grid;
    grid-template-columns: repeat(auto-fit, 160px);
    column-gap: 20px;
    row-gap: 20px;
    justify-content: center;
}

.w {
    justify-self: center;
    /* align-self: center; */
}

.possibility_items_cont {
    max-width: 550px;
}


/* map */

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

.map_col {
    display: flex;
    flex-direction: column;
}

.map_desktop {
    display: none;
}

.map_flags {
    display: none;
    position: relative;
    /* z-index: 1; */
}

.header-wrapper, footer {
    z-index: 1 !important;
}
/* work */

.work {
    padding: 55px 0;
    background: linear-gradient(180deg, #0071FF 0%, #00ACFF 100%);
    margin-bottom: 55px;
}

.work_title {
    font-size: 34px;
    line-height: 34px;
    color: #FFF;
    font-family: var(--mcn__font_regular)
}

.work_steps {
    margin-top: 60px;
}

.work_step_cont {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFF;
    margin: 35px 0;
    max-width: 155px;
    display: inline-flex;
    justify-content: center;
}


/* prices_table */

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

.prices_table_col {
    display: flex;
    flex-direction: column;
}


.a:nth-child(1) {
    background-color: white;
}
.a tr:nth-child(1) {
    background-color: white;
}
/* .q:nth-child(odd) {
    background-color: red;
} */
.q tbody:nth-child(odd) {
    background-color: #E5E5E5;
}
.w tr:nth-child(even) {
    background-color: #E5E5E5;
}
.n tr:nth-child(odd) {
    background-color: #E5E5E5;
}

.bg_none_gray {
    background-color: #fff;
}

.prices_table_case {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}

.none {
    display: none;
}

.town {
    display: block;
}

.table_img {
    display: none;
    height: 21px;
}

table {
    width: 320px;
}

table td:nth-child(1) {
    width: 120px;
}

table td:nth-child(2) {
    width: 130px;
}

.prices_table_case td {
    padding: 10px 0 10px 10px;
    vertical-align: top;
}

.prices_table_info {
    padding-top: 30px;
}


/* me-use */

.me-use {
    margin-bottom: var(--mcn__margin-bottom_block_mobile);
}

.me-use-col {
    justify-content: center;
}

.me-use-title {
    max-width: 410px;
}

.me-use__items {
    display: grid;
    grid-template-columns: repeat(auto-fit, 285px);
    -ms-flex-pack: distribute;
    justify-content: space-around;
    row-gap: 40px;
    padding: 0 15px;
}

.me-use__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: initial;
    padding-right: initial;
    text-align: initial
}

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

.me-use__item-head-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;
    height: 68px;
}

.me-use__item-head-title {
    font-family: var(--mcn__font_medium);
    font-size: 16px;
    margin-left: 20px
}

.me-use__item-cont {
    font-family: var(--mcn__font_light)
}


/* tariff */

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

.tariff_col {
    display: flex;
    flex-direction: column;
}

.tariff_subtitle {
    margin-bottom: 45px;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
}

.vn-tariffs__cards {
    display: grid;
    grid-template-columns: 290px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 35px;
    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;
    padding-bottom: 15px;
}

.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: 10px;
    padding-right: 10px;
    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;
}

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

.case_price {
    margin: 30px;
}

.tariff-price-old {
    font-size: 34px!important;
}

.tariff-price-curr {
    font-size: 34px;
}

.font_month {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
}


/* form */

.form-section {
    background: linear-gradient(180deg, #0071FF 0%, #00ADFF 100%);
    padding: 55px 0;
}

.robot__form {
    background: #FFFFFF;
    display: inline-block;
}

.indent {
    margin-bottom: 20px;
    max-width: 482px;
    padding: 42px;
}

.form_head {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text-title {
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 20px;
    max-width: 360px;
    display: -webkit-inline-box;
}

.text-descr {
    font-weight: 300;
    margin-bottom: 58px;
    max-width: 325px;
    display: -webkit-inline-box;
}

.form-inner_ {
    display: flex;
    flex-direction: column;
    margin-bottom: 27px;
    align-items: center;
}

.form_input {
    margin-bottom: 9px;
    border-radius: 4px;
    max-width: 328px;
    height: 35px;
    width: 100%;
}

.text-note {
    display: -webkit-inline-box;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    max-width: 310px;
}

.color-link {
    color: #3C86B0;
}

.text-tel {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 20px;
    max-width: 400px;
    display: -webkit-inline-box;
}

.case-tel-numb {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.tel-pic {
    margin-right: 10px;
}

.tel {
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF
}

@media (min-width:576px) {
    .b-popup-content{
        padding: 70px;
    }
    /* possibility */
    .possibility_title {
        max-width: none;
    }
    /* work */
    .work_two_step {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .me-c2a__col {
        margin-left: auto;
        margin-right: auto;
        max-width: 480px;
        grid-template-columns: 108px 1fr;
        grid-template-rows: 108px auto;
        text-align: initial
    }
    .me-c2a__pic {
        grid-row: span 2
    }
    .me-c2a__cont {
        -ms-flex-item-align: center;
        align-self: center
    }
}

@media (min-width:768px) {
    /* scheme */
    .scheme_items {
        flex-direction: row;
    }
    /* tariff */
    .vn-tariffs__cards_5items>.vn-tariffs__card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 288px;
        flex: 0 0 288px
    }
    .vn-tariffs__cards_3items {
        display: grid;
        gap: 32px 16px;
        grid-template-columns: repeat(2, 288px);
        -webkit-box-pack: center;
        justify-content: center;
        margin-bottom: 35px;
    }
}

@media (min-width:992px) {
    /* banner */
    .hero__row {
        background: url("../img/foreign-virtual-number-for-business/banner.png") center/contain no-repeat;
        background-position-x: calc(30% + 300px);
        margin-left: auto;
        margin-right: auto;
        max-width: 850px;
    }
    .hero__col {
        max-width: 520px;
        text-align: initial;
        margin-left: 0px;
        margin-right: 0px;
    }
    .hero__cont {
        align-self: start;
    }
    .hero__btn {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 285px
    }
    /* lead */
    .lead {
        margin-bottom: var(--mcn__margin-bottom_block_desktop)
    }
    .lead_col {
        display: flex;
        flex-direction: row;
        gap: 45px;
        text-align: start;
    }
    .lead__col-cont {
        flex-direction: row;
        max-width: none;
        gap: 60px;
        margin-left: 0px;
        margin-right: 0px;
    }
    /* possibility */
    .possibility_items {
        flex-direction: row;
    }
    .possibility_items_ico {
        min-width: 520px;
    }
    .possibility_cont_title {
        justify-content: start;
    }
    .possibility_items_cont {
        text-align: left;
    }
    /* тарифы */
    .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
    }
    /* form  */
    .form-section {
        background: url("../img/sales-with-chat-bots/bg_form.png") center no-repeat, linear-gradient(180deg, #0b7dff 0%, #00acff 100%);
        background-position-y: 110%;
    }
    .section {
        padding: 110px 0;
    }
    .text-title {
        font-size: 34px;
        line-height: 36px;
        max-width: 315px;
        display: -webkit-inline-box;
    }
    .text-tel {
        font-size: 24px;
        line-height: 36px;
        max-width: 600px
    }
    .tel {
        font-size: 28px;
        line-height: 28px;
    }
}

@media (min-width:1200px) {
    /* banner */
    .hero__row {
        max-width: 1200px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-size: initial;
        min-height: 400px
    }
    .hero__cont {
        font-size: 18px;
        line-height: 26px;
    }
    .hero__btn {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 285px
    }
    /* scheme */
    .scheme {
        margin-bottom: var(--mcn__margin-bottom_block_desktop);
    }
    .scheme_items {
        position: relative;
        /* z-index: 1; */
    }
    .scheme_item_col {
        position: absolute;
    }
    .item_col_1 {
        top: 305px;
        right: 305px;
        width: 275px;
    }
    .item_col_2 {
        top: 100px;
        right: 130px;
        width: 205px;
    }
    .item_col_3 {
        top: 145px;
        left: 150px;
        width: 300px;
    }
    .gray_light_40 {
        font-weight: 500;
        font-size: 24px;
        line-height: 27px;
    }
    /* case_n_col */
    .case_n_col {
        margin-bottom: var(--mcn__margin-bottom_block_desktop);
    }
    /* possibility */
    .possibility {
        margin-bottom: var(--mcn__margin-bottom_block_desktop);
        padding-top: 110px;
        padding-bottom: 110px;
    }
    .possibility_title {
        max-width: 560px;
    }
    .possibility_items {
        gap: 80px;
    }
    .possibility_item_cont {
        max-width: 365px;
    }
    .possibility_item_cont_title {
        font-size: 27px;
        line-height: 30px;
    }
    /* map */
    .map {
        margin-bottom: var(--mcn__margin-bottom_block_desktop);
    }
    .map_mob {
        display: none;
    }
    .map_desktop {
        display: flex;
        margin-left: auto;
        margin-right: auto;
    }
    .map_flags {
        display: flex;
    }
    .FI {
        position: absolute;
        bottom: 710px;
        right: 465px;
    }
    .SE {
        position: absolute;
        bottom: 755px;
        right: 560px;
    }
    .EE {
        position: absolute;
        bottom: 622px;
        right: 423px;
    }
    .LV {
        position: absolute;
        bottom: 574px;
        right: 409px;
    }
    .LT {
        position: absolute;
        bottom: 531px;
        right: 421px;
    }
    .PL {
        position: absolute;
        bottom: 434px;
        right: 473px;
    }
    .DE {
        position: absolute;
        bottom: 416px;
        right: 625px;
    }
    .BE {
        position: absolute;
        bottom: 377px;
        right: 721px;
    }
    .GB {
        position: absolute;
        bottom: 439px;
        right: 824px;
    }
    .ES {
        position: absolute;
        bottom: 130px;
        right: 900px;
    }
    .SI {
        position: absolute;
        bottom: 265px;
        right: 540px;
    }
    .AT {
        position: absolute;
        bottom: 302px;
        right: 545px;
    }
    .CZ {
        position: absolute;
        bottom: 362px;
        right: 549px;
    }
    .SK {
        position: absolute;
        bottom: 345px;
        right: 472px;
    }
    .HU {
        position: absolute;
        bottom: 302px;
        right: 452px;
    }
    .RO {
        position: absolute;
        bottom: 288px;
        right: 355px;
    }
    .GR {
        position: absolute;
        bottom: 115px;
        right: 387px;
    }
    .CY {
        position: absolute;
        bottom: 66px;
        right: 160px;
    }
    .PT {
        position: absolute;
        bottom: 145px;
        left: 130px;
    }
    .NL {
        position: absolute;
        bottom: 424px;
        left: 425px;
    }
    /* work */
    .work {
        padding: 110px 0;
        background: url("../img/foreign-virtual-number-for-business/lines.png") center no-repeat;
        height: 505px;
        margin-bottom: 110px;
    }
    .work_steps {
        display: flex;
        padding: none;
        margin-top: 168px;
    }
    .work_two_step {
        position: relative;
    }
    .work_step {
        position: absolute;
        top: -90px;
    }
    .work_step_cont {
        width: 162px;
    }
    .gap_1 {
        right: 90px;
    }
    .gap_2 {
        right: -120px;
    }
    .gap_3 {
        right: -330px;
    }
    .gap_4 {
        left: 385px;
    }
    .gap_5 {
        left: 595px;
    }
    .gap_6 {
        left: 700px;
    }
    /* prices_table */
    .prices_table {
        margin-bottom: var(--mcn__margin-bottom_block_desktop);
    }
    .prices_table_case {
        gap: 20px;
    }
    .bg_col_gray {
        background-color: #E5E5E5;
    }
    .none {
        display: contents;
    }
    .town {
        /* display: inline-flex; */
        min-width: 150px;
    }
    .table_3col {
        display: flex;
        gap: 10px;
    }
    .table_img {
        display: initial;
        padding-right: 5px;
    }
    .table_1,
    .table_2,
    .table_3 {
        justify-content: center;
        width: 100%;
    }
    .table_1 tbody,
    .table_3 tbody {
        width: calc(100% / 3);
    }
    .col_ger_4 {
        display: flex;
        justify-content: space-between;
        width: 925px;
        width: 100%;
        gap: 110px;
    }
    .prices_table_info {
        padding-top: 50px;
    }
    .country {
        height: 240px;
    }
    .сountry_case {
        display: flex;
    }
    .сountry_case_title {
        display: flex;
        align-items: center;
    }
    .w_col {
        width: 72px;
    }
    table td:nth-child(1) {
        width: 160px;
    }
    table td:nth-child(2) {
        width: 160px;
    }
    /* table td:nth-child(3) {
        width: 90px;
    } */

    /* .q:nth-child(odd) {
        background-color: inherit;
    } */
    .q tbody:nth-child(odd) {
        background-color: inherit;
    }
    /* .a:nth-child(odd) {
        background-color: red;
    }
    .v tr:nth-child(odd) {
        background-color: red;
    } */

    .col_ger_ {
        width: 145px;
    }
    /* me-use  */
    .me-use {
        margin-bottom: var(--mcn__margin-bottom_block_desktop);
    }
    .me-use-title {
        max-width: 640px;
    }
    .me-use__items {
        grid-template-columns: repeat(auto-fit, 195px 240px 260px 270px);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 30px;
    }
    /* tariff*/
    .tariff {
        margin-bottom: var(--mcn__margin-bottom_block_desktop);
    }
    .vn-tariffs__cards_4items {
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px;
        grid-template-columns: repeat(288px);
        row-gap: initial
    }
    /* form */
    .section {
        padding: 110px 0;
    }
}

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


.calc {
    margin-bottom: 55px
}

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

.calc__form-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px
}

.calc__form-item:last-child {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.calc__form-input {
    border-radius: 6px;
    line-height: 40px;
    max-width: 420px;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%
}

.calc__form-btn {
    padding: 10px 20px;
    width: initial
}

.calc__result>table {
    font-family: var(--mcn__font_light);
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
    text-align: initial;
    width: 100%
}

.calc__result>table tr:nth-child(odd) {
    background-color: #f0f0f0
}

.calc__result>table td {
    padding: 6px 12px
}

.calc__result>table td:last-child {
    font-family: var(--mcn__font_medium);
    text-align: right
}

.flexdatalist-results {
    background: #fff;
    border-top: none;
    -webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.15);
    box-shadow: 0 4px 5px rgba(0,0,0,0.15);
    color: #333;
    left: 0;
    list-style: none;
    margin: 0;
    max-height: 300px;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 100000
}

.flexdatalist-results li {
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 15px;
    -webkit-transition: background-color 0.08s linear;
    transition: background-color 0.08s linear
}

.flexdatalist-results li:hover {
    background-color: #f5f5f5
}

.flexdatalist-results li:not(:last-child) {
    border-bottom: 1px solid #ccc
}

.flexdatalist-results li span.highlight {
    font-weight: 700;
    text-decoration: underline
}

.flexdatalist-results li.active {
    background: #2b82c9;
    color: #fff;
    cursor: pointer
}

.flexdatalist-results li.no-results {
    background-color: initial;
    color: #888;
    cursor: initial
}

@media (min-width: 1200px) {
    .calc {
        margin-bottom:110px
    }
}