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

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.ul {
    list-style-type: disc;
    text-align: left;
    padding: 0 0 0 25px;
}

.br {
    display: none;
}

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

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

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

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

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

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

.light_24 {
    font-family: var(--mcn__font_light);
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
}

.managers_item_cont-subtitle {
    font-family: var(--mcn__font_light);
    font-size: 18px;
}

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

.managers_item_cont-title {
    font-family: var(--mcn__font_medium);
    font-size: 24px;
    line-height: 24px;
}

.regular_22 {
    font-family: var(--mcn__font_regular);
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}

.regular_34 {
    font-family: var(--mcn__font_regular);
    font-weight: 400;
    font-size: 21px;
    line-height: 21px;
}

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

.bold_16 {
    font-family: var(--mcn__font_bold);
    font-weight: 700;
    font-size: 16px;
    line-height: 14px;
}

.grey {
    color: #828282;
}
@media (min-width:1200px) {
    ._g__h1 {
        font-size: 38px;
        line-height: 38px
    }
    ._g__h2 {
        font-size: 34px;
        line-height: 34px;
        margin-bottom: 56px
    }
    .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: 30px;
    }
    .light_18 {
        font-size: 18px;
        line-height: 24px;
    }
    .light_24 {
        font-size: 24px;
        line-height: 36px;
    }
    .regular_22 {
        font-size: 22px;
        line-height: 34px;
    }
    .regular_34 {
        font-size: 34px;
        line-height: 36px;
    }
    .br {
        display: flex;
    }
}
    
.center {
        display: flex;
        justify-content: center;
    }
    
.btn {
        padding: 10px 20px;
    }
/* banner */
    
._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);
}
    
.hero__row {
    padding-top: 40px;
    padding-bottom: 40px
}
    
.hero__col {
    color: #f5f8fa;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 430px;
}
    
.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
}
    
.hero__btn_a {
    font-size: inherit;
    padding: 10px 20px
}


/* managers */
.managers {
    margin-bottom: var(--mcn__margin-bottom_block_mobile);
}

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

.managers_item_1 {
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 20px;
    padding-bottom: 25px;
}

.managers_item_cont {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

/* problems */
    
.problems {
    margin-bottom: var(--mcn__margin-bottom_block_mobile);
}

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

.problems_title {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
}
.problems_item_pic {
    height: 185px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.two_items {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}
.problems_item {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

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

/* me-set */

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

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

.me-set__pic {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 25px
}

.me-set__cont_pd {
    padding-bottom: 15px;
}

/* тарифы */

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

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

.tariff_title {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 15px;
}

.tariff_subtitle {
    font-size: 23px;
    line-height: 23px;
    margin-bottom: 45px;
}

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

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

.tariff_info {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    max-width: 450px;
}

.case_price {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 25px;
    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;
    margin-bottom: 40px;
}

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

.text-descr {
    font-weight: 300;
    max-width: 235px;
    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;
    margin-top: 25px;
}

.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: 640px) {
    /* managers */
    .managers_item_1 {
        flex-direction: row;
        text-align: left;
        column-gap: 25px;
    }
    .managers_item_pic {
        width: 30%;
    }
    .managers_item_pic > img {
        margin: 0 auto;
        display: flex;
    }
    .managers_item_cont {
        align-items: flex-start;
    }

    /* problems */
    .problems_item {
        flex-direction: row;
        gap: 25px;
    }
    .problems_item_cont {
        text-align: left;
        gap: 10px;
    }
    .problems_item_pic {
        width: 100%;
    }
    .rev {
        flex-direction: row-reverse;
    }

    /* me-set */
    .me-set {
        background: url("../img/affiliate-program/set__bg.svg") calc(50% + 700px) center no-repeat #f5f8fa;
        padding-bottom: initial;
        padding-top: initial
    }
    .me-set__row {
        height: 375px
    }
    .me-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
    }
    .me-set__pic {
        margin-bottom: initial
    }
    .me-set__cont {
        margin-left: 60px;
        -ms-flex-preferred-size: 500px;
    }
}
    
@media (min-width:992px) {
    /* banner */
    .hero__row {
        background: url("../img/short-link-service/banner.png") center/contain no-repeat;
        background-position-x: calc(20% + 300px);
        background-position-y: center;
        margin-left: auto;
        margin-right: auto;
    }
    .hero__col {
        text-align: initial;
        margin-left: initial;
        margin-right: initial;
        align-items: flex-start;
    }
    .hero__btn {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 285px
    }


    /* managers */
    .managers {
        margin-bottom: var(--mcn__margin-bottom_block_desktop);
    }

    /* problems */
    .problems {
        margin-bottom: var(--mcn__margin-bottom_block_desktop);
    }
    .problems_title {
        max-width: inherit;
    }
    .rev {
        flex-direction: row;
    }
    .problems_item {
        align-items: flex-start;
        gap: 30px;
    }
    .two_items {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 50px;
    }
    .cont1 {
        max-width: 195px;
    }
    .cont2 {
        max-width: 210px;
    }

    /* me-set  */
    .me-set {
        margin-bottom: var(--mcn__margin-bottom_block_desktop)
    }

    .me-set__subtitle {
        max-width: 490px;
    }

    .me-set__cont_pd {
        padding-bottom: 35px;
    }
    
    /* тарифы */
    .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  */
    .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;
    }
    .form_head {
        margin-bottom: 70px;
    }
    .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) {
    .col {
        padding: 0 !important;
    }
    /* banner */
    ._g__hero {
        margin-bottom: var(--mcn__margin-bottom_block_desktop);
        padding-top: initial;
        padding-bottom: initial
    }
    .hero__row {
        max-width: 1200px;
        background-position-x: calc(40% + 300px);
        -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
    }
    
}
    
@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
    }
}
