

/* Start:/local/templates/pzpo/components/bitrix/news.list/teasers/style.css?17683999003011*/

.vacancies__teasers-section {
    padding-top: 80px;
    padding-bottom: 120px;
}

.teasers-list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -4px;
}

.teaser-col {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    margin-right: -1px;
    margin-bottom: -1px;
}

.teaser-col:last-of-type {
    padding-right: 1px;
}

.teaser-item {
    border: 1px solid rgb(234 234 234);
    padding: 40px;
    height: 100%;
}

.teaser-item__counter {
    font-family: 'Intro';
    font-weight: 400;
    font-size: 40px;
    line-height: .9;
    letter-spacing: -0.05em;
    color: rgba(51, 51, 51, .1);
    margin-bottom: 90px;
    text-align: right;
}

.teaser-item__img {
    max-width: 110px;
    max-height: 98px;
}

.teaser-item__title {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 20px;
    color: var(--color-black);
}

@media only screen and (max-width: 1599px) {
    .teaser-item {
        padding: 35px;
    }
    .teaser-item__counter {
        margin-bottom: 70px;
    }
    .teaser-item__img {
        max-height: 80px;
    }
    .teaser-item__title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1199px) {
    .teasers-list {
        justify-content: center;
    }
    .teaser-col {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }
    .teaser-col:last-of-type {
        padding-right: 0;
    }
    .teaser-item__counter {
        font-size: 35px;
    }
    .teaser-item__img {
        max-height: 70px;
    }
}

@media only screen and (max-width: 959px) {
    .teasers-list {
        margin-right: 0;
    }
    .teaser-col {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .teaser-item {
        padding: 30px;
    }
    .teaser-item__counter {
        margin-bottom: 50px;
    }
    .teaser-item__img {
        max-height: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .teaser-item {
        padding: 25px;
    }
    .teaser-item__counter {
        margin-bottom: 40px;
    }
    .teaser-item__img {
        max-height: 50px;
    }
    .teaser-item__title {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 574px) {
    .teaser-col {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}
/* End */


/* Start:/local/templates/pzpo/components/bitrix/news.list/vacancies/style.css?17683999002659*/
.section__first.vacancy .vertical-devider.vacancy {
    bottom: 0;
    height: calc(100% + 150px);
    top: unset;
}

.section__first .section-half {
    margin-top: 0;
}

.section-half.vacancies {
    margin-top: 0;
    padding-top: 120px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.section-half.vacancies h2,
.section-half.vacancies .h2 {
    margin: 0 !important;
}

.vacancies-bottom {
    padding-bottom: 140px;
    position: relative;
}

.vacancies-item {
    transition: background-color .3s ease-in-out;
}

.vacancies-item__inner {
    position: relative;
    padding: 35px 0;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: border-color .3s ease-in-out;
}

.vacancies-item__inner:first-child {
    /* border-top: 1px solid rgba(51, 51, 51, 0.1); */
}

.vacancies-item__name {
    font-size: 20px;
    line-height: 1.2;
    color: var(--color-black);
    transition: color .3s ease-in-out;
    z-index: 2;
}

.vacancies-item__org {
    font-size: 20px;
    line-height: 1.2;
    color: rgba(51, 51, 51, .2);
    transition: opacity .3s ease-in-out;
    opacity: 1;
}

.vacancies-item__icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 2L19 10L11 18' stroke='white' stroke-width='2'/%3E%3Cpath d='M1 10H19' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
    width: 21px;
    height: 20px;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

@media (hover: hover) {
    .vacancies-item:has(.vacancies-item__inner:hover) {
        background-color: var(--color-red);
    }
    .vacancies-item:has(.vacancies-item__inner:hover) .vacancies-item__inner {
        border-color: transparent;
    }
    .vacancies-item:has(.vacancies-item__inner:hover) .vacancies-item__name {
        color: white;
    }
    .vacancies-item:has(.vacancies-item__inner:hover) .vacancies-item__org {
        opacity: 0;
    }
    .vacancies-item:has(.vacancies-item__inner:hover) .vacancies-item__icon {
        opacity: 1;
    }
}

@media only screen and (max-width: 1599px) {
    .section__first.vacancy .vertical-devider.vacancy {
        height: calc(100% + 140px);
    }
}

@media only screen and (max-width: 1199px) {
    .section__first.vacancy .vertical-devider.vacancy {
        height: calc(100% + 110px);
    }
}
/* End */
/* /local/templates/pzpo/components/bitrix/news.list/teasers/style.css?17683999003011 */
/* /local/templates/pzpo/components/bitrix/news.list/vacancies/style.css?17683999002659 */
