/*TYPO*/
.fz-22,
.b-vacancyDetail__desc p:not(:first-child) {
    font-weight: 300;
    font-size: 22px;
    line-height: 34px;
}
@media (max-width: 991px) {
    .fz-22,
    .b-vacancyDetail__desc p:not(:first-child) {
        font-size: 20px;
        line-height: 32px;
    }
}
@media (max-width: 480px) {
    .fz-22,
    .b-vacancyDetail__desc p:not(:first-child) {
        font-size: 16px;
        line-height: 156%;
    }
}


/*PAGINATION*/
.pagination {
    display: flex;
    justify-content: center;
    padding: 16px 0 80px;
}
.pagination .page a {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}
.pagination .page.active a,
.pagination .page.selected a {
    border: 1px solid black;
}
.list-view-loading {
    background-position: 0 7px;
}


/*FORMS*/
.errorMessage {
    font-size: 13px;
    line-height: 24px;
}
.error .inp,
.error .area {
    border-color: salmon;
}


/*BREADCRUMBS*/
.b-breadcrumb__link {
    text-transform: lowercase;
}


/*PAGE:INDEX*/
.b-live__box .column:nth-child(2) .b-article-item__desc p {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
@media (min-width: 991px) {
    .b-live__box .column:nth-child(1) .b-article-item__image a {
        height: 366px;
    }
}
.b-live__box .column:nth-child(2) .b-article-item__image a {
    height: 175px;
}
.b-live__box .b-article-item__image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*PAGE:ABOUT:NEWS*/
.b-news__item__body__image {
    width: 105px;
    height: 75px;
    flex-shrink: 0;
}
.b-news__item__body__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*PAGE:NEWS*/
.text-image {
    display: flex;
    justify-content: center;
}


/*PAGE:ARTICLES*/
.b-list__item__image {
    max-width: none !important;
    width: 175px;
    height: 115px;
    flex-shrink: 0;
    margin-right: 20px;
    padding-right: 0 !important;
    padding-top: 4px !important;
}
.b-list__item__image img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}
.b-list__item__link {
    display: block;
}
.b-list__item__link:hover span {
    border-bottom: 1px solid rgba(0, 0, 0, 0.7)
}


/*PAGE:PRODUCT*/
.b-prod-textBg {
    max-width: 1047px;
    margin-left: auto;
    margin-right: auto;
}


/*PAGE:PRODUCT-RESOURCES*/
.b-article-related__item__body__image {
    width: 175px;
    height: 115px;
    flex-shrink: 0;
}
.b-article-related__item__body__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*PAGE:VACANCIES*/
.s-content--vacancies .pagination {
    padding-top: 32px;
    padding-bottom: 0;
}
.s-content--vacancies .b-vacancy__list {
    padding-bottom: 112px;
}
.s-content--vacancies .b-vacancy__item:last-child {
    border-bottom: 1px solid #F2F2F2;
}


/*PAGE:DOCUMENTS*/
.documents-anchor {
    position: relative;
    top: -100px;
}
@media (max-width: 480px) {
    .documents-anchor {
        top: -80px;
    }
}


/*MORE*/
.s-more ul li:nth-child(4) {
    border-right: 1px solid #DDDDDD;
}


/*NOTY*/
#noty_top_layout_container {
    left: 50% !important;
    transform: translateX(-50%);
    top: 70px !important;
    max-width: 800px;
}
#noty_top_layout_container>li {
    /*background: #00BBE0 !important;*/
    background: #2352CA !important;
    color: white !important;
    box-shadow: none !important;
    border-radius: 4px !important;
    padding: 10px !important;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    border: none !important;
}
.noty_message {
    font-size: 16px !important;
    font-weight: normal !important;
}