

/* 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/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 */
/* /local/components/sb-gr/common.page-header/templates/.default/style.css?17259848572611 */
/* /local/components/sb-gr/reviews.list/templates/.default/style.css?17259890781679 */
