* {
	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: #262634;
	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 {
	color: #fff;
	margin: 0 auto;
	width: calc(100% - 80px);
	max-width: 1280px
}

main .general-table-wrapper {
	overflow-x: overlay
}

main figure {
	margin: 0 auto;
	margin-bottom: 20px
}

main p {
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	line-height: 26px
}

main .wrapper {
	margin: 0 auto;
	width: calc(100% - 40px);
	max-width: 1280px
}

body {
	overflow-x: hidden;
	position: relative;
	background: #f5f5f5
}

a {
	text-decoration: none;
	transition: .3s
}

table,
tr,
td,
tbody,
thead {
	font-family: Verdana, sans-serif
}

input,
button {
	font-family: Verdana, sans-serif;
	border: none;
	box-shadow: none;
	transition: .3s
}

input {
	outline: none
}

p,
span,
li,
a {
	font-size: 15px;
	line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-align: center;
	padding: 15px 0;
	color: #fff
}

h1 {
	font-size: 41px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 1.32px
}

h2 {
	font-size: 27px;
	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: #fff
}

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
}

.content {
	position: relative;
	padding-top: 40px;
	
}

.content .content-block {
	margin-bottom: 20px;
	border-radius: 20px;
	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: -2px;
	left: -26px;
	background: #dc1f00;
	font-size: 14px;
}

.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 {
	content: no-open-quote;
	position: absolute;
	width: 8px;
	height: 8px;
	left: 0;
	top: 8px;
	background-color: #dc1f00;
	border-radius: 50%
}

.pageError {
	min-height: calc(100vh - 70px)
}

.buttons {
	display: flex;
	align-items: center;
	gap: 20px
}

.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;
	border-radius: 18px
}

.general-table .general-tr {
	background: rgba(0, 0, 0, 0)
}

.general-table .general-tr .general-td {
	padding: 16px;
	text-align: start;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	background-color: rgba(0, 0, 0, 0);
	padding-left: 20px;
	border: 1px solid #dc1f00
}

.general-table thead tr th {
	padding: 16px;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	border-right: 1px solid #dc1f00;
	border-top: 1px solid #dc1f00;
	border-bottom: 1px solid #dc1f00
}

.general-table thead tr th:first-child {
	border-right: 1px solid #dc1f00;
	border-left: 1px solid #dc1f00;
	border-top: 1px solid #dc1f00
}

.general-table thead tr th:last-child {
	border-right: 1px solid #dc1f00;
	border-top: 1px solid #dc1f00
}


.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 #f28d24
}

.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: #f28d24;
	width: 100%;
	cursor: pointer;
	border-radius: 7px;
	transition: all .25s ease-out
}

.table_of_contents .table_box {
	max-height: 0px;
	overflow: hidden;
	transition: max-height .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: #f28d24
}

.content404Page.wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	max-width: 100%;
	width: 100%;
	background: #262634
}

.content404Page.wrapper .content404 {
	display: flex;
	flex-direction: column;
	width: 400px
}

.content404Page.wrapper .content404 img {
	display: block;
	margin: 0 auto
}

.content404Page.wrapper .content404 h1 {
	color: #ffffff
}

.content404Page.wrapper .content404 button {
	display: inline-block;
	background: #dc1f00;
	padding: 5px 15px;
	border-radius: 5px;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	color: #fff
}

.content404Page.wrapper .content404 button:hover {
	background: #a10000
}


.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: 620px;
	max-width: 100%;
	padding: 16px 34px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 26px;
	text-transform: uppercase;
	border-radius: 8px;
	background: #dc1f00;
	box-shadow: 0px 0px 12px 0px rgba(11, 54, 0, .16)
}


.quote {
	position: relative;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 40px;
	width: 96%;
	max-width: 600px;
	border-radius: 12px;
	background: #e50539
}

.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(/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)
}


@media screen and (max-width: 1250px) {

	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 {
		width: calc(100% - 32px)
	}

	main .wrapper {
		padding: 4px 0;
		width: calc(100% - 32px)
	}

	h1 {
		font-size: 26px;
		line-height: 30px
	}

	h2 {
		font-size: 22px;
		line-height: 32px
	}

	h3 {
		font-size: 20px;
		line-height: 30px
	}

	h4 {
		font-size: 18px;
		line-height: 28px
	}

	h5,
	h6 {
		font-size: 16px;
		line-height: 26px
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		padding: 10px 0
	}

	.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%
	}

	.button-block button {
		padding: 14px 5px
	}

	.quote {
		width: calc(100% - 32px)
	}

}


