/*
Theme Name: novpromteh
*/

/* NULL */

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, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
SUP, SUB {line-height: 1px;}
BODY {line-height: 1;}
UL {list-style: none;}
:focus {outline: 0;}
INS {text-decoration: none;}
DEL {text-decoration: line-through;}
input::-moz-focus-inner {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, .block {display: block;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}

[hidden] {display: none;}
.none, .hidden, .on980, .on760, .on320, .only980, .only760 {display: none;}

.clear, .clr {clear: both;}
hr.clear, hr.clr {padding: 0;margin: 0;height: 1px;overflow: hidden;border: 0;}
.clearfix:before, .clearfix:after, .clf:before, .clf:after {content: " ";display: table;}
.clearfix:after, .clf:after {clear: both;}
.clearfix, .clf {*zoom: 1;}

.alignright, .right { float: right; }
.alignleft, .left { float: left; }
.center { text-align: center; }
.centered, .aligncenter {
	display: block;
	margin: 0 auto;
	}

img.alignright, img.right {
	margin: 0 0 7px 20px;
	display: inline;
	}
img.alignleft, img.left {
	margin: 0 20px 7px 0;
	display: inline;
	}
a img {
	border: none;
	}
img {
	max-width: 100%;
	}

.entry img {
	height: auto;
	}

/* END NULL */


/* BASE */

body {
	color: #222;
	font-size: 17px;
	line-height: 22px;
	font-family: "PT Sans", sans-serif;
	background: #fff;
	text-align: center;
	}

.wrap {
	width: 1220px;
	margin: 0 auto;
	text-align: left;
	box-sizing: border-box;
	}

input, textarea {
	color: #000;
	font-size: 16px;
	line-height: 20px;
	font-family: "PT Sans", sans-serif;
	}

a {
	color: #f6921e;
	text-decoration: underline;
	transition: all 0.3s 0.02s ease;
	}

a:hover {
	color: #f6921e;
	text-decoration: none;
	}

p, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title, .entry table, .entry form, .entry ul, .entry ol, .entry hr, blockquote {
	margin: 0 0 25px 0;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
	color: #222;
	font-weight: bold;
	}

h1, .h1, .title{
    font-size: 28px;
    line-height: 30px;
	}
h2, .h2{
	font-size: 26px;
	line-height: 28px;
	}
h3, .h3{
	font-size: 24px;
	line-height: 26px;
	}
h4, .h4{
	font-size: 22px;
	line-height: 25px;
	}
h5, .h5{
	font-size: 20px;
	line-height: 24px;
	}
h6, .h6{
	font-size: 19px;
	line-height: 23px;
	}



.table, .entry table {
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #959596;
	border-left: 1px solid #959596;
	}

.table tr th, .entry table tr th{
	border-bottom: 1px solid #959596;
	border-right: 1px solid #959596;
	background: #f4f4f4;
	padding: 8px 10px;
	}

.table tr td, .entry table tr td{
	border-bottom: 1px solid #959596;
	border-right: 1px solid #959596;
	padding: 8px 10px;
	}

.entry table.nobord, .entry table.nobord tr th, .entry table.nobord tr td {
	border: 0;
	padding: 0;
	background: none;
	}


.entry ul, ul.list {
	padding: 0 0 0 15px;
	list-style: none;
	font-weight: 500;
	}

.entry ol, ol.list {
	padding: 0 0 0 25px;
	list-style: none;
	font-weight: 500;
	}

.entry ul ul, .entry ol ol, .entry ol ul, .entry ul ol, ul.list ul, ol.list ol, ol.list ul, ul.list ol {
	margin: 5px 0 0 0;
	}

.entry ol > li, ol.list > li {
	margin: 0 0 14px 10px;
	list-style: decimal outside;
	}

.entry ul > li, ul.list > li {
	display:block;
	padding: 0 0 14px 0;
	background-size: 12px auto;
	}
.entry ul > li:before {
	content: "●";
	padding: 0 8px 0 0;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
blockquote {
	padding: 20px 15px;
	background: #e2e2e2;
	border-left: 0 solid #ddd;
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.2);
	border-radius: 4px;
	text-align: center;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}	

.grid {
	clear: both;
	*zoom: 1;
	}
.grid:after {
	content: "";
	display: table;
	clear: both;
	}
[class*='col-'] {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px 0 0;
	}
.col-1-8 {
	width: 12.5%;
	}
.col-1-4 {
	width: 25%;
	}
.col-1-3 {
	width: 33.33%;
	}
.col-1-2 {
	width: 50%;
	}
.col-2-3 {
	width: 66.66%;
	}

/* END BASE */


/* FORM */

.form_line{
	padding: 0 0 15px 0;
	}

.lab{
	display: block;
	padding: 0 0 2px 0;
	}

.inp{
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	-webkit-appearance: none;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	}

.ta{
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	-webkit-appearance: none;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	vertical-align: bottom;
	}

.form_sub {
	position: relative;
	}

.btn {
	display: inline-block;
	box-sizing: border-box;
	min-height: 40px;
	padding: 10px 20px;
	border: 1px solid #57b64d;
	background: #57b64d;
	border-radius: 5px;
	transition: all 0.3s 0.02s ease;
	-webkit-appearance: none;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	}

.btn:hover{
	border-color: #ca2a3c;
	background-color: #ca2a3c;
	color: #fff;
	text-decoration: none;
	}

.form_sub .ajax-loader {
	position: absolute;
	top: -5px;
	right: -5px;
	}

/* END FORM */


/* HEADER */

header {
	padding: 20px 0;
	border-bottom: 1px solid #1d2936;
	}
.novpro_header{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}

.logo{
	width: 120px;
	margin: 0 auto 0 0;
	}
.logo img{
	vertical-align: bottom;
	transition: all 0.3s 0.02s ease;
	}
.logo img:hover{
	transform: scale(0.9);
	}
.logo img.logo_b{
	display: none;
	}


.novprohed_right{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	}
a.novprosubscribe{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 0 0 0;
	padding: 10px 25px;
	background: #f6921e;
    border-radius: 4px;
	font-size: 17px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	}
a.novprosubscribe:hover{
	background: #ff8f1e;
	box-shadow: 0 6px 12px rgb(0 0 0 / 20%);
	}



	
.search{
	margin: 0 0 0 20px;
	position:relative;
	}
.search_but{
	width: 38px;
	}	
.search_but a{
	display:block;
	width: 38px;
	height: 20px;
	background: url('images/search_sub.svg') no-repeat center center;
	background-size: 20px auto;
	}	
.search_but a:hover{
	background-position: left center;
	}	
.search_form{
	position:absolute;
	z-index:999;
	top:-13px;
	right:0;
	width: 0;
	height: 46px;
	overflow:hidden;
	padding: 0;
	background: #ededed;
	border-radius: 4px;
	transition: all 0.5s 0.02s ease;
	}	
.search_form.active{
	width: 400px;
	}
.search_form input.search_text{
	font-size: 15px;
	border:0;
	background: none;
	padding: 0 50px 0 15px;
	margin:0;
	height: 46px;
	width: 100%;
	box-sizing:border-box;
	display:block;
	}
.search_form input.search_sub{
	position: absolute;
	z-index:1;
	top: 0;
	right: 0;
	width: 38px;
	height: 46px;
	background: url('images/search_sub.svg') no-repeat 0 center;
	background-size: 20px auto;
	border:0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	transition: all 0.3s 0.02s ease;
	}	
.search_form input.search_sub:hover{
	transform:scale(1.1)
	}		




.novpromob_b{
	margin: 0 0 0 15px;
	position: relative;
	display: none;
	width: 18px;
	height: 18px;
	cursor: pointer;
	transition: all .3s ease-in-out;
	}
.novpromob_b span{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #222;
	transition: all .2s ease-in-out;
	}
	body.white_bg .novpromob_b span{
		background-color: #343a40;
		}
.novpromob_b span:nth-child(2){
	top: 8px;
	width: 13px;
	}
.novpromob_b span:nth-child(3){
	top: 16px;
	}
.novpromob_b.active span{
	top: 8px;
	}
.novpromob_b.active span:nth-child(1){
	transform: rotate(45deg);
	}
.novpromob_b.active span:nth-child(2){
	opacity: 0;
	}
.novpromob_b.active span:nth-child(3){
	transform: rotate(-45deg);
	}	


.novpronav_b{
	width: 100%;
	border-bottom: 1px solid #1d2936;
	background-color: #121a22;
	}
.novpronav_top > ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	}
.novpronav_top > ul > li{
	display: block;
	position: relative;
	margin: 0 0 0 20px;
	}
