body {
-webkit-font-smoothing: subpixel-antialiased !important;
/*-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;*/
}
*:focus {
    outline: 0;
}
*::-webkit-input-placeholder {
    color: #DDD;
    font-weight: 400;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #DDD;
    font-weight: 400;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #DDD;
    font-weight: 400;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #DDD;
    font-weight: 400;
}
/*--TOP------------*/

.top {
/*	position: fixed;*/
	z-index: 100;
	width: 100%;
	background: #404040;
	height: 54px;
	-webkit-box-shadow: 0px 2px 12px 0px rgba(132, 132, 132, 0.77);
	-moz-box-shadow:    0px 2px 12px 0px rgba(132, 132, 132, 0.77);
	box-shadow:         0px 2px 3px -1px rgba(64, 64, 64, 0.77);
/*	box-shadow:         0px 2px 12px 0px rgba(132, 132, 132, 0.77);*/
}
.top-inner {
	margin: 0 auto;
	width: 1200px;
	padding: 0 10px;
}
.top-logo {
	float: left;
	margin: 0 10px 0 0;
}
.top-menu {
	padding: 0px 0 0 0;
}
.top-menu-element {
	float: left;
	margin: 0 3px 0 0;
	padding: 16px  15px 0 10px;
	height: 39px;
}
.top-menu-element-hover {
	background: #DDD;
}
.top-menu-element-hover a {
	color: #000 !important;
/*	font-weight: 800 !important;*/
}
.top-menu-element-triangle {
    width: 0;
    height: 0;
    border-bottom: 10px solid #D72; 
    border-left: 10px solid transparent;
    float: right;
    margin: 4px 0 0 10px;
}
.top-menu-element a {
	font: 700 13px "Open Sans";
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}
.top-menu-element#top8 {
	float: right !important;
	margin: 0 !important;
	padding: 14px 20px 0px 20px !important;
	background: #404040 !important;
}

.slidedown {
	width: 100%;
	height: 40px;
/*	display: none;*/
}
.slidedown-cl {
	width: 100%;
	height: 40px;
}
.top-submenu {
/*	display: none;*/
	width: 100%;
	height: 40px;
	background: #DDD;
/*	position: fixed;
	top: 54px;*/
	-webkit-box-shadow: 0px 0px 12px 0px rgba(132, 132, 132, 0.77);
	-moz-box-shadow:    0px 0px 12px 0px rgba(132, 132, 132, 0.77);
	box-shadow:         0px 2px 3px -1px #444;
}
.top-submenu-razdel {
/*	display: none;*/
	margin: 0 auto;
/*	width: 1200px;*/
	z-index: 10;
/*	width: 800px;*/
	width: 100%;
}
.top-submenu-razdel a {
	float: left;
	display: block;
	color: black;
	text-decoration: none;
	margin: 10px 30px 0 0;
	padding: 2px 4px;
	text-transform: uppercase;
	font: 400 12px "Open Sans";
}
.top-submenu-razdel a:hover {
	color: #FFF;
	background: #404040;
}
.top-submenu-razdel .spec-kasp, .top-submenu-razdel-cl .spec-kasp {
	float: right;
	padding: 0;
	margin-top: 1px;
}
.top-submenu-razdel .spec-kasp:hover, .top-submenu-razdel-cl .spec-kasp:hover{
	background: none;
}
.spec-kasp {
	padding: 10px 10px 0 0 !important;
}
.top-submenu-cl {
	width: 100%;
	height: 40px;
	background: #DDD;
	position: fixed;
	top: 54px;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(132, 132, 132, 0.77);
	-moz-box-shadow:    0px 0px 12px 0px rgba(132, 132, 132, 0.77);
	box-shadow:         0px 2px 3px -1px #444;
}
.top-submenu-razdel-cl {
/*	display: none;*/
	margin: 0 auto;
/*	width: 1200px;*/
	width: calc(100% - 10px);
	margin-left: 20px;
}
.top-submenu-razdel-cl a {
	float: left;
	display: block;
	color: black;
	text-decoration: none;
	margin: 10px 25px 0 0;
	padding: 2px 4px;
	text-transform: uppercase;
	font: 400 12px "Open Sans";
}
.top-submenu-razdel-cl a:hover {
	color: #FFF;
	background: #404040;
}
/*.top-submenu-razdel a:first-child {
	font-weight: bold;
}*/
.logo-ct {
	width: 236px;
	margin: 11px 10px 0 0;
	height: 36px;
}
.logo-cl {
	margin: 9px 5px 0 0;
}

