/*
Theme Name: forfootball
*/

/* 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: #303030;
	font-size: 15px;
	line-height: 23px;
	font-family: 'Open Sans', sans-serif;
	background: #fff;
	text-align: center;
	}

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

input, textarea {
	font-family: 'Open Sans', sans-serif;
	}

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

a:hover {
	color: #43a4ff;
	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 23px 0;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
	font-weight: 600;
	text-transform: uppercase;
	}
h1, .h1, .title{
	margin: 0 0 30px 0;
	padding: 0 0 15px 0;
	position: relative;
	font-size: 32px;
	line-height: 36px;
	}
h1:before, .h1:before, .title:before {
	content: " ";
	display: block;
	width: 10%;
	height: 5px;
	background: #0074e0;
	position: absolute;
	bottom: 0px;
	left: 0px;
	}
h2, .h2{
	font-size: 30px;
	line-height: 34px;
	}
h3, .h3{
	font-size: 28px;
	line-height: 32px;
	}
h4, .h4{
	font-size: 26px;
	line-height: 30px;
	}
h5, .h5{
	font-size: 24px;
	line-height: 28px;
	}
h6, .h6{
	font-size: 22px;
	line-height: 26px;
	}

.black{
	color: #000;
	}
.white{
	color: #fff;
	}
.grey{
	color: #808080;
	}
.green{
	color: #34c924;
	}
.red{
	color: #ff0000;
	}
.orange{
	color: #ffa500;
	}
.yellow{
	color: #ffff00;
	}
.blue{
	color: #0000ff;
	}
.purple{
	color: #8b00ff;
	}
.pink{
	color: #ffc0cb;
	}


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

.entry ol, ol.list {
	padding: 0 0 0 15px;
	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;
	padding: 0 0 0 30px;
	background: url('images/li.svg') no-repeat 0px 0px / auto 23px;
	}

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-left: 20px;
	border-left: 5px solid #ddd;
	}
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: 44px;
	padding: 12px 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: 54px;
	padding: 15px 25px;
	border: 1px solid #0074e0;
	background: #0074e0;
	border-radius: 5px;
	transition: all 0.3s 0.02s ease;
	-webkit-appearance: none;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	}

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

.btn_s2 {
	width: 100%;
	min-height: 38px;
	padding: 7px 20px;
	}

.btn_s3 {
	width: 100%;
	min-height: 44px;
	padding: 10px 20px;
	}

.btn_c2 {
	border-color: #f0f0f0;
	background-color: #f0f0f0;
	color: #303030;
	}

.btn_c2:hover {
	border-color: #dcdcdc;
	background-color: #dcdcdc;
	color: #303030;
	}

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

/* END FORM */


/* HEADER */

.header_h {
	height: 80px;
	}

