* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html,
body {
	height: 100%;
	font-family: Verdana;
}
main {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background: #1a0000;
	font-family: Verdana;
}
main p,
main span,
main h1,
main h2,
main strong,
main h4,
main h5,
main figcaption,
main li {
	color: #fff;
	font-family: Verdana;
}

main h3 {
	color: #fff;
	font-family: Verdana;
	text-align: left;
}
main a {
	color: #fff;
	font-family: Verdana;
	font-weight: bold;
	color: #ff4a4a;
	font-size: 18px;
}
main a:hover {
	text-decoration: underline;
}

main h1,
main p,
main ol,
main ul,
main figure,
main .general-table,
main .faq-container {
	margin: 0 auto;
	width: 100%;
}
main figure {
	margin: 0 auto;
	margin: 24px 0;
}
main p {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.45;
	padding-bottom: 15px;
}
main .wrapper {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
body {
	overflow-x: hidden;
	position: relative;
	background: #f5f5f5;
}
a {
	text-decoration: none;
	transition: 0.3s;
}
table,
tr,
td,
tbody,
thead {
	font-family:
		Trebuchet MS,
		sans-serif;
}
input,
button {
	font-family:
		Trebuchet MS,
		sans-serif;
	border: none;
	box-shadow: none;
	transition: 0.3s;
}
input {
	outline: none;
}
p,
span,
li,
a {
	font-size: 18px;
	line-height: normal;
}
h2,
h3,
h4,
h5,
h6 {
	text-align: center;
	padding: 15px 0;
	color: #1e1e24;
	border-bottom: 2px solid rgba(0, 114, 80, 0.5);
	margin-bottom: 15px;
}
h1 {
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.32px;
	padding: 20px 0;
	color: #1e1e24;
	text-align: center;
}
h2,
strong {
	font-size: 33px;
	line-height: 42px;
	text-transform: uppercase;
	margin-bottom: 18px;
	margin-top: 60px;
	font-weight: 700;
}
h3 {
	font-size: 22px;
	line-height: 25px;
}
h4 {
	font-size: 14px;
	line-height: 18px;
}
h5,
h6 {
	font-size: 14px;
	line-height: 16px;
}
p,
span,
li,
h1,
h2,
h3,
a,
b,
i,
label,
input,
button,
td,
tr,
figcaption {
	color: #1e1e24;
}
p {
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 8px;
}
li {
	list-style: none;
}
button {
	cursor: pointer;
	background: rgba(0, 0, 0, 0);
}
img {
	max-width: 100%;
	display: block;
}
i {
	font-style: normal;
}
#__next {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
.content__wrapper {
	display: flex;
}
.frame {
	margin: 32px 0;
}
.frame iframe {
	max-width: 100%;
}
.content {
	position: relative;
	flex-grow: 1;
	max-width: 1600px;
	margin: 20px auto 20px;
	padding: 0 20px 20px;
}
.content .content-block {
	margin-bottom: 20px;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0);
	padding: 30px 10px 20px 10px;
}
.content .content-block .added-dynamic {
	border-radius: 15px;
	margin-bottom: 20px;
	padding: 0px;
}
.content h1 {
	font-family: Verdana;
	font-weight: 700;
	font-size: 32px;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #0fc0a0;
}
.content .first__content {
	text-align: center;
}
.content .first__content p {
	font-family: Verdana;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	text-align: left;
}
.content .first__content button,
.btn-content {
	display: block;
	margin: 20px auto 20px auto;
	color: rgba(233, 233, 233, 1);
	font-family: Verdana;
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	text-transform: uppercase;
	padding: 20px 20px;
	max-width: 100%;
	background: linear-gradient(180deg, #ff2400 0%, #991600 100%);
	width: 214px;
	border-radius: 8px;
}
.content .first__content button:hover {
	transform: scale(1.05);
}
.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;
	padding-left: 20px;
	width: 48%;
	counter-increment: counter-ol;
}
.content .general-ol li::before {
	position: absolute;
	content: counter(counter-ol) '.';
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	color: #fff;
	background: #b5392e;
	border-radius: 50%;
	top: 2px;
	left: -20px;
}
.content .general-ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
	margin-top: 12px;
}
.content .general-ul li {
	position: relative;
	padding-bottom: 10px;
	padding-left: 28px;
	width: 48%;
}
.content .general-ul li::before {
	content: url('../images/li-before.svg');
	position: absolute;
	width: 10px;
	height: 2px;
	left: -2px;
	top: 2px;
}
.pageError {
	min-height: calc(100vh - 70px);
}
.buttons {
	display: flex;
	align-items: center;
}
.imgWrap {
	display: block;
	position: relative;
}
figure {
	margin-bottom: 20px;
	text-align: center;
}
figure span {
	height: 50%;
	width: 100%;
	position: absolute;
	left: 0;
	top: -50%;
}
figcaption {
	color: #1e1e24;
	font-size: 14px;
}
.general-image {
	display: block;
	border-radius: 15px;
	max-height: 500px;
	width: auto;
	height: auto;
	margin: 0 auto 10px auto;
}
.general-image.vertical {
	max-height: 500px;
	max-width: 70%;
}
.general-image.horizontal {
	max-width: 576px;
}
table.general-table {
	margin-bottom: 20px;
	border-collapse: collapse;
	overflow: hidden;
	font-size: 14px;
	line-height: 18px;
	width: 100%;
}
table.general-table tr {
	background: rgba(0, 0, 0, 0);
}
table.general-table tr:nth-child(even) {
	background: #2f1717;
}
table.general-table tr td.general-td,
table.general-table tr th {
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-align: left;
}
table.general-table.two-columns tr {
	display: flex;
}
table.general-table.two-columns tr td.general-td:nth-child(1),
table.general-table.two-columns tr th:nth-child(1) {
	width: 464px;
}
table.general-table.two-columns tr td.general-td:nth-child(2),
table.general-table.two-columns tr th:nth-child(2) {
	width: auto;
	flex-grow: 1;
}
main .faq-container {
	margin-top: 12px;
}
main .faq-container .faq-item {
	margin: 0 auto;
	position: relative;
	margin-bottom: 18px;
	padding: 20px 40px;
	background: #34a97f;
	border-radius: 20px;
}
main .faq-container .faq-question {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 36px;
	line-height: 1.1;
	text-transform: uppercase;
}
main .faq-container .faq-answer {
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
}
.reviews-container .reviews-item {
	margin-bottom: 18px;
	border: 4px #4cd8a5 solid;
	border-radius: 20px;
	padding: 20px 40px;
}
.reviews-container .reviews-item .reviews-meta {
	display: flex;
	margin-bottom: 10px;
}
.reviews-container .reviews-item .reviews-meta .reviews-name {
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 10px 0 0;
	width: auto;
	flex: 0 0 auto;
	font-size: 36px;
	line-height: 1.1;
	color: #b53939;
	padding: 0;
}
.reviews-container .reviews-item .reviews-meta .reviews-mark {
	width: 184px;
	position: relative;
	margin: 0;
}
.reviews-container .reviews-item .reviews-meta .reviews-mark:after {
	position: absolute;
	left: 0;
	top: 4px;
}
.reviews-container .reviews-item .reviews-meta .reviews-mark.num-1:after {
	content: url('../images/num-1.svg');
}
.reviews-container .reviews-item .reviews-meta .reviews-mark.num-2:after {
	content: url('../images/num-2.svg');
}
.reviews-container .reviews-item .reviews-meta .reviews-mark.num-3:after {
	content: url('../images/num-3.svg');
}
.reviews-container .reviews-item .reviews-meta .reviews-mark.num-4:after {
	content: url('../images/num-4.svg');
}
.reviews-container .reviews-item .reviews-meta .reviews-mark.num-5:after {
	content: url('../images/num-5.svg');
}
.reviews-container .reviews-item .reviews-text {
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
}
.application-get {
	height: 415px;
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin: 0px 0 64px;
}
.application-get .shape {
	position: absolute;
	left: -63px;
	bottom: 26px;
	border-radius: 675px;
	opacity: 0.4;
	background: #32af82;
	z-index: 1;
	filter: blur(182px);
	width: 675px;
	height: 205px;
}
.application-get .application-info {
	position: relative;
	z-index: 2;
	padding-left: 80px;
	top: -28px;
}
.application-get .application-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #1c1c1f url('../images/cards-max.png') repeat;
	width: 100%;
	height: 274px;
	border-radius: 20px;
}
.application-get p {
	color: #4cd8a5;
	font-size: 58px;
	margin: 0 0 26px;
	max-width: 618px;
	line-height: 1;
}
.application-get button {
	background: #b53939;
	color: #fff;
	padding: 14px 85px;
	font-size: 24px;
	font-weight: bold;
	border-radius: 8px;
	transition: 0.3s;
}
.application-get button:hover {
	background: rgba(181, 57, 57, 0.6);
}
.application-get img {
	position: relative;
	z-index: 2;
	right: 120px;
}
.application-get img.app-mob {
	display: none;
}
.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 {
	font-family: Arial, sans-serif;
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid rgba(13, 173, 144, 1);
	border-radius: 12px;
	background: rgba(0, 0, 0, 1);
}

