

/* Start:/bitrix/templates/.default/components/bitrix/breadcrumb/breadcumber/style.css?1746506250687*/
.bx-breadcrumb {
    margin: 10px 0;
}

.bx-breadcrumb i {
    color: #b5bdc2;
    line-height: 13px;
    font-size: 12px;
    vertical-align: middle;
    margin-right: 5px;
}

.bx-breadcrumb .bx-breadcrumb-item {
    float: left;
    margin-bottom: 10px;
    white-space: nowrap;
    line-height: 13px;
    vertical-align: middle;
    margin-right: 10px;
}

.bx-breadcrumb .bx-breadcrumb-item span {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
    white-space: normal;
}

.bx-breadcrumb .bx-breadcrumb-item a {
    border-bottom: none;
}

.bx-breadcrumb .bx-breadcrumb-item a:hover {
}

.page-top #pagetitle {
    color: #01408f;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/left_category/style.css?17465062502390*/
.catalog-tree-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.catalog-tree-menu > li {
    line-height: 16px;
    padding: 0px;
    margin-bottom: 0px;
    position: relative;
    display: block;
}

.catalog-tree-menu:before, .catalog-tree-menu:after {
    content: " ";
    display: table;
}

.catalog-tree-menu > li > a {
    border-top: 1px solid #f5f5f5;
    line-height: 20px;
    display: block;
    position: relative;
    font-size: 14px;
    color: #9E9E9E;
    text-decoration: none;
    padding: 22px 47px 23px 30px;
    border-bottom: 1px solid transparent;
}

.catalog-tree-menu > li > a:hover {
    color: #01408f;
}

.catalog-tree-menu > li:last-child > a {
    border-bottom: 1px solid #f5f5f5;
}

.catalog-tree-menu > li > ul {
    margin: 0;
    list-style-type: none;
}

.catalog-tree-menu > li > ul > li {
    line-height: 16px;
    color: #01408f;
    padding-left: 30px;
    border-top: 1px solid #eee;
    padding-top: 20px;
    background: #f9f9f9;
    padding-bottom: 20px;
    font-size: 0.955em;
}

.catalog-tree-menu li a.item-selected {
    color: #01408f;
}

.catalog-tree-menu > li > ul > li > a {
    color: #9E9E9E;
    font-size: 14px;
}

.catalog-tree-menu > li > ul {
    display: none;
}

.catalog-tree-menu > li > a.root-item-selected ~ ul {
    display: block;
    padding: 0;
}

.catalog-tree-menu > li > a.root-item-selected ~ ul li a {
    /* color: #01408f;*/
}

.catalog-tree-menu > li > a.root-item-selected {
    color: #ffffff;
    background: #4894c9;
}

/*desktop*/
@media only screen and (min-width: 1200px) {

}

/*tablet landscape*/
@media screen and (min-width: 1024px) and (max-width: 1600px) {

}

/*tablet portrait*/
@media screen and (min-width: 768px) and (max-width: 1023px) {

}

/*smartphone landscape*/
@media screen and (min-width: 480px) and (max-width: 767px) {

}

/*smartphone portrait*/
@media screen /*and (min-width: 320px)*/
and (max-width: 479px) {
    .catalog-tree-menu {
        display: none;
        top: -110px;
        margin: auto;
        left: 0;
        background: white;
        z-index: 9999;
    }

    .catalog-tree-menu > li > a {
        padding: 10px 46px 8px 30px;
    }

    .catalog-tree-menu > li > ul > li {
        padding: 10px 46px 8px 30px;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/employees/style.css?17524667332577*/
.section-news {
    max-width: 1344px;
    margin: 0 auto;
    height: auto;
    position: relative;
}

.news-list {
    display: block;
}

.news-list:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

.news-pager-container {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.news-carousel-item {
text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.news-carousel-item .news-preview-photo {
    overflow: hidden;
    position: relative;
    cursor: default;
    height: 190px;
}

.news-carousel-item .news-preview-header a {
    text-decoration: none;
    color: #01408f;
}

.news-carousel-item .news-preview-header {
    display: block;
    width: 100%;
    max-width: 90%;
    margin: 10px auto 0;
    font-size: 15px;
    height: 65px;
}

.news-carousel-item .news-preview-content {
    display: block;
    width: 100%;
    font-size: 13px;
    height: 95px;
    overflow: hidden;
    color: #696969;
    max-width: 90%;
    margin: 10px auto 0;
}

.news-carousel-item .news-preview-photo a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.news-carousel-item .news-preview-photo img {
    display: block;
    margin: 0 auto;
    max-width: 50%;
    max-height: 100%;
    position: relative;
}

.news-carousel-item .news-detail-btn {
    width: 150px;
    background: #01408f;
    text-align: center;
    margin-left: 20px;
    margin-top: 26px;
    position: relative;
    height: 35px;
}

.news-carousel-item .news-detail-btn div {
    position: absolute;
    left: 0;
    margin: auto;
    width: 100px;
    font-size: 12px;
    top: 0;
    height: 18px;
    right: 0;
    bottom: 0;
}

.news-carousel-item .news-detail-btn div a {
    color: white;
    cursor: pointer;
    text-decoration: none;
}

.news-header-container {
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
}

.news-body-container {
    max-width: 1200px;
    margin: 40px auto 0;
    height: 100%;
    display: block;
    max-height: 100%;
}

.news-footer-container {
    max-width: 1200px;
    margin: 10px auto 30px;
    position: relative;
}

.news-footer-container a {
    float: right;
    color: #696969;
    font-size: 14px;
    text-decoration: none;
}

.section-news .nav_container {
    position: absolute;
    margin: auto;
    height: 40px;
    left: 0;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
}

.news-carousel-item .news-date-time {
    color: #01408f;
    font-size: 13px;
    max-width: 90%;
    font-weight: bold;
    margin: 10px auto 0;

}
/* End */
/* /bitrix/templates/.default/components/bitrix/breadcrumb/breadcumber/style.css?1746506250687 */
/* /bitrix/templates/.default/components/bitrix/menu/left_category/style.css?17465062502390 */
/* /local/templates/.default/components/bitrix/news.list/employees/style.css?17524667332577 */
