/*
Theme Name: DoCode Theme
Version: 1.0
Author URI: https://docode.pro
*/


@font-face{
	font-family:'Open Sans';
	src:url('/wp-content/themes/docode_theme/fonts/OpenSans-Regular.ttf') format('truetype');
	font-weight:400;
	font-style:normal
}

@font-face{
	font-family:'Noto Sans';
	src:url('/wp-content/themes/docode_theme/fonts/NotoSans-Regular.ttf') format('truetype');
	font-weight:400;
	font-style:normal
}

@font-face{
	font-family:'Roboto';
	src:url('/wp-content/themes/docode_theme/fonts/Roboto-Regular.ttf') format('truetype');
	font-weight:400;
	font-style:normal
}

@font-face{
	font-family:'Cairo';
	src:url('/wp-content/themes/docode_theme/fonts/Cairo-Regular.ttf') format('truetype');
	font-weight:400;
	font-style:normal
}

@font-face{
	font-family:'Lato';
	src:url('/wp-content/themes/docode_theme/fonts/Lato-Light.ttf') format('truetype');
	font-weight:400;
	font-style:normal
}

@font-face{
	font-family:'Montserrat';
	src:url('/wp-content/themes/docode_theme/fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight:400;
	font-style:normal
}

@font-face{
	font-family:'Open Sans';
	src:url('/wp-content/themes/docode_theme/fonts/OpenSans-Medium.ttf') format('truetype');
	font-weight:500;
	font-style:normal
}

@font-face{
	font-family:'Noto Sans';
	src:url('/wp-content/themes/docode_theme/fonts/NotoSans-Medium.ttf') format('truetype');
	font-weight:500;
	font-style:normal
}

@font-face{
	font-family:'Roboto';
	src:url('/wp-content/themes/docode_theme/fonts/Roboto-Medium.ttf') format('truetype');
	font-weight:500;
	font-style:normal
}

@font-face{
	font-family:'Cairo';
	src:url('/wp-content/themes/docode_theme/fonts/Cairo-Medium.ttf') format('truetype');
	font-weight:500;
	font-style:normal
}

@font-face{
	font-family:'Lato';
	src:url('/wp-content/themes/docode_theme/fonts/Lato-Regular.ttf') format('truetype');
	font-weight:500;
	font-style:normal
}

@font-face{
	font-family:'Montserrat';
	src:url('/wp-content/themes/docode_theme/fonts/Montserrat-Medium.ttf') format('truetype');
	font-weight:500;
	font-style:normal
}


@font-face{
	font-family:'Open Sans';
	src:url('/wp-content/themes/docode_theme/fonts/OpenSans-Bold.ttf') format('truetype');
	font-weight:600;
	font-style:normal
}

@font-face{
	font-family:'Noto Sans';
	src:url('/wp-content/themes/docode_theme/fonts/NotoSans-Bold.ttf') format('truetype');
	font-weight:600;
	font-style:normal
}

@font-face{
	font-family:'Roboto';
	src:url('/wp-content/themes/docode_theme/fonts/Roboto-Bold.ttf') format('truetype');
	font-weight:600;
	font-style:normal
}

@font-face{
	font-family:'Cairo';
	src:url('/wp-content/themes/docode_theme/fonts/Cairo-Bold.ttf') format('truetype');
	font-weight:600;
	font-style:normal
}

@font-face{
	font-family:'Lato';
	src:url('/wp-content/themes/docode_theme/fonts/Lato-Bold.ttf') format('truetype');
	font-weight:600;
	font-style:normal
}

@font-face{
	font-family:'Montserrat';
	src:url('/wp-content/themes/docode_theme/fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight:600;
	font-style:normal
}



:root {
	--bl: #000;
	--wh: #fff;
	--wh-80: rgba(255, 255, 255, 80%);
	--wh-50: rgba(255, 255, 255, 50%);
	--wh-30: rgba(255, 255, 255, 30%);
	--shadow: 0 0 10px 3px #ffffff5e;
	--ye: #FFBD3C;
}

:focus {
	outline: none;
}

::placeholder{
	color: inherit;
}

liss:focus {
	
}

body{
	font-size: 16px;
}

button, input, select, textarea {
	font-size: inherit;
}

a {
	transition: .3s;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

[type="password"],
[type="text"], 
[type="tel"], 
[type="email"], 
[type="number"], 
textarea, 
select {
	width: 100%;
	border: 1px solid var(--gray);
	background: var(
	--bg-gray);
	border-radius: 6px;
	height: 40px;
	color: inherit;
	padding: 10px;
}

textarea {
	resize: none;
	height: 160px;
}

[type=button]:not(:disabled), 
[type=reset]:not(:disabled), 
[type=submit]:not(:disabled), 
button:not(:disabled) {
    transition: 0.3s;
    cursor: pointer;
    background: var(--contrast);
    color: inherit;
    border: 1px solid var(--contrast);
    border-radius: 6px;
    width: 100%;
    height: 40px;
}


[type=button]:not(:disabled):hover, 
[type=reset]:not(:disabled):hover, 
[type=submit]:not(:disabled):hover, 
button:not(:disabled):hover {
    box-shadow: var(--shadow);
}

p, ul {
    margin-bottom: 20px;
}

h1, .h1 {
	font-size: 36px;
	margin-bottom: 40px;
}

h2, .h2 {
	font-size: 2rem;
	margin-bottom: 20px;
}

h3, .h3 {
	font-size: 1.4rem;
	margin-bottom: 20px;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
    max-width: 100%;
}

img.to_svg{
	display: none;
}

.table_wrap {
    width: 100%;
    overflow: auto;
    position: relative;
}

/**** HEADER *****/
header {
    position: sticky;
    top: 0;
    z-index: 111;
}

.header_row {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    align-items: center;
    position: relative;
}

a.header_logo {
    display: block;
    line-height: 1;
    margin-right: auto;
}

a.header_logo img {
    width: auto;
    height: 50px;
}

.ul_main_menu {
    margin: 0 auto 0 0;
    display: flex;
    list-style: none;
    padding: 0;
}

.ul_main_menu > li {
    margin: 0 10px;
}

.ul_main_menu > li a:hover,
.ul_language a:hover{
	opacity: 0.7;
}

.menu-item-has-children ul.sub-menu li {
    margin: 5px;
}

.menu-item-has-children > span {
    position: absolute;
    top: 0px;
    right: -5px;
    height: 20px;
    width: 12px;
    display: flex;
    align-items: center;
}

.ul_mob_menu .menu-item-has-children > span {
	right: 10px;
	top: 10px;
	padding: 20px;
}

.ul_mob_menu .menu-item-has-children > span svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ul_mob_menu .menu-item-has-children:hover ul.sub-menu{
	display: none;
}

body.menu_open {
    overflow: hidden;
}

a.head_btn {
    display: flex;
    padding: 14px 28px;
    margin-left: 10px;
    border-radius: 6px;
    align-items: center;
}

a.head_btn img {
    display: block;
    height: 18px;
    margin-right: 10px;
}

a.head_btn:hover {
	box-shadow: var(--shadow);
}

.language_wrap {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 0px;
    /* padding: 4px 14px; */
    background: var(--bg-gray);
    border-radius: 10px;
    margin-left: 10px;
}

.language_wrap svg {
	position: absolute;
	right: 0;
}

.ul_language {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.ul_language li {
    list-style: none;
}

.ul_language ul.sub-menu {
    margin: 0;
    padding: 0;
    position: absolute;
    display: none;
}

.ul_language a {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding: 10px 0 10px;
}


.ul_language .menu-item-has-children > span {
    top: 14px;
    right: 10px;
}

.menu-item-has-children ul.sub-menu li a {
    padding: 0;
}

.ul_language > li {
    padding: 4px 27px 4px 14px;
}

.ul_language a img {
    margin-right: 5px;
}

.ul_language:hover ul.sub-menu {
    display: block;
}

.ul_mob_menu > li {
    padding-top: 20px;
}
	
.menu-item-has-children {
    position: relative;
    padding-right: 15px;
}
	
.menu-item-has-children:after {
    position: absolute;
    top: 8px;
    right: 15px;
}
	
.menu-item-has-children ul.sub-menu {
    position: absolute;
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
    min-width: 100%;
    width: auto;
    left: 0;
    border-radius: 6px;
}

.menu-item-has-children ul.sub-menu li {
    margin: 5px;
}

.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

.menu-item-has-children.open ul.sub-menu {
    display: block !important;!i;!;
}
	
.burger {
    width: 30px;
    height: 40px;
    position: relative;
    cursor: pointer;
    margin-right: 20px;
    display: none;
}
	
.burger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    top: 19px;
    left: 0px;
    transition: 0.3s;
}
	
.burger span:first-child {
    top: 9px;
}
	
.burger span:last-child {
    top: 29px;
}
	
.menu_open .burger span:first-child,
.menu_open .burger span:last-child {
    opacity: 0;
}
	
.menu_open .burger span:nth-child(2) {
    transform: rotate(45deg);
}
	
.menu_open .burger span:nth-child(3) {
    transform: rotate(-45deg);
}
	
.mobile_menu {
    position: absolute;
    width: 100%;
    height: calc(100vh - 86px);
    display: none;
    overflow: auto;
}
	
.ul_mob_menu a {
    color: var(--d-blue);
    margin-bottom: 10px;
    display: block;
    text-align: center;
}

.ul_mob_menu .sub-menu a {
    font-size: 16px;
}
	
.menu_open .mobile_menu {
    display: block;
}
	
.ul_mob_menu {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
}
/**** END HEADER ****/

section.breadcrumbs {
    padding: 10px 0;
}

.breadcrumbs a {
    color: var(--contrast);
}

.breadcrumbs a:hover {
    color: inherit;
}

main {
    min-height: 70vh;
}

.section_wrap {
    border: 1px solid var(--gray);
    padding: 20px 20px 10px;
    border-radius: 10px;
    background: var(--bg-gray);
}

/*** APPLICATION ***/
section.application {
    padding: 10px 0;
    overflow: hidden;
}

.application_wrap {
    flex: 1;
    margin: 0 10px;
}

.application_img {
    width: 20%;
    position: relative;
    margin: 0 10px;
}

.application_img img {
    width: 100%;
    height: auto;
    position: absolute;
}

.application_params {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid var(--gray);
    background: var(--bg-gray);
    position: relative;
    z-index: 1;
    align-items: center;
}

.app_any_param {
    border-left: 1px solid var(--gray);
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.app_buttons {
    flex: 1;
    display: flex;
    align-items: center;
}

.app_any_param:first-child {
    border-left: none;
}

.app_any_param_head {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    height: 24px;
}

.app_any_param_head svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

.stars {
    display: flex;
    position: relative;
    line-height: 1;
}

.stars svg {
    margin-right: 1px;
    position: relative;
    display: none;
}

.stars_bg {
    position: absolute;
    height: 100%;
    background: var(--ye);
}

.stars svg path {
    fill: transparent;
    stroke: var(--bl);
}

.stars:before {
    margin-right: 5px;
    font-size: 19px;
    content: "Ã¢Ëœâ€¦Ã¢Ëœâ€¦Ã¢Ëœâ€¦Ã¢Ëœâ€¦Ã¢Ëœâ€¦ ";
    letter-spacing: 1px;
    background: linear-gradient(90deg, var(--ye) var(--rating), var(--bl) var(--rating));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

a.app_any_btn {
    margin: 0 10px;
    flex: 1;
    display: flex;
    padding: 14px 10px;
    border-radius: 6px;
    justify-content: center;
}

a.app_any_btn svg {
    margin-right: 10px;
    max-width: 20px;
    max-height: 20px;
}

.app_any_param_footer {
    font-size: 14px;
}

a.app_any_btn:hover {
    box-shadow: var(--shadow);
}

/*** END APPLICATION ***/

/*** HEAD CONTENT ***/
section.head_content {
    padding: 10px 0;
}

.head_content_wrap {
    flex: 1;
    margin: 0 10px;
}

.head_content_params {display: flex;align-items: center;flex-wrap: wrap;background: var(--bg-gray);border: 1px solid var(--gray);border-radius: 10px;padding: 20px;}

.head_content_bonus_text {
    flex: 1;
    margin-bottom: -20px;
}

.head_content_buttons {
    display: flex;
}

a.bonus_text_any_btn {
    margin-left: 10px;
    display: flex;
    align-items: center;
    padding: 14px 40px;
    border-radius: 6px;
    justify-content: center;
}

a.bonus_text_any_btn img {
    height: 20px;
    margin-left: 10px;
    width: auto;
}

.head_content_img {
    width: 400px;
    margin-left: 20px;
}

.head_content_img img {
    width: 100%;
    height: auto;
}

a.bonus_text_any_btn:hover {
    box-shadow: var(--shadow);
}

/*** END HEAD CONTENT ***/

/*** TOC ***/
section.toc {
    padding: 10px 0;
}

.toc_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.toc_head h3 {
    margin-bottom: 10px;
}

.toc_head svg {
    width: 18px;
    height: auto;
    transition: 0.3s;
}

.toc_list {
    display: none;
    margin-top: 0px;
    flex-direction: column;
    border-left: 1px solid var(--contrast);
    padding-left: 20px;
    align-items: baseline;
}

.open .toc_head svg {
    transform: rotate(180deg);
}

.open .toc_list {
    display: flex;
}

.toc_item {
    margin: 5px 0;
    cursor: pointer;
    transition: 0.3s;
    font-size: 18px;
}

.toc_item:hover {
    color: var(--contrast);
}
/*** END TOC ***/



/*** SPORTS ***/
section.sports {
    padding: 10px 0;
}

section.sports h2 {
    margin: 0 10px 40px;
}

a.sports_all_btn {
    display: flex;
    align-items: center;
    align-self: start;
    margin-left: auto;
    margin-right: 10px;
    background: var(--bg-gray);
    padding: 8px 30px;
    border-radius: 10px;
    color: inherit;
    border: 1px solid var(
    --gray);
}

a.sports_all_btn svg {
    transform: rotate(90deg);
    width: 11px;
    margin-left: 14px;
    transition: 0.3s;
}

a.sports_all_btn:hover {
    box-shadow: var(--shadow);
}

a.sports_all_btn:hover svg {
    transform: rotate(90deg) translateY(-10px);
}

a.sports_btn {
    display: flex;
    align-items: center;
    color: inherit;
    border: 1px solid var(--gray);
    margin: 0 5px 10px;
    width: calc(20% - 10px);
    border-radius: 10px;
    background: var(--bg-gray);
    padding: 10px;
}

.row-5 {
    margin-left: -5px;
    margin-right: -5px;
}

a.sports_btn img {
    width: 40px;
    margin-right: 10px;
}

a.sports_btn:hover {
    box-shadow: var(--shadow);
}

/*** END SPORTS ***/

/*** SLIDER ***/
section.slider {
    padding: 10px 0;
}

.slider_wrap {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding: 40px 40px 60px;
    background: var(--bg-gray);
}

.bg_lighter {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background: var(--wh-30);
}

.slider_text {
    margin-bottom: 40px;
}

.slider_item img {
    height: 90%;
    width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}

.slider_item {
	display: block;
    margin: 0 10px;
    height: 300px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.slider_carousel {
    position: relative;
}

.owl-theme .owl-nav {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 102%;
    display: flex;
    justify-content: space-between;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid var(--contrast);
    background: var(--wh-30);
    transition: 0.3s;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: var(--wh-50);
    box-shadow: var(--shadow);
}

button.owl-prev {
    transform: rotate(90deg);
}

button.owl-next {
    transform: rotate(-90deg);
}

.owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: -40px;
    display: flex;
    justify-content: center;
}

.owl-theme .owl-dots .owl-dot {
    width: auto;
}

.owl-theme .owl-dots .owl-dot span {
    background: var(--gray);
    margin: 5px;
    transition: 0.3s;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--contrast);
}
/*** END SLIDER ***/



/*** WP EDITOR ****/
.wp_editor p {
    margin-bottom: 20px;
}

.wp_editor a {
    color: inherit;
    text-decoration: underline;
}

.wp_editor a:hover {
    color: var(--contrast);
}

.alignright {
    float: right;
    margin: 0 0 10px 10px;
}

.wp_editor ol, .wp_editor ul {
    padding: 0;
    margin-bottom: 20px;
    list-style: none;
    counter-reset: subsection;
}

.wp_editor li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 24px;
}

.wp_editor ul li:before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--contrast);
    border-radius: 50%;
    left: 0;
    top: 5px;
}

.wp_editor ol li:before {
    display: flex;
    position: absolute;
    left: -9px;
    top: -2px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid var(--contrast);
    justify-content: center;
    align-items: center;
    font-size: 12px;
    counter-increment: subsection;
    content: counter(subsection); 
}

.wp_editor ol li {
    margin-bottom: 20px;
}

.alignleft {
    float: left;
    margin: 0 10px 10px 0;
}
/**** END WP EDITOR ****/

/*** SPACE ***/
section.space {
    padding: 10px;
}
/*** END SPACE ***/

/*** BUTTON SECTION ***/
section.button_section {
    padding: 10px 0;
}

.button_section_text {
    margin-bottom: 40px;
}

.btn {
    display: flex;
    padding: 14px 28px;
    margin-right: 10px;
    border-radius: 6px;
    align-items: center;
    width: max-content;
    transition: 0.3s;
}

.btn:hover {
    box-shadow: var(--shadow);
}

/*** END BUTTON SECTION ***/

/*** TABLE SECTION ***/
section.table_section {
    padding: 10px 0;
}

table {
    border-radius: 10px;
    padding: 6px 10px;
    border: 1px solid;
    border-spacing: 0 6px;
    height: auto;
    overflow: auto;
    border-color: var(--table);
    border-collapse: unset !important;!i;!;
    min-width: 100%;
}

td {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    position: relative;
    padding: 10px 16px;
    min-width: 140px;
}

table tr:first-child td:first-child {
    border-radius: 6px 0 0 6px;
}

table tr:first-child td:last-child {
    border-radius: 0px 6px 6px 0px;
}

table td:not(:first-child)::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 10px);
    background: rgba(255, 255, 255, 0.3);
}

