/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.container {
    padding: 0 15px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.innerwrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    position: relative
}

@media (min-width:576px) {
    .innerwrap {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .innerwrap {
        max-width: 730px
    }
}

@media (min-width:992px) {
    .innerwrap {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .innerwrap {
        max-width: 1170px
    }
}
body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
	color:rgba(0,0,0,0.8);
	background:#f5f5f5;
	line-height:1.6;
	font-size:15px;
	width:100%;
	overflow-x:hidden;
	
	
}
/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
* {
	box-sizing: border-box;
}
a {
	color: #ff642e;
	text-decoration:none;
}
a:hover {
	color: #000;
}
img {
    width: auto;
    height: auto;
	max-width: 100%;
	max-height: 100%;
}
ul {
    margin: 0 0 15px 15px;
    padding: 0;
    list-style: disc;
}
ol {
    margin: 0 0 15px 15px;
    padding: 0;
    list-style: decimal;
}
h1, h2, h3, h4, h5, h6, .h2 {color:#000;margin:0 0 15px;line-height:1.3;font-weight:700;}
h1 {

  font-size: 25px;
 
}
h2, .h2 {
 
  font-size: 23px;
 
}
h3 {

  font-size: 21px;

}
h4 {

  font-size: 19px;

}
h5 {

  font-size: 17px;

}
h6 {

  font-size: 5;

}
p {
    margin: 0 0 15px;
}
blockquote {
	position: relative;
	font-style:italic;
	margin: 0 0 15px;
	padding:0 0 0 15px;
	font-size: 17px;
	color:#000;
	border-left:5px solid #ff00a2;
	
}


input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    width: 100%;
    margin: 0 0 15px;
    padding: 10px;
    color: #666;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}
iframe {
    width: 100%;
    height: 500px;
	border:none;padding:0;
}
@media (max-width: 1199px) {
    iframe {
        height: 400px;
    }
}
@media (max-width: 991px) {
    iframe {
        height: 400px;
    }
}
@media (max-width: 767px) {
    iframe {
        height: 300px;
    }
}
@media (max-width: 500px) {
    iframe {
        height: 200px;
    }
}
table {
	width: 100%;
	margin: 0 0 15px;
	border: 1px solid rgba(0,0,0,0.1);
	border-collapse: collapse; 
	text-indent: initial;
    border-spacing: 0;
	max-width:100%;
	text-indent: inherit;
}
table th, table td {
	padding: 10px 15px;
	
	border: 1px solid rgba(0,0,0,0.1);
}

@media screen and (max-width: 767px) {
    .ctable {
        width: 100%!important;
        overflow: auto!important;
        border: 1px solid rgba(0,0,0,0.1);
        box-sizing: border-box;
        margin: 20px 0 20px;
		max-width:100%;
    }
    .ctable table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}

.entry-title {
    display: block;
    width: 100%;
    
}


a.orange-btn {
    color: #fff;
    background: #ff642e;
    padding: 10px 30px;
 
    font-weight: 700;
   text-align:center;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
  
}




a.green-btn {
    color: #fff;
    background: #43d487;
 padding: 10px 30px;
 
    font-weight: 700;
   text-align:center;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
}


.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.home-post-content a {color: #fff;
  background: #3443f5;
  padding: 10px;
  font-weight: 700;
  text-align: center;
 display:block;max-width:240px;margin:15px auto;
  text-decoration: none;
  border-radius: 10px;}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	padding: 10px 0;
	background: #000;
}
.site-header .row {
	align-items: center;
}
.main-navigation {padding-left:100px;}
.site-header .main-navigation .menu-toggle {
	display: none;
}
.site-header .main-navigation-menu ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-header .main-navigation-menu ul a {
	display: block;
	padding: 10px;
	color: #999;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}
.logotype img {width:140px;display:block;}
.site-header .main-navigation-menu ul a:hover {
	color: #fff;
}
.site-header .account-buttons {
	position: absolute;
	right:0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/

.posts-image {float:left;width:45%;margin-right:20px;}
.posts-image img {display:block;width:100%;}
.archive #content article, .search #content article {padding-bottom:30px;}
#content article a.title {display:block;font-weight:700;font-size:18px;line-height:1.3;margin:0 0 10px;}

.pagination .nav-links {

}
.pagination span,
.pagination a {
    
    margin-right: 5px;
    padding: 4px 10px;
    color: #000;
   
    font-weight: 700;
   
    text-decoration: none;
    background:#fff;
    border-radius: 3px;
   
}
.pagination span:hover,
.pagination a:hover {
    color: #fff;
    background: #ff642e;
}
.pagination span.current {
    color: #fff;
    background: #ff642e;
}
.pagination span.current:hover {
    color: #fff;
}
#sidebar { background: #fff;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);padding:15px;height:100%;}
#sidebar .widget .screen-reader-text {
	display: none;
}
#sidebar .widget-title {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	margin:0 0 15px;
}
#sidebar .widget ul {
	margin: 0 0 25px;
	padding: 0;
	list-style: none;
}
#sidebar .account-buttons a {display:block;margin:0 0 15px;}
#sidebar .widget ul li {border-bottom:1px solid rgba(0,0,0,0.1);padding-bottom:10px;margin-bottom:10px;}
#sidebar .widget ul a {
	display: block;

	
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
	
}
.single-image {float:left;width:45%;margin-bottom:15px;margin-right:20px;}
.single-image img {width:100%;}
#main-content {margin:30px 0;}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content ul, #content ol, #content blockquote, #content p {clear:both;}
#content p:first-of-type {clear:none;}
/* Comments
--------------------------------------------- */
.comments-area {
    margin: 30px 0 0;
}
.comments-title, .comment-reply-title {
    color: #000;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
}
.comment-content {padding:0 0 20px;}
.comment-author img {float:left;margin-right:15px;}
#comments ol {margin:0;list-style:none;}
#comments ol ol {margin:0;list-style:none;padding-left:30px;}
#comments label {
    display: block;
    font-size: 14px;
    opacity: .7;
    margin-bottom: 7px;
}
#respond input[type="text"], #respond input[type="email"], #respond input[type="url"], #respond textarea {
    width: 100%;
    padding: 10px;
    color: #666;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 10px;
}
#comments input[type="submit"] {
    background: #3443f5;
    border: none;
	font-family:inherit;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px 20px;
    font-weight: 700;
    text-transform: uppercase;
    transition: .3s;
}
#comments input[type="submit"]:hover {
    color: #fff;
    background: #3443f5;
}
/* # Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs_wrap {
    padding: 15px 0;
    background: #fff;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);
}
.breadcrumbs_wrap .breadcrumbs span a {
   
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
}

.breadcrumbs_wrap h1 {
    margin: 0;
   font-size:22px;
}
/* # Banner
--------------------------------------------------------------*/
.welcome {margin:30px auto;
padding:40px 30px 0;
	position: relative;
	background:url(/wp-content/uploads/2024/12/ra.jpg) no-repeat left center; background-size:cover;height:350px;width:1140px;
}
.welcome-bonus {font-weight:700;color:#fff;font-size:23px;}
.welcome-promo {display:inline-block;font-weight:700;color:#fff;position:relative;z-index:9;}
.welcome a.orange-btn {display:block;padding:10px;max-width:200px;margin:30px 0;}
.welcome a.green-btn {display:none;padding:10px;max-width:200px;margin:15px auto;}
.welcome-promo span { 
position:relative;
margin-right:22px;display:inline-block;
cursor:pointer;
color: #ffda55;
}

.welcome-promo span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/win/images/copy.svg);
    mask: url(/wp-content/themes/win/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #ffda55;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
.welcome-overlay {position:absolute;left:0;top:0;width:100%;height:100%;}
@media (max-width:1170px) {
.welcome {margin:0 0 30px; width:100%;}
}
@media (max-width:767px) {
.welcome {height:auto;padding:30px 15px;text-align:center;}
.welcome-overlay, .home .main-navigation, .home .site-header .account-buttons {display:none;}
img.welcome-bonus {max-width:400px;}
.welcome a.orange-btn {margin:15px auto;}
.welcome a.green-btn {display:block;}
}
@media (max-width:767px) {

}
@media (max-width:420px) {

}
.front-title, .home h1, .home h2 {font-size:22px;color:#000;font-weight:700;margin:0 0 15px;}
.home h3 {font-size:18px;}

.slot {
    position: relative;
 background:#000;
    border-radius: 0;
    overflow: hidden;
	margin-bottom:30px;
    
}
.slot img {
    width: 100%;
   display:block;
}
.slot:hover img {opacity:0.2;}
.slot .content {
    position: absolute;
    left: 0;
   width:100%;
    top: 22%;
  text-align:center;
    display: none;
   
   
   
}
a.text-btn {font-weight:700;text-transform:uppercase;color:#999;}
a.text-btn:hover {color:#fff;}
.slot .btn {padding:10px;display:block;max-width:180px;margin:10px auto;}
.slot:hover .content {
    display: block;
}
.slot-cats ul {margin:0 0 10px;list-style:none;}
.slot-cats ul li {display:inline-block;margin-right:10px;margin-bottom:20px;}
.slot-cats ul li a {font-weight:700;padding:8px 20px;border-radius:6px;background:#344249;color:#fff;}
.slot .content .title {
    color: #fff;
    font-size: 14px;
    font-weight:700;
}



.latest-news .new {
    margin-bottom:30px;
    background: #fff;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);
    border-radius: 0;
    overflow: hidden;
}
.latest-news .new a.title {
    display: block;
    padding: 10px 15px 15px;
    
   
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
}


.latest-news .new img {
  display: block;
    width:100%;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width:992px) {

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
}
.slot-link {text-align:center;padding:30px 0;}
.page-404-content {text-align:center;padding:100px 0;}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.wp-caption {max-width:100%;margin-bottom:15px;}
.wp-caption-text {padding:6px 0 0;font-size:14px;font-style:italic;opacity:0.8;text-align:center;}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
	margin: 25px 0 0;
	background: #000;
	padding:15px 0 0;
}
footer .navigation-menu {
	width: 100%;
}
footer .navigation-menu ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
footer .navigation-menu ul a {
	display: block;
	padding: 5px 10px;
	color: #999;
	text-decoration: none;
	font-weight:700;
}
footer .navigation-menu ul a:hover {
	color: #fff;
}
footer .first-row {
	padding: 15px 0;
	
	
}

.site-header a.orange-btn {margin-right:15px;}
footer .first-row .account-buttons {
	text-align:center;
	padding:30px 0 0px;
	
}
footer .first-row .account-buttons .btn {
	margin: 10px;
}
footer .second-row {
	padding: 15px 0;
	
}
footer .second-row .navigation-menu ul {margin:0 0 10px;}
footer .second-row .navigation-menu ul a {
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}
footer .copyright {
color:rgba(255,255,255,0.6);
	font-size: 13px;
	text-align: center;
}

@media (max-width:1199px) {
.slot .content {top:18%;}
}
@media (max-width:991px) {
.slot-page .col-3, .slots .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.logotype img {margin:0 auto;}
.slot .content {top:30%;}
.main-navigation {padding-left:0;}

.site-header .row {display:block;text-align:center;}
.site-header .account-buttons {padding:30px 15px 20px;position: static;display: block;}
.site-header .main-navigation-menu ul {padding:10px 0 0;display:block;}
.site-header .main-navigation-menu ul li {display:inline-block;}
#sidebar {margin-top:30px;height:auto;}
}
@media (max-width:767px) {
.slot .content {top:20%;}
.single-image {width: 100%;margin-right: 0;}
.posts-image {width: 100%;margin-right: 0;margin-bottom:15px;}
}
@media (max-width:500px) {
.slot-page .col-3, .slots .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.slot .content {top:30%;}
h2, .h2 {
    font-size: 23px;
}
}
@media (max-width:400px) {
 
.site-header .account-buttons a, footer .first-row .account-buttons a {display:block;}
.site-header a.orange-btn {margin-bottom:15px;margin-right: 0;}
}
@media (max-width:320px) {

.slot .content {top:20%;}
}

.wpshop-event {
  --wpshop-event-color-bg: #111;
  --wpshop-event-color-text: #fff;
  --wpshop-event-border-radius: 8px;
  --wpshop-event-width: 200px;
  --wpshop-event-height: 100px;
  --wpshop-event-cta-bg: #ffcc00;
  --wpshop-event-cta-color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: var(--wpshop-event-width);
  height: var(--wpshop-event-height);
  bottom: 20px;
  right: 30px;
  color: var(--wpshop-event-color-text);
  background: var(--wpshop-event-color-bg);
  border-radius: var(--wpshop-event-border-radius);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", sans-serif;
  font-size: 15px;
  line-height: 1.3;
  word-break: break-word;
  overflow-wrap: break-word;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  z-index: 999999;
  transition: all 0.2s;
  box-sizing: border-box;
  cursor: pointer;
}

.wpshop-event *, .wpshop-event *:before, .wpshop-event *:after {
  box-sizing: border-box;
}

.wpshop-event:hover {
  transform: scale(1.05);
}
.wpshop-event:hover .wpshop-event__cta {
  background-color: #27ae60;
  color: #fff;
}

.wpshop-event.hide {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
}

.wpshop-event__close {
  position: absolute;
  top: -32px;
  right: 0;
  color: #000;
  font-size: 24px;
  opacity: 0.3;
  cursor: pointer;
}

/* .wpshop-event__close:hover {
	opacity: .5;
} */
.wpshop-event__header {
  font-weight: 800;
  font-size: 1.1em;
}

.wpshop-event__text p {
  margin: 5px 0;
}

.wpshop-event__cta {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 10px 15px;
  text-align: center;
  font-weight: 600;
  background: var(--wpshop-event-cta-bg);
  color: var(--wpshop-event-cta-color);
  border-radius: 4px;
  transition: all 0.2s;
}

.wpshop-event--expert-review-april {
  width: 180px;
  height: 310px;
  padding: 20px 10px;
  background-image: linear-gradient(#41b23b, #0a1f0c);
  box-shadow: 0 0 30px 2px rgba(2, 26, 37, 0.3);
  right: 40px;
}

.wpshop-event--expert-review-april .wpshop-event__decor {
  z-index: -3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.wpshop-event--expert-review-april .wpshop-event__header {
  overflow: hidden;
  width: 136px;
  height: 136px;
  color: #3c3744;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  text-indent: 1000px;
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #115417 url(images/riobet.svg) 50% 50% no-repeat;
  background-size: 68% auto;
  border-radius: 50%;
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.wpshop-event--expert-review-april .wpshop-event__header-svg {
  position: absolute;
  top: -60px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: wpshop-event-text-rotate 14s linear infinite;
  animation: wpshop-event-text-rotate 14s linear infinite;
}

.wpshop-event--expert-review-april .wpshop-event__svg-circle-text {
  display: inline-block;
  fill: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #333;
}

.wpshop-event--expert-review-april .wpshop-event__text {
  margin-top: 40px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wpshop-event--expert-review-april .wpshop-event__text p {
  margin: 0;
}

.wpshop-event--expert-review-april .wpshop-event__text span {
  font-size: 48px;
  font-weight: 800;
  line-height: 0.9;
}

.wpshop-event--expert-review-april .wpshop-event__text strong {
  font-size: 24px;
  font-weight: 800;
}

.wpshop-event--expert-review-april .wpshop-event__cta {
  background: #02a2f0 url(/wp-content/uploads/2025/04/tg3.png) no-repeat 94% center;
  background-size:33px;
  color: #fff;
  padding: 16px 10px 16px 15px;
  box-shadow: 1px 2px 16px 1px rgba(0, 0, 0, 0.3);
  width: 125%;
  text-shadow:2px 2px 2px rgba(0,0,0,0.5);
  text-align:left;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  bottom: 20px;
  overflow: hidden;
}
.wpshop-event__cta span {color:#ffc96c;}
.wpshop-event--expert-review-april .wpshop-event__cta:before {
  position: absolute;
  inset: 0;
  content: "";
}

.wpshop-event--expert-review-april .wpshop-event__cta::after {
  content: "";
  width: 40px;
  height: 100%;
  transform: skewX(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(244, 196, 66, 0.1), rgba(255, 255, 255, 0.2));
  animation: wpshop-event-btn-blick 2s linear infinite;
}

.wpshop-event--expert-review-april .wpshop-event__cta:hover::after {
  animation: none;
}

.wpshop-event--expert-review-april .wpshop-event__link {
  position: absolute;
  inset: 0;
}

@media screen and (max-width: 767px) {
.wpshop-event--expert-review-april .wpshop-event__cta {

  bottom: 10px;

}
  .wpshop-event--expert-review-april {
    width: 180px;
    height: 266px;
    padding: 20px 10px;
    right: 40px;
  }
  .wpshop-event--expert-review-april .wpshop-event__header {
    width: 116px;
    height: 116px;
    top: -48px;
  }
  .wpshop-event--expert-review-april .wpshop-event__header-svg {
    width: 116px;
    height: 116px;
    top: -48px;
  }
  .wpshop-event--expert-review-april .wpshop-event__svg-circle-text {
    font-size: 10px;
  }
  .wpshop-event--expert-review-april #wpshop-event-expert-review-april-svg-circle {
    transform: scale(0.85);
  }
  .wpshop-event--expert-review-april .wpshop-event__text {
    font-size: 14px;
  }
  .wpshop-event--expert-review-april .wpshop-event__text span {
    font-size: 40px;
  }

}
@media screen and (max-width: 575px) {
  .wpshop-event--expert-review-april {
    width: 270px;
    height: 170px;
    right: 22px;
  }
  .wpshop-event--expert-review-april .wpshop-event__decor {
    opacity: 0.12;
    height: 100%;
    overflow: hidden;
  }
  .wpshop-event--expert-review-april .wpshop-event__header {
    left: 65px;
    top: -14px;
  }
  .wpshop-event--expert-review-april .wpshop-event__header-svg {
    left: 8px;
    top: -14px;
  }
  .wpshop-event--expert-review-april .wpshop-event__text {
    margin-top: -60px;
    width: 100%;
    font-size: 14px;
    flex-direction: column;
    text-align: right;
    align-items: flex-end;
    gap: 3px;
  }
  .wpshop-event--expert-review-april .wpshop-event__text span {
    flex-shrink: 0;
  }
  .wpshop-event--expert-review-april .wpshop-event__text p {
    max-width: 60%;
  }
  .wpshop-event--expert-review-april .wpshop-event__cta {
    width: 93%;
    bottom: 10px;
	padding: 16px 10px 16px 25px;
   
  }
}
@media screen and (max-width: 400px) {
  .wpshop-event--expert-review-april {
    width: 240px;
    height: 150px;
    padding: 4px 8px;
  }
  .wpshop-event--expert-review-april .wpshop-event__decor {
    opacity: 0.08;
    height: 115%;
    top: -20px;
  }
  .wpshop-event--expert-review-april .wpshop-event__header {
    left: 65px;
    top: -36px;
  }
  .wpshop-event--expert-review-april .wpshop-event__header-svg {
    left: 8px;
    top: -36px;
  }
  .wpshop-event--expert-review-april .wpshop-event__text {
    font-size: 12px;
  }
  .wpshop-event--expert-review-april .wpshop-event__text span {
    font-size: 36px;
  }
  .wpshop-event--expert-review-april .wpshop-event__text p {
    max-width: 53%;
    width: 100%;
  }
  .wpshop-event--expert-review-april .wpshop-event__cta {

	padding: 16px 10px 16px 13px;
   
  }
}
@-webkit-keyframes wpshop-event-text-rotate {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes wpshop-event-text-rotate {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes wpshop-event-btn-blick {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}

@media (max-width:575px) {
.scrolling .wpshop-event--expert-review-april .wpshop-event__decor, .scrolling .wpshop-event--expert-review-april .wpshop-event__header, .scrolling .wpshop-event__header-svg,
.scrolling .wpshop-event__text {display:none;}
.scrolling .wpshop-event--expert-review-april {background:#02a2f0 ;box-shadow: none;height:auto;width:100%;max-width:100%;right:auto;left:0;border-radius:0;padding:15px 15px 1px;}
.scrolling .wpshop-event--expert-review-april .wpshop-event__cta {position:static;width:230px;padding: 10px;box-shadow:none;}
.scrolling .wpshop-event--expert-review-april .wpshop-event__link {display:block;}
.scrolling .wpshop-event {bottom:0;padding: 10px 15px 10px;display: flex;}
.scrolling .wpshop-event:hover {transform: none;}
.scrolling .wpshop-event--expert-review-april .wpshop-event__cta::after {display:none;}
.scrolling .wpshop-event.hide {transform: none;}
.wpshop-event:hover .wpshop-event__cta {background-color: #02a2f0;}
.wpshop-event {display:none;}
}