/*
Theme Name: shablon13
*/

/* 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: #fff;
	font-size: 18px;
	line-height: 22px;
	font-family: Calibri, Arial, sans-serif;
	background-image: linear-gradient(25deg, rgb(9, 120, 166), rgb(251, 148, 71));
	text-align: center;
	}

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

input, textarea {
	color: #000;
	font-size: 18px;
	line-height: 20px;
	font-family: Calibri, Arial, sans-serif;
	}

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

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

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
	color: #f5f5f5;
	font-weight: bold;
	}
h1, .h1, .title{
	font-size: 32px;
	line-height: 34px;
	}
h2, .h2{
	font-size: 28px;
	line-height: 32px;
	}
h3, .h3{
	font-size: 26px;
	line-height: 30px;
	}
h4, .h4{
	font-size: 25px;
	line-height: 29px;
	}
h5, .h5{
	font-size: 24px;
	line-height: 28px;
	}
h6, .h6{
	font-size: 23px;
	line-height: 27px;
	}

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

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: 40px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	-webkit-appearance: none;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	}

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

.form_sub {
	position: relative;
	}

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

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

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

/* END FORM */


/* HEADER */
/* Контейнер для кнопок */
.header_buttons {
	display: flex;
	gap: 20px; /* Расстояние между кнопками */
	align-items: center; /* Выравнивание по центру */
	margin-left: 20px; /* Расстояние от логотипа */
	margin-bottom: 30px;
}

/* Общие стили для кнопок */
.header_buttons a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 5px;
	cursor: pointer;
	margin-bottom: 30px;
}

/* Стили для кнопки Login */
.btn_login {
	background-color: #0080d6;
	transition: background-color 0.3s;
}

.btn_login:hover {
	background-color: #005ea6;
}

/* Стили для кнопки Registration */
.btn_register {
	background-color: #fb4d00;
	transition: background-color 0.3s;
}

.btn_register:hover {
	background-color: #c83d00;
}
header {
	position: relative;
    z-index: 999;
	height: 64px;
	}
.header_b{
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	background: #151516;
	transition: all 0.3s 0.02s ease;
	}
.header_b.fixed{
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.32);
	}
