.langs_menu .lang a,
.menu_main a,
.page_footer_box a,
.banners_bottom a {
    text-decoration: none;
}

.page_content {
    display: flex;
    flex-direction: row;
    margin: 0 auto 25px;
    background-color: #ffffff;
}

.page_content.error,
.page_content.wide {
    background-color: transparent;
}

.page_content.error .left_col,
.page_content.wide .left_col {
    margin-bottom: 20px;
    padding: 50px 40px;
    background-color: #ffffff;
}

.error_404 {
    font-family: 'Open Sans Bold';
    font-size: 40px;
    color: #2970eb;
}

.error_404_bold {
    font-family: 'Open Sans Bold';
    font-size: 20px;
    color: #222222;
}

.error_404_links,
.error_404_links a {
    font-size: 20px;
    line-height: 32px;
    color: #2a70eb;
}

.error_404_links a {
    text-decoration: none;
}

.error_404_links a:hover {
    text-decoration: underline;
}

.page_content .left_part {
    width: calc(100% - 295px);
    padding: 50px 35px;
}

.page_content .left_part.map {
    width: 100%;
}

.page_content .right_part {
    width: 295px;
    padding-bottom: 25px;
    border-left: 2px solid #e6e7e9;
    /*background: linear-gradient(90deg, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 31%, rgba(255,255,255,1) 100%);*/
}

.right_part .social_icons {
    margin: 90px 20px 0;
}

.right_part .social_icons .block_name {
    margin-bottom: 25px;
    font-family: 'Open Sans SemiBold';
    font-size: 18px;
    color: #585858;
}

.right_part .social_icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    border: 2px solid #d9dadb;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f3f4f8;
}

.right_part .social_icons a:hover {
    border-color: #c7c8c9;
}

.taxonomy + h1,
.title_h1 {
    font-family: 'Open Sans Bold';
    font-size: 18px;
    text-transform: uppercase;
    color: #535252;
}

.taxonomy {
    margin-bottom: 30px;
    font-size: 14px;
    color: #111111;
}

.taxonomy a {
    font-size: 14px;
    text-decoration: none;
    color: #494949;
}

.lastNewsInner h2 {
    margin: 30px 20px;
    font-family: 'Open Sans Bold';
    font-size: 18px;
    text-transform: uppercase;
    color: #2454a9;
}

.press_secretary h2 {
    margin: 50px 0 30px;
    font-family: 'Open Sans Bold';
    font-size: 18px;
    text-transform: uppercase;
    color: #2454a9;
}

.lastNewsInner .sp_news_item:last-child {
    padding-top: 25px;
    border-top: 2px solid #e6e7e9;
}

.lastNewsInner .news_inner_date {
    margin: 0 20px 4px;
    font-family: 'Open Sans Bold';
    font-size: 12px;
}

.lastNewsInner a, .press_c_info {
    display: block;
    margin: 0 20px 25px;
    text-decoration: none;
    color: #121212;
}

.lastNewsInner a:hover {
    color: #05aafc;
}

.left_part .block_name {
    margin-bottom: 30px;
    font-family: 'Open Sans Bold';
    font-size: 18px;
    text-transform: uppercase;
    color: #535252;
}

.left_part .img_text {
    max-width: 530px;
}

.left_part .img_rukovodstvo {
    display: inline-block;
    max-width: 250px;
    float: left;
    margin-right: 40px;
}

.left_part .news_list_date {
    margin-bottom: 5px;
    /*font-family: 'Open Sans Bold';*/
    font-size: 14px;
    color: #222222;
}

.left_part .news_list_title {
    margin-bottom: 15px;
    font-family: 'Open Sans Bold';
}

.left_part .all_news {
    display: inline-block;
    font-family: 'Open Sans';
    font-size: 16px;
    text-decoration: none;
}

.left_part .all_news:hover {
    color: #05aafc;
}

.pages_inner {
    margin-top: 60px;
    text-align: center;
}

.pages_inner a {
    text-decoration: none;
}

.pages_inner .page_sel {
    padding: 2px;
    border: 1px solid #dddee1;
    border-radius: 50%;
}

.pages_inner .page_sel_wr {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-family: 'Open Sans Bold';
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    background-color: #2454a9;
    border-radius: 50%;
}

