/*
Theme Name: atmagro
*/

/* 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: #fff;
	font-size: 16px;
	line-height: 24px;
	font-family: "Mulish", sans-serif;
	background: #1f2937;
	text-align: center;
	}

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

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

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

a:hover {
	color: #77b7e5;
	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: #fff;
	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;
	background: #fff;
	border-radius: 30px;
	color: #111111;
	font-style: italic;
	font-weight: 500;
	}

/* 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;
	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: 32px;
	padding: 5px 16px;
	border: 1px solid #466b94;
	background: #466b94;
	border-radius: 4px;
	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: #77b7e5;
	background-color: #77b7e5;
	color: #fff;
	text-decoration: none;
	}

.btn_c2{
	border-color: #77b7e5;
	background-color: #77b7e5;
	color: #202020;
	}

.btn_c2:hover{
	border-color: #f2b137;
	background-color: #f2b137;
	color: #202020;
	}

.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;
	border-radius: 12px;
	}

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

.btn_s4{
	width: 100%;
	border-radius: 16px;
	}

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

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

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

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

.fauls_nav ul li{
	display: inline;
	padding: 0 16px 0 0;
	}

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

.fauls_nav ul li a{
	border-bottom: 1.5px solid #EBEBEB;
	color: #222;
	}

.fauls_nav ul li a:hover, .fauls_nav ul li.current-menu-item a, .fauls_nav ul li.current-menu-parent a, .fauls_nav ul li.current-menu-ancestor a{
	border-color: #222;
	color: #222;
	}


.fauls_bg {
	background: #1B1B1B;
	}

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


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


.main_nav {
	margin: 0 0 0 auto;
	}

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

.main_nav ul li {
	padding: 8px 15px;
	border-radius: 25px;
	border: 1px solid #fff;
	font-weight: 500;
	}

.main_nav ul li:last-child {
	padding-left: 10px;
	margin-left: 5px;
	border-left: 1px solid #fff;
	}

.main_nav > ul > li > a{
	color: #fff;
	}




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

.fauls_go_ov {
	width: 300px;
	padding: 20px 10px;
	position: absolute;
	top: 120%;
	right: 0px;
	z-index: 1000;
	background: #fff;
	border-top: 5px solid #77b7e5;
	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;
	}

.fauls_go:hover .fauls_go_ov{
	top: 100%;
	opacity: 1;
	visibility: visible;
	}

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

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


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

.show_se {
	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;
	border-radius: 50%;
	}

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

.search.open .show_se {
	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;
	border-radius: 5px;
	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 */

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

.popus_img img {
	vertical-align: bottom;
	border-radius: 20px 20px 0 0;
	}


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

.popus_cat a {
	color: #77b7e5;
	}

.popus_cat a:hover {
	color: #77b7e5;
	text-decoration: underline;
	}


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

.popus_title a {
	color: #fff;
	}

.popus_title a:hover {
	color: #77b7e5;
	}


.popus_dat {
	padding: 0 0 12px 0;
	color: #ccc;
	font-size: 11px;
	line-height: 16px;
	}


.popus_desc{
	padding: 0 0 12px 0;
	font-size: 15px;
	color: #ccc;
	}


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

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

.popus_author_img img {
	width: 40px;
	height: 40px;
	vertical-align: bottom;
	border-radius: 50%;
	border: 1px solid #dedede;
	}

.popus_author_t {
	font-size: 15px;
	}

.popus_author_t a {
	color: #fff;
	}

.popus_author_t a:hover {
	color: #77b7e5;
	}


.casik_game {
	padding: 40px 0 20px 0;
	border-bottom: 1px solid #fff;
	}

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


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

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

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

.casik_tops_r {
	width: 16%;
	}


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

.casik_top1 .popus_title {
	font-size: 44px;
	line-height: 44px;
	}


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

.casik_top2 a {
	color: #fff;
	}

.casik_top2 a:hover {
	color: #77b7e5;
	text-decoration: none;
	}


.casik_top3 {
	padding: 0 0 12px 0;
	background: #233043;
	text-align: center;
	}

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


.casik_tops_r_t {
	padding: 0 0 12px 0;
	color: #77b7e5;
	}

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

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

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


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

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

.post_popus_vn {
	width: 32%;
	border-radius: 20px
	}


.post_popus_p {
	padding: 0 16px;
	}


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

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

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

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

.treyds_big_img img {
	vertical-align: bottom;
	}

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

.treyds_big .popus_title {
	font-size: 26px;
	line-height: 30px;
	}

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

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

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

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

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

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

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

.treyds_list a {
	color: #fff;
	}

