* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:active,
:focus {
    outline: 0
}

a:active,
a:focus {
    outline: 0
}

aside,
footer,
header,
nav {
    display: block
}

body,
html {
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    scrollbar-gutter: stable
}

button,
input,
textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

input,
textarea {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: inherit
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: inherit
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: inherit
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: inherit
}

input::placeholder,
textarea::placeholder {
    color: inherit
}

textarea {
    resize: none
}

button {
    cursor: pointer;
    background-color: transparent
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a {
    display: inline-block;
    color: inherit
}

a,
a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

h1,
h2,
h3,
h4,
p,
span,
a,
ul,
li {
	margin: 0;
}

a {
	text-decoration: none;
}

::-webkit-scrollbar {
	width: 0;
}

img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	overflow-clip-margin: content-box;
	overflow: clip;
}

body {
	margin: 0;
	padding: 0;
	background: #14191C;
	scroll-behavior: smooth;
	box-sizing: border-box;
	font-size: 16px;
	color: #fff;
	font-family: Lato, sans-serif;
}

div {
	display: block;
	unicode-bidi: isolate;
}

main {
	display: block;
}

form {
	display: block;
	margin-top: 0em;
	unicode-bidi: isolate;
}

@font-face {
	font-family: Lato;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../casinoenlingefr-fonts/casinoenlingefr-Lato-Regular.woff2) format('woff2');
}

@font-face {
	font-family: Lato;
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(../casinoenlingefr-fonts/casinoenlingefr-Lato-Black.woff2) format('woff2');
}

@font-face {
	font-family: Playfair Display;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(../casinoenlingefr-fonts/casinoenlingefr-PlayfairDisplay-Bold.woff2) format('woff2');
}

@font-face {
	font-family: Playfair Display;
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(../casinoenlingefr-fonts/casinoenlingefr-PlayfairDisplay-Black.woff2) format('woff2');
}

.Play {
	font-family: Playfair Display;
}

.header_logo-text {
  padding: 10px 0;
  max-width: 70px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header_logo-link {
  max-width: 70px;
  width: 100%;
  height: 70px;
  margin: 0 auto;
}

.page {
	flex-direction: column;
	display: flex;
}

.footer {

}

.casinoenlingefr-heading-special {
	color: #474747;
	font-family: Kadwa;
	font-size: 34px;
	font-weight: 700;
	line-height: 60px;
}

.casinoenlingefr-title-container {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.casinoenlingefr-text-special {
	color: #6a6a6a;
	list-style-position: inside;
}

.casinoenlingefr-title-special {
	font-weight: 900;
	color: #6a6a6a;
}

.casinoenlingefr-container-special {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}

.header_logo-link {
	text-decoration: none;
}

.container {
	max-width: 1328px;
	width: 100%;
	margin: 0 auto;
	padding: 0 24px;
	box-sizing: border-box;
}

.casinoenlingefr-header {
    position: relative;
    padding: 25px 0;
    width: 100%;
	background: linear-gradient(90deg, #34393C 0%, #292E35 100%);
}

.casinoenlingefr-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:991px) {
    .casinoenlingefr-header__container {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end
    }
}

.casinoenlingefr-header__logo {
    max-width: 275px;
    height: 36px;
    scale: 1;
    -webkit-transition: scale .3s ease-in-out;
    transition: scale .3s ease-in-out
}

@media (any-hover:hover) {
    .casinoenlingefr-header__logo:hover {
        scale: 1.03
    }
}

.casinoenlingefr-header__logo:active {
    scale: 1.05;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

@media (max-width:600px) {
    .casinoenlingefr-header__logo {
        max-width: 240px;
        height: 32px
    }
}

@media (max-width:370px) {
    .casinoenlingefr-header__logo {
        max-width: 180px;
        height: 23px
    }
}

.casinoenlingefr-header__menu {
    width: 100%
}

@media (max-width:991px) {
    .casinoenlingefr-header__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: #000;
        z-index: 100;
        padding: 100px 30px 30px 30px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        overflow: auto;
        -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
        transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out
    }
}

@media (max-width:600px) {
    .casinoenlingefr-header__menu {
        padding: 80px 30px 30px 30px
    }
}

.casinoenlingefr-header__menu.active {
    opacity: 1;
    visibility: visible;
    pointer-events: visible
}

.casinoenlingefr-header__exit-menu {
    display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: transparent
}

@media (max-width:991px) {
    .casinoenlingefr-header__exit-menu {
        display: block;
        top: 25px;
        right: 15px
    }
}

@media (max-width:600px) {
    .casinoenlingefr-header__exit-menu {
        top: 25px;
        right: 15px
    }
}

.casinoenlingefr-header__exit-menu::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color:#fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.casinoenlingefr-header__exit-menu::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

@media (max-width:991px) {
    .nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 50px
    }
}

.nav__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 32px
}

