

/* Start:/local/components/sb-gr/main.about/templates/.default/style.css?17484145173224*/
.MainAbout {
    background: #323337;
    margin-bottom: 120px;
}

.MainAbout__box {
    background-image: url('/local/components/sb-gr/main.about/templates/.default/img/bg-shadow.png');
    background-image: image-set(
        url('/local/components/sb-gr/main.about/templates/.default/img/bg-shadow.webp') type('image/webp'),
        url('/local/components/sb-gr/main.about/templates/.default/img/bg-shadow.png') type('image/png')
    );
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.MainAbout__bg {
    background-image: url('/local/components/sb-gr/main.about/templates/.default/img/bg.png');
    background-image: image-set(
        url('/local/components/sb-gr/main.about/templates/.default/img/bg.png.webp') type('image/webp'),
        url('/local/components/sb-gr/main.about/templates/.default/img/bg.png') type('image/png')
    );
    background-position: right;
    background-repeat: no-repeat;
    padding-top: 120px;
    padding-bottom: 135px;
}

.MainAbout__content-title {
    font-family: IBM Plex Sans;
    font-size: 50px;
    font-weight: 600;
    line-height: 65px;
    text-align: left;
    color: #fff;
    margin-bottom: 32px;
}

.MainAbout__content-title span {
    text-transform: uppercase;
}

.MainAbout__content-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.MainAbout__content-item {
    display: grid;
    grid-template-columns: 85px auto;
}

.MainAbout__content-item-number {
    font-family: IBM Plex Sans;
    font-size: 100px;
    font-weight: 700;
    line-height: 90px;
    text-align: left;
    background: linear-gradient(90deg, #E31E25 0%, #B70749 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #E31E25;
    display: table;
    margin-bottom: 15px;
}

.MainAbout__content-item-text {
    font-family: IBM Plex Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #fff;
    padding-top: 32px;
}

.MainAbout__content {
    max-width: 1032px;
}

/* mobile */

@media screen and (max-width: 768px) {
    .MainAbout__bg {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .MainAbout__content-title {
        font-size: 30px;
        line-height: 32px;
    }

    .MainAbout__content-items {
        display: block;
    }

    .MainAbout__content-item-number {
        font-size: 80px;
        line-height: 60px;
    }

    .MainAbout__content-item-text {
        font-size: 16px;
        padding-top: 11px;
    }

    .MainAbout__content-item {
        margin-bottom: 20px;
    }

    .MainAbout {
        margin-bottom: 50px;
    }

    .MainAdvantages__item {
        display: none;
    }

    .MainAdvantages__item:nth-child(1) {
        display: grid;
    }

    .MainAdvantages__item:nth-child(2) {
        display: grid;
    }

    .MainAdvantages__item:nth-child(3) {
        display: grid;
    }

    .MainAdvantages__item:nth-child(4) {
        display: grid;
    }

    .MainAdvantages__item:nth-child(5) {
        display: grid;
    }

    .MainAbout__bg {
        background-image: url(/local/components/sb-gr/main.about/templates/.default/img/bg-mobile.png);
    }
}
/* End */


/* Start:/local/components/sb-gr/main.advantages/templates/.default/style.css?17313994232355*/
.MainAdvantages {
    margin-bottom: 90px;
}

.MainAdvantages__title {
    font-family: IBM Plex Sans;
    font-size: 50px;
    font-weight: 600;
    line-height: 65px;
    text-align: left;
    margin-bottom: 40px;
}

.MainAdvantages__items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.MainAdvantages__item {
    margin-bottom: 45px;
}

.MainAdvantages__item-icon {
    width: 79px;
    height: 79px;
    display: block;
    margin-bottom: 16px;
}

.MainAdvantages__item-title {
    font-family: IBM Plex Sans;
    font-size: 30px;
    font-weight: 600;
    line-height: 39px;
    text-align: left;
    margin-bottom: 10px;
}

.MainAdvantages__item-text {
    font-family: IBM Plex Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}

.MainAdvantages__item-more {
    display: none;
}

/* mobile */

@media screen and (max-width: 768px) {
    .MainAdvantages__title {
        font-size: 30px;
        line-height: 30px;
    }

    .MainAdvantages__items {
        display: block;
    }

    .MainAdvantages__item-icon {
        width: 50px;
        height: 50px;
    }

    .MainAdvantages__item-title {
        font-size: 22px;
        line-height: 22px;
    }

    .MainAdvantages__item-text {
        font-size: 16px;
    }

    .MainAdvantages__item {
        margin-bottom: 20px;
        grid-template-columns: 70px auto;
    }

    .MainAdvantages__item {
        display: none;
    }

    .MainAdvantages__item:nth-child(1) {
        display: grid;
    }

    .MainAdvantages__item:nth-child(2) {
        display: grid;
    }

    .MainAdvantages__item:nth-child(3) {
        display: grid;
    }

    .MainAdvantages__item:nth-child(4) {
        display: grid;
    }

    .MainAdvantages__item:nth-child(5) {
        display: grid;
    }

    .MainAdvantages__item-more {
        font-family: IBM Plex Sans;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        border-bottom: 1px solid #E31E25;
        color: #E31E25;
        padding-top: 12px;
        display: inline-block;
        cursor: pointer;
    }

    .MainAdvantages__item-show {
        display: grid !important;
    }
}
/* End */
/* /local/components/sb-gr/main.about/templates/.default/style.css?17484145173224 */
/* /local/components/sb-gr/main.advantages/templates/.default/style.css?17313994232355 */
