.ctc-inline-copy-icon .copy-icon {
    height: 16px;
    width: 16px;
}

.ctc-inline-copy-icon .check-icon {
    display: none;
}

.ctc-inline-copy-icon {
    display: inline-flex;
}

.ctc-inline-hidden {
    display: none !important;
}

.ctc-inline-copy-text {
    line-height: normal;
}

.ctc-inline-copy {
    display: inline-flex;
    align-items: center;
    gap: .5em;
    position: relative;
    cursor: pointer;
}

.ctc-inline-copy::before {
    content: "";
    top: 50%;
    bottom: 50%;
    left: -7px;
    margin-top: -6px;
    border: 6px solid transparent;
    border-left-color: rgb(36, 41, 47);
    position: absolute;
}

.ctc-inline-copy::after {
    position: absolute;
    content: attr(aria-label);
    padding: 0.5em 0.75em;
    right: 100%;
    color: white;
    background: rgb(36, 41, 47);
    font-size: 11px;
    border-radius: 6px;
    line-height: 1;
    right: 100%;
    bottom: 50%;
    margin-right: 6px;
    transform: translateY(50%);
    min-width: 60px;
}

.ctc-inline-copy::after,
.ctc-inline-copy::before {
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out;
}

.copied.ctc-inline-copy .check-icon {
    display: block;
}

.copied.ctc-inline-copy .copy-icon {
    display: none !important;
}

.copied.ctc-inline-copy::after,
.copied.ctc-inline-copy::before {
    opacity: 1;
    visibility: visible;
    transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out;
}

/**
 * Style: Cover
 */
.ctc-inline-style-cover .ctc-inline-copy-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ctc-inline-style-cover .copy-icon {
    display: none;
}

.ctc-inline-style-cover:hover .copy-icon {
    display: block;
}

.copied.ctc-inline-style-cover .check-icon {
    display: block;
}

.ctc-inline-style-cover svg {
    fill: white;
}

.ctc-inline-style-cover:hover .ctc-inline-copy-icon {
    background: rgb(0 0 0 / 50%);
}

/*  NEW BLOCK */
.section.grass-effect {
	color: #FFFFFF;
	background-color: var(--color-content-primary-grad) ;
  background-image: url("../86e9cddf78b8061081ecdae04d9d15e9.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.section.grass-effect:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
  width: 100%;
  height: 100%;
  background: rgba(37, 27, 74, 0.9);
}


.section3 .wrapper {
	padding-bottom: 63px;
}

.section3 .section-h2 {
	margin-top: 50px;
}

.section3 .container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 35px;
	justify-content: space-between;
}
@media(max-width: 720px){
  .section3 .container {
    justify-content: center;
  }
}

.section3 .container .item {
	width: 244px;
	min-height: 323px;
	background-color: #35415b;
	border-radius: 42px;
	border: 4px solid #e3e7f0;
	margin: 10px;
}

.section3 .container .item .item-header {
	padding: 15px;
	position: relative;
	z-index: 1;
	border-radius: 14px 14px 0 0;
}

.section3 .container .item .item-sticker {
	width: 75px;
	height: 75px;
	z-index: 3;
	position: absolute;
	border-radius: 50%;
	right: -27px;
	top: -27px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	background-color: #D61917;
	transform: rotate(-10deg);
  line-height: initial;
}

.section3 .container .item .item-logo {
	margin: auto;
	width: 140px;
	height: 40px;
}

.section3 .container .item .item-logo.logo-daddy {
	background: url("../img/r7.png") no-repeat center center;
}

.section3 .container .item .item-logo.logo-r7 {
	background: url("../img/r7.png") no-repeat center center;
}

.section3 .container .item .item-logo.logo-gama {
	background: url("../img/logo_gama.svg") no-repeat center center;
}

.section3 .container .item .item-logo.logo-cat-casino {
	background: url("../img/vavada.svg") no-repeat center center;
}

.section3 .container .item .item-logo.logo-mostbet {
	background: url("../img/Kent-Black.png") no-repeat center center / contain;
}

.section3 .container .item .item-logo.logo-luckypari {
	background: url("../img/luckypari.png") no-repeat center center / contain;
}