.pages_inner .page_n_sel,
.pages_inner .page_sel {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

.pages_inner .page_n_sel a {
    font-family: 'Open Sans Bold';
    color: #545454;
}

.pages_inner .page_n_sel a:hover {
    color: #2454a9;
}

.pages_inner .p_prev,
.pages_inner .p_next {
    display: inline-block;
    width: 12px;
    height: 15px;
    vertical-align: middle;
    transition: none;
}

.pages_inner .p_prev {
    margin-right: 10px;
    background: url(/desimages/pager_left.png) center no-repeat;
}

.pages_inner .p_prev:hover {
    background: url(/desimages/pager_left_h.png) center no-repeat;
}

.pages_inner .p_next {
    margin-left: 10px;
    background: url(/desimages/pager_right.png) center no-repeat;
}

.pages_inner .p_next:hover {
    background: url(/desimages/pager_right_h.png) center no-repeat;
}

.news_list .list_news_first {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 2px solid #f0f1f3;
}

.list_news_first img {
    max-width: 530px;
    float: left;
    margin-right: 20px;
}

.list_news_first .news_list_date {
    margin-bottom: 7px;
    font-family: 'Open Sans Bold';
    font-size: 12px;
    color: #222222;
}

.list_news_first .news_block_title {
    margin-bottom: 15px;
}

.list_news_first .news_block_title a {
    font-family: 'Open Sans Bold';
    text-decoration: none;
}

.list_news_first .news_block_title a:hover {
    color: #05aafc;
}

.list_news_all,
.map_news_list {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    align-items: flex-start;
}

.list_news_all .news_block_item,
.map_news_list .news_block_item {
    flex-basis: calc(33.33% - 16px);
    display: inline-block;
    margin-bottom: 40px;
    margin-right: 24px;
}

.list_news_all .news_block_item:nth-child(3n),
.map_news_list .news_block_item:nth-child(3n) {
    margin-right: 0;
}

.list_news_all a,
.map_news_list a {
    text-decoration: none;
}

.list_news_all a:hover .news_block_title,
.map_news_list a:hover .news_block_title {
    color: #05aafc;
}

.list_news_all a:hover .news_block_text,
.map_news_list a:hover .news_block_text {
    text-decoration: underline;
}

.list_news_all .news_block_title,
.map_news_list .news_block_title {
    margin-bottom: 10px;
    font-family: 'Open Sans Bold';
    color: #393838;
}

.list_news_all .news_block_date,
.map_news_list .news_block_date {
    margin: 0;
}

.list_news_all .news_block_text,
.map_news_list .news_block_text {
    margin-top: 7px;
    color: #121212;
}

.rukovodstvo_item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f1f3;
}

h1 + .rukovodstvo_item {
    padding-top: 0;
}

.rukovodstvo_item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.rukovodstvo_item .news_img {
    float: left;
    display: inline-block;
    max-width: 250px;
    width: 100%;
    margin-right: 40px;
}

.rukovodstvo_item .news_img img {
    margin: 0;
}

.rukovodstvo_item a {
    color: #121212;
    text-decoration: none;
}

.rukovodstvo_item .rkv_fio {
    padding-bottom: 15px;
}

.rukovodstvo_item .news_img + .rkv_fio {
    padding-top: 15px;
}

.rukovodstvo_item .rkv_fio a:hover span {
    color: #05aafc;
}

.rukovodstvo_item .rkv_fio span:first-child {
    font-family: 'Open Sans Bold';
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1.5;
}

.rukovodstvo_item .rkv_fio span {
    font-size: 20px;
}

.rukovodstvo_item .rkv_info_text,
.rukovodstvo_item .rkv_extra_text {
    margin-left: 28px;
}

.rukovodstvo_item .rkv_info_icon {
    background: url(/desimages/rkv_info.png) center no-repeat;
}

.rukovodstvo_item .rkv_extra_icon {
    background: url(/desimages/rkv_extra.png) center no-repeat;
}

.rukovodstvo_item .rkv_info_icon,
.rukovodstvo_item .rkv_extra_icon {
    float: left;
    width: 21px;
    height: 21px;
    border: 2px solid #dadbdc;
    border-radius: 50%;
    background-color: #f3f4f8;
}

