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

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

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

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

.hero__cont {
    font-size: 14px;
    line-height: 19px;
    max-width: 300px;
    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
}


/* scheme */

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

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

.scheme_pic_2 {
    display: none;
}


/* case_5_col */

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

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

.hero__items {
    display: grid;
    grid-template-columns: repeat(auto-fit, 115px);
    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_items {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding-bottom: 40px;
}

.possibility_info {
    max-width: 570px;
    margin-bottom: 60px;
}

.possibility_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.possibility_item_cont {
    max-width: 380px;
}

.possibility_item_pic {
    width: 115px;
}

.possibility_item_cont_title {
    font-family: var(--mcn__font_black);
    font-size: 16px;
    padding-bottom: 15px;
    text-align: left;
}

.possibility_item_cont_subtitle {
    font-family: var(--mcn__font_light)
}

.possibility_cont_title {
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
}

.possibility_sub {
    margin-bottom: 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)
}

.case_price {
    margin: 30px;
}

/* 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) {
    /* case_5_col */
    .hero__items {
        grid-template-columns: repeat(auto-fit, 195px);
    }
    /* possibility */
    .possibility_title {
        max-width: 420px;
    }
    .possibility_item {
        flex-direction: column;
        text-align: initial;
        justify-content: center;
    }
}

@media (min-width:992px) {
    /* banner */
    .hero__row {
        background: url("../img/sales-with-chat-bots/banner.png") center/contain no-repeat;
        background-position-x: calc(25% + 300px);
        margin-left: auto;
        margin-right: auto;
        max-width: 850px;
        background-position-y: bottom;
    }
    .hero__col {
        max-width: 415px;
        text-align: initial;
    }
    .hero__cont {
        align-self: start;
        max-width: 350px;
    }
    .hero__btn {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 285px
    }
    /* scheme */
    .scheme_pic_1 {
        display: none;
    }
    .scheme_pic_2 {
        display: flex;
    }
    /* possibility */
    .possibility_items {
        flex-direction: row;
    }
    .possibility_item {
        align-items: flex-start;
    }
    .possibility_cont_title {
        justify-content: start;
    }
    /* 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);
    }
    /* case_5_col */
    .case_5_col {
        margin-bottom: var(--mcn__margin-bottom_block_desktop);
    }
    .hero__items {
        grid-template-columns: 150px 220px 200px 135px;
    }
    /* possibility */
    .possibility {
        margin-bottom: var(--mcn__margin-bottom_block_desktop);
        padding-top: 110px;
        padding-bottom: 110px;
    }
    .possibility_title {
        max-width: 560px;
    }
    .possibility_items {
        gap: 134px;
    }
    .possibility_item {
        gap: 35px;
    }
    .possibility_item_cont {
        max-width: 365px;
    }
    .possibility_item_cont_title {
        font-size: 27px;
        line-height: 30px;
    }
    /* 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;
    }
    /* 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
    }
}


/* * {
    outline: orangered 1px solid;
} */