/* Сброс */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; font-size: 100%; font: inherit; vertical-align: baseline } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block } body { line-height: 1 } ol, ul { list-style: none } blockquote, q { quotes: none } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none } table { border-collapse: collapse; border-spacing: 0 }

html { height: 100%; min-height: 100%; }
body { min-height: 100%;}
html, html a { -webkit-font-smoothing: antialiased; }
*{
	    box-sizing: border-box;
}
.loader{
	position: fixed;
    z-index: 10001;
    background: rgb(255,255,255);
	background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(226,226,226,1) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
.job{
    text-align: center;
    margin: 15px auto;
    
}
.job a{
    color: #fff;
    text-decoration: none;
    background: #0d8ed5;
    padding: 10px;
    border-radius: 5px;
    max-width: 200px;
    width: 100%;
    display: block;
    margin: 0 auto;
    transition: .3s all;
}
.job a:hover{
      box-shadow: 0 0 25px #dfdfdf;
}
.loader .cls-1 {
    fill: #201600;
}
.loader .cls-3{
	    fill: #d24a43;
}
.loader .svg{
	
	background: url(../app/loader.gif);
    width: 100px;
    display: block;
    height: 145px;
    z-index: 2;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: 100px 145px;
    opacity: .9;
}
.loader svg{
    width: 100px;
    display: block;
    height: 190px;
    z-index: 2;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.circle {
    width: 170px;
    height: 90px;
    border: 5px solid #008ed5;
    transition: .5s;
    opacity: 0;
    border-top: 0;
    border-bottom: 0;
    z-index: 2;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.delay1 {
    animation: waves 2.5s linear forwards;
    
    animation-iteration-count:infinite;
  }
  
.delay2 {
    animation: waves 2.5s linear .7s forwards;
     animation-iteration-count:infinite;

  }
  
.delay3 {
    animation: waves 2.5s linear 1.3s forwards;
     animation-iteration-count:infinite;
  }
  
.fadeIn{
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  
  transition: .5s;
  
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-box-shadow: 0 0 50px rgb(214, 239, 251);
    box-shadow: 0 0 50px rgb(214, 239, 251);
    z-index: 1;
    
  }
 
  
  100% {
    
    -webkit-box-shadow: none;
    z-index: 1;
    box-shadow: none;
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count:infinite;
  }
  @-webkit-keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  @keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  } 
  @-webkit-keyframes waves {
  0% {
    transform: scale(1);
    opacity: .3;
  }
  
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.hot-news .hot{
  color: red;
}
.lenta__container.hot-news .hot{
    position: absolute;
    top: 24px;
}
.lenta__container.hot-news .lenta__title{
  padding-left: 15px;
}
.lenta__container.hot-news .lenta__title a {
    color: red;
    font-weight: 400;
}
.story .title .hot{
    font-size: 2rem;
    color: red;
}
#dle-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.full--page {
  display: block;
}
.fa, .fab, .fad, .fal, .far, .fas{
  margin-right: 5px;
}
/* Настройка основной типографии */
body, select, input, textarea, button {
	/*font: normal 14px/1.5 Arial, Helvetica, sans-serif;*/
	font-family: 'Museo Sans Cyrl 300', sans-serif;
	font-size: 14px;
	color: #211600;
	outline: none;
	line-height: 1.5;
  font-weight: 300;
}
	a { 
		outline: none;
		color: #008ed5;
		text-decoration: none;
	}
	a:hover { text-decoration: underline; }

	a img { border: 0 none; }
	a > img { vertical-align: bottom; }

/* Заголовки H1-6 */
h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5 {
    font-size: 1.15rem;
    margin: 15px 0;
    font-family: 'Museo Sans Cyrl 500', sans-serif;
    line-height: 1.5rem;
}
h1, .h1 { font-size: 23px; }
h2, .h2 { font-size: 21px; }
h3, .h3 {  }
h4, .h4 { font-size: 18px; }
h5, .h5 { font-size: 16px; }
.flex{
	display: -weblit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
         
}
.addcomment h3 { margin: .3em 0 .6em 0; }

.dlevideoplayer ul[data-theme] {
	display: none;
}
iframe{
	border: 0;
}
/* Частые стили */
.strike { text-decoration: line-through; }
.nobr { white-space: nowrap; }
.hide { display: none; }
.title_hide { left: -9999px; position: absolute; top: -9999px; overflow: hidden; width: 0; height: 0; }
.uline { text-decoration: underline; }
.strike { text-decoration: line-through; }
.justify { text-align: justify; }
.center { text-align: center; }
.left { float: left; }
.right { float: right; }
	fieldset { border: 1px solid rgba(0,0,0,0.1); padding: 20px; margin-bottom: 25px; }
	fieldset legend { font-weight: bold; }

.grey { color: #919191; }
.grey a { color: inherit; }
.grey a:hover { color: #353535; }
.blue { color: #008ed5; }
.orange { color: #e85319; }

sup {
    vertical-align: super;
    font-size: smaller;
    font-family: initial;
}
sub { vertical-align: sub; font-size: smaller; }
.over { display: inline-block; vertical-align: middle; max-width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
a .over { cursor: pointer; }

.cover { background-position: 50% 50%; background-repeat: no-repeat; -webkit-background-size: cover; background-size: cover; }

/* Настройка других элементов */
ul { padding-left: 40px; list-style: disc outside; margin-top: 1em; margin-bottom: 1em;}
ol { padding-left: 40px; list-style: decimal outside; margin-top: 1em; margin-bottom: 1em;}

	strong, b { font-weight: bold }
	em, cite, i { font-style: italic }
	caption { text-align: left }
	th, td { vertical-align: middle }
	small, .small { font-size: .9em; }
	hr { height: 0; border: 0; border-top: 2px solid #eeeeef; -moz-box-sizing: content-box; box-sizing: content-box; margin: 20px 0; }

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

.instagram-media, .twitter-tweet {display: inline-block !important;}

/* --- Деление на колонки --- */
@media only screen and (min-width: 601px) {
.grid_1_2, .grid_1_4 {
	float: left; margin-right: 4%;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
	.grid_1_2 { width: 48%; }
	.grid_1_4 { width: 22%; }
	.grid_last { margin-right: 0; }
}

/* --- Bootstrap --- */
/* DropDown Меню и формы */
.dropdown { position: relative; }
	.dropdown-menu, .dropdown-form {
		min-width: 160px; padding: 12px 0; border-radius: 2px; margin-top: 5px !important; display: none; z-index: 99; position: absolute;
		box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3); border: 1px solid #e6e6e6; border-color: rgba(0,0,0,0.1); background-clip: padding-box;
		background-color: #fff;
	}
	.dropdown-menu { list-style: none; margin: 0; }
	.dropdown-form { padding: 40px; }

	.dropdown-menu.dot:before, .dropdown-form.dot:before {
		content: "";
		position: absolute;
		top: 0; left: 50%;
		margin: -11px 0 0 -11px;
		width: 22px; height: 22px;
		border-radius: 50%;
		background-color: #fff;
	}

	/* DropMenu */
	.dropdown-menu li a { height: 1%; padding: 5px 20px; border: 0 none; display: block; white-space: nowrap; text-decoration: none; color: inherit; }
	.dropdown-menu li a:hover { background-color: #e05b37; color: #fff; }
	.open .dropdown-menu, .open .dropdown-form { display: block; }

/* Expand & Collapse */
.fade { opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; }
	.fade.in { opacity: 1; }
	.collapse { overflow: hidden; height: 0; width: 0; display: inline-block; }
	.collapse.in { display: block; width: auto; height: auto; }
	.collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition: height 0.35s ease; transition: height 0.35s ease; }

/* --- Работа вкладок --- */
.tab-content > .tab-pane { display: none; }
	.tab-content > .active { display: block; }

/* --- Иконки --- */
.icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	fill: #008ed5;
	vertical-align: middle;
}
	.icon-logo { width: 42px; height: 42px; }

	.icon-vk { width: 10px; height: 1em; }
	.icon-tw { width: 14px; height: 1em; }
	.icon-fb { width: 8px; height: 1em; }
	.icon-gp { width: 18px; height: 1em; }
	.icon-ya { width: 7px; height: 1em; }
	.icon-od { width: 10px; height: 1em; }
	.icon-mail { width: 16px; height: 1em; }

	.grey .icon { fill: #919191; }

/* --- Layout --- */
body {background: #fff;min-width: 1200px; }


/* --- Структура --- */




.partner-news{
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
    font-weight: 400;
}
.container{
  margin: 0 auto;
    max-width: 1280px;
    width: 1280px;
}
.header-top__banner{
    width: 100%;
    height: 100px;
    margin: 25px 0;
    background: #d6effb;
    margin-top: 0;
}
/* --- Шапка сайта --- */


#header .container{
  justify-content: space-between;
      align-items: center;
}
.header__center--menu > ul > li{
  position: relative;
}
.header__center--menu > ul > li:hover ul {
  display: block;
}
.header__center--menu ul li > ul {
    display: none;
    position: absolute;
    background: #fff;
    padding: 25px;
    top: 22px;
    box-shadow: 0 5px 10px #2116001c;
    left: -25px;
    min-width: 200px;
    z-index: 1;
  }
.header__center--menu ul{
  list-style: none;
    padding-left: 0;
    margin: 0;
}
.header__center--menu > ul > li{
  margin-right: 25px;
}
.header__center--menu ul li a{
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: .95rem;
    font-weight: 400;
        color: #211600;
}
.header__center--menu ul li a:hover {
    text-decoration: none;
    border-bottom: 2px solid;
    color: #008ed5;
}
.logo{
      text-decoration: none;
          align-items: flex-start;
}
.logo:hover{
      text-decoration: none;
}
.logo__main{
    font-size: 3rem;
    font-weight: 500;
    line-height: .9;
    font-family: 'Rubik', sans-serif;
    letter-spacing: -7px;
}
.logo__text{
  line-height: 1.1;
    color: #211600;
    margin-left: 10px;
    font-size: .8rem;
}
.header{
	align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 25px;
}
.search > .fas{
      color: #008ed5;
}
.header .midside { height: 0; }
	#header_menu {
		display: flex;
	    align-items: center;
	    justify-content: space-between;
	}
.header--right{
	justify-content: flex-end;
    align-items: center;
        position: absolute;
    right: 25px;
}
.header__social {
  margin-left: 25px;
  align-items: center;
}
.header__social--title{
      margin-right: 10px;
    line-height: 1;
    display: none;
}
.header__banners {
  justify-content: space-between;
  
}
.header-under__banner{
      width: 600px;
    height: 100px;
    background: #d6effb;
    margin: 25px 0;
}
.banner__rightside{
      width: 100%;
    height: 250px;
    background: #d6effb;
    margin: 25px 0;
}
.main-page .live--logo{
	display: none;
} 
.main-page .live--logo-white{
    display: block;
    height: 40px;
    margin-top: 0;
}
.banner__under-news{
    width: 100%;
    height: 100px;
    background: #d6effb;
    margin: 25px 0;
    margin-bottom: 0;
}
.main-page ul {
	list-style: none;
}

.fullstory__comments{
      margin: 25px 0;
    border-top: 2px solid #f7f7f7;
    padding-top: 25px;
}



.send-news a{
      padding: 10px;
    /*border: 1px solid #221600;*/
    margin-left: 15px;
    color: #241600;
    text-decoration: none;
    transition: .3s all;
}

.send-news a:hover{
    border: 1px solid #008ed5;
    color: #008ed5;
}
.send-news a i{
  margin-right: 5px;
}
body.menu-visible:before{
	content: '';
    background: rgba(158, 158, 158, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 8;
    top: 0;
    left: 0;
}


.header--right__menu{
	margin-right: 25px;
}
.header--right__menu .categories{
	    border-right: 1px solid #fff;
    padding-right: 15px;
    margin-right: 15px;
}
.header--right__menu .categories{
	margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #fff;
}
/*.header--right__menu .categories, .header--right__menu .regions{
	position: relative;
}*/

.header--right__menu ul a{
	font-size: 1rem;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    align-items: center;
    transition: .5s all;
        color: #fff;
}

.header--right__menu ul a:hover{
	background: #008ed5;
    color: #fff;
    padding: 0px 10px;
}
.header--right__menu ul li{
	margin-bottom: 10px;
}
.header--right__menu ul a .count{
    font-size: 14px;
}
.header--right__menu ul a .count .fas{
	font-size: .45rem;
    margin-right: 5px;
    vertical-align: middle;
}
.close{
	position: absolute;
    right: 15px;
    top: 15px;
    font-size: 1rem;
    color: #008ed5
}
/*search*/

.searchpage {
	width: 100%;
}

/*main page*/
#slidr-main img{
  width: 100%;
}
.slider-track {
    transition: all 5s linear!important;
  }
.slick-slide {
  width: 100%;
  height: 100%;
  background-size: cover!important;
  background-position: center!important;
  position: absolute!important;
  left: 0!important;
  transition: all 10s linear!important;
  transform: scale(1);
  
}
.slick-slide.slick-active{
 transform: scale(1.2);
    
}
.slick-dots{
      position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    z-index: 1002;
    display: none!important;
}
.slick-dots li > button{
    background: #fff;
    border: none;
    font-size: 0;
    width: 10px;
    height: 10px;
    margin-right: 15px;
    line-height: 0;
    padding: 0;
    opacity: .5;
    transition: .3s all;
    cursor: pointer;
}
.slick-dots li.slick-active button {
   background: #cd5f58;
   opacity: .7;
}
.slick-dots li > button:hover{
  opacity: .8;
}

.social svg{
  width: 25px;
  height: 25px;
}
.social svg path{
    fill: #ffffff;
     transition: .5s;
}
.footer .social svg path{
      fill: #f7f7f7;
}

.social {
      justify-content: center;
}
.social > div{
      margin-right: 10px;
      height: 25px;
      
}

.social > div a{
    color: #211600;
}
.social > div a:hover{
  color: #008ed5;
}
.social > div a:hover svg path {
      fill: #008ed5;
}
.social > div:last-child{
      margin-right: 0px;
}

.social--menu {
	justify-content: center;
}
.social--menu li{
    margin-right: 10px;
    border-radius: 50%;
    text-align: center;
}
.social--menu li a:hover{
	color: #fff;
	background: #e64e38;
}
.social--menu li a{
	color: #e64e38;
    font-weight: 600;
    font-size: .9rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    background: #fff;
    transition: .5s all;
}
.social--menu li:last-child{
	margin-right: 0;
}
.footer--menu ul {
	justify-content: center;
	list-style: none;
	padding-left: 0;
}
.footer--menu{
	margin:25px 0;
}
.footer--menu ul li {
	margin-right: 15px
}
 .footer--menu ul li:last-child{
	margin-right: 0;
}
 .footer--menu ul li a{
	    font-size: 1rem;
}

.footer--menu a {
    
    font-family: 'Roboto';
    font-weight: 300;
}
/* Кнопка включения меню */
#mobile_menu_btn {
	position: absolute;
	left: 0; top: 0;
	width: 40px; height: 80px;
	text-transform: lowercase;
	white-space: nowrap;
	border: 0 none;
	background-color: transparent;
	color: #fff;
	padding: 5px;
	text-align: center;
	border-right: 1px solid rgba(255,255,255,0.1)
}
	#mobile_menu_btn > *, #mobile_menu_btn { cursor: pointer; }
	.menu_toggle { display: inline-block; vertical-align: middle; width: 18px; height: 18px; margin: -2px 6px; position: relative; }
	.menu_toggle > i {
		height: 2px; width: 100%;
		background-color: #fff;
		position: absolute;
		left: 0; top: 0;
		-webkit-transition: all ease .2s; transition: all ease .2s;
	}
	.mt_1 { margin-top: 2px; }
	.mt_2 { margin-top: 8px; }
	.mt_3 { margin-top: 14px; }
	.menu_toggle__title { display: none; }
	.mobile-menu_open #mobile_menu_btn .mt_1 {
		-webkit-transform: rotate(-45deg); transform: rotate(-45deg);
	}
	.mobile-menu_open #mobile_menu_btn .mt_2 { opacity: 0; }
	.mobile-menu_open #mobile_menu_btn .mt_3 {
		-webkit-transform: rotate(45deg); transform: rotate(45deg);
	}

/* Логотип */
.logotype {
	
}
.logotype > svg {
	height: 45px;
	margin-top: 5px;
}
.live--logo{
	width: 100%
}
.logo--text{
	font-family: 'Russo One', sans-serif;
    text-transform: uppercase;
    font-size: .48rem;
    margin-top: 3px;
}
.logo--text__second-text{
    font-size: 0.84rem;
    line-height: .85rem;
}
	.logotype .logo_title {
		margin: 0 0 0 18px;
		font-size: 20px;
		line-height: 34px;
		font-weight: normal;
	}
	.logotype .icon-logo { fill: #fff; }

	/* Меню в Шапке */
	#top_menu ul{
		display: flex;
	    color: #fff;
	    list-style: none;
	}
	#top_menu > a {
		text-decoration: none !important;
		display: inline-block;
		color: #fff;
		position: relative;
		z-index: 2;
		padding: 10px 3%;
		opacity: .8;
	}
	#top_menu > a:after {
		content: "";
		position: absolute;
		left: 50%; top: 50%;
		margin: -5px 0 0 -5px;
		width: 10px; height: 10px;
		border-radius: 100%;
		background-color: #fff;
		overflow: hidden;
		opacity: 0;
	}
	@-webkit-keyframes sun {
		0% { margin: -5px 0 0 -5px; width: 10px; height: 10px; opacity: 0; }
		50% { margin: -50px 0 0 -50px; width: 100px; height: 100px; opacity: .15; } 
		100% { margin: -80px 0 0 -80px; width: 160px; height: 160px; opacity: 0; }
	}
	@keyframes sun {
		0% { margin: -5px 0 0 -5px; width: 10px; height: 10px; opacity: 0; }
		50% { margin: -50px 0 0 -50px; width: 100px; height: 100px; opacity: .15; } 
		100% { margin: -80px 0 0 -80px; width: 160px; height: 160px; opacity: 0; }
	}

	#top_menu > a:hover { z-index: 1; opacity: 1; }
	#top_menu > a:hover:after {
		-webkit-animation: sun .3s ease;
		animation: sun .3s ease;
	}

	#top_menu > a.active { cursor: default; opacity: 1; }
	#top_menu > a.active:before {
		content: "";
		position: absolute;
		left: 50%; top: 100%;
		width: 4px; height: 4px;
		margin: -2px 0 0 -2px;
		border-radius: 50%;
		background-color: #fff;
	}
	#top_menu > a.active:after { display: none; }

