/*
Theme Name: vwkrasnodar
*/

/* 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 {display: none;}

.clear, .clr {clear: both;}
hr.clear, hr.clr {padding: 0;margin: 0;height: 1px;overflow: hidden;border: 0;}

.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: #262626;
	font-size: 17px;
	line-height: 24px;
	font-family: "Oswald", sans-serif;
	background: #fff;
	text-align: center;
	}

.wrap {
	width: 1260px;
	margin: 0 auto;
	text-align: left;
	}

input, textarea {
	font-family: "Oswald", sans-serif;
	}

a {
	color: #3677a8;
	text-decoration: none;
	transition: all 0.3s 0.02s ease;
	}

a:hover {
	color: #466b94;
	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 24px 0;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
	color: #000;
	font-weight: 600;
	}
h1, .h1, .title{
	font-size: 42px;
	line-height: 44px;
	}
h2, .h2{
	font-size: 32px;
	line-height: 37px;
	}
h3, .h3{
	font-size: 28px;
	line-height: 32px;
	}
h4, .h4{
	font-size: 24px;
	line-height: 28px;
	}
h5, .h5{
	font-size: 20px;
	line-height: 24px;
	}
h6, .h6{
	font-size: 16px;
	line-height: 24px;
	}


.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 20px;
	list-style: none;
	}

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

.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: 7px 0 7px 10px;
	list-style: decimal outside;
	}

.entry ul > li, ul.list > li {
	margin: 7px 0 7px 10px;
	list-style-type: disc;
	}

blockquote {
	padding: 24px 24px 8px 24px;
	border: 5px solid #466b94;
	background: #3e4ddb;
	color: #fff;
	}

/* END BASE */


/* FORM */

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

.form_line p{
	margin: 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;
	-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;
	-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: 32px;
	padding: 5px 16px;
	border: 1px solid #466b94;
	background: #466b94;
	transition: all 0.3s 0.02s ease;
	-webkit-appearance: none;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	}

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

.btn_c2{
	border-color: #7984e6;
	background-color: #7984e6;
	color: #202020;
	}

.btn_c2:hover{
	border-color: #3e4ddb;
	background-color: #3e4ddb;
	color: #fff;
	}

.btn_c3{
	border-color: #f3f3f3;
	background-color: #f3f3f3;
	color: #6a6a6a;
	}

.btn_c3:hover{
	border-color: #e3e3e3;
	background-color: #e3e3e3;
	color: #6a6a6a;
	}

.btn_s2{
	min-height: 24px;
	padding: 1px 20px;
	}

.btn_s3{
	min-height: 42px;
	padding: 10px 20px;
	font-size: 14px;
	}

.btn_s4{
	width: 100%;
	}

.form_sub .wpcf7-spinner {
	position: absolute;
	top: -5px;
	right: -5px;
	}

/* END FORM */


/* HEADER */

.header_h {
	height: 130px;
	}

header {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	background: #7984e6;
	}

.show_tb_nav{
	display: none;
	padding: 5px 0;
	margin: 0 10px;
	font-size: 13px;
	line-height: 22px;
	}

.show_tb_nav:after {
	content: " ";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 0 0 5px;
	background: url('images/arr_d.svg') no-repeat center 4px / 10px auto;
	}

.tb_nav{
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	font-size: 13px;
	line-height: 22px;
	}

.tb_nav ul {
	display: flex;
	}

.tb_nav ul li{
	padding: 0 5px 0 0;
	}

.tb_nav ul:nth-child(2n) li {
	padding: 0 0 0 5px;
	}

.tb_nav ul li a{
	display: block;
	padding: 5px 10px;
	color: #fff;
	}

.tb_nav ul li a:hover, .tb_nav ul li.current-menu-item a, .tb_nav ul li.current-menu-parent a, .tb_nav ul li.current-menu-ancestor a{
	color: #fff;
	background: #000;
	}


.tb_bg {
	background: #000;
	}

.top {
	display: flex;
	align-content: center;
	align-items: center;
	padding: 30px 0;
	transition: all 0.3s 0.02s ease;
	position: relative;
	}

.fix .top {
	padding: 10px 0;
	}


.pakaz_menu{
	display: block;
	width: 30px;
	height: 23px;
	margin: 0 0 0 16px;
	position: relative;
	cursor: pointer;
	}
