.header__left {
width: 364px;
}

.error {
text-align: center!important;
padding: 100px 0!important;
}	
    
    .updated-date {
		background: linear-gradient(90deg, #c31fb6 0%, #ed26dd 100%);
		margin: 30px auto;
		border-radius: 25px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 10px;
		max-width: 411px;
		height: 157px;
		font-weight: 700;
		font-size: 20px;
		text-transform: uppercase;
	}
    .updated-date span {
    	color: #fff!important;
    }
	.updated-date img {
		max-width: 32px;
	}

.yas-bonus-table-wrapper {
	overflow-x: auto;
  margin: 40px auto;
  max-width: 1000px;
  padding: 0 20px;
}

.yas-table-heading {
  font-size: 22px;
  margin-bottom: 16px;
  color: #1f2d47;
}

.yas-bonus-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.yas-bonus-table th,
.yas-bonus-table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid #e0e6ed;
}

.yas-bonus-table th {
  background-color: #1d1d1b;
  color: #ffffff;
  font-weight: 600;
}

.yas-bonus-table tr:last-child td {
  border-bottom: none;
}

@media (max-width: 768px) {
  .yas-bonus-table-wrapper {
    padding: 0 10px;
  }

  .yas-bonus-table th,
  .yas-bonus-table td {
    padding: 12px 10px;
    font-size: 14px;
  }

  .yas-table-heading {
    font-size: 18px;
  }
}