.nav__link {
	font-size: 16px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	color: #fff;
}

@media (max-width:991px) {
    .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 50px;
        background: 0 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.nav__list_footer {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width:991px) {
    .nav__list_footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 10px 32px
    }
}

.burger {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 34px;
    height: 23px;
    background-color: transparent
}

@media (max-width:991px) {
    .burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 5px
    }
}

.burger span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 11px;
    background-color: #fff
}

.casinoenlingefr-container-policy {
	list-style-position: inside;
}

.disc {
	list-style-type: disc;
}

.casinoenlingefr-section-special {
	background-color: #fff;
}

.casinoenlingefr-container-footer {
	display: flex;
	padding: 24px 0;
	flex-direction: column;
	align-items: center;
	gap: 32px;
	background:  linear-gradient(90deg, #34393C 0%, #292E35 100%);
}

.footer_title {
	font-size: 50px;
	font-style: normal;
	font-weight: 600;
	line-height: 62px;
	background: linear-gradient(90deg, #A5FECB 0%, #20BDFF 50%, #5433FF 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.footer_description-container {
	display: flex;
	align-items: flex-start;
	gap: 30px;
	flex: 1 0 0;
}

.card__right-payment-item {
	width: 35px;
	height: 24px;
}

.card__right-payment-item-img {
	width: 35px;
	height: 24px;
}

.footer_description-item-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	align-self: stretch;
}

.footer_description-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
	flex: 1 0 0;
}

.footer_description-title {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px;
}

