@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: 21px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 21px;
    margin-bottom: 28px
}

.res_h2 {
    font-size: 34px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 38px;
    margin-bottom: 40px;
}

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

.form-title {
    --mcn__font_regular: '_g-roboto-regular';
}

.w1 {
    --mcn__font_light: '_g-roboto-light';
}

.bb {
    --mcn__font_regular: '_g-roboto-regular';
}

.form-note {
    --mcn__font_light: '_g-roboto-light';
}

@media (min-width:1200px) {
    ._g__h1 {
        font-size: 38px;
        line-height: 38px
    }
    .me-hero_case {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    ._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
    }
}

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

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

.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__c2a-btn {
    font-size: inherit;
    padding: 12px 24px 18px 24px;
    height: 50px;
}

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

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

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

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

.me-fmc__title {
    font-family: var(--mcn__font_medium);
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 4px;
}

.me-fmc__subtitle {
    color: #828282;
    font-family: var(--mcn__font_light);
    font-size: 18px;
    margin-bottom: 16px
}

.pp {
    color: #828282;
    font-family: var(--mcn__font_light);
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 19px;
}

.me-fmc__subtitle_ {
    margin-top: 7px;
}

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

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

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

.me-use__items_s {
    display: grid;
    grid-template-columns: repeat(auto-fit, 285px);
    -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;
    padding-left: initial;
    padding-right: initial;
    text-align: initial;
}

.me-use__item__t {
    margin-top: 20px;
}

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

.cc {
    /* display: block;
margin-left: auto;
margin-right: auto */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    /* -ms-flex-direction: column;
flex-direction: column; */
    padding-left: initial;
    padding-right: initial;
    text-align: initial;
}

.results-item {
    margin-bottom: 40px;
}

.me-use__item-head-pic {
    min-height: 65px;
    -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)
}

.me-use__item-cont_ {
    font-family: var(--mcn__font_light);
    font-size: 15px;
    line-height: 20px;
    margin-left: 35px;
}

.me-ability {
    background-color: #007fea;
    color: #fff;
    margin-bottom: var(--mcn__margin-bottom_block_mobile);
    padding-bottom: 40px;
    padding-top: 40px
}

.me-ability__items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.me-ability__item {
    display: grid;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    row-gap: 20px
}

.me-ability__item:first-child {
    margin-bottom: 50px
}

.me-ability__item-title {
    font-size: 18px
}

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

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

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

.me-calls__call {
    color: #444;
    display: grid;
    row-gap: 35px
}

.me-calls__call:not(:last-child) {
    margin-bottom: 60px
}

.me-calls__call-title {
    font-size: 18px
}

.me-calls__call-title_bold {
    font-family: var(--mcn__font_bold)
}

.me-calls__call-subtitle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: var(--mcn__font_light);
    font-size: 17px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    margin-bottom: 10px
}

.me-calls__call-subtitle_inc:before,
.me-calls__call-subtitle_out:before {
    height: 15px;
    line-height: 1;
    margin-right: 20px;
    width: 15px
}

.me-calls__call-subtitle_inc:before {
    content: url("../img/mobile-employees-page/calls__inc.svg")
}

.me-calls__call-subtitle_out:before {
    content: url("../img/mobile-employees-page/calls__out.svg")
}

.me-calls__call-cont {
    font-family: var(--mcn__font_light);
    font-size: 14px;
    line-height: 24px
}

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

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

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

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

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

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

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

.me-tariff__tbl {
    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);
    display: grid;
    margin-left: auto;
    margin-right: auto;
    width: 288px
}

.me-tariff__tbl-head {
    background-color: #0e7de6;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    color: #fff;
    font-family: var(--mcn__font_bold);
    font-size: 20px;
    line-height: 85px
}

.me-tariff__tbl-fee {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 80px
}

.me-tariff__tbl-fee-old {
    color: #f00;
    text-decoration: line-through
}

.me-tariff__tbl-fee-current {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 12px;
    text-align: initial
}

.me-tariff__tbl-fee-current_info {
    font-family: var(--mcn__font_light);
    font-size: 14px;
    line-height: 18px;
    margin-left: 8px
}

.me-tariff__tbl-set {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e4edef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 50px
}

