@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
html,
body {
	height: 100%;
	font-family: 'Montserrat', sans-serif;
}
main {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background: rgb(240, 242, 245);
	font-family: 'Montserrat', sans-serif;
	width: 100%;
}
strong {
	font-weight: 600;
}
main h1 {
	font-family: 'Montserrat', sans-serif;
	background: linear-gradient(0deg, rgb(74, 20, 140) 0%, #6b5eff 100%);
	border-radius: 25px;
	color: rgb(20, 28, 41);
	padding: 40px 20px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	text-wrap: balance;
}

main h1.main {
	background: rgb(74, 20, 140);
	color: #fff;
	padding: 56px 0;
	width: 100%;
	max-width: 100%;
	border-radius: 0;
}

main h1 img {
	height: 34px;
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 20px;
}

@media (max-width: 1250px) {
	main h1 {
		font-size: 25px;
		line-height: 30px;
		padding: 25px 15px;
	}
}

main p,
main h2,
main h3,
main h4,
main h5,
main span,
main figcaption,
main li {
	color: rgb(20, 28, 41);
	font-family: 'Montserrat', sans-serif;
}
main a {
	font-family: 'Montserrat', sans-serif;
	color: #ff3d00;
	text-underline-offset: 5px;
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p,
main ol,
main ul,
main figure,
main .faq-container {
	max-width: 1600px;
	margin: 0 auto;
	width: 96%;
}
main figure {
	margin: 0 auto;
	margin-bottom: 20px;
}
main p {
	font-size: 18px;
	padding-bottom: 25px;
	line-height: 25px;
}
@media (max-width: 1250px) {
	main p {
		font-size: 15px;
		line-height: 20px;
	}
}
main .wrapper {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
body {
	overflow-x: hidden;
	position: relative;
	background: rgb(240, 242, 245);
}
a {
	text-decoration: none;
	transition: 0.3s;
}
table,
tr,
td,
tbody,
thead {
	font-family: 'Montserrat', sans-serif;
}
input,
button {
	font-family: 'Montserrat', sans-serif;
	border: none;
	box-shadow: none;
	transition: 0.3s;
}
input {
	outline: none;
}
p,
span,
li,
a {
	font-size: 15px;
	line-height: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	text-align: center;
	padding: 15px 0;
	color: #1e1e24;
}
h1 {
	font-size: 22px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.32px;
}
h2 {
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
	text-align: left;
}
h3 {
	font-size: 26px;
	line-height: 20px;
	text-align: left;
}
h4 {
	font-size: 16px;
	line-height: 18px;
}
h5,
h6 {
	font-size: 14px;
	line-height: 16px;
}
.nav-submenu {
	position: relative;
	height: 100%;
}
.nav-submenu:hover .nav-submenu-list {
	display: flex;
}
.nav-submenu .nav-submenu-link {
	color: rgb(20, 28, 41);
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	height: 55px;
	display: flex;
	align-items: center;
}
.nav-submenu .nav-submenu-list {
	position: absolute;
	background: #3855ef;
	top: 40px;
	left: -10px;
	width: 160px;
	flex-direction: column;
	padding: 10px 10px 0px 10px;
	display: none;
}
.nav-submenu .nav-submenu-list a {
	margin-bottom: 10px;
	margin-right: 0px;
}
@media screen and (max-width: 1250px) {
	#mobileMenu .nav-submenu {
		margin-top: 20px;
	}
	#mobileMenu .nav-submenu-link {
		color: #df0000;
		font-size: 18px;
		text-align: center;
		font-weight: 700;
		line-height: 22px;
		text-transform: uppercase;
		display: block;
		height: auto;
	}
	#mobileMenu .nav-submenu-list {
		display: flex;
		width: 100%;
		left: 0;
		position: relative;
		top: 0;
	}
	.nav-submenu::after {
		display: none;
	}
}
p,
span,
li,
h1,
h2,
h3,
a,
b,
i,
label,
input,
button,
figcaption {
	color: #1e1e24;
}
h3 {
display: flex;
width: 100%;
align-items: baseline;
gap: 10px;
}
p {
	padding-bottom: 20px;
}
li {
	list-style: none;
}
button {
	cursor: pointer;
	background: rgba(0, 0, 0, 0);
}
img {
	max-width: 100%;
	display: block;
}
i {
	font-style: normal;
}
section {
max-width: 1600px;
  margin: 0 auto;
  width: 96%;
  padding-top: 20px;
  padding-bottom: 20px;
}
#__next {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
.content {
	position: relative;
	flex-grow: 1;
	padding-top: 45px;
}
.content .content-block {
	margin-bottom: 60px;
	border-radius: 64px;
	background: rgb(240, 242, 245);
	padding-top: 20px;
}
.content .general-ol {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
	counter-reset: counter-ol;
	padding-left: 20px;
}
.content .general-ol li {
	position: relative;
	padding-left: 0;
	margin-bottom: 10px;
	width: 48%;
	counter-increment: counter-ol;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
}
.content .general-ol li::before {
	position: absolute;
	content: counter(counter-ol) '.';
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	color: rgb(74, 20, 140);
	border-radius: 50%;
	top: 2px;
	left: -22px;
}
.content .general-ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.content .general-ul li {
	position: relative;
	padding-bottom: 10px;
	padding-left: 25px;
	width: 48%;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
}
.content .general-ul li::before {
	content: no-open-quote;
	position: absolute;
	left: 0;
	top: 13px;
	width: 15px;
	height: 5px;
	border-radius: 64px;
	background: rgb(74, 20, 140);
}

@media screen and (max-width: 1250px) {
	.content .general-ul li,
	.content .general-ol li {
		font-size: 15px;
		line-height: 20px;
	}
	.content .general-ul li::before {
		top: 9px;
	}
	.content .general-ol li::before {
		top: -3px;
	}
}
dl {
	max-width: 1600px;
  	margin: 1.5rem auto;
  	width: 96%;
    padding: 0;
    color: #333;
    line-height: 1.6;
}

dt {
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    padding-left: 1rem;
    position: relative;
	color: #141C29;
}
dt::before {
    content: '•';
    color: #5600F5;
    position: absolute;
    left: 0;
    font-size: 1.25rem;
}
dd {
    margin: 0 0 1.25rem 1rem;
    font-size: 1rem;
    color: #555;
    padding-left: 1rem;
    border-left: 2px solid #e0e0e0;
}

@media (max-width: 768px) {
    dl {
        margin: 1rem 0;
    }

    dt {
        font-size: 1rem;
        padding-left: 0.75rem;
    }

    dt::before {
        font-size: 1rem;
    }

    dd {
        font-size: 0.9375rem;
        margin-bottom: 1rem;
        padding-left: 0.75rem;
    }
}

@media (max-width: 480px) {
    dl {
        margin: 0.75rem 0;
    }

    dt {
        font-size: 0.9375rem;
        padding-left: 0.5rem;
    }

    dt::before {
        font-size: 0.875rem;
    }

    dd {
        font-size: 0.875rem;
        margin-bottom: 0.75rem;
        padding-left: 0.5rem;
        border-left-width: 1px;
    }
}

@media (prefers-reduced-motion: reduce) {
    dt::before {
        transition: none;
    }
}


.pageError {
	min-height: calc(100vh - 70px);
}
.content-block .slots-wrapper {
	background: #ecf3fb;
	border-radius: 3px;
	margin-bottom: 20px;
	padding: 10px;
	padding-left: 0;
	padding-right: 0;
}
.slots-wrapper {
	max-width: 1128px;
	padding: 0 20px;
	margin: auto;
}
.slots {
	display: flex;
	flex-wrap: wrap;
	gap: 23px;
	justify-content: space-between;
	padding: 20px 0;
}
.slot-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	max-width: 360px;
	border: 1px solid #eee;
	border-radius: 64px;
	padding: 20px;
	background: rgb(240, 242, 245);
	box-shadow: 1px 1px 7px 0 #428cdc;
}
.slot-item h2 {
	text-transform: uppercase;
	font-size: 22px;
	line-height: 22px;
	padding: 0;
	margin-bottom: 15px;
}
.slot-item img {
	background: bisque;
	height: 180px;
	border-radius: 64px;
	object-fit: cover;
	object-position: center;
}
.slot-box {
	display: flex;
	gap: 10px;
	justify-content: space-around;
}
.slot-box a,
.slot-box button {
	border-radius: 8px;
	padding: 10px 10px;
	font-weight: 600;
	font-size: 16px;
	width: 48%;
	max-width: 200px;
	line-height: normal;
}
.btn-review {
	background: rgb(240, 242, 245);
	color: #ff3d00;
	text-decoration: none;
	text-align: center;
	border: 1px solid #ff3d00;
}
.btn-slot {
	background: #ff3d00;
	color: rgb(20, 28, 41);
	text-decoration: none;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.slots {
		justify-content: center;
	}
}

