* {
  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;
  font-family: Verdana, sans-serif;
}
main p,
main span,
main h1,
main h2,
main h3,
main h4,
main h5,
main figcaption,
main li {
  color: rgba(51, 51, 51, 1);
  font-family: Verdana, sans-serif;
}
main a {
  color: #ff7a4d;
  font-family: Verdana, sans-serif;
}
main a:hover {
  text-decoration: underline;
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p,
main ol,
main ul,
main figure,
main .general-table,
main .faq-container {
  max-width: 1400px;
  margin: 0 auto;
  width: 96%;
}
main .general-table-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  width: 96%;margin-bottom: 20px;}

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

main .wrapper {
  max-width: 1400px;
  margin: 0 auto;
  width: 96%;
}
body {
  overflow-x: hidden;
  position: relative;
  background: #fff;
}
a {
  text-decoration: none;
  transition: 0.3s;
}
table,
tr,
td,
tbody,
thead {
  font-family: Verdana, sans-serif;
}
input,
button {
  font-family: Verdana, sans-serif;
  border: none;
  box-shadow: none;
  transition: 0.3s;
}
input {
  outline: none;
}
p,
span,
li,
a {
  font-size: 18px;
  line-height: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
  padding: 15px 0;
  color: #fff;
}
h1 {
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  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 {
  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: 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-wrap: wrap;
  margin-bottom: 20px;
  counter-reset: counter-ol;
  padding-left: 40px;
}
.content .general-ol li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
  width: 100%;
  counter-increment: counter-ol;
}
.content .general-ol li::before {
  position: absolute;
  content: counter(counter-ol);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: #fff;
  border-radius: 50%;
  top: 0px;
  left: -26px;
  background: #5E00B5;
  font-size: 14px;
}
.content .general-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.content .general-ul li {
  position: relative;
  padding-bottom: 10px;
  padding-left: 15px;
  width: 100%;
}
.content .general-ul li::before {
  content: no-open-quote;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  top: 10px;
  background-color: #5E00B5;
  border-radius: 50%;
}
.pageError {
  min-height: calc(100vh - 70px);
}
.buttons {
  display: flex;
  align-items: center;
}
.imgWrap {
  display: block;
  position: relative;
}
figure {
  margin-bottom: 20px;
  text-align: center;
}
figure span {
  height: 50%;
  width: 100%;
  position: absolute;
  left: 0;
  top: -50%;
}
figcaption {
  color: #1e1e24;
  font-size: 14px;
}
.general-image {
  display: block;
  border-radius: 15px;
  max-height: 500px;
  width: auto;
  height: auto;
  margin: 0 auto 10px auto;
}
.general-image.vertical {
  max-height: 500px;
  max-width: 70%;
}
.general-image.horizontal {
  max-width: 100%;
}

.general-table {
  margin-bottom: 20px;
  border-collapse: collapse;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  border-radius: 30px;
}

