* {
	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: calc(100vh - 60px);
	font-family: Verdana, sans-serif
}

main p,
main span,
main h1,
main h2,
main h3,
main h4,
main h5,
main figcaption,
main li {
	color: #1e1e24;
	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: #1e1e24;
	margin: 0 auto;
	width: calc(100% - 80px);
	max-width: 1280px

}
main h1
{
  color: #1e1e24;
	margin: 0 auto;
	width: calc(100% - 80px);
	max-width: 1280px;
  margin-top: 100px;
}

main h2,
main h3 {
	background-color: #FFD5FC;
	border-radius: 8px;
	margin-bottom: 24px;
}

main h4 {
	margin: 12px auto;
	border-bottom: 2px solid #CE16FC;
	border-top: 2px solid #CE16FC;
}

main .general-table-wrapper {
	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 {
	margin: 0 auto;
	width: calc(100% - 80px);
	max-width: 1280px
}

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

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

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

input,
textarea,
button {
	font-family: Verdana, sans-serif;
	border: none;
	box-shadow: none;
	transition: .3s;
	font-family: Tahoma;
	font-size: 20px;
	font-weight: 700
}

input,textarea {
	outline: none
}

p,
span,
li,
a {
	cursor: default;
	font-size: 18px;
	line-height: normal
}

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

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

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: #1e1e24
}

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: 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: #ce16fc;
	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: #ce16fc;
	border-radius: 50%
}
.contact-main {
	width: 100%;
	padding: 32px;
	box-shadow: 0px 4px 4px 0px #00000040;
	display: flex;
	flex-direction: column;
	gap: 16px; 
	border-radius: 12px;
  }

.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-spacing: 2px;
	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: #1e1e24;
	font-size: 16px;
	line-height: 20px;
	background-color: rgba(0, 0, 0, 0);
	padding-left: 20px;
}

.general-table .general-tr .general-td:nth-child(1) {
	background-color: #FFEED5;
	border-radius: 8px;
}

.general-table .general-tr .general-td:nth-child(2) {
	background-color: #FFF5E6;
	border-radius: 8px;
}

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

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

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

.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 .4s ease;
	border: 1px solid #ce16fc
}

.faq-container .faq-item:hover .icon::before,
.faq-container .faq-item:hover .icon::after {
	background: #1e1e24
}

.faq-container .faq-item:hover {
	border-color: #880fa6
}

.faq-container .faq-item:hover .faq-question {
	color: #1e1e24
}

.faq-container .faq-question {
	color: #1e1e24;
	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
}

.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: #1e1e24;
	content: no-open-quote;
	height: 4px;
	right: 0;
	position: absolute;
	top: 0;
	width: 18px;
	transition: transform .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: #f0c9f9;
	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: #ce16fc
}

.faq-container .toggle:checked~.faq-question {
	color: #ce16fc
}

.faq-container .toggle:checked~.faq-answer {
	color: #1e1e24
}

.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(/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: #1e1e24;
	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: #ce16fc;
	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: "";
	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: .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, .8);
	transition: .3s;
	z-index: 2
}

.slot-img:hover .slot-back {
	opacity: 1
}

.slot-img amp-img {
	object-fit: cover
}

@media screen and (max-width: 1250px) {
	.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 #ce16fc
}

.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: #ce16fc;
	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: #ce16fc
}

.content404Page span {
	cursor: default
}

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

.content404Page.wrapper .content404 {
	gap: 50px;
	display: flex;
	flex-direction: column;
	max-width: 320px;
	width: 100%
}

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

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

.content404Page.wrapper .content404 button {
	display: inline-block;
	background: #fcce16;
	font-family: Tahoma;
	font-size: 20px;
	font-weight: 700;
	padding: 10px;
	border-radius: 100px;
	color: #fff
}

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

.contentMap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
	max-width: 100%;
	width: 100%;
	background: #ce16fc
}

.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, .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/.2
}

.img-overlay .img-popup.vartical {
	aspect-ratio: .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: #3C3C3C;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	border-radius: 8px;
	background: #FBE101;
	box-shadow: 0px 0px 12px 0px rgba(11, 54, 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(/circle_1.svg);
	left: 0;
	top: 0
}

.button-block button::before {
	width: 135px;
	height: 68px;
	background-image: url(/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: #ce16fc
}

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

.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 #ce16fc;
	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, .5)
}