.me-tariff__tbl-set-text {
    font-family: var(--mcn__font_light);
    font-size: 12px;
    line-height: 14px;
    text-align: right
}

.me-tariff__tbl-set-price {
    font-family: var(--mcn__font_bold);
    font-size: 16px;
    margin-left: 15px
}

.me-tariff__tbl-c2a {
    padding-bottom: 40px;
    padding-top: 30px
}

.me-tariff__tbl-c2a-btn {
    font-size: 16px;
    min-height: 50px;
    padding: 10px 20px
}

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

.me-solutions__col {
    -webkit-box-shadow: 0 9px 36px rgba(0, 0, 0, 0.15);
    box-shadow: 0 9px 36px rgba(0, 0, 0, 0.15);
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: initial;
    padding-right: initial;
    position: relative;
    width: 300px
}

.me-solutions__btn {
    background-color: #fff;
    border: none;
    border-radius: 21px;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.17);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.17);
    color: #3c3c3c;
    font-family: var(--mcn__font_light);
    min-height: 60px;
    min-width: 125px;
    padding: initial;
    position: absolute;
    top: 75px
}

.me-solutions__btn_prev {
    left: 0
}

.me-solutions__btn_next {
    right: 0
}

.me-solutions__item {
    text-align: initial
}

.me-solutions__item-name {
    background-color: #3091eb;
    color: #fff;
    font-size: 19px;
    line-height: 21px;
    min-height: 105px;
    padding: 30px 60px
}

.me-solutions__item-client>:first-child {
    margin-top: 40px
}

.me-solutions__item-client>:last-child {
    height: 95px
}

.me-solutions__item-problems>:last-child {
    height: 110px
}

.me-solutions__item-task>:last-child {
    height: 135px
}

.me-solutions__item-solutions>:last-child {
    height: 250px
}

.me-solutions__item-results>:last-child {
    height: 380px
}

.me-solutions__item-title {
    color: #575757;
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 60px;
    padding-right: 60px
}

.me-solutions__item-cont {
    color: #5e5d5d;
    font-family: var(--mcn__font_light);
    font-size: 14px;
    line-height: 22px;
    padding-left: 60px;
    padding-right: 60px
}

.me-solutions__item-cont_hidden {
    display: none
}

.me-solutions__item-cont-list {
    list-style-position: inside;
    margin-bottom: initial;
    margin-top: initial;
    padding-left: initial
}

.me-solutions__item-cont-btn {
    background-color: transparent;
    border: none;
    border-bottom: 1px dashed currentColor;
    color: #007eea
}

.me-profit {
    background-color: #f6f8fc;
    margin-bottom: var(--mcn__margin-bottom_block_mobile);
    padding-bottom: 45px;
    padding-top: 45px
}

.me-profit__lists {
    color: #5e5d5d;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: var(--mcn__font_light);
    text-align: initial
}

.me-profit__lists-item:first-child {
    margin-bottom: 50px
}

.me-profit__list {
    display: grid;
    margin-left: auto;
    margin-right: auto;
    max-width: 540px;
    row-gap: 33px
}

.me-profit__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.me-profit__list-item:before {
    line-height: 0;
    margin-right: 35px;
    min-width: 31px
}

.me-profit__list-item_pros:before {
    content: url("../img/mobile-employees-page/profit__pros.svg")
}

.me-profit__list-item_cons:before {
    content: url("../img/mobile-employees-page/profit__cons.svg")
}

.me-c2a {
    background-color: #007fea;
    color: #fff;
    margin-bottom: var(--mcn__margin-bottom_block_mobile);
    padding-bottom: 47px;
    padding-top: 47px
}

.me-c2a__col {
    display: grid;
    gap: 25px
}

.me-c2a__cont {
    font-family: var(--mcn__font_medium);
    font-size: 18px;
    line-height: 24px
}

.me-c2a__go-link {
    border: 1px solid currentColor;
    color: #fff;
    font-size: 15px;
    min-height: 40px;
    min-width: 135px
}

.me-fmc__cont_ {
    font-size: 20px;
    line-height: 32px;
    margin: 0px 30px 20px 0px;
}

.res__cont_ {
    font-size: 20px;
    line-height: 32px;
    padding-left: 30px;
    flex: 0 0 330px;
    text-align: left;
}