.rukovodstvo_item .rkv_info,
.rukovodstvo_item .rkv_extra {
    display: table;
    margin-top: 15px;
}

.rukovodstvo_title {
    font-family: 'Open Sans Bold', sans-serif;
    font-size: 20px;
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.3;
    color: #222222;
}

.company_menu {
    margin: 50px 0;
}

.company_menu li {
    margin: 0;
    padding: 0;
    background-image: none;
}

.company_menu a {
    text-decoration: none;
}

.company_menu a:hover {
    color: #05aafc;
}

.company_menu img {
    margin: 0;
}

.company_item > a {
    display: block;
    font-family: 'Open Sans Bold';
    font-size: 16px;
    color: #535252;
}

.company_item > a {
    padding: 15px 25px 10px 100px;
}

.company_item > a,
.company_item .link_sel {
    letter-spacing: -1px;
    min-height: 85px;
    background-repeat: no-repeat;
    background-position: 10px 15px;
}

.company_item .link_sel {
    padding: 30px 25px 50px 100px;
    border-bottom: 1px solid #f0f0f1;
    background-color: #dedfe1;
}

.company_item > a:hover,
.company_item .link_sel:hover {
    color: #05aafc;
    background-color: #f0f0f1;
}

.company_item ul {
    margin: 15px 30px 0;
    padding-bottom: 25px;
}

.company_item ul li {
    padding: 10px 0 5px;
    border-bottom: 1px solid #f4f5f6;
}

.company_item ul li:first-child {
    padding-top: 0;
}

.company_item ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.company_item.sel {
    margin-bottom: 20px;
    box-shadow: 10px 5px 20px rgba(0, 0, 0, 0.1);
}

.company_item .child_sel,
.company_item .child_sel a {
    font-weight: bold;
}

.company_info {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 2px solid #f1f2f4;
}

.company_info .doc_photo {
    float: left;
    max-width: 260px;
    width: 30%;
}

.company_info .doc_photo + .doc_text {
    width: 100%;
    padding-left: 33%;
}

.company_info .cn_phones {
    margin-bottom: 10px;
}

.doska_list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 30px; 
    border-bottom: 2px solid #f0f1f3;
}

.doska_wrapper .doska_list:nth-last-child(2) {
    border-bottom: none;
    margin-bottom: 0;
}

.doska_wrapper .doska_list:last-child {
    display: none;
}

.doska_item {
flex-basis: calc(25% - 9px);
    display: inline-block;
    margin-bottom: 40px;
    font-size: 14px;
    margin-right: 12px;
}

.doska_list .doska_item:last-child {
    margin-right: 0;
}

.doska_item img {
    margin-bottom: 15px;
}

.doska_item div {
    margin-bottom: 10px;
    font-family: 'Open Sans Bold';
    font-size: 16px;
    text-transform: uppercase;
}

.doska_line {
    width: 100%;
    height: 2px;
    margin-bottom: 30px;
    background-color: #f0f1f3;
}

.doska_line:last-of-type {
    display: none;
}

.sitemap {
    margin: 0;
}

.sitemap a {
    font-family: 'Open Sans Bold';
    text-decoration: none;
    color: #222222;
}

.sitemap a:hover {
    color: #0f3a85;
}

.sitemap li {
    margin-top: 25px;
    padding-left: 0;
    background: none;
}

.sitemap li:first-child {
    margin-top: 0;
}

.sitemap ul {
    margin-left: 20px;
}

.sitemap ul li,
.sitemap ul li:first-child {
    margin-top: 15px;
}

.sitemap ul a {
    font-family: 'Open Sans', sans-serif;
    transition: none;
}

.sitemap ul a:hover {
    text-decoration: underline;
    text-decoration-color: #dedfe1;
    color: #222222;
}

.sitemap ul ul {
    margin-left: 35px;
}

.form_wrapper .fb_text {
    float: left;
    clear: both;
    width: 285px;
    margin-right: 15px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 25px;
    color: #585858;
}