section.table_section table tr:first-child td:last-child {
    border-radius: 0 6px 6px 0;
}

table tr:nth-child(2n+1) {
    background: var(--bg-gray);
}

table tr:first-child {
    background: var(--table);
    overflow: hidden;
}

/*** END TABLE SECTION ***/

/*** NUM LIST ***/
section.num_list {
    padding: 40px 0;
}

ol.num_list_wrap {
    padding: 0;
    margin: 0;
    list-style: none;
}

ol.num_list_wrap li {
    display: flex;
    margin-bottom: 10px;
}

ol.num_list_wrap li .list_num {
    display: flex;
    margin-right: 10px;
    border: 1px solid var(--contrast);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -5px;
}

.list_text {
    flex: 1;
}
/*** END NUM LIST ***/

/*** FAQ ***/
section.faq {
    padding: 10px 0;
}

.faq_wrap {
    margin: 0 10px 20px;
    width: calc(50% - 20px);
    border: 1px solid var(--gray);
    border-radius: 10px;
    padding: 10px;
    background: var(--bg-gray);
}

.faq_a {
    margin-top: 10px;
    display: none;
}

.faq_q {
    font-weight: 600;
    font-size: 18px;
    display: flex;
    position: relative;
    cursor: pointer;
}

.faq_q span {
    margin: 0 40px 0 10px;
}