/*--MAIN,ITEMS------------*/

body {
/*	min-width: 1200px;*/
}
/*.main {
	width: 1200px;
	margin: 0 auto;
	padding: 40px 10px 0 10px;
}*/
.clear {
	clear: both !important;
}
.item {
	float: left;
	max-width: 500px;
	width: 100%;
/*	margin: 54px 0px 0 0;*/
	margin: 30px 0px 34px 0;
/*	border: 1px solid black;*/
}
.item-show {
	max-width: 360px !important;
}
.main-cl-inner {
	margin: 0 auto;
}
.main-cl .item {
	max-width: 360px !important;
	margin: 34px 20px 20px 20px;
}

.item-right {
	margin-right: 0px !important;
}
.item-dir-ct {
	margin: 30px 0 0px 0;
	padding-bottom: 20px;
}
.item-dir-ct-2 {
	margin: 25px 0 0px 0 !important;
	padding-bottom: 0px !important;
	clear: both;
}
.item-dir-ct-2-right {
	margin: 20px 0 0px 0 !important;
}
.item-dir-ct-2 .item-text h2 a {
	font: 700 24px/30px "Open Sans";
}
.item-dir-ct-2 .item-text-right h2 a {
	font: 700 20px/26px "Open Sans" !important;
}
.item-dir-ct-pic {
	position: relative;
}
.item-dir-ct-title-hover {
	color: #D72 !important;
}
.item-pic {
	position: relative;
}
.item-pic-hover {
/*	width: 360px;
	height: 210px;*/
	position: absolute;
	background: #000;
	opacity: 0.2;
	z-index: 2;
}
.item-video .item-pic-hover {
	display: none !important;
}
.item-post-video {
	display: none;
}
.item-post-video-play {
	position: absolute;
	top: 76px;
	left: 50%;
	margin: 0px 0 0 -29px;
	z-index: 10;
}
.item-video-ct .item-pic-hover {
	display: none !important;
}
.item-post-video-ct {
	display: none;
}
.item-post-video-play-ct {
	position: absolute;
	top: 116px;
	left: 50%;
	margin: 0px 0 0 -29px;
	z-index: 10;
}
.item-section {
	display: block;
	position: absolute;
	bottom: 1px;
/*	margin: 183px 0 0 0;*/
/*	height: 17px;*/
	border-left: 5px solid #D72;
	background: #404040;
	font: 600 12px "Open Sans";
	text-transform: uppercase;
	color: #FFF !important;
	text-decoration: none;
	padding: 5px 10px;
	width: auto;
	z-index: 10;
	transition: background-color 0.1s;
}
.item-section:hover {
	color: #FFF !important;
}
.item-section-hover {
	background: #D72 !important;
	color: #FFF !important;
}
.item-soc {
	display: none;
	position: absolute;
/*	margin: -200px 0 0 190px;*/
	top: 10px;
	right: 0;
	width: auto;
	z-index: 10;
}
.item-soc-2 {
	display: block !important;
	position: relative;
	margin-right: -13px;
	margin-top: 10px;
	padding: 0;
	float: right;
}
.item-soc a {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 2px 0 0;
	float: left;
}
.item-soc-fb {
	background: url(/files/i/ct/social/F.svg) top center no-repeat;
}
.item-soc-fb:hover {
	background: url(/files/i/ct/social/F_inv.svg) top center no-repeat;
}
.item-soc-vk {
	background: url(/files/i/ct/social/V.svg) top center no-repeat;
}
.item-soc-vk:hover {
	background: url(/files/i/ct/social/V_inv.svg) top center no-repeat;
}
.item-soc-tw {
	background: url(/files/i/ct/social/T.svg) top center no-repeat;
}
.item-soc-tw:hover {
	background: url(/files/i/ct/social/T_inv.svg) top center no-repeat;
}
.item-soc-gp {
	background: url(/files/i/ct/social/G.svg) top center no-repeat;
}
.item-soc-gp:hover {
	background: url(/files/i/ct/social/G_inv.svg) top center no-repeat;
}
.item-soc-link {
	background: url(/files/i/ct/social/l.svg) top center no-repeat;
}
.item-soc-link:hover {
	background: url(/files/i/ct/social/l_inv.svg) top center no-repeat;
}
.item-soc-link.zeroclipboard-is-hover, .item-soc-link.zeroclipboard-is-active {
	background: url(/files/i/ct/social/l_inv.svg) top center no-repeat !important;
}
.item-soc-link-button {
	padding: 3px 2px;
	font-size: 12px;
}
.item-soc-link-input {
	padding: 3px 1px;
}
.item-text {
	font: 16px/24px "Open Sans";
	margin: 24px 0 0 0;
	color: #000;
}
.item-text-cl a:first-child {
	text-transform: uppercase;
	display: inline;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	cursor: default;
}
.item-text strong {
	text-transform: uppercase;
	display: inline;
}
.item-date, .item-date span {
	font: 13px "Open Sans";
	color: #BBB;
	margin-top: 25px;
}
/*.item-author {*/
	/*display: none;*/