.reviews .review .answer {
	padding-left: 10px;
	border-left: 1px solid rgba(0, 0, 0, .5);
	padding-bottom: 0;
	margin-bottom: 20px
}

.slots-wrapper {
	background: #1e1e24;
	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, .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, .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: #fcce16;
	transition: .4s
}

.slots-wrapper .slots-list .slot .slot-back .slot-review:hover {
	background: linear-gradient(135deg, #ce16fc 0%, #fcce16 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: #ce16fc;
	cursor: pointer;
	border-radius: 7px;
	transition: all .25s ease-out
}

.slots-wrapper .slots-list .slot .slot-back .lbl-toggle:hover {
	background: linear-gradient(135deg, #ce16fc 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 .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: #ce16fc;
	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 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%
	}

	.columns {
		flex-wrap: wrap
	}

	.columns .column {
		width: 100%
	}

	.column-p {
		margin-left: 0
	}


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

.footer {
	padding: 21px 0;
	background-color: #ffe4bb;

}

.footer .footerInner {
	display: flex;
	flex-direction: column;
	text-align: center;

}

.footerInner .footer__nav {
	min-width: 290px;
}

.footer_contacts {
	text-align: start;
}

.footerInner .footer_info {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	margin-bottom: 15px;
}

.footer_contacts .contacts {
	display: flex;
    flex-direction: row;
}

.footer_contacts .contact_2 p {
	font-weight: 500;
	color:#2c2b2b;
	cursor: pointer;
}

.footer_contacts .contact_3 p {
	font-weight: 600;
    color: #a414c8;
    text-decoration-line: underline;
	cursor: pointer;
}

.footerInner .footer_menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    white-space: nowrap;
    text-align: center;
}

.footerInner .footer_menu a {
	cursor: pointer;
}

.footerInner .footer_menu a:hover {
	color: #0c0c0e;
	font-weight: 500;
}

.footerMenu {
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
	padding: 20px;
	border-bottom: 1px solid #ce16fc;
}
.footerMenu a:hover {
	text-decoration: underline;
	color: #ce16fc ;
}

.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: #1e1e24;
	font-size: 15px;
	line-height: 38px;
}

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

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

.footer .scrollTop {
	background: #ce16fc;
	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;
	width: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	display: none;
	justify-content: center;
	align-items: center;
	background-color: #ffe4bb
}