.arrow_icon {
    position: absolute;
    right: 0;
    top: 6px;
    transition: 0.3s;
}

.ask_icon path:first-child {
    fill: var(--contrast);
}

.faq_a p:last-child{
    margin: 0
}

.faq_wrap.open .faq_a {
    display: block;
}

.faq_wrap.open .arrow_icon {
    transform: rotate(180deg);
}

.faq_row {
    align-items: flex-start;
}
/*** END FAQ ***/

/*** SLOTS ***/
section.slots {
    padding: 10px 0;
}

section.slots h2 {
    margin-left: 10px;
}

.slot_item {
    margin: 0 10px 20px;
    width: calc(20% - 20px);
    display: flex;
    flex-direction: column;
}

.slot_img {
    width: 100%;
    position: relative;
    height: 160px;
    border-radius: 6px;
    overflow: hidden;
}

.slot_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slot_text {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    margin: auto;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid var(--gray);
    /* flex: 1; */
    margin-top: -20px;
    position: relative;
    z-index: 1;
}

.slot_title {
    font-size: 16px;
    margin-bottom: 0px;
}

.slot_btn {
    margin-top: 10px;
    padding: 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.slot_btn:hover {
    box-shadow: var(--shadow);
}

.m_auto {
    margin: auto;
}

.triangle_play {
    width: 11px;
    height: 14px;
    margin-right: 10px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
/*** END SLOTS ***/

/*** HOW TO ***/
.how_to_item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 40px;
}

.how_to_item:last-child svg {
    display: none;
}

.how_to_item_img {
    flex: 1;
    margin-left: 20px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    display: block;
}

.how_to_item_text {
    flex: 1;
}

.how_to_arrow {
    position: absolute;
    bottom: -23px;
    left: 25%;
    width: 45px;
    z-index: 1;
}

section.how_to {
    padding: 10px 0 10px;
}

.how_to_item_img img {
    border-radius: 6px;
    width: 100%;
    height: auto;
}

.how_to_arrow path {
    stroke: var(--contrast);
}

.how_to_arrow circle {
    stroke: var(--contrast);
    fill: var(--bl);
}
/*** END HOW TO ***/

/*** COMMENTS ***/
.comment-notes {
    display: none;
}

form#commentform {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

p.comment-form-comment {
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    ););););
}

