* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html,
body {
	height: 100%;
	font-family: Verdana, sans-serif;
}
main {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background: #0a0a0a;
	font-family: Verdana, sans-serif;
}
main p,
main span,
main h1,
main h2,
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 .general-table-wrapper,
main .faq-container {
	margin: 0 auto;
	width: calc(100% - 80px);
	max-width: 1450px;
}
main .general-table-wrapper {
	overflow-x: auto;
}
main figure {
	margin: 0 auto;
	margin-bottom: 20px;
}
main p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
}
main .wrapper {
	width: calc(100% - 80px);
	max-width: 1300px;
	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: 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: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	text-align: center;
	padding: 15px 0;
	color: #1e1e24;
}
h1 {
	font-size: 32px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.32px;
	margin: 10px auto 0px;
}
h2 {
	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,
a,
b,
i,
label,
input,
button,
td,
tr,
figcaption {
	color: #fb5d19;
}
p {
	padding-bottom: 20px;
}
li {
	list-style: none;
}
button {
	cursor: pointer;
	background: rgba(0, 0, 0, 0);
}
img {
	max-width: 100%;
	display: block;
}
i {
	font-style: normal;
}
#__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: 4px;
	background: rgba(0, 0, 0, 0);
}
.content .general-ol {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin-bottom: 20px;
	counter-reset: counter-ol;
	padding-left: 20px;
}
.content .general-ol li {
	position: relative;
	padding-left: 10px;
	margin-bottom: 10px;
	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;
	border-radius: 50%;
	top: 3px;
	left: -26px;
	background: #ff0000;
	font-size: 14px;
}
.header_wrapper h2 {
	text-align: left;
}
.content .general-ul {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin-bottom: 20px;
}
.content .general-ul li {
	position: relative;
	padding-bottom: 10px;
	padding-left: 15px;
}
.content .general-ul li::before {
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(/assets/images/list.svg) no-repeat;
	background-size: cover;
	left: -13px;
	top: 5px;
	content: no-open-quote;
}
.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%;
}
.general-table {
	border-collapse: collapse;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	margin: 20px auto;
}
.general-table thead {
	background: #fa5d17;
}
.general-table .general-tr {
	background: rgba(0, 0, 0, 0);
}
.general-table .general-tr .general-td {
	padding: 16px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	padding-left: 20px;
	border: 1px solid rgba(251, 251, 251, 0.2);
}
.general-table .general-tr:nth-child(2n) {
	background: #222222;
}
.general-table thead tr th {
	padding: 16px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	border-right: 1px solid #181616;
}
.general-table thead tr th:first-child {
	border-right: 1px solid #181616;
	border-left: 1px solid #fa5d17;
}
.general-table thead tr th:last-child {
	border-right: 1px solid #fa5d17;
}
.faq-container .faq-item {
	margin: 0 auto;
	z-index: 5;
	border-radius: 26px;
	transition: all 0.4s ease;
	cursor: pointer;
	border-radius: 15px;
	position: relative;
	padding: 15px 50px 15px 30px;
	margin-bottom: 20px;
	box-shadow: var(--shadow-primary);
	border: 5px solid #0a519e;
}
.faq-container .faq-item:hover .icon::before,
.faq-container .faq-item:hover .icon::after {
	background: #e7622a;
}
.faq-container .faq-item:hover {
	border-color: #e7622a;
}
.faq-container .faq-item:hover .faq-question {
	color: #e7622a;
}
.faq-container .faq-question {
	color: #fff;
	position: relative;
	padding-bottom: 0;
	font-weight: 700;
	font-size: 18px;
	top: 15px;
	width: 96%;
	line-height: 22px;
	padding-right: 25px;
}
.faq-container .faq-answer {
	width: 96%;
	padding: 10px 0 22px 0;
	height: 0;
	overflow: hidden;
	z-index: -1;
	position: relative;
	opacity: 0;
	top: 10px;
	transition: all 0.4s ease;
}
.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: #fff;
	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;
	left: 0;
	z-index: 3;
}
.faq-container .bg-active {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 26px;
	z-index: -1;
	opacity: 0;
	transition: all 0.4s ease;
}
.faq-container .toggle:checked ~ .bg-active {
	opacity: 1;
}
.faq-container .toggle:checked ~ .icon::before,
.faq-container .toggle:checked ~ .icon::after {
	background: #e7622a;
	top: 15px;
}
.faq-container .toggle:checked ~ .faq-question {
	color: #fff;
}
.faq-container .toggle:not(:checked) ~ .icon:before {
	transform: rotate(180deg);
	top: 15px;
}
.faq-container .toggle:not(:checked) ~ .icon:after {
	transform: rotate(90deg);
	top: 15px;
}
.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(/assets/images/list.svg);
	background-repeat: no-repeat;
	background-size: cover;
	left: 0;
	top: 8px;
}
.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: #002347;
}
.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;
	padding: 14px 14px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #8d8d8d;
	color: #fff;
	background-image: linear-gradient(0deg, #8d8d8d 0, #0992af);
	box-shadow: 0 11px 27px rgba(66, 140, 220, 0.63);
	border-radius: 4px;
}
.content404Page.wrapper .content404 button:hover {
	opacity: 0.8;
}
.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;
	width: 600px;
	max-width: 100%;
	padding: 16px 34px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 26px;
	text-transform: uppercase;
	border-radius: 8px;
	background: #1b64a4;
	box-shadow: 0px 0px 12px 0px rgba(11, 54, 0, 0.16);
}
.button-block button::after,
.button-block button::before {
	position: absolute;
	content: no-open-quote;
	background-repeat: no-repeat;
	background-size: cover;
}
.button-block button::after {
	width: 78px;
	height: 52px;
	background-image: url(/assets/images/circle_1.svg);
	left: 0;
	top: 0;
}
.button-block button::before {
	width: 135px;
	height: 68px;
	background-image: url(/assets/images/circle_2.svg);
	right: -30px;
	bottom: 0;
}
.quote {
	position: relative;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 40px;
	width: 96%;
	max-width: 600px;
	border-radius: 12px;
	background: #c01414;
}
.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(/assets/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: 4px;
	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;
}
@media screen and (max-width: 1250px) {
	main h1,
	main h2,
	main h3,
	main h4,
	main h5,
	main h6,
	main p,
	main figure,
	main .general-table-wrapper,
	main .faq-container {
		width: 100%;
	}
	main p {
		font-size: 15px;
		line-height: 25px;
	}
	.general-table .general-tr .general-td {
		font-size: 15px;
		line-height: 25px;
		padding: 10px;
	}
	.general-table thead tr th {
		font-size: 17px;
		padding: 10px;
		line-height: 25px;
	}
	p,
	span,
	li,
	a {
		font-size: 15px;
		line-height: 25px;
	}
	main ol,
	main ul {
		width: 96%;
	}
	main .wrapper {
		padding: 0 10px;
		width: calc(100% - 32px);
	}
	h1 {
		font-size: 23px;
		line-height: 33px;
	}
	h2 {
		font-size: 20px;
		line-height: 30px;
	}
	h3 {
		font-size: 18px;
		line-height: 28px;
	}
	h4 {
		font-size: 16px;
		line-height: 26px;
	}
	h5,
	h6 {
		font-size: 15px;
		line-height: 25px;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		padding: 10px 0;
	}
	.content {
		padding: 10px;
	}
	.general-table .general-tr .general-td {
		padding-left: 10px;
		padding-right: 10px;
	}
	.content .contentMain {
		width: 100%;
	}
	.content .general-ol li,
	.content .general-ul li {
		width: 100%;
	}
	.columns {
		flex-wrap: wrap;
	}
	.columns .column {
		width: 100%;
	}
	.column-p {
		margin-left: 0;
	}
	.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%;
	}
}
@media screen and (max-width: 400px) {
	.general-table {
		max-width: 100%;
	}
	.general-table-wrapper {
		max-width: 100%;
	}
	.faq-container .faq-item {
		padding: 10px 30px 10px 20px;
	}
}
.reviews-container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.reviews-container .reviews-item {
	margin-bottom: 18px;
	padding: 20px 0;
}
.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;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	line-height: normal;
	width: auto;
	flex: 0 0 auto;
	line-height: 1.1;
	color: #34a3f6;
	padding: 0;
}
.reviews-container .reviews-item .reviews-meta .reviews-answer {
	margin: 0;
}
.reviews-container .reviews-item .reviews-meta .reviews-mark {
	display: none;
	width: 184px;
	height: 25px;
	position: relative;
	margin: 0;
}
.reviews-container .reviews-item .reviews-meta .reviews-mark img {
	height: 100%;
}
.reviews-container .reviews-item .reviews-meta .reviews-mark:after {
	position: absolute;
	left: 0;
	top: 4px;
}
.reviews-container .reviews-item .reviews-text {
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
}
.reviews-container .reviews-item .reviews-answer {
	margin: 0;
	width: 100%;
}
.review-rating {
	display: flex;
	justify-content: space-between;
	width: 24%;
	flex-direction: column;
	gap: 20px;
}
.reviews-main .reviews-title,
.review-rating .rating-title {
	color: #1b64a4;
	font-family: Tahoma;
	font-size: 25px;
	font-weight: 700;
	line-height: 30px;
	padding: 20px 0;
	white-space: nowrap;
	margin: 0;
}
.review-rating .rating-title {
	padding: 20px 0;
}
.review-rating .rating.star-4 {
	padding: 20px;
	background: url(/assets/images/stars-4.svg) no-repeat;
	background-size: contain;
	width: 158px;
	height: 34px;
}
.review-rating .rating {
	padding: 20px;
	background: url(/assets/images/stars-5.svg) no-repeat;
	background-size: contain;
	width: 196px;
	height: 34px;
}
.reviews-main {
	width: 70%;
}
@media screen and (max-width: 950px) {
	.reviews-container {
		flex-direction: column;
	}
	.review-rating .rating-title {
		display: none;
	}
	.reviews-main {
		width: 100%;
	}
	.review-rating {
		display: none;
		padding: 0 0 20px 0;
	}
	.reviews-container .reviews-item {
		margin-bottom: 0;
		padding-bottom: 0;
		padding-top: 0;
	}
	.reviews-container .reviews-item .reviews-meta .reviews-mark {
		height: 20px;
		display: flex;
	}
}
@media screen and (max-width: 465px) {
	.reviews-main .reviews-title,
	.review-rating .rating-title {
		font-size: 24px;
		line-height: 28px;
		padding: 0;
	}
	.review-rating .rating {
		width: 94px;
		height: 20px;
	}
	.review-rating .rating.star-4 {
		width: 76px;
		height: 20px;
	}
	.review-rating {
		padding: 0;
	}
	.reviews-container .reviews-item {
		padding: 20px 0;
	}
	.reviews-container .reviews-item .reviews-meta .reviews-name {
		font-size: 20px;
	}
	.reviews-container .reviews-item .reviews-answer {
		padding-bottom: 0;
	}
}