.general-table .general-tr:nth-child(odd){
  background: #F2DFFF;
}
.general-table .general-tr:nth-child(even){
  background: #F9F0FF;
}
.general-table .general-tr .general-td {
  padding: 10px;
  text-align: center;
  color: rgba(51, 51, 51, 1);
  border: 1px solid #9E35FF;

}
.general-table thead {
  background: #fff;
}
.general-table thead th {
  padding: 10px;
  border: 1px solid #9E35FF;;
  background: #9E35FF;
}
.faq-container .faq-item {
  margin: 0 auto;
  position: relative;
  min-height: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(51, 51, 51, 1);
}
.faq-container .faq-item:last-child {
  border-bottom: none;
}
.faq-container .faq-item:hover .icon::before,
.faq-container .faq-item:hover .icon::after {
  background: #FBE101;
}
.faq-container .faq-item:hover {
  border-color: #FBE101;
}
.faq-container .faq-item:hover .faq-question {
  color: #FBE101;
}
.faq-container .faq-question {
  padding-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding-right: 25px;
}
.faq-container .faq-answer {
  padding: 10px 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  transition: 0.4s ease;
}
.faq-container .icon {
  height: 18px;
  position: absolute;
  width: 18px;
  right: 10px;
  top: 11px;
  z-index: 2;
}
.faq-container .icon::before,
.faq-container .icon::after {
  background: #FBE101;
  content: no-open-quote;
  height: 4px;
  right: 0;
  position: absolute;
  top: 0;
  width: 18px;
  transition: transform 500ms ease;
}
.faq-container .toggle {
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 3;
}
.faq-container .toggle:checked ~ .icon::before,
.faq-container .toggle:checked ~ .icon::after {
  background: #FBE101;
}
.faq-container .toggle:checked ~ .faq-question {
  color: #FBE101;
}
.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;
}
.table_of_contents {
  margin: 19px 0;
}
.table_of_contents .toggle {
  display: none;
}
.table_of_contents .lbl-toggle {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  color: #1e1e24;
  background: #8d53e9;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.25s ease-out;
}
.table_of_contents .lbl-toggle:hover {
  background: #08f;
}
.table_of_contents .toggle:checked + .lbl-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.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;
  border: 1px solid #8d53e9;
  padding: 20px;
  margin-top: 12px;
  border-radius: 8px;
}
.table_of_contents .table_link {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  line-height: 1.8;
}
.table_of_contents .table_link::before {
  content: no-open-quote;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 32%;
  left: 0;
  background: #08f;
  border-radius: 50%;
  transition: all 0.25s ease-out;
}
.table_of_contents .table_link:hover {
  color: #08f;
}
.content404Page.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-width: 100%;
  width: 100%;
  background: #fff;
}
.content404Page.wrapper .content404 {
  display: flex;
  flex-direction: column;
  width: 350px;
}
.content404Page.wrapper .content404 img {
  display: block;
  margin: 0 auto;
}
.content404Page.wrapper .content404 h1 {
  color: #333;
}
.content404Page.wrapper .content404 button {
  display: inline-block;
  background: #FBE101;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 28px;
  color: #333;
}
.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: calc(50% - 4px);
  content: no-open-quote;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}
.contentMap .sitemapLinks a:hover {
  color: #92c637;
}
.img-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-overlay:target {
  visibility: visible;
  opacity: 1;
}
.img-overlay .img-popup {
  margin: 70px auto;
  padding: 20px;
  border-radius: 5px;
  width: 100%;
  position: relative;
  transition: all 5s ease-in-out;
}
.img-overlay .img-popup.horizontal {
  aspect-ratio: 1/0.2;
}
.img-overlay .img-popup.vartical {
  aspect-ratio: 0.5/1;
}
.button-block {
  padding: 24px;
  text-align: center;
  margin: 10px 0;
  background: #FFFFF6;
  background-repeat: no-repeat;
  background-size: cover;
}
.button-block button {
  padding: 18px 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  color: #333;
  border-radius: 16px;
  background: #FBE101;;
}
.button-block button:hover {
  opacity: 0.8;
}
.quote {
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 40px;
  width: 98%;
  max-width: 600px;
  border-radius: 12px;
  background: #2163ce;
}
.quote p {
  padding: 40px 40px 20px 40px;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.quote::after {
  position: absolute;
  content: no-open-quote;
  width: 60px;
  height: 60px;
  background-image: url(/_next/static/media/quote-icon.28ebace9.svg);
  background-repeat: no-repeat;
  background-size: cover;
  left: 45%;
  top: -30px;
}
@media screen and (max-width: 1250px) {
  .general-table-wrapper {
    overflow: scroll;
  }
 
  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;
  }
  .content {
    padding-top: 20px;
  }
  .content .contentMain {
    width: 100%;
  }
  .content .general-ol {padding-left: 30px;}
  .content .general-ol li,
  .content .general-ul li {
    width: 100%;
  }
  .columns {
    flex-wrap: wrap;
  }
  .columns .column {
    width: 100%;
  }
  .column-p {
    margin-left: 0;
  }
  .footer-block-btn .buttons {
    justify-content: center;
    width: 100%;
  }
 
 
  .footer-block-btn .buttons button {
    width:100%;
    max-width: 400px;
  }
}
@media screen and (max-width: 400px) {
  .general-table {
    overflow-x: auto;
    max-width: 100%;
  }
}



