
    *,
*::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;
}
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;
  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;
}
#scrollToTop.scrollToTop {
  position: fixed;
}
.logo-controls {
  display: none;
}
@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: #FFDBCE;;
  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: 169px;
  height: 58px;
}

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

.header-inner__buttons--1 {
  gap: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-reg--1 {
  color: #fff;
  background: #7F3081;;
  border-radius: 100px;
  padding: 10px 32px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-transform: inherit;
}

.btn-log--1 {
  color: #000;
  background: transparent;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 10px 32px;
  font-weight: 400;
  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: #FFDBCE;;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.components .copy__text--3 {
  color: #000;
  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--2 {
  padding: 20px 10px;
  background: #FFDBCE;;
  display: flex;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
  justify-content: center;
}

.buttons.buttons--2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.buttons.buttons--2 button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fix-btn-reg--2 {
  padding: 12px 24px;
  border-radius: 100px;
  border: 1px solid transparent;
  background: #7F3081;;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #fff;
}

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


    
    .content-block {
      max-width: 1250px;
      margin: 0 auto;
    }
    .components {
  background: #100A11;;
  color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
}

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

.general-h2, .general-h3, .general-h4, .general-h5, .general-h6 {
  background: transparent;
  color: #fff;
  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: #7F3081;;
  box-shadow: 0px 0px 12px 0px rgba(11, 54, 0, 0.16);
  border-radius: 100px;
  padding: 16px 34px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.general-link {
  color: #E42565;;
}

.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: #E42565;;
  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: #E42565;;
  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);
}

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

.general-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}

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

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

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

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

.faq-item {
  background: #7F3081;
  border: none;
  border-radius: 30px;
  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: 25px;
  padding-left: 20px;
}

.components .faq-answer {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  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: 20px;
  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;
  padding-right: 20px;
}

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

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

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

.scrollToTop {
  background: #7F3081;;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 15%;
  right: 20px;
  opacity: 0;
  cursor: pointer;
}

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

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


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

  .plus-minus {
    display: grid;
    grid-template-columns: repeat(2, minmax(400px, 500px));
    grid-gap: 30px;
    grid-gap: 30px;
    gap: 30px;
    justify-content: center;
    margin: 30px 0;
  }
  .plus-minus__head {
    padding-top: 10px;
    padding-left: 60px;
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    min-height: 46px;
  }
  .plus-minus__pro,
  .plus-minus__contra {
    padding-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid;
  }
  .plus-minus__pro {
    border-color: #099f4f;
  }
  .plus-minus__contra {
    border-color: #7433ff;
  }
  .plus-minus__pro .plus-minus__head {
    background: left 18px center no-repeat url(/uploads/img/like.svg), #099f4f;
  }
  .plus-minus__contra .plus-minus__head {
    background: left 18px center no-repeat url(/uploads/img/dislike.svg), #7433ff;
  }
  main .plus-minus p {
    position: relative;
    padding: 5px 20px 5px 60px;
  }
  main .plus-minus p:first-of-type {
    margin-top: 20px;
  }
  main .plus-minus p::before {
    content: no-open-quote;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 8px;
    left: 20px;
  }
  main .plus-minus .plus-minus__pro p::before {
    background-color: #099f4f;
  }
  main .plus-minus .plus-minus__contra p::before {
    background-color: #7433ff;
  }
  @media screen and (max-width: 1024px) {
    .plus-minus {
      grid-template-columns: minmax(min-content, calc(100% - 50px));
    }
  }
  @media screen and (max-width: 600px) {
    .plus-minus {
      grid-template-columns: minmax(min-content, calc(100% - 10px));
    }
  
    .plus-minus__pro,
    .plus-minus__contra {
      padding-bottom: 20px;
    }
    .plus-minus__pro .plus-minus__head,
    .plus-minus__contra .plus-minus__head {
      font-size: 18px;
      background-size: 22px;
      min-height: 40px;
    }
    main .plus-minus p:first-of-type {
      margin-top: 10px;
    }
    main .plus-minus p::before {
      height: 14px;
      width: 14px;
    }
    main .plus-minus p {
      padding: 5px 20px 5px 50px;
    }
  }
  @media screen and (max-width: 400px) {
    .plus-minus {
      grid-template-columns: 1fr;
    }
  }

  

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


.casino {
  display: grid;
  grid-template-columns: 160px 290px auto 178px;
  background: rgba(255, 219, 206, 1);
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0px 4px 4px 0px rgba(166, 166, 166, 0.25);
  margin-bottom: 24px;
  gap: 0 16px;
  position: relative;
}
.casino  .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: rgba(251, 134, 52, 1);
  border-radius: 12px 0 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.casino  .name {
  position: absolute;
  top: 0;
  left: 48px;
  height: 40px;
  padding: 0 16px;
  background: rgba(102, 32, 104, 1);
  border-radius: 0 0 12px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.casino  .number span,
.casino  .name span {
  color: #fff;
  font-weight: 700;
}

.casinoImg {
  background: rgba(247, 243, 243, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.casinoBonus {
  background: rgba(247, 243, 243, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  flex-direction: column;
  gap: 9px 0;
  padding: 10px 0;
}
.casinoBonus span {
  color: rgba(30, 30, 30, 1);
  font-weight: 700;
  font-size: 20px;
  display: block;
  text-align: center;
  padding: 0 10px;
}
.casinoInfo {
  display: flex;
  flex-direction: column;
  gap: 4px 0;
}
.casinoInfo .line {
  background: rgba(247, 243, 243, 1);
  border-radius: 8px;
  padding: 12px 16px;
}
.casinoInfo .line .second {
  font-weight: 700;
}
.casinoInfo .line .first,
.casinoInfo .line .second {
  color: #000;
}
.casinoButton {
  display: flex;
  flex-direction: column;
  justify-content:center;
  gap: 26px 0;
}
.casinoButton button {
  border-radius: 8px;
  background: rgba(127, 48, 129, 1);
  font-weight: 700;
  color: #fff;
  padding: 12px;
  font-size: 18px;
}
.casinoButton .stars {
  display: flex;
  gap: 0 4px;
  justify-content: center;
  width: 100%;
}
.ratingBlock {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px 0;
}
.ratingBlock .rating {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #000;
}

@media (max-width: 1050px) {
  .casino {
    grid-template-columns: 160px auto;
    gap: 8px 8px;
    padding: 16px 16px;
  }
  .casinoImg,
  .casinoBonus {
    height: 131px;
  }
  .casinoBonus {
    padding: 0 0;
  }
  .casinoInfo,
  .casinoButton {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .casinoButton button {
    padding: 16px;
  }
  .casinoButton {
    gap: 8px 0;
  }
}

@media (max-width: 450px) {
  .casino {
      grid-template-columns: auto;
      padding: 12px 12px;
  }
  .casinoImg {
    height: 100px;
  }
  .casinoBonus {
    height: auto;
    padding: 12px 0;
  }
  .casinoImg, 
  .casinoBonus,
  .casinoInfo,
  .casinoButton {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}