

/* Start:/bitrix/templates/hr_template/components/bitrix/news.list/c_list_scrollable/style.css?1688323425102*/
.c-card-simple__content.error-message{
    font-style: italic;
    color: grey;
    font-size: 14px;
}
/* End */


/* Start:/bitrix/templates/hr_template/styles.css?17575809121309*/
.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/about_sidebar.css?1689334318526*/
.b-big_menu--item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 100px;
    background: #fff;
    padding: 10px;
}

.b-big_menu--item:not(:last-child) {
    margin-bottom: 24px;
}

.b-big_menu--item:hover {
    text-decoration: none;
}

.b-big_menu--text {
    align-self: flex-start;
    padding-top: 24px;
    padding-left: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
}

.b-big_menu--icon {
    padding-right: 20px;
}
/* End */


/* Start:/bitrix/templates/hr_template/css/about.css?16893343236082*/
.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/news.list/c_list_scrollable/style.css?1688323425102 */
/* /bitrix/templates/hr_template/styles.css?17575809121309 */
/* /bitrix/templates/hr_template/css/about_sidebar.css?1689334318526 */
/* /bitrix/templates/hr_template/css/about.css?16893343236082 */