@media screen and (max-width: 400px) {
	.general-table {
		max-width: 100%
	}

	.general-table-wrapper {
		max-width: 100%
	}
}



.footer {
	display: block;
	background: #000;
	box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, .1);
	padding: 20px 0
}

.footer .footerInner {
	display: block;
	text-align: center
}

.footer .footerInner .dmca-badge {
	display: block;
	margin-top: 4px;
	margin-bottom: 8px
}

.footer .footerInner .dmca-badge img {
	display: block;
	margin: 0 auto
}

.footer .footerInner .copyright {
	color: #FFFFFF80;
    font-size: 13px
}

.footer .footerInner .menu {
	padding: 18px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
	gap: 10px
}

.footer .footerInner .menu a {
	color: #fff;
	margin: 0 5px 5px 5px
}

.footer .scrollTop {
	background: #dc1f00;
	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
}

.footer .scrollTop.pam_content {
	opacity: 1
}

.footer-block-btn {
	z-index: 5;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	height: 80px;
	padding-right: 16px;
	padding-left: 16px;
	width: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	display: none;
	justify-content: center;
	align-items: center;
	background-color: #fff
}

.footer-block-btn .buttons {
	display: flex;
	justify-content: center;
	width: 100%
}

.footer-block-btn .buttons .regButton {
	background: url(/button-reg.svg) no-repeat;
	background-size: contain;
	width: 253px;
	height: 57px
}

.footer-block-btn .buttons .regButton:hover {
	opacity: .8
}

.footer-block-btn .buttons .logButton {
	background: url(/button-log.svg) no-repeat;
	background-size: contain;
	width: 205px;
	height: 57px
}

.footer-block-btn .buttons .logButton:hover {
	opacity: .8
}

@media(max-width: 760px) {
	.footer {
		padding: 20px 0 20px 0px
	}

	.footer-block-btn {
		display: flex
	}
}

@media(max-width: 390px) {
	.footer .footerInner .menu {
		grid-template-columns: repeat(1, 1fr)
	}
}

main .wrapper {
	margin: 0 auto;
	width: calc(100% - 80px);
	max-width: 1200px
}



.breadcrumbs {
	display: flex;
	align-items: center;
	padding-top: 25px;
	overflow-x: hidden
}

.breadcrumbs a {
	color: #3959d9;
	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(/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
	}
}


.new-banner-parent {
	margin-top: 60px;
	height: 400px;
}


.new-banner {
	height: 100%;
	width: 100%;
	position: relative;
	background-size: cover !important;
	background-position: center !important
}

.new-banner.vario-1 {
	background: #060407
}