.footer {
	background-color: #000000;
	padding: 20px 0;
}
.footer-menu {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	align-items: center;
}
.footer-menu a {
	color: #fff;
}
.footer-menu a:hover {
	color: #fb5d19;
}

.footer .footer-topside {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 20px 20px;
}
.footer .footer-topside .download {
	display: flex;
	align-items: center;
	margin-right: 20px;
	padding: 5px 5px 5px 10px;
	border-radius: 4px;
	background-color: #161616;
}
.footer .footer-topside .download span {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
.footer .footer-topside .download button {
	width: 20px;
	height: 20px;
	margin: 0 5px;
	fill: #8d8d8d;
	transition: 0.4s;
}
.footer .footerInner {
	display: flex;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
	width: 100%;
	padding-top: 20px;
}
.footer .footerInner img {
	margin: 0 auto;
	object-fit: contain;
}
.footer .footerInner .dmca-badge {
	display: block;
	margin-top: 4px;
	margin-bottom: 8px;
}
.footer .footerInner .dmca-badge img {
	display: block;
	margin: 0 auto;
}
.footer button img {
	filter: grayscale(100%);
}
.footer .footerInner .copyright {
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 10px;
	text-align: left;
}
.footer .scrollTop {
	background: linear-gradient(135deg, #fb4d00 0%, #fb7c34 100%);
	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: 80px;
	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: 10;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	height: 60px;
	padding-right: 10px;
	padding-left: 10px;
	background: #222222;
	display: none;
	justify-content: center;
	align-items: center;
}
.footer-block-btn .buttons {
	display: flex;
}
.footer-block-btn .buttons .btn-login {
	padding: 10px 20px;
	border-radius: 4px;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.1s ease-in-out;
	background: none;
	border: 1px solid #ff0000;
	margin-left: 10px;
}
.footer-block-btn .buttons .btn-reg {
	border-radius: 4px;
	background: #ff0000;
	position: relative;
	width: 100%;
	max-width: 264px;
	padding: 12px 50px;
}

.footer-block-btn .buttons .btn-reg:hover::after {
	animation: none;
	display: none;
}
@keyframes ring {
	0% {
		width: 30px;
		height: 30px;
		opacity: 1;
	}
	100% {
		width: 300px;
		height: 300px;
		opacity: 0;
	}
}
@media (max-width: 1200px) {
	.footer-block-btn {
		display: flex;
	}
	.footer {
		padding-bottom: 50px;
	}
	.footer .menu,
	.footer hr {
		display: none;
	}
	.footer .footer-topside {
		justify-content: center;
		padding-bottom: 0;
		flex-direction: column;
		gap: 20px;
	}
}
@media (max-width: 1300px) {
	.footer-menu {
		flex-direction: column;
	}
	.footer .footerInner .copyright {
		text-align: center;
	}
}

@media (max-width: 380px) {
	.footer-block-btn .buttons .btn-reg {
		padding: 12px 58px;
	}
}
.header {
	background: #222222;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	padding: 10px 20px;
}
.header .header__nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .headerInner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	margin-bottom: 10px;
}
.header .headerInner .header__top {
	display: flex;
	align-items: center;
}
.header .headerInner .header__top .logo {
	display: none;
}
.header .headerInner .header__top .header__top-download {
	display: flex;
	align-items: center;
	margin-right: 20px;
	padding: 5px 5px 5px 10px;
	border-radius: 4px;
	background-color: #161616;
}
.header .headerInner .header__top .header__top-download span {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
.header .headerInner .header__top .header__top-download button:hover {
	fill: #fff;
}
.header .headerInner .header__top .header__top-download button {
	width: 20px;
	height: 20px;
	margin: 0 5px;
	fill: #8d8d8d;
	transition: 0.4s;
}
.header .headerInner .header__top .header__security {
	margin-right: 20px;
	display: flex;
	align-items: center;
	height: 40px;
	padding: 10px;
	background: #161616;
	border-radius: 4px;
	transition: all 0.2s ease;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	border: 2px solid #161616;
}
.header .headerInner .header__top .header__security:hover {
	border: 2px solid #fff;
}
.header .headerInner .header__top .header__security button {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	text-transform: uppercase;
}
.header .headerInner .header__top .header__security button .security-img {
	display: block;
	background: url(/assets/images/security.svg);
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
}
.header .headerInner .header__top .header__security button span {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
}
.header .headerInner .header__top .header__top-settings {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	padding: 0px 10px;
	border-radius: 4px;
	background-color: #161616;
}
.header .headerInner .header__top .header__top-settings .header__top-config {
	margin-right: 10px;
	width: 20px;
	height: 20px;
	transition: fill 0.15s ease-in;
	background: url(/assets/images/settings.svg) no-repeat;
	background-size: cover;
}
.header .headerInner .header__top .header__top-settings .header__top-time {
	border-left: 2px solid #222222;
	border-right: 2px solid #222222;
	padding: 10px 15px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}
.header .headerInner .header__top .header__top-stocks {
	display: flex;
	align-items: center;
	padding: 5px 10px;
	height: 40px;
	font-size: 12px;
	font-weight: 700;
	background: #ff0000;
	color: #fff;
	border-radius: 4px;
}

.header .headerInner .header__top .header__top-stocks button {
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-weight: 600;
}
.header .headerInner .header__top .header__top-stocks button svg {
	margin-right: 10px;
	width: 20px;
	height: 20px;
	fill: #fff;
	transition: fill 0.15s ease-in;
}
.header .headerInner .header__top .header__top-stocks button span {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}
.header .headerInner .header__top .header__top-stocks button span:hover {
	color: #ffba00;
}
.header .headerInner .header__top .header__top-stocks button svg:hover {
	fill: #ffba00;
}
.header .headerInner .logo a {
	display: block;
}
.header .headerInner .logo .ampLogo {
	position: relative;
}
.header .headerInner .logo .ampLogo button {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.header .menu {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px 10px;
	flex: 1 1 auto;
	background-color: #222222;
	border-radius: 4px;
	height: 40px;
}
.header .menu .links {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px 10px;
	flex: 1 1 auto;
	background-color: #222222;
	border-radius: 4px;
	height: 40px;
}
.header .menu a,
.header .menu > button {
	padding: 0px 10px;
	color: #fff;
	font-size: 18px;
	line-height: 1.15;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	transition: color 0.3s ease;
}

.header .menu a:last-child {
	margin-right: 0;
}
.header .menu a:hover {
	color: #6fff01;
}
.header .menu a.active {
	color: #fff;
}
.header .menu .btn-bonus-buy {
	font-size: 15px;
	display: flex;
	align-items: center;
	border-radius: 4px;
	border: 2px solid #6fff01;
	padding: 0px 20px;
	color: #fff;
	line-height: 1.15;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	transition: color 0.3s ease;
	margin-left: 40px;
}
.header .menu .btn-bonus-buy span:hover {
	color: #6fff01;
}
.header .menu .btn-bonus-buy img {
	margin-right: 8px;
}
.buttons .logButton {
	padding: 10px 20px;
	border-radius: 4px;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	background: rgba(0, 0, 0, 0);
	transition: all 0.1s ease-in-out;
	background: none;
	border: 1px solid #ff0000;
}
.buttons .logButton:hover,
.buttons .logButton:active {
	background: linear-gradient(135deg, #ff7a4d 0%, #ff9567 100%);
}
.buttons .regButton,
.iframe-game-container-play {
	position: relative;
	margin-right: 20px;
	background: #ff0000;
	padding: 10px 20px;
	border-radius: 4px;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.1s ease-in-out;
	padding: 12px 58px;
}
.buttons .regButton:hover,
.buttons .regButton:active {
	background: linear-gradient(135deg, #ff7a4d 0%, #ff9567 100%);
}
.mobileMenu .mobileMenuLinks button {
	padding: 0 10px;
	color: #fff;
	font-size: 18px;
	line-height: 1.15;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	transition: color 0.3s ease;
}
@media screen and (max-width: 1380px) {
	.header .menu .btn-bonus-buy {
		margin-left: 0;
	}
	.header .menu a {
		font-size: 16px;
	}
}

@media screen and (max-width: 1255px) {
	.header .menu {
		display: none;
	}
	.header .btn-bonus-buy {
		display: none;
	}
	.header .header__nav {
		justify-content: center;
	}
	.header .header__nav a {
		z-index: 20;
	}
	.header .header__nav a img {
		height: 30px;
		width: 174px;
	}
	.header .headerInner .header__top {
		width: 100%;
	}
	.header .headerInner .header__top .logo {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: center;
	}
	.header .headerInner .header__top .header__top-download,
	.header .headerInner .header__top .header__security,
	.header .headerInner .header__top .header__top-settings {
		display: none;
	}
	.header .headerInner .header__top .header__top-stocks {
		height: 30px;
		padding: 0 10px;
		z-index: 15;
	}
	.buttons {
		display: none;
	}
	.buttons .regButton {
		margin-right: 0;
	}
	.buttons .regButton,
	.buttons .logButton {
		font-size: 18px;
	}
}
@media screen and (max-width: 370px) {
	.footer-block-btn .buttons .btn-reg,
	.footer-block-btn .buttons .btn-login {
		font-size: 16px;
	}
	.footer-block-btn .buttons .btn-reg {
		padding: 12px 30px;
	}
}
.burger {
	display: none;
	position: relative;
}
.mobileMenu {
	position: fixed;
	top: 0;
	right: 0%;
	display: block;
	z-index: 5;
	background: #0a0a0a;
	width: 100%;
	min-height: 100vh;
	padding: 30px 20px;
	transition: 0.5s ease-in-out;
}
.mobileMenu .buttons {
	display: block;
	margin-top: 32px;
}
.mobileMenu .buttons button {
	display: block;
	margin: 0 auto 12px;
	width: 50%;
}

.mobileMenu .mobileMenuTop {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 50px;
}
.mobileMenu .mobileMenuLinks {
	display: flex;
	flex-direction: column;
	gap: 28px;
	align-items: center;
}
.mobileMenu .mobileMenuLinks a {
	padding: 0px 10px;
	color: #fff;
	font-size: 18px;
	line-height: 1.15;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	transition: color 0.3s ease;
}
.mobileMenu .mobileMenuLinks a:active {
	color: #181616;
}
.mobileMenu .mobileMenuLinks .btn-bonus-buy {
	font-size: 15px;
	display: flex;
	align-items: center;
	border-radius: 4px;
	border: 2px solid #6fff01;
	padding: 0px 20px;
	color: #fff;
	line-height: 1.15;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	transition: color 0.3s ease;
	width: 100%;
	max-width: 170px;
}
.mobileMenu .mobileMenuLinks button span {
	margin-left: 5px;
}
.mobileMenu {
	top: -200%;
}
.mobileMenu.active {
	top: 0;
}
.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: 1250px) {
	.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(/assets/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.wrapper {
		margin-top: 15px;
	}
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.banner_tr {
	padding: 37px 0 52px 0;
	background: url(/assets/images/banner-tr.webp) no-repeat;
	background-size: cover;
	background-position: center center;
	margin-top: 130px;
}
.banner_tr .info {
	display: flex;
	justify-content: center;
	text-align: center;
}
.banner_tr .mainText {
	color: #fff;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 35px;
	letter-spacing: 4.5px;
	text-transform: uppercase;
}
.banner_tr .secondText {
	color: #ff9616;
	font-size: 100px;
	font-style: normal;
	font-weight: 800;
	line-height: 110px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	width: 100%;
}
.banner_tr .secondText span {
	color: #fff;
	font-size: 40px;
	font-style: normal;
	font-weight: 800;
	line-height: 40px;
	letter-spacing: 0.4px;
	text-transform: uppercase;
}
.banner_tr .thirdText {
	color: #fff;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 2.1px;
	text-transform: uppercase;
}
.banner_tr .buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.banner_tr .buttons .btn-banner {
	border-radius: 50px;
	border: 1px solid #fdc19f;
	background: linear-gradient(92deg, #f95117 0%, #f66f35 100%);
	box-shadow: 0px 0px 12px 0px rgba(255, 46, 0, 0.26);
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
	padding: 26px 40px;
}
.banner_tr .buttons .btn-apkmain {
	border-radius: 50px;
	background: linear-gradient(180deg, #6398e4 0%, #568bd6 100%);
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
	padding: 26px 40px;
}
.banner_tr .buttons button:hover {
	background: linear-gradient(125deg, #ff7a4d 0%, #ff9567 100%);
	box-shadow: 0px 0px 12px 0px rgba(255, 92, 0, 0.26);
}
@media (max-width: 1250px) {
	.banner_tr {
		margin-top: 90px;
		height: 150px;
		position: relative;
		padding: 6px 0 52px 0;
		margin-bottom: 30px;
	}
	.banner_tr .mainText {
		font-size: 25px;
		line-height: 35px;
		letter-spacing: 1.5px;
	}
	.banner_tr .secondText {
		font-size: 50px;
		line-height: 50px;
		letter-spacing: 0.5px;
		padding-bottom: 0px;
	}
	.banner_tr .secondText span {
		font-size: 20px;
		letter-spacing: 0.2px;
	}
	.banner_tr .thirdText {
		font-size: 12px;
		letter-spacing: 0.72px;
	}
	.banner_tr .buttons {
		position: absolute;
		left: 0;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.banner_tr .buttons .btn-banner,
	.banner_tr .buttons .btn-apkmain {
		padding: 18px 34px;
		font-size: 20px;
		line-height: 22px;
	}
}
@media (max-width: 600px) {
	.banner_tr .mainText {
		font-size: 18px;
		line-height: 28px;
	}
	.banner_tr .buttons .btn-apkmain {
		padding: 18px 65px;
	}
	.banner_tr .buttons {
		flex-direction: column;
		bottom: -62%;
	}
	.banner_tr .secondText {
		font-size: 40px;
		line-height: 30px;
		padding-top: 10px;
	}
	.banner_tr .thirdText {
		font-size: 12px;
		padding-bottom: 0;
		padding-top: 10px;
	}
}
@media (max-width: 350px) {
	.banner_tr .buttons .btn-banner {
		padding: 18px 28px;
		font-size: 18px;
		line-height: 20px;
	}
	.banner_tr .buttons .btn-apkmain {
		font-size: 18px;
		line-height: 20px;
		padding: 18px 55px;
	}
}
.telegram {
	width: 96%;
	max-width: 1120px;
	height: 122px;
	margin: 0 auto;
	background: linear-gradient(180deg, #0041a4 0%, #002f59 100%);
	margin-top: 20px;
	border-radius: 14px;
	position: relative;
	overflow: hidden;
}
.telegram:after {
	content: no-open-quote;
	position: absolute;
	top: 0;
	right: 0;
	width: 285px;
	height: 100%;
	background: url(/assets/images/telegram-back.webp) no-repeat;
	background-size: cover;
	border-radius: 0 14px 14px 0;
	z-index: 1;
}
.telegram_inner {
	display: flex;
	justify-content: center;
	height: 100%;
}
.telegram_inner .text {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
	position: relative;
	z-index: 2;
}
.telegram_inner .text p {
	color: #fff;
	text-align: center;
	font-family: Tahoma;
	font-size: 22px;
	font-weight: 700;
	font-style: normal;
	line-height: 28px;
	text-transform: uppercase;
	width: 100%;
	max-width: 328px;
	margin: 0 auto;
	padding-bottom: 8px;
}
.telegram_inner .text button {
	border-radius: 39px;
	padding: 5px 0;
	background: linear-gradient(90deg, #f84c20 0%, #f56634 100%);
	color: #fff;
	text-align: center;
	font-family: Tahoma;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
	width: 400px;
}
.telegram_inner .text button:hover {
	background: linear-gradient(0deg, #fa8100 0, #fa8100);
}
@media (max-width: 950px) {
	.telegram {
		height: 90px;
		margin-top: 20px;
	}
	.telegram_inner .text p {
		font-size: 14px;
		line-height: 18px;
		max-width: 209px;
		padding-bottom: 6px;
	}
	.telegram_inner .text button {
		font-size: 14px;
		line-height: 22px;
		width: 208px;
	}
	.telegram:after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 66px;
		height: 100%;
		background: url(/assets/images/telegram-back-mobile.webp) no-repeat;
		background-size: cover;
		border-radius: 0 14px 14px 0;
		z-index: 1;
	}
}
@media (max-width: 400px) {
	.telegram_inner {
		justify-content: flex-start;
		margin-left: 32px;
	}
}
@media (max-width: 350px) {
	.telegram_inner {
		margin-left: 5%;
	}
}
.panel {
	width: 96%;
	max-width: 1120px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 30px;
}
.panel_top,
.panel_bottom {
	display: flex;
	height: 122px;
	justify-content: space-between;
	position: relative;
}
.panel_top button,
.panel_bottom button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.panel_bottom {
	margin-top: 20px;
}
.panel_top .panel_giris,
.panel_top .panel_casino {
	height: 100%;
	border-radius: 14px;
	width: 49%;
	background: linear-gradient(180deg, #0041a4 0%, #002f59 100%);
	position: relative;
	overflow: hidden;
}
.panel_bottom .panel_aviator {
	height: 100%;
	border-radius: 14px;
	width: 41%;
	background: linear-gradient(180deg, #0041a4 0%, #002f59 100%);
	position: relative;
	overflow: hidden;
}
.panel_bottom .panel_app {
	height: 100%;
	border-radius: 14px;
	width: 57%;
	background: linear-gradient(180deg, #ff8a00 0%, #f24900 100%);
	position: relative;
	overflow: hidden;
}
.panel_top span,
.panel_bottom span {
	color: #fff;
	font-family: Tahoma;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	text-transform: uppercase;
	position: absolute;
	left: 20px;
	bottom: 16px;
	z-index: 2;
}
.panel_top .panel_giris:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 183px;
	height: 100%;
	background: url(/assets/images/giris-back.webp) no-repeat;
	background-size: cover;
	border-radius: 0 14px 14px 0;
	z-index: 1;
}
.panel_top .panel_casino:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 181px;
	height: 100%;
	background: url(/assets/images/casino-back.webp) no-repeat;
	background-size: cover;
	border-radius: 0 14px 14px 0;
	z-index: 1;
}
.panel_bottom .panel_aviator:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 141px;
	height: 100%;
	background: url(/assets/images/aviator-back.webp) no-repeat;
	background-size: cover;
	border-radius: 0 14px 14px 0;
	z-index: 1;
}
.panel_bottom .panel_app:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 158px;
	height: 100%;
	background: url(/assets/images/app-back.webp) no-repeat;
	background-size: cover;
	border-radius: 0 14px 14px 0;
	z-index: 1;
}
.panel_bottom .panel_app span {
	font-weight: 700;
}
.panel_bottom .panel_app:hover {
	background: linear-gradient(0deg, #fa8100 0, #fa8100);
}
.panel_top .panel_giris:hover,
.panel_top .panel_casino:hover,
.panel_bottom .panel_aviator:hover {
	background: linear-gradient(180deg, #0041a4 0%, #095ca5 100%);
}
@media (max-width: 950px) {
	.panel {
		margin-top: 8px;
		margin-bottom: 10px;
	}
	.panel_top,
	.panel_bottom {
		height: 90px;
	}
	.panel_bottom {
		margin-top: 8px;
	}
	.panel_top .panel_giris:after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 66px;
		height: 100%;
		background: url(/assets/images/giris-back-mobile.webp) no-repeat;
		background-size: cover;
		border-radius: 0 14px 14px 0;
		z-index: 1;
	}
	.panel_top .panel_casino:after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 78px;
		height: 100%;
		background: url(/assets/images/casino-back-mobile.webp) no-repeat;
		background-size: cover;
		border-radius: 0 14px 14px 0;
		z-index: 1;
	}
	.panel_bottom .panel_aviator:after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 56px;
		height: 100%;
		background: url(/assets/images/aviator-back-mobile.webp) no-repeat;
		background-size: cover;
		border-radius: 0 14px 14px 0;
		z-index: 1;
	}
	.panel_bottom .panel_app:after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 91px;
		height: 100%;
		background: url(/assets/images/app-back-mobile.webp) no-repeat;
		background-size: cover;
		border-radius: 0 14px 14px 0;
		z-index: 1;
	}
	.panel_top span,
	.panel_bottom span {
		font-size: 14px;
		line-height: 18px;
		left: 12px;
		bottom: 6px;
	}
}
@media (max-width: 380px) {
	.panel_bottom .panel_app:after {
		right: -12%;
	}
}

.testimonials-block {
	padding: 0 20px;
}

.testimonial-block {
	display: flex;
	flex-direction: column;
	align-items: baseline;
	justify-content: left;
	vertical-align: middle;
	width: calc(100% - 80px);
	max-width: 1450px;
	padding: 20px;
	border: 1px solid #fff;
	border-radius: 10px;
	margin: 0 auto;
	margin-bottom: 12px;
}

.testimonial-block .title {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 20px;
	color: #e8692c;
}

.testimonial-block p {
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	margin: 0;
	width: 100%;
}

@media screen and (max-width: 1250px) {
	.testimonial-block {
		width: calc(100% - 32px);
	}
}

/* .module-game-player {
  background: #141414;overflow: hidden;
  border-radius: 15px;
  height: 100%;
  margin: 1.6rem auto;
  position: relative;
  max-width: 800px;
}
.module-game-player .game {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.module-game-player .iframe-game {
  height: 27rem;
  z-index: 2;
}
.module-game-player .iframe-game-container {
  grid-row-gap: 2.4rem;
  align-items: center;
  bottom: 0;
  display: grid;
  justify-content: center;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

.iframe-game-container-play {
  margin-right: 0;
} */

.slots {
	margin-bottom: 20px;
	margin-top: 20px;
}
.slots_inner .slots_title {
	display: flex;
	gap: 16px;
	margin-bottom: 24px;
}
.slots_inner .slots_title span {
	font-size: 24px;
	line-height: 36px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
}
.slots_list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 16px 32px;
	gap: 16px 32px;
	padding: 32px 52px 24px 52px;
	background: #0a3b76;
	border-radius: 10px;
	position: relative;
}
.slots_list .slots_line {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	display: flex;
	justify-content: center;
	padding: 0 52px;
}
.slots_list .slots_line .slots_lineInner {
	width: 100%;
	height: 100%;
	background: #2c99ef;
	border-radius: 0 0 10px 10px;
}
.slots .slot_item {
	position: relative;
	height: 139px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.slots .slot_item button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.slots .slot_item .slot_itemImg {
	width: 100%;
	height: 110px;
	border-radius: 10px;
}
.slots .slot_item span {
	font-size: 14px;
	line-height: 21px;
}
.slots_list .slot_item1 .slot_itemImg {
	background: url('/assets/images/most-game.webp') no-repeat;
	background-position: center center;
	background-size: cover;
}
.slots_list .slot_item2 .slot_itemImg {
	background: url('/assets/images/book-of-dead.webp') no-repeat;
	background-position: center center;
	background-size: cover;
}
.slots_list .slot_item3 .slot_itemImg {
	background: url('/assets/images/jammin-jars.webp') no-repeat;
	background-position: center center;
	background-size: cover;
}
.slots_list .slot_item4 .slot_itemImg {
	background: url('/assets/images/razor-shark.webp') no-repeat;
	background-position: center center;
	background-size: cover;
}
.slots_list .slot_item5 .slot_itemImg {
	background: url('/assets/images/cygnus.webp') no-repeat;
	background-position: center center;
	background-size: cover;
}
.slots_list .slot_item6 .slot_itemImg {
	background: url('/assets/images/winter_7.webp') no-repeat;
	background-position: center center;
	background-size: cover;
}
@media screen and (max-width: 1250px) {
	.slots_list .slots_line {
		padding: 0 12px;
		height: 4px;
	}
	.slots_list {
		padding: 20px 12px 20px 12px;
	}
	.slots_inner .slots_title span {
		font-size: 18px;
		line-height: 27px;
	}
	.slots_inner .slots_title img {
		height: 24px;
		width: 24px;
	}
	.slots_inner .slots_title {
		align-items: center;
		gap: 12px;
		margin-bottom: 16px;
	}
}
@media screen and (max-width: 880px) {
	.slots .slot_item .slot_itemImg {
		height: 64px;
	}
	.slots .slot_item {
		height: 90px;
	}
	.slots_list {
		gap: 16px 20px;
	}
	.slots .slot_item span {
		font-size: 10px;
		line-height: 16px;
	}
}
@media screen and (max-width: 600px) {
	.slots_list {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media screen and (max-width: 450px) {
	.slots_list {
		grid-template-columns: repeat(2, 1fr);
	}
}
.plus_minus {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	grid-gap: 20px;
	gap: 20px;
	padding: 20px 0;
}
.plus,
.minus {
	background: rgba(0, 0, 0, 0);
	border-radius: 12px;
}
.plus {
	border: 1px solid #0aa04f;
}
.minus {
	border: 1px solid #cc1001;
}
.plus_minus .title {
	display: flex;
	gap: 15px;
	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_minus .plus .title {
	border: 1px solid #0aa04f;
}
.plus_minus .minus .title {
	border-bottom: 1px solid #cc1001;
}
.plus_minus .title img {
	width: 18px;
	height: 18px;
}
.plus_minus .info {
	border-radius: 0 0 12px 12px;
	padding: 20px;
}
.plus_minus .info ul {
	margin-bottom: 0;
}
.plus_minus .minus .info ul li,
.plus_minus .plus .info ul li {
	line-height: 20px;
	padding: 0px 0 8px 24px;
	position: relative;
}
.plus .info ul li::before {
	content: no-open-quote;
	position: absolute;
	width: 8px;
	height: 8px;
	left: 0;
	top: 8px;
	background-color: #08a04f;
	border-radius: 50%;
}
.plus_minus .minus .info ul li::before {
	content: no-open-quote;
	position: absolute;
	width: 8px;
	height: 8px;
	left: 0;
	top: 8px;
	background-color: #cc1001;
	border-radius: 50%;
}
@media (max-width: 1250px) {
	.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;
	}
}

.demo {
	position: relative;
	overflow: hidden;
	height: 0;
	max-width: 800px;
	padding-bottom: 480px;
	width: 780px;
	max-width: 98%;
	margin: 32px auto;
	aspect-ratio: 4 / 3;
	background: center center no-repeat;
	background-size: cover;
	border-radius: 15px;
}
.demo iframe {
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.show-iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.doubleBanner {
	margin: 0 auto;
	width: calc(100% - 80px);
	max-width: 1450px;
	margin-top: 162px;
	margin-bottom: 32px;
	display: flex;
	gap: 12px 20px;
	height: 360px;
}
.doubleBannerRight {
	width: 45%;
}
.doubleBannerLeft {
	width: 55%;
	height: 100%;
	background: url(/assets/images/left.png) no-repeat;
	background-size: cover;
	background-position: 100% 0;
	position: relative;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
}
.doubleBannerLeftOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 4px;
}
.doubleBannerLeftText {
	position: relative;
	z-index: 2;
	max-width: 500px;
	height: 100%;
	padding-top: 57px;
	padding-left: 32px;
}
.doubleBannerLeftText p {
	color: #6fff01;
	font-size: 40px;
	font-weight: bold;
	line-height: 50px;
	width: 100%;
	text-shadow: -2px -1px 2px #000000;
}
.doubleBannerLeftText span {
	display: block;
	color: rgba(255, 255, 255, 1);
	font-weight: bold;
	font-size: 32px;
	padding-bottom: 32px;
	text-shadow: -2px -1px 2px #000000;
}
.doubleBannerLeftText button {
	padding: 20px 32px;
	background: #6fff01;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	border-radius: 4px;
	transition: 0.4s;
	text-transform: uppercase;
}
.doubleBannerLeftText button:hover {
	background: #0a519e;
}
.doubleBannerRight {
	background: 000000;
	border-radius: 12px;
	position: relative;
	overflow: hidden;
}
.doubleBannerRight img {
	width: 372px;
	height: 360px;
	position: absolute;
	bottom: 0;
	right: -5%;
	z-index: 1;
}
.doubleBannerRightText {
	max-width: 360px;
	padding-left: 32px;
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	height: 100%;
	flex-direction: column;
}
.doubleBannerRightText p {
	color: rgba(255, 255, 255, 1);
	font-size: 32px;
	font-weight: bold;
	line-height: 40px;
	width: 100%;
	text-shadow: -2px -1px 2px #000000;
	padding-bottom: 32px;
}
.doubleBannerRightText button {
	padding: 20px 32px;
	background: #ff0000;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	border-radius: 4px;
	transition: 0.4s;
	text-transform: uppercase;
	align-self: baseline;
}
.doubleBannerRightText button:hover {
	background: linear-gradient(135deg, #ff7a4d 0%, #ff9567 100%);
}

@media screen and (max-width: 1255px) {
	.doubleBanner {
		margin-top: 122px;
		margin-bottom: 0px;
	}
	.doubleBannerRight img {
		right: -15%;
	}
}
@media screen and (max-width: 1250px) {
	.doubleBanner {
		width: calc(100% - 20px);
		margin-top: 105px;
	}
}
@media screen and (max-width: 1000px) {
	.doubleBanner {
		height: auto;
		flex-wrap: wrap;
	}
	.doubleBannerRight,
	.doubleBannerLeft {
		width: 100%;
	}
	/* .doubleBannerLeft {
		background: url(/assets/images/doublebanner-left-mob.webp) no-repeat;
		background-size: cover;
	} */
	.doubleBannerLeftText {
		padding-top: 26px;
		padding-left: 24px;
		padding-bottom: 26px;
	}
	.doubleBannerLeftText p {
		font-size: 28px;
		line-height: 32px;
		padding-bottom: 12px;
	}
	.doubleBannerLeftText span {
		font-size: 24px;
		line-height: 32px;
		padding-bottom: 20px;
	}
	.doubleBannerLeftText button,
	.doubleBannerRightText button {
		padding: 16px 32px;
	}
	.doubleBannerRightText p {
		font-size: 24px;
		line-height: 28px;
		padding-bottom: 20px;
	}
	.doubleBannerRightText {
		padding: 50px 24px;
		max-width: 400px;
	}
	.doubleBannerRight img {
		width: 238px;
		height: 230px;
		right: 0;
	}
}
@media screen and (max-width: 550px) {
	.doubleBannerLeft {
		background-position: 50% 0;
	}
	.doubleBannerLeftText p {
		font-size: 24px;
		line-height: 28px;
	}
	.doubleBannerLeftText {
		padding: 33px 16px;
	}
	.doubleBannerLeftText span {
		font-size: 20px;
		line-height: 28px;
	}
	.doubleBannerRightText {
		padding: 37px 16px;
		max-width: 280px;
	}
	.doubleBannerRight img {
		right: -15%;
	}
}
@media screen and (max-width: 380px) {
	.doubleBannerRight img {
		right: -25%;
	}
}
