@import "inner.css";

* {
    box-sizing: border-box;
}

.all {
    max-width: 100%;
    margin: 0 auto;
    background: #edeef2;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.display_none {
    display: none;
}

.uppercase {
    text-transform: uppercase;
}

.first_page a {
    text-decoration: none;
}

.first_page .main .left_col,
.page_content .left_col {
    float: left;
    max-width: 1100px;
    width: calc(100% - 201px);
}

.first_page .main .right_col,
.page_content .right_col {
    float: right;
    width: 181px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-bottom: 50px;
    background-color: #ffffff;
}

.first_page .main .right_col.eng {
    padding-top: 15px;
    padding-bottom: 20px;
    max-height: 780px;
    overflow-y: auto;
}

.right_col.eng .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #757576;
}

.right_col.eng:hover .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #0f3a85;
}

.block_name {
    font-family: 'Open Sans SemiBold';
    font-size: 14px;
    margin-bottom: 21px;
    color: #121212;
}

.logo_back {
    border-bottom: 1px solid #e0e0e0;
    background-color: #fbfbfb;
}

.logo_wrapper,
.menu_main,
.main_wrapper,
.page_content {
    max-width: 1300px;
    width: 100%;
}

.logo_wrapper,
.menu_main,
.main_wrapper,
.page_content.error,
.page_content.wide {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.logo_pic_mob {
    display: none;
}

.logo_pic,
.langs_menu {
    display: inline-block;
}

.logo_pic,
.logo_pic_mob {
    float: left;
    line-height: 101px;
}

.logo_pic img,
.logo_pic_mob img,
.langs_menu .vsv_logo img,
.langs_menu .map_logo img {
    margin: 0;
    vertical-align: middle;
}

.langs_menu {
    float: right;
    line-height: 101px;
}

.langs_menu .langs,
.langs_menu .vsv_logo,
.langs_menu .map_logo,
.langs_menu .header_icons {
    display: inline-block;
}

.langs_menu .langs {
    float: right;
}

.langs_menu .vsv_logo {
    float: left;
    margin-right: 45px;
}

.langs_menu .vsv_logo a,
.langs_menu .map_logo a {
    display: block;
    padding: 0 5px;
}

.langs_menu .vsv_logo a:hover,
.langs_menu .map_logo a:hover {
    background-color: #dedfe1;
}

.langs_menu .map_logo,
.langs_menu .header_icons {
    float: left;
}

.langs_menu .lang {
    display: inline-block;
    margin-right: 5px;
    text-transform: uppercase;
}

.langs_menu .lang,
.langs_menu .lang a {
    font-family: 'Open Sans Bold';
    font-size: 14px;
}

.langs_menu .lang .active_line {
    color: #1e6beb;
}

.langs_menu .lang:last-child {
    margin-right: 0;
}

.search_logo {
    display: inline-block;
    float: left;
    width: 43px;
    height: 100%;
}

.search_logo_wrapper {
    position: relative;
    width: 43px;
    height: 101px;
}

.search_logo_wrapper:hover {
    background-color: #dedfe1;
}

.sb-search {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    float: none;
    width: 0;
    min-width: 43px;
    height: 101px;
    margin: auto;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    transition: width 0.5s;
}

.sb-search-input {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    z-index: 100;
    width: 245px;
    height: 38px;
    margin: 0 44px 0 0;
    padding: 0 12px;
    font-family: inherit;
    font-size: 1rem;
    border: 1px solid #bebebe;
    outline: none;
}

.sb-search-submit {
    z-index: -1;
    color: transparent;
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border: none;
    outline: none;
}

.sb-icon-search,
.sb-search-submit {
    position: absolute;
    right: 0;
    width: 43px;
    height: 40px;
    display: block;
    margin: 0;
    padding: 0;
    background: none;
    cursor: pointer;
}

.sb-icon-search {
    z-index: 120;
    height: 102px;
    font-size: 0.875rem;
    text-transform: none;
    background: url(/desimages/search.png) center no-repeat;
}

.sb-search.sb-search-open {
    width: 289px;
}

.sb-search.sb-search-open .sb-search-submit {
    z-index: 90;
}

.sb-search.sb-search-open .sb-icon-search {
    z-index: 120;
}

.menu_back {
    min-height: 48px;
    background-color: #2454a9;
    position: relative;
}

.menu_back .h_menu_cols {
    max-width: 1300px;
    margin: 0 auto;
}

.menu_main .h_menu_inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.menu_main .h_menu_item_inner {
    /*position: relative;*/
}

.menu_main .h_menu_wrapper a {
    display: block;
    padding: 13px 40px;
    font-family: 'Open Sans Bold';
    font-size: 18px;
    color: #ffffff;
    border-radius: 0 60px;
}

.menu_main .h_menu_item:hover .h_menu_wrapper a {
    background-color: #0f3a85;
}

.menu_main .h_menu_second {
    position: absolute;
    top: 100%;
    z-index: 999;
    display: none;
    min-width: 280px;
    width: 100%;
    padding: 10px 0 45px;
    text-align: left;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.3);
    left: 0;
    right: 0;
}