.new-banner .new-banner__text {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.new-banner .new-banner__text>div * {
	position: relative;
	z-index: 5
}

.new-banner .new-banner__text-before,
.new-banner .new-banner__text-after {
	content: no-open-quote;
	position: absolute;
	top: 0;
	background-size: cover !important
}

.new-banner .new-banner__text .btn-banner {
	padding: 26px 40px;
	border: 1px solid #f66e34;
	background: linear-gradient(92deg, #FF532D 0%, #FF2214 100%);
	box-shadow: 0px 0px 12px 0px rgba(255, 46, 0, .26);
	border-radius: 50px;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase
}

.new-banner.vario-1 .new-banner__text-before {
	left: 0;
	background: url("/uploads/img/vario-left-1.webp") no-repeat;
	width: 759px;
	height: 408px;
	background-position: right
}

.new-banner.vario-1 .new-banner__text-after {
	right: 0;
	background: url("/uploads/img/vario-right.webp") no-repeat;
	width: 706px;
	height: 408px
}

.new-banner .new-banner__text .banner__text-small {
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 1.5px;
	text-transform: uppercase
}

.new-banner .new-banner__text .banner__text-desc {
	font-size: 120px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	line-height: 60px;
	margin: 10px 0;
	white-space: nowrap
}

.new-banner .new-banner__text .banner__text-desc i {
	color: #ff2416
}

.new-banner .new-banner__text .banner__text-big {
	font-size: 34px;
	font-weight: 500;
	letter-spacing: 2.04px;
	text-transform: uppercase;
	padding-bottom: 26px
}



@media screen and (max-width: 1200px) {
	.new-banner.vario-1 .new-banner__text-before {
		left: -260px;
		width: 700px;
		height: 408px
	}

	.new-banner.vario-2 .new-banner__text-after {
		right: -100px
	}
}

@media screen and (max-width: 1024px) {
	.new-banner-parent {
		top: 0px;
		overflow: hidden
	}

	.new-banner .new-banner__text .banner__text-big {
		font-size: 30px
	}

	.new-banner .new-banner__text .banner__text-desc {
		font-size: 100px;
		margin: 0;
        line-height: 50px;
	}

	.new-banner .new-banner__text .banner__text-small {
		font-size: 23px
	}

	.new-banner .new-banner__text .btn-banner {
		font-size: 20px;
		padding: 20px 50px
	}
}

@media screen and (max-width: 640px) {
	#theme-header.has-normal-width-logo #logo img {
		max-width: 64px !important
	}

	.new-banner-parent {
		height: 171px;
		padding-bottom: 0px;
		overflow: visible
	}

	.new-banner .new-banner__text .banner__text-small {
		font-size: 11px;
		letter-spacing: .22px;
        padding: 0;
		padding-top: 48px
	}

	.new-banner .new-banner__text .banner__text-desc {
		font-size: 42px;
		letter-spacing: .52px;
		line-height: 42px;
		margin-left: 15px;
        padding: 0;
	}

	.new-banner .new-banner__text .banner__text-big {
		font-size: 18px;
		letter-spacing: .54px
	}

	.new-banner .new-banner__text .btn-banner {
		padding: 18px 34px;
		width: 360px;
		max-width: 80%;
		font-size: 17px;
		position: relative;
		top: -7px
	}

	.new-banner.vario-1 .new-banner__text-before {
		left: -15%;
		width: 289px;
		height: 171px;
		top: 0;
		bottom: auto
	}

	.new-banner.vario-1 .new-banner__text-after {
		right: 0;
		width: 212px;
		height: 171px
	}

	.new-banner-parent {
		margin-bottom: 50px
	}
}

@media screen and (max-width: 420px) {
	.new-banner.vario-2 .new-banner__text-before {
		bottom: 0px
	}

	.new-banner.vario-2 .new-banner__text-after {
		bottom: 0px
	}
    .bannerwidth {
        width: 100%
    }
}



.slots {
    margin-bottom: 30px
}

.slots .slots-list {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, 220px);
    grid-gap: 20px;
    grid-gap: 20px;
    gap: 20px;
    justify-content: center;
}

.slots .slots-list ul {
    margin: 0;
}
.slots .slots-list .slot {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
	background: #262634;
	width: 100%;
	box-shadow: 0px 4px 4px 0px #00000040;
}

.slots .slots-list .slot .caption {
    margin-top: 8px;
    padding: 16px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
}

.slots .slots-list .slot .img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.slots .slots-list .slot img {
    height: auto
}
.slots .slots-list .slot .slot-buttons {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    flex-direction: column;
    gap: 10px;
    z-index: 5;
	opacity: 1;
}

.slots .slots-list .slot {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #262634;
    width: 100%;
    box-shadow: 0px 4px 4px 0px #00000040;
    transition: opacity 0.3s ease;
}

.slots .slots-list .slot:hover {
    opacity: 0.8;
}


.slots .slots-list .slot:hover .slot-buttons {
    visibility: visible;
    opacity: 1;
	display: flex;
	justify-content: center;
	align-items: center;
    flex-direction: column;
	background: #262634CC;
	width: 100%;
	height: 100%;
	max-height: 190px;
}

.slot-buttons button {
    width: 120px;
    height: 40px;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    transition: background-color 0.3s ease;
	
}

.slot-buttons .play-now {
    background-color: #FF2616;
    color: #fff;
}

.slot-buttons .play-now:hover {
    background-color: #e01e14;
}

.slot-buttons .demo {
    background-color: transparent;
    color: #fff;

}

.slot-buttons .demo:hover {
    border: 2px solid #FF2616;
	
}
@media screen and (max-width: 1320px) {
    .slots .slots-list {
        grid-template-columns:repeat(auto-fit, 176px)
    }
}

@media screen and (max-width: 744px) {
    .slots__title {
        font-size:20px
    }
}

@media screen and (max-width: 720px) {
    .slots .slots-list {
        gap:10px 20px;
        grid-template-columns: repeat(2, 160px)
    }

    .slots .slots-list .slot .caption {
        margin-top: 4px;
        font-size: 12px
    }
}
@media screen and (max-width: 360px) {
    .slots .slots-list {
        gap:10px 10px;
        grid-template-columns: repeat(2, 150px)
    }
}
.footer-info {
	width: 100vw;
	height: auto;
	background: #131313;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 20px;
}
.footer-game ,.footer-pay {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 15px;
}