.section3 .container .item .item-logo.logo-kometa {
	background: url("../img/kometa.png") no-repeat center center / contain;
}

.section3 .container .item .item-logo.logo-vavada {
	background: url("../img/vavada.svg") no-repeat center center / contain;
}
.section3 .container .item .item-logo.logo-kent {
	background: url("../img/kent.png") no-repeat center center / contain;
}
.section3 .container .item .item-logo.logo-arkada {
	background: url("../img/arkada.svg") no-repeat center center / contain;
}
.section3 .container .item .item-logo.logo-1win {
	background: url("../img/1win.png") no-repeat center center / contain;
}

.section3 .container .item .item-title {
	color: #8791AB;
	font-size: 12px;
	text-align: center;
	margin-top: 4px;
}

.section3 .container .item .item-rating {
	display: flex;
	color: #FFFFFF;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}

.section3 .container .item .item-rating .rating-value {
	font-size: 20px;
	font-weight: 700;
}

.section3 .container .item .item-rating .stars {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-left: 5px;
}

.section3 .container .item .item-rating .stars .star-item {
	width: 20px;
	height: 20px;
}

.section3 .container .item .item-rating .stars .star-item.star-fill {
	background: url("../img/star_fill.svg") no-repeat center center;
}

.section3 .container .item .item-rating .stars .star-item.star-half-fill {
	background: url("../img/star_half_fill.svg") no-repeat center center;
}

.section3 .container .item .item-content {
	padding: 15px;
}

.section3 .container .item .item-description {
	font-size: 18px;
	line-height: 23px;
	text-align: center;
}

.section3 .container .item .item-buttons {
	display: flex;
	margin-top: 5px;
	flex-direction: column;
	align-items: center;
}

.section3 .container .item .item-buttons .button {
	margin-top: 10px;
}
.section3 .button {
	display: flex;
	height: 52px;
	width: 195px;
	padding: 5px 15px;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;
	font-size: 15px;
	font-weight: 700;
	border: none;
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	border-radius: 17px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow, transform;
	transition-property: box-shadow, transform;
}

.section3 .button span {
	position: relative;
	z-index: 1;
}

.section3 .button:hover {}

.section3 .button.button-yellow {
	position: relative;
	color: #0f131f;
	transition: all 0.3s ease-in-out;
	border: 1px solid #c6d2ef;
	background: linear-gradient(to bottom, #e3e7f0, #c6d2ef);
	box-shadow: 0px 5px 0px #88898f;
}

.section3 .button.button-yellow::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, #e3e7f0, #c6d2ef);
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}

.section3 .button.button-yellow:hover::before {
	opacity: 0;
}

.section3 .button.button-yellow:hover {
	box-shadow: 0px 5px 0px #707075;
}

.section3 .button.button-orange {
	position: relative;
	transition: all 0.3s ease-in-out;
	border: 1px solid #646cfd;
	background-image: linear-gradient(to bottom, #646cfd, #4750f4);
	box-shadow: 0px 5px 0px #3e48f5;
}

.section3 .button.button-orange::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, #646cfd, #4750f4);
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}

.section3 .button.button-orange:hover::before {
	opacity: 0;
}

.section3 .button.button-orange:hover {
	box-shadow: 0px 5px 0px #2a30a0;
}

.section3 .button.button-top {
	position: relative;
	transition: all 0.3s ease-in-out;
	border: 1px solid #89C609;
	background: linear-gradient(to bottom, #95C707, #2CA10E);
	box-shadow: 0px 4px 0px #239A05;
	border-radius: 30px;
	margin-left: auto;
}

.section3 .button.button-top::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #89C609;

	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}

.section3 .button.button-top:hover::before {
	opacity: 0;
}

.section3 .button.button-top:hover {
	box-shadow: 0px 4px 0px #228D07;
	border: 1px solid #5EB30B;
}
.section-h2 {
	font-size: 42px;
	line-height: 120%;
	font-weight: 700;
  color: white;
}

.section-h2 span {
	color: #FFD600;
}
.section3 .section-h2 {
	margin-top: 50px;
}