header {
	width: 100%;
	height: 75px;
	background: #fff;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 700;
	border-bottom: 4px solid #ebebeb;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	}

header.home {
	background: none;
	border: 0;
	box-shadow: none;
	}

header.home.fix {
	background: #fff;
	border-bottom: 4px solid #ebebeb;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	}

.logo{
	float: left;
	padding: 22px 0 0 0;
	}

.logo a{
	display: block;
	width: 160px;
	height: 31px;
	background: url('images/logo.png') no-repeat center / contain;
	}

.home .logo a{
	background-image: url('images/logo2.png');
	}

.home.fix .logo a{
	background-image: url('images/logo.png');
	}

.main_nav{
	display: flex;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	height: 75px;
	margin: 0 0 0 160px;
	}

.main_nav > ul > li {
	display: inline-block;
	margin: 0 0 0 24px;
	padding: 5px 0;
	position: relative;
	}

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

.main_nav ul li a:hover, .main_nav ul li.current-menu-item > a, .main_nav ul li.current-menu-parent > a, .main_nav ul li.current-menu-ancestor > a, .main_nav ul li.current-post-ancestor > a, .main_nav ul li.current-page-ancestor > a, .main_nav ul li.current-prod-ancestor > a {
	color: #0074e0;
	}

.main_nav > ul > li.menu-item-has-children > a {
	padding: 0 15px 0 0;
	background: url('images/main_nav.svg') no-repeat right 9px / 10px auto;
	}

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

.home .main_nav > ul > li > a:hover, .home .main_nav > ul > li.current-menu-item > a, .home .main_nav > ul > li.current-menu-parent > a, .home .main_nav > ul > li.current-menu-ancestor > a, .home .main_nav > ul > li.current-post-ancestor > a, .home .main_nav > ul > li.current-page-ancestor > a, .home .main_nav > ul > li.current-prod-ancestor > a {
	color: #43a4ff;
	}

.home .main_nav > ul > li.menu-item-has-children > a {
	background-image: url('images/main_nav2.svg');
	}

.home.fix .main_nav > ul > li > a {
	color: #303030;
	}

.home.fix .main_nav > ul > li > a:hover, .home.fix .main_nav > ul > li.current-menu-item > a, .home.fix .main_nav > ul > li.current-menu-parent > a, .home.fix .main_nav > ul > li.current-menu-ancestor > a, .home.fix .main_nav > ul > li.current-post-ancestor > a, .home.fix .main_nav > ul > li.current-page-ancestor > a, .home.fix .main_nav > ul > li.current-prod-ancestor > a {
	color: #0074e0;
	}

.home.fix .main_nav > ul > li.menu-item-has-children > a {
	background-image: url('images/main_nav.svg');
	}


.main_nav > ul > li ul {
	display: none;
	width: 180px;
	padding: 10px 20px;
	background: #fff;
	position: absolute;
	top: 100%;
	left: 0px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	}

.main_nav > ul > li ul li {
	padding: 5px 0;
	}


.show_nav{
	display: none;
	width: 40px;
	height: 23px;
	position: absolute;
	top: 12px;
	right: 10px;
	cursor: pointer;
	}
.show_nav span, .show_nav:before, .show_nav:after{
	content: " ";
	display: block;
	width: 100%;
	height: 3px;
	background: #303030;
	border-radius: 2px;
	position: absolute;
	left: 0px;
	transition: all 0.3s 0.02s ease;
	}
header.home .show_nav span, header.home .show_nav:before, header.home .show_nav:after{
	background: #fff;
	}
header.home.fix .show_nav span, header.home.fix .show_nav:before, header.home.fix .show_nav:after{
	background: #303030;
	}
.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;
	}

@media (min-width: 761px) {
.main_nav{
	display: flex !important;
	}
}

/* END HEADER */


/* HOME */

.home_top_bg {
	padding: 185px 0 0 0;
	background: url('images/home_top.jpg') no-repeat center -50px / auto 750px;
	}

.home_top {
	max-width: 740px;
	margin: 0 auto;
	padding: 0 0 60px 0;
	color: #fff;
	text-align: center;
	}

.home_top_t {
	padding: 0 0 10px 0;
	font-size: 32px;
	line-height: 36px;
	font-weight: bold;
	}

.home_top_t span {
	color: #43a4ff;
	}

.home_top_t2 {
	padding: 0 0 20px 0;
	font-size: 24px;
	line-height: 28px;
	}


.bet_lists {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0 0 44px 0;
	}

.bet_lists2 {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0 0 10px 0;
	}

.bet_list {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 240px;
	height: 275px;
	padding: 28px 20px 22px 20px;
	margin: 0 26px 26px 0;
	background: #fff;
	box-shadow: 5px 5px 15px -1px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	}

.bet_list:nth-child(4n) {
	margin: 0 0 26px 0;
	}

.bet_lists2 .bet_list {
	margin: 0 25px 26px 0;
	}

.bet_lists2 .bet_list:nth-child(3n) {
	margin: 0 0 26px 0;
	}

.bet_list_img {
	height: 36px;
	margin: 0 0 22px 0;
	}

.bet_list_img img {
	max-height: 36px;
	vertical-align: bottom;
	}

.bet_list_e {
	flex-grow: 1;
	margin: 0 0 4px 0;
	}

.bet_list_e ul li {
	padding: 0 0 5px 30px;
	background: url('images/li.svg') no-repeat 0px 0px / auto 23px;
	}

.bet_list_url {
	height: 23px;
	padding: 0 0 0 30px;
	margin: 0 0 20px 0;
	overflow: hidden;
	background: url('images/url.svg') no-repeat 0px 0px / auto 23px;
	}

.bet_list_go {
	padding: 0 0 6px 0;
	}


.home_text_bg {
	background: #303030;
	color: #fff;
	}

.home_text {
	padding: 70px 0 50px 0;
	}


.home_news_bg {
	background: #303030;
	}

.home_news {
	padding: 70px 0;
	}

.home_news .h1 {
	color: #fff;
	}

.home_news_e {
	max-width: 550px;
	padding: 0 0 30px 0;
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	}


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

.post_lists2 {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	}

.post_list {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 280px;
	margin: 0 26px 26px 0;
	background: #fff;
	box-shadow: 5px 5px 15px -1px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	transition: all 0.3s 0.02s ease;
	}

.post_list:nth-child(4n) {
	margin: 0 0 26px 0;
	}

.post_lists2 .post_list {
	margin: 0 25px 26px 0;
	}

.post_lists2 .post_list:nth-child(3n) {
	margin: 0 0 26px 0;
	}


.post_list:hover {
	transform:scale(1.02);
	}

.post_list_img img {
	vertical-align: bottom;
	border-radius: 6px 6px 0 0;
	}

.post_list_e {
	flex-grow: 1;
	padding: 15px 15px 20px 15px;
	}

.post_list_inf {
	padding: 0 0 10px 0;
	color: #cfcfcf;
	font-size: 14px;
	line-height: 16px;
	}

.post_list_inf a {
	color: #cfcfcf;
	}

.post_list_inf a:hover {
	color: #0074e0;
	}

.post_list_inf span {
	padding: 0 10px 0 0;
	}

.post_list_t {
	font-size: 17px;
	text-transform: uppercase;
	}

.post_list_t a {
	color: #303030;
	}

.post_list_t a:hover {
	color: #0074e0;
	}

.home_news_go {
	padding: 10px 0 0 0;
	text-align: center;
	}


.faqs_bg {
	background: url('images/faqs_bg.jpg') no-repeat center / cover;
	}

.faqs {
	padding: 70px 0 60px 0;
	}

.faqs_l {
	float: left;
	width: 49%;
	}

.faqs_r {
	float: right;
	width: 49%;
	}

.faq {
	margin: 0 0 10px 0;
	color: #fff;
	}

.faq_t {
	padding: 15px 40px 15px 20px;
	position: relative;
	background: #303030;
	border-radius: 6px;
	text-transform: uppercase;
	cursor: pointer;
	}

.faq_t.open {
	border-radius: 6px 6px 0 0;
	}

.faq_t:before {
	content: " ";
	display: block;
	width: 14px;
	height: 14px;
	background: url('images/main_nav2.svg') no-repeat center / contain;
	position: absolute;
	top: 17px;
	right: 20px;
	transition: all 0.3s 0.02s ease;
	}

.faq_t.open:before {
	transform: rotate(180deg);
	}

.faq_e {
	display: none;
	padding: 15px 20px;
	background: #000;
	border-top: 1px solid #404040;
	border-radius: 0 0 6px 6px;
	}


/* END HOME */


/* POSTS */

#content {
	padding: 50px 0;
	}