.other-affairs_title {
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 30px;
}

.other-affairs_subtitle {
    color: #000000;
    font-family: var(--mcn__font_light);
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 40px;
    text-align: left;
    margin-left: 40px;
}

.aa {
    color: #000000;
    font-family: var(--mcn__font_light);
    font-size: 24px;
    line-height: 36px;
}

/* cases  */
.cases_row {
    display: inline;
}

.cases-title {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
}

.cases-content {
    background: #F5F8FA;
    max-width: 930px;
    padding: 55px 25px;
    display: inline-flex;
    flex-direction: column;
}

.cases-wrapper {
    padding-bottom: 33px;
}

.case-title {
    /* text-align: initial; */
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
}

.case-text {
    text-align: initial;
    color: #595959;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    display: -webkit-inline-box;
}

.cases-pic {
    width: 100%;
    width: 357px;
    height: auto;
}

@media (min-width:375px) {
    .me-hero_case {
        margin-top: 35px;
        margin-bottom: 35px;
    }
}

@media (min-width:576px) {
    .me-hero_case {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .me-use__items_s {
        display: grid;
        grid-template-columns: repeat(auto-fit, 330px);
        -ms-flex-pack: distribute;
        justify-content: space-around;
        flex: -1 0 260px;
        row-gap: 40px
    }
    .res__cont_ {
        font-size: 20px;
        line-height: 32px;
        padding-left: 30px;
        flex: 0 0 290px;
        text-align: left;
    }
    .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
    }
    .tt {
        margin-left: auto;
        margin-right: auto;
        max-width: 350px;
    }
    .results-items {
        flex: 1 0 260px;
        margin-left: auto;
        margin-right: auto;
        max-width: 330px;
    }
}

@media (min-width:768px) {
    .res-set__col {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin-bottom: 40px;
        text-align: initial;
    }
    .me-ability__items {
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial;
        -webkit-box-orient: initial;
        -webkit-box-direction: initial;
        -ms-flex-direction: initial;
        flex-direction: initial;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }
    .me-ability__item:first-child {
        margin-bottom: initial
    }
    .me-ability__item-pic {
        min-height: 141px
    }
    .me-calls__call {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        grid-template-columns: 1fr 220px
    }
    .me-calls__call-pic,
    .me-calls__call-title {
        grid-column: span 2
    }
    .me-calls__call_tariff {
        grid-template-columns: 220px 1fr
    }
    .robot-case {
        background: url("../img/solutions-hr/Frame-6090.svg") #f5f8fa no-repeat;
        background-position: center left;
        padding-bottom: initial;
        padding-top: initial;
        background-position-x: calc(35% + 100px);
    }
    .case__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;
        align-items: flex-start;
    }
    .me-set__robot {
        -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 {
        -ms-flex-preferred-size: 435px;
        flex-basis: 815px;
    }
    .ll {
        -ms-flex-preferred-size: 435px;
        flex-basis: 435px
    }
    .robot__cont {
        margin-left: 325px;
        -ms-flex-preferred-size: 435px;
        flex-basis: 435px
    }
    .other-affairs {
        padding-bottom: initial;
        padding-top: initial
    }
    .me-solutions__col {
        padding-bottom: initial;
        width: 600px
    }
    .me-solutions__item:after {
        content: '';
        position: absolute;
        background-color: #eaeaea;
        top: 0;
        display: block;
        width: 1px;
        height: 100%
    }
    .res__cont_ {
        flex: 1 0 760px;
    }
    /* cases  */
    .case-key {
        flex-direction: row;
    }
    .cases-content {
        padding: 0px 0px;
        flex-direction: row;
        /* margin-bottom: 50px; */
        align-items: center;
    }
    .cases-wrapper {
        padding: 0 5px 0 50px;
        text-align: left;
        flex: 1;
        margin: 40px 0;
    }
    .cases-pic-wrapper {
        /* display: flex; */
        flex: 1;
        text-align: right;
    }
    .cases-pic {
        width: 100%;
    }
}