.faq-container {
  padding: 20px;
  background: #f9f9f9;
  color: #333;
  border-radius: 10px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.faq-container h2 {
  font-size: 24px;
  color: #222;
  margin-bottom: 20px;
}

.faq-item {
  border-bottom: 1px solid #ddd;
}

.faq-question {
  line-height: 1.5;
  width: 100%;
  background: #fff;
  color: #444;
  font-size: 18px;
  padding: 15px;
  border: none;
  text-align: left;
  cursor: pointer;
  outline: none;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s, color 0.3s;
  font-family: inherit!important;
}

.faq-question:hover {
  background: #eee;
}

.toggle-icon {
  font-size: 20px;
  transition: transform 0.3s;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  padding: 0 15px;
}

.faq-answer p {
  font-size: 16px;
  line-height: 1.5;
}

.faq-item.active .faq-question {
  background: #eee;
}

.faq-item.active .faq-answer {
  max-height: 130px;
}

.faq-item.active .toggle-icon {
  transform: rotate(45deg);
}


.header_banner__text {
    font-family: 'Inter', sans-serif;
}

@media (min-width: 1110px) {
	.header_banner__text {
    	padding-left: 100px;
    }
}

.header-bg-title {
    text-transform: uppercase;
    font-size: 30px !important;
    font-weight: 900;
    text-shadow: 2px 2px 4px #000000, 0 0 15px #000;
    color: #fff!important;
}

.header_banner__text_top {
    font-size: 115px !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    font-style: italic;
    background: linear-gradient(180deg, #FFEC60 0%, #FFE100 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text;
    color: #fff0;
    filter: drop-shadow(0 2px 2.7px #000000) drop-shadow(2px 2px 2.9px #000000);
}

.header_banner__text_main p {
    color: #fff !important;
    font-size: 30px;
    text-shadow: 2px 2px 4px #000000, 0 0 15px #000;
    font-weight: 900 !important;
    text-transform: uppercase;
}

.header_banner__text .btn {
    animation: banner-button-pulse 1.9s infinite;
    background: linear-gradient(180deg, #0073FF 0%, #00479D 100%)!important;
    padding: 12px 42px !important;
    font-size: 22px !important;
    border-radius: 20px !important;
    display: flex !important;
    flex-direction: column;
    max-width: fit-content;
    color: #000 !important;
}

.button-main-text {
    font-size: 24px;
    font-weight: 900;
    line-height: 160%;
    text-shadow: 2px 2px 4px rgb(0 0 0 / .2), 0 0 15px rgb(0 0 0 / .1);
    color: #fff!important;
}

.button-descr-text {
color: #fff!important;
    opacity: .8;
    text-transform: none;
    line-height: 160%;
    font-weight: 500;
    font-size: 14px;
    text-shadow: 2px 2px 4px rgb(0 0 0 / .2), 0 0 15px rgb(0 0 0 / .1);
}

@media (max-width: 767px) {
    .yaass-be .header_banner__text {
    	background: #fff!important;
    }

    .header-bg-title {
        font-size: 18px !important;
    }
    .header_banner__text_top {
        font-size: 40px !important;
    }
     .header_banner__text_main p {
        font-size: 18px !important;
    }
    main .header_banner__text_button .btn {
        margin: 0 auto !important;
        padding: 12px 42px!important;
    }
}

main h1, main h2, main h3, main h4, main h5, main h6, main span, main p, main a, main li, main td {
	color: #1d1d1b!important;
}

main .yaass-be .btn {
	background: #ed26dd!important;
}

main .yaass-be .btn:hover {
	background: #c31fb6!important;
}

@media (max-width: 1100px) {
  .header__left {
  	display: none!important;
  }
}  
  
  header nav a:hover {
    color: #fff!important;
  }

  .yaass-be .header__top .mobile_menu_icon span {
    background-color: #fff!important;
  }

  .yaass-be .lang-block-wrapper {
    width: 46px;
  }

  .yaass-be .lang-toggle-block {
    background-color: #ffffff1a!important;
  }

  .yaass-be .lang-toggle-block__item {
    margin: 15px;
  }

  .yaass-be .header {
    background: #0B072F;
    box-shadow: 0px 4px 30px 0px #00000040;
  }

  .yaass-be .header__top nav {
    background: #1d1d1b;
  }

  .header-anm {
    background: #ffffff1a!important;
    color: #fff!important;
  }

  .header-anm:hover {
    background: #4a3397!important;
    color: #fff!important;
  }

  .header-reg {
    background: #FFC221!important;
    color: #000!important;
  }

  .header-reg:hover {
    background: #f8c849!important;
  }

  .lang-toggle-block a:hover {
    color: #fff!important;
    text-decoration: unset!important;
  }

  .yaass-be .header__top .logo img {
    max-height: 45px;
  }

  .yaass-be .header__top .mobile_menu_icon {
    background: none;
  }


body {
	background: #fff!important;
    font-family: 'Montserrat', sans-serif!important;
}

body p:empty {
	display: none!important;
}

.yaass-be .lang-toggle-block__item.current-lang {
	justify-content: center!important;
    width: auto!important;
}

.yaass-be .lang-block-wrapper {
	width: 46px!important;
}

.yaass-be .lang-toggle-block {
	width: 100%!important;
    left: auto!important;
}

.category-container > p {
	display: none!important;
}

body br {
	display: none!important;
}

.yaass-be .lang-button {
	display: none!important;
}

footer {
	background: #0B072F!important;
}

.yaass-be .header__top .mobile_menu_icon {
	background-color: unset!important;
}

.yaass-be .header__top .logo {
    max-width: 80px!important;
    min-width: 80px!important;
}

.yaass-be .header__top nav {
        background-color: #1d1d1b!important;
}

.yaass-be #toc_container ul li {
	background-color: #170f62!important;
}

.faq-list .faq-list__item {
	background: #170f62!important;
    border-color: #170f62!important;
}

.slots-list-block {
	background: #0B072F!important;
}

.yaass-be .header {
	background: #1d1d1b!important;
}

@keyframes banner-button-pulse {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(0, 115, 255, 0.7);
	}
	50% {
		transform: scale(1.05);
		box-shadow: 0 0 15px 10px rgba(0, 115, 255, 0);
	}
	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(0, 115, 255, 0);
	}
}

.yaass-be .slots_list .demo-name a {
	font-size: 12px!important;
}

.header-anm {
	background: #ffffff1a!important;
	color: #fff!important;
}

.header-anm:hover {
	background: #fff!important;
    color: #000!important;
}

.header-reg {
	background: #ed26dd!important;
	color: #fff!important;
}

.header-reg:hover {
	background: #c31fb6!important;
}

.lang-block-wrapper {
	margin-left: 20px!important;
}

.lang-toggle-block {
	border: none!important;
}

.yaass-be .header_banner__text .btn {
	animation: banner-button-pulse 1.9s infinite;
    background: linear-gradient(180.5deg, #2BD800 0.43%, #177100 99.57%);
    padding: 22px 64px;
    font-size: 22px!important;
}

    .reviews-container {
        display: flex;
        gap: 50px;
        flex-wrap: wrap;
        margin: 30px 0;
    }

    .review-item {
        display: flex;
        gap: 20px;
    }

    .author-image {
        width: 77px;
        height: 77px!important;
        border-radius: 50px;
        max-width: fit-content !important;
    }

    .review-verify-image {
        width: 22px;
    }

    .review-author {
        display: flex;
        align-items: center;
        gap: 7px;
    }

    .review-contact span {
        font-weight: 600;
        font-size: 20px;
        text-transform: uppercase;
        color: #000;
    }

    .review-contact {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .review-author span:first-child {
        font-weight: 600;
        font-size: 20px;
        text-transform: uppercase;
        color: #000;
    }

    .review-author span:last-child {
        font-weight: 400;
        font-size: 14px;
        text-transform: uppercase;
        border-left: 1px solid #00000080!important;
        padding-left: 7px;
        color: #00000080!important;
    }

    .review-info {
        display: flex;
        flex-direction: column;
        gap: 15px;
        font-weight: 400;
        color: #1d1d1b;
    }

    .review-message {
        font-weight: 400!important;
        line-height: 35px!important;
        font-style: italic!important;
    }

    .single-review {
        display: flex;
        flex-direction: column;
        gap: 10px;
        max-width: 800px;
        padding: 24px;
        background-color: #fff;
        border-radius: 30px;
    }

.app-container {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
}

.app-container img {
	width: 150px;
}

.category-container {
display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    grid-gap: 15px;
    max-width: 1440px;
    margin: 30px auto;
    margin-inline: auto;
}

.single-category {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	padding: 15px 10px;
	border-radius: 10px;
	text-align: center;
	height: 100px;
	color: #fff;
	box-shadow: 0 0 1px 1px #dee0eb;
	-webkit-box-shadow: 0 0 1px 1px #dee0eb;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.category-container a:hover {
	text-decoration: unset!important;
}

a:hover .single-category {
	box-shadow: 4px 4px 40px 0px rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 4px 4px 40px 0px rgba(255, 255, 255, 0.2);
}



.single-category img {
	transition: filter 0.3s ease;
    width: 41px;
}

.text_container .btn,
.header_banner .btn {
	color: #fff!important;
}

.yaass-be .header-menu-left .header__top_buttons {
    display: none!important;
}

.yaass-be .slots_list .slot-card {
	height: auto!important;
}

@media (max-width: 1024px) {
	.yaass-be .header__top.with-switcher .header__right {
        max-width: 100%!important;
    }
}


@media (max-width: 767px) {
	.yaass-be .header__top.with-switcher .header__right {
        max-width: 268px!important;
    }

	.yaass-be .header__top_buttons .btn {
    	margin-left: 12px!important;
    }

	.yaass-be .btn {
        padding: 13px!important;
    }

	.yaass-be .header__top .logo {
    	max-width: 70px!important;
        min-width: 70px!important;
    }

	.yaass-be .header__top {
    }

	.slots_list {
	    overflow-x: auto; 
	    gap: 10px;
	    -ms-overflow-style: none;
	    scrollbar-width: none;
	}

	.slots_list::-webkit-scrollbar {
	    display: none;
	}
	.header-anm {
		font-size: 13px!important;
	}
	.header-reg {
		font-size: 13px!important;
	}
}