

/* 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.video-block/templates/.default/style.css?1725046927731*/
.CommonVideoBlock__bg {
    width: 100%;
    height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    display: grid;
    align-items: center;
    text-align: center;
}

.CommonVideoBlock__bg img {
    margin: 0 auto;
}

.CommonVideoBlock__bg a {
    text-decoration: none !important;
    border: none !important;
}

.CommonVideoBlock__video {
    width: 800px;
    height: 600px;
}

.CommonVideoBlock__video video {
    width: 100%;
    height: 100%;
}

/* mobile */

@media screen and (max-width: 768px) {
    .CommonVideoBlock__bg {
        height: 300px;
    }
    .CommonVideoBlock__video {
        width: 300px;
        height: 300px;
    }
}
/* 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.video-block/templates/.default/style.css?1725046927731 */
/* /local/components/sb-gr/news.cards/templates/.default/style.css?1724576410821 */
