* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: Gilroy, sans-serif;
}


main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: var(--main);
  font-family: Gilroy, sans-serif;
}

main p,
main span,
main h1,
main h4,
main h5,
main figcaption {
  color: #fff;
  font-family: Gilroy, sans-serif;
    padding-top: 5px; /* Уменьшаем верхний отступ */
    padding-bottom: 5px; /* Уменьшаем нижний отступ */
    padding-left: 20px; /* Оставляем боковые отступы */
    padding-right: 20px;
}


main li {
  color: #fff;
  font-family: Gilroy, sans-serif;
    padding-top: 5px; /* Уменьшаем верхний отступ */
    padding-bottom: 5px; /* Уменьшаем нижний отступ */
    padding-left: 20px; /* Оставляем боковые отступы */
    padding-right: 5px;
}

main h2 {
  color: #fff;
  font-family: Gilroy, sans-serif;
    padding-top: 20px; /* Уменьшаем верхний отступ */
    padding-bottom: 20px; /* Уменьшаем нижний отступ */
    padding-left: 20px; /* Оставляем боковые отступы */
    padding-right: 20px;
}

main h3 {
  color: #fff;
  font-family: Gilroy, sans-serif;
    padding-top: 20px; /* Уменьшаем верхний отступ */
    padding-bottom: 20px; /* Уменьшаем нижний отступ */
    padding-left: 20px; /* Оставляем боковые отступы */
    padding-right: 20px;
}