/*}*/
.item-source {
	display: block;
	float: right;
	font: 13px "Open Sans";
	color: #BBB !important;
	text-decoration: none;
	margin-top: 10px;
}
.item-source-2 {
	float: none !important;
	margin-top: 0px;
}
.item-source:hover {
	text-decoration: underline;
/*	font-weight: 600;*/
}
.item-info {
	position: absolute;
	display: block;
	background: url('/files/i/ct/i.svg') no-repeat;
	bottom: -5px;
	left: 50%;
	margin-left: -12px;
	height: 25px;
	width: 25px;
}
.item-info-ct {
	bottom: -35px !important;
}
.item-info:hover, .item-info:focus {
	background: url('/files/i/ct/i_inv.svg') no-repeat;
}
.item-ban {
	text-align: center;
}
.item-search {
	width: 360px;
	height: 54px;
	margin-top: 67px;
}
.item-search-input {
	background: #FFF;
	height: 52px;
	width: 225px;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: none;
	margin: 0;
	padding: 0 20px;
	font: 600 15px "Open Sans";
}	
.item-search-submit {
	background: url('/files/i/ct/find_cl.svg') no-repeat -303px 0px;
	height: 54px;
	width: 54px;
	border: none;
	margin: 0;
}	
.item-search-reset {
	background: url('/files/i/ct/find_cl.svg') no-repeat -263px -1px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: none;
	border-right: none;
	height: 54px;
	width: 40px;
/*	border: none;*/
	margin: 0;
}	
.item-info-2 {
	margin: 15px 0 -15px 0;
	color: #D72 !important;
	font-weight: bold;
}
.item-info-2-right {
	margin: 10px 0 -20px 0 !important;
}
.item-info-2 a {
	text-decoration: none;
}
.item-info-2 .item-info-razdel {
	color: #D72 !important;
	font: 600 13px "Open Sans";
	text-transform: uppercase;
}
.item-info-2 .item-info-author, .item-info-2 .item-info-author a {
	color: #777 !important;
	font: 400 13px "Open Sans";
}
/*.item-info-2-right .item-info-razdel {
	font: 600 11px "Open Sans" !important;
}
.item-info-2-right .item-info-author, .item-info-2-right .item-info-author a {
	font: 400 11px "Open Sans" !important;
}*/

.top-search {
/*	width: 360px;*/
	height: 28px;
	margin-top: 6px;
	float: right;
}
.top-search-input {
	background: #FFF;
	height: 26px;
	width: 225px;
	border: none;
	margin: 0 10px 0 0;
	padding: 0 20px;
	font: 600 13px "Open Sans";
	border-radius: 5px;
}	
.top-search-submit {
/*	background: url('/files/i/ct/find_cl.svg') no-repeat -303px 0px;
	height: 32px;*/
	width: 52px;
	font: 600 13px "Open Sans";
	color: #FFF;
	background: #404040;
	border: none;
	margin: 0;
	height: 28px;
	border-radius: 5px;
}	
.top-search-reset {
	background: url('/files/i/ct/find_cl.svg') no-repeat -272px -11px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: none;
	border-right: none;
	height: 32px;
	width: 25px;
/*	border: none;*/
	margin: 0;
}	

