

/* 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.gallery/templates/.default/style.css?17256562531312*/
.CommonGallery {
    margin-bottom: 100px;
}

.CommonGallery__slider {
    position: relative;
}

.CommonGallery__items {
    overflow: hidden;
}

.CommonGallery__item-image {
    display: block;
    width: 100%;
    max-width: 382px;
    height: 270px;
    object-fit: cover;
}

.CommonGallery__slider-nav-button {
    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;
    position: absolute;
    top: calc(50% - 25px);
    z-index: 999;
}

.CommonGallery__slider-nav-button_left {
    left: -25px;
}

.CommonGallery__slider-nav-button_right {
    right: -40px;
}

.CommonGallery__slider-nav-button-icon {
    margin: 0 auto;
}

.CommonGallery__slider-nav-button.swiper-button-disabled {
    background: #737476 !important;
    cursor: default;
}

.CommonGallery__slider-pagination {
    display: none;
}

/* mobile */

@media screen and (max-width: 768px) {
    .CommonGallery__slider-nav {
        display: none;
    }

    .CommonGallery__slider-pagination {
        display: block;
    }

    .CommonGallery {
        margin-bottom: 60px;
    }
}
/* 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/career.prospects/templates/.default/style.css?17256561751198*/
.CareerProspects__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.CareerProspects__item {
    min-height: 475px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.CareerProspects__item-content {
    padding-top: 250px;
    padding-left: 80px;
    padding-bottom: 80px;
    max-width: 360px;
}

.CareerProspects__item-title {
    color: #fff;
    font-family: IBM Plex Sans;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    margin-bottom: 10px;
}

.CareerProspects__item-text {
    font-family: IBM Plex Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #fff;
}

/* mobile */

@media screen and (max-width: 768px) {
    .CareerProspects__items {
        display: block;
    }

    .CareerProspects__item-content {
        padding: 20px;
        padding-top: 200px;
    }

    .CareerProspects__item {
        min-height: 330px;
    }

    .CareerProspects__item-title {
        font-size: 22px;
    }

    .CareerProspects__item-text {
        font-size: 16px;
    }
}
/* End */


/* Start:/local/components/sb-gr/career.employers-advantages/templates/.default/style.css?17257411592759*/
.CareerEmployersAdvantages {
    margin-bottom: 100px;
    background: #323337;
    min-height: 678px;
}

.CareerEmployersAdvantages__box {
    min-height: 678px;
}

.CareerEmployersAdvantages__bg {
    background-image: url('/local/components/sb-gr/career.employers-advantages/templates/.default/images/bg.png');
    background-position-x: left;
    background-position-y: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 678px;
    text-align: right;
}

.CareerEmployersAdvantages__content {
    width: 100%;
    max-width: 488px;
    margin-right: 80px;
    text-align: left;
    display: inline-block;
    padding-top: 100px;
}

.CareerEmployersAdvantages__content-title {
    font-family: IBM Plex Sans;
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    text-align: left;
    color: #fff;
    margin-bottom: 55px;
}

.CareerEmployersAdvantages__content-item {
    border-top: 1px solid #AAAAAA;
    padding-top: 46px;
    display: grid;
    grid-template-columns: 90px auto;
    margin-bottom: 40px;
}

.CareerEmployersAdvantages__content-item-number {
    font-size: 4.5rem;
    width: 70px;
    display: inline-block;
    line-height: 0.8;
    top: 0;
    content: counter(isc);
    counter-increment: isc;
    color: #E41E25;
}

.CareerEmployersAdvantages__content-item-content-title {
    font-family: IBM Plex Sans;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
}

.CareerEmployersAdvantages__content-item-content-text {
    font-family: IBM Plex Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #fff;
}

.CareerEmployersAdvantages__content-mobile-bg {
    display: none;
}

/* mobile */

@media screen and (max-width: 768px) {

    .CareerEmployersAdvantages__content {
        padding-top: 60px;
    }

    .CareerEmployersAdvantages__bg {
        background: none;
    }

    .CareerEmployersAdvantages__content-title {
        padding-left: 20px;
        font-size: 30px;
        margin-bottom: 30px;
    }

    .CareerEmployersAdvantages__content-item {
        padding-left: 20px;
        padding-top: 25px;
        margin-bottom: 25px;
    }

    .CareerEmployersAdvantages__content-item-content-title {
        font-size: 22px;
    }

    .CareerEmployersAdvantages__content-item-number {
        font-size: 80px;
    }

    .CareerEmployersAdvantages__content-mobile-bg {
        display: block;
        width: 100%;
        margin-bottom: 0;
    }

    .CareerEmployersAdvantages {
        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.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/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.feedback-block/templates/.default/style.css?17492098112273*/
.CareerFeedbackBlock {

}

.CareerFeedbackBlock__columns {
	align-items: center;
    display: grid;
    grid-template-columns: auto 565px;
}

.CareerFeedbackBlock__col_right {
    background: #83868E;
}

.CareerFeedbackBlock__col {
    padding-top: 70px;
    padding-bottom: 90px;
}

.CareerFeedbackBlock__right {
    padding: 0 70px;
}

.CareerFeedbackBlock__right-title {
    font-family: IBM Plex Sans;
    font-size: 40px;
    font-weight: 600;
    line-height: 38px;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
}

.CareerFeedbackBlock__right-text {
    font-family: IBM Plex Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    margin-bottom: 30px;
    color: #fff;
}

.CareerFeedbackBlock__info-title {
    font-family: IBM Plex Sans;
    font-size: 40px;
    font-weight: 600;
    line-height: 38px;
    text-align: left;
    margin-bottom: 26px;
}

.CareerFeedbackBlock__info-item {
    display: grid;
    grid-template-columns: 40px auto;
    align-items: center;
}

.CareerFeedbackBlock__info-item-img {
    width: 20px;
    height: 20px;
}

.CareerFeedbackBlock__info-item-text {
    font-family: IBM Plex Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}

.CareerFeedbackBlock__info-item {
    margin-bottom: 15px;
}

.CareerFeedbackBlock__info-text {
    font-family: IBM Plex Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}

.CareerFeedbackBlock__info-text a {
    color: #E31E25 !important;
    text-decoration: underline;
    border-bottom: none !important;
}

/* mobile */

@media screen and (max-width: 768px) {
    .CareerFeedbackBlock__columns {
        display: block;
    }

    .CareerFeedbackBlock__right {
        padding: 0 20px;
    }

    .CareerFeedbackBlock__col {
        padding-top: 50px;
        padding-bottom: 70px;
    }

    .CareerFeedbackBlock__right-title {
        font-size: 40px;
        line-height: 38px;
    }

    .CareerFeedbackBlock__right-text {
        font-size: 20px;
    }

    .CareerFeedbackBlock__right-button {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .CareerFeedbackBlock__info {
        padding: 20px;
    }
}
/* End */
/* /local/components/sb-gr/common.page-header/templates/.default/style.css?17259848572611 */
/* /local/components/sb-gr/common.gallery/templates/.default/style.css?17256562531312 */
/* /local/components/sb-gr/common.info-text/templates/.default/style.css?1723497082932 */
/* /local/components/sb-gr/career.prospects/templates/.default/style.css?17256561751198 */
/* /local/components/sb-gr/career.employers-advantages/templates/.default/style.css?17257411592759 */
/* /local/components/sb-gr/career.advantages/templates/.default/style.css?17259980392157 */
/* /local/components/sb-gr/common.video-block/templates/.default/style.css?1725046927731 */
/* /local/components/sb-gr/career.work-events/templates/.default/style.css?17257882322299 */
/* /local/components/sb-gr/career.feedback-block/templates/.default/style.css?17492098112273 */
