

/* Start:/bitrix/templates/hr_template/components/bitrix/menu/sidebar_menu/style.min.css?1787670348490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/hr_template/components/bitrix/menu/sidebar_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/hr_template/styles.css?17876703481309*/
.t-middle_title--blue {
    position: relative;
    display: block;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.4;
    color: #00aeef;
    margin-bottom: 0px;
}
.t-small_title--blue {
    position: relative;
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    color: #00aeef;
    margin-bottom: 5px;
}
.t-ul-list {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-top: -5px;
}
.t-ul-list li {
    position: relative;
    padding-left: 18px;
    margin-top: 10px;
}
.t-ul-list li:before {
    position: absolute;
    display: block;
    width: 8px;
    height: 1.5em;
    line-height: inherit;
    left: 0;
    box-sizing: border-box;
    content: "";
    background: url("/bitrix/templates/hr_template/img/list-disc.svg") no-repeat center center;
}
.t-fz-20 {
    font-size: 20px;
}
.t-fz-16 {
    font-size: 16px;
}
.t-text--cyan {
    color: #00aeef;
}
.x_doc_static {
}
.x_doc_popup {
}
.left_image {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.right_image {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.center_image {
    margin: 15px -20px !important;
    width: 646px;
    height: auto;
}
.table_border {
    border: 1px solid #333;
}

/* End */


/* Start:/bitrix/templates/hr_template/css/useful.css?17876703486480*/
ul {
    padding-left: 18px;
}

h3 {
    margin: 0;
}

.b-useful--main {
    display: grid;
    grid-template-columns: minmax(200px, 460px) 1fr;
    gap: 30px;
    box-sizing: border-box;
}

.b-big_btn_menu--wrapper {
    display: none;
}

.b-big_btn_menu--wrapper.big_btn_menu--active {
    display: block;
}

.b-big_menu--item:not(:last-child) {
    margin-bottom: 24px;
}

.b-useful--sidebar,
.b-useful--content {
    min-width: 0;
}

.b-useful--sidebar-btn-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.b-useful--content {
    margin-top: 66px;
}

.b-useful--answer-wrapper {
    background: #ffffff;
    padding: 30px;
}

.b-useful--sidebar-btn-item:not(:last-child) {
    margin-right: 15px;
}

.b-useful--sidebar-btn-item .c-button.sidebar-btn-item--active {
    opacity: 1;
}

.b-useful--sidebar-btn-item .c-button {
    opacity: 0.5;
    /*pointer-events: none;*/
}

.c-button.-theme-v1 {
    border-radius: 5px;
}

.b-useful--sidebar-btn-item .c-button.-theme-v1:hover {
    opacity: 1;
    background: #fff;
    border: 1px solid #00aeef;
    color: #00aeef;
}

.b-big_menu--item .c-card-question-cat {
    cursor: pointer;
    min-height: 80px;
    border-radius: 5px;
    color: #343434;
}

.c-card-question-cat.question-cat--active {
    background: #00aeef;
    color: #ffffff;
    text-decoration: none;
}

.c-card-question-cat.question-cat--active .c-card-question-cat__icon {
    filter: grayscale(1) brightness(2);
}

.b-useful--question-list {
    display: none;
    margin-top: 24px;
    max-width: 100%;
    max-height: 430px;
    overflow-y: scroll;
}

/*.c-card-question-cat.question-cat--active ~ .b-useful--question-list {
    display: block;
}*/

.b-useful--question-item {
    cursor: pointer;
    font-weight: 600;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.b-useful--question-item.question--active {
    color: #00aeef;
}

.b-useful--question-item:not(:first-child) {
    padding-top: 24px;
}

.b-useful--question-item:not(:last-child) {
    border-bottom: 1px solid #b9b9b9;
    padding-bottom: 24px;
}

.b-useful--question-item:hover {
    color: #00aeef;
}

.b-useful--answer-item {
    display: none;
}

.b-useful--answer-item.answer--active {
    display: block;
}

.b-useful--doc-list {
    padding-left: 15px;
    margin: 0;
}

.b-useful--doc-list li:not(:last-child) {
    margin-bottom: 30px;
}

.b-useful--doc-item .b-docs-wrap {
    margin-top: 10px;
}

@media (max-width: 1050px) {
    .b-useful--main {
        grid-template-columns: 1fr;
    }
    .b-useful--sidebar-btn-list {
        justify-content: flex-start;
    }

    .b-useful--content {
        margin-top: 30px;
    }
}
.b-docs-wrap {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    width: auto;
    text-decoration: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-shadow: 13px 15px 20px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 13px 15px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 13px 15px 20px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 12px;
    min-width: 330px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999;
}
.b-docs-wrap.b-docs-child {
    margin-left: 90px;
    z-index: 2;
}
.b-docs-wrap.b-docs-child:after {
    content: "";
    position: absolute;
    left: 52px;
    top: 0;
    width: 32px;
    height: 70%;
    margin-left: -100px;
    border-left: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
    -webkit-border-radius: 0 0 100px 0;
    -moz-border-radius: 0 0 100px 0;
    border-radius: 0 0 0 30px;
    z-index: 1;
}
.b-docs-wrap:hover {
    -webkit-box-shadow: 13px 15px 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 13px 15px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 13px 15px 20px rgba(0, 0, 0, 0.15);
}
.b-docs-wrap:active {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.b-docs-wrap__info {
    margin-left: 20px;
}
.b-docs-wrap__icon img {
    width: 55px;
    height: auto;
}
.b-docs-wrap span {
    display: block;
    color: #000000;
    font-weight: 500;
    line-height: 24px;
    font-size: 17px;
    padding-bottom: 10px;
}
.b-docs-wrap em {
    display: block;
    color: #6d6e71;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}
.b-docs-wrap a {
    display: block;
    padding: 12px 12px 12px 74px;
    -webkit-background-size: 55px 55px;
    -moz-background-size: 55px;
    -o-background-size: 55px;
    background-size: 55px;
    background-repeat: no-repeat;
    background-position: left center;
}
.b-docs-wrap a:hover {
    text-decoration: none;
}
.b-docs-wrap .b-pdf-link {
    background-image: url("//www.utmn.ru/bitrix/templates/main.new/img/icons/ext-pdf.svg");
}
.b-docs-wrap .b-doc-link {
    background-image: url("//www.utmn.ru/bitrix/templates/main.new/img/icons/ext-doc.svg");
}
.b-docs-wrap .b-xls-link {
    background-image: url("//www.utmn.ru/bitrix/templates/main.new/img/icons/ext-xls(v2).svg");
}
.b-docs-wrap .b-jpg-link {
    background-image: url("//www.utmn.ru/bitrix/templates/main.new/img/icons/ext-jpg.svg");
}
.b-docs-wrap .b-tiff-link {
    background-image: url("//www.utmn.ru/bitrix/templates/main.new/img/icons/ext-tiff.svg");
}
.b-docs-wrap .b-ppt-link {
    background-image: url("//www.utmn.ru/bitrix/templates/main.new/img/icons/ext-ppt.svg");
}
.b-docs-wrap .b-write {
    background-image: url("//www.utmn.ru/bitrix/templates/main.new/img/icons/write.svg");
}

/* End */


/* Start:/bitrix/templates/hr_template/css/about.css?17876703486082*/
.c-page-head--m-t {
    margin-top: 30px;
}
.media {
    position: relative;
}
.media-container {
    position: relative;
    display: flex !important;
    align-items: center;
}
.media-container_left {
    padding-right: 30px;
}
.media-container_right {
    justify-content: flex-end;
}
.b-media--block {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 674px;
    width: 100%;
    height: 392px;
    border-radius: 5px;
}
.media--name .media-poster {
    cursor: unset;
}
.media-poster {
    cursor: pointer;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.media-poster img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.media--video .media-poster::after {
    position: absolute;
    display: block;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(/bitrix/templates/hr_template/img/about/play.svg) no-repeat center;
    cursor: pointer;
    content: "";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.media--video .media-poster:hover::after {
    transform: translate(-50%, -50%) scale(1.05);
}
.media-caption {
    position: absolute;
    display: block;
    max-width: 456px;
    box-shadow: 13px 15px 20px rgb(0 0 0 / 5%);
    padding: 50px;
    box-sizing: border-box;
    background: #00aeef;
    border-radius: 5px;
}

.c-page-head__title.page-head__title__bold {
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
}

.media-caption li {
    color: #fff;
}

.media-caption li:before {
    background: url(/bitrix/templates/hr_template/img/list-disc-white.svg) no-repeat center center;
}

.media-container_left .media-caption {
    right: 0;
}
.media-container_right .media-caption {
    left: 0;
}
.caption-p {
    margin-top: 10px;
}

.b-media-descr {
    margin-top: 50px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}
.b-media-descr_left {
    display: flex;
    flex-direction: column;
    margin-right: 30px;
    max-width: 306px;
}
.b-media-descr_text {
    text-align: right;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
}
.b-media-descr_right {
    flex: 1;
}
.b-media-descr_right p:first-child {
    margin-top: 0;
}
.b-media-descr_right p:last-child {
    margin-bottom: 0;
}

.b-media-descr_photo img {
    border-radius: 5px;
}

.media--name .b-media--name_text--wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.media--name .b-media--name_text {
    max-width: 435px;
    padding-right: 25px;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

.b-media--descr {
    max-width: 674px;
}

.b-city--list {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -15px 0;
    overflow: hidden;
    display: none;
}
.b-city--item {
    flex: 0 0 calc((100% - 30px * 3) / 3);
    margin-bottom: 30px;
    margin: 0 15px;
    border-bottom: 0.25px solid #b9b9b9;
    margin-bottom: -1px;
}

.b-city--item .c-card-simple {
    padding: 15px 0;
    color: #343434;
}
/*.b-city--item .c-card-simple:hover {
    text-decoration: none;
    color: #00AEEF;
}*/

.b-city--wrapper {
    display: inline-block;
    position: relative;
    width: calc(100% + 30px);
    /* padding-bottom: 100%; */
    vertical-align: middle;
    overflow: hidden;
}

.city-svg {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 1400px) {
    .media-container {
        flex-wrap: wrap;
    }
    .b-media--block {
        max-width: unset;
    }
    .media-container_left {
        padding-right: 0;
    }
    .media-container_left .media-caption {
        position: relative;
        top: unset;
        margin-top: -150px;
        left: 50%;
        transform: translateX(-50%);
    }
    .media-container_right .media-caption {
        position: relative;
        top: unset;
        margin-top: -100px;
        left: -50%;
        transform: translateX(50%);
    }

    .media--name .b-media--name_text--wrapper {
        left: 0;
    }
    .media--name .b-media--name_text {
        padding-right: 0;
    }

    .media-container_right--text {
        justify-content: flex-start;
        margin-top: 30px;
    }

    .media-container_right--text .b-media--descr {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .b-media-descr {
        display: block;
    }
    .b-media-descr_left {
        float: left;
        margin-bottom: 30px;
    }
    .b-media-descr_right {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .b-city--item {
        flex: 0 0 calc((100% - 30px * 2) / 2);
    }
    .b-city--list {
        display: flex;
    }

    .b-city--wrapper {
        display: none;
    }
}

@media (max-width: 700px) {
    .media-container .media-caption {
        margin-top: 30px;
        box-shadow: 13px 15px 20px 20px rgb(0 0 0 / 5%);
    }
}

@media (max-width: 670px) {
    .b-media-descr {
        display: flex;
        flex-direction: column;
    }
    .b-media-descr_left {
        float: unset;
        margin-bottom: 0;
    }
}

@media (max-width: 600px) {
    .media--name .b-media--name_text {
        max-width: 90%;
        text-align: center;
    }
}

@media (max-width: 500px) {
    .media-caption {
        padding: 30px;
    }
}

@media (max-width: 440px) {
    .b-city--item {
        flex: 0 0 calc((100% - 30px * 1) / 1);
    }
    .media-caption {
        padding: 15px 10px;
    }
    .media--name .b-media--name_text {
        font-size: 20px;
    }
}

/* End */
/* /bitrix/templates/hr_template/components/bitrix/menu/sidebar_menu/style.min.css?1787670348490 */
/* /bitrix/templates/hr_template/styles.css?17876703481309 */
/* /bitrix/templates/hr_template/css/useful.css?17876703486480 */
/* /bitrix/templates/hr_template/css/about.css?17876703486082 */