/* Авторизация */
.fa-user-tie{
	margin-right: 10px;
}
#login_pane {
	list-style: none;
	padding: 0; 
	margin: 0;
	margin-left: 25px;
  
}
	#login_pane > li > .btn-border {
		line-height: 1;
    	display: flex;
    	align-items: center;
		white-space: nowrap;
	    border: none;
	    padding: 0;
	    border-radius: 0;
	}
	#login_pane > li > .btn-border:hover {
	}
	#login_pane > li > .btn-border .over { 
		max-width: 120px; 
		
	}
	#login_pane > li > .btn-border > .pm_num { 
	    margin-top: 0;
	    margin: 0;
	    color: #ffffff;
	    margin-left: 10px;
	}
	.pm_num {
	    font-size: 12px;
	    background-color: #e64e38;
	    border-radius: 0;
	    min-width: 12px;
	    height: 20px;
	    line-height: 20px;
	    margin: -2px -14px 0 12px;
	    padding: 0;
	    color: #008ed5;
	    text-align: center;
	    vertical-align: middle;
	    width: 20px;
	    text-align: center;
}

	/* Форма входа */
	#login_pane .dropdown-form {
	    text-align: center;
	    padding: 39px;
	    margin-left: 0;
	    width: 220px;
	    right: 0;
	}
	.dropdown-form .soc_links { margin: 0; }
	.dropdown-form .soc_links > a { margin-bottom: 20px; }
	.login_form {
		list-style: none;
		padding: 0; margin: 0;
		border-bottom: 1px solid #efefef;
	}
	.login_form > li {
		border-top: 1px solid #efefef;
		display: block;
		position: relative;
	}
	.login_form > li > label { display: none; }
	.login_form > li > input {
		border: 0 none;
		padding: 19px; padding-left: 23px;
		border-radius: 0;
		background-color: transparent;
		width: 100%; height: 60px;
	}
	.login_form > li > .icon {
		position: absolute;
		left: 0; top: 50%;
		margin: -7px 0 0 0;
		height: 14px; width: 1em;
	}
	.login_form > li.login_input-btn > input { padding-right: 65px; }
	.login_form > li.login_input-btn > .btn {
		position: absolute;
		right: 0; top: 50%;
		margin-top: -18px; padding: 0;
		width: 54px;
	}
	.login_form__foot { text-align: left; margin-top: 20px; }

	/* При успешной авторизации */
	.dropdown-form.logged:after {
		content: "";
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 99px;
		z-index: -1;
	}
		.dropdown-form.logged:before, .dropdown-form.logged:after { background-color: #f7f7f7; }
		.login_pane__info .avatar { margin: 12px 0; }
		.login_pane__menu {
			list-style: none;
			padding: 0; margin: 25px 0;
			text-align: left;
			border-bottom: 1px solid #efefef;
		}
		.login_pane__menu li a {
			color: inherit;
			text-decoration: none !important;
			padding: 14px 0; display: block;
			border-top: 1px solid #efefef;
		}
		.login_pane__menu li a:hover { color: #008ed5; }
		
		.login_pane__foot { text-align: left; }
		.login_pane__foot .plus_icon { margin: -3px 5px 0 0; }


/* Меню Категорий */
@media only screen and (min-width: 601px) {
#cat_menu {
	float: left;
	width: 13%;
	position: relative;
	z-index: 10;
	margin-top: 105px;
}
	.cat_menu a, .cat_menu a:after { -webkit-transition: all ease .22s; transition: all ease .22s; }
	.cat_menu a {
		display: block;
		padding: 6% 10px;
		color: #5a5a5a;
		text-decoration: none !important;
		position: relative;
	}
	.cat_menu a:hover { color: #008ed5; }
	.cat_menu a:before, .cat_menu a:after {
		content: "";
		position: absolute;
		left: 0; top: 0; bottom: 0;
		background-color: #5a5a5a;
		width: 0; height: auto;
	}
	.cat_menu a:hover:after { width: 5px; background-color: #008ed5; }

	.cat_menu a.active { cursor: default; color: inherit; }
	.cat_menu a.active:after { display: none; }
	.cat_menu a.active:before { width: 5px; }
}

.cat_menu ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cat_menu ul ul {
  padding-left: 10px;
}
/* Мы в Соц.сетях */
#cat_menu .soc_links { padding: 0 25px; margin-top: 35px; }
.soc_links { display: flex; justify-content: space-between; }
	.soc_links > a {
		display: inline-block;
		width: 26px; height: 26px; line-height: 26px;
		border-radius: 50%;
		background-color: #bababa;
		text-align: center;
		-webkit-transition: all ease .1s; transition: all ease .1s;
	}
	.soc_links > a:hover {
		-webkit-transform: scale(1.3,1.3);
    	transform: scale(1.3,1.3);
    }
	.soc_links > a > .icon { fill: #fff; vertical-align: middle; margin: -3px 0 0 0; }

	.soc_vk:hover { background-color: #5486ca; }
	.soc_tw:hover { background-color: #60bbf5; }
	.soc_fb:hover { background-color: #4268ca; }
	.soc_gp:hover { background-color: #de553a; }
	.soc_ya:hover { background-color: #ff0000; }
	.soc_od:hover { background-color: #ff7800; }
	.soc_mail:hover { background-color: #006cff; }

/* --- Поиск --- */
.modal-search{
      position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    display: none;
}
.search-close{
  position: fixed;
    top: 0;
    left: 0;
    background: rgba(32, 15, 0, 0.49);
    width: 100%;
    height: 100%;
}
.q_search{
      position: relative;
}
#q_search {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
        width: 500px;
}
#searchsuggestions{
  max-height: calc(100vh - 150px);
    overflow-y: scroll;
    display: none;
    width: 100%;
}
#dofullsearch{
  display: none;
}
	.q_search > input {
    height: 50px;
    padding: 15px;
    border-radius: 0;
    background-color: #ffffff;
    display: block;
    box-sizing: border-box;
    color: #211600;
    border: 1px solid #d9d9d9;
    font-size: 1rem;
    width: 100%;
        -webkit-appearance: none;
	}
	.q_search > input:focus {
		background-color: #fff;
		box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
	}
	.mainpage .q_search > .btn{
		color: #fff;
	}
  .q_search > .btn {
      position: absolute;
      right: -2px;
      top: 0;
      box-shadow: none;
      color: #fff;
      text-align: center;
      font-size: 1.25rem;
      height: 100%;
  }
	.q_search .icon-search { 
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    margin: -8px 0 0 -8px;
	    width: 20px;
	    height: 20px;
	    fill: #008ed5;
	}
	.q_search .q_search_adv {
		position: absolute;
		right: 0; top: 0;
		margin-right: 36px;
		width: 36px; height: 36px;
		
	}
	.q_search .icon-set {
		width: 16px; height: 16px;
		position: absolute;
		left: 50%; top: 50%;
		margin: -8px 0 0 -8px;
		fill: #737373;
	}
	.q_search .q_search_adv:hover .icon-set { fill: #008ed5; }

/* --- Карусель --- */
.carousel {
	position: relative;
	padding-top: 49%;
	margin-bottom: 25px;
	overflow: hidden;
	width: 100%;
	border-radius: 2px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
}
	.carousel-inner {
		position: absolute;
		overflow: hidden;
		width: 100%;
		left: 0; top: 0; bottom: 0;
	}
	.carousel-inner > .item {
		display: none;
		position: relative;
		width: 100%; height: 100%;
		overflow: hidden;
		-webkit-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left;
	}
	.carousel-inner > .item > .cover {
		width: 100%;
		position: absolute;
		left: 0; top: 0; bottom: 0;
	}
	.carousel-inner > .item > img,
	.carousel-inner > .item > a > img { line-height: 1; vertical-align: top; }

	.carousel-inner > .active,
	.carousel-inner > .next,
	.carousel-inner > .prev { display: block; }
	.carousel-inner > .active { left: 0; }
	.carousel-inner > .next,
	.carousel-inner > .prev { position: absolute; top: 0; width: 100%; }
	.carousel-inner > .next { left: 100%; }
	.carousel-inner > .prev { left: -100%; }
	.carousel-inner > .next.left,
	.carousel-inner > .prev.right { left: 0; }
	.carousel-inner > .active.left { left: -100%; }
	.carousel-inner > .active.right { left: 100%; }
	.carousel-control {
		position: absolute;
		top: 0; bottom: 0; right: 0;
		margin: 25px;
		width: 44px;
		display: flex;
		align-items: center;
		z-index: 1;
	}
	.carousel-control_in {
		box-shadow: 0 5px 25px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,0.2);
		background-color: #fff;
		border-radius: 22px;
		text-align: center;
	}
	.carousel-control .up, .carousel-control .down {
		display: block;
		padding: 15px 12px;
	}
	.carousel-control .icon {
		fill: #d7d7d7;
		width: 20px; height: 32px;
	}
	.carousel-control a:hover > .icon { fill: #008ed5; }
	.carousel-indicators {
		list-style: none;
		padding: 0; margin: 0;
		text-align: center;
	}
	.carousel-indicators li {
		display: block;
		width: 20px; height: 20px;
		margin: 0 auto;
		cursor: pointer;
		position: relative;
	}
	.carousel-indicators li:after, .carousel-indicators li:before {
		content: "";
		position: absolute;
		left: 50%; top: 50%;
		border-radius: 50%;
	}
	.carousel-indicators li:after {
		width: 4px; height: 4px;
		margin: -2px 0 0 -2px;
		background-color: #7f7f7f;
	}
	.carousel-indicators li:hover:after, .carousel-indicators li.active:after { background-color: #008ed5; }
	.carousel-indicators li:before {
		display: none;
		border: 2px solid #008ed5;
		width: 8px; height: 8px;
		margin: -6px 0 0 -6px;
	}
	.carousel-indicators li.active:before { display: block; }
	.carousel-caption {
		position: absolute;
		left: 0; bottom: 0; right: 94px;
		margin: 0 0 8% 8%;
		z-index: 10;
		color: #fff;
		text-shadow: 0 1px 1px rgba(0,0,0, 0.2);
	}
	.carousel-caption .title {
		font-weight: bold;
		letter-spacing: -.03em;
		font-size: 2.9em;
		line-height: 1.3em;
	}
	.carousel-caption .text { 
		font-size: 1.3em;
		line-height: 1.45em;
	}
	.carousel.vertical .carousel-inner { height: 100%; }
	.carousel.vertical .item { left: 0; -webkit-transition: .4s ease-in-out top; transition: .4s ease-in-out top; }
	.carousel.vertical .active { top: 0; }
	.carousel.vertical .next { top: 100%; }
	.carousel.vertical .prev { top: -100%; }
	.carousel.vertical .next.left,
	.carousel.vertical .prev.right { top: 0; }
	.carousel.vertical .active.left { top: -100%; }
	.carousel.vertical .active.right { top: 100%; }

/* --- Контент --- */
#content, .content_top { position: relative; }

/* --- Сортировка и Хлебные крошки --- */
.pagetools {
	border: 1px solid #d6d6d6;
	border-radius: 2px;
	margin-bottom: 25px;
	position: relative;
	padding-left: 8%;
	width: 100%; height: 52px;
	overflow: hidden;
	font-size: .9em;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
	#combo-tools .pagetools_in { 
		height: 100px;
		-webkit-transition: all .3s ease .2s; transition: all .3s ease .2s;
	}
	.pagetools_in { color: #919191; }
	.sortbar_in, .speedbar { display: block; height: 22px; padding: 14px 25px; line-height: 22px; }
	.pagetools_back {
		position: absolute;
		left: 0; top: 0;
		width: 8%; height: 50px;
		border-right: 1px solid #d6d6d6;
		text-align: center;
	}
	.pagetools_back .icon {
		display: block;
		margin: 15px auto 0 auto;
		width: 30px; height: 20px;
	}
	#combo-tools.active > .pagetools_in { margin-top: -50px; }
	.breadcrumb .over { vertical-align: baseline; }

	.sortbar_in { white-space: nowrap; }
	.sortbar_in > form { display: inline; }
/*лента новостей*/
.lenta{

}
.lenta.fixed-end{
      bottom: 200px;
}
.lenta__header{
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
    font-weight: 400;
        text-transform: uppercase;
}
.lenta__container{
	    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
}
.lenta__container:last-child{
	border: none;
}
.lenta__info{
	font-size: .55rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.lenta__title a{
	color: inherit;

}
.lenta__title{
	    font-size: .85rem;
    line-height: 1.35;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 10px 0;
        margin-top: 3px;
}
.lenta__info--category a {
	color: inherit;
}
.lenta__info--category{
	    margin-right: 15px;
    
}
.lenta__info--category:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f45c";
    font-size: .45rem;
    color: #008ed5;
    vertical-align: middle;
    margin-left: 15px; 
}
/*категория*/
/*РСЯ*/
#yandex_rtb_R-A-341551-11, #yandex_rtb_R-A-341551-13, #yandex_rtb_R-A-341551-14{
  margin: 50px -8%;
  transform: scale(.97);
}
/*SPB*/
.spb--page .category-header h1{
    font-size: 1rem;
    color: #211600;
    text-transform: none;
    margin-bottom: 5px;
    width: 100%
}
.spb--page .category-description {
    font-size: .85rem;
    width: 70%
}
.spb--page .category-header {
  border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.category--page.spb--page{
   /*   background: url(https://novoboi.ru/download_img.php?dimg=1985&raz=2560x1440);*/
    background-color: #f7f7f7e6;
    background-blend-mode: overlay;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}
.category--page .ya-share2.desktop {
    position: static;
    margin-top: 0;
}
.category--page .spb #live24-content .fixed_story{
  display: none;
}
.spb #live24-content .shortstory__date {
  display: none;
}
.left-column, .right-column{
  width: 48%;
}
.first-item--regions{
  width: 100%;
      margin-bottom: 25px;

}
.first-item--regions__right, .first-item--regions__left{
  width: 50%;
}
.first-item--regions__left article.shortstory{
  position: relative;
  background: none;
  padding: 0;
  min-height: 100%;
}
.first-item--regions__left .fixed_label{
  display: none;
}
.first-item--regions__left .shortstory__short{
  
}
.first-item--regions__right{
  padding-left: 25px;
}

.first-item--regions article.shortstory .shortstory__date{
  display: none;
}
.first-item--regions article.shortstory .shortstory__image, .first-item--regions article.shortstory .shortstory__text{
  width: 100%;
}
.spb article.shortstory .shortstory__image, .spb article.shortstory .shortstory__text {
  width: 100%;
}
.first-item--regions__left article.shortstory .shortstory__text{
    width: 100%;
    bottom: 0;
    position: absolute;
    background: #f7f7f7;
    left: 0;
    margin: 0;
    padding: 25px;
}
.first-item--regions__right article.shortstory .shortstory__image{
  width: 40%
}
.first-item--regions__right article.shortstory .shortstory__text{
    padding: 0;
    position: static;
    width: 60%;
    background: none;
    padding-left: 25px;
    margin: 0;
}
.first-item--regions__right article.shortstory .shortstory__short{
  display: none;
}
.first-item--regions__right article.shortstory {
    border-bottom: none;
    margin-bottom: 25px;
    padding: 0;
}
.first-item--regions__right article.shortstory.fixed_story{
  background: none;
}
.first-item--regions__right article.shortstory.fixed_story .fixed_label{
  display: none;
}
.first-item--regions__right article.shortstory:last-child{
  margin-bottom: 0;
}
.first-item--regions__right article.shortstory  .shortstory__title{
    font-size: .95rem;
  line-height: 1.25;
}
.spb #live24-content article.shortstory:not(:first-child) .shortstory__image{
  margin-bottom: 15px;
}
.spb #live24-content article.shortstory .shortstory__image{
  margin-bottom: 15px;
}
.spb #live24-content .left-column article.shortstory:nth-child(3n) .shortstory__image{
  display: none;
}
.spb #live24-content .left-column article.shortstory:nth-child(3n) .shortstory__title a,
.spb #live24-content .right-column article.shortstory:nth-child(2n) .shortstory__title a {
  
}
.spb #live24-content .right-column article.shortstory:nth-child(2n) .shortstory__image{
  display: none;
}
.spb #live24-content .left-column article.shortstory:nth-child(3n) .shortstory__short,
.spb #live24-content .right-column article.shortstory:nth-child(2n) .shortstory__short {
  display: none;
}
.spb #live24-content .right-column article.shortstory:last-child .shortstory__short{
  display: inherit;
}
.category--page .centerside  {
    padding: 2% 4%;
}
.category-header h1{
margin: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
.category-description{
font-size: 1.05rem;
    line-height: 1.35;
    color: #555;
}
.shortstory.flex{
	align-items: flex-start;
	padding-bottom: 55px;
}

.shortstory__short{
	    font-size: 1rem;
    line-height: 1.25;
    color: #555;
    margin-top: 15px;
}

.shortstory__title a{
	color: #211600;
}
.shortstory .main-image{
	width: 30%;
	height: auto;
  opacity: .9;
  transition: .5s all;  
}
.shortstory__short{
    display: none;
}

.shortstory__date a{
	    color: #211600;
    font-style: italic;
}
.category--page #live24-content {
	margin-top: 50px;
}
article.shortstory {
    position: relative;
    max-width: calc(33% - 15px);
    display: block;
    padding: 10px;
    width: 100%;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.1);
    transition: .5s all;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.shortstory__image--img a{
      width: 100%;
    min-height: 180px;
    background-size: cover;
    display: block;
    border-radius: 5px;
    background-position: center;
    
}
.article-info__type{
    position: absolute;
    top: 28px;
    left: 28px;
}

.spb #live24-content{
     justify-content: space-between;
    align-items: flex-start;
        margin-top: 25px;
}
.col2 article.shortstory {
      width: 50%;
    border-bottom: none;
    padding-left: 25px;
    
}
.col2 article.shortstory:nth-child(odd) {
    width: 50%;
    padding-right: 25px;
    border-bottom: none;
    border-right: 1px solid #e6eaf0;
    padding-left: 0;
}
.col2 article.shortstory:nth-child(5), .col2 article.shortstory:last-child{
  margin-bottom: 0;
}
.col2-big {
    justify-content: space-between;
    border-bottom: 1px solid #e6eaf0;
    margin-bottom: 50px;
    padding-bottom: 25px;
}
.col2-big article.shortstory {
  width: 48%;
  border-bottom: none;
      margin-bottom: 0;
}
.col2-big article.shortstory .shortstory__image{

    max-height: 250px;
    overflow: hidden;
}
.col2-big article.shortstory .shortstory__title{
      line-height: 1.25;
}
.col2 article.shortstory:nth-child(3n) {
 
}
.col2 article.shortstory .shortstory__image{
width: 35%;
    margin: 0;
    margin-bottom: 0!important;
    max-height: 100px;
    overflow: hidden;
}
.col2 article.shortstory .shortstory__text{
  width: 65%;
      padding-left: 15px;
          margin: 0;
}

.col2 article.shortstory  .shortstory__title{
  font-size: .95rem;
  line-height: 1.25;
}
.col2 article.shortstory .shortstory__short{
  font-size: 0.85rem;
}
article.shortstory:hover .main-image{
  opacity: 1;
}
article.shortstory:last-child{
  border-bottom: none;
}
.category--page #live24-content article:last-child{
	border-bottom: none;
}
.col1 article.shortstory .shortstory__image{
  width: 30%;
}
.col1 article.shortstory .shortstory__text{
  width: 70%;
  padding-left: 25px;
  margin:0;
}
.more--categories{
  justify-content: space-between;
}
.more--categories .column{
  width: 31%;
  
}
.more--categories .column:last-child{
  padding-right: 0;
}
.more--categories  .shortstory__image, .more--categories  .shortstory__date, .more--categories  .shortstory__short{
  display: none;
}
.more--categories  .shortstory__text{
  margin-left: 0
}
.more--categories .shortstory__title {
    font-size: .85rem;
        line-height: 1.25;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}
