

/* Start:/local/templates/career.pixelplus.ru/components/bitrix/news.list/main.banner.new/style.css?17854053257016*/
.main-banner {
    background: url(/local/templates/career.pixelplus.ru/components/bitrix/news.list/main.banner.new/images/bg-main-banner-dark.jpg) center/cover no-repeat;
    color: #fff;
    height: 730px;
    overflow: hidden;
    padding: 60px 0 30px;
    position: relative;
    text-align: center;
    transition: background 0.5s ease-out;
}

@media only screen and (min-width: 769px) {
    .main-banner {
        height: 665px;
    }
}

.main-banner--slider-enabled {
    background: url(/local/templates/career.pixelplus.ru/components/bitrix/news.list/main.banner.new/images/bg-main-banner-light.jpg) center/cover no-repeat;
}

.main-banner__content {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.main-banner__dynamic,
.main-banner__static {
    width: 100%;
}

.main-banner__dynamic {
    align-self: flex-start;
    height: 74%;
    position: relative;
    transition: height 0.3s ease-out;
}

.main-banner__static {
    align-self: flex-end;
}

.main-banner__placeholder,
.main-banner__slider {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.main-banner__placeholder {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
    visibility: visible;
}

.main-banner--slider-enabled .main-banner__placeholder {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.main-banner__top-text {
    align-self: flex-start;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8em;
    text-transform: uppercase;
}

@media only screen and (min-width: 769px) {
    .main-banner__top-text {
        font-size: 26px;
        margin-bottom: 4em;
    }
}

.main_banner__text {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 820px;
}

@media only screen and (min-width: 769px) {
    .main_banner__text {
        font-size: 20px;
    }
}

.main-banner__top-text::after,
.main_banner__text::after {
    background: #bd0b13;
    content: '';
    display: block;
    height: 2px;
    margin: 20px auto 0;
    width: 80px;
}

@media only screen and (max-width: 768px) {
    .main_banner__text::after {
        height: 0;
    }
}

.main-banner__title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.02;
    text-align: center;
    text-transform: uppercase;
}

@media only screen and (min-width: 769px) {
    .main-banner__title {
        font-size: 72px;
    }
}

.main-banner__slider {
    color: #000;
    left: 0;
    opacity: 0;
    pointer-events: none;
    right: 0;
    top: 0;
    transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
    visibility: hidden;
}

.main-banner--slider-enabled .main-banner__slider {
    opacity: 1;
    pointer-events: initial;
    visibility: visible;
}

.main-banner__slide-item {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
    visibility: hidden;
    width: 100%;
}

.main-banner__slide-item--active {
    opacity: 1;
    pointer-events: initial;
    visibility: visible;
}

.main-banner__gallery {
    align-items: center;
    display: flex;
    height: 210px;
    justify-content: center;
    margin-bottom: 20px;
}

.main-banner__gallery.flickity-enabled {
    display: block;
}

@media only screen and (min-width: 769px) {
    .main-banner__gallery {
        margin-bottom: 45px;
    }
}

.main-banner__gallery-item {
    height: 100%;
    position: relative;
    transform: none;
    transition: transform 0.3s, z-index 0.3s;
    width: 100%;
    z-index: 1;
}

@media only screen and (min-width: 769px) {
    .main-banner__gallery-item {
        margin-right: 20px;
        width: auto;
    }

    .main-banner__gallery-item:last-child {
        margin-right: 0;
    }

    .main-banner__gallery-item:hover {
        transform: scale(1.4);
        z-index: 2;
    }
}

.main-banner__gallery-item img {
    border-radius: 12px;
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}

.main-banner__slider-nav {
    align-items: stretch;
    display: flex;
    font-size: 13px;
    justify-content: center;
    line-height: 1.3;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-banner__slider-nav.flickity-enabled {
    display: block;
}

@media only screen and (max-width: 768px) {
    .main-banner__slider-nav.flickity-enabled {
        max-width: 250px;
        margin: 0 auto;
    }
}

.main-banner__slider-nav .flickity-prev-next-button.next {
    right: -50px;
}

.main-banner__slider-nav .flickity-prev-next-button.previous {
    left: -50px
}

.main-banner__slider-nav-item {
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin-right: 3px;
    min-height: 60px;
    padding: 1em;
    text-transform: uppercase;
    transition: background 0.3s, color 0.3s;
    width: 140px;
}

@media only screen and (min-width: 769px) {
    .main-banner__slider-nav-item {
        min-height: 90px;
        width: 14.28%;
    }

    .main-banner__slider-nav-item:last-child {
        margin-right: 0;
    }
}

.main-banner__slider-nav-item:hover {
    background: #bd0b13;
    color: #fff;
}

.main-banner__slider-nav-item--active,
.main-banner__slider-nav-item--active:hover {
    background: #fff;
    color: #bd0b13;
}

.main-banner__social {
    margin-bottom: 25px;
}

.main-banner__social .social__item {
    margin-right: 5px;
}

.main-banner__social .social__item:last-child {
    margin-right: 0;
}

.main-banner__social .social__link {
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff !important;
    font-size: 16px;
    height: 32px;
    line-height: 28px;
    transition: all .3s;
    width: 32px;
}

.main-banner--slider-enabled .social__link {
    border-color: #bd0b13;
    color: #bd0b13 !important;
}

.main-banner__social .social__link:hover {
    border-color: transparent;
    color: #fff !important;
}

.main-banner__social .social__link.icon-facebook:hover {
    background: #3b5998;
}

.main-banner__social .social__link.icon-instagram:hover {
    background: #cb007e;
}

.main-banner__social .social__link.icon-youtube:hover {
    background: #d32222;
}

.main-banner__social .social__link.icon-vkontakte:hover {
    background: #4a76a8;
}

.main-banner__social .social__link.icon-twitter:hover {
    background: #1da1f2;
}

.main-banner__social .social__link--max {
    box-sizing: border-box;
    height: 32px;
    padding: 5px;
    width: 32px;
}

.main-banner__social .social__link--max svg {
    display: block;
    height: 100%;
    width: 100%;
}

.main-banner__social .social__link--max:hover {
    background: #0088ff;
    border-color: #0088ff;
}
/* End */


/* Start:/local/templates/career.pixelplus.ru/libs/flickity/flickity.css?15458313902607*/
/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus {
    outline: none;
}

.flickity-viewport {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.flickity-slider {
    height: 100%;
    position: absolute;
    width: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
    background: none;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    height: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .3s;
    width: 40px;
    z-index: 5;
}

.flickity-prev-next-button:hover {
    background: #bd0b13;
    border-color: #bd0b13;
}

.flickity-prev-next-button:focus {
    box-shadow: 0 0 0 5px #09F;
    outline: none;
}

.flickity-prev-next-button:active {
    opacity: 0.6;
}

.flickity-prev-next-button.previous {
    left: 10px;
}

.flickity-prev-next-button.next {
    right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
    left: 10px;
    right: auto;
}

.flickity-prev-next-button:disabled {
    cursor: auto;
    opacity: 0.3;
}

.flickity-prev-next-button svg {
    height: 60%;
    left: 20%;
    position: absolute;
    top: 20%;
    width: 60%;
}

.flickity-prev-next-button .arrow {
    fill: #fff;
    transition: fill .3s;
}

.flickity-prev-next-button:hover .arrow {
    fill: #fff;
}

/* ---- page dots ---- */

.flickity-page-dots {
    bottom: -25px;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    background: #333;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 0 8px;
    opacity: 0.25;
    width: 10px;
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
}

/* End */


/* Start:/local/templates/career.pixelplus.ru/components/bitrix/catalog.sections.top/employees/style.css?17854053255005*/
.employees {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: left;
}

.employees__total-count {
    color: #cdcdcd;
    display: none;
    font-size: 450px;
    font-weight: bold;
    left: 11.2%;
    line-height: 1;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translate(-0.07em, -0.16em);
    z-index: 1;
}

.employees__row {
    background: #bd0b13;
}

.employees__content {
    align-items: center;
    background: #f1f1f1;
    display: flex;
    justify-content: flex-start;
    margin-left: 10%;
    min-height: 146px;
    padding: 0 30px;
    position: relative;
    text-align: left;
    width: 90%;
}

.employees__row:nth-child(2n) .employees__content {
    background: #fbfbfb;
}

.employees__content::before {
    background: #bd0b13;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    transition: width 0.5s ease-out;
    width: 0;
    z-index: 2;
}

.employees__row:nth-child(2),
.employees__row:nth-child(2) .employees__content::before {
    background: #a80e16;
}

.employees__row:nth-child(3),
.employees__row:nth-child(3) .employees__content::before {
    background: #d2232a;
}

.employees__row:nth-child(3),
.employees__row:nth-child(3) ~ .employees__row {
    position: relative;
    z-index: 2;
}

.employees__row:nth-child(4),
.employees__row:nth-child(4) .employees__content::before {
    background: #d1565b;
}

.employees__row:nth-child(5),
.employees__row:nth-child(5) .employees__content::before {
    background: #83181e;
}

.employees__row:hover .employees__content::before {
    width: 100%;
}

.employees__info,
.employees__items {
    position: relative;
    z-index: 3;
}

.employees__info {
    padding: 2em 2em 2em 0;
    transition: color 0.3s 0.3s;
    width: 360px;
}

.employees__row:hover .employees__info {
    color: #fff;
    transition: color 0.3s;
}

.employees__title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.employees__count {
    font-size: 18px;
}

.employees__items {
    align-items: flex-start;
    align-self: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: calc(100% - 360px);
}

.employees__item {
    background: #e6e6e6;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transform: scale(0);
    transition: transform 0.5s ease-out;
    width: 90px;
}

.employees__row:hover .employees__item {
    transform: scale(1);
}

.employees__item-image {
    display: block;
    height: auto;
    max-width: 100%;
    transition: opacity .3s;
    filter: grayscale(100%);
}

.employees__item-image--color {

}

.employees__item:hover .employees__item-image--color,
.employees__item--active .employees__item-image--color {
    filter: grayscale(0);
}

.employees__item-overlay {
    background: rgba(179, 10, 26, 0.9);
    font-size: 12px;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(.31, .91, .24, .99);
    width: 100%;
}

.employees__item--active .employees__item-overlay {
    transform: translate(0, 0);
}

.employees__item-link {
    align-items: center;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    padding: 10px 5px;
    text-decoration: none;
    width: 100%;
}

.employees__item-name {
    font-weight: bold;
    margin-bottom: 0.2em;
}

.employees__item-job {
    font-size: 10px;
}

@media only screen and (max-width: 768px) {
    .employees__content {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .employees__content,
    .employees__row:nth-child(2n) .employees__content {
        background: none;
    }

    .employees__content::before {
        display: none;
    }

    .employees__info {
        color: #fff;
        margin: 0 auto;
        max-width: 300px;
        padding-right: 0;
        width: 100%;
    }

    .employees__items {
        width: 100%;
    }
}

@media only screen and (max-width: 910px) {
    .employees__item {
        width: 14.28%;
    }
}

@media only screen and (max-width: 800px) {
    .employees__item {
        transform: none;
        width: 12.5%;
    }
}

@media only screen and (max-width: 700px) {
    .employees__item {
        width: 16.66%;
    }
}

@media only screen and (max-width: 650px) {
    .employees__item {
        width: 20%;
    }
}

@media only screen and (max-width: 550px) {
    .employees__item {
        width: 25%;
    }
}

@media only screen and (max-width: 410px) {
    .employees__item {
        width: 33.33%;
    }
}

@media only screen and (min-width: 769px) {
    .employees__total-count {
        display: block;
    }
}

@media only screen and (min-width: 1500px) {
    .employees__total-count {
        left: 25.9%;
    }

    .employees__content {
        margin-left: 25%;
        width: 75%;
    }
}

/* End */


/* Start:/local/templates/career.pixelplus.ru/components/bitrix/catalog.sections.top/vacancies.list/style.css?17854053253188*/
.vacancies {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    justify-content: flex-start;
    text-align: center;
}

.vacancies__category {
    align-items: center;
    background: #f2f2f2;
    display: flex;
    flex: 1;
    font-size: 16px;
    height: 135px;
    justify-content: center;
    margin-right: 5px;
    position: relative;
    transition: background 0.3s;
}

.vacancies__category:hover {
    background: #bd0b13;
}

.vacancies__category:last-child {
    margin-right: 0;
}

.vacancies__category-content {
    text-align: center;
}

.vacancies__category-icon {
    fill: #bd0b13;
    height: 54px;
    margin-bottom: 15px;
}

.vacancies__category:hover .vacancies__category-icon {
    fill: #fff;
}

.vacancies__category-icon svg {
    fill: inherit;
    max-height: 100%;
    max-width: 100%;
    transition: fill 0.3s;
}

.vacancies__category-name {
    transition: color 0.3s;
}

.vacancies__category:hover .vacancies__category-name {
    color: #fff;
}

.hh-cta {
    align-items: center;
    background: #f4f4f4;
    color: #1e1e1e;
    display: flex;
    gap: 20px;
    margin-top: 30px;
    min-height: 120px;
    padding: 20px 30px;
}

.hh-cta__logo {
    display: block;
    flex-shrink: 0;
    height: 80px;
    width: 80px;
}

.hh-cta__text {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
    padding-left: 10px;
}

.hh-cta__title {
    color: #1e1e1e;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.2;
}

.hh-cta__subtitle {
    color: #757575;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
}

.hh-cta__button {
    align-items: center;
    background: #c00;
    border-radius: 7px;
    color: #fff;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 500;
    height: 55px;
    justify-content: center;
    letter-spacing: 0.32px;
    line-height: 26px;
    min-width: 238px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s;
}

.hh-cta__button:hover {
    background: #ab000f;
    color: #fff;
}

@media (max-width: 768px) {
    .hh-cta {
        flex-direction: column;
        gap: 14px;
        min-height: 0;
        padding: 20px;
        text-align: center;
    }

    .hh-cta__logo {
        height: 60px;
        width: 60px;
    }

    .hh-cta__text {
        gap: 4px;
        padding-left: 0;
        width: 100%;
    }

    .hh-cta__title {
        font-size: 18px;
    }

    .hh-cta__subtitle {
        font-size: 14px;
    }

    .hh-cta__button {
        font-size: 14px;
        height: 48px;
        min-width: 0;
        width: 100%;
    }
}

@media only screen and (orientation: portrait) and (max-device-width: 768px), only screen and (max-device-width: 670px) {
    .vacancies__category {
        flex: 100%;
        margin: 0 auto 5px;
    }

    .vacancies__category-content {
        display: block;
        height: auto;
        padding: 1.5em;
    }
}
/* End */


/* Start:/local/templates/career.pixelplus.ru/components/pixelplus/feedback/form.job.application/style.css?15453163483589*/
.form {
    margin: 0 auto;
    max-width: 720px;
    text-align: center;
}

.fancybox-container .form {
    max-width: none;
    width: 770px;
}

.form label {
    cursor: pointer;
}

.form__star-required,
.form__message--error {
    color: #bd0b13;
}

.form__star-required {
    font-weight: bold;
}

.form__message {
    font-style: italic;
}

.form__message--error {
    margin-top: .5em;
}

.form__message--required {
    margin: 2em 0;
}

.form__message--success {
    color: #007937;
    font-size: 20px;
}

.form__title {
    font-size: 40px;
}

.form__sub-title {
    color: #bd0b13;
    font-size: 32px;
    margin-bottom: 1em;
}

.form__field {
    font-size: 0;
    margin: 0 -15px 30px;
    text-align: left;
}

.form__label,
.form__input {
    display: inline-block;
    font-size: 14px;
    padding: 0 15px;
    vertical-align: top;
}

.form__label {
    margin-top: 1em;
    width: 30%;
}

.form__input {
    width: 70%;
}

.form__field--privacy-policy .form__input {
    text-align: center;
    width: 100%;
}

.form__input input[type="text"],
.form__input input[type="email"],
.form__input textarea,
.form__input select {
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    padding: .9em 1em;
    transition: border-color .3s;
    width: 100%;
}

.form__input input[type="text"]:focus,
.form__input input[type="email"]:focus,
.form__input textarea:focus,
.form__input select:focus {
    border-color: #08c;
}

.form__input textarea {
    max-height: 300px;
    max-width: 100%;
    min-height: 100px;
    resize: vertical;
}

.form__field--error input[type="text"],
.form__field--error input[type="email"],
.form__field--error textarea,
.form__field--error select {
    border-color: #bd0a13;
}

.form__input .jq-selectbox,
.form__input .jq-file {
    width: 100%;
}

.form__columns {
    font-size: 0;
    margin: 0 -15px;
}

.form__column {
    display: inline-block;
    padding: 0 15px;
    vertical-align: top;
}

.form__column:first-child {
    width: 55%;
}

.form__column:last-child {
    width: 45%;
}

.form__column:first-child .form__label {
    width: 55%;
}

.form__column:first-child .form__input {
    width: 45%;
}

.form__column:last-child .form__label {
    width: 45%;
}

.form__column:last-child .form__input {
    width: 55%;
}

@media only screen and (orientation: portrait) and (max-device-width: 768px), only screen and (max-device-width: 670px) {
    .form {
        max-width: 300px;
    }

    .fancybox-container .form {
        max-width: 320px;
    }

    .form__title {
        font-size: 30px;
    }

    .form__field {
        margin: 0 0 15px;
    }

    .form__label,
    .form__input {
        display: block;
        font-size: 16px;
        padding: 0;
        width: 100%;
    }

    .form__label {
        margin: 0 0 .5em;
    }

    .form__column:first-child,
    .form__column:last-child {
        width: 50%;
    }

    .form__column:first-child .form__label,
    .form__column:first-child .form__input,
    .form__column:last-child .form__label,
    .form__column:last-child .form__input {
        width: 100%;
    }

    .form__column:last-child .form__input > input[type="file"] {
        max-width: 100%;
    }

    .form__columns {
        margin: 0 -10px;
    }

    .form__column {
        padding: 0 10px;
    }

    .form .jq-file__name {
        padding-left: .5em;
        padding-right: .5em;
    }
}
/* End */


/* Start:/local/templates/career.pixelplus.ru/components/bitrix/news.list/employees.reviews.slider/style.css?17873053373465*/
.employees-reviews {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.employees-reviews__item {
    width: 100%;
}

.employees-reviews__info {
    font-size: 0;
    margin: 0 auto;
    text-align: left;
    width: 300px;
}

.employees-reviews__picture,
.employees-reviews__details {
    display: inline-block;
    font-size: 1rem;
    vertical-align: middle;
}

.employees-reviews__picture {
    border-radius: 50%;
    height: 100%;
    margin-right: 20px;
    overflow: hidden;
    width: 100px;
}

.employees-reviews__picture img {
    display: block;
}

.employees-reviews__details {
    width: 180px;
}

.employees-reviews__name {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: .2em;
}

.employees-reviews__position {
    font-size: 12px;
}

.employees-reviews__text {
    font-size: 16px;
    line-height: 1.35;
    padding: 0 100px;
    position: relative;
    text-align: left;
}

.employees-reviews__text::before,
.employees-reviews__text::after {
    bottom: -18px;
    color: #a9adb3;
    display: block;
    font-size: 78px;
    line-height: 18px;
    position: relative;
}

.employees-reviews__text::before {
    content: '\00201c';
    right: -25px;
    text-align: right;
}

.employees-reviews__text::after {
    content: '\00201d';
    left: -25px;
    text-align: left;
}

.employees-reviews__slider .flickity-viewport {
    padding: 0 100px;
    transition: height .3s;
}

.employees-reviews__slider .flickity-viewport::before,
.employees-reviews__slider .flickity-viewport::after {
    bottom: 0;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 90px;
    z-index: 2;
}

.employees-reviews__slider .flickity-viewport::before {
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    left: 0;
}

.employees-reviews__slider .flickity-viewport::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    right: 0;
}

.employees-reviews__slider .flickity-prev-next-button {
    background: #fff;
    border-color: #bd0b13;
    top: 150px;
    z-index: 3;
}

.employees-reviews__slider .flickity-prev-next-button .arrow {
    fill: #bd0b13;
}

.employees-reviews__slider .flickity-prev-next-button:hover {
    background: #bd0b13;
    border-color: #bd0b13;
}

.employees-reviews__slider .flickity-prev-next-button:hover .arrow {
    fill: #fff;
}

@media only screen and (orientation: portrait) and (max-device-width: 768px), only screen and (max-device-width: 670px) {
    .employees-reviews__slider .flickity-viewport::before,
    .employees-reviews__slider .flickity-viewport::after,
    .employees-reviews__text::before,
    .employees-reviews__text::after {
        display: none;
    }

    .employees-reviews__slider .flickity-viewport,
    .employees-reviews__text {
        padding: 0;
    }

    .employees-reviews__info {
        margin-bottom: 15px;
    }

    .employees-reviews__text {
        text-align: left;
    }

    .employees-reviews__picture {
        display: block;
        margin: 0 auto 10px;
    }

    .employees-reviews__details {
        display: block;
        margin: 0 auto;
        text-align: center
    }

    .employees-reviews__slider .flickity-prev-next-button {
        top: 135px;
    }
}

/* End */


/* Start:/local/templates/career.pixelplus.ru/components/bitrix/news.list/news.list/style.css?15453170831633*/
.news {
    text-align: left;
}

.news__filter {
    font-size: 0;
    margin: 0 -5px 45px;
    text-align: center;
}

.news__filter-item {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 5px;
    padding: 0 5px;
    vertical-align: top;
}

.news__year {
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    padding: 0.45em 2em;
    transition: all 0.3s;
}

.news__year:hover {
    color: #bd0b13;
}

.news__year--active,
.news__year--active:hover {
    background-color: #e5e5e5;
    cursor: default;
}

.news__item {
    border-bottom: 1px solid #c9c9c9;
    font-size: 0;
    margin: 0 -15px 25px;
    padding-bottom: 25px;
}

.news__item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.news__date,
.news__announce {
    display: inline-block;
    font-size: 14px;
    padding: 0 15px;
    vertical-align: top;
}

.news__date {
    color: #8d8c8c;
    font-size: 11px;
    width: 15%;
}

.news__announce {
    width: 85%;
}

.news__name {
    font-weight: bold;
    margin-bottom: 1em;
}

@media only screen and (orientation: portrait) and (max-device-width: 768px), only screen and (max-device-width: 670px) {
    .news__filter-item {
        font-size: 16px;
        width: 33.3333%;
    }

    .news__item {
        margin-left: 0;
        margin-right: 0;
    }

    .news__date,
    .news__announce {
        display: block;
        font-size: 16px;
        padding: 0;
        width: 100%;
    }

    .news__date {
        margin-bottom: 0.5em;
    }
}
/* End */
/* /local/templates/career.pixelplus.ru/components/bitrix/news.list/main.banner.new/style.css?17854053257016 */
/* /local/templates/career.pixelplus.ru/libs/flickity/flickity.css?15458313902607 */
/* /local/templates/career.pixelplus.ru/components/bitrix/catalog.sections.top/employees/style.css?17854053255005 */
/* /local/templates/career.pixelplus.ru/components/bitrix/catalog.sections.top/vacancies.list/style.css?17854053253188 */
/* /local/templates/career.pixelplus.ru/components/pixelplus/feedback/form.job.application/style.css?15453163483589 */
/* /local/templates/career.pixelplus.ru/components/bitrix/news.list/employees.reviews.slider/style.css?17873053373465 */
/* /local/templates/career.pixelplus.ru/components/bitrix/news.list/news.list/style.css?15453170831633 */