label {
    position: absolute;
    top: 10px;
    left: 10px;
    color: inherit;
    pointer-events: none;
    transition: 0.3s;
}

label.onfocus {
    font-size: 8px;
    top: 2px;
}

p.comment-form-author {
    position: absolute;
    width: calc(40% - 20px);
    top: 0;
    left: 0;
}

p.comment-form-email {
    position: absolute;
    width: calc(40% - 20px);
    left: 0;
    top: 60px;
}

p.form-submit {
    position: absolute;
    width: calc(40% - 20px);
    left: 0;
    top: 120px;
}


section.comments {
    padding: 10px 0;
}

.comment {
    background: var(--bg-gray);
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.comment_data {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.comment_text {
    width: 100%;
}

.comment-author.vcard {
    display: inline-block;
    color: var(--bl);
}

.comment-meta.commentmetadata {
    display: inline-block;
    font-size: 12px;
    margin-left: 5px;
    pointer-events: none;
    color: inherit;
}

.comment-meta.commentmetadata a {
    color: inherit;
	opacity: 0.7;
}

.comment-author.vcard cite.fn {
    font-style: normal;
    font-weight: 600;
}

.comment p {
    margin: 20px 0 0px;
}

p.logged-in-as {
    width: calc(40% - 20px);
}

p.logged-in-as a {
    text-decoration: underline;
    color: var(--contrast);
}

p.logged-in-as a:hover {
    opacity: 0.7;
}
/*** END COMMENTS ***/

/*** PROMO CODE ***/
section.promo_code {
    padding: 10px 0;
}

.promo_code_wrap {
    padding: 20px;
    position: relative;
    display: flex;
    align-items: center;
}

.promo_text {
    flex: 1;
    margin-bottom: -20px;
}

.promo_code_wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    padding: 2px;
    border-radius: 10px;
    background: linear-gradient(218.08deg, #00853f 5.5%, #00853f 22.02%, #00853f 33.95%, #fdef42 42.48%, #fdef42 47.98%, #e31b23 64.5%, #e31b23 76.43%, #e31b23 100%);
    background-size: 250% 100%;
    background-position: 100% 0;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
    animation: animGrad 4s infinite;
}

@keyframes animGrad {
    0%, 100% {
        background-position: 100% 0;
    }

    50% {
        background-position: 15% 0;
    }
}

.promo_actions {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.the_promo_code {
    display: flex;
    align-items: center;
    padding: 5px;
    border: 1px dashed #fff;
    border-radius: 6px;
    flex: 1;
}

.the_promo_code span {
    display: block;
    width: 200px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

.promo_copy {
    width: 40px;
    height: 40px;
    background: var(--wh-30);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

.promo_copy:hover {
    opacity: 0.7;
}

.promo_copy svg {
    width: 80%;
    height: 80%;
    object-fit: contain;
    display: block;
    transform: translateZ(0);
}

a.promo_btn {
    margin-left: 10px;
    min-width: 200px;
    text-align: center;
    padding: 15px 5px;
    border-radius: 6px;
}

a.promo_btn:hover {
    box-shadow: var(--shadow);
}

/*** END PROMO CODE ***/

/*** BONUSES ***/
section.bonuses {
    padding: 10px 0;
}

.bonus_item {
    margin: 0 10px 20px;
    width: calc(20% - 20px);
    display: flex;
    flex-direction: column;
}

.bonus_img {
    position: relative;
    width: 100%;
    height: 190px;
    overflow: hidden;
    border-radius: 6px;
}

.bonus_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bonus_text {
    background: var(--bg-gray);
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex: 1;
    border: 1px solid var(--gray);
    border-radius: 6px;
    margin-top: -6px;
    position: relative;
}

.bonus_title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--gray);
}

a.bonus_link {
    display: block;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    border-radius: 6px;
}

a.bonus_link:hover {
    box-shadow: var(--shadow);
}

.bonus_subtitle {
    margin-bottom: auto;
}

/*** END BOVUSES ***/

/*** PROS & CONS ***/
section.pros_cons {
    padding: 10px 0;
}

.pros_cons_wrap {
    border: 1px solid var(--gray);
    padding: 20px 20px 10px;
    border-radius: 10px;
    margin: 0 10px;
    flex: 1;
    background: var(--bg-gray);
}

.pros_cons_title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--gray);
    font-weight: 600;
}

.pros_icon, .cons_icon {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.pros_icon {
    background: green;
}

.cons_icon {
    background: red;););););
}

