.scroll-top {
	display: none;
}

.ctoc-body {
	display: none;
}

.dd-menu {
	display: none;
}

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

.image-container > * {
    flex: 1;
}

@media (max-width: 1100px) {
	.image-container {
    	flex-direction: column;
    }
}

.updated-date {
		margin: 30px auto;
		border-radius: 10px;
		background: linear-gradient(90deg, #1bae77 0%, #76dc52 100%);
		font-weight: 400;
		font-size: 20px;
		padding: 18px 30px;
		color: #fff;
		text-align: right;
	}


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

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

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

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

.playcroco-bonus-table th {
  background-color: #062e29;
  color: #ffffff;
  font-weight: 600;
}

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

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

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

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


.faq-item .question p {
        font-weight: 400!important;
        font-size: 16px!important;
        line-height: 25px!important;
        margin: 5px 0!important;
      }

      .faq__items {
        margin: 30px auto;
      }

      .faq-item {
        background: #0f5951;
        margin-bottom: 10px;
        overflow: hidden;
        border: 1px solid #D4D4D4;
      }
      
      .faq-item p:empty {
      	display: none;
      }

      .question {
        display: flex;
        align-items: center;
        padding: 10px 5px;
        font-weight: bold;
        color: #4c455f;
        gap: 10px;
        cursor: pointer;
      }

      .collapse-block__caret {
        width: 22px;
        height: 22px;
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        transition: transform 0.1s ease;
        background-image: url(arrow.svg);
        border-radius: 20px;
        filter: invert(1);
      }

      .faq-item.open .collapse-block__caret {
        transform: rotate(-90deg);
      }

      .answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.8s ease, padding 0.8s ease;
        font-size: 15px;
        color: #fff;
        background: #0f5951;
      }

      .answer.open {
        padding: 13px 1%;
      }

      .faq-item.open .answer p {
        margin: 0;
        font-size: 16px;
      }

      @media (max-width: 768px) {
        .question {
          padding: 5px 15px;
        }

        .faq-item .question p {
          font-size: 16px;
        }

        .collapse-block__caret {
          width: 20px;
          height: 20px;
        }

        .faq-item.open .answer {
          padding: 5px 15px;
        }
      }
 
 
 
 header nav a:hover {
    color: #fff!important;
  }

  .header__top .mobile_menu_icon span {
    background-color: #fff;
  }

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

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

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

  .header {
    background: #093631!important;
    box-shadow: 0px 4px 30px 0px #00000040;
  }

  .header__top nav {
    background: #093631!important;
  }

  .header-anm {
    background: linear-gradient(to right, #1bae77 0%, #76dc52 100%)!important;
    color: #fff!important;
  }

  .header-anm:hover {
    background: linear-gradient(to right, #76dc52 0%, #1bae77 100%)!important;
    color: #fff!important;
  }

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

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

  .header__top .mobile_menu_icon {
    background: none;
  }


body {
	background: #093631!important;
}

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

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

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

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

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

body br {
	display: none!important;
}

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

footer {
	background: #0B072F!important;
}

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

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

.toc {
	max-width: 1100px;
    margin: 0 auto;
}

.playcroco-be #toc_container ul li {
	background-color: #0f5951!important;
}

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

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

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

.playcroco-be .slots_list .demo-name a {
	font-size: 12px!important;
    line-height: normal;
    text-align: center;
}

.header-reg {
	background: linear-gradient(to right, #ff5500 0%, #ff8700 100%)!important;
	color: #fff!important;
}

.header-reg:hover {
	background: linear-gradient(to right, #ff8700 0%, #ff5500 100%)!important;
}

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

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

.header_banner__text {
	font-family: 'Inter', sans-serif;
    padding-left: 100px;
}

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

.header_banner__text_top {
    font-size: 135px !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: transparent;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0px 2px 2.7px rgba(0, 0, 0)) drop-shadow(2px 2px 2.9px rgba(0, 0, 0));
}

.header_banner__text_main p {
    color: #FFE100!important;
    font-size: 30px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0), 0 0 15px rgba(0, 0, 0);
    font-weight: 900!important;
    text-transform: uppercase;
}

.header_banner__text_button .btn {
	display: flex!important;
    flex-direction: column;
    max-width: fit-content;
}

.button-main-text {
	    font-size: 24px;
    font-weight: 900;
    line-height: 160%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2), 0 0 15px rgba(0, 0, 0, 0.1);
}

.button-descr-text {
	    opacity: .8;
    text-transform: none;
    line-height: 160%;
    font-weight: 500;
    font-size: 14px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2), 0 0 15px rgba(0, 0, 0, 0.1);
}

.header_banner__text .btn {
	animation: banner-button-pulse 1.9s infinite;
    background: linear-gradient(180deg, #71DF50 0%, #1EB274 100%);
    padding: 22px 64px;
    font-size: 22px!important;
    border-radius: 15px!important;
}

@media (max-width: 768px) {
	.header_banner__text {
    	padding: 5px 0 20px!important;
    }
    .header-bg-title {
    	font-size: 14px!important;
    }
    .header_banner__text_top {
    	font-size: 50px!important;
    }
    .header_banner__text_main p {
    	font-size: 18px!important;
    }
    .header_banner__text_button .btn {
    	margin: 0 auto!important;
    }
}



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

    .review-item {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

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

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

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

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

    .review-author span {
        font-weight: 600;
    }

    .review-info {
        color: #e0e0e0;
        display: flex;
        flex-direction: column;
        gap: 10px;
        font-weight: 400;
    }

    .review-message {
        font-weight: 400;
        line-height: 31px!important;
        border: 1px solid #8BD86F;
        padding: 10px 50px 10px 10px;
        border-radius: 15px;
    }

    .single-review {
        background: linear-gradient(180deg, #1bae77 0%, #76dc52 100%);
        display: flex;
        flex-direction: column;
        gap: 20px;
        max-width: 800px;
        padding: 24px;
        border-radius: 25px;
    }
    

    @media (max-width: 768px) {
        .review-top {
            flex-direction: column;
        }
    }



.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 {
filter: invert(39%) sepia(94%) saturate(2723%) hue-rotate(3deg) brightness(103%) contrast(104%);
    max-width: 41px!important;
	transition: filter 0.3s ease;
}

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

.slot-card .btn {
		background: linear-gradient(to right, #ff5500 0%, #ff8700 100%) !important;
}

.slot-card .btn:hover {
		background: linear-gradient(to right, #ff8700 0%, #ff5500 100%) !important;
}

.text_container .btn {
	background: linear-gradient(to right, #ff5500 0%, #ff8700 100%) !important;
}

.text_container .btn:hover {
	background: linear-gradient(to right, #ff8700 0%, #ff5500 100%) !important;
}

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

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

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


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

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

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

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

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