main a {
  color: #ce50f8;
  font-family: Gilroy, 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 .faq-container-new-00527-65321-05412-54861-156544,
main .general-table {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
main ul {
	list-style-type: disc;
}
main ol {
	list-style-type: decimal;
}
main li {
	position: relative;
}
main ul li::before {
	content: '';
	position: absolute;
	top: 18px;
	left: 0;
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
}
main ol {
	counter-reset: list;
}
main ol li {
	counter-increment: list;
}
main ol li::before {
	content: counter(list);
	position: absolute;
	top: 8px;
	left: 0;
	color: #fff;
	font-size: 18px;
}

p b, li b{ color: inherit; }

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

main p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  /*padding: 10px;*/ /* Отступы для десктопных версий и планшетов */
  padding: 10px 0 10px 0;
}

@media (max-width: 768px) {
  main p {
    padding-left: 20px; /* Дополнительный отступ слева для мобильных устройств */
    padding-right: 20px; /* Дополнительный отступ справа для мобильных устройств */
  }
}

@media (max-width: 768px) {
  main li {
    padding-left: 20px; /* Дополнительный отступ слева для мобильных устройств */
    padding-right: 20px; /* Дополнительный отступ справа для мобильных устройств */
  }
}

@media (max-width: 768px) {
  main h2 {
    text-align: left !important; /* Выравниваем текст по левому краю */
    margin-left: 0; /* Убираем возможные автоцентровки */
    padding-left: 0; /* Убираем отступы, если они мешают */
	padding: 20px; /* Отступы для десктопных версий и планшетов */
  }
}


.top-padding {
	padding-top: 80px;
}


@media (max-width: 768px) {
  main h1 {
    padding-left: 20px; /* Дополнительный отступ слева для мобильных устройств */
    padding-right: 20px; /* Дополнительный отступ справа для мобильных устройств */
  }
}

@media (max-width: 768px) {
  main h3 {
    padding-left: 20px; /* Дополнительный отступ слева для мобильных устройств */
    padding-right: 20px; /* Дополнительный отступ справа для мобильных устройств */
  }
}

main p b {
  color: inherit;
}

main .wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

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

a {
  text-decoration: none;
  transition: 0.3s;
}

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

input,
button {
  font-family: Gilroy, 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 {
  padding: 15px 0;
  color: #333;
}

h1 {
  font-size: 22px;
  font-weight: 600;
  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,
span,
li,
h1,
h2,
h3,
a,
b,
i,
label,
input,
button,
td,
tr,
figcaption {
  color: #000;
}

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;
}



/* MAIN BANNER */

.mainBanner {
	height: 408px;
	margin-bottom: 50px;
	margin-top: 55px;
	background: #060407 url(../../../banner.webp) no-repeat center center;
	background-size: cover; 
	position: relative;
}
  
.mainBannerInner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.mainBannerInner .mainBannerText {
	  text-align:center;
	  padding-top:53px;
	  height:100%;
	  position: relative;
	  z-index: 2;
}
.mainBannerInner .mainBannerText p {
	  padding-bottom:0;
	  font-family: Tahoma, sans-serif;
}
  
  .mainBannerInner .textFirst {
	  color: #FFF;
	  font-size: 25px;
	  font-style: normal;
	  font-weight: 500;
	  line-height: 1;
	  letter-spacing: 1.5px;
	  text-transform: uppercase;
  }
  
  .mainBannerInner .textSecond {
	  color: #FFF;
	  font-size: 120px;
	  font-style: normal;
	  font-weight: 800;
	  line-height: 1;
	  letter-spacing: 1.2px;
	  text-transform: uppercase;
	  width:100%;
  }
  
  .mainBannerInner .textSecond span {
	  color: #9665FF;
	  font-size: 120px;
	  font-style: normal;
	  font-weight: 800;
	  line-height: 1;
	  letter-spacing: 1.2px;
	  text-transform: uppercase;
  }
  
  .mainBannerInner .textThird {
	  color: #fff;
	  font-size: 35px;
	  font-style: normal;
	  font-weight: 500;
	  line-height: 1;
	  letter-spacing: 2.1px;
	  text-transform: uppercase;
  } 
  
  .mainBanner .mainBannerButton {
	  position:absolute;
	  bottom:52px;
	  left:0;
	  display: flex;
	  justify-content: center;
	  width:100%;
	  z-index: 2;
  }
  
  .mainBanner .mainBannerButton button {
	  position: relative;
	  top: 50px;
	  font-size: 24px;
	  font-style: normal;
	  font-weight: 700;
	  line-height: 22px;
	  text-transform: uppercase;
	  color:#fff;
	  border-radius: 50px;
	  border: 1px solid #B79FFD;
		background: #87DA01;
		box-shadow: 0px 0px 12px 0px rgba(183, 159, 253, 0.26);
	  padding:26px 52px;
	  transition:0.4s;
	  font-family: Tahoma, sans-serif;
  }
								  
  .mainBanner .mainBannerButton button:hover {
	  background: #87DA01;
  }
  

								  

								  
  @media (max-width: 1250px) {
	  .mainBanner {
			height: 142px;
	  }
	  .mainBannerInner:after, .mainBannerInner:before {
		  width: 262px;
			height: 142px;
	  }
		  
	  .mainBannerInner .textFirst { 
		  font-size: 12px;   
		  font-weight: 500;       
		  letter-spacing: 0.66px;
	  }
		  
	  .mainBannerInner .textSecond { 
		  font-size: 52px;
		  letter-spacing: 0.52px;
	  }
		  
	  .mainBannerInner .textSecond span { 
		  font-size: 52px;
		  letter-spacing: 0.52px;
	  }
		  
	  .mainBannerInner .textThird { 
		  font-size: 15px;
		  letter-spacing: 0.9px;
	  }
		
	 .mainBanner .mainBannerButton {
			 bottom: -30px;
	 }
		  
	 .mainBanner .mainBannerButton button {
			 padding: 18px 0px;
		  max-width:300px;
		  width:97%;
	 }
		  
	 .mainBannerInner .mainBannerText {
		 padding-top: 16px;
	 }   
	 
  }
								  
  @media (max-width: 600px) { 
	  .mainBannerInner::before {
		  left:-55px;
	  }
		  
	  .mainBannerInner::after {
		  right:-70px;
	  }
  }
								  
  @media (max-width: 400px) { 
	  .mainBannerInner::before {
		  left:-70px;
	  }
		  
	  .mainBannerInner::after {
		  right:-90px;
	  }
  }
								  
  @media (max-width: 350px) { 
	  .mainBannerInner::after{
		  display:none;
	  }
  }
  

/* Модуль скачать приложение */
.tg-block-new-class-00527-65321-05412-54861-156544 {
  background: #090C1D;
  margin-bottom: 40px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}
.tg-block-new-class-00527-65321-05412-54861-156544_wrapper {
  display: flex;
	flex-wrap: wrap;
  align-items: center;
  justify-content: center;
	max-width: 1140px;
	margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.tg-block-new-class-00527-65321-05412-54861-156544_wrapper .tg-block-new-class-00527-65321-05412-54861-156544_image {
	width: 50%;
  z-index: 2;
}
.tg-block-new-class-00527-65321-05412-54861-156544_wrapper .tg-block-new-class-00527-65321-05412-54861-156544_image img {
	display: block;
	width: 100%;
	max-width: 330px;
	height: auto;
	margin: 0 auto;
}

.tg-block-new-class-00527-65321-05412-54861-156544_wrapper .tg-block-new-class-00527-65321-05412-54861-156544_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
	width: 48%;
	padding: 50px 0;
  z-index: 2;
  position: relative;
}
.tg-block-new-class-00527-65321-05412-54861-156544_wrapper .tg-block-new-class-00527-65321-05412-54861-156544_text .text-title {
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  width: 100%;
}
.tg-block-new-class-00527-65321-05412-54861-156544_wrapper .tg-block-new-class-00527-65321-05412-54861-156544_text button {
  background: #00C621;
	border: 2px solid #00C621;
  border-radius: 42px;
  color: #fff;
  font-family: Roboto , sans-serif;
	width: 100%;
  max-width: 400px;
  padding: 18px 24px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.tg-block-new-class-00527-65321-05412-54861-156544_wrapper .tg-block-new-class-00527-65321-05412-54861-156544_text button:hover {
  background:#1C1C1C;
  transition: 0.4s;
}



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

.tg-block-new-class-00527-65321-05412-54861-156544_wrapper .tg-block-new-class-00527-65321-05412-54861-156544_image {
	width: 100%;
	margin: 20px 0;
}
.tg-block-new-class-00527-65321-05412-54861-156544_wrapper .tg-block-new-class-00527-65321-05412-54861-156544_text {
	width: 100%;
	padding: 4px 0 24px;
	text-align: center;
}

.tg-block-new-class-00527-65321-05412-54861-156544_wrapper .tg-block-new-class-00527-65321-05412-54861-156544_text .text-title  {
  font-size: 15px;
}
}

/* apk button*/
.app-button {position: relative; border-radius: 80px; background:linear-gradient(267.05deg,#089e4e 0%,#31bc69 99.28%);
	display: flex; align-items: center; width: 420px; margin: 0 auto; padding: 15px 40px; margin-bottom: 20px;justify-content: space-between;}
	.app-button button {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent; border: none; cursor: pointer;}
	.app-button:hover {background:linear-gradient(267.05deg,#089e4e 0%,#089e4e 99.28%)}
	.app-button .app-button-text {display: flex; flex-wrap: wrap;  width: calc(100% - 58px);}
	.app-button  .app_icon {width: 38px;}
	.app-button  img {width: 38px; height: 41px;}
	
	.app-button .top_text {font-size: 26px; line-height: 26px; font-weight: 700; color:#fff; padding-bottom: 0;  }
	.app-button .app_bottom {width: 100%; display: flex;margin-top: 5px;}
	.app-button .app_bottom  img {width: 50px; height: 20px; background: #009A3F; padding: 2px 2px 4px; border-radius: 10px;}
	.app-button .app_bottom span {color:#084826; font-size: 14px; line-height: 14px; padding-right: 5px; padding-bottom: 0; padding-top: 5px; }

	@media (max-width: 1250px) {
		.app-button {padding: 15px 20px; width: 300px; }
		.app-button .top_text {font-size: 22px; line-height: 22px;}
		.app-button .app_icon {width: 28px;}
		.app-button  img {width: 28px; height: 31px;}
		.app-button .app-button-text {width: calc(100% - 38px);}
    .app-button .app_bottom span {font-size: 12px;}
	}



/* CUPON WITH PROMOCODE*/

.cupon-banner {
	margin: 10px auto;
	width: 518px;
	height: 174px;
	background: url(../../../uploads/img/webp/cupon.webp) no-repeat;
	display: flex;
  max-width: 100%;
  overflow: hidden;
  }
  .logo-side {
	width: 150px;
	height: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .content-side {
	width: 370px;
	height: inherit;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 0 25px;
  }
  
  .content-side__title {
	  color: #FFF;
	  text-align: center;
	  font-family: Verdana;
	  font-size: 28px;
	  font-style: normal;
	  font-weight: 700;
	  line-height: 30px;
  }
  .content-side__promocode {
	display: flex;
  }
  .content-side__promocode-copy {
	color: #FFF;
	text-align: center;
	font-family: Verdana;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
  line-height: 24px;
  padding: 12px 16px;
  border: 1px solid #3497E7;
  border-radius: 16px 0 0 16px;
  }
  .content-side__promocode-button {
	  border-radius: 0px 13px 13px 0px;
	  background: #3497E7;
	  padding: 12px 16px;
	  cursor: pointer;
  }
  
  @media screen and (max-width: 560px) {
	.cupon-banner {
	  background-size: contain;
	  width: 320px;
	  height: 108px;
	}
	.logo-side {
	  width: 94px;
	}
	.logo-side img {
	  width: 34px;
	  height: 73px;
	}
	.content-side {
	  width: 234px;
	  gap: 5px;
	}
	.content-side__title {
	  color: #FFF;
	  text-align: center;
	  font-family: Verdana;
	  font-size: 16px;
	  font-style: normal;
	  font-weight: 700;
	  line-height: 18px;
	}
	.content-side__promocode {
	  flex-direction: column;
	}
	.content-side__promocode-copy {
	  color: #FFF;
  text-align: center;
  font-family: Verdana;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; 
  padding: 4px 8px;
  border-radius: 16px 16px 0 0;
	}
	.content-side__promocode-button {
	  color: #FFF;
	  text-align: center;
	  font-family: Verdana;
	  font-size: 14px;
	  font-style: normal;
	  font-weight: 700;
	  line-height: 18px;
	  padding: 4px 8px;
	  border-radius: 0px 0px 13px 13px;
	}
  }
  @media screen and (max-width: 320px) {
	.cupon-banner {
	  width: 310px;
	  height: 103px;
  }
  }




.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: 20px;
}

.content .general-ol li {
  position: relative;
  padding-left: 0;
  margin-bottom: 10px;
  width: 48%;
  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; */
  top: 6px;
  left: -26px;
}

.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: 48%;
}

.content .faq-answer .general-ul li {
  width: 100%;
}

.content .faq-answer .general-ol li {
  width: 100%;
}

.content .general-ul li::before {
  content: no-open-quote;
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0;
  /* top: 10px; */
  top: 16px;
  background-color: #fff;
  border-radius: 50%;
}

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

.buttons-new-00527-65321-05412-54861-156544 {
  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: #888;
  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 !important;
  border-collapse: collapse;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}

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

.general-table .general-tr .general-td {
  padding: 10px;
  text-align: left;
  color: #fff;
  border: 1px solid rgba(251, 251, 251, 0.1);
}

.faq-container-new-00527-65321-05412-54861-156544 .faq-item-new-class-00527-65321-05412-54861-156544 {
  margin: 0 auto;
  position: relative;
  min-height: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}

.faq-container-new-00527-65321-05412-54861-156544 .faq-item-new-class-00527-65321-05412-54861-156544:last-child {
  border-bottom: none;
}

.faq-container-new-00527-65321-05412-54861-156544 .faq-item-new-class-00527-65321-05412-54861-156544:hover .icon::before,
.faq-container-new-00527-65321-05412-54861-156544 .faq-item-new-class-00527-65321-05412-54861-156544:hover .icon::after {
  background: #00C621;
}

.faq-container-new-00527-65321-05412-54861-156544 .faq-item-new-class-00527-65321-05412-54861-156544:hover {
  border-color: #00C621;
}

.faq-container-new-00527-65321-05412-54861-156544 .faq-item-new-class-00527-65321-05412-54861-156544:hover .faq-question {
  color: #00C621;
}

.faq-container-new-00527-65321-05412-54861-156544 .faq-question {
  padding-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

.faq-container-new-00527-65321-05412-54861-156544 .faq-answer {
  padding: 10px 40px 10px 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  transition: 0.4s ease;
}

.faq-container-new-00527-65321-05412-54861-156544 .icon {
  height: 18px;
  position: absolute;
  width: 18px;
  right: 10px;
  top: 11px;
  z-index: 2;
}

.faq-container-new-00527-65321-05412-54861-156544 .icon::before,
.faq-container-new-00527-65321-05412-54861-156544 .icon::after {
  background: #63b0e8;
  content: no-open-quote;
  height: 4px;
  right: 0;
  position: absolute;
  top: 0;
  width: 18px;
  transition: transform 500ms ease;
}

.faq-container-new-00527-65321-05412-54861-156544 .toggle {
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 3;
}

.faq-container-new-00527-65321-05412-54861-156544 .toggle:checked ~ .icon::before,
.faq-container-new-00527-65321-05412-54861-156544 .toggle:checked ~ .icon::after {
  background: #00C621;
}

.faq-container-new-00527-65321-05412-54861-156544 .toggle:checked ~ .faq-question {
  color: #00C621;
}

.faq-container-new-00527-65321-05412-54861-156544 .toggle:not(:checked) ~ .icon:before {
  transform: rotate(180deg);
}

.faq-container-new-00527-65321-05412-54861-156544 .toggle:not(:checked) ~ .icon:after {
  transform: rotate(90deg);
}

.faq-container-new-00527-65321-05412-54861-156544 .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.webp);
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 8px;
}

.table-of-contents-new-00527-65321-05412-54861-156544 {
  margin: 19px 0;
  display: flex;
  flex-direction: column;
  align-items: center; /* Центрируем содержимое по горизонтали */
  margin: 20px auto;   /* Отступ сверху/снизу и автоматические боковые отступы */
}

.table-of-contents-new-00527-65321-05412-54861-156544 .toggle {
  display: none;
}

.table-of-contents-new-00527-65321-05412-54861-156544 .lbl-toggle {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #00C621;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.25s ease-out;
}

.table-of-contents-new-00527-65321-05412-54861-156544 .lbl-toggle:hover {
  background: #08f;
}

.table-of-contents-new-00527-65321-05412-54861-156544 .toggle:checked + .lbl-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.table-of-contents-new-00527-65321-05412-54861-156544 .table-box-new-00527-65321-05412-54861-156544 {
  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-new-00527-65321-05412-54861-156544 .toggle:checked + .lbl-toggle + div {
  max-height: 1000px;
  border: 1px solid #00C621;
  padding: 20px;
  margin-top: 12px;
  border-radius: 8px;
}

.table-of-contents-new-00527-65321-05412-54861-156544 .table_link {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  line-height: 1.8;
}

.table-of-contents-new-00527-65321-05412-54861-156544 .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-new-00527-65321-05412-54861-156544 .table_link:hover {
  color: #08f;
}

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

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

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

.content404Page.wrapper .content404 h1 {
  color: #fff;
}

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

.content404Page.wrapper .content404 button:hover {
  background: #92c637;
}

.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: #fff;
  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: 40px 0;
  background-image: url(../../../uploads/img/button_block_bg.webp);
  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: #fff;
  border-radius: 50px;
  background: linear-gradient(125deg, #ffbf2d 0%, #ff9314 100%);
  box-shadow: 0px 0px 12px 0px rgba(255, 92, 0, 0.26);
}

.button-block button:hover {
  background: linear-gradient(135deg, #f69401 0%, #ff7c01 100%);
  box-shadow: 0px 0px 12px 0px rgba(255, 92, 0, 0.26),
    0px 0px 18px 0px rgba(255, 46, 0, 0.7);
}

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

.quote p {
  padding: 40px 40px 20px 40px;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
}

.quote::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(../media/quote.webp);
  background-repeat: no-repeat;
  background-size: cover;
  left: 45%;
  top: -30px;
}

.quote.quote__contact::after {
  background-image: url(../media/contacts-icon.webp) !important;
}

@media screen and (min-width: 1250px) {
  .buttons-new-00527-65321-05412-54861-156544 .logButton:hover,
  .buttons-new-00527-65321-05412-54861-156544 .logButton:active {
    background: #F3F4F4;
    box-shadow: #F3F4F4;
	color: #1B1B1B;
  }
  .buttons-new-00527-65321-05412-54861-156544 .regButton:hover,
  .buttons-new-00527-65321-05412-54861-156544 .regButton:active {
    background: #F3F4F4;
    box-shadow: #F3F4F4;
	
  }
}

@media screen and (max-width: 1250px) {
  main .wrapper {
    padding: 0 15px;
  }
  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%;
    padding: 0 15px;
  }
  .content .general-ol li,
  .content .general-ul li {
    width: 100%;
  }
  .columns {
    flex-wrap: wrap;
  }
  .columns .column {
    width: 100%;
  }
  .column-p {
    margin-left: 0;
  }
  .faq-container-new-00527-65321-05412-54861-156544 .faq-question {
    max-width: 85%;
  }
  .footer-block-btn-class-00527-65321-05412-54861-156544 .buttons-new-00527-65321-05412-54861-156544 {
    justify-content: space-between;
    width: 100%;
  }
  .footer-block-btn-class-00527-65321-05412-54861-156544 .buttons-new-00527-65321-05412-54861-156544 .regButton,
  .footer-block-btn-class-00527-65321-05412-54861-156544 .buttons-new-00527-65321-05412-54861-156544 .logButton {
    padding: 12px 24px;
    box-shadow: none;
  }
  .footer-block-btn-class-00527-65321-05412-54861-156544 .buttons-new-00527-65321-05412-54861-156544 button {
    width: 100%;
  }
  .footer-block-btn-class-00527-65321-05412-54861-156544 .buttons-new-00527-65321-05412-54861-156544 .regButton {
    border-radius: 12px;
    background: #00C621;
  }
  /* .footer-block-btn-class-00527-65321-05412-54861-156544 .buttons-new-00527-65321-05412-54861-156544 .regButton::after {
    content: none;
  } */
  .footer-block-btn-class-00527-65321-05412-54861-156544 .buttons-new-00527-65321-05412-54861-156544 .regButton:active {
    border-radius: 12px;
    background: #F3F4F4;
    box-shadow: #F3F4F4;
  }
  .footer-block-btn-class-00527-65321-05412-54861-156544 .buttons-new-00527-65321-05412-54861-156544 .logButton {
    border-radius: 12px;
    padding: 11px 24px;
    border: 1px solid #F3F4F4;
    color: #3B3B3B;
    background-color: #FFFFFF;
	font-weight: bold;
  }
  .footer-block-btn-class-00527-65321-05412-54861-156544 .buttons-new-00527-65321-05412-54861-156544 .logButton::after {
    content: none;
  }
  .footer-block-btn-class-00527-65321-05412-54861-156544 .buttons-new-00527-65321-05412-54861-156544 .logButton:active {
    color: #fff;
    border-radius: 12px;
    border: 1px solid #262626;
    background: #262626;
    box-shadow: #262626;
	font-weight: bold;
  }
  .general-table {
    overflow-x: auto;
    max-width: 100%;
    display: flex;
  }
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  overflow-x: hidden;
  background: var(--main);
}

a {
  text-decoration: none;
  transition: 0.3s;
}

input,
button {
  border: none;
  box-shadow: none;
  transition: 0.3s;
}

input {
  outline: none;
}

p,
span,
li,
a {
  font-size: 16px;
  line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
  color: var(--text);
}

p,
span,
li,
h1,
h2,
h3,
a,
b,
i,
label,
input,
button,
td,
tr,
figcaption {
  color: var(--text);
}

/* li {list-style:none;} */

button {
  cursor: pointer;
  background: transparent;
}

img {
  max-width: 100%;
  display: block;
}

i {
  font-style: normal;
  transition: 0.3s;
}

.wrapper {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

.h2 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.h2 button {
  border-radius: var(--block-border-radius);
  padding: 10px 10px;
  background: var(--color-primary);
  color: #fff;
  position: relative;
}

.h2 button:hover {
  background: var(--color-secondary);
}

.h2 button i {
  color: #fff;
  font-size: 18px;
  padding-right: 5px;
  position: relative;
  top: 2px;
}

.h2 h2 {
  margin-left: 280px;
  margin-bottom: 0 !important;
}

:root {
  --main: #090C1D;
  --text: #000;
  --light-back: #fff;
  --block-border-radius: 10px;
  --color-primary: #00C6219;
  --color-secondary: #00C621;
}

/* 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;
}

.header_admin {
  display: flex;
  align-items: center;
}

.header_admin img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.header_admin span {
  font-size: 14px;
}

/* Main content */

.main_content {
  display: flex;
  justify-content: space-between;
}

.sidebar {
  width: 220px;
  background: var(--light-back);
  padding: 20px 0;
  border-radius: var(--block-border-radius);
  min-height: 80vh;
  position: relative;
}

.sidebar span {
  font-size: 12px;
  display: block;
}

.sidebar .material-icons {
  font-size: 24px;
  margin-right: 12px;
}

.sidebar a {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 10px 15px 10px 15px;
  position: relative;
}

.sidebar a:hover,
.sidebar a.active {
  background: var(--color-primary);
  color: #fff;
}

.sidebar a:hover span {
  color: #fff;
}

.sidebar a i {
  color: var(--text);
  font-size: 18px;
  padding-right: 8px;
}

.sidebar a:hover i,
.sidebar a.active i {
  color: #fff;
}

.sidebar .year {
  position: absolute;
  bottom: 20px;
}

.main_content .info {
  width: calc(100% - 240px);
  background: var(--light-back);
  border-radius: var(--block-border-radius);
}

.main_content .info h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 40px;
}

.info_content {
  padding: 30px;
}

.navigation_list {
  display: flex;
  justify-content: space-between;
}

.navigation_item {
  border-radius: var(--block-border-radius);
  background: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  margin-bottom: 20px;
}

.navigation_item i {
  display: block;
  font-size: 40px;
  text-align: center;
  padding-bottom: 20px;
  color: #fff;
}

.navigation_item a {
  font-size: 22px;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px;
  text-align: center;
}

.navigation_item:hover {
  background: var(--color-secondary);
}

.info_field {
  display: flex;
  margin-bottom: 20px;
}

.info_field span {
  background: #eee;
  font-size: 15px;
  padding: 5px 10px;
  width: 25%;
  border-radius: var(--block-border-radius) 0 0 var(--block-border-radius);
}

.info_field input {
  border: 1px solid #eee;
  padding: 5px 10px;
  width: 75%;
  border-radius: 0 var(--block-border-radius) var(--block-border-radius) 0;
}

.info_field input::placeholder {
  color: var(--text);
  opacity: 1;
  font-size: 16px;
}

.info_field select {
  border-radius: 0 var(--block-border-radius) var(--block-border-radius) 0;
  border: 1px solid #eee;
  padding: 5px 10px;
  background: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: var(--text);
}

.pages_item {
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}

.pages_item h3 {
  text-align: left;
  font-size: 16px;
  position: relative;
  margin: 0 12px;
}

.pages_item img {
  width: 40px;
  flex: 0 0 auto;
  height: 40px;
}

.pages_item_moves {
  display: flex;
}

.pages_item_moves i {
  color: #b7b7b7;
  font-size: 14px;
  padding-right: 5px;
}

.pages_item .details {
  display: flex;
  align-items: center;
}

.pages_item .details:hover,
.pages_item .details:hover i {
  color: var(--color-primary);
}

.pages_item .delete:hover,
.pages_item .delete:hover i {
  color: #f80505;
}

.pageKey {
  margin-left: 12px;
  padding: 10px;
  border: 1px #ccc solid;
  border-radius: 4px;
}

.pages_bound {
  margin-left: 30px;
  padding: 20px 0;
}

.pages_bound_item a {
  text-align: left;
  font-size: 14px;
  padding-left: 25px;
  position: relative;
}

.pages_bound_item a:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0;
  background: url(../media/England-flag.5d086557.png) no-repeat;
  background-size: cover;
  border-radius: 50%;
}

.pages_bound_item a:hover {
  color: var(--color-secondary);
}

.category_item {
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #eee;
}

.category_item a {
  text-align: left;
  font-size: 16px;
}

.category_item a:hover {
  color: var(--color-secondary);
}

/* Page login */

.loginPage {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loginPage .header_logo {
  display: flex;
  justify-content: center;
}

.loginPage form {
  padding: 30px;
  background: var(--light-back);
  border-radius: var(--block-border-radius);
  width: 100%;
  max-width: 400px;
}

.loginPage form div {
  margin-bottom: 15px;
}

.loginPage form label {
  display: flex;
}

.loginPage label span {
  background: #eee;
  font-size: 17px;
  padding: 5px 10px;
  border-radius: var(--block-border-radius) 0 0 var(--block-border-radius);
  width: 25%;
}

.loginPage label input {
  border: 1px solid #eee;
  padding: 5px 10px;
  width: 75%;
  border-radius: 0 var(--block-border-radius) var(--block-border-radius) 0;
  font-size: 17px;
  background: var(--light-back);
}

.loginPage .loginButton {
  display: flex;
  justify-content: center;
}

.loginPage button {
  background: var(--color-primary);
  color: #fff;
  font-size: 18px;
  border-radius: var(--block-border-radius);
  padding: 10px 25px;
  text-transform: uppercase;
}

.loginPage button:hover {
  background: var(--color-secondary);
}

.buttonAdmin {
  background: var(--color-primary);
  color: #fff;
  font-size: 18px;
  border-radius: var(--block-border-radius);
  padding: 10px 25px;
  text-transform: uppercase;
}

.buttonAdmin:hover {
  background: var(--color-secondary);
}

.buttons-new-00527-65321-05412-54861-156544Parent {
  display: flex;
  justify-content: space-between;
}

.buttonDelete {
  background: #eee;
  font-size: 16px;
  border-radius: var(--block-border-radius);
  padding: 10px 15px;
}

.buttonDelete:hover {
  background: #e10404;
  color: #fff;
}

.card-new-class-00527-65321-05412-54861-156544List {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.card-new-class-00527-65321-05412-54861-156544List .card-new-class-00527-65321-05412-54861-156544Item {
  margin: 16px 0px 0px 0;
  padding: 10px;
  border: 1px #eee solid;
  border-radius: 4px;
  cursor: -webkit-grab;
  cursor: grab;
  position: relative;
  width: 100%;
}

.card-new-class-00527-65321-05412-54861-156544List .card-new-class-00527-65321-05412-54861-156544Item h3 {
  padding: 0 0 10px 0;
  text-align: left;
  font-size: 16px;
}

.card-new-class-00527-65321-05412-54861-156544List .card-new-class-00527-65321-05412-54861-156544Item .remove {
  position: absolute;
  cursor: pointer;
  right: 16px;
  top: 8px;
  font-size: 24px;
  background: red;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-new-class-00527-65321-05412-54861-156544List .card-new-class-00527-65321-05412-54861-156544Item .remove span {
  color: #fff;
}

.card-new-class-00527-65321-05412-54861-156544List button.addItem {
  width: 100%;
  height: 100px;
  background: #eee;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-new-class-00527-65321-05412-54861-156544List button.addItem span {
  font-size: 32px;
  color: #333;
}

.card-new-class-00527-65321-05412-54861-156544List .card-new-class-00527-65321-05412-54861-156544Item .input {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-new-class-00527-65321-05412-54861-156544List .card-new-class-00527-65321-05412-54861-156544Item input {
  width: calc(100% - 120px);
  background: #eee;
  padding: 10px;
  flex-grow: 0.9;
}

.card-new-class-00527-65321-05412-54861-156544List .card-new-class-00527-65321-05412-54861-156544Item .input span {
  width: 120px;
  font-size: 15px;
}

.card-new-class-00527-65321-05412-54861-156544List .select {
  width: 100%;
  display: flex;
}

.card-new-class-00527-65321-05412-54861-156544List .select div {
  margin-right: 15px;
}

.card-new-class-00527-65321-05412-54861-156544List .select div input {
  margin-right: 5px;
}

.saveButton {
  width: 100%;
  margin: 20px 0;
  display: flex;
  justify-content: flex-end;
}

.card-new-class-00527-65321-05412-54861-156544List .menuName {
  width: 100%;
  margin-top: 16px;
}

.card-new-class-00527-65321-05412-54861-156544List .menuName input {
  border: 1px solid #eee;
  padding: 10px 10px;
  width: 500px;
  border-radius: var(--block-border-radius);
}

.aviatorBanner {
  margin-top: 15px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.aviatorBannerWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  height: 100%;
}

.aviatorBannerWrapper img {
  height: 110px;
}

.aviatorBannerWrapper button {
  padding: 26px 52px;
  color: #b93430;
  font-family: Roboto;
  font-size: 32px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(255, 92, 0, 0.26), 0px 0px 30px 0px #c43c2e;
  transition: all 0.3s ease-in-out;
}

.aviatorBannerWrapper button:hover,
.aviatorBannerWrapper button:active {
  color: #fff;
  background: linear-gradient(219deg, #ff6868 0%, #ff8484 100%);
}

.footer {
  background: rgb(38, 38, 38);
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}

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

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

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

.footer .footerInner .copyright-new-new-class-00527-65321-05412-54861-156544 {
	display: block;
	width: 100%;
	margin-top: 8px;
	border-top: 1px solid rgba(255, 255, 255, .1);
	padding-top: 12px;
  color: #fff;
  font-size: 15px;
  text-align: center !important;
}

.footer .scrollTop-new-class-00527-65321-05412-54861-156544 {
  background: #141415; /* Обновленный цвет фона */
  box-shadow: 0px 0px 12px 0px rgba(173, 0, 255, 0.26);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 70px;
  right: 20px;
  opacity: 0;
  cursor: pointer;
  border-radius: 50%;
  z-index: 5;

  transition: bottom 0.3s ease;
}

.footer .scrollTop-new-class-00527-65321-05412-54861-156544.pam_content {
  opacity: 1;
}

/* Gift Button */
.footer .gift-new-class-00527-65321-05412-54861-156544 {
  position: fixed;
  bottom: 120px;
  right: 10px;
  width: 50px;
  height: 50px;

  display: flex;
  justify-content: center;
  align-items: center;

  background: #ffffff;
  border-radius: 50%;
  padding: 5px;

  cursor: pointer;
  z-index: 5;

  opacity: 1;

  transition: bottom 0.3s ease;
}
.gift-new-class-00527-65321-05412-54861-156544 img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

/* Footer scrollTop + gift responsive */
@media (max-width: 768px) {
  .footer .scrollTop-new-class-00527-65321-05412-54861-156544 {
    bottom: 100px;
  }
  .footer .gift-new-class-00527-65321-05412-54861-156544 {
    bottom: 150px;
  }
}

.footer-block-btn-class-00527-65321-05412-54861-156544 {
  z-index: 4;
  position: fixed;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 82px;
  padding-right: 10px;
  padding-left: 10px;
  background: #141415;
  box-shadow: 0px -4px 12px 0px rgba(59, 59, 59, 1);
  display: none;
  justify-content: center;
  align-items: center;
}

.footer-block-btn-class-00527-65321-05412-54861-156544 .buttons-new-00527-65321-05412-54861-156544 {
  display: flex;
  gap: 10px;
}

@media (max-width: 767px) {
  .footer-block-btn-class-00527-65321-05412-54861-156544 {
    display: flex;
  }

}

.header {
  background: #141415;
  height: 55px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0;
}

.header .headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.header .headerInner .logo a {
  display: block;
	width: 82px;
	height: 30px;
}

.header .headerInner .logo .ampLogo {
  position: relative;
}

.header .headerInner .logo .ampLogo button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.header .headerInner .menu a {
  margin-right: 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
	transition: all .3s ease;
}

.header .headerInner .menu a:last-child {
  margin-right: 0;
}

.header .headerInner .menu a:hover {
  color: #F3F4F4;
  text-decoration: none;
}

.header .headerInner .menu a.active {
  color: #3C3C3C;
}

.buttons-new-00527-65321-05412-54861-156544 .logButton {
  position: relative;
  padding: 5px 34px;
  border-radius: 8px;
  font-size: 18px;
  color: #0E0F10;
  border-radius: 8px;
  background: #fff;
  transition: all 0.3s ease-in-out;

}

.buttons-new-00527-65321-05412-54861-156544 .logButton::after {
  position: absolute;
  content: "";
  width: calc(100% + 2px);
  top: -1px;
  left: -1px;
  height: calc(100% + 2px);
  background: #F3F4F4;
  border-radius: 8px;
  transform: scale(1.01);
  z-index: -1;
}

.buttons-new-00527-65321-05412-54861-156544 .regButton {
  position: relative;
  margin-right: 40px;
  font-weight: 500;
  line-height: 22px;
  border-radius: 8px;
  background: #F3F4F4;
  box-shadow: #F3F4F4;
  padding: 5px 34px;
  font-size: 18px;
  color: #000100;
  transition: all 3.0s ease-in-out;
}

.buttons-new-00527-65321-05412-54861-156544 .regButton::after {
  position: absolute;
  content: "";
  width: 100%;
  top: -1px;
  left: 0;
  height: 105%;
  background: #F3F4F4;
  border-radius: 8px;
  transform: scale(1.01);
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .aviatorBanner {
    height: 408px;
    background-image: url(../../../aviator_bg1024.webp);
  }
}
@media screen and (max-width: 1024px) {
  .aviatorBanner {
    position: relative;
    margin-bottom: 40px;
    height: 142px;
    background-image: url(../../../aviator_banner390.webp);
  }
  .aviatorBannerWrapper {
    position: absolute;
    gap: 22px;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
  }
  .aviatorBannerWrapper img {
    height: 61px;
  }
  .aviatorBannerWrapper button {
    width: 270px;
    padding: 18px 26px;
    font-size: 20px;
    line-height: 22px;
  }
}

@media screen and (max-width: 1250px) {
  .header {
    height: 50px;
  }
  .menu {
    display: none;
  }
  .buttons-new-00527-65321-05412-54861-156544 {
    display: none;
  }
  .buttons-new-00527-65321-05412-54861-156544 .regButton {
    margin-right: 0;
  }
}

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

.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: var(--main);
  width: 100%;
  min-height: 100vh;
  padding: 10px;
  transition: right 0.8s;
}

.mobileMenu .buttons-new-00527-65321-05412-54861-156544 {
  display: block;
  margin-top: 32px;
}

.mobileMenu .buttons-new-00527-65321-05412-54861-156544 button {
  display: block;
  margin: 0 auto 12px;
  width: 50%;
}

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

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

.mobileMenu .mobileMenuLinks-00527-65321-05412-54861-156544 {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.mobileMenu .mobileMenuLinks-00527-65321-05412-54861-156544 a {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}

.mobileMenu .mobileMenuLinks-00527-65321-05412-54861-156544 a.active {
  color: #3C3C3C;
}

.mobileMenu .mobileMenuLinks-00527-65321-05412-54861-156544 a:hover {
  text-decoration: none;
}

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

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

.breadcrumbs a {
  color: #eee;
  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.webp);
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 10px;
  content: no-open-quote;
}

@media screen and (max-width: 1250px) {
  .breadcrumbs {
    padding-top: 35px !important;
  }
}

.bannerApp {
  margin-top: 90px;
  background-image: url(../../../uploads/img/1440_1xapp.webp);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

.bannerApp .bannerAppWripper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.bannerApp .bannerAppInfo {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.bannerApp .bannerAppInfo p {
  padding-bottom: 0;
  max-width: 550px;
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
  text-transform: uppercase;
}

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

.bannerApp .bannerAppBtns button {
  font-family: "Roboto";
  position: relative;
  padding: 18px 24px 18px 52px;
  width: 250px;
  color: #2f5fdc;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(41, 114, 199, 0.45);
}

.bannerApp .bannerAppBtns button::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: 18px;
  left: 33%;
  background-image: url(../media/android-logo.ffba1d87.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.bannerApp .bannerAppBtns button:last-child::before {
  background-image: url(../media/apple.cf9b4592.webp);
  left: 40%;
}

.bannerApp .bannerAppBtns button:hover {
  transform: scale(1.03);
}

@media screen and (max-width: 1250px) {
  .bannerApp .bannerAppWripper {
    padding: 0 20px;
    justify-content: center;
  }
  .bannerApp .bannerAppInfo {
    align-items: flex-start;
    gap: 10px;
    padding: 15px 0;
  }
  .bannerApp .bannerAppInfo p {
    max-width: 210px;
    font-size: 26px;
    line-height: normal;
  }
  .bannerApp .bannerAppImg {
    margin-top: -10px;
    width: 105px;
    height: auto;
  }
  .bannerApp .bannerAppImg img {
    width: 100%;
    height: 100%;
  }
  .bannerApp .bannerAppBtns {
    flex-direction: column;
    gap: 10px;
  }
  .bannerApp {
    background-position: right;
  }
  .bannerApp .bannerAppBtns button {
    padding: 5px 24px;
    padding-left: 40px;
    width: 150px;
    font-size: 18px;
    line-height: 22px;
    border-radius: 8px;
  }
  .bannerApp .bannerAppBtns button::before {
    top: 5px;
    left: 20%;
  }
  .bannerApp .bannerAppBtns button:last-child::before {
    left: 30%;
  }

  .button-block {
    margin: 20px -15px;
  }
}

.banner {
  margin-top: 90px;
  background: url(../../../uploads/img/1440_1x.webp);
  background-size: cover;
  padding: 47px 20px 62px 20px;
  position: relative;
}

.banner .mainText {
  padding-bottom: 0;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.banner .secondText {
  padding-bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 120px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.banner .secondText span {
  color: #ff9616;
  font-size: inherit;
}

.banner .thirdText {
  color: #fff;
  font-size: 34px;
  text-align: center;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.04px;
  text-transform: uppercase;
}

.banner .info__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner .info button {
  padding: 26px 52px;
  font-family: "Roboto";
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 50px;
  background: linear-gradient(135deg, #ffbf2d 0%, #ff9314 100%);
  box-shadow: 0px 0px 12px 0px rgba(255, 92, 0, 0.26);
  transition: all 0.1s ease-in-out;
}

.banner .info button:hover {
  background: linear-gradient(135deg, #f69401 0%, #ff7c01 100%);
  box-shadow: 0px 0px 12px 0px rgba(255, 92, 0, 0.26),
    0px 0px 18px 0px rgba(255, 46, 0, 0.7);
}

.banner .list {
  display: flex;
  margin-top: 30px;
}

.banner .list .listItem {
  margin-right: 18px;
}

.banner .list .listItem .number {
  font-size: 60px;
  color: #1e93f7;
  font-weight: bold;
}

.banner .list .listItem .name {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 2;
}

main .faq-container-new-00527-65321-05412-54861-156544 {
  margin-top: 20px;
  padding: 0;
}

@media (max-width: 1250px) {
  .banner {
    padding: 20px 10px 0px 10px;
    margin: 0 auto 12px;
    top: 48px;
    background-image: url(../../../uploads/img/banner-bg2.webp);
  }
  .banner .info .button {
    margin-top: 10px;
    margin-bottom: 14px;
  }
  .banner .info .button button {
    padding: 12px 12px;
    font-size: 20px;
  }
  .banner .list {
    flex-direction: column;
    margin-top: 5px;
  }
  .banner .list .listItem .number {
    font-size: 35px;
  }
  .banner .list .listItem .name {
    font-size: 18px;
  }
  .banner .bannerImg {
    top: 0px;
    right: 0px;
    position: relative;
  }
  .banner .bannerImg img {
    width: 200px;
    height: 124px;
    margin: 0 auto;
  }
  .banner .mainText {
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 0px;
  }
  .banner .mainText span {
    font-size: 35px;
    margin-top: 10px;
  }
  .banner .shadow {
    display: none;
  }
  .info__text {
    text-align: center;
  }
}


.faq-wrapper-new-class-00527-65321-05412-54861-156544 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.faq-item-new-class-00527-65321-05412-54861-156544 {
    width: calc(50% - 10px);
    background: #1C2331;
    border-radius: 4px;
    margin-bottom: 8px;
    box-sizing: border-box;
    overflow: hidden; /* Добавлено, чтобы содержимое не выходило за границы */
}

@media screen and (max-width: 480px) {
    .faq-item-new-class-00527-65321-05412-54861-156544 {
        width: 100%;
    }
}

.faq-item-new-class-00527-65321-05412-54861-156544__head {
    padding: 16px 40px 16px 20px;
    position: relative;
    cursor: pointer;
    transition: all .3s ease;
    word-break: break-word; /* Перенос длинных слов */
}

.faq-item-new-class-00527-65321-05412-54861-156544__head::before {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    right: 20px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 6px solid #fff;
}

.faq-item-new-class-00527-65321-05412-54861-156544__head h3 {
    padding: 0;
    margin: 0;
    text-align: left;
    transition: all .3s ease;
    overflow-wrap: break-word; /* Перенос длинных слов в заголовке */
    word-break: break-word; /* Альтернативный вариант переноса */
}

.faq-item-new-class-00527-65321-05412-54861-156544__head:hover h3 {
    color: #F3F4F4;
}

.faq-item-new-class-00527-65321-05412-54861-156544__body {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease;
}

.faq-item-new-class-00527-65321-05412-54861-156544.active .faq-item-new-class-00527-65321-05412-54861-156544__body {
    max-height: 8000px;
}

.faq-item-new-class-00527-65321-05412-54861-156544__text {
    padding: 16px;
    word-break: break-word; /* Перенос длинных слов в тексте */
    overflow-wrap: break-word; /* Гарантированный перенос */
}


@media (max-width: 800px) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		text-align: left !important;
	}

	.quote p {
		padding: 40px 20px 20px;
	}

	.footer {
		margin-bottom: 48px;
	}

  .banner {
    margin: 15px auto 80px auto;
    width: 100%;
    min-height: 142px;
    height: auto;
    background-size: cover;
  }
  .banner .info__text {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
  }
  .banner .mainText {
    font-size: 12px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .banner .secondText {
    font-size: 44px;
  }
  .banner .secondText span {
    font-size: 44px;
  }
  .banner .thirdText {
    margin-bottom: 20px;
    font-size: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .banner .button {
    position: absolute;
    top: 80%;
    font-size: 17px;
  }
  .button-block button {
    padding: 18px;
  }
}

@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}


.header .buttons-new-00527-65321-05412-54861-156544 button.regButton,
.footer-block-btn-class-00527-65321-05412-54861-156544 .regButton{
  min-width: 200px;
  min-height: 40px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 700;
  color: #F3F4F4;
  background:#00C621;
  border: none;
  transition: all 1.5s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 10px;
  }

.header .buttons-new-00527-65321-05412-54861-156544 button.regButton::before {}

.footer-block-btn-class-00527-65321-05412-54861-156544 .regButton {min-height: auto}
.footer-block-btn-class-00527-65321-05412-54861-156544 .logButton {min-height: auto; border: 1px solid #FBDF00; background: none; }

.header .buttons-new-00527-65321-05412-54861-156544 button.regButton:hover, .header .buttons-new-00527-65321-05412-54861-156544 button.regButton:focus {
  color: #00C621;
}

.header .buttons-new-00527-65321-05412-54861-156544 button.regButton:hover::before, 
.header .buttons-new-00527-65321-05412-54861-156544 button.regButton:focus::before {
  opacity: 1;
	background:none;
}

.header .buttons-new-00527-65321-05412-54861-156544 button.regButton::after,
.footer-block-btn-class-00527-65321-05412-54861-156544 button.regButton::after {
  content: '';
  width: 30px; height: 30px;
  border-radius: 100%;
  border: 1px solid #F3F4F4;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.header .buttons-new-00527-65321-05412-54861-156544 button.regButton:hover::after, 
.header .buttons-new-00527-65321-05412-54861-156544 button.regButton:focus::after {
  animation: none;
  display: none;
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}	
body, html {
  height: 100%;
  margin: 0;
}

.container-new-00527-65321-05412-54861-156544 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.pulse-button-new-00527-65321-05412-54861-156544 {
  padding: 10px 40px;
  border: none;
  outline: none;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: bold;
  border-radius: 50px;
  cursor: pointer;
  font-size: 20px;
  background-color: #00C621; /* цвет фона */
  transition: 0.5s;
  animation: pulseAnimation 1.5s infinite; /* Анимация пульсации */
  
}

/* Обновленные ключевые кадры для анимации с добавлением теней */
@keyframes pulseAnimation {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3), 0 15px 30px 5px rgba(0, 0, 0, 0.25);
  }
}


/* Основные стили */
body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.mainContent-00527-65321-05412-54861-156544 {
  margin: 0 auto;
  padding: 20px;
}

.container-new-00527-65321-05412-54861-156544 {
  max-width: 1200px;
  margin: 0 auto;
}

.footer {
  background-color: #141415;
	border-top: 1px solid rgba(255, 255, 255, .1);
  color: white;
  padding: 16px 0;
	margin-top: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
	.footer {
		/* display: none; */
    /* Не скрываем футер, а лишь footerInner, чтобы на мобильных устройствах показывать кнопки scrollTop + gift; */
    padding: 0;
	}
  .footer .footerInner {
    display: none;
  }

	.mainContent-00527-65321-05412-54861-156544 {
		padding-bottom: 120px;
	}
}

.footerInner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}

.footer-sections-class-00527-65321-05412-54861-156544 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.footer-sections-class-00527-65321-05412-54861-156544 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer-sections-class-00527-65321-05412-54861-156544 .legal-new-class-00527-65321-05412-54861-156544,
.footer-sections-class-00527-65321-05412-54861-156544 .support,
.footer-sections-class-00527-65321-05412-54861-156544 .support-new-class-00527-65321-05412-54861-156544 {
  flex: 1;
  margin: 10px;
  text-align: center;
}

.footer-sections-class-00527-65321-05412-54861-156544 h3 {
	padding-top: 0;
	padding-bottom: 8px;
  margin-bottom: 10px;
  color: white;
  align-items: center;
  text-align: center;
}

.footer-sections-class-00527-65321-05412-54861-156544 p {
	padding-top: 0;
	padding-bottom: 8px;
  margin-bottom: 10px;
  color: white;
  align-items: center;
  text-align: center;

  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}

.footer-sections-class-00527-65321-05412-54861-156544 ul {
  list-style: none;
  padding: 0;
}

.footer-sections-class-00527-65321-05412-54861-156544 ul li {
  margin-bottom: 4px;
}

.footer-sections-class-00527-65321-05412-54861-156544 ul li a {
  color: white;
  text-decoration: none;
}

.footer-sections-class-00527-65321-05412-54861-156544 ul li a:hover {
  text-decoration: underline;
}

/* Social media links */
.footer-sections-class-00527-65321-05412-54861-156544 .social-media-links {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.footer-sections-class-00527-65321-05412-54861-156544 .social-media-links a {
  color: white;
  /* line-height: 1; */
  background: #1C2331;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  transition: background-color 0.3s ease;
}
.footer-sections-class-00527-65321-05412-54861-156544 .social-media-links a:hover {
  background: #202735;
}
.footer-sections-class-00527-65321-05412-54861-156544 .social-media-links a svg {
  width: 16px;
  height: 16px;
}


.scrollTop-new-class-00527-65321-05412-54861-156544 {
  position: absolute;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
}

@media (max-width: 600px) {
  .footer-sections-class-00527-65321-05412-54861-156544 {
    flex-direction: column;
    align-items: center;
  }

  .footer-sections-class-00527-65321-05412-54861-156544 {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .footer-sections-class-00527-65321-05412-54861-156544 .legal-new-class-00527-65321-05412-54861-156544,
  .footer-sections-class-00527-65321-05412-54861-156544 .support,
  .footer-sections-class-00527-65321-05412-54861-156544 .support-new-class-00527-65321-05412-54861-156544 {
    margin: 10px 0;
    text-align: center;
	align-items: center;
    width: 100%;
  }
}

/* Список казино */
.casino-list {
  max-width: 1200px;
  margin: 0 auto;
}

.casino-list .casino-item {
  margin: 10px 0px 0px 0px;
  border: 4px solid #5e5e5e;
  border-radius: 10px;
  border-spacing: 0px;
  box-sizing: border-box;
  display: flex;

  color: #FFFFFF;
}
.casino-list .casino-item.casino-item--green {
  border: 4px solid #0F6506;
}
.casino-list .casino-item.casino-item--red {
  border: 4px solid #BB1616;
}

.casino-list .casino-item .casino-logo {
  padding: 15px 10px 15px 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 6px 0px 0px 6px;
  background: #414141;

  width: 27.5%;
  min-width: 27.5%;

  box-sizing: border-box;
  vertical-align: middle;
}
.casino-list .casino-item .casino-logo .number {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0px 0px 0px;
  background: white;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 3px #5e5e5e;
  color: #5e5e5e;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.casino-list > .casino-item--green .casino-logo > .number {
  background: #0F6506;
  box-shadow: 0 0 0 3px #0F6506;
  color: white;
}
.casino-list > .casino-item--red .casino-logo > .number {
  background: #BB1616;
  box-shadow: 0 0 0 3px #BB1616;
  color: white;
}

.casino-list .casino-item .casino-logo .image {
  text-align: center;
  margin: 0px 5px;
  padding: 15px;
  box-sizing: border-box;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}
.casino-list .casino-item .casino-logo .image img {
  border: 0px;
  vertical-align: top;
  width: auto;
  max-width: 100%;
  height: auto;
  pointer-events: none;
}

.casino-list .casino-item .item_name {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  line-height: 19px;
}
.casino-list .casino-item .rating {
  text-align: center;
  margin: 10px 0px 15px 0px;
}
.casino-list .casino-item .rating .text {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  margin: 0px 0px 5px 0px;
  letter-spacing: normal;
  color: #FFFFFF;
  padding: 0;
}
.casino-list .casino-item .rating .text span {
  color: #FFFFFF;
  font-size: 14px;
  padding: 0;
}
.casino-list .casino-item .rating .rating_stars {
  font-size: 0px;
  line-height: 18px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-indent: 0px;
  margin: 0px;
}
.casino-list .casino-item .rating_stars .stars {
  width: 90px;
  height: 16px;
}
.rating_stars > .stars::before, .rating_stars > .stars .fill::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/stars-empty.svg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  display: block;
}
.casino-list .casino-item .rating_stars .stars .fill {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.rating_stars > .stars .fill::before {
  background-image: url(../img/stars-active.svg);
}

.casino-list .casino-item .info {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #222222;
  padding: 15px 30px;
}
.casino-item .info ul.advantages_list {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.casino-item .info .advantages_list .advantage-item {
  /* padding: 0px 0px 0px 20px; */
  font-size: 18px;
  display: block;
  position: relative;
  
  line-height: 20px;
  min-width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.casino-item .info li, .casino-item .info span {
  color: #FFFFFF;
  padding: 0px;
}
.casino-item .info .advantages_list .advantage-item span {
  border-radius: 50%;
  color: #24B90C;
  font-size: 18px;
}

.casino-list .casino-item .bonuses {
  width: 26%;
  background: #222222;
  border-radius: 0px 6px 6px 0px;
  padding: 5px 5px 5px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.casino-item .bonuses .bonus_box {
  text-align: center;
  max-width: 250px;
  margin: 0 auto 10px auto;
  display: block;
  font-size: 0px;
  letter-spacing: -0.31em;
  text-decoration: none;

  background: #C0EEBF;
  padding: 15px;
  border-radius: 5px;
  border: 2px solid #17a400;
  /* text-transform: uppercase; */
  word-break: break-word;
  transition: background 0.3s ease, color 0.3s ease;
  vertical-align: top;
  margin: 0 auto 10px auto;
  flex-grow: 1;
}
.casino-item .bonuses .bonus_box img {
  width: 65px;
  height: 65px;
  border: 0px;
  vertical-align: top;
  pointer-events: none;

  display: inline;
}
.casino-item .bonuses .bonus_box .text {
  color: #177108;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  font-weight: 600;
  text-align: center;
  display: block;
}

.casino-item .bonuses .bonus_buttons-new-00527-65321-05412-54861-156544 {
  text-indent: 0px;
  margin: 0px;
  text-align: center;
}
.casino-item .bonuses .bonus_buttons-new-00527-65321-05412-54861-156544 a.button {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  cursor: pointer;
  outline: none;
  
  position: relative;
  text-align: center;
  transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;

  border: 2px solid #0F6506;
  background: #0F6506;
  color: white;
  text-shadow: none;
  line-height: 18px;
  margin: 0px 0px 10px 0px;
  padding: 10px;
  max-width: none;
}
.casino-item .bonuses .bonus_buttons-new-00527-65321-05412-54861-156544 a.button:hover {
  color: #0F6506;
  background: white;
}
.casino-item .bonuses .bonus_buttons-new-00527-65321-05412-54861-156544 a.button:hover > .c-name {
  color: #0F6506;
}
.bonus_buttons-new-00527-65321-05412-54861-156544 a.button .c-name {
  font-size: 10px;
  line-height: 12px;
  display: block;
  text-transform: none;
  padding: 0;
  opacity: 0.75;
  transition: color 0.3s ease;
}

.casino-item .bonuses .bonus_buttons-new-00527-65321-05412-54861-156544 a.read-more-mob-btn {
  font-size: 15px;
  font-weight: bold;
  color: #186BAA;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-decoration: underline;
}
.casino-item .bonuses .bonus_buttons-new-00527-65321-05412-54861-156544 a.read-more-mob-btn:hover {
  text-decoration: none;
}

/* Карточки казино */
.casino-card-new-00527-65321-05412-54861-156544 {
  max-width: 1200px;
  width: auto;
  margin: 0 auto;
}
.casino-card-new-00527-65321-05412-54861-156544 .card-new-00527-65321-05412-54861-156544 {
  display: flex;
  gap: 15px;
  padding: 20px;
  overflow-x: auto;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.casino-card-new-00527-65321-05412-54861-156544 .card-new-00527-65321-05412-54861-156544 .card-new-class-00527-65321-05412-54861-156544 {
  width: calc(20% - 15px);
  background-color: #8e8e8e24;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  /* min-width: 180px; */
}
.card-new-00527-65321-05412-54861-156544 .card-new-class-00527-65321-05412-54861-156544 .card-new-class-img-00527-65321-05412-54861-156544 {
  max-height: 150px;
  align-items: center;
  display: flex;
  border-top-left-radius: 15px;
  width: 100%;
}
.card-new-00527-65321-05412-54861-156544 .card-new-class-00527-65321-05412-54861-156544 .card-new-class-img-00527-65321-05412-54861-156544 img.card-new-class-logo-00527-65321-05412-54861-156544 {
  max-height: 150px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  width: 100%;
  display: block;

  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;

  border: 0px;
  pointer-events: none;
}
.card-new-00527-65321-05412-54861-156544 .card-new-class-00527-65321-05412-54861-156544 .card-new-class-card-00527-65321-05412-54861-156544 {
  text-align: center;
  margin-top: 10px;
  padding: 0px 15px;
}
.card-new-class-00527-65321-05412-54861-156544 .card-new-class-card-00527-65321-05412-54861-156544 .card-new-class-name-00527-65321-05412-54861-156544 {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
}
.card-new-class-00527-65321-05412-54861-156544 .card-new-class-card-00527-65321-05412-54861-156544 .card-new-class-score-00527-65321-05412-54861-156544 {
  font-size: 14px;
  color: #FFFFFF;
  opacity: 0.75;
  margin-top: 5px;
}
.card-new-class-00527-65321-05412-54861-156544 .card-new-class-open-00527-65321-05412-54861-156544 {
  margin-top: 10px;
  margin-bottom: 10px;

  padding: 8px 15px;
  background-color: #00C621;
  color: white;
  border: none;
  font-size: 14px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.card-new-class-00527-65321-05412-54861-156544 .card-new-class-open-00527-65321-05412-54861-156544:hover {
  background-color: #00C621;
}

/* Список платежных систем */
.payments-class-new-00527-65321-05412-54861-156544 {
  max-width: 1200px;
  width: auto;
  margin: 0 auto;

  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  justify-content: space-between;
}
.payments-class-new-00527-65321-05412-54861-156544 .payment-card-new-class-00527-65321-05412-54861-156544 {
  border-radius: 10px;
  background-color: #8e8e8e24;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: calc(20% - 20px);
  padding: 15px;
}
.payment-card-new-class-00527-65321-05412-54861-156544 img.payment-logo {
  /* max-width: 100%; */
  max-width: 150px;
  max-height: 80px;
  height: auto;
  margin: 0 auto;
  display: block;

  object-fit: cover;

  border: 0px;
  pointer-events: none;
}
.payment-card-new-class-00527-65321-05412-54861-156544 .payment-info-new-class-00527-65321-05412-54861-156544 {
  text-align: center;
  margin-top: 10px;
}
.payment-card-new-class-00527-65321-05412-54861-156544 .payment-info-new-class-00527-65321-05412-54861-156544 .payment-name-new-class-00527-65321-05412-54861-156544 {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}
.payment-card-new-class-00527-65321-05412-54861-156544 .payment-info-new-class-00527-65321-05412-54861-156544 .payment-casinos-new-class-00527-65321-05412-54861-156544 {
  font-size: 14px;
  color: #777;
  margin-top: 5px;
}
.payment-card-new-class-00527-65321-05412-54861-156544 .payment-button-new-class-00527-65321-05412-54861-156544 {
  margin-top: 15px;
  padding: 8px 15px;
  background-color: #00C621;
  color: white;
  border: none;
  font-size: 14px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.payment-card-new-class-00527-65321-05412-54861-156544 .payment-button-new-class-00527-65321-05412-54861-156544:hover {
  background-color: #00C621;
}

/* Отзывы */
.reviews-new-class-00527-65321-05412-54861-156544 {
  max-width: 1200px;
  width: auto;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}
.reviews-new-class-00527-65321-05412-54861-156544 .review-card-new-class-00527-65321-05412-54861-156544-new-2025-19-04 {
  background-color: #8e8e8e24;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  transition: transform 0.3s;
  color: #FFFFFF;
}
.reviews-new-class-00527-65321-05412-54861-156544 .review-card-new-class-00527-65321-05412-54861-156544-new-2025-19-04:hover {
  transform: translateY(-5px);
}
.reviews-new-class-00527-65321-05412-54861-156544 .review-card-new-class-00527-65321-05412-54861-156544-new-2025-19-04 .review-header-new-class-00527-65321-05412-54861-156544 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.review-card-new-class-00527-65321-05412-54861-156544-new-2025-19-04 .review-header-new-class-00527-65321-05412-54861-156544 .user-name-new-new-class-00527-65321-05412-54861-156544 {
  font-size: 18px;
  font-weight: 700;
}
.review-card-new-class-00527-65321-05412-54861-156544-new-2025-19-04 .review-header-new-class-00527-65321-05412-54861-156544 .user-rating-new-class-00527-65321-05412-54861-156544 {
  font-size: 16px;
  color: #F5A623;
}
.reviews-new-class-00527-65321-05412-54861-156544 .review-card-new-class-00527-65321-05412-54861-156544-new-2025-19-04 .user-review-new-class-00527-65321-05412-54861-156544 {
  font-size: 16px;
  line-height: 1.6;
}

/* @Media */
@media (max-width: 768px) {
  .casino-list .casino-item {
    flex-direction: column;
    margin: 30px 0px 0px 0px;
  }
  .casino-list .casino-item .casino-logo {
    width: auto;
    border-radius: 6px 6px 0px 0px;
    padding: 5px 15px 5px 10px;
    flex-direction: row;
    min-height: 110px;
    display: block;
    text-align: right;
  }
  .casino-list .casino-item .casino-logo .number {
    top: -20px;
    left: 50%;
    margin: 0px 0px 0px -20px;
  }
  .casino-list .casino-item .casino-logo .image {
    height: 100px;
    width: 100px;
    position: absolute;
    top: 5px;
    left: 10px;
  }
  .casino-list .casino-item .casino-logo .rating-box .rating {
    text-align: right;
  }

  .casino-list .casino-item .bonuses {
    width: 100%;
    box-sizing: border-box;
  }
  .casino-list .casino-item .bonuses .bonus_box {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .casino-card-new-00527-65321-05412-54861-156544 .card-new-00527-65321-05412-54861-156544 .card-new-class-00527-65321-05412-54861-156544 {
    width: calc(50% - 15px);
  }
}

@media (max-width: 768px) {
  .payments-class-new-00527-65321-05412-54861-156544 .payment-card-new-class-00527-65321-05412-54861-156544 {
    width: calc(50% - 20px);
  }
}

.expert-opinion-new-class-00527-65321-05412-54861-156544 {
  background: #1C2331;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;            /* уменьшили внутренние отступы */
  border-radius: var(--block-border-radius);
  margin: 20px auto;        /* сократили внешние отступы */
  max-width: 800px;
}

.expert-opinion-new-class-00527-65321-05412-54861-156544 h2 {
  margin-bottom: 15px;      /* чуть меньше отступ под заголовком */
  text-align: center;
}

.expert-photo-new-class-00527-65321-05412-54861-156544 {
  margin: 0 auto;           /* по-прежнему по центру */
}

.expert-photo-new-class-00527-65321-05412-54861-156544 img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
}

.expert-content-class-00527-65321-05412-54861-156544 {
  margin-top: 10px;         /* сократили отступ перед блоком с текстом */
  text-align: center;       /* вся область по центру, кроме параграфа */
  width: 100%;
}

.expert-info-class-00527-65321-05412-54861-156544 {
  margin: 0;                /* имя и должность сразу под фото */
}

.expert-name {
  font-size: 20px;
  margin: 0;
}

.expert-position {
  font-size: 16px;
  margin: 5px 0 10px;       /* чуть поменьше между позицией и текстом */
  opacity: 0.8;
}

.expert-text {
  text-align: left;         /* теперь текст выровнен по левому краю */
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;           /* блок по центру, текст внутри — слева */
  max-width: 90%;           /* чтобы не растягивать текст во всю ширину */
}

@media (max-width: 768px) {
  .expert-opinion-new-class-00527-65321-05412-54861-156544 {
    align-items: center; /* центрируем все элементы блока */
  }

  .expert-opinion-new-class-00527-65321-05412-54861-156544 h2,
  .expert-name {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }

  .expert-position {
    text-align: center; /* если нужно централизовать и должность */
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* Центрируем только в блоке expert-opinion-new-class-00527-65321-05412-54861-156544 */
  .expert-opinion-new-class-00527-65321-05412-54861-156544 h2 {
    text-align: center !important;
  }
  .expert-opinion-new-class-00527-65321-05412-54861-156544 .expert-name {
    text-align: center !important;
  }
}

.styled-table-div-new-00527-65321-05412-54861-156544 {
    overflow-x: auto;
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
}
.styled-table {
    width: 100%;
    border-collapse: collapse;
}
.styled-table th, .styled-table td {
    border: 1px solid #fcf2ef;
    padding: 10px;
    text-align: left;
}
.styled-table th {
    background-color: #00C621;
    color: #fff;
}
.styled-table tr {
    background-color: #f3f3f3;
}
.styled-table tr:nth-child(even) {
    background-color: #dedede;
}

  #cookie-banner-new-old-34-83-28-1132 {
      /* по умолчанию скрыт */
      display: none;
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      background-color: #2b2b3a;
      color: #fff;
      font-family: sans-serif;
      font-size: 16px;
      padding: 16px;
      box-sizing: border-box;
      box-shadow: 0 -2px 8px rgba(0,0,0,0.3);
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      z-index: 1000;

      /* Макс. ширина + выравнивание по центру */
      max-width: 1200px;
      left: 50%;
      transform: translateX(-50%);

      border-radius: 10px 10px 0 0;
    }

    /* Когда баннеру добавлен класс .show — показываем его flex’ом */
    #cookie-banner-new-old-34-83-28-1132.show {
      display: flex;
    }

    .cookie-icon-new-old-34-83-28-1132 {
      font-size: 24px;
      margin-right: 12px;
    }

    .banner-text {
      flex: 1;
      min-width: 200px;
      margin-right: 12px;
    }

    /* два варианта текста */
    .full-text  { display: inline; color: #fff; }
    .short-text { display: none; color: #fff; }

    /* на мобилках (<600px) — переключаем текст */
    @media (max-width: 600px) {
      .full-text  { display: none; }
      .short-text { display: inline; }
    }

    button#accept-cookies {
      background-color: #d70000;
      color: #fff;
      border: none;
      border-radius: 4px;
      padding: 10px 20px;
      font-size: 16px;
      cursor: pointer;
      white-space: nowrap;
    }
    button#accept-cookies:hover {
      opacity: 0.9;
    }
	
/* Section 4 */

.section-4 {
  max-width: 1200px;
  width: 100%;
  margin: 60px auto 0px;
  display: flex;
  gap: 30px;
  align-items: center;
  /*padding-left: 40px;*/ /* Отступ слева для десктопа */
}

.section-4__left {
  width: 60%;
}

.section-4__title {
  font-size: 28px;
  text-align: left;
  padding: 0;
}

.section-4__descr {
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 24px;
  padding: 0;
}

.section-4__right {
  width: 40%;
}

.section-4__right img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

@media (max-width: 800px) {
  .section-4 {
    flex-direction: column;
    gap: 40px;
    padding-left: 0; /* Убираем отступ на мобильных */
  }

  .section-4__left {
    width: 100%;
  }

  .section-2__right {
    width: 100%;
  }
}


/* Casino Bonuses List */

.casino-bonuses-list {
  max-width: 1200px;
  width: auto;
  margin: 0px auto;
}

.casino-bonuses-card-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.casino-bonuses-card-wrapper .casino-bonuses-card {
  display: flex;
  flex-direction: row;
  background-color: #8e8e8e24;
  box-sizing: border-box;
  /* align-items: stretch;  */
  align-items: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;

  width: 100%;
  padding: 20px;
  gap: 20px;
  min-height: 120px; /* fixed min height */

  /* transition: transform 0.3s ease; */
}
/* .casino-bonuses-card:hover {
  transform: translateY(-5px);
} */

.casino-bonuses-card .casino-bonuses-card-img {
  max-width: 150px;
  min-width: 100px;
  width: 150px;
  height: 100px;

  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #fff;
  border-radius: 8px; */
  flex-shrink: 0;
  box-sizing: border-box;
}
.casino-bonuses-card .casino-bonuses-card-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.casino-bonuses-card .casino-bonuses-card-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 200px;
  flex: 1 1 0%;
  min-width: 0;
}
.casino-bonuses-card-text .casino-bonuses-card-text-title {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
}
.casino-bonuses-card-text .casino-bonuses-card-text-descr {
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.4;
}

.casino-bonuses-card .casino-bonuses-card-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 180px;
  min-width: 180px;
  height: 100%;
}
.casino-bonuses-card .casino-bonuses-card-button-btn {
  margin-left: auto;
  margin-right: 20px;
  display: block;
  width: 100%;
  max-width: 160px;

  padding: 15px 25px;
  background-color: #00C621;
  color: white;
  border: none;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.2s ease-out;
}
.casino-bonuses-card .casino-bonuses-card-button-btn:hover {
  background-color: #00C621;
}

@media (max-width: 900px) {
  .casino-bonuses-card-wrapper .casino-bonuses-card {
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    height: auto;
  }
  .casino-bonuses-card .casino-bonuses-card-img {
    margin: 0 auto 10px auto;
    width: 150px;
    height: 120px;
  }
  .casino-bonuses-card .casino-bonuses-card-text {
    align-items: center;
    margin: 0;
  }
  .casino-bonuses-card-text .casino-bonuses-card-text-title {
    font-size: 16px;
  }
  .casino-bonuses-card-text .casino-bonuses-card-text-descr {
    font-size: 19px;
    width: 80%;
    text-align: center;
  }
  .casino-bonuses-card .casino-bonuses-card-button {
    min-width: 0;
    width: 100%;
    justify-content: center;
    flex-basis: 0;
    margin-top: 10px;
  }
  .casino-bonuses-card .casino-bonuses-card-button-btn {
    max-width: 100%;
    margin: 0;
  }
}

/* Casino Characteristics List */

.casino-characteristics-list {
  max-width: 1200px;
  width: auto;
  margin: 0px auto;
}

.casino-characteristics-card-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.casino-characteristics-card-wrapper .casino-characteristics-card {
  display: flex;
  flex-direction: column;
  background-color: #8e8e8e24;
  box-sizing: border-box;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;

  width: 100%;
  padding: 20px;

  color: #ffffff;
}
.casino-characteristics-card .casino-characteristics-card-title {
  font-size: 20px;
  font-weight: 600;
}
.casino-characteristics-card .casino-characteristics-card-subtitle {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0 5px 0;
}
.casino-characteristics-card .casino-characteristics-card-descr {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.4;
  margin-top: 20px;
}
.casino-characteristics-card .casino-characteristics-card-list {
  margin-top: 10px;
  padding-left: 20px;
}
.casino-characteristics-card .casino-characteristics-card-list li {
  position: relative;
  line-height: 26px;
}
.casino-characteristics-card .casino-characteristics-card-list li::before {
  content: no-open-quote;
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0;
  top: 16px;
  background-color: #fff;
  border-radius: 50%;
}

/* New slider with registration panel */
.slider-registration-container {
  display: flex;
  max-width: 1200px;
  margin: 60px auto -60px;
  align-items: flex-start;
  height: 300px;
}

.slider-section {
  flex: 5;
  min-width: 0;
}

.registration-section {
  flex: 3;
  min-width: 0;
}

.registration-panel {
  background: #8e8e8e24;
  border: none;
  border-radius: 0 15px 15px 0;
  padding: 25px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  /* position: sticky; */
  /* top: 20px; */
  height: 300px;
  overflow: hidden;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.registration-panel .registration-panel-title {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 0;
}

.registration-panel .registration-panel-descr {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 25px;
  padding: 0;
}

.registration-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 25px;
}

.registration-buttons .regButton {
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.registration-buttons .regButton {
  background: #00C621;
  color: #ffffff;
  border: none;
}

.registration-buttons .regButton:hover {
  background: #00C621;
}

/* New slider with registration panel */
.slider-new-00527-65321-05412-54861-156544 {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 15px 0 0 15px;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); */
}

.slider-new-00527-65321-05412-54861-156544-wrapper {
  display: flex;
  transition: transform 0.5s ease;
  height: 100%;
}

.slider-new-00527-65321-05412-54861-156544-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex-shrink: 0;
  flex-grow: 0;
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  cursor: pointer;
  padding: 15px 12px;
  border-radius: 50%;
  font-size: 18px;
  z-index: 1;
  transition: all 0.3s ease;
}

.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.prev {
  left: 15px;
}

.next {
  right: 15px;
}

/* Slider responsive media queries */
@media (max-width: 1200px) {  
  .registration-panel {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .slider-registration-container {
    flex-direction: column;
    height: auto;
  }
  
  .slider-section {
    order: 1;
  }
  
  .registration-section {
    order: 2;
    width: 100%;
  }
  
  .slider-new-00527-65321-05412-54861-156544 {
    height: 200px;
    border-radius: 15px 15px 0 0;
  }
  
  .registration-panel {
    position: static;
    padding: 15px;
    border-radius: 0 0 15px 15px;
    height: auto;

    display: block;
  }
  
  .registration-buttons {
    margin-bottom: 10px;
  }
  
  .registration-buttons .regButton {
    padding: 12px 16px;
  }
  
  .prev, .next {
    padding: 10px 8px;
    font-size: 16px;
  }
  
  .prev {
    left: 10px;
  }
  
  .next {
    right: 10px;
  }
}

/* Stories section */
.stories-block {
  max-width: 1200px;
  width: auto;
  margin: 0px auto;
}
.stories-inner-block {
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: center;
}
.stories.carousel .story > .item-link > .info {
  padding-left: 0;
  padding-right: 0;
}
#zuck-modal-content .story-viewer .head .left .info > span {
  color: rgba(255, 255, 255, 0.75);
}
#zuck-modal-content .story-viewer .head .right .close {
  color: #ffffff;
  margin-right: 10px;
}

/* Section 2 */

.section-2 {
  max-width: 1200px;
  width: 100%;
  margin: 80px auto 0px;
  display: flex;
  gap: 20px;
}

.section-2__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
}

.section-2__title {
  font-size: 28px;
  padding: 0;
  text-align: left;
}

.section-2__descr {
  color: #9c9cae;
  font-size: 16px;
  margin-top: 24px;
  text-align: left;
  padding: 0;
}

.section-2__btns {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 24px;
}

.section-2__demo {
  color: #fff;
  font-size: 14px;
  padding: 8px 40px;
  border-radius: 5px;
  border: 1px solid #00C621;
  display: block;
  width: max-content;
}

.section-2__speel {
  color: #fff;
  padding: 8px 60px;
  font-size: 14px;
  background: #00C621;
  border-radius: 5px;
  display: block;
  width: max-content;
}

.section-2__demo:hover {
  text-decoration: none;
}

.section-2__speel:hover {
  text-decoration: none;
}

.section-2__right {
  width: 40%;
}

.section-2__right img {
  max-width: 330px;
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin-left: auto;
}

[dir="rtl"] .section-2__title,
[dir="rtl"] .section-2__descr {
  text-align: right;
}

[dir="rtl"] .section-2__right img {
  margin-left: 0;
  margin-right: auto;
}

@media (max-width:800px) {
  .section-2 {
    flex-direction: column;
    gap: 40px;
  }

  .section-2__left {
    width: 100%;
  }

  .section-2__right {
    width: 100%;
  }

  .section-2__right img {
    margin: 0 auto;
  }

  [dir="rtl"] .section-2__right img {
    margin: auto;
}
}

.section img {
	max-width: 1200px;
	margin: 0 auto 25px;
}
@media (max-width: 1200px) {
	.section img {
		width: 100%;
		max-width: 100%;
	}
}

/* Section 3 */

.section-3 {
  max-width: 1200px;
  width: 100%;
  margin: 60px auto 0px;
}

.section-3__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0;
  margin: 0 auto;
}
.section-3__list li::before {
	display: none;
}

.section-3__item {
  border-radius: 10px;
  background-color: #1C2331;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.section-3__title {
  font-size: 18px;
  text-align: left;
  padding: 0;
  margin-top: 24px;
}

.section-3__descr {
  margin-top: 10px;
  padding: 0;
  color: #9c9cae;
  font-size: 16px;
  text-align: left;
}

.section-3__btns {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 20px;
}

.section-3__reviews {
  border-radius: 5px;
  color: #fff;
  border: 1px solid #fff;
  padding: 7px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-3__demo {
  border-radius: 5px;
  color: #fff;
  background-color: #00C621;
  padding: 7px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-3__demo:hover,
.section-3__reviews:hover {
  text-decoration: none;
}

[dir="rtl"] .section-3__title,
[dir="rtl"] .section-3__descr {
  text-align: right;
}

@media (max-width:900px) {
  .section-3__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:700px) {
  .section-3__list {
    grid-template-columns: repeat(1, 1fr);
  }
}