.pros_icon span, .cons_icon span {
    height: 2px;
    width: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--wh);
}

.pros_icon span:last-child {
    transform: translate(-50%, -50%) rotate(90deg);
}

.pros_list, .cons_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pros_list li, .cons_list li {
    padding-left: 20px;
    margin-bottom: 10px;
    display: block;
    position: relative;
}

.pros_list li:before, .cons_list li:before {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: 5px;
    left: 0;
}

.pros_list li:before {
    background: green;
}

.cons_list li:before {
    background: red;
}

/*** END PROS & CONS ***/

/*** TXT & IMG ***/
.txt_img_text {
    flex: 1;
    padding: 0 10px;
    order: 1;
    max-width: 100%;
}

.txt_img_image {
    margin: 0 10px;
    width: calc(50% - 20px);
    border-radius: 10px;
    overflow: hidden;
    order: 2;
}

.txt_img_image img {
    width: 100%;
    height: auto;
}

section.txt_img {
    padding: 10px 0;
}

.txt_img_image.img_left_pos {
    order: 0;
}

/*** END TXT & IMG ***/




/*** FOOTER ****/
.ul_footer_menu {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.ul_footer_menu li {
    margin: 0 10px 10px;
    display: block;
}

.ul_footer_menu a {
    color: inherit;
}

.ul_footer_menu a:hover {
    opacity: 0.7;
}

.footer_logo img {
    width: auto;
    height: 30px;
}

.footer_logo {
    margin: 0 15px;
}

.footer_row {
    align-items: center;
    padding: 40px 0 20px;
    border-bottom: 1px solid var(--wh-30);
    margin-bottom: 20px;
}

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

.footer_social a {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 6px;
    overflow: hidden;
}

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

.footer_buttons {
    justify-content: center;
    padding: 20px 0 40px;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--wh-30);
}

