* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html,
body {
	height: 100%;
	font-family: Verdana, sans-serif;
	position: relative;
}
main {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background: #001a1a;
	font-family: Verdana, sans-serif;
	padding-top: 90px;
}
main p,
main span,
main h1,
main h2,
main strong,
main h3,
main h4,
main h5,
main figcaption,
main li {
	color: #fff;
	font-family: Verdana, sans-serif;
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p,
main ol,
main ul,
main figure,
main .table,
main .faq-container {
	color: #fff;
	margin: 0 auto;
	width: 96%;
	max-width: 1400px;
}
main .table {
	overflow-x: overlay;
}
main figure {
	margin: 0 auto;
	margin-bottom: 20px;
}
main p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	line-height: normal;
}
main .wrapper {
	width: 96%;
	margin: 0 auto;
	max-width: 1400px;
}
body {
	overflow-x: hidden;
	position: relative;
	background: #f5f5f5;
}
a {
	text-decoration: none;
	transition: 0.3s;
}
table,
tr,
td,
tbody,
thead {
	font-family: Verdana, sans-serif;
}
input,
button {
	font-family: Verdana, sans-serif;
	border: none;
	box-shadow: none;
	transition: 0.3s;
}
input {
	outline: none;
}
p,
span,
li,
a {
	font-size: 18px;
	line-height: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
	text-align: center;
	padding: 15px 0;
	color: #1e1e24;
}
h1 {
	font-size: 22px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.32px;
}
h2,
strong {
	font-size: 20px;
	line-height: 24px;
}
h3 {
	font-size: 18px;
	line-height: 20px;
}
h4 {
	font-size: 16px;
	line-height: 18px;
}
h5,
h6 {
	font-size: 14px;
	line-height: 16px;
}
p,
span,
li,
h1,
h2,
h3,
b,
i,
label,
input,
button,
td,
tr,
figcaption {
	color: #fff;
}
p {
	padding-bottom: 20px;
}
li {
	list-style: none;
}
button {
	cursor: pointer;
	background: rgba(0, 0, 0, 0);
}
a {
	color: #ff2400;
}
a:hover {
	text-decoration: underline;
}
img {
	max-width: 100%;
	display: block;
}
i {
	font-style: normal;
}
#__next {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
.content {
	position: relative;
	flex-grow: 1;
	padding-top: 0px;
}
.content .content-block {
	margin-bottom: 20px;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0);
}
.content ol {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	counter-reset: counter-ol;
	flex-wrap: wrap;
}
.content ol li:last-child {
	width: 100%;
}

