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

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

.white_reg_26 {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    font-family: var(--mcn__font_regular);
}

.white_light_26 {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 19px;
    line-height: 25px;
    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
}

.font_12 {
    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_24 {
    font-family: var(--mcn__font_light);
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
}

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

@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;
    }
    .white_reg_26 {
        font-size: 26px;
        line-height: 33px;
    }
    .white_light_26 {
        font-size: 26px;
        line-height: 46px;
    }
    ._g__info_f14 {
        font-size: 14px;
        line-height: 20px;
    }
    .medium_24 {
        font-size: 24px;
        line-height: 30px;
    }
    .light_24 {
        font-size: 24px;
        line-height: 36px;
    }
}

.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;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.hero__cont {
    color: #F5F8FA;
    font-family: var(--mcn__font_regular);
}

.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
}
/* automation */

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

.automation_col {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.automation_cont_title {
    padding-bottom: 15px;
}

.automation_cont_subtitle {
    padding-bottom: 20px;
}

.pic {
    width: 100%;
    max-width: 556px;
    height: auto;
}
    /* demo */
.demo {
    background: linear-gradient(180deg, #0071FF 0%, #00ACFF 100%), #F5F8FA;
    margin-bottom: var(--mcn__margin-bottom_block_mobile);
}
.demo_col {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 5px 32px rgb(0 0 0 / 22%);
    /* padding: 50px 60px;
    margin: 90px 360px; */
    padding: 20px 20px;
    margin: 50px 20px;
}
.demo_col_two :not(:first-child):not(:last-child) {
    margin-bottom: 30px;
}
.demo_title {
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 20px;
}
.demo_items {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.demo_item {
    display: flex;
    flex-direction: column;
    row-gap: 7px;
}
/* .demo_sales_lk>.medium_24 {
    padding-bottom: 15px;
} */
.demo_sales_lk > :first-child {
    padding-bottom: 15px;
}
.demo_sales>.demo_sales_lk {
    padding-bottom: 15px;
}
.demo_sales_lk_tel {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
}
.demo_sales_lk_tel_num {
    font-weight: 700;
    /* font-size: 31px; */
    font-size: 28px;
    line-height: 32px;
    color: #979797;
}
/* demo */
.demo {
    background: linear-gradient(180deg, #0071FF 0%, #00ACFF 100%), #F5F8FA;
}
.demo_col {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 5px 32px rgb(0 0 0 / 22%);
    /* padding: 50px 60px;
    margin: 90px 360px; */
    padding: 20px 20px;
    margin: 50px 20px;
}
.demo_col_two :not(:first-child):not(:last-child) {
    margin-bottom: 30px;
}
.demo_title {
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 20px;
}
.demo_items {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.demo_item {
    display: flex;
    flex-direction: column;
    row-gap: 7px;
}
/* .demo_sales_lk>.medium_24 {
    padding-bottom: 15px;
} */
.demo_sales_lk > :first-child {
    padding-bottom: 15px;
}
.demo_sales>.demo_sales_lk {
    padding-bottom: 15px;
}
.demo_sales_lk_tel {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
}
.demo_sales_lk_tel_num {
    font-weight: 700;
    /* font-size: 31px; */
    font-size: 28px;
    line-height: 32px;
    color: #979797;
}
/* stand */
.stand {
    padding: 55px 0;
    background: linear-gradient(180deg, #0071FF 0%, #00ACFF 100%);
    /* margin-bottom: var(--mcn__margin-bottom_block_mobile); */
}
.stand_col {
    display: flex;
    flex-direction: column;
}
.stand_info {
    margin-bottom: 20px;
}

.standrobot_ico {
    display: none;
}
.stand_robot_info {
    margin-bottom: 15px;
}
/* work */

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

.work_title {
    font-size: 34px;
    line-height: 34px;
    color: #FFF;
    font-family: var(--mcn__font_regular);
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
}

.work_steps {
    margin-top: 60px;
}

.work_step_cont {
    margin: 35px 0;
    width: 202px;
    display: inline-flex;
}
/* problems */

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

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

.problems_item_pic {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

.cont1 {
    max-width: 375px;
}

.cont2 {
    max-width: 375px;
}

.problems_item_cont_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    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);
}
/* me-use */

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

.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)
}
/* CRM-approach */

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

.CRM-approach_col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.CRM-approach__logos {
    display: grid;
    gap: 25px 25px;
    grid-template-columns: repeat(auto-fit, 130px);
    justify-content: center;
}

.CRM-approach__logo {
    display: flex;
    align-items: center;
}

.logo_two {
    display: flex;
    gap: 30px;
}
/* control */

.control {
    margin-bottom: var(--mcn__margin-bottom_block_mobile);
    background: #F5F8FA;
}

.control_row {
    display: flex;
    flex-direction: column;
    padding: 55px 15px;
}

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

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

.control_case_one_1_info {
    font-weight: 300;
    font-size: 15px;
    line-height: 19px;
}

.control_case_ {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.control_case_one_2 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.control_case_two_1 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.class_col {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.class_gap {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

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

.control_case_prod_name_two {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.control_case_prod_price {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.03em;
}

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

/* 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 {
    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;
}

/* 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: 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
}

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

@media (min-width:576px) {
    /* demo */ 
    .demo_col {
        padding: 50px;
        margin: 50px 30px;
    }
    /* stand */
    .stand_robot {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .stand_robot_cont {
        text-align: left;
        margin-left: 30px;
    }
    .standrobot_ico {
        display: flex;
    }
    .stand_robot_info_tel {
        justify-content: left;
    }
    /* work */
    .work_two_step {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        gap: 70px;
    }
    .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
    }
    .me-what__items {
        grid-template-columns: repeat(auto-fit, 330px);
    }
    /* me-use */
    .me-use__item_one {
        grid-column: span 2;
        text-align: center;
    }
    .me-use__item_two {
        grid-column: 1;
    }
    .me-use__items {
        row-gap: inherit;
    }
    /* control */
    .control_case_ {
        display: flex;
        flex-direction: row;
    }
    .control_case_one_1 {
        max-width: 320px;
    }
    .weight {
        width: 273px;
    }
    .control_case_two_1 {
        padding-right: 80px;
    }
}

@media (min-width:768px) {
    /* automation */
    .automation_cont_subtitle {
        display: flex;
        text-align: left;
    }
    /* problems */
    .problems_item {
        flex-direction: row;
    }
    .problems_item_cont {
        text-align: left;
        gap: 25px;
    }
    .problems_item_pic {
        width: 100%;
    }
    .rev {
        flex-direction: row-reverse;
    }
    /* CRM-approach */
    .CRM-approach_col {
        flex-direction: row-reverse;
    }
    .cont3 {
        max-width: 280px;
    }
    .CRM-approach__logos {
        display: grid;
        gap: 45px 75px;
        grid-template-columns: repeat(auto-fit, 150px);
    }
    /* control */
    .control_case_ {
        gap: 15px;
    }
    /* cases  */
    .case-key {
        flex-direction: row;
    }
    .cases-content {
        padding: 0px 0px;
        flex-direction: row;
        align-items: center;
    }
    .cases-wrapper {
        padding: 0 5px 0 50px;
        text-align: left;
        flex: 1;
        margin: 40px 0;
    }
    .cases-pic-wrapper {
        flex: 1;
        text-align: right;
    }
    .cases-pic {
        width: 100%;
    }
}

@media (min-width:992px) {
    /* banner */
    .hero__row {
        background: url("../img/medical-organizations/banner.svg") center/contain no-repeat;
        background-position-x: calc(25% + 300px);
        background-position-y: center;
        margin-left: auto;
        margin-right: auto;
    }
    .hero__col {
        max-width: 365px;
        text-align: initial;
        margin-left: initial;
        margin-right: initial;
    }
    .hero__btn {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 285px
    }
    /* demo */
    .demo {
        margin-bottom: var(--mcn__margin-bottom_block_desktop);
    }
    .demo_col {
        padding: 50px;
        margin: 90px 0px;
        width: 1200px;
    }
    .demo_title {
        font-size: 38px;
        margin-bottom: 40px;
    }
    .demo_col_two {
        display: flex;
        align-items: flex-start;
        text-align: left;
        justify-content: space-between;
    }
    .demo_items {
        max-width: 350px;
    }
    .demo_sales {
        display: grid;
        gap: 47px;
        max-width: 387px;
    }
    .demo_sales>.demo_sales_lk {
        padding-bottom: 0px;
    }
    .demo_sales_lk_tel {
        justify-content: left;
    }
    /* stand */
    .stand_col {
        padding: 20px 100px;
    }
    .stand_info {
        text-align: left;
        max-width: 620px;
    }
    .stand_robot {
        justify-content: flex-start;
    }
    /* automation */
    .automation {
        margin-bottom: var(--mcn__margin-bottom_block_desktop)
    }
    .automation_col {
        flex-direction: row;
    }
    .automation_pic {
        width: inherit;
    }
    .automation_cont {
        text-align: left;
        width: 1050px;
    }
    .automation_cont_subtitle {
        gap: 20px;
    }
    .automation_cont_subtitle_x {
        width: 285px;
    }
    /* me-use */
    .me-use__item_one {
        grid-column: inherit;
        text-align: left;
    }
    .me-use__item_two {
        grid-column: inherit;
    }
    .me-use__items {
        row-gap: 40px;
    }
    /* cases  */
    .cases {
        margin-bottom: var(--mcn__margin-bottom_block_desktop);
        }
    .cases_row {
        display: inline;
    }
    .case-title {
        font-size: 20px;
        line-height: 26px;
    }
    .case-text {
        font-size: 18px;
        line-height: 24px;
        max-width: 470px;
    }
    .case-btn {
            text-align: right;
        margin-right: 70px;
    }
    /* 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) {
    /* banner */
    ._g__hero {
        margin-bottom: var(--mcn__margin-bottom_block_desktop);
        padding-top: initial;
        padding-bottom: initial
    }
    .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
    }
    /* work */
    .work {
        margin-bottom: var(--mcn__margin-bottom_block_desktop);
        padding: 110px 0;
        background: url("../img/chat-bot-constructor/lines.svg") center no-repeat;
        height: 600px;
    }
    .work_title {
        margin-bottom: 70px;
    }
    .work_steps {
        display: flex;
        padding: none;
        margin-top: 100px;
    }
    .work_step {
        padding: inherit;
    }
    .one {
        padding-right: 40px;
    }
    .a {
        gap: 83px;
    }
    .three {
        padding-right: 40px;
    }
    .z {
        padding-right: 15px;
    }
    /* problems */
    .problems {
        margin-bottom: var(--mcn__margin-bottom_block_desktop);
    }
    .rev {
        flex-direction: row;
    }
    .problems_item {
        align-items: flex-start;
        gap: 30px;
    }
    .problems_item_cont_title {
        font-size: 24px;
        line-height: 30px;
    }
    .two_items {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 50px;
    }
    .cont1 {
        max-width: 245px;
    }
    .cont2 {
        max-width: 185px;
    }
    /* me-use  */
    .me-use__items {
        grid-template-columns: repeat(auto-fit, 360px);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 30px;
    }
    /* CRM-approach  */
    .CRM-approach {
        margin-bottom: var(--mcn__margin-bottom_block_desktop);
    }
    /* control */
    .control {
        margin-bottom: var(--mcn__margin-bottom_block_desktop);
        background: url("../img/robot-secretary/bg_sales.svg") calc(80% + 600px) -100px no-repeat #f5f8fa
    }
    .control_row {
        padding: 110px 15px;
    }
    .control_title {
        justify-content: left;
    }
    .control_col {
        flex-direction: row;
        text-align: left;
        align-items: flex-start;
    }
    .control_case_ {
        gap: 25px;
    }
    .control_case_price {
        font-size: 28px;
        padding-bottom: 15px;
    }
    .control_case_one_1 {
        max-width: none;
        width: 317px;
    }
    .control_case_one_1_title {
        margin-bottom: 25px;
    }
    .control_case_one_1_info {
        font-size: 18px;
        line-height: 24px;
    }
    .control_case_prod {
        padding-top: 0;
        padding-bottom: 30px;
    }
    .control_case_prod_name {
        font-size: 20px;
        line-height: 23px;
        padding-bottom: 15px;
    }
    .control_case_one_2 {
        margin-top: 0;
        width: 200px;
    }
    .control_case_two_1 {
        margin-top: 0;
        margin-left: 0;
        padding-right: initial;
    }
}

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