.more--categories article.shortstory {
    margin-bottom: 25px;
    border-bottom: none;
    padding-bottom: 0;
    position: relative;
}
.more--categories__title{
  margin-bottom: 15px;
    font-size: 1rem;
    border-bottom: 1px solid #e6e6e6;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
.filter {
    text-align: right;
    justify-content: space-between;
    padding: 0;
    margin-top: 35px;
}
.filter__select{
	    min-width: 70%;
}




/* --- Новости --- */

#nav-load{
	text-align: center;
    margin: 25px 0;
}
.prev-url{
	background: #f7f7f7;
    color: #211600;
    padding: 10px 15px;
}
.prev-url:after{
	content: "\f105";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    margin-left: 10px;
    vertical-align: middle;
}

.all--pages article{
  width: 100%;
}
.shortstory .main-image{
	width: 100%;
    
}
.twitter-tweet{
	margin-left: 50%!important;
	transform: translateX(-50%)!important;
}
.dlevideoplayer{
	max-width: 100%!important
}

.no-photo img{
	width: 100%;
}
div[class*="dle_b_banner"] img{
	width: 100%;
}
.fullstory .main-image{
width: 75%;
    position: static;	
}
.article-image{
    position: relative;
    overflow: hidden;
    padding: 0% 7%;
    text-align: center;
}

