@font-face {
	font-family: inter;
	src: url("../fonts/inter.woff2");
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
::after,
::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
	margin: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
}

body {
	font-family: inter;
	background: #181818;
}
#confirmButton {
	border: none;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}

.confirmButton {
	background-color: transparent;
	position: absolute;
	top: 0px;
	right: 14px;
	width: 10px;
	height: 10px;
}

canvas {
	display: block;
	vertical-align: bottom;
}

.particles-js-canvas-el {
	position: fixed;
	z-index: -1;
}

.js-count-particles {
	font-size: 1.1em;
}

#stats,
.count-particles {
	-webkit-user-select: none;
	margin-top: 5px;
	margin-left: 5px;
}

#stats {
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}

.count-particles {
	border-radius: 0 0 3px 3px;
}

.body__container {
	max-width: 1246px;
	margin: 0 auto;
}

.jackpottif_header__fixed {
	position: fixed;
	z-index: 10000;
	width: 100%;
	top: 0;
	left: 0;
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		from(rgba(0, 0, 0, 0.6)),
		to(rgba(0, 0, 0, 0.6))
	);
	background: -o-linear-gradient(
		right,
		rgba(0, 0, 0, 0.6) 0%,
		rgba(0, 0, 0, 0.6) 100%
	);
	background: linear-gradient(
		270deg,
		rgba(0, 0, 0, 0.6) 0%,
		rgba(0, 0, 0, 0.6) 100%
	);
}

.jackpottif_header__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1246px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.jackpottif_header__box {
	padding-top: 50px;
}

.header__link__logo {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	font-family: inter;
}

.jackpottif_header__top {
	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;
	padding: 5px;
	gap: 20px;
	background: #c00;
	margin-top: 38px;
}

.jackpottif_header__text {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
}

.jackpottif_header__sup {
	color: #fff;
	font-size: 16px;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	text-align: center;
	font-weight: 500;
}

.jackpottif_header__info {
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.jackpottif_header__info:hover {
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.jackpottif_header__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	padding-left: 0;
	list-style: none;
}

.jackpottif_header__burger {
	display: none;
}

.jackpottif_header__link {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.jackpottif_header__link:hover {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	opacity: 0.5;
}

.header__link {
	color: #fff;
	font-size: 16px;
	padding: 10px 20px;
	font-weight: 500;
	border-radius: 20px;
	border: 1px solid #fff;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.header__link:hover {
	background-color: #fff;
	color: #000;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.header__link_yellow {
	color: #fdee44;
}

.jackpottif_header__block {
	max-width: 100%;
}

.jackpottif_header__wrap {
	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;
	gap: 20px;
}

.jackpottif_header__title {
	color: #fff;
	text-align: center;
	font-size: 60px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.jackpottif_header__subtitle {
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 10px;
}

.jackpottif_header__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 413px;
	gap: 15px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.jackpottif_header__item {
	max-width: 87px;
	width: 100%;
	padding: 10px;
}

.jackpottif_header__time {
	color: #fff;
	text-align: center;
	font-size: 50px;
	font-weight: 600;
	line-height: 150%;
}

.jackpottif_header__name {
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
}

.jackpottif_header {
	padding-top: 50px;
	background: url("../img/header-background.webp") no-repeat center center/cover;
	padding-bottom: 90px;
}

.jackpottif_header__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 20px;
}

.jackpottif_header__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 20px;
	width: 166px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	font-size: 20px;
	font-weight: 700;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.jackpottif_header__btn:first-child {
	border-radius: 503px;
	background: #fff;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.1);
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.1);
	color: #000;
}

.jackpottif_header__btn:nth-child(2) {
	border-radius: 503px;
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.1);
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.1);
	color: #fff;
}

.jackpottif_header__btn:first-child:hover {
	background: #ff8235;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	color: #fff;
}

.jackpottif_header__btn:nth-child(2):hover {
	background: #ff8235;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	color: #fff;
}

.jackpottif_header__circle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 24px;
	height: 24px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 100px;
}