.novpronav_top > ul > li:first-child{
	margin: 0 0 0 0;
	}
.novpronav_top > ul > li > a{
	display: block;
	position: relative;
	padding: 17px 0 17px 0;
	font-size: 18px;
	color: #e9ecef;
	line-height: 20px;
	text-decoration: none;
	}
.novpronav_top > ul > li > a:hover, .novpronav_top > ul > li.current-menu-item > a{
	color: #f6921e;
	}
.novpronav_top > ul > li > a:after{
	content: " ";
	display: block;
	width: 0;
	height: 5px;
	background: #f6921e;
	position: absolute;
	top: 0;
	left: 50%;
	border-radius: 2px;
	transform: translateX(-50%);
	transition: all 0.3s 0.02s ease;
	}
.novpronav_top > ul > li:hover > a:after, .novpronav_top > ul > li.current-menu-item > a:after{
	width: 100%;
	}

.novpronav_top > ul > li > ul{
	display: none;
	width: 200px;
	background: #e9ecef;
	box-shadow: 0 6px 12px rgb(255 255 255 / 20%);
	box-sizing: border-box;
	padding: 5px;
	position: absolute;
	z-index: 77;
	top: 100%;
	left: 0;
	border-radius: 5px;
	}
.novpronav_top > ul > li > ul:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: -6px;
	left: 20px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #e9ecef;
	}