#posts {
	float: left;
	width: 890px;
	}

.breadc {
	padding: 0 0 20px 0;
	color: #cfcfcf;
	font-size: 14px;
	line-height: 18px;
	}

.breadc a {
	color: #303030;
	}

.breadc a:hover {
	color: #0074e0;
	}


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

.news_list{
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid rgba(0,0,0,.05);
	}

.news_list_img {
	float: left;
	width: 200px;
	}

.news_list_img img {
	vertical-align: bottom;
	}

.news_list_r {
	margin: 0 0 0 220px;
	}

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

.news_list_t a {
	color: #303030;
	}

.news_list_t a:hover {
	color: #0074e0;
	}

.news_list_d {
	padding: 0 0 10px 0;
	color: #cfcfcf;
	font-size: 14px;
	line-height: 18px;
	}


.inc_lists {
	margin: 25px 0;
	}

.inc_list {
	display: flex;
	align-content: flex-start;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
	margin: -1px 0 0 0;
	border: 1px solid #d3d3d3;
	transition: all 0.3s 0.02s ease;
	}

.inc_list:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	}

.inc_list_img {
	width: 20%;
	}

.inc_list_img img {
	max-width: 180px;
	vertical-align: bottom;
	}

.inc_list_bon{
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	}


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

.p_nav a, .p_nav span {
	display: inline-block;
	padding: 4px 10px;
	margin: 0 5px 0 0;
	background: #43a4ff;
	color: #fff;
	}

