@font-face {
    font-display: swap;
    font-family: '_g-roboto-black';
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/RobotoBlack.woff") format('woff')
}

@font-face {
    font-display: swap;
    font-family: '_g-roboto-bold';
    font-weight: 700;
    src: url("../fonts/RobotoBold.woff") format('woff')
}

@font-face {
    font-display: swap;
    font-family: '_g-roboto-medium';
    font-weight: 500;
    src: url("../fonts/RobotoMedium.woff") format('woff')
}

@font-face {
    font-display: swap;
    font-family: '_g-roboto-regular';
    font-weight: 400;
    src: url("../fonts/RobotoRegular.woff") format('woff')
}

@font-face {
    font-display: swap;
    font-family: '_g-roboto-light';
    font-weight: 300;
    src: url("../fonts/RobotoLight.woff") format('woff')
}

._g {
    --font-black: '_g-roboto-black';
    --font-bold: '_g-roboto-bold';
    --font-medium: '_g-roboto-medium';
    --font-light: '_g-roboto-light';
    --font-regular: '_g-roboto-regular';
    color: #404040;
    text-align: center;
    font-family: var(--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
}

.rub {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif
}

.rub_light {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    font-weight: lighter
}

.rc-hero {
    background-image: linear-gradient(to bottom, #0073ca, #00affc);
    color: #f5f8fa;
    margin-bottom: 75px;
    padding-bottom: 50px;
    padding-top: 50px
}

.rc-hero__col {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 490px
}

.rc-hero__title {
    color: #fff;
    font-family: var(--font-bold);
    font-size: 30px;
    line-height: 1;
    margin-bottom: 10px
}

.rc-hero__qa {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 35px
}

.rc-hero__c2a {
    align-items: center;
    display: flex;
    flex-direction: column
}

.rc-hero__c2a-text {
    font-size: 13px;
    margin-bottom: 20px
}

.rc-hero__c2a-btn {
    font-family: var(--font-medium);
    font-size: 15px;
    height: 45px;
    width: 123px
}

.rc-without {
    color: #000;
    font-family: var(--font-light);
    margin-left: auto;
    margin-right: auto;
    max-width: 940px
}

.rc-without__row-must {
    flex-direction: column
}

.rc-without__col-title {
    display: grid;
    gap: 15px;
    justify-items: center;
    margin-bottom: 40px
}

.rc-without__col-must {
    flex-direction: column;
    font-size: initial;
    margin-bottom: 40px
}

.rc-without__title {
    font-size: 29px;
    line-height: 1
}

.rc-without__subtitle {
    font-size: 15px
}

.rc-without__must-title {
    font-family: var(--font-medium);
    line-height: initial;
    margin-bottom: 15px
}

.rc-without__must-list {
    counter-reset: nums;
    text-align: initial
}

.rc-without__must-list-item {
    display: flex
}

.rc-without__must-list-item:not(:last-child) {
    margin-bottom: 30px
}

.rc-without__must-list-item:before {
    border: 5px solid currentColor;
    border-radius: 50%;
    color: #d7d7d7;
    content: counter(nums);
    counter-increment: nums;
    flex: 0 0 45px;
    font-family: var(--font-bold);
    font-size: 27px;
    height: 45px;
    line-height: 34px;
    margin-right: 30px;
    text-align: center
}

.rc-without__faster {
    flex-direction: column
}

.rc-without__faster-pic {
    justify-content: center;
    order: 2;
    transform: scaleX(-1)
}

.rc-without__faster-cont {
    align-items: flex-start;
    background: url("../img/robot-controller-page/without-balloon.svg") center center/100% 100% no-repeat;
    flex-direction: column;
    min-height: 374px;
    order: 1;
    text-align: initial;
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
    font-size: initial;
    line-height: 27px;
    padding: 55px 45px 113px 60px;
    position: relative
}

.rc-without__faster-cont .btn {
    margin-top: 15px;
    line-height: 1.4;
}

.rc-without__faster-cont-title {
    font-family: var(--font-regular);
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px
}

.rc-without__faster-cont-btn {
    bottom: 95px;
    color: #494949;
    font-family: var(--font-regular);
    font-size: 11px;
    height: 33px;
    position: absolute;
    right: 45px;
    width: 113px
}

.rc-how {
    background-color: #f6f8fc;
    font-family: var(--font-light);
    margin-bottom: 115px;
    padding-bottom: 85px;
    padding-top: 85px
}

.rc-how__col {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 660px
}

.rc-how__title {
    font-size: 15px;
    margin-bottom: 5px
}

.rc-how__subtitle {
    font-size: 29px;
    margin-bottom: 5px
}

.rc-how__pre-pic {
    color: #0d6fc2;
    font-family: var(--font-medium);
    font-size: 17px;
    margin-bottom: 20px
}

.rc-how__pic {
    margin-bottom: 45px
}

.rc-how__list {
    counter-reset: nums;
    line-height: 28px;
    text-align: initial
}

.rc-how__list-item:before {
    align-items: center;
    border: 1px solid #00a9ff;
    border-radius: 50%;
    content: counter(nums);
    counter-increment: nums;
    display: inline-flex;
    height: 24px;
    justify-content: center;
    margin-right: 8px;
    width: 24px
}

.rc-capabs {
    font-family: var(--font-light);
    margin-bottom: 110px;
    margin-left: auto;
    margin-right: auto;
    max-width: 620px
}

.rc-capabs__col {
    flex-direction: column
}

.rc-capabs__title {
    color: #444;
    line-height: initial;
    margin-bottom: 60px
}

.rc-capabs__item {
    font-size: 15px;
    line-height: 24px
}

.rc-capabs__item:not(:last-child) {
    margin-bottom: 70px
}

.rc-capabs__item-pic {
    margin-bottom: 20px
}

.rc-benefits {
    background-color: #f6f8fc;
    padding-bottom: 100px;
    padding-top: 100px
}

.rc-benefits__title {
    color: #444;
    flex: 1;
    font-family: var(--font-light);
    font-size: 26px;
    line-height: initial;
    margin-bottom: 75px
}

.rc-benefits__items {
    display: grid;
    grid-template-columns: repeat(auto-fill, 300px);
    justify-content: center;
    row-gap: 95px;
    margin-left: auto;
    margin-right: auto;
    max-width: 940px
}

.rc-benefits__item {
    color: #555
}

.rc-benefits__item-pic {
    margin-bottom: 30px
}

.rc-benefits__item-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px
}

.rc-benefits__item-text {
    font-family: var(--font-light);
    line-height: 19px
}

.rc-cost {
    color: #fff;
    background: url('../img/robot-controller-page/select-bg.jpg') center center no-repeat;
}

.rc-cost__title {
    font-family: var(--font-regular);
    font-size: 26px
}

.rc-cost .btn + .btn {
    margin-top: 20px;
}

@media screen and (max-width: 576px) {
    .rc-cost .btn {
        width: 100%;
    }
}

.rc-cost__btn_more {
    background-color: transparent;
    border: 1px solid currentColor
}

.rc-cost__btn_more:hover {
    background-color: rgba(255, 255, 255, 0.25)
}

.rc-cost__row {
    flex-direction: column;
    justify-content: center;
    min-height: 305px;
    margin-left: auto;
    margin-right: auto;
    max-width: 480px
}

.rc-cost__col {
    align-items: center;
    flex-direction: column
}

.rc-cost__col-c2a {
    order: 2
}

.rc-cost__col-price {
    font-family: var(--font-light);
    font-size: 26px;
    margin-bottom: 30px;
    order: 1
}

@media (min-width:576px) {
    .rc-hero {
        padding-bottom: initial;
        padding-top: initial;
        text-align: initial
    }
    .rc-hero__col {
        justify-content: center;
        min-height: 390px
    }
    .rc-hero__c2a {
        flex-direction: initial;
        justify-content: initial
    }
    .rc-hero__c2a-text {
        margin-bottom: initial;
        margin-left: 25px;
        order: 2
    }
    .rc-hero__c2a-btn {
        order: 1
    }
    .rc-without__col-title {
        grid-template-columns: auto 1fr;
        justify-items: start
    }
    .rc-without__title {
        margin-top: 20px;
        text-align: initial
    }
    .rc-without__title-icon {
        grid-row: 1/3
    }
    .rc-without__subtitle {
        grid-column: 2/3
    }
    .rc-without__faster-cont-btn {
        bottom: 117px
    }
    .rc-capabs__item {
        align-items: center;
        display: flex
    }
    .rc-capabs__item-pic {
        flex: 1 0 auto;
        margin-bottom: initial
    }
    .rc-capabs__item-cont {
        flex: 0 1 460px;
        text-align: initial
    }
    .rc-cost__row {
        align-items: center;
        flex-direction: initial;
        justify-content: initial
    }
    .rc-cost__col {
        align-items: initial;
        justify-content: flex-start;
        padding-left: initial;
        padding-right: initial;
        text-align: initial
    }
    .rc-cost__col-c2a {
        order: 1
    }
    .rc-cost__col-price {
        align-items: stretch;
        margin-bottom: initial;
        order: 2
    }
}

@media (min-width:768px) {
    .rc-without__row-must {
        flex-direction: initial;
        z-index: 1
    }
    .rc-without__col-must {
        margin-bottom: initial
    }
    .rc-without__faster {
        align-items: flex-end;
        flex-direction: initial;
        justify-content: center;
        margin-top: -90px
    }
    .rc-without__faster-cont,
    .rc-without__faster-pic {
        flex: 0 1 50%;
        order: initial
    }
    .rc-without__faster-pic {
        justify-content: flex-end;
        transform: initial
    }
    .rc-without__faster-cont {
        margin-left: initial
    }
    .rc-benefits__item:nth-child(7) {
        grid-column: 1/-1
    }
}

@media (min-width:992px) {
    .rc-hero {
        background-image: linear-gradient(to bottom, #0073ca, #00affc)
    }
    .rc-hero__row {
        background: url("../img/robot-controller-page/hero-bg.png") right bottom no-repeat;
        margin-left: auto;
        margin-right: auto;
        max-width: 940px
    }
    .rc-hero__col {
        margin-left: initial;
        margin-right: initial
    }
}

@media (prefers-reduced-motion:reduce) {
    *,
     :after,
     :before {
        animation-duration: 0.01ms!important;
        animation-iteration-count: 1!important;
        transition-duration: 0.01ms!important;
        scroll-behavior: auto!important
    }
}