@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;
}

/* _____________________ */



.player {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}

.playBtn {
    cursor: pointer;
}

/* _________________________ */

/* 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;
    text-align: center;
}

.demo_col_two :not(:first-child):not(:last-child) {
    margin-bottom: inherit;
}

.demo_col_two {
    display: grid;
    row-gap: 45px;
}

.robot {
    margin: auto;
}

/* .robot {
    
          } */
.demo_title {
    text-align: center;
    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 {
    display: grid;
    row-gap: 30px;
}

.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: inherit;
}

.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;
}

@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;
    }
}

@media (min-width: 992px) {

    /* 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;
    }

    .robot {
        margin: inherit;
    }

    .demo_items {
        max-width: 320px;
    }

    .demo_sales {
        display: grid;
        gap: 23px;
        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;
    }
}