.pakaz_menu span, .pakaz_menu:before, .pakaz_menu:after{
	content: " ";
	display: block;
	width: 100%;
	height: 3px;
	background: #7984e6;
	position: absolute;
	left: 0px;
	transition: all 0.3s 0.02s ease;
	}
.pakaz_menu span{
	top: 10px;
	}
.pakaz_menu:before {
	top: 0px;
	}
.pakaz_menu:after {
	top: 20px;
	}
.pakaz_menu.open span{
	display: none;
	}
.pakaz_menu.open:before{
	transform: rotate(45deg);
	top: 10px;
	}
.pakaz_menu.open:after{
	transform: rotate(-45deg);
	top: 10px;
	}


.logo{
	width: 200px;
	min-width: 200px;
	transition: all 0.3s 0.02s ease;
	}

.fix .logo {
	width: 150px;
	min-width: 150px;
	}

.logo img{
	vertical-align: bottom;
	}


.tb_go {
	padding: 5px 0;
	margin: 0 0 0 auto;
	position: relative;
	}

.tb_go_ov {
	width: 300px;
	padding: 20px 10px;
	position: absolute;
	top: 120%;
	right: 0px;
	z-index: 1000;
	background: #fff;
	border-top: 5px solid #3677a8;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	text-align: center;
	color: #202020;
	font-size: 15px;
	font-weight: 500;
	}

.tb_go:hover .tb_go_ov{
	top: 100%;
	opacity: 1;
	visibility: visible;
	}

.tb_go_ov_t {
	padding: 0 0 15px 0;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	}

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


.search {
	margin: 0 0 0 16px;
	}

.pokaz_search {
	display: block;
	width: 32px;
	height: 32px;
	background: url('images/search.svg') no-repeat center / auto 18px;
	cursor: pointer;
	transition: all 0.3s 0.02s ease;
	}

.pokaz_search:hover {
	background-color: rgb(59, 59, 59);
	}

.search.open .pokaz_search {
	background: rgb(59, 59, 59) url('images/close.svg') no-repeat center / auto 18px;
	}