@media(max-width: 1250px) {
	.footer {
		background-color: #f3f3f6;
		padding: 10px 0 80px
	}

	.footer-block-btn {
		padding: 0 5px;
		display: flex;
		min-height: 60px
	}

	.footer-block-btn button {
		color: #fff;
		font-size: 16px;
		width: 100%;
		max-width: 300px;
		padding: 14px 0;
		border-radius: 10px;
		background-color: #ce16fc
	}

	.footer-block-btn button:hover {
		color: #f0c9f9;
		filter: drop-shadow(0 0 0.75rem #880fa6)
	}
}

@media(max-width: 880px) {
	.footerInner .footer_info {
		flex-direction: column;
		align-items: baseline;
		gap: 20px;
	}

	.footerInner .footer_menu {
		text-align: start;
	}

	.footer .footerInner {
		text-align: left;
	}

}

.header {
	background: #ffe4bb;
	height: 80px;
	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: 100%
}

.header .headerInner .logo {
	position: relative;
	width: 186px;
	height: 58px
}

.header .headerInner .logo img {
	width: 100%;
	height: 100%
}

.header .headerInner .logo .logoButton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 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 .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 .headerInner .menu {
	height: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	transition: all .3s ease
}

.header .headerInner .menu a {
	text-align: center;
	color: #1e1e24;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;

}

.header .headerInner .menu a:hover {
	color: #ce16fc;
	text-decoration: underline
}

.header .headerInner .menu a.active {
	color: #c29e10;
	text-decoration: underline
}

.header .buttons button {
	background: #ce16fc;
	border-radius: 10px;
	color: #fff;
	width: 278px;
	min-height: 48px
}

.header .buttons button:hover {
	filter: drop-shadow(0 0 0.75rem #880fa6);
	color: #f0c9f9
}

@media screen and (max-width: 1960px) {
	.header .headerInner .toggle {
		left: 16px;
		top: 3px
	}

	.header .headerInner .logo {
		left: unset
	}
}

@media screen and (max-width: 1250px) {
	.header {
		height: 66px
	}

	.header .headerInner .headerWrapper {
		justify-content: space-between
	}


	.buttons button {
		display: none
	}
}

@media screen and (max-width: 768px) {
	.header {
		height: 60px
	}

	.header .headerInner .logo {
		width: 118px;
		height: auto
	}

	.header .headerInner .buttons button {
		display: none
	}
	header .headerInner .menu a {
		font-size: 15px;
		line-height: 20px;
	}
}

@media screen and (max-width: 1250px) {
	.contentSidebar {
	  display: none;
	}
	.header .headerInner .menu {
		display: none;
	}
  }
  .burger {
	display: none;
	position: relative;
  }
  .mobileMenu {
	position: fixed;
	top: 0;
	right: 0%;
	display: block;
	z-index: 5;
	background: #a55233;
	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[hidden] {
	right: -200%;
  }
  .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: #f2bc77;
	font-size: 20px;
	text-align: left;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
  }
  .mobileMenu .mobileMenuLinks a:active {
	color: #f4486c;
  }
  .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
	display: block;
  }
  .overlay[hidden] {
	display: none;
  }
  @media screen and (max-width: 1250px) {
	.burger {
	  display: block;
	}
  }

.contentSidebar {
	width: 350px;
	height: 540px;
	position: -webkit-sticky;
	position: sticky;
	right: 0;
	top: 100px;
	padding: 20px;
	background: #1b243a;
	border-radius: 15px
}

.contentSidebar .appName {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #fff
}

.contentSidebar .appImg {
	display: flex;
	justify-content: center
}

.contentSidebar .appItem {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 15px;
	padding: 10px;
	margin: 10px 0;
	position: relative
}

.contentSidebar .appItem button {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.contentSidebar .appItem .appInfo {
	width: calc(100% - 40px)
}

.contentSidebar .appItem .appInfoTitle {
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	display: block
}

.contentSidebar .appItem .appInfoSubtitle {
	font-size: 13px;
	color: #fff;
	line-height: 20px;
	display: block
}

.contentSidebar .appItem:nth-child(1n) {
	background: #8d53e9
}

.contentSidebar .appItem:nth-child(1n):hover {
	background: #712cde
}

.contentSidebar .appItem:nth-child(2n) {
	background: #00b7ff
}

.contentSidebar .appItem:nth-child(2n):hover {
	background: #2ca0ce
}

@media screen and (max-width: 1250px) {
	.contentSidebar {
		display: none
	}
}

.burger {
	display: none;
	position: relative
}

.mobileMenu {
	position: fixed;
	top: 0;
	right: 0%;
	display: block;
	z-index: 5;
	background: #fff;
	width: 100%;
	max-width: 350px;
	min-height: 100vh;
	padding: 30px 20px;
	transition: right .8s
}

.mobileMenu .buttons {
	display: block;
	margin-top: 32px
}

.mobileMenu .buttons button {
	display: block;
	margin: 0 auto 12px;
	width: 50%
}

.mobileMenu[hidden] {
	right: -200%
}

.mobileMenu .mobileMenuTop {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 75px
}

.mobileMenu .mobileMenuLinks {
	display: flex;
	flex-direction: column;
	gap: 28px
}

.mobileMenu .mobileMenuLinks a {
	color: #3959d9;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase
}

.mobileMenu .mobileMenuLinks a:active {
	color: #f4486c
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .5);
	z-index: 1;
	display: block
}

.overlay[hidden] {
	display: none
}

@media screen and (max-width: 1250px) {
	.burger {
		display: block
	}
}

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

.breadcrumbs a {
	color: #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
	}
}

.bannerApp {
	margin-top: 130px;
	background: url(/uploads/img/app_banner_bg.webp) no-repeat;
	background-size: cover
}

.bannerApp .bannerAppWrapper {
	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, .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, .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: 1250px) {
	.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: 200px;
	margin: 0 auto;
	width: calc(100% - 80px);
	max-width: 1280px;
	margin-top: 90px;
	margin-bottom: 40px
}

.banner .banner_inner {
	height: 100%;
	position: relative;
	padding-top: 17px;
	background: url(/uploads/img/banner.webp) no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
	border-radius: 10px
}

.banner .banner_inner .banner-img {
	position: absolute;
	top: 0;
	left: 0;
	/* background: url(/uploads/img/banner_logo.webp) no-repeat; */
	background-size: cover;
	background-position: center center
}

.banner .banner_inner span {
	color: #fff;
	font-size: 28px;
	font-weight: 900;
	line-height: 25.76px;
	text-align: center
}

