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

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

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

.hero__cont {
    margin-bottom: 40px
}

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


/* problems */

.problems_col {
    display: flex;
    flex-direction: column;
    margin-bottom: 45px;
}

.problems_item {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.problems_item_cont_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    padding: 6px 0;
    font-family: var(--mcn__font_medium)
}

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


/* work */

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

.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: 202px;
    display: inline-flex;
}


/* me-use */

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

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

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


/* possibility */

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

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

.possibility_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
}

.possibility_item_cont {
    max-width: 268px;
}

.possibility_item_pic {
    padding-bottom: 20px;
}

.possibility_item_cont_title {
    font-family: var(--mcn__font_medium);
    font-size: 16px;
    padding-bottom: 15px;
}

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


/* sales */

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

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

.sales_item {
    padding-bottom: 15px;
}

.sales_item_name {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 5px;
}

.sales_prise_name {
    font-weight: bold;
    font-size: 23px;
    line-height: 32px;
    padding-bottom: 12px;
}


/* form */

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

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

.btn_ {
    max-width: 320px;
    color: #fff;
    border-color: #0081E3;
    background-color: #0081E3;
    margin-bottom: 25px;
    padding: 10px 25px;
}

.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) {
    /* 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
    }
    /* possibility */
    .possibility_item {
        flex-direction: row;
        text-align: initial;
        justify-content: center;
        align-items: end;
    }
    .possibility_item_cont {
        padding-left: 30px;
    }
}

@media (min-width:768px) {
    /* problems */
    .problems_item {
        margin-bottom: 40px;
        flex-direction: row;
    }
    .problems_item_cont {
        text-align: left;
        margin-left: 30px;
    }
    .problems_item_pic {
        width: 100%;
    }
    .rev {
        flex-direction: row-reverse;
    }
    .cont2 {
        margin-right: 30px;
    }
    /* sales */
    .sales_items {
        display: flex;
        justify-content: center;
        gap: 25px;
    }
    /* .two {
        max-width: 125px;
    } */
}

@media (min-width:992px) {
    /* banner */
    .hero__row {
        background: url("../img/solutions-for-beauty-salons/banner.png") calc(50% + 300px) center/contain no-repeat
    }
    .hero__col {
        max-width: 635px;
        text-align: initial
    }
    .hero__btn {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 285px
    }
    /* form  */
    .form-section {
        background: url("../img/solutions-for-beauty-salons/bg_form.png") center no-repeat, linear-gradient(180deg, #0071FF 0%, #00ADFF 100%);
    }
    .section {
        padding: 70px 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 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-position-x: right;
        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
    }
    .me-what {
        margin-bottom: var(--mcn__margin-bottom_block_desktop)
    }
    /* problems */
    .rev {
        flex-direction: row;
    }
    .problems_item {
        align-items: end;
    }
    .problems_item_cont_title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .problems_item_cont_subtitle {
        max-width: 255px;
    }
    .cont1 {
        min-width: 280px;
    }
    .cont2 {
        min-width: 322px;
    }
    .two_items {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }
    /* work */
    .work {
        padding: 110px 0;
        background: url("../img/chat-bot-constructor/lines.svg") center no-repeat;
    }
    .work_steps {
        display: flex;
        padding: none;
    }
    .work_step {
        padding: 0 48px;
    }
    .work_step_cont {
        margin: 35px 0 0 0;
    }
    /* me-use  */
    .me-use {
        margin-bottom: var(--mcn__margin-bottom_block_desktop);
        margin-top: 110px;
    }
    .me-use__items {
        grid-template-columns: repeat(auto-fit, 340px);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 30px;
    }
    /* possibility */
    .possibility {
        margin-bottom: var(--mcn__margin-bottom_block_desktop);
        margin-top: 110px;
    }
    .possibility_items {
        display: flex;
        justify-content: space-between;
    }
    .cont_width {
        max-width: 230px;
    }
    /* sales */
    .sales {
        background: url("../img/solutions-for-beauty-salons/bg_sales.svg") calc(50% + 500px) center no-repeat #f5f8fa;
    }
    .sales_col {
        flex-direction: row;
        text-align: left;
        justify-content: space-between;
    }
    .sales_title {
        max-width: 350px;
    }
    .sales_item_name {
        font-size: 20px;
        line-height: 23px;
        padding-bottom: 15px;
    }
    .sales_prise_name {
        font-size: 28px;
        padding-bottom: 15px;
    }
}

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