@import "top_news_header.css";
@import "central_menu.css";
@import "search.css";

*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box; margin: 0;padding: 0;}
.clear{clear:both}
.clearfix:after {content: "";display: table;clear: both;}

.all {
    width: 100%;
    min-width:360px;
    position: relative;
    min-height: 100%;
    margin:0 auto;
    background: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.h6_style {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    display: block;
    font-size: 0.67em;
    margin-block-start: 2.33em;
    margin-block-end: 2.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.h5_style {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    display: block;
    font-size: 0.83em;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.h4_style {
    font-size: 1.0625rem;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    margin:0px;
    padding:0px;
    font-weight: bold;
    color: #4b4b4b;
    line-height: 1.23077; 
    font-family: 'PT Sans', sans-serif;
}


.h3_style {
    font-size: 1.25rem;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    color: #4b4b4b;
    line-height: 1.23077;
    font-family: 'PT Sans', sans-serif;
}

.h2_style {
    font-size: 1.625rem;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    color: #4b4b4b;
    line-height: 1.23077;
    font-family: 'PT Sans', sans-serif;
}

.h1_style {
    margin: 0px;
    padding: 0px;
    font-size: 1.625rem;
    margin-bottom: 25px;
    font-weight: bold;
    color: #4b4b4b;
    line-height: 1.23077;
    font-family: 'PT Sans', sans-serif;
}



h1.ordinary_text,
	h2.ordinary_text,
	h3.ordinary_text,
	h4.ordinary_text {
	    margin: 0 0 15px !important;
	    padding: 0 !important;
	    font-size: inherit !important;
	    font-weight: inherit;
	    line-height: inherit !important;
	    color: inherit !important;
	}

.content_wrapper,
.content_wrapper_branding {
    flex: 1 0 auto;
}

.first_page img,
.header img,
.footer img {
    float: none;
    margin: 0;
}

.page_content {
    margin-top: 162px;
}

/* шапка */

.fixed_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.top_window {
    position: fixed!important;
    top: 0!important;
    left: 0!important;
}

.first_line_header {
    background: #53c4ca;
    min-height: 62px;
}

.first_line_header .top_line {
    margin: 0 auto;
    /*max-width: 1296px;*/
    max-width: 1336px;
    height: 62px;
    display: table;
    width: 100%;
    padding: 0 20px;
}

.site_title {
    display: table-cell;
    vertical-align: middle;
}

#header_title_logo,
#header_title_logo:visited,
header_title_logo:hover {
    letter-spacing: 5px;
    color: #fff;
    font-size: 33px;
    text-decoration: none;
    font-weight: bold;
}

.header_date {
    font-family: 'PT Sans Narrow';
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    margin-right: 73px;
    text-align: right;
}

.first_line_header .right_block {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding-left: 20px;
}

.sb-search {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0%;
  min-width: 34px;
  height: 34px;
  float: none;
  overflow: hidden;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  transition: width 0.5s;
  -webkit-backface-visibility: hidden;
}

.sb-search-input {
  position: absolute;
  right: 0;
  border: none;
  outline: none;
  width: 250px;
  height: 30px;
  margin: 0 37px 0 0;
  z-index: 100;
  padding: 0 12px;
  font-family: inherit;
  font-size: 1rem;
}
.video-in-news video{
    width: 100%;
}
.style_form_search_icon {
  padding-top: 3px;
}

.sb-icon-search,
.sb-search-submit  {
  width: 34px;
  height: 34px;
  display: block;
  position: absolute;
  right: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: none;
}

.sb-search-submit {
  background: #fff; /* для IE */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
  filter: alpha(opacity=0); /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}

.sb-icon-search {
  background: url(/desimages/search_ico.png) 0 no-repeat;
  height: 34px;
  z-index: 120;
  font-size: 0.875rem;
  text-transform: none;
}

.sb-search.sb-search-open,
.no-js .sb-search {
  width: calc(200% - 48px);
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  z-index: 120;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90;
}

/* меню в шапке */

.menu_line_box {
    /*background: #d4d4d4;*/
    background: #a5a5a5;
    min-height: 36px;
}

.menu_line {
    max-width: 1336px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    overflow: hidden;
    min-height: 36px;
}

.h_menu_block {
    display: none;
    left: 0px;
    top: 0;
    width: 100%;
    background-color: #fff;
    padding: 0 7px;
    height: auto;
    max-width: 100%;
    z-index: 1000;
    /*background: #d4d4d4;*/
    background: #a5a5a5;
}

.menu_inner_content {
    max-width: 1296px;
    margin: 0 auto;
}

.header_menu_box .menu_inner_content {
    width: calc(100% - 44px);
    margin-left: 50px;
}

.header_menu_box {
    display: inline-block;
}

.header_menu_box.first_header_menu {
    display: block;
}

.header_menu_box.first_header_menu .h_menu_block {
    display: block;
    position: static;
    box-shadow: none;
    background: none;
}

.menu_burger {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    width: 50px;
    height: 100%;
    cursor: pointer;
}

.menu_burger img {
    margin: 0;
    padding: 8px 5px 8px 0;
    vertical-align: middle;
    cursor: pointer;
}

#click_btn {
    display: none;
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    width: 50px;
    height: 36px;
    z-index: 10;
}

.first_header_menu {
    display: inline-block;
    vertical-align: top;
    margin-left: 50px;
    float: left;
}

.first_header_menu .h_menu_block {
    position: static;
    background: none;
    box-shadow: none;
    display: block;
}

.h_menu_block .h_menu_item.item_hide {
    display: none;
}

.h_menu_block .h_menu_item,
.h_menu_block .menu_second_vrezka {
    float: left;
    display: inline-block;
    vertical-align: top;
}

.h_menu_block .h_menu_item a,
.h_menu_block .menu_second_item a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    /*color: #252525;*/
    color: #464646;
    color: #ffffff;
    padding: 6px 39px;
    text-decoration: none;
    webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
    text-transform: uppercase;
}

.h_menu_block .h_menu_item a:hover,
.h_menu_block .menu_second_item a:hover,
.h_menu_block .selected_point {
    background: #53c4ca;
}

.h_menu_block .h_menu_item a span,
.h_menu_block .menu_second_item a span {
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg);
    display: block;
    text-transform: uppercase;
    /*color: #ffffff;*/
}

