

/* Start:/local/components/sb-gr/common.page-header/templates/.default/style.css?17259848572611*/
.CommonPageHeader {
    background: #323337;
    position: relative;
    min-height: 500px;
    margin-bottom: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.CommonPageHeader__cols {
    display: grid;
    grid-template-columns: 500px auto;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.CommonPageHeader__col_left {
    padding-top: 85px;
}

.CommonPageHeader__title {
    font-family: Oswald;
    font-size: 70px;
    font-weight: 600;
    line-height: 103.74px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}

.CommonPageHeader__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #fff;
    margin-bottom: 30px;
}

.CommonPageHeader__breadcrumbs-item {
    color: #989898;
    font-size: 16px;
}

.CommonPageHeader__breadcrumbs-item-separator {
    color: #989898;
    font-size: 16px;
}

.CommonPageHeader__breadcrumbs-item--active {
    color: #fff;
}

.CommonPageHeader__back-link {
    display: none;
    margin-bottom: 16px;
}

.CommonPageHeader__back-link img {
    vertical-align: middle;
}

.CommonPageHeader__back-link span {
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
}

.CommonPageHeader__image {
    position: absolute;
    right: 0;
    bottom: 0;
}

.CommonPageHeader__navigation-item {
    font-family: Oswald;
    font-size: 50px;
    font-weight: 600;
    line-height: 74.1px;
    text-align: left;
    text-transform: uppercase;
    color: #848587;
    margin-right: 50px;
}

.CommonPageHeader__navigation-item--active, .CommonPageHeader__navigation-item:hover {
    border-bottom: 6px solid #E31E25;
    color: #fff;
}


/* mobile */

@media screen and (max-width: 768px) {

    .CommonPageHeader__navigation-item {
        font-size: 24px;
        margin-right: 25px;
    }

    .CommonPageHeader__navigation {
        white-space: nowrap;
        margin-bottom: -19px;
    }

    .CommonPageHeader__image {
        display: block;
        position: relative;
    }

    .CommonPageHeader__cols {
        display: block;
    }

    .CommonPageHeader__title {
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 35px;
    }

    .CommonPageHeader__text {
        font-size: 16px;
    }

    .CommonPageHeader__breadcrumbs {
        display: none;
    }

    .CommonPageHeader__back-link {
        display: block;
    }
}
/* End */


/* Start:/local/components/sb-gr/common.info-text/templates/.default/style.css?1723497082932*/
.CommonInfoText {
    background: #323337;
    padding: 50px 80px 50px 80px;
}

.CommonInfoText__title {
    font-family: IBM Plex Sans;
    font-size: 30px;
    font-weight: 600;
    line-height: 39px;
    text-align: left;
    color: #fff;
    margin-bottom: 16px;
}

.CommonInfoText__text {
    font-family: IBM Plex Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #fff;
}

.CommonInfoText__cols {
    display: grid;
    grid-template-columns: 100px auto;
}

.CommonInfoText__icon {
    width: 70px;
}

/* mobile */

@media screen and (max-width: 768px) {
    .CommonInfoText__cols {
        display: block;
    }

    .CommonInfoText {
        padding: 20px;
    }

    .CommonInfoText__icon {
        margin-bottom: 20px;
        margin-left: -10px;
    }

    .CommonInfoText__title {
        font-size: 22px;
    }
}
/* End */


/* Start:/local/components/sb-gr/services.steps/templates/.default/style.css?17245250211084*/
.ServicesSteps__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.ServicesSteps__item {
    border-right: 1px solid #D9D9D9;
    padding-left: 30px;
    padding-top: 46px;
    padding-bottom: 55px;
}

.ServicesSteps__item:nth-child(4) {
    border: none;
}

.ServicesSteps__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;
}

.ServicesSteps__item-text {
    font-family: IBM Plex Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    max-width: 249px;
}

/* mobile */

@media screen and (max-width: 768px) {
    .ServicesSteps__items {
        display: block;
    }

    .ServicesSteps__item {
        border-right: none;
        border-bottom: 1px solid #D9D9D9;
    }
}
/* End */


/* Start:/local/components/sb-gr/common.cards/templates/.default/style.css?17245373232327*/
.CommonCards__items {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}

.CommonCards__item {
    border: 1px solid #D9D9D9;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 50px;
    padding-bottom: 110px;
}

.CommonCards__item-image {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
}

.CommonCards__item-inner {
    padding: 40px 50px 0 50px;
}

.CommonCards__item-title {
    font-family: IBM Plex Sans;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    margin-bottom: 15px;
}

.CommonCards__item-text {
    font-family: IBM Plex Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    margin-bottom: 25px;
}

.CommonCards__item-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 50px;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding-left: 50px;
    padding-right: 50px;
}

.CommonCards__item-bottom-col_right {
    text-align: right;
}

.CommonCards__item-bottom-button {
    max-width: 200px !important;
    font-size: 18px !important;
    padding: 19px !important;
}

.CommonCards__item-bottom-more {
    font-family: IBM Plex Sans;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
    text-align: left;
    color: #E31E25;
    border-bottom: 1px solid #E31E25;
}

/* mobile */

@media screen and (max-width: 768px) {
    .CommonCards__items {
        display: block;
    }

    .CommonCards__item-bottom {
        display: block;
        margin-bottom: 30px;
    }

    .CommonCards__item-inner {
        padding: 20px;
    }

    .CommonCards__item-bottom-col_right {
        text-align: center;
    }

    .CommonCards__item-bottom-button {
        width: 100%;
        max-width: 100% !important;
        display: block;
        margin-bottom: 16px;
        text-align: center;
    }

    .CommonCards__item-image {
        height: 250px;
    }

    .CommonCards__item-title {
        font-size: 20px;
    }

    .CommonCards__item-text {
        font-size: 16px;
        line-height: 22px;
    }
}

/* End */


/* Start:/local/components/sb-gr/news.cards/templates/.default/style.css?1724576410821*/
.NewsCards__items {
    display: grid;
}

.NewsCards__item {
    width: 100%;
    max-width: 366px;
    border: 1px solid #D9D9D9 !important;
    display: block;
    height: 100%;
}

.NewsCards__item-image {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.NewsCards__item-inner {
    padding: 40px;
}

.NewsCards__item {
    text-decoration: none !important;
}

.NewsCards__item-date {
    font-family: IBM Plex Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #b2b2b2 !important;
    margin-bottom: 10px;
}

.NewsCards__item-title {
    font-family: IBM Plex Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #000 !important;
    min-height: 100px;
}
/* End */
/* /local/components/sb-gr/common.page-header/templates/.default/style.css?17259848572611 */
/* /local/components/sb-gr/common.info-text/templates/.default/style.css?1723497082932 */
/* /local/components/sb-gr/services.steps/templates/.default/style.css?17245250211084 */
/* /local/components/sb-gr/common.cards/templates/.default/style.css?17245373232327 */
/* /local/components/sb-gr/news.cards/templates/.default/style.css?1724576410821 */