.novpronav_top > ul > li:hover > ul{
	display: block;
	}
.novpronav_top > ul > li > ul > li{
	display: block;
	position: relative;
	margin: 0 0 2px 0;
	}
.novpronav_top > ul > li > ul > li > a{
	display: block;
	border-radius: 5px;
	padding: 8px;
	font-size: 16px;
	color: #292929;
	line-height: 20px;
	text-decoration: none;
	}
.novpronav_top > ul > li > ul > li > a:hover, .novpronav_top > ul > li > ul > li.current-menu-item > a{
	color: #f6921e;
	background-color: #121a22;
	}


.novpromob_b{
	display: block;
	}


.novpronav_b{
	display: none;
	width: 100%;
	border-bottom: 1px solid #1d2936;
	background-color: #121a22;
	padding: 10px 0;
	}
.novpronav_top > ul{
	display: block;
	}
.novpronav_top > ul > li{
	display: block;
	position: relative;
	margin: 0 0 10px 0;
	}
.novpronav_top > ul > li:first-child{
	margin: 0 0 10px 0;
	}
.novpronav_top > ul > li > a{
	display: inline-block;
	padding: 0 0 0 0;
	}
.novpronav_top > ul > li > a:after{
	height: 2px;
	top: auto;
	bottom: -2px;
	}

.novpronav_top > ul > li > ul{
	margin: 10px 0 0 0;
	display: block;
	position: relative;
	width: auto;
	top: 0;
	}
.novpronav_top > ul > li > ul > li{
	margin: 0 0 2px 0;
	}
.novpronav_top > ul > li > ul > li > a{
	display: inline-block;
	padding: 0;
	}
.novpronav_top > ul > li > ul > li > a:hover, .novpronav_top > ul > li > ul > li.active > a{
	color: #292929;
	background: none;
	text-decoration: underline;
	}




#tickerListWrapper {
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	background-color: #292929;
	}
.novproticker_track {
	display: flex;
	width: fit-content;
	}
.novproticker_list {
	display: flex;
	}
.animation {
	animation: marquee linear infinite;
	}
#tickerListWrapper:hover .animation {
	animation-play-state: paused;
	}
@keyframes marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
	}
a.ticker_b{
	padding: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 5px;
	text-decoration: none;
	letter-spacing: -0.01em;
	font-size: 14px;
	line-height: 16px;
	color: #e9ecef;
	}
a.ticker_b:hover{
	background-color: rgba(0, 0, 0, 0.32);
	}
.ticker_coin{
	font-weight: 600;
	}
.ticker_price{
	}
.ticker_percent{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 0 0 2px;
	}
.ticker_percent svg{
	width: 12px;
	margin: 0 3px 0 0;
	}
.ticker_percent span{
	color: rgb(5 150 105 / 1);
	}

/* END HEADER */


/* HOME */

.novprotopslider_case{
	padding: 30px 0;
	overflow: hidden;
	max-height: 650px;
	}
.novprotopslider{
	}
.novprotopslider_nav{
	background-color:#121a22;
	}

.novprotopslider_one{
	position: relative;
	}
.novprotopslider_one img{
	vertical-align: bottom;
	}
.novprotopslider_cont{
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 10px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	}
.novprotopslider_t{
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	margin: 0 0 7px 0;
	}
.novprotopslider_t a{
	color: #e9ecef;
	text-decoration: none;
	}
.novprotopslider_t a:hover{
	color: #f6921e;
	}

.novprotopslider_info{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 7px 0;
	font-size: 15px;
	}	
.novprotopslider_info a{
	text-decoration: none;
	font-weight: bold;
	}	