/* Header */
header {
  padding: 20px 0;
}
.header_top {
  display: flex;
  justify-content: space-between;
}
.header_logo {
  display: flex;
  align-items: center;
}
.header_logo img {
  width: 40px;
  margin-right: 10px;
}
.header_logo span {
  font-size: 20px;
}
.footer {
  background: #5E00B5;
  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: #fff;
  font-size: 15px;
}
.footer .scrollTop {
  background:#5E00B5;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.1);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 60px;
  right: 20px;
  opacity: 0;
  cursor: pointer;
  border-radius: 50%;
  z-index: 5;
}
.footer .scrollTop.pam_content {
  opacity: 1;
}
.footer-block-btn {
  z-index: 4;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding: 10px;
  background: #5E00B5;
  display: none;
  justify-content: center;
  align-items: center;
}
.footer-block-btn .buttons {
  display: flex;
}

.header {
  background: #5E00B5;
	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: 80px
}

.header .headerInner .logo {
	position: relative;
	left: 35px;
	display: flex;
	align-items: center
}

.header .headerInner .logo .logo-divider {
	display: block;
	width: 1px;
	height: 40px;
	background-color: #ddd;
	margin-left: 29.5px
}

.header .headerInner .logo .logo-text {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	margin-left: 19.5px
}

.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: #f4486c;
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase
}

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

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

.buttons button {
  background: #FBE101;
	padding: 8px 34px;
	border-radius: 16px;
	font-size: 20px;
	line-height: 24px;
	color: #333;
	height: 48px;
	width: 300px;
	font-family: Verdana, Geneva, Tahoma, sans-serif
}

.buttons button:hover {
	opacity: .8
}


.btn-play:hover {
	opacity: .8
}

@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 .headerInner .headerWrapper {
		justify-content: space-between
	}

	.header .headerInner .menu {
		display: none
	}
	.header .headerInner .headerWrapper {
		height: 60px
	}
	.header{
		max-height: 60px;
	}
}

