/*
Theme Name: Alfa Theme
Author: WebDev 
Description: The theme is designed to take full advantage of the custom pages creation.
Version: 1.1
*/



* { margin:0; padding:0; box-sizing:border-box; font-family: Tahoma, Geneva, sans-serif;}
body { overflow-x:hidden; position: relative; background: #043e7b;}
a {text-decoration:none; transition: 0.3s; }
input, button {border:none; box-shadow:none; transition:0.3s;}
input {outline:none;}
p, span, li, a { font-size:17px; line-height:30px;}
h1, h2, h3, h4, h5, h6 {text-align:center; padding: 20px 0; color: var(--text);}
p, span, li, h1, h2, h3, a, b, i, label, input, button, td, tr, figcaption { color: var(--text);}
p {padding-bottom:20px;}
li {list-style:none;}
button { cursor:pointer; background:transparent;}
img {max-width:100%; display:block;}
i {font-style:normal;}

.wrapper {width:95%; max-width:1200px; margin:0 auto;}


:root{
--main: #002347;
--gradient: linear-gradient(103.42deg,#E0006A 6.06%,#3959d9 77.61%);
--text: #fff;

--color-primary: #E0006A;
--color-secondary: #3959d9;

--border_button: 30px;
--shadow-primary: 0 0 24px 0 rgba(0,0,0,.25);
--border: 15px;
}





/*  Header  */

header {padding:12px 0; position:fixed; top:0; left:0; width:100%; z-index:9;
background-color: #043e7b; 
box-shadow: 0 0 24px 0 rgba(0,0,0,.25); }
.header_top {width:100%; justify-content: space-between; align-items:center; display:flex; }
.header .logo img {max-width:200px; }

.header .buttons button {border-radius: var(--border_button); padding:10px 20px; color:#fff;  
font-size:16px; position:relative;transition: background 1s ease-out;}
.header .loginButton {margin-right:15px; background: #428cdc;}
.header .regButton { background: #fa4d00; }
.header .buttons button:before {content:'';position: absolute;top: 0;left: 0;width: 100%;
height: 0;background: rgba(255,255,255,0.3); border-radius:var(--border_button); transition: all 0.5s ease;}
.header .buttons button:hover:before {height: 42px;}

.menuDesktop {display:flex; justify-content:center;}
.menuDesktop li {display:inline-block;margin:0 10px;} 
.menuDesktop a {font-size:16px; line-height:20px;}
.menuDesktop a:hover {color: #fa4d00;}
.menuDesktop a[aria-current] {position:relative; padding-bottom: 6px;}
.menuDesktop a[aria-current]:before {content:'';position: absolute;bottom: 0;left: 0;width: 100%; height:2px; 
background:#fa4d00; border-radius:10px;}



/*  Header  submenu */

.menuDesktop .menu-item-has-children {position:relative;}
.menuDesktop .sub-menu-wrap { display:none;  position: absolute; left:0; top:20px; padding-top: 20px;  }
.menuDesktop .sub-menu {background:var(--main); 
box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.1); width:200px; padding: 10px;}
.menuDesktop .sub-menu li {display:inline-block; }
.menuDesktop .menu-item-has-children:hover > .sub-menu-wrap {display: block;}


/* Burger */

.headerDesktop .burger {display: none;}
.burger img {width:28px; height:28px;}
.menu_mobile,amp-sidebar {background: var(--main);box-shadow: var(--shadow-primary);
width: 100%; padding: 0 30px; max-width: 350px; min-height: 100vh;
position: fixed; top: 0; right: -100%; display: block; transition: right 0.8s; z-index: 11;}
.menu_mobile.show  {right: 0; transition: right 0.8s;  }
header .overlay {display: none;width: 100%; height: 100vh;background: rgba(0,0,0,0.5);
position: absolute;top: 0;left: 0;z-index: 9;}
header .overlay.active {display: block;}
.menu_mobile .close {display: flex;justify-content: center;padding: 20px 0;}
.menu_mobile .close img {width: 28px; height:28px;}
.menu_mobile ul {display: flex;align-items: flex-start;flex-direction: column;}
.menu_mobile .sub-menu {padding-left:20px;}



/* AMP */

.header.pam_content {display:flex; justify-content:space-between;}
amp-script {opacity:1;}
.amp-sidebar-mask {background: rgba(0,0,0,0.5)!important; z-index:10!important;}
amp-sidebar { min-width: 320px; opacity: 1!important;  }
amp-sidebar .closeButton { padding: 20px 0 19px 0;text-align: center;margin: 0 auto;display: block;}
amp-sidebar .closeButton img {width:28px; height:28px;}
amp-sidebar ul { max-height: 80vh; overflow-y: auto;}
amp-sidebar .sub-menu {padding-left:20px;}

.pam_content #rank-math-faq .rank-math-answer { display: block!important; }


/* CSS TABS */

.tabs {
  list-style: none;
  position: relative;
  margin: 60px auto auto auto;
  display:flex;
}
.tabs li {
  display: block;
}
.tabs input[type="radio"] {
  position: absolute;
  top: 0px;
  left: -9999px;
}
.tabs label {
  display: flex;
  align-items: center;
  padding: 5px 15px;
  border-radius: 2px 2px 0 0;
  font-weight: normal;
  text-transform: uppercase;
  background: #428cdc;
  cursor: pointer;
  position: relative;
  top: 18px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tabs label:hover {
  background: #6ab0fb;
}
.tabs label svg {
	width: 25px;
	height: 25px;
}
.tabs .tab-content {
  z-index: 2;
  /*display: none;*/
    opacity:0;
  overflow: hidden;
  width: 100%;
  font-size: 17px;
  line-height: 25px;
  padding: 10px;
  position: absolute;
  top: 53px;
  left: 0;
  background: #fff;
	border-radius: 0 0 2px 2px;
}

.sports-wrapper {
	display: flex;
    align-items: center;
    gap: 10px;
}
.sports-wrapper div {
	max-width: 450px;
    margin-left: 20px;
}
.tabs .tab-content span {
	text-transform: uppercase;
}
.tabs .tab-content img {
	width: 200px;
	height: 200px;
}
.tabs .tab-content button {
	border-radius: var(--border_button);
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    position: relative;
    transition: background 1s ease-out;
	background: #fa4d00;
}
.tabs .tab-content p, .tabs .tab-content span {
	color: #000;
}
.tabs .tab-content span {
	font-weight: 600;
}
.tabs [id^="tab"]:checked + label {
  top: 18px;
  padding-top: 6px;
  background: #fff;
}
.tabs [id^="tab"]:checked ~ [id^="tab-content"] {
  /*display: block;*/ opacity:1;
}



/* CONTENT */

.first-screen {
    height: 340px;
    margin-top: 84px;
    position: relative;
    margin-bottom: 280px;
}

.first-screen a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

  .first-screen img {
	width: 100%;
	display: block;
	z-index: 1;
	transition: .3s;
	border-radius: 10px;
  }

  @keyframes image_blur {
    0% { filter: grayscale(0); transform: none;}
    25% { filter: grayscale(80); 
		transform:
		perspective(75em)
		rotateX(18deg);
	  box-shadow:
		rgba(22, 31, 39, 0.42) 0px 60px 123px -25px,
		rgba(19, 26, 32, 0.08) 0px 35px 75px -35px;
	}
	50% {
		transform:
		perspective(75em)
		rotateX(-18deg);
	  box-shadow:
		rgba(22, 31, 39, 0.42) 0px 60px 123px -25px,
		rgba(19, 26, 32, 0.08) 0px 35px 75px -35px;
	}
	62.5% {
		transform:
		perspective(75em)
		rotateX(0)
		rotateY(-18deg);
	  box-shadow:
		rgba(22, 31, 39, 0.42) 0px 60px 123px -25px,
		rgba(19, 26, 32, 0.08) 0px 35px 75px -35px;
	}
	75% {
		transform:
		perspective(75em)
		rotateX(0)
		rotateY(18deg);
	  box-shadow:
		rgba(22, 31, 39, 0.42) 0px 60px 123px -25px,
		rgba(19, 26, 32, 0.08) 0px 35px 75px -35px;
	}
    100% { filter: grayscale(0); transform: none;}
}

@keyframes left_right {
    0% { transform: translateX(145px); background: #fa4d00;}
	25% {  transform: translateX(0px); background: #fff; }
    50% {  transform: translateX(-145px); background: #428cdc;  }
	75% {  transform: translateX(0px); background: #fff; }
    100% { transform: translateX(145px); background: #fa4d00;}
}


@keyframes pulse{
	0%{transform:scaleX(1)}
	50%{transform:scale3d(1.05,1.05,1.05)}
	to{transform:scaleX(1)}
  }

.content_page {padding:0px 20px 40px 20px; margin-top: 48px; }
.content_page * { color: #fff!important; }


h1 {font-size: 36px; line-height: 40px;}
h2 {font-size: 32px; line-height: 40px;}
h3 {font-size: 26px; line-height: 36px;}
h4 {font-size: 20px; line-height: 28px;}
h5, h6 {font-size: 18px; line-height: 28px;}

.content_page a {color:var(--color-primary); text-decoration:none;}
.content_page a:hover {text-decoration:underline;}

.page404 {min-height:100vh;}
.page404 img {margin:0 auto; border-radius: var(--border); width:300px; height:169px;}




/* Lists   */
.content_page ul, section ul {margin-left: 15px; margin-bottom: 20px; display:flex; justify-content:space-between;flex-wrap:wrap;list-style:none;  }
.content_page ul li, section ul li {width:48%; position: relative; padding-bottom:10px; padding-left:35px;}
.content_page ul li:before, section ul li:before {position: absolute; width: 20px; height:20px;
background: url(/wp-content/uploads/2023/02/li_before.png)no-repeat; background-size:cover;
content: ""; left: 0; top:5px;}

/* ul:has(li:nth-child(6n)) {
    background: red;
  } */

.content_page ol {margin-left: 30px; margin-bottom: 20px;}
.content_page ol li {list-style: decimal; position: relative; padding-left:10px; margin-bottom: 10px;}
.content_page ol li::marker {font-size:17px; color:#fff; }
.content_page ol li:before {content:''; width:26px; height:26px; background:var(--gradient); border-radius:50%; position:absolute; top:2px;
left:-26px; z-index:-1;}

.content_page li > ul li {width:100%;}
.content_page li > ul li:before, section li > ul li:before {position: absolute; width: 20px; height:20px;
background: var(--color-primary); background-size:cover;
content: ""; left: 0; top:5px; border-radius:50%;}

/* DYNAMIC SECTIONS */

section h2 { position: relative;margin-bottom: 32px; }
section h2:before { display: block;  position: absolute; top: 82px; left: calc(50% - 6px); height: 12px; width: 12px; background: #fff;  content: ''; 
border-radius: 50%;transition:.3s; animation: left_right 5s infinite;}
section h2:after { display: block; margin: auto; margin-top: 26px; height: 3px; background: #fff; width: 100%; 
content: ''; border-radius: 8px; }

section.added-dynamic { padding: 32px; position: relative; }
section.added-dynamic:nth-child(odd),section.added-dynamic:last-child { background: #043e7b!important; }
section.added-dynamic:nth-child(even) { background: #fff;padding-bottom: 120px; }
section.added-dynamic:nth-child(even) * {  color: #333!important;}
section.added-dynamic:last-child * {  color: #fff!important;}
section.added-dynamic:nth-child(even):after {  
	width:100%;
	height:100px;
	position:absolute;
	left:0px;
	content: '';
	background: linear-gradient(to left bottom, #fff 49%, #043e7b 50%);
	bottom: 0;
}
section.added-dynamic:last-child { padding-bottom: 0; }
section.added-dynamic:last-child:after {
	display: none;	
}


section ol li {
	background: #428cdc;
    backdrop-filter: blur(26px);  
    padding: 25px 25px 25px 92px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    position: relative;
	border-radius: 8px;
	font-size: 18px;
}

section ol li:nth-child(2n){
    /* background: var(--main); */
}

section ol li:before { position: absolute; left: 16px; top: 30%; font-size: 72px; opacity: .3; color: #fff; background: none; }

section ol li:nth-child(1):before { content: '1.'; }
section ol li:nth-child(2):before { content: '2.'; }
section ol li:nth-child(3):before { content: '3.'; }
section ol li:nth-child(4):before { content: '4.'; }
section ol li:nth-child(5):before { content: '5.'; }
section ol li:nth-child(6):before { content: '6'; }
section ol li:nth-child(7):before { content: '7.'; }
section ol li:nth-child(8):before { content: '8.'; }
section ol li:nth-child(9):before { content: '9.'; }
section ol li:nth-child(10):before { content: '10.'; }


/* BREADCRUMBS   */

.rank-math-breadcrumb p {padding-bottom:0; line-height: 24px;}
.rank-math-breadcrumb a, .rank-math-breadcrumb span {font-size:15px; line-height: 25px;}


/* BREADCRUMBS */

.breadcrumbs {
	display: flex;
	flex-direction: row;
	flex-shrink: 0;
	width: fit-content;
	padding-top: 10px;
	position: relative;
	border-radius: 4px;
    flex-wrap: wrap;
  }
  
  .breadcrumbs a, .breadcrumbs span {
	display: flex;
	align-items: center;
	transition: all 0.2s ease-in-out;
	height: 40px;
	color: #fff !important;
	box-shadow: 0px 0px 18px -2px var(--black);
	line-height: 40px;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 13px;
	position: relative;
	cursor: pointer;
  }
  
  .breadcrumbs a:after {
	position: relative; left: 12px;
  }
  
  .breadcrumbs span:last-child {
	padding-left: 15px;
	z-index: -1;
  }
  
  .breadcrumbs a:first-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
  }
  
  .breadcrumbs a:after {
	content: " > ";
  }
  
  .breadcrumbs a:hover{ color: #fa4d00!important; text-decoration: none; }


/* IMG content */

.wp-block-image { margin: 0 auto; margin-bottom:20px;width: 100%; max-width: 800px; max-height:800px; position: relative; }
.wp-block-image figure {margin: 0 auto; display: flex; justify-content: center; flex-direction: column; max-width: 600px;
	box-shadow: 0 3px 12px rgba(0,0,0,0.2); background: #fff; border-radius: 20px; position: relative;
	filter: saturate(70%) contrast(85%); padding: 2%;}
.wp-block-image img {height:auto; margin: 0 auto; margin-bottom: 15px; border-radius: var(--border); 
	transition:.3s; 
	/* animation: image_blur 5s infinite;  */
	max-height: 600px; width: auto; }
.wp-block-image figcaption {text-align: center; color: #333; font-size: 14px; padding: 10px 0; position: relative; }

.wp-block-image figure:before,
.wp-block-image figure:after {
	content: '';
	width: 100%;
	left: 0;
	position: absolute;
  }
  .wp-block-image figure:before {
	height: 4%;
	bottom: -4%;
	background-repeat: no-repeat;
	background-image: linear-gradient(177deg, rgba(0,0,0,0.22) 10%, transparent 50%), linear-gradient(-177deg, rgba(0,0,0,0.22) 10%, transparent 50%);
	background-size: 49% 100%;
	background-position: 2% 0, 98% 0;
  }
  .wp-block-image figure:after {
	height: 100%;
	top: 0;
	z-index: 2;
	background-repeat: no-repeat;
	background-image: linear-gradient(to right, rgba(255,255,255,0.1) 0.5%, rgba(0,0,0,0.15) 1.2%, transparent 1.2%), linear-gradient(to bottom, rgba(255,255,255,0.1) 0.5%, rgba(0,0,0,0.15) 1.2%, transparent 1.2%), linear-gradient(to bottom, rgba(255,255,255,0.1) 0.5%, rgba(0,0,0,0.15) 1.2%, transparent 1.2%), linear-gradient(265deg, rgba(0,0,0,0.2), transparent 10%), linear-gradient(5deg, rgba(0,0,0,0.2), transparent 15%), linear-gradient(-5deg, rgba(0,0,0,0.1), transparent 10%), linear-gradient(5deg, rgba(0,0,0,0.1), transparent 10%), linear-gradient(-265deg, rgba(0,0,0,0.2), transparent 10%), linear-gradient(-5deg, rgba(0,0,0,0.2), transparent 15%), linear-gradient(266deg, rgba(0,0,0,0.2), transparent 10%);
	background-size: 50% 100%, 100% 33.3333%, 100% 33.3333%, 50% 33.3333%, 50% 33.3333%, 50% 33.3333%, 50% 33.3333%, 50% 33.3333%, 50% 33.3333%, 50% 33.3333%;
	background-position: right top, left center, left bottom, left top, left top, right top, left center, right center, right center, left bottom;
  }


.wp-block-columns { display: flex; }
.wp-block-column {width:50%;}
.wp-block-columns img {max-height: 500px !important; width: auto;
max-width: 100% !important; margin:0 auto; margin-bottom: 15px; border-radius: var(--border);}

.wp-block-media-text {display:flex; justify-content:space-between; align-items: center;
margin:15px 0; flex-wrap: wrap;}
.wp-block-media-text .wp-block-media-text__content, .wp-block-media-text__media {width:48%;}
.wp-block-media-text img {max-height: 500px !important; width: auto; }

.wp-block-columns ul li {width:100%;}


/* Table content */

.wp-block-table {max-width: 100%;overflow-x:auto;}
.wp-block-table table {width:100%;  border-collapse: collapse; margin-bottom:20px;}
.wp-block-table table td { text-align:center; border: 1px solid rgba(0,0,0,.1); padding:10px;}
.wp-block-table table tr:nth-child(2n) {background:#428cdc;}
.wp-block-table table tr:nth-child(2n) td { color: #333; }



/* BLOCKQUOTE */

blockquote {background:#eee; border-radius:var(--border); padding:20px 20px 0 40px;
margin-bottom:20px; box-shadow:var(--shadow-primary); position:relative;}
blockquote:before {content:''; position:absolute; top:0; left:0; height:100%; width:10px; border-radius:var(--border);
background:var(--gradient); }



/* FAQ */

.rank-math-answer {display: none;}
.rank-math-answer.active { display: block;}
.rank-math-list-item {background: #eee;  cursor: pointer; border-radius:var(--border);
position: relative; padding: 10px 30px 10px 30px; margin-bottom: 20px; box-shadow:var(--shadow-primary);}
.rank-math-list-item:before {content:''; position:absolute; top:0; left:0; height:100%; width:10px; border-radius: var(--border);
 }
.rank-math-list-item.minus {background: #eee;}
.rank-math-question {text-align:left;  padding-bottom:0;}
section.added-dynamic:last-child .rank-math-question span, 
section.added-dynamic:last-child .rank-math-question { font-size:18px!important;line-height:30px!important; 
padding-bottom:0; padding-top:0; color: #333!important;}
section.added-dynamic:last-child .rank-math-answer p { padding-top:5px; padding-bottom:0px; color: #333!important; }

#rank-math-faq { position: relative; z-index: 4; }
#rank-math-faq .rank-math-answer { border-bottom: none!important; }

.images_block {}
.images_block img { display: block; margin: 0 auto; } 


.payment_block { background: #04386e; padding: 24px 0; }
.payment_block img { display: block; margin: 0 auto; max-width: 50%; } 

.strong-view.wpmtst-default .wpmtst-testimonial-field { color: #fff; }
.strong-view.wpmtst-default .wpmtst-testimonial:last-child { margin-bottom: 40px!important; }
.strong-view.wpmtst-default .wpmtst-testimonial-inner {background: #04386e;}

.code-copy {
	width: 100%;
	color: #fff;
	position: relative;
	top: 24px;
	background: linear-gradient(115.47deg, rgba(61, 137, 212, 0.2) 16.81%, rgba(61, 137, 212, 0) 148.71%);
	/* border: 1px solid rgba(255,255,255,.4); */
	box-shadow: 0 0 23rem #fff, inset 0 0 .1rem #fff, 0 0 .4rem #08f, inset 0 0 .4rem #08f, 0 0 .4rem #08f, inset 0 0 7rem #08f;
	border-radius: 10px;
	padding: 20px 60px;
	position: relative;
	/* backdrop-filter: blur(26px); */
	max-width: 40%;
	margin-left: 30%;
}
.code-copy-title {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.4;
	margin-top: 10px;
    padding: 10px 0;
	margin-bottom: 0px !important;
}

.code-copy-title span {
	color: yellow;
	font-size: inherit;
}

.code-copy-btn {
	margin-top: 10px;
  	margin-bottom: 20px!important;
	position: relative;
	width: 250px;
  	height: 50px;
	display: block;
}

.code-copy .small { font-size: 11px; }

.code-copy ul { padding-left: 16px; }
.code-copy ul li { position: relative; text-align: left; }
.code-copy ul li:before { content: ''; background: #fa4d00; position: absolute; left: -16px; top: 11px; 
width: 8px; height: 8px; border-radius:50%; }

.copy {
	border: none;
	color: #fff;
	padding: 6px 8px;
	animation: 2s pulse infinite;
	line-height: 22px;
	font-weight: 700;
	border-radius: 2px;
	cursor: pointer;
	background: linear-gradient(0deg, #2f91f9, #1374d6);
	border-radius: 50px;
	width: 250px;
	height: 50px;
}

.copy span {
    font-size: 25px;
}

.banner-mobile-block {
	min-height: 150px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-image: url(/wp-content/uploads/2022/06/apk.png);
	background-size: cover;
	background-position: center 0px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding-top: 10px;
	margin: 0 auto 25px;
	max-width: 999px;
}
.banner-mobile-block button {
	font-weight: 700;
	color: #fff;
    background-image: linear-gradient(0deg, #fa4d00 0, #fa5e00);
  box-shadow: 0px 15px 30px rgba(250, 65, 0, 0.4);
	height: 50px;
  padding: 2px 30px;
	border-radius: 50px;
	font-weight: 500;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	line-height: 1.2;
	animation: pulse 1.8s infinite;
}




/* Footer */

footer {background: var(--main); padding:30px 0; }
.footerInner .copyFooter {text-align:center; padding-bottom:15px; color: #fff;}
.footerInner .copyFooter span { font-size:15px; color: #fff;}
.footerInner .copyFooter a {color:#fff; margin: 0 10px;}
.footerInner .copyFooter a:hover {color:var(--color-primary);}

.footerLinks {border-top:1px solid #ddd; padding:10px 0 20px 0;max-width: 90%; margin: 0 auto; }
.footerLinks ul {display:flex; justify-content:center; flex-wrap:wrap;}
.footerLinks ul li {font-size:16px; line-height:25px; margin:0 8px; text-align:center;}
.footerLinks ul li a { color: #fff; font-size: 13px; }
.footerLinks ul li a:hover {color:var(--color-primary);}


/* Scroll to top */

.scrollToTop {opacity:0; background: #fa4d00; width:30px; height:30px; transition:0.4s;
border-radius: 50%;position:fixed; bottom:70px; right:30px; box-shadow: var(--shadow-primary);
display:flex; justify-content:center; align-items:center; cursor: pointer; z-index: 9;}
.scrollToTop img {width:15px; height:15px;}
.scrollToTop.pam_content {opacity:1;}


/* Fixed buttons */
.fixed_buttons {display: none; position: fixed; width: 100%; padding: 12px 0; justify-content: center; background: var(--main);
box-shadow:var(--shadow-primary); bottom: 0; left: 0; z-index:8;}
.fixed_buttonsInner {display:flex; justify-content:center; align-items:center;}
.fixed_buttons button {border-radius: var(--border_button); padding:10px 10px; color:#fff;  text-transform:uppercase;
font-size:16px; background:var(--gradient); width:48%; max-width:200px; margin:0 10px;}
.fixed_buttons button:first-child { background:#428cdc; }
.fixed_buttons button:last-child { background:#fa4d00; }


@media screen and (max-width: 1250px) {

.headerDesktop .burger {display: flex;align-items: center;	}
.menuDesktop {display: none!important;}
.header .buttons {display:none;}
.header .logo img { height: 24px;}

.first-screen { margin-top: 0; background-position: 60% -30px !important; top: 52px; height: 280px; padding: 0;
width: 100%; }

.content_page {padding: 0px 5px 10px 5px; margin-top: 44px; }

.fixed_buttons {display:block;}
footer { padding: 30px 0 100px 0; }
.footerLinks {padding:10px 0 40px 0; }
.footerInner .copy a { display: block; margin-top: 12px; }

#copy { width: 90%; }

.code-copy { margin: 0 auto!important; width: 100%; max-width: 100%; height: 100%;
padding: 10px; box-shadow: none; backdrop-filter: blur(26px); top:0px;}
.code-copy ul li { font-size: 14px; }
.code-copy-title { margin-top: 0; font-size: 18px;}

.breadcrumbs a, .breadcrumbs span { line-height: 16px; height: auto;}

.breadcrumbs span:last-child { padding-left: 15px; }

.wp-block-column {width:100%;}
.wp-block-columns img {max-height: 300px !important;}
.wp-block-columns {flex-wrap:wrap!important;}

.content_page ul li, section ul li { width: 100%; }

h1 {font-size: 26px; line-height: 30px;}
h2 {font-size: 24px; line-height: 32px;}
h3 {font-size: 18px; line-height: 30px;}
h4 {font-size: 17px; line-height: 28px;}
h5, h6 {font-size: 16px; line-height: 26px;}

h1, h2, h3, h4, h5, h6 {padding: 10px 0;}

.content_page ul li {width:100%;}

.rank-math-question span, .rank-math-question {font-size: 18px !important;line-height: 28px !important;}
.rank-math-list-item {padding: 10px;}

blockquote {padding: 20px 20px 0 28px;}

.payment_block amp-img { max-width: 90%; }

p, span, li {font-size: 17px; line-height: 28px;}
.content_page ul {margin-left:0;}

.wp-block-media-text__media { width: 100%; display: flex; justify-content: center; }
.wp-block-media-text__media img { max-width: 100%; height: auto; margin-bottom: 15px; }

.wp-block-media-text .wp-block-media-text__content, .wp-block-media-text__media {width:100%;}
.wp-block-media-text__media img {margin:0 auto;}

body .is-layout-flex > * {flex-basis: 100% !important;}

section h2 { margin-bottom: 0!important; }
section h2::before { display:none; }
section.added-dynamic { padding-bottom: 0!important; }
section.added-dynamic:after { display:none!important; padding-bottom: 32px!important; }

    .tabs {
		margin: -25px auto auto auto;
	}
    
}

@media screen and (max-width: 860px) {
	
 	.first-screen {
    height: auto;
    margin-bottom: 0;
}
	
	.tabs {
		width: 100%;
		display: flex;
    	flex-direction: column;
	}
	.tabs li {
		display: flex;
    align-items: flex-start;
    height: 100%;
	}
	.tabs li label {
		position: relative;
    top: 20px;
    z-index: 3;
		border-radius: none;
	}
	.tabs .tab-content {
		top: 20px;
    position: absolute;
    padding: 10px 10px 10px 65px;
    height: 100%;
	}
	.tabs [id^="tab"]:checked + label {
		z-index: 3;
		top: 20px;
	}
	.content_page {
    padding: 0px 5px 10px 5px;
}
    .content_page.front_page {
    padding: 30px 5px 10px 5px;
}
	.sports-wrapper {
    flex-direction: column;
		height: 100%;
    justify-content: center;
    text-align: center;
}
    
    .tabs .tab-content img {
	width: 100px;
	height: 100px;
}
    
    .sports-wrapper div {margin-left:0;} 
    .tabs li:nth-child(9), .tabs li:nth-child(10), .tabs li:nth-child(11), .tabs li:nth-child(12), .tabs li:nth-child(13), .tabs li:nth-child(14), .tabs li:nth-child(15) {display:none;}
    .tabs .tab-content span {display:none; }
    .tabs .tab-content p {font-size:15px; line-height:20px;}
    .code-copy-btn {margin-bottom: 0px !important;height:auto;}
    #copy {height: 40px;}

    
}