/**
 * Theme Name:  mostbet24
 * Theme URI:   http://wordpress.org/themes/mostbet24
 * Author:      Freya
 * Description: Theme for https://mostbet-casino108.in/.
 */

@font-face {font-family: 'Poppinsregular'; src: url(fonts/Poppinsregular.woff2); font-display: swap; }
@font-face {font-family: 'Poppinspoppins-semibold'; src: url(fonts/Poppinspoppins-semibold.woff2); font-display: swap; }

* { 
    margin: 0; 
    padding: 0; 
    box-sizing: border-box; 
}
body { 
    overflow-x: hidden;
    font-family: 'Poppinsregular', sans-serif;
    font-weight: 400;
	position: relative;
	background: #dde4ed;
    color: rgba(0,0,0,.8);
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
footer {
	margin-top: auto;
}
a {
	color: #000;
    text-decoration: none; 
    transition: 0.3s; 
}
input, button {
    border: none; 
    box-shadow: none; 
    outline: none;
    transition: 0.3s;
}
h1, h2, h3, h4, h5, h6 { font-family: 'Poppinspoppins-semibold', sans-serif;
    padding-bottom: 20px;
	text-align: center;
    
}

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

img {display:block; max-width:100%;}
a, p, span, li, i, b {line-height: 24px;font-size: 16px;}

p {margin-bottom: 25px;}
	
blockquote {
  	display:block;
  	background: #003266;
  	padding: 15px 20px 15px 45px;
  	margin: 20px 0;
  	position: relative;
  	font-size: 16px;
  	line-height: 1.2;
  	color: inherit;
  	text-align: justify;
  	border-left: 15px solid #c3d101;
  	-moz-box-shadow: 2px 2px 15px #ccc;
  	-webkit-box-shadow: 2px 2px 15px #ccc;
  	box-shadow: 2px 2px 15px #ccc;
	border-radius: 6px; 
}
blockquote p {
	margin-bottom: 0; color:#fff;
}
.wp-block-image figcaption {
    text-align: center;
}
.container {
    display: block;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1180px;
	width: 100%;
}
.content_page {
    margin-top: 90px;
	margin-bottom: 20px;
}
.content_page.mainPage {margin-top: 50px;}
/* .content_page a {
	color: #fa4d00 ;
} */
.mt-0 {
	margin-top: 62px;
}

/* Lists */

ul, ol {
    list-style: none;
    margin-bottom: 20px;
}
.content_page ul, .content_page ol {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.content_page ul li {
	position: relative;
	padding-left: 25px;
	width: 48%;
	padding-bottom: 10px;
}
.content_page ul li::before {
	content: ' ';
	background-image: url("/wp-content/uploads/stars.png");
	height: 24px;
	width: 24px; 
	background-size: cover;
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
}
.content_page ol {counter-reset: num; margin-left: 40px;}
.content_page ol li {position: relative;line-height: 28px; margin-bottom:15px;  	}
.content_page ol li:not(.lwptoc_item) {width:46%; display:inline-block;}
.content_page ol li:not(.lwptoc_item)::before {content: counter(num); counter-increment: num;display: inline-block;
position: absolute;top: 0;left: -45px;width: 30px;height: 30px;line-height: 28px;  box-sizing: border-box;
text-align: center;font-size: 15px;border-radius: 50%; color:#fff;
box-shadow: var(--shadow-primary); background: #003266 ;}



/* Table */

.wp-block-table {
    margin: 0px !important;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

/* Back to Top button  */

.scrollToTopBtn {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 100;
  display: none;
  cursor: pointer;
  padding: 10px 15px;
    border-radius: 20px;
    background: #fa5e00;
    color: #fff;
}

/* Header */

header {position: fixed; top: 0; left: 0;height: 66px; box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.1);
 width: 100%;  background: #003266; display: flex;align-items: center; z-index:10;}

.header-wrap {display: flex;align-items: center;justify-content: space-between;width: 100%;}



.menu-wrapper { 
	display: flex;
    align-items: center;
    justify-content: center; 
}
.menu {
	display: flex;
	align-items: center;
}
#menu-header-menu {
	display: flex;
	margin: 0;
}
#menu-header-menu li:before {
	content: none;
}
#menu-header-menu a {
	color: #fff;
	font-weight: 600;
    font-size: 16px;
}
#menu-header-menu a:hover {color:#c3d101;}
#menu-header-menu li {
	padding: 5px 10px 5px 5px;
    display: block;
    position: relative;
    white-space: nowrap;
}


