*,
::after,
::before,
:after,
:before {
	box-sizing: border-box;
}
ol,
ul {
	padding: 0;
	list-style: none;
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol,
p,
ul {
	margin: 0;
}

body {
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
	color: #fff;
	font-family: Muller, sans-serif;
	background-color: #212132;
	font-size: 1.6rem;
}
img {
	max-width: 100%;
	display: block;
	height: auto;
}
.btn_help-span {
	display: none;
}
@media (prefers-reduced-motion: reduce) {
	* {
		-webkit-animation-duration: 0s !important;
		animation-duration: 0s !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		-webkit-transition-duration: 0s !important;
		transition-duration: 0s !important;
		scroll-behavior: auto !important;
	}
}

button,
input,
select,
textarea {
	font: inherit;
}
@font-face {
	font-family: Muller;
	src: url(../fonts/MullerBoldItalic.eot);
	src:
		local('Muller Bold Italic'),
		local(MullerBoldItalic),
		url(../MullerBoldItalic.eot%2540) format('embedded-opentype'),
		url(../fonts/MullerBoldItalic.woff2) format('woff2'),
		url(../fonts/MullerBoldItalic.woff) format('woff'),
		url(../fonts/MullerBoldItalic.ttf) format('truetype');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: Muller;
	src: url(../fonts/MullerMedium.eot);
	src:
		local('Muller Medium'),
		local(MullerMedium),
		url(../MullerMedium.eot%2540) format('embedded-opentype'),
		url(../fonts/MullerMedium.woff2) format('woff2'),
		url(../fonts/MullerMedium.woff) format('woff'),
		url(../fonts/MullerMedium.ttf) format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Muller;
	src: url(../fonts/MullerExtraBoldItalic.eot);
	src:
		local('Muller ExtraBold Italic'),
		local(MullerExtraBoldItalic),
		url(../MullerExtraBoldItalic.eot%2540) format('embedded-opentype'),
		url(../fonts/MullerExtraBoldItalic.woff2) format('woff2'),
		url(../fonts/MullerExtraBoldItalic.woff) format('woff'),
		url(../fonts/MullerExtraBoldItalic.ttf) format('truetype');
	font-weight: 800;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: Muller;
	src: url(../fonts/MullerRegular.eot);
	src:
		local('Muller Regular'),
		local(MullerRegular),
		url(../MullerRegular.eot%2540) format('embedded-opentype'),
		url(../fonts/MullerRegular.woff2) format('woff2'),
		url(../fonts/MullerRegular.woff) format('woff'),
		url(../fonts/MullerRegular.ttf) format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Muller;
	src: url(../fonts/MullerBold.eot);
	src:
		local('Muller Bold'),
		local(MullerBold),
		url(../MullerBold.eot%2540) format('embedded-opentype'),
		url(../fonts/MullerBold.woff2) format('woff2'),
		url(../fonts/MullerBold.woff) format('woff'),
		url(../fonts/MullerBold.ttf) format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Muller;
	src: url(../fonts/MullerExtraBold.eot);
	src:
		local('Muller ExtraBold'),
		local(MullerExtraBold),
		url(../MullerExtraBold.eot%2540) format('embedded-opentype'),
		url(../fonts/MullerExtraBold.woff2) format('woff2'),
		url(../fonts/MullerExtraBold.woff) format('woff'),
		url(../fonts/MullerExtraBold.ttf) format('truetype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Muller;
	src: url(../fonts/MullerMediumItalic.eot);
	src:
		local('Muller Medium Italic'),
		local(MullerMediumItalic),
		url(../MullerMediumItalic.eot%2540) format('embedded-opentype'),
		url(../fonts/MullerMediumItalic.woff2) format('woff2'),
		url(../fonts/MullerMediumItalic.woff) format('woff'),
		url(../fonts/MullerMediumItalic.ttf) format('truetype');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@media screen and (min-width: 576px) {
	.o-box {
		max-width: 540px;
	}
}

@media screen and (min-width: 768px) {
	.o-box {
		max-width: 720px;
	}
}

@media screen and (min-width: 992px) {
	.o-box {
		max-width: 960px;
	}
}

@media screen and (min-width: 1200px) {
	.o-box {
		max-width: 1140px;
	}
}

@media screen and (max-width: 992px) {
	.o-box_fluid {
		max-width: 100%;
	}
}

.o-box {
	margin: 0 auto;
	width: 100%;
}

.o-wrapper {
	padding: 15px;
}

:focus {
	outline: 0 !important;
}

html {
	font-size: 62.5%;
}

a,
button {
	padding: 0;
	margin: 0;
	border: none;
	outline: 0;
	cursor: pointer;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	text-decoration: none;
	color: inherit;
}

a picture img:hover,
button picture img:hover {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

h1 {
	font-size: 2.7rem;
}

h2 {
	font-size: 2.4rem;
}

h3 {
	font-size: 2.2rem;
}

.lazyloaded {
	opacity: 1;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.c-begin {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 10px 15px;
	background-color: #15151ef2;
	z-index: 1000;
}

.c-begin__content {
	display: -ms-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.c-begin__logo img {
	width: 100%;
	height: 100%;
	max-width: 200px;
	margin: auto;
}

.c-begin__buttons {
	display: -ms-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	padding: 10px 0;
}

.c-begin__buttons > a:not(:last-child) {
	margin-right: 15px;
}

@media (min-width: 375px) {
	.c-begin__buttons > a:not(:last-child) {
		margin-right: 20px;
	}
}

.c-main {
	position: relative;
	background: #110e16;
	padding-top: 103px;
}

@media (min-width: 492px) {
	.c-main {
		padding-top: 52px;
	}
}

.c-main h1,
.c-main h2,
.c-main h3,
.c-main h4,
.c-main h5,
.c-main h6 {
	margin-bottom: 10px;
	line-height: 1.2;
}

.o-link {
	-webkit-box-align: center;
	align-items: center;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	font-size: 1.4rem;
}

.o-btn {
	overflow: hidden;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	box-sizing: border-box;
	border: none;
	border-radius: 50px;
	padding: 5px 25px;
	outline: 0;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 22px;
	font-weight: 800;
	letter-spacing: 1px;
	white-space: nowrap;
	color: #fff;
	cursor: pointer;
	font-size: 1.4rem;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.o-btn_pink {
	box-shadow:
		0 3px 0 0 #871628,
		0 4px 4px 0 #000;
	background-color: #cd18c1;
}

.o-btn_pink:hover {
	box-shadow:
		0 3px 0 0 #871628,
		0 4px 4px 0 #000,
		inset 0 15px 15px -3px rgba(255, 255, 255, 0.4);
}
.o-btn_green {
	box-shadow:
		0 3px 0 0 #3c7028,
		0 4px 4px 0 #000;
	background-color: #62c23c;
}

.o-btn_green:hover {
	box-shadow:
		0 3px 0 0 #3c7028,
		0 4px 4px 0 #000,
		inset 0 15px 15px -3px rgba(255, 255, 255, 0.4);
}

.c-poster img {
	min-height: 140px;
	width: 100%;
	object-fit: cover;
}

.c-variation {
	display: -ms-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 25px;
	position: relative;
}

.c-variation__item {
	height: 61px;
	width: 50%;
	display: -ms-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	padding: 8px;
	border-radius: 8px 8px 0 0;
	position: relative;
}

.c-variation__item:nth-child(odd)::after {
	content: '';
	display: flex;
	height: 60%;
	width: 2px;
	background-color: #313047;
	position: absolute;
	top: 20%;
	right: 0;
}

.c-variation__item:hover {
	background-color: rgba(255, 255, 255, 0.05);
}

.c-variation__item img,
.c-variation__item svg {
	width: 45px;
	margin-right: 15px;
}

.c-variation__item span {
	text-transform: uppercase;
	font-size: 1.4rem;
	font-weight: 800;
}

.c-variation__item_slots {
	color: #17eada;
}

.c-variation__item_live {
	color: #de593e;
}

.c-variation__item_desks {
	color: #6ef770;
}

.c-variation__item_tour {
	color: #e8ce3a;
}

.c-text {
	margin-bottom: 25px;
}

.c-text img {
	margin: 2rem auto;
}

.c-text p {
	margin-bottom: 10px !important;
	font-size: 1.6rem;
}

.c-text ul {
	padding-left: 25px;
	list-style-type: disc;
	font-size: 1.6rem;
	margin-bottom: 15px;
}

.c-text ol {
	padding-left: 25px;
	list-style-type: decimal;
	font-size: 1.6rem;
	margin-bottom: 15px;
}

.c-text a:not([class]) {
	color: #46afff;
	text-decoration: none;
}

.c-text a:not([class]):focus,
.c-text a:not([class]):hover {
	text-decoration: underline;
}

.c-game {
	height: 100%;
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 4px 10px 0 #000;
	position: relative;
	-webkit-transition: 250ms;
	transition: 250ms;
}

.c-game:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.c-game:hover .c-game__overflow {
	opacity: 1;
}

.c-game__wrapper {
	width: calc(100% / 2);
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}

.c-games {
	display: -ms-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 25px;
	margin-left: -5px;
	margin-right: -5px;
}

.c-game__icon {
	width: 100%;
	height: 75%;
	border: 1px solid #393a51;
	border-bottom: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
}

.c-game__icon img {
	width: 100%;
	height: 100%;
}

.c-game__name {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	flex: none;
	box-sizing: border-box;
	height: 25%;
	border: 1px solid #393a51;
	border-top: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 0 5px;
	background-color: #161626;
	font-weight: 500;
	font-size: 1.2rem;
	text-align: center;
	word-wrap: break-word;
	overflow-wrap: break-word;
	line-height: 1.1;
}

.c-game__overflow {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 75%;
	top: 0;
	left: 0;
	display: -ms-flex;
	display: -webkit-box;
	display: flex;
	justify-content: space-around;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	border: 1px solid #393a51;
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 10;
}

.c-game__overflow__demo {
	border-radius: 50px;
	padding: 5px 20px;
	background-color: #313047;
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.c-game__overflow__demo:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media screen and (min-width: 600px) {
	.c-game__wrapper {
		width: calc(100% / 3);
	}

	.c-game__name {
		font-size: 1.4rem;
	}
}

@media screen and (min-width: 992px) {
	.c-game__wrapper {
		width: calc(100% / 4);
	}

	.c-game__name {
		font-size: 1.6rem;
	}
}

@media screen and (min-width: 1200px) {
	.c-game__wrapper {
		width: calc(100% / 5);
	}
	.c-poster img {
		width: 100%;
	}
}

@media screen and (min-width: 576px) {
	.c-begin__content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	.btn_help-span {
		display: block;
	}
	.c-begin__buttons {
		padding: 0;
	}
}

@media screen and (min-width: 768px) {
	.c-variation {
		padding: 5px 0 0;
	}

	.c-variation__item {
		width: 25%;
	}

	.o-lines__bg .c-variation__item:not(:last-child)::after {
		content: '';
		display: flex;
		height: 60%;
		width: 2px;
		background-color: #313047;
		position: absolute;
		top: 20%;
		right: 0;
	}
}

@media screen and (min-width: 1200px) {
	.c-poster img {
		width: 100%;
	}
}

.c-variation__box {
	box-shadow: inset 0 5px 25px 0 rgba(0, 0, 0, 0.8);
	background-color: #212132;
}

.o-lines__bg.is-load {
	background: #181825;
	box-shadow: 0px 5px 25px 0px #000000cc inset;
}

table {
	border-collapse: collapse;
	width: 100%;
}

table tr {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}

table td {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 10px;
	min-width: 120px;
}

.c-faq {
	width: 100%;
}

summary {
	position: relative;
	width: 100%;
	display: inline-block;
	text-align: left;
	cursor: pointer;
	box-sizing: border-box;
	color: #fff;
	font-weight: 700;
	border-bottom: 1px solid transparent;
	padding-bottom: 14px;
	transition-duration: 0.3s;
}

summary::before {
	content: '';
	position: absolute;
	display: flex;
	height: 3px;
	width: 19px;
	right: 10px;
	top: calc(50% - 1px);
}

summary::after {
	content: '';
	position: absolute;
	display: flex;
	height: 19px;
	width: 3px;
	right: 18px;
	transition-duration: 0.3s;
	top: calc(50% - 9px);
}

details[open] summary {
	border-color: #e4e5eb;
}

details[open] > summary::after {
	transform: rotate(90deg);
}

summary ~ * {
	-webkit-animation: sweep 0.5s;
	animation: sweep 0.5s;
}

@-webkit-keyframes sweep {
	0% {
		color: transparent;
	}

	100% {
		color: #fff !important;
	}
}

@keyframes sweep {
	0% {
		color: transparent;
	}

	100% {
		color: #fff !important;
	}
}

details {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	display: block;
	box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.5);
	background-color: #212132;
	padding: 14px 12px 0;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 6px;
	margin-bottom: 2rem;
}

details > div {
	margin: 0;
	padding: 20px 8px 20px 28px;
	text-align: left;
}

.btn_help {
	display: flex;
	align-items: center;
	color: #e8ce3a;
}
.img_box {
	width: 34px;
	padding-right: 10px;
	display: flex;
}
.svg_question .svg_color {
	fill: none;
	stroke: #e8ce3a;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5px;
}

.game-catalog-header__hit,
.game-catalog-header__new {
	width: 25px;
}

.game-catalog-header__link {
	display: block;
}

.game-catalog-header__new {
	margin-left: 10px;
}

.game-catalog-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
@media (max-width: 768px) {
	.game-catalog-header {
		display: block;
	}
	.game-catalog-header__left {
		margin-bottom: 10px;
	}
}
.game-catalog-header__sort {
	display: flex;
	align-items: center;
	margin-left: 10px;
}

.game-catalog-header__select {
	background:
		linear-gradient(#191929, #191929) padding-box,
		linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(128, 128, 128, 0.4));
	border-radius: 5px;
	padding: 10px;
	color: #fff;
}

.game-catalog-header__select option {
	color: #191929;
}

.game-catalog-header__left {
	display: flex;
	align-items: center;
}

.game-catalog-header__search {
	position: relative;
	height: 35px;
	flex: 0 0 430px;
}

.game-catalog-header__btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	width: 35px;
	height: 35px;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}

.game-catalog-header__btn svg {
	width: 18px;
}

.game-catalog-header__input {
	width: 100%;
	border-radius: 25px;
	padding-left: 15px;
	padding-right: 50px;
	height: 100%;
	border: 1px solid transparent;
	background:
		linear-gradient(#191929, #191929) padding-box,
		linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(128, 128, 128, 0.4))
			border-box;
	font-weight: 500;
	color: #fff;
	transition: box-shadow 0.25s ease;
}

.game-catalog-header__input::placeholder {
	font-style: italic;
	color: #646a87;
	font-weight: 500;
}

.c-toc__btn {
	display: inline-flex;
	cursor: pointer;
	align-items: center;
}

.c-toc__btn::after {
	content: '';
	display: flex;
	width: 20px;
	height: 20px;
	background-image: url(../images/more.svg);
	background-repeat: none;
	background-size: cover;
	background-position: center;
	transition-duration: 0.3s;
	margin-left: 10px;
	transform: rotateX(0);
}

.c-toc__btn.is-open::after {
	transform: rotateX(180deg);
}

.c-toc {
	transition-duration: 0.3s;
	overflow-y: hidden;
	max-height: 0;
}

@media (min-width: 992px) {
	.c-toc {
		display: flex;
		flex-wrap: wrap;
	}

	.c-toc li {
		width: 50%;
	}
}

.c-toc.is-open {
	max-height: 1000px;
}

.footer {
	background: #110e16;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin-top: auto;
}

.footer__block {
	box-sizing: border-box;
	max-width: 1200px;
	width: 100%;
	padding: 0 15px;
}

.footer__inner-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer__help {
	display: flex;
	flex-wrap: wrap;
}

.footer__help > li {
	border-radius: 5px;
	margin-right: 8px;
	transition: all 0.3s ease-in-out;
}

.footer__help > li:hover {
	background-color: #252536;
}

.footer__help a {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: 36px;
	width: 100%;
	border-radius: 5px;
	padding: 0 8px;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	transition:
		background-color 0.15s linear,
		transform 0.15s linear;
}

.footer__navigation-social {
	display: flex;
	align-items: center;
}

.footer__navigation-social li {
	margin-right: 10px;
}

.footer__navigation-social a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	width: 35px;
	border-radius: 50%;
}

.footer__navigation-social a img {
	height: 20px;
	width: 20px;
}

.social-telegram {
	background-color: #2ca3df;
	box-shadow: 0 3px 0 1px #1a6b84;
}

.social-telegram:hover {
	box-shadow:
		0 3px 0 #1a6b84,
		inset 0 10px 10px 5px rgba(255, 255, 255, 0.4);
}

.social-vkontakte {
	background-color: #3a6aa3;
	box-shadow: 0 3px 0 1px #223f61;
}

.social-vkontakte:hover {
	box-shadow:
		0 3px 0 #223f61,
		inset 0 10px 10px 5px rgba(255, 255, 255, 0.4);
}

.social-youtube {
	background-color: red;
	box-shadow: 0 3px 0 1px #781712;
}

.social-youtube:hover {
	box-shadow:
		0 3px 0 #781712,
		inset 0 10px 10px 5px rgba(255, 255, 255, 0.4);
}

.footer__second {
	width: 100%;
	box-sizing: border-box;
	border-top: 1px dashed #303036;
}

.footer__second-container {
	width: 100%;
}

.copyright-age-warning {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	max-width: 950px;
}

.warning-item {
	display: flex;
	align-items: center;
	margin-right: 35px;
}

.p-copyright {
	min-width: 230px;
	line-height: 16px;
	word-break: normal;
	word-wrap: normal;
}

.footer__second .p-copyright,
.footer__second .p-warning {
	color: #646a87;
	font-size: 12px;
	margin-left: 20px;
}

.footer__second .copyright-age-warning-item {
	max-width: 380px;
}

.footer__second .age-18 {
	height: 40px;
	width: 40px;
}

.footer__second .p-warning {
	line-height: 14px;
}

.footer__second .copyright-age-warning {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	max-width: 950px;
}

.choose-lang {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	cursor: pointer;
}

.choose-lang a {
	text-decoration: none;
}

@media screen and (max-width: 1280px) {
	.footer__inner-container {
		order: -1;
		flex-direction: column;
		justify-content: center;
		padding-top: 30px;
		padding-bottom: 30px;
		gap: 20px 0;
	}

	.footer__second .copyright-age-warning {
		order: 1;
	}
}

@media screen and (max-width: 768px) {
	.footer__help {
		justify-content: center;
		margin-bottom: 20px;
	}

	.footer__second .copyright-age-warning {
		order: 1;
		flex-direction: column;
		align-items: flex-start;
		gap: 20px 0;
	}
}

.ul-pr li {
	display: block;
	width: 80%;
	float: left;
	line-height: 22px;
}
.ul-pr {
	padding: 0;
	list-style: none;
	display: grid;
	margin-bottom: 15px;
}
.ul-pr li {
	padding: 6px 6px 6px 20px;
	position: relative;
}
.ul-pr li:before {
	padding-right: 10px;
	font-weight: bold;
	color: #fe284a;
	content: '\2714';
	transition-duration: 0.5s;
	position: absolute;
	left: 0;
}
.ul-pr li:hover:before {
	color: #337ab7;
	content: '\2714';
}
