/*
Theme Name: golodnueigru
*/

/* 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: 15px;
	line-height: 24px;
	font-family: Tahoma;
	background: #fff;
	text-align: center;
	}

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

input, textarea {
	font-family: Tahoma;
	}

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

a:hover {
	color: #d482d2;
	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: 36px;
	line-height: 40px;
	}
h2, .h2{
	font-size: 34px;
	line-height: 38px;
	}
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 #ddd;
	font-style: italic;
	font-weight: 500;
	text-align: right;
	}

/* 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 #a438a1;
	background: #a438a1;
	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: #d482d2;
	background-color: #d482d2;
	color: #000;
	text-decoration: none;
	}

.btn_c2{
	border-color: #d482d2;
	background-color: #d482d2;
	color: #000;
	}

.btn_c2:hover{
	border-color: #a438a1;
	background-color: #a438a1;
	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%;
	}

/* END FORM */


/* HEADER */

.top_h {
	height: 100px;
	}

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


.shapochka_bg {
	background: #0f0f0f;
	}

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

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


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


.base_nav {
	}

.base_nav ul{
	display: flex;
	align-content: center;
	align-items: center;
	line-height: 16px;
	}

.base_nav ul li {
	padding: 0 10px;
	font-weight: 600;
	}

.base_nav > ul > li > a{
	padding: 3px 0 4px 0;
	border-top: 1.5px solid #0f0f0f;
	border-bottom: 1.5px solid #0f0f0f;
	color: #fff;
	}

.base_nav > ul > li > a:hover, .base_nav > ul > li.current-menu-item > a, .base_nav > ul > li.current-menu-parent > a, .base_nav > ul > li.current-menu-ancestor > a{
	border-color: #fff;
	color: #fff;
	}


.shapochka_btn {
	padding: 5px 0;
	margin: 0 0 0 16px;
	position: relative;
	}

.shapochka_btn_ov {
	width: 300px;
	padding: 20px 10px;
	position: absolute;
	top: 120%;
	right: 0px;
	z-index: 1000;
	background: #fff;
	border-top: 5px solid #a438a1;
	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: #000;
	font-size: 15px;
	font-weight: 500;
	}

.shapochka_btn:hover .shapochka_btn_ov{
	top: 100%;
	opacity: 1;
	visibility: visible;
	}

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

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


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

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

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