.search form {
	display: flex;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 10px 10px 40px;
	position: absolute;
	top: 125%;
	left: 0;
	z-index: 1001;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	background: #fff url('images/search2.svg') no-repeat 10px center / auto 16px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	}

.search.open form {
	top: 100%;
	opacity: 1;
	visibility: visible;
	}

.search_inp {
	width: 100%;
	padding: 0 16px 0 0;
	}

.search_inp input {
	width: 100%;
	height: 42px;
	padding: 0;
	background: none;
	border: 0;
	font-size: 20px;
	line-height: 42px;
	font-weight: 600;
	}

.search_celar {
	padding: 0 16px 0 0;
	}

.search_sub {
	padding: 0 0 0 16px;
	border-left: 1px solid #e1e1e1;
	}

/* END HEADER */


/* HOME */

.abimg {
	padding: 0 0 12px 0;
	}

.abimg img {
	vertical-align: bottom;
	}


.abcat {
	padding: 0 0 12px 0;
	font-size: 15px;
	font-weight: bold;
	}

.abcat a {
	color: #3e4ddb;
	}

.abcat a:hover {
	color: #3e4ddb;
	text-decoration: underline;
	}


.abtitle {
	padding: 0 0 12px 0;
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
	}

.abtitle a {
	color: #3e4ddb;
	}

.abtitle a:hover {
	color: #000;
	}

.mb_bg .abtitle a {
	color: #fff;
	}

.mb_bg .abtitle a:hover {
	color: #3e4ddb;
	}


.abdat {
	padding: 0 0 12px 0;
	color: #66605c;
	font-size: 11px;
	line-height: 16px;
	}


.abdesc{
	padding: 0 0 12px 0;
	font-size: 16px;
	color: #262626;
	}


.abauthor {
	display: flex;
	align-content: center;
	align-items: center;
	}

.abauthor_img {
	display: flex;
	padding: 0 12px 0 0;
	}

.abauthor_img img {
	width: 40px;
	height: 40px;
	vertical-align: bottom;
	border: 1px solid #dedede;
	}

.abauthor_t {
	font-size: 15px;
	}

.abauthor_t a {
	color: #262626;
	}

.abauthor_t a:hover {
	color: #3677a8;
	}


.mb_block {
	padding: 40px 0 20px 0;
	}

.mb_bg {
	background: #262626;
	}

.mb_block_title {
	margin: -20px 0 16px 0;
	letter-spacing: 2px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	}


.mb_top {
	display: flex;
	justify-content: space-between;
	padding: 0 0 20px 0;
	}

.mb_tops_l {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	width: 30%;
	}

.mb_tops_c {
	display: flex;
	width: 50%;
	padding: 0 1%;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	}

.mb_tops_r {
	width: 16%;
	}


.mb_top1 {
	padding: 0 0 24px 0;
	}

.mb_top1 .abtitle {
	font-size: 44px;
	line-height: 44px;
	}


.mb_top2 {
	padding: 0 0 0 16px;
	border-left: 1px solid #dedede;
	font-size: 19px;
	}

.mb_top2 a {
	color: #fff;
	}

.mb_top2 a:hover {
	color: #3677a8;
	text-decoration: none;
	}


.mb_top3 {
	padding: 0 0 12px 0;
	text-align: center;
	}

.mb_top3 .abtitle {
	padding: 0 10px 12px 10px;
	font-size: 30px;
	line-height: 34px;
	}


.mb_tops_r_t {
	padding: 0 0 12px 0;
	color: #3e4ddb;
	}

.mb_top4 {
	padding: 0 0 12px 0;
	margin: 0 0 12px 0;
	border-bottom: 1px solid #dedede;
	}

.mb_top4:last-child {
	padding: 0;
	margin: 0;
	border: 0;
	}


.post_lists {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}

.post_list {
	width: 24%;
	margin: 0 0 20px 0;
	padding: 0 0 6px 0;
	}

.post_list_vn {
	width: 32%;
	}


.post_list_p {
	padding: 0 16px;
	}


.markets {
	display: flex;
	justify-content: space-between;
	padding: 0 0 20px 0;
	}

.markets_lists {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	width: 75%;
	padding: 0 16px 0 0;
	}

.market_big {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0 0 24px 0;
	}

.market_big_img {
	order: 2;
	width: 67%;
	}

.market_big_img img {
	vertical-align: bottom;
	}

.market_big_l {
	order: 1;
	width: 30%;
	}

.market_big .abtitle {
	font-size: 26px;
	line-height: 30px;
	}

.market_list {
	box-sizing: border-box;
	width: 33%;
	padding: 16px 16px 32px 16px;
	border-right: 1px solid #dedede;
	position: relative;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	}

.market_list:nth-child(2), .market_list:nth-child(3), .market_list:nth-child(4) {
	border-bottom: 1px solid #dedede;
	}

.market_list:nth-child(2):before, .market_list:nth-child(3):before {
	content: " ";
	display: block;
	width: 33px;
	height: 33px;
	background: #fff;
	position: absolute;
	bottom: -17px;
	right: -17px;
	z-index: 10;
	}

.market_list:nth-child(2), .market_list:nth-child(5) {
	padding-left: 0;
	}

.market_list:nth-child(3), .market_list:nth-child(6) {
	width: 34%;
	}

.market_list:nth-child(4), .market_list:nth-child(7) {
	border-right: 0;
	padding-right: 0;
	}

.market_list:nth-child(5), .market_list:nth-child(6), .market_list:nth-child(7) {
	padding-bottom: 16px;
	}

.market_list a {
	color: #262626;
	}

.market_list a:hover {
	color: #3677a8;
	}


.markets_nav {
	box-sizing: border-box;
	width: 25%;
	padding: 0 0 0 16px;
	border-left: 1px solid #dedede;
	}

.mb_nav {
	font-size: 15px;
	line-height: 20px;
	}

.mb_nav_t {
	padding: 0 0 8px 0;
	font-weight: bold;
	}

.mb_nav ul li {
	padding: 8px 0;
	border-bottom: 1px solid #dedede;
	}

.mb_nav ul li a {
	color: #262626;
	}

.mb_nav ul li a:hover {
	color: #3677a8;
	}


.economy {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0 20px 0;
	}

.economy_col {
	width: 24%;
	}

.economy_t {
	padding: 0 0 16px 0;
	font-size: 17px;
	font-weight: 600;
	}

.economy_t a {
	display: block;
	padding: 0 24px 0 0;
	background: url('images/arr_r2.svg') no-repeat right 5px center / 8px auto;
	color: #262626;
	}

.economy_t a:hover {
	background-position: right center;
	color: #262626;
	}

.economy_big {
	}

.economy_big_img img {
	vertical-align: bottom;
	}

.economy_big_t {
	padding: 12px 16px;
	font-size: 22px;
	line-height: 24px;
	font-weight: 600;
	}

.economy_big_t a {
	color: #262626;
	}

.economy_big_t a:hover {
	color: #3677a8;
	}

.economy_list {
	padding: 12px 16px;
	border-top: 1px solid #dedede;
	font-size: 17px;
	line-height: 21px;
	font-weight: 500;
	}

.economy_list a {
	color: #262626;
	}

.economy_list a:hover {
	color: #3677a8;
	}


.opinions_top {
	display: flex;
	justify-content: space-between;
	padding: 0 0 16px 0;
	border-bottom: 1px solid #dedede;
	}

.opinion_big {
	display: flex;
	box-sizing: border-box;
	width: 75%;
	padding: 0 16px 0 0;
	}

.opinion_big_img {
	order: 2;
	width: 55%;
	}

.opinion_big_img img {
	vertical-align: bottom;
	}

.opinion_big_l {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 45%;
	padding: 16px;
	text-align: center;
	}

.opinion_big .abtitle {
	padding-top: 26px;
	background: url('images/quote.svg') no-repeat center top / auto 28px;
	}


.opinion_med {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 25%;
	padding: 0 0 0 16px;
	border-left: 1px solid #dedede;
	text-align: center;
	}

.opinion_med .abtitle {
	padding-top: 26px;
	background: url('images/quote.svg') no-repeat center top / auto 28px;
	}


.opinions_bot {
	display: flex;
	justify-content: space-between;
	padding: 16px 0 0 0;
	}

.opinions {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	width: 75%;
	padding: 0 16px 0 0;
	}


.opinion_list {
	box-sizing: border-box;
	width: 33%;
	padding: 16px;
	border-right: 1px solid #dedede;
	position: relative;
	}

.opinion_list:nth-child(1), .opinion_list:nth-child(2), .opinion_list:nth-child(3) {
	border-bottom: 1px solid #dedede;
	}

.opinion_list:nth-child(1):before, .opinion_list:nth-child(2):before {
	content: " ";
	display: block;
	width: 33px;
	height: 33px;
	background: #fff;
	position: absolute;
	bottom: -17px;
	right: -17px;
	z-index: 10;
	}

.opinion_list:nth-child(1), .opinion_list:nth-child(4) {
	padding-left: 0;
	}

.opinion_list:nth-child(2), .opinion_list:nth-child(5) {
	width: 34%;
	}

.opinion_list:nth-child(3), .opinion_list:nth-child(6) {
	border-right: 0;
	padding-right: 0;
	}

.opinion_list .abtitle {
	font-size: 20px;
	line-height: 24px;
	}


.markets_nav {
	box-sizing: border-box;
	width: 25%;
	padding: 0 0 0 16px;
	border-left: 1px solid #dedede;
	}


.podpiska_bg {
	margin: -3px 0 0 0;
	padding: 40px 0;
	background: #262626;
	color: #fff;
	}

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

.podpiska form {
	display: flex;
	align-content: center;
	align-items: center;
	}

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

.podpiska_inp input {
	width: 200px;
	height: 42px;
	padding: 0 20px;
	margin: 0;
	border: 0;
	background: #fff;
	line-height: 42px;
	}

.podpiska_tg {
	padding: 0 0 0 40px;
	margin: 0 0 0 40px;
	border-left: 1px solid #474747;
	}

.btn_podpiska_tg {
	display: inline-block;
	height: 42px;
	padding: 0 20px 0 50px;
	background: #fff url('images/tg.svg') no-repeat 5px center / 42px auto;
	color: #29b6f6;
	line-height: 42px;
	}

.btn_podpiska_tg:hover {
	background-color: transparent;
	color: #29b6f6;
	}


.mb_post {
	padding: 40px 0 20px 0;
	}

/* END HOME */


/* POSTS */

#content_page {
	padding: 40px 0;
	}