.buttons {
	display: flex;
	align-items: center;
}
.imgWrap {
	display: block;
	position: relative;
}
figure {
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}
figure {
	margin-bottom: 20px;
	text-align: center;
}

figure div {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

figure.img-video {
	margin: 32px auto;
}

figure.img-video img {
	max-height: 440px;
	max-width: 281px;
}

figure div i {
	display: block;
	width: 64px;
	height: 64px;
	background: #fff url('video/play.svg') no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
}

figure div video {
	width: 281px;
	height: 440px;
	z-index: 3;
}

figure span {
	height: 50%;
	width: 100%;
	position: absolute;
	left: 0;
	top: -50%;
}
figcaption {
	color: #1e1e24;
	font-size: 14px;
}
.general-image {
	display: block;
	border-radius: 25px;
	max-height: 500px;
	max-width: 800px;
	width: auto;
	height: auto;
	margin: 0 auto 10px auto;
}
.general-image.vertical {
	max-height: 500px;
	max-width: 70%;
}
.general-image.horizontal {
	max-width: 800px;
}

@media screen and (max-width: 840px) {
	.general-image.horizontal {
		max-width: 100%;
	}
}

.table-wrapper {
	max-width: 1600px;
	width: 96%;
	margin: 0 auto 25px;
	overflow-x: auto;
}
.general-table tbody {
	border: 1px solid rgb(74, 20, 140);
}
.general-table {
	border-collapse: collapse;
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.general-table .general-tr .general-td:first-child {
	padding: 10px;
	text-align: center;
	width: 40%;
	font-size: 15px;
	line-height: 32px;
	font-weight: 700;
}
.general-table .general-tr .general-td:last-child {
	background: rgb(240, 242, 245);
	text-align: left;
	padding: 10px 15px;
	font-size: 15px;
	line-height: 32px;
}
.general-td ul li {
	text-align: left;
	font-size: 15px;
	line-height: 32px;
}
thead tr th {
	border-bottom: 1px solid rgb(74, 20, 140);
	border-collapse: collapse;
	overflow: hidden;
	text-align: left;
	padding: 10px 20px;
	background: rgb(240, 242, 245);
	color: rgb(20, 28, 41);
	font-size: 15px;
	line-height: 32px;
}
thead tr th:first-child {
	text-align: center;
	background: rgba(74, 20, 140, 0.5);
}
.general-table .general-tr:nth-child(2n) .general-td:first-child {
	background: rgba(74, 20, 140, 0.5);
	color: rgb(20, 28, 41);
}
.general-table .general-tr .general-td:first-child {
	background: rgba(74, 20, 140, 0.75);
	color: #fff;
}
.general-table .general-tr .general-td:first-child * {
	color: #fff;
}
tr:nth-child(even) {
	color: rgb(20, 28, 41);
	border-bottom: 1px solid rgb(74, 20, 140);
}
tr:nth-child(odd) {
	color: rgb(20, 28, 41);
	border-bottom: 1px solid rgb(74, 20, 140);
}
tr:last-child,
tr td:last-child {
	border-bottom: none;
}
tr:nth-child(2n) {
	background: rgb(240, 242, 245);
}

@media screen and (max-width: 1250px) {
	.general-table .general-tr .general-td:first-child,
	.general-table .general-tr .general-td:last-child,
	thead tr th,
	.general-table .general-tr .general-td * {
		/* font-size: 15px;
			    line-height: 20px; */
		font-size: 13px;
		line-height: 15px;
	}
}
/* @media screen and (max-width: 700px) {
			  .table-wrapper {
			  overflow-x: scroll;
			}
			} */

.faq-container .faq-item {
	margin: 0 auto;
	position: relative;
	min-height: 30px;
	margin-bottom: 20px;
}
.faq-container .faq-item:last-child {
	border-bottom: none;
}
/* .faq-container .faq-item:hover .icon::before,
			.faq-container .faq-item:hover .icon::after {
			  background: #63b0e8;
			} */
/* .faq-container .faq-item:hover {
			  border-color: #63b0e8;
			} */
/* .faq-container .faq-item:hover .faq-question {
			  color: #63b0e8;
			} */
.faq-container .faq-question {
	padding-bottom: 0;
	font-weight: 600;
	padding: 16px 42px;
	color: #fff;
	font-size: 25px;
	line-height: 24px;
	margin-left: 0;
	border-radius: 5px 5px 0 0;
	background: rgba(74, 20, 140, 0.85);
}
.faq-container .faq-question * {
	color: #fff;
}
.faq-container .faq-answer {
	padding: 10px 42px 16px 42px;
	/* height: 0; */
	overflow: hidden;
	z-index: 5;
	position: relative;
	/* opacity: 0; */
	transition: 0.4s ease;
	margin-left: 0;
	border-radius: 0px 0px 5px 5px;
	border-right: 2px solid rgb(74, 20, 140);
	border-bottom: 2px solid rgb(74, 20, 140);
	border-left: 2px solid rgb(74, 20, 140);
	color: #d0cccc;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px; /* 125% */
}
.faq-container .icon {
	height: 18px;
	position: absolute;
	width: 18px;
	right: 10px;
	top: 11px;
	z-index: 2;
}
.faq-container .icon::before,
.faq-container .icon::after {
	background: #1e1e24;
	content: no-open-quote;
	height: 4px;
	right: 0;
	position: absolute;
	top: 0;
	width: 18px;
	transition: transform 500ms ease;
}
.faq-container .toggle {
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	/* cursor: pointer; */
	position: absolute;
	top: 0;
	z-index: 3;
}
/*
			.faq-container .toggle:checked ~ .icon::before,
			.faq-container .toggle:checked ~ .icon::after {
			  background: #63b0e8;
			}
			.faq-container .toggle:checked ~ .faq-question {
			  color: #63b0e8;
			}
			.faq-container .toggle:not(:checked) ~ .icon:before {
			  transform: rotate(180deg);
			}
			.faq-container .toggle:not(:checked) ~ .icon:after {
			  transform: rotate(90deg);
			}
			.faq-container .toggle:checked ~ .faq-answer {
			  height: auto;
			  opacity: 1;
			  z-index: 2;
			} */

@media screen and (max-width: 1250px) {
	.faq-container .faq-question {
		font-size: 22px;
		line-height: 26px;
		padding: 16px 15px;
	}
	.faq-container .faq-answer {
		font-size: 15px;
		line-height: 20px;
		padding: 10px 15px 16px 15px;
	}
	.table_of_contents_wrapper {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

.columns {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.columns p {
	width: 100%;
}
.columns .column {
	width: 48%;
}
.columns .column-header {
	padding-top: 0;
	text-align: left;
}
.columns .column-p {
	position: relative;
	margin-left: 15px;
	padding-left: 25px;
}
.columns .column-p::before {
	content: no-open-quote;
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url(/list.svg);
	background-repeat: no-repeat;
	background-size: cover;
	left: 0;
	top: 8px;
}
.table_of_contents_wrapper {
	max-width: 1600px;
	margin: 0 auto;
	width: 96%;
	padding-top: 20px;
	padding-bottom: 45px;
}

@media screen and (max-width: 1250px) {
	.table_of_contents_wrapper {
		padding-top: 5px;
		padding-bottom: 25px;
	}
}

.table_of_contents {
	cursor: pointer;
	max-height: 1000px;
}
.table_of_contents .table_box {
	transition: max-height 0.25s ease-in-out;
	display: flex;
	width: 100%;
	max-height: 1000px;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
}

@media screen and (max-width: 730px) {
	.table_of_contents .table_box {
		justify-content: flex-start;
	}
}

.table_of_contents .table_link {
	position: relative;
	font-size: 16px;
	line-height: 1.8;
	border-radius: 64px;
	border: 2px solid rgb(74, 20, 140);
	padding: 6px 13px;
	color: rgb(74, 20, 140);
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; /* 125% */
	white-space: nowrap;
}
/* .table_of_contents .table_link::before {
			  content: no-open-quote;
			  position: absolute;
			  width: 8px;
			  height: 8px;
			  top: 32%;
			  left: 0;
			  background: #08f;
			  border-radius: 50%;
			  transition: all 0.25s ease-out;
			} */
.table_of_contents .table_link:hover {
	background: rgb(74, 20, 140);
	color: #fff;
}
.table_of_contents .table_link:hover * {
	color: #fff;
}
.content404Page.wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	max-width: 100%;
	width: 100%;
	background: #205685;
}
.content404Page.wrapper .content404 {
	display: flex;
	flex-direction: column;
	width: 280px;
}
.content404Page.wrapper .content404 img {
	display: block;
	margin: 0 auto;
}
.content404Page.wrapper .content404 h1 {
	color: rgb(20, 28, 41);
}
.content404Page.wrapper .content404 button {
	display: inline-block;
	background: linear-gradient(135deg, rgb(74, 20, 140) 0%, #fb7c34 100%);
	padding: 5px 15px;
	border-radius: 64px;
	font-size: 15px;
	line-height: 28px;
	color: rgb(20, 28, 41);
	color: rgb(20, 28, 41);
}
.content404Page.wrapper .content404 button:hover {
	background: #fff;
}
.contentMap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
	max-width: 100%;
	width: 100%;
	background: #205685;
}
.contentMap h1 {
	text-align: left;
	color: rgb(20, 28, 41);
	margin-bottom: 64px;
}
.contentMap .sitemapLinks {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 640px;
}
.contentMap .sitemapLinks a {
	display: inline-block;
	color: rgb(20, 28, 41);
	margin: 0 auto 12px;
	position: relative;
}
.contentMap .sitemapLinks a:before {
	position: absolute;
	left: -16px;
	top: calc(50% - 4px);
	content: no-open-quote;
	width: 8px;
	height: 8px;
	background: rgb(240, 242, 245);
	border-radius: 50%;
}
.contentMap .sitemapLinks a:hover {
	color: #92c637;
}
.img-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.img-overlay:target {
	visibility: visible;
	opacity: 1;
}
.img-overlay .img-popup {
	margin: 70px auto;
	padding: 20px;
	border-radius: 64px;
	width: 100%;
	position: relative;
	transition: all 5s ease-in-out;
}
.img-overlay .img-popup.horizontal {
	aspect-ratio: 1/0.2;
}
.img-overlay .img-popup.vartical {
	aspect-ratio: 0.5/1;
}
.button-block {
	padding: 24px;
	text-align: center;
	margin: 10px 0;
	background: rgb(74, 20, 140);
	background-repeat: no-repeat;
	background-size: cover;
}
.button-block :is(button, a) {
	padding: 18px 60px;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	color: rgb(20, 28, 41);
	border-radius: 64px;
	background: #fff;
	box-shadow: 0px 2px 12px 0px rgba(17, 17, 18, 0.16);
	transition: 0.3s;
	display: inline-flex;
	align-items: center;
}
.button-block :is(button, a):hover {
	background: #fff;
	box-shadow: 0px 0px 12px 0px rgb(74, 20, 140),
		0px 0px 18px 0px rgb(74, 20, 140);
}
@media (max-width: 767px) {
	.button-block :is(button, a) {
		padding: 20px;
	}
	.linksBlock .btn-content div {
		display: inline-flex;
		align-items: center;
		grid-gap: 5px;
	}
}
.quote {
	margin: 0 auto 20px;
	width: 96%;
	max-width: 1600px;
	border-radius: 64px;
	background: #fff;
	text-align: center;
}
.quote p {
	color: rgb(20, 28, 41);
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px; /* 125% */
	padding: 20px 40px;
	margin: 0;
}
@media (max-width: 1250px) {
	.quote p {
		font-size: 15px;
		line-height: 20px;
	}
}
.buttons > * {
white-space: nowrap;
}
/* .quote::after {
			  position: absolute;
			  content: "";
			  width: 60px;
			  height: 60px;
			  background-image: url(/_next/static/media/quote-icon.28ebace9.svg);
			  background-repeat: no-repeat;
			  background-size: cover;
			  left: 45%;
			  top: -30px;
			} */
@media screen and (max-width: 1250px) {
	.quote p {
		padding: 20px 0px 20px 20px;
	}
	main .wrapper {
		padding: 0 10px;
	}
	h1 {
		font-size: 26px;
		line-height: 30px;
	}
	h2 {
		font-size: 22px;
		line-height: 32px;
	}
	h3 {
		font-size: 18px;
		line-height: 30px;
	}
	h4 {
		font-size: 15px;
		line-height: 28px;
	}
	h5,
	h6 {
		font-size: 16px;
		line-height: 26px;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		padding: 10px 0;
	}
	.content {
		padding-top: 25px;
	}
	.content .contentMain {
		width: 100%;
	}
	.content .general-ol li,
	.content .general-ul li {
		width: 100%;
	}
	.columns {
		flex-wrap: wrap;
	}
	.columns .column {
		width: 100%;
	}
	.column-p {
		margin-left: 0;
	}
	.footer-block-btn .buttons {
		gap: 6px;
		width: 100%;
		justify-content: center;
	}
	.footer-block-btn .buttons .regButton svg {
		min-width: 22px;
	}
	.footer-block-btn .buttons .regButton,
	.footer-block-btn .buttons .logButton {
		padding: 10px 36px;
	}
	.footer-block-btn .buttons .logButton {
		padding: 10px 36px;
	}
	.footer-block-btn .buttons :is(button, a) {
		width: 48%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	main figure {
		width: calc(100% - 32px);
	}
}
@media screen and (max-width: 400px) {
	.footer-block-btn .buttons .regButton {
		width: 50%;
	}
	.footer-block-btn .buttons .logButton {
		width: 38%;
	}
	.general-table {
		/* overflow-x: auto; */
		max-width: 100%;
	}
	#__next {
		flex-direction: unset;
	}
	main h1 {
		font-size: 26px;
		line-height: 30px;
	}

	main h1.main {
		font-size: 15px;
		line-height: 20px;
		padding: 20px 0;
	}
}

@media screen and (max-width: 1650px) {
	main h1 {
		width: 96%;
	}
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}
body {
	overflow-x: hidden;
	background: var(--main);
}
a {
	text-decoration: none;
	transition: 0.3s;
}
input,
button {
	border: none;
	box-shadow: none;
	transition: 0.3s;
}
input {
	outline: none;
}
p,
span,
li,
a {
	font-size: 16px;
	line-height: 28px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--text);
}
p,
span,
li,
h1,
h2,
h3,
a,
b,
i,
label,
input,
button,
figcaption {
	color: var(--text);
}
/* li {list-style:none;} */
button {
	cursor: pointer;
	background: transparent;
}
img {
	max-width: 100%;
	display: block;
}
i {
	font-style: normal;
	transition: 0.3s;
}

.wrapper {
	width: 95%;
	max-width: 1600px;
	margin: 0 auto;
}
.h2 {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.h2 button {
	border-radius: var(--block-border-radius);
	padding: 10px 10px;
	background: var(--color-primary);
	color: rgb(20, 28, 41);
	position: relative;
}
.h2 button:hover {
	background: var(--color-secondary);
}
.h2 button i {
	color: rgb(20, 28, 41);
	font-size: 15px;
	padding-right: 5px;
	position: relative;
	top: 2px;
}
.h2 h2 {
	margin-left: 280px;
	margin-bottom: 0;
}

:root {
	--main: rgb(240, 242, 245);
	--text: #000;
	--light-back: #fff;
	--block-border-radius: 10px;
	--color-primary: #4d8ab9;
	--color-secondary: #376c97;
}
.imageBanner {
	padding-top: 20px;
	height: 460px;
	background: url(/img/desktop_1x.webp), no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.imageBanner .imageBannerButton {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
	width: 100%;
	z-index: 2;
}

.imageBanner .imageBannerButton .banner-text {
	position: relative;
	top: -25px;
	width: 430px;
	height: 232px;
	z-index: 5;
}
.imageBanner .imageBannerButton .icon-euro {
	margin-bottom: 10px;
	width: 140px;
	height: 68px;
}

.imageBanner .imageBannerButton :is(a, button) {
	position: relative;
	top: 155px;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	color: rgb(20, 28, 41);
	border-radius: 64px;
	width: 400px;
	background: #fff;
	box-shadow: 0px 0px 12px rgb(74, 20, 140, 0.58);
	padding: 16px 52px;
	transition: 0.4s;
	font-family: 'Montserrat', sans-serif;
	z-index: 5;
	text-align: center;
}

.imageBanner .imageBannerButton :is(a, button):hover {
	background: #fff;
	box-shadow: 0px 0px 12px 0px rgb(74, 20, 140, 0.26),
		0px 0px 18px 0px rgb(74, 20, 140, 0.7);
}

@media screen and (max-width: 1250px) {
	.imageBanner {
		height: 280px;
	}
	.imageBanner .imageBannerButton :is(a, button) {
		top: 85px;
		width: 96%;
		max-width: 400px;
		padding: 16px 20px;
	}
}
@media (max-width: 767px) {
	.imageBanner {
		background-size: contain;
		background-repeat: no-repeat;
	}
}

/* New Year */

.newyearBanner {
	height: 408px;
	margin-bottom: 50px;
	margin-top: 55px;
	background: url(/img/img.webp), lightgray 0px -184px / 100% 264.706% no-repeat;
	/* mix-blend-mode: plus-lighter;
			    background: #151171; */
	background-size: cover;
	background-position: center;
	position: relative;
}

.newyearBannerInner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	overflow: hidden;
	width: 100%;
	max-width: 1450px;
	margin: 0 auto;
	position: relative;
}
.newyearBannerInner .newyearBannerText {
	text-align: left;
	padding-top: 53px;
	height: 100%;
	position: relative;
	z-index: 2;
}

.newyearBannerInner .newyearBannerText p {
	padding-bottom: 0;
	font-family: 'Montserrat', sans-serif;
	margin-left: 0;
	margin-right: 0;
}

.newyearBannerInner .textFirst {
	color: rgb(20, 28, 41);
	font-size: 25px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 1.5px;
}

.newyearBannerInner .textSecond {
	color: rgb(20, 28, 41);
	font-size: 94px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 1.2px;
	width: 100%;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.newyearBannerInner .textSecond span {
	color: rgb(20, 28, 41);
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 1.2px;
}

.newyearBannerInner .textThird {
	color: rgb(20, 28, 41);
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 2.7px;
}

.newyearBannerInner .textThird .copyCode {
	color: rgb(20, 28, 41);
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 2.7px;
	padding: 4px 16px;
	border-radius: 30px;
	background: #f34d29;
	cursor: pointer;
}

.newyearBannerInner .textThird-copier {
	display: flex;
	white-space: nowrap;
	gap: 10px;
}

.newyearBanner .newyearBannerButton {
	position: absolute;
	bottom: 52px;
	left: 0;
	display: flex;
	justify-content: center;
	width: 100%;
	z-index: 2;
}

.newyearBanner .newyearBannerButton button {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	color: rgb(20, 28, 41);
	border-radius: 64px;
	width: 460px;
	background: #ff4f28;
	box-shadow: 0px 0px 12px 0px rgba(255, 46, 0, 0.26);
	padding: 26px 52px;
	transition: 0.4s;
	font-family: 'Montserrat', sans-serif;
}

.newyearBanner .newyearBannerButton button:hover {
	background: #fa856c;
}

.newyearBannerInner:before {
	content: no-open-quote;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(/img/ny-mask_left.webp) no-repeat;
	background-size: cover;
	width: 408px;
	height: 408px;
}

.newyearBannerInner:after {
	content: no-open-quote;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(/img/ny-mask_right.webp) no-repeat;
	background-size: cover;
	width: 408px;
	height: 408px;
}

@media (max-width: 1250px) {
	.newyearBanner {
		height: 142px;
		margin-top: 50px;
	}
	.newyearBannerInner:after,
	.newyearBannerInner:before {
		width: 142px;
		height: 142px;
	}

	.newyearBannerInner .textFirst {
		font-size: 11px;
		font-weight: 600;
		letter-spacing: 0.66px;
	}

	.newyearBannerInner .textSecond {
		font-size: 22px;
		letter-spacing: 0.52px;
		margin-bottom: 10px;
		margin-top: 5px;
	}

	.newyearBannerInner .textSecond span {
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 0.52px;
		white-space: nowrap;
	}

	.newyearBannerInner .textThird {
		font-size: 11px;
		font-weight: 400;
		letter-spacing: 0.9px;
		white-space: nowrap;
	}
	.newyearBannerInner .textThird .copyCode {
		font-size: 14px;
	}

	.newyearBanner .newyearBannerButton {
		bottom: -30px;
	}

	.newyearBanner .newyearBannerButton button {
		padding: 18px 0px;
		max-width: 300px;
		width: 97%;
		font-size: 18px;
		border-radius: 50px;
	}

	.newyearBannerInner .newyearBannerText {
		padding-top: 16px;
		width: 280px;
	}

	.newyearBannerInner {
		max-width: 800px;
	}
}

@media (max-width: 600px) {
	.newyearBannerInner::before {
		display: none;
	}
}

@media (max-width: 500px) {
	.newyearBannerInner {
		justify-content: left;
		padding-left: 20px;
	}

	.newyearBannerInner::after {
		right: -25px;
		z-index: 1;
	}
}

@media (max-width: 350px) {
	.newyearBannerInner::before,
	.newyearBannerInner::after {
		display: none;
	}
}

/* Header */
header {
	padding: 20px 0;
}
.header_top {
	display: flex;
	justify-content: space-between;
}
.header_logo {
	display: flex;
	align-items: center;
}
.header_logo img {
	width: 40px;
	margin-right: 10px;
}
.header_logo span {
	font-size: 18px;
}

.header_admin {
	display: flex;
	align-items: center;
}
.header_admin img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
}
.header_admin span {
	font-size: 14px;
}

/* Main content */
.main_content {
	display: flex;
	justify-content: space-between;
}

.sidebar {
	width: 220px;
	background: var(--light-back);
	padding: 20px 0;
	border-radius: var(--block-border-radius);
	min-height: 80vh;
	position: relative;
}
.sidebar span {
	font-size: 12px;
	display: block;
}
.sidebar .material-icons {
	font-size: 24px;
	margin-right: 12px;
}
.sidebar a {
	display: flex;
	width: 100%;
	align-items: center;
	padding: 10px 15px 10px 15px;
	position: relative;
}
.sidebar a:hover,
.sidebar a.active {
	background: var(--color-primary);
	color: rgb(20, 28, 41);
}
.sidebar a:hover span {
	color: rgb(20, 28, 41);
}
.sidebar a i {
	color: var(--text);
	font-size: 15px;
	padding-right: 8px;
}
.sidebar a:hover i,
.sidebar a.active i {
	color: rgb(20, 28, 41);
}
.sidebar .year {
	position: absolute;
	bottom: 20px;
}

.main_content .info {
	width: calc(100% - 240px);
	background: var(--light-back);
	border-radius: var(--block-border-radius);
}
.main_content .info h2 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 40px;
}
.info_content {
	padding: 30px;
}

.navigation_list {
	display: flex;
	justify-content: space-between;
}
.navigation_item {
	border-radius: var(--block-border-radius);
	background: var(--color-primary);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20%;
	margin-bottom: 20px;
}
.navigation_item i {
	display: block;
	font-size: 40px;
	text-align: center;
	padding-bottom: 20px;
	color: rgb(20, 28, 41);
}
.navigation_item a {
	font-size: 22px;
	color: rgb(20, 28, 41);
	display: block;
	width: 100%;
	height: 100%;
	padding: 30px;
	text-align: center;
}
.navigation_item:hover {
	background: var(--color-secondary);
}

.info_field {
	display: flex;
	margin-bottom: 20px;
}
.info_field span {
	background: #eee;
	font-size: 15px;
	padding: 5px 10px;
	width: 25%;
	border-radius: var(--block-border-radius) 0 0 var(--block-border-radius);
}
.info_field input {
	border: 1px solid #eee;
	padding: 5px 10px;
	width: 75%;
	border-radius: 0 var(--block-border-radius) var(--block-border-radius) 0;
}
.info_field input::placeholder {
	color: var(--text);
	opacity: 1;
	font-size: 16px;
}
.info_field select {
	border-radius: 0 var(--block-border-radius) var(--block-border-radius) 0;
	border: 1px solid #eee;
	padding: 5px 10px;
	background: rgb(240, 242, 245);
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: var(--text);
}

.pages_item {
	padding: 10px 10px 10px 0;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
}
.pages_item h3 {
	text-align: left;
	font-size: 16px;
	position: relative;
	margin: 0 12px;
}
.pages_item img {
	width: 40px;
	flex: 0 0 auto;
	height: 40px;
}
.pages_item_moves {
	display: flex;
}
.pages_item_moves i {
	color: #b7b7b7;
	font-size: 14px;
	padding-right: 5px;
}
.pages_item .details {
	display: flex;
	align-items: center;
}
.pages_item .details:hover,
.pages_item .details:hover i {
	color: var(--color-primary);
}
.pages_item .delete:hover,
.pages_item .delete:hover i {
	color: #f80505;
}

.pageKey {
	margin-left: 12px;
	padding: 10px;
	border: 1px #ccc solid;
	border-radius: 4px;
}

.pages_bound {
	margin-left: 30px;
	padding: 20px 0;
}
.pages_bound_item a {
	text-align: left;
	font-size: 14px;
	padding-left: 25px;
	position: relative;
}
.pages_bound_item a:before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 0;
	background: url(/img/_next/static/media/England-flag.5d086557.png) no-repeat;
	background-size: cover;
	border-radius: 50%;
}
.pages_bound_item a:hover {
	color: var(--color-secondary);
}

.category_item {
	padding: 10px 10px 10px 0;
	border-bottom: 1px solid #eee;
}
.category_item a {
	text-align: left;
	font-size: 16px;
}
.category_item a:hover {
	color: var(--color-secondary);
}

/* Page login */
.loginPage {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.loginPage .header_logo {
	display: flex;
	justify-content: center;
}
.loginPage form {
	padding: 30px;
	background: var(--light-back);
	border-radius: var(--block-border-radius);
	width: 100%;
	max-width: 400px;
}
.loginPage form div {
	margin-bottom: 15px;
}
.loginPage form label {
	display: flex;
}
.loginPage label span {
	background: #eee;
	font-size: 17px;
	padding: 5px 10px;
	border-radius: var(--block-border-radius) 0 0 var(--block-border-radius);
	width: 25%;
}
.loginPage label input {
	border: 1px solid #eee;
	padding: 5px 10px;
	width: 75%;
	border-radius: 0 var(--block-border-radius) var(--block-border-radius) 0;
	font-size: 17px;
	background: var(--light-back);
}
.loginPage .loginButton {
	display: flex;
	justify-content: center;
}
.loginPage button {
	background: var(--color-primary);
	color: rgb(20, 28, 41);
	font-size: 15px;
	border-radius: var(--block-border-radius);
	padding: 10px 25px;
}
.loginPage button:hover {
	background: var(--color-secondary);
}

.buttonAdmin {
	background: var(--color-primary);
	color: rgb(20, 28, 41);
	font-size: 15px;
	border-radius: var(--block-border-radius);
	padding: 10px 25px;
}
.buttonAdmin:hover {
	background: var(--color-secondary);
}
.buttonsParent {
	display: flex;
	justify-content: space-between;
}
.buttonDelete {
	background: #eee;
	font-size: 16px;
	border-radius: var(--block-border-radius);
	padding: 10px 15px;
}
.buttonDelete:hover {
	background: #e10404;
	color: rgb(20, 28, 41);
}

.cardList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.cardList .cardItem {
	margin: 16px 0px 0px 0;
	padding: 10px;
	border: 1px #eee solid;
	border-radius: 4px;
	cursor: -webkit-grab;
	cursor: grab;
	position: relative;
	width: 100%;
}
.cardList .cardItem h3 {
	padding: 0 0 10px 0;
	text-align: left;
	font-size: 16px;
}
.cardList .cardItem .remove {
	position: absolute;
	cursor: pointer;
	right: 16px;
	top: 8px;
	font-size: 24px;
	background: red;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cardList .cardItem .remove span {
	color: rgb(20, 28, 41);
}
.cardList button.addItem {
	width: 100%;
	height: 100px;
	background: #eee;
	margin-top: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cardList button.addItem span {
	font-size: 32px;
	color: #333;
}
.cardList .cardItem .input {
	margin-bottom: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cardList .cardItem input {
	width: calc(100% - 120px);
	background: #eee;
	padding: 10px;
	flex-grow: 0.9;
}
.cardList .cardItem .input span {
	width: 120px;
	font-size: 15px;
}

.cardList .select {
	width: 100%;
	display: flex;
}
.cardList .select div {
	margin-right: 15px;
}
.cardList .select div input {
	margin-right: 5px;
}

.saveButton {
	width: 100%;
	margin: 20px 0;
	display: flex;
	justify-content: flex-end;
}
.cardList .menuName {
	width: 100%;
	margin-top: 16px;
}
.cardList .menuName input {
	border: 1px solid #eee;
	padding: 10px 10px;
	width: 500px;
	border-radius: var(--block-border-radius);
}

.footer {
	background: rgb(74, 20, 140);
	box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.1);
	padding: 20px 0;
}
.footer .footerInner {
	display: flex;
flex-direction: column;
gap: 10px;
justify-content: center;
align-items: center;
	text-align: center;
}
.footer .footerInner .dmca-badge {
	display: block;
	margin-top: 4px;
	margin-bottom: 8px;
}
.footer .footerInner .dmca-badge img {
	display: block;
	margin: 0 auto;
}
.footer .footerInner .copyright {
	color: rgb(20, 28, 41);
	font-size: 15px;
	color: #fff;
}
.footer .scrollTop {
	background: #ff3d00;
	box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.1);
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 150px;
	right: 20px;
	opacity: 0;
	cursor: pointer;
	border-radius: 50%;
	z-index: 5;
}
.footer .scrollTop.pam_content {
	opacity: 1;
}
.footer-block-btn {
	z-index: 44;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	height: 66px;
	padding-right: 15px;
	padding-left: 15px;
	background: rgb(74, 20, 140);
	display: none;
	justify-content: center;
	align-items: center;
}
.footer-block-btn .buttons {
	display: flex;
}
@media (max-width: 1250px) {
	.footer {
		padding: 20px 0 60px 0px;
	}
	.footer-block-btn {
		display: flex;
	}
}
.header {
	background: #fff;
	box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.1);
	height: 75px;
	position: sticky;
  	top: 0;
  	left: 0;
	width: 100%;
	z-index: 10;
	padding: 0;
}
.header .headerInner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	padding: 0 20px;
}
.header .headerInner .logo {
	display: flex;
	width: 30%;
	align-items: center;
}
.header .headerInner .logo a {
	display: block;
	color: rgb(20, 28, 41);
	font-weight: bold;
	font-size: 1.3em;
	letter-spacing: 2px;
	font-style: italic;
	text-shadow: 1px 1px 1px #fff;
}
.header .headerInner .logo .ampLogo {
	position: relative;
}
.header .headerInner .logo .ampLogo button {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.header .headerInner .menu {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	gap: 7px;
	width: 100%;
}
.header .headerInner .menu a {
	margin-right: 10px;
	color: rgb(74, 20, 140);
	font-size: 15px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 600;
	flex-wrap: nowrap;
}
.header .headerInner .menu a:last-child {
	margin-right: 0;
}
.header .headerInner .menu a:hover {
	text-decoration: underline;
}
.header .headerInner .menu a.active {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.buttons .logButton {
	color: #fff;
	border-radius: 64px;
	background: rgb(86, 0, 245);
	transition: all 0.1s ease-in-out;

	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	height: 36px;
	box-shadow: inset 0 0 0 1px #0000;

	position: relative;
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center;

	padding: 0 16px;
	text-decoration: none;
	text-transform: none;
}
.buttons .logButton:hover,
.buttons .logButton:active {
	background-color: rgb(79, 0, 224);
}
.buttons .regButton {
	color: rgb(20, 28, 41);
	border-radius: 64px;
	background: rgb(240, 242, 245);
	transition: all 0.1s ease-in-out;

	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	height: 36px;
	box-shadow: inset 0 0 0 1px #0000;

	position: relative;
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center;

	padding: 0 16px;
	margin-left: 12px;
	text-decoration: none;
	text-transform: none;
}
.buttons .regButton:hover,
.buttons .regButton:active {
	background: #fff;
	filter: brightness(1.1);
}
@media screen and (max-width: 1250px) {
	.header {
		height: 70px;
	}
	.header .headerInner .logo {
		margin-left: 0;
		justify-content: flex-start;
		width: 100%;
	}
	.header .headerInner .menu {
		display: none;
	}
	.menu {
		display: none;
	}
	.buttons {
		/* display: none; */
	}
	.buttons .regButton {
		margin-right: 0;
	}
	.buttons .regButton,
	.buttons .logButton {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.buttons :is(.btn-reg, .btn-login) {
		padding: 10px;
		font-size: 14px;
	}
}
@media (max-width: 410px) {
	.buttons :is(.btn-reg, .btn-login) {
		padding: 5px 10px;
		font-size: 13px;
	}
	.buttons :is(.btn-reg) {
		margin-left: 5px;
	}
	.btn-logo svg {
		width: 80px;
	}
}
.contentSidebar {
	width: 350px;
	height: 540px;
	position: -webkit-sticky;
	position: sticky;
	right: 0;
	top: 100px;
	padding: 20px;
	background: #1b243a;
	border-radius: 15px;
}
.contentSidebar .appName {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: rgb(20, 28, 41);
}
.contentSidebar .appImg {
	display: flex;
	justify-content: center;
}
.contentSidebar .appItem {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 15px;
	padding: 10px;
	margin: 10px 0;
	position: relative;
}
.contentSidebar .appItem button {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.contentSidebar .appItem .appInfo {
	width: calc(100% - 40px);
}
.contentSidebar .appItem .appInfoTitle {
	font-size: 15px;
	line-height: 20px;
	color: rgb(20, 28, 41);
	display: block;
}
.contentSidebar .appItem .appInfoSubtitle {
	font-size: 13px;
	color: rgb(20, 28, 41);
	line-height: 20px;
	display: block;
}
.contentSidebar .appItem:nth-child(1n) {
	background: #8d53e9;
}
.contentSidebar .appItem:nth-child(1n):hover {
	background: #712cde;
}
.contentSidebar .appItem:nth-child(2n) {
	background: #00b7ff;
}
.contentSidebar .appItem:nth-child(2n):hover {
	background: #2ca0ce;
}
@media screen and (max-width: 1250px) {
	.contentSidebar {
		display: none;
	}
}
.burger {
	display: none;
	position: relative;
}
.mobileMenu {
	position: fixed;
	top: 0;
	right: 0%;
	display: block;
	z-index: 5;
	background: rgb(240, 242, 245);
	width: 100%;
	/* max-width: 350px; */
	min-height: 1000vh;
	transition: right 0.8s;
}
.mobileMenu .buttons {
	display: block;
	margin-top: 32px;
}
.mobileMenu .buttons button {
	display: block;
	margin: 0 auto 12px;
	width: 50%;
}
.mobileMenu[hidden] {
	right: -200%;
}
.mobileMenu .mobileMenuTop {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
	background: rgb(74, 20, 140);
	padding: 20px;
}
.mobileMenu .mobileMenuLinks {
	display: flex;
	flex-direction: column;
	gap: 17px;
}
.mobileMenu .mobileMenuLinks a {
	color: rgb(74, 20, 140);
	font-size: 25px;
	text-align: center;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
}
.mobileMenu .mobileMenuLinks a:hover {
	color: rgb(74, 20, 140);
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1000vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
	display: block;
}
.overlay[hidden] {
	display: none;
}
@media screen and (max-width: 1250px) {
	.burger {
		display: block;
	}
}
.breadcrumbs {
	display: flex;
	align-items: center;
	padding-top: 25px;
	overflow-x: hidden;
}
.breadcrumbs a {
	color: #ff3d00;
	text-decoration: underline;
	text-underline-offset: 5px;
	font-size: 14px;
}
.breadcrumbs a:hover {
	text-decoration: none;
	text-underline-offset: 5px;
}
.breadcrumbs .last {
	position: relative;
	margin-left: 10px;
	font-size: 14px;
}
.breadcrumbs a:after {
	display: inline-block;
	width: 11px;
	height: 11px;
	background-image: url(/arrow-right.svg);
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: 10px;
	content: no-open-quote;
}
@media screen and (max-width: 1250px) {
	.breadcrumbs {
		padding-top: 35px;
	}
}
@media screen and (max-width: 400px) {
	.breadcrumbs a {
		font-size: 11px;
	}
	.breadcrumbs .last {
		font-size: 11px;
	}
}
@media screen and (max-width: 320px) {
	.breadcrumbs a {
		font-size: 9px;
	}
	.breadcrumbs .last {
		font-size: 9px;
	}
}

.banner {
	margin-top: 65px;
	height: 360px;
}

.banner .banner__wrapper {
	display: flex;
	justify-content: space-between;
	height: 100%;
}

.banner .banner__wrapper .banner__right {
	width: 35%;
	border-radius: 6px;
	background: #3e54e6;
	margin-left: 60px;
}

.banner .banner__wrapper .banner__right .banner__right-inner {
	overflow: hidden;
	padding: 40px 40px 40px 40px;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.banner .banner__wrapper .banner__right .banner__right-inner::before {
	content: no-open-quote;
	height: 151px;
	right: 55px;
	position: absolute;
	background: url(/img/tg.webp) no-repeat;
	background-size: cover;
	width: 156px;
	top: -15px;
}

.banner
	.banner__wrapper
	.banner__right
	.banner__right-inner
	.banner__info-right {
	width: 100%;
}

.banner
	.banner__wrapper
	.banner__right
	.banner__right-inner
	.banner__info-right
	.right {
	color: rgb(20, 28, 41);
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: 60px;
	padding: 0;
	margin: 0;
	width: 100%;
	max-width: 260px;
	z-index: 2;
	position: relative;
}

.banner
	.banner__wrapper
	.banner__right
	.banner__right-inner
	.banner__info-right
	.banner__text-right {
	color: rgb(20, 28, 41);
	font-size: 34px;
	line-height: 34px;
	font-style: normal;
	font-weight: 400;
	padding: 12px 0 18px 0;
	width: 100%;
	margin: 0;
}

.banner .banner__wrapper .banner__right .banner__right-inner .button-right {
	border-radius: 64px;
	background: rgb(240, 242, 245);
	text-align: center;
	width: 100%;
	margin: 0 auto;
	box-shadow: 0px 0px 12px 0px rgba(0, 122, 204, 0.37);
}

.banner
	.banner__wrapper
	.banner__right
	.banner__right-inner
	.button-right
	.btn-banner-right {
	color: #3e54e6;
	font-size: 18px;
	font-weight: 700;
	padding: 20px 0px;
	width: 100%;
	outline: none;
	border: none;
	background: none;
	cursor: pointer;
	border-radius: 64px;
}

.banner .banner__wrapper .banner__left {
	background: rgba(0, 45, 89, 1) url(banner_bg.webp);
	width: 65%;
	border-radius: 6px;
	position: relative;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin: 0 auto;
}

.banner .banner__wrapper .banner__left .banner__info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	padding-top: 52px;
	position: relative;
}

.banner .banner__wrapper .banner__left::before {
	content: no-open-quote;
	position: absolute;
	bottom: 0;
	left: 62px;
	background: url(/img/mask-left.webp) no-repeat;
	background-size: cover;
	width: 360px;
	height: 360px;
}

.banner .banner__wrapper .banner__left::after {
	content: no-open-quote;
	position: absolute;
	bottom: 0;
	right: 62px;
	background: url(/img/mask-right.webp) no-repeat;
	background-size: cover;
	width: 360px;
	height: 360px;
}

.banner .banner__wrapper .banner__left .banner__info .info-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.banner .banner__wrapper .banner__left .banner__info .info-left .left {
	color: #ee4f0b;
	font-family: 'Montserrat', sans-serif;
	font-size: 120px;
	line-height: 120px;
	font-style: normal;
	font-weight: 700;
	text-align: center;
	display: block;
}

.banner .banner__wrapper .banner__left .banner__info .info-left .left i {
	color: #ee4f0b;
	font-family: 'Montserrat', sans-serif;
}

.banner .banner__wrapper .banner__left .banner__info .info-left .banner__text {
	color: rgb(20, 28, 41);
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	line-height: 40px;
	font-style: normal;
	font-weight: 400;
	width: 100%;
}

.banner .banner__wrapper .banner__left .banner__info .button {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	z-index: 3;
}

.banner .banner__wrapper .banner__left .banner__info .button .button-wrapper {
	border-radius: 64px;
	background: rgba(254, 64, 4, 1);
	padding: 6px;
	box-shadow: 0px 0px 12px 0px rgba(238, 79, 11, 0.4);
}

.banner
	.banner__wrapper
	.banner__left
	.banner__info
	.button
	.button-wrapper
	.btn-banner {
	height: 50px;
	border-radius: 64px;
	color: rgb(20, 28, 41);
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	padding: 6px 155px;
	border: 1.5px solid rgba(255, 255, 255, 0.6);
	background: none;
	outline: none;
	cursor: pointer;
}

.linksBlock {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 40px 0;
	background: rgb(74, 20, 140);
	margin-bottom: 20px;
}

.linksBlock h2 {
	text-align: center;
}
.support-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 8px;
	width: 100%;
	max-width: 1600px;
}

.support-wrapper-inner {
	min-width: 600px;
	height: 200px;
	background: #1e1e1e;
	color: rgb(20, 28, 41);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 10px 20px 20px;
	text-align: center;
}

.support-wrapper-inner svg {
	margin-bottom: 10px;
}

.support-wrapper-inner span {
	color: #7c7e80;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	margin-top: 6px;
	margin-bottom: 8px;
}

.support-wrapper-inner .support-header {
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
}

.support-wrapper-inner .support-descr {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}

.linksBlock a {
	margin-top: 20px;
	padding: 18px 68px;
	border-radius: 64px;
	background: #fff;
	box-shadow: 0px 2px 12px 0px rgba(17, 17, 18, 0.16);
	color: rgb(20, 28, 41);
	font-size: 22px;
	font-weight: 700;
	line-height: 34px;
	gap: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.loyalty-image {
	max-width: 800px;
	width: 100%;
}

@media (max-width: 1250px) {
	.support-wrapper-inner .support-header,
	.support-wrapper-inner .support-descr,
	.support-wrapper-inner span {
		font-size: 12px;
		line-height: normal;
	}

	.linksBlock a {
		font-size: 15px;
		padding: 18px 0px;
		min-width: 320px;
	}
}

@media (max-width: 600px) {
	.support-wrapper-inner {
		min-width: -webkit-fill-available;
	}
}

.mirror-block {
	margin: 0 auto 20px auto;
	width: 96%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 40px 20px;
	background: #fff;
	border-radius: 16px;
}
.mirror-block .icon-link {
	width: 30px;
	height: 30px;
	margin-left: 8px;
}
.mirror-block .icon-link.mobile {
	display: none;
}
.mirror-block span {
	color: rgb(20, 28, 41);
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px; /* 120% */
	display: flex;
	align-items: center;
}

.mirror-block button {
	max-width: 400px;
	width: 100%;
	background: #fff;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px;
	padding: 18px 24px;
	border-radius: 64px;
	color: rgb(20, 28, 41);
	white-space: nowrap;
}

@media (max-width: 1250px) {
	.mirror-block .icon-link {
		display: none;
	}
	.mirror-block .icon-link.mobile {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 60px;
		height: 60px;
		margin-top: 15px;
		margin-bottom: 5px;
	}
	.mirror-block span {
		font-size: 22px;
		font-style: normal;
		font-weight: 700;
		line-height: 26px;
		margin-top: 0px;
		margin-bottom: 15px;
	}
	.mirror-block p {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.mirror-block button {
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: 34px;
	}
}

.tg-block {
	margin: 0 auto 20px auto;
	width: 96%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 40px 0;
	background: url(/img/tg-bot-bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 64px;
	position: relative;
	min-height: 260px;
	max-width: 1650px;
	border-radius: 25px;
}

.tg-block_header {
	color: rgb(20, 28, 41);
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px; /* 100% */
}

.tg-block_descr {
	color: rgb(20, 28, 41);
	text-align: left;
	margin-bottom: 20px;
	display: block;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	z-index: 2;
}
.tg-block button {
	padding: 10px 24px;
	font-size: 16px;
	color: rgb(20, 28, 41);
	font-weight: 700;
	width: 240px;
	height: 39px;
	background: linear-gradient(180deg, #f15d2a 0%, #f25c2a 100%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
}

.tg-block .wrap {
	display: flex;
	align-items: center;
	gap: 46px;
}

/* .tg-block .tg-icon {
			  margin-right: 30px;
			  width: 166px;
			} */

@media (max-width: 1600px) {
	.tg-block {
		padding: 20px 15px;
		min-height: unset;
	}
	.tg-block_header {
		color: rgb(20, 28, 41);
		font-size: 15px;
		line-height: 20px;
	}
	.tg-block_descr {
		font-size: 32px;
		line-height: 38px;
		margin-bottom: 15px;
		margin-top: unset;
	}
	.tg-block .tg-icon {
		position: unset;
		width: 200px;
		height: auto;
	}
}

@media (max-width: 744px) {
	.tg-block_descr {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 16px;
	}
}
@media (max-width: 480px) {
	.tg-block {
		display: none;
	}
}

@media (max-width: 1600px) {
	.banner .banner__wrapper .banner__left::before {
		left: -160px;
	}
	.banner .banner__wrapper .banner__left::after {
		right: -150px;
	}

	.banner
		.banner__wrapper
		.banner__right
		.banner__right-inner
		.banner__info-right
		.right {
		font-size: 46px;
		line-height: 46px;
	}
}

@media (max-width: 1300px) {
	.banner {
		height: 180px;
		margin-top: 135px;
	}

	.banner .banner__wrapper .banner__left {
		justify-content: flex-end;
		padding-right: 50px;
		flex: 0 0 auto;
	}

	.banner .banner__wrapper .banner__left .banner__info {
		padding-top: 18px;
		min-width: 400px;
	}

	.banner
		.banner__wrapper
		.banner__left
		.banner__info
		.info-left
		.banner__text {
		font-size: 15px;
		padding: 0;
		max-width: 160px;
		text-align: center;
		line-height: 18px;
		padding-bottom: 4px;
	}

	.banner .banner__wrapper .banner__left .banner__info .info-left .left {
		font-size: 46px;
		line-height: 46px;
	}

	.banner .banner__wrapper .banner__left::before {
		width: 180px;
		height: 180px;
		left: 34px;
	}

	.banner .banner__wrapper .banner__left::after {
		display: none;
	}

	.banner .banner__wrapper .banner__left .banner__info .button {
		bottom: 10px;
	}

	.banner .banner__wrapper .banner__left .banner__info .button .button-wrapper {
		width: 100%;
	}

	.banner
		.banner__wrapper
		.banner__left
		.banner__info
		.button
		.button-wrapper
		.btn-banner {
		width: 100%;
		font-size: 15px;
		height: auto;
		padding: 7px 0;
	}

	.banner .banner__wrapper .banner__right .banner__right-inner {
		padding: 10px 40px 10px 40px;
	}

	.banner .banner__wrapper .banner__right .banner__right-inner::before {
		right: 35px;
		top: 15px;
		height: 101px;
		width: 106px;
	}

	.banner
		.banner__wrapper
		.banner__right
		.banner__right-inner
		.banner__info-right {
		height: 100%;
	}

	.banner
		.banner__wrapper
		.banner__right
		.banner__right-inner
		.banner__info-right
		.right {
		font-size: 18px;
		line-height: 24px;
		width: 104px;
	}

	.banner
		.banner__wrapper
		.banner__right
		.banner__right-inner
		.banner__info-right
		.banner__text-right {
		font-size: 14px;
		margin-top: 6px;
		padding: 0;
		z-index: 2;
		position: relative;
		max-width: 90px;
		line-height: 16px;
	}

	.banner .banner__wrapper .banner__right .banner__right-inner .button-right {
		position: absolute;
		bottom: 10px;
		left: 40px;
		width: calc(100% - 80px);
	}

	.banner
		.banner__wrapper
		.banner__right
		.banner__right-inner
		.button-right
		.btn-banner-right {
		padding: 14px 0px;
		font-size: 16px;
	}

	.content_page.inner_pages {
		padding: 12px 10px 0px 10px;
	}
}

@media (max-width: 1250px) {
	.banner {
		margin-top: 65px;
	}
}

@media (max-width: 950px) {
	.banner .banner__wrapper .banner__left {
		width: 48%;
		padding-right: 10px;
	}

	.banner .banner__wrapper .banner__left::before {
		left: -74px;
	}

	.banner .banner__wrapper .banner__left .banner__info {
		justify-content: flex-end;
		min-width: 100%;
	}

	.banner .banner__wrapper .banner__left .banner__info .info-left {
		height: 100%;
		justify-content: flex-start;
		align-items: flex-end;
		position: relative;
		z-index: 2;
	}

	.banner
		.banner__wrapper
		.banner__left
		.banner__info
		.info-left
		.banner__text {
		margin: 0;
		text-align: right;
	}

	.banner .banner__wrapper .banner__left .banner__info .info-left .left {
		text-align: right;
		display: block;
		width: 100%;
	}

	.banner .banner__wrapper .banner__left .banner__info::before {
		left: 0;
	}

	.banner .banner__wrapper .banner__left .banner__info .button {
		z-index: 3;
		justify-content: flex-end;
	}

	.banner .banner__wrapper .banner__left .banner__info .button .button-wrapper {
		width: 175px;
	}

	.banner .banner__wrapper .banner__right {
		margin-left: 10px;
		width: 50%;
	}

	.banner .banner__wrapper .banner__right .banner__right-inner {
		padding: 10px 10px 10px 10px;
	}

	.banner .banner__wrapper .banner__right .banner__right-inner::before {
		right: 10px;
	}

	.banner
		.banner__wrapper
		.banner__right
		.banner__right-inner
		.banner__info-right
		.banner__text-right {
		width: 90px;
		margin-left: 0;
		margin-top: 0px;
		padding: 4px 0 0px 0;
	}

	.banner .banner__wrapper .banner__right .banner__right-inner .button-right {
		left: 10px;
		width: calc(100% - 20px);
	}
}

@media (max-width: 750px) {
	.banner .banner__wrapper .banner__left .banner__info::before {
		left: -100px;
		max-width: 100%;
	}

	.banner .banner__wrapper .banner__left .banner__info .info-left .left {
		font-size: 26px;
		line-height: 24px;
	}

	.banner
		.banner__wrapper
		.banner__left
		.banner__info
		.info-left
		.banner__text {
		font-size: 14px;
		line-height: 16px;
		margin-right: 0;
	}

	.banner .banner__wrapper .banner__right .banner__right-inner::before {
		right: 5px;
		top: 15px;
	}
}

@media (max-width: 600px) {
	.support-wrapper-inner {
		min-width: unset;
	}
}

@media (max-width: 560px) {
	.tg-block {
		background-position: 65%;
	}
	.tg-block .wrap {
		display: flex;
		align-items: flex-start;
		width: 100%;
		flex-direction: column;
		gap: 12px;
	}
	.tg-block .tg-icon {
		width: 140px;
	}
	.tg-block_descr {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 12px;
	}
}

@media (max-width: 540px) {
	.banner {
		margin: 65px -10px 0;
	}

	.banner .banner__wrapper .banner__left::before {
		left: -74px;
	}
}

@media (max-width: 380px) {
	.banner .banner__wrapper .banner__left .banner__info::before {
		display: none;
	}

	.banner
		.banner__wrapper
		.banner__right
		.banner__right-inner
		.banner__info-right
		.right {
		font-size: 16px;
		line-height: 18px;
	}

	.banner .banner__wrapper .banner__right .banner__right-inner::before {
		right: -30px;
	}

	.banner .banner__wrapper .banner__left .banner__info .button {
		left: 5px;
	}

	.banner .banner__wrapper .banner__left .banner__info .button .button-wrapper {
		padding: 4px;
	}
}

@media (max-width: 360px) {
	.banner .banner__wrapper .banner__left::before {
		display: none;
	}
	.banner
		.banner__wrapper
		.banner__left
		.banner__info
		.info-left
		.banner__text {
		font-size: 17px;
		line-height: 20px;
	}
}
.general-table .general-tr .general-td {
	padding: 0 10px;
}
@media (max-width: 1250px) {
	.general-table .general-tr .general-td {
		font-size: 11px;
	}

	.mirror-block button {
		padding: 12px 24px;
	}
}
@media (max-width: 630px) {
	.mirror-block {
		padding: 20px;
		width: calc(100% - 32px);
	}
}

.footer_telegram {
	background: #fff;
	height: 80px;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 5;
}
.footer_telegram:hover {
	background: #fa856c;
}
.telegram_inner {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.telegram_img img {
	width: 36px;
	height: 36px;
	margin-right: 8px;
}
.telegram_arrow img {
	width: 16px;
	height: 10px;
	margin-left: 21px;
}
.telegram_text {
	width: 251px;
	margin-left: 8px;
	margin-right: 21px;
}
.telegram_text p {
	color: rgb(20, 28, 41);
	width: 100%;
	padding-bottom: 0;
}
.telegram_text span {
	color: #742415;
}
.telegram_text p,
.telegram_text span {
	font-size: 15px;
	line-height: 22px;
	font-weight: 700;
}
.footer_telegram button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 1250px) {
	.footer_telegram {
		bottom: 66px;
	}
}
@media (max-width: 400px) {
	.telegram_text p,
	.telegram_text span {
		font-size: 14px;
	}
	.telegram_text {
		margin-right: 11px;
	}
	.telegram_arrow img {
		margin-left: 11px;
	}
}
@media (max-width: 370px) {
	.telegram_arrow img {
		display: none;
	}
	.telegram_text {
		margin-right: 0;
		max-width: 251px;
	}
	.telegram_inner {
		justify-content: space-between;
		padding: 0 10px;
	}
}

.game-carousel {
  margin: 50px auto;
  max-width: 1000px;
  width: 96%;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}

.game-carousel__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.game-carousel__header-title {
  display: flex;
  align-items: center;
}
.game-carousel__header-title span {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
}

.game-carousel__header-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  margin-right: 10px;
}

.game-carousel__header-actions .game-carousel__button--all {
  text-decoration: none;
  color: rgb(74, 20, 140);
  font-weight: bold;
}

.game-carousel__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.game-carousel__slides {
  display: flex;
  transition: transform 0.3s ease;
}

.game-carousel__slide {
  width: 158px;
  margin-right: 10px;
  flex-shrink: 0;
}

.game-carousel__card {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background: #f9f9f9;
  transition: transform 0.2s ease;
}

.game-carousel__image-container {
  width: 100%;
  height: 237px;
}

.game-carousel__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.game-carousel__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.game-carousel__title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.game-carousel__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.game-carousel__play-button-inner {
  background: rgb(74, 20, 140);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.game-carousel__play-button-inner svg {
  fill: #fff;
  width: 24px;
  height: 24px;
}

.game-carousel__card:hover .game-carousel__overlay,
.game-carousel__card:hover .game-carousel__play-button {
  opacity: 1;
}

.game-carousel__card:hover .game-carousel__image {
  transform: scale(1.05);
}

.game-carousel__card:hover .game-carousel__title {
  opacity: 0;
}

.game-carousel__nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.game-carousel__nav-button:hover {
  background: rgba(0, 0, 0, 0.7);
}

.game-carousel__nav-button--prev {
  left: 10px; 
}

.game-carousel__nav-button--next {
  right: 10px;
}

.game-carousel__nav-button--prev::before {
  content: '';
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  display: block;
  margin-left: 1px;
}

.game-carousel__nav-button--next::before {
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  display: block;
  margin-right: 1px;
}

/* Убираем старый SVG */
.game-carousel__nav-button svg {
  display: none;
}

section-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: rgb(20, 28, 41);
    text-transform: uppercase;
    text-align: left;
    padding: 15px 0;
}

.sub-section-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 20px;
    color: rgb(20, 28, 41);
    text-align: left;
    padding: 15px 0;
}

.highlight {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: rgb(20, 28, 41);
}

.general-th {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 32px;
    color: rgb(20, 28, 41);
    background: rgba(74, 20, 140, 0.5);
    padding: 10px 20px;
    text-align: center;
    border-bottom: 1px solid rgb(74, 20, 140);
}

.general-td {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 32px;
    color: rgb(20, 28, 41);
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid rgb(74, 20, 140);
}

.general-td:first-child {
    background: rgba(74, 20, 140, 0.75);
    color: #fff;
}

.general-tr:nth-child(2n) .general-td:first-child {
    background: rgba(74, 20, 140, 0.5);
    color: rgb(20, 28, 41);
}

@media screen and (max-width: 1250px) {
    .section-title {
        font-size: 22px;
        line-height: 32px;
        padding: 10px 0;
    }

    .sub-section-title {
        font-size: 18px;
        line-height: 30px;
        padding: 10px 0;
    }

    .highlight {
        font-size: 15px;
        line-height: 20px;
    }

    .general-th {
        font-size: 13px;
        line-height: 15px;
        padding: 10px;
    }

    .general-td {
        font-size: 11px;
        line-height: 15px;
        padding: 0 10px;
    }
}
.general-table caption {
  margin-bottom: 10px;
}