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

.presenting {
  position: relative;
  overflow: hidden;
  min-height: 500px;
}
@media (max-width: 990px) {
  .presenting {
    min-height: auto;
  }
}
.presenting .container {
  min-height: 500px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 990px) {
  .presenting .container {
    padding: 30px 0;
    height: auto;
    min-height: auto;
  }
}
.presenting img {
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  display: block;
}
.presenting .container {
  position: relative;
  z-index: 2;
}
.presenting__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
}
.presenting__info {
  font-size: 48px;
  line-height: normal;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 990px) {
  .presenting__info {
    font-size: 30px;
  }
}
.presenting__title {
  font-size: 25px;
  line-height: normal;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 990px) {
  .presenting__title {
    font-size: 21px;
  }
}
.presenting__text {
  font-size: 60px;
  line-height: normal;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .presenting__text {
    font-size: 35px;
  }
}
.presenting__btn {
  font-size: 20px;
  font-weight: 500;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 250px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 6px;
}
@media (max-width: 576px) {
  .presenting__btn {
    max-width: 220px;
    padding: 15px 10px;
  }
}

.tabs__wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
  align-items: center;
}
@media (max-width: 1200px) {
  .tabs__wrap {
    overflow-x: auto;
    padding-bottom: 10px;
    grid-gap: 10px;
    grid-template-columns: repeat(5, 150px);
  }
}
.tabs__item {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  line-height: normal;
  align-items: center;
}
@media (max-width: 990px) {
  .tabs__item {
    font-size: 21px;
  }
}
.tabs__item img {
  margin-right: 20px;
  height: 55px;
  width: 55px;
}
@media (max-width: 990px) {
  .tabs__item img {
    height: 40px;
    width: 40px;
    margin-right: 15px;
  }
}

.table-of-content__list {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
  border-radius: 9px;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 990px) {
  .table-of-content__list {
    padding: 10px;
  }
}
.table-of-content__list li {
  cursor: pointer;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  padding: 10px;
  margin: 0 10px;
}

.faq__title {
  margin-bottom: 15px;
  font-weight: 700;
  line-height: normal;
  font-size: 28px;
}
@media (max-width: 990px) {
  .faq__title {
    font-size: 24px;
  }
}
.faq__wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
}
.faq__item-title {
  border-radius: 6px;
  padding: 20px;
  text-align: center;
  position: relative;
  font-size: 22px;
  cursor: pointer;
}
@media (max-width: 576px) {
  .faq__item-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.faq__item-title svg {
  position: absolute;
  height: 20px;
  right: 15px;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .faq__item-title svg {
    right: 7px;
    top: 40%;
  }
}
.faq__item-title-active svg {
  transform: rotate(180deg);
}
.faq__item-text {
  font-size: 18px;
  display: none;
  line-height: normal;
  font-weight: 400;
  padding: 20px 10px;
}
@media (max-width: 990px) {
  .faq__item-text {
    padding: 15px 10px;
    font-size: 16px;
  }
}

.comments__wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 35px;
}
.comments__item {
  padding: 25px 25px 40px 25px;
  border-radius: 6px;
  position: relative;
}
.comments__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.comments__info {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.comments__text {
  font-size: 18px;
  line-height: 27px;
}
@media (max-width: 990px) {
  .comments__text {
    font-size: 16px;
    line-height: 22px;
  }
}
.comments__btn {
  position: absolute;
  bottom: -20px;
  right: 25px;
  border-radius: 6px;
  padding: 10px 25px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
}
.comments h1, .comments h2, .comments h3, .comments h4, .comments h5 {
  font-weight: 700;
  line-height: normal;
}
.comments h1 {
  font-size: 36px;
  margin-bottom: 25px;
}
@media (max-width: 990px) {
  .comments h1 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 24px;
  }
}
.comments h2 {
  margin-bottom: 10px;
  font-size: 28px;
}
@media (max-width: 990px) {
  .comments h2 {
    font-size: 26px;
  }
}
.comments h3 {
  margin-bottom: 10px;
  font-size: 26px;
}
@media (max-width: 990px) {
  .comments h3 {
    font-size: 24px;
  }
}
.comments h4 {
  margin-bottom: 10px;
  font-size: 24px;
}
@media (max-width: 990px) {
  .comments h4 {
    font-size: 22px;
  }
}
.comments h5 {
  margin-bottom: 10px;
  font-size: 22px;
}
@media (max-width: 990px) {
  .comments h5 {
    font-size: 20px;
  }
}