#content {
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
	}

#posts {
	box-sizing: border-box;
	width: 75%;
	padding: 0 16px 0 0;
	}

.breadc {
	margin: -16px 0 24px 0;
	font-size: 12px;
	line-height: 14px;
	font-weight: 500;
	}

.breadc_p {
	margin: -16px 0 12px 0;
	}


.cat_sort {
	display: flex;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	margin: 0 0 16px 0;
	position: relative;
	}

.cat_sort_t {
	padding: 0 12px 0 0;
	font-size: 14px;
	font-weight: 500;
	}

.cat_sort_act {
	display: block;
	height: 24px;
	padding: 0 30px 0 20px;
	background: #f1f1f1 url('images/arr_d.svg') no-repeat right 10px center / 10px auto;
	color: #000;
	font-size: 12px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	}

.cat_sort_drop {
	display: none;
	padding: 4px 0;
	position: absolute;
	top: 102%;
	right: 0;
	z-index: 100;
	background: #f1f1f1;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
	}

.cat_sort_drop li{
	border-bottom: 1px solid #e8e8e8;
	}

.cat_sort_drop li:last-child{
	border: 0;
	}

.cat_sort_drop li a{
	display: block;
	padding: 5px 10px;
	color: #000;
	}

.cat_sort_drop li a:hover{
	background: #e8e8e8;
	color: #000;
	}