@media screen and (max-width: 1250px)and (min-width: 768px) {
	.header .headerInner .headerWrapper {
		justify-content: space-between
	}

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

@media screen and (max-width: 1250px) {
	.header .headerInner .toggle {
		left: 10px;
		top: 2px
	}

	.header .headerInner .logo {
		left: unset
	}

	.buttons {
		display: none
	}
}

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

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

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

	.logo-text {
		display: none
	}

	.logo {
		justify-content: center;
		left: 0;
		right: 0;
		margin: 0 auto;
		margin-top: -5px;
	}
}
.banner-wrap {
  padding: 110px 0 0 0;
}
.wrap {
  display: grid;
  height: 324px;
  gap: 20px;
  grid-template-columns: 1fr 560px;
}
.wrap .right-content {
  height: 100%;
}
.wrap img {
  height: 100%;
}
.wrap .right {
  width: 100%;
  max-width: 560px;
}
.wrap .right .title {
  margin-bottom: 20px;
}
.wrap .right .title h3 {
  font-size: 31px;
  line-height: 1;
  margin: 0;
  text-align: left;
  width: 100%;
}
.wrap .right .title h3 span {
  font-size: inherit;
  color: #e50539;
}
.wrap .right .descr {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  max-width: 920px;
}
.wrap .right .descr .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 7px 20px;
  border-radius: 10px;
  background: #9E35FF;
  box-shadow: 0px 4px 4px 0px #00000040;

}
.wrap .right .descr .item span {
  font-family: Verdana;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #E3FDFC;

}
.wrap .right .descr .rating {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.wrap .right .descr .rating p {
  font-size: 14px;
  padding: 0;
  width: 100%;
  margin: 0;
}
.wrap .right button {
  display: block;
  width: 200px;
  height: 40px;
  background: #e50539;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 5px 10px;
}
.wrap .left  {
  width: 100%;
  height: auto;
  max-width: 800px;
}
.wrap .left .left-content  {
  position: relative;
}
.wrap .left .left-content .left-content-img {
  background: url(/uploads/img/img-desk.webp) no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 324px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.wrap .left .left-content .left-content-info {
  background: #FFFFFF;
  width: 100%;
  max-width: 536px;
  height: 181px;
  border-radius: 20px 20px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding: 24px;
}
.wrap .left .left-content .left-content-info .title {
  font-family: Tahoma;
  font-size: 44px;
  font-weight: 700;
  line-height: 52.8px;
  letter-spacing: -0.02em;
  text-align: center;
  padding-bottom: 0;
  margin: 0;
}
.wrap .left .left-content .left-content-info button {
  background: #CA58AD;
  color: #fff;
  width: 100%;
  max-width: 415px;
  height: 56px;
  padding: 16px 64px 16px 64px;
  gap: 10px;
  border-radius: 16px;
  font-family: Tahoma;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.14px;
  text-align: center;  
}
.wrap .left .left-content .left-content-info button:hover { 
  scale: 1.1;
}
@media (max-width: 1230px) { 
  .wrap {
    grid-template-columns: 1fr 500px;
  }
  .wrap .left .left-content .left-content-info {   
    max-width: 301px;
    height: 122px;
}
.banner-wrap { 
  padding: 80px 0 0 0;
}
.wrap .left .left-content .left-content-info .title {
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: -0.02em;
}

.wrap .left .left-content .left-content-info button {
  max-width: 255px;
  height: 40px;
  padding: 8px 24px;
}

}

@media (max-width: 930px) { 
  .wrap {
    height: 262px;
  }
  .wrap .left .left-content .left-content-img { 
  height: 262px;
  }
  .wrap {
    grid-template-columns: 1fr 425px;
  }

  .wrap .right .descr .item span { 
    font-size: 14px;
    line-height: 21px;
  }
  .wrap .right .descr { 
    gap: 8px;
  }

}
@media (max-width: 825px) {
  .wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    gap: 20px;
    align-items: center;
  }
  .wrap .right {
    width: 100%;
  }
  .wrap .right .descr {
    width: 100%;
  }

  .wrap .right button {
    margin: 0 auto;
  }
  .wrap .left .left-content .left-content-img { 
    background-position: unset;
    height: 212px;
  }
  .banner-wrap {
    padding: 68px 0 0 0;
}
.wrap .right { 
  max-width: unset;
}

}
@media (max-width: 530px) {
  .wrap .left .left-content .left-content-img {
    background: url(/uploads/img/img-mob.webp) no-repeat;
    max-width: 466px;
    background-size: cover;
    width: 100%;
    background-position: unset;
  }
  .wrap .left .left-content  {
    display: flex;
    justify-content: center;
    align-items: center;;
  }
}
@media (max-width: 360px) { 
  .wrap .left .left-content .left-content-img {
    background-position: center;
  }
}

.burger {
  display: none;
  position: relative;
}
.mobileMenu {
  position: fixed;
  top: 0;
  right: 0%;
  display: block;
  z-index: 5;
  background: rgba(247, 234, 255, 1);
  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: 26px;
}
.mobileMenu .mobileMenuLinks a {
  color: #333;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}
.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) {

  .header {
    height: 108px;
  }
  .menu {
    display: none;
  }
  .burger {
    display: block;
  }
  .header .headerInner {flex-wrap: wrap;align-content: center; gap: 5px;}
  .header .buttons {width: 100%; flex-direction: row; justify-content: center;}
  .header .headerInner .header_left {width: 100%; flex-direction: row; align-items: center; justify-content: center;}
  .buttons .logButton, .buttons .bonusButton {font-size: 14px; width: 50%; max-width: 250px;}
  .header .headerInner .logo, .header .headerInner .logo img {width: 220px;height: 45px;}
}

@media (max-width: 500px) {
  .footer {padding: 20px 0 80px 0px;}
  .footer-block-btn {display: flex;}
  header .buttons .bonusButton {display: none;}
  header .buttons .logButton {width: 100%; max-width: 300px;}
}


.breadcrumbs {
  display: flex;
  align-items: center;
  padding-top: 110px;
  overflow-x: hidden;
  gap: 15px;
}
.breadcrumbs a {
  color: #000;
  font-size: 14px;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs .last {
  position: relative;
  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 {
    flex-wrap: wrap;
  }
  .button-block button {font-size: 16px; padding: 18px 30px;}
}


.screen {width: 96%; max-width: 1400px; margin: 0 auto; height: 295px; margin-top: 155px;}
.screen_inner {display: flex; height: 100%; justify-content: space-between;}
.screen_left {width: 345px; height: 100%; background: url(/banner_desktop.webp) no-repeat; background-size: cover; border-radius: 30px;}
.screen_right {width: calc(100% - 385px); display: flex;flex-direction: column;justify-content: space-between;}
.screen_right_p {font-size: 28px; line-height: 34px; color: rgba(51, 51, 51, 1); font-weight: 700; padding-bottom: 0; width: 100%;}
.screen_right .list {display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px 40px;}
.screen_right .list .item {display: flex; flex-direction: column; gap: 13px;}
.screen_right .list .title {font-size: 22px; line-height: 27px; color: rgba(51, 51, 51, 1); }
.screen_right .list .name {display: flex; gap: 8px;}
.screen_right .list .name img {width: 29px; height: 29px;}
.screen_right .list .name span {font-size: 24px; line-height: 29px; color: rgba(51, 51, 51, 1); font-weight: 700;}

@media (max-width: 1250px) {
  .screen {margin-top: 130px;}
}

@media (max-width: 1150px) {
	.screen_right_p {font-size: 20px; line-height: 24px;}
	.screen_right .list .title {font-size: 16px; line-height: 20px;}
	.screen_right .list .name span {font-size: 18px; line-height: 22px;}
	.screen_right .list .name img {width: 20px; height: 20px;}
}

@media (max-width: 920px) {
	.screen_inner {flex-direction: column;}
	.screen  {height: auto;}
	.screen_left {width: 100%; height: 215px; background: url(/banner-mobile.webp) no-repeat; background-size: cover; margin-bottom: 16px;}
	.screen_right {width: 100%;}
	.screen_right_p {padding-bottom: 16px;}
	.screen_right .list { grid-template-columns: repeat(3, auto); gap: 16px 16px; justify-content: space-between;}
	.screen_right .list .item {gap: 8px;}
}
@media (max-width: 500px) {
	.screen_left {height: 165px;}
	.screen_right .list { grid-template-columns: repeat(2, auto);}
}

.demo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96%;
  margin: 0 auto;
  max-width: 1228px;
  padding: 20px 0 20px 0;
  margin-top: 20px;
  height: 610px;
  background: #9E35FF;
  border-radius: 30px;
  flex-direction: column;
}
.demo .demo-title {
  font-family: Tahoma;
font-size: 52px;
font-weight: 700;
line-height: 62.4px;
letter-spacing: -0.02em;
text-align: left;
color: #fff;
padding:  0 0 20px 0 ;
}
.demo .frame {
  width: 96%;
  margin: 0 auto;
  max-width: 920px;
  height: 668px;
  position: relative;
  border-radius: 30px;
}
.demo .demo-watch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px
}
.demo .demo-watch .demo-btns {
  display: flex;
    justify-content: center;
    align-items: center;
}
.demo .demo-watch #plinko-demo-btn {
  background: url(/PlayButton.svg) no-repeat;
  background-position: center;
  width: 100px;
  height: 100px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;

}
.demo .demo-watch #plinko-play-btn {
  padding: 10px 40px;
  border-radius: 20px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
  background: #FBE101;
  cursor: pointer;
  transition: 0.4s;
}
.demo .demo-watch #plinko-demo-btn:hover,
.demo .demo-watch #plinko-play-btn:hover {
  opacity: 0.8;
} 
.demo .demo-watch span:hover {
  background: #c516ec;
}
.demo .frame iframe {
  width: 100%;
  height: 100%;
}
.demo-casinos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: column;
  width: 100%;
  max-width: 440px;
}
.demo-casinos .casino {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: column;
  border: 4px solid #FFFF96;
  border-radius: 20px;
  height: 212px;
  width: 100%;
  max-width: 440px;
  padding: 0px 0 20px 0;
}
.demo-casinos .casino-title  {
  background: #FFFF96;
  border-radius: 20px 20px 0 0;
  position: relative;
  width: 100%;
}