@media (min-width:992px) {
    .me-hero__row {
        background: url("../img/solutions-hr/hero__bgd.png") calc(25% + 300px) center/contain no-repeat;
    }
    .me-hero__col {
        max-width: 800px;
        text-align: initial
    }
    .me-hero__c2a {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 285px;
        margin-bottom: 10px;
    }
    .me-calls__call {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        gap: 35px 40px;
        grid-template-columns: 320px 1fr 220px;
        text-align: initial
    }
    .me-calls__call_tariff {
        grid-template-columns: 195px 1fr 320px
    }
    .me-calls__call_tariff :first-child {
        grid-column: 3/4
    }
    .me-calls__call_tariff :nth-child(2) {
        grid-row: 1/2
    }
    .me-calls__call-pic {
        grid-column: span 1;
        grid-row: span 2
    }
    .me-calls__call-title {
        grid-column: span 2
    }
    .me-calls__call-subtitle {
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial
    }
    .me-calls__call-cont-inc {
        grid-column: span 1
    }
    .me-solutions__col {
        width: 900px
    }
    .results {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .robot-case {
        background-position-x: calc(40% + 100px);
    }
    .res-set__col {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: flex-start;
        -webkit-box-orient: initial;
        -webkit-box-direction: initial;
        -ms-flex-direction: initial;
        flex-direction: initial;
        padding: 0 0px;
    }
    .me-use__items_s {
        padding: 0 15px;
    }
    .tt {
        display: flex;
        justify-content: flex-start;
    }
    /* cases  */
    .cases {
        margin-bottom: var(--mcn__margin-bottom_block_desktop);
        }
    .cases_row {
        display: inline;
    }
    .case-title {
        font-size: 20px;
        line-height: 26px;
        /* max-width: 400px; */
    }
    .case-text {
        font-size: 18px;
        line-height: 24px;
        max-width: 470px;
    }
    .case-btn {
            text-align: right;
        margin-right: 70px;
    }
}

@media (min-width:1200px) {
    .tt {
        margin-left: 0px;
        margin-right: 0px;
        max-width: 350px;
    }
    .results-items {
        margin-left: 0px;
        margin-right: 0px;
    }
    .case__row_res {
        margin-bottom: 40px;
    }
    .me-hero__row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-position-x: right;
        background-size: initial;
        min-height: 400px;
        background-position-y: bottom
    }
    .robot-case {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-position-x: left center;
        background-size: initial;
        min-height: 375px
    }
    .me-hero__cont {
        font-size: 18px;
        line-height: 26px;
        color: #F5F8FA;
    }
    .me-hero__c2a {
        -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)
    }
    .me-fmc {
        margin-bottom: var(--mcn__margin-bottom_block_desktop)
    }
    .me-fmc__row {
        -webkit-box-orient: initial;
        -webkit-box-direction: initial;
        -ms-flex-direction: initial;
        flex-direction: initial
    }
    .me-fmc__col-title {
        text-align: initial
    }
    .me-fmc__col-cont {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 872px;
        flex: 0 0 872px;
        padding-left: initial;
        padding-right: initial;
        text-align: initial
    }
    .me-fmc__subtitle {
        margin-bottom: initial
    }
    .me-fmc__cont {
        font-size: 18px;
        line-height: 26px
    }
    .me-fmc__cont_ {
        font-size: 18px;
        line-height: 26px;
        margin-left: 35px
    }
    .res__cont_ {
        font-size: 18px;
        line-height: 26px;
        margin-left: 35px;
        flex: 0 0 470px;
    }
    .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-ability {
        margin-bottom: var(--mcn__margin-bottom_block_desktop);
        padding-bottom: 65px;
        padding-top: 65px
    }
    .me-ability__item-title {
        font-size: 20px
    }
    .me-calls {
        margin-bottom: var(--mcn__margin-bottom_block_desktop)
    }
    .me-calls__call {
        gap: 35px 100px
    }
    .me-calls__call-title {
        font-size: 20px
    }
    .robot-case {
        background-position-x: calc(50% + 25px);
        margin-bottom: var(--mcn__margin-bottom_block_desktop)
    }
    .me-set__title {
        font-size: 34px;
        line-height: 34px;
        margin-bottom: 15px
    }
    .me-set__subtitle {
        font-size: 18px;
        margin-bottom: 30px
    }
    .me-set__cont {
        -ms-flex-preferred-size: 490px;
        flex-basis: 1190px
    }
    .robot__cont {
        -ms-flex-preferred-size: 490px;
        flex-basis: 1190px
    }
    .me-tariff {
        margin-bottom: var(--mcn__margin-bottom_block_desktop)
    }
    .me-solutions {
        margin-bottom: var(--mcn__margin-bottom_block_desktop)
    }
    .me-solutions__col {
        width: 100%
    }
    .me-profit {
        margin-bottom: initial;
        padding-bottom: 90px;
        padding-top: 90px
    }
    .me-profit__lists {
        -webkit-box-orient: initial;
        -webkit-box-direction: initial;
        -ms-flex-direction: initial;
        flex-direction: initial;
        font-size: 16px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .me-profit__lists-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 570px;
        flex: 0 0 570px
    }
    .me-profit__lists-item:first-child {
        margin-bottom: initial
    }
    .me-profit__list {
        margin-left: initial;
        margin-right: initial;
        max-width: initial
    }
    .me-c2a {
        background: url("../img/mobile-employees-page/c2a__bg.png") center center no-repeat #007fea;
        margin-bottom: var(--mcn__margin-bottom_block_desktop)
    }
    .other-affairs_title {
        font-size: 24px;
        line-height: 36px;
        width: 270px;
    }
    .me-use__items_s {
        display: grid;
        grid-template-columns: repeat(auto-fit, 280px);
        -ms-flex-pack: distribute;
        justify-content: space-around;
        flex: -1 0 260px;
        row-gap: 40px
    }
}
/* заявка */