.h_menu_block .h_menu_item a:hover span,
.h_menu_block .menu_second_item a:hover span,
.h_menu_block .selected_point span {
    color: #fff;
}

#h_menu_block {
        overflow-y: auto;
        max-height: calc(100vh - 69px);
    }

/* слайдер в шапке */

.big_slider {
    max-width: 1375px;
    margin: 0 auto;
}


.banner_header {
    background-color: #d7d7d7;
}

.banner_header .owl-dots,
.banner_header .owl-nav {text-align:center;-webkit-tap-highlight-color:transparent}
.banner_header .owl-nav{margin-top:10px}
.banner_header .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}
.banner_header .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}
.banner_header .owl-nav .disabled{opacity:.5;cursor:default}
.banner_header .owl-nav.disabled+.owl-dots{/*margin-top:10px*/}
.banner_header .owl-dots .owl-dot{display:inline-block;zoom:1}
.banner_header .owl-dots .owl-dot span{width:10px;height:10px;/*margin:5px 7px;*/margin: 3px;/*background:#D6D6D6;*/background:#869791;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}
.banner_header .owl-dots .owl-dot.active span,
.banner_header .owl-dots .owl-dot:hover span{/*background:#869791*/ background:#D6D6D6;}

.banner_header .owl-dots {
    display: inline-block;
    position: absolute;
    right: 60px;
    /*bottom: 41px;*/
    bottom: 12.5%;
}

/* блок читайте также */

.menu-item-box {
    padding: 0 105px;
}

.header_margin {
    margin: 0 0 17px 0;
    position: relative;
}

.menu-read-also-wrapper {
    clear: both;
    max-width: 1100px;
    margin: 0 auto;
}

.menu-read-also-wrapper h2 {
	text-align: left;
}

.block_name_line {
    background: #626262;
    height: 1px;
    display: block;
    position: absolute;
    width: 100%;
    bottom: 6px;
}

.block_name {
    position: relative;
    z-index: 1;
    background: #fff;
    padding-right: 2px;
    color: #626262;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: normal;
    font-family: 'PT Sans';
    margin-bottom: 15px;
}

.menu-read-also-box {
    position: relative;
    background: #fff;
}

.menu-read-also-wrapper {
	text-align: center;
        padding: 50px 20px;
        max-width: 1307px;
}

.menu-read-also-item {
	text-align: left;
	display: inline-block;
	vertical-align: top;
        position: relative;
        width: 100%;
        height: 205px;
}

.menu-read-also-item:hover .menu-read-also-link  span {
    text-decoration: underline;
}

.menu-read-also-item img {
    margin: 0;
}

.menu-read-also-link {
    background: #53c4ca;
    position: absolute;
    bottom: 0;
    right: 0;
    bottom: 0;
    padding: 8px 20px;
    width: 100%;
}

.menu-read-also-link span { 
	color: #fff;
	font-family: 'PT Sans Narrow', sans-serif;
        text-transform: uppercase;
        text-decoration: none;
}


/* футер */

.footer {
    position: relative;
    flex: 0 0 auto;
    border-top: 8px solid #53c4ca;
    background: rgb(126,127,127);
background: -moz-linear-gradient(180deg, rgba(126,127,127,1) 0%, rgba(86,87,86,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(126,127,127,1) 0%, rgba(86,87,86,1) 100%);
background: linear-gradient(180deg, rgba(126,127,127,1) 0%, rgba(86,87,86,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7e7f7f",endColorstr="#565756",GradientType=1);
}

.footer_bottom {
    max-width: 1336px;
    margin: 0 auto;
    padding: 40px 20px 44px;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.footer_bottom .menu_bottom {
    margin-bottom: 12px;
}

.footer_bottom .menu_bottom a {
    padding: 0 22px 13px;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.footer_bottom .menu_bottom a:hover {
    text-decoration: underline;
}

.footer_bottom .copyright {
    font-family: 'PT Sans Narrow';
    line-height: 1.28;
}

.footer_bottom .copyright img {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.footer_bottom .copyright a {
    color: #53c4ca;
    text-decoration: none;
}

.footer_bottom .copyright a:hover {
    text-decoration: underline;
}

.footer_bottom .copyright > div:first-of-type {
    margin-bottom: 6px;
}

.social_footer {
    margin-top: 41px;
}

.social_footer a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}

.social_footer a img {
    margin: 0;
    margin: 0 6px;
}

/* счетчики */

.advertising_box_wrapper {
    position: relative;
    background-color: #fff;
}

.advertising_box {
    margin: 0 auto;
    max-width: 1307px;
    padding: 0 17px;
}

.advertising_block {
    padding: 28px 0;
    background-color: #fff;
    position: relative;
}

.central_vrezka .advertising_block {
    padding: 28px 20px;
}

.central_vrezka .advertising_block > div {
    max-width: 1096px;
    margin: 0 auto;
    
}

.central_vrezka .advertising_block:first-of-type {
    background-color: #d7d7d7;
}

/* самое популярное */

.topNews_box .owl-nav,
.menu-read-also-wrapper .owl-nav {
    height: 0;
}

.topNews_box .owl-prev,
.menu-read-also-wrapper .owl-prev{
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    margin: auto;
    width: 105px;
    height: 100%;
    outline: none;
}

.topNews_box .owl-next,
.menu-read-also-wrapper .owl-next {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto;
    width: 105px;
    height: 100%;
    outline: none;
}

.slider_prev {
    outline: none;
    height: 100%;
    display: block;
    background: url(/desimages/slider_prev_btn2.png) no-repeat left center;
}


.slider_next {
    outline: none;
   height: 100%;
   display: block;
   background: url(/desimages/slider_next_btn2.png) no-repeat right center;
}

.topNews_box .owl-next.disabled .slider_next,
.topNews_box .owl-prev.disabled .slider_prev,
.menu-read-also-wrapper .owl-next.disabled .slider_next,
.menu-read-also-wrapper .owl-prev.disabled .slider_prev {
    cursor: default;
    visibility: hidden;
}


.topNews_box {
    background: #e9f3f8;
    position: relative;
}

.topNews_box_inner {
    padding: 40px 17px;
    background: #e9f3f8;
    margin: 0 auto;
    max-width: 1307px;
}

.topNews_box_inner .block_name_box,
.menu-read-also-wrapper .block_name_box {
    padding: 0 105px;
}

.topNews_box_inner .header_margin {
    max-width: 1060px;
    margin: 0 auto 17px;
}

.topNews_box_inner .slider_box {
    position: relative;
}

.topNews_box .block_name {
    background: #e9f3f8;
}

.topNews {
    padding: 0 105px;
}

.topNews .news_header {
    color: #53c4ca;
    font-family: 'PT Sans Narrow';
    font-weight: bold;
    font-size: 15px;
    display: block;
    text-transform: uppercase;
}

.topNews .title_news {
    display: block;
    color: #4b4b4b;
    font-size: 16px;
    line-height: 1.3;
}

.topNews .image {
    max-width: 200px;
    min-width: 120px;
    width: 38.4%;
}

.topNews .image img {
    margin: 0;  
}

.topNews .image {
    float: left;
}

.topNews .image + .text {
    margin-left: 38.4%;
}

.topNews .text {
    padding: 14px 18px;
}

.topNews_item {
    background: #fff;
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
}


/* вкладки фото, видео, инфографика */

.menu_vkl {
    background-color: #eff1f0;
}

.menu_vkl img {
    display: block;
}

#news_tabs{display:table;}
#news_tabs div{display:table-cell;text-align:center;vertical-align:middle;}
#news_tabs div:last-child{padding-right: 0}
#news_tabs h2 {
    font-weight: normal;
    font-size: 25px;
    margin: 0;
}

.news_tab h2 a {
    padding: 5px 18px;
    display: block;
    font-size: 25px;
    color: #585959;
    text-decoration: none;
    webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
    padding: 4px 18px 4px 18px;
    text-transform: uppercase;
    display: block;
}

.news_tab h2 a span {
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg);
    display: block;
    cursor: pointer;
}


.news_tab_sel h2 a {
    color: #fff;
    padding: 5px 18px;
    background: #53c4ca;
    text-decoration: none;
    webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
    padding: 4px 18px 4px 18px;
    text-transform: uppercase;
    display: block;
}

.news_tab_sel h2 a span {
    webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg);
    display: block;   
}

.news_tab_sel h2 a:hover {
    color: #fff;
    background: #53c4ca;
}

.news_block {
    display:none;
}

.news_block_sel{display:table;width: 100%}

.menu_vkl img {
    margin: 0;
    display: block;
}

.menu_tabs_box {
    max-width: 1100px;
    margin: 0 auto 30px;
    padding: 0 20px;
}

.menu_vkl .news_block {
    background: #7f7f7f;
    padding: 16px 0;
}

.menu_vkl .news_block .media_block {
    max-width: 1414px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
}

.one_media .media_icon {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    top:0;
    max-width: 90px;
}

.one_media .media_item.photo .media_icon {
    top: 0;
    bottom: auto;
    right: 0;
    left: auto;
}

.media_item {
    float: left;
    vertical-align: top;
    padding: 6px;
}

.link_img {
    display: block;
    position: relative;
    text-decoration: none;
}

.link_img:hover .title_news {
    text-decoration: underline;
}

.media_item_text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    padding: 6px 16px;
    background: rgb(0,0,0);
background: -moz-linear-gradient(180deg, rgba(96,97,97,0.008841036414565795) 0%, rgba(96,97,97,0.66) 100%);
background: -webkit-linear-gradient(180deg, rgba(96,97,97.008841036414565795) 0%, rgba(96,97,97,0.66) 100%);
background: linear-gradient(180deg, rgba(96,97,97,0.008841036414565795) 0%, rgba(96,97,97,0.66) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#606161",endColorstr="#606161",GradientType=1);
}

.big_media_item .media_item_text {
    padding: 40px;
}

.media_item .title_news {
    color: #fff;
    font-size: 20px;
    display: block;
    max-height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
}

.media_item_text .date {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
}

.big_media_item {
    float: left;
    max-width: 677px;
    width: 50%;
    margin-left: 23px;
}

.small_media_item  {
    float: left;
    width: calc(50% - 23px);
    max-width: 682px;
}

.small_media_item .media_item {
    width: 50%;
}

.small_media_item .media_item:nth-child(3) {
    clear: left;
}

.small_media_item .media_item .media_icon {
    max-width: 30%;
}


.photo_block .one_media .media_icon {
    top: 0;
    right: 0;
    left: auto;
    margin: 0;
}


/* вторичная */

.secondary_page  .ban_wrapper,
.branding_page .ban_wrapper {
    overflow: hidden;
    text-align: center;
}

.secondary_page .central_vrezka {
    position: relative;
}

.secondary_page .central_vrezka .ban_wrapper {
    padding: 30px 20px;
    background: #f4f7f9;
}

.secondary_page .footer .ban_wrapper,
.branding_page .ban_wrapper {
    margin-top: 44px;
}

.secondary_page .ban_wrapper a,
.branding_page .ban_wrapper a {
    max-width: 1336px;
    display: inline-block;
    vertical-align: middle;
}

.secondary_page .ban_wrapper img,
.branding_page .ban_wrapper img {
    float: none;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}


.inner_block_box {
    margin: 0 auto;
    max-width: 1096px;
    padding: 40px 20px;
    position: relative;
    background: #fff;
}

.news_list_date {
    font-size: 14px;
}

.img_text span {
    display: block;
    clear: both;
    color: #6d6c6c;
    font-size: 16px;
    padding-top: 10px;
}

.img_text {
    margin-bottom: 16px;
}

.img_text img {
    margin-bottom: 0;
}

.secondary_page .right_col .ban_wrapper a {
    margin-bottom: 38px;
    text-align: center;
}

.editor_item {
    color: #4b4b4b;
    padding: 10px 0;
    border-bottom: 2px solid #d4d4d4;
    display: block;
}

.editor_item:hover {
    color: #4b4b4b;
}

.inner_block .right_col {
    float: left;
}

.inner_block .right_col {
    width: 240px;
}

.editor_item_box {
   margin-bottom: 38px;
}

.editor_item_box .block_name {
    background: none;
    margin-bottom: 32px;
}

.editor_item_box .editor_item:last-of-type {
    border-bottom: none;
}

/* список */
.left_col .uppercase a {
    text-transform: uppercase;
    margin-bottom: 18px;
    color: #4b4b4b;
    line-height: 1.23077;
    font-family: 'PT Sans', sans-serif;
    
}
.left_col .uppercase a:hover {
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 18px;
    color: #53c4ca;
}
.left_col .uppercase {
    margin: 0 0 18px;
    padding: 0;
    font-size: 1.625rem;
    font-weight: bold;
    line-height: 1.23077;
    text-transform: uppercase;
    color: #4b4b4b;
}

.news_list_one {
    margin-bottom: 24px;
    overflow: hidden;
    display: block;
}


.news_list_one:hover {
    text-decoration: none;
}

.news_list_one:hover .news_list_title {
    text-decoration: underline;
}

.news_list_one .news_list_date {
    color: #6d6c6c;
    text-decoration: none;
    margin-bottom: 21px;
}

.news_list_one .news_list_title {
    font-weight: bold;
    font-size: 20px;
    color: #4b4b4b;
    margin-bottom: 12px;
}

.news_list_one .news_list_photo {
    margin-right: 0;
    width: 42%;
    max-width: 330px;
    float: left;
}

.news_list_one .news_list_photo + .text {
    margin-left: 42%;
    padding-left: 20px;
}

.news_list_one .news_small_text {
    color: #4b4b4b;
    font-size: 18px;
}

.left_col .inner_text .ban_wrapper a {
    margin: 24px 0;
}

.left_col .inner_text .news_list_one + .ban_wrapper a {
    margin-top: 0;
}

.pages_m .p_show {display: inline-block;vertical-align: top; float: right; padding-right: 36px;}
.pages_m .p_show > .title {display: inline-block;vertical-align: top; font-size: 14px;line-height: 1;padding-top: 8px;}
.pages_m #p_form {margin-left: 7px;display: inline-block;vertical-align: top;}
.pages_m .group_hidden .option {font-weight: bold;color: #585250;font-size: 14px;cursor: pointer;margin-bottom: 6px;} 
.pages_m #p_form .fp_search_where {box-shadow: 0px 1px 10px rgba(0,0,0,0.2);padding: 7px 9px;cursor: pointer;position: relative;font-size:16px;background: #fff;position: absolute;}
.pages_m #p_form .fp_search_where #fp_search_where > .select {border-bottom: 6px solid #d7d7d7;padding-bottom: 1px;}
.pages_m #p_form .fp_search_where #fp_search_where > .select.no_border {border-bottom: none;}
.pages_m .group_hidden{display: none;position: absolute;background: #fff;width: 97%;right: 0;top: 100%;box-shadow: 0px 1px 10px rgba(0,0,0,0.2);z-index: 123475;}

/* таксономия */

.taxonomy {
    color: #494949;
    font-size: 14px;
    padding-bottom: 33px;
}

.taxonomy img{margin:0px 5px 2px 5px;}

.taxonomy a {
    color:#494949;
    font-size:14px;
    line-height: 1;
    text-decoration: none;
}

.taxonomy a:hover{text-decoration:underline;}

.left_col {
    padding-right: 33px;
    width: calc(100% - 240px);
    float: left;
}

/* пагинатор */

.pages {
    position: relative;
    clear: both;
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 60px;
    margin-bottom: 20px;
    padding-top: 20px;
    display: flex-webkit;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: stretch;
}
.pages:before{content: '';clear: both;position: relative;display: block;width: 100%;height: 1px;}
.pages.pages_shift:before{margin-top: 40px;}
.content_margin .pages{padding-top: 5px;margin-bottom: 20px;}
.pages_shift{margin-left: 80px;}
.load_more{line-height: 30px;min-width: 210px;padding: 0px 7%;border: 2px solid #006666;color: #006666;margin-right: 50px;font-weight: bold;text-align: center;text-transform: uppercase;cursor: pointer;margin-bottom: 20px;white-space: nowrap}
.load_more:hover{border-color: #3f9898;color: #3f9898}
.pages_inner{text-align: right;color: #a3a9ad;display: -webkit-flex; -webkit-flex-wrap: wrap;display: flex;flex-wrap: wrap;justify-content:flex-end;line-height: 30px}
.pages_inner a{color: #006666;text-decoration: none;}
.pages_inner a:hover{color: #3f9898}
.page_item{font-weight: bold;padding: 0px 4px}
.page_item_selected{color: #a3a9ad!important}
.p_next_block, .p_prev_block{font-weight: 300;margin: 0px 11px}
.p_prev, .p_next{width: 11px;height:30px;background: no-repeat 0 5px;margin: 0px 29px;font-size: 0px}
.p_prev{background-image: url("/desimages/p_prev.png")}
.p_next{background-image: url("/desimages/p_next.png")}
.pages_inner a:first-child{margin-left: 0}
.pages_inner a:last-child{margin-right: 0}


/* 404 */

.title_404 {
    font-size: 119px;
    font-weight: bold;
    line-height: 1;
    color: #53c4ca;
    float: left;
    padding-right: 24px;
}

.error_404 .text_404 {padding-top: 11px;margin-left: 241px;}
.error_404 .text_404 > a {display: block;margin-bottom: 5px;font-weight: bold;line-height: 1.2;}
.error_404 .text_404 > a:first-of-type {margin-top: 15px;}


/* кнопка вверх */

#scrollUp {
    bottom: 0;
    right: 20px;
    width: 36px;
    height: 37px;
    background: url("/desimages/arrow_up.png") no-repeat center; 
}

/* соц. иконки */

.inner_content {
    position: relative;
}

.inner_content:after {
    content: '';
    position: relative;
    display: block;
    width: 0;
    height: 0;
    clear: both;
}

.inner_content .text {
    float: right;
    width: calc(100% - 78px);
    margin-bottom: 15px;
}

.social_icons_c {
    position: -webkit-sticky;
    position: sticky;
    top: 189px;
    float: left;
    width: 40px;
    margin-top: -20px;
    margin-right: 38px;
    margin-bottom: 40px;
    padding-top: 20px;
}

.social_icons_c > div {
    margin-left: -3px;
}

/* видео */

#video_conteiner .video_iframe {
    position:relative;
    padding-bottom:56.25%;
    height:0;overflow:hidden;
}

#video_conteiner .video_iframe iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}

.media_title {
    color: #4b4b4b;
    font-size: 20px;
    font-weight: bold;
    margin-top: 12px;
}

.b_media_date {
    color: #6d6c6c;
    font-size: 16px;
    margin-top: 21px;
}

.b_media_descr {
    margin-top: 14px;
    color: #4b4b4b;
    font-size: 18px;
}

.infogr_text {
    margin-top: 14px;
}

.media_list_name {
    color: #626262;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 19px;
}

.video_pr_title {
    color: #4b4b4b;
    font-size: 18px;
    display: block;
    margin-top: 15px;
}

.video_item:hover .video_pr_title {
    color: #53c4ca;
}

.video_preview img {
    margin-bottom: 24px;
}

.content_video,
.content_photo {
    margin-bottom: 46px;
}

.video_all {
    /*margin-left: -6px;*/
    margin-left: -2px;
    overflow: hidden;
    max-width: 673px;
}


.projects_vrezka_inn {
    margin-left: -2px;
}

.video_item,
.photonews_item {
    /*float: left;
    width: 50%;*/
    width: calc(50% - 4px);
    /*padding-left: 6px;*/
    padding-left: 2px;
    margin-bottom: 35px;
    display: inline-block;
    vertical-align: top;
}


.video_all .video .main_video,
.video_all .video .main_video .video_param{position:absolute;top:0;left:0;width:100%;height:100%;}

#media_conteiner {
    max-width: 665px;
}

.video_add {
    max-width: 705px;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    margin: 25px 0px;
}

.video_add iframe,
.video_add video,
.video_add object {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* брендирование */

.branding + .fixed_header + .content_wrapper_branding {
    position: relative;
    z-index: 100;
    max-width: 1096px;
    margin: 0 auto;
}


.branding + .fixed_header.top_window {
   margin-top: 0 !important; 
}


.branding  + .content_wrapper .page_content {
    margin-top: 189px;
    max-width: 1096px;
    margin: 0 auto;
}

.branding {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.branding span {
    display: block;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
}

.logo img.img_alt, .img_alt {
    position: absolute;
    margin: 0;
    padding: 0;
    border: none;
}

/* версия для печати */

.print_icon {
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    font-size: 0px;
}

.print_icon {
    background-image: url(/desimages/print_main.png);
}

.print_icon:hover {
    background-image: url(/desimages/print_main_hover.png);
}

/* форма email рассылка */

#signup-form input[type='email'],
#signup-form input[type='text'] {
    height: 33px;
    border: 1px solid #a5a5a5;
    padding: 0 10px;
    font-size: 17px;
    width: calc(100% - 120px);
    max-width: 423px;
    background: #fff;
}

#signup-form input[type='email']:focus,
#signup-form input[type='text']:focus {
   border: 1px solid #53c4ca;
   outline: none;
}

#signup-form .input_box {
    margin-bottom: 22px;
}

#signup-form .input_box label {
    width: 115px;
    padding-right: 20px;
    display: inline-block;
    vertical-align: middle;
    color: #818181;
    font-size: 17px;
    line-height: 1;
    padding-bottom: 3px;
}

#signup-form .red {
    color: #d86c46;
}

#signup-form .search_button input {
    width: auto;
}

#signup-form .search_button {
    padding: 8px 0 30px;
}

#signup-form .fb_info {
    font-size: 17px;
    font-weight: bold;
    color: #4b4b4b;
    padding-top: 26px;
    border-top: 1px solid #c8c8c8;
}

#signup-form .fb_info .red {
    font-weight: normal;
}

.uppercase.mailing {
    text-transform: uppercase;
}

/* адаптив */

@media all and (max-width:1430px) {  
    .small_media_item {
        width: calc(50% - 12px);
    }
    .big_media_item {
        margin-left: 6px;
    }
}

@media all and (min-width: 769px) {  
    .branding + .fixed_header + .page_content {
        margin-top: 0;
    }
    
        .header_menu_box:hover .h_menu_block {
        display: block;
    }
    
    .header_menu_box:hover +  .first_header_menu {
        display: none;
    }
    
    .branding + .fixed_header {
   margin-top: 167px !important; 
}

.branding + .fixed_header {
    position: relative;
    top: auto;
    left: auto;
}
    
}

@media all and (max-width:1000px) {
    
    .central_vrezka .advertising_block:first-of-type {
        background: none;
    }
    
    .banner_header .owl-dots {
        right: auto;
        bottom: 12.5%;
        left: 20px;
    }
    
    #h_menu_first_line {
        display: none;
    }
    
    .page_content {
        margin-top: 81px;
    }
    
    .first_line_header .top_line {
        height: 45px;
    }
    
    .first_line_header {
        min-height: 45px;
    }
    
    #top-lenta {
        display: none;
    }
    
    .tl-inner-all {
    max-height: calc(100vh - 125px);
}
    
    #scrollUp {
        right: 0;
    }
    
    .topNews .image {
        width: 200px;
    }
    .topNews .image + .text {
        margin-left: 200px;
    }
    
    .small_media_item .media_item:nth-child(3),
    .small_media_item .media_item:nth-child(4) {
        display: none;
    }
    
    .menu_vkl .news_block .media_block {
        padding: 0 14px;
    }
    
    .big_media_item {
        width: 66.5%;
    }
    
    .small_media_item {
    width: 32.5%;
    }
    
    .small_media_item .media_item {
        width: 100%;
    }
    
    #click_btn {
        display: block;
    }
    
    .show {
    display: block!important;
}

    .none {
    display: none!important;
    }
    
    .big_media_item {
        margin-left: 2px;
    }

    .inner_content {
        position: static;
        display: table;
    }

    .inner_content .text {
        display: table-header-group;
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .inner_content .text .text_margin_bottom {
        margin-bottom: 24px;
    }

    .social_icons_c {
        position: static;
        display: table-row-group;
        float: none;
        width: auto;
        margin: 0;
        padding: 0;
    }
    
    .social_icons_c > div {
    margin-left: 0;
}

    .social_icons_c .uptl_toolbar.uptl_toolbar_share ul.vertical {
        width: auto !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .social_icons_c .uptl_toolbar.uptl_toolbar_share ul.vertical li {
        margin-right: 3px !important;
    }
}


@media all and (max-width: 1000px) and (min-width: 601px) {
    .tl-date {
        padding: 4px 13px 0px 2px;
    }

    .tl-item a {
        padding: 0 6px 0 13px;
    }
}

@media all and (max-width: 600px) and (min-width: 341px) {

}

@media all and (max-width: 950px) {
    .branding + .fixed_header {
        position: relative;
        z-index: 100;
        margin-top: 120px !important;
        background: #fff;
    }
    .branding {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        max-width: 768px;
        height: 100%;
        margin-left: 0;
    }
    .branding span {
        display: block;
        width: 100%;
        /*max-width: 768px;*/
        height: calc(100% - 70px);
        margin: 0 auto;
    }
    .branding span.brand_desktop {
        display: none;
    }
}

@media all and (max-width: 750px) {
    .media_item .title_news {   
    max-height: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    }
    
}


@media all and (max-width: 650px) {
    .left_col {
        width: 100%;
        padding-right: 0;
        float: none;
        margin-bottom: 24px;
    }

    .inner_block .right_col {
        float: none;
        width: 100%;
    }

    
    .topNews .image + .text {
        margin-left: 38.4%;
    }
    
    .topNews .image {
        width: 38.4%;
    }
    
    .pages {
        margin-top: 0;
    }
    
}

@media all and (max-width:600px) {  
    .menu-item-box,
    .topNews,.topNews_box_inner .block_name_box,
    .menu-read-also-wrapper .block_name_box {
        padding: 0 72px;
    }
    
    .topNews_box .owl-prev,
    .menu-read-also-wrapper .owl-prev,
    .topNews_box .owl-next,
    .menu-read-also-wrapper .owl-next {
        width: 72px;
    }
    
    .big_media_item {
        width: 100%;
    }
    
    .media_item {
        padding: 0;
    }
    
    .small_media_item {
        display: none;
    }
     .tl-inner .tl-item {
        width: 100%;
    }

    .tl-inner .tl-item:nth-child(2) {
        display: none;
    }

    .tl-date {
        padding: 4px 13px 0px 2px;

    }
    
    .menu_vkl .news_block .media_block {
    padding: 0 20px;
    }
    
    .big_media_item {
        margin-left: 0;
    }
    
    .search_result_list .news_list_one .news_list_photo + .text {
    margin-left: 0;
    padding-left: 0;
    clear: both;
}

    .search_result_list .news_list_one .news_list_photo {
        width: 100%;
    }
    
     .search_result_list .news_list_one .news_list_photo img {
        margin-bottom: 12px;
    }
       
        }

@media all and (max-width:500px) {
    
    .topNews_item {
        height: auto!important;
    }
    
    #click_btn,
    .banner_header .owl-dots {
        left: 12px;
    }
    
    .news_list_one .news_list_photo {
        width: auto;
    }
    
    .news_list_one .news_list_photo + .text {
        margin-left: 0;
        padding-left: 0;
        clear: both;
    }
    
    .menu-read-also-item {
        width: 167px;
    }
    
    .topNews .image + .text {
        clear: both;
        margin-left: 0;
    }
    .topNews .image {
        width: auto;
    }
    
    .menu-item-box,
    .topNews,
    .topNews_box_inner .block_name_box,
    .menu-read-also-wrapper .block_name_box {
        padding: 0;
    }
    
    .news_tab h2 a,
    .news_tab_sel h2 a {
       padding: 5px 14px;
       font-size: 20px;
    }
    
    #news_tabs h2 {
        font-size: 20px;
    }
    
    .block_name_line {
        display: none
    }
    
    .menu_tabs_box,
    .first_line_header .top_line,
    .menu_line,
    .menu_vkl .news_block .media_block,
    .menu-read-also-wrapper,
    .topNews_box_inner,
    .central-menu-wrapper,
    .advertising_box {
        padding-left: 12px;
        padding-right: 12px;
    }
    
    .menu_burger {
        left: 12px;
    }
    
    .menu_tabs_box {
        margin-bottom: 17px;
    }
    
    
    .topNews_box .owl-prev,
    .menu-read-also-wrapper .owl-prev,
    .topNews_box .owl-next,
    .menu-read-also-wrapper .owl-next {
        display: none;
    }
    
    .error_404 .text_404 {
        margin-left: 0;
    }
    
    .title_404 {
        float: none;
        padding-right: 0;
    }
    
    .h_menu_block .h_menu_item {
        display: block;
        width: 100%;
    }
}

@media all and (max-width: 400px) {
    .menu-read-also-item {
        width: 150px;
    }
}

@media all and (max-width: 370px) {
    .video_item,
    .photonews_item {
        width: 100%;
        padding-left: 0;
    }
    
    .video_all,
    .photonews_list {
        margin-left: 0;
    }
    
    #signup-form input[type="email"],
    #signup-form input[type="text"] {
        width: 100%;
        max-width: 100%;
    }
    
    #signup-form .input_box label {
        padding-bottom: 5px;
    }
    
}

@media all and (max-width: 340px) {
    .first_header_menu,
    #top-lenta {
        display: none;
    }
}