.video-container {
    position: relative;
/*
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
*/
}
 
.video-container iframe,
.video-container object,
.video-container embed {
/*    position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 210px;
}
.item-left .video-container iframe,
.item-left .video-container object,
.item-left .video-container embed {
    height: 282px !important;
}

/*--CT DESIGN---------*/
.main-column {
	float: left;
	width: 910px;
/*	border: 1px solid black;*/
	margin-right:50px;
}
.left-column {
	float: left;
	width: 500px;
	margin-right:50px;
}
.center-column {
	float: left;
	width: 360px;
	margin-right:50px;
}
.right-column {
	float: left;
	width: 240px;
	overflow: hidden;
/*	padding-top: 54px;*/
	margin-top: 15px;
}
.right-column-2 {
	margin-top: 0px !important;
}
.right-column-2 .item-ban {
	margin-top: 10px !important;
}

.main-block-left {
	float: left;
	width: 500px;
	margin-right: 50px;
}
.main-block-right {
	width: 360px;
	float: left;
}
.main-block-right-2 {
/*	margin-top: 10px;*/
}
.main-block-right-2 .item {
	margin: 25px 0 0 0 !important;
}
.main-block-right-2 .item .item-text {
	margin: 20px 0 0 0 !important;
}

.main-block-bigvideo {
	position: relative;
	padding-top: 54px;
	clear: both;
}
.main-block-bigvideo-hover {
	display: none;
	width: 910px;
	height: 512px;
	position: absolute;
	background: #000;
	opacity: 0.2;
	z-index: 2;
}
.main-block-bigvideo-title {
	display: block;
	height: 17px;
	width: 100%;
	text-align: center;
/*	border-left: 5px solid #D72;*/
	background: #404040;
	font: 600 12px "Open Sans";
	text-transform: uppercase;
	color: #FFF !important;
	text-decoration: none;
	padding: 5px 10px;
	width: auto;
	z-index: 10;
	transition: background-color 0.3s;
}
.main-block-bigvideo-title:hover {
	color: #FFF !important;
}
.main-block-bigvideo-title-hover {
	background: #D72 !important;
	color: #FFF !important;
}
.main-block-bigvideo-play {
	position: absolute;
	background: url('/files/i/ct/play.png');
	width: 70px;
	height: 70px;
	z-index: 3;
	left: 420px;
	top: 50%;
}

/*-- плашка на плитке-----*/
.nav-toggle { 
	float: right;
	margin-top: 10px;
 }
.nav-toggle { 
	cursor: pointer; 
	padding: 10px 20px 10px 0px;
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 20px;
  background: #AAA;
  position: absolute;
  display: block;
  content: '';
}
.nav-toggle span:before {
  top: -5px; 
}
.nav-toggle span:after {
  bottom: -5px;
}

.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  transition: all 300ms ease-in-out;
}
.nav-toggle-active span {
  background-color: transparent;
}
.nav-toggle-active span:before, .nav-toggle-active span:after {
  top: 0;
}
.nav-toggle-active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.nav-toggle-active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/*-- OLD ARTICLES----------------*/
.item-text h2 a {
	display: block;
	font: 700 30px/36px "Open Sans";
	color: #000;
	text-decoration: none;
	margin: 0px 0 20px 0;
}
.item-text-old {
	position: relative;
	height: 230px;
	overflow: hidden;
	margin-bottom: 10px;
}
.item-text-old-right h2 a {
	font: 700 24px/30px "Open Sans";
}
.item-text-old-right {
	height: 310px;
}
.item-text-old-gradient {
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
/*	background: url(<?=get_template_directory_uri()?>/media/images/lead-gr-h.png) left bottom repeat-x;*/
	height: 35px;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 10;
}
/*-----------------------------------*/