.demo-casinos .casino-title p  {
  font-family: Verdana;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.31px;
  color:  #333333;
  text-align: center;
  padding: 10px 0 10px 0;
}
.demo-casinos .casino-title .casino-logo-cobra {
  background: url(/uploads/img/Cobra.webp) no-repeat;
  background-position: center center;
  background-size: cover;
  width: 64px;
  height: 64px;
  position: absolute;
  top: -10px;
  left:-5px;
}
.demo-casinos .casino-title .casino-logo-jackpoty {
  background: url(/uploads/img/Jackpoty.webp) no-repeat;
  background-position: center center;
  background-size: cover;
  width: 64px;
  height: 64px;
  position: absolute;
  top: -10px;
  left:-5px;}

.demo-casinos .casino-title .casino-logo-cashed {
  background: url(/uploads/img/Cashed.webp) no-repeat;
  background-position: center center;
  background-size: cover;
  width: 64px;
  height: 64px;
  position: absolute;
  top: -10px;
  left:-5px;}

.demo-casinos .casino .casino-bonus {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
gap: 20px;
}

.demo-casinos .casino .casino-bonus p { 
  font-family: Verdana;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.88px;
  text-align: center;
  color: #333;
  padding-bottom: 0;
}

.demo-casinos .casino .casino-bonus button {
  background: #FF0040;
  padding: 12px 30px;
  width: 100%;
  max-width: 250px;
  border-radius: 10px;
  font-family: Verdana;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #fff;
}
.demo-casinos .casino .casino-bonus button:hover {
  opacity: 0.8;
}
@media (max-width: 1250px) { 
 .demo .demo-title {
  font-size: 30px;
  line-height: 40px;
 }

}