.header_list{
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
.logo a{
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	background: url('images/logo.svg') no-repeat left center;
	background-size: auto;
	background-size: 40px auto;
	padding: 5px 0 5px 44px;
	}
.logo a span{
	display: block;
	transition: all 0.3s 0.02s ease;
	color: #f3934a;
	}
.logo a:hover{
	color: #f3934a;
	}
.logo a:hover span{
	color: #fff;
	}


.main_nav{
	margin: 0 30px 0 auto;
	}
.main_nav > ul{
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
.main_nav > ul > li{
	display: block;
	margin: 0 0 0 14px;
	}
.main_nav > ul > li:first-child{
	margin: 0 0 0 0;
	}
.main_nav > ul > li > a{
	display: block;
	padding: 24px 0;
	font-size: 16px;
	line-height: 100%;
	color: #fff;
	text-decoration: none;
	position: relative;
	}
.header_b.fixed .main_nav > ul > li > a{
	padding: 18px 0;
	}
.main_nav > ul > li > a:hover, .main_nav > ul > li.current-menu-item > a{
	color: #f3934a;
	}
.main_nav > ul > li > a:before{
	content:"";
	display:block;
	position:absolute;
	z-index:1;
	bottom: 0;
	left:0;
	height: 2px;
	width: 0;
	background: #f3934a;
	border-radius: 2px;
	transition: all 0.3s 0.02s ease;
	}
.main_nav > ul > li:hover > a:before, .main_nav > ul > li.current-menu-item > a:before{
	width: 100%;
	}


.dop_menu{
	display: block;
	width: 29px;
    height: 18px;
	position: relative;
    z-index: 1000;
	cursor: pointer;
    transition: all .3s ease-in-out;
	}
.dop_menu span{
    position: absolute;
    left: 0;
    top: 0;
	display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: all .2s ease-in-out;
	}
.dop_menu span:nth-child(2){
	top: 10px;
    left: auto;
	right: 0;
	width: 83%;
	transition: all 1.1s 0.02s ease;
	}
.dop_menu span:nth-child(3){
	top: 19px;
	}
.dop_menu.open span{
    top: 10px;
    background: #ffc539;
	}
.dop_menu.open span:nth-child(1){
    transform: rotate(45deg);
	}
.dop_menu.open span:nth-child(2){
	opacity: 0;
	width: 100%;
    transform: rotate(360deg);
	}
.dop_menu.open span:nth-child(3){
    transform: rotate(-45deg);
	}	


.menu_dop{
	position: relative;
	}
.menu_dop > ul{
	position: absolute;
	z-index: 9;
	top: 150%;
	right: 0;
	width: 210px;
	box-sizing: border-box;
	background: #183225;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.32);
	overflow: hidden;
	max-height: 0;
	transition: all 0.3s 0.02s ease;
	}
.menu_dop > ul.open{
	padding: 10px 0 0 0;
	max-height: 2000px;
	}
.menu_dop > ul > li{
	display: block;
	margin: 0 0 0 0;
	border-bottom: 1px solid #161515;
	}
.menu_dop > ul > li > a{
	display: block;
	padding: 10px 15px;
	font-weight: 400;
	font-size: 17px;
	line-height: 100%;
	color: #fff;
	text-decoration: none;
	position: relative;
	}
.header_b.fixed .menu_dop > ul > li > a{
	padding: 8px 15px;
	}
.menu_dop > ul > li > a:hover{
	color: #ffc539;
	}
.menu_dop > ul > li > a:before{
	content:"";
	display:block;
	position:absolute;
	z-index:1;
	bottom: -1px;
	left:0;
	height: 2px;
	width: 0;
	background: #ffc539;
	border-radius: 2px;
	transition: all 0.3s 0.02s ease;
	}
.menu_dop > ul > li:hover > a:before, .main_nav > ul > li.current-menu-item > a:before{
	width: 100%;
	}




.adapt_menu{
	display: none;
	width: 29px;
    height: 18px;
	position: relative;
    z-index: 1000;
	cursor: pointer;
    transition: all .3s ease-in-out;
	}
.adapt_menu span{
    position: absolute;
    left: 0;
    top: 0;
	display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: all .2s ease-in-out;
	}
.adapt_menu span:nth-child(2){
	top: 10px;
    left: auto;
	right: 0;
	width: 83%;
	transition: all 1.1s 0.02s ease;
	}
.adapt_menu span:nth-child(3){
	top: 19px;
	}
.adapt_menu.open span{
    top: 10px;
    background: #ffc539;
	}
.adapt_menu.open span:nth-child(1){
    transform: rotate(45deg);
	}
.adapt_menu.open span:nth-child(2){
	opacity: 0;
	width: 100%;
    transform: rotate(360deg);
	}
.adapt_menu.open span:nth-child(3){
    transform: rotate(-45deg);
	}	


.nav_adapt{	
    height: 100%;
    width: 100%;
    background: #F2EAE3;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
    transform: translateX(100%);
    transition: all 0.3s ease-in-out;
	opacity: 0;
    overflow-y: scroll;
	box-sizing: border-box;
	padding: 80px 20px 30px 20px;
	text-align: left;
	}
@media (min-width: 1240px) {
	.nav_adapt{
		transform: translateX(100%) !important;
 		}
	}
.adapt_nav > ul > li{
	display: block;
	border-bottom: 1px solid rgb(0 0 0 / 20%);
	}
.adapt_nav > ul > li > a{
	display: block;
	padding: 15px 15px 15px 0;
	font-weight: bold;
	font-size: 15px;
	line-height: 100%;
	text-transform: uppercase;
	color: #414141;
	text-decoration: none;
	position: relative;
	}
.adapt_nav > ul > li > a:hover, .adapt_nav > ul > li.current-menu-item > a{
	color: #0e7ac3;
	}
.adapt_nav > ul > li > a:before{
	content:"";
	display:block;
	position:absolute;
	z-index:1;
	bottom: -2px;
	left:0;
	height: 2px;
	width: 0;
	background: #0e7ac3;
	border-radius: 2px;
	transition: all 0.3s 0.02s ease;
	}
.adapt_nav > ul > li:hover > a:before, .adapt_nav > ul > li.current-menu-item > a:before{
	width: 100%;
	}



/* END HEADER */


/* HOME */

.top_bg{
	position: relative;
	display: flex;	
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	min-height: 400px;
	padding: 20px 10px;
	box-sizing: border-box;
	background: url('images/top_bg2.webp') no-repeat center / cover;
	}
.top_bg:before{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	}
.top_bg span{
	position: relative;
	z-index: 2;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #000; 
	font-size: 44px;
	line-height: 50px;
	letter-spacing: 3px;
	}


.top_bg_vn{
	position: relative;
	display: flex;	
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	min-height: 300px;
	padding: 20px 10px;
	margin: 0 0 30px 0;
	box-sizing: border-box;
	background: url('images/top_bg2.webp') no-repeat center / cover;
	}
.top_bg_vn:before{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	}
.top_bg_vn h1{
	position: relative;
	z-index: 2;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #000; 
	font-size: 36px;
	line-height: 40px;
	letter-spacing: 2px;
	}

.main_bets{
	padding: 30px 0 0 0;
	margin: -80px 0 0 0;
	position: relative;
	z-index: 3;
	}
.main_bets_list{
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-between;
	}
.main_bets_b{
	width: 32%;
	margin: 0 0 30px 0;
	background: #f7f8f9;
	border-radius: 10px;
	box-shadow: 0 3px 7px rgb(0 0 0 / 20%);
	box-sizing: border-box;
	padding: 10px;
	min-height: 200px;
	display: flex;	
	flex-wrap: wrap;
	justify-content: center;
	align-content: space-around;
	text-align: center;
	transition: all 0.3s 0.02s ease;
	}
.main_bets_b:hover{
	transform: perspective(1000px) rotateX(5deg) rotateY(3deg) scale3d(1, 1, 1);
	box-shadow: 0 7px 15px rgb(0 0 0 / 20%);
	}
.main_bets_img{
	margin: 0 0 10px 0;
	}
.main_bets_img img{
	border-radius: 8px;
	vertical-align: bottom;
	}
.main_bets_title{
	width: 100%;
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 24px;
	line-height: 26px;
	text-align: center;
	letter-spacing: 1px;
	text-shadow: 1px 1px 0px #fff;
	}
.main_bets_title a{
	color:#000;
	text-decoration: none;
	}
.main_bets_title a:hover{
	color:#0e7ac3;
	}
.main_bets_info{
	width: 100%;
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	}
a.main_bets_sub{
	display: block;
	box-sizing: border-box;
	padding: 0 20px;
	height: 46px;
	background: linear-gradient(83.12deg, #B64EBF -29.34%, #3DF5C1 65.35%);
	border-radius: 8px;
	font-weight: bold;
	font-size: 16px;
	line-height: 46px;
	text-align: center;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	text-shadow: 1px 1px 0px #fff; 
	}
a.main_bets_sub:hover{
	color: #fff;
	text-shadow: 1px 1px 0px #000; 
	box-shadow: 0 0 10px 4px rgb(120 185 40 / 45%);
	}

.main_text{
	background: #151516;
	border-radius: 10px;
	box-shadow: 0 3px 7px rgb(0 0 0 / 20%);
	box-sizing: border-box;
	padding: 20px 20px;
	margin: 0 0 30px 0;
	}

.main_bets .main_text{
	margin: 0 0 0 0;
	border-radius: 10px 10px 0 0;
	}


/* END HOME */




/* FOOTER */

footer {
	padding: 30px 0 30px 0;
	background: #151516;
	}
	
.f_top{
	display: flex;	
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 0 0 20px 0;
	}	
	
.f_icon{
	padding: 0 0 20px 0;
	display: flex;	
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	}
.f_icon a{
	display: block;
	width: 21px;
	height: 21px;
	margin: 0 16px 0 16px;
	}
a.f_icon_med{
	background: url('images/f_icon_med.svg') no-repeat center;
	}	
a.f_icon_tv{
	background: url('images/f_icon_tv.svg') no-repeat center;
	}	
a.f_icon_dis{
	background: url('images/f_icon_dis.svg') no-repeat center;
	}	
a.f_icon_yt{
	background: url('images/f_icon_yt.svg') no-repeat center;
	}	
a.f_icon_tg{
	background: url('images/f_icon_tg.svg') no-repeat center;
	}	
.f_icon a:hover{
    transform: rotate(360deg) scale(1.13);
	}
	
.f_bot{
	border-top: 1px solid #202732;
	padding: 30px 0 0 0;
	display: flex;	
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	}	
.copu{
	font-size: 14px;
	line-height: 92.3%;
	letter-spacing: 0.03em;
	color: #4B4F55;
	}	
.privacy{
	}	
.privacy a{
	font-size: 14px;
	line-height: 92.3%;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	text-decoration: none;
    position: relative;
	}
.privacy a:before{
	content:"";
	display:block;
	position:absolute;
	z-index:1;
	bottom: -3px;
	left:50%;
	transform:translateX(-50%);
	height: 1px;
	width: 0;
	background: #fff;
	border-radius: 2px;
	transition: all 0.3s 0.02s ease;
	}
.privacy a:hover:before{
	width: 88%;
	}
	
/* END FOOTER */


/* PAGE */

.page_top{
    background: #183225;
	margin: 0 0 30px 0;
	}
.page_top_list{
	display: flex;	
	justify-content: flex-start;
	}
.page_top_l{
	padding: 0 20px 0 0;
	box-sizing: border-box;
	width: 300px;
	flex: 0 0 300px;
	display: flex;	
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: space-around;
	}
.page_top_r{
	width: 100%;
	background: #31644b;
	box-sizing: border-box;
	padding: 30px 20px;
	}

.breadcrumbs{
	width: 100%;
	font-size: 18px;
	color: #9f9f9f;
	}
.breadcrumbs a{
	color: #647b89;
	text-decoration: none;
	}
.breadcrumbs a:hover{
	color: #9f9f9f;
	}

.page_logo{
	width: 100%;
	}
.page_logo img{
	vertical-align: bottom;
	transition: all 0.3s 0.02s ease;
	margin: 0 0 10px 0;
	}
.page_logo img:hover{
	transform: scale(1.02);
	}

.page_reyt{
	width: 100%;
	display: flex;	
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	}
.page_reyt span.star{
	display: block;
	width: 18px;
	height: 18px;
	margin: 0 4px 0 0;
	background: url('images/star_of.svg') no-repeat center;
	background-size: 18px auto;
	}	
.page_reyt span.star_half{
	background: url('images/star_half.svg') no-repeat center;
	background-size: 18px auto;
	}	
.page_reyt span.star_on{
	background: url('images/star_on.svg') no-repeat center;
	background-size: 18px auto;
	}	

.page_date{
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 0 20px;
	background: url('images/page_date.svg') no-repeat 0 3px;
	background-size: 16px auto;
	font-size: 16px;
	color: #0e7ac3;
	}

h1.page_tite{
	color: #fff;
	text-shadow: 1px 1px 1px #000; 
	font-size: 36px;
	line-height: 40px;
	letter-spacing: 3px;
	}
.page_top_sub{
	margin: 0 0 20px 0;
	display: flex;	
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	}
a.visit_but{
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 0 30px 0 35px;
	margin: 0 20px 0 0;
	height: 46px;
	background: linear-gradient(83.12deg, #B64EBF -29.34%, #ffc539 65.35%);
	border-radius: 8px;
	font-weight: bold;
	font-size: 16px;
	line-height: 46px;
	text-align: center;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	text-shadow: 1px 1px 0px #fff; 
	}
a.visit_but:hover{
	color: #fff;
	text-shadow: 1px 1px 0px #000; 
	box-shadow: 0 0 10px 4px rgb(120 185 40 / 45%);
	}
a.visit_but:before{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: url('images/visit_but.svg') no-repeat center;
	transition: all 0.3s 0.02s ease;
	}
a.visit_but:hover:before{
	transform: translateY(-50%) rotate(360deg);
	}
a.download_but{
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 0 30px 0 35px;
	height: 46px;
	background: linear-gradient(83.12deg, #B64EBF -29.34%, #3DF5C1 65.35%);
	border-radius: 8px;
	font-weight: bold;
	font-size: 16px;
	line-height: 46px;
	text-align: center;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
	text-shadow: 1px 1px 0px #fff; 
	}
a.download_but:hover{
	color: #fff;
	text-shadow: 1px 1px 0px #000; 
	box-shadow: 0 0 10px 4px rgb(120 185 40 / 45%);
	}
a.download_but:before{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: url('images/download_but.svg') no-repeat center;
	transition: all 0.3s 0.02s ease;
	}
a.download_but:hover:before{
	transform: translateY(-50%) rotate(180deg);
	}

.page_top_text{
	color: #fff;
	margin: 0 0 20px 0;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
	}

.page_top_rating{
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	}
.page_top_rating_b{
	width: 48%;
	margin: 0 0 10px 0;
	}
.page_top_rating_bt {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
    margin: 0 0 0 0;
	}
.page_top_rating_bp{
    height: 15px;
    border-radius: 4px;
    background: #fff;
	}
.page_top_rating_bp span {
    display: block;
    height: 15px;
    line-height: 15px;
    border-radius: 4px;
    background: #ffc539;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    text-shadow: 1px 1px 1px rgb(255 255 255 / 50%);
    padding: 0 10px 0 0;
    box-sizing: border-box;
	}

.plus_minus{
    margin: 0 0 30px 0;
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	}
.plus_minus_b{
	width: 48%;
    background: #e1ffed;
    border-radius: 6px;
    box-shadow: 0 3px 7px rgb(0 0 0 / 20%);
	box-sizing: border-box;
	padding: 20px 10px;
	}
.minus_plus_b{
	width: 48%;
    background: #fbdbdb;
    border-radius: 6px;
    box-shadow: 0 3px 7px rgb(0 0 0 / 20%);
	box-sizing: border-box;
	padding: 20px 10px;
	}
.plus_minus_p{
	margin: 0 0 10px 0;
	padding: 0 0 0 18px;
	position: relative;
	}
.plus_minus_m{
	margin: 0 0 10px 0;
	padding: 0 0 0 18px;
	position: relative;
	}
.plus_minus_p:before, .plus_minus_m:before{
	content:"+";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	color: #258958;
	font-weight: bold;
	font-size: 22px;
	line-height: 20px;
	}
.plus_minus_m:before{
	content:"-";
	color: #f14d52;
	}
.plus_title{
	color: #258958;
	font-size: 28px;
	line-height:  36px;
	font-weight: bold;
	padding: 0 0 20px 30px;
	position: relative;
	}
.plus_title:before{
	content:"+";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	color: #258958;
	font-weight: bold;
	font-size: 36px;
	line-height: 36px;
	}
.minus_title{
	color: #f14d52;
	font-size: 28px;
	line-height:  36px;
	font-weight: bold;
	padding: 0 0 20px 30px;
	position: relative;
	}
.minus_title:before{
	content:"-";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	color: #f14d52;
	font-weight: bold;
	font-size: 36px;
	line-height: 36px;
	}


.faq_block{
	max-width: 800px;
	margin: 0 auto 30px auto;
	}
.faq_b{
    background: #f1f1f1;
	border: 1px solid #0e7ac3;
    border-radius: 4px;
	margin: 0 0 15px 0;
	transition: all 0.3s 0.02s ease;
	}
.faq_b.active, .faq_b:hover{
    background: #f5f5f5;
	border: 1px solid #ffc539;
	}
.faq_b_title{
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	position:relative;
	padding: 10px 30px 10px 10px;
	}
.faq_b_title:before{
	content:"";
	display: block;
	position:absolute;
	z-index:1;
	top: 20px;
	right: 10px;
	width: 13px;
	height: 2px;
	background: #0e7ac3;
	transition: all 0.3s 0.02s ease;    
	}
.faq_b_title:after{
	content:"";
	display: block;
	position:absolute;
	z-index:1;
	top: 20px;
	right: 10px;
	width: 13px;
	height: 2px;
	background: #0e7ac3;
	transform:rotate(90deg);
	transition: all 0.3s 0.02s ease;    
	}
.faq_b_title.active:before{
	background: #ffc539;
    transform: rotate(60deg);
	width: 8px;
	top: 22px;
	right: 18px;
	}
.faq_b_title.active:after{
	background: #ffc539;
    transform: rotate(120deg);
	}
.faq_b_text{
	display: none;
	padding: 10px;
	}

/* END PAGE */



/* COMMENTS */

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

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

.comments_list li.thread-even {
	} 

.comments_list .even {
	}

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