.p_nav a:hover, .p_nav .current {
	background: #0074e0;
	}

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


.bet_img {
	padding: 0 0 20px 0;
	}

.bet_img img {
	vertical-align: bottom;
	}

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

.bet_param{
	width: 48%;
	padding: 10px 0;
	border-bottom: 2px solid #d3d3d3;
	}

.bet_param_t{
	font-weight: 600;
	}


.bet_go {
	padding: 0 0 30px 0;
	text-align: center;
	}


.vn_news{
	padding: 20px 0 0 0;
	}


/* END POSTS */


/* AUTHOR */

.expert_top {
	display: flex;
	align-content: center;
	align-items: center;
	margin: 0 0 20px 0;
	}

.expert_top_img {
	width: 100px;
	min-width: 100px;
	margin: 0 22px 0 0;
	}

.expert_top_img img {
	vertical-align: bottom;
	border-radius: 50%;
	}

.expert_top h1 {
	margin: 0 0 10px 0;
	font-size: 24px;
	line-height: 30px;
	text-align: left;
	}

.expert_top_d {
	padding: 0 0 10px 0;
	font-size: 13px;
	}

.expert_soc {
	display: flex;
	}


.expert_soc a {
	display: block;
	width: 25px;
	height: 25px;
	margin: 0 10px 0 0;
	transition: all 0.3s 0.02s ease;
	}

.expert_soc_vk {
    background: url('images/vk.svg') center / contain;
	}
.expert_soc_fb {
    background: url('images/facebook.svg') center / contain;
	}
.expert_soc_in {
    background: url('images/instagram.svg') center / contain;
	}
.expert_soc_tw {
    background: url('images/twitter.svg') center / contain;
	}

.expert_soc a:hover {
	transform: scale(1.1);
	}


.expert_li {
    border: 1px solid #ecebff;
	background: #f4f4f4;
    padding: 20px;
	margin: 0 0 12px 0;
	border-radius: 5px;
	}

.expert_li_top {
	display: flex;
	align-content: center;
	align-items: center;
    margin-bottom: 10px;
	}

.expert_li_ava {
	width: 80px;
	max-width: 80px;
	margin: 0 20px 0 0;
	}

.expert_li_ava img {
	vertical-align: bottom;
	border-radius: 50%;
	}

.expert_li_a {
	padding: 0 0 3px 0;
	color: #aaa;
	font-size: 13px;
	}

.expert_li_t {
	padding: 0 0 5px 0;
	font-size: 16px;
	font-weight: bold;
	}

.expert_li_t a {
	color: #111;
	text-decoration: none;
	}

.expert_li_t a:hover {
	color: #000;
	text-decoration: underline;
	}

/* END AUTHOR */


/* SIDEBARS */

#sidebar{
	float: right;
	width: 280px;
	}

.sb_pad{
	padding: 0 0 30px 0;
	}

.widget{
	padding: 0 0 30px 0;
	}

.widget_t{
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	position: relative;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	}

.widget_t:before {
	content: " ";
	display: block;
	width: 20%;
	height: 3px;
	background: #0074e0;
	position: absolute;
	bottom: 0px;
	left: 0px;
	}


.sb_lists {
	padding: 5px 0;
    background: #f4f4f4;
	border-radius: 6px;
	}

.sb_list {
	display: flex;
	align-content: flex-start;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	}

.sb_list_img {
	width: 30%;
	}

.sb_list_img img {
	vertical-align: bottom;
	}

.sb_list_bon{
	text-align: center;
	font-weight: bold;
	}


.sb_down {
	padding: 30px 30px 35px 30px;
    background: #0074e0;
	border-radius: 6px;
	position: relative;
	color: #fff;
	text-align: center;
	}

