@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,regular,500,600,700,800&display=swap);

html {
  font-family: 'Open Sans', sans-serif;
}

body {
  background-color: #151515;
  color: #fff;
  margin: 0;
  padding: 16px 0;
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
        }
          figure img {
    border-radius: 14px;
    margin: 20px auto;
        }

p {
  line-height: 150%;
}

table {
  border-collapse: collapse;
  margin: 0 auto;
}

@media (max-width: 768px) {
  table {
    width: 100% !important;
  }
}

table tr td {
  border: 1px solid #fff;
  padding: 10px;
}

.btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.btn {
  display: flex;
  justify-content: center;
  background-color: #ffbc00;
  padding: 10px 15px;
  align-items: center;
  width: auto;
  border-radius: 20px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.btn:hover {
  background-color: #c19008;
}

.casino--official-footer__sole {
  background-color: #232323;
  text-align: center;
  padding: 16px 0;
}

.casino.casino--official-wrap {
  max-width: 90vw;
  margin: 0 auto;
  padding: 0 16px;
}

.promo-list {
  margin-bottom: 25px;
}

.promo_headline {
  display: block;
  text-align: center;
  margin: 25px 0;
  font-size: 18px;
  font-weight: 700;
}

.promo-item {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 20px;
}

.promo-item_top-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 12px;
  box-shadow: rgba(46 46 167, 0.3) 0 10px 25px;
}

.promo-item_bottom-block {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 0;
}

.promo-item_action-button,
.promo-item_clipboard,
.promo-item_short-description {
  width: 25%;
  text-align: center;
}

.promo-item_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 100px;
  border-radius: 12px 0 0 12px;
}