@media (max-width: 900px) { 
  .demo {
    height: 400px;
  }
.demo .frame { 
  max-width: 920px;
  height: 400px;
}
.demo .demo-watch #plinko-demo-btn {
  width: 60px;
  height: 60px;
  background-size: contain;
}

}

@media (max-width: 530px) { 
  .demo .demo-title {
    font-size: 20px;
    line-height: 30px;
   }
}

.casinos {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
  gap: 24px;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}

.casinos-wrapper {
  background: #F9F0FF;
  border: 1px solid #9E35FF;
  border-radius: 10px;
  width: 100%;
  max-width: 1400px;
  padding: 20px 24px;
}

.casino {
  background: #fff;
  border-radius: 10px;
  padding: 20px 24px 20px 24px;
  display: grid;
  grid-template-columns: 160px 25% 350px auto;
  align-items: center;
  gap: 20px;
}

.casino .img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 160px;

}

.casino .img span {
  color: #000;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.casino .img .img_img {
  width: 160px;
  height: 66px;
  border-radius: 4px;
}

.casinos-wrapper:nth-child(1) .img .img_img {background: url(/cards-casino/Billybets.webp) no-repeat;background-size: contain;background-position: 0 center;}
.casinos-wrapper:nth-child(2) .img .img_img {background: url(/cards-casino/SpinLine.webp) no-repeat;background-size: contain;background-position: 0 center;}
.casinos-wrapper:nth-child(3) .img .img_img {background: url(/cards-casino/Spinanga.webp) no-repeat;background-size: contain;background-position: 0 center;}
.casinos-wrapper:nth-child(4) .img .img_img {background: url(/cards-casino/Fortuna-Casino.webp) no-repeat;background-size: contain;background-position: 0 center;}
.casinos-wrapper:nth-child(5) .img .img_img {background: url(/cards-casino/SynotTip-Casino.webp) no-repeat;background-size: contain;background-position: 0 center;}


.casino .rating {
  height: 53px;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: flex-start;
  flex-direction: column;
}
.casino .rating .title {
  font-family: Tahoma;
font-size: 16px;
font-weight: 700;
line-height: 18px;
text-align: left;
color: #000;

}

.casino .rating img {
  width: 15px;
}