.form_wrapper .el_input select {
    padding-right: 35px;
    background: url(/desimages/select_arrow.png) center right 10px no-repeat;
    cursor: pointer;
    appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.fb_text_before {
    margin-bottom: 20px;
}

.form_wrapper .fb_info {
    margin-bottom: 20px;
}

.fb_send_ok,
.fb_send_error {
    margin-bottom: 20px;
    font-weight: bold;
}

.fb_send_ok {
    color: #05a737;
}

.fb_send_error {
    color: #ee4400;
}

.red {
    display: inline;
}

.red_error {
    display: none;
    color: #ff0000;
    font-size: 14px;
}

.form_wrapper .el_input {
    float: left;
    width: calc(100% - 300px);
}

.form_wrapper .el_input input,
.form_wrapper textarea,
.form_wrapper .el_pic input,
.extended_search_block .search_input,
.form_wrapper .el_input select {
    background-color: #ffffff;
    border: 2px solid #e6e7e9;
}

.form_wrapper .el_input input,
.form_wrapper textarea,
.form_wrapper .el_input select {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding: 2px 3px;
}

.form_wrapper .el_input input,
.extended_search_block .search_input,
.form_wrapper .el_input select {
    height: 40px;
}

.form_wrapper .el_input input:focus,
.form_wrapper textarea:focus,
.form_wrapper .el_pic .code_input:focus,
.extended_search_block .search_input:focus,
#from_day:focus,
#to_day:focus {
    -webkit-box-shadow: 0px 0px 7px 3px rgba(229,229,229,1);
    -moz-box-shadow: 0px 0px 7px 3px rgba(229,229,229,1);
    box-shadow: 0px 0px 7px 3px rgba(229,229,229,1);
    outline: none;
}

.form_wrapper textarea {
    min-height: 100px;
    resize: vertical;
}

.upload_wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    float: left;
    height: 30px;
    margin: 0 14px 0 0;
    padding: 0;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    vertical-align: middle;
    color: #ffffff;
    border-radius: 3px;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.upload_wrapper .upload_pic {
    display: inline-block;
    width: 39px;
    height: 29px;
    background: url(/desimages/file_upload.png) no-repeat;
}

.upload_wrapper input.upload_btn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 120px;
    line-height: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.el_file .upload_file {
    display: block;
    float: left;
    height: 30px;
    padding: 2px 0;
    font-size: 14px;
    color: #585858;
    background: #ffffff;
    border: none;
}

.form_wrapper .el_pic .fb_code {
    float: left;
    width: 150px;
}

.form_wrapper .el_pic .fb_code iframe,
.form_wrapper .el_pic .fb_code a {
    vertical-align: top;
}

.form_wrapper iframe {
    max-width: 100%;
    margin: 0;
    border: 0;
}

.form_wrapper .el_pic .fb_code a {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #585858;
    text-decoration: none;
}

.form_wrapper .el_pic .fb_code a:hover {
    color: #05aafc;
}

.form_wrapper .el_pic input {
    display: block;
    float: left;
    width: calc(100% - 450px);
    height: 50px;
    padding: 2px 5px;
    border-left: none;
}

.form_wrapper .sendform {
    display: block;
    margin: 70px auto 0;
    padding: 7px 75px;
    font-family: 'Open Sans Bold';
    font-size: 14px;
    text-transform: uppercase;
    color: #1e6beb;
    background: #edeef1;
    border: 2px solid #e6e7e9;
    border-radius: 10px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}

.form_wrapper .sendform:hover,
.search_adv .search_in_btn:hover {
    color: #ffffff;
    border-color: #1e6beb;
    background: #1e6beb;
    transition: color 500ms ease-in-out, border-color 500ms ease-in-out, background 500ms ease-in-out;
}

.fb_small_text {
    font-size: 14px;
}

.extended_search_block .input_text,
.search_p_t {
    margin-bottom: 3px;
    font-size: 14px;
    letter-spacing: -0.5px;
    color: #585858;
}

.extended_search_block .search_input {
    display: block;
    width: 100%;
    max-width: 640px;
    margin-bottom: 17px;
    padding: 2px 10px;
    font-family: 'Open Sans Bold';
    font-size: 18px;
    color: #585858;
}