.slot__wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 5px 10px;
}
@media (max-width: 990px) {
  .slot__wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 576px) {
  .slot__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 420px) {
  .slot__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.slot__item {
  overflow: hidden;
  border-radius: 6px;
}
.slot__img {
  position: relative;
  display: block;
}
.slot__img:hover .slot__btn {
  opacity: 1;
}
.slot__img:hover::after {
  opacity: 0.45;
}
.slot__img::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  transition: 0.3s;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background: #000;
  opacity: 0;
}
.slot__img img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  box-sizing: border-box;
}
@media (max-width: 576px) {
  .slot__img img {
    height: auto;
  }
}
.slot__btn {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 50%;
  z-index: 2;
  transition: 0.3s;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.slot__btn a, .slot__btn button {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  border-radius: 6px;
}
.slot__btn p {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin: 10px 0;
}
.slot__text {
  padding: 10px;
  text-align: center;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: normal;
}
.slot h1, .slot h2, .slot h3, .slot h4, .slot h5 {
  font-weight: 700;
  line-height: normal;
}
.slot h1 {
  font-size: 36px;
  margin-bottom: 25px;
}
@media (max-width: 990px) {
  .slot h1 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 24px;
  }
}
.slot h2 {
  margin-bottom: 10px;
  font-size: 28px;
}
@media (max-width: 990px) {
  .slot h2 {
    font-size: 26px;
  }
}
.slot h3 {
  margin-bottom: 10px;
  font-size: 26px;
}
@media (max-width: 990px) {
  .slot h3 {
    font-size: 24px;
  }
}
.slot h4 {
  margin-bottom: 10px;
  font-size: 24px;
}
@media (max-width: 990px) {
  .slot h4 {
    font-size: 22px;
  }
}
.slot h5 {
  margin-bottom: 10px;
  font-size: 22px;
}
@media (max-width: 990px) {
  .slot h5 {
    font-size: 20px;
  }
}

.top-casino__title {
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 25px;
}
@media (max-width: 990px) {
  .top-casino__title {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
  }
}
.top-casino__table {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
.top-casino__item {
  display: grid;
  grid-template-columns: 30px 100px 1fr 3fr 2fr 150px;
  grid-gap: 15px;
  align-items: center;
  background: linear-gradient(180deg, rgba(25, 30, 39, 0.6) 0%, rgba(33, 38, 49, 0.6) 100%);
  border-radius: 16px;
  padding: 10px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}
@media (max-width: 1200px) {
  .top-casino__item {
    padding: 10px 20px;
    grid-template-columns: 20px 100px 2fr 2fr 2fr 2fr;
  }
}
@media (max-width: 768px) {
  .top-casino__item {
    grid-template-columns: 1fr 1fr;
    position: relative;
    overflow: hidden;
    padding: 15px;
    grid-gap: 15px;
  }
}
.top-casino__num {
  font-size: 18px;
  line-height: 22px;
  color: #F5C344;
}
@media (max-width: 768px) {
  .top-casino__num {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    padding: 5px 7px;
    color: #000;
    border-radius: 0 0 0 5px;
  }
}
.top-casino__img {
  max-width: 100%;
  height: 100px;
  width: 100px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .top-casino__img-box {
    grid-column-start: 1;
    grid-column-end: 3;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.top-casino__star {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.top-casino__star svg {
  margin-bottom: 10px;
}
.top-casino__star-text {
  color: #F5C344;
  font-size: 18px;
  line-height: 22px;
}
.top-casino__box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.top-casino__box:nth-child(4) {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.top-casino__box:nth-child(4) img {
  margin-right: 10px;
}
@media (max-width: 990px) {
  .top-casino__box:nth-child(4) img {
    height: 40px;
    width: 40px;
    object-fit: contain;
  }
}
.top-casino__dep {
  font-size: 30px;
  line-height: 44px;
  color: #F09938;
}
.top-casino__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 5px;
}
@media (max-width: 768px) {
  .top-casino__list {
    grid-column-start: 1;
    grid-column-end: 3;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
}
.top-casino__list-item {
  color: #DEDEDE;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
}
.top-casino__list-item img {
  margin-right: 5px;
}
.top-casino__btn {
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(180deg, #5B7AF4 0%, #693FF5 100%);
  box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.29), inset 0 2px 4px rgba(255, 255, 255, 0.34);
  border-radius: 20px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 16px;
  color: #FFF;
}
@media (max-width: 768px) {
  .top-casino__btn {
    grid-column-start: 1;
    grid-column-end: 3;
    max-width: 160px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
  }
}

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