@import url('https://fonts.googleapis.com/css?family=Roboto:800,700,600,400&subset=cyrillic&display=swap');

html{color:#000; background:#fff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}
body{margin:0; padding:0; font-family: 'Roboto', Helvetica, Arial, sans-serif; color: #1a1a1a; font-size:18px; overflow-y:scroll;}
body a:link, body a:visited{text-decoration: none; color: #1E88E5;}

.kh_top_c{border-bottom: 1px solid #e5e5e5;}
.kh_top{
	display: flex;
	min-height: 60px;
	align-items: center;
	max-width: 1140px;
	margin: 0 auto;
}
.kh_top_logo_c{
	display: flex;
	flex-grow: 0;
	align-items: center;
}
.kh_top_logo_c a{position: relative;}
.kh_top_logo_txt1{
	font-weight: 700;
	font-size: 19px;
	color: #000;
	display: inline-block;
	vertical-align: top;
	margin: -4px 0 0 10px;
}
.kh_top_logo_txt2{
	display: inline-block;
	font-size: 10px;
	font-weight: 400;
	margin: 21px 0 0 0;
	position: absolute;
	white-space: nowrap;
	top: -1px;
	left: 42px;
	color: #80868b;
}
.kh_top_content {
	display: flex;
	flex-grow: 4;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
}
.kh_top_menu {
	display: flex;
	align-items: center;
	font-size: 17px;
	margin: 0 0 0 50px;
}
.kh_top_menu ul {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.kh_top_menu ul li {
	margin: 0;
}
.kh_top_menu ul li a:link,
.kh_top_menu ul li a:visited{
	font-weight: 600;
	text-transform: uppercase;
	font-size: 17px;
	color: #000;
	line-height: 24px;
	padding: 0 10px;
	display: inline-block;
	position: relative;
}
/*
.kh_top_menu ul li a:before {
	content: '';
	position: absolute;
	bottom: 0;
	width: calc(100% - 20px);
	left: 10px;
	height: 1;
	background: #000;
}
*/

.lang_c{display:flex; text-transform:uppercase; overflow:hidden;}
.lang_c a:link, .lang_c a:visited, .lang_c span{color:#666; display:inline-block; padding: 0 10px; margin-right:10px;
    line-height: 50px; font-size:16px; text-decoration:none;}
.lang_c span{color: #cfcfcf;}
.lang_c a.lang_active, .lang_c .lang_active{background:#ffd700; color:#000; display:none;}
.dark .lang_c a:link, .dark .lang_c a:visited{color:#fff;}
.lang_c a:hover{color: #000;}
.dark .lang_c a:hover{background: rgba(255,255,255,.2);}

.kh_main_postag_c{
	padding: 20px 0 20px 0;
}
.kh_main_postag_c a.post_tags:link,
.kh_main_postag_c a.post_tags:visited{
	display: inline-block;
	line-height: 32px;
	padding: 0 15px;
	border-radius: 32px;
	font-size: 14px;
	color: #666;
	margin-right: 5px;
	background: #f2f2f2;
	transition: .3s ease-in-out;
}

.kh_main_postag_c a.post_tags:hover{
	background: #dedede;
	color: #333;
}

.kh_top_login_c{
	display: flex;
	align-items: center;
}
.lgn_pan_in_btn{
	color: #666;
	font-size: 14px;
}
.kh_main_news_c{
	padding: 20px 0 0 0;
}
.kh_main_news{
	max-width: 1140px;
	margin: 0 auto;
}
.kh_main_title_c h1{
	margin: 5px 0 5px 0;
	font-size: 32px;
	color: #222;
	line-height: 140%;
	font-weight: 600;
}
.kh_main_title_c h2 {
	text-align: left;
	padding: 0;
	font-weight: 400;
	color: #666;
	font-size: 16px;
	margin: 5px 0 30px 0;
}
.kh_main_news_cont{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0;
}
.kh_main_news_cont_r{
	display: flex;
	-ms-flex: 0 0 250px;
	flex: 0 0 250px;
	max-width: 250px;
	margin: 0;
	flex-direction: row;
}
.kh_main_news_cont_x{
	display: flex;
	-ms-flex: 0 0 calc(55% - 250px);
	flex: 0 0 calc(55% - 250px);
	max-width: calc(55% - 250px);
	margin: 0;
	flex-direction: column;
}
.kh_main_news_cont_l{
	display: flex;
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
	max-width: 45%;
	margin: 0;
	flex-direction: row;
	align-items: flex-start;
}

.kh_main_news_cont_l a:link,
.kh_main_news_cont_l a:visited{
	display: inline-block;
	position: relative;
	color: #fff;
}
.kh_main_news_cont_l a img{
	max-width: 100%;
}
.kh_main_news_cont_l a::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: rgba(26,26,26,0);
	background: -webkit-linear-gradient(top, rgba(26,26,26,0) 0%, rgba(26,26,26,0.8) 100%);
	background: linear-gradient(to bottom, rgba(26,26,26,0) 0%, rgba(26,26,26,0.8) 100%);
}
.kh_main_news_cont_l a span{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	width: 90%;
	text-align: center;
	font-weight: 800;
	padding: 30px 5%;
	line-height: 140%;
	font-size: 24px;
}
.kh_main_news_i_c{
	font-size: 14px;
	margin: 0 0 10px 0;
}
.kh_main_news_cont_xc{
	padding:0 20px 0 20px;
}
.kh_main_news_cont_adw_c{
	width: 100%;
}
.kh_main_news_cont_adw{
	background: #f2f2f2;
	width: 100%;
	min-height: 200px;
}
.kh_main_news_i_c a:link,
.kh_main_news_i_c a:visited{
	color: #666;
}
.kh_main_news_i_c a:hover{
	color: #000;
}
.kh_main_news_i_c span{
	color: #999;
}

.kh_main_lastposts_c{
	margin: 20px 0 0 0;
}
.kh_main_lastposts{
	padding: 0 0 30px 0;
	max-width: 1140px;
	margin: 0 auto;
}
.kh_main_lastposts h2{
	font-weight: 800;
	color: #1a1a1a;
	font-size: 22px;
}
.kh_main_lastposts_x{
	margin: 5px -12px 0 -12px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0;
}

.kh_main_post_i_c{
	display: flex;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0;
	flex-direction: row;
}
.kh_main_post_i{
	width: 100%;
	position: relative;
	margin: 15px 12px;
	background: #fff;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
a.kh_main_post_i_im:link,
a.kh_main_post_i_im:visited{
	display: block;
    position: relative;
    padding-top: 65%;
    overflow: hidden;
    border-radius: 0;
    transition: .3s ease-in-out;
    box-shadow: 0 0 6px 1px #e1edf5;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}
a.kh_main_post_i_im img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	-o-transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}
.kh_main_post_t_c{
	width: 100%;
	padding: 10px 0 15px 0;
	margin: 0;
	font-weight: 700;
	line-height: 140%;
	text-align: left;
	font-size: 16px;
	color: #666;
}
/*
a.kh_main_post_i_im:after{
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(30, 87, 153, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
}
*/
.kh_main_post_i:hover a.kh_main_post_i_im:after{
	opacity: 0.7;
	background: linear-gradient(to bottom, #2d59e3, #08d4b4);
}
.kh_main_post_t_c h3{
	margin: 0;
	font-weight: 600;
	font-size: 16px;
	color: #333;
	-webkit-transition: color 0.6s ease;
	-o-transition: color 0.6s ease;
	transition: color 0.6s ease;
}
.kh_main_post_d_c{
	position: absolute;
	z-index: 2;
	top: 10px;
	right: 10px;
	background:#fff;
	color: #000;
	font-weight: 600;
	border-radius: 6px;
	line-height: 18px;
	padding: 0 7px;
	font-size: 10px;
}
.kh_main_post_i_cblog1 .kh_main_post_d_c{
	background:#1932F1;
	color: #F4DB66;
}

.kh_main_post_d_bl{
	position: absolute;
	z-index: 2;
	display: none;
	top: 28px;
	right: 0;
	background:#F4DB66;
	color: #1932F1;
	font-weight: 600;
	border-radius: 6px 0 0 6px;
	line-height: 18px;
	padding: 0 7px;
	font-size: 10px;
}
.kh_main_post_d_blac1{
	display: inline-block;	
}
.kh_main_post_i:hover .kh_main_post_t_c h3{
	color: #000;
}
.kh_main_post_i:hover a.kh_main_post_i_im img{
	transform: scale3d(1.06,1.06,1);
}

.kh_footer_c{
	background: #fff;
	border-top: 1px solid #e5e5e5;
	padding: 50px 0;
	margin: 0 0 0 0;
}
.kh_footer a:link,
.kh_footer a:visited{
	color: #666;
}
.kh_footer{
	max-width: 1140px;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0;
}
.kh_footer_l, .kh_footer_r{
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	margin: 0;
	position: relative;
}
.kh_footer_l:after{
	content: '';
	position: absolute;
	right: 30px;
	border-right: 1px solid #bfbfbf;
	height: 100%;
	top: 0;
}
.kh_footer_l_m_c{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0;
}
.kh_footer_l_m_c_l,
.kh_footer_l_m_c_r{
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	margin: 0;
	font-size: 14px;
}
.kh_footer_l_m_c_l span, .kh_footer_l_m_c_r span{
	display: block;
	line-height: 32px;
}

.kh_footer_l_m_c_l a, .kh_footer_l_m_c_r a{
	font-size: 14px;
}
.kh_footer_r_t_c{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0;	
}
.kh_footer_r_t_l,
.kh_footer_r_t_r{
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	margin: 0;
	font-size: 14px;
}
.kh_main_futer_r_btn {
	display: inline-block;
	line-height: 36px;
	padding: 0 20px 0 20px;
	background: #ffd700;
	color: #666 !important;
	border-radius: 60px;
	font-size: 16px;
	position: relative;
	-webkit-transition: box-shadow 0.6s ease;
	-o-transition: box-shadow 0.6s ease;
	transition: box-shadow 0.6s ease;
}
.kh_main_futer_r_btn:hover {
	cursor: pointer;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 40%);
}
.hb_top_soc span{
	width:34px;
	height:34px;
	display:inline-block;
	border:1px solid #e5e5e5;
	border-radius:60px;
	position:relative;
	margin:0 0 0 8px;
	-webkit-transition: border-color 0.6s ease;
    -o-transition: border-color 0.6s ease;
    transition: border-color 0.6s ease;  
}
.hb_top_soc span:after{
	content:'';
	top:50%;
	left:50%;
	margin:-8px 0 0 -8px;
	position:absolute;
	width:16px;
	height:16px;
	background:url(../img/tg.svg) no-repeat 50%;
	background-size:16px;
	opacity:0.3;
	-webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; 
}
.hb_top_soc span.tw:after{background-image:url(../img/tw.svg);}
.hb_top_soc span.ig:after{background-image:url(../img/ig.svg);}
.hb_top_soc span.fb:after{background-image:url(../img/fb.svg);}

.hb_top_soc span:hover{
	border-color:#999;
	cursor:pointer;
}
.hb_top_soc span:hover:after{
	opacity:0.6;
}
.kh_footer_r_b_c{
	padding: 59px 0 0 0;
	line-height: 150%;
	color: #999;
	font-size: 14px;
}
.kh_footer_r_b_c2{margin: 8px 0 0 0;}
.kh_footer_r_b_c3{margin: 8px 0 0 0;}

.header_1_mobmenu{display: none;}

/* CATEG */
.kh_category_c{
	padding: 10px 0 40px 0;
	background: #fff;
}
.kh_category{
	padding: 0 0;
	max-width: 1140px;
	margin: 0 auto;
}
.kh_category h1{
	font-size: 32px;
	font-weight: 800;
	color: #1a1a1a;
	text-align: left;
}
.kh_category_x{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0;
}
.kh_category_l{
	display: flex;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin: 0;
	flex-direction: column;
}
.kh_category_r{
	display: none;
	-ms-flex: 0 0 270px;
	flex: 0 0 270px;
	max-width: 270px;
	margin: 0 0 0 30px;
	flex-direction: row;
	align-items: flex-start;
}
.kh_category_post_x{
	margin: 20px -12px 0 -12px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0;
}
.kh_category_post_x .kh_main_post_i_c {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.kh_rightpan_c{
	margin-top: 33px;
	background: #fff;
	width: 100%;
}
.kh_rightpan_post_item_c{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0;
	margin: 20px 20px;
	padding: 20px 0 0 0;
	border-top: 1px solid #e5e5e5;
}
.kh_rightpan_post_item_c:last-child{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
}
.kh_rightpan_post_item_l{
	display: flex;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	max-width: 50px;
	margin: 0 10px 0 0;
	flex-direction: row;
}
.kh_rightpan_post_item_r{
	display: flex;
	-ms-flex: 0 0 calc(100% - 60px);
	flex: 0 0 calc(100% - 60px);
	max-width: calc(100% - 60px);
	margin: 0;
	flex-direction: column;
}
a.kh_rightpan_post_item_im{
	width: 100%;
	overflow: hidden;
}
a.kh_rightpan_post_item_im img{
	height: 60px;
}
.kh_rightpan_c h4{
	font-size: 16px;
	font-weight: 800;
	color: #1a1a1a;
	text-align: center;
	margin: 20px 0;
}
.kh_rightpan_c h4.kh_rightpan_post_h4{
	margin: 20px 20px;
	padding: 0;
}
a.kh_rightpan_post_item_t:link,
a.kh_rightpan_post_item_t:visited{
	font-size: 14px;
	color: #666;
}
a.kh_rightpan_post_item_t:hover{
	color: #000;
}
.kh_rightpan_feed_item_c{
	font-size: 14px;
	margin: 20px 20px;	
}
.kh_rightpan_feed_item_c a:link,
.kh_rightpan_feed_item_c a:visited{
	color: #999;
}
.kh_rightpan_feed_item_c a:hover{
	color: #000;
}
.kh_rightpan_adw{
	background: #ccc;
	width: 100%;
	height: 250px;
}
.kh_category_tag_c{
	text-align: center;
	margin: 30px 0 30px 0;
}
a.kh_category_tag:link, a.kh_category_tag:visited{
	display: inline-block;
	line-height: 32px;
	vertical-align: top;
	padding: 0 20px;
	font-size: 14px;
	color: #666;
	background: #fff;
	border-radius: 32px;
	margin: 0 10px 10px 0;
	-webkit-transition: box-shadow 0.6s ease;
	-o-transition: box-shadow 0.6s ease;
	transition: box-shadow 0.6s ease;
}
a.kh_category_tag:hover{
	color: #000;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 40%);
}

.commentary_name i{display: none;}

/* CONTENT MARK */
.kh_cont_mark{font-size: 18px; color: #1a1919; line-height: 160%;}
.kh_cont_mark p{font-size: 18px; margin: 0 0 20px 0; }
.kh_cont_mark b, .kh_cont_mark strong{font-weight: 600;}
.kh_cont_mark h2{margin: 5px 0 15px 0; text-align: left; font-size: 28px; color: #1a1919; line-height: 140%; font-weight: 800;}
.kh_cont_mark h3, .title_h3{margin: 5px 0 15px 0; text-align: left; font-size: 22px; color: #1a1919; line-height: 140%; font-weight: 800;}
.kh_cont_mark blockquote{margin: 20px 0 20px 0; text-align: left; padding: 5px 20px; position: relative; color: #1a1919; font-size: 18px;
    line-height: 180%; font-weight: 400; border-left: 3px solid #1a1919; font-style: italic;}
.kh_cont_mark blockquote p{font-size: 18px; text-align: left; color: #1a1919; line-height: 180%; font-weight: 400; padding: 0; margin: 0;}
/*
.kh_cont_mark blockquote:after{content: ''; width: 100px; height: 40px; position: absolute; top: 0px; left: 50%; margin: 0 0 0 -50px; background: url(../img/wave.svg) repeat-x 0; background-size: 40px;}
.kh_cont_mark blockquote:before{content: ''; width: 100px; height: 40px; position: absolute; bottom: 0; left: 50%; margin: 0 0 0 -50px; background: url(../img/wave.svg) repeat-x 0; background-size: 40px;}
*/
.kh_cont_mark ul{margin: 0 0 30px 0; font-size: 18px;}
.kh_cont_mark ul li{list-style-type: disc; margin: 0 0 5px 20px; line-height: 150%;}
.kh_cont_mark ol{margin: 0 0 30px 0; font-size: 18px; }
.kh_cont_mark ol li{list-style-type: decimal; margin: 0 0 5px 20px; line-height: 150%;}
.kh_cont_mark img{max-width: 100%;}
.kh_cont_mark .nui_images_container{margin: 40px 0 40px 0;}
.kh_cont_mark .nui_images_container img{max-width: 100%;}

.kh_cont_mark table{border:1px solid #ccc; font-size:18px; margin:15px 0;}
.kh_cont_mark table td{border:1px solid #ccc; padding:7px 7px;}
.kh_cont_mark table th{border:1px solid #ccc; font-weight:bold; padding:7px 7px;}

.kh_category_mobadw_c{
	display: none;
	margin: 20px 0 20px 0;
}
.kh_category_mobadw{
	background: #ccc;
	width: 100%;
	height: 150px;	
}

/* ITEM POST */
.kh_postitem_c{
	padding: 0 0 40px 0;
	background: #fff;
}
.kh_postitem{
	padding: 0 0;
	max-width: 1140px;
	margin: 0 auto;
}
.kh_postitem_item_c h1{
	font-size: 36px;
	font-weight: 800;
	margin: 10px 0 5px 0;
	line-height: 120%;
	color: #1a1a1a;
	text-align: left;
}
.kh_postitem_x{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0;
}
.kh_postitem_l{
	display: flex;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin: 0;
	flex-direction: column;
}
.kh_postitem_r{
	display: none;
	-ms-flex: 0 0 270px;
	flex: 0 0 270px;
	max-width: 270px;
	margin: 0 0 0 30px;
	flex-direction: row;
	align-items: flex-start;
}
.kh_postitem_item_c{
	background: #fff;
	padding: 20px 80px;
}
.kh_postitem_r .kh_rightpan_c{
	margin-top: 0;
}
.kh_postitem_summary_c{
	font-size: 18px;
	color: #1a1a1a;
	text-align: left;
	font-weight: 400;
	margin: 25px 0;
	line-height: 160%;
}

.kh_postitem_titleimg_c{
	margin: 30px 0;
}

.kh_postitem_titleimg_c img{
	max-width: 100%;
}
.kh_cont_addr_c{
	margin: 40px 0 20px 0;
	display: table;
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}
.kh_cont_addr_i_c{
	display: table-row;
}
.kh_cont_addr_i_l, .kh_cont_addr_i_r{
	display: table-cell;
	text-align: left;
	border: none;
	vertical-align: middle;
	padding-bottom: 20px;
}
.kh_cont_addr_i_l{
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	width: 100px;
}
.kh_photomark{
	color: #999;
	font-size: 14px;
}
.kh_photomark b{
	font-weight: 700;
}
.kh_cont_simular_c{
	border-top: 1px solid #e5e5e5;
	margin: 30px 0 0 0;
	padding: 30px 0 0 0;
}
.kh_cont_simular_c h3{
	margin: 0 0 20px 0;
	text-align: left;
	font-size: 22px;
	color: #222;
	line-height: 140%;
	font-weight: 800;
}
.kh_cont_simular{
	margin: 20px -5px 0 -5px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0;
}
.kh_cont_simular_item_c{
	-ms-flex: 0 0 33.333%;
	flex: 0 0 33.333%;
	max-width: 33.333%;
}
.kh_cont_simular_item_c:nth-child(4n) {
	display: none;
}
.kh_cont_simular_item{
	width: calc(100% - 10px);
	margin: 5px 5px 30px 5px;
	background: #fff;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.kh_cont_simular_item_im{
	display: block;
	position: relative;
	padding-top: 65%;
	overflow: hidden;
	border-radius: 0;
	transition: .3s ease-in-out;
}
.kh_cont_simular_item_im img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	-o-transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}
a.kh_cont_simular_item_t:link,
a.kh_cont_simular_item_t:visited{
	margin: 0;
	padding: 10px;
	font-weight: 700;
	font-size: 16px;
	color: #666;
	-webkit-transition: color 0.6s ease;
	-o-transition: color 0.6s ease;
	transition: color 0.6s ease;
}

.kh_cont_feed_c{
	border-top: 1px solid #e5e5e5;
	margin: 10px 0 0 0;
	padding: 30px 0 0 0;
}
.kh_cont_feed_c h3{
	margin: 0 0 20px 0;
	text-align: left;
	font-size: 22px;
	color: #222;
	line-height: 140%;
	font-weight: 800;
}
.clear{clear: both;}
.commentary_c{
    border: none;
    margin: 0 0 30px 0;
    padding: 0;
}
.commentary_txt{
    color: #1a1919;
    font-size: 16px;
    line-height: 160%;
    clear: both;
    padding: 8px 0 0 0;
}
.commentary_pict img{
    max-height: 32px;
}
.commentary_nopic{
    width: 32px;
    height: 32px;
	background: #bdbdbd url(/edit/images/cms.userpic.svg) no-repeat 50% 110%;
	background-size: 26px 26px;
}
.commentary_name {
	padding-top: 6px !important;
	margin-bottom: 0;
	padding: 0px 0 0 0;
}
.commentary_name b{
    color: #1a1919;
    font-size: 16px;
    font-weight: 600;   
}
.commentary_nopic {
    background-color: #f2f2f2;
}
.commentary_c.commentary_c_rt0, .commentary_c.commentary_c_rt1,.commentary_c.commentary_c_rt2,.commentary_c.commentary_c_rt3,.commentary_c.commentary_c_rt4,.commentary_c.commentary_c_rt5{border: none;}

.itempage .kh_main_lastposts_c{
	margin-top: 0;
}
.itempage .kh_main_lastposts{
	padding-top: 0;	
}

.fotorama__dot{border-width:0; border:0; width:8px; height:8px; background-color:#cfcfcf; border-radius:50%;}
.fotorama__nav__frame.fotorama__active .fotorama__dot{background-color:#888888; border-width:0; border:0; width:8px; height:8px; border-radius:50%;}

.breadcrumbs_с {
	background: #fff;
	padding: 15px 0 15px 0;
}

.breadcrumbs {
	max-width: 1140px;
	margin: 0 auto;
}

.breadcrumbs__list {
	justify-content: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: left;
	    -ms-flex-align: left;
	        align-items: left;
	overflow-x: auto;
}

.breadcrumbs__list li {
  font-size: 12px;
  white-space: nowrap;
  color: #999;
}

.breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-right: 15px;
  font-size: 12px;
  white-space: nowrap;
  color: #000;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.breadcrumbs__item::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  width: 6px;
  height: 4px;
  background: url("../img/arrow.svg") center/100% no-repeat;
}

a.breadcrumbs__item:link,
a.breadcrumbs__item:visited{
	color: #666;
}

.commentary_new_im{display:none;}
	.commentary_form_rate{text-align:center; font-family:'Philosopher', sans-serif; font-weight:400; font-size:16px; padding:5px 0 10px 0; color:#444;}
	.commentary_form_rate span{display:inline-block; font-weight:400; vertical-align:top; color:#444; padding:0 0 0 20px; position:relative; margin:0 0 0 8px;}
		.commentary_form_rate span:after{content:''; position:absolute; top:1px; left:3px; width:12px; height:12px; border:1px solid #666; border-radius:100%; -webkit-border-radius:100%; -moz-border-radius:100%;}
		.commentary_form_rate span.active{color:#000;}
		.commentary_form_rate span.active:before{content:''; position:absolute; top:4px; left:6px; width:8px; height:8px; background:#666; border-radius:100%; -webkit-border-radius:100%; -moz-border-radius:100%;}
		.commentary_form_rate span:hover{cursor:pointer; color:#000;}

.commentary_form{padding: 10px 0;}
.commentary_btnx{text-align:center;}
.commentary_btn{
	float:none;
    margin: 0 10px 0 0;
    border-radius:36px;
    font-size: 17px;
    line-height: 36px;
    height: 36px;
    font-weight: 400;
    background: #ffd700;
    color: #666;
    display: inline-block;
    padding: 0 15px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.commentary_btn:hover{
    cursor: pointer;
	background: #ffd700;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 40%);
}
.commentary_guestname, .commentary_new_tx{padding:0; margin:0 0 10px 0;}
.commentary_guestname input{min-width:98%; line-height:28px; font-size: 16px; background:#f7f7f7; border-radius: 6px;}
.commentary_new_tx textarea{height:60px; background:#f7f7f7; font-size: 16px; border-radius: 6px;}
.commentary_form_addpic{padding:0 0 10px 0; text-align:center;}
.commentary_form_addpic_bt{font-size:13px; color:#666; border-bottom:1px dotted #666;}
.commentary_form_addpic_bt:hover{cursor:pointer; color:#444;}
.commentary_form_addpic .commentary_form_addpic_load{display:none;}
.commentary_form_addpic.loader .commentary_form_addpic_load{display:inline-block;}
.commentary_form_addpic.loader .commentary_form_addpic_bt{display:none;}
.commentary_form_addpic.sus .commentary_form_addpic_load{display:inline-block;}
.commentary_form_addpic.sus .commentary_form_addpic_bt{display:none;}
.commentary_image{display:inline-block; width:100%; text-align:center; padding:15px 0 5px 0;}
.commentary_image img{max-width:100%;}

.commentary_pict{display: none;}

/* MOBILE ADAPTIVE */
@media (max-width: 1140px){
	.kh_top, .kh_main_news, .kh_main_lastposts, .kh_footer, .kh_category, .kh_postitem, .breadcrumbs{padding-left:20px; padding-right:20px; }
}
@media (max-width: 1036px){
	.kh_category_post_x .kh_main_post_i_c{
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
}
@media (max-width: 1024px){
	.kh_main_post_i_c{
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}
}
@media (max-width: 1000px){
	.kh_main_news_cont_r{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 20px;
	}
	.kh_main_news_cont_x,
	.kh_main_news_cont_l{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (max-width: 920px){
	.kh_footer_l,
	.kh_footer_r{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;		
	}
	.kh_category_r, .kh_postitem_r{display: none;}
	.kh_category_l, .kh_postitem_l{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.kh_postitem_item_c{
		padding-right: 40px;
		padding-left: 40px;
	}
	.kh_postitem_titleimg_c {
		margin: 30px -40px;
	}
	.kh_postitem_item_c h1,
	.kh_category h1{
		font-size: 30px;
	}
	.kh_category_mobadw_c{
		display: inline-block;
	}
	.kh_footer_l_m_c{
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px solid #bfbfbf;
	}
	.kh_footer_l:after{
		display: none;
	}
	.kh_footer_c{
		padding: 30px 0;
	}
	.kh_footer_r_t_r{
		text-align: right;
	}
	.kh_footer_r_b_c{
		padding-top: 30px;
	}
}
@media (max-width: 890px){
	.header_1_mobmenu{display: block; position: relative; width: 30px; height: 20px; margin:0 20px 0 20px; cursor: pointer; z-index: 2;}
	.header_1_mobmenu span{-webkit-transition: all .5s ease 0s; -o-transition: all .5s ease 0s; transition: all .5s ease 0s; top: calc(50% - 1.5px); left: 0; position: absolute; width: 100%; height: 3px; background-color: #000;}
	.header_1_mobmenu span:first-child{top: 0;}
	.header_1_mobmenu span:last-child{top: auto; bottom: 0;}
	.kh_top{padding-right: 0;}
	.kh_top_content {position: absolute; display: inline-block; top: -500px; opacity: 0; right: 0; width: calc(100% - 30px); max-height: calc(100vh - 80px); padding: 30px 15px 30px 15px; z-index: 9;
	background-color: #fff; overflow-y: auto; -webkit-transition: all .5s ease 0s; -o-transition: all .5s ease 0s; transition: all .5s ease 0s; box-shadow: 0px 5px 5px 0px #0000004f; }
	.kh_top_content._active{right: 0; top: 61px; opacity: 1;}
	.kh_top_menu{display: block; margin: 0;}
	.kh_top_menu ul{display: block;}
	.kh_top_menu ul li{display: block; text-align: center; padding: 0 0 0 0;}
	.kh_top_menu ul li a:link, .kh_top_menu ul li a:visited{line-height: 42px;}
	.header_1_c.socials .header_1_social{display: block; text-align: center; padding: 20px 0 0 0;}
	.header_1_mobmenu._active span{	-webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0);}
	.header_1_mobmenu._active span:first-child{-webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: calc(50% - 1.5px);}
	.header_1_mobmenu._active span:last-child{-webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); bottom: calc(50% - 1.5px); }
	.kh_top_logo_c{flex-grow: 4;}
	.kh_main_news_cont_x{margin-top: 30px; }
	.kh_main_news_cont_x,
	.kh_main_news_cont_l{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.kh_main_news_cont_xc {
		padding: 0;
	}
}

@media (max-width: 790px){
	.kh_main_post_i_c{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	a.kh_category_tag:link, a.kh_category_tag:visited{
		line-height: 24px;
		font-size: 12px;
	}
	.breadcrumbs__list {
		justify-content: left;
	}
	.kh_category_post_x .kh_main_post_i_c{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (max-width: 640px){
	.kh_postitem_item_c{
		padding-right: 20px;
		padding-left: 20px;
	}
	.kh_postitem_titleimg_c {
		margin: 30px -20px;
	}
	.kh_postitem_item_c h1,
	.kh_category h1{
		font-size: 22px;
	}
	.kh_cont_mark h2{
		font-size: 20px;
	}
	.kh_cont_mark h3{
		font-size: 18px;
	}
	.kh_postitem{
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media (max-width: 540px){
	.kh_main_post_i_c, .kh_category_post_x .kh_main_post_i_c{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.kh_footer_l_m_c_l span, .kh_footer_l_m_c_r span {
		display: inline;
		margin: 0 10px;
	}
	.kh_cont_mark blockquote{
		padding-left: 20px;
		padding-right: 20px;
	}
	.kh_footer_l_m_c_l,
	.kh_footer_l_m_c_r,
	.kh_footer_r_t_l,
	.kh_footer_r_t_r{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}
	.kh_footer_r_t_l{margin-bottom: 20px;}
	.kh_footer_r_b_c{text-align: center;}
	.kh_cont_simular_item_c {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.kh_cont_simular_item_c:nth-child(4n) {
		display: flex;
	}
	a.kh_cont_simular_item_t:link, a.kh_cont_simular_item_t:visited{
		font-size: 13px;
	}
}
@media (max-width: 460px){
	.kh_main_news_cont_l a span{
		font-size: 18px;
	}
}