.banner .banner_inner button {
	width: 100%;
	max-width: 282px;
	min-height: 58px;
	padding: 8px 66px;
	background-color: #fcce16;
	font-family: Tahoma;
	font-size: 20px;
	font-weight: 700;
	border-radius: 10px;
	position: absolute;
	bottom: -29px;
	left: 50%;
	transform: translate(-50%, 0)
}

.banner .banner_inner button:hover {
	transform: translate(-50%, 0) scale(1.2)
}

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

	.banner .banner_inner button {
		font-size: 18px;
		line-height: 24px
	}
}

@media screen and (max-width: 768px) {
	.banner {
		width: calc(100% - 10px);
		margin-top: 70px
	}

	.banner .banner_inner {
		justify-content: flex-start;
		padding: 0 0 20px
	}

	.banner .banner_inner span {
		font-size: 22px
	}
}

@media screen and (max-width: 500px) {
	.banner {
		height: 160px
	}

	.banner .banner_inner span {
		font-size: 14px
	}

	.banner .banner_inner button {
		bottom: -20px;
		min-height: 40px;
		width: 80%;
		padding: 0;
		font-size: 16px;
		line-height: 24px
	}

	.banner .banner_inner button:hover {
		transform: translate(-50%, 0) scale(1.05)
	}
}

.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: 1250px) {
	#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
	}
}

.promo {
	margin-top: 60px;
	background: #000 url(/uploads/img/mask.webp);
	padding: 20px 0
}

.promo p {
	width: 100%
}

.promo .promo_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.promo .promo_wrapper .promo_info {
	text-align: center;
	width: 300px
}

.promo .promo_wrapper .promo_info .promo_title {
	margin-bottom: 10px;
	padding: 0;
	text-transform: uppercase;
	font-size: 50px;
	line-height: 60px;
	font-weight: 700
}

.promo .promo_wrapper .promo_info .promo_text {
	text-align: center;
	margin-bottom: 10px;
	padding: 0;
	font-size: 22px
}

.promo .promo_wrapper .promo_info .promo_date {
	margin-bottom: 10px;
	padding: 0;
	font-size: 20px
}

.promo .promo_wrapper .promo_info .promo_date span {
	border-bottom: 2px dotted #fff
}

.promo .promo_wrapper .promo_info .promo_percent {
	width: 100%;
	margin-bottom: 10px;
	padding: 0;
	font-size: 40px;
	font-weight: bold;
	line-height: 42px;
	color: #ec2a0a
}

.promo .promo_wrapper .promo_code-info {
	display: flex;
	flex-direction: column;
	align-items: center
}

.promo .promo_wrapper .promo_code-info .promo_text {
	text-align: center;
	margin-bottom: 10px
}

.promo .promo_wrapper .promo_code-info .promo_code {
	margin-bottom: 20px;
	padding: 15px;
	font-weight: 600;
	text-align: center;
	font-size: 42px;
	text-transform: uppercase;
	letter-spacing: 10px;
	background: #000;
	border: 5px dashed #fff;
	border-radius: 10px
}

.promo .promo_wrapper .promo_code-info .promo_btn {
	color: #fff;
	font-weight: 500;
	font-size: 22px;
	position: relative;
	display: inline-block;
	background: #a91704;
	padding: 8px 12px;
	border-radius: 8px
}

@media screen and (max-width: 1250px) {
	.promo .promo_wrapper .promo_img {
		display: none
	}
}

@media screen and (max-width: 700px) {
	.promo {
		padding: 0 0 10px 0
	}

	.promo .promo_wrapper {
		flex-wrap: wrap
	}

	.promo .promo_wrapper .promo_info {
		width: 100%
	}

	.promo .promo_wrapper .promo_info .promo_title {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 0px
	}

	.promo .promo_wrapper .promo_info .promo_text {
		margin-bottom: 0;
		font-size: 18px
	}

	.promo .promo_wrapper .promo_info .promo_percent {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 0px
	}

	.promo .promo_wrapper .promo_info .promo_date {
		font-size: 16px
	}

	.promo .promo_wrapper .promo_code-info {
		width: 100%
	}

	.promo .promo_wrapper .promo_code-info .promo_text {
		margin-bottom: 0
	}

	.promo .promo_wrapper .promo_code-info .promo_code {
		width: auto;
		font-size: 20px;
		border: 2px dashed #fff
	}

	.promo .promo_wrapper .promo_code-info .promo_btn {
		font-size: 20px
	}
}

