.main-section__title {
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: 900;
  display: block;
  line-height: 40px;
}
@media (max-width: 990px) {
  .main-section__title {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 20px;
  }
}
.main-section__img {
  display: flex;
}
.main-section__img img {
  max-width: 100%;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  object-fit: cover;
}

.text-img__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
@media (max-width: 990px) {
  .text-img__wrap {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.text-img__right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-img__right img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  width: 100%;
  box-sizing: border-box;
}
.text-img__title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 900;
  display: block;
  line-height: normal;
}
@media (max-width: 990px) {
  .text-img__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.text-img__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}
@media (max-width: 990px) {
  .text-img__text {
    font-size: 14px;
    line-height: 19px;
  }
}
.text-img__text p {
  margin-bottom: 10px;
}
.text-img__text p:last-child {
  margin: 0;
}
.text-img__btn {
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 20px;
  margin: 30px auto 0 auto;
  max-width: 200px;
}
@media (max-width: 576px) {
  .text-img__btn {
    max-width: 100%;
    margin-top: 20px;
  }
}

.table-of-content__title {
  cursor: pointer;
  display: block;
  position: relative;
}
.table-of-content__title h1, .table-of-content__title h2, .table-of-content__title h3, .table-of-content__title h4, .table-of-content__title h5 {
  line-height: normal;
  font-size: 30px;
  font-weight: 900;
}
@media (max-width: 990px) {
  .table-of-content__title h1, .table-of-content__title h2, .table-of-content__title h3, .table-of-content__title h4, .table-of-content__title h5 {
    font-size: 22px;
  }
}
.table-of-content__title svg {
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(180deg);
}
.table-of-content__wrap {
  border-radius: 12px;
  padding: 15px;
}
.table-of-content__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.table-of-content__list li {
  padding: 6px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  border-radius: 8px;
  margin: 0 10px 10px 0;
}

.content img.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
@media (max-width: 576px) {
  .content img.alignleft {
    float: none;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
    margin: 0 0 10px 0;
  }
}
.content figure {
  width: 100% !important;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  display: block;
  margin: 0;
}
.content img.alignRight {
  margin: 0 0 10px 10px;
  float: right;
}
@media (max-width: 576px) {
  .content img.alignRight {
    float: none;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
    margin: 0 0 10px 0;
  }
}
.content img.size-full {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media (max-width: 576px) {
  .content img.size-full {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
    margin: 0 0 10px 0;
  }
}
.content img.aligncenter {
  display: block;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .content img.aligncenter {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
    margin: 0 0 10px 0;
  }
}
.content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}
.content a {
  text-decoration: none;
}
.content a:hover {
  text-decoration: underline;
}
.content strong {
  font-weight: 700;
}
.content h1, .content h2, .content h3, .content h4, .content h5 {
  font-weight: 700;
  line-height: normal;
}
.content h1 {
  font-size: 36px;
  margin-bottom: 25px;
}
@media (max-width: 990px) {
  .content h1 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 24px;
  }
}
.content h2 {
  margin-bottom: 10px;
  font-size: 28px;
}
@media (max-width: 990px) {
  .content h2 {
    font-size: 26px;
  }
}
.content h3 {
  margin-bottom: 10px;
  font-size: 26px;
}
@media (max-width: 990px) {
  .content h3 {
    font-size: 24px;
  }
}
.content h4 {
  margin-bottom: 10px;
  font-size: 24px;
}
@media (max-width: 990px) {
  .content h4 {
    font-size: 22px;
  }
}
.content h5 {
  margin-bottom: 10px;
  font-size: 22px;
}
@media (max-width: 990px) {
  .content h5 {
    font-size: 20px;
  }
}
.content ol {
  margin: 0 0 15px 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  position: relative;
  z-index: 2;
}
@media (max-width: 990px) {
  .content ol {
    margin-bottom: 10px;
    grid-template-columns: 1fr;
  }
}
.content ul {
  margin: 0 0 15px 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  position: relative;
  z-index: 2;
}
@media (max-width: 990px) {
  .content ul {
    margin-bottom: 10px;
    grid-template-columns: 1fr;
  }
}
.content table {
  margin-bottom: 15px;
}
.content li {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}
.content ul {
  padding-left: 20px;
}
.content ol {
  padding-left: 20px;
}