.footer_logos {
    border-bottom: 1px solid var(--wh-30);
    padding: 20px 0 30px;
    justify-content: center;
    margin-bottom: 40px;
}

.footer_btn {
    color: inherit;
    display: flex;
    align-items: center;
    margin: 0 10px;
    border: 1px solid var(--gray);
    border-radius: 6px;
    background: #fff2;
    overflow: hidden;
}

.btn_icon_area {
    position: relative;
    width: 50px;
    height: 50px;
}

.android_btn .btn_icon_area {
    background: linear-gradient(270deg, #0dda42 0, #08932c 100%);
}

.ios_btn .btn_icon_area {
    background: linear-gradient(270deg, #00A3FF 0%, #005DE2 100%);
}

.btn_icon_area svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
}

.btn_cloud_area {
    padding: 12px;
    display: flex;
    align-items: center;
}

.btn_text_area {
    padding: 0 20px;
    min-width: 150px;
}

.btn_text {
    font-size: 12px;
    margin-bottom: 3px;
}

.btn_title {
    font-weight: 600;
}

.footer_btn:hover {
    box-shadow: var(--shadow);
}

img.footer_bank_logo {
    height: 19px;
    width: auto;
    margin: 0 5px 10px;
}

.copywrite {
    display: flex;
    padding-bottom: 40px;
    flex-wrap: wrap;
}

.footer_mark {
    font-size: 20px;
    font-weight: 600;
    opacity: 0.5;
    width: 200px;
}

.copywrite_text {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    opacity: 0.7;
}

.security {
    width: 200px;
    display: flex;
    justify-content: end;
}

.footer_selector {
    position: absolute;
    z-index: 1;
    width: 200px;
    top: 20px;
    right: 0;
}

.main_site_select {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #888;
    cursor: pointer;
}

img.footer_flag {
    background: var(--wh);
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
}

.main_site_select svg {
    margin-left: auto;
}

.main_site_select span {
    font-weight: 600;
}

.other_sites_selector {
    flex-direction: column;
    border-radius: 6px;
    display: none;
}

a.other_site_select {
    padding: 0 10px;
    display: flex;
    align-items: center;
    margin: 10px 0;
    font-weight: 600;
    color: inherit;
}

a.other_site_select:hover {
    opacity: 0.7;
}

.footer_selector:hover .other_sites_selector {
    display: flex;
}

.arrow_up {
    position: fixed;
    z-index: 10000;
    background: var(--wh-50);
    width: 30px;
    height: 30px;
    bottom: 80px;
    right: 20px;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid;
}

.arrow_up svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
}