.search_where select {
    width: 100%;
    max-width: 320px;
    padding: 15px 35px 15px 10px;
    font-size: 18px;
    /*text-align: center;*/
    text-align-last: center;
    text-transform: lowercase;
    color: #585858;
    background: url(/desimages/select_arrow.png) center right 10px no-repeat;
    background-color: #dedfe1;
    /*border-color: #dedfe1;*/
    cursor: pointer;
    appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select {
    outline: none;
    border: none;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.search_period {
    margin-top: 30px;
}

#from_day,
#to_day {
    cursor: pointer;
    border: 2px solid #e6e7e9;
    color: #535252;
}

.search_adv .search_period_in input[type="text"],
.search_line {
    display: inline-block;
}

.search_adv .search_period_in input[type="text"] {
    position: relative;
    width: 150px;
    height: 40px;
    margin: 0;
    font-family: 'Open Sans Bold';
    font-size: 14px;
    color: #2e2e2e;
    background: url(/desimages/calendar.png) no-repeat center right 8px;
    cursor: pointer;
    line-height: 25px;
    padding: 0px 25px 0px 9px;
}

.form_wrapper .sendform,
.search_adv .search_in_btn {
    display: block;
    margin: 45px 0 35px;
    padding: 7px 50px;
    font-family: 'Open Sans Bold';
    font-size: 14px;
    text-transform: uppercase;
    color: #1e6beb;
    background: #edeef1;
    border: 2px solid #e6e7e9;
    border-radius: 10px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}

.search_result {
    margin-bottom: 20px;
    font-family: 'Open Sans SemiBold';
    font-size: 20px;
    color: #222222;
}

.search_result_list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.last_n_inner_item {
    flex-basis: calc(33.33% - 16px);
    display: inline-block;
    margin-bottom: 40px;
    font-size: 14px;
    margin-right: 24px;
}

.search_result_list .last_n_inner_item:nth-child(3n) {
    margin-right: 0;
}

.search_result_list a {
    display: block;
    text-decoration: none;
}

.search_result_list a:hover .news_list_title,
.search_result_list a:hover .news_item_descript {
    text-decoration: underline;
}

.search_result_list .news_list_title {
    font-family: 'Open Sans Bold';
    font-size: 18px;
    color: #393838;
}

.search_result_list .news_list_title span,
.search_result_list .news_item_descript span {
    color: #1e6beb;
}

.search_result_list .news_list_date {
    margin-top: 15px;
    font-family: 'Open Sans Bold';
    font-size: 12px;
    color: #222222;
}

.search_result_list .news_item_descript {
    margin-top: 7px;
    color: #121212;
}

.ui-datepicker{background: #ffffff;border: 1px solid transparent;padding: 10px;z-index: 100!important;}
.ui-datepicker-header{display: -webkit-flex; -webkit-flex-wrap: wrap;display: flex;justify-content:space-between;align-items: center;font-weight: 500;font-size: 18px;font-size: 1.125rem;line-height: 35px;}
.ui-datepicker-year{border: 0;font-size: 12px;font-size: 0.75rem;}
.ui-datepicker-prev, .ui-datepicker-next{cursor: pointer;}
.ui-datepicker-prev{order: 1;}
.ui-datepicker-next{order: 3;}
.ui-datepicker-title{order: 2;}
.ui-datepicker-calendar{margin: 0;border: 0;font-size: 11px;font-size: 0.6875rem;}
.ui-datepicker-calendar tr:hover{box-shadow: none;}
.ui-datepicker-calendar th, .ui-datepicker-calendar td{text-align: center;background-color: transparent;}
.ui-datepicker-calendar th{border-top: 1px solid #c7c6c6;border-bottom: 1px solid #c7c6c6;border-left: 0;border-right: 0;color: #585858;text-transform: uppercase;}
.ui-datepicker-calendar td{border: 0;padding: 0;}
.ui-datepicker-calendar td a, .ui-datepicker-calendar td span{color: #3C3C3C;display: block;padding: 5px 10px;}
.ui-datepicker-calendar td:hover{background-color: #1e6beb;}
.ui-datepicker-calendar td:hover a{color: #ffffff;}
.ui-datepicker-today a{font-weight: bold;}
.ui-datepicker-unselectable:hover{background-color: transparent!important;}

.contacts_button {
    margin-top: 50px;
}

.contacts_button a {
    text-decoration: none;
}

.contacts_button .cn_soc {
    display: none;
}

.contacts_button .cn_btn {
    margin: 0 20px;
    padding: 7px 35px 7px 10px;
    font-family: 'Open Sans Bold';
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 10px;
    background: url(/desimages/contacts_arrow.png) center right 10px no-repeat;
    background-color: #1e6beb;
    cursor: pointer;
}

.contacts_button .cn_btn {
    margin: 0 20px;
    padding: 7px 35px 7px 10px;
    font-family: 'Open Sans Bold';
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 10px;
    background: url(/desimages/contacts_arrow.png) center right 10px no-repeat;
    background-color: #1e6beb;
    cursor: pointer;
}

.contacts_button .cn_info {
    padding: 30px 15px 0;
}

.contacts_button .cn_text {
    display: none;
}

.inner_menu,
.inner_menu_elo {
    margin: 50px 0;
}

.inner_menu li,
.inner_menu_elo li {
    margin: 0 0 2px;
    padding: 0;
    background: none;
}

.inner_menu a {
    display: block;
    min-height: 50px;
    padding: 15px 40px 15px 20px;
    font-family: 'Open Sans Bold';
    text-decoration: none;
    color: #605f5f;
    border-bottom: 3px solid #1e6beb;
    border-radius: 0 50px 0 0;
    background-color: #edeef1;
}

.inner_menu a:hover {
    color: #ffffff;
    background-color: #1e6beb;
    border-bottom-color: #ffffff;
}

.inner_menu a img {
    float: left;
    max-width: 20px;
    max-height: 20px;
    margin-right: 12px;
}

.inner_menu_elo {
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
}

.inner_menu_elo a {
    display: block;
    min-height: 50px;
    padding: 10px 20px;
    font-family: 'Open Sans Bold';
    font-size: 18px;
    text-decoration: none;
    letter-spacing: -1px;
    color: #535252;
}

.inner_menu_elo a:hover {
    background-color: #dedfe1;
}

.inner_menu_elo a img {
    float: left;
    max-width: 25px;
    max-height: 25px;
    margin-right: 17px;
}

.inner_menu_elo ul {
    padding: 0 0 10px;
}

.inner_menu_elo ul a {
    min-height: auto;
    padding: 5px 20px 5px 60px;
    font-family: 'Open Sans';
    font-size: 16px;
    transition: none;
}

.inner_menu_elo ul a:hover {
    text-decoration: underline;
    text-decoration-color: #dedfe1;
    background-color: #ffffff;
}

.inner_menu_elo .inner_menu_selected {
    font-weight: bold;
}

h1.map_header {
    margin-bottom: 35px;
    font-size: 18px;
    text-transform: uppercase;
}

.map_wrapper {
    position: relative;
}

.map_list {
    position: absolute;
    /*border: 1px solid red;*/
    width: 200px;
}

.map_list a {
    display: block;
    padding: 10px;
    font-family: 'Open Sans Bold';
    font-size: 14px;
    text-decoration: none;
    color: #525252;
    cursor: pointer;
}

.map_list a::before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.map_list a.circle_color_1::before {background-color: #00ae6a;}
.map_list a.circle_color_2::before {background-color: #f9a20a;}
.map_list a.circle_color_3::before {background-color: #2a70eb;}
.map_list a.circle_color_4::before {background-color: #f90a0a;}
.map_list a.circle_color_5::before {background-color: #e803c5;}
.map_list a.circle_color_6::before {background-color: #fffc03;}
.map_list a.circle_color_7::before {background-color: #01d9ec;}
.map_list a.circle_color_8::before {background-color: #737372;}
.map_list a.circle_color_9::before {background-color: #7403e8;}

.tab_page .circle_color_1{stroke: #ffffff; stroke-width: 1px; fill: #00ae6a; cursor: pointer;}
.tab_page .circle_color_2{stroke: #ffffff; stroke-width: 1px; fill: #f9a20a; cursor: pointer;}
.tab_page .circle_color_3{stroke: #ffffff; stroke-width: 1px; fill: #2a70eb; cursor: pointer;}
.tab_page .circle_color_4{stroke: #ffffff; stroke-width: 1px; fill: #f90a0a; cursor: pointer;}
.tab_page .circle_color_5{stroke: #ffffff; stroke-width: 1px; fill: #e803c5; cursor: pointer;}
.tab_page .circle_color_6{stroke: #ffffff; stroke-width: 1px; fill: #fffc03; cursor: pointer;}
.tab_page .circle_color_7{stroke: #ffffff; stroke-width: 1px; fill: #01d9ec; cursor: pointer;}
.tab_page .circle_color_8{stroke: #ffffff; stroke-width: 1px; fill: #737372; cursor: pointer;}
.tab_page .circle_color_9{stroke: #ffffff; stroke-width: 1px; fill: #7403e8; cursor: pointer;}

.ent_logo_border.border_color_1:hover{border-color: #00ae6a; cursor: pointer;}
.ent_logo_border.border_color_2:hover{border-color: #f9a20a; cursor: pointer;}
.ent_logo_border.border_color_3:hover{border-color: #2a70eb; cursor: pointer;}
.ent_logo_border.border_color_4:hover{border-color: #f90a0a; cursor: pointer;}
.ent_logo_border.border_color_5:hover{border-color: #e803c5; cursor: pointer;}
.ent_logo_border.border_color_6:hover{border-color: #fffc03; cursor: pointer;}
.ent_logo_border.border_color_7:hover{border-color: #01d9ec; cursor: pointer;}
.ent_logo_border.border_color_8:hover{border-color: #737372; cursor: pointer;}
.ent_logo_border.border_color_9:hover{border-color: #7403e8; cursor: pointer;}

.map_list a.selected_point {
    background-color: #dedfe1;
}

.tab_page_table {
    display: table;
}

.tab_page_table .tab_page_img,
.tab_page_table .tab_page_description {
    display: table-cell;
    vertical-align: top;
}

.tab_page_table .tab_page_img {
    max-width: 265px;
    margin-right: 60px;
}

.tab_page_table .tab_title {
    margin-bottom: 10px;
    font-family: 'Open Sans Bold';
    font-size: 18px;
    line-height: 26px;
}

.tab_link {
    display: inline-block;
    margin-top: 5px;
    padding: 7px 50px;
    font-family: 'Open Sans Bold';
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    background: #1e6beb;
    border: 2px solid #1e6beb;
    border-radius: 10px;
    /*cursor: pointer;*/
}

.tab_link:hover {
    color: #1e6beb;
    background: #edeef1;
    border: 2px solid #e6e7e9;
}

.map_news_col {
    width: calc(100% - 295px);
    margin-top: 65px;
    padding-top: 30px;
    border-top: 2px solid #f0f1f3;
}

.map_news_link {
    display: inline-block;
    margin-bottom: 15px;
    font-family: 'Open Sans SemiBold';
    font-size: 20px;
    text-decoration: none;
    color: #121212;
}

.map_news_link:hover {
    color: #3d3c3c;
}

.ent_logo_wr {
    position: relative;
    display: inline-block;
    min-width: 50px;
    padding: 0 15px 0 20px;
    background: #ffffff;
    border: 1px solid #ecedee;
    border-radius: 15px 15px 0 0;
}

.ent_logo_wr::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 20px;
    margin-left: -20px;
    margin-top: -1px;
    width: 0;
    height: 0;
    border-top: solid 10px #ffffff;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}

.ent_logo_border {
    display: inline-block;
    height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: top;
    border-bottom: 2px solid #ffffff;
}

.ent_logo_img {
    max-width: 90px;
    max-height: 30px;
    margin: 0;
    transform: scale(0.8);
}

.ent_logo_border:hover .ent_logo_img {
    transform: scale(1);
}

.ent_logo_img:focus {
    outline: none;
}

/* видео */
.video_item {
    margin-bottom: 40px;
    display: block;
    text-decoration: none;
}

.video_item .date {
    font-size: 12px;
    color: #222;
    font-family: 'Open Sans Bold';
}

.video_item .video_title {
    margin-bottom: 10px;
    font-family: 'Open Sans Bold';
    color: #393838;
}

.video_item:hover .video_title {
    color: #05aafc;
}