.p_nav {
	padding: 10px 0;
	}

.p_nav a, .p_nav span {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0 5px 0 0;
	color: #000;
	font-weight: 600;
	line-height: 32px;
	text-align: center;
	}

.p_nav a:hover, .p_nav .current {
	background: #7984e6;
	}


.post_page {
	padding: 0 0 12px 0;
	margin: 0 0 16px 0;
	border-bottom: 3px dashed #dedede;
	}


.post_img {
	margin: 0 0 16px 0;
	}

.post_top {
	display: flex;
	justify-content: space-between;
	padding: 0 0 8px 0;
	margin: 0 0 16px 0;
	border-bottom: 1px solid #dedede;
	}

.post_info {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 16px;
	}

.post_info li {
	padding: 0 16px 8px 0;
	}

.post_info li span {
	font-weight: 600;
	font-size: 13px;
	}


.warn{
	margin: 0 0 24px 0;
	padding: 24px 24px 24px 80px;
	background: #000 url('images/warning.svg') no-repeat 24px center / 44px auto;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	}


.post_author {
	padding: 0 0 16px 0;
	margin: 0 0 16px 0;
	border-bottom: 3px dashed #dedede;
	}

.post_author_fl {
	display: flex;
	align-content: center;
	align-items: center;
	}

.post_author_img {
	width: 100px;
	min-width: 100px;
	padding: 0 16px 0 0;
	}

.post_author_img img {
	vertical-align: bottom;
	border: 1px solid #dedede;
	}

.post_author_r {
	padding: 0 24px 0 0;
	}

.post_author_n {
	padding: 0 0 12px 0;
	font-weight: 600;
	}

.post_author_n a {
	color: #262626;
	}

.post_author_n a:hover {
	color: #3677a8;
	}

.post_author_e {
	font-size: 15px;
	line-height: 19px;
	}

.post_author_soc {
	display: flex;
	align-content: center;
	align-items: center;
	margin: 0 0 0 auto;
	}

.page_author {
	margin: 0;
	}

.post_author_soc a {
	display: block;
	width: 34px;
	height: 34px;
	margin: 0 0 0 2px;
	}

.page_author .post_author_soc a {
	margin: 0 2px 0 0;
	}

.post_author_soc a.soc_x {
	background: #262626 url('images/soc_x.svg') no-repeat center / 34px;
	}
.post_author_soc a.soc_in {
	background: #262626 url('images/soc_in.svg') no-repeat center / 34px;
	}

.post_author_soc a:hover {
	background-color: #3e4ddb;
	}


.relat_posts {
	padding: 16px 0 0 0;
	}


.page_author {
	display: flex;
	padding: 0 0 16px 0;
	margin: 0 0 16px 0;
	border-bottom: 3px dashed #dedede;
	}

.page_author_dolj {
	padding: 12px 0 0 0;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	font-style: italic;
	text-align: center;
	}

/* END POSTS */


/* SIDEBARS */

#sidebar{
	box-sizing: border-box;
	width: 25%;
	padding: 0 0 0 16px;
	border-left: 1px solid #dedede;
	}

.widget{
	padding: 0 0 16px 0;
	margin: 0 0 16px 0;
	border-bottom: 3px dashed #dedede;
	}

.widget_title{
	margin: 0 0 12px 0;
	letter-spacing: 2px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	}


.sb_tags {
	text-align: center;
	}

.sb_podpiska {
	margin: 0 0 16px 0;
	padding: 16px 24px;
	background: #262626;
	color: #fff;
	text-align: center;
	}

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

