
    *,
*::after,
*::before {
  box-sizing: inherit;
}
ul,
ol[class] {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
.faq-container,
.general-table-wrapper,
figure,
figcaption,
blockquote,
ul,
ol  {
  max-width: 1250px;
  margin: 0 auto;
  /* padding: 0 16px; */
}

ul,
ol {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
button {
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
button:hover {
  opacity: 0.8;
}
input,
textarea,
select {
  font: inherit;
}
a {
  text-decoration: none;
}
figure {
  margin-bottom: 20px;
  text-align: center;
}
figcaption {
  color: inherit;
}
.general-image {
  display: block;
  border-radius: 15px;
  max-height: 400px;
  max-width: 800px;
  width: auto;
  height: auto;
  margin: 0 auto 10px auto;
}
.logoBuild {
  height: 100%;
  height: 100%;
  align-items: center;
  display: flex;
}
.logoBuild a {
  display: flex;
  align-items: center;
  height: 100%;
}
.content-block {
  padding: 0 10px;
}
header.header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0;
}
#fix-button.footer-block-btn {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
  justify-content: center;
}
.content {
  padding-top: 100px;
}
@media (max-width: 1250px) {
  #fix-button.footer-block-btn {
    display: flex;
  }
  footer.footer {
    padding-bottom: 100px;
  }
  .content {
    padding-top: 70px;
  }
}

    .header--1 {
  height: 60px;
  background: rgba(115, 21, 36, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.header-inner--1 {
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.header-inner__logo--1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-inner__logo--1 img {
  width: 55px;
  height: 44px;
}

.header-inner__menu--1 {
  color: #fff;
  margin-left: auto;
  margin-right: 32px;
  display: flex;
  gap: 20px;
}

.header-inner__buttons--1 {
  display: flex;
  gap: 20px;
}

.btn-reg--1 {
  color: #fff;
  background: rgba(18, 20, 20, 1);
  border-radius: 100px;
  padding: 10px 32px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: inherit;
}

.btn-log--1 {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 10px 32px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: inherit;
}

@media (max-width: 1250px) {
  .header--1 {
  height: 60px;
  height: 60px;
  }
  .header-inner--1 {
  justify-content: center;
  }
  .header-inner__menu--1 {
  display: none;
  }
  .header-inner__buttons--1 {
  display: none;
  }
}


    .footer--3 {
  padding: 20px 0;
  background: rgba(95, 97, 99, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer--3 p {
  margin-bottom: 0;
}

.components .copy__text--3 {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

@media (max-width: 1250px) {
  .footer--3 {
  padding: 20px 0;
  }
  .components .copy__text--3 {
  font-size: 14px;
  }
}


    .footer-block-btn--1 {
  padding: 20px 10px;
  background: rgba(225, 0, 7, 1);
  display: flex;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
  justify-content: center;
}

.buttons.buttons--1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.buttons.buttons--1 button {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fix-btn-reg--1 {
  padding: 12px 24px;
  border-radius: 100px;
  border: 1px solid transparent;
  background: rgba(18, 20, 20, 1);
  font-size: 16px;
  line-height: 17px;
  font-weight: 700;
  color: #fff;
}

.fix-btn-log--1 {
  padding: 12px 24px;
  border-radius: 100px;
  border: 1px solid #fff;
  background: transparent;
  font-size: 16px;
  line-height: 17px;
  font-weight: 700;
  color: #fff;
}


    
    .content-block {
      max-width: 1250px;
      margin: 0 auto;
    }
    .components {
  background: rgba(255, 252, 225, 1);
  color: #000;
  display: flex;
  flex-direction: column;
  position: relative;
}

.general-h1 {
  background: transparent;
  color: #000;
  padding: 0;
  border-radius: 0;
  text-align: center;
  margin-bottom: 20px;
}

.general-h2, .general-h3, .general-h4, .general-h5, .general-h6 {
  background: transparent;
  color: #000;
  padding: 0;
  border-radius: 0;
  text-align: center;
  margin-bottom: 20px;
}

.general-p {
  margin-bottom: 20px;
}

.button-block {
  text-align: center;
  margin: 15px 0;
}

.button-block-btn {
  color: #fff;
  background: rgba(236, 65, 62, 1);
  box-shadow: 0px 0px 12px 0px rgba(11, 54, 0, 0.16);
  border-radius: 8px;
  padding: 16px 34px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.general-link {
  color: #7394FF;
}

.general-table-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-bottom: 20px;
}

.general-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #000;
}

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

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

.general-tr:nth-child(2n) {
  background: #eaeefb;
}

.general-td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 10px;
}

.general-th {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 10px;
}

.general-ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
  margin-bottom: 20px;
}

.general-ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
  counter-reset: counter-ol;
  position: relative;
  margin-bottom: 20px;
}

.general-ul-li {
  padding-left: 30px;
  position: relative;
}

.general-ul-li::before {
  background: rgba(236, 65, 62, 1);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: 0;
  position: absolute;
  content: no-open-quote;
}

.general-ol-li {
  counter-increment: counter-ol;
  padding-left: 30px;
  position: relative;
}

.general-ol-li::before {
  background: rgba(236, 65, 62, 1);
  color: #fff;
  width: 25px;
  left: 0px;
  top: 0px;
  height: 25px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  content: counter(counter-ol);
}

.faq-item {
  background: rgba(236, 65, 62, 1);
  border: none;
  border-radius: 6px;
  position: relative;
  min-height: 54px;
  margin: 0 auto 20px;
  transition: 0.4s;
}

.components .faq-question {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  position: relative;
  padding-bottom: 0;
  top: 15px;
  padding-right: 45px;
  padding-left: 20px;
}

.components .faq-answer {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  width: 96%;
  padding: 10px 0 22px;
  height: 0;
  top: 10px;
  overflow: hidden;
  position: relative;
  opacity: 0;
  z-index: -1;
}

.icon {
  height: 18px;
  position: absolute;
  width: 18px;
  right: 25px;
  top: 25px;
}

.icon:before {
  background: #fff;
  content: no-open-quote;
  height: 4px;
  right: 0;
  top: 0;
  width: 18px;
  transition: transform 0.4s;
  position: absolute;
}

.icon:after {
  background: #fff;
  content: no-open-quote;
  height: 4px;
  right: 0;
  top: 0;
  width: 18px;
  transition: transform 0.4s;
  position: absolute;
}

.toggle {
  margin: 0;
  cursor: pointer;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
}

.toggle:not(:checked) ~ .icon:before {
  transform: rotate(180deg);
}

.toggle:checked ~ .faq-answer {
  height: auto;
  opacity: 1;
  z-index: 2;
  padding-left: 20px;
}

.toggle:not(:checked) ~ .icon:after {
  transform: rotate(90deg);
}

.toggle:checked ~ .icon:before {
  background: #fff;
}

.toggle:checked ~ .icon:after {
  background: #fff;
}

.scrollToTop {
  background: rgba(115, 21, 36, 1);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 15%;
  right: 20px;
  opacity: 0;
  z-index: 5;
  cursor: pointer;
}

.scrollToTop svg {
  fill: #fff;
  width: 50%;
  height: 50%;
}

@media (max-width: 1250px) {
  .general-table-wrapper {
  overflow: auto;
  }
}


    
  .components {
    font-family: 'Tahoma', sans-serif;
  }
  .components h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .components h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .components h3 {
    font-size: 24px;
    line-height: 39px;
  }
  .components h4 {
    font-size: 22px;
    line-height: 27px;
  }
  .components h5 {
    font-size: 20px;
    line-height: 25px;
  }
  .components p,
  .components span,
  .components li,
  .components a {
    font-size: 18px;
    line-height: 22px;
  }

  

.errorPage {
  height: 100vh;
  background: #eee;
}
.errorPageInner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  justify-content: center;
  padding: 0 20px;
}
.errorPageInner .logo img {
  max-height: 60px;
  width: auto;
}
.errorPageInner span {
  font-size: 120px;
  line-height: 120px;
  font-weight: 700;
  font-family: Verdana, sans-serif;
}
.errorPageInner h1 {
  font-size: 50px;
  line-height: 70px;
  font-family: Verdana, sans-serif;
  text-align: center;
}
.errorPageInner .errorLink a {
  background:rgba(243, 77, 104, 1);
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  border-radius: 50px;
  padding: 20px 50px;
  font-family: Verdana, sans-serif;
  transition: 0.4s;
}
.errorPageInner .errorLink a:hover {
  background: rgba(78, 22, 63, 1);
}


/* banner */

.banner {
  background: linear-gradient(to right, #731524, #E63734);
  margin-bottom: 32px;
  border-radius: 24px;
  max-height: 340px;
  padding: 48px 53px 45px 14px;
  width: 96%;
  max-width: 1250px;
  margin: 0 auto 20px auto;
}

.bannerInner {
  display: flex;
  flex-direction: row;
  gap: 19px;
  align-items: center;
  
}

.bannerInner .banner-image {
  width: 100%;
  max-width: 309px;
  min-width: 250px;
}

.banner-title {
    color: #fff;
    padding: 0;
    border-radius: 0;
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 38px;
}

.banner-text {
  font-family: Tahoma;
    color: #fff;
    padding: 0;
  }

@media (max-width: 850px) { 

.banner {
  max-height: 415px;
  padding: 0;
}

.banner-title {
  margin-bottom: 12px;
  font-size: 28px;
}

.text-banner {
  padding: 0;
  text-align: center;
}

.bannerInner {
  flex-direction: column;
  gap: 10px;
  padding: 0px 38px 24px 38px;
}

.bannerInner .banner-image {
  max-width: 172px;
  min-width: auto;
}

}


@media (max-width: 520px) {

.text-banner h1 {
  font-size: 24px;
  line-height: 26px;
}

.bannerInner {
  padding: 0;
} 

.banner-text {
  font-size: 15px;
}

.bannerInner .banner-image {
  display: none;
}

.text-banner {
  padding: 49px 16px ;
}
}


/* new vitrina */

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

.casino {
  background: #FFE9C0;
  border-radius: 24px;
  padding: 32px;
  display: grid;
  grid-template-columns: 180px 260px auto 200px;
  align-items: center;
  gap: 16px;
}

.casino .img {
  display: block;
  width: 100%;
  max-width: 160px;
  border-radius: 4px;
}

.casino .img .img_img {
  width: 160px;
  height: 66px;
  place-items: center;
  border-radius: 4px;
  background-color: #121414;
  padding: 5px;
}

.casino .img .img_img img {
  height: 100%;
}

.casino .rating {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: flex-start;
  flex-direction: column;
}

.casino .rating .title {
  font-family: Tahoma;
  font-size: 16px;
  padding: 0;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  color: #0F091D;
}

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

.casino .rating span {
  color: #0F091D;
  font-family: Tahoma;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  padding-left: 5px;
}

.casino .rating .rating-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.bonus {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

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

.casino .bonus p {
  font-family: Tahoma;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  color: #0F091D;
  padding-top: 6px;
  margin: 0;
  width: 100%;
}

.casino .button {
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.casino .button button {
  font-family: Tahoma;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: #fff;
  background: #B81F37;
  border-radius: 10px;
  border: none;
  width: 100%;
  max-width: 130px;
  padding: 14px 24px;
  cursor: pointer;
  transition: 0.4s;
}

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


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

@media (max-width: 930px) {
  .casino {
    grid-template-columns: 290px auto;
    align-items: center;
    padding: 32px;
  }

  .casino .img .img_img {
    width: 219px;
  }

  .casino .img {
    grid-column: 1;
    grid-row: 1;
  }

  .casino .bonus {
    grid-column: 2;
    grid-row: 1;
  }

  .casino .rating {
    grid-column: 1;
    grid-row: 2;
  }

  .casino .button {
    grid-column: 2;
    grid-row: 2;
    justify-content: flex-start;
  }
}


@media (max-width: 570px) {
  .casino {
    grid-template-columns: 1fr;
    padding: 12px;
    gap: 14px 0;
    place-items: flex-start;
  }
  .casino .bonus p {
    font-size: 16px;
    line-height: 22px;
    align-items: flex-start;
  }
  .casino .bonus span {
    align-items: flex-start;
  }
  .casino .rating {
    align-items: flex-start;
  }

  .casino .rating span {
    font-size: 12px;
    line-height: 15px;
  }
  .casino .button {
    align-items: flex-start;
  }

 .casino .img, .casino .bonus,.casino .rating, .casino .button {
    grid-column: auto;
    grid-row: auto;  
}
}

@media (max-width: 420px) {
  .casino {
    padding: 10px;
    gap: 8px;
  }
  .casino .img {
    max-width: 130px;
  }
  .casino .img .img_img {
    width: 130px;
  }
}

/* categories */

.categories {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  gap: 24px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.category-item {
  background: #FFE9C0;
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  height: 370px;
}

.category-item .category-title {
 font-size: 18px;
 font-weight: 700; 
 margin-top: -10px;
}

.category-item .img {
  display: block;
  width: 100%;
  max-width: 240px;
  border-radius: 4px;
}

.category-item .img .img_img {
  width: 240px;
  height: 99px;
  place-items: center;
  border-radius: 6px;
  background-color: #121414;
  padding: 5px;
  margin-bottom: 8px;
}

.category-item .img .img_img img {
  height: 100%;
}

.category-item .rating .category-rating {
  font-size: 24px;
  font-weight: 700;
}

.category-item .rating {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 8px;
}

.category-item .rating .rating-info {
  display: inline-flex;
  gap: 4px;
  text-align: center;
}

.category-item .rating .rating-info span {
  font-size: 14px;
}


.category-item .button {
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.category-item .button button {
  font-family: Tahoma;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: #fff;
  background: #B81F37;
  border-radius: 10px;
  border: none;
  width: 100%;
  max-width: 130px;
  padding: 14px 24px;
  cursor: pointer;
  transition: 0.4s;
}

.category-item .button button:hover {
  opacity: 0.8;
}


@media (max-width: 930px) {
  .categories {
  grid-template-columns: 1fr 1fr;
}
}

@media (max-width: 570px) {
  .categories {
  grid-template-columns: 1fr;
}  
}



/*------ Plus Minus 1 ----*/
.plus-minus1 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 18px;
	gap: 12px 40px;
}
.plus-minus1 .plus-minusItem {
	border-radius: 20px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.plus-minus1 .plus-minusHead {
	padding: 13px 24px;
	border-radius: 20px 20px 0 0 ;
	display: flex;
	align-items: center;
	gap: 12px;
  justify-content: center;
}
.plus-minus1 .plus-minusHead.headPlus {
	background: #2F7D4F;
	border-bottom: 2px solid #2F7D4F;
}
.plus-minus1 .plus-minusHead.headMinus {
	background: #B93C3C;
	border-bottom: 2px solid #B93C3C;
}
.plus-minus1 .plus-minusHead span {
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
}
.plus-minus1 .plus-minusHead.headMinus span {
	color: #fff;
}
.plus-minus1 .plus-minusHead.headPlus span {
	color: #fff;
}
.plus-minus1 .plus-minusHead img {
	height: 32px;
	width: 32px;
}
.plus-minus1 ul.ul-plus,
.plus-minus1 ul.ul-minus {
	padding: 24px 24px;
	width: 90%;
}

.bottom-plus{
  background-color: #FBE3E3;
}

.head-plus{
  background-color: #DDF3E4;
}


.plus-minus1 li {
	position: relative;
	padding-bottom: 7px;
	padding-left: 32px;
}
.plus-minus1 ul.ul-plus li:before {
	content: no-open-quote;
	position: absolute;
	width: 12px;
	height: 12px;
	left: 0;
	top: 5px;
	background: url(/uploads/img/plus1/pros-icon-list.png)no-repeat;
	background-size: contain;
}
.plus-minus1 ul.ul-minus li:before {
	content: no-open-quote;
	position: absolute;
	width: 12px;
	height: 12px;
	left: 0;
	top: 5px;
	background: url(/uploads/img/plus1/cons-icon-list.svg)no-repeat;
	background-size: contain;
}


@media (max-width: 1100px) {
	.plus-minus1 {
		grid-template-columns: repeat(1, 1fr);
	}
	.plus-minus1 .plus-minusHead {
		padding: 10px 16px;
	}
	.plus-minus1 .plus-minusHead img {
		width: 24px;
		height: 24px;
	}
	.plus-minus1 .plus-minusHead span {
		font-size: 18px;
		line-height: 22px;
	}
	.plus-minus1 ul.ul-plus, 
    .plus-minus1 ul.ul-minus {
		padding: 16px 16px;
	}
}


/*------Plus Minus 1 end ----*/



.wrapper {
  max-width: 1250px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.menu-item {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.menu-item a {
  text-decoration: none;
  color: #fff;
  padding: 10px;
  display: block;
}

.menu-item.has-dropdown:hover .dropdown {
  display: block;
}

.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #731524;
  min-width: 180px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  z-index: 999;
}

.dropdown a {
  padding: 10px 15px;
  color: #fff;
  white-space: nowrap;
}

.dropdown a:hover {
  background-color: #f0f0f0;
  color: #000;
}

.mobile-menu-toggle {
  display: none;
  cursor: pointer;
  padding: 10px;
}

.menu-icon {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.menu-icon .bar {
  width: 25px;
  height: 3px;
  background-color: #fff;
}

.arrow {
  display: inline-block;
  margin-left: 5px;
  border: solid white;
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  position: relative;
  top: -3px;
}

.menu-item.has-dropdown.open .arrow {
  transform: rotate(-135deg);
}

@media (max-width: 1250px) {
  .header-inner__menu {
    display: none;
    flex-direction: column;
    gap: 10px;
    background: #731524;
    padding: 15px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }

  .header-inner__menu.active {
    display: flex;
  }

  .mobile-menu-toggle {
    display: block;
  }

  .menu-item {
    display: block;
    margin-right: 0;
  }

  .menu-item.has-dropdown .dropdown {
    position: static;
    box-shadow: none;
  }

  .menu-item.has-dropdown:hover .dropdown {
    display: none;
  }

  .menu-item.has-dropdown.open .dropdown {
    display: block;
  }
}