.menu_main .h_menu_item:last-child .h_menu_second {
    right: 0;
}

.menu_main .h_menu_item:hover .h_menu_second {
    display: block;
}

.menu_main .h_menu_second ul {
    margin: 0;
}

.menu_main .h_menu_second li {
    padding-right: 40px;
    padding-left: 40px;
    background: none;
}

.menu_main .h_menu_second a {
    font-size: 18px;
    color: #303030;
    transition: none;
}

.menu_main .h_menu_second a:hover {
    text-decoration: underline;
    text-decoration-color: #dedfe1;
}

.main {
    background: url(/desimages/main_back.jpg) no-repeat top -42px center;
    /*background-size: contain;*/
}

.contacts_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.left_contacts {
    width: 315px;
    background-color: #ffffff;
    margin-bottom: 25px;
}

.left_contacts p,
.contacts_button p {
    margin: 0 0 7px;
}

.cn_info {
    padding: 45px 15px 34px;
}

.cn_phones {
    margin-bottom: 25px;
}

.content_inner .cn_phones {
    clear: both;
    margin-bottom: 0;
}

.cn_phones:last-child {
    margin-bottom: 0;
}

.cn_phones .cn_pic {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    border: 2px solid #ffffff;
    border-radius: 50%;
}

.cn_phones .cn_pic.phone {
    background: url(/desimages/phone.png) no-repeat center;
    background-color: #f3f4f8;
}

.cn_phones .cn_pic.call {
    background: url(/desimages/call.png) no-repeat center;
    background-color: #f3f4f8;
}

.cn_phones .cn_pic.address {
    background: url(/desimages/address.png) no-repeat center;
    background-color: #f3f4f8;
}

.cn_phones .cn_pic.email {
    background: url(/desimages/email.png) no-repeat center;
    background-color: #f3f4f8;
}

.cn_phones .cn_pic.info {
    background: url(/desimages/sign_i.png) no-repeat center;
    background-color: #f3f4f8;
}

.cn_soc,
.left_contacts .social_icons {
    padding: 20px 15px;
    border-top: 2px solid #f1f2f4;
}

.cn_soc a.icon,
.left_contacts .social_icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    border: 2px solid #d9dadb;
    border-radius: 50%;
}

.left_contacts .social_icons a {
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f3f4f8;
}

.cn_soc a.icon:hover,
.left_contacts .social_icons a:hover {
    border-color: #c7c8c9;
}

.cn_soc a.facebook {
    background: url(/desimages/fb.png) no-repeat center;
    background-color: #f3f4f8;
}

.cn_soc a.vk {
    background: url(/desimages/vk.png) no-repeat center;
    background-color: #f3f4f8;
}

.cn_soc a.instagram {
    background: url(/desimages/instagram.png) no-repeat center;
    background-color: #f3f4f8;
}

.cn_soc a.telegram {
    background: url(/desimages/telegram.png) no-repeat center;
    background-color: #f3f4f8;
}

.cn_phones:hover .cn_pic {
    border-color: #1e6beb;
}

.cn_phones .cn_text {
    display: inline-block;
}

.cn_text span {
    font-family: 'Open Sans Bold';
    font-size: 14px;
}

.content_inner .cn_text span {
    font-size: 16px;
}

.cn_text a {
    color: #121212;
}

.inner_cat {
    width:100%;
}

.left_catalog {
    display: block;
    width: calc(100% - 335px);
    margin: 15px 0 25px;
}

.left_catalog.inner_cat {
    width: 100%;
}

.left_catalog_wr {
    background-color: #83cff5;
}

.left_catalog a {
    position: relative;
    display: block;
    width: 100%;
    min-height: 255px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    transition: none;
}

.catalog_col a {
    border-bottom: 2px solid #67c7f7;
}

.catalog_col a:last-child {
    border-bottom: none;
}

.left_catalog .slick-slider {
    margin-bottom: 0;
}

.left_catalog .slick-slide > div {
    font-size: 0;
}

.left_catalog a::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.left_catalog a:hover::after {
    background-color: rgba(74, 189, 247, 0.8);
}