.casino .rating span {
  color: #000;
  font-family: Tahoma;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  padding-left: 5px;
  
}
.casino .rating .rating-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.casino .rating .license {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.casino .bonus span {
  font-family: Tahoma;
  font-size: 12px;
  font-weight: 400;
  line-height: 13.2px;
  text-align: left;
  color: #333;

}

.casino .bonus p {
  font-family: Tahoma;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;  
  color: #000;
  padding-top: 8px;
  margin: 0;
  width: 100%;
  max-width: 300px;
}

.casino .button {
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  text-transform: unset;
}

.casino .button button {
  font-family: Tahoma;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;  
  color: #fff;
  background: #B446F6;
   border-radius: 12px;
  box-shadow: none;
  border: none;
  width: 100%;
  max-width: 205px;
  padding: 14px 24px;
  cursor: pointer;
  transition: 0.4s;
  text-align: center;
  opacity: 1;
}
.casino .button .info-casino {
  font-family: Tahoma;
font-size: 10px;
font-weight: 400;
line-height: 12.1px;
text-align: left;
color: #000;
background: transparent;
position: relative;
cursor: pointer;
}
.casino .button .info-casino::after {
  content: url(/cards-casino/down.svg);
  width: 8px;
  height: 8px;
  position: absolute;
  padding-left: 5px;
}

.casino .button button:hover {
  opacity: 0.8;
}

.more-info {
  display: none;
  margin-top: 10px;
  gap: 17px;
  grid-template-columns: 50% 25% auto;
}
.more-info .info-deposit {
  background: #fff;
  border-radius: 10px;
  padding: 5px 12px 5px 12px;
  width: 100%;
  max-width: 678px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;

}
.more-info  .min-dep , .more-info  .max-dep {
  background: #fff;
  border-radius: 10px;
  padding: 12px;
  width: 100%;
  max-width: 320px;
}
.more-info  .min-dep .more-info-title , .more-info  .max-dep .more-info-title {
  font-family: Tahoma;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: left;
  color: #000;
  margin: 0;
  padding-bottom: 8px;
  width: 100%;
}

.more-info  .min-dep span , .more-info  .max-dep span {
  font-family: Tahoma;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #000;
}

.more-info .info-deposit .more-info-title {
  font-family: Tahoma;
font-size: 14px;
font-weight: 700;
line-height: 16px;
text-align: left;
color: #000;
margin: 0;
padding-bottom: 8px;
}
.more-info .info-deposit span {
  font-family: Tahoma;
font-size: 14px;
font-weight: 400;
line-height: 19px;
text-align: left;
color: #000;

}

.more-info.visible {
  display: block;
}

@media (max-width: 1250px) {
  .casino {
      grid-template-columns: 50% 50%;
      padding: 20px 20px 14px 20px;
      gap: 14px;
  }
  .casino .bonus p {
    max-width: unset;
  }

  .casino .bonus {
      padding-left: 0;
  }

  .casino .button {
      margin: 0 auto;
      justify-content: flex-start;
  }
}
@media (max-width: 750px) { 
  .more-info {
    flex-direction: column;
  }
}

@media (max-width: 700px) {
  .casino {
      margin-bottom: 12px;
  }

  .casino .bonus {
      grid-column-start: 1;
      grid-column-end: 3;
  }

  .casino .button {
      grid-column-start: 1;
      grid-column-end: 3;
      margin-left: 0;
  }
  .more-info {
    grid-template-columns: 1fr 1fr;
  }
  .more-info .info-deposit  {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .more-info .min-dep, .more-info .max-dep {
    padding: 5px 12px 5px 12px;
  }

}

@media (max-width: 520px) {
  .casino {
    padding: 12px;
}
  .casino .rating {
      gap: 2px;
  }
  .casino .rating .title {
    font-size: 14px;
    line-height: 15px;
  }
  .casino .bonus {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .casino .img .img_img {
      width: 120px;
  }
  .casino .bonus p {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    padding: 5px 5px 5px 5px;
  }
  .casino .bonus span {
    text-align: center;
  }
  .casino .rating span {
      font-size: 10px;
      line-height: 15px;
  }
  .casino .button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .casino .rating img {
      width: 10px;
      height: 10px;
  }
}

@media (max-width: 380px) {
  .casino {
      grid-template-columns: 1fr 1fr;
      padding: 10px 10px 10px 10px;
      gap: 8px;
  }
  .casino .img {
    max-width: 110px;
  }
  .casino .img .img_img {
    width: 110px;
  }
}







