

/* Start:/local/components/sb-gr/reviews.list/templates/.default/style.css?17259890781679*/
.ReviewsList_item {
    display: grid;
    margin-bottom: 30px;
    padding: 60px;
    border: 1px solid #D9D9D9;
}

.ReviewsList_item_pos-1 {
    grid-template-columns: 372px auto;
}

.ReviewsList_item_pos-2 {
    grid-template-columns: auto 372px;
}

.ReviewsList_item-image-bg {
    background-image: url(/local/components/sb-gr/reviews.list/templates/.default/img/image-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 421px;
    padding-top: 20px;
    padding-left: 49px;
}

.ReviewsList_item-image-img {
    width: 276px;
    height: 382px;
}

.ReviewsList_item-info-title {
    font-family: IBM Plex Sans;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    margin-bottom: 10px;
}

.ReviewsList_item-info-position {
    font-family: IBM Plex Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #737373;
    margin-bottom: 20px;
}

.ReviewsList_item-info-description {
    font-family: IBM Plex Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #000;
}

/* mobile */

@media screen and (max-width: 768px) {
    .ReviewsList_item {
        display: block;
        padding: 20px;
    }

    .ReviewsList_item-image {
        margin-bottom: 25px;
    }

    .ReviewsList_item-image-bg {
        padding-left: 18px;
        padding-top: 21px;
    }

    .ReviewsList_item-image-img {
        width: 269px;
    }

    .ReviewsList_item-info-title {
        font-size: 20px;
        margin-bottom: 5px;
    }
}
/* End */


/* 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/career.work-events/templates/.default/style.css?17257882322299*/
.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 */


/* Start:/local/components/sb-gr/career.advantages/templates/.default/style.css?17259980392157*/
.CareerAdvantages {
    border-top: 1px solid #D9D9D9;
}

.CareerAdvantages__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.CareerAdvantages__item {
    padding: 55px 35px 55px 65px;
}

.CareerAdvantages__item:nth-child(1) {
    border-right: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}

.CareerAdvantages__item:nth-child(2) {
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}

.CareerAdvantages__item:nth-child(3) {
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}

.CareerAdvantages__item-icon {
    width: 70px;
    height: 70px;
    display: block;
    margin-bottom: 25px;
}

.CareerAdvantages__item-title {
    margin-bottom: 20px;
    font-family: IBM Plex Sans;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
}

.CareerAdvantages__item-list-item-icon {
    width: 20px;
    height: 20px;
    display: block;
}

.CareerAdvantages__item-list-item {
    display: grid;
    grid-template-columns: 40px auto;
    margin-bottom: 20px;
}

.CareerAdvantages__item-list-item-text {
    font-family: IBM Plex Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}

/* mobile */

@media screen and (max-width: 768px) {
    .CareerAdvantages__items {
        display: block;
    }

    .CareerAdvantages__item-content {
        display: grid;
        grid-template-columns: 68px auto;
    }

    .CareerAdvantages__item-icon {
        width: 50px;
        height: 50px;
    }

    .CareerAdvantages__item {
        padding: 20px;
    }

    .CareerAdvantages__item-title {
        font-size: 22px;
        white-space: normal;
        line-height: 22px;
    }

    .CareerAdvantages__item-list-item-text {
        font-size: 16px;
        line-height: 24px;
    }

    .CareerAdvantages__item:nth-child(2) {
        border-left: 1px solid #D9D9D9;
    }

    .CareerAdvantages__item:nth-child(3) {
        border-left: 1px solid #D9D9D9;
    }
}
/* 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 */
/* /local/components/sb-gr/reviews.list/templates/.default/style.css?17259890781679 */
/* /local/components/sb-gr/common.page-header/templates/.default/style.css?17259848572611 */
/* /local/components/sb-gr/career.work-events/templates/.default/style.css?17257882322299 */
/* /local/components/sb-gr/career.advantages/templates/.default/style.css?17259980392157 */
/* /local/components/sb-gr/common.info-text/templates/.default/style.css?1723497082932 */