.sb_down_t{
	padding: 0 0 20px 0;
	font-size: 17px;
	line-height: 24px;
	font-weight: bold;
	}

.sb_down1{
	display: block;
	width: 72px;
	height: 40px;
	background: url('images/sb_down1.png') no-repeat;
	position: absolute;
	bottom: -15px;
	left: 50%;
	}

.sb_down2{
	display: block;
	width: 37px;
	height: 30px;
	background: url('images/sb_down2.png') no-repeat;
	position: absolute;
	top: 40%;
	left: -15px;
	}

.sb_down3{
	display: block;
	width: 44px;
	height: 37px;
	background: url('images/sb_down3.png') no-repeat;
	position: absolute;
	top: -15px;
	right: 10%;
	}

/* END SIDEBARS */


/* FOOTER */

.subs_bg {
	background: #303030;
	border-bottom: 1px solid #404040;
	color: #fff;
	}

.subs{
	padding: 70px 0;
	}

.subs_t {
	float: left;
	width: 28%;
	padding: 0 5% 0 0;
	font-size: 34px;
	line-height: 40px;
	font-weight: bold;
	text-transform: uppercase;
	}

.subs_t span {
	color: #43a4ff;
	}

.subs_e {
	float: left;
	width: 32%;
	padding: 0 5% 0 0;
	font-size: 20px;
	line-height: 28px;
	}

.subs_form {
	float: left;
	width: 30%;
	}

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


footer {
	padding: 70px 0;
	background: #303030;
	color: #fff;
	}

.bot_l {
	float: left;
	width: 390px;
	}

.logo_bot {
	padding: 0 0 30px 0;
	}

.logo_bot img{
	max-width: 160px;
	vertical-align: bottom;
	}

.copy {
	padding: 0 0 30px 0;
	font-size: 14px;
	line-height: 16px;
	}

.nav_lang ul li {
	padding: 0 0 7px 0;
	}

.nav_lang ul li img {
	width: 25px;
	height: auto;
	}

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

.nav_lang ul li a:hover, .nav_lang ul li.current-menu-item a, .nav_lang ul li.current-menu-parent a, .nav_lang ul li.current-menu-ancestor a, .nav_lang ul li.current-post-ancestor a, .nav_lang ul li.current-page-ancestor a, .nav_lang ul li.current-prod-ancestor a {
	color: #43a4ff;
	}


.nav_bot {
	float: left;
	width: 220px;
	padding: 0 0 0 50px;
	}

.nav_bot_t {
	padding: 0 0 10px 0;
	font-weight: 600;
	text-transform: uppercase;
	}

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

.nav_bot ul li a {
	opacity: 0.5;
	color: #fff;
	}

.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, .nav_bot ul li.current-post-ancestor a, .nav_bot ul li.current-page-ancestor a, .nav_bot ul li.current-prod-ancestor a {
	opacity: 1;
	color: #fff;
	}


.copy2 {
	max-width: 730px;
	padding: 20px 0 0 0;
	margin: 40px auto 0 auto;
	border-top: 1px solid #404040;
	color: #747474;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	}

/* END FOOTER */


/* MODAL */

.modal_win{
	display: none;
	width: 260px;
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9999;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
	text-align: left;
	}

.modal_close {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 15px;
	top: 15px;
	transition: all 0.3s 0.02s ease;
	cursor: pointer;
	opacity: 0.5;
	}

.modal_close:before, .modal_close:after{
	content: " ";
	display: block;
	width: 138%;
	height: 2px;
	background: #000;
	border-radius: 1px;
	position: absolute;
	top: 49%;
	left: -19%;
	transform: rotate(90deg);
	transition: all 0.3s 0.02s ease;
	}

.modal_close:before{
	transform: rotate(45deg);
	}

.modal_close:after{
	transform: rotate(-45deg);
	}

.modal_close:hover{
	opacity: 1;
	transform: rotate(360deg);
	}

.modal_mask {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
	background: #000;
	opacity: 0.8;
	}

/* END MODAL */



/* 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: 1px 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 */

body::after{
	position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
	content:url(images/logo.png) url(images/logo2.png) url('images/main_nav.svg') url('images/main_nav2.svg');
	}