.novprotopslider_info a:hover{
	text-decoration: underline;
	}	
.novprotopslider_autor{
	margin: 0 0 0 0;
	padding: 0 10px 0 0;
	}
.novprotopslider_date{
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #e9ecef;
	}
.novprotopslider_cat{
	}	


.novprotopslider .slick-prev{
	display: block;
	width: 32px; 
	height: 32px; 
	position:absolute;
	z-index:111;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.4) url('images/novprotopslider_prev.svg') no-repeat center;
	background-size: 20px auto;
	border-radius: 50%;
	border: 0px solid #959596;     
	padding: 0;
	text-indent: -9999px;
	cursor: pointer;
	transition: all 0.3s 0.02s ease;
	}
.novprotopslider .slick-prev:hover{
	background-color: rgba(0, 0, 0, 0.6);
	}
.novprotopslider .slick-next{
	display: block;
	width: 32px; 
	height: 32px; 
	position:absolute;
	z-index:111;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.4) url('images/novprotopslider_next.svg') no-repeat center;
	background-size: 20px auto;
	border-radius: 50%;
	border: 0px solid #959596;   
	padding: 0;
	text-indent: -9999px;
	cursor: pointer;
	transition: all 0.3s 0.02s ease;
	}	
.novprotopslider .slick-next:hover{
	background-color: rgba(0, 0, 0, 0.6);
	}



.novprotopslider_nav_one_b{
	padding: 12px 10px 12px 10px;
	margin: 0 0 0 0;
	border: 1px solid #e9ecef;
	box-sizing: border-box;
	transition: all 0.3s 0.02s ease;
	cursor: pointer;
	}
.novprotopslider_nav_one_b:hover, .novprotopslider_nav_one.slick-current .novprotopslider_nav_one_b{
	background-color: rgba(0, 0, 0, 0.6);
	}
.novprotopslider_nav_t{
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	margin: 0 0 5px 0;
	min-height: 43px;
	color: #e9ecef;
	}
.novprotopslider_nav_info{
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-size: 15px;
	}	
.novprotopslider_nav_views{
	padding: 0 0 0 22px;
	background: url('images/eye.svg') no-repeat left center;
	background-size: 15px auto;
	}


.novprocarsel{
	padding: 20px 0;
	overflow: hidden;
	max-height: 310px;
	}