.winners__wrap {
  overflow: hidden;
  display: grid;
  grid-template-columns: 180px 1fr;
}
.winners__title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  padding: 8px;
  border-radius: 4px 0 0 4px;
}
.winners__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 35s linear infinite;
}
.winners__item {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  margin-left: 25px;
}
.winners__item svg {
  margin-right: 5px;
}
.winners__item span {
  margin-right: 5px;
  font-weight: 800;
}
.winners__line {
  display: flex;
  align-items: center;
  flex: 1 1;
  overflow: hidden;
  width: max-content;
  border-radius: 0 4px 4px 0;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 3px));
  }
}

.block-bonus__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .block-bonus__wrap {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
.block-bonus__item {
  padding: 20px;
  border-radius: 12px;
  position: relative;
}
.block-bonus__title {
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 990px) {
  .block-bonus__title {
    font-size: 20px;
    line-height: 24px;
  }
}
.block-bonus__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 95px;
}
@media (max-width: 1200px) {
  .block-bonus__text {
    margin-bottom: 140px;
  }
}
@media (max-width: 576px) {
  .block-bonus__text {
    padding-right: 100px;
    margin-bottom: 85px;
  }
}
.block-bonus__img {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (max-width: 1200px) {
  .block-bonus__img {
    height: 140px;
    width: 140px;
    top: 60px;
  }
}
@media (max-width: 990px) {
  .block-bonus__img {
    height: 110px;
    width: 110px;
    top: 83px;
  }
}
@media (max-width: 576px) {
  .block-bonus__img {
    height: 78px;
    width: 78px;
    top: 75px;
  }
}
.block-bonus__btn {
  padding: 12px 12px 12px 64px;
  position: relative;
  display: flex;
  align-items: center;
  max-width: 320px;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  border-radius: 8px;
}
@media (max-width: 990px) {
  .block-bonus__btn {
    max-width: 100%;
  }
}
.block-bonus__btn::after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
}
.block-bonus__btn::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-position: center;
  background-repeat: no-repeat;
  animation: move 2s infinite;
}
@keyframes move {
  50% {
    transform: translateY(-5px) rotate(15deg);
  }
  70% {
    transform: translateY(-5px) rotate(5deg);
  }
}