.sb_podpiska_inp input {
	box-sizing: border-box;
	width: 100%;
	height: 42px;
	padding: 0 20px;
	margin: 0;
	border: 0;
	background: #fff;
	line-height: 42px;
	}

.sb_podpiska_sub {
	padding: 0 0 16px 0;
	}

.sb_podpiska_sub .btn {
	width: 100%;
	}

.sb_podpiska_tg {
	padding: 16px 0 0 0;
	border-top: 1px solid #474747;
	}


.sb_post {
	display: flex;
	align-content: center;
	align-items: center;
	margin: 0 0 16px 0;
	padding: 0 0 16px 0;
	border-bottom: 1px solid #dedede;
	}

.sb_post_img {
	width: 30%;
	max-width: 100px;
	}

.sb_post_img img {
	vertical-align: bottom;
	}

.sb_post_r {
	box-sizing: border-box;
	width: 70%;
	padding: 0 0 0 12px;
	}

.sb_post .abtitle {
	font-size: 18px;
	line-height: 24px;
	}

.sb_post .abdat {
	padding: 0;
	}

.sbb {
	text-align: center;
	}

/* END SIDEBARS */


/* FOOTER */

footer {
	padding: 0 0 40px 0;
	background: #000;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	}

footer a {
	color: #3e4ddb;
	}

footer a:hover {
	color: #3e4ddb;
	text-decoration: underline;
	}

.bot {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 30px 0 24px 0;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	}

.bot_l {
	}

.logo_bot {
	max-width: 200px;
	padding: 0 0 16px 0;
	}

.logo_bot img {
	vertical-align: bottom;
	}

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

.nav_podval {
	padding: 0 0 20px 0;
	font-size: 11px;
	line-height: 12px;
	}

.nav_podval ul {
	display: flex;
	flex-wrap: wrap;
	}

.nav_podval ul li {
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
	border-right: 1px solid #c3c3c3;
	}

.nav_podval ul li:last-child {
	border: 0;
	}

.soc_aps {
	display: flex;
	flex-wrap: wrap;
	}

.post_page .soc_aps {
	margin: 0 0 24px 0;
	}

.soc_aps a {
	display: block;
	width: 34px;
	height: 34px;
	margin: 0 2px 2px 0;
	}

.soc_aps a.soc_f {
	background: url('images/soc_f.svg') no-repeat center / 34px;
	}
.soc_aps a.soc_x {
	background: url('images/soc_x.svg') no-repeat center / 34px;
	}
.soc_aps a.soc_in {
	background: url('images/soc_in.svg') no-repeat center / 34px;
	}
.soc_aps a.app_a {
	width: 113px;
	background: url('images/app_a.svg') no-repeat center / auto 36px;
	}
.soc_aps a.app_g {
	width: 115px;
	background: url('images/app_g.png') no-repeat center / auto 34px;
	}


.niznee_menu {
	padding: 0 0 0 40px;
	}

.niznee_menu_t {
	padding: 0 0 5px 0;
	color: #e1e1e1;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	text-transform: uppercase;
	}

.niznee_menu ul li {
	padding: 0 0 6px 0;
	}

.niznee_menu ul li a {
	color: #c3c3c3;
	}

.niznee_menu ul li a:hover, .niznee_menu ul li.current-menu-item a, .niznee_menu ul li.current-menu-parent a, .niznee_menu ul li.current-menu-ancestor a {
	color: #fff;
	text-decoration: none;
	}

#back_top {
	display: block;
	width: 30px;
	height: 30px;
	position: fixed;
	bottom: 50px;
	right: 5px;
	z-index: 9999;
	background: #3e4ddb url('images/up2.svg') no-repeat center / 20px auto;
	}

#back_top:hover {
	background-color: #3e4ddb;
	}


.bot_term {
	padding: 16px 0 30px 0;
	border-top: 1px solid #484848;
	color: #c3c3c3;
	}


body.drops_menu_open {
	overflow: hidden;
	}

.drops_menu_ov {
	display: none;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10002;
	transition: all 0.3s 0.02s ease;
	}

.drops_menu_open .drops_menu_ov {
	display: block;
	}

.drops_menu {
	box-sizing: border-box;
	width: 375px;
	height: 100%;
	padding: 24px 0;
	background: rgb(27, 27, 27);
	position: fixed;
	left: -385px;
	top: 0;
	z-index: 10003;
	transition: all 0.3s 0.02s ease;
	color: #fff;
	text-align: left;
	}