.main-block-right {
	position: relative;
}
.item-popup {
	display: none;
	position: absolute;
	width: 360px;
	height: auto;
	bottom: 30px;
	border: 1px solid #AAA;	
	background: #FFF;
	z-index: 10;
	-webkit-box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.75);
}
.item-left .item-popup {
	bottom: 0px !important;
}
.item-popup-inner {
	margin: 15px 15px;
}
/*.item-popup:after, .item-popup:before {
	top: 100%;
	right: 50%;
	margin-right: -10px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.item-popup:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 9px;
}
.item-popup:before {
	border-color: rgba(170, 170, 170, 0);
	border-top-color: #AAA;
	border-width: 10px;
	margin-right: -11px !important;
}*/
.item-popup2 {
/*	position: absolute;
	top: 100%;
	right: 50%;
	margin-right: -10px;
	width: 9px;
	height: 10px;
	background: #FFF;
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	z-index: 10;
	-webkit-box-shadow: inset 1px 1px 7px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 1px 1px 7px -5px rgba(0,0,0,0.75);
	box-shadow: inset 1px 1px 7px -5px rgba(0,0,0,0.75);
*/}
.item-popup div, .item-popup div a {
	color: #AAA;
	font: 400 12px "Open Sans";
}
.item-popup div a {
	text-decoration: none;
}
.item-popup div a:hover {
	text-decoration: underline;
}
.item-popup-tags,.item-popup-soc {
	padding-top: 15px;
	clear: both;
}
.item-popup-tags img {
	margin-right: 5px;
	width: 11px;
	height: 11px;
}
.item-popup-link {
/*	float: right;
	text-align: left;
*/
}
.item-popup-link span, .item-popup-author span {
	float: left;
	width: 50px;
	color: #AAA;
	font-weight: 600;
}
.item-popup-soc-num {
	float: left;
	margin-right: 10px;
	background: url('/files/i/ct/mini-cloud.svg') right top no-repeat;
	width: 60px;
}
.item-popup-soc-num a img {
	width: 24px;
	height: 24px;
}
.soc-nums {
	position: absolute;
/*	z-index: -10;*/
}
.soc-nums div {
	float: left;
	width: 30px;
	margin: 3px 10px 0 30px;
	text-align: center;
	border: 0px solid black;
}
/*------------------------*/


.item {
	position: relative;
}
.item-more {
	position: absolute;
	bottom: -12px;
	margin-left: -15px;
	left: 50%;
	display: block;
	width: 37px;
	height: 38px;
	background: url('/files/i/ct/button_more.png');
}
.item-more:hover {
	background: url('/files/i/ct/button_more_inv.png');
}
.item-left {
	position: relative;
/*	margin-top: 54px;*/
	margin: 30px 0 24px 0;
	max-width: 500px;
}
.item-left .item-section {
/*	margin-top: 255px;*/
}
.item-pic img {
	margin-bottom: -3px;
}
.item-pic-hover {
	display: none;
	position: absolute;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	max-width: 500px;
	height: 100%;
	z-index: 2;
	width: 100%;
}
.item-left .item-soc {
/*	margin: -270px 0 0 330px;*/
}