.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: 1250px) {
	.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: 1250px) {
	.mirror-block button {
		padding: 12px 24px
	}
}

@media(max-width: 630px) {
	.mirror-block {
		padding: 20px;
		width: calc(100% - 32px)
	}
}

.cupon-banner {
	max-width: 600px;
	margin: 0 auto;
	width: 96%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 40px 15px;
	background-color: #0e121c;
	border-radius: 26px;
	margin-bottom: 20px
}

.content-side {
	width: 100%
}

.content-side__title {
	padding-bottom: 0;
	margin: 0;
	width: 100%;
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	line-height: 28px
}

.content-side__promocode {
	display: flex;
	width: 100%
}

.content-side__promocode-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	border-radius: 0px 52px 52px 0px;
	background: #fff;
	cursor: pointer
}

.content-side__promocode-copy {
	width: 100%;
	padding: 12px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	border-radius: 52px 0px 0px 52px;
	border: 2px solid #fff
}

@media(max-width: 630px) {
	.promo-block {
		width: calc(100% - 32px)
	}

	.content-side__title {
		max-width: 300px;
		margin: 0 auto;
		margin-bottom: 20px;
		font-size: 24px
	}
}

.navButtons.wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 26px;
	border-radius: 20px;
	border: 1px solid #3959d9
}

.navButtons.wrapper .navButtonsItem {
	position: relative
}

.navButtons.wrapper .navButtonsItem button {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 5
}

@media screen and (max-width: 1250px) {
	.navButtons.wrapper .navButtonsItem {
		width: 120px;
		height: 90px
	}

	.navButtons.wrapper .navButtonsItem img {
		width: 100%;
		height: 100%
	}

	.navButtons.wrapper .navButtonsItem button {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		z-index: 5
	}

	.navButtons.wrapper .navButtonsItem:nth-child(5),
	.navButtons.wrapper .navButtonsItem:nth-child(6) {
		display: none
	}
}

@media screen and (max-width: 750px) {
	.navButtons.wrapper {
		padding: 10px;
		gap: 5px
	}

	.navButtons.wrapper .navButtonsItem {
		margin: 0 auto
	}

	.navButtons.wrapper .navButtonsItem:nth-child(4) {
		display: none
	}
}

@media screen and (max-width: 540px) {
	.navButtons.wrapper {
		display: grid;
		grid-template-columns: repeat(2, 2fr)
	}

	.navButtons.wrapper .navButtonsItem {
		margin: 0 auto
	}

	.navButtons.wrapper .navButtonsItem:nth-child(4) {
		display: none
	}
}


.casinos {
	margin: 0 auto;
	width: calc(100% - 80px);
	max-width: 1280px;
	margin-top: 20px;
}

.casinos .casino {
	margin-bottom: 20px;
}

.casino .casino_name {
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	padding-bottom: 16px;
}

.casino_item {
    display: grid;
    grid-template-columns: 176px auto 140px 180px 180px;
    align-items: center;
    gap: 16px;
    border: 1px solid rgba(206, 22, 252, 1);
    border-radius: 10px;
    padding: 12px 24px;
}

.casino_item .casino_img {
	height: 64px;
}

.casino_game_name{
	margin: 0;
	padding: 0;
	width: 70%;
	text-align: left;
}

.casino:nth-child(1) .casino_item .casino_img {
	background: url(/uploads/img/casinos/Eurobet.webp)no-repeat;
	background-size: cover;
}

.casino:nth-child(2) .casino_item .casino_img {
	background: url(/uploads/img/casinos/NetBet.webp)no-repeat;
	background-size: cover;
}

.casino:nth-child(3) .casino_item .casino_img {
	background: url(/uploads/img/casinos/Starcasino.webp)no-repeat;
	background-size: cover;
}

.casino:nth-child(4) .casino_item .casino_img {
	background: url(/uploads/img/casinos/888casino.webp)no-repeat;
	background-size: cover;
}

.casino:nth-child(5) .casino_item .casino_img {
	background: url(/uploads/img/casinos/Netwin.webp)no-repeat;
	background-size: cover;
}

.casino:nth-child(6) .casino_item .casino_img {
	background: url(/uploads/img/casinos/Vincitu.webp)no-repeat;
	background-size: cover;
}

.casino:nth-child(7) .casino_item .casino_img {
	background: url(/uploads/img/casinos/Betway.webp)no-repeat;
	background-size: cover;
}

