* {
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
p,
span,
a,
ul,
li {
	margin: 0;
}

li {
	list-style: none;
}

span {
	flex-shrink: 0;
	background-position: center;
	background-repeat: no-repeat;
}

a {
	text-decoration: none;
	color: #fff;
}

::-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-color: #fff;
	scroll-behavior: smooth;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 150%;
	font-weight: 400;
	color: #000;
	font-family: Involve, sans-serif;
}

span {
	flex-shrink: 0;
	background-position: center;
	background-repeat: no-repeat;
}

div {
	display: block;
	unicode-bidi: isolate;
}

main {
	display: block;
}

form {
	display: block;
	margin-top: 0em;
	unicode-bidi: isolate;
}

@font-face {
	font-family: Involve;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/Involve-Regular.woff2) format('woff2');
}

@font-face {
	font-family: Involve;
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(../fonts/Involve-SemiBold.woff2) format('woff2');
}

@font-face {
	font-family: Amiko;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/Amiko-Regular.woff2) format('woff2');
}

@font-face {
	font-family: Amiko;
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(../fonts/Amiko-SemiBold.woff2) format('woff2');
}

.container {
	max-width: 1296px;
	width: 100%;
	margin: 0 auto;
}

/* Header */

.header {
	display: flex;
	height: 60px;
	padding: 8px 0;
	align-items: center;
	background: #123c60;
}

.header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-logo {
	width: 91.902px;
	height: 43.457px;
	flex-shrink: 0;
}

.logo-img {
	width: 91.902px;
	height: 43.457px;
	flex-shrink: 0;
}

.header__menu {
	display: flex;
	align-items: center;
	gap: 17px;
}