.left_catalog span {
    position: absolute;
    z-index: 10;
    bottom: 25px;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    font-family: 'Open Sans Bold';
    font-size: 14px;
    text-transform: uppercase;
}

.left_catalog img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.right_col a {
    display: block;
    text-align: center;
    padding: 20px 5px;
}

/*.right_col a:hover {
    background-color: #dedfe1;
}*/

.right_col img {
    margin: 0;
}

/* баннер перед новостями */
.ban_before_news {
    display: block;
    margin-bottom: 13px;
    text-align: center;
}

.video_add,
.iframe_video{max-width: 100%;width:100%;position: relative;padding-bottom: 56.25%;margin:25px 0px}

.video_add iframe,
.video_add video,
.video_add object,
.iframe_video iframe {width: 100%;height: 100%;position: absolute; top:0;left: 0; outline: none;}

/* блок с новостями на главной */

.first_page .main_news_block,
.first_page .about_block {
    background: #fff;
    padding: 15px 20px;
    webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}

.first_page .about_block {
    margin-bottom: 25px;
}

.slider_banners_caption,
.first_page .about_block .about_caption {
    font-size: 20px;
    color: #393838;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.first_page .about_block .about_caption {
    font-family: 'Open Sans', sans-serif;
}

.horizont_line .line {
    margin: 27px 0 24px 24px;
    height: 2px;
    background: #f0f1f3;
}

.first_page .main_news_block .slider_banners_bkgr,
.first_page .main_news_block .news_right {
    float: left;
    width: 50%;
}

.first_page .main_news_block .slider_banners_bkgr {
    padding-right: 24px;
    
}

.first_page .main_news_block .slider_banners_bkgr .slider_banners img {
    display: block;
    margin-bottom: 30px;
}

.first_page .main_news_block .news_right {
/*    padding-left: 24px;*/
}

.all_news,
.about_link {
    font-family: 'Open Sans SemiBold';
    font-size: 18px;
    color: #393838;
    clear: both;
}

.all_news:hover,
.about_link:hover,
.first_page .main_news_block .news_item a:hover,
.first_page .main_news_block .slider_title:hover,
.first_page .main_news_block .news_item > a:not(.news_block_item):hover {
    color: #05aafc;
}

.first_page .main_news_block .news_item > a:not(.news_block_item),
.first_page .main_news_block .slider_title {
    font-family: 'Open Sans Bold';
    font-size: 18px;
    color: #393838;
    margin-bottom: 14px;
    display: inline-block;
    vertical-align: top;
}

.first_page .main_news_block .slider_title {
   margin-bottom: 31px; 
}

.first_page .main_news_block .news_item .news_block_item {
    color: #121212;
}

.first_page .main_news_block .news_right .news_item {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 4px);
    /*padding-bottom: 35px;*/
    padding-left: 24px;
}

.first_page .main_news_block .news_right {
    /*margin-left: -30px;*/
}

.news_block_date {
    font-size: 12px;
    color: #222;
    font-family: 'Open Sans Bold';
    margin-bottom: 5px;
}


/* меню после новостей */

.menu_after_news .slider a,
.menu_after_news .slider span {
    font-size: 14px;
    color: #121212;
}

.menu_after_news .slider_box {
    /*max-width: 1214px;*/
    max-width: 1298px;
    padding: 0 42px;
    /*margin: 0 auto;*/
    margin: 0 -15px;
}

.menu_after_news .slider a:hover {
    /*text-decoration: underline;*/
    color: #3d3c3c;
}

.menu_after_news .slider .slide_header:hover {
    color: #83cff5;
}

.menu_after_news .slider .slide_header {
    color: #83cff5;
    font-size: 20px;
    font-family: 'Open Sans Bold';
    display: block;
    padding: 24px 10px;
    border-top: 2px solid #dfdfe0;
    margin-top: 37px;
    min-height: 100px;
    text-shadow: 0 0 10px #cccccc;
}

.menu_after_news .slider .slide_header img {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    border: 7px solid #eaebef;
    border-radius: 50%;
    background-color: #83cff5;
}

.menu_after_news .slider {
    text-align: center;
}