.casino:nth-child(8) .casino_item .casino_img {
	background: url(/uploads/img/casinos/Snai.webp)no-repeat;
	background-size: cover;
}

.casino:nth-child(9) .casino_item .casino_img {
	background: url(/uploads/img/casinos/Planetwin365.webp)no-repeat;
	background-size: cover;
}

.casino:nth-child(10) .casino_item .casino_img {
	background: url(/uploads/img/casinos/BetFlag.webp)no-repeat;
	background-size: cover;
}

.casino_item .casino_bonus {
	padding-left: 60px;
	padding-right: 20px;
}

.casino_item .casino_bonus,
.casino_item .casino_deposit {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
}

.casino_item .casino_bonus_title,
.casino_item .casino_deposit_title {
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	padding-bottom: 0;
	width: 100%;
}

.casino_item .casino_bonus_bonus,
.casino_item .casino_deposit_deposit {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 0;
	position: relative;
	padding-left: 24px;
	width: 100%;

}

.casino_item .casino_bonus {
	max-width: 260px;
}

.casino_item .casino_bonus_bonus:before {
	content: '';
	background: url(/uploads/img/casinos/bonus_before.svg) no-repeat;
	background-size: cover;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 2px;
	left: 0;
}

.casino_item .casino_deposit_deposit:before {
	content: '';
	background: url(/uploads/img/casinos/deposit_before.svg) no-repeat;
	background-size: cover;
	width: 17px;
	height: 16px;
	position: absolute;
	top: 0;
	left: 0;
}

.casino_button button {
	background: rgba(252, 206, 22, 1);
	color: #000;
	border-radius: 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	padding: 8px 0px;
	width: 100%;
}

.casino_button button:hover {
	opacity: 0.8;
}



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

	.casino_item {
		grid-template-columns: 176px auto 150px 192px;
	}

	.casino_item .casino_bonus {
		padding-left: 30px;
	}
}

@media screen and (max-width: 900px) {
	.casino .casino_name {
		font-size: 16px;
		padding-bottom: 10px;
	}

	.casino_item {
		grid-template-columns: 176px auto 150px;
		gap: 24px 20px;
	}

	.casino_item .casino_bonus {
		padding-left: 0;
		padding-right: 10px;
	}

	.casino_item .casino_button button {
		max-width: 300px;
	}

	.casino_item .casino_button {
		grid-column-start: 1;
		grid-column-end: 3;
		display: flex;
		justify-content: center;
	}

}

@media screen and (max-width: 900px) {
	.casino_item {
		grid-template-columns: 1fr;
	}

	.casino_item .casino_deposit,
	.casino_item .casino_bonus,
	.casino_item .casino_button {
		grid-column-start: 1;
		grid-column-end: 2;
	}

	.casino_item .casino_img {
		width: 176px;
		margin: 0 auto;
	}

	.casino_item .casino_bonus_bonus, .casino_item .casino_deposit_deposit {max-width: none;}

}

.frame {
	width: 640px;
	max-width: 98%;
	margin: 32px auto;
	aspect-ratio: 4/3;
	position: relative;
	border-radius: 16px;
}

.frame iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.frame .buttons-demo {
	display: flex;
	justify-content: center;
	align-items: center;
}

.frame .buttons-demo button {
	background: #ce16fc;
	border-radius: 50px;
	color: #fff;
	width: 100%;
	max-width: 360px;
	min-height: 48px;
	position: absolute;
	top: 67%;
	right: 50%;
	transform: translate(50%, -50%);
	margin-top: 10px;
}

.content .frame #plinko-demo-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.frame #plinko-demo-btn {
	cursor: pointer;
	text-align: center;
	padding: 12px 24px;
	color: #fcce16;
	background-color: #fff;
	font-size: 18px;
	border-radius: 100px;
	font-weight: 600;
	position: relative;
	width: 100%;
	max-width: 360px;
}


.contact-main {
  width: 100%;
  padding: 32px;
  box-shadow: 0px 4px 4px 0px #00000040;
  display: flex;
  flex-direction: column;
  gap: 16px; 
  border-radius: 12px;
}

.contact-main input,
.contact-main textarea {
  width: 100%;
  padding: 12px 16px;
  box-sizing: border-box;
  font-size: 16px;
  background-color: #FFF6E8;
  color: #767676;
  font-weight: 400;
}

.contact-main-message {
  width: 100%;
  height: 166px;
  padding: 12px;
  box-sizing: border-box;
  font-size: 16px;
  resize: none;
  border: none;
}

