

/* Start:/local/components/sb-gr/common.page-header/templates/.default/style.css?17735860852611*/
.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/career.work-events/templates/.default/style.css?17735860852299*/
.CareerWorkEvents {
    margin-bottom: 130px;
}

.CareerWorkEvents__header {
    margin-bottom: 40px;
}

.CareerWorkEvents__header-navigation-item {
    width: 50px;
    height: 50px;
    display: inline-grid;
    align-items: center;
    background: linear-gradient(90deg, #E31E25 0%, #B70749 100%);
    border-radius: 50%;
    text-align: center;
    margin-right: 15px;
    cursor: pointer;
    top: calc(50% - 25px);
    z-index: 999;
}

.CareerWorkEvents__items {
    overflow: hidden;
}

.CareerWorkEvents__header-navigation-item-img {
    display: block;
    margin: 0 auto;
}

.CareerWorkEvents__header-navigation-item.swiper-button-disabled {
    background: #737476 !important;
    cursor: default;
}

.CareerWorkEvents__header-navigation {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.CareerWorkEvents__header {
    display: grid;
    grid-template-columns: auto 115px;
}

.CareerWorkEvents__header-title {
    font-family: IBM Plex Sans;
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    text-align: left;
}

.CareerWorkEvents__item {
    position: relative;
    display: block;
    text-decoration: none !important;
    border: none;
    max-width: 588px;
}

.CareerWorkEvents__item-play {
    position: absolute;
    z-index: 999;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    top: calc(50% - 35px);
}

.CareerWorkEvents__item-play-img {
    width: 70px;
    height: 70px;
}

.CareerWorkEvents__item-img {
    display: block;
    width: 100%;
    height: 350px;
    object-fit: cover;
}

/* mobile */

.CareerWorkEvents__items-pagination {
    display: none;
}

@media screen and (max-width: 768px) {

    .CareerWorkEvents__items-pagination {
        display: block;
    }

    .CareerWorkEvents__header {
        display: block;
    }

    .CareerWorkEvents__header-navigation {
        display: none;
    }

    .CareerWorkEvents__header-title {
        font-size: 30px;
        line-height: 32px;
    }

    .CareerWorkEvents__header {
        margin-bottom: 30px;
    }

    .CareerWorkEvents__item-img {
        height: 230px;
    }

    .CareerWorkEvents {
        margin-bottom: 60px;
    }

}
/* End */
/* /local/components/sb-gr/common.page-header/templates/.default/style.css?17735860852611 */
/* /local/components/sb-gr/career.work-events/templates/.default/style.css?17735860852299 */
