

/* Start:/bitrix/templates/utmn_english_new/components/bitrix/system.pagenavigation/utmn_en/style.min.css?17876703564046*/
.bx-pagination {
    margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
    text-align: center;
    position: relative;
}
.bx-pagination .bx-pagination-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bx-pagination .bx-pagination-container ul li {
    padding-left: 10px;
    padding-right: 10px;
}
.bx-pagination .bx-pagination-container ul li span {
    -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    -moz-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    -o-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    width: 52px;
    padding: 0;
    font-size: 24px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #00384c;
    color: #00384c;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-next span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span {
    width: unset;
    height: unset;
    border: unset;
    line-height: 0 !important;
    padding: 0 !important;
    border: unset !important;
    font-size: 0 !important;
    line-height: 0 !important;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-next span {
    width: 35px;
    height: 26px;
    background: url("/bitrix/templates/utmn_english_new/components/bitrix/system.pagenavigation/utmn_en/./img/pag-arrow-right.svg") no-repeat center !important;
    background-size: contain !important;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span {
    width: 35px;
    height: 26px;
    background: url("/bitrix/templates/utmn_english_new/components/bitrix/system.pagenavigation/utmn_en/./img/pag-arrow-right.svg") no-repeat center !important;
    background-size: contain !important;
    transform: rotate(180deg);
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span {
    opacity: 1;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
    opacity: 1;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span {
    opacity: 0.5;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-next span {
    opacity: 0.5;
}

.bx-pagination .bx-pagination-container ul li a {
    text-decoration: none;
    display: block;
}
.bx-pagination .bx-pagination-container ul li a:hover span {
    background: #00aeef;
}
.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #00aeef;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
    background: #fff;
    border: 2px solid #eff0f1;
    line-height: 28px;
    padding: 0 18px;
    color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span {
    color: #aab1b4;
    background: #fff;
    border: 2px solid #eff0f1;
    line-height: 28px;
    padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
    background: #fff;
    border-color: #dadada;
    color: #000;
}
.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span {
    background: #3bc915;
    color: #fff;
}
.bx-pagination.bx-yellow .bx-pagination-container ul li.bx-active span {
    background: #f9a91d;
    color: #fff;
}
.bx-pagination.bx-red .bx-pagination-container ul li.bx-active span {
    background: #e22b2b;
    color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span {
    background: #00aeef;
    color: #fff;
}

/* End */


/* Start:/bitrix/templates/utmn_english_new/components/bitrix/news.list/staff_list/style.css?17876703562269*/
.b-list__section-item {
    display: flex;
    align-items: flex-start;
    margin: -15px;
}

.b-list__section-item > div {
    margin: 15px;
}

.b-list__section-item:not(:last-child) {
    margin-bottom: 20px;
}

.b-list__left-wrapper {
    display: flex;
    width: 300px;
    min-width: 300px;
    position: sticky;
    top: 10px;
}

.b-list__right-wrapper {
    width: 100%;
}

.b-list__left-title {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 32px;
    line-height: 36px;
    padding-right: 100px;
}

.b-list__left-title:after {
    position: absolute;
    content: "";
    right: 0;
    background: url("/bitrix/templates/utmn_english_new/img/arrow-right-long-dark.svg") no-repeat;
    width: 78px;
    height: 26px;
}

.b-list__right-item {
    display: flex;
    align-items: center;
    margin: -15px;
}

.b-list__right-item > div {
    margin: 15px;
}

.b-list__right-item-address {
    flex-basis: 360px;
    text-align: right;
    font-size: 24px;
    line-height: 32px;
    color: #00384c;
}

.b-list__right-item-title {
    flex: 1;
    font-style: italic;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #00384c;
}

.bx-pagination {
    margin-top: 70px;
}

@media (max-width: 1300px) {
    .b-list__left-wrapper {
        width: 250px;
        min-width: 250px;
    }
}

@media (max-width: 1200px) {
    .b-list__right-item-address {
        flex-basis: 250px;
    }
}

@media (max-width: 991px) {
    .b-list__section-item {
        flex-wrap: wrap;
    }

    .b-list__left-wrapper {
        position: relative;
    }

    .b-list__right-item {
        flex-direction: row-reverse;
    }

    .b-list__left-title {
        font-weight: 500;
    }

    .b-list__section-item:not(:first-child) {
        margin-top: 30px;
    }

    .b-list__right-item-title {
        font-size: 30px;
        line-height: 38px;
    }

    .b-list__right-item > div {
        flex: auto;
    }

    .b-list__right-item-address {
        min-width: 120px;
    }
}

@media (max-width: 500px) {
    .b-list__right-item-title {
        font-size: 22px;
        line-height: 30px;
    }
    .b-list__right-item-address {
        font-size: 18px;
        line-height: 26px;
        min-width: auto;
    }
}

/* End */
/* /bitrix/templates/utmn_english_new/components/bitrix/system.pagenavigation/utmn_en/style.min.css?17876703564046 */
/* /bitrix/templates/utmn_english_new/components/bitrix/news.list/staff_list/style.css?17876703562269 */