.footer-cookie {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.85);
	color: #fff;
	padding: 10px 20px;
	box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 9999;
	/* visibility: hidden; */
	opacity: 0;
	transform: translateY(100%);
	transition: opacity 0.4s ease, visibility 0s linear, transform 0.4s ease;
  }
  
  .footer-cookie.show {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
  }
  
  .footer-cookie p {
	margin: 0;
	max-width: 80%;
	line-height: 1.4;
	color: #fff;
  }
  
  .footer-cookie .accept-cookie {
	background-color: #4CAF50;
	padding: 10px 20px;
	font-size: 16px;
	cursor: pointer;
	border-radius: 4px;
	text-align: center;
	color: white;
	display: inline-block;
	text-decoration: none;
	transition: background-color 0.3s ease;
	margin-top: 10px;
  }
  
  .footer-cookie .accept-cookie:hover {
	background-color: #45a049;
  }
  
  .footer-cookie.hide {
	opacity: 0;
	transform: translateY(100%);
	visibility: hidden;
	transition: opacity 0.4s ease, visibility 0s linear 0.4s, transform 0.4s ease;
  }
  
  @media screen and (max-width: 1250px) {
	.footer-cookie p {
	  max-width: 100%;
	}
  }
  
  @media screen and (max-width: 620px) {
	.footer-cookie p {
	  font-size: 14px;
	}
  }



   /*------Vitrina 2 ----*/
.casinos2 {
    width: 100%;
    max-width: 1300px;
    margin: 20px auto 10px auto;
    padding: 0px 10px;
    font-family: Verdana, sans-serif;
    box-sizing: border-box;
	display: grid	;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 24px;
  }

  @media screen and (max-width: 1000px) {
	.casinos2 {
		grid-template-columns: 1fr;
	}
  }
  
  .casino2 {
    background: #FFF;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 20px;
    box-sizing: border-box;
    overflow: hidden;
    max-height: 629px;
	box-shadow: 0px 0px 10px 0px #00000025;
  }

  .img_wrapper {
	width: 100%;
	display: flex;
    justify-content: center;
  }

  .info_wrapper {
	background-color: #FFF5E6;
	padding: 24px;
	width: 100%;
    height: 100%;
	display: flex;
	flex-direction: column;
	gap: 16px;
  }


  
  .casino2 .img {
    width: 100%;
    max-width: 220px;
    height: auto;
    box-sizing: border-box;
  }
  
  .casino2 .img img {
    width: 100%;
    max-width: 220px;
    height: auto;
    display: block;
  }
  
  .casino2 .rating {
    display: flex;
    flex-direction: column;
    min-width: 0; /* Разрешаем сжатие */
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }
  
  .casino2 .rating .title {
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 5px;
  }
  
  .casino2 .rating .rating-info {
    display: flex;
    align-items: center;
    width: 100%;
  }
  
  .casino2 .rating .rating-info img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    flex-shrink: 0;
  }
  
  .casino2 .rating .rating-info span {
    font-size: 14px;
    color: #000000;
    white-space: nowrap;
  }
  
  .casino2 .bonus {
    width: 100%;
    border-right: 1px solid #FFFFFF40;
    box-sizing: border-box;
    padding: 0 10px;
  }
  
  .casino2 .bonus p {
    font-weight: 700;
    color: #000;
	font-size: 16px;
    margin: 0;
    width: 100%;
  }

  .casino2 .bonus span {
	font-size: 16px;
	font-weight: 400;
  }

  .casino2 .bonus, .casino2 .bonus .deposit, .casino2 .info {
	display: flex;
	flex-direction: column;
	gap: 8px;
  }

  .casino2 .deposit {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
	padding: 0 10px;
  }

  .casino2 .deposit .naming {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 100%;
  }

  .casino2 .deposit .list {
    font-size: 16px;
	font-weight: 700;
    color: #000;
	margin: 0;
    line-height: 100%;
  }
  
  .casino2 .info {
    width: 100%;
    box-sizing: border-box;
	padding: 0 10px;
  }
  
  .casino2 .info span {
    font-size: 14px;
    color: #000;
    width: 100%;

  }
  .casino2 .info p .naming {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    padding-bottom: 8px;
  }
  .casino2 .info p {
    display: block;
    font-size: 16px;
    color: #000;
	font-weight: 700;
	margin: 0;
    padding-bottom: 5px;
  }
  
  
  .casino2 .button {
    width: 100%;
    display: flex;
    justify-content: left;
    box-sizing: border-box;
	padding: 0 10px;
  }
  
  .casino2 .button button {
    background: #CE16FC;
    color: #fff;
    border-radius: 8px;
    padding: 12px 32px;
    font-size: 16px;
    cursor: pointer;
    width: auto;
    max-width: 100%;
    transition: background 0.3s;
    height: auto;
    white-space: nowrap;
    opacity: 1;
  }
  
  .casino2 .button button:hover {
    background: #520565;
  }
  
  @media (max-width: 1250px) {
    .casino2 {
      grid-template-columns: 160px minmax(100px, 20%) minmax(150px, 1fr) 180px;
      grid-template-rows: repeat(2, auto);
      gap: 15px;
      height: auto;
    }
    
    .casino2 .info {
      grid-column: 1 / -1;
      order: 3;
      border-top: 1px solid #FFFFFF40;
      padding-top: 16px;
    }
    
    .casino2 .bonus {
      border-right: none;
  
    }
    .casino2 .info p .list {
        display: inline-block;
        position: relative;
        margin-right: 20px;
    }
    .casino2 .info p .list:after {
        content: '';
        position: absolute;
        top: 6px;
        right: -15px;
        width: 6px;
        height: 6px;
        background: #fff;
        border-radius: 50%;
    }
    .casino2 .info p .list:last-child::after {
        display: none;
    }
  }
  
  @media (max-width: 900px) {
    .casino2 {
      grid-template-columns: 120px 1fr;
      grid-template-rows: auto auto auto auto;
      gap: 10px;
      padding: 15px;
    }
    
    .casino2 .img {
      max-width: 120px;
    }
    
    .casino2 .rating {
      grid-column: 2;
      grid-row: 1;
 
    }
    
    .casino2 .bonus {
      grid-column: 1 / -1;
      grid-row: 2;
      height: auto;
      justify-content: flex-start;
        padding: 0 0;
    }
    
    .casino2 .info {
      grid-column: 1 / -1;
      grid-row: 3;
    }
    
    .casino2 .button {
      grid-column: 1 / -1;
      grid-row: 4;
      justify-content: unset;
    }
    
    .casino2 .button button {
      width: 100%;
      max-width: 200px;
    }
    
    .casino2 .rating .title {
      font-size: 14px;
    }
  }
  
  @media (max-width: 500px) {
    .casino2 {
      grid-template-columns: 100px 1fr;
    }
    
    .casino2 .img {
      max-width: 100px;
    }
    
    .casino2 .bonus p,
    .casino2 .info p {
      white-space: normal;
    }
  }
  /*------Vitrina 2 end ----*/
  