.attr__item {
  border-radius: 12px;
  padding: 12px;
}
.attr__title {
  font-size: 23px;
  font-weight: 900;
  line-height: 28px;
  margin-bottom: 15px;
}
@media (max-width: 990px) {
  .attr__title {
    font-size: 20px;
    line-height: 24px;
  }
}
.attr__text {
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.attr__text span {
  font-weight: 800;
}
.attr__bonus {
  display: flex;
  flex-wrap: wrap;
}
.attr__bonus p {
  margin: 0 10px 10px 0;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  border-radius: 4px;
}
.attr__img {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.attr__img img {
  margin: 0 10px 0 0;
  height: 32px;
  width: 32px;
  object-fit: contain;
}
.attr__soft {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.attr__soft img {
  max-width: 100%;
  height: auto;
  width: auto;
  object-fit: contain;
  display: block;
}
.attr__app {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.attr__app p {
  margin: 0;
  padding: 0;
}
.attr__pay {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media (max-width: 990px) {
  .attr__pay {
    grid-template-columns: 1fr;
  }
}
.attr__pay-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 5px;
}
.attr__icon-wrap {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 10px;
}
@media (max-width: 1220px) {
  .attr__icon-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 990px) {
  .attr__icon-wrap {
    grid-template-columns: repeat(7, 1fr);
  }
}
.attr__icon-wrap img {
  max-width: 100%;
  height: auto;
  width: auto;
  object-fit: contain;
}
.attr__two {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.attr__two p {
  text-align: center;
  padding: 0;
  margin: 0;
}
.attr__two p span {
  display: block;
}
@media (max-width: 768px) {
  .attr__img-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
}
@media (max-width: 576px) {
  .attr__img-wrap p {
    margin: 0;
    padding: 0;
    border: none;
  }
}
.attr__top-element p:last-child {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.attr__top {
  display: grid;
  grid-template-columns: 2fr 2fr 3fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .attr__top {
    grid-template-columns: 1fr;
  }
}
.attr__bottom {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
@media (max-width: 990px) {
  .attr__bottom {
    grid-template-columns: 1fr;
  }
}

.block-casino__title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 900;
  display: block;
  line-height: normal;
}
@media (max-width: 990px) {
  .block-casino__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.block-casino__wrap {
  display: grid;
  grid-gap: 30px;
  align-items: center;
  grid-template-columns: 1fr 1fr 250px;
}
@media (max-width: 1125px) {
  .block-casino__wrap {
    grid-gap: 15px;
    grid-template-columns: 2fr 1fr 240px;
  }
}
@media (max-width: 990px) {
  .block-casino__wrap {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }
}
.block-casino__img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 350px;
}
@media (max-width: 990px) {
  .block-casino__img {
    display: none;
  }
}
.block-casino__text {
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 990px) {
  .block-casino__text {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .block-casino__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.block-casino__btn {
  padding: 12px 20px;
  text-align: center;
  font-weight: 700;
  border-radius: 8px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 220px;
  width: 100%;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .block-casino__btn {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;
  }
}

.slots__title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 900;
  display: block;
  line-height: normal;
}
@media (max-width: 990px) {
  .slots__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.slots__wrap {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1100px) {
  .slots__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .slots__wrap {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.slots__item {
  overflow: hidden;
  position: relative;
}
.slots__item::after {
  content: "";
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  transition: 0.3s;
  top: 0;
  display: block;
  bottom: 0;
}
.slots__item:hover::after {
  opacity: 0.7;
}
.slots__item:hover button {
  opacity: 1;
}
.slots__item img {
  max-width: 100%;
  height: 160px;
  width: 100%;
  box-sizing: border-box;
  object-fit: cover;
  display: block;
}
@media (max-width: 1100px) {
  .slots__item img {
    height: auto;
  }
}
.slots__item button {
  opacity: 0;
  transition: 0.3s;
  top: 50%;
  z-index: 3;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 990px) {
  .slots__item button {
    height: 40px;
    width: 40px;
    opacity: 1;
  }
}
@media (max-width: 990px) {
  .slots__item button svg {
    height: 20px;
    width: 20px;
  }
}

.output-casino {
  padding: 10px;
  border-radius: 6px;
}
.output-casino__title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.output-casino__title span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  padding: 8px 15px;
  border-radius: 20px;
  margin-right: 10px;
}
.output-casino__item {
  display: grid;
  grid-template-columns: 60px 1fr 50px;
  grid-gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}
.output-casino__item img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.output-casino__item-title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
.output-casino__item-text {
  font-weight: 400;
  font-size: 12px;
}
.output-casino__item-btn {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  transition: 0.3s;
  border-radius: 8px;
}
.output-casino__item:last-child {
  margin: 0;
}

.content-list__wrap {
  position: relative;
  margin: 15px 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
.content-list__wrap::after {
  content: "";
  height: 92%;
  width: 1px;
  display: block;
  background: gray;
  position: absolute;
  left: 25px;
  top: 3px;
}
.content-list__main {
  border-radius: 12px;
  padding: 12px;
}
.content-list__item {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 25px;
  align-items: start;
}
.content-list__num {
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 28px;
  font-weight: 700;
  outline: #fff double 2px;
  outline-offset: -5px;
  position: relative;
  z-index: 2;
}
.content-list__title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
}
.content-list__text {
  margin: 0;
}

.active-arr svg:last-child {
  transform: rotate(180deg);
}

.active-arr-2 svg {
  transform: rotate(0);
}

.faq__title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 900;
  display: block;
  line-height: normal;
}
@media (max-width: 990px) {
  .faq__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.faq__wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
}
.faq__item {
  border-radius: 12px;
  padding: 15px;
}
.faq__item-title {
  display: grid;
  grid-template-columns: 30px 1fr 30px;
  align-content: center;
  grid-gap: 10px;
  cursor: pointer;
}
.faq__item-title span {
  margin: 0;
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.faq__item-text {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid gray;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.slider-img .swiper-slide img {
  max-width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 576px) {
  .slider-img .swiper-slide img {
    height: auto;
  }
}
.slider-img .swiper-pagination-bullet-active {
  background: #fff;
}

/*# sourceMappingURL=section.css.map */