.fullstory__banner-noimg {
    background: #f7f7f7;
    width: 85%;
    height: 350px;
    margin: 0 auto;
}
.fullstory__banner{
  padding: 0% 7%;
      margin-top: 25px;
}
.article-image--copy{
    font-size: .7rem;
    width: 70%;
    margin: 0 auto;
    text-align: left;
}
.fullstory .text .article-image--copy {
  margin-bottom: -25px;
}

/*static*/
.static--content.story .box_in > .text img{
    width: auto!important;
} 
.article-info {
    font-size: .75rem;
    margin: 15px 0;
    position: absolute;
    bottom: 0;
    display: flex;
    
}
.article-info__date {
  margin-right: 10px;
}
.article-info__views{
	margin: 0 15px;
}
.article-info__views .fas {
	margin-right: 5px;
}
.live-before-text{
	font-weight: bold;
}
.live-before-text__date{
	text-transform: capitalize;
    
}
.live-before-text__link{
	color: inherit;
}
.related-news{
    float: left;
    width: 250px;
    background: #f7f7f7;
    padding: 15px;
    border: 1px solid #e8e8e84d;
    margin-top: 0;
    margin-right: 25px;
    box-shadow: 0 0 10px #f1f1f1;
    margin-bottom: 15px;
    
}
.related-news svg{
	display: none;
}
.related-news li {
	line-height: 1;
      list-style-type: square;
    margin-bottom: 10px;
	line-height: 1;
}
.related-news li:last-child{
	margin-bottom: 0;
}
.related-news b{
    font-weight: 300;
    font-size: .85rem;
    line-height: 1.5;
}
.related-news a{
	font-size: .75rem;
    line-height: 1;
    color: inherit;
}
.related-news h4{
	margin: 0;
    text-transform: uppercase;
    color: #353535;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1rem;
}
.fullstory .short-story{
  text-indent: 25px;
}
.short-story{
    font-size: 1.15rem;
    display: block;
    font-style: italic;
}


.fullstory .text iframe {
    width: 75%!important;
    margin: 0 auto!important;
    display: block!important;
}

.ya-zen_link{
      color: #211600;
}
.vk_link{
          color: #45668e;
}
.twitter_link{
      color: #00aced;
}
.ya-zen_letter{
  color: red;
}
.article-dzen{
    margin: 15px 0;
    background: #f7f7f7;
    padding: 15px;
    text-align: center;
}


.full--page #live-content{
    position: relative;
}
.fullstory__full-link{
  padding-left: 7%;
    margin-top: 25px;
    display: block;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #211600;
    font-family: 'Roboto Condensed', sans-serif;
}
.fullstory__author{
    margin-top: 25px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    width: 100%;
    clear: both;
    text-align: right;
}
.fullstory__full-link .fas{
      margin-left: 15px;
    color: #008ed5;
    transition: .3s all;
}
.fullstory__full-link:hover .fas{
  margin-left: 25px;
}
.article-tags__name{
	    text-transform: uppercase;
    
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}
.article-tags a {
    font-size: .85rem;
    text-transform: uppercase;
        margin-right: 15px;
}
.article-tags a:before{
	content: '#';
}
.article-tags a:hover{

    transition: .5s all;
}