/*
.item-left-bigpic {
	position: relative;
}
.item-left-bigpic .item-pic-hover {
	display: none !important;
}
.item-left-bigpic-hover {
	display: none;
	position: absolute;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border: 6px solid #D72;
	width: 500px;
	height: 500px;
	z-index: 2;
}
.item-left-bigpic-fon {
	position: absolute;
	width: 500px;
	height: 500px;
	background: url('/files/i/ct/dark.png') bottom center repeat-x;
}
.item-left-bigpic-text {
	position: absolute;
	width: 500px;
	bottom: 0;
	text-align: center;
	color: #FFF;
	z-index: 3;
}
.item-left-bigpic-razdel, .item-left-bigpic-title {
	width: 440px;
	margin: 0 auto;
	display: block;
	text-decoration: none;
	margin-bottom: 20px;
	color: #FFF !important;
}
.item-left-bigpic-razdel a:hover, .item-left-bigpic-title:hover {
	color: #FFF;
}
.item-left-bigpic-razdel a {
	font: 600 12px "Open Sans";
	text-decoration: none;
	text-transform: uppercase !important;
	color: #FFF !important;
}	
.item-left-bigpic-razdel .user__name {
	text-transform: none !important;
}
.item-left-bigpic-title {
	font: 700 30px/34px "Open Sans";
}	
.item-left-bigpic-numbers-outer {
	margin-bottom: 30px;
	height: 15px;
	width: auto;
	text-align: center;
}
.item-left-bigpic-numbers-outer-ct {
	margin-bottom: 0px !important;
}
.item-left-bigpic-numbers {
	display: none;
	margin: 0 auto;
	width: auto;
	text-align: center;
}
.item-left-bigpic-numbers a {
	font: 600 12px "Open Sans";
	text-decoration: none;
	color: #FFF;
}
.item-left-bigpic-numbers img {
	margin: 0 5px -5px 10px;
}
*/
.item-left-author {
	float: left;
	color: #CCC;
}
.item-left-author a {
	color: #CCC;
}
.item-search-ct {
	width: 240px;
	margin-top: 40px !important;
}
.item-search-input-ct {
	height: 38px;
	width: 139px !important;
	padding: 0 10px !important;
}
.item-search-submit-ct {
	height: 40px;
	width: 40px;
	background: url('/files/i/ct/find_cl.svg') no-repeat -311px -8px;
}
.item-search-reset-ct {
	height: 40px;
	width: 40px;
	background: url('/files/i/ct/find_cl.svg') no-repeat -262px -9px;
}
.item-article {
	margin: 20px 0 0px 0;
	width: 240px;
}
.item-article-title a {
	display: block;
	color: #000;
	text-decoration: none;
	font: 700 20px/24px "Open Sans";
	margin: 7px 0 10px 0;
   	transition: color 0.1s;

}
.item-article-title-hover a {
	color: #D72 !important;
}
.item-article-pic-hover {
	display: none;
	width: 240px;
	height: 204px;
	position: absolute;
	background: #000;
	opacity: 0.2;
	z-index: 2;
}

.item-dir-ct-pic-hover {
	display: none;
	width: 100% !important;
	height: 99% !important;
	position: absolute;
	background: #000;
	opacity: 0.2;
	z-index: 2;
}

.pic-view-white, .pic-view-gray {
	display: inline;
	width: 50px;
	height: 18px;
	padding-left: 20px;
}
.pic-view-white {
	background: url('/files/i/ct/eye-white.png') 0px 2px no-repeat;
}
.pic-view-gray {
	background: url('/files/i/ct/eye-gray.png') 0px 2px no-repeat;
	color: #CCC !important;
}
/*.pic-view-white:hover, .pic-view-gray:hover {
	background: url('/files/i/ct/eye-orange.png') 0px 2px no-repeat;
	color: #D72 !important;
}*/
.pic-com-white, .pic-com-gray {
	display: inline;
	width: 50px;
	height: 18px;
	padding-left: 16px;
	margin: 0 10px;
}
.pic-com-white {
	background: url('/files/i/ct/comments-white.png') 0px 3px no-repeat;
}
.pic-com-gray {
	background: url('/files/i/ct/comments-gray.png') 0px 3px no-repeat;
	color: #CCC !important;
}
/*.pic-com-white:hover, .pic-com-gray:hover {
	background: url('/files/i/ct/comments-orange.png') 0px 3px no-repeat;
	color: #D72 !important;
}*/

#inline1 {
	display: none;
}

/*--ARTICLE------------*/