/*  cards shortcode  */

.card_shortcode {
	max-width: 924px;
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: center;
    margin: 0 auto;
}

.cardCasino {
	width: 264px;
	height: 264px;
}

.custom-table .general-tr .general-td {
	padding: 6px;
	font-size: 14px;
	padding-left: 12px;
	color: #121212;
	font-weight: 400;
}

/*  shortcode new table  */

.new-table {
	display: flex;
	flex-direction: row;
	gap: 12px;
	margin: 20px 37px 32px 37px;
	justify-content: center;
	flex-wrap: wrap;
}

.info-block {
    width: 162px;
    text-align: center;
}

.text-light {
	background-color: #FFF5E6;
    padding: 12px 8px;
	border-radius: 8px 8px 0px 0px;
	border: 1px solid #FFDBA5;
}

.text-title {
    padding: 12px;
	height: 62px;
    background-color: #FFDBA5;
	border-radius: 0px 0px 8px 8px;
}

.text-light span, .elements-title span {
	font-size: 16px;
	font-weight: 700;
	color: #121212;
}

.text-title span {
	font-size: 14px;
	font-weight: 700;
	color: #121212;
}

/*  shortcode elements  */

.table-elements {
	display: flex;
	flex-direction: row;
	gap: 12px;
	margin: 20px auto;
	justify-content: center;
	flex-wrap: wrap;

}

.block-element {
	width: 604px;
	text-align: center;
}

.elements-title {
	padding: 12px;
	height: 62px;
    background-color: #FFDBA5;
	border-radius: 8px 8px 0px 0px;
}

.elements-text {
	background-color: #FFF5E6;
    padding: 12px 8px;
	border-radius: 0px 0px 8px 8px;
	border: 1px solid #FFDBA5;
	min-height: 130px;
}