.content ol li {
	position: relative;
	padding-left: 10px;
	margin-bottom: 10px;
	counter-increment: counter-ol;
	width: 49.5%;
	background: linear-gradient(90deg, #6c0000 0%, #3c0000 100%);
	padding: 14px 0;
	border-radius: 4px;
	padding-left: 45px;
}
.content ol li::before {
	position: absolute;
	content: counter(counter-ol);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 29px;
	height: 34px;
	color: #fff;
	border-radius: 4px;
	top: 8px;
	left: 8px;
	background: #05e58b;
	font-size: 20px;
}
.content ul {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin-bottom: 20px;
}
.content ul li {
	position: relative;
	padding-bottom: 10px;
	padding-left: 15px;
}
.content ul li::before {
	content: no-open-quote;
	position: absolute;
	width: 5px;
	height: 5px;
	left: 0;
	top: 10px;
	background-color: #fff;
	border-radius: 50%;
}
.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: 100%;
}
table {
	border-collapse: collapse;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	margin: 20px auto;
	border-radius: 18px;
}
table thead {
	background: #fed6d6;
}
table tr {
	background: rgba(0, 0, 0, 0);
}
table tr td {
	padding: 16px;
	text-align: start;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	background-color: #000;
	padding-left: 20px;
	border: 1px solid #fff;
}
table thead tr th {
	padding: 16px;
	color: #f93333;
	font-size: 20px;
	font-weight: 700;
	border-right: 1px solid #f93333;
	border-top: 1px solid #f93333;
	border-bottom: 1px solid #f93333;
}
table thead tr th:first-child {
	border-right: 1px solid #f93333;
	border-left: 1px solid #f93333;
	border-top: 1px solid #f93333;
}
table thead tr th:last-child {
	border-right: 1px solid #f93333;
	border-top: 1px solid #f93333;
}
.faq-container .faq-item {
	margin: 0 auto;
	position: relative;
	min-height: 54px;
	margin-bottom: 20px;
	background-color: #fff;
	z-index: 5;
	border-radius: 26px;
	transition: all 0.4s ease;
	border: 1px solid #1a2033;
}
.faq-container .faq-item:hover .icon::before,
.faq-container .faq-item:hover .icon::after {
	background: #0e121c;
}
.faq-container .faq-item:hover {
	border-color: #0e121c;
}
.faq-container .faq-item:hover .faq-question {
	color: #0e121c;
}
.faq-container .faq-question {
	color: #0e121c;
	position: relative;
	padding-bottom: 0;
	font-weight: 700;
	font-size: 18px;
	top: 15px;
	width: 96%;
	line-height: 22px;
	padding-right: 25px;
	text-align: left;
	padding-top: 0;
}
.faq-container .faq-answer {
	width: 96%;
	padding: 10px 0 22px 0;
	height: 0;
	overflow: hidden;
	z-index: -1;
	position: relative;
	opacity: 0;
	top: 10px;
}
.faq-container .icon {
	height: 18px;
	position: absolute;
	width: 18px;
	right: 25px;
	top: 25px;
	z-index: 2;
}
.faq-container .icon::before,
.faq-container .icon::after {
	background: #0e121c;
	content: no-open-quote;
	height: 4px;
	right: 0;
	position: absolute;
	top: 0;
	width: 18px;
	transition: transform 0.4s ease;
}
.faq-container .toggle {
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	position: absolute;
	top: 0;
	z-index: 3;
}
.faq-container .bg-active {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(249, 51, 51, 0.0784313725);
	border-radius: 26px;
	z-index: -1;
	opacity: 0;
}
.faq-container .toggle:checked ~ .bg-active {
	opacity: 1;
}
.faq-container .toggle:checked ~ .icon::before,
.faq-container .toggle:checked ~ .icon::after {
	background: #e50539;
}
.faq-container .toggle:checked ~ .faq-question {
	color: #e50539;
}
.faq-container .toggle:checked ~ .faq-answer {
	color: #e50539;
}
.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;
}
.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(../images/list.svg);
	background-repeat: no-repeat;
	background-size: cover;
	left: 0;
	top: 8px;
}
.bannerSlots {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 60px;
	grid-row-gap: 40px;
	max-width: 1158px;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
.slot {
	position: relative;
}
.slot .slot-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}
.slot .slot-footer p {
	color: #0e121c;
	font-family: Tahoma;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 0px;
	margin: 0;
	width: 100%;
}
.slot .slot-footer button,
.slot-back button {
	min-width: 203px;
	border-radius: 4px;
	background: #c7351e;
	padding: 8px 28px;
	color: #fff;
	font-family: Tahoma;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.slot-back button:before {
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(/wp-content/uploads/2023/12/arrow.svg) no-repeat;
	background-size: cover;
	content: no-open-quote;
	left: 30px;
	bottom: 35px;
}
.slot-img {
	overflow: hidden;
	border-radius: 4px;
	position: relative;
}
.slot-img img {
	display: block;
	width: 340px;
	height: 180px;
	object-fit: cover;
	transition: 0.3s;
	border-radius: var(--border);
}
.slot-back {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.8);
	transition: 0.3s;
	z-index: 2;
}
.slot-img:hover .slot-back {
	opacity: 1;
}
.slot-img amp-img {
	object-fit: cover;
}
@media screen and (max-width: 1390px) {
	.bannerSlots {
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 10px;
		grid-row-gap: 20px;
		max-width: 100%;
	}
	.slot {
		width: 170px;
		margin: 0 auto;
	}
	.slot-img img {
		min-width: 170px;
		height: 110px;
	}
	.slot .slot-footer {
		flex-direction: column;
		padding: 0px;
	}
	.slot .slot-footer p {
		padding: 8px 0 14px;
		font-size: 18px;
		text-transform: capitalize;
	}
	.slot .slot-footer button {
		font-size: 14px;
		min-width: 170px;
	}
	.slot-back button {
		min-width: 120px;
		font-size: 14px;
	}
	.slot-back button:before {
		width: 15px;
		height: 15px;
		left: 5px;
		bottom: 25px;
	}
}
@media screen and (max-width: 600px) {
	.bannerSlots {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 366px) {
	.bannerSlots {
		grid-template-columns: repeat(1, 1fr);
	}
}
.frame {
	width: 640px;
	max-width: 98%;
	margin: 32px auto;
	aspect-ratio: 4/3;
}
.frame iframe {
	width: 100%;
	height: 100%;
	border: none;
}
.table_of_contents_wrapper {
	max-width: 1128px;
	margin: 0 auto;
	width: 96%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.table_of_contents {
	max-width: 400px;
	border-radius: 8px;
	border: 1px solid #c01414;
}
.table_of_contents .toggle {
	display: none;
}
.table_of_contents .lbl-toggle {
	display: inline-block;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	padding: 10px;
	color: #fff;
	background: #c01414;
	width: 100%;
	cursor: pointer;
	border-radius: 7px;
	transition: all 0.25s ease-out;
}
.table_of_contents .table_box {
	max-height: 0px;
	overflow: hidden;
	transition: max-height 0.25s ease-in-out;
	display: flex;
	width: 100%;
	max-width: 500px;
	flex-direction: column;
}
.table_of_contents .toggle:checked + .lbl-toggle + div {
	max-height: 1000px;
	padding: 20px;
	background: #181616;
	border-radius: 8px;
	gap: 20px;
}
.table_of_contents .table_link {
	position: relative;
	padding-left: 15px;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
}
.table_of_contents .table_link:hover {
	color: #e13d22;
}
.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: #a91704;
	box-shadow: 0 0 12px 0 rgba(255, 0, 0, 0.26);
	padding: 5px 15px;
	border-radius: 5px;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	color: #fff;
}
.content404Page.wrapper .content404 button:hover {
	background: #a10000;
}
.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: 10px;
	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 16px;
	text-align: center;
	margin: 10px 0;
	background-color: rgba(0, 0, 0, 0);
}
.button-block button {
	position: relative;
	overflow: hidden;
	padding: 16px 34px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 26px;
	text-transform: uppercase;
	border-radius: 8px;
	background: #ff2400;
	box-shadow: 0px 0px 12px 0px rgba(11, 54, 0, 0.16);
}
.button-block button:hover {
	opacity: 0.8;
}
.quote {
	position: relative;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 40px;
	width: 96%;
	max-width: 600px;
	border-radius: 12px;
	background: #05e58b;
}
.quote p {
	padding: 40px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: #fff;
}
.quote::after,
.quote::before {
	position: absolute;
	content: no-open-quote;
	width: 24px;
	height: 20px;
	background-image: url(../images/quote-icon.svg);
	background-repeat: no-repeat;
	background-size: cover;
}
.quote::after {
	left: -5px;
	top: -10px;
}
.quote::before {
	right: -5px;
	bottom: -10px;
	transform: rotate(180deg);
}
.reviews {
	max-width: 1128px;
	margin: 0 auto;
	width: 96%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.reviews .review {
	border: 1px solid #000;
	padding: 20px 20px 0 20px;
	border-radius: 20px;
	border-left: 5px solid #df0000;
	margin-bottom: 20px;
	width: 48%;
}
.reviews .review p {
	max-width: 100%;
	width: 100%;
}
.reviews .review .name {
	font-weight: bold;
}
.reviews .review .date {
	color: rgba(0, 0, 0, 0.5);
}
.reviews .review .answer {
	padding-left: 10px;
	border-left: 1px solid rgba(0, 0, 0, 0.5);
	padding-bottom: 0;
	margin-bottom: 20px;
}
.slots-wrapper {
	background: #000;
	margin-bottom: 30px;
}
.slots-wrapper .slots-list {
	max-width: 1128px;
	margin: 0 auto;
	width: 96%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.slots-wrapper .slots-list .slot {
	position: relative;
	border-radius: 4px;
	width: 300px;
	height: 188px;
	margin: 20px;
}
.slots-wrapper .slots-list .slot .slot-text {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	padding: 5px 0;
}
.slots-wrapper .slots-list .slot .slot-text p {
	color: #fff;
	text-align: center;
	font-size: 16px;
	z-index: 3;
	position: relative;
	padding-bottom: 0;
}
.slots-wrapper .slots-list .slot .slot-img {
	overflow: hidden;
	border-radius: 4px;
	position: relative;
}
.slots-wrapper .slots-list .slot .slot-img img {
	display: block;
	width: 100%;
	height: 100%;
}
.slots-wrapper .slots-list .slot .slot-img amp-img {
	object-fit: cover;
}
.slots-wrapper .slots-list .slot .slot-back {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 2;
}
.slots-wrapper .slots-list .slot .slot-back .slot-review {
	padding: 16px 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
	border-radius: 50px;
	background: #a91704;
	transition: 0.4s;
}
.slots-wrapper .slots-list .slot .slot-back .slot-review:hover {
	background: linear-gradient(135deg, #df0000 0%, #a10000 100%);
}
.slots-wrapper .slots-list .slot .slot-back .toggle {
	display: none;
}
.slots-wrapper .slots-list .slot .slot-back .lbl-toggle {
	display: inline-block;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	padding: 10px;
	color: #fff;
	background: #df0000;
	cursor: pointer;
	border-radius: 7px;
	transition: all 0.25s ease-out;
}
.slots-wrapper .slots-list .slot .slot-back .lbl-toggle:hover {
	background: linear-gradient(135deg, #df0000 0%, #a10000 100%);
}
.slots-wrapper .slots-list .slot .slot-back .toggle:checked + .lbl-toggle {
	display: none;
}
.slots-wrapper .slots-list .slot .slot-back .slot-box {
	max-height: 0px;
	overflow: hidden;
	transition: max-height 0.25s ease-in-out;
	display: flex;
	width: 100%;
	max-width: 500px;
	flex-direction: column;
}
.slots-wrapper .slots-list .slot .slot-back .slot-box a {
	text-align: center;
	padding: 10px;
	color: #fff;
	background: #df0000;
	width: 48%;
	color: #fff;
	border-radius: 8px;
}
.slots-wrapper .slots-list .slot .slot-back .slot-box button {
	width: 48%;
	border: 1px solid #fff;
	border-radius: 8px;
	color: #fff;
	font-size: 18px;
}
.slots-wrapper .slots-list .slot .slot-back .slot-box button:hover {
	color: #a91704;
	border: 1px solid #a91704;
	background: #fff;
}
.slots-wrapper
	.slots-list
	.slot
	.slot-back
	.toggle:checked
	+ .lbl-toggle
	+ div {
	max-height: 300px;
	background: #000;
	padding: 20px 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
main strong {
	display: block;
	margin: 0 auto;
}

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

.table .img-cov {
	max-width: 300px;
	min-width: 300px;
}

@media screen and (max-width: 1390px) {
	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,
	strong {
		padding: 10px 0;
	}
	table tr td {
		padding-left: 10px;
		padding-right: 10px;
	}
	.content .contentMain {
		width: 100%;
	}
	.content ol li,
	.content ul li {
		width: 100%;
	}
	.columns {
		flex-wrap: wrap;
	}
	.columns .column {
		width: 100%;
	}
	.column-p {
		margin-left: 0;
	}
	.button-block button {
		padding: 14px 5px;
	}
	.quote {
		width: calc(100% - 32px);
	}
	.faq-container .faq-item {
		border-radius: 14px;
	}
	.faq-container .faq-question {
		width: 100%;
		padding-left: 20px;
		padding-right: 30px;
	}
	.faq-container .faq-answer {
		width: 100%;
		padding-left: 20px;
	}
	.faq-container .bg-active {
		border-radius: 14px;
	}
	.faq-container .icon {
		right: 15px;
	}
}
@media screen and (max-width: 600px) {
	.reviews .review {
		width: 100%;
	}
	.table .img-cov {
		max-width: 250px;
		min-width: 250px;
	}
}
@media screen and (max-width: 400px) {
	table {
		max-width: 100%;
	}
	.table {
		max-width: 100%;
	}
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Poppins, sans-serif;
}
.footer {
	background: #000;
	color: #fff;
	padding: 40px 0;
}

.footer__container {
	width: 98%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}

.footer__sections {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
}
.footer__top {
	display: grid;
	grid-template-columns: auto 225px 225px 1fr;
	width: 100%;
	margin-bottom: 40px;
	gap: 20px;
}

.footer__title {
	font-family: Verdana;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	color: #d03b27;
	border-bottom: 1px solid #d03b27;
	padding-bottom: 10px;
	width: 100%;
}
.footer__block--info,
.footer__block--casino {
	border: 1px solid #d03b27;
	border-radius: 6px;
	padding: 20px 30px;
	width: 100%;
	max-width: 225px;
}

.footer__list {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	gap: 10px;
	margin-top: 10px;
}

.footer__item {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	gap: 10px;
}

.footer__link {
	color: #fff;
	width: 100%;
	font-family: Verdana;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	margin-left: 5px;
}

.footer__link:hover {
	text-decoration: underline;
}
.footer__block--text {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.footer__description {
	font-family: Verdana;
	font-weight: 400;
	font-size: 14px;
	line-height: 115%;
	width: 100%;
	padding-bottom: 0;
	color: #c8c8c8;
}

.footer__license {
	font-family: Verdana;
	font-weight: 400;
	font-size: 16px;
	line-height: 115%;
	color: #d8d8d8;
	width: 100%;
	padding-bottom: 0;
}

.footer__payments {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-bottom: 30px;
	flex-wrap: wrap;
	border-radius: 10px;
	border: 1px solid #d03b27;
	padding: 20px;
}

.footer__payment-icon {
	height: 27px;
}

.footer__bottom {
	text-align: center;
	font-size: 0.85rem;
	color: #aaa;
}

.footer__update,
.footer__copyright {
	color: #e4e4e4;
	text-align: center;
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 20px 0;
}

.footer .scrollTop {
	background: #c01414;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 100px;
	right: 20px;
	opacity: 0;
	cursor: pointer;
	border-radius: 50%;
	z-index: 5;
}

.date .time {
	color: #e4e4e4;
	text-align: center;
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.footer .scrollTop.pam_content {
	opacity: 1;
}

@media screen and (max-width: 1000px) {
	.footer__top {
		grid-template-columns: auto 225px 225px;
	}
	.footer__block--text {
		grid-column-start: 1;
		grid-column-end: 4;
	}
}
@media screen and (max-width: 700px) {
	.footer__top {
		grid-template-columns: 1fr;
	}
	.footer__block--text {
		grid-column-start: 1;
		grid-column-end: 1;
	}
	.footer__block--info,
	.footer__block--casino {
		max-width: unset;
	}
}
.footer-block-btn {
	background: #000;
	z-index: 5;
	position: fixed;
	bottom: 0;
	left: 0;
	height: 60px;
	width: 100%;
	display: none;
	justify-content: center;
	align-items: center;
	padding: 0 1%;
}
.footer-block-btn .buttons {
	display: flex;
	justify-content: center;
	width: 100%;
	gap: 10px;
}
.footer-block-btn .buttons button {
	width: 48%;
	max-width: 300px;
	padding: 12px 0px;
	font-size: 16px;
}
@media (max-width: 1390px) {
	.footer {
		padding: 20px 0 80px 0px;
	}
	.footer-block-btn {
		display: flex;
	}
}
@media (max-width: 390px) {
	.footer .footerInner .menu {
		grid-template-columns: repeat(1, 1fr);
	}
}
.header {
	background: #000;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	padding: 0;
}
.header .headerInner {
	height: 100%;
}
.header .headerInner .headerWrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.header .headerInner .header_left {
	display: flex;
	gap: 16px;
	align-items: center;
}
.header .headerInner .logo {
	position: relative;
}
.header .headerInner .logo button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.header .headerInner .special {
	position: relative;
}
.header .headerInner .special button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.header .headerInner .tournaments {
	position: relative;
}
.header .headerInner .tournaments button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.header .headerInner .toggle {
	width: 28px;
	height: 28px;
	left: 40px;
	top: 4px;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	position: absolute;
	z-index: 3;
}
.header .headerInner .toggle:checked ~ .headerWrapper .icon span:nth-child(1) {
	transform: scaleX(0);
}
.header .headerInner .toggle:checked ~ .headerWrapper .icon span:nth-child(2) {
	transform: rotate(45deg);
}
.header .headerInner .toggle:checked ~ .headerWrapper .icon span:nth-child(3) {
	transform: rotate(-45deg);
}
.header .headerInner .toggle:checked ~ .headerWrapper .icon span:nth-child(4) {
	transform: scaleX(0);
}
.header .headerInner .toggle:checked ~ .menu {
	height: 100%;
	opacity: 1;
	padding-bottom: 40px;
	padding-top: 37px;
}
.header .headerInner .menu {
	display: flex;
	align-items: center;
	gap: 18px;
	transition: all 0.3s ease;
}
.header .headerInner .menu a {
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
}
.header .headerInner .menu a:hover {
	color: #ff2400;
}
.header .headerInner .menu a.active {
	color: #ff2400;
}
.buttons {
	display: flex;
	gap: 20px;
}
.buttons .logButton {
	padding: 12px 24px;
	border-radius: 6px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #fff;
	background: rgba(0, 0, 0, 0);
	border: 1px solid #ff2400;
}
.buttons .logButton:hover {
	background: #9c1b07;
}
.buttons .regButton {
	padding: 12px 24px;
	border-radius: 6px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #fff;
	background: #ff2400;
}
.buttons .regButton:hover {
	opacity: 0.8;
}
@media screen and (max-width: 1390px) {
	.header {
		height: 60px;
	}
	main {
		padding-top: 70px;
	}

	.header .headerInner .menu {
		display: none;
	}

	.header .logo img {
		width: 110px;
	}
	.header .buttons {
		display: none;
	}
}
@media screen and (max-width: 550px) {
	.header .headerInner .headerWrapper {
		padding: 0 20px;
	}
	.header .headerInner .special {
		display: none;
	}
	.header .headerInner .tournaments {
		display: none;
	}
}
.burger {
	display: none;
	position: relative;
}
.mobileMenu {
	position: fixed;
	top: 0;
	right: -200%;
	display: block;
	z-index: 5;
	background: #e13d22;
	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: 75px;
}
.mobileMenu .mobileMenuLinks {
	display: flex;
	flex-direction: column;
	gap: 28px;
}
.mobileMenu .mobileMenuLinks a {
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
}
.mobileMenu .mobileMenuLinks a:active {
	color: #181616;
}
.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: 1390px) {
	.burger {
		display: block;
	}
}
.breadcrumbs {
	display: flex;
	align-items: center;
	padding-top: 25px;
	overflow-x: hidden;
}
.breadcrumbs a {
	color: #fff;
	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: 1390px) {
	.breadcrumbs.wrapper {
		margin-top: 15px;
	}
}
.bannerApp {
	margin-top: 130px;
	background: url(/uploads/img/app_banner_bg.webp) no-repeat;
	background-size: cover;
}
.bannerApp .bannerAppWripper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 1128px;
	margin: 0 auto;
}
.bannerApp .bannerAppInfo {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.bannerApp .bannerAppInfo p {
	padding-bottom: 0;
	color: #fff;
	font-size: 80px;
	font-weight: 700;
	line-height: 80px;
	text-transform: uppercase;
	width: 100%;
}
.bannerApp .bannerAppBtns {
	display: flex;
	align-items: center;
	gap: 20px;
}
.bannerApp .bannerAppBtns button {
	position: relative;
	padding: 18px 14px 40px 40px;
	width: 340px;
	color: #2f5fdc;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0px 0px 8px 0px rgba(41, 114, 199, 0.45);
	text-align: left;
}
.bannerApp .bannerAppBtns button::before {
	position: absolute;
	content: no-open-quote;
	width: 18px;
	height: 18px;
	top: 18px;
	left: 14px;
	background-image: url(/uploads/img/android-logo.svg);
	background-repeat: no-repeat;
	background-size: cover;
}
.bannerApp .bannerAppBtns button:hover {
	color: #fff;
	background: #2f5fdc;
	box-shadow: 0 0 8px 0 rgba(41, 114, 199, 0.45);
}
.bannerApp .bannerAppBtns button:hover::before {
	background-image: url(/uploads/img/android_white.svg);
}
/* .bannerApp .bannerAppBtns button:after {
  content: '158003 скачиваний';
  position: absolute;
  top: 44px;
  left: 15px;
} */
.bannerApp .bannerAppBtns .ios-btn:before {
	background-image: url(/uploads/img/apple.svg);
	left: 14px;
}
/* .bannerApp .bannerAppBtns .ios-btn:after {
  content: '35356 скачиваний';
  position: absolute;
  top: 44px;
  left: 15px;
} */
.bannerApp .bannerAppBtns .ios-btn:hover::before {
	background-image: url(/uploads/img/apple_white.svg);
}
.bannerApp .bannerAppImg {
	width: 262px;
	margin-top: -30px;
}
.bannerApp {
	margin-top: 130px;
	background: url(/uploads/img/app_banner_bg.webp) no-repeat;
	background-size: cover;
}
@media screen and (max-width: 1390px) {
	.bannerApp {
		margin-top: 110px;
	}
	.bannerApp .bannerAppWripper {
		padding: 0 20px;
		justify-content: center;
	}
	.bannerApp .bannerAppInfo {
		align-items: flex-start;
		gap: 10px;
		padding: 15px 10px 15px 0;
	}
	.bannerApp .bannerAppInfo p {
		max-width: 250px;
		margin: 0;
		font-size: 26px;
		line-height: normal;
	}
	.bannerApp .bannerAppImg {
		margin-top: 15px;
		width: 105px;
		height: 214px;
	}
	.bannerApp .bannerAppImg img {
		width: 100%;
		height: 100%;
	}
	.bannerApp .bannerAppBtns {
		flex-direction: column;
		gap: 10px;
	}
	.bannerApp .bannerAppBtns button {
		padding: 10px 14px 30px 30px;
		width: 280px;
		font-size: 14px;
		line-height: 18px;
		border-radius: 8px;
	}
	.bannerApp .bannerAppBtns button::before {
		top: 10px;
		left: 8px;
	}
	.bannerApp .bannerAppBtns button:after {
		left: 11px;
		top: 30px;
	}
	.bannerApp .bannerAppBtns .ios-btn:after {
		left: 30px;
		top: 30px;
	}
	.bannerApp .bannerAppBtns .ios-btn::before {
		left: 8px;
	}
}
@media screen and (max-width: 550px) {
	.bannerApp {
		position: relative;
	}
	.bannerApp .bannerAppWripper {
		justify-content: flex-start;
	}
	.bannerApp .bannerAppWripper .bannerAppImg {
		position: absolute;
		right: 5px;
		bottom: 0;
	}
	.bannerApp .bannerAppWripper .bannerAppInfo {
		width: 200px;
	}
}
@media screen and (max-width: 450px) {
	.bannerApp .bannerAppBtns button {
		width: 180px;
	}
	.bannerApp .bannerAppBtns button:after {
		top: 35px;
	}
	.bannerApp .bannerAppBtns .ios-btn:after {
		top: 35px;
		left: 10px;
	}
}
@media screen and (max-width: 360px) {
	.bannerApp .bannerAppInfo p {
		font-size: 22px;
	}
}
.banner {
	height: 380px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.banner .banner_inner {
	display: flex;
	justify-content: space-between;
	height: 100%;
}
.banner .banner_inner .banner_left {
	width: 48%;
	background: url(../images/left-bg.webp) center center / cover no-repeat;
	height: 100%;
	border-radius: 20px;
	background-position: center center;
	position: relative;
	overflow: hidden;
}
.banner .banner_inner .banner_left .banner_info {
	padding: 24px 0 0 54px;
	position: relative;
	z-index: 2;
}
.banner .banner_inner .banner_left .banner_info .banner_text {
	background: url(../images/text-1.svg) no-repeat;
	width: 220px;
	height: 194px;
	background-size: cover;
}
.banner .banner_inner .banner_left .banner_info button {
	margin-top: 40px;
}
.banner .banner_inner .banner_left .banner_left_img {
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../images/banner_left_img.webp) no-repeat;
	width: 350px;
	height: 380px;
	background-size: cover;
	z-index: 1;
}
.banner .banner_inner .banner_right {
	width: 48%;
	background: url(../images/right-bg.webp) center center / cover no-repeat;
	height: 100%;
	border-radius: 20px;
	background-position: center center;
	position: relative;
	overflow: hidden;
}
.banner .banner_inner .banner_right .banner_info {
	padding: 24px 0 0 54px;
	position: relative;
	z-index: 2;
}
.banner .banner_inner .banner_right .banner_info .banner_text {
	background: url(../images/text-2.svg) no-repeat;
	width: 226px;
	height: 219px;
	background-size: cover;
}
.banner .banner_inner .banner_right .banner_info button {
	margin-top: 20px;
}
.banner .banner_inner .banner_right .banner_right_img {
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../images/banner_right_img.webp) no-repeat;
	width: 350px;
	height: 380px;
	background-size: cover;
	z-index: 1;
}
.banner .banner_inner button {
	background: #ff2400;
	color: #fff;
	padding: 20px 24px;
	border-radius: 6px;
	font-size: 18px;
	line-height: 22px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.banner .banner_inner button:hover {
	opacity: 0.8;
}
@media screen and (max-width: 1390px) {
	.banner .banner_inner .banner_left {
		width: 49%;
	}
	.banner .banner_inner .banner_left .banner_info {
		padding: 24px 0 0 24px;
	}
	.banner .banner_inner .banner_left .banner_left_img {
		right: -10%;
	}
	.banner .banner_inner .banner_right {
		width: 49%;
	}
	.banner .banner_inner .banner_right .banner_info {
		padding: 24px 0 0 24px;
	}
	.banner .banner_inner .banner_right .banner_right_img {
		right: -20%;
		bottom: -15%;
	}
}
@media screen and (max-width: 900px) {
	.banner {
		height: auto;
		margin-top: 0px;
	}
	.banner .banner_inner {
		flex-wrap: wrap;
	}
	.banner .banner_inner .banner_left {
		width: 100%;
		height: 300px;
		margin-bottom: 20px;
	}
	.banner .banner_inner .banner_left .banner_info .banner_text {
		width: 204px;
		height: 180px;
	}
	.banner .banner_inner .banner_left .banner_info button {
		margin-top: 10px;
	}
	.banner .banner_inner .banner_left .banner_left_img {
		right: 0%;
		width: 258px;
		height: 280px;
	}
	.banner .banner_inner .banner_right {
		width: 100%;
		height: 300px;
	}
	.banner .banner_inner .banner_right .banner_info .banner_text {
		width: 185px;
		height: 180px;
	}
	.banner .banner_inner .banner_right .banner_info button {
		margin-top: 10px;
	}
	.banner .banner_inner .banner_right .banner_right_img {
		right: 0%;
		bottom: 0;
		width: 258px;
		height: 280px;
	}
}
@media screen and (max-width: 480px) {
	.banner .banner_inner .banner_left .banner_info {
		padding: 24px 0 0 14px;
	}
	.banner .banner_inner .banner_left .banner_left_img {
		right: -10%;
	}
	.banner .banner_inner .banner_right .banner_info {
		padding: 24px 0 0 24px;
	}
	.banner .banner_inner .banner_right .banner_right_img {
		right: -20%;
		bottom: -10%;
	}
}
@media screen and (max-width: 360px) {
	.banner .banner_inner .banner_left .banner_left_img {
		right: -20%;
	}
}
.nav-submenu {
	position: relative;
	height: 100%;
}
.nav-submenu:hover .nav-submenu-list {
	display: flex;
}
.nav-submenu .nav-submenu-link {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	height: 55px;
	display: flex;
	align-items: center;
}
.nav-submenu .nav-submenu-list {
	position: absolute;
	background: #000;
	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: 1390px) {
	#mobileMenu .nav-submenu {
		margin-top: 20px;
	}
	#mobileMenu .nav-submenu-link {
		color: #df0000;
		font-size: 20px;
		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;
	}
}
.advantages {
	padding: 20px 0;
}
.advantages ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}
.advantages ul li {
	width: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}
.advantages ul li img {
	width: 60px;
	height: 60px;
}
.advantages ul li p {
	width: 100%;
	padding-bottom: 0;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}
@media (max-width: 1390px) {
	.advantages {
		overflow-x: scroll;
		flex-wrap: nowrap;
	}
	.advantages ul {
		justify-content: flex-start;
	}
	.advantages ul li {
		max-width: 160px;
		flex: 0 0 auto;
	}
}
.mirror-block {
	max-width: 600px;
	margin: 0 auto 20px auto;
	width: 96%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
	background-color: #0e121c;
	border-radius: 16px;
}
.mirror-block img {
	margin-bottom: 16px;
	width: 60px;
	height: 60px;
}
.mirror-block span {
	color: #fff;
	text-align: center;
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
}
.mirror-block p {
	margin-bottom: 20px;
	padding-bottom: 0;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #fff;
}
.mirror-block p span {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: #fff;
}
.mirror-block button {
	max-width: 400px;
	width: 100%;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	padding: 12px 24px;
	border-radius: 52px;
	background: #c01414;
}
@media (max-width: 1390px) {
	.mirror-block button {
		padding: 12px 24px;
	}
}
@media (max-width: 630px) {
	.mirror-block {
		padding: 20px;
		width: calc(100% - 32px);
	}
}
.banner-wrap {
	padding: 30px 0;
}
.wrap {
	display: flex;
	justify-content: space-between;
	height: 300px;
	gap: 40px;
}
.wrap .right-content {
	height: 100%;
}
.wrap img {
	height: 100%;
}
.wrap .right {
	width: 60%;
}
.wrap .right .title {
	margin-bottom: 20px;
}
.wrap .right .title h3 {
	font-size: 31px;
	line-height: 1;
	margin: 0;
	text-align: left;
	width: 100%;
}
.wrap .right .title h3 span {
	font-size: inherit;
	color: #e50539;
}
.wrap .right .descr {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 100%;
	max-width: 920px;
}
.wrap .right .descr .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 7px 20px;
	border-radius: 10px;
}
.wrap .right .descr .item:nth-child(1) {
	border: 1px solid #e50539;
}
.wrap .right .descr .item:nth-child(2) {
	border: 1px solid #e50575;
}
.wrap .right .descr .item:nth-child(3) {
	border: 1px solid #bc05e5;
}
.wrap .right .descr .item:nth-child(4) {
	border: 1px solid #5305e5;
}
.wrap .right .descr .item:nth-child(5) {
	border: 1px solid #055be5;
}
.wrap .right .descr .item span {
	font-family: Verdana;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}
.wrap .right .descr .rating {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.wrap .right .descr .rating p {
	font-size: 14px;
	padding: 0;
	width: 100%;
	margin: 0;
}
.wrap .right button {
	display: block;
	width: 200px;
	height: 40px;
	background: #e50539;
	color: #fff;
	border-radius: 5px;
	text-transform: uppercase;
	padding: 5px 10px;
}
.wrap .left .left-content {
	height: 300px;
}
@media (max-width: 850px) {
	.wrap {
		flex-direction: column;
		height: 100%;
		gap: 20px;
		align-items: center;
	}
	.wrap .right {
		width: 100%;
	}
	.wrap .right .descr {
		width: 100%;
	}
	.wrap .right .descr .rating {
		flex-direction: column;
		align-items: center;
	}
	.wrap .right .descr .rating p {
		font-size: 12px;
		text-align: center;
	}
	.wrap .right button {
		margin: 0 auto;
	}
	.wrap .left .left-content {
		width: 250px;
		height: auto;
	}
}
@media (max-width: 600px) {
	.wrap .right .descr .item span {
		font-size: 14px;
		font-weight: 700;
		line-height: 21px;
	}
}

.units {
	margin-top: 10px;
}

.units_inner {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.units_inner .units_title {
	width: 100%;
}

.units_inner .units_title p {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.units_inner .units_line {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 0px;
}

.units_inner .units_line img {
	width: 484px;
	height: 8px;
}

.units_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	width: 100%;
	margin: 32px 0;
	gap: 36px;
}

.units_item_img {
	height: 180px;
	border-radius: 10px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 24px;
}

.units_item_img img {
	width: 210px;
	height: 125px;
}

.units_item:nth-child(1) .units_item_img {
	background: url(../images/card_bg_1.webp) no-repeat;
	background-size: cover;
	background-position: 0% center;
}

.units_item:nth-child(2) .units_item_img {
	background: url(../images/card_bg_2.webp) no-repeat;
	background-size: cover;
	background-position: 0% center;
}

.units_item:nth-child(3) .units_item_img {
	background: url(../images/card_bg_3.webp) no-repeat;
	background-size: cover;
	background-position: 100% center;
}

.units_item:nth-child(4) .units_item_img {
	background: url(../images/card_bg_4.webp) no-repeat;
	background-size: cover;
	background-position: 100% center;
}

.units_item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}

.units_item span {
	color: #fff;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
}

.units_item button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	cursor: pointer;
}

@media screen and (max-width: 1050px) {
	.units_list {
		grid-template-columns: repeat(2, 1fr);
	}

	.units_item_img {
		height: 140px;
	}

	.units_item_img {
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 620px) {
	.units_inner .units_title p {
		font-size: 20px;
		padding-bottom: 10px;
	}

	.units_item_img img {
		width: 96px;
		height: 57px;
	}

	.units_item_img {
		height: 100px;
	}

	.units_item span {
		font-size: 14px;
		line-height: 17px;
		display: block;
		text-align: center;
	}

	.units_list {
		gap: 24px;
	}

	.units_inner .units_line img {
		width: 300px;
		height: 5px;
	}

	.units_inner .units_line {
		margin-top: 10px;
	}
}

.slots {
	margin-top: 10px;
}

.slots_inner {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.slots_inner .slots_title {
	width: 100%;
}

.slots_inner .slots_title_first {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.slots_inner .slots_title_second {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	padding-top: 0px;
}

.slots_inner .slots_line {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 0px;
}

.slots_inner .slots_line img {
	width: 484px;
	height: 8px;
}

.slots_list {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	width: 100%;
	margin-top: 32px;
	gap: 40px;
	margin-bottom: 44px;
}

.slots_list .slots_item {
	height: 150px;
	position: relative;
	border-radius: 10px;
}

.slots_list .slots_item:nth-child(1) {
	background: url(../images/slot_1.webp) no-repeat;
	background-size: cover;
	background-position: center center;
}

.slots_list .slots_item:nth-child(2) {
	background: url(../images/slot_2.webp) no-repeat;
	background-size: cover;
	background-position: center center;
}

.slots_list .slots_item:nth-child(3) {
	background: url(../images/slot_3.webp) no-repeat;
	background-size: cover;
	background-position: center center;
}

.slots_list .slots_item:nth-child(4) {
	background: url(../images/slot_4.webp) no-repeat;
	background-size: cover;
	background-position: center center;
}

.slots_list .slots_item:nth-child(5) {
	background: url(../images/slot_5.webp) no-repeat;
	background-size: cover;
	background-position: center center;
}

.slots_list .slots_item:nth-child(6) {
	background: url(../images/slot_6.webp) no-repeat;
	background-size: cover;
	background-position: center center;
}

.slots_item_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: #13171f99;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 15px;
	opacity: 0;
	transition: 0.4s;
}

.slots_item_inner .name {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	width: 100%;
}

.slots_item_inner button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 2;
	cursor: pointer;
}

.slots_item_inner .button {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
}

.slots_item_inner .button_inner {
	display: flex;
	background: #ff2400;
	width: 137px;
	height: 56px;
	border-radius: 6px;
	justify-content: center;
	gap: 10px;
	align-items: center;
	position: relative;
	z-index: 1;
}

.slots_item_inner .button span {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	font-weight: 700;
}

.slots_item_inner .button img {
	height: 24px;
	width: 24px;
}

.slots_list .slots_item:hover .slots_item_inner {
	opacity: 1;
}

@media screen and (max-width: 1150px) {
	.slots_list {
		grid-template-columns: repeat(3, 1fr);
		margin-bottom: 20px;
	}

	.slots_item_inner {
		opacity: 1;
	}
}

@media screen and (max-width: 650px) {
	.slots_list {
		gap: 20px;
	}

	.slots_inner .slots_line img {
		width: 300px;
		height: 5px;
	}

	.slots_inner .slots_line {
		margin-top: 10px;
	}

	.slots_item_inner .button span {
		font-size: 16px;
		line-height: 20px;
	}

	.slots_item_inner .button_inner {
		width: 122px;
		height: 46px;
	}
}

@media screen and (max-width: 650px) {
	.slots_inner .slots_title_second,
	.slots_inner .slots_title_first {
		padding-bottom: 10px;
	}
}

@media screen and (max-width: 500px) {
	.slots_list {
		grid-template-columns: repeat(2, 1fr);
	}

	.slots_list .slots_item {
		height: 120px;
	}
}
@media screen and (max-width: 400px) {
	.slots_item_inner .name {
		font-size: 12px;
	}
	.slots_item_inner {
		padding: 10px 5px;
	}
}

.plus_minus {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	padding: 20px 0;
}
.plus,
.minus {
	background: transparent;
	border-radius: 12px;
}
.plus {
	border: 1px solid #04cfaa;
}
.minus {
	border: 1px solid #ff2400;
}
.plus_minus .title {
	display: flex;
	gap: 4px;
	padding: 6px 20px;
	align-items: center;
	border-radius: 12px 12px 0 0;
}
.plus_minus .title span {
	font-size: 18px;
	line-height: 24px;
	font-family: Tahoma, sans-serif;
	color: #fff;
}
.plus .title {
	background: #04cfaa;
}
.minus .title {
	background: #ff2400;
}
.plus_minus .title img {
	width: 20px;
	height: 20px;
}
.plus_minus .info {
	border-radius: 0 0 12px 12px;
	padding: 20px;
}
.plus_minus .info ul {
	margin: 0;
}
.plus_minus .info ul li {
	font-size: 16px;
	line-height: 20px;
	padding: 0px 0 8px 24px;
	position: relative;
}
.plus .info ul li::before {
	content: no-open-quote;
	background: #04cfaa;
	position: absolute;
	width: 14px;
	height: 14px;
	left: 0;
	top: 5px;
	background-size: cover;
	border-radius: 50%;
}
.minus .info ul li::before {
	content: no-open-quote;
	background: #ff2400;
	position: absolute;
	width: 14px;
	height: 14px;
	left: 0;
	top: 5px;
	background-size: cover;
	border-radius: 50%;
}

@media (max-width: 1390px) {
	.plus_minus {
		grid-template-columns: repeat(1, 1fr);
		gap: 12px;
		padding: 14px 0;
	}
	.plus_minus .title {
		padding: 6px 12px;
	}
	.plus_minus .info {
		padding: 16px 12px;
	}
	.plus_minus .info ul li {
		font-size: 14px;
		line-height: 16px;
	}
	.plus_minus .info ul li::before {
		width: 14px;
		height: 14px;
	}
}

.list-icon,
.gift-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 24px;
	width: 98%;
	max-width: 1400px;
	margin: 0 auto;
}

.gift-list {
	margin-bottom: 20px;
}

.list-icon .icon,
.gift-list .gift-icon {
	border-radius: 10px;
	background: #14171f;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	position: relative;
	overflow: hidden;
	z-index: 4;
	padding: 8px 24px;
}
.list-icon .icon.first::after {
	position: absolute;
	content: url(../images/circle.png);
	right: -15%;
	bottom: 20%;
	z-index: 1;
}

.list-icon .icon.second::after {
	position: absolute;
	content: url(../images/circle.png);
	left: -15%;
	top: 40%;
	z-index: 1;
}
.list-icon .icon.third::after {
	position: absolute;
	content: url(../images/circle.png);
	right: 0;
	top: 40%;
	z-index: 1;
}
.icon .icon-img img,
.gift-img img,
.gift-info p {
	z-index: 6;
	position: relative;
}
.icon-info {
	position: relative;
	z-index: 6;
}
.icon-info p {
	color: #fff;
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	width: 100%;
}

.icon-info .bold {
	color: #fff;
	font-family: Verdana;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
	padding-bottom: 0;
}

.gift-icon.first::after {
	position: absolute;
	content: url(../images/circle.png);
	right: -5%;
	top: 40%;
	z-index: 1;
}

.gift-icon.second::after {
	position: absolute;
	content: url(../images/circle.png);
	left: 0;
	bottom: 20%;
	z-index: 1;
}
.gift-icon.third::after {
	position: absolute;
	content: url(../images/circle.png);
	right: 0;
	top: 0;
	z-index: 1;
}

.gift-info {
	width: 51%;
}

.gift-info p {
	color: #fff;
	font-family: Verdana;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
	padding-bottom: 0;
	margin: 0;
}

@media (max-width: 1100px) {
	.list-icon,
	.gift-list {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.list-icon .icon {
		padding: 2px 16px;
	}

	.gift-list .gift-icon {
		padding: 0 16px;
	}
	.list-icon .icon.first::after {
		right: 0;
		bottom: 5%;
	}

	.list-icon .icon.second::after {
		left: 0;
		top: 20%;
	}
	.list-icon .icon.third::after {
		right: 0;
		top: 10%;
	}
	.icon.first .icon-img img,
	.icon.third .icon-img img {
		width: 64px;
		height: 76px;
	}
	.icon.second .icon-img img {
		width: 48px;
		height: 76px;
	}

	.icon-info p {
		font-size: 14px;
	}
	.gift-info {
		width: 100%;
	}
	.icon-info .bold,
	.gift-info p {
		font-size: 18px;
	}
	.gift-icon.first .gift-img img {
		width: 96px;
		height: 100px;
	}
	.gift-icon.second .gift-img img {
		width: 115px;
		height: 100px;
	}

	.gift-icon.third .gift-img img {
		width: 108px;
		height: 100px;
	}
	.gift-icon.first::after {
		right: 0;
		top: 20%;
	}

	.gift-icon.second::after {
		left: 0;
		bottom: 10%;
	}
	.gift-icon.third::after {
		right: 0;
		top: 0;
	}
}

@media (max-width: 550px) {
	.gift-info {
		width: 60%;
	}
}