.article-rating{

    
        order: 1;
}
.article-rating svg{
	    width: 15px;
}
.article-rating__count{
    color: #211600;
    font-size:1rem;
}
.article-rating a{
	    color: #211600;
	text-decoration: none;
  vertical-align: text-top;
}
.article-rating .fas{
	    margin-right: 5px;
}
.comment{

}

	.box > .heading { padding: 4% 4%; margin: 0; text-transform: uppercase; }
	.box > .heading .hnum { font-size: .6em; display: inline-block; vertical-align: top; margin: 0 0 0 .4em; }
	.box_in { padding: 25px; }

	.story .title { 
  font-weight: 400;
      font-size: 2rem;
      line-height: 1.25;
      margin: 15px 0;
      letter-spacing: normal; 
	}
	.title__video-link i, .title__photo-link i{
		color: #fff;
    font-size: 18px;
	    vertical-align: middle;
	    margin-left: 10px;
	}
	.title__photo-link i{
		margin-left: 5px;
	}
	.story .title > a {
		color: inherit;
		text-decoration: none !important;
		-webkit-transition: all ease .2s; transition: all ease .2s;
	}
	.story .title > a:hover { color: #008ed5; }

	/* Иконки управления новостью слева */
	.story_icons {
		position: absolute;
		top: 0; left: 0;
		width: 8%;
		list-style: none;
		padding: 4% 0 0 0; margin: -.2em 0 0 0;
	}
	.fixed_story .story_icons { z-index: 1; }
	.story_icons > li { text-align: center; margin: 0 0 10px 0; }

	.story .box_in > .text {
    font-size: 1rem;
    line-height: 1.5;
  }
	.story .box_in > .text:after { content: ""; display: block; clear: both; }
	.story .box_in > .text > img[style*="left"], .story .box_in > .text > .highslide img[style*="left"] { margin: 2px 4% 4% 0; }
	.story .box_in > .text > img[style*="right"], .story .box_in > .text > .highslide img[style*="right"] { margin: 2px 0 4% 4%; }
	.story .box_in > .text img { max-width: 100%; }

	/* Редактировал... */
	.editdate {
		margin: 4% 0 0 0;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
	}

	/* Кнопка "В закладки" */
	.fav_btn > a, .edit_btn > a {
		display: inline-block;
		padding: 4px;
		width: 16px; height: 16px;
	}
		.fav_btn .icon {
			width: 16px; height: 16px;
			vertical-align: top;
		}
		.fav_btn .icon-fav { fill: #919191; }
		.fav_btn:hover .icon-fav { fill: #008ed5; }
		@media only screen and (min-width: 601px) {
			.fixed_story .fav_btn .icon-fav { fill: #fff; }
			.fixed_story .fav_btn:hover .icon-fav { fill: #fff; }
		}
		
		.fav_btn .icon-star { fill: #fed762; }

	/* Кнопка "Редактировать" */
	.edit_btn > a {
		position: relative;
		-webkit-transition: transform ease .2s; transition: transform ease .2s;
	}
		.edit_btn > a > i, .edit_btn > a:after, .edit_btn > a:before { 
			padding-top: 2px;
			width: 16px; height: 0;
			background-color: #919191;
			overflow: hidden;
			display: block;
			margin: 3px 0;
		}
		.edit_btn > a:after, .edit_btn > a:before { content: ""; }
		.edit_btn > a:hover > i, .edit_btn > a:hover:after, .edit_btn > a:hover:before {
			background-color: #008ed5;
		}
		

	
	
	/* Нижняя часть новости */
	.story_tools { 
		margin-top: 4%;
		
		margin-top: 4%;
    justify-content: space-between;
    align-items: center;
	}
		.story_tools > .category { float: right; margin-top: .7em; font-size: .9em; }
		.story_tools > .category .icon { width: 12px; height: 15px; margin: -.2em .4em 0 0; }
		.story_tools > .btn { float: left; margin-right: 2em; }
		.story_tools > .rate { float: left; }
		.story_tools .rate_stars { margin-top: 6px; }

		.rate_like > a, .rate_like-dislike {
			float: left;
			height: 22px; line-height: 22px;
			padding: 6px 12px;
			border: 1px solid #eaeaea;
			border-radius: 18px;
			text-decoration: none !important;
			font-weight: bold;
			color: #919191;
			-webkit-transition: all ease .2s; transition: all ease .2s;
		}
		.rate_like > a:hover { border-color: #008ed5; color: #008ed5; }
		.rate_like .icon { width: 16px; height: 15px; margin: -.2em .3em 0 0; }

		.rate_like-dislike > a {
			display: inline-block;
			width: 22px; height: 22px;
			text-align: center;
		}
		.rate_like-dislike > a .icon {
			width: 14px; height: 15px;
			fill: #787878;
			vertical-align: middle;
			margin: -.3em 0 0 0;
		}
		.rate_like-dislike > a:hover .icon { fill: #008ed5; }
		.rate_like-dislike .ratingplus { color: #88c54d; }
		.rate_like-dislike .ratingminus { color: #e45757; }
		.rate_like-dislike > span { cursor: default; margin: 0 .3em; }

	.story > .meta { font-size: .9em; background-color: #f7f7f7; padding: 2% 7%; border-radius: 0 0 2px 2px; }
		.meta:after, .story_tools:after { clear: both; display: table; content: ""; }
		.meta > ul { list-style: none; padding: 0; margin: 0; }
		.meta > ul > li { display: inline; }
		.meta > ul.left > li { margin-right: 2em; }
		.meta > ul.right > li { margin-left: 2em; }
		.meta .icon { width: 16px; height: 16px; margin: -.2em .4em 0 0; }
		.meta .icon-views { height: 18px; }

	.signature {
		font-size: .9em;
		opacity: .5;
		margin-top: .9em;
	}

/* --- Постраничная навигация --- */
.navigation{
	width: 100%;
    padding: 25px 0;
}
.page_next-prev {
    float: none;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.pages{margin:0 15px}
.pages > * {padding: 0px 2px;}
	/* Постраничная навигация в новости */
	.splitnewsnavigation { margin-top: 4%; padding-top: 4%; font-weight: bold; border-top: 1px solid #efefef; }
	.splitnewsnavigation > a, .splitnewsnavigation > span { padding: 6px 10px; }

/* --- Блок: Новости Партнеров --- */
.hblock > .title {
	text-transform: uppercase;
	font-weight: bold;
	background-color: #f7f7f7;
	border-radius: 2px 2px 0 0;
	font-size: 1em;
	padding: 2.5% 8%;
	margin: 0;
}
	.banner img { vertical-align: top; max-width: 100%; }
	.midside .banner {
		padding: 2.5% 8%;
		text-align: center;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
	.midside .next-prev {
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
	.midside .next-prev a {
		margin:  10px;
	}
	.hblock .banner { border-top: 1px solid #efefef; }

	.informer_list {
		list-style: none;
		margin: 0 -25px 0 0;
		padding: 0;
	}
		.informer_list:after { clear: both; display: block; content: ""; }
		.informer_list li {
			float: left;
			width: 33.33333%;
			padding-right: 25px;
			-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		}
		.informer_list li .title { font-weight: bold; margin-bottom: 1em; }
		.informer_list li .title a { display: block; color: inherit; text-decoration: none !important; }
		.informer_list li .title a:hover { color: #008ed5; }
		
		.more_icon {
			display: inline-block;
			background-color: #008ed5;
			border-radius: 9px;
			height: 4px;
			padding: 7px 8px;
			margin-top: 1em;
			}
		.more_icon:after { clear: both; display: block; content: ""; }
		.more_icon > i {
			margin-left: 2px;
			float: left;
			width: 4px; height: 4px;
			border-radius: 50%;
			background-color: #fff;
			-webkit-transition: all ease .2s; transition: all ease .2s;
		}
		.more_icon:hover > i { margin-left: 10px; }
		.more_icon > i:first-child { margin-left: 0 !important; }

/* --- Правая колонка --- */
.block, .rightside .banner { margin-bottom: 25px; }
	.rightside .banner { box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); }

	.block > .title {
		text-transform: uppercase;
		white-space: nowrap;
		overflow: hidden;
		margin: 0 0 20px 0;
	}
	.block > .title > b, .block > .title:after, .block > .title > h4 { font-size: 1em; margin: 0; display: inline-block; vertical-align: middle; }
	.block > .title:after {
		content: "";
		background: #dedede;
		height: 4px; width: 100%;
		margin: 0 0 0 15px;
		border-top: 1px solid #d1d1d1;
	}

	/* Смена баннера при уменьшении разрешения */
	@media only screen and (max-width: 1279px) { .banner_300 { display: none; } }
	@media only screen and (min-width: 1280px) { .banner_240 { display: none; } }

	/* Блок: Популярное */
	ol.topnews {
		margin: -20px 0 0 0; padding: 0;
		list-style: none;
		counter-reset: ol-counter;
	}
		ol.topnews > li > a:after { content: ""; display: block; clear: both; }
		ol.topnews > li > a {
			display: block;
			color: inherit;
			text-decoration: none !important;
			border-bottom: 1px solid #d5d5d5;
			padding: 25px 0 25px 70px;
		}
		ol.topnews > li:last-child > a { border-bottom-width: 0; }
		ol.topnews > li > a:before, ol.topnews > li > a > b { -webkit-transition: all ease .2s; transition: all ease .2s; }
		ol.topnews > li > a:before {
			content: counter(ol-counter);
			counter-increment: ol-counter;
			font-weight: bold;
			font-size: 1.5em;
			border-radius: 50%;
			border: 2px solid #3896e6;
			width: 48px; height: 48px;
			text-align: center;
			float: left;
			line-height: 30px;
			padding: 7px 0;
			margin-left: -70px;
			color: #008ed5;
			-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		}
		ol.topnews > li > a:hover:before {
			color: #fff;
			background-color: #008ed5;
			box-shadow: 0 9px 13px 0 rgba(0,0,0,0.22); -webkit-box-shadow: 0 9px 13px 0 rgba(0,0,0,0.22);
		}
		ol.topnews > li > a > * { cursor: pointer; display: block; }
		ol.topnews > li > a > b { display: block; }
		ol.topnews > li > a > span {
			font-size: .9em;
			opacity: .5;
			text-transform: lowercase;
			margin-top: .4em;
		}
		ol.topnews > li > a:hover > b { color: #008ed5; }

	/* Блок: Опросы */
	.block_grey {
		padding: 25px;
		margin-bottom: 25px;
		border-radius: 2px;
		background-color: #e5e5e5;
	}
		.block_grey > .title {
			margin: 0 0 1em 0;
			font-size: 1em;
			letter-spacing: 0;
		}
		.vote_more { font-size: .9em; margin: -.7em 0 1em 0; }

		.vote_list { margin: 8% 0; }
		.vote_list .vote, .vote_list .pollanswer { margin: .6em 0 .2em 0; }
		.vote_list .vote > input, .vote_list .pollanswer > input { display:none;  }
		.vote_list .vote > input + label:before, .vote_list .pollanswer > input + label:before {
			display:inline-block;
			width: 8px; height: 8px;
			border: 4px solid #3b3b3b;
			background-color: #fff;
			margin: -3px 4px 0 0;
			vertical-align:middle;
			cursor:pointer;
			content: "";
			border-radius: 2px;
		}
		.vote_list .vote > input[type="radio"] + label:before,
		.vote_list .pollanswer > input[type="radio"] + label:before { border-radius: 50%; }
		.vote_list .vote > input + label:hover:before, .vote_list .pollanswer > input + label:hover:before { border-color: #008ed5; }
		.vote_list .vote > input:checked + label:before, .vote_list .pollanswer > input:checked + label:before {
			background-color: #008ed5;
			border-color: #008ed5;
		}
		.vote_list .vote > input + label:before, .vote_list .vote > input:checked + label:before,
		.vote_list .pollanswer > input + label:before, .vote_list .pollanswer > input:checked + label:before
		{ -webkit-transition: border-color ease .2s; transition: border-color ease .2s; }

		.btn-border .icon-votes { width: 16px; height: 14px; margin: -3px 0 0 0; vertical-align: middle; }
		.vote_votes, .pollallvotes { font-size: .9em; }

		#dlevotespopupcontent { height: auto !important; overflow: visible !important; }

	/* Блок: Архив новостей */
	.title_tabs { margin: -10px 0 10px 0 !important; }
	.title_tabs ul { cursor: default; list-style: none; padding: 0; margin: 0 0 0 15px; }
		.title_tabs * { display: inline-block; vertical-align: middle; }
		.title_tabs ul li > a {
			display: block;
			width: 36px; height: 16px;
			padding: 10px 0;
			border-radius: 50%;
			margin-bottom: 2px;
			text-align: center;
			position: relative;
		}
		.title_tabs ul li.active > a {
			background-color: #fff;
			box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
		}
		.title_tabs ul li > a > .icon { width: 16px; height: 16px; fill: #6a6a6a; vertical-align: top; }
		.title_tabs ul li.active > a > .icon { fill: #008ed5; }

	/* Блок: Изменить оформление */
	.block_bg {
		margin-bottom: 25px;
		background-color: #1b64a8;
		border-radius: 2px;
		box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
		padding: 25px;
	}
		.block_bg > .title {
			font-size: 1em;
			color: #fff;
			margin: -.2em 0 .6em 0;
			text-transform: uppercase;
		}
		.change_skin {
			background: url(../images/change_skin.png) no-repeat 0 50%;
			-webkit-background-size: cover; background-size: cover;
		}

		.change_skin .styled_select {
			background: #fff;
			border-radius: 2px;
			width: 100%;
			box-shadow: 0 3px 7px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,0.2);
			border-width: 0;
			overflow: hidden;
			position: relative;
		}
		.change_skin .styled_select > .icon {
			position: absolute;
			left: 100%; top: 50%;
			width: 16px; height: 10px;
			margin: -5px 0 0 -26px;
 			fill: #d7d7d7;
		}
		.change_skin .styled_select:hover > .icon { fill: #008ed5; }
		.change_skin .styled_select select {
			width: 112%; height: 36px;
			background-color: transparent;
			border-width: 0;
			padding: 7px;
			position: relative;
			z-index: 1;
			appearance: none; -webkit-appearance: none; -moz-appearance: none;
		}
	
	/* Блок: Теги */
	.tag_list > span { margin: 0 2px 2px 0; }
		.tag_list > span, .tag_list > span > a { display: inline-block; }
		.tag_list > span > a {
			border: 1px solid #d6d6d6;
			color: inherit;
			text-decoration: none !important;
			padding: 4px 8px;
			border-radius: 2px;
		}
		.tag_list > span > a:hover {
			background-color: #fff;
			color: #008ed5;
			border-color: #fff;
			box-shadow: 0 3px 7px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,0.2);
		}
		.tags_more { margin-top: 1em; }

	/* Блок: Похожее */
	.relnews {
		margin: -20px 0 0 0; padding: 0;
		list-style: none;
	}
		.relnews > li > a:after { content: ""; display: block; clear: both; }
		.relnews > li > a {
			display: block;
			color: inherit;
			text-decoration: none !important;
			border-bottom: 1px solid #d5d5d5;
			padding: 25px 0 25px 33px;
		}
		.relnews > li:last-child > a { border-bottom-width: 0; }
		.relnews > li > a .icon, .relnews > li > a > b { -webkit-transition: all ease .2s; transition: all ease .2s; }
		.relnews > li > a .icon {
			width: 16px; height: 14px;
			float: left;
			margin: 4px 0 0 -33px;
		}
		.relnews > li > a > * { cursor: pointer; display: block; }
		.relnews > li > a > b { display: block; }
		.relnews > li > a > span {
			font-size: .9em;
			opacity: .5;
			text-transform: lowercase;
			margin-top: .4em;
		}
		.relnews > li > a:hover > b { color: #008ed5; }

	/* Блок: последние комментарии */
	.lastcomm {
		margin: -20px 0 0 0; padding: 0;
		list-style: none;
	}
		.lastcomm > li > a:after { content: ""; display: block; clear: both; }
		.lastcomm > li > a {
			display: block;
			color: inherit;
			text-decoration: none !important;
			border-bottom: 1px solid #d5d5d5;
			padding: 25px 0 25px 33px;
		}
		.lastcomm > li:last-child > a { border-bottom-width: 0; }
		.lastcomm > li > a .icon, .lastcomm > li > a > b { -webkit-transition: all ease .2s; transition: all ease .2s; }
		.lastcomm > li > a .icon {
			width: 16px; height: 14px;
			float: left;
			margin: 4px 0 0 -33px;
		}
		.lastcomm > li > a > * { cursor: pointer; display: block; }
		.lastcomm > li > a > b { display: block; margin-top: .4em;}
		.lastcomm > li > a > span {
			font-size: .9em;
			opacity: .5;
		}
		.lastcomm > li > a:hover > b { color: #008ed5; }

/* --- Футер --- */
.footer_menu { position: relative; padding: 0 0 25px 0; }
.foot_menu {
	list-style: none;
	padding: 0;
	margin: 0 -25px 0 0;
}
	.foot_menu > li {
		float: left;
		width: 33.33333%;
		padding-right: 25px;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
	.foot_menu > li > b { display: block; margin-bottom: 1em; }
	.foot_menu > li > b > i { display: none; }
	.foot_menu > li nav > a {
		color: #838383;
		display: block;
		font-size: .9em;
		padding: .2em 0;
	}
	@media only screen and (min-width: 601px) {
		.foot_menu > li > div {
			display: block !important;
			height: auto !important; width: auto !important;
		}
	}

	/* Кнопка наверх */
	.upper {
		position: absolute;
		left: 0;
		width: 13%;
		text-align: center;
	}
		#upper {
			display: block;
			margin: 0 auto;
			border-radius: 50%;
			width: 64px; height: 64px;
			background-color: #d7d7d7;
			position: relative;
		}
		#upper .icon {
			width: 20px; height: 32px;
			fill: #ededed;
			position: absolute;
			left: 50%; top: 50%;
			margin: -16px 0 0 -10px;
		}
		#upper:hover { background-color: #008ed5; }
		#upper:hover .icon { fill: #fff; }

.footer { 
  font-size: .9em; 
  padding: 25px 0; 
	padding: 2% 7%;
  text-align: center;
}
	.footer a, .footer { color: #838383; }
	.footer .midside { display: flex; }
	.footer .copyright { width: 100%; }
.copyright a {
    color: inherit;
    font-family: 'Roboto';
    font-weight: 300;
}

	.ca { float: right; white-space: nowrap; margin-left: 20px; }
	.ca > .icon {
		margin: -.2em .8em 0 0;
		width: 30px; height: 17px;
		fill: #cbcbcb;
	}
	.ca:hover > .icon { fill: #838383; }

	.counter { float: right; margin-left: 10px; margin-top: 2px; opacity: .5; }
	.counter:hover { opacity: 1; }
	.counter > img { vertical-align: top; }



/* --- Статические страницы --- */
.page_static { margin-bottom: 60px; }
	.page_static:after { clear: both; display: block; content: ""; }
	.page_static > .text { font-size: 1.15em; }

/* --- Информация об ошибках --- */
.berrors {
	background: #ffe6dd;
	border: 1px solid #f0c4b5;
	color: #553c33;
	padding: 20px 25px;
	margin-bottom: 25px;
	height: 1%;
	border-radius: 2px;
	box-sizing: border-box;
}

/* --- Комментарии --- */
/* Форма добавления */
.addcomment { background-color: #f7f7f7; }
	.plus_icon { width: 16px; height: 16px; display: inline-block; vertical-align: middle; position: relative; }
	.addcomment .plus_icon { width: 8%; padding: 10px 0; float: left; margin-top: 4%; }
	.plus_icon > span, .plus_icon > span:before, .plus_icon > span:after {
		overflow: hidden;
		text-indent: -9999px;
		white-space: nowrap;
		position: absolute;
	}
	.plus_icon > span:before, .plus_icon > span:after {
		background-color: #b3b3b3;
		content: "";
	}
	.plus_icon > span {
		width: 16px; height: 16px;
		left: 50%; top: 50%;
		margin: -8px 0 0 -8px;
	}
	.plus_icon > span:after {
		left: 0; top: 50%;
		width: 100%; height: 2px;
		margin-top: -1px;
	}
	.plus_icon > span:before {
		left: 50%; top: 0; 
		width: 2px; height: 100%;
		margin-left: -1px;
	}

	.plus_icon.circle {
		width: 12px; height: 12px;
		padding: 4px;
		border-radius: 50%;
		border: 2px solid #008ed5;
	}
	.plus_icon.circle > span { width: 12px; height: 12px; margin: -6px 0 0 -6px; }
	.plus_icon.circle > span:before, .plus_icon.circle > span:after { background-color: #008ed5; }

	/* Формы на UL */
	ul.ui-form { list-style: none; padding: 0; margin: 0; }
		ul.ui-form > li { margin-bottom: 20px; }
		ul.ui-form > li:last-child { margin-bottom: 0; }
		.form-group { margin-bottom: 20px; }
		.form-group > label { display: block; margin-bottom: .4em; }
		.imp:after { content: "*"; margin: 0 0 0 10px; color: #e85319; }

		@media only screen and (min-width: 601px) {
			.form-group.combo:after { clear: both; display: table; content: ""; }
			.form-group.combo > .combo_field { width: 50%; float: left;
				-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
			}
			.form-group.combo > .combo_field:last-child { padding-left: 10px; }
			.form-group.combo > .combo_field:first-child { padding-right: 10px; }
		}
		.form_submit { margin-top: 20px; }
		.form-sep { border-top: 1px solid #efefef; }

	/* Модификация BB редактора для комментариев */
	#comment-editor .bb-editor textarea { padding: 7px; padding-bottom: 45px; height: 200px; }
	.addpm #comment-editor .bb-editor textarea { height: 340px; }

	.wseditor table, .bb-editor table { margin: 0px; }

/* Комментарии */
.com_list { }
	.comment {
		padding: 4% 4%;
		position: relative;
		-webkit-transition: box-shadow ease .4s; transition: box-shadow ease .4s;
	}
	.com_list .comment {
		border-top: 1px solid #efefef;
		background-color: transparent;
		margin: 0;
		border-radius: 0;
		box-shadow: none; -webkit-box-shadow: none;
	}
	.comment:hover {
		position: relative;
		box-shadow: 0 2px 12px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,0.2);
	}
	.avatar { display: inline-block; }
	.avatar .cover {
		width: 100px; height: 100px;
		border-radius: 50%;
		white-space: nowrap;
		text-indent: -9999px;
		display: inline-block;
	}
	.comment .avatar { float: left; margin-right: 15px; position: relative; }
	.comment .avatar .cover { width: 36px; height: 36px; }
	.com_online {
		position: absolute;
		left: 100%; top: 50%;
		margin: -4px 0 0 -4px;
		overflow: hidden;
		text-indent: -9999px;
		background-color: #70bb39;
		border: 2px solid #fff;
		width: 4px; height: 4px;
		border-radius: 50%;
	}

	.com_info { font-size: .9em; margin-bottom: 2%; margin-top: -5px; }
	.com_info:after { clear: both; display: block; content: ""; }

	.com_user { float: left; margin: 9px 15px 0 0; }
	.comment .meta { display: inline; }
	.comment .meta .left { margin: 9px 0 0 0; }
	.comment .meta .left .mass input { margin: -2px 0 0 0; vertical-align: middle; }
		.comment .meta > ul.left > li { margin-right: 10px; }

		.comment .reply { text-transform: lowercase; }
		.comment .meta .left a {
			display: inline-block;
			width: 20px; height: 20px;
			vertical-align: middle;
			padding: 2px;
			margin-top: -2px;
			-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		}
		.comment .meta .left .reply a { padding: 2px; width: auto; vertical-align: baseline; }
		.comment .meta .left .del a { padding: 4px; }
		.comment .meta .left .icon { margin: 0; fill: #919191; vertical-align: top; }
		.comment .meta .left a:hover .icon { fill: #008ed5; }
		.comment .meta .left a .icon-reply {
			width: 15px; height: 16px;
			fill: #008ed5 !important;
			margin-right: .4em;
			vertical-align: middle;
		}
		.comment .meta .left a .icon-coms {
			width: 15px; height: 16px;
			fill: #008ed5 !important;
			margin-right: .4em;
			vertical-align: middle;
		}
		.comment .meta .left .edit_btn > a { padding: 2px; margin-top: -4px; } 
		.comment .icon-bad { width: 16px; height: 16px; }
		.comment .icon-cross { width: 12px; height: 12px; }

	.comment .meta .rate { float: right; }

	/* Древовидные комментарии */
	#dle-comments-list { width: 100%; overflow: hidden; }
	#dle-comments-list .comments-tree-list { list-style: none; padding: 0; margin: 0; }
	#dle-comments-list > .comments-tree-list > li > .comments-tree-list { padding: 0 8%; border-top: 1px solid #efefef; }
	#dle-comments-list > .comments-tree-list > li .comments-tree-list > li { padding-left: 20px; }
	#blind-animation .comments-tree-list { list-style: none; padding: 0; margin: 0; }

	.comments-tree-list > li > ol > li .comment {
		padding: 30px 0;
		position: relative;
		box-shadow: none; -webkit-box-shadow: none;
		border-width: 0;
	}
	.comments-tree-list li ol li .comment {

		position: relative;
		box-shadow: none; -webkit-box-shadow: none;
		border-width: 0;
	}
	.comments-tree-list > li > ol > li .comment:after {
		content: "";
		position: absolute;
		width: 2000px; height: 1px;
		margin-left: -500px;
		left: 0; top: 0;
		background-color: #efefef;
	}

	.comments-tree-list > li > ol > li .comment:before {
		content: "";
		position: absolute;
		left: 0; top: 12px;
		margin: 30px 0 0 -20px;
		background-color: #e6e6e6;
		width: 10px; height: 2px;
	}	

	/* Управление комментариями */
	.mass_comments_action { text-align: right; border-top: 1px solid #efefef; padding: 2% 4%; }
	.mass_comments_action > select { height: 36px; padding: 5px; width: 200px; margin-left: 1em; }

	.com_content > .title { margin-top: 4%; }
	.com_content > .text { font-size: 1.08em; }

/* --- Контакты --- */
#map { width: 100%; height: 400px; }
	.map_resp {
		width: 100%; padding-top: 60%; height: 0;
		position: relative;
	}
	.map_resp > #map {
		position: absolute;
		left: 0; top: 0; bottom: 0;
		height: auto;
	}
	.dark_top {
		border-radius: 2px 2px 0 0;
		color: #fff;
		background: #2c2c2c;
	}
	.contacts { font-size: 1.3em; }
	.contacts > .grid_1_2 { padding-left: 42px; }
	.contacts > .grid_1_2 .icon {
		float: left;
		margin: 5px 0 0 -42px;
		width: 24px;
	}

/* --- Регистрация, Восстановление пароля, Добавление новости---*/
.page_form_style body { background-color: #f7f7f7; }
	.page_form { max-width: 1100px; padding-left: 7%; }
	.page_form__back {
		background-color: #008ed5;
		position: fixed;
		left: 0; top: 0;
		height: 100%; width: 3%;
		padding: 0 2%;
	}
	.page_form__back:after {
		content: "";
		position: absolute;
		top: 0; right: 0;
		width: 5px; height: 100%;
		background-repeat: repeat-y;
		background-image: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
		background-image: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
		background-image: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
		background-image: linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
	}
	.page_form__back > .icon {
		position: absolute;
		left: 50%; top: 8%;
		margin: 0 0 0 -15px;
		width: 30px; height: 20px;
		fill: #fff;
		opacity: .6;
	}
	.page_form__back:hover > .icon { opacity: 1; }
	.page_form__body { padding: 0 10%; }
	.page_form__logo { padding: 8% 0 0 0; margin-bottom: 8%; }
	.page_form__logo .icon { margin-top: -10px; width: 60px; height: 60px; }

	.page_form__inner > .title { font-weight: normal; font-size: 30px; margin: 4% 0; }
	.page_form__form .form_submit { border-top: 1px solid #e0e0e0; padding: 20px 0 0 0; margin-top: 20px; }
	
	

	.page_form__form .login_check { position: relative; }
	.page_form__form .login_check > input { padding-right: 150px; }
	.page_form__form .login_check > .btn {
    width: 120px;
    position: absolute;
    right: 10px;
    top: 50%;
    font-weight: bold;
    margin: 0;
    transform: translateY(-50%);
}
	#result-registration { margin-top: 10px; font-size: .8em; }
	.regtext { margin-bottom: 5%; }

	.page_form__foot { margin-top: 8%; padding-bottom: 8%; }
	.page_form__foot > * { display: block; float: none; }
	.page_form__foot .ca { display: block; margin-top: 2%; margin-left: 0; }

/* --- PM --- */
@media only screen and (min-width: 601px) {
#pm-menu:after { content: ""; clear: both; display: block; }
	#pm-menu { margin-bottom: 25px; }
	#pm-menu a { color: inherit; padding: 10px 16px; border-radius: 2px; border: 2px solid transparent; float: left; text-decoration: none !important; }
	#pm-menu a:hover { border-color: #008ed5; color: #008ed5; }
}

	.pm-box { margin-bottom: 25px; }
		.pm_status { padding: 25px; background-color: #f7f7f7; border-radius: 2px; }
		.pm_progress_bar { background-color: #e5dbcc; margin-bottom: 10px; border-radius: 2px; }
		.pm_progress_bar span { background: #e85319; font-size: 0; height: 20px; border-radius: 2px; display: block; overflow: hidden }

/* --- Страница пользователя --- */
.userinfo_top { position: relative; padding-bottom: 50px; margin-bottom: 50px; }
.userinfo_top .avatar { position: absolute; }
.user_tab { list-style: none; padding: 0; margin: 0; }
	.user_tab > li { display: inline; margin-right: 1.2em; }
	.user_tab > li > a {
		text-decoration: none !important;
		font-size: .6em;
		-webkit-transition: all ease .3s; transition: all ease .3s;
	}
	.user_tab > li > a { color: #fff; opacity: .5; }
	.user_tab > li > a:hover { color: inherit; }
	.user_tab > li.active > a { cursor: default; font-size: 1em; opacity: 1; }

	.usinf { list-style: none; padding: 0; margin: 0 0 25px 0; } 
	.usinf li { padding: 12px 0; border-top: 1px solid #e6e6e6; }
	.usinf li:first-child { border-top-width: 0; }

	.ui-c1, .ui-c2 { display: inline-block; vertical-align: top; }
	.ui-c1 { width: 30%; margin-right: 5%; }
	.ui-c2 { width: 60%; }

	/* Окно пользователя */
	.userinfo { padding-left: 90px; }
	.userinfo .avatar { position: absolute; float: left; margin: 0 0 0 -90px; }
	.userinfo .avatar .cover { width: 60px; height: 60px; }
	.userinfo > ul { list-style: none; padding: 0; margin: 0; }

/* --- Статистика --- */
.stats_head > ul {
	list-style: none;
	padding: 0; margin: 0;
	font-size: 1.25em;
}
	.stats_head > ul > li { margin-top: 15px; padding-left: 30px; }
	.stats_head > ul > li:before {
		content: "";
		float: left;
		margin: 2px 0 0 -30px;
		width: 16px; height: 16px;
		border-radius: 50%;
		background-color:  #008ed5;
	}
	.stats_head > ul > li > b {
		display: block;
		font-size: .8em;
		opacity: .5;
		font-weight: normal;
	}
	.stats_head > ul > li.stats_d:before { background-color: #f6a71a; }
	.stats_head > ul > li.stats_w:before { background-color: #ce3f28; }
	
	.stat_group { margin-bottom: 25px; }
	.stat_group > h5 { margin-top: 0; margin-bottom: 1em; }
	.stat_group > ul { list-style: none; padding: 0; margin: 0; }
	.stat_group > ul > li { padding: .6em 0; border-top: 1px dotted #d5d5d5; }

/* --- Страница поиска --- */
.search_result_num { font-size: .9em; margin: 25px 0 0; }
.search table { width: 100%; border-spacing: 5px; border-collapse: separate; }
#searchtable td, #searchtable td div, #searchtable table { margin: 0 !important; padding: 0 !important; }
	#searchtable td.search br { display: none; }
	td.search .bbcodes { margin: 0 !important; }
	td.search { vertical-align: top; }
#dofullsearch{
      background: #1e0f00;
}
.search-page article.shortstory {
  margin-bottom: 0;
}
.search-page #header .search {
  display: none;
}

/* --- === Разрешение ниже 1280 === ---*/
@media only screen and (max-width: 1279px) {
	
	
	


	/* Шапка сайта */
	.logotype .logo_title { font-size: 18px; }

	/* Популярные новости */
	ol.topnews > li > a { padding-left: 45px; }
	ol.topnews > li > a:before {
		font-size: 1.2em;
		width: 28px; height: 28px;
		line-height: 20px;
		padding: 2px 0; margin-left: -45px;
	}

	/* Опросы */
	#votes .btn-border { padding-left: 10px; padding-right: 10px; } 
}
@media only screen and (max-width: 1235px) {
	
	#top_menu { display: none; }
	#header_menu { padding-left: 65px; }
	body, .page { width: 100%; height: 100%; }
	#cat_menu, .page, .header { -webkit-transition: all ease .3s; transition: all ease .3s; }
	#cat_menu {
		position: fixed;
		z-index: 1111;
		top: 0; left: 0; top: 0; bottom: 0;
		margin: 0;
		overflow-y: auto;
		overflow-x: hidden;
		width: 200px;
		background-color: #ededed;
		border-right: 1px solid #d9d9d9;
		margin-left: -200px;
		visibility: hidden;
		opacity: 0;
		-webkit-overflow-scrolling: touch;
	}
	#cat_menu .soc_links { padding-bottom: 20px; }
	.mobile-menu_open #cat_menu { margin-left: 0; visibility: visible; opacity: 1; }
	.mobile-menu_open .page { margin-left: 200px; overflow: hidden; }
	.mobile-menu_open body { overflow: hidden; }
	.mobile-menu_open .header { left: 200px; }
}
@media (min-width: 1236px) {
	.cat_menu__tm, #mobile_menu_btn { display: none; }
}

/* --- === Разрешение ниже 980 === ---*/
@media (min-width: 981px) { #search_btn { display: none; } }
@media (max-width: 980px) {

	

	/* Шапка и модификация поиска */
	#header_menu {
		display: block;
		padding-right: 86px;
	}
	.logotype { float: left; }

	#login_pane { float: right; margin-top: 22px; }
	#search_btn {
		position: absolute;
		right: 0; top: 0; bottom: 0;
		width: 86px; height: 80px;
		padding: 0 25px;
		border: 0 none;
		cursor: pointer;
		background-color: transparent;
	}
	#search_btn > span {
		display: block;
		width: 32px; height: 32px;
		border: 2px solid #fff;
		border-radius: 50%;
		overflow: hidden;
		position: relative;
	}
	#search_btn > span > .icon {
		position: absolute;
		left: 50%; top: 50%;
		margin: -8px 0 0 -8px;
		width: 16px; height: 16px;
		fill: #fff;
		-webkit-transition: all ease .3s; transition: all ease .3s;
	}
	.search_open #search_btn > span > .icon-search,
	#search_btn > span > .icon-cross {
		opacity: 0; visibility: hidden;
		-webkit-transform: scale(0.3,0.3);
    	transform: scale(0.3,0.3);
	}
	.search_open #search_btn > span > .icon-cross,
	#search_btn > span > .icon-search {
		opacity: 1; visibility: visible;
		-webkit-transform: scale(1,1);
    	transform: scale(1,1);
	}
	
	.q_search > input { background-color: #fff; }
	.logotype, #mobile_menu_btn, #login_pane, #q_search { -webkit-transition: all ease .3s; transition: all ease .3s; }
	.search_open .logotype, .search_open #mobile_menu_btn, .search_open #login_pane { opacity: 0; visibility: hidden; }
	.search_open #q_search { margin-top: 0; opacity: 1; visibility: visible; }
	.q_search_adv { display: none; }

	/* Новости */
	.showfull .story { margin-top: 0; }
	.showfull .pagetools { position: relative; }
	.rightside, .tags_block,
	.showfull #dle-content .rightside .banner_240,
	.midside .banner { display: none; }
	.showfull #dle-content .rightside {
		float: none;
		width: auto;
		margin: 0; padding: 0;
		display: block;
	}
	.showfull .comments, .showfull #dle-content .box { float: none; }

	/* Блоки */
	.block { 
		background-color: #fff;
		margin-bottom: 25px;
		
		position: relative;
		
	}
	.block > .title { padding: 4% 8%; margin-bottom: 0; }
	.block > .title:after { display: none; } 

	/* Блок: Похожее; */
	.relnews { margin: 0; border-top: 1px solid #efefef; }
	.relnews > li > a {
		border-bottom: 1px solid #efefef;
		padding: 4% 8%
	}
	.relnews > li > a .icon { margin: 3px 0 0 0; }
	.relnews > li > a > b, .relnews > li > a > span { margin-left: 27px; }

	/* Опросы */
	.block_grey { padding: 4% 8%; margin-bottom: 25px; }
	.block_grey > .title { font-size: 1.2em; } 
	.vote_list { margin: 4% 0; }
}
@media only screen and (max-width: 700px) {
	.page_form__form .login_check > .btn {
		margin: 5px; font-weight: normal;
	}
}
@media only screen and (max-width: 750px) {
	/* Новости партнеров */
	.informer_list { margin-right: 0; }
	.informer_list li { float: none; width: auto; padding: 0; margin-bottom: 25px; }
	.informer_list li:last-child { margin-bottom: 0; }

	/* Длинные таблицы */
	.table_top_users, .pmlist { overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; }
	table.userstop, table.pm { width: 900px; }
}
@media only screen and (max-device-width: 480px) {
	body { -webkit-text-size-adjust: 100%; }               
}

/* --- === Разрешение ниже 600 === ---*/
@media only screen and (max-width: 600px) {
	/* Уменьшение отступов */
	body, select, input, textarea, button { font-size: 13px/1.5; }
	.hblock, .mass_comments_action, #dofullsearch, .vote_more, .bb-pane { display: none; }
	.midside { padding: 0; }
	#content { padding: 15px 15px 0 15px; }
	.navigation { margin: 15px 0; }
	.box, .comment, .berrors { margin-bottom: 15px; }
	.box > .heading { padding: 20px; }
	.quote, blockquote { font-size: 1.1em; }

	.mejs-container { max-width: 100%; }
	.story video { max-width: 100%; }
	.story iframe { max-width: 100%; }

	/* Всплывающие окна */
	.ui-dialog { width: 100% !important; left: 0 !important; } 
	.ui-dialog-buttonset > .ui-button { margin: 2px; }

	/* Оптимизация шапки */
	#header, .header { margin: 0; height: 50px; }
	.header {
		background-color: #008ed5;
		box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
	}
	#header_menu {
		position: relative;
		height: auto;
		border-radius: 0;
		box-shadow: none; -webkit-box-shadow: none;
		padding: 0 50px;
		z-index: 1;
		height: 50px;
	}
	#header_menu:after {
		content: "";
		position: absolute;
		top: 100%; left: 0;
		height: 1px; width: 100%;
		background: rgba(255,255,255,0.1);
	}
	
	.logo_title { display: none; }
	.logotype .icon-logo { width: 32px; height: 32px; }

	/* Оптимизация меню */
	#mobile_menu_btn, #search_btn {
		width: 50px; height: 50px;
		padding: 0;
		border-right-width: 0;
	}
	.mobile-menu_open .mt_1 { margin-top: 8px; }
	.mobile-menu_open .mt_2 { margin-top: 8px; }
	.mobile-menu_open .mt_3 { margin-top: 8px; }
	#cat_menu {
		position: fixed;
		z-index: 0;
		margin: -60% 0 0 0;
		width: 100%;
		background: #008ed5;
		left: auto; right: auto;
	}
	#cat_menu:after {
		content: "";
		position: fixed;
		width: 100%; height: 70px; margin-top: 50px;
		left: 0; right: 0; top: 0;
		z-index: 1;
		background-repeat: repeat-y;
		background-image: -webkit-linear-gradient(top, #008ed5 30%, rgba(51,148,230,0) 100%);
		background-image: -moz-linear-gradient(top, #008ed5 30%, rgba(51,148,230,0) 100%);
		background-image: -o-linear-gradient(top, #008ed5 30%, rgba(51,148,230,0) 100%);
		background-image: linear-gradient(top, #008ed5 30%, rgba(51,148,230,0) 100%);
	}
	.cat_menu { padding: 10%; margin-top: 50px; }
	.cat_menu a:first-child { border-top-width: 0; }
	.cat_menu a {
		text-decoration: none !important;
		font-size: 1.1em;
		padding: 3% 0;
		display: block;
		color: #fff;
		border-top-color: #3d99e7;
		border-top: 1px solid rgba(255,255,255,0.06);
	}
	#cat_menu .soc_links { display: none; }

		.mobile-menu_open .header { left: auto; }
		.mobile-menu_open .page { margin-left: 0; }
		.mobile-menu_open #cat_menu { margin-top: 50px; }
		.mobile-menu_open #login_pane { opacity: 1; visibility: visible; }

		/* Оптимизация авторизации */
		#login_pane {
			float: none;
			margin-top: 16px;
			text-align: center;
			visibility: hidden;
			opacity: 0;
			-webkit-transition: all ease .3s; transition: all ease .3s;
		}
		#login_pane .dropdown-form {
			position: fixed;
			top: 105px; left: 10px; right: 10px; bottom: 10px;
			overflow-x: hidden;
			overflow-y: auto;
			margin: 0; padding-bottom: 0;
			width: auto; min-width: 0;
			-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		}
		.login_pane__foot, .login_form__foot { padding-bottom: 39px; }

	/* Оптимизация поиска */
	#search_btn { padding: 7px; }
	#search_btn > span {
		border-width: 0;
		width: 36px; height: 36px;
	}
	

	/* Оптимизация карусели */
	.carousel { margin-bottom: 0; border-radius: 0; }
	.carousel-caption {
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;
		margin: 0;
		display: table;
	}
	.carousel-caption_in {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		padding: 15px;
	}
	.carousel-caption .title { font-size: 1.2em; font-weight: bold; }
	.carousel-caption .text { font-size: 1em; }

	.carousel-control { position: static; }
	.carousel-control_in { background: none; box-shadow: none; -webkit-box-shadow: none; }
	.carousel-indicators { display: none; }
	.carousel-control .up, .carousel-control .down { position: absolute; z-index: 12; left: 50%; margin-left: -21px; }
	.carousel-control .up { top: 0; }
	.carousel-control .down { bottom: 0; }
	.carousel-control .up .icon, .carousel-control .down .icon { fill: #fff !important; }

	/* Блоки */
	.block, .block_grey { margin-bottom: 15px; }
	.block > .title, .block_grey, .relnews > li > a { padding: 20px; }

	/* Оптимизация новостей */
	.box_in { padding: 20px; }
	.story_icons {
		float: right;
		position: relative;
		padding: 0; margin: -4px 0 10px 10px;
	}
	.story > .meta { padding: 10px 20px; }
	.meta > ul.left > li { margin-right: 12px; }
	.meta > ul.right > li { margin-left: 12px; }

	.story .title { font-size: 1.5em; }
	.story .box_in > .text { font-size: 1em; }

	.story_date > * { display: none; }
	.story_date > time { display: inline; }
	.category { display: none; }

	.story_tools, .editdate { margin-top: 20px; }
	.shortstory .story_tools > .rate { float: right; }
	.story_tools > .btn { padding: 0; height: 36px; width: 36px; text-align: center; }
	.story_tools > .btn:after, .story_tools > .btn:before { content: ""; }
	.story_tools > .btn > b, .story_tools > .btn:after, .story_tools > .btn:before {
		display: inline-block;
		overflow: hidden;
		text-indent: -9999px;
		background-color: #fff;
		width: 4px; height: 4px;
		border-radius: 50%;
		margin: 11px 0 0 0;
		vertical-align: middle;
	}
	.story_tools > .btn > b { margin-left: 2px; margin-right: 2px; }

	/* Важная новость */
	.fixed_label {
		width: 10px; height: 18px;
		padding: 0;
		margin-top: 20px;
		background-color: #e85319;
	}
		.fixed_label:before { display: none; }
		.fixed_label:after {
			bottom: auto; left: 100%; top: 0;
			margin: 0 0 0 -3px;
			border: solid transparent;
			border-right-color: #fff;
			border-width: 9px 3px 9px 0;
		}

	/* Хлебные крошки и сортировка */
	.pagetools {
		margin-bottom: 0;
		border-radius: 0;
		border-width: 0 0 1px 0;
		height: 51px;
		padding-left: 50px;
	}
		.pagetools_back { width: 50px; height: 50px; }
		.sortbar, .breadcrumb_in {
			width: 100%;
			overflow-x: auto; overflow-y: hidden;
			-webkit-overflow-scrolling: touch;
		}
		.breadcrumb_in .over { display: block; overflow: visible; }
		.sortbar_in:after, .breadcrumb_in .over:after { content: ""; width: 25px; display: inline-block; }
	



	/* Комментарии */
	.addcomment .plus_icon { display: none; }
	.addcomment h3 { display: none; } 

	.comment { padding: 20px; padding-bottom: 60px; }
		.com_content > .title { font-size: 1.15em; }
		.comment .meta {
			position: absolute;
			bottom: 14px; left: 20px; right: 20px;
		}
		.com_info { margin: 0 0 20px 0; padding-left: 46px; }
		.com_user { display: block; }
		.comment .avatar { margin-left: -46px; margin-right: 0; }
		.comment .rate_like > a, .comment  .rate_like-dislike { border-color: transparent; }
		.comment .meta .mass, .reply a span { display: none; }

	/* Древовидные комментарии */
	#dle-comments-list > .comments-tree-list > li > .comments-tree-list { padding: 0 20px; }
	.comments-tree-list li ol li .comment {
		padding: 20px 0;
		padding-bottom: 60px;
	}
	.comments-tree-list .comments-tree-list .comment .meta { left: 0; right: 0; }
	.comments-tree-list > li > ol > li .comment:before { margin: 25px 0 0 -20px; }

	/* Контакты */
	.contacts { font-size: 1em; }
		.contacts > .grid_1_2 { margin-top: 15px; padding-left: 30px; }
		.contacts > .grid_1_2 .icon { width: 16px; height: 18px; margin-left: -30px; }

	/* Формы */
	.form_submit > .btn-big { width: 100%; margin-top: 5px; }
		.form_submit .c-captcha { float: none; margin-bottom: 20px; }
		.c-captcha img, .c-captcha > input { width: 122px; }
		.combo_field { margin-bottom: 20px; }

	/* Оптимизация регистрации и восстановления пароля */
	.page_form { padding-left: 0; padding-top: 50px; }
		.page_form__body { padding: 0 8%; }
		.page_form__logo .icon { margin-top: 0; }
		.page_form__back {
			left: 0;
			z-index: 999;
			width: 100%; height: 50px;
			padding: 0;
		}
		.page_form__back > .icon { top: 50%; left: 0; margin: -10px 0 0 8%; }
		.page_form__back:after { display: none; }

		.page_form__inner > .title { font-size: 24px; }

	/* Статистика */
	.stats_head > ul { font-size: 1em; }

	/* Персональные сообщения */
	#pm-menu { margin-bottom: 20px; }
		#pm-menu a {
			padding: 10px 0;
			color: inherit;
			display: block;
			border-top: 1px solid #efefef;
			text-decoration: none !important;
		}
		#pm-menu a:hover { color: #008ed5; }

	/* Страница пользователя */
	.userinfo_top { padding-bottom: 50px; }
	.user_tab > li { display: block; margin-right: 0; }
		.user_tab > li > a { font-size: 11px; letter-spacing: 0; }

	.ui-c1, .ui-c2 { width: 100%; margin: 0; display: block; vertical-align: top; }
	.ui-c1 { font-size: .9em; }

	/* Меню снизу */
	.footer_menu { padding: 15px; }
		.foot_menu { margin: 0; }
		.foot_menu > li { float: none; width: auto; padding: 0; }
		.foot_menu > li:first-child > b { border-top-width: 0; }
		.foot_menu > li > b {
			cursor: pointer;
			margin: 0; padding: 10px 0;
			font-weight: normal;
			border-top: 1px solid #d5d5d5;
		}

		.foot_menu > li > b i {
			display: block;
			float: right;
			width: 12px; height: 2px;
			position: relative;
			margin: 10px 0;
			background-color: #353535;
		}
		.foot_menu > li > b.collapsed i, .foot_menu > li > b.collapsed i:after { background-color: #008ed5; }
		.foot_menu > li > b.collapsed i:after {
			content: "";
			display: block;
			margin: -5px auto 0 auto;
			height: 12px; width: 2px;
		}
		.foot_menu > li .collapse { display: none; }
		.foot_menu > li .collapse.in { display: block; }
		.foot_menu > li nav { padding: 10px; padding-top: 0; }

	/* Копирайты */
	.footer { background: #212121; padding: 15px; }
		.footer .midside { display: block; padding: 0; }
		.footer .copyright, .footer .copyright a { color: #d5d5d5; }
		.footer .copyright { padding: 0 0 15px 0; border-bottom: 1px solid #2c2c2c; }
		.footer .ca { display: block; float: none; margin: 0; padding: 15px 0; color: #4e4e4e !important; }
		.footer .ca .icon { fill: #323232; }
}



.lenta--show{
  display: none;
}


body.lenta--visible{
  position: fixed;
}
/*ads*/


/*mobile*/
@media all and (max-width: 1024px){
  .send-news a{
    font-size: 0;
    height: 24px;
    display: block;
  }
.send-news a i {
    margin-right: 0;
    font-size: 14px;
    line-height: 2px;
}
  #q_search{
    width: 90%;
  }
  .leftside{
    display: none;
  }
 

  .mobile--search button{
    -webkit-appearance: none;
    background: none;
    border: none;
  }

   .shortstory__title{
    margin-bottom: 15px;
  }
  .shortstory__short{
    margin-top:0;
  }
}
@media all and (max-width: 720px){
  .header--right__menu .categories ul{
    display: none;
  }
  .header--right__menu:hover .show-menu > i {
    transform: none;
  }
  .header--right__menu:hover .show-menu.visible > i {
    transform: rotate(90deg);
  }
  .spb--page .shortstory .shortstory__title{
        font-size: 1rem!important;
  }
  .spb--page .shortstory{
        border-bottom: 1px solid #e6e6e6!important;
    padding-bottom: 25px!important;
    margin-bottom: 25px;
  }
  .spb--page .category-header{
    align-items: center;
  }
  .first-item--regions__right, .first-item--regions__left {
    width: 100%;
    margin-bottom: 0;
  }
  .spb--page .shortstory .shortstory__image{
    margin-bottom: 0!important;
  }
  .spb #live24-content{
    margin-top: 0;
  }
  .first-item--regions__right {
      padding-left: 0;
          margin-bottom: 0;
          padding-top: 25px;
  }
  .first-item--regions__right article.shortstory .shortstory__image {
    width: 100%;
  }
  .more--categories__title{
    border-bottom: none;
  }
  .spb article.shortstory .shortstory__short{
    display: block!important;
    font-size: 0.85rem!important;
  }
  .spb article.shortstory .shortstory__text{
    margin-top: 15px;
        width: 100%;
            padding-left: 0;
            background: none;
            display: block!important;
    padding: 0;
        font-size: 0.85rem!important;
  }
  .col2 article.shortstory {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 25px;
    padding-left: 0;
  }
  .col2 article.shortstory .shortstory__image {
    width: 100%;
    margin: 0;
  }
  .col2 article.shortstory:nth-child(odd){
   width: 100%;
    padding-right: 0;
    border-bottom: none;
    border-right: 0;
    padding-left: 0;
  }
  .col2 article.shortstory .shortstory__image {
    width: 100%;
    margin: 0;
    margin-bottom: 15px!important;
    max-height: 100%;
    overflow: hidden;
}
  .col2 article.shortstory .shortstory__text {
      width: 100%;
      padding-left: 0;
      margin: 0;
  }
  .col2-big article.shortstory {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0
  }
  .col2-big {
    justify-content: space-between;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
  .more--categories .column {
    width: 100%;
    padding-right: 0;
}
.more--categories article.shortstory, .more--categories .shortstory__title{
      margin-bottom: 0;
    padding-bottom: 0!important;
    border: none!important;
}
.more--categories article.shortstory{
    margin-bottom: 15px;
}
  .categories > ul:before {
    left: 50%;
  }
  .header--right .search{
    margin-left: 10px;
  }
  .shortstory__title{
    margin-bottom: 15px;
  }
  .shortstory__short{
    margin-top:0;
  }
  #live24-content .ya-share2{
    position: relative;
    z-index: 2;
  }

  .rightside, .lenta--show{
    display: block;
  }
  .lenta--show{
    position: absolute;
    right: 0;
    top: 12px;
    width: 100%;
    text-align: right;
    padding-right: 15px;
  }
  .lenta__container{
    margin-bottom: 100%
  }
  .lenta.visible .lenta--show{
    top: 2px;
  }
  .lenta.visible .lenta__container{
    margin-bottom: 5px;
  }
  .lenta.visible{
        top: 50px;
    height: calc(100vh - 50px);
    overflow-y: scroll;
  }
  .lenta.visible .fas{
    transform: rotate(180deg);
  }
  .lenta--show .fas{
    font-size: 1.5rem;
    color: #008ed5;
  }
  .lenta__header {
    font-size: .75rem;
        margin-bottom: 10px;
  }
  .lenta {
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    margin: 0;
    width: 100%;
    padding: 10px 7%;
    z-index: 2;
    height: 100px;
    box-shadow: #919191 0px 0px 2px;
}

  .header--right{
       top: 15px;
  }
  .logotype {
    float: none;
    width: auto;
    height: auto;
  }

  #login_pane{
    display: none;
  }
  .header--right__menu {
    margin-right: -5px;
}
.categories--button .fas {
   
}
.logotype > svg {
    height: 35px;
    margin-top: 5px;
}
.fullstory .main-image {
    width: 100%;
    position: static;
}
.fullstory .related-news{
  display: none;
}
.regions:hover ul, .categories:hover ul{
  display: none;
}

.regions > ul, .categories > ul{
  min-width: 100vw;
  position: fixed;
      height: 100vh;
    overflow-y: scroll;
}

  .regions > ul:before{
    left: 75%;
  }
  .filter__name{
    display: none;
  }
 .filter {
    text-align: left;
    justify-content: space-between;
    padding: 10px 5%;
    margin-top: 0px;
    background: #f7f7f7;
    box-sizing: border-box;
    margin: 10px -15px;
}
  .shortstory__image {
      width: 100%;
  }
  .shortstory__text {
      margin-left: 0;
      width: 100%;
      margin-top: 15px;
  }
  .sort > li {
      margin: 0 0 0 5px;
  }
  .filter__select{
    width: 100%;
  }
  .sort > li, .sort {
      display: flex;
      justify-content: space-between;
      
  }
  .article-image--copy{
    width: 100%;
  }
  .story .box_in > .text img {
    width: 100%!important;
  }
  .fullstory .text iframe {
    width: 100%!important;
    
  }
  .full--video__menu ul li {
    margin: 5px 5px;
  }
  .full--video__menu a {
    font-size: 1.15rem;
  }
  .full--video__menu ul{
    width: 100%;
  }
 
  .full--video__player{
    display: none;
  }
  
  .twitter-tweet {
    margin-left: 0!important;
    transform: none!important;
    width: 100%!important;
  }
  .category-header h1{
        margin: 15px 0;
  }
  .category--page #live24-content {
      margin-top: 15px;
  }
 
  .main-page .footer{
    position: static;
  } 
  .fullstory .short-story {
    text-indent: 0px;
    font-size: 1rem;
  }
  .first-item--regions article.shortstory:first-child .shortstory__text{
    position: static;
        display: none;
  }
  .left-column, .right-column {
    width: 100%;
  }
  .first-item--regions__right article.shortstory .shortstory__title, .col2 article.shortstory .shortstory__title {
    font-size: 1.25rem;
}
  .spb #live24-content .left-column article.shortstory:nth-child(3n) .shortstory__short, .spb #live24-content .right-column article.shortstory:nth-child(2n) .shortstory__short {
    display: inherit;
}

}
@media all and (max-width: 320px){
  .show-menu{
    font-size: .85rem;
  }
  .header--right__menu .categories {
    margin-right: 10px;
    padding-right: 10px;
  }
  .logotype > svg {
    height: 30px;
  }
 
  .sort > li a {
    color: #353535;
    font-size: .75rem;
  }
}