.search.open .pokaj_poisk {
	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 */

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

.spisochek_img img {
	vertical-align: bottom;
	}


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

.spisochek_cat a {
	color: #a438a1;
	}

.spisochek_cat a:hover {
	color: #a438a1;
	text-decoration: underline;
	}


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

.spisochek_title a {
	color: #262626;
	}

.spisochek_title a:hover {
	color: #a438a1;
	}


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


.spisochek_desc{
	padding: 0 0 12px 0;
	font-size: 15px;
	color: #2e2e2e;
	}


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

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

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

.spisochek_author_t {
	font-size: 15px;
	}

.spisochek_author_t a {
	color: #262626;
	}

.spisochek_author_t a:hover {
	color: #a438a1;
	}


.bmain {
	padding: 40px 0 20px 0;
	border-bottom: 3px solid #a438a1;
	}

.glavniy_zagolovok {
	margin: -20px 0 16px 0;
	background: #d482d2;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	}


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

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

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

.glavnaya_novosts_r {
	width: 16%;
	}


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

.glavnaya_novost1 .spisochek_title {
	font-size: 44px;
	line-height: 44px;
	}


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

.glavnaya_novost2 a {
	color: #262626;
	}

.glavnaya_novost2 a:hover {
	color: #a438a1;
	text-decoration: none;
	}


.glavnaya_novost3 {
	padding: 0 0 12px 0;
	background: #efeaf6;
	text-align: center;
	}

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


.glavnaya_novosts_r_t {
	padding: 0 0 12px 0;
	color: #a438a1;
	}

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

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

.glavnaya_novost4 .spisochek_title:before {
	content: " ";
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url('images/quote.svg') no-repeat left bottom / 26px auto;
	}


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

.zapisochka {
	width: 24%;
	margin: 0 0 20px 0;
	padding: 0 0 6px 0;
	background: #efeaf6;
	}

.zapisochka_vn {
	width: 32%;
	}


.zapisochka_p {
	padding: 0 16px;
	}


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

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

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

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

.noviy_item_big_img img {
	vertical-align: bottom;
	}

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

.noviy_item_big .spisochek_title {
	font-size: 26px;
	line-height: 30px;
	}

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

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

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

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

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

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

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

.noviy_item_list a {
	color: #262626;
	}

.noviy_item_list a:hover {
	color: #a438a1;
	}


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

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

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

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

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

.main_nav ul li a:hover {
	color: #a438a1;
	}


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

.nijniy_item_col {
	width: 24%;
	}

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

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

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

.nijniy_item_big {
	background: #efeaf6;
	}

.nijniy_item_big_img img {
	vertical-align: bottom;
	}

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

.nijniy_item_big_t a {
	color: #262626;
	}

.nijniy_item_big_t a:hover {
	color: #a438a1;
	}

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

.nijniy_item_list a {
	color: #262626;
	}

.nijniy_item_list a:hover {
	color: #a438a1;
	}


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

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

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

.spisochek_big_img img {
	vertical-align: bottom;
	}

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

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


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

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


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

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


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

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

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

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

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

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

.spisochek_list .spisochek_title {
	font-size: 20px;
	line-height: 24px;
	}

.spisochek_list .spisochek_title:before {
	content: " ";
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url('images/quote.svg') no-repeat left bottom / 22px auto;
	}


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


.podpisochka_bg {
	margin: -3px 0 0 0;
	padding: 40px 0;
	background: #2e2e2e;
	color: #fff;
	}

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

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

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

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

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

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

.btn_podpisochka_tg:hover {
	background-color: #fff;
	color: #29b6f6;
	}


.bg_home_post {
	background: #0f0f0f;
	color: #fff;
	}

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

.home_post h1, .home_post h2, .home_post h3{
	color: #fff;
	}

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


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

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

.sortoni_act {
	display: block;
	height: 24px;
	padding: 0 30px 0 20px;
	background: #efeaf6 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;
	}

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

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

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

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

.sortoni_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: #d482d2;
	}


.p_art {
	padding: 0 0 12px 0;
	margin: 0 0 16px 0;
	border-bottom: 3px solid #a438a1;
	}


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

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

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

.p_art_inf 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 solid #a438a1;
	}

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

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

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

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

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

.author_post_n a {
	color: #262626;
	}

.author_post_n a:hover {
	color: #a438a1;
	}

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

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

.page_author {
	margin: 0;
	}

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

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

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


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


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

.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 solid #a438a1;
	}

.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_podpisochka {
	margin: 0 0 16px 0;
	padding: 16px 24px;
	background: #2e2e2e;
	color: #fff;
	text-align: center;
	}

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

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

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

.sb_podpisochka_sub .btn {
	width: 100%;
	}

.sb_podpisochka_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 .spisochek_title {
	font-size: 18px;
	line-height: 24px;
	}

.sb_post .spisochek_dat {
	padding: 0;
	}

.sbb {
	text-align: center;
	}

/* END SIDEBARS */


/* FOOTER */

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

footer a {
	color: #fff;
	}

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

.bot {
	display: flex;
	background: #2e2e2e;
	position: relative;
	padding: 30px 0 24px 0;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	}

.bot_l {
	margin: 0 auto 0 0;
	}

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

.logo_bot img {
	vertical-align: bottom;
	}

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

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

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

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

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

.socials {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 24px 0;
	}

.p_art .socials {
	margin: 0 0 24px 0;
	}

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

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


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

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

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

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

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

#back_top {
	display: block;
	width: 30px;
	height: 30px;
	position: fixed;
	bottom: 60px;
	right: 10px;
	background: url('images/up2.svg') no-repeat center / 24px auto;
	opacity: 0.7;
	}

#back_top:hover {
	opacity: 1;
	}


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


body.dropovaya_menuha_open {
	overflow: hidden;
	}

.dropovaya_menuha_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: 10000001;
	transition: all 0.3s 0.02s ease;
	}

.dropovaya_menuha_open .dropovaya_menuha_ov {
	display: block;
	}

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

.dropovaya_menuha_open .dropovaya_menuha {
	left: 0;
	}

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

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

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

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

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

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

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

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

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

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

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

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

.levoe_menu ul li ul li.dropovaya_menuha_back {
	padding: 0 24px 24px 24px;
	}

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

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


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

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

.panelka_l {
	display: flex;
	}

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

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

.bar ul {
	display: flex;
	}

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

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

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

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

.panelka_at {
	display: flex;
	}

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

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

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

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

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

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


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

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