.rambler-block {
	font: 400 12px/16px Arial;
}	
.main-column-article {
/*	width: 780px !important;*/
	padding-top: 20px;
}
.right-column {
	padding-top: 15px;
}
.right-column-article {
	display: block !important;
	width: 300px !important;
	margin-left: 0px;
	padding-top: 0px !important;
}
.article {
	font: 400 17px/30px "Open Sans";
	color: #565656;
	margin-top: 10px;
}
.article p {
	margin-top: 30px;
}
.article em {
	font-style: italic;
}
.article .title {
	font: 700 36px/42px "Open Sans";
	color: #000;
}
.article .item-section {
	position: static !important;
	margin-top: 36px;
	display: inline-block;
	margin-right: 20px;
}
.article .author {
	margin: 30px 0 0px 0;
	padding-bottom: 20px;
	font: 400 14px "Open Sans";
	color: #000;
}
.article .author a {
	font: 400 14px "Open Sans";
	color: #000;
	text-decoration: none;
}
.article .author a:hover {
	text-decoration: underline;
}
.article .author .title {
	font: 400 14px "Open Sans";
	color: #D72;
}
.article .author .time {
	color: #AAA;
	margin-left: 15px;
}
.article .also {
	font: 600 17px "Open Sans";
	color: #9C9C9C;
	text-transform: uppercase;
	margin-top: 30px;
}
.article .item-article {
	float: left;
	margin: 20px 20px 0 0;
}
.article .comments {
	margin-top: 20px;
}
.right-column-article .item-ban, .item-ban-cl {
	border: 1px solid #DADADA;
	padding: 60px 0;
}

.article-soc {
	margin-top: 50px;
	position: relative;
}
.article-soc-num {
	float: left;
	margin-right: 15px;
	background: url('/files/i/ct/mini-cloud.svg') right center no-repeat;
	padding-right: 35px;
}
.article-soc-num img {
	margin: 0 5px -12px 5px;
}
.article-soc-num a {
	display: block;
	height: 30px;
	color: #FFF;
	font: 600 10px "Open Sans";
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 10px;
	z-index: 10;
	position:relative;
}
.article-soc-num.fb a {
	background-color: #3B5998 !important;
}
.article-soc-num.vk a {
	background-color: #5F83AA;
}
.article-soc-num.tw a {
	background-color: #0099CE;
}
.article-soc-num.gp a {
	background-color: #CC3B29;
}
.article-soc-num.sf {
	background-color: #7FE500;
}
.article-soc-nums {
/*	height: 30px;*/
}
.article-soc .soc-nums {
	position: absolute;
	top: 0;
/*	z-index: -10;*/
}
.article-soc .soc-nums div {
	float: left;
	width: 30px;
	margin: 0px 10px 0 30px;
	text-align: center;
	font-size: 14px;
	color: #555;
}
.article-soc .soc-nums div:nth-child(1){
	margin-left: 115px;
}
.article-soc .soc-nums div:nth-child(2){
	margin-left: 117px;
}
.article-soc .soc-nums div:nth-child(3){
	margin-left: 83px;
}
.article-soc .soc-nums div:nth-child(4){
	margin-left: 101px;
}
.article-tags {
	color: #AAA;
	font: 400 13px "Open Sans";
}
.article-tags a {
	color: #AAA;
	font: 400 13px "Open Sans";
	text-decoration: none;
}
.article-tags a:hover {
	text-decoration: underline;
}
.article-tags img {
	height: 14px;
	margin-right: 8px;
}

#change-ban {
	position: fixed;
	top: 95px;
	width: 360px;
	text-align: center;
}

.article h2 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: -10px;
}
.article h2:first-child { 
	margin-top: 0; 
}
.article blockquote {
    padding-left: 2em;
    font-style: italic;
}
.article .note {
    background: #e2e2e2;
    padding: 10px;
    margin-bottom: 1em;
}

/*--BOTTOM------------*/