.arrow_1 {
    border-radius: 50%;
    transform: rotate(180deg);
}

.arrow_up:hover {
    opacity: 0.7;
}

.arrow_2 {
    transform: rotate(180deg);
    border-radius: 4px;
}

.arrow_3 {
    border-radius: 50%;
}

.arrow_4 {
    border-radius: 4px;
}

.arrow_5 {
    border-radius: 50%;
}

.triangle_icon {
    position: absolute;
    width: 13px;
    height: 11px;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    clip-path: polygon(0 100%, 50% 0%, 100% 100%);
}

.arrow_6 {
    border-radius: 4px;
}

.mobile_banner {
    position: fixed;
    bottom: -100%;
    width: 100%;
    z-index: 100;
    background: var(--gray);
    transition: 0.5s;
    display: none;
}

.mobile_banner_inner {
    display: flex;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 10px;
}

.mb_img {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
}

.mb_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mb_text {
    flex: 1;
}

.mb_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

a.mb_btn {
    padding: 14px 40px;
    border-radius: 6px;
}

a.mb_btn:hover {
    box-shadow: var(--shadow);
}
/**** END FOOTER ***/

.null_class{
	display: none;
}

/*** MEDIA ***/
@media(max-width: 1500px){
	.burger{
		display: block;
	}
	.ul_main_menu{
		display: none;
	}
}