a.novprocarsel_b{
	overflow: hidden;
	display: block;
	width: 90%;
	padding: 0 0 20px 0;
	margin: 0 auto;
	box-sizing: border-box;
    background-color: #000;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	text-align: center;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	}
a.novprocarsel_b:hover {
	background-color: rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
	color: #ff8f1e;
	}
a.novprocarsel_b img {
	vertical-align: bottom;
	border-radius: 4px;
	transition: all 0.3s 0.02s ease;
	opacity: 0.8;
	}
a.novprocarsel_b:hover img {
	opacity: 1;
	transform: scale(1.05);
	}
a.novprocarsel_b span{
	padding: 15px 0 0 0;
	display: block;
	position: relative;
	}

.novprocarsel .slick-dots {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 15px 0 0 0;
	}
.novprocarsel .slick-dots li {
	padding: 0 5px;
	}
.novprocarsel .slick-dots li button {
	display: block;
	width: 10px;
	height: 8px;
	padding: 0;
	margin: 0;
	border: 0;
	background: #ff8f1e;
	overflow: hidden;
	text-indent: -9999px;
	opacity: 0.5;
	border-radius: 12px;
	transition: all 0.3s 0.02s ease;
	cursor: pointer;
	}
.novprocarsel .slick-dots li button:hover {
	opacity: 1;
	}
.novprocarsel .slick-dots li.slick-active button {
	opacity: 1;
	width: 20px;
	}


.novpromain_text{
	padding: 20px;
	box-shadow: 0 2px 6px rgb(0 0 0 / 14%);
	border: 1px solid #1d2936;
	border-radius: 6px;
	margin: 0 0 30px 0;
	}


.content{
	margin: 30px 0 30px 0;
	}
.novprocontent{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	}
.posts{
	width: 100%;
	padding: 0 50px 0 0;
	box-sizing: border-box;
	}
.sidebar{
	flex: 0 0 320px;
	}



.novprotitle_line{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	}
.novprotitle{
	color: #222;
	font-size: 30px;
	line-height: 34px;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	}
.novprotitle:after {
	content: "";
	width: 60px;
	height: 2px;
	display: block;
	margin: 12px 0 0 0;
	border-radius: 2px;
	background-color: #222;
	}

.novprobutton a{
	display: block;
	height: 40px;
	box-sizing: border-box;
	background: #f6921e;
    border-radius: 4px;
	padding: 0 30px;
	color: #fff;
	font-size: 12px;
	line-height: 40px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	}
.novprobutton a:hover{
	background: #ff8f1e;
    box-shadow: 0 6px 12px rgb(255 255 255 / 20%);
	}


.ulpotraf_line{
	margin: 0 0 40px 0;
	display: grid;
	grid-template-areas: "novpropost1 novpropost2" "novpropost1 novpropost3" "novpropost1 novpropost4";
	grid-template-columns: 1fr 1fr;
	column-gap: 30px;
	}
.novpropost{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0 0 25px 0;
	margin: 0 0 25px 0;
	border-bottom: 1px solid #222;
	}
.ulpotraf_line .novpropost{
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	}
.novpropost_big{
	display: block;
	}
.ulpotraf_line .novpropost_big{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-bottom: 0;
	}
.ulpotraf_line .novpropost:nth-child(1){
	grid-area: novpropost1;
	}
.ulpotraf_line .novpropost:nth-child(2){
	grid-area: novpropost2;
	}
.ulpotraf_line .novpropost:nth-child(3){
	grid-area: novpropost3;
	}
.ulpotraf_line .novpropost:nth-child(4){
	grid-area: novpropost4;
	}
.novpropost_img{
	flex: 0 0 120px;
	margin: 0 15px 0 0;
	}
.novpropost_img img{
	vertical-align: bottom;
	border-radius: 4px;
	transition: all 0.3s 0.02s ease;
	opacity: 0.8;
	}
.novpropost:hover .novpropost_img img{
	opacity: 1;
	}
.novpropost_big .novpropost_img{
	margin: 0 0 15px 0;
	}
.novpropost_text{
	width: 100%;
	}
.novpropost a {
	color: #222;
	text-decoration: none;
	}
.novpropost a:hover {
	color: #ff8f1e;
	}
.novpropost_title{
	font-size: 15px;
	line-height: 18px;
	font-weight: 500;
	color: #222;
	margin: 0 0 10px 0;
	}
.novpropost_big .novpropost_title{
	font-size: 18px;
	line-height: 22px;
	}
.novpropost_date{
	font-size: 12px;
	line-height: 16px;
	color: #000;
	}
.novpropost_entry{
	padding: 10px 0 0 0;
	font-size: 15px;
	line-height: 20px;
	color: #222;
	}
.novpropost_cat{
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 5px 0;
	}
.novpropost_cat a {
	color: #222;
	}
.novpropost_cat a:hover {
	text-decoration: underline;
	}

.novproff_line{
	margin: 0 0 40px 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 30px;
	}



.widget{
	margin: 0 0 40px 0;
	}
.novproright_title{	
	margin: 0 0 15px 0;
	padding: 0 0 14px 0;
	border-bottom: 2px solid #222;
	color: #222;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	}
.latest_post > ul > li{
	display: block;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #3c3c3c;
	}
.latest_post > ul > li > a{
	font-size: 16px;
	line-height: 20px;
	color: #222;
	text-decoration: none;
	}
.latest_post > ul > li > a:hover{
	color: #f6921e;
	text-decoration: underline;
	}


.cat_nav > ul > li{
	display: block;
	}
.cat_nav > ul > li > a{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	padding: 12px 0 12px 0;
	border-bottom: 1px solid #222;
	font-size: 16px;
	line-height: 20px;
	color: #222;
	text-decoration: none;
	}
.cat_nav > ul > li > a:hover, .cat_nav > ul > li.current-menu-item > a{
	color: #f6921e;
	}
.cat_nav > ul > li > a:after{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 3px;
	background: #f6921e;
	transition: all 0.3s 0.02s ease;
	}
.cat_nav > ul > li > a:hover:after, .cat_nav > ul > li.current-menu-item > a:after{
	width: 100%;
	}


	
.subscribe{
	border-radius: 4px;
	transition: all 0.5s 0.02s ease;
	}	
.subscribe_case{
	display: flex;
	justify-content: flex-start;
	}
.subscribe input.subs_text{
	font-size: 15px;
	color: #e9ecef;
	border:0;
	background: #0e141a;
	padding: 0 10px 0 15px;
	margin:0;
	border-radius: 4px 0 0 4px;
	height: 46px;
	width: 100%;
	box-sizing:border-box;
	display:block;
	}
.subscribe input.subs_sub{
	flex: 0 0 80px;
	height: 46px;
	background: #f6921e;
	border-radius: 0 4px 4px 0;
	border:0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	transition: all 0.3s 0.02s ease;
	color: #292929;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.4px;
	}	
.subscribe input.subs_sub:hover{
	background: #ff8f1e;
	}			


.s_tags {
	text-align: center;
	}
.s_tags a{
	display: inline-block;
	height: 28px;
	box-sizing: border-box;
	background-color: transparent;
	border: 1px solid #222;
	border-radius: 3px;
	padding: 0 8px;
	margin: 0 3px 8px 3px;
	color: #222;
	font-size: 11px !important;
	line-height: 28px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	}
.s_tags a:hover{
	border: 1px solid #f6921e;
	background: #f6921e;
	color: #222;
	}





/* END HOME */


/* FOOTER */

.novprofooter_top{
	padding: 20px 0;
	border-top: 1px solid #000;
	background-color: #222;
	}
.novprofnav > ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	}
.novprofnav > ul > li{
	display: block;
	box-sizing: border-box;
	padding: 0 10px 20px 0;
	}
.novprofnav > ul > li:last-child{
	padding: 0 0 20px 0;
	}
.novprofnav > ul > li > a{
	font-size: 16px;
	color: #e9ecef;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	}
.novprofnav > ul > li > a:hover, .novprofnav > ul > li.current-menu-item > a{
	color: #f6921e;
	}


.novprofnav > ul > li > ul{
	display: block;
	box-sizing: border-box;
	padding: 5px 0 0 0;
	}
.novprofnav > ul > li > ul > li{
	display: block;
	position: relative;
	margin: 0 0 8px 0;
	}
.novprofnav > ul > li > ul > li > a{
	font-size: 16px;
	color: #e9ecef;
	line-height: 20px;
	text-decoration: none;
	position: relative;
	}
.novprofnav > ul > li > ul > li > a:hover, .novprofnav > ul > li > ul > li.current-menu-item > a{
	color: #f6921e;
	}
.novprofnav > ul > li > ul > li > a:after{
	content: " ";
	display: block;
	width: 0;
	height: 1px;
	background: #f6921e;
	position: absolute;
	bottom: -1px;
	left: 50%;
	border-radius: 2px;
	transform: translateX(-50%);
	transition: all 0.3s 0.02s ease;
	}
.novprofnav > ul > li > ul > li > a:hover:after, .novprofnav > ul > li > ul > li.current-menu-item > a:after{
	width: 100%;
	}



footer {	
	border-top: 1px solid #1d2936;
	padding: 20px 0;
	}

.novprofooter_b{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
.footlogo{
	width: 120px;
	margin: 0 0 0 0;
	}
.footlogo img{
	vertical-align: bottom;
	transition: all 0.3s 0.02s ease;
	}
.footlogo img:hover{
	transform: scale(0.9);
	}

.footsoc ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	}	
.footsoc li{
	display:block;
	padding: 0 0 0 20px;
	}	
.footsoc li:first-child{
	padding: 0 0 0 0;
	}
.footsoc li a{
	display:block;
	width: 40px;
	height: 40px;
	background-color: #252c34;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 4px;
	background-size: 18px auto;
	}	
.footsoc li a.footsoc1{
	background-image: url('images/telegram.svg');
	}		
.footsoc li a.footsoc2{
	background-image: url('images/vk.svg');
	}	
.footsoc li a.footsoc3{
	background-image: url('images/youtube.svg');
	}	
.footsoc li a:hover{
    transform: scale(1.1);
	box-shadow: 0 3px 8px rgba(255, 255, 255, 0.2);
	}

.copu{
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #000;
	}


.novproprivpol{
	transition: all 0.3s 0.02s ease;
	transform: translateY(120%);
	position: fixed;
	z-index: 76;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 0;
	background: rgb(0 0 0 / 88%);
	box-shadow: 0 10px 20px rgb(87 182 77 / 30%);
	}
.novproprivpol.fixed{
	transform: translateY(0);
	}
.novproprivpol_case{  
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
.novproprivpol_text{
	width: 100%;
	font-size: 15px;
	letter-spacing: 1px;
	color: #fff;
	}
.novproprivpol_right{
	flex: 0 0 140px;  
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	}

a.novproprivpol_but{
	margin: 0 20px 0 0;
	padding: 8px 20px;
	background: #f6921e;
    border-radius: 4px;
	font-size: 16px;
	color: #292929;
	font-weight: 600;
	text-decoration: none;
	}
a.novproprivpol_but:hover{
	background: #ff8f1e;
	box-shadow: 0 6px 12px rgb(255 255 255 / 20%);
	}
.novproprivpol_close{
	width: 10px;
	height: 10px;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPg0KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iI2ZmZiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTAuOTM5MyAxMkw2Ljk2OTYgMTUuOTY5N0w4LjAzMDI2IDE3LjAzMDRMMTIgMTMuMDYwN0wxNS45Njk3IDE3LjAzMDRMMTcuMDMwNCAxNS45Njk3TDEzLjA2MDcgMTJMMTcuMDMwMyA4LjAzMDM5TDE1Ljk2OTYgNi45Njk3M0wxMiAxMC45MzkzTDguMDMwMzggNi45Njk3M0w2Ljk2OTcyIDguMDMwMzlMMTAuOTM5MyAxMloiIGZpbGw9IiNmZmYiLz4NCjwvc3ZnPg==');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px auto;
	transition: all 0.3s 0.02s ease;
	cursor: pointer;
	}
.novproprivpol_close:hover{
	transform: rotate(180deg);
	}

/* END FOOTER */


/* CATALOG AND POST */

.breadcrumbs{
	padding: 0 0 20px 0;
	font-size: 14px;
	font-weight: bold;
	}
.breadcrumbs > span{
	margin: 0 5px 0 5px;
	}
.breadcrumbs > span:first-child{
	margin: 0 5px 0 0;
	}
.breadcrumbs a{
	color: #222;
	text-decoration: none;
	}
.breadcrumbs a:hover{
	color: #f6921e;
	}

.cat_description{
	margin: 0 0 30px 0;
	}
.novpropost_vn .novpropost_entry {
	padding: 10px 0 10px 0;
	}
.novpropost_vn .novpropost_img {
	flex: 0 0 330px;
	margin: 0 15px 0 0;
	}
.more_button a{
	display: inline-block;
	height: 40px;
	box-sizing: border-box;
	background: #f6921e;
    border-radius: 4px;
	padding: 0 30px;
	color: #fff;
	font-size: 12px;
	line-height: 40px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	}
.more_button a:hover{
	color: #222;
	background: #ff8f1e;
	box-shadow: 0 6px 12px rgb(255 255 255 / 20%);
	}

.related_posts_title{
	margin: 0 0 15px 0;
	padding: 14px 0 14px 0;
	border-bottom: 2px solid #ef3218;
	color: #313131;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	}
.related_posts{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 10px;
	}
.novpropost_related {
	display: block;
	}
.novpropost_related .novpropost_img {
	margin: 0 0 15px 0;
	}



.novprozapstr_info{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
	margin: 0 0 20px 0;
	padding: 7px;
	border: 1px solid #3c3c3c;
	border-radius: 6px;
	}	
.novprozapstr_info a{
	text-decoration: none;
	font-weight: bold;
	}	
.novprozapstr_info a:hover{
	text-decoration: underline;
	}	
.novprozapstr_info_autor{
	padding: 0 20px 0 0;
	}
.novprozapstr_info_date{
	margin: 0 10px 0 auto;
	padding: 0 10px 0 0;
	border-right: 1px solid #e9ecef;
	}	
.novprozapstr_info_views{
	padding: 0 0 0 22px;
	background: url('images/eye_b.svg') no-repeat left center;
	background-size: 15px auto;
	}
.novprozapstr_info_cat{
	}		
.novprozapstr_img{
	margin: 0 0 25px 0;
	padding: 10px;
    background: #121a22;
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    text-align: center;
	}	
.novprozapstr_img img{
	vertical-align: bottom;
    border-radius: 4px;
	}

.novprozapstr_tags{
	margin: 30px 0 30px 0;
	padding: 10px 0 2px 0;
	border-top: 1px solid #3c3c3c;
	border-bottom: 1px solid #3c3c3c;
	text-align: center;
	}
.novprozapstr_tags a{
	display: inline-block;
	height: 28px;
	box-sizing: border-box;
	background-color: transparent;
	border: 1px solid #f6921e;
	border-radius: 3px;
	padding: 0 8px;
	margin: 0 3px 8px 3px;
	color: #222;
	font-size: 10px;
	line-height: 28px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	}
.novprozapstr_tags a:hover{
	border: 1px solid #4adfac;
	background: #f6921e;
	color: #fff;
	}

.novprozapstr_social{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #3c3c3c;
	margin: 0 0 20px 0;
	}



.novproauthor{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 30px 0;
	padding: 10px;
	background: #e2e2e2;
	border-radius: 4px;
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.1);
	}
.novproauthor_img{
	order: 2;
	flex: 0 0 150px;
	height: 150px;
	border-radius: 8px;
	overflow: hidden;
	margin: 0 0 0 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	}
.novproauthor_img img{
	vertical-align: bottom;
	}
.novproauthor_text{
	order: 1;
	width: 100%;
	}
.novproauthor_title{
	font-size: 26px;
	line-height: 28px;
	margin: 0 0 5px 0;
	}
.novproauthor_title a{
	text-decoration: none;
	}
.novproauthor_title a:hover{
	text-decoration: underline;
	}
.novproauthor_prof{
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #191e23;
	}

.novproauthor_i{
	font-size: 14px;
	margin: 0 0 20px 0;
	}

.novproauthor_soc ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	}	
.novproauthor_soc li{
	display:block;
	padding: 0 0 0 10px;
	}	
.novproauthor_soc li:first-child{
	padding: 0 0 0 0;
	}
.novproauthor_soc li a{
	display:block;
	width: 30px;
	height: 30px;
	background-color: #252c34;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 4px;
	background-size: 16px auto;
	}	
.novproauthor_soc li a.novproauthor_soc1{
	background-image: url('images/telegram.svg');
	}		
.novproauthor_soc li a.novproauthor_soc2{
	background-image: url('images/vk.svg');
	}	
.novproauthor_soc li a.novproauthor_soc3{
	background-image: url('images/youtube.svg');
	}	
.novproauthor_soc li a:hover{
    transform: scale(1.1);
	box-shadow: 0 3px 8px rgba(255, 255, 255, 0.2);
	}


.error_block{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	}



.p_nav > div {
	padding: 10px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 16px;
	}
.p_nav a, .p_nav span.current {
	padding: 8px 10px 6px 10px;
	color: #222;
	margin: 0 5px;
	text-decoration: none;
	}
.p_nav a:hover, .p_nav span.current {
	color: #222;
	background: #f6921e;
	border-radius: 3px;
	}





.novprosort{
	width: 200px;
	height: 34px;
	margin: 0 0 20px auto;
	position: relative;
	}
span.novprosort_act{  
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 200px;
	height: 34px;
	box-sizing: border-box;
	padding: 0 10px 0 16px;
	background: #404040;
	border-radius: 9px;
	line-height: 34px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	}
span.novprosort_act:after{
	content:"";
	display: block;
	width: 20px;
	height: 20px;
	background: url('images/novprosort_act.svg') no-repeat center;
	background-size: 24px auto;
	transition: all 0.3s 0.02s ease;
	}
span.novprosort_act_active:after{
	transform: rotate(180deg);
	}

.novprosort ul.novprosort_drop{
	display: none;
	position: absolute;
	z-index:111;
	top: 38px;
	left: 0;
	width: 100%;
	background: #404040;
	border-radius: 9px;
	box-sizing: border-box;
	padding: 8px 16px 0 16px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.32);
	}
.novprosort ul.novprosort_drop li{
	display: block;
	padding: 0 0 8px 0;
	}
.novprosort ul.novprosort_drop li a{
	display: block;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	}
.novprosort ul.novprosort_drop li a:hover{
	color: #4adfac;
	}


/* END CATALOG AND POST */


/* COMMENTS */

.comments_list li {
	padding: 15px;
	margin: 0 0 15px 0;
	border: 1px solid #ddd;
	background: #f8f8f8;
	}

.comments_list li li {
	margin: 15px 0 0 0;
	}

.comments_list li.thread-even {
	background: #fff; 
	} 

.comments_list .even {
	background: #fff; 
	}

.comments_list .alt {
	background: #f8f8f8; 
	}

.comment_ava{
	float: left;
	padding: 0 10px 0 0;
	}

.comment_top{
	padding: 0 0 10px 0;
	}

.comment_a{
	font-weight: bold;
	}

.comment_d{
	font-style: italic;
	}

.comment_repl{
	text-align: right;
	}

#respond{
	padding: 15px;
	border: 0 solid #ddd;
	background: #eee;
	margin: 0 0 15px 0;
	}

.comments_list #respond{
	margin: 0 15px 15px 15px;
	}

#cancel-comment-reply-link{
	display: inline-block;
	margin: 0 0 15px 0;
	}

/* END COMMENTS */


/* WP OTHER */

.wp-caption {
	box-sizing: border-box;
	max-width: 100%;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px;
	margin: 10px;
	border-radius: 3px;
	}

.wp-caption img {
	max-width: 100%;
	height: auto;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}

.wpcf7-not-valid { 
	border-color: #ad2929 !important;
	color: #ad2929; 
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
	}

/* END WP OTHER */