.bottom {
	width: 100%;
/*	min-height: 258px;*/
	min-height: 180px;
/*	margin-top: 72px;*/
	background: #404040;
}
.bottom-inner {
/*	width: 1200px;*/
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 10px 0 10px;
}
.bottom-left {
	float: left;
	width: 350px;
}
.bottom-left-text {
	color: #FFF;
	font: 400 10px/12px "Open Sans";
	margin-top: 10px;
	width: 300px;
}
.bottom-center-1 {
	float: left;
	width: 170px;
	padding-top: 16px;
	margin-right: 30px;
}
.bot-soc {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
.bot-fb {
	background: url('/files/i/ct/F_gray_B.svg');
}
.bot-vk {
	background: url('/files/i/ct/B_gray_B.svg');
}
.bot-tw {
	background: url('/files/i/ct/T_gray_B.svg');
}
.bot-gp {
	background: url('/files/i/ct/G_gray_B.svg');
}
.bot-rss {
	background: url('/files/i/ct/RSS_gray_B.svg');
}
.bot-fb:hover {
	background: url('/files/i/ct/F_inv_B.svg');
}
.bot-vk:hover {
	background: url('/files/i/ct/B_inv_B.svg');
}
.bot-tw:hover {
	background: url('/files/i/ct/T_inv_B.svg');
}
.bot-gp:hover {
	background: url('/files/i/ct/G_inv_B.svg');
}
.bot-rss:hover {
	background: url('/files/i/ct/RSS_inv_B.svg');
}
.bot-title {
	clear: both;
	color: #FFF;
	font: 600 12px "Open Sans";
	text-transform: uppercase;
	padding: 20px 0 10px 0;
}
.bot-link {
	color: #FFF !important;
	display: block;
	font: 400 12px "Open Sans";
	text-decoration: none;
	margin-top: 15px;
}
.bot-link:hover {
	color: #D72 !important;
}
.bottom-center-2 {
	float: left;
	width: 170px;
	padding-top: 40px;
}
.bottom-center-3 {
	float: left;
	width: 170px;
	padding-top: 16px;
}
.item-search-input-bottom {
	background: #FFF;
	height: 22px;
	width: 146px;
	border: 1px solid #AAA;
	margin: 0;
	padding: 1px 5px;
	font: 400 12px "Open Sans";
}	
.item-search-submit-bottom {
	background: #777;
	height: 24px;
	width: 146px;
	margin: 0;
	padding: 1px 5px;
	color: #FFF;
	font: 400 10px "Open Sans";
	text-transform: uppercase;
	border: 0;
}	
.bottom-right {
	float: right;
	text-align: right;
	padding-top: 16px;
	width: auto;
}
.bottom-right a {
	font: 400 12px/14px "Open Sans" !important;
	padding-bottom: 3px;
}
.bot-counter {
	float: right;
	margin: 30px 0px 0 10px;
}

.edit-link {
	position: absolute;
	top: 215px;
	display: none;
}
.edit-link-ct {
	top: 285px !important;
}
.show-news-cl {
/*	display: none;*/
}

.tmp {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.click-more {
	display: block;
	clear: both;
	width: 360px;
    height: 42px;
	margin: 40px auto 0px auto;
	background: url('/files/i/ct/more.svg') no-repeat;
	background-size: 100%;
}
.click-more:hover {
	background: url('/files/i/ct/more_inv.svg') no-repeat;
}
.hash {
	clear: both;
}

.adbantop div iframe {
	display: block;
	margin: 0 auto;
}

#iframediv {
/*	width: 240px;*/
	margin: 0 auto;
}
.item-ban-700 {
	clear: both;
	width: 100%;
	max-width: 680px;
	margin: 50px auto 50px auto;
}
#myid {
/*	 width:240px;*/
/*	 height:500px;*/
	 overflow: hidden;
}
div[id*="adriver_banner"] {
	margin: 0 auto;
}

.right-column-article .item-ban{
	padding: 30px !important;
}
.ad-text-block {
	margin: 30px auto 0 auto;
	width: 242px;
	text-align: center;
}
.ad-text-block a {
	font: 800 17px/23px "Open Sans" !important;
	color: #000;
	text-decoration: none;
}
.ad-text-block img {
	display: block;
	margin-bottom: 10px;
}

.popup-link {
	font-size: 13px !important;
	color: #777 !important;
	text-decoration: underline !important;
}
.item-soc-link-button {
	font-size: 13px !important;
	color: #000 !important;
	padding: 8px 50px;
	margin-top: 20px;
	font-family: "Open Sans";
	width: 250px;
	font-weight: normal !important;
}
.item-soc-rss:hover {
	background: url(/files/i/ct/social/rss_inv.svg) top center no-repeat;
}
.item-soc-rss {
	background: url(/files/i/ct/social/rss.svg) top center no-repeat;
	width: 20px !important;
	height: 20px !important;
	margin: 0 5px 0 5px !important;
}