.menu [aria-current="page"] {color:#c3d101!important; border-bottom: 1px solid #c3d101;}



/* Burger */

.burger {
	display: none;
}

.menu_mobile {
  background-image: linear-gradient(0deg,rgba(0,50,102,0) 0,#003266 73%,#003266 98%);
  background-color: #0A519E;
  box-shadow: 0 2px 7px rgba(0,0,0,.6);
  width: 100%;
  padding: 0 30px;
  max-width: 350px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  display: block;
  transition: right 0.8s;
}
.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;
}
header .overlay.active {
	display: block;
}
.close {
	display: flex;
    justify-content: center;
    padding: 20px 0;
}
#menu-header-menu-1 {
	display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.menu-header-menu-container ul li::before {
	content: none;
}
#menu-header-menu-1 li {
	padding: 10px;
}
#menu-header-menu-1 li a {
	color: #FFF;
}

/* Button */

.button {
	border: none;
    border-radius: 30px;
    font-weight: 700;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
	display: flex;
    align-items: center;
}
.reg-button {
    background: linear-gradient(0deg,#fa4d00 0,#fa5e00);

}
header .reg-button:hover {
    background:#c3d101;
}
.login-button {
	background: transparent;
	color: #fff;
	border: 2px solid #c3d101;
}
.login-button:hover {
	 opacity: 0.9;
}

/* Table */
.wp-block-table table {
    background: #fff;
    border-radius: 5px;
}
th, td {
    padding: 15px;
    text-align: left;
}
tr {
	border-bottom: 1px solid #eee;
}
tr:last-child {
	border-bottom: none;
}

/* Footer */

.footer-wrap {
	padding: 20px 0;
	display: flex;
    align-items: center;
    justify-content: center;
}
.menu-footer-menu-container {
	padding-top: 10px;
}
.menu-footer-menu-container ul li:before {
	content: none;
}
.footer-menu {
	align-items: center;
    display: flex;
    flex-direction: column;
	margin: 0;
	padding: 0;
}
.footer-menu a {
	color: #fff;
}
.footer-bg {
	background: #003266;
	color: #fff;
	width: 100%; padding-bottom: 55px;
}

/* 404 page */

.error-page {
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
    font-size: 100px;
    font-weight: 600;
}
.error-page p {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}

/* Fixed block */

.fixed-block-to-scroll {
  position: fixed;
  bottom: 0px;
  right: 0;
  left: 0;
  display: none; z-index: 3;
}
.fixed-block-to-scroll-show {
  display: flex;
} 
.fixed-block {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.fixed-block-wrapper {
    background: #003266;
    padding: 10px 0px;
  
    max-width: 500px;
    width: 100%;
    font-size: 16px;
    border-radius: 8px 8px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
	box-shadow: 0 0 24px 0 rgba(0,0,0,.25);
}

.fixed-block-wrapper .footerApp {
	border-radius: 5px; width:46px; height:46px;
}

.column {
    display: flex;
    flex-direction: column;
    margin: 0 10px;
}

.subtitle {
    font-size: 10px;
    display: flex;
    margin-top: 5px;
}

.gold {
    color: gold;
    margin-right: 3px;
}

.footer-button {
    font-size: 14px;
    padding: 7px 10px;
}

.pulse {
  box-shadow: -1px -1px 5px 5px rgb(255 105 0);
  -webkit-animation: pulse 1.5s infinite;
}
.pulse:hover {
  -webkit-animation: none;
}

@-webkit-keyframes pulse {
  0% {
    @include transform(scale(.9));
  }
  70% {
    @include transform(scale(1));
    box-shadow: 0 0 0 20px rgba(28, 198, 141, 0);
  }
    100% {
    @include transform(scale(.9));
    box-shadow: 0 0 0 0 rgba(28, 198, 141, 0);
  }
}

/* FAQ */

.rank-math-answer {
	display: none; color:#fff; padding-top:20px;
}

.rank-math-answer.active { 
	display: block;
}

.rank-math-list-item {
    background:#003266  url('/wp-content/uploads/2022/plus.png') no-repeat;
    background-size: 28px;
    background-position: 98% 15px; 
    cursor: pointer; 
    position: relative;
    padding: 15px 50px 15px 15px; 
    margin-bottom: 20px; 
    border-radius: 6px; border-left: 15px solid #c3d101;
}
.rank-math-list-item.minus {
    background:#003266  url('/wp-content/uploads/2022/minus.png') no-repeat;
    background-size: 28px;
    background-position: 98% 15px;
}

.rank-math-question {text-align:left; color:#fff; font-size: 20px; line-height: 28px; padding-bottom:0;}

.mobile-button {
	display: none;
}


.ub_table-of-contents-extra-container {padding: 0px 0px!important;}
.ub_table-of-contents-extra-container a {background:#fafafa; border-radius: 30px; padding: 10px 15px; color: rgba(0,0,0,.8); display: block;
}
.ub_table-of-contents li {display:inline-block!important; padding: 0 0!important; margin-right:20px; margin-bottom:20px;
width: auto!important; }
.ub_table-of-contents ul {margin-left:0!important; display: block;}
.ub_table-of-contents a:hover {color:#fff; background: #003266;}

.ub_table-of-contents-toggle-link {font-size:16px;padding: 0px 4px;}

.ub_table-of-contents-header-container {padding:0 0!important;display:flex!important;padding-right:20px!important;
padding-bottom:20px!important; align-items:center; }
.ub_table-of-contents-header {display:flex!important; }
.ub_table-of-contents-title {border-bottom: 1px solid #000; }


.wp-block-image {width:100%; margin-bottom:15px;}
.contentImg {position:relative; width:95%; max-width:700px; margin:0 auto; margin-top:30px;}
.contentImg img { box-shadow: 0 0 24px 0 rgba(0,0,0,.25); position:relative; z-index:2; height: auto; margin-bottom: 12px;}
.contentImg::after {content: ""; width: 100%; height: calc(100% - 20px); position: absolute;
bottom: 35px;right: -25px;z-index: 1;border: 3px solid #c3d101;}


.is-layout-flex .contentImg {max-width: 250px;}
.is-layout-flex .contentImg img {max-height:500px!important; width: auto;}
body .is-layout-flex {align-items:center!important;}
:where(.wp-block-columns.is-layout-flex) {gap:0!important;} 


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

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



@media (max-width: 1200px) {
	.mobile-button {
		display: flex;
		padding: 5px 15px;
	}
	.mobile-wrap {
		display: flex;
    align-items: center;
	}
	.desctop-button {
		display: none;
	}
	.burger {
	display: flex;
    align-items: center;	
}
.custom-menu {
	display: none;
}
#main-menu {
    display: none;
}

.logo img {
    width: 145px;
    height: 23px;
    object-fit: cover;
}		

.contentImg::after {
  width: 90%;
  right: -10px;
  bottom: 25px;
}

.content_page.mainPage { margin-top: 20px;}

}


@media (max-width: 800px) {
	.content_page ul li, .content_page ol li:not(.lwptoc_item) {width:100%;}
	
	.ub_table-of-contents-header {font-size:16px!important;}
	.ub_table-of-contents {display:block!important;}
	.ub_table-of-contents-header-container {padding-right:0px!important;}
	.ub_table-of-contents a {font-size:14px; padding: 5px 10px; }
	.ub_table-of-contents li {margin-right: 10px; margin-bottom: 10px;}
	.ub_table-of-contents {margin-top:10px!important;}
	
	blockquote {padding: 15px 20px 15px 25px;}
	
	h1 {font-size:26px; line-height: 28px; }
	h2 {font-size:22px; line-height: 28px; }
	h3 {font-size:20px; line-height: 28px; }
	h4 {font-size:18px; line-height: 28px; }

	.rank-math-list h3 {font-size:17px;line-height: 26px; }
	
	p {margin-bottom: 15px;}
	.wp-block-columns {margin-bottom:0!important;}
	
}


@media (max-width: 680px) {
	.wp-block-pullquote {
    margin: 20px 0px !important;
    padding: 20px !important;
	font-weight: 400;
	}
	.mobile-button {
    padding: 7px 15px;
    font-size: 14px;
    text-transform: uppercase;
	white-space: nowrap;
	}
	.mobile-button img {
		display: none;
	}
	.header {
		height: 65px;
	}
	
	
	
}


@media (max-width: 600px) {
	.wp-block-media-text__content {padding: 5% 0 0 0!important;}
	.contentImgMedia::after {width: calc(90% - 20px); right: -10px;}
}

@media (max-width: 500px) {
.fixed-block-wrapper {justify-content:space-between; padding:10px 20px;}
.fixed-block-wrapper .footerApp {width: 26px;height: 26px;}
}


@media (max-width: 440px) {
	.menu-wrapper .login-button {
		display: none;
	}
	.logo img {
    width: 132px;
    object-fit: contain;
}
	
	

	
	.column {
		margin: 0 10px 0 0;
	}
}


@media (max-width: 340px) {
.fixed-block-wrapper>img {display:none;}
}




/* Main banner */
.mainBanner {position:relative; margin-top:65px;height:360px;}
.mainBannerInner {display:flex; justify-content:space-between; max-width: 1100px;
width: 100%; margin: 0 auto;}
.bannerText {width:48%; padding-left:60px; padding-top:60px;}
		
.bannerText button {background:#c3d101; background: #c3d101; border-radius: 30px; padding: 10px 15px;font-weight: 700; font-size:16px;
display:flex; align-items:center; cursor:pointer; transition:0.4s;}
.bannerText button:hover {background:#ddd;}
.bannerText button img {width:20px; height:20px; background:#072338; border-radius:50%; padding:6px; margin-right: 8px;}
.bannerText .firstTitle span {color:#c3d101; text-transform: uppercase; font-size:18px; position:relative; padding: 0 20px;}
.bannerText .firstTitle span:before {content:''; width:15px; height:2px; background:#c3d101;
position:absolute; top:12px; left:0; }
.bannerText .firstTitle span:after {content:''; width:15px; height:2px; background:#c3d101;
position:absolute; top:12px; right:0; }
.bannerText .secondTitle {font-weight: 700; font-size:50px; line-height:50px; color:#fff; text-align: left;}
.bannerText .bonus {color:#fff; font-size:24px; line-height:30px; font-weight: 500;}
.bannerText .bonus .marked {border-bottom:2px dotted #fff; display: inline-block; margin-left: 15px;}
		
.bannerImg {width:48%;}
.bannerImg img {width:528px; height:415px;}

@media (max-width: 1200px) {
.mainBanner {height:auto;}
.mainBannerInner {flex-wrap:wrap; padding: 0 20px;}
.bannerText .secondTitle {font-size: 34px; line-height: 40px; text-align:center;}
.bannerText {width: 100%; padding-left: 0px; text-align:center; padding-top: 30px; }
.bannerText button {margin: 0 auto;}
.bannerImg {width:100%;}
.bannerImg img {display: block; width:200px; height:157px; margin: 0 auto;}
.bannerText .firstTitle {display:none;}
}

/* Main banner end */


/* Review */
.reviews {margin-bottom: 40px;}
.review {border-radius: 6px; border: 2px solid #003266; margin-bottom: 20px; border-right: 15px solid #003266 ;}
.review_top {background:#fff;padding: 10px 15px; border-radius:6px 6px 0 0; }
.review_top .name {display:flex; align-items:center;margin-bottom:10px;}
.review_top .name span {font-size: 18px; line-height: 28px; font-weight:bold;}
.review_top .name img {width:50px; height:50px; margin-right: 15px;}
.review .text {padding: 10px 15px;}
.review .text p {font-size:15px; line-height:24px; margin-bottom:10px;}
.review .text .sign {font-size:14px; line-height:24px; text-align:right;}


.ratingStars {display:flex; align-items:center;}
.item_position {margin-right:10px;}
.item_position .current_position {font-size:20px; font-weight:bold;}
.item_position .total_position {font-size:14px;}


ul.rating[data-rating="5"] .rating__item:nth-child(-n+5):after,
 .rating[data-rating="4.9"] .rating__item:nth-child(-n+5):after, 
 .rating[data-rating="4.8"] .rating__item:nth-child(-n+4):after,
 .rating[data-rating="4.7"] .rating__item:nth-child(-n+4):after,
 .rating[data-rating="4.6"] .rating__item:nth-child(-n+4):after,
 .rating[data-rating="4.5"] .rating__item:nth-child(-n+4):after, 
 .rating[data-rating="4.4"] .rating__item:nth-child(-n+4):after, 
 .rating[data-rating="4.3"] .rating__item:nth-child(-n+4):after,
 .rating[data-rating="4.2"] .rating__item:nth-child(-n+4):after,
 .rating[data-rating="4.1"] .rating__item:nth-child(-n+4):after,
 .rating[data-rating="4"] .rating__item:nth-child(-n+4):after, 
 
 .rating[data-rating="3.9"] .rating__item:nth-child(-n+4):after, 
 .rating[data-rating="3.8"] .rating__item:nth-child(-n+3):after,
 .rating[data-rating="3.7"] .rating__item:nth-child(-n+3):after,
 .rating[data-rating="3.6"] .rating__item:nth-child(-n+3):after,
 .rating[data-rating="3.5"] .rating__item:nth-child(-n+3):after,
 .rating[data-rating="3.4"] .rating__item:nth-child(-n+3):after,
 .rating[data-rating="3.3"] .rating__item:nth-child(-n+3):after,
 .rating[data-rating="3.2"] .rating__item:nth-child(-n+3):after,
 .rating[data-rating="3.1"] .rating__item:nth-child(-n+3):after, 
 .rating[data-rating="3"] .rating__item:nth-child(-n+3):after, 

 .rating[data-rating="2.9"] .rating__item:nth-child(-n+3):after, 
 .rating[data-rating="2.8"] .rating__item:nth-child(-n+2):after,
 .rating[data-rating="2.7"] .rating__item:nth-child(-n+2):after,
 .rating[data-rating="2.6"] .rating__item:nth-child(-n+2):after,
 .rating[data-rating="2.5"] .rating__item:nth-child(-n+2):after,
 .rating[data-rating="2.4"] .rating__item:nth-child(-n+2):after,
 .rating[data-rating="2.3"] .rating__item:nth-child(-n+2):after,
 .rating[data-rating="2.2"] .rating__item:nth-child(-n+2):after,
 .rating[data-rating="2.1"] .rating__item:nth-child(-n+2):after, 
 .rating[data-rating="2"] .rating__item:nth-child(-n+2):after, 
 
 .rating[data-rating="1.9"] .rating__item:nth-child(-n+2):after, 
 .rating[data-rating="1.8"] .rating__item:nth-child(-n+1):after,
 .rating[data-rating="1.7"] .rating__item:nth-child(-n+1):after,
 .rating[data-rating="1.6"] .rating__item:nth-child(-n+1):after,
 .rating[data-rating="1.5"] .rating__item:nth-child(-n+1):after,
 .rating[data-rating="1.4"] .rating__item:nth-child(-n+1):after,
 .rating[data-rating="1.3"] .rating__item:nth-child(-n+1):after,
 .rating[data-rating="1.2"] .rating__item:nth-child(-n+1):after,
 .rating[data-rating="1.1"] .rating__item:nth-child(-n+1):after, 
 .rating[data-rating="1"] .rating__item:nth-child(-n+1):after, 
 
 .rating[data-rating="0.9"] .rating__item:nth-child(-n+1):after, 
 .rating[data-rating="0.8"] .rating__item:nth-child(-n+0):after,
 .rating[data-rating="0.7"] .rating__item:nth-child(-n+0):after,
 .rating[data-rating="0.6"] .rating__item:nth-child(-n+0):after,
 .rating[data-rating="0.5"] .rating__item:nth-child(-n+0):after,
 .rating[data-rating="0.4"] .rating__item:nth-child(-n+0):after,
 .rating[data-rating="0.3"] .rating__item:nth-child(-n+0):after,
 .rating[data-rating="0.2"] .rating__item:nth-child(-n+0):after,
 .rating[data-rating="0.1"] .rating__item:nth-child(-n+0):after, 
 .rating[data-rating="0"] .rating__item:nth-child(-n+0):after
 

 {content: ""; background:url(/wp-content/themes/mostbet24/modules/reviews/star_full.svg)no-repeat; background-size:cover; width:20px!important; height:19px; 
 background-size:cover; position:absolute; top:0; left:0;}


.rating[data-rating="4.8"] .rating__item:nth-child(5):after,
.rating[data-rating="4.7"] .rating__item:nth-child(5):after,
.rating[data-rating="4.6"] .rating__item:nth-child(5):after,
.rating[data-rating="4.5"] .rating__item:nth-child(5):after,
.rating[data-rating="4.4"] .rating__item:nth-child(5):after,
.rating[data-rating="4.3"] .rating__item:nth-child(5):after,

.rating[data-rating="3.8"] .rating__item:nth-child(4):after,
.rating[data-rating="3.7"] .rating__item:nth-child(4):after,
.rating[data-rating="3.6"] .rating__item:nth-child(4):after,
.rating[data-rating="3.5"] .rating__item:nth-child(4):after,
.rating[data-rating="3.4"] .rating__item:nth-child(4):after,
.rating[data-rating="3.3"] .rating__item:nth-child(4):after,

.rating[data-rating="2.8"] .rating__item:nth-child(3):after,
.rating[data-rating="2.7"] .rating__item:nth-child(3):after,
.rating[data-rating="2.6"] .rating__item:nth-child(3):after,
.rating[data-rating="2.5"] .rating__item:nth-child(3):after,
.rating[data-rating="2.4"] .rating__item:nth-child(3):after,
.rating[data-rating="2.3"] .rating__item:nth-child(3):after,

.rating[data-rating="1.8"] .rating__item:nth-child(2):after,
.rating[data-rating="1.7"] .rating__item:nth-child(2):after,
.rating[data-rating="1.6"] .rating__item:nth-child(2):after,
.rating[data-rating="1.5"] .rating__item:nth-child(2):after,
.rating[data-rating="1.4"] .rating__item:nth-child(2):after,
.rating[data-rating="1.3"] .rating__item:nth-child(2):after,

.rating[data-rating="0.8"] .rating__item:nth-child(1):after,
.rating[data-rating="0.7"] .rating__item:nth-child(1):after,
.rating[data-rating="0.6"] .rating__item:nth-child(1):after,
.rating[data-rating="0.5"] .rating__item:nth-child(1):after,
.rating[data-rating="0.4"] .rating__item:nth-child(1):after,
.rating[data-rating="0.3"] .rating__item:nth-child(1):after
{content: ""; background:url(/wp-content/themes/mostbet24/modules/reviews/star_half.svg)no-repeat; background-size:cover; width:20px!important; height:19px; 
 background-size:cover; position:absolute; top:0; left:0;}
 
 
.rating[data-rating="4.2"] .rating__item:nth-child(5):after,
.rating[data-rating="4.1"] .rating__item:nth-child(5):after,
.rating[data-rating="3.2"] .rating__item:nth-child(4):after,
.rating[data-rating="3.1"] .rating__item:nth-child(4):after,
.rating[data-rating="2.2"] .rating__item:nth-child(3):after,
.rating[data-rating="2.1"] .rating__item:nth-child(3):after,
.rating[data-rating="1.2"] .rating__item:nth-child(2):after,
.rating[data-rating="1.1"] .rating__item:nth-child(2):after,
.rating[data-rating="0.2"] .rating__item:nth-child(1):after,
.rating[data-rating="0.1"] .rating__item:nth-child(1):after
{content: ""; background:url(/wp-content/themes/mostbet24/modules/reviews/star_one_fourths.svg)no-repeat; background-size:cover; width:20px!important; height:19px; 
 background-size:cover; position:absolute; top:0; left:0;} 
 

ul.rating {display: flex; align-items: center; justify-content: flex-start; list-style:none; margin-bottom:0!important;}
.rating__item {display: block;position: relative; width: 20px!important; height: 19px; padding-bottom: 0 !important; }
.rating__item::after {
content: ""; background:url(/wp-content/themes/mostbet24/modules/reviews/star_empty.svg)no-repeat; background-size:cover; width:20px!important; height:19px; 
 background-size:cover; position:absolute; top:0; left:0;
}
.rating__item:before {display:none!important;}





