.footer-game {
	border-bottom: 1px solid #FFFFFF40
}
.footer-game img , .footer-pay img {
filter: grayscale(100%);
width: 120px;
height: 80px;
}
.footer-app .app {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.ios_main {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	gap: 5px;
	background: transparent;
	border: 2px solid #232834;
	padding: 5px 10px;
  }
  .ios_main button {
	color: #80858F;
	height: 18px;
	font-family: Verdana;
	font-size: 8px;
	font-style: normal;
	font-weight: 700;
	line-height: 8px;
  }
  .ios_main p , .android_main p {
	color: #80858F;
	font-family: Verdana;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height:15px;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	padding-bottom: 0;
	width: 100%;
	cursor: pointer;
  }
  .ios_btn , .android_btn {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	gap: 0;
  }
  .android_main {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background: transparent;
	border: 2px solid #232834;
	padding: 5px 10px;
	gap: 5px;
  }

  .android_main button {
	color: #80858F;
	height: 18px;
	font-family: Verdana;
	font-size: 8px;
	font-style: normal;
	font-weight: 700;
	line-height:8px;
  }
  .ios_main p:hover , .android_main p:hover {
	color: #fff;
  }
  .footer-app {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: 20px;

  }
  .footer-app p {
	font-family: Verdana;
font-size: 14px;
font-weight: 400;
line-height: 17.01px;
color: #FFFFFF80;
text-align: center;
  }
.footer-game img:hover , .footer-pay img:hover {
	filter: unset;
	}
  
  @media screen and (max-width: 623px) {
	.footer-game ,.footer-pay {
	  gap: 5px;
	}
	.footer-game img , .footer-pay img {
		width: 80px;
		height: 32px;
		}
  }
	

/*  --- FAQ --- */
.faq-container .faq-item {margin: 0 auto; position: relative; min-height: 54px; margin-bottom: 20px; background: rgba(18, 14, 8, 1);
	z-index: 2; border-radius: 8px; transition: all .4s ease; border: 1px solid rgba(236, 236, 235, 0.5);
	padding: 16px 0px 16px 20px;}
.faq-container .faq-item:hover .icon::before, .faq-container .faq-item:hover .icon::after {background: #dc1f00;}
.faq-container .faq-item:hover .faq-question {color: #dc1f00;}
.faq-container .faq-question {position: relative; font-size: 20px; font-weight: bold; padding: 0; padding-right: 48px; text-align: left; width: 100%;}
.faq-container .faq-answer {height: 0; overflow: hidden; z-index: -1; position: relative; opacity: 0; padding-bottom: 0; padding-left: 0;}
.faq-container .icon {height: 20px; position: absolute; width: 20px; right: 16px; top: 17px; z-index: 2}
.faq-container .icon::before, .faq-container .icon::after {background: #dc1f00; content: ""; height: 4px;
	width: 20px; position: absolute; right: 0; top: 8px; transition: transform .4s ease;}
.faq-container .toggle {width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; position: absolute;
	top: 0; z-index: 5; left: 0;}
.faq-container .toggle:checked~.bg-active {opacity: 1}
.faq-container .toggle:checked~.icon::before, .faq-container .toggle:checked~.icon::after {background: #dc1f00;}
.faq-container .toggle:checked~.faq-question {color: rgba(255, 250, 239, 1);}
.faq-container .toggle:checked~.faq-answer {color: rgba(255, 250, 239, 1); padding-top: 12px; padding-right: 48px;}
.faq-container .toggle:not(:checked)~.icon:before {transform: rotate(180deg)}
.faq-container .toggle:not(:checked)~.icon:after {transform: rotate(90deg)}
.faq-container .toggle:checked~.faq-answer {height: auto;opacity: 1;z-index: 2}

@media(max-width: 599px) {
	.faq-container .faq-question {font-size:18px;}
}

/*  --- Header --- */
.header {
	background: #424242;
	min-height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	right: 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: 60px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.buttons {
	display: flex;
	gap: 20px
}

.buttons button {
	background: #dc1f00;
	padding: 10px 20px;
	line-height: 24px;
	color: #fff;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	border-radius: 3px
}

.buttons button:hover {
	opacity: .8
}

