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

._m__h2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 28px;
    line-height: 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: 40px 0px;
}

.me-hero__col {
    color: #f5f8fa;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

._g__h1 {
    font-size: 38px;
    line-height: 38px
}

.me-hero__cont {
    margin-bottom: 40px
}

.me-hero_btn {
    display: flex;
    flex-direction: row;
}

.me-hero__c2a {
    -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
}

.me-hero_btn {
    display: flex;
    flex-direction: column;
}

.me-hero__c2a-btn {
    font-size: inherit;
    padding: 10px 20px
}

.me-hero__c2a-btn-white {
    font-size: inherit;
    padding: 10px 20px;
    margin: 20px 20px
}

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

.case_pc {
    margin-bottom: 40px;
}

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

.case_pc_pic {
    margin-bottom: 20px;
}

.case_pc_cont {
    text-align: start;
}

.case_pc_title {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    font-family: var(--mcn__font_medium);
    margin-bottom: 20px;
}

.case_pc_subtitle {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

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

.me-use_row {
    max-width: 650px;
    justify-self: center;
    margin-bottom: 45px;
}

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

.me-use__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    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)
}

.conclusions {
    margin-bottom: 20px;
}

.row_ {
    flex-direction: column;
}

.item-cont {
    text-align: left;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

.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__title {
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 28px
}

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

.kk {
    margin-bottom: 40px
}

.me-set__subtitle {
    color: #828282;
    font-family: var(--mcn__font_light);
    font-size: 16px;
    /* margin-bottom: 40px */
}

.me-set__btn {
    padding: 10px 20px
}

.row_23 {
    margin-bottom: 55px;
}

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

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

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

.me-what__item-pic {
    margin-bottom: 16px;
    min-height: 165px
}

.me-what__item-title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 16px
}

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

.section {
    padding: 35px 0;
}

.form-section {
    background: -webkit-gradient(linear, left top, left bottom, from(#0071FF), to(#00ADFF));
}

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

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

.text-title {
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 20px;
}

.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: #0c71d1;
    background-color: #0c71d1;
    margin-bottom: 25px;
}

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

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

@media (min-width:576px) {}

@media (min-width:768px) {
    .me-hero_btn {
        flex-direction: row;
        justify-content: center;
    }
    .me-hero__c2a-btn-white {
        margin: 0px 20px;
    }
    .case_pc_col {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .case_pc_pic {
        flex-direction: row;
        justify-content: center;
    }
    .case_pc_cont {
        margin-left: 50px;
        max-width: 370px;
    }
    .row_ {
        flex-direction: row;
    }
    .me-set {
        background: url("../img/robot-for-medicine/rb-bg.svg") calc(50% + 500px) 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: 435px;
        /* flex-basis: 435px */
    }
}

@media (min-width:992px) {
    .me-hero__row {
        background: url("../img/robot-for-medicine/robot-bg.png") center/contain no-repeat;
        background-position-y: calc(35% + 25px);
        background-position-x: calc(80% + 25px);
    }
    .me-hero__col {
        max-width: 625px;
        text-align: initial
    }
    .me-hero_btn {
        flex-direction: row;
        justify-content: start;
    }
    .me-hero__c2a {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 285px
    }
    .case_pc_col {
        justify-content: end;
    }
    .case_pc_pic {
        min-width: 165px;
    }
    .case_pc_cont {
        max-width: 900px;
    }
    .case_pc_title {
        font-size: 24px;
        line-height: 30px;
    }
    .me-use_row {
        max-width: 880px;
    }
    ._m__h2 {
        font-size: 34px;
        line-height: 34px;
    }
    .me-what {
        margin-bottom: var(--mcn__margin-bottom_block_desktop)
    }
    .form-section {
        background: url("../img/robot-for-medicine/bg_form.png") center no-repeat;
    }
    .section {
        padding: 70px 0;
    }
    .text-title {
        font-size: 34px;
        line-height: 36px;
    }
}

@media (min-width:1200px) {
    ._g__hero {
        margin-bottom: var(--mcn__margin-bottom_block_desktop);
        padding-top: initial;
        padding-bottom: initial
    }
    .me-hero__row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-position-x: right;
        background-size: initial;
        min-height: 400px
    }
    .me-hero__cont {
        font-size: 18px;
        line-height: 26px
    }
    .me-hero__c2a {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 285px
    }
    .me-use {
        margin-bottom: var(--mcn__margin-bottom_block_desktop)
    }
    .me-use__items {
        grid-template-columns: repeat(auto-fit, 365px);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .me-set {
        background-position-x: calc(50% + 360px);
        margin-bottom: var(--mcn__margin-bottom_block_desktop)
    }
    .me-set__title {
        font-size: 34px;
        line-height: 34px;
        margin-bottom: 15px
    }
    .kk {
        margin-bottom: 30px
    }
    .me-set__subtitle {
        font-size: 18px;
        /* margin-bottom: 30px */
    }
    /* .me-set__cont {
        -ms-flex-preferred-size: 490px;
        flex-basis: 490px
    } */
}

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