.header__menu-link {
	color: #fff;
	font-family: Involve;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.menu_block {
	display: none;
}

.close_menu {
	display: none;
	background: none;
	padding: 0;
	width: 32px;
	height: 32px;
	border: none;
	color: #fff;
	font-size: 24px;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}

.toggle-menu {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	display: none;
	background: none;
	padding: 0;
	border: none;
	cursor: pointer;
}

.toggle-menu__img {
	width: 40px;
	height: 40px;
}

.menu_block.active {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
	padding: 30px 0 0 30px;
	background-color: rgba(0, 0, 0, 0.9);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}

.menu_block.active ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.menu_block.active li {
	margin-bottom: 10px;
}

.menu_block.active a {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}

.form_popup.click-active {
	display: flex;
	justify-content: center;
	align-items: center;
}

body.menu-open {
	overflow: hidden;
}

@media (max-width: 1315px) {
	.header {
		padding: 8px 24px;
	}
}

@media (max-width: 1100px) {
	/* header */
	.close_menu {
		display: block;
	}

	.toggle-menu {
		display: block;
	}

	.header__menu {
		display: none;
	}

	.menu_block.active a {
		color: #fff;
	}
}

/* Header */

/* footer */

.footer__section {
	padding: 40px 0;
}

.footer-container {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.h2-title {
	color: #000;
	font-family: Involve;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}

.center {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.footer__list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 26px;
	align-self: stretch;
}

.footer__text {
	color: #000;
	text-align: center;
	font-family: Involve;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.footer__block-text {
	display: flex;
	gap: 24px;
}

.footer__block-text-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.footer__block-text-item-title {
	color: #000;
	font-family: Involve;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.footer__block-text-item-text {
	color: #000;
	font-family: Involve;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.block-text-item-1 {
	width: 59%;
}

.block-text-item-2 {
	width: 41%;
}

.footer__block-logo-list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.footer__block-links-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer__block-links-list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 17px;
}

.footer__block-links-list-item-link {
	color: #000;
	text-align: center;
	font-family: Involve;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.footer__block-links-list-2 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 37px;
}

/* footer */

/* main */

.padding-section {
	display: flex;
	padding: 40px 0;
}

.header-section {
	display: flex;
	padding: 60px 0;
	background: linear-gradient(
			0deg,
			rgba(18, 60, 96, 0.8) 0%,
			rgba(18, 60, 96, 0.8) 100%
		),
		url('/img/heading-background.webp') lightgray 50% / cover no-repeat;
}

.heading__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.heading_block-1 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 17px;
	max-width: 636px;
	width: 100%;
}

.h1-title {
	color: #ffbc04;
	font-family: Involve;
	font-size: 43px;
	font-style: normal;
	font-weight: 600;
	line-height: 128.5%;
}

.text-15 {
	color: #fff;
	font-family: Involve;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.heading_block-2-item {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	align-self: stretch;
}

.heading_block-2-item-icon {
	width: 39px;
	height: 39px;
}

.money-text {
	color: #ffbc04;
	text-align: center;
	font-family: Involve;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}

.heading_block-2 {
	display: flex;
	max-width: 589px;
	padding: 10px 20px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 10px;
	background: rgba(18, 60, 96, 0.57);
}

.times {
	color: #fff;
	text-align: center;
	font-family: Involve;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}

.how-to-play-eurojackpot-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.how-to-play-eurojackpot-block-item {
	display: flex;
	max-width: 746px;
	flex-direction: column;
	align-items: flex-start;
	gap: 9px;
	flex-shrink: 0;
}

.how-to-play-eurojackpot-container {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.how-to-play-eurojackpot-list {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.ball {
	display: block;
	width: 52px;
	height: 52px;
	aspect-ratio: 1/1;
}

.ball-text {
	color: #000;
	font-family: Involve;
	font-size: 19px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	text-transform: uppercase;
}

.text-15-black {
	color: #000;
	font-family: Involve;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.how-to-play-eurojackpot-list-item {
	display: flex;
	max-width: 306px;
	width: 100%;
	padding: 20px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 8px;
	border-radius: 10px;
	border: 2px solid #123c60;
}

.how-to-play-eurojackpot-list-item-icon {
	display: flex;
	align-items: center;
	gap: 8px;
}

.how-to-play-eurojackpot-block-item-link {
	color: #121212;
	font-family: Involve;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	display: flex;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	background: #ffbc04;
}

.text-30-20 {
	color: #000;
	font-family: Involve;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}

.button-hidden {
	display: none;
}

.latest-results-list {
	display: flex;
	max-width: 902px;
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin: 0 auto;
}

.latest-results-list-item {
	display: flex;
	padding: 20px;
	align-items: center;
	justify-content: space-between;
	align-self: stretch;
	border-radius: 10px;
	border-left: 6px solid #123c60;
	background: #ebf6ff;
}

.latest-results-list-item-special {
	display: flex;
	padding: 20px;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	align-self: stretch;
	border-radius: 10px;
	border-left: 6px solid #123c60;
	background: #ebf6ff;
	width: 100%;
}

.latest-results-list-item-special-block {
	display: flex;
	gap: 16px;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.block-hidden {
	display: none;
}

.date-text {
	color: #123c60;
	font-family: Involve;
	font-size: 19px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	text-transform: uppercase;
}

.results-ball-list {
	display: flex;
	align-items: center;
	gap: 8px;
}

.ball-item {
	display: flex;
	width: 46px;
	height: 46px;
	padding: 8px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 30px;
	border: 1px solid #ffbc04;
	text-align: center;
	font-family: Involve;
	font-size: 19px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	text-transform: uppercase;
	color: #000;
}

.jackpot-information-block-1-item {
	display: flex;
	width: 50%;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}

.jackpot-information-block-1-item-list {
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	gap: 11px 24px;
	align-self: stretch;
	flex-wrap: wrap;
}

.win-date {
	color: #000;
	font-family: Involve;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.money-win {
	color: #123c60;
	font-family: Involve;
	font-size: 19px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

.money-win-special {
	color: #123c60;
	text-align: center;
	font-family: Involve;
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	max-width: 168px;
	width: 100%;
	height: 29px;
}

.jackpot-information-block-2-item {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 40px;
}

.jackpot-information-block-2-item-list {
	display: flex;
	align-items: center;
	gap: 24px;
	align-self: stretch;
}

.jackpot-information-block-2-item-list-item {
	display: flex;
	padding: 20px;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	max-width: 306px;
	width: 100%;
	border-radius: 20px;
	border-left: 6px solid #123c60;
	background: #ebf6ff;
}

.jackpot-information-block-2-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}

.jackpot-information-block-1-item-list-item {
	display: flex;
	max-width: 196px;
	width: 100%;
	padding: 20px;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	border-radius: 20px;
	border-left: 6px solid #ffbc04;
	background: #fff6de;
}

.text-25-20 {
	color: #000;
	font-family: Involve;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}

.jackpot-information-block-2 {
	display: flex;
	align-items: center;
	gap: 24px;
	align-self: stretch;
}

.jackpot-information-container {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.jackpot-information-block {
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.ball-item-special {
	width: 30px;
	height: 27px;
	text-align: center;
	font-family: Involve;
	font-size: 19px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	text-transform: uppercase;
	color: #000;
}

.latest-results-list-item-block {
	display: flex;
	max-width: 96px;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.how-to-play-section {
	padding: 40px 0;
}

.how-to-play-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 18px;
}

.how-to-play-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 18px;
	align-self: stretch;
}

.select-image {
	max-width: 526px;
	width: 100%;
	height: 217px;
	border-radius: 20px;
}

.how-to-play-list-item-block {
	border-radius: 20px;
	border: 2px solid #123c60;
	display: flex;
	max-width: 746px;
	width: 100%;
	height: 217px;
	padding: 20px;
	flex-direction: column;
	align-items: flex-start;
	gap: 9px;
}

.step {
	display: flex;
	padding: 8px 10px;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	background: #123c60;
	color: #fff;
	font-family: Involve;
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.faq {
	padding: 40px 0;
}

.faq-block-1 {
	display: flex;
	max-width: 746px;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}

/* accordion */

.accordion {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.accordion__item {
	display: flex;
	height: auto;
	min-height: 68px;
	padding: 16px;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	align-self: stretch;
	border-bottom: 2px solid #123c60;
}

.accordion__item-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.accordion__text {
	color: #000;
	text-align: center;
	font-family: Amiko;
	font-size: 23px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
}

.accordion__item-description {
	overflow: hidden;
	will-change: max-height;
	visibility: hidden;
}

.accordion__item.active .accordion__item-description {
	visibility: visible;
}

.accordion__description-text {
	color: #000;
	font-family: Amiko;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	width: 100%;
}

.accordion__button {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background-color: transparent;
	transition: background-color 0.3s ease, transform 0.2s ease;
	will-change: transform;
}

.balls-image {
	max-width: 528px;
	width: 100%;
	height: 397px;
}

.about-description {
	color: #000;
	font-family: Involve;
	font-size: 19px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	text-transform: uppercase;
}

.about-container-block {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.about-section-heading {
	padding: 40px 0;
}

.accordion__button-icon {
	width: 16px;
	height: 16px;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity 0.3s ease;
}

.results-section {
	padding: 40px 0;
}

.results-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 18px;
}

.history-container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-self: stretch;
}

.special-h2-title {
	color: #000;
	font-family: Involve;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}

.license-container-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}

.license-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch;
}

.license-list-item {
	color: #000;
	font-family: Involve;
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	list-style-type: disc;
	list-style-position: inside;
}

.license-description-2 {
	color: #000;
	font-family: Involve;
	font-size: 19px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	text-transform: uppercase;
}

.responsible-section {
	padding: 40px 0;
}

.responsible-container {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 16px;
}

.responsible-container-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch;
}

.h1-title-responsible {
	color: #000;
	font-family: Involve;
	font-size: 43px;
	font-style: normal;
	font-weight: 600;
	line-height: 128.5%;
}

.responsible-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch;
}

.popup-container-cookie {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}

.popup-container {
	display: none;
	background-color: rgba(0, 0, 0, 0.3);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}

.popup-special-age {
	display: flex;
	justify-content: center;
	align-items: center;
}

.popup {
	display: flex;
	padding: 20px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
	background: #0a0826;
}

.popup-cookie {
	display: flex;
	width: 770px;
	padding: 20px;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	border-radius: 20px;
	background: #fff;
}

.popup-age {
	display: flex;
	width: 445px;
	padding: 20px;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	border-radius: 20px;
	background: #fff;
}

.popup-title {
	color: #000;
	font-family: Involve;
	font-size: 19px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	text-transform: uppercase;
}

.popup-text {
	color: #000;
	font-family: Involve;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.popup-buttons {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	align-self: stretch;
}

.age_buttons {
	display: flex;
	align-items: flex-start;
	gap: 15px;
}

.accept {
	display: flex;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
	background: #ffbc04;
	color: #121212;
	font-family: Involve;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.button18 {
	display: flex;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
	background: #ffbc04;
	color: #121212;
	font-family: Involve;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.button-cookie {
	display: flex;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
	border: 1px solid #ffbc04;
	color: #121212;
	font-variant-numeric: lining-nums proportional-nums;

	/* Typography/Text/Button */
	font-family: Involve;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 22.4px */
}

.button_no {
	display: flex;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
	border: 1px solid #ffbc04;
	background-color: transparent;
}

.responsible-container-block-2 {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: flex-start;
	text-align: start;
	gap: 8px;
}

.description-special-text {
	color: #000;
	font-family: Involve;
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.responsible-list-item {
	color: #000;
	font-family: Involve;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	list-style-type: disc;
	list-style-position: inside;
}

.responsible-description {
	color: #000;
	font-family: Involve;
	font-size: 19px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	text-transform: uppercase;
}

.license-container-block-2 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch;
}

.history-description-title {
	color: #000;
	font-family: Involve;
	font-size: 19px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	text-transform: uppercase;
}

.about-image {
	max-width: 633px;
	width: 100%;
	height: 302px;
}

.license-section {
	padding: 40px 0;
}

.license-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
}

.history-container-block {
	display: flex;
	height: 302px;
	max-width: 556px;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}

.start {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: start;
	align-self: flex-start;
	width: 100%;
}

.plus {
	opacity: 1;
}

.accordion__item.active .plus {
	opacity: 0;
}

.minus {
	opacity: 0;
}

.accordion__item.active .minus {
	opacity: 1;
}

.pros-and-cons-of-social-online-casinos-item-list-one {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

/* accordion */

.faq-container {
	display: flex;
	align-items: flex-end;
	gap: 24px;
}

.select-text {
	color: #000;
	font-family: Involve;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}

.win-special {
	max-width: 136px;
	width: 100%;
}

.how-to-play-list-item {
	display: flex;
	gap: 24px;
	align-items: center;
	align-self: stretch;
}

.h1-title-normal {
	color: #000;
	font-family: Involve;
	font-size: 43px;
	font-style: normal;
	font-weight: 600;
	line-height: 128.5%;
}

@media (max-width: 1315px) {
	.footer__section {
		padding: 20px 24px;
	}

	.how-to-play-section {
		padding: 20px 24px;
	}

	.faq {
		padding: 20px 17px;
	}

	.about-section-heading {
		padding: 20px 24px;
	}

	.h1-about {
		font-size: 33px;
	}

	.about-description {
		font-size: 16px;
	}

	.history-container {
		flex-direction: column;
		gap: 16px;
	}

	.history-container-block {
		max-width: 100%;
		height: 267px;
	}

	.about-image {
		max-width: 100%;
	}

	.about-image {
		height: 344px;
	}

	.special-h2-title {
		font-size: 26px;
	}

	.license-section {
		padding: 20px 24px;
	}

	.responsible-section {
		padding: 20px 24px;
	}
}

@media (max-width: 1100px) {
	.how-to-play-list-item {
		flex-direction: column;
		gap: 8px;
	}

	.select-image {
		max-width: 590px;
		width: 100%;
		height: 246px;
		aspect-ratio: 295/123;
	}

	.how-to-play-list-item-block {
		max-width: 722px;
		height: 214px;
		width: 100%;
	}

	.step {
		font-size: 16px;
	}

	.select-text {
		font-size: 20px;
	}

	.faq-container {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

@media (max-width: 930px) {
	.latest-results-list {
		max-width: 694px;
	}

	.latest-results-list-item-block {
		max-width: 96px;
	}

	.jackpot-information-block-2 {
		flex-direction: column;
	}

	.jackpot-information-block-1-item {
		width: 100%;
	}

	.jackpot-information-block-2-item {
		width: 100%;
	}

	.win-special {
		display: flex;
		max-width: 160px;
		gap: 8px;
	}

	.latest-results-list-item-special-block {
		justify-content: center;
		gap: 16px;
	}

	.winners-block-text {
		width: 150px;
	}

	.results-section {
		padding: 40px 24px;
	}

	.h1-title-responsible {
		font-size: 33px;
	}

	.responsible-description {
		font-size: 16px;
	}

	.description-2 {
		font-size: 19px;
	}

	.popup-cookie {
		display: flex;
		width: 287px;
		padding: 10px;
		flex-direction: column;
		align-items: center;
		gap: 8px;
	}

	.popup-title {
		font-size: 16px;
	}

	.popup-title-special {
		font-size: 19px;
	}

	.popup-text-special {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.h2-title {
		font-size: 26px;
	}

	.footer__list {
		flex-wrap: wrap;
	}

	.footer__block-logo-list {
		flex-wrap: wrap;
	}

	.footer__block-text {
		flex-direction: column;
		width: 100%;
	}

	.footer__block-text-item {
		width: 100%;
	}

	.footer__list {
		gap: 16px;
	}

	.section-special {
		padding: 20px 20px 20px 24px;
	}

	.block-text-item-2 {
		max-width: 526px;
	}

	.heading__container {
		flex-direction: column;
		gap: 10px;
	}

	.heading_block-1 {
		max-width: 690px;
	}

	.header-section {
		padding: 20px 24px;
	}

	.title-description {
		max-width: 636px;
		width: 100%;
	}

	.h1-title {
		font-size: 33px;
	}

	.money-text {
		font-size: 26px;
	}

	.times {
		font-size: 26px;
	}

	.heading_block-2 {
		padding: 20px;
	}

	.how-to-play-eurojackpot-list {
		gap: 19px;
	}

	.padding-section {
		padding: 20px 24px;
	}

	.text-30-20 {
		font-size: 20px;
	}

	.how-to-play-eurojackpot-container {
		gap: 16px;
	}

	.jackpot-information {
		padding: 40px 24px;
	}

	.jackpot-information-block-1-item {
		gap: 8px;
	}

	.jackpot-information-block-2-item {
		gap: 8px;
	}

	.jackpot-information-block-2-item-list-item {
		max-width: 100%;
	}

	.section-special {
		padding: 20px 24px;
	}

	.footer__section-1 {
		padding: 40px 24px;
	}

	.footer__block-text {
		gap: 8px;
	}
}

@media (max-width: 740px) {
	.latest-results-list-item {
		flex-direction: column;
		padding: 20px 10px;
	}

	.section-special {
		padding: 20px 20px 20px 24px;
	}

	.latest-results-list-item {
		gap: 8px;
	}

	.latest-results-list-item-block {
		flex-direction: row;
		display: flex;
		gap: 8px;
		justify-content: center;
		align-items: center;
	}

	.winners-block {
		flex-direction: row;
		display: flex;
		gap: 8px;
		justify-content: center;
		align-items: center;
	}

	.ball-item {
		width: 26px;
		height: 26px;
		padding: 8px;
		font-size: 8px;
	}

	.latest-results {
		padding: 20px 14px;
	}

	.special-latest-block {
		flex-direction: column;
	}
}

@media (max-width: 680px) {
	.footer__block-links-list {
		flex-direction: column;
		gap: 8px;
		width: 100%;
	}

	.footer__block-links-list-2 {
		flex-direction: column;
		gap: 8px;
		width: 100%;
		text-align: right;
		align-items: flex-end;
	}

	.footer__list-item-link {
		display: flex;
		width: 118px;
		height: 58px;
	}

	.footer__list-item-link-img {
		width: 118px;
		height: 58px;
	}

	.footer__text {
		font-size: 14px;
	}

	.h1-title {
		font-size: 30px;
	}

	.header-section {
		padding: 20px 13px;
	}

	.text-12 {
		font-size: 12px;
	}

	.times {
		font-size: 24px;
	}

	.heading__container {
		gap: 8px;
	}

	.how-to-play-eurojackpot-block-item {
		max-width: 285px;
	}

	.how-to-play-eurojackpot-container {
		gap: 23px;
	}

	.how-to-play-eurojackpot-list {
		gap: 8px;
	}

	.h1-title-normal {
		font-size: 30px;
	}

	.select-image {
		max-width: 100%;
		height: 112px;
		align-self: stretch;
	}

	.how-to-play-list-item-block {
		max-height: 358px;
		height: 100%;
	}

	.step {
		font-size: 18px;
	}

	.how-to-play-section {
		padding: 40px 24px;
	}

	.h2-title-normal {
		font-size: 36px;
	}

	.accordion__text {
		font-size: 19px;
		text-align: center;
	}

	.balls-image {
		height: 215px;
	}

	.footer__section-1 {
		padding: 20px 24px;
	}

	.popup-age {
		display: flex;
		width: 290px;
		padding: 20px;
		flex-direction: column;
		align-items: center;
		gap: 8px;
	}
}

@media (max-width: 560px) {
	.results-section {
		padding: 40px 17px;
	}

	.block-hidden {
		flex-direction: column;
	}

	.latest-results-list-item-special-block {
		flex-direction: column;
	}

	.special-latest-block {
		flex-direction: row;
	}

	.h1-title-normal {
		font-size: 33px;
	}

	.latest-results-list-item-special-block {
		gap: 8px;
	}

	.latest-results-list-item-special {
		gap: 8px;
	}

	.history-container-block {
		height: 446px;
	}

	.history-description-title {
		font-size: 16px;
	}

	.about-image {
		height: 139px;
	}
}

@media (max-width: 480px) {
	.jackpot-information-block-1-item-list-item {
		max-width: 131px;
	}

	.money-win {
		font-size: 15px;
	}

	.text-25-20 {
		font-size: 20px;
	}

	.text-25-22 {
		font-size: 22px;
	}

	.win-special {
		padding: 20px 10px 20px 20px;
	}

	.winners-block-special {
		padding: 0px;
	}

	.jackpot-information-block-2-item-list {
		gap: 16px;
	}

	.jackpot-information-block-1-item-list {
		gap: 11px 8px;
	}

	.about-section-heading {
		padding: 20px 17px;
	}

	.license-description-2 {
		font-size: 17px;
	}

	.license-list-item {
		font-size: 17px;
	}

	.responsible-section {
		padding: 20px 17px;
	}

	.description-2 {
		font-size: 16px;
	}
}
