/*
Theme Name: rps
Author: rps
Version: 3.00
Description: Required plugins: Yoast SEO, ACF
Tested up to: 7
Requires PHP: 7
*/

/* Start */

* {
	box-sizing: border-box;
}

@font-face {
    font-family: 'Inter';
    src: url(fonts/InterVariable.ttf) format('truetype');
    font-weight: 100 900;
    font-display: swap;
}

:root {
    
--white: #fff;
    --grey-text: #9A9A9A;
	--grey: #d7d7d7;
    --black-text: #10203C;
    --dark-bg-color: #182C4E;
    --button-color: #003CA8;
    --button-hover: var(--second-color);
    --second-color: #7EA3E5;
    --advantages: #00B330;
    --disadvantages: #FF4B55;
    --advantages-bg: #f2f5eb;
    --disadvantages-bg: #f8eae9;
    --stars: #FFA800;
    --light-bg: #F4F4F4;
    --button-text-color: #FFFFFF;
    --body-bg: #F4F4F4;
    --home-heading-color: #FFFFFF;

    --linking-a: #fff;
    --linking-a-hover: #61DDB9;
    --links-bg: #1660a4;
    
    --lavander: #D6DAFF;
    
}


html, body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif; 
    color: var(--black-text);
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    background-color: var(--body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

html {
    scroll-behavior: smooth;
}

.ZU_wRXx {
    text-decoration: none;
    color: white;
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
    width: 190px;
    font-size: 22px;
    font-weight: 600;   
    transition: background 0.15s;
    margin-bottom: 30px;
    display: inline-block;
}

.nSgtaA2 {
    width: 270px;
    padding-top: 16px;
    padding-bottom: 16px;    
}

.w2xOMh {
    text-decoration: none;
    color: white;
    padding: 10px 30px;
    text-align: center;
    width: 170px;
    font-size: 18px;
    font-weight: 700;   
    transition: background 0.15s;
}

.aINzkKI3 {
    background: var(--button-color);
    color: var(--button-text-color);
    display: inline-block;
	cursor: pointer;
}

.aINzkKI3:hover {
    background: var(--button-hover);
    color: var(--button-text-color);
}

.WTVpdd {cursor: pointer; text-decoration: underline;}
.WTVpdd:hover {text-decoration: none;}

.center {
    margin: 30px auto;
    display: block;
}

.V83QybgIb {
	display: flex;
	gap: 10px;
	align-items: center;
}

.V83QybgIb a:hover path {
    fill: var(--second-color);
}

.V83QybgIb a:hover circle {
	fill: var(--second-color);
}

.V83QybgIb a.OPe4v:hover path {
	fill: none;
    stroke: var(--second-color);
}

.rG0OV_8mm {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.CDH0A7 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

main {
    width: 850px;
}

aside {
    width: 280px;
    margin-top: 20px;
}

.gsrus_qnRST aside {
    margin-top: 20px;
}

@media (max-width: 1200px) {
    .CDH0A7 {
        flex-direction: column;
    }    
    aside {
        display: none;
    }    
    main {
        width: 100%;
    }    
    .JYy2lDcWZw {
        margin-top: 30px;
    }
}

.aLQT5YLSr {
    width: 100%;
    box-shadow: 0 0 6px 0 #57597E1A;
    overflow: hidden;
}

.uy0z-0gZxNc {
    font-size: 20px;
    font-weight: 700;
    color: var(--black-text);
    position: relative;
    cursor: pointer;
    padding: 20px;
    transition: color 0.1s;
    display: flex;
    justify-content: space-between;
	user-select: none;
}

.uy0z-0gZxNc:hover {
    color: var(--a-hover);
}

.CP9BK {
    padding: 8px 20px 20px 20px;
    background: var(--light-bg);
}

.CP9BK ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.CP9BK ul .li-H2:not(:first-child) {
    border-top: 2px solid white;
}

.li-H3 {
    padding-left: 20px;
}

.li-H4 {
    padding-left: 40px;
}

.CP9BK a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: var(--black-text);
    transition: color 0.1s;
    padding: 12px 0;
    display: block;
}

.CP9BK a:hover {
    color: var(--button-color);
}

.li-H2:last-child a {
    padding-bottom: 0;
}

.li-H3 a {
    font-size: 12px;
    padding: 0 0 10px 0;
}

.h2h3 {
    border-top: 2px solid white;
    padding-top: 12px    
}

.rdJhe .CP9BK {
    display: none;
}

.rdJhe svg {
	rotate: 180deg;
}

.fVLf8WCc {
    margin-top: 24px;
    box-shadow: 0 0 6px 0 #57597E1A;
    padding: 20px;
    width: 100%;
}

.hg3Y4qPz {
    display: flex;
    gap: 10px;
}

.egIjwtu {
    width: 46px;
    height: 46px;
    border-radius: 23px;
    background-image: url(img/no-image.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.Zp59MK {
    font-size: 16px;
    font-weight: 600;
    color: var(--black-text);
    width: calc(100% - 60px);
}

.Zp59MK-label {
    background: var(--light-bg);
    padding: 3px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    color: var(--black);
    margin-top: 4px;
    display: inline-block;
}

.xR51u {
    margin-top: 24px;
    padding: 18px;
    border-radius: 12px;
    border: 2px solid var(--light-bg);
    font-size: 14px;
    font-weight: 400;
    color: var(--black-text);
}

.MH8kj {
    padding-left: 42px;
    position: relative;
}

.MH8kj::before {
    content: '';
    background-image: url(img/updated.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
}

.VP98z1Z {
    margin-top: 18px;
    padding-left: 42px;
    position: relative;
}

.VP98z1Z::before {
    content: '';
    background-image: url(img/published.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;  
    left: 0;
}

.d5PJBNs {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-size: 16px;
    width: max-content;
}




.U12BQ16us {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.jfWaWuGNb {
    width: 100%;
    padding: 20px;
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-template-areas:
                        "i t"
                        "i b"
                        "i r";
    gap: 10px;
    justify-items: center;
    box-shadow: 0 0 6px 0 #57597E1A;
}

.B0SqH {
    grid-area: i;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
	cursor: pointer;
}

.c-S0TNw {
    grid-area: t;
    color: var(--black-text);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.nFfOcAHgCY {
    grid-area: b;
    width: auto;
    font-size: 14px;
    padding: 8px 8px;
}

.FLKfnIW {
    grid-area: r;
    text-decoration: none;
    color: var(--button-color);
    border-bottom: 1px dashed var(--button-color);
    transition: border-bottom 0.15s, color 0.15s;   
	font-size: 16px;
}

.FLKfnIW:hover {
    color: var(--button-hover);
    border-bottom: 1px dashed var(--button-hover);    
}


.ir1xCi {
    box-shadow: 0 0 6px 0 #57597E1A;
    width: 100%;
    margin-top: 24px;
    padding: 24px;
}

.lZal8O {
    margin-top: 0 !important;
}

.vkr1R1 .lZal8O,
.p5VN3A0yDH2 .lZal8O {
    position: relative;
    padding-left: 48px;
}

.vkr1R1 .lZal8O::before,
.p5VN3A0yDH2 .lZal8O::before {
    content: '';
    position: absolute;
    display: block;
    background-image: url(img/www.png);
    width: 32px;
    height: 32px;
    left: 0;
    top: -3px;    
}

.TsKZLlsxA {
    list-style: none;
    border: 2px solid var(--second-color);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 0;
}
.TsKZLlsxA a {
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    color: var(--black-text);
}
.TsKZLlsxA a:hover {
    color: var(--advantages);
}

.iwPSMVBn {
    margin-bottom: 0;
    padding: 0;
    list-style: none;   
}

.iwPSMVBn li a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    color: var(--black-text);
    padding-left: 60px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
}

.RS4bb a::before {
    content: url(img/blackjack.png);
    position: absolute;
    left: 0;
}

.tNSVk-b-M5F a::before {
    content: url(img/ruleta.png);
    position: absolute;
    left: 0;
}

.videopoker a::before {
    content: url(img/videopoker.png);
    position: absolute;
    left: 0;
}

.oVe_M a::before {
    content: url(img/poker.png);
    position: absolute;
    left: 0;
}

.baccarat a::before {
    content: url(img/baccarat.png);
    position: absolute;
    left: 0;
}

.ET1H-pF27Yv a::before {
    content: url(img/dados.png);
    position: absolute;
    left: 0;
}

.UX5f3OL-6b a::before {
    content: url(img/keno.png);
    position: absolute;
    left: 0;
}

.eCMIPjMKIE2 a::before {
    content: url(img/bingo.png);
    position: absolute;
    left: 0;
}

.iwPSMVBn li a:hover {
    color: var(--second-color);
}

.iwPSMVBn li:not(last-child) a {
    margin-bottom: 12px;
}




/* Articleauthor */

.gNNp-es8Y {
    margin: 60px 0 30px 0;
    padding: 30px;
    background: var(--light-bg);
    border-radius: 20px;
}

.gNNp-es8Y {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.z0Q3M_3u {
    display: grid;
    grid-template-columns: 10% 20% 20% 20%;
    gap: 30px;
    align-items: center;
}

.wOzIrXbs {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background-image: url(img/no-image.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.SS4DU5Xt {
    font-size: 26px;
    font-weight: 700;
    color: var(--black-text);
	text-decoration: none;
}

.SS4DU5Xt:hover {
	color: var(--second-color);
}

.rdNEfm_o {
    background: white;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    color: var(--black);
    padding: 3px 16px;
    margin-top: 8px;
    width: max-content;
}

.x-yHFl, .FCVHnrCZ {
    position: relative;
    width: 140px;
    font-size: 14px;
    padding-left: 40px;
}

.x-yHFl::before {
    content: '';
    background-image: url(img/updated.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
}

.FCVHnrCZ::before {
    content: '';
    background-image: url(img/published.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 3px;
}

.j10h50-vlz {
    background: white;
    border-radius: 12px;
    padding: 20px;
}

@media (max-width: 1200px) {
    
    .gNNp-es8Y {
        padding: 30px 20px;
    }
    
    .z0Q3M_3u {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .cdHXg {
        width: calc(100% - 90px);
    }
    
    .x-yHFl, 
    .FCVHnrCZ {
        width: 80px;
        padding-top: 34px;
        padding-left: 0;
    }
    
    .x-yHFl::before, 
    .FCVHnrCZ::before {
        top: 0;
        left: 0;
    }    
    
}



/* Author */

.KweTw7mywl {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.ZEszx9aj- {
    border-radius: 10px;
    width: 20%;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    justify-content: space-between;
	box-shadow: 0px 3px 9px 0px #60629D1A;
}

.ZEszx9aj--image {
	border-radius: 10px 10px 0 0;
	width: 100%;
	height: 230px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.ZEszx9aj--title {
    font-size: 16px;
    font-weight: 600;   
	color: var(--button-color);	
	padding: 10px;
	text-decoration: none;
    text-transform: uppercase;
}

.ZEszx9aj--title:hover {
    text-decoration: underline;
}

.ZEszx9aj--meta {
	display: flex;
	justify-content: space-between;
}

.ZEszx9aj--author {
    font-size: 12px;
    font-weight: 500;   
	color: var(--black-text);	
	position: relative;
	padding: 0 10px 10px 10px;
    line-height: 30px;
}

.ZEszx9aj--date {
    font-size: 12px;
    font-weight: 500;   
	color: var(--black-text);	
	position: relative;
	padding: 0 10px 10px 40px;
    line-height: 30px;
}

.ZEszx9aj--date::before {
    content: url(img/posted.png);
	width: 20px;
	height: 20px;
    left: 13px;
    top: 3px;
	position: absolute;
}

.zGCCQn {
	width: 100%;
}

@media (max-width: 600px) {
	
	.KweTw7mywl {
		justify-content: center;
	}	
	
	.ZEszx9aj- {		
		width: 300px;
	}
	
}



/* Header */

.Y3cOCoSIpl_ {
    background: var(--dark-bg-color);
}

.Y3cOCoSIpl_ .rG0OV_8mm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 20px;
    height: 116px;    
}

/* Header Menu */

.EThL1JwzbL {
    display: flex;
    row-gap: 10px;
    column-gap: 40px;
    list-style: none;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0;
}

.EThL1JwzbL a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;   
    text-decoration: none;
    color: white;
    cursor: pointer;
    transition: color 0.2s;
}

.EThL1JwzbL a:hover {
    color: var(--second-color);
}

.be7g-cO2T {
    position: relative;
}

.be7g-cO2T::after {
    content: '';
    display: inline-block;
    margin-left: 10px;    
    border: solid var(--black-text);
    border-width: 0 2px 2px 0;
    padding: 2px;
    transform: rotate(45deg);
    height: 2px;
    width: 2px;
    margin-bottom: 2px;
}

.aDTjFMV0NeL {
    display: none;
    list-style: none;
    padding-left: 0;
    z-index: 10;
    position: absolute;
    left: auto;
	right: 0;
    top: 20px;
    list-style: none;
    padding-top: 45px;
    min-width: 250px;
    width: 100%;
}

.be7g-cO2T .be7g-cO2T {
	box-shadow: none;
	border-bottom: none;
}

.be7g-cO2T .be7g-cO2T::after {
	content: none;
}

.be7g-cO2T .be7g-cO2T .aDTjFMV0NeL {
	display: none;
}

.be7g-cO2T .be7g-cO2T:hover {
	background: var(--second-color);
}

.be7g-cO2T .be7g-cO2T:hover > a {
	color: white;
}

.be7g-cO2T .be7g-cO2T:hover .aDTjFMV0NeL {
	display: block;
	position: absolute;
	top: -4px;
	right: 100%;
	padding-top: 0;
}

@media (min-width: 1201px) {
	.be7g-cO2T:hover > .aDTjFMV0NeL {
		display: block;
	}
	.be7g-cO2T:hover > a {
	  color: var(--second-color);
	}
	.be7g-cO2T:hover::after {
        border: solid var(--second-color);
        border-width: 0 2px 2px 0;
        transform: rotate(225deg);
        margin-bottom: -2px;
	}	
}

.aDTjFMV0NeL li {
    background: var(--light-bg);
    box-shadow: 0 4px 4px 0 #36363633;
}

.aDTjFMV0NeL li a {
    display: block;
    padding: 0 45px 5px 20px;
    line-height: 1.7;
    color: var(--black-text);
}

.aDTjFMV0NeL li:first-child {
    padding-top: 16px;
    border-top: 4px solid var(--second-color);
}

.aDTjFMV0NeL li:last-child {
    padding-bottom: 16px;
}

.ix1GX6wFU {
    display: none;
    position: relative;
    width: 48px;
    height: 31px;
}

@media (max-width: 1200px) {    
    .ix1GX6wFU {
        display: block;
    }
    .ix1GX6wFU > div {
        width: 42px;
		height: 5px;
		background: white;
		border-radius: 2px;
    }
    .ix1GX6wFU div:nth-of-type(1),
    .ix1GX6wFU div:nth-of-type(2) {
        margin-bottom: 8px;
    }
    .kGkzRaFYUl {
        top: 10px;
        z-index: 20;
    }
    .kGkzRaFYUl div:nth-of-type(1) {
        position: absolute;
        transform: rotate(45deg);
    }
    .kGkzRaFYUl div:nth-of-type(2) {
        position: absolute;
        transform: rotate(-45deg);
    }
    .kGkzRaFYUl div:nth-of-type(3) {
        display: none;
    }    
    .Y3cOCoSIpl_ .rG0OV_8mm {
        padding: 30px 20px;
        height: 78px;
        position: relative;
    }
    .EThL1JwzbL {
        display: none;
    }    
    .xJgN8B_v8 {
        display: block;
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        border-radius: 0;
        padding: 60px 20px 20px 20px;
        background: var(--dark-bg-color);  
        box-shadow: 0 0 6px 0 #57597E1A;
    }    
    .xJgN8B_v8 > li > a {
        padding: 12px 0 10px 0;
        display: block;
    }
    .aDTjFMV0NeL {
        display: block;
        position: inherit;
        padding-top: 0;
        left: 0;
        top: 0;    
    }    
    .aDTjFMV0NeL li {
        background: var(--light-bg);
        box-shadow: none;
    }
    .aDTjFMV0NeL li:first-child {
        border-top: none;
    }    
    .aDTjFMV0NeL li a {
        width: auto;
        font-size: 14px;
    }    
    .aDTjFMV0NeL li:last-child {
        padding-bottom: 10px;
    }    
    .be7g-cO2T {
        border-bottom: 2px solid white;
    }    
    .be7g-cO2T::after {
        display: none;
    }	
	.be7g-cO2T .be7g-cO2T .aDTjFMV0NeL {
		display: block;
		padding-left: 20px;
	}	
	.be7g-cO2T .be7g-cO2T:hover .aDTjFMV0NeL {
		position: relative;
	}
	.be7g-cO2T .be7g-cO2T:hover {
		background: var(--light-bg);
	}
	.be7g-cO2T .be7g-cO2T:hover > a {
		color: var(--dark-bg-color);
	}
	.be7g-cO2T .be7g-cO2T .aDTjFMV0NeL li:first-child {
		padding-top: 0;
	}
}



/* Breadcrumbs */

.NTiVBbNr {
    display: flex;
    align-items: center;
    gap: 10px;  
    flex-wrap: wrap;
    margin: 20px auto 0 auto;
}

.NTiVBbNr a, .NTiVBbNr span {
    color: var(--black-text);
    text-decoration: none;
}

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

.NTiVBbNr > span {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	gap: 10px;
}

.NTiVBbNr > span > span:first-child a {
    font-weight: 600;    
    display: block;
}

.WSP_RSg {
    color: var(--button-color) !important;
    font-size: 16px !important;
    font-weight: 600;   
}


@media (max-width: 600px) {
    
    .NTiVBbNr {
        margin: 0 auto 0 auto;
    }

    .NTiVBbNr > span > span:first-child a {
        font-weight: 400;    
    }  
    
    .NTiVBbNr a, .NTiVBbNr span {
        font-size: 12px;
    } 
    
    .WSP_RSg {
        font-size: 12px !important;
    }
    
}



/* Article */


article {
    margin-top: 20px;
    margin-bottom: 60px;
}

.Zsg6MrbZX article {
    /* margin-top: 60px; */
}

article a {
    color: var(--button-color);
}

article a:hover {
    color: var(--button-hover);
    text-decoration: none;
}

article strong {
    color: var(--button-color);
}

article p {
    font-size: 18px;
    line-height: 1.3;
}

article p, article ul li, article ol li  {
    font-size: 18px;
    line-height: 1.5;
}

article img {
    border-radius: 6px;
    max-width: 100%;
    margin-bottom: 30px;
}

.aligncenter {
    margin: 0 auto 30px auto;
    display: block;    
}

.alignleft {
    margin: 20px 20px 20px 0;
    float: left;
}

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

article h1, .DhYxdliz {
    font-size: 42px;
    font-weight: 800;
    margin: 0 0 40px 0;
    color: var(--black-text);
}

article h2, .h2 {
    font-size: 34px;
    font-weight: 800;
    margin: 60px 0 30px 0;
    color: var(--black-text);
}

article h2::after, .h2::after {
    content: '';
    display: block;
    width: 40%;
    height: 7px;
    background-color: #F4A11B;
}

article h3, .h3 {
    font-size: 26px;
    font-weight: 700;
    margin: 40px 0 30px 0;
    color: var(--black-text);
}

article h4, .h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 20px 0;
    color: var(--black-text);
}

article h5, .h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 30px 0 20px 0;
    color: var(--black-text);
}

article h6, .h6 {
    font-size: 14px;
    font-weight: 600;
    margin: 30px 0 20px 0;
    color: var(--black-text);
}

article p {
    margin: 0 0 30px 0;
    line-height: 1.4;
}

article ul {
    margin: 0 0 30px 0;
    list-style: none;
    padding: 0;
    line-height: 1.4;
}

article ul li {
    position: relative;
    padding-left: 34px;
}

article ol {
    margin: 0 0 30px 0;
    padding: 0;
    line-height: 1.4;
    list-style: none;
    counter-reset: ol-counter;
}

article ol li {
    padding-bottom: 6px;
}

article ol li::before {
    content: counter(ol-counter); 
    counter-increment: ol-counter;
    background: var(--button-color);
    color: #fff; 
    width: 30px;
    height: 30px;
    border-radius: 15px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
}

.wp-block-table table {
	border-collapse: inherit;
}

.wp-block-table td, .wp-block-table th {
	border: inherit;
	border-radius: 2px;
}

article table {
    margin: 0 auto 30px auto;
    width: 100%;
    border: none !important;
    border-spacing: 3px;
}

article table td, article table th {
    padding: 10px 14px !important;
}

    
article table tr:nth-of-type(1) th {
	background-color: white;
	color: var(--button-color);
	border-bottom: 7px solid var(--second-color);
    text-transform: uppercase;
    text-align: left;
}
    
article table td {
    background-color: white;
}

blockquote {
    margin: 0 0 30px 0;
    background: var(--light-bg);
    padding: 20px;
    border-radius: 10px;
}

blockquote.yV-LxGKoG3s {
    margin: 0 0 30px 0;
    background: white;
    padding: 20px;
    border: 2px solid var(--second-color);
    border-radius: 10px;    
}

blockquote p:last-child {
    margin-bottom: 0;
}

iframe {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;    
}

/* linking */

.xEASkn {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-top: 30px;
    margin-bottom: 30px;
}

.xEASkn a {
	text-decoration: none;
	background: white;
	width: 205px;
	min-height: 60px;
	border-radius: 10px;
	padding-left: 14px;
    font-size: 14px;
    font-weight: 500;
	background-color: white;
	color: var(--linking-a);
    display: grid;
    grid-template-columns: 40px 110px;
    gap: 10px;
    align-items: center;
    position: relative;
    box-shadow: 0px 0px 6px 0px #57597E1A;
}

.xEASkn a:hover {
    color: var(--linking-a-hover);
}

.xEASkn a::after {
    content: '';
    width: 14px;
    height: 8px;
    background-image: url(img/menu-arrow.png);
    transform: rotate(-90deg);
    position: absolute;
    right: 10px;
    top: auto;    
}

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

.xEASkn a:hover::after {
    background-image: url(img/menu-arrow-hover.png);
    transform: rotate(90deg);
}

.xEASkn a div:nth-of-type(1) {
	width: 40px;
	height: 40px;	
}

.linking_1 {
    background-image: url(img/linking_1.png);
}

.linking_2 {
    background-image: url(img/linking_2.png);
}

.linking_3 {
    background-image: url(img/linking_3.png);
}

.linking_4 {
    background-image: url(img/linking_4.png);
}

.linking_5 {
    background-image: url(img/linking_5.png);
}

.linking_6 {
    background-image: url(img/linking_6.png);
}

.linking_7 {
    background-image: url(img/linking_7.png);
}

.linking_8 {
    background-image: url(img/linking_8.png);
}

.xEASkn a div:nth-of-type(2) {
	padding: 10px 0;	
}

@media (max-width: 600px) {
    
    article {
        margin-bottom: 60px;
    } 	
    
    .Zsg6MrbZX article {
        /*margin-top: 40px; */
    }    
  
    article h1, .DhYxdliz {
        font-size: 32px;
        margin: -20px 0 20px 0;
    }
    
    article h2, .h2 {
        font-size: 28px;
        margin: 40px 0 20px 0;
    }
    
    article h3, .h3 {
        font-size: 22px;
        margin: 40px 0 20px 0;
    }
    
    article h4, .h4 {
        font-size: 16px;
        margin: 40px 0 20px 0;
    }
    
    article h5, .h5 {
        font-size: 14px;
        margin: 30px 0 20px 0;
    }
    
    article h6, .h6 {
        font-size: 14px;
        margin: 30px 0 20px 0;
    }    
    
    article p {
        margin: 0 0 20px 0;
    }
    
    article ul {
        margin: 0 0 20px 0;
    }
    
    article ol {
        margin: 0 0 20px 0;
    } 
    
    article p, article ul li, article ol li {
        font-size: 16px;
        line-height: 1.6;
    }    

    .aligncenter {
        margin: 20px auto;
    }
    
    .alignleft {
        margin: 20px auto;
        float: none;
        display: block;
    }
    
    .alignright {
        margin: 20px auto;
        float: none;
        display: block;
    }

    article table td, article table th {
        padding: 10px !important;
    }

    blockquote {
        padding-left: 10px;
    }
    
    iframe {
        margin-bottom: 20px;    
    }
    
	.xEASkn a {
	    display: flex;
		width: 155px;
		height: 90px;
		flex-direction: column;
		gap: 0;
		padding-left: 0;
		justify-content: center;
	}
	
	.xEASkn a::after {
	    content: none;
	}
    
}



/* banner */
.KNOczKga {
	display: block;
	margin-bottom: 24px;
	transition: opacity 0.15s;
}

.KNOczKga:hover {
	opacity: 0.95;
}

.KNOczKga img {
	max-width: 100%;
}

#bottom_banner {
    position: fixed;
	width: 100%;
    z-index: 555;
    bottom: 0;
	background: #000;
}

#bottom_banner span {
	position: absolute;
    top: -10px;
    right: 20px;
	display: block;
	width: 20px;
	height: 20px;
	background: white;
	border: 2px solid #000;
	border-radius: 50%;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	line-height: 16px;
	color: #000;
	cursor: pointer;
	z-index: 666;
}

.YSSGeX6g, .cPhjN3N {
	line-height: 0;
    display: block;
	text-align: center;
    transition: opacity 0.15s;	
}

.cPhjN3N {
	display: none;
}

.YSSGeX6g img {
	width: 100%;
	max-width: 1600px;
}

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

.YSSGeX6g:hover, .cPhjN3N:hover  {
	opacity: 0.95;
}

@media (max-width: 600px) {
	.YSSGeX6g {
		display: none;
	}
	.cPhjN3N {
		display: block;
	}
	#bottom_banner span {
		position: absolute;
		left: 20px;
	}
}
/* .kyqQRWCh */



/* Home */

.N_GRk {
    background: url(img/left.png), url(img/right.png), var(--light-bg);
    background-repeat: no-repeat;
    background-position: left calc(100% - 125px), right calc(100% - 125px), center center;
    width: 100%;
    min-height: 595px;
    position: relative;
}

.N_GRk::after {
    content: '';
    display: block;
    width: 100%;
    height: 125px;
    background: white;
    position: absolute;
    z-index: 0;
    bottom: 0;
}

.N_GRk .rG0OV_8mm {
    padding: 0;
    position: relative;
    z-index: 1;
}

.rzJfNqInVMP {
    color: var(--second-color);
    text-align: center;
    max-width: 700px;
    margin: auto;
}

.rzJfNqInVMP span {
    color: var(--second-color);
}

.rzJfNqInVMP h1 {
    font-weight: 800;
    font-size: 48px;
    margin: 0;
    padding: 40px 0;
    line-height: 1;
}

.rzJfNqInVMP p {
    margin: 0;
}

.d8ZQdk {
    display: flex;
    margin-top: 35px;
    column-gap: 10px;
	justify-content: center;
}

.b8D9m0afZHY {
    position: relative;
    background: white;
    box-shadow: 0 3px 9px 0 #60629D1A;
    border-radius: 10px;
    margin-bottom: 10px;
    height: max-content;
	width: 250px;
}

.b8D9m0afZHY:nth-of-type(1) {
    border-left: 4px solid var(--second-color);
    border-right: 4px solid var(--second-color);
    border-bottom: 4px solid var(--second-color);
}

.QiK6YYhP1 .b8D9m0afZHY:nth-of-type(1) {
    order: 3;
    width: 250px;
}

.b8D9m0afZHY:nth-of-type(1)::before {
    content: url(/wp-content/themes/rps/img/offer-crown.png);
    position: absolute;
    top: -40px;
    left: 0;
}

.b8D9m0afZHY:nth-of-type(1) .X2ul2 {
    border-radius: 6px 6px 0 0;
}

.QiK6YYhP1 .b8D9m0afZHY:nth-of-type(2) {
    order: 2;
    width: 235px;
    margin-top: 10px;
}

.b8D9m0afZHY:nth-of-type(2)::before {
    content: url(/wp-content/themes/rps/img/offer-cherry.png); 
    position: absolute;
    top: -30px;
    left: 0;
}

.QiK6YYhP1 .b8D9m0afZHY:nth-of-type(3) {
    order: 4;
    width: 235px;
    margin-top: 10px;
}

.b8D9m0afZHY:nth-of-type(3)::before {
    content: url(/wp-content/themes/rps/img/offer-money.png); 
    position: absolute;
    top: -25px;
    left: 0;
}

.QiK6YYhP1 .b8D9m0afZHY:nth-of-type(4) {
    order: 1;
    width: 220px;
    margin-top: 20px;
}

.QiK6YYhP1 .b8D9m0afZHY:nth-of-type(5) {
    order: 5;
    width: 220px;
    margin-top: 20px;
}

.X2ul2 {
    border-radius: 10px 10px 0 0;
    background: var(--second-color);
    color: white;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    padding: 5px 10px 15px 10px;
}

.eMe9dD1lY {
    margin-top: -10px;
    background: white;
    border-radius: 10px;
    padding: 22px 14px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-items: center;
}



.eMe9dD1lY .N_9sz p,
.eMe9dD1lY .N_9sz ul li {
    margin: 5px 0;
}

.eMe9dD1lY .lukUh {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.eMe9dD1lY .lukUh > div:nth-of-type(1)::before {
    display: none;
}

.eMe9dD1lY .lukUh > div:nth-of-type(2) {
    text-align: center;
    color: var(--advantages);
    font-weight: 700;
}

.B4ixNtCb_Eb {
    width: 196px;
    height: 132px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    transition: opacity 0.2s;
}

.Fb6OQ4Boh {
    display: none;
}

@media (max-width: 1200px) {
    
	.N_GRk .rG0OV_8mm {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.d8ZQdk {
	    display: grid;
	    grid-template-columns: 1fr 1fr 1fr;
	}
	
	.b8D9m0afZHY {
	    width: 100%;
	}
    
    .QiK6YYhP1 .b8D9m0afZHY:nth-of-type(1) {
        order: 1;
        width: 100%;
    }
    
    .QiK6YYhP1 .b8D9m0afZHY:nth-of-type(2) {
        order: 2;
        margin-top: 0;
        width: 100%;
    }
    
    .QiK6YYhP1 .b8D9m0afZHY:nth-of-type(3) {
        order: 3;
        margin-top: 0;
        width: 100%;
    }
    
    .b8D9m0afZHY:nth-of-type(4),
    .QiK6YYhP1 .b8D9m0afZHY:nth-of-type(4) {
        order: 4;
        display: none;
        margin-top: 0;
        width: 100%;
    }
    
    .b8D9m0afZHY:nth-of-type(5), 
    .QiK6YYhP1 .b8D9m0afZHY:nth-of-type(5) {
        order: 5;
        display: none;
        margin-top: 0;
        width: 100%;
    }
    
    .eMe9dD1lY {
        padding: 10px;
    }
    
    .B4ixNtCb_Eb, 
    .iCd3f0R {
        width: 100%;
    }
    
}

@media (max-width: 600px) {
    
    .N_GRk {
        background: radial-gradient(#1A2862, var(--dark-bg-color));
        background-repeat: no-repeat;
        background-position: center center;
    }
    
    .rzJfNqInVMP {
        margin-bottom: 40px;
        padding-top: 40px;
        padding-left: 10px;
        padding-right: 10px;        
    }
    
    .rzJfNqInVMP h1 {
        font-weight: 700;
        font-size: 36px;
        padding: 10px 0 0 0;
    }
    
    .d8ZQdk {
        grid-template-columns: 1fr;
        position: relative;
        margin-top: 55px;
    }
    
    .b8D9m0afZHY {
        margin-left: auto;
        margin-right: auto;
        display: none;
    }
    
    .b8D9m0afZHY:nth-of-type(1) {
        display: block;
    }
	
	.X2ul2 {
    	border-radius: 9px 9px 0 0;	
	} 
	
    .B4ixNtCb_Eb {
        width: 256px;
        height: 256px;
    }
    
    .Fb6OQ4Boh {
        display: flex;
        gap: 10px;
        position: absolute;
		top: 50%;
        z-index: 5;
        width: 100%;
        justify-content: space-between;
        zoom: 2;
    }
    
    .Fb6OQ4Boh-right {
        transform: rotate(180deg);
    }
    
}


/* Casinolist */

.Sy_coCs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.ZybTK1 {
    background: #F4A11B;
    box-shadow: 0 3px 15px 0 rgba(147, 149, 204, 0.15);
    padding: 40px 0 0 0;
}

.FjQJ7UJ {
    background: var(--second-color);
    box-shadow: 0 0 6px 0 #57597E1A;
    padding: 40px 0 0 0;
}

.sHfOawQs2k8 {
    width: 100%;
    padding: 10px;
    background: white;
    margin: auto;
    position: relative;
}

.fRJpMC .N_9sz p::before, .fRJpMC .N_9sz ul li::before,
.eMe9dD1lY .N_9sz p::before, .eMe9dD1lY .N_9sz ul li::before {
    content: '';
    background-image: url(img/like.png);
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-size: cover;
}

.fDmlcbZ {
    position: absolute;
    top: -40px;
    left: 10px;
    height: 40px;
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
    color: white;
}

.fDmlcbZ span {
    margin-right: 12px;
}

.ChGdM {
    display: grid;
    grid-template-columns: 16% 10% 24% 24% calc(26% - 40px);
	grid-template-areas:
		"logo bonus bonus plus buttons"
		"bonustext bonustext bonustext banking banking";	
    align-items: center;
    justify-items: center;
    justify-content: space-between;
    gap: 10px;    
}

.aUg01LMVOal {
    grid-area: logo;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sO98tL {
    width: 130px;
    height: 130px;
    background-size: cover;
    background-position: center;
    transition: opacity 0.2s;
	cursor: pointer;
}

.sO98tL:hover {
    opacity: .8;
}

.Ap03GZh {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    grid-area: rating;
}

.vlexFVYD {
    display: flex;
    gap: 8px;
    align-items: center;
    grid-area: info;
}

.CBGsuxLxJnN {
    font-size: 16px;
    font-weight: 600;
}

.hjdyBr {
    font-size: 12px;
    font-weight: 300;
}

.N_9sz {
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; 
    grid-area: plus;
	background-color: var(--light-bg);
}

.N_9sz ul {
    margin-bottom: 0;
	list-style-type: none;
    padding: 10px;
	margin: 0;
}

.N_9sz p, .N_9sz ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 1; 
    margin-bottom: 10px;
    padding-left: 24px;
    position: relative;
}

.N_9sz p:last-child, .N_9sz ul li:last-child {
    margin-bottom: 0;
}

.N_9sz p::before, .N_9sz ul li::before, article ul li::before {
    content: '';
    background-color: var(--advantages);
    border-radius: 2px;
    display: block;
    position: absolute;
	width: 14px;
	height: 14px;
    top: 8px;
    left: 1px;
}

.N_9sz p::after, .N_9sz ul li::after, article ul li::after {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 7px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-radius: 1px;
    rotate: 45deg;
    top: 9px;
    left: 5px;
}

.N_9sz p::before, .N_9sz ul li::before {
    top: 1px;
    left: 1px;	
}

.N_9sz p::after, .N_9sz ul li::after {
    top: 2px;
    left: 5px;
}

.list1 li::after {
	top: 27px;
    left: 24px;
}

.lV2CR3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: 100%;
    height: 100%;
    grid-area: bonus;
}

.TY56F > div:nth-of-type(1)::before {
    content: url(img/ps.png);
    position: absolute;
    left: 6px;
    top: 3px;
}

.I4omUXwF > div:nth-of-type(1)::before {
    content: url(img/md.png);
    position: absolute;
    left: 6px;
	top: 5px;
}

.qLMQlzOSQ > div:nth-of-type(1)::before {
    content: url(img/wl.png);
    position: absolute;
    left: 6px;
	top: 5px;
}

.lukUh > div:nth-of-type(1)::before {
    content: url(img/wb.png);
    position: absolute;
    left: 6px;
	top: 5px;
}

.Rr3-veHDBqg > div:nth-of-type(1) {
    position: relative;
    font-size: 10px;
    padding: 0 0 0 28px;
    min-height: 30px;
    line-height: 30px;
	background-color: var(--grey);
	text-transform: uppercase;
	font-weight: 600;
	color: var(--button-color);
}

.Rr3-veHDBqg > div:nth-of-type(2) {
    font-size: 16px;
    font-weight: 600;
    padding: 5px 10px;
	background-color: var(--light-bg);
}

.lukUh > div:nth-of-type(2) {
    color: var(--advantages);
    font-size: 16px;
    line-height: 1;
}

.wQXMD_a {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    grid-area: buttons;
}

.w-6ZF {
    max-width: 100%;
    padding: 14px 10px;
}

.bWKpaXl {
    width: 100%;
    height: 100%;
    grid-area: bonustext;
}

.Vgr1_skjHXL {
    font-size: 14px;
    padding: 10px;
	background-color: var(--light-bg);
}

.nwAGcZ, .UWywgIo4 {
    font-size: 16px;
    font-weight: 700;
    padding: 8px 30px;
    position: relative;
	background-color: var(--grey);
	text-transform: uppercase;
    font-weight: 600;
    color: var(--button-color);
}

.nwAGcZ::before {
	content: url(img/wb.png);
    position: absolute;
    left: 6px;
    top: 7px;
}

.r47xz {
    width: 100%;
    height: 100%;
    grid-area: banking;
}

.UWywgIo4::before {
	content: url(img/ps.png);
    position: absolute;
    left: 6px;
    top: 8px;
}

.XyR7Q2L {
	background-color: var(--light-bg);
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.XyR7Q2L div {
    width: 48px;
    height: 36px;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
	background-size: contain;
    background-position: center;
    background-color: #ffffff;
}


.UhPtGhtCMA {
    background-image: url(img/pay/visa.png);
}

.b-weuY3Bz80 {
    background-image: url(img/pay/mastercard.png);
}

.Z-uXOL1e {
    background-image: url(img/pay/bitcoin.png);
}

.c8jy0BbHk {
    background-image: url(img/pay/spei.png);
}

.D2TTc478mp {
    background-image: url(img/pay/cash.png);
}

.VMh_4r {
    background-image: url(img/pay/skrill.png);
}

.wa6v1WR {
    background-image: url(img/pay/neteller.png);
}

.T4eZO2-J {
    background-image: url(img/pay/payscale.png);
}

.W5EdktzKV {
    background-image: url(img/pay/paypal.png);
}

.FOa-ff {
    background-image: url(img/pay/ethereum.png);
}

.lvadfXbwc {
    background-image: url(img/pay/todito.png);
}

.QKTbFf {
    background-image: url(img/pay/euteller.webp);
}

.Hgt03TcZ {
    background-image: url(img/pay/paysafe2.png);
}

.VHpV8zntP {
    background-image: url(img/pay/zimpler.webp);
}

.yriJq {
    background-image: url(img/pay/payid.png);
}

.bE9PzKXyqMy {
    background-image: url(img/pay/americanexpress.jpg);
}

.cJq8hId0 {
    background-image: url(img/pay/bitcoincash.jpg);
}

.TJl8OpO {
    background-image: url(img/pay/cashtocode.jpg);
}

.AqVACatopvV {
    background-image: url(img/pay/discover.jpg);
}

.TLcWmMf {
    background-image: url(img/pay/ezeewallet.jpg);
}

.dsf5kqZg {
    background-image: url(img/pay/litecoin.jpg);
}

.Zes-i {
    background-image: url(img/pay/neosurf.jpg);
}

.QKaGDccYB {
    background-image: url(img/pay/trustly.png);
}

.biOdhI {
    background-image: url(img/pay/banktransfer.webp);
}

.dRGUuaYu {
    background-image: url(img/pay/dogecoin.jpg);
}

.ZsDpYVNxu {
    background-image: url(img/pay/ripple.jpg);
}

.CGHU5 {
    background-image: url(img/pay/tether.webp);
}

.Wb2R2zVJlGd {
    background-image: url(img/pay/astropay.webp);
}

.Vq3eaE {
    background-image: url(img/pay/ecopayz.webp);
}

.Z40nwa {
    background-image: url(img/pay/gpay.webp);
}

.YtJ1G {
    background-image: url(img/pay/imps.webp);
}

.xMYG2wyPIX {
    background-image: url(img/pay/jeton.webp);
}

.uR9bVx {
    background-image: url(img/pay/muchbetter.webp);
}

.s5PjrMUdY {
    background-image: url(img/pay/paytm.webp);
}

.zGh58e {
    background-image: url(img/pay/phonepe.webp);
}

.KF3SCev9 {
    background-image: url(img/pay/pix.png);
}

.Y0uWb-Cx8E {
    background-image: url(img/pay/upi.webp);
}

.nPYYT7Hf {
    background-image: url(img/pay/cryptoprocessing.jpg);
}

.aIqV1EW8Y {
    background-image: url(img/pay/flexepin.jpg);
}

.BZVdw-rCUx {
    background-image: url(img/pay/interac.jpg);
}

.YYJP7Fqwo6 {
    background-image: url(img/pay/mifinity.jpg);
}

.z5sa1 {
    background-image: url(img/pay/bep20.jpg);
}

.v5pD8a5SUs {
    background-image: url(img/pay/binance_coin.jpg);
}

.t5ckkFtAFQ {
    background-image: url(img/pay/coinspad.jpg);
}

.JTcN6d_o {
 	background-image: url(img/pay/dai.jpg);
}

.gMOkgFED {
 	background-image: url(img/pay/idebit.jpg);
}

.oo6_bROW {
	background-image: url(img/pay/lightning_bitcoin.jpg);
}

.oxGXIKy2af {
	background-image: url(img/pay/moonpay.jpg);
}

.NU0XIxa {
	background-image: url(img/pay/piastrix.jpg);
}

.C4oy1DxR {
	background-image: url(img/pay/siru_mobile.jpg);
}

.kHAyiVAOz_O {
	background-image: url(img/pay/tron.jpg);
}

.yCTwPJ8R {
	background-image: url(img/pay/usd_coin.jpg);
}

.tDrDboYA63 {
    width: 100%;
    color: var(--second-color);
    margin-bottom: 0;	
	display: block;
	grid-area: more;
	border: none;
	font-weight: 400;
	font-size: 16px;
	padding: 0;
	cursor: pointer;
	user-select: none;
}

.tDrDboYA63::after {
    content: '';
    display: inline-block;
    margin-left: 10px;
    border: solid var(--second-color);
    border-width: 0 2px 2px 0;
    padding: 2px;
    transform: rotate(45deg);
    height: 2px;
    width: 2px;
    margin-bottom: 2px;
}

.A5GGPpp .bWKpaXl,
.A5GGPpp .r47xz {
	display: block;
}

@media (max-width: 768px) {
	.tDrDboYA63 {
		border: 2px solid var(--second-color);
		padding: 10px 30px;
	}
}





.A5GGPpp .tDrDboYA63::after {
    transform: rotate(225deg);
    margin-bottom: 0;
}

.pQ4l8pv-u9 {
    max-width: 100%;
    text-decoration: none;
    color: var(--button-color);
    border-bottom: 2px dashed var(--button-color);
	font-weight: 600;
    transition: border-bottom 0.15s, color 0.15s;   
}

.pQ4l8pv-u9:hover {
    border-bottom: 2px dashed var(--button-hover);
    color: var(--button-hover);
}



/* casinoitem review */

.fRJpMC {
    margin-top: 20px;
}

.fRJpMC .ChGdM {
    grid-template-columns: 2fr 1fr 2fr 3fr 3fr;
    grid-template-areas: none;
}

.fRJpMC .Ap03GZh, 
.fRJpMC .N_9sz, 
.fRJpMC .lV2CR3, 
.fRJpMC .wQXMD_a, 
.fRJpMC .aUg01LMVOal { 
    grid-area: auto;
    width: 100%;
}
.N_9sz {
	padding: 0;
	justify-content: flex-start;
}
.N_9sz div:nth-of-type(1) {
	width: 100%;
	padding: 0 0 0 30px;
	line-height: 30px;
	background-color: var(--grey);
    text-transform: uppercase;
    font-weight: 600;
    color: var(--button-color);
	position: relative;
}
.N_9sz div:nth-of-type(1)::before {
    content: url(img/wb.png);
    position: absolute;
    left: 6px;
    top: 5px;
}

.fRJpMC .sO98tL {
    width: 100%;
}

.fRJpMC .sHfOawQs2k8 {
    padding: 20px;
    background: var(--light-bg);
    border-radius: 8px;
}

.fRJpMC .N_9sz,
.fRJpMC .lV2CR3 {
    background: white;
    border: none;
}

.fRJpMC .w-6ZF {
    padding: 10px 30px;
}

.Ix5qN {
    background: white;
    width: 100%;
    height: 100%;
    border-radius: 10px;  
    padding: 10px;
}

.Ix5qN > div:nth-of-type(1) {
    font-size: 16px;
    font-weight: 700;
    min-height: 46px;
    position: relative;
    padding-left: 36px;
}

.ftzTd > div:nth-of-type(2) {
    font-size: 13px;
}

.MUX9Pza-Ny > div:nth-of-type(2)  {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: var(--second-color);
}

.fRJpMC .XyR7Q2L {
    margin-top: 0;
}

.MUX9Pza-Ny > div:nth-of-type(1)::before {
    position: absolute;
    content: url(img/bonus.png);
    left: 0;
    top: -3px;
}

.d9yRHL > div:nth-of-type(1)::before {
    position: absolute;
    content: url(img/dollar.png);
    left: 0;
    top: -3px;
}

.ftzTd > div:nth-of-type(1)::before {
    position: absolute;
    content: url(img/overview.png);
    left: 0;
    top: -2px;
}


@media (max-width: 1200px) {
    
    .sHfOawQs2k8 {
        padding: 10px;
    }
    
    .sO98tL {
        width: 100px;
        height: 100px;
    }

    .w-6ZF {
        width: 100%;
        padding: 14px 15px;
        font-size: 16px;
    } 
    
    .pQ4l8pv-u9 {
        font-size: 14px;
    }
    
}

@media (max-width: 768px) {
    
    .ZybTK1 {
        background: #F4A11B;
    }
    
    .sHfOawQs2k8 {
        padding: 20px 10px;
    }
    
    .ChGdM {
        display: flex;
        flex-direction: column;
        width: 280px;
        margin: auto;        
    }

	.TY56F, .I4omUXwF, .qLMQlzOSQ, .lukUh, .lV2CR3 {
		height: auto;
	}
    
    .aUg01LMVOal {
        width: 100%;
		align-items: center;
		order: 10;
    }
    
    .sO98tL {
        width: 256px;
        height: 256px;
        background-position: center;		
    }
    
    .wQXMD_a {
        width: 100%;
		order: 20;
    }
    
    .w-6ZF {
        width: 100%;
        font-size: 18px;
    }

    .pQ4l8pv-u9 {
        font-size: 16px;
    }
    
    .N_9sz p, .N_9sz ul li {
        line-height: 1.5;
    }
    
	.lV2CR3 {
		order: 40;
	}
  
    .N_9sz {
        display: block;
        order: 50;
    }
    
    .bWKpaXl {
        display: block;
        order: 60;
    }
    
    .r47xz {
        display: block;
        order: 70;
    }
    
}



/* FAQ */

.schema-faq {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
}

.schema-faq-section {
    background: white;
    padding: 20px 24px;
}

.schema-faq-question {
    display: block;
    padding-right: 30px;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    color: var(--black-text);
	margin: 0;
}

.schema-faq-question::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '+';
    font-family: Arial;
    font-size: 32px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: var(--button-color);
    transition: transform 0.1s;
}

.schema-faq-answer {
    display: none;
    margin: 20px 0 0 0;
}

.F9mAXR-6kD1 .schema-faq-answer {
    display: block;
}

.F9mAXR-6kD1 .schema-faq-question {
    border-bottom: 2px solid var(--light-bg);
    padding-bottom: 20px;
}

.F9mAXR-6kD1 .schema-faq-question::after {
    transform: rotate(45deg);
    background-color: var(--button-hover);
}

@media (max-width: 600px) {
    .schema-faq-section {
        padding: 10px 14px;
        min-height: 44px;
    }
    
    .schema-faq-question {
        min-height: 36px;
    }

    .schema-faq-question::after {
        top: 5px;    
    } 
    
    .schema-faq-answer {
        margin: 10px 0 0 0;
        padding-top: 10px;    
    }

}




/* Morearticles */

.JYy2lDcWZw {
    margin: 60px 0;
}

.JYy2lDcWZw .rG0OV_8mm {
    padding: 0 20px;
}

.JYy2lDcWZw .h2 {
    margin-top: 0;
    margin-bottom: 45px;
}

.kmieCNk7Kr {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.kmieCNk7Kr .owl-stage-outer {
    padding: 10px;
}

.dtknOD8AW {
    background: white;
    width: 95%;
    min-height: 320px;
    border-radius: 10px;
    box-shadow: 0 1px 4px 0 #292C2C1F;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.JCfXbVZY1wE .dtknOD8AW {
    width: 250px;
}

.kUN8MsI {
    width: 100%;
    height: 275px;
    border-radius: 10px 10px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.p8d-Za {
    color: var(--black-text);
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    padding: 20px;
}


.JYy2lDcWZw .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;    
}

.JYy2lDcWZw .owl-nav button {
    width: 50px;
    height: 36px;
    border-radius: 10px !important;
}

.JYy2lDcWZw .owl-prev {
    background-color: var(--second-color) !important;
    background-image: url(img/prev.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    box-shadow: 0 1px 4px 0 #292C2C1F;;
}

.JYy2lDcWZw .owl-next {
    background-color: white !important;
    background-image: url(img/next.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    box-shadow: 0 1px 4px 0 #292C2C1F;;
}

.JYy2lDcWZw .owl-dots {
    margin-top: 15px;
}

.JYy2lDcWZw .owl-theme .owl-dots .owl-dot.Ps7Ay span, .JYy2lDcWZw .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--grey-text);
}

@media (max-width: 1200px) {

    .JYy2lDcWZw {
        padding: 70px 0;
    }
    
    .kmieCNk7Kr {
        gap: 24px;
        justify-content: center;
    }     
    
}


@media (max-width: 600px) {
    
    .JYy2lDcWZw {
        border-radius: 0;
        padding: 50px 0;
    }   

    .JYy2lDcWZw .h2 {
        margin-bottom: 60px;
    }  
    
    .kmieCNk7Kr {
        gap: 18px;
    }    
    
    .dtknOD8AW {
        background: white;
        min-height: auto;
        border-radius: 10px;
    }  
    
    .kUN8MsI {
        height: 120px;
        border-radius: 10px 10px 0 0;    
    }
    
    .p8d-Za {
        font-weight: 600;
        font-size: 14px;
        padding: 10px;
    }    
    
}



/* Games */

.games {
	margin: 30px 0;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.game {
    background: white;
    width: 200px;
    min-height: 320px;
    border-radius: 20px;
    box-shadow: 0 3px 15px 0 rgba(147, 149, 204, 0.15);  
    display: flex;
    gap: 16px;
    flex-direction: column;
    align-items: center;
    padding: 20px 12px;
}

.game__image {
    width: 150px;
    height: 150px;
    border-radius: 12px;
    background-image: url(img/no-image.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.game__button {
    font-size: 16px;
    width: 100%;
}

.game__title {
    color: var(--black-text);
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}

.game__desc {
    font-size: 14px;
	text-align: center;
}

.game .ZU_wRXx {
	margin-bottom: auto;
}

@media (max-width: 1200px) {  
    .games {
        justify-content: center;
    } 
}

@media (max-width: 600px) {
    
    .game {
        background: white;
        width: 152px;
        min-height: 276px;
        border-radius: 20px;
        gap: 10px;
        padding: 10px;
    }  
    
    .game__image {
        width: 120px;
        height: 120px;
        border-radius: 10px;    
    }
    
    .game__title {
        font-weight: 600;
        font-size: 14px;
    }
	
	.game__desc {
		font-size: 12px;	
	}    
}



/* PlusMinus */


.TQoWq4 {
    display: flex;
    justify-content: space-between;
    column-gap: 25px;
    row-gap: 20px;
    margin-bottom: 30px;
    background: var(--light-bg);
    padding: 20px;
    border-radius: 10px;
}

.K9YwuvXvFT, .NPnKsRT5 {
    width: calc(50% - 10px);
    border-radius: 20px;
    padding: 20px;
    background: white;
}

.K9YwuvXvFT ul, .NPnKsRT5 ul {
    margin: 0;
}

.K9YwuvXvFT ul li {
    line-height: 2;
    padding-left: 40px;
}

.NPnKsRT5 ul li {
    line-height: 2;
    padding-left: 40px;
}

.K9YwuvXvFT p, .NPnKsRT5 p {
    margin-bottom: 0;
    padding-left: 36px;
    position: relative;
    line-height: 2;
}

.K9YwuvXvFT p::before, .K9YwuvXvFT ul li::before {
    content: url('data:image/svg+xml,<svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2_5344" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="34" height="34"><rect width="34" height="34" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2_5344)"><path d="M25.5002 29.75H9.91683V11.3333L19.8335 1.41667L21.6043 3.18751C21.7696 3.35278 21.9054 3.57709 22.0116 3.86042C22.1179 4.14375 22.171 4.41528 22.171 4.675V5.17084L20.6127 11.3333H29.7502C30.5057 11.3333 31.1668 11.6167 31.7335 12.1833C32.3002 12.75 32.5835 13.4111 32.5835 14.1667V17C32.5835 17.1653 32.5599 17.3424 32.5127 17.5313C32.4654 17.7201 32.4182 17.8972 32.371 18.0625L28.121 28.05C27.9085 28.5222 27.5543 28.9236 27.0585 29.2542C26.5627 29.5847 26.0432 29.75 25.5002 29.75ZM12.7502 26.9167H25.5002L29.7502 17V14.1667H17.0002L18.9127 6.375L12.7502 12.5375V26.9167ZM9.91683 11.3333V14.1667H5.66683V26.9167H9.91683V29.75H2.8335V11.3333H9.91683Z" fill="%2322B45C"/></g></svg>');
    background-image: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.NPnKsRT5 p::before, .NPnKsRT5 ul li::before {
    content: url('data:image/svg+xml,<svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2_5336" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="34" height="34"><rect x="34" y="34" width="34" height="34" transform="rotate(180 34 34)" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2_5336)"><path d="M8.49984 4.25H24.0832V22.6667L14.1665 32.5833L12.3957 30.8125C12.2304 30.6472 12.0946 30.4229 11.9884 30.1396C11.8821 29.8562 11.829 29.5847 11.829 29.325V28.8292L13.3873 22.6667H4.24984C3.49428 22.6667 2.83317 22.3833 2.26651 21.8167C1.69984 21.25 1.4165 20.5889 1.4165 19.8333V17C1.4165 16.8347 1.44011 16.6576 1.48734 16.4687C1.53456 16.2799 1.58178 16.1028 1.629 15.9375L5.879 5.94999C6.0915 5.47777 6.44567 5.07639 6.9415 4.74583C7.43734 4.41527 7.95678 4.25 8.49984 4.25ZM21.2498 7.08333H8.49984L4.24984 17V19.8333H16.9998L15.0873 27.625L21.2498 21.4625V7.08333ZM24.0832 22.6667V19.8333H28.3332V7.08333H24.0832V4.25H31.1665V22.6667H24.0832Z" fill="%23DB5858"/></g></svg>');
    background-image: none;
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
}

@media (max-width: 600px) {
    .TQoWq4 {
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;        
    }
    
    .K9YwuvXvFT, .NPnKsRT5 {
        width: 100%;    
    }

}



/* BonusInfo */

.jPoK0BmKN {
    margin: 30px 0;
    border-radius: 20px;
    background: var(--lavander);
    box-shadow: 0 2px 12px 0 rgba(53, 95, 108, 0.15); 
    padding: 200px 24px 24px 24px;
    background-image: url(img/pic.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;    
}

.yBW2k- {
    background: white;
    border-radius: 20px;
    padding: 20px;
}

.yBW2k--title {
    color: var(--black-text);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

@media (max-width: 600px) {
    .jPoK0BmKN {
        padding: 130px 20px 20px 20px;
        grid-template-columns: 1fr;
    }
    .yBW2k--title {
        
    }
}





/* Footer */

.bjB826 {
    background-color: var(--dark-bg-color);
}

.bjB826 .rG0OV_8mm {
    display: flex;
    justify-content: space-between;
    padding: 30px 20px;
}

.MsdeiJdJ {
    display: flex;
    row-gap: 20px;
    column-gap: 20px;
    list-style: none;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
}

.MsdeiJdJ a {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: white;
    transition: color 0.2s;
}

.MsdeiJdJ a:hover {
    color: var(--second-color);
}

.M5qiIZnP {
	flex-basis: 40%;
	color: white;
}

@media (max-width: 1200px) {
    .bjB826 .rG0OV_8mm {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    } 
    
    .MsdeiJdJ {
        justify-content: flex-start;
        padding: 0;
        column-gap: 20px;
    }
}

@media (max-width: 600px) {
	.MsdeiJdJ {
		flex-direction: column;
		margin-top: 20px;
		align-items: flex-start;
	}
}

.egiNH9-vSA {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.bjk3IdIC7 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 10px;
}

.r5Rdm {
    font-size: 28px;
    font-weight: 500;
    text-decoration: none;
    color: var(--black-text);
    transition: color 0.15s;
    border: 2px solid var(--second-color);
    padding: 0px 10px;
}

.r5Rdm:hover {
    color: var(--button-color);
    border: 2px solid var(--button-color);
}

.L3Hzr {
    color: var(--button-hover);
}

.next {
    background-color: var(--button-color);
    border: 2px solid var(--button-color);
    color: white;
}

.next:hover {
    background-color: var(--second-color);
    border: 2px solid var(--second-color);
    color: white;
}

/* back to top */
.pBWHydovZd {
	display: none;
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 999999999;
}

.pBWHydovZd a {
	display: block;
    width: 50px;
    height: 50px;
}

.pBWHydovZd a::after {
	content: '';
    display: block;
    width: 22px;
    height: 22px;
    border-top: 3px solid var(--second-color);
    border-right: 3px solid var(--second-color);
    transform: rotate(-45deg);
    position: relative;
    top: 17px;
    left: 10px;
}

.pBWHydovZd a:hover::after {
    border-top: 3px solid var(--button-hover);
    border-right: 3px solid var(--button-hover);	
}

@media (max-width: 600px) {
	.pBWHydovZd {
		right: 20px;
		bottom: 20px;
	}	
}


/* Contacts */

.TJtODZ8HTUc {
    background: var(--dark-bg-color);
}
.TJtODZ8HTUc .h2 {
    margin-top: 30px;
    color: white;
}
.TJtODZ8HTUc .V83QybgIb a {
    color: white;
}
.TJtODZ8HTUc .V83QybgIb a:hover {
    color: var(--button-color);
}
.th2YM {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.nxLDD {
    margin-top: -30px;
}
.th2YM .wpcf7-form {
    margin: 0;
    background: none;
    gap: 16px;
}
.th2YM .wpcf7-form .w2xOMh {
    background: var(--button-color);
}
.th2YM .wpcf7-form .w2xOMh:hover {
    background: var(--button-hover);
}
.th2YM .wpcf7-form input, .th2YM .wpcf7-form textarea {
    padding: 20px 20px;
}
@media (max-width: 1200px) {
    .th2YM {
        grid-template-columns: 1fr;
    }
    .nxLDD {
        margin-top: 0;
    }
    .th2YM .wpcf7-form {
        padding: 0;
    }
}


/* Contact Form 7 */

.jIlvkzame {
    background: #69B6FC;
    color: white;
    display: inline-block;
}

.jIlvkzame:hover {
    background: #1660A4;
    color: white;
}

.wpcf7-form {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 20px 20px 0 20px;
	border-radius: 8px;
	background: #ebf5fd;
	margin-bottom: 30px;
}

.wpcf7-form input, 
.wpcf7-form textarea {
	width: 100%;
	padding: 10px 20px;
	border: none;
	border-radius: 6px;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
	outline: 2px solid #69B6FC;
}

.wpcf7-submit {
	cursor: pointer;
  width: 30% !important;
  align-self: center;	
}

.wpcf7 form.jAYnp .wpcf7-response-output, .wpcf7 form.Hd8gy .wpcf7-response-output, .wpcf7 form.pmf0AOH04s .wpcf7-response-output {
	margin-top: 0 !important;
	border-radius: 3px;
    border-color: #62e5c6 !important;	
}

.wpcf7-spinner {
	margin-top: -10px;
}


@media (max-width: 600px) {
	.wpcf7-form {
		width: 100%;
		gap: 20px;
	}
	.wpcf7-submit {
		width: 90% !important;
	}
}



/* pp  */
.XtHkAclwRq {
    cursor: pointer;
    padding: 14px 30px 14px 20px;
}

.XtHkAclwRq::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 21px;
    height: 20px;
    background: url('data:image/svg+xml,<svg width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.49967 18.334C5.04134 18.334 4.64912 18.1709 4.32301 17.8448C3.9969 17.5187 3.83356 17.1262 3.83301 16.6673V8.33398C3.83301 7.87565 3.99634 7.48343 4.32301 7.15732C4.64967 6.83121 5.0419 6.66787 5.49967 6.66732H6.33301V5.00065C6.33301 3.84787 6.7394 2.86537 7.55217 2.05315C8.36495 1.24093 9.34745 0.83454 10.4997 0.833984C11.6525 0.833984 12.6352 1.24037 13.448 2.05315C14.2608 2.86593 14.6669 3.84843 14.6663 5.00065V6.66732H15.4997C15.958 6.66732 16.3505 6.83065 16.6772 7.15732C17.0038 7.48398 17.1669 7.87621 17.1663 8.33398V16.6673C17.1663 17.1257 17.0033 17.5182 16.6772 17.8448C16.3511 18.1715 15.9586 18.3345 15.4997 18.334H5.49967ZM10.4997 14.1673C10.958 14.1673 11.3505 14.0043 11.6772 13.6782C12.0038 13.352 12.1669 12.9595 12.1663 12.5007C12.1663 12.0423 12.0033 11.6501 11.6772 11.324C11.3511 10.9979 10.9586 10.8345 10.4997 10.834C10.0413 10.834 9.64912 10.9973 9.32301 11.324C8.9969 11.6507 8.83356 12.0429 8.83301 12.5007C8.83301 12.959 8.99634 13.3515 9.32301 13.6782C9.64967 14.0048 10.0419 14.1679 10.4997 14.1673ZM7.99967 6.66732H12.9997V5.00065C12.9997 4.30621 12.7566 3.71593 12.2705 3.22982C11.7844 2.74371 11.1941 2.50065 10.4997 2.50065C9.80523 2.50065 9.21495 2.74371 8.72884 3.22982C8.24273 3.71593 7.99967 4.30621 7.99967 5.00065V6.66732Z" fill="white"/></svg>');
}

.m9WIj {
    display: none;
    position: fixed;
    top: 0;
    z-index: 666;
    width: 100%;
    height: 100%;
    background: #00000050;
    padding-top: 100px;
}

.tXC8ml4PocS {
    width: 100%;
    max-width: 732px;
    padding: 30px;
    margin: auto;
    background: white;
    border-radius: 8px;
    position: relative;
}

.tXC8ml4PocS span {
    position: absolute;
    top: -15px;
    right: 20px;
    display: block;
    width: 30px;
    height: 30px;
    background: white;
    border: 2px solid #777;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 24px;
    color: #777;
    cursor: pointer;
    z-index: 666;
}

.tXC8ml4PocS span:hover {
    border: 2px solid #000;
    color: #000;
}

.Af5ymXBD {
    margin-top: 0;
    margin-bottom: 12px;
    text-align: center;
}

.t0OB5s0rDW {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #cccccc;
}

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

.Qy8M86e {
    background: var(--light-bg);
    border-radius: 6px;
    border-bottom: 2px solid var(--grey-text);
    padding: 10px;
    display: grid;
    grid-template-columns: 120px 1fr 2fr 180px;
    align-items: center;
    gap: 10px;
}

.Cpn9lxk {
    width: 120px;
    height: 60px;
    background-image: url(/wp-content/themes/rps/img/no-image.svg);
    background-size: cover;
    background-position: center;
    border-radius: 4px;
}

.D_n-IwOM1_ {
    margin: 0;
}

.Q9UFdu-zD {
    color: var(--advantages);
    font-weight: 700;
}

.Sb3UFzU {
    width: 180px;
}

.qI2u0 {
    font-size: 18px;
    text-align: center;
    color: #cccccc;
}


@media (max-width: 600px) {
    .m9WIj {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .tXC8ml4PocS {
        padding:  20px 10px;
    }
    .Qy8M86e {
        grid-template-columns: 2fr 1fr;
        padding: 6px;
    }
    .Cpn9lxk {
        width: 60px;
        height: 60px;
    }
    .Sb3UFzU {
        width: 80px;
        padding: 10px;
        font-size: 14px;
    }
}

/* pp  */



/* New Blocks */

/* Casinolist2 */

.UbQ6EEtc {
    display: grid;
    grid-template-columns: 38% calc(62% - 16px);
    gap: 16px;
    width: 100%;
    margin-bottom: 30px;
}
.UbQ6EEtc > div {
    padding: 16px;
    box-shadow: 0 1px 4px 0 #292C2C1F;
    border-radius: 10px;
}
.NU2Cmu3JL {
    display: grid;
    grid-template-columns: 150px 1fr;
    grid-template-areas:
        "i2 t2"
        "i2 r2";
    column-gap: 20px;
    row-gap: 10px;
}
.doW6pDAKDv {
    font-size: 16px;
}
.doW6pDAKDv p:last-child, .doW6pDAKDv ul:last-child, .doW6pDAKDv ol:last-child {
    margin-bottom: 0;
}
.QSHJnf {
    width: 150px;
    height: 100px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    transition: opacity 0.2s;
    grid-area: i2;
}
.QSHJnf:hover {
    opacity: .8;
}
.Q22kCuP7 {
    grid-area: t2;
    margin: 0;
}
.cJnlzrfMJ {
    grid-area: r2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    --progress: 0%;
    background: conic-gradient(var(--advantages) var(--progress), var(--light-bg) var(--progress));
    position: relative;
}
.cJnlzrfMJ:after {
    border-radius: 50%;
    display: block;
    content: "";
    background: #fff;
    position: absolute;
    left: 4px;
    top: 4px;
    height: 32px;
    width: 32px;
}
.cJnlzrfMJ div {
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    position: absolute;
    z-index: 5;
    top: 13px;
    left: 0px;
    width: 40px;
}
.O2ejdNIpr {
    background: var(--second-color);
    color: white;
    font-weight: 600;
}
@media (max-width: 768px) {
    .UbQ6EEtc > div {
        padding: 10px;
    }
    .UbQ6EEtc p, .UbQ6EEtc ul li, .UbQ6EEtc ol li {
        font-size: 14px;
    }
    .NU2Cmu3JL {
        display: flex;
        flex-direction: column;
		align-items: center;
    }
    .Q22kCuP7 {
        text-align: center;
    }
    .O2ejdNIpr {
        font-size: 14px;
    }
}
@media (max-width: 600px) {
    .UbQ6EEtc {
        gap: 10px;
    }
    .UbQ6EEtc > div {
        border-radius: 6px;
    }
    .QSHJnf {
        width: 100%;
        height: 60px;
        border-radius: 4px;
    } 
	.doW6pDAKDv {
		font-size: 14px;
	}	
}



/* Casinolist30 */

.ctNSG1M {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.UxB1MRnd {
    display: grid;
    grid-template-columns: 150px 2fr 4fr 200px;
    gap: 4%;
    width: 100%;
    box-shadow: 0 1px 4px 0 #292C2C1F;
    border-radius: 10px;
    align-items: center;
}

.B_HY0 p:last-child, .B_HY0 ul:last-child, .BfYRqcwS ol:last-child {
    margin-bottom: 0;
}
.X8tUoy2j {
    width: 150px;
    min-height: 100px;
    height: 100%;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    transition: opacity 0.2s;
}
.X8tUoy2j:hover {
    opacity: .8;
}
.sUVDPZ5nU {
	padding: 5px 0;
}
.itWV9Ys {
    margin: 0;
    margin-bottom: 4px;
}
.HJaxYg {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    --progress: 0%;
    background: conic-gradient(var(--advantages) var(--progress), var(--light-bg) var(--progress));
    position: relative;
    padding-bottom: 10px;
}
.HJaxYg:after {
    border-radius: 50%;
    display: block;
    content: "";
    background: #fff;
    position: absolute;
    left: 4px;
    top: 4px;
    height: 32px;
    width: 32px;
}
.HJaxYg div {
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    position: absolute;
    z-index: 5;
    top: 13px;
    left: 0px;
    width: 40px;
}
.B_HY0 {
    padding: 10px 0;
	font-size: 16px;
}
@media (max-width: 768px) {
    .UxB1MRnd {
        grid-template-columns: 150px 2fr 4fr 170px;
    }
    .UxB1MRnd p, .UxB1MRnd ul li, .UxB1MRnd ol li {
        font-size: 14px;
    }
    .B_HY0 {
        font-size: 14px;
    }  
    .f2oCRMa_P {
        font-size: 16px;
        font-weight: 600;
        width: 80%;
    }
}
@media (max-width: 600px) {
    .ctNSG1M {
        gap: 12px;
    }    
    .UxB1MRnd {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding: 16px;
    }
    .UxB1MRnd > div, .UxB1MRnd > a {
        width: calc(50% - 10px);
    }    
    .X8tUoy2j {
        width: 120px;
        height: 80px;
        border-radius: 6px;
        order: 10;
    }
    .sUVDPZ5nU {
        order: 30;
		padding: 0;
    }
    .B_HY0 {
        order: 20;
    }
    .hptmrk6Ct {
        order: 40;
        align-self: flex-end;
    }
    .f2oCRMa_P {
        width: 100%;
    }
}



/* Casinolist40 */

.rAduSQT {
    display: grid;
    grid-template-columns: 25% 25% calc(50% - 20px);
    gap: 10px;
    width: 100%;
    margin-bottom: 30px;
}
.rAduSQT > div {
    padding: 16px;
    box-shadow: 0 1px 4px 0 #292C2C1F;
    border-radius: 6px;
}
.CScaRG {
    background: var(--second-color);
    color: white;
    font-weight: 600;
}
.kp1clGnf {
    display: grid;
    grid-template-columns: 33% calc(66% - 10px);
    gap: 10px;
    align-items: center;
    box-shadow: 0 1px 4px 0 #292C2C1F;
    border-radius: 6px;
    font-size: 16px;
}
.DHaGp1maI4 {
    width: 100%;
    height: 100%;
    min-height: 80px;
    border-radius: 6px 0 0 6px;
    background-size: cover;
    background-position: center;
    transition: opacity 0.2s;
}
.XWeYqawB {
    font-weight: 500;
    font-size: 16px;
}
.zJud-Ke {
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.kGmd8 {
    font-size: 16px;
    display: flex;
    align-items: center;    
}
@media (max-width: 600px) {
    .rAduSQT {
        gap: 8px;
    }
    .rAduSQT > div {
        padding: 10px;
    }
    .CScaRG {
        font-size: 12px;
    }
    .kp1clGnf {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 0;
    }
    .DHaGp1maI4 {
        border-radius: 6px 6px 0 0;
    }
    .XWeYqawB {
        font-size: 14px;
        padding: 10px;
    }
    .zJud-Ke {
        font-size: 12px;
    }
    .kGmd8 {
        font-size: 12px;
    }
}



/* block1 */

.block10 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 30px;
}

.block10__item {
    width: calc(33% - 20px);
    padding: 20px;
    box-shadow: 0 1px 4px 0 #292C2C1F;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.block10__img {
    width: 140px;
    height: 140px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}

.block10__header {
    margin: 0;
}

.block10__text {
    font-size: 16px;
    text-align: center;
}

@media (max-width: 768px) {
    .block10 {
        gap: 12px;
    }
    .block10__item {
        padding: 10px;
    }
}

@media (max-width: 600px) {
    .block10 {
        flex-direction: column;
    }
    .block10__item {
        padding: 16px;
        width: 100%;
        display: grid;
        grid-template-areas: 
                    "block10img block10header"
                    "block10img block10text";
    }
    .block10__img {
        width: 110px;
        height: 110px;
        grid-area: block10img;
    }
    .block10__header {
        grid-area: block10header;
    }
    .block10__text {
        grid-area: block10text;
        text-align: left;
        font-size: 14px;
    }
}



/* Class*/
/* list1 */

.list1 li {
	border: 2px solid var(--second-color);
	border-radius: 10px;
	padding: 20px 16px 20px 46px;
	background: var(--light-bg);
}
.list1 li:not(:last-child) {margin-bottom: 16px;}
.list1 li::before {
	top: 27px;
    left: 20px;
}
.list1 li strong {
    color: var(--dark-grey);
}


/* Class*/
/* table1 */

.table1 table {	
	border-spacing: 10px !important;
}

.table1 th, .table1 td {
	border-radius: 6px;
	box-shadow: 0 1px 4px 0 #292C2C1F;
}

.table1 td {
	background: white !important;
}

@media (max-width: 600px) {
    .table1 th, .table1 td {
        font-size: 14px;
        border-radius: 4px !important;
    }    
}




/* block2 */

.block2 {
	padding: 20px;
	border-left: 10px solid var(--button-color);
	border-radius: 10px;
	box-shadow: 0 1px 4px 0 #292C2C1F;
	margin-bottom: 20px;
}

.block2 h3 {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 6px 20px;
	border-radius: 9px;
	background: var(--second-color);
	color: white;
}

.block2 p {
    font-size: 16px;
    margin-bottom: 10px;
}

.block2 p:last-child {
	margin-bottom: 0;
}

@media (max-width: 781px) {
    .block2 {
        padding: 16px;
    }
    .block2 p {
        font-size: 14px;
    }    
    .block2 h3 {
        font-size: 20px;
    }    
}


/* block3 */

.block3 {
	margin-bottom: 20px;
    box-shadow: 0 1px 4px 0 #292C2C1F;
    padding: 20px;
    border-radius: 10px;
}
.block3-columns {
    gap: 1em;
    margin-bottom: 0;
}
.block3 img, .wp-block-image {
    margin-bottom: 0;
}
.block3 h3 {
	margin-top: 0;
	margin-bottom: 20px;
}
.block3-text {
	background: var(--light-bg);
	border: 2px solid var(--second-color);
	border-radius: 10px;
	padding: 20px 14px;
}
.block3-text p {
	font-size: 16px;
	margin-bottom: 10px;
}
.block3-text p:last-child {
	margin-bottom: 0;
}

.block3-proscons {
    margin-top: 20px;
    margin-bottom: 0;
    gap: 1em;
}

.block3-proscons ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 0;
}

.block3-pros {
    background: var(--advantages-bg);
    border-radius: 10px;
    padding: 20px;
}

.block3-proscons li {
    padding-left: 46px;
    font-size: 16px;
}

.block3-pros ul li::before {
    width: 34px;
    height: 34px;
    background-image: url(img/like.png);
    top: -4px;
	background-color: unset;
}

.block3-cons {
    background: var(--disadvantages-bg);
    border-radius: 10px;
    padding: 20px;
}

.block3-cons ul li::before {
    width: 34px;
    height: 34px;
    background-image: url(img/nolike.png);
    top: 1px;
	background-color: unset;
}

.block3-pros ul li::after, .block3-cons ul li::after {display: none;}

@media (max-width: 781px) {
    .block3-text p {
    	font-size: 14px;
    	margin-bottom: 10px;
    }
    .block3-proscons ul {
        gap: 10px;
    }
    
    .block3-pros {
        padding: 10px;
    }
    
    .block3-proscons li {
        padding-left: 36px;
        font-size: 14px;
    }
    
    .block3-pros ul li::before {
        width: 24px;
        height: 24px;
        background-image: url(img/like.png);
        background-size: cover;
            top: -1px;
    }
    
    .block3-cons {
        background: var(--disadvantages-bg);
        border-radius: 10px;
        padding: 10px;
    }
    
    .block3-cons ul li::before {
        width: 24px;
        height: 24px;
        background-image: url(img/nolike.png);
        background-size: cover;
        top: -1px;
    }
}

/* Block3-1 */

.block3-pros ul li::before {
    background-image: url(img/like.png);
}

.block3-cons ul li::before {
    background-image: url(img/nolike.png);
}

.block3-1 {
    border-left: 10px solid var(--button-color);
}

.block3-2 {
    background: url(img/bock3-2-left.svg), url(img/bock3-2-right.svg), var(--dark-bg-color);
    background-repeat: no-repeat;
    background-position: left bottom, right top, center;
    box-shadow: none;
}

.block3-2 h3 {
    color: #ffffff;
}

.block3-1 .block3-columns, .block3-2 .block3-columns {
    align-items: center !important;
}

.block3-1 h3 {
    display: inline-block;
    background: var(--second-color);
    color: white;
    border-radius: 6px;
    line-height: 1;
    padding: 6px 20px;
    margin: 0;
}

.block3-2 h3 {
    margin: 0;
}

.block5-1 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.block5-1 li {
    margin: 0 !important;
    border: 2px solid #F4A11B;
}

@media (max-width: 600px) {
    .block3-2 {
        text-align: center;
    }
    .block5-1 ul {
        grid-template-columns: 1fr;
    }
}


/* block5 */

.block5 {
    box-shadow: 0 1px 4px 0 #292C2C1F;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.block5 ul:last-child {
    margin-bottom: 0;
}



/* block6 */

.block6 {
	margin-bottom: 20px;
	box-shadow: 0 1px 4px 0 #292C2C1F;
	padding: 15px 15px 15px 24px;
	border-radius: 10px;
	height: 181px;
	filter: grayscale(1);
}
.block6__content {
	position: relative;
	padding: 15px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top: 2px solid #fce9d2;
	border-right: 2px solid #fce9d2;
	border-bottom: 2px solid #fce9d2;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.block6__content h3 {
	margin: 0;
}
.block6__content::before {
	content: url(img/block6-bg.png);
	position: absolute;
	left: -54px;
	top: -2px;
}
.block6__content p {
	font-size: 16px;
}
.block6__content p:last-child {
	margin-bottom: 0;
}
.block6__num {
	display: flex;
	align-items: center; 
}
.block6__num p {
	margin-bottom: 0;
	font-size: 60px;
	font-weight: 800;
	text-align: center;
	color: #fce9d2;
}

@media (max-width: 781px) {
	.block6 {
		height: auto;
		padding: 0 16px 16px 16px;
		gap: 0;
	}
	.block6__content::before {
		content: none;
	}
	.block6__content {
		border: 2px solid #fce9d2;
		border-radius: 10px;
		margin-top: -10px !important;
	}
	.block6__num {
		margin-top: -10px !important;
	}
}

/* block7 */

.block7 {
	margin-bottom: 20px;
	gap: 30px;
}
.block7 img {
	margin: 0;
}
.block7 h3 {
	margin: 0;
}
.block7 p {
	font-size: 16px;
	margin: 10px 0 0 0;
}
.block7 figure {
	text-align: center;
}



.JLJR6sJUVw {
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    gap: 10px;
	padding-top: 0;
    padding-bottom: 0;
	font-size: 13px;
}

.Zsg6MrbZX .JLJR6sJUVw {
	margin-top: 20px;
}

.MDylBT0s {
    display: grid;
    grid-template-columns: 50px auto;
    align-items: center;
    gap: 10px;
    max-width: 500px;
    background: var(--advantages-bg);
    padding: 10px;
    border-radius: 6px;
}

.QWSxGmL {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-image: url(/wp-content/themes/rps/img/no-image.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

.Ikz20K a {
    color: var(--button-color);
}

.Ikz20K a:hover {
    text-decoration: none;
}

.iplblock1 {
    gap: 0.5em;
	border: 2px solid var(--grey);
}
.iplblock1 h3 {
	margin: 10px 0;
}
.iplblock1 p {
	margin-bottom: 10px;
}
.iplblock1 img {
	margin-bottom: 0;
}
.iplblock1 div:nth-of-type(1) {
	display: flex;
	align-items: center;
}

.iplblock2 {
	background: var(--grey);
	margin: 1em 0;
}

.iplblock2 p, .iplblock2 ul {
	padding: 0 10px;
	margin-bottom: 10px;
}

.iplblock2 h4 {
	line-height: 2;
	border: 2px solid #F4A11B;
	width: 100%;
}
.iplblock2 strong {
	background-color: #F4A11B;
	display: inline-block;
	padding: 0 10px;
	color: white;
	font-weight: 400;
	text-transform: uppercase;
	margin-right: 8px;
}

@media (max-width: 600px) {
	.iplblock1 div:nth-of-type(1) {
		flex-basis: 60px !important;
	}
}

.X8t3de {
	border-radius: 10px 10px 0 0;
	width: 100%;
	height: 230px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.AteXIf0 {
    font-size: 16px;
    font-weight: 600;
    color: var(--button-color);
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
}
.o5Gzy {
    display: flex;
    justify-content: space-between;
}
.Ct0N6sTn {
    font-size: 12px;
    font-weight: 500;
    color: var(--black-text);
    position: relative;
    padding: 0 10px 10px 40px;
    line-height: 30px;
}
.Ct0N6sTn::before {
    content: url(img/posted.png);
    width: 20px;
    height: 20px;
    left: 13px;
    top: 3px;
    position: absolute;
}
.PfKb9IEWxpE {
    font-size: 12px;
    font-weight: 500;
    color: var(--black-text);
    position: relative;
    padding: 0 10px 10px 10px;
    line-height: 30px;
}