.promo-item_logo__text {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.promo-item_short-description {
  width: 300px;
}

.promo-item_short-description span i {
  color: #ffbc00;
  font-size: 16px;
}

.promo-item_clipboard {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.promo-item_clipboard .promocode_text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  background: 0 0;
  padding: 10px 25px;
  border-radius: 15px;
  cursor: pointer;
  border: 3px solid #ffbc00;
  outline: 0;
}

.promo-item_clipboard i {
  font-size: 12px;
  color: #ccc;
  margin-top: 8px;
}

.promo-item_action-button .btn {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  padding: 10px 20px;
}

.promo-item_action-button .btn:hover {
  text-decoration: none;
}

.promo-item_bottom-block {
  margin: 6px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.promo-item_bottom-block p i {
  color: #ff9c61;
  font-weight: 700;
}

.promo-item_bottom-block details>summary {
  list-style: none;
  cursor: pointer;
  border: 0;
  outline: 0;
  margin-bottom: 10px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.promo-item_bottom-block details>summary::-webkit-details-marker {
  display: none;
}

#copied {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 9999999;
  width: 100%;
  height: 30px;
  font-size: 14px;
  padding: 5px 0;
  text-align: center;
  background: #000;
}

@media (max-width: 900px) {
  .promo-item_top-block {
    flex-direction: column;
  }

  .promo-item_logo {
    width: 100%;
    height: 50px;
    border-radius: 12px 12px 0 0;
    margin-bottom: 15px;
  }

  .promo-item_short-description {
    text-align: center;
    margin-bottom: 25px;
  }

  .promo-item_clipboard {
    margin-bottom: 25px;
  }

  .promo-item_action-button {
    margin: 0 0 25px;
  }

  .promo-item_clipboard .promocode_text:hover {
    background: inherit;
    color: inherit;
  }

  .promo-item_action-button,
  .promo-item_clipboard,
  .promo-item_short-description {
    width: 100%;
  }

  .promo-item_short-description span {
    padding: 0 16px;
  }
}

.promo-item_download-apk a {
  background-color: transparent;
  color: #fff;
  width: 96px;
  height: 26px;
  border: #87c527 2px solid;
  border-radius: 11px;
  text-align: right;
  transition: all 0.6s ease;
  display: flex;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
  font-weight: bold;
  justify-content: space-around;
  padding: 4px;
}

.promo-item_download-apk .text {
  font-size: 11px;
  text-transform: uppercase;
  text-align: left;
}

@media (max-width: 900px) {
  .promo-item_download-apk {
    margin-bottom: 25px;
  }
}

.promo-item_action-button .btn {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  padding: 10px 20px;
  box-shadow: 0 3px 0 0 #846000, 0 4px 4px 0 #000;
  background-color: #ffbc00;
  border-radius: 50px;
  cursor: pointer;
  border: none;
  text-decoration: none;
}

/* MAXBET */
.promo-list .maxbet-item .promo-item_logo {
  background: #200002;
}

.promo-list .maxbet-item .promo-item_logo__text {
  color: #9b1900;
}

/* GAMA */
.promo-list .gama-item .promo-item_logo {
  background: #dafe31;
}

.promo-list .gama-item .promo-item_logo__text {
  color: #111111;
}

/* CAT CASINO */
.promo-list .cat-item .promo-item_logo {
  background: #f15ff3;
}

.promo-list .cat-item .promo-item_logo__text {
  color: #f1f2f1;
}

/* DADDY CASINO */
.promo-list .daddy-item .promo-item_logo {
  background: #0e0e29;
}

.promo-list .daddy-item .promo-item_logo__text {
  color: #9b51e0;
}

/* kometa CASINO */
.promo-list .kometa-item .promo-item_logo {
  background: #0e0e29;
}

.promo-list .kometa-item .promo-item_logo__text {
  color: #7ad4f0;
}

/* VULKAN */
.promo-list .vulkan-item .promo-item_logo {
  background: #011587;
}

.promo-list .vulkan-item .promo-item_logo__text {
  color: #f10402;
}

/* VULKAN24 */
.promo-list .vulkan24-item .promo-item_logo {
  background: #09358d;
}

.promo-list .vulkan24-item .promo-item_logo__text {
  color: #bc0520;
}

.promo-list .starda-item .promo-item_logo {
  background: #212529;
}

.promo-list .starda-item .promo-item_logo__text {
  color: #dc3545;
}

.promo-list .izzi-item .promo-item_logo {
  background: #16151f;
}

.promo-list .izzi-item .promo-item_logo__text {
  color: #fff;
}

.promo-list .fresh-item .promo-item_logo {
  background: #1c2225;
}

.promo-list .fresh-item .promo-item_logo__text {
  color: #fff;
}

.promo-list .win-item .promo-item_logo {
  background: #1c2225;
}

.promo-list .win-item .promo-item_logo__text {
  color: #fff;
}

.promo-list .champion-item .promo-item_logo {
  background: #1f7d61;
}

.promo-list .champion-item .promo-item_logo__text {
  color: #fcf803;
}

.promo-list .joy-item .promo-item_logo {
  background: #000000;
}

.promo-list .joy-item .promo-item_logo__text {
  color: #fcb900;
}

/* Lucky Dreams */
.promo-list .Lucky-item .promo-item_logo {
  background: #131b43;
}

.promo-list .Lucky-item .promo-item_logo__text {
  color: #edeef2;
}

.promo-item_download-apk a {
  background-color: transparent;
  color: #fff;
  width: 96px;
  height: 36px;
  border: #87c527 2px solid;
  border-radius: 11px;
  text-align: right;
  transition: all 0.6s ease;
  display: flex;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
  font-weight: bold;
  justify-content: space-around;
  padding: 4px;
}

.promo-item_download-apk .text {
  font-size: 11px;
  text-transform: uppercase;
  text-align: left;
}

@media (max-width: 900px) {
  .promo-item_download-apk {
    margin-bottom: 25px;
  }
}

.g_position {
  color: #fff;
  padding: .5rem;
  position: absolute;
  top: -7px;
  left: -43px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  text-align: center;
  line-height: 13px;
  font-weight: 600;
  font-size: 11px;
  background: #20adff
}

a.broken_link {
  box-shadow: 0 0 20px 4px red !important;
  background: red !important;
  color: #fff !important;
  padding: .3em !important;
  border-radius: .25em;
}

a.outer_link {
  box-shadow: 0 0 20px 4px #ffeb00 !important;
  background: #ffeb00 !important;
  color: #222 !important;
  padding: .3em !important;
  border-radius: .25em;
}

a.inner_link {
  box-shadow: 0 0 20px 4px #a2d626 !important;
  background: #a2d626 !important;
  color: #222 !important;
  padding: .3em !important;
  border-radius: .25em;
}

a.outer_link.broken_link {
  box-shadow: 0 0 20px 4px #ffeb00 !important;
  background: #ffeb00 !important;
  color: #222 !important;
  padding: .3em !important;
  border-radius: .25em !important;
  border: solid 2px red !important;
}

a.inner_link.broken_link {
  box-shadow: 0 0 20px 4px #a2d626 !important;
  background: #a2d626 !important;
  color: #222 !important;
  padding: .3em !important;
  border-radius: .25em !important;
  border-radius: .25em !important;
  border: solid 2px red !important;
}

.SEbear-header-target {
  border-bottom: dashed 3px #c90000 !important;
}