.header__circle_black {
	background: #0a0a0a;
}

.header__circle_yellow {
	background: #fdee44;
}

.info__item_transparent {
	background: 0 0;
}

.info__item_grey {
	background: #5d5d5d;
}

.jackpottif_responsible {
	background: #000;
	padding-top: 50px;
	padding-bottom: 50px;
}

.jackpottif_responsible__title {
	color: #fff;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 40px;
}

.jackpottif_responsible__inner {
	margin-bottom: 40px;
}

.jackpottif_responsible__inner:last-child {
	margin-bottom: 0;
}

.jackpottif_responsible__head {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

.jackpottif_responsible__text {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
}

.jackpottif_responsible__link {
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.jackpottif_responsible__link:hover {
	-webkit-text-decoration-line: none;
	text-decoration-line: none;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.header__top {
	margin-top: 80px;
}

.jackpottif_contact {
	padding-top: 50px;
	padding-bottom: 30px;
	background: url(../img/header-background.webp) no-repeat center center / cover;
}

.contact_forgot {
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		from(rgba(0, 0, 0, 0.6)),
		to(rgba(0, 0, 0, 0.6))
	);
	background: -o-linear-gradient(
		right,
		rgba(0, 0, 0, 0.6) 0%,
		rgba(0, 0, 0, 0.6) 100%
	);
	background: linear-gradient(
		270deg,
		rgba(0, 0, 0, 0.6) 0%,
		rgba(0, 0, 0, 0.6) 100%
	);
}

.contact_play {
	background: #181818;
}

.jackpottif_contact__wrap {
	max-width: 820px;
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
}

.jackpottif_contact__title {
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	line-height: 100%;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: center;
}

.title_play {
	font-size: 40px;
	text-transform: capitalize;
}

.jackpottif_contact__head {
	color: #fff;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 5px;
	width: 100%;
}

.jackpottif_contact__link {
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.jackpottif_contact__link:hover {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	opacity: 0.5;
	-webkit-text-decoration-line: none;
	text-decoration-line: none;
}

.jackpottif_contact__subtitle {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 20px;
}

.tac {
	text-align: center;
}

.jackpottif_contact__span {
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	font-weight: 700;
}

.jackpottif___form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 610px;
	margin: 0 auto;
}

.jackpottif_contact__label {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 4px;
}

.jackpottif_contact__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	gap: 20px;
}

.jackpottif_contact__wrapper {
	width: 100%;
}

.jackpottif___input {
	font-size: 14px;
	color: #000;
	height: 41px;
	width: 100%;
	padding: 10px 20px;
	border: 1px solid #000;
	background: #e1e1e1;
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
	margin-bottom: 10px;
	resize: none;
}

.jackpottif___input::-webkit-input-placeholder {
	color: #000;
}

.jackpottif___input::-moz-placeholder {
	color: #fff;
}

.jackpottif___input:-ms-input-placeholder {
	color: #fff;
}

.jackpottif___input::-ms-input-placeholder {
	color: #fff;
}

.jackpottif___input::placeholder {
	color: #fff;
}

.mb32 {
	margin-bottom: 32px;
}

.mb10 {
	margin-bottom: 10px;
}

.jackpottif_contact__pass {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	text-align: left;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	width: 100%;
	margin-bottom: 10px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.jackpottif_contact__pass:hover {
	opacity: 0.5;
	-webkit-text-decoration-line: none;
	text-decoration-line: none;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.jackpottif_contact__inner {
	margin-bottom: 10px;
}

.jackpottif_contact__checkbox {
	opacity: 0;
	position: absolute;
}

.jackpottif_contact__text {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}

.jackpottif_contact__labels {
	position: relative;
	padding-left: 45px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}

.jackpottif_contact__labels:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 32px;
	height: 32px;
	border-radius: 5px;
	border: 1px solid #000;
	background: #e1e1e1;
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
	border-radius: 3px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.jackpottif_contact__checkbox:checked + .jackpottif_contact__labels:before {
	background-color: #fff;
	border-color: #999397;
}

.jackpottif_contact__labels:after {
	content: "";
	position: absolute;
	left: 18px;
	top: 30%;
	width: 14px;
	height: 20px;
	border: solid #999397;
	border-width: 0 2px 2px 0;
	-webkit-transform: translateY(-50%) rotate(45deg) scale(0);
	-ms-transform: translateY(-50%) rotate(45deg) scale(0);
	transform: translateY(-50%) rotate(45deg) scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: -webkit-transform 0.2s ease-in-out;
	-o-transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.jackpottif_contact__checkbox:checked + .jackpottif_contact__labels:after {
	-webkit-transform: translateY(-50%) rotate(45deg) scale(1);
	-ms-transform: translateY(-50%) rotate(45deg) scale(1);
	transform: translateY(-50%) rotate(45deg) scale(1);
}

.jackpottif___btn {
	color: #c00;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 60px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px;
	border: none;
	cursor: pointer;
	background: transparent;
	border-radius: 50px;
	border: 1px solid #fff;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#000),
		to(rgba(0, 0, 0, 0))
	);
	background: -o-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
	width: 100%;
	margin-bottom: 10px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.btn_play {
	width: 210px;
	margin: 0 auto;
}

.jackpottif___btn:hover {
	background: #fff;
	color: #000;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.jackpottif_contact_registration {
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 120%;
	width: 100%;
}

.jackpottif_contact_color {
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 120%;
	color: #fff;
	text-decoration: underline;
	margin-bottom: 10px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.jackpottif_contact_color:hover {
	text-decoration: none;
	opacity: 0.5;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.header__circle_black {
	background: #0a0a0a;
}

.header__circle_black {
	background: #0a0a0a;
}

.header__circle_black {
	background: #0a0a0a;
}

.jackpottif_why {
	padding-top: 60px;
	padding-bottom: 60px;
}
.jackpottif_why__title {
	color: #fff;
	font-size: 40px;
	text-align: center;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 20px;
}
.jackpottif_why__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	padding-left: 0;
	list-style: none;
}
.jackpottif_why__item {
	max-width: 613px;
	width: 100%;
}
.jackpottif_why__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 10px;
}

.jackpottif_why__head::before {
	content: "";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background: url("../img/why-icon.webp") no-repeat center;
}

.jackpottif_why__text {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
}

.jackpottif_about {
	background: #3d2020;
	padding-top: 60px;
	padding-bottom: 60px;
}
.jackpottif_about__wrap {
	padding: 30px 50px;
	border-left: 1px solid #fff;
}
.jackpottif_about__title {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 20px;
}
.jackpottif_about__subtitle {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 40px;
}
.jackpottif_about__head {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 20px;
}
.jackpottif_about__list {
	padding-left: 20px;
}
.jackpottif_about__info {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
}

.jackpottif_results {
	padding-top: 60px;
	padding-bottom: 60px;
}
.jackpottif_results__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 787px;
	width: 100%;
	margin: 0 auto;
	padding-left: 50px;
	border-radius: 3px;
	border: 1px solid #fff;
	margin-bottom: 30px;
}

.jackpottif_results__wrap:last-child {
	margin-bottom: 0px;
}

.jackpottif_results__left {
	max-width: 306px;
	padding: 30px 0px;
}
.jackpottif_results__title {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.jackpottif_results__data {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 15px;
}
.jackpottif_results__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	list-style: none;
	margin-bottom: 15px;
}
.jackpottif_results__item {
	padding: 10px;
	background: #8e8e8e;
}

.results__item {
	background: #c00;
}

.jackpottif_results__number {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
}
.jackpottif_results__price {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
}
.jackpottif_results__right {
	max-width: 245px;
	width: 100%;
	border: 1px solid #fff;
	background: #343434;
	padding: 30px 0px 30px 30px;
}
.jackpottif_results__head {
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 15px;
}
.jackpottif_results__name {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 15px;
}
.jackpottif_results__bold {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 15px;
}
.jackpottif_results__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 124px;
	padding: 10px 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 20px;
	border: 1px solid #fff;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#000),
		to(rgba(0, 0, 0, 0))
	);
	background: -o-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
	color: #c00;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.jackpottif_results__link:hover {
	background: #c00;
	color: #fff;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.jackpottif_footer {
	background: #000;
	padding-top: 20px;
	padding-bottom: 50px;
}

.jackpottif_footer__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 820px;
	gap: 50px;
	margin-bottom: 40px;
	padding-left: 0;
	list-style: none;
}