.treyds_list a:hover {
	color: #77b7e5;
	}


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

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

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

.casik_nav ul li {
	padding: 8px 15px;
	margin-bottom: 5px;
	border-radius: 25px;
	border: 1px solid #fff;
	}

.casik_nav ul li a {
	color: #fff;
	}

.casik_nav ul li a:hover {
	color: #77b7e5;
	}


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

.bitkoin_col {
	width: 24%;
	}

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

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

.bitkoin_t a:hover {
	background-position: right center;
	color: #fff;
	}

.bitkoin_big {
	background: none;
	}

.bitkoin_big_img img {
	vertical-align: bottom;
	border-radius: 20px 20px 0 0;
	}

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

.bitkoin_big_t a {
	color: #fff;
	}

.bitkoin_big_t a:hover {
	color: #77b7e5;
	}

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

.bitkoin_list a {
	color: #fff;
	}

.bitkoin_list a:hover {
	color: #77b7e5;
	}


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

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

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

.treyding_big_img img {
	vertical-align: bottom;
	}

.treyding_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: #233043;
	text-align: center;
	}

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


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

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


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

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


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

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

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

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

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

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

.treyding_list .popus_title {
	font-size: 20px;
	line-height: 24px;
	}

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


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


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

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

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

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

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

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

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

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


.casik_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;
	border-radius: 12px;
	background: #fff url('images/arr_d.svg') no-repeat right 10px center / 10px auto;
	border-radius: 20px;
	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: #fff;
	border-radius: 4px;
	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;
	border-radius: 50%;
	color: #000;
	font-weight: 600;
	line-height: 32px;
	text-align: center;
	}

.p_nav a:hover, .p_nav .current {
	background: #77b7e5;
	}


.post_page {
	padding: 0 0 12px 0;
	margin: 0 0 16px 0;
	border-bottom: 1px solid #fff;
	}


.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: #202020 url('images/warning.svg') no-repeat 24px center / 44px auto;
	border-radius: 2px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	}


.post_author {
	padding: 0 0 16px 0;
	margin: 0 0 16px 0;
	border-bottom: 1px solid #fff;
	}

.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-radius: 50%;
	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: #fff;
	}

.post_author_n a:hover {
	color: #77b7e5;
	}

.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: url('images/soc_x.svg') no-repeat center / 34px;
	}
.post_author_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: 1px solid #fff;
	}

.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: 1px solid #fff;
	}

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

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

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

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

.sb_tegis_sub .btn {
	width: 100%;
	}

.sb_tegis_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;
	border-radius: 50%
	}

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

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

.sb_post .popus_dat {
	padding: 0;
	}

.sbb {
	text-align: center;
	}

/* END SIDEBARS */


/* FOOTER */

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

footer a {
	color: #03a9e9;
	}

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

.bot {
	display: flex;
	background: #111111;
	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_copy {
	padding: 0 0 20px 0;
	font-size: 11px;
	line-height: 12px;
	}

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

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

.nav_copy 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;
	border-radius: 2px;
	}

.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;
	border: 1px solid #fff;
	border-radius: 20px;
	background: url('images/app_a.svg') no-repeat center / auto 36px;
	}
.soc_aps a.app_g {
	width: 115px;
	border: 1px solid #fff;
	border-radius: 20px;
	background: url('images/app_g.png') no-repeat center / auto 34px;
	}


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

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

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

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

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

#back_top {
	display: block;
	height: 34px;
	padding: 0 30px;
	position: absolute;
	top: -17px;
	right: 0;
	border-radius: 20px;
	background: #77b7e5;
	text-transform: uppercase;
	color: #fff;
	line-height: 34px;
	}

#back_top span {
	padding: 0 16px 0 0;
	background: url('images/up2.svg') no-repeat right center / 9px auto;
	}

#back_top:hover {
	background: #111111;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	}


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


body.sb_nav_open {
	overflow: hidden;
	}

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

.sb_nav_open .sb_nav_ov {
	display: block;
	}

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

.sb_nav_open .sb_nav {
	left: 0;
	}

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

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

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

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

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

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

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

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

.sb_nav_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;
	border-radius: 50%;
	transition: all 0.3s 0.02s ease;
	}

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

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

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

.sb_nav_sc ul li ul li.sb_nav_back {
	padding: 0 24px 24px 24px;
	}

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

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


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

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

.trend_bar_l {
	display: flex;
	}

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

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

.trend_bar ul {
	display: flex;
	}

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

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

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

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

.trend_bar_at {
	display: flex;
	}

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

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

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

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

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

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


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

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

/* END WP OTHER */

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