.casinoenlingefr-footer-text {
	color: #c9c9c9;
	list-style-position: inside;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.footer_description-container-footer {
	max-width: 1240px;
}

.footer_links-list {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 27px;
}

.footer_links-item {
	font-weight: 900;
	color: #fff;
	text-decoration: none;
}

.footer_logos-container {

}

.casinoenlingefr_why_us-description-title {
	text-align: center;
	font-size: 34px;
	font-weight: 700;
	line-height: 60px;
	color: #fff;
}

.casinoenlingefr_why_us-description {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 40px;
}

.casinoenlingefr_why_us-card-description-title {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px;
	color: #fff;
}

.casinoenlingefr_why_us-cards {
	padding: 16px 100px;
	display: flex;
	align-items: center;
	gap: 32px;
	border-radius: 16px;
	border: 1px solid  #A5FECB;
	background:  linear-gradient(90deg, #34393C 0%, #292E35 100%);
}

.casinoenlingefr_why_us-name {
	margin-bottom: 24px;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px;
	color: #fff;
}

.casinoenlingefr_why_us-text {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #B5B5B5;
}

.casinoenlingefr_why_us-img {
	max-width: 231px;
	width: 100%;
	height: 196px;
	flex-shrink: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width:600px) {
	.casinoenlingefr_why_us-img {
		display: none;
	}
}

.casinoenlingefr_why_us-card {
	border-radius: 16px;
	border: 1px solid  #A5FECB;
	background:  linear-gradient(90deg, #34393C 0%, #292E35 100%);
}

.casinoenlingefr_why_us-card-description {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	align-self: stretch;
}

.casinoenlingefr_why_us-card-icon {
	width: 108px;
	height: 108px;
	flex-shrink: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.casinoenlingefr_why_us-section {
	margin-bottom: 60px;
	margin-top: 10px;
}

/* карточки */

.cardes {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 8px;
}

.card__wrapper-image {
	display: flex;
	max-width: 211px;
	max-height: 120px;
	padding: 32px;
	border-radius: 16px;
	border: 1px solid #A5FECB;
	background: linear-gradient(90deg, #34393C 0%, #292E35 100%);
}

.card_border {
	display: flex;
	align-items: center;
}

.card__left {
	width: 100%;
	display: flex;
	gap: 8px;
}

.card__image {
	width: 147px;
	height: 56px;
}

.card__image-img {
	width: 147px;
	height: 56px;
}

.cardes__wrapper-info-item {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.cardes__wrapper-info-list {
	display: flex;
	width: 220px;
	height: 100px;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.cardes__wrapper-rating {
	display: flex;
	padding: 16px 0;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
}

.cardes__rating {
	color: #fff !important;
	text-align: center;
	font-size: 34px;
	font-weight: 700;
	line-height: 40px;
}

.card__right {
	border-radius: 16px;
	background: linear-gradient(90deg, #5433FF 0%, #20BDFF 50%, #A5FECB 100%);
	display: flex;
	flex-direction: column;
	padding: 18px 32px;
	align-items: center;
	gap: 24px;
	height: 120px;
}

.cardes__link {
	border-radius: 11px;
	background: #2C397A;
	display: flex;
	padding: 12px 24px;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	font-weight: 900;
	color: #fff;
	text-align: center;
}

.card__right-payment-list {
	list-style: none;
	display: flex;
	flex-direction: row;
	gap: 16px;
}

.cardes__stars {
	display: flex;
	justify-content: center;
	padding: 0px 10px;
	align-items: center;
	gap: 4px;
	list-style: none;
}

.cardes__star {
	max-width: 30px;
	width: 100%;
	min-width: 22px;
	height: 30px;
}

.cardes__star-img {
	height: 30px;
}

.cardes__wrapper-info-item-img {
	width: 28px;
	height: 28px;
	flex-shrink: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.cardes__wrapper-info-item-text {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #fff;
}

.cardes__title {
	text-align: center;
	color: #B5B5B5;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.cardes__wrapper-info {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 16px 8px;
	gap: 4px;
	max-width: 220px;
}

.casinoenlingefr_card-section {
	width: 100%;
	position: relative;
	z-index: 2;
}

.cardes__info {
	color:#FFF;
	text-align: center;
	font-family: Lato;
	font-size: 16px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
}

.cardes__wrapper-info-container {
	display: flex;
	height: 120px;
	padding: 0px 32px;
	justify-content: space-between;
	align-items: center;
	flex: 1 0 0;
	border-radius: 16px;
	border: 1px solid  #A5FECB;
	background:linear-gradient(90deg, #34393C 0%, #292E35 100%);
}

.white-text {
	color: #fff;
}

.casinoenlingefr_hero-description-item-img {
	width: 28px;
	height: 28px;
	flex-shrink: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.casinoenlingefr_hero-description-list {
	padding: 0;
	display: flex;
	align-items: center;
	align-content: center;
	gap: 8px;
}

.casinoenlingefr_hero-description-item {
	display: flex;
	padding: 3px 4px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-radius: 10px;
	border: 1px solid  #A5FECB;
	background: #F1F3FF;
	max-width: 196px;
	width: 100%;
}

.casinoenlingefr_hero-description-item p {
	font-family: Lato;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #474747;
}

.card__right-wrapper {
	display: flex;
	flex-direction: column-reverse;
	gap: 16px;
}

.rectangle-header {
	display: none;
	pointer-events: none;
	flex-shrink: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.casinoenlingefr_heading-section {
	margin: 20px 0 40px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	align-self: stretch;
	position: relative;
	overflow: hidden;
}

.casinoenlingefr-cards__list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	list-style: none;
}

/* карточки */

.casinoenlingefr_card {
	margin-bottom: 40px;
}
@media (max-width:600px) {
	.casinoenlingefr_card {
		margin-bottom: 10px;
	}
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
}

.casinoenlingefr_heading-container {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: start;
	position: relative;
	box-sizing: border-box;
	z-index: 2;
}

.casinoenlingefr_heading-card {
	position: relative;
    padding: 75px 24px 37px 24px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../casinoenlingefr-img/casinoenlingefr-hero.webp");
	border-radius: 40px;
	border: 1px solid #A5FECB; 
}


@media (max-width:600px) {
	.casinoenlingefr_heading-card {
		background-image: url("../casinoenlingefr-img/casinoenlingefr-hero-mob.webp");
	}
}

.casinoenlingefr_heading-title {
	margin-bottom: 16px;
	font-size: 44px;
	font-style: normal;
	font-weight: 900;
	line-height: 44px;
	max-width: 629px;
	color: #fff;
}

.casinoenlingefr_hero-description-container {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.casinoenlingefr_hero-description-text {
	color: #fff;
	font-family: Lato;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 629px;
}

.casinoenlingefr_why_us-card-container {
	display: flex;
	padding: 16px;
	flex-direction: column;
	align-items: center;
	flex: 1 0 0;
	gap: 16px;
	max-width: 312px;
	min-width: 286px;
}

.casinoenlingefr_why_us-container-cards {
	display: flex;
	gap: 24px;
	justify-content: center;
}

.casinoenlingefr_why_us-container {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.casinoenlingefr_why_us-description-text-container {
	max-width: 680px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.casinoenlingefr_why_us-description-text {
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.footer_logos-list {
	display: flex;
	align-items: center;
	gap: 57px;
	box-sizing: border-box;
}

.footer_bottom-container {
	display: flex;
	align-items: center;
	gap: 32px;
	flex-direction: column;

}

.casinoenlingefr_hero-section {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: nowrap;
}

.footer_logos-item {
	list-style: none;
}

.rectangle {
	display: none;
}

/* cookie popup */

.popup-container-cookie {
	display: flex;
	position: fixed;
	left: 0;
	bottom: 0;
	align-items: flex-end;
	justify-content: center;
	z-index: 100;
	border-radius: 16px 16px 0px 0px;
	background: #f5f8fe;
	box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
}

.popup-container {
	background-color: rgba(0, 0, 0, 0.9);
	position: fixed;
	inset: 0;
	z-index: 999;
}

.popup {
	display: flex;
	width: 100%;
	padding: 16px 80px;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

.cookie-popup {
	display: flex;
	flex-direction: row;
	gap: 16px;
}

.popup-title {
	font-family: kadwa;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	color: #2f2f2f;
	text-align: center;
}

.popup-text-container {
	display: flex;
	flex-direction: column;
	gap: 16px;
	justify-content: start;
	align-items: start;
}

.popup-buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.text {
	color: #2f2f2f;
}

.accept {
	display: flex;
	height: 43px;
	width: 254px;
	padding: 12px 24px;
	justify-content: center;
	align-items: center;
	border-radius: 11px;
	background: #2c397a;
	color: #fff;
	font-family: Lato;
	font-size: 16px;
	font-weight: 900;
	width: 100%;
	align-self: stretch;
	cursor: pointer;
}

.button-cookie {
	border-radius: 11px;
	border: 1px solid #2c397a;
	color: #474747;
	background: #fff;
	height: 43px;
	width: 254px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 900;
}

/* cookie popup */

/* popup age */

.popup-age {
	background: #f5f8fe;
	max-width: 348px;
	width: 100%;
	z-index: 10;
	padding: 16px;
	border-radius: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	gap: 22px;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.age_buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	width: 100%;
}

.button18 {
	display: flex;
	height: 43px;
	padding: 12px 24px;
	justify-content: center;
	align-items: center;
	border-radius: 11px;
	background: #2c397a;
	color: #fff;
	font-family: Lato;
	font-size: 16px;
	font-weight: 900;
	width: 100%;
	align-self: stretch;
	cursor: pointer;
}

.button_no {
	border-radius: 11px;
	border: 1px solid #2c397a;
	color: #474747;
	background: #fff;
}

/* popup age */

@media (max-width: 1280px) {
	.footer_description-container-footer {

	}

	.footer_logos-list {
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
		gap: 24px;
		align-self: stretch;
		flex-wrap: wrap;
	}

	.casinoenlingefr-section-special {
		padding: 0 24px;
	}

	.casinoenlingefr_why_us-container-cards {
		flex-wrap: wrap;
	}

	.cardes__wrapper-info-list {
		display: none;
	}

	.footer_bottom-container {
		flex-direction: column;
	}

	.footer_logos-container {
		border: none;
	}
	
}

@media (max-width:1000px) {


	.casinoenlingefr_heading-container {
		max-width: 100%;
		justify-content: start;
		padding: 0;
	}

	.cardes__wrapper-info-container {
		padding: 0 5px;
	}
}

@media (max-width: 800px) {
	.footer_logos-container {
		border-right: 0px;
	}

	.casinoenlingefr-cards__list {
		gap: 24px;
	}

	.footer_links-list {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 8px;
	}

	.cardes__wrapper-rating {
		order: 1;
		padding-bottom: 0px;
	}

	.card__image {
		padding: 32px 32px;
		max-width: 200px;
		width: 100%;
		height: 98px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.card__image-img {
		width: 100%;
		height: 34px;
	}

	.card__left {
		max-width: 300px;
		justify-content: center;
		min-height: 248px;
	}

	.casinoenlingefr_why_us-section {
		padding-top: 70px;
		margin-top: 0px;
	}

	.card__wrapper-image {
		justify-content: center;
		flex-direction: column;
	}

	.cardes {
		justify-content: center;
	}

	.card__right {
		padding: 16px 8px;
		min-width: 150px;
		height: 248px;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		justify-content: space-between;
		flex-direction: column;
	}

	.cardes__rating {
		color: #474747 !important;
		text-align: center;
		font-family: Lato;
		font-size: 40px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}

	.cardes__stars {
		gap: 3px;
		padding: 0px 7px;
		flex-wrap: nowrap;
	}

	.casinoenlingefr_why_us-section {
		padding-bottom: 60px;
		padding-top: 24px;
	}

	.card__right-payment-list {
		flex-wrap: wrap;
		gap: 4px;
		justify-content: center;
	}

	.casinoenlingefr_why_us-cards {
		padding: 16px 16px;
		flex-direction: column;
		align-items: center;
	}

	.cardes__star {
		max-width: 22px;
		width: 100%;
		height: 22px;
	}

	.cardes__star-img {
		width: 100%;
		object-fit: contain;
		height: 22px;
	}

	.cardes__link {
		padding: 12px 2px;
	}

	.card__right-wrapper {
		gap: 16px;
		flex-direction: column;
	}

	.cardes__wrapper-rating {
		gap: 8px;
		padding: 16px 0 8px 0;
	}

	.casinoenlingefr_why_us-description {
	}

	.cardes__wrapper-info-container {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		flex-direction: column;
		justify-content: start;
		height: 100%;
		gap: 4px;
		padding: 5px 8px;
		min-width: 123px;
		height: auto;
	}

	.casinoenlingefr_why_us-container-cards {
		gap: 16px;
	}

	.cardes__wrapper-info {
		min-width: 117px;
		
	}

	.rectangle-header {
		display: block;
		position: absolute;
		right: 100px;
		top: 214px;
		width: 148px;
		height: 1px;
	}

	.cardes {
		gap: 0px;
	}

	.rectangle {
		display: block;
		width: 148px;
		height: 1px;
	}


	.casinoenlingefr_hero-section {

	}

	.casinoenlingefr_heading-title {
		max-width: 100%;
	}


	.casinoenlingefr_hero-description-text {
		width: 100%;
	}

	.casinoenlingefr_card-section {

	}

	.cookie-popup {
		display: flex;
		width: 360px;
		padding: 16px 24px;
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.popup-container-cookie {
		border-radius: 16px;
	}

	.popup-buttons {
		width: 100%;
	}

	.button-cookie {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.casinoenlingefr_heading-card {
		padding: 60px 0 6px 24px;
		overflow: hidden;
	}
	.casinoenlingefr-container-footer {
		gap: 40px;
		padding: 24px;
	}

	.footer_logos-list {
		padding: 0px;
		flex-direction: column;
	}

	.footer_description-container-footer {
		flex-direction: column;
	}

	.footer {
		margin-top: 0px;
	}

	.casinoenlingefr_hero-section {
	}

	.casinoenlingefr_why_us-description {
		gap: 8px;
	}

	.casinoenlingefr_card-section {

	}

	.casinoenlingefr_heading-title {

	}

	.casinoenlingefr_hero-description-item {
		padding: 4px 6px;
		min-width: 178px;
		animation: running-animation 10s linear infinite;
		white-space: nowrap;
	}

	@keyframes running-animation {
		0% {
			transform: translateZ(0);
		}
	 
		50% {
			transform: translate3d(-100%, 0, 0);
		}

		100% {
			transform: translateZ(0);
		}
	}

	.casinoenlingefr_hero-description-text {
    width: 100%;
	}

	.rectangle-header {
		top: 150px;
		right: 40px;
		width: 148px;
	}

	.casinoenlingefr_hero-description-list {
		gap: 4px;
		overflow: hidden;
		width: 100vw;
		max-width: 3000px;
	}
	.casinoenlingefr_hero-description-container {

		width: 100%;
	}

	.card__right {
		height: 100%;
		flex: 1 1 auto;
		gap: 5px;
		justify-content: inherit;
	}

	.cardes__info {
		font-weight: 400;
	}

	.card__left {
		height: 100%;
	}

	.casinoenlingefr-cards__item {
		display: flex;
		justify-content: center;
	}
}

@media (max-width:400px) {
	@keyframes running-animation {
		0% {
			transform: translateZ(0);
		}
	 
		50% {
			transform: translate3d(-160%, 0, 0);
		}

		100% {
			transform: translateZ(0);
		}
	}
}

@media (max-width: 360px) {



	.rectangle-header {
		right: 20px;
		top: 128px;
	}
}

@media (max-width:355px) {
	.card__right {
		min-width: auto;
		max-width: 150px;
		width: 100%;
	}
}


.casinoenlingefr-terms {
    padding: 40px 0 40px 0;
    position: relative
}

.casinoenlingefr-terms__container {
    position: relative;
    z-index: 3
}

.casinoenlingefr-terms h1 {
    padding-bottom: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #FFF;
}

@media (max-width:991px) {
    .casinoenlingefr-terms h1 {
        font-size: 23px
    }
}

@media (max-width:600px) {
    .casinoenlingefr-terms h1 {
        font-size: 14px
    }
}

.casinoenlingefr-terms h1:not(:last-child) {
    margin-bottom: 10px
}

@media (max-width:991px) {
    .casinoenlingefr-terms h1:not(:last-child) {
        margin-bottom: 10px
    }
}

@media (max-width:600px) {
    .casinoenlingefr-terms h1:not(:last-child) {
        margin-bottom: 10px
    }
}

.casinoenlingefr-terms h2 {
    padding-bottom: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
	color: #FFF;
}

@media (max-width:991px) {
    .casinoenlingefr-terms h2 {
        font-size: 23px
    }
}

@media (max-width:600px) {
    .casinoenlingefr-terms h2 {
        font-size: 14px
    }
}

.casinoenlingefr-terms h2:not(:last-child) {
    margin-bottom: 10px
}

@media (max-width:991px) {
    .casinoenlingefr-terms h2:not(:last-child) {
        margin-bottom: 10px
    }
}

@media (max-width:600px) {
    .casinoenlingefr-terms h2:not(:last-child) {
        margin-bottom: 10px
    }
}

.casinoenlingefr-terms p {
    font-size: 15px;
    line-height: 1.3;
	color: #FFF;
    font-weight: 400
}

@media (max-width:991px) {
    .casinoenlingefr-terms p {
        font-size: 18px
    }
}

@media (max-width:600px) {
    .casinoenlingefr-terms p {
        font-size: 12px
    }
}

.casinoenlingefr-terms p:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .casinoenlingefr-terms p:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .casinoenlingefr-terms p:not(:last-child) {
        margin-bottom: 15px
    }
}

.casinoenlingefr-terms ul:not(:last-child) {
    margin-bottom: 10px
}

@media (max-width:991px) {
    .casinoenlingefr-terms ul:not(:last-child) {
        margin-bottom: 10px
    }
}

@media (max-width:600px) {
    .casinoenlingefr-terms ul:not(:last-child) {
        margin-bottom: 10px
    }
}

.casinoenlingefr-terms li {
    font-size: 15px;
    line-height: 1.3;
	color: #FFF;
    font-weight: 400
}

@media (max-width:991px) {
    .casinoenlingefr-terms li {
        font-size: 16px
    }
}

@media (max-width:600px) {
    .casinoenlingefr-terms li {
        font-size: 12px
    }
}

.casinoenlingefr-terms li:not(:last-child) {
    margin-bottom: 10px
}

@media (max-width:991px) {
    .casinoenlingefr-terms li:not(:last-child) {
        margin-bottom: 10px
    }
}

@media (max-width:600px) {
    .casinoenlingefr-terms li:not(:last-child) {
        margin-bottom: 10px
    }
}