.table_of_contents_wrapper p {
	color: #333;
	font-size: 24px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.table_link {
	display: flex;
	align-items: center;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	margin-bottom: 10px;
	position: relative;
	padding-right: 5px;
	padding-left: 30px;
}
.table_link:nth-child(1)::before {
	content: no-open-quote;
	background: url(../images/icon-content-1.svg) no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	position: absolute;
}
.table_link:nth-child(2)::before {
	content: no-open-quote;
	background: url(../images/icon-content-2.svg) no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	position: absolute;
}
.table_link:nth-child(3)::before {
	content: no-open-quote;
	background: url(../images/icon-content-3.svg) no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	position: absolute;
}
.table_link:nth-child(4)::before {
	content: no-open-quote;
	background: url(../images/icon-content-4.svg) no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	position: absolute;
}
.table_link:nth-child(5)::before {
	content: no-open-quote;
	background: url(../images/icon-content-5.svg) no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	position: absolute;
}
.table_link:nth-child(6)::before {
	content: no-open-quote;
	background: url(../images/icon-content-6.svg) no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	position: absolute;
}
.table_link:nth-child(7)::before {
	content: no-open-quote;
	background: url(../images/icon-content-7.svg) no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	position: absolute;
}
.table_link:nth-child(8)::before {
	content: no-open-quote;
	background: url(../images/icon-content-1.svg) no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	position: absolute;
}

.table_link:nth-child(9)::before {
	content: no-open-quote;
	background: url(../images/icon-content-2.svg) no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	position: absolute;
}
.table_link:nth-child(10)::before {
	content: no-open-quote;
	background: url(../images/icon-content-3.svg) no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	position: absolute;
}
.table_link:nth-child(11)::before {
	content: no-open-quote;
	background: url(../images/icon-content-4.svg) no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	position: absolute;
}
.table_link:nth-child(12)::before {
	content: no-open-quote;
	background: url(../images/icon-content-5.svg) no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	position: absolute;
}
.table_link:nth-child(13)::before {
	content: no-open-quote;
	background: url(../images/icon-content-6.svg) no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	position: absolute;
}
.table_link img {
	margin-right: 12px;
}
.table_link:before {
	content: no-open-quote;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 5px;
	background: url(../images/toc.svg) no-repeat;
	background-size: contain;
}

.table_link:hover {
	text-decoration: underline;
}
.content404Page.wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	max-width: 100%;
	width: 100%;
	background: #000;
}
.content404Page.wrapper .content404 {
	display: flex;
	flex-direction: column;
	width: 280px;
}
.content404Page.wrapper .content404 img {
	display: block;
	margin: 0 auto;
}
.content404Page.wrapper .content404 h1 {
	color: #fff;
}
.content404Page.wrapper .content404 button {
	display: inline-block;
	background: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	color: #000;
}
.content404Page.wrapper .content404 button:hover {
	background: #b53939;
	color: #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: #1e1e24;
	margin-bottom: 64px;
}
.contentMap .sitemapLinks {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 640px;
}
.contentMap .sitemapLinks a {
	display: inline-block;
	color: #fff;
	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: #fff;
	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: 5px;
	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: 20px 0;
}
.button-block button {
	padding: 16px 52px;
	font-family: Verdana;
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
	border-radius: 6px;
	background: linear-gradient(180deg, #ff2400 0%, #991600 100%);
	position: relative;
}

.button-block button::before {
	content: no-open-quote;
	position: absolute;
	top: 50%;
	width: 20px;
	height: 20px;
	background-image: url(../images/arrow-left.svg);
	background-repeat: no-repeat;
	background-size: contain;
	transform: translateY(-50%);
	left: 8%;
}
.button-block button::after {
	content: no-open-quote;
	position: absolute;
	top: 50%;
	width: 20px;
	height: 20px;
	background-image: url(../images/arrow-right.svg);
	background-repeat: no-repeat;
	background-size: contain;
	transform: translateY(-50%);
	right: 8%;
}

.button-block button:hover {
	transform: scale(1.05);
}
.quote {
	position: relative;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 40px;
	width: 98%;
	max-width: 100%;
	border-radius: 12px;
	background: #007250;
}
.quote p {
	padding: 20px;
	width: 100%;
	font-size: 20px;
	line-height: 110%;
	color: #fff;
	text-align: center;
}
.quote::after {
	position: absolute;
	content: no-open-quote;
	width: 48px;
	height: 40px;
	background-image: url(../images/quote-icon.svg);
	background-repeat: no-repeat;
	background-size: cover;
	left: 20px;
	top: -20px;
	transform: rotate(180deg);
}
.quote::before {
	position: absolute;
	content: no-open-quote;
	width: 48px;
	height: 40px;
	background-image: url(../images/quote-icon.svg);
	background-repeat: no-repeat;
	background-size: cover;
	right: 20px;
	bottom: -20px;
}

.img-cov {
	width: 100%;
	height: 100%;
	max-width: 900px;
	margin: 15px auto;
}
.img-cov img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.img-cov.s {
	max-width: 400px !important;
}

@media screen and (max-width: 1250px) {
	.content {
		max-width: 100%;
		padding: 40px 14px 0;
		margin: 0px auto 20px;
	}
	h1 {
		font-size: 26px;
		line-height: 30px;
	}
	h2,
	strong {
		font-size: 22px;
		line-height: 32px;
	}
	h3 {
		font-size: 20px;
		line-height: 30px;
	}
	h4 {
		font-size: 18px;
		line-height: 28px;
	}
	h5,
	h6 {
		font-size: 16px;
		line-height: 26px;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		padding: 10px 0;
	}
	.content {
		/* padding-top: 0; */
		padding: 1px;
	}
	.content .general-ul {
		padding: 0 5px;
	}
	.content .contentMain {
		width: 100%;
	}
	.content .general-ol li,
	.content .general-ul li {
		width: 100%;
	}
	.application-get {
		position: relative;
		margin: 40px 0;
		height: 230px;
		padding: 32px 14px 20px;
		background: #1c1c1f url('../images/cards-max.png') repeat;
		background-size: cover;
		border-radius: 20px;
		overflow: hidden;
	}
	.application-get .application-bg {
		background: none;
	}
	.application-get p {
		font-size: 28px;
		max-width: 60%;
	}
	.application-get .application-info {
		padding-left: 60px;
		top: 0;
		z-index: 3;
	}
	.application-get .application-info button {
		padding: 10px 0;
		width: 100%;
		font-size: 24px;
	}
	.application-get img {
		right: 98px;
		height: 237px;
		position: absolute;
		bottom: -12px;
	}
	.application-get img.app-desktop {
		display: none;
	}
	.application-get img.app-mob {
		display: block;
	}
	.columns {
		flex-wrap: wrap;
	}
	.columns .column {
		width: 100%;
	}
	.column-p {
		margin-left: 0;
	}
	.footer-block-btn .buttons {
		justify-content: space-between;
		width: 70%;
	}
	.footer-block-btn .buttons .regButton,
	.footer-block-btn .buttons .logButton {
		padding: 7px 5px;
	}
	.footer-block-btn .buttons .logButton {
		width: 38%;
	}
	.footer-block-btn .buttons .regButton {
		width: 58%;
	}
}
@media screen and (max-width: 800px) {
	.application-get .application-info {
		padding-left: 0px;
	}
	.application-get img {
		right: 8px;
	}
	.content h1 {
		font-size: 28px;
		margin-bottom: 10px;
		margin-top: 30px;
	}
	.content table.general-table {
		display: block;
		flex-wrap: wrap;
		overflow-y: hidden;
		overflow-x: scroll;
	}
	.content table.general-table td.general-td,
	.content table.general-table th {
		font-size: 16px;
		padding: 10px;
	}
	.content table.general-table.two-columns tr {
		display: flex;
	}
	.content table.general-table.two-columns tr td.general-td:nth-child(1),
	.content table.general-table.two-columns tr th:nth-child(1) {
		width: 50%;
	}
	.content table.general-table.two-columns tr td.general-td:nth-child(2),
	.content table.general-table.two-columns tr th:nth-child(2) {
		width: 50%;
	}
	.content .general-image.horizontal {
		max-width: 100%;
	}
	.content .button-block button {
		padding: 10px 45px;
		font-size: 14px;
	}
	.button-block {
		padding: 10px;
		margin: 10px 0;
	}
	.content h2,
	.content h3,
	.content h4,
	.content h5,
	.content h6 {
		text-align: left;
	}
	.content .content-block .added-dynamic {
		margin-bottom: 0;
	}
	main .faq-container .faq-item {
		padding: 20px 14px;
	}
	main .faq-container .faq-item .faq-question {
		font-size: 22px;
		margin-bottom: 8px;
		line-height: 26px;
	}
	main .faq-container .faq-item .faq-answer {
		font-size: 18px;
		line-height: 22px;
	}
	main .reviews-container .reviews-item {
		padding: 20px 14px;
	}
	main .reviews-container .reviews-item .reviews-meta {
		flex-flow: column-reverse wrap;
	}
	main .reviews-container .reviews-item .reviews-meta .reviews-mark {
		height: 32px;
		margin-bottom: 10px;
	}
	main .reviews-container .reviews-item .reviews-meta .reviews-name {
		font-size: 22px;
	}
	main .reviews-container .reviews-item .reviews-text {
		font-size: 18px;
		line-height: 22px;
	}
}
@media screen and (max-width: 640px) {
	.general-table {
		overflow-x: auto;
		max-width: 100%;
		display: flex;
	}
	.content .first__content {
		margin-bottom: 20px;
	}
	.content .first__content p {
		font-size: 18px;
	}
	.content .first__content button {
		font-size: 18px;
		width: 100%;
		padding: 14px 10px;
	}
}
@media screen and (max-width: 400px) {
	.footer-block-btn .buttons {
		width: 96%;
	}
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}
body {
	overflow-x: hidden;
	background: var(--main);
}
a {
	text-decoration: none;
	transition: 0.3s;
}
input {
	display: none;
}
input,
button {
	border: none;
	box-shadow: none;
	transition: 0.3s;
}
input {
	outline: none;
}
p,
span,
li,
a {
	font-size: 15px;
	line-height: 28px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	text-align: center;
	color: var(--text);
}
p,
span,
li,
h1,
h2,
h3,
a,
b,
i,
label,
input,
button,
td,
tr,
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: 1200px;
	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: #fff;
	position: relative;
}
.h2 button:hover {
	background: var(--color-secondary);
}
.h2 button i {
	color: #fff;
	font-size: 18px;
	padding-right: 5px;
	position: relative;
	top: 2px;
}
.h2 h2 {
	margin-left: 280px;
	margin-bottom: 0;
}