.drops_menu_open .drops_menu {
	left: 0;
	}

.drops_menu_close {
	display: none;
	width: 24px;
	height: 24px;
	background: url('images/close.svg') no-repeat center / 24px;
	position: absolute;
	top: 10px;
	right: 16px;
	}

.drops_menu_sc {
	position: relative;
	overflow-y: scroll;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	-ms-overflow-style: none;
	scrollbar-width: none;
	}

.drops_menu_btn {
	padding: 0 24px 44px 24px;
	}

.drops_menu_sc > ul {
	display: block;
	position: relative;
	left: 0;
	transition: all 0.3s 0.02s ease;
	}

.drops_menu_sc > ul.open {
	left: -100%;
	}

.drops_menu_sc > ul > li {
	display: block;
	}

.drops_menu_sc ul li a {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	padding: 8px 24px;
	font-weight: 600;
	color: #fff;
	}

.drops_menu_sc ul li a:hover, .drops_menu_sc ul li.current-menu-item > a, .drops_menu_sc ul li.current-menu-parent > a, .drops_menu_sc ul li.current-menu-ancestor > a {
	background: #3b3b3b;
	color: #fff;
	}

.drops_menu_sc > ul > li.menu-item-has-children > a > .sub_nav {
	display: block;
	width: 32px;
	height: 32px;
	background: url('images/arr_r.svg') no-repeat center / auto 18px;
	transition: all 0.3s 0.02s ease;
	}

.drops_menu_sc > ul > li.menu-item-has-children > a > .sub_nav:hover {
	background-color: #525252;
	}

.drops_menu_sc > ul > li > ul {
	display: block;
	position: absolute;
	top: 0px;
	left: 100%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	}

.drops_menu_sc > ul > li.open > ul {
	opacity: 1;
	visibility: visible;
	}

.drops_menu_sc ul li ul li.drops_menu_back {
	padding: 0 24px 24px 24px;
	}

.drops_menu_sc ul li ul li.drops_menu_back a {
	padding: 0 0 0 20px;
	background: url('images/arr_l.svg') no-repeat 0px center / auto 12px;
	font-size: 14px;
	}

.drops_menu_t {
	padding: 0 0 16px 0;
	margin: 0 24px 8px 24px;
	border-bottom: 1px solid #fff;
	font-size: 20px;
	font-weight: 600;
	}


.niz_panel {
	width: 100%;
	background: #000;
	border-top: 1px solid #fff;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 10001;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	}

.niz_panel_fl {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	height: 50px;
	}

.niz_panel_l {
	display: flex;
	}

.niz_panel_t {
	padding: 0 10px 0 0;
	font-size: 14px;
	font-weight: 600;
	}

.niz_panel_e {
	border-left: 1px solid #6a6a6a;
	padding: 0 0 0 10px;
	}

.niz_panel ul {
	display: flex;
	}

.niz_panel ul li {
	display: block;
	border-left: 1px solid #131313;
	}

.niz_panel ul li:last-child {
	border-right: 1px solid #131313;
	}

.niz_panel ul li a{
	display: block;
	height: 43px;
	padding: 7px 10px 0 10px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	}

.niz_panel ul li a:hover{
	background: #131313;
	color: #fff;
	}

.niz_panel_at {
	display: flex;
	}

.niz_panel_v {
	display: block;
	padding: 0 15px 3px 0;
	opacity: 0.8;
	}

.niz_panel_s {
	display: block;
	padding: 0 0 3px 15px;
	}

.niz_panel_p {
	display: block;
	padding: 0 0 0 14px;
	font-size: 14px;
	}

.niz_panel_d {
	background: url('images/down.svg') no-repeat 0px center / 9px auto;
	}

.niz_panel_u {
	background: url('images/up.svg') no-repeat 0px center / 9px auto;
	}

.niz_panel_p span {
	padding: 0 0 0 4px;
	font-size: 12px;
	opacity: 0.8;
	}


.niz_panel_close {
	display: block;
	width: 50px;
	height: 50px;
	background: url('images/close2.svg') no-repeat center / 18px auto;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	transition: all 0.3s 0.02s ease;
	}

.niz_panel_close:hover {
	background-color: #131313;
	}

/* END FOOTER */



/* 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;
	}

.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; 
	}

/* END WP OTHER */

body::after{
	position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
	content:url(images/close.svg);
	}