.menu_after_news .slider .slide_box .slider_item {
    background: #fff;
    position: relative;
    background-image: none;
    padding: 137px 0px 0px;
    border-radius: 16px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
     flex-direction: column-reverse;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.menu_after_news .slider .slide_box .slider_item > ul {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.menu_after_news .slider .slide_box {
    /*margin: 0;*/
    margin: 20px 0 0;
    padding: 15px;
/*    padding: 30px 15px 15px;*/
    width: 100%;
    background-image: none;
    height: inherit !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
    outline: none;
    -webkit-transition: margin 0.4s;
    -o-transition: margin 0.4s;
    transition: margin 0.4s;
}

.menu_after_news .slider .slide_box:hover {
    margin-top: 0;
}


.menu_after_news .slider .slide_box li {
    padding: 0 10px;
    background-image: none;
}

/* слайдер перед ползной информацией */

.slider_before_useful {
    background: #2454a9;
}

.slider_before_useful .inner {
    max-width: 1300px;
    padding-right: 200px;
    margin: 0 auto;
}

.slider_before_useful .slider_box {
    max-width: 1104px;
    padding: 0 42px;
    /*margin: 0 auto;*/
}

.slider_before_useful .slick-slider {
    margin-bottom: 0;
}

.slider_before_useful .slider_box .slider_item {
    max-width: 255px;
    height: 290px;
    display: block;
    text-align: center;
    position: relative;
}

.slider_before_useful .slider_box .slider_item:hover .slider_text span {
   color: #03173b; 
}

.slider_before_useful .slider_text span {
    text-shadow: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.slider_before_useful .slider_box .slick-slide .slider_item::after {
    content: '';
    display: block;
    background: rgba(36, 84, 169, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.slider_before_useful .slider_box .slick-slide .slider_item:hover::after {
    background: url(/desimages/useful_slide_bg.png) no-repeat center;
    background-size: cover;
}

.slider_before_useful .slider_box .slick-slide:nth-child(even) .slider_item:hover::after {
    background: url(/desimages/useful_slide_bg2.png) no-repeat center;
}

/*.slider_before_useful .slider_box .slider_item:hover::before {
    box-shadow: 0 0 12px #000;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}*/

/* полезная информация */

.slider_before_resouces {
    background: #edeef2;
    padding: 44px 20px 20px;
}

.slider_before_resouces .inner {
    max-width: 1300px;
    margin: 0 auto 21px;
    padding-right: 200px;
}

.slider_before_resouces .block_name {
    padding: 0 42px;
    max-width: 1194px;
    /*margin: 0 auto 21px;*/
}

.slider_before_resouces .slider_box {
    max-width: 1194px;
    /*margin: 0 auto;*/
    margin: 0 -15px;
    padding: 0 42px;
}

.slider_before_resouces .slider_box .slide_box {
    padding: 0 15px;
}

.slider_before_resouces .slider_box .slider_next,
.left_catalog_wr .slider_next {
    background: url(/desimages/slider_next_gray.png) no-repeat center;
}

.slider_before_resouces .slider_box .slider_prev,
.left_catalog_wr .slider_prev {
    background: url(/desimages/slider_prev_gray.png) no-repeat center;
}

.slider_before_resouces .slider_box .slider_item {
    max-width: 255px;
    height: 290px;
    display: block;
    text-align: center;
    position: relative;
    margin: 0 auto;
}
    
.slider_before_resouces .slider_box .slider_item:hover::after {
    background-color: rgba(74, 189, 247, 0.5);
}

.slider_before_resouces .slider_box .slider_item::after {
    content: '';
    display: block;
    background-color: rgba(216, 213, 213, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}

.slider_text {
    color: #fff;
    font-family: 'Open Sans Bold';
    /*font-weight: bold;*/
    padding: 48px 10px 10px;
    display: block;
    position: relative;
    z-index: 2;
}

.slider_text span {
    text-shadow: 0 0px 12px #000;
}

/* слайдер интрнет-ресурсы */

.footer_inner .slider .slick-track,
.menu_after_news .slider .slick-track {
    display: flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;

}

.footer_inner .slider .slick-slide,
.menu_after_news .slider .slick-slide,
.menu_after_news .slider .slick-slide > div {
     height: inherit !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.menu_after_news .slider .slick-slide > div {
    margin: 0 auto;
}

/*.page_footer_box .slide_box {
    height: 100%;
    margin: 0 15px;
}*/

.page_footer_box .slide {
    padding: 8px 12px;
    border-top: 3px solid #4abdf7;
    background: #919193;
    max-width: 240px;
    height: 100%;
    display: block;
}

.page_footer_box .slide:hover {
    border-top-color: #757576;
}

.page_footer_box .block_name {
    color: #fff;
    font-family: 'Open Sans Bold';
    padding: 0 42px;
}

.slider_prev {
    background: url(/desimages/slider_prev.png) no-repeat center;
    left: -42px;

}

.slider_next {
  background: url(/desimages/slider_next.png) no-repeat center;
   right: -42px;
}

.slider_prev, .slider_next {
    width: 42px;
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.footer_inner .slider_box {
    padding: 0 42px;
/*    margin: 0 -15px;*/
}

/* футер */

.page_footer_box {
    background: #9a9b9d;
    color: #fff;
    font-family: 'Open Sans SemiBold';
}

.page_footer_box a {
    color: #fff;
    font-family: 'Open Sans SemiBold';
}

.footer_inner_box {
    max-width: 1300px;
    margin: 0 auto;
    padding-right: 200px;
}

.footer_bottom {
    border-top: 2px solid #adaeb0;
    padding: 12px 42px 30px;
}

.footer_bottom > *:first-of-type {
    margin-bottom: 14px;
}

.page_footer_box .footer_inner {
    max-width: 1110px;
    padding-top: 22px;
    margin: 0 auto;
}

.yandex_map {
    margin-top: 100px
}


/*интерактивная карта предприятий*/
.tab_page .svg_box {
    /*width: 60%;*/
    /*max-width: 605px;*/
    vertical-align: top;
    /*float: left;*/
}

.eng_lang .tab_page .svg_box {
    max-width: 100%;
}

.tab_page path.svg_oblast {
    fill: #edeef1;
    stroke: #ffffff;
    stroke-width: 1px;
    cursor: pointer;
}

.tab_page path.svg_oblast:hover {
    filter: url(#dropshadowobl);
}

.svg_header {
    padding: 33px 18px 0px 18px;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2;
    color: #4d4d4d;
}

#svg_map {
    /*max-width: 530px;*/
    margin-top: -40px;
}

.eng_lang #svg_map {
    max-width: 690px;
}

#svg_map_inf{
	float:left;
	max-width:50px;
	margin-right:11px;
}
.oblast:hover .svg_oblast {
    fill: #edeef1;
    filter: drop-shadow( 3px 3px 2px rgba(0,0,0,.7) );
}

.oblast:hover .svg_oblast text {
    fill:#1A5632;
}

.oblast text:hover {
    cursor: pointer;
}

.tab_page .capital_g:hover text {
    fill: #d3af35;
}


.tab_page .svg_gorod_point {
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 2px;
    cursor: pointer;
}

.tab_page path.svg_oblast_sel {
    fill: #eaeaea;
}


.tab_page .svg_gorod_point_inner {
    stroke: #edeef1;
    /*stroke-width: 2px;*/
    fill: #edeef1;
    /*cursor: pointer;*/
}

.tab_module .tab_page .capital {
    cursor: pointer;
}

.tab_page .republic {
    fill: #edeef1;
}

.tab_page text {
    fill: #4c4c4c;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    /*font-weight: bold;*/
    font-family: 'Open Sans Bold';
    color: #535252;
}

.map_block .region {
    display: none;
    font-size:16px;
}

.map_block #region_7 {
    display: block;
}

.svg_map_info {
    position: relative;
    /*width: calc(40% - 20px);*/
    /*float: left;*/
    /*padding: 17px 0 17px 22px;*/
    /*background: #f3f5f5;*/
    /*border: 1px solid #edeef1;*/
    /*margin-top: 127px;*/
    /*-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);*/
    /*-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);*/
    /*box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);*/
    /*max-height: 400px;*/
    /*overflow-y: auto;*/
}

.eng_lang .svg_map_info {
    width: 35%;
}

.svg_map_info .close_popup {
    display: none;
    /*background: url(/desimages/close_popup.png) no-repeat center;*/
    width: 16px;
    height: 16px;
    position: absolute;
    right: 13px;
    top: 13px;
    cursor: pointer;
}

.svg_map_info .svg_content {
        /*max-height: 350px;
        max-width: calc(100% - 35px);
        padding-right: 11px;*/
    }
    
    .svg_map_info .svg_content.mCS_no_scrollbar {
        max-width: 100%;
        padding-right: 22px;
    }
    
    .svg_content.mCustomScrollbar {
        
    }
    .svg_content .region {
    display: none;
    font-size: 16px;
}
.one_enterprise{display: none}
.logo_in_map{
    /*width: auto !important;*/
    /*height: auto !important;*/
    /*height: 50px !important;*/
}
/*.tab_page .circle_color_1{stroke: red; stroke-width: 2px; fill: red; cursor: pointer;}*/
/*.tab_page .circle_color_2{stroke: blue; stroke-width: 2px; fill: blue; cursor: pointer;}*/
/*.circle_color_1{background: red}*/
/*.circle_color_2{background: blue}*/

#burger_pic {
    height: 48px;
    width: 80px;
    margin-left: 7px;
    background: url(/desimages/burger_ico.png) no-repeat center;
    background-color: #0f3a85;
    border-radius: 0 60px;
    display: none;
    cursor: pointer;
    float: left;
}

#close_pic {
    height: 48px;
    width: 48px;
    background: url(/desimages/menu_close_ico.png) no-repeat center;
    display: none;
    cursor: pointer;
    float: right;
}

.h_menu_inner.mobile_menu {
    display: none;
    width: calc(100% - 48px);
    padding-bottom: 15px;
}

.h_menu_inner.mobile_menu .h_menu_second {
    position: static;
    display: none;
    padding: 0 0 10px;
    background: none;
    box-shadow: none;
}

.menu_main .mobile_menu .h_menu_item:hover .h_menu_second {
    display: none;
}

.h_menu_inner.mobile_menu .h_menu_second.show {
    display: block;
}

.h_menu_inner.mobile_menu .h_menu_second a {
    color: #ffffff;
}

.h_menu_inner.mobile_menu .h_menu_second li:first-child {
    margin-top: 0;
}

.hide {
    display: none!important;
}

.show {
    display: block!important;
}

.mobile_menu .click_point {
    background: url(/desimages/triangle.png) no-repeat center 18px;
    width: 50px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.mobile_menu .click_point.active {
    background: url(/desimages/triangle_up1.png) no-repeat center 18px;
}

.h_menu_inner.mobile_menu .h_menu_item:hover .h_menu_wrapper a {
    background: none;
}

.h_menu_link {
    display: none;
    vertical-align: top;
}

.h_menu_link a {
    display: block;
    height: 48px;
    padding: 0 12px;
    font-family: 'Open Sans Bold';
    font-size: 14px;
    text-transform: uppercase;
    line-height: 48px;
    color: #ffffff;
}

.h_menu_inner.mobile_menu.show + .h_menu_link {
    display: none;
}

.str_title{background:#B8D6EF;font-size:14px;line-height:45px;text-align:center;margin-bottom:15px}
.str_item{display:table;margin-bottom:15px;background:#DBEBF9}
.str_info{display:table-cell;background:#B8D6EF;width:180px;color:#0F4177;vertical-align:middle;text-align:center}
.str_info span, .str_info a{padding:5px 10px;display:inline-block}
.str_info span a{padding:0px;display:inline}
.str_info a{color:#0F4177;text-decoration:none}
.str_info a:hover{color:#E88523}
.substructres{display:table-cell;width:700px}
.sub_item{border-top:1px solid #fff;font-size:14px;line-height:18px;padding:13px 20px 15px 20px}
.sub_item:first-child{border-top:0px;color:#0F4177}
a.sub_item, .sub_item a{display:block;color:#0F4177;text-decoration:none;cursor:pointer}
a.sub_item:hover, .sub_item a:hover{color:#E88523}

@media only screen and (max-width: 1300px) {
    .logo_wrapper {
        padding: 0 20px;
    }
    .menu_after_news .slider .slide_header {
        word-break: break-word;
    }
    .map_list {
        position: static;
        width: 100%;
        margin-bottom: 40px;
    }
    .map_list a {
        display: inline-block;
        width: 200px;
    }
    #svg_map {
        margin-top: 0;
    }
    .map_news_col {
        width: 100%;
    }
}

@media only screen and (max-width: 1150px) {
    .menu_main .h_menu_wrapper a {
        padding: 13px 30px;
    }
    .first_page .main .left_col,
    .page_content .left_col {
        float: none;
        width: 100%;
        max-width: 100%;
    }
    .left_contacts {
        width: 280px;
    }
    .left_catalog {
        width: calc(100% - 290px);
    }
    .menu_after_news .slider_box {
        margin: 0 auto;
    }
    .first_page .main .right_col,
    .page_content .right_col {
        float: none;
        width: 100%;
        margin-left: 0;
        padding-bottom: 0;
        white-space: nowrap;
        overflow-x: scroll;
        scrollbar-color: transparent transparent;
    }
    .first_page .main .right_col::-webkit-scrollbar {
        width: 0;
        height: 0;
        background: transparent;
    }
    .first_page .main .right_col::-webkit-scrollbar-thumb {
        background: transparent;
    }
    .right_col a {
        display: inline-block;
        vertical-align: top;
        padding: 15px 20px;
        line-height: 0;
    }
    .right_col a img {
        max-height: 45px;
    }
    .slider_before_useful .inner,
    .slider_before_resouces .inner,
    .footer_inner_box {
        max-width: 100%;
        padding-right: 0;
    }
    .slider_before_useful .slider_box {
        max-width: 100%;
    }
    .slider_before_useful .slider_box .slider_item {
        margin: 0 auto;
    }
    .slider_before_resouces {
        padding: 44px 0 20px;
    }
    .slider_before_resouces .slider_box {
        max-width: 100%;
        margin: 0;
    }
    .footer_inner .slider .slick-slide div {
        margin: 0 auto;
    }
    .page_content {
        display: block;
    }
    .page_content .left_part {
        width: 100%;
        padding: 30px 20px;
    }
    .page_content .right_part {
        width: 100%;
        padding-bottom: 25px;
        border-left: none;
    }
    .contacts_button {
        margin-top: 30px;
    }
    .contacts_button .cn_btn {
        max-width: 300px;
    }
    .right_part .social_icons {
        margin: 50px 20px 0;
    }
    .inner_menu {
        margin: 30px 0;
    }
    .inner_menu_elo {
        margin: 0 0 30px 0;
        padding-top: 20px;
        border-top: 2px solid #e6e7e9;
    }
    .page_content.error .left_col,
    .page_content.wide .left_col {
        padding: 25px 20px;
    }
    .pages_inner {
        margin-top: 30px;
    }
    .form_wrapper .sendform {
        margin-bottom: 0;
    }
    .company_menu {
        margin: 25px 0;
    }
    .page_content {
        padding: 0 auto;
    }
}

@media only screen and (max-width: 950px) {
    .doska_item {
        flex-basis: calc(50% - 10px);
        margin-right: 20px;
    }
    .doska_list .doska_item:nth-child(2) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 851px) {
    .menu_main .h_menu_second li {
        display: inline-block;
        padding-right: 0;
    }
}

@media only screen and (max-width: 850px) {
    .menu_main .h_menu_item_inner {
        position: relative;
    }
    .logo_wrapper {
        padding: 0 10px;
    }
    .logo_pic img {
        max-width: 400px;
    }
    .left_contacts {
        display: none;
    }
    .left_catalog {
        width: 100%;
    }
    .first_page .main_news_block .news_right .news_item.even {
        display: none;
    }
    .first_page .main_news_block .slider_banners_bkgr {
        width: 60%;
    }
    .first_page .main_news_block .news_right {
        width: 40%;
    }
    .first_page .main_news_block .news_right .news_item {
        width: 100%;
    }
    .menu_main .h_menu_inner {
        display: none;
    }
    #burger_pic {
        display: block;
    }
    .h_menu_inner.mobile_menu.show {
        display: block;
    }
    .first_page .main_news_block .slider_title {
        font-size: 16px;
    }
    .h_menu_link {
        display: inline-block;
    }
    .list_news_all .news_block_item,
    .last_n_inner_item,
    .map_news_list .news_block_item {
        flex-basis: 100%;
        display: block;
        margin-right: 0;
    }
    .search_result_list a {
        clear: both;
    }
    .last_n_inner_item .image {
        float: left;
        max-width: 200px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 700px) {
    .logo_pic {
        display: none;
    }
    .logo_pic_mob  {
        display: inline-block;
    }
    .rukovodstvo_item .news_img,
    .left_part .img_rukovodstvo {
        max-width: 200px;
        margin-right: 20px;
    }
    .form_wrapper .fb_text,
    .form_wrapper .el_input {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .form_wrapper .fb_text {
        margin-bottom: 10px;
    }
    .form_wrapper .el_pic {
        margin-top: 30px;
    }
    .form_wrapper .el_pic input {
        width: calc(100% - 150px);
    }
    .company_info .doc_photo {
        float: none;
        max-width: 350px;
        width: 100%;
    }
    .company_info .doc_photo + .doc_text {
        padding-left: 0;
    }
    .tab_page_table .tab_page_img,
    .tab_page_table .tab_page_description {
        display: block;
    }
}
@media only screen and (min-width: 501px) {
    .left_catalog .slick-slide {
        border-right: 2px solid #67c7f7;
    }
    .left_catalog .slick-slide:last-child {
        border-right: none;
    }
}

@media only screen and (max-width: 500px) {
    .langs_menu {
        display: table;
    }
    .langs_menu .header_icons,
    .langs_menu .langs {
        display: table-row;
        float: none;
        text-align: right;
    }
    .langs_menu {
        margin-top: 8px;
    }
    .langs_menu .lang {
        margin-top: 8px;
    }
    .langs_menu .lang:last-child {
        margin-right: 5px;
    }
    .langs_menu .vsv_logo {
        margin-right: 0;
    }
    .langs_menu {
        line-height: 1;
    }
    .sb-icon-search,
    .sb-search,
    .search_logo_wrapper {
        height: 40px;
    }
    .langs_menu .map_logo,
    .langs_menu .vsv_logo {
        margin-top: 9px;
    }
    .first_page .main_news_block .slider_banners_bkgr {
        width: 100%;
        padding-right: 0;
    }
    .first_page .main_news_block .slider_banners_bkgr .slider_banners img {
        margin-bottom: 15px;
    }
    .first_page .main_news_block .slider_title {
        font-size: 14px;
    }
    .first_page .main_news_block .news_right {
        display: none;
    }
    .left_catalog a {
        min-height: 180px;
        background-size: contain;
    }
    .left_catalog span {
        letter-spacing: -1px;
        font-size: 12px;
    }
    .left_catalog .slick-slide.slick-current.slick-active .catalog_col {
        border-right: 2px solid #67c7f7;
    }
    .main {
        background-image: none;
    }
    .left_catalog_wr {
        margin: 0 42px;
    }
    .footer_bottom {
        padding: 12px 20px 30px;
    }
    .rukovodstvo_item .news_img,
    .left_part .img_rukovodstvo {
        float: none;
        max-width: 250px;
        margin-right: 0;
    }
    .error_404_bold {
        font-size: 18px;
    }
    .error_404_links,
    .error_404_links a {
        font-size: 16px;
    }
    .doska_item {
        flex-basis: 100%;
        margin-right: 0;
    }
    .doska_list {
        border-bottom: none;
    }
    .sitemap ul ul {
        margin-left: 20px;
    }
    .last_n_inner_item .image {
        float: none;
    }
}

@media only screen and (max-width: 400px) {
    .contacts_button .cn_btn {
        max-width: 100%;
    }
}

@media only screen and (max-width: 350px) {
    .left_catalog span {
        letter-spacing: -1px;
        font-size: 14px;
    }
    .left_catalog .slick-slide.slick-current.slick-active .catalog_col {
        border-right: none;
    }
    .search_adv .search_period_in input[type="text"] {
        width: 130px;
    }
}


.board_line{display: -webkit-flex; 
    -webkit-justify-content: flex-start;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px}

.board_btn {
    margin: 0 0 10px 10px;
    padding: 7px 20px 7px 20px;
    font-family: 'Open Sans Bold';
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 0px 40px 0px 40px;
    background-color: #1e6beb;
    cursor: pointer;
    max-width: 200px;
    float: left;
    
}

.board_btn_sel{background-color: #0f3a85}
.board_btn:hover{background-color: #2454a9} 

.board_btn:first-child{margin-left: 0}

.board_btn a{color: #fff;text-decoration: none;font-weight: bold}

@media only screen and (max-width: 500px) {
    .board_line{
        flex-direction: column
    }
    .board_btn{margin-left: 0   }
}

/* куки */
.cookie_text {
    font-size: 14px;
    color: #fff!important;
    padding-right: 70px;
    font-family: 'Open Sans SemiBold'!important;
}

.cookie_info {
    display: none;
    position: fixed;
    bottom:0;
    left: 0;
    right: 0;
    width:100%;
    padding: 27px;
    background-color: rgba(36,84,169, .9);
    z-index: 1000;
}


.cookie_info .inner {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.cookie_btn {
    padding: 7px 50px;
    font-family: 'Open Sans Bold';
    font-size: 14px;
    text-transform: uppercase;
    color: #1e6beb;
    border-radius: 10px;
    cursor: pointer;
    background: #edeef1;
    border: 2px solid #e6e7e9;
    display: flex;
    align-items: center;
    min-height: 37px;
}

.cookie_btn:hover {
    color: #ffffff!important;
    border-color: #1e6beb!important;
    background: #1e6beb!important;
    transition: color 500ms ease-in-out, border-color 500ms ease-in-out, background 500ms ease-in-out;
}

#cookie_yes {
    margin-right: 30px;
}

#cookie_no {
    background-color: transparent;
    color: #67c7f7;
    border: 2px solid #67c7f7;
    
}

.cookie_more {
    margin: 0 10px;
    text-decoration: underline!important;
    display: inline-block;
    font-size: 14px;
    color: #67c7f7!important;
}

.cookie_more:hover {
    text-decoration: none!important;
}

@media only screen and (max-width: 850px) {
    .cookie_info .inner {
        flex-direction: column;
    }
    .cookie_text {
        padding-right: 0;
        margin-bottom: 20px;
    }
    #cookie_yes {
        margin: 0 0 20px;
    }
}

video{max-width: 100%;max-height: 600px;background-color: #000}