:root {
	--main: #f5f5f5;
	--text: #000;
	--light-back: #fff;
	--block-border-radius: 10px;
	--color-primary: #4d8ab9;
	--color-secondary: #376c97;
}

/* 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: 20px;
}

.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: #fff;
}
.sidebar a:hover span {
	color: #fff;
}
.sidebar a i {
	color: var(--text);
	font-size: 18px;
	padding-right: 8px;
}
.sidebar a:hover i,
.sidebar a.active i {
	color: #fff;
}
.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: #fff;
}
.navigation_item a {
	font-size: 22px;
	color: #fff;
	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: #fff;
	font-family: 'Poppins', 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(/_next/static/media/England-flag.5d086557.png) no-repeat;
	background-size: cover;
	border-radius: 50%;
}
.pages_bound_item a:hover {
	color: var(--color-secondary);
}

.footer {
	background: #070707;
	color: #ccc;
	font-family: sans-serif;
	text-align: center;
	padding: 20px;
}

.footer-top p {
	margin-bottom: 20px;
}
.footer-logos {
	color: linear-gradient(90deg, #3c4455 0%, #8596bb 50.48%, #3c4455 100%);
	border-top: 1px solid
		linear-gradient(90deg, #3c4455 0%, #8596bb 50.48%, #3c4455 100%);
}
.footerMenu {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.footerMenu a {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.45;
}
.footerMenu a:hover {
	text-decoration: underline;
	color: #ff4a4a;
}

.footer-logos .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 10px 0;
	gap: 20px;
}

.footer-logos img {
	height: 32px;
	max-width: 100px;
	object-fit: contain;
	filter: grayscale(1);
	transition: 1s;
	cursor: pointer;
}

.footer-logos img:hover {
	filter: grayscale(0);
}

.footer-bottom {
	margin-top: 20px;
}

.footer-bottom hr,
.footer-logos hr {
	border: 0;
	height: 1px;
	background: #333;
	margin-bottom: 10px;
}
.buttons {
	background: none;
	border: none;
	text-align: center;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.buttons button {
	color: #d1d1d1;
	font-family: Verdana;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.footer-button img {
	width: 32px;
	height: 32px;
	margin-bottom: 5px;
}

.footer-button:hover {
	text-decoration: underline;
}
.footer-bottom a {
	color: #f44336;
	text-decoration: none;
}
.footer .scrollTop {
	background: #b5392e;
	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: 60px;
	right: 20px;
	opacity: 0;
	cursor: pointer;
	border-radius: 50%;
	z-index: 5;
}
.footer .scrollTop.pam_content {
	opacity: 1;
}
.footer .menu {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 20px 0;
	border-top: 1px solid #fff;
}
.footer .menu a {
	color: #fff;
	transition: all 0.3s ease-in-out;
}
.footer .menu a:hover {
	text-decoration: none;
	color: #fa7135;
}
.footer-block-btn {
	z-index: 4;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	height: 60px;
	padding-right: 10px;
	padding-left: 10px;
	background: #1f2124;
	display: none;
	justify-content: center;
	align-items: center;
}
.footer-block-btn .buttons {
	display: flex;
}
@media (max-width: 1200px) {
	.footer-block-btn {
		display: flex;
	}
	.footer {
		padding: 40px 0;
		margin-bottom: 40px;
	}
	.footer .menu,
	.footer hr {
		display: none;
	}
	.footer .footer-topside {
		justify-content: center;
		padding-bottom: 0;
	}
	.footer .footer-topside .download {
		display: none;
	}
	.footer .footerInner {
		padding: 0;
	}
	.footer .footerInner img {
		display: none;
	}
}
@media (max-width: 700px) {
	.footer {
		flex-direction: column;
		gap: 20px;
	}
	.footerMenu {
		flex-direction: column;
	}
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	padding: 8px 130px;
	background: rgba(18, 18, 19, 0.4);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}
.header .headerInner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.header .logo a {
	display: block;
}
.header .logo a img {
	width: 108px;
}
.header .logo .ampLogo {
	position: relative;
}
.header .logo .ampLogo button {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.header .menu {
	max-height: none;
	width: 100%;
	display: block;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
.header .menu .links {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	gap: 20px;
}
.header .menu a {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px;
}
.header .menu a:last-child {
	margin-right: 0;
}
.header .menu a:hover {
	color: rgba(255, 255, 255, 0.6);
}
.header .menu a.active {
	color: #ff4a4a;
}
.header .menu .btn-bonus-buy {
	font-size: 15px;
	display: flex;
	align-items: center;
	border-radius: 20px;
	border: 2px solid #ffb801;
	padding: 0px 20px;
	color: #fff;
	line-height: 1.15;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	transition: color 0.3s ease;
}
.header .menu .btn-bonus-buy img {
	margin-right: 8px;
}
.buttons .logButton {
	padding: 14px 38px;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	background: rgba(0, 0, 0, 0);
	background: #991600;
	margin-right: 20px;
	line-height: 1.2;
	font-size: 14px;
	white-space: nowrap;
}
.buttons .logButton:hover,
.buttons .logButton:active {
	background: rgba(181, 57, 57, 0.6);
}

.button-mobil .btn-apkmain {
	padding: 14px 38px;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	background: rgba(0, 0, 0, 0);
	background: #991600;
	line-height: 1.2;
	font-size: 14px;
	white-space: nowrap;
	position: relative;
	display: none;
}

.button-mobil .btn-apkmain::before {
	position: absolute;
	content: url(../images/download.svg);
	width: 20px;
	height: 20px;
	left: 10px;
}
.buttons .regButton {
	position: relative;
	margin-right: 0;
	background: #167e58;
	padding: 14px 38px;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	line-height: 1.2;
	font-size: 14px;
}
.buttons .regButton:hover,
.buttons .regButton:active {
	background: rgba(50, 175, 130, 0.6);
}
.menu .left {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.header .menu .links button {
	flex: 0 0 auto;
	font-size: 18px;
	padding: 4px 12px;
	border-radius: 40px;
	color: #c3c3c3;
	text-transform: uppercase;
}
@media screen and (max-width: 1250px) {
	.header {
		height: 60px;
		padding: 10px 5px;
	}
	.header .logo a img {
		margin: 0 auto;
	}
	.header .menu {
		max-height: none;
		max-width: 100%;
		display: block;
		padding: 0 14px;
		display: flex;
		justify-content: space-between;
		flex-direction: row;
	}
	.header .menu .logo a {
		padding: 12px 0 0;
	}
	.header .menu .links {
		overflow-x: scroll;
	}
	.header .menu .links a {
		flex: 0 0 auto;
		font-size: 18px;
		padding: 4px 12px;
		border-radius: 40px;
		color: #c3c3c3;
	}
	.header .menu .links a.active {
		color: #ff4a4a;
	}
	.buttons {
		display: none;
	}
	.buttons .regButton {
		margin-right: 0;
	}
	.buttons .regButton,
	.buttons .logButton {
		font-size: 16px;
	}
}
@media screen and (max-width: 800px) {
	.header .menu .links {
		display: none;
		justify-content: flex-start;
	}
	.header .logo button img {
		width: 110px;
	}
}
@media screen and (max-width: 400px) {
	.content .content-block {
		padding: 0;
	}
}
.burger {
	display: none;
	position: relative;
}
.mobileMenu {
	display: none;
	position: fixed;
	top: 0;
	right: -200%;
	display: block;
	z-index: 5;
	background: #000;
	width: 100%;
	max-width: 350px;
	min-height: 100vh;
	padding: 30px 20px;
	transition: right 0.8s;
}
.mobileMenu .buttons {
	display: block;
	margin-top: 32px;
}
.mobileMenu .buttons button {
	display: block;
	margin: 0 auto 12px;
	width: 50%;
}
.mobileMenu.active {
	right: 0%;
}
.mobileMenu .mobileMenuTop {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}
.mobileMenu .mobileMenuLinks {
	display: flex;
	flex-direction: column;
	gap: 26px;
	align-items: center;
}
.mobileMenu .mobileMenuLinks a {
	color: #fff;
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	line-height: 10px;
	text-transform: uppercase;
}
.mobileMenu .mobileMenuLinks button {
	color: #fff;
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	line-height: 10px;
	text-transform: uppercase;
}
.mobileMenu .mobileMenuLinks .btn-bonus-buy {
	font-size: 15px;
	display: flex;
	align-items: center;
	border-radius: 20px;
	border: 2px solid #ffb801;
	padding: 0px 20px;
	color: #fff;
	line-height: 1.15;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	transition: color 0.3s ease;
}
.mobileMenu .mobileMenuLinks .btn-bonus-buy img {
	margin-right: 8px;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
	display: none;
}
.overlay.active {
	display: block;
}
@media screen and (max-width: 800px) {
	.burger {
		display: block;
	}
	.button-mobil .btn-apkmain {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
.breadcrumbs {
	display: flex;
	align-items: center;
	padding-top: 25px;
	overflow-x: hidden;
}
.breadcrumbs a {
	color: #000;
	font-size: 14px;
}
.breadcrumbs a:hover {
	text-decoration: none;
}
.breadcrumbs .last {
	position: relative;
	margin-left: 10px;
	font-size: 14px;
}
.breadcrumbs a:after {
	display: inline-block;
	width: 11px;
	height: 11px;
	background-image: url(../images/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;
	}
}
.banner-bg {
	margin-top: 120px;
}
.apk-banner {
	display: flex;
	padding: 14px;
	justify-content: center;
}
.apk-banner .apk-banner__img {
	max-width: 720px;
	margin-right: 40px;
	width: 100%;
}
.apk-banner .apk-banner__img img.main {
	width: 100%;
	height: 345px;
	object-fit: cover;
	object-position: top;
	border-radius: 7px;
}
.apk-banner .apk-banner__img .apk-banner__items {
	display: flex;
	justify-content: space-between;
	margin-top: 19px;
	gap: 15px;
}
.apk-banner .apk-banner__img .apk-banner__item img {
	height: 84px;
	object-fit: cover;
	object-fit: right;
	border-radius: 8px;
}
.apk-banner__content {
	max-width: 440px;
	padding: 0 20px 40px 20px;
}
.apk-banner__content img.logo {
	width: 272px;
	height: 66px;
	margin: 0 auto;
}
.apk-banner__about {
	margin-top: 60px;
	width: 400px;
}
.apk-banner__about-item p {
	color: #fff;
}
.apk-banner__about-item p.title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
}
.apk-banner__about-item p.description {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
}
.apk-banner__about-item p.description span {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	color: #333537;
}
.apk-banner__about-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #333537;
	margin-bottom: 20px;
	text-align: center;
}
.apk-banner__about-item:last-child {
	margin-bottom: 0;
}
.apk-button {
	margin-top: 80px;
}
.apk-button button {
	width: 100%;
	background-color: #e13d22;
	border: none;
	border-radius: 8px;
	padding: 20px 0;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #fff;
	animation: pulse 1.5s infinite;
	transition: 0.3s;
	text-transform: uppercase;
}
.apk-button button:hover {
	background: none;
}
@media (max-width: 1200px) {
	.apk-banner .banner-wrap p.main-title {
		font-size: 44px;
		line-height: 44px;
	}
	.apk-banner .apk-banner__img img.main {
		height: 253px;
	}
	.apk-banner .apk-banner__img .apk-banner__item img {
		height: 64px;
	}
	.apk-banner .apk-banner__about {
		width: 346px;
		margin-top: 30px;
		max-width: 100%;
	}
	.apk-banner .apk-button {
		margin-top: 40px;
	}
}
@media (max-width: 1000px) {
	.apk-banner .apk-banner__img {
		margin: 0 auto;
	}
	.apk-banner .apk-banner__img img.main {
		height: 225px;
	}
	.apk-banner .apk-banner__img .apk-banner__item img {
		height: 74px;
	}
	.apk-banner .banner-wrap {
		padding-top: 93px;
	}
	.apk-banner .apk-banner__content {
		padding: 0 20px 40px 20px;
	}
	.apk-banner .apk-banner__content img.logo {
		width: 149px;
		height: 36px;
	}
}
@media (max-width: 850px) {
	.banner-bg + .content {
		padding-top: 48px;
	}
	.apk-banner {
		display: block;
	}
	.apk-banner .apk-banner__content {
		padding: 0;
		margin: 0 auto;
		display: flex;
		flex-flow: column wrap;
	}
	.apk-banner .apk-banner__content .apk-banner__about {
		margin: 0 auto;
		margin-top: 40px;
		order: 2;
	}
	.apk-banner .apk-banner__content .apk-banner__logo {
		order: 1;
		margin-top: 24px;
	}
	.apk-banner .apk-banner__content .apk-button {
		text-align: center;
		margin-top: 40px;
		order: 0;
	}
	.apk-banner .apk-banner__content .apk-button button {
		max-width: 346px;
	}
	.apk-banner .apk-banner__content .apk-banner__img {
		max-width: 450px;
		margin: 0 auto;
	}
	.apk-banner .apk-banner__content .apk-banner__img .apk-banner__item img {
		height: 64px;
	}
	.apk-banner .banner-wrap p.main-title {
		font-size: 28px;
		line-height: 28px;
		max-width: 450px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.apk-banner .banner-wrap {
		padding-top: 90px;
	}
}
@media (max-width: 500px) {
	.apk-banner {
		padding: 10px;
	}
	.apk-banner .apk-banner__img {
		max-width: 100%;
	}
	.apk-banner .apk-banner__img img.main {
		height: 177px;
	}
	.apk-banner .apk-banner__img .apk-banner__item img {
		height: 54px;
	}
	.apk-banner .banner-wrap p.main-title {
		font-size: 24px;
		line-height: 26px;
		max-width: 370px;
	}
}
@keyframes pulse {
	0% {
		transform: scaleX(1);
	}
	50% {
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		transform: scaleX(1);
	}
}
.banner {
	height: 100%;
	margin: 70px auto 10px auto;
	width: 94%;
	max-width: 1600px;
}
.banner .banner_inner {
	display: grid;
	grid-template-columns: 572px 1fr;
	gap: 24px;
	height: 100%;
	margin-top: 20px;
}
.banner .banner_inner span {
	display: block;
}
.banner .banner_inner .banner_left {
	display: flex;
	flex-direction: column;
	padding: 28px 0 32px 28px;
	width: 100%;
	background: url('/assets/images/left.webp') center center / cover no-repeat;
	height: 213px;
	border-radius: 20px;
	position: relative;
	justify-content: center;
	align-items: flex-start;
}
.banner .banner_inner .banner_left .banner_info,
.banner .banner_inner .banner_right .banner_info {
	margin-top: auto;
	position: relative;
	z-index: 2;
}

.banner .banner_inner .banner_left .banner_left_img {
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../images/left-new.webp) no-repeat;
	width: 234px;
	height: 234px;
	background-size: cover;
	z-index: 1;
}
.banner .banner_inner .banner_right {
	display: flex;
	flex-direction: column;
	padding: 28px 0 32px 28px;
	width: 100%;
	height: 213px;
	border-radius: 20px;
	position: relative;
	background: url('/assets/images/right.webp') center center / cover no-repeat;
}
.banner .banner_inner .banner_right .banner_caption_gradient {
	margin-top: 25px;
}
.banner .banner_inner .banner_right .banner_right_img {
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../images/right-new.webp) no-repeat;
	width: 234px;
	height: 234px;
	background-size: cover;
	z-index: 1;
}
.banner .banner_inner button {
	background: #991600;
	color: #fff;
	padding: 20px;
	border-radius: 6px;
	font-size: 16px;
	line-height: 14px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	height: 51px;
	margin: 0;
}
.banner .banner_inner button:hover {
	opacity: 0.8;
}

.banner_title {
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
	z-index: 2;
	width: 45%;
}
.banner_title_colored {
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	text-transform: uppercase;
	background: linear-gradient(180deg, #ffc600 0%, #ff9100 100%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	display: table;
	margin-top: 8px;
	z-index: 2;
	width: 45%;
}
@media screen and (max-width: 1310px) {
	.banner_title {
		font-size: 22px;
		width: 50%;
	}
	.banner_title_colored {
		font-size: 18px;
		width: 50%;
	}
	.banner .banner_inner {
		grid-template-columns: 40% 1fr;
	}
}
@media screen and (max-width: 1220px) {
	.banner .banner_inner {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 1000px) {
	.banner .banner_inner {
		flex-wrap: wrap;
		gap: 15px;
	}
	.banner .banner_inner .banner_left,
	.banner .banner_inner .banner_right {
		height: 176px;
		width: 100%;
		padding: 20px 0 20px 20px;
	}
	.banner .banner_inner .banner_left .banner_left_img {
		position: absolute;
		right: 0;
		bottom: 0;
		background: url(../images/left-mob.webp) no-repeat;
		width: 196px;
		height: 196px;
		background-size: cover;
		z-index: 1;
	}
	.banner {
		margin-top: 0;
		height: auto;
	}
	.banner .banner_inner {
		margin-top: 80px;
	}
	.banner_title {
		font-size: 24px;
		width: 50%;
	}
	.banner_title_colored {
		font-size: 20px;
		width: 38%;
	}
	.banner .banner_inner .banner_right .banner_right_img {
		width: 176px;
		height: 176px;
	}
	.banner .banner_inner .banner_left .banner_info,
	.banner .banner_inner .banner_right .banner_info {
		margin-top: 16px;
	}
}
@media screen and (max-width: 850px) {
	.banner_title {
		width: 50%;
	}

	.banner_title_colored {
		width: 40%;
		min-width: 300px;
	}
}
@media screen and (max-width: 510px) {
	.banner_title {
		font-size: 18px;
		width: 60%;
	}

	.banner_title_colored {
		font-size: 14px;
		width: 38%;
		min-width: 200px;
	}
	.banner .banner_inner button {
		font-size: 14px;
	}
	.banner .banner_inner .banner_right {
		overflow: hidden;
	}
	.banner .banner_inner .banner_right .banner_right_img {
		right: -30px;
	}
	.banner .banner_inner .banner_left .banner_left_img {
		right: -10px;
	}
}

@media screen and (max-width: 400px) {
	.banner .banner_inner .banner_left {
		overflow: hidden;
	}
	.banner .banner_inner .banner_left .banner_left_img {
		right: -30px;
		width: 176px;
		height: 176px;
	}
	.banner_title_colored {
		min-width: 155px;
	}
}
.contentSection {
	background: rgba(0, 0, 0, 1);
	border: 1px solid #167e58;
	padding: 24px;
	border-radius: 12px;
	gap: 32px;
	margin: 32px auto 20px auto;
	width: 98%;
}

.slots {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 26px 16px;
	margin-bottom: 60px;
	margin-top: 30px;
}
.slot-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 42px;
}
.slot-wrapper .slot-right {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 16px;
}
.slot-wrapper .slot-right .slot {
	position: relative;
	width: 100%;
	height: 236px;
	transition: 0.3s;
	overflow: hidden;
	cursor: pointer;
}
.slot-right .slot .slot-title,
.slot-left .slot .slot-title {
	background: rgba(63, 63, 63, 1);
	padding: 8px 12px;
	font-family: Verdana;
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 0;
	border-radius: 0 0 12px 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.slot-wrapper .slot-left .slot {
	position: relative;
	width: 100%;
	transition: 0.3s;
	overflow: hidden;
	border-radius: 20px;
	cursor: pointer;
}
.slot-wrapper .slot-left .slot img {
	width: 100%;
	height: 490px;
	border-radius: 12px;
}
.slot-right .slot img {
	transition: 0.3s;
	border-radius: 12px 12px 0 0;
	width: 244px;
	height: 205px;
}
.slot-left .slot .hover {
	position: absolute;
	right: 0;
	top: 0;
	height: 94%;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	transform: translateX(150%);
	transition: 0.3s;
	z-index: 3;
}
.slot-right .slot .hover {
	position: absolute;
	right: 0;
	top: 0;
	height: 88%;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	transform: translateX(150%);
	transition: 0.3s;
	z-index: 3;
}
.slots .slot:hover .hover {
	transform: translateY(0);
}

.btn-slot {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 16px 34px;
	background: #167e58;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.slot:hover .btn-slot {
	opacity: 1;
	visibility: visible;
}

.slot .hover {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	transform: translateY(-100%);
	transition: transform 0.3s ease;
	z-index: 3;
}

.slot:hover .hover {
	transform: translateY(0);
}
@media screen and (max-width: 1300px) {
	.slot-wrapper {
		gap: 24px;
	}
	.slot-wrapper .slot-left .slot img {
		height: 416px;
	}
	.slot-right .slot img {
		width: 198px;
		height: 170px;
		border-radius: 12px;
	}
	.slot-wrapper .slot-right .slot {
		height: auto;
	}
}
@media screen and (max-width: 1100px) {
	.slot-wrapper .slot-left {
		display: none;
	}
	.slot-wrapper {
		grid-template-columns: 1fr;
	}
}
@media screen and (max-width: 850px) {
	.slots {
		gap: 14px;
		margin-bottom: 10px;
	}
	.slots .slot:hover .hover {
		transform: none;
		display: none;
	}
	.slots .slot:hover img {
		transform: none;
	}
}
@media screen and (max-width: 700px) {
	.slot-wrapper .slot-right {
		grid-template-columns: 1fr 1fr;
	}
	.slots {
		margin-top: 0;
	}
	.contentSection {
		padding: 12px;
	}
	.slot-right .slot img {
		height: auto;
	}
}

.tag-wrap ul {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.tag-wrap ul a {
	color: #000;
	padding: 10px;
	font-size: 18px;
	background-color: #f3f3f3;
	border-radius: 6px;
	font-weight: 400;
	display: block;
}
.tableLinks {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}
.tableLinks a {
	font-size: 14px;
}

.plus-minus {
	display: grid;
	grid-template-columns: 55% 1fr;
	margin-bottom: 18px;
	gap: 24px;
}
.minusItem,
.plusItem {
	border-radius: 20px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	background: rgba(0, 0, 0, 1);
}
.plusItem {
	border: 1px solid rgba(0, 114, 80, 1);
}
.minusItem {
	border: 1px solid rgba(120, 0, 9, 1);
}
.plus-minusHead {
	padding: 13px 24px;
	border-radius: 20px 20px 0 0;
	display: flex;
	align-items: center;
	gap: 12px;
}
.plus-minusHead.headPlus {
	background: rgba(0, 114, 80, 1);
}
.plus-minusHead.headMinus {
	background: rgba(155, 0, 13, 1);
}
.plus-minusHead span {
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
}
.plus-minusHead.headMinus span {
	color: #fff;
}
.plus-minusHead.headPlus span {
	color: #fff;
}
.plus-minusHead img {
	height: 32px;
	width: 32px;
}
ul.ul-plus,
ul.ul-minus {
	padding: 24px 24px;
	width: 100%;
}
.plus-minus li {
	position: relative;
	padding-bottom: 7px;
	display: -webkit-inline-box;
	justify-content: flex-start;
	align-items: center;
	width: 90%;
}
.plus-minus li img {
	margin-right: 12px;
}
@media (max-width: 1100px) {
	.plus-minus {
		grid-template-columns: repeat(1, 1fr);
		width: 98%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.plus-minusHead {
		padding: 10px 16px;
	}
	.plus-minusHead img {
		width: 24px;
		height: 24px;
	}
	.plus-minusHead span {
		font-size: 18px;
		line-height: 22px;
	}
	ul.ul-plus,
	ul.ul-minus {
		padding: 16px 16px;
	}
}
.giftBanner {
	position: relative;
	padding: 43px;
	margin: 40px 0;
	background: url(../images/bg-promo.webp) no-repeat;
	background-position: right center;
	background-size: 100%;
	border-radius: 12px;
	height: 280px;
}
.giftBanner__text span {
	display: block;
}
.giftBanner__text_one {
	margin-bottom: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 0.12px;
}
.giftBanner__text_two {
	margin-bottom: 40px;
	background: linear-gradient(180deg, #ffc600 0%, #ff9100 100%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	display: table;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 28px;
	letter-spacing: 0.12px;
	width: 56%;
}
.giftBanner__bonus {
	display: flex;
	align-items: center;
}
#promoCode {
	margin-right: 16px;
	padding: 16px 40px;
	color: #f7f7f7;
	border: 2px dashed rgba(255, 255, 255, 1);
	font-size: 20px;
	letter-spacing: 0.12px;
	text-transform: uppercase;
	border-radius: 12px;
}
.giftBanner__bonus button {
	padding: 18px 40px;
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.12px;
	background: #991600;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 12px;
	transition: 0.3s;
}
.giftBanner__bonus button:hover {
	opacity: 0.8;
}

@media screen and (max-width: 1200px) {
	.giftBanner {
		height: 220px;
		background-size: auto;
		background-position: 53% 100%;
	}
	.giftBanner__text_two {
		width: 100%;
	}
	.giftBanner__text_one {
		font-size: 20px;
	}
	.giftBanner__text_two {
		font-size: 22px;
		margin-bottom: 24px;
	}
}

@media screen and (max-width: 800px) {
	.giftBanner {
		background: none;
		background: url(../images/bg-promo-mob.webp) no-repeat;
		padding: 20px 10px;
		background-position: center;
		margin: 28px auto;
		height: auto;
		border-radius: 12px;
		width: 98%;
	}
	.giftBanner__bonus {
		flex-direction: column;
		width: 100%;
		gap: 12px;
	}
	.giftBanner__text {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.giftBanner__text_one {
		font-size: 16px;
	}
	.giftBanner__text_two {
		font-size: 18px;
		margin-bottom: 12px;
	}
	#promoCode {
		width: 80%;
		background: rgba(255, 255, 255, 0.2);
		margin-right: 0;
		font-size: 16px;
		padding: 10px 20px;
	}
	.giftBanner__bonus button {
		width: 80%;
		font-size: 16px;
		padding: 17px 20px;
	}
}

.title-author {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: linear-gradient(
		289.76deg,
		rgba(19, 38, 26, 0.5) 0%,
		rgba(0, 248, 173, 0.5) 85.12%
	);
	border-radius: 20px;
	padding: 24px;
	margin: 30px auto 0 auto;
	width: 98%;
	max-width: 100%;
}
.title-author h1 {
	font-family: Verdana;
	font-weight: 700;
	font-size: 28px;
	line-height: 100%;
	text-align: center;
	color: #e9e9e9;
	padding-top: 0;
	margin: 0;
}
.title-author p {
	text-align: center;
	font-family: Verdana;
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	padding: 0;
}

.author {
	width: 98%;
	margin: 32px auto;
	max-width: 1600px;
}
.author-wrapper {
	border: 1px solid #0dad90;
	background-color: #000;
	display: grid;
	grid-template-columns: 150px 1fr;
	gap: 16px;
	padding: 24px;
	border-radius: 12px;
}
.author-wrapper .author-img {
	background: url(../images/author.png) no-repeat;
	background-position: center;
	background-size: cover;
	width: 150px;
	height: 193px;
	border-radius: 12px;
}

.author-info {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	width: 100%;
	flex-direction: column;
}
.author-info .author-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.author-top .author-title p {
	font-family: Verdana;
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	text-transform: uppercase;
	color: #e9e9e9;
	padding: 0;
}
.author-top .author-social {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}
.author-social .instagram-icon,
.author-social .youtube-icon,
.author-social .facebook-icon {
	background: linear-gradient(0deg, #9b000d 2.92%, #fd5d5d 100%);
	width: 40px;
	height: 40px;
	border-radius: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.author-bottom {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 30px;
}
.author-bottom p {
	font-family: Verdana;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	padding: 0;
	color: #fff;
}

.author-info-colored {
	background: linear-gradient(
		104.36deg,
		#02211d 5.29%,
		#0c4841 46.18%,
		#033d36 69.75%,
		#02211d 100.06%
	);
	box-shadow: 0px 0px 12px 0px #00c0b9 inset;
	border-radius: 12px;
	padding: 14px 24px;
	grid-column-start: 1;
	grid-column-end: 3;
	display: flex;
	justify-content: center;
	align-items: center;
}
.author-info-colored-mobil,
.author-info-colored-mobil-grid {
	display: none;
}
.author-info-colored p,
.author-info-colored-mobil p,
.author-info-colored-mobil-grid p {
	text-align: center;
	padding: 0;
	font-family: Verdana;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #fff;
}
.author-info-colored span,
.author-info-colored-mobil span,
.author-info-colored-mobil-grid span {
	text-align: center;
	background: #25c898;
	color: #1a0000;
	font-family: Verdana;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	border-radius: 8px;
	padding: 5px 15px;
}
.author-bottom-mobil {
	display: none;
}
@media screen and (max-width: 780px) {
	.author-info-colored-mobil {
		background: linear-gradient(
			104.36deg,
			#02211d 5.29%,
			#0c4841 46.18%,
			#033d36 69.75%,
			#02211d 100.06%
		);
		box-shadow: 0px 0px 12px 0px #00c0b9 inset;
		border-radius: 12px;
		padding: 14px;
		grid-column-start: 1;
		grid-column-end: 3;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.author-info-colored {
		display: none;
	}
	.author-info .author-top {
		display: grid;
		grid-template-columns: 1fr 1fr;
		justify-items: center;
		gap: 16px 0;
	}
	.author-info-colored p,
	.author-info-colored-mobil p,
	.author-info-colored-mobil-grid p {
		line-height: 205%;
		text-align: left;
	}
	.author-wrapper .author-img {
		width: 150px;
		height: 101px;
	}
	.author-bottom {
		display: none;
	}
	.author-bottom-mobil {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		gap: 30px;
		grid-column-start: 1;
		grid-column-end: 3;
	}
	.author-bottom-mobil p {
		font-family: Verdana;
		font-weight: 400;
		font-size: 16px;
		line-height: 100%;
		padding: 0;
		color: #fff;
	}
}

@media screen and (max-width: 700px) {
	.author-info .author-top {
		grid-template-columns: 1fr;
		justify-items: flex-start;
	}
	.author-info-colored-mobil {
		grid-column-start: 1;
		grid-column-end: 1;
	}
	.author-info-colored-mobil-grid {
		background: linear-gradient(
			104.36deg,
			#02211d 5.29%,
			#0c4841 46.18%,
			#033d36 69.75%,
			#02211d 100.06%
		);
		box-shadow: 0px 0px 12px 0px #00c0b9 inset;
		border-radius: 12px;
		padding: 14px;
		grid-column-start: 1;
		grid-column-end: 3;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.author-info-colored-mobil {
		display: none;
	}
	.author-top .author-title p {
		font-size: 20px;
	}
	.author-social .instagram-icon,
	.author-social .youtube-icon,
	.author-social .facebook-icon {
		width: 35px;
		height: 35px;
	}
	.author-wrapper {
		padding: 16px;
	}
	.author-bottom-mobil {
		flex-direction: column;
		gap: 16px;
	}
}
@media screen and (max-width: 400px) {
	.title-author h1 {
		font-size: 24px;
	}
	.title-author p {
		font-size: 16px;
	}
	.quote p {
		font-size: 16px;
	}
}

.advent-banner {
	width: 98%;
	height: 100%;
	margin: 0 auto;
}

.advent-banner__wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	height: 100%;
	margin: 20px 0;
}
.advent-banner__left {
	background: url(../images/banner-left-bg.webp) no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	border-radius: 20px;
	height: 300px;
	padding: 33px 12px;
}

.advent-banner__title p {
	font-family: Verdana;
	font-weight: 700;
	font-size: 30px;
	line-height: 100%;
	text-transform: uppercase;
	background: linear-gradient(90deg, #ffcd07 0%, #ffeea9 100%);
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	-webkit-background-clip: text;
	background-clip: text;
}

.advent-banner__info {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 5px;
	background: #ff240066;
	border-radius: 6px;
	padding: 10px;
	width: 100%;
	max-width: 451px;
	place-items: center;
}
.advent-banner__info-item.advent-banner__info-item--days {
	background: #007250;
	padding: 10px;
	color: #fff;
	font-family: Verdana;
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	grid-column-start: 1;
	grid-column-end: 4;
	border-radius: 6px;
	width: 100%;
	height: 100%;
	align-items: center;
}
.advent-banner__info-item {
	background: #007250;
	padding: 10px;
	color: #fff;
	font-family: Verdana;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	border-radius: 6px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.advent-banner__button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 451px;
	border-radius: 40px;
	margin-top: 26px;
}

.advent-banner__button button {
	position: relative;
	padding: 16px 24px;
	border: none;
	background-color: #ff2400;
	border-radius: 40px;
	z-index: 1;
	width: 100%;
	font-family: Verdana;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	text-transform: uppercase;
	color: #e9e9e9;
}

.advent-banner__button button::before {
	content: no-open-quote;
	position: absolute;
	inset: 0;
	border-radius: inherit;
	padding: 1px;
	background: linear-gradient(90deg, #ffcd07 0%, #ffeea9 100%);
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: -1;
}

.advent-banner__button button:hover,
.advent-banner__button-right button:hover,
.advent-banner__description-button button:hover {
	opacity: 0.8;
}

.advent-banner__right {
	background: url(../images/banner-right-bg.webp) no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	border-radius: 20px;
	height: 300px;
	padding: 33px 12px;
	border: 0.5px solid #32af82;
}
.advent-banner__bonus-head {
	background: #ff240066;
	border-radius: 6px;
	padding: 10px;
	width: 100%;
	max-width: 665px;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 10px;
}
.advent-banner__bonus-title {
	display: flex;
	justify-content: center;
	align-items: center;
}
.advent-banner__bonus-title p {
	font-family: Verdana;
	font-weight: 700;
	font-size: 36px;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
	padding: 0;
}
.advent-banner__bonus-info {
	display: grid;
	grid-template-columns: 156px 156px 156px;
	gap: 5px;
}
.advent-banner__bonus-type {
	padding: 0;
	font-family: Verdana;
	font-weight: 700;
	font-size: 13px;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
.advent-banner__bonus-info-item {
	background: linear-gradient(180deg, #007250 0%, #08411e 100%);
	border-radius: 6px;
	padding: 5px 0;
}

.advent-banner__bonus-value {
	font-family: Verdana;
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	background: linear-gradient(90deg, #ffcd07 42.31%, #ffeea9 100%);
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	-webkit-background-clip: text;
	background-clip: text;
	padding: 3px 0 0 0;
}
.advent-banner__button-right {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 495px;
	margin-top: 10px;
}
.advent-banner__button-right button {
	background: #32af82;
	border-radius: 40px;
	padding: 16px 24px;
	font-family: Verdana;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
	width: 100%;
}

.advent-banner__description {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 7px;
	width: 100%;
	max-width: 495px;
	height: auto;
	margin-top: 30px;
}

.advent-banner__description .advent-banner__description-button {
	width: 100%;
	max-width: 196px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.advent-banner__description-button button {
	background: linear-gradient(180deg, #007250 0%, #08411e 100%);
	border-radius: 6px;
	padding: 27px 10px;
	width: 100%;
	font-family: Verdana;
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.advent-banner__description-text p {
	font-family: Verdana;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #fff;
	padding-bottom: 0;
}
@media screen and (max-width: 1250px) {
	.advent-banner__wrapper {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 700px) {
	.advent-banner__left {
		padding: 20px 12px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background-position: 100% 30%;
	}
	.advent-banner__right {
		background-position: 100% 30%;
	}
	.advent-banner__info,
	.advent-banner__button-right,
	.advent-banner__description,
	.advent-banner__button,
	.advent-banner__description .advent-banner__description-button {
		max-width: unset;
	}
	.advent-banner__right {
		padding: 20px 12px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.advent-banner__bonus-head {
		grid-template-columns: 1fr;
		justify-items: center;
	}
	.advent-banner__description {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-top: 15px;
	}
	.advent-banner__description-button button {
		padding: 12px 0;
	}
	.advent-banner__bonus-info {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.advent-banner__bonus-info-item {
		padding: 5px;
	}
}

@media screen and (max-width: 500px) {
	.advent-banner__title p {
		font-size: 24px;
	}
	.advent-banner__info-item {
		font-size: 12px;
	}
	.advent-banner__bonus-title p {
		font-size: 30px;
	}
	.advent-banner__description-text p {
		font-size: 14px;
		text-align: center;
	}
	.advent-banner__right {
		background-position: 70% 60%;
	}
	.advent-banner__left {
		background: url(../images/banner-left-bg-mobil.webp) no-repeat;
		background-size: cover;
		width: 100%;
		border-radius: 20px;
		height: 300px;
		padding: 33px 12px;
	}
}