@media(max-width: 800px){
	.burger {
	    order: 0;
	}
	
	a.header_logo {
	    order: 1;
	}
	
	a.head_btn {
	    order: 5;
	    margin: 10px auto 0;
	}
	
	.language_wrap {
	    order: 2;
	    margin-left: 30vw;
	}
	
	h1 {
	    font-size: 36px;
	}
	
	.head_content_img {
	    margin: auto;
	}
	
	a.sports_btn {
	    width: calc(33.333% - 10px);
	}
	
	.alignright, .alignleft {
	    float: none;
	    display: block;
	    margin: 0px auto 20px;
	}
	
	.faq_wrap {
	    width: 100%;
	}
	
	.slot_item {
	    width: calc(33.333% - 20px);
	}
	
	.promo_code_wrap {
	    flex-wrap: wrap;
	}
	
	.promo_actions {
	    width: 100%;
	    margin: 20px 0 0;
	}
	
	.the_promo_code span {
	    flex: 1;
	}
	
	.bonus_item {
	    width: calc(33.3333% - 20px);
	}
	
	.txt_img_image {
	    width: 100%;
	    margin: 20px 0 0;
	    order: 2 !important;!i;!;
	}
	
	.footer_selector {
	    position: relative;
	    width: 245px;
	    margin: 0px 0 0;
	}

	.mobile_banner{
		display: block;
	}

	.section_wrap.slots_section_wrap {
	    padding-bottom: 55px;
	}
	
	.mobile_menu .menu-item-has-children.open ul.sub-menu {
	    position: relative;
	}
	
	.ul_mob_menu > li {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	
	.ul_mob_nemu .menu-item-has-children:hover ul.sub-menu {
	    display: none;
	}
	
	.null_class{
		display: block;
		opacity: 0;
		pointer-events: none;
		width: 100px;
	}
	
	.mobile_menu {
		height: calc(100vh - 123px);
		padding-bottom: 50px;
	}
}

@media(max-width: 600px){
	.language_wrap {
	    order: 0;
	    margin-left: 10px;
	}
	
	.burger {
	    order: 3;
	    margin: 0 10px 0 11vw;
	}
	
	a.header_logo img {
	    height: 30px;
	}
	
	a.head_btn {
	    flex: 1;
	    margin: 8px 10px 0;
	    text-align: center;
	    justify-content: center;
	}
	
	.header_row {
	    margin: 0 -10px;
	}
	
	a.header_logo {
	    margin-left: auto;
	}
	
	
	h1 {
	    font-size: 28px;
	}
	
	.application_img {
	    width: 100%;
	    height: 300px;
	}
	
	.app_any_param {
	    flex: 50%;
	    !i;!;
	    border-bottom: 1px solid var(--gray);
	    padding: 10px 0;
	}
	
	.app_any_param:nth-child(3) {
	    border-left: none;
	    border-bottom: none;
	}
	
	.app_any_param:nth-child(4) {
	    border-bottom: none;
	}
	
	.app_buttons {
	    flex-wrap: wrap;
	}
	
	a.app_any_btn {
	    flex: 100%;
	    margin-top: 20px;
	    width: 100%;
	}
	
	.head_content_wrap {
	    margin: 0 10px;
	}
	
	a.bonus_text_any_btn {
	    width: 100%;
	    margin: 20px 0 0;
	}
	
	.head_content_buttons {
	    flex-wrap: wrap;
	}
	
	.head_content_img {
	    width: 100%;
	}
	
	a.sports_all_btn {
	    margin: 0;
	    position: absolute;
	    bottom: 0;
	    left: 10px;
	}
	
	a.sports_btn {
	    width: calc(50% - 10px);
	}
	
	.slider_wrap {
	    padding: 20px 20px 40px;
	}
	
	.wp_editor li {
	    padding-left: 40px;
	}
	
	.wp_editor ol li:before {
	    left: 0;
	}
	
	.wp_editor ul li:before {
	    left: 8px;
	}

	.slot_item {
	    width: calc(50% - 20px);
	}
	
	.slot_img {
	    height: 150px;
	}
	
	.how_to_item_img {
	    margin: 10px 0 0;
	    flex: 100%;
	}
	
	.how_to_item_text {
	    flex: 100%;
	}
	
	.how_to_arrow {
	    left: 50%;
	    transform: translateX(-50%);
	}
	
	.arrow_up {
	    bottom: 100px;
	}

	p.logged-in-as {
	    width: 100%;
	}
	
	p.comment-form-comment, p.form-submit {
	    position: relative;
	    width: 100%;
	    top: 0;
	    left: 0;
	}
	
	form#commentform {
	    height: auto;
	}
	
	.promo_actions {
	    flex-wrap: wrap;
	}
	
	a.promo_btn {
	    margin: 10px 0 0;
	    width: 100%;
	    display: block;
	}
	
	.bonus_item {
	    width: 100%;
	}
	
	.bonus_img {
	    height: 250px;
	}
	
	.pros_cons_wrap {
	    flex: 100%;
	    margin-bottom: 20px;
	}
	
	.txt_img_image {
	    margin: 20px 10px 0;
	}
	
	.footer_social {
	    margin: 20px auto 0;
	}
	
	.ul_footer_menu {
	    margin: 20px auto 0;
	}

	a.mb_btn {
	    padding: 10px 20px;
	}
	
	.mb_text {
	    font-size: 12px;
	}
	
	.mb_title {
	    font-size: 16px;
	}
	
	section.sports {
	    position: relative;
	    padding-bottom: 70px;
	}
	
	h2, .h2 {
	    font-size: 24px;
	}
	
	h3, .h3 {
	    font-size: 22px;
	}
	
	section.slots {
	    position: relative;
	}
	
	section.slots a.sports_all_btn {
	    bottom: 20px;
	    left: 20px;
	}

	.section_wrap.slots_section_wrap {
	    padding-bottom: 55px;
	}

	.fancybox-toolbar {
	    width: 40px;
	}
	
	.section_wrap {
	    padding: 10px 10px 1px;
	}
	
	.slot_title {
	    font-size: 12px;
	}
	
	a.footer_btn.android_btn {
	    margin-bottom: 20px;
	}
	
	.footer_mark {
	    width: 100%;
	    text-align: center;
	    margin-bottom: 10px;
	}
	
	.copywrite_text {
	    margin-bottom: 10px;
	}
	
	.security {
	    width: 100%;
	    justify-content: center;
	}
}