@media (min-width: 768px) {
    .form-section {
        left: 0px;
        background-color: #F5F8FA;
        text-align: center;
    }
    .form-wrap {
        width: 654px;
        background: #FFFFFF;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
        border-radius: 12px;
        margin: 76px auto;
    }
    .form-title {
        display: flex;
        justify-content: center;
        margin-top: 40px;
        margin-bottom: 18px;
        font-family: var(--mcn__font_regular);
        font-style: normal;
        font-weight: 400;
        font-size: 34px;
        line-height: 34px;
    }
    .form-inner {
        display: flex;
        flex-direction: column;
        width: 425px;
        margin: auto;
    }
    .pp {
        display: flex;
        justify-content: flex-end;
    }
    .ww {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-end;
    }
    .w1 {
        margin-right: 18px;
        font-family: var(--mcn__font_light);
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 45px;
        text-align: right;
    }
    .input {
        width: 320px !important;
    }
    .bb {
        margin-top: 5px;
        font-family: var(--mcn__font_regular);
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 14px;
    }
    .form-note {
        padding-top: 25px !important;
        padding-bottom: 55px;
        font-family: var(--mcn__font_light);
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 18px;
        max-width: 520px;
        display: -webkit-inline-box;
    }
    .color {
        color: #007FEA;
    }
}

@media (max-width: 768px) {
    .form-section {
        left: 0px;
        background-color: #F5F8FA;
        text-align: center;
    }
    .form-wrap {
        width: 280px;
        background: #FFFFFF;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
        border-radius: 12px;
        margin: 76px auto;
    }
    .form-title {
        display: flex;
        justify-content: center;
        margin-top: 40px;
        margin-bottom: 18px;
        font-family: var(--mcn__font_regular);
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 24px;
    }
    .form-inner {
        display: flex;
        flex-direction: column;
        /* width: 425px; */
        margin: 0 17px;
    }
    .pp {
        display: flex;
        justify-content: flex-end;
    }
    .ww {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
    }
    .w1 {
        margin-right: 18px;
        font-family: var(--mcn__font_light);
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 45px;
        text-align: right;
    }
    .input {
        width: 245px !important;
    }
    .bb {
        margin-top: 5px;
        font-family: var(--mcn__font_regular);
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 14px;
    }
    .form-note {
        padding-top: 25px !important;
        padding-bottom: 55px;
        font-family: var(--mcn__font_light)!important;
        font-style: normal;
        font-weight: 300 !important;
        font-size: 12px !important;
        line-height: 18px !important;
        max-width: 200px;
        display: -webkit-inline-box;
    }
    .btn {
        padding: 10px 12px;
    }
    .color {
        color: #007FEA;
    }
}

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