.jackpottif_footer__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	padding-left: 0;
	list-style: none;
}

.jackpottif_footer__link {
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.jackpottif_footer__link:hover {
	-webkit-text-decoration-line: none;
	text-decoration-line: none;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.frequencies__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.frequencies__left {
	max-width: 720px;
	width: 100%;
}

.frequencies__head {
	color: #151515;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 20px;
}

.frequencies__info_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	list-style: none;
}

.frequencies__right {
	max-width: 360px;
	width: 100%;
}

.frequencies__info {
	max-width: 360px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}

.frequencies__cirlce {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 45px;
	height: 45px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 25px;
	background: #263367;
}

.cirlce__right {
	background: #5b5b5b;
}

.frequencies__number {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
}

.frequencies__text {
	color: #5b5b5b;
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 5px;
}

.frequencies__inner {
	width: 100%;
	max-width: 295px;
}

.frequencies__progress {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.frequencies__bar {
	height: 16px;
	border-radius: 20px;
	background: -o-linear-gradient(left, #f5ae4b 0, #f85255 100%);
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0, #f5ae4b),
		to(#f85255)
	);
	background: linear-gradient(90deg, #f5ae4b 0, #f85255 100%);
}

.bar__weeks {
	border-radius: 20px;
	background: -o-linear-gradient(left, #4bb4f5 0, #7e52f8 100%);
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0, #4bb4f5),
		to(#7e52f8)
	);
	background: linear-gradient(90deg, #4bb4f5 0, #7e52f8 100%);
}

.bar__combo_1 {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.bar__combo_2 {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.modal {
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.modal__title {
	margin: 0;
	margin-bottom: 10px;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.1px;
	text-align: center;
}

.mb0 {
	margin-bottom: 0;
}

.modal__text {
	margin: 0;
	margin-bottom: 10px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.2px;
}

.modal__subtitle {
	margin: 0;
	margin-bottom: 10px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.2px;
}

.modal__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 50px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	border: none;
	border-radius: 30px;
	background: #c00;
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	cursor: pointer;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.modal__btn:hover {
	background: #ff8235;
	color: #fff;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.modal__content {
	position: relative;
	top: 0;
	border-radius: 30px;
	background: rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 12px -1px 30px 0px rgba(255, 255, 255, 0.15);
	box-shadow: 12px -1px 30px 0px rgba(255, 255, 255, 0.15);
	-webkit-backdrop-filter: blur(12.5px);
	backdrop-filter: blur(12.5px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 24px;
	max-width: 453px;
}

.myPopup {
	border-radius: 20px;
	border: 1px solid #fff;
	background: rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 12px -1px 30px 0px rgba(255, 255, 255, 0.15);
	box-shadow: 12px -1px 30px 0px rgba(255, 255, 255, 0.15);
	-webkit-backdrop-filter: blur(12.5px);
	backdrop-filter: blur(12.5px);
}

.modal__close {
	position: absolute;
	top: 0;
	right: 10px;
	color: #aaa;
	font-size: 28px;
	font-weight: 700;
}

.modal__close:focus,
.modal__close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.cookie-popup.hidden {
	display: none;
}

.popupcookie {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 100;
	width: 100%;
}

.popupcookie__content {
	position: relative;
	top: 20%;
	right: 0;
	max-width: 405px;
	background: #272727;
	padding: 20px;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 20px;
}

.popupcookie__close:focus,
.popupcookie__close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.popupcookie__title {
	color: #fff;
	margin: 0;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.1px;
	width: 100%;
}

.popupcookie__subtitle {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.2px;
}

.popupcookie__btn {
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 40px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	width: 100%;
	border-radius: 5px;
	background: #fff;
	color: #272727;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.2px;
	cursor: pointer;
}

.popupcookie__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 40px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	gap: 10px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	border-radius: 5px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.2px;
	cursor: pointer;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.popupcookie__button:hover {
	background: #22272b;
	color: #fff;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.popupcookie__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 10px;
	width: 100%;
}

.popupcookie__btn:hover {
	background: #22272b;
	color: #fff;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.header__hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
}

.sec__top {
	margin-top: 88px;
}

.terms__container {
	padding-top: 40px;
	padding-bottom: 40px;
}

.content__title,
.info__title {
	color: #fff;
	font-size: 21px;
	font-style: normal;
	font-weight: 800;
	margin: 0;
	margin-bottom: 16px;
}

.info__head,
.terms__subtitle {
	margin: 0;
	color: #fff;
	font-size: 19px;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 16px;
}

.info__text,
.terms__text {
	margin: 0;
	color: #fff;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 16px;
}

.desc__top {
	padding-top: 120px;
	padding-bottom: 50px;
}

.header__img_mob {
	display: none;
}

.popup {
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}

.popup__box {
	border-radius: 20px;
	background: #fff;
	margin: 15% auto;
	padding: 15px;
	border-radius: 20px;
	width: 90%;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.popup__game {
	width: 100%;
	height: 400px;
}

.popup__iframe {
	width: 100%;
	height: 100%;
}

.popup__title {
	margin: 0;
	letter-spacing: 0.1px;
	text-align: left;
	margin-bottom: 9px;
	color: #000;
	font-size: 36px;
	font-weight: 700;
	margin-right: 10px;
}

.popup__name {
	margin: 0;
	letter-spacing: 0.1px;
	text-align: left;
	margin-bottom: 9px;
	color: #000;
	font-size: 15px;
	font-weight: 700;
}

.popup__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.popup__close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: 700;
}

.popup__close:focus,
.popup__close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.active__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 1260px) {
	.body__container {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.jackpottif_header__fixed {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.jackpottif_header__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
	}

	.jackpottif_header__links {
		display: none;
	}

	.jackpottif_header__burger {
		display: block;
		cursor: pointer;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 22px;
		height: 22px;
	}

	.jackpottif_header__burger.active_menu .bar:first-child {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform-origin: 1px;
		-ms-transform-origin: 1px;
		transform-origin: 1px;
	}

	.jackpottif_header__burger.active_menu .bar:nth-child(2) {
		opacity: 0;
	}

	.jackpottif_header__burger.active_menu .bar:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transform-origin: 5px;
		-ms-transform-origin: 5px;
		transform-origin: 5px;
	}

	.jackpottif_header__line {
		height: 2px;
		background-color: #fff;
		margin: 4px 0;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.menu {
		display: none;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 30px;
		background: -webkit-gradient(
			linear,
			right top,
			left top,
			from(rgba(0, 0, 0, 0.6)),
			to(rgba(0, 0, 0, 0.6))
		);
		background: -o-linear-gradient(
			right,
			rgba(0, 0, 0, 0.6) 0%,
			rgba(0, 0, 0, 0.6) 100%
		);
		background: linear-gradient(
			270deg,
			rgba(0, 0, 0, 0.6) 0%,
			rgba(0, 0, 0, 0.6) 100%
		);
		padding-left: 26px;
		padding-right: 26px;
		padding-top: 20px;
		padding-bottom: 20px;
		position: absolute;
		top: 88px;
		left: 0;
		width: 100%;
		border-radius: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		align-items: center;
		max-width: 100%;
		margin: 0 auto;
		padding-top: 20px;
		padding-bottom: 20px;
		padding: 20px;
	}

	.menu.active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.jackpottif_footer__top {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.frequencies__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
	}

	.jackpottif_why__item {
		max-width: 100%;
	}

	.jackpottif_header__title {
		font-size: 50px;
	}
}

@media (max-width: 575px) {
	.body__container {
		padding-left: 13px;
		padding-right: 13px;
	}

	.jackpottif_header__fixed {
		padding-left: 13px;
		padding-right: 13px;
	}

	.jackpottif_header__time {
		font-size: 28px;
	}

	.jackpottif_header__items {
		gap: 10px;
	}

	.jackpottif_header__name {
		font-size: 12px;
	}

	.jackpottif_header__sup {
		font-size: 14px;
		line-height: normal;
	}

	.jackpottif_header__title {
		font-size: 30px;
		text-align: center;
	}

	.jackpottif_header__subtitle {
		font-size: 14px;
		text-align: center;
	}

	.jackpottif_header__btn {
		font-size: 16px;
		padding: 10px;
	}

	.jackpottif_header__network {
		font-size: 10px;
	}

	.jackpottif_responsible__title {
		font-size: 20px;
	}

	.jackpottif_responsible__head {
		font-size: 18px;
	}

	.jackpottif_responsible__text {
		font-size: 16px;
	}

	.jackpottif_footer__top {
		gap: 7px;
	}

	.jackpottif_footer__link {
		font-size: 16px;
	}

	.jackpottif_contact__subtitle {
		font-size: 14px;
		text-align: left;
	}

	.frequencies__inner {
		max-width: 220px;
	}

	.jackpottif_header__box {
		padding-top: 40px;
	}

	.jackpottif_header__item {
		border-radius: 20px;
		width: 70px;
	}

	.jackpottif_header {
		padding-bottom: 20px;
	}

	.jackpottif_responsible {
		padding-top: 40px;
	}

	.jackpottif_contact__title {
		font-size: 20px;
	}

	.jackpottif_contact__text {
		font-size: 12px;
	}

	.jackpottif_contact__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 0;
	}

	.jackpottif_contact__head {
		font-size: 20px;
	}

	.jackpottif_header__text {
		font-size: 12px;
	}

	.jackpottif_header__top {
		gap: 5px;
	}

	.jackpottif_why {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.jackpottif_why__title {
		font-size: 20px;
	}

	.jackpottif_why__head {
		font-size: 18px;
	}

	.jackpottif_why__text {
		font-size: 14px;
	}

	.footer__icon_1 {
		max-width: 101px;
	}

	.footer__icon_2 {
		max-width: 137px;
	}

	.footer__icon_3 {
		max-width: 70px;
	}

	.footer__icon_4 {
		max-width: 255px;
	}

	.jackpottif_why__head::before {
		max-width: 60px;
		width: 100%;
	}

	.modal__btn {
		font-size: 14px;
	}

	.modal__title {
		font-size: 18px;
	}

	.jackpottif_about {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.jackpottif_about__wrap {
		padding: 0px;
		border-left: none;
	}

	.jackpottif_about__title {
		font-size: 20px;
	}

	.jackpottif_about__subtitle {
		font-size: 14px;
	}

	.jackpottif_about__info {
		font-size: 14px;
	}

	.tac {
		text-align: center;
	}

	.jackpottif_contact__wrap {
		padding-top: 20px;
	}

	.jackpottif_results__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 0;
	}

	.jackpottif_results__right {
		max-width: 100%;
		padding: 10px 20px;
	}

	.jackpottif_results__link {
		margin: 0 auto;
	}

	.jackpottif_results__left {
		max-width: 100%;
		padding: 30px 10px;
	}

	.jackpottif_results__title {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.jackpottif_results__data {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.jackpottif_results__items {
		margin-bottom: 5px;
		gap: 5px;
	}

	.jackpottif_results__price {
		font-size: 14px;
	}

	.jackpottif_results__head {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.jackpottif_results__name {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.jackpottif_results__bold {
		font-size: 16px;
	}
}
