.site__content-item.site__content-item_contacts {
  border: none;
}

.site__content {
  position: relative;
  max-width: 970px;
  margin-top: 45px;
}

.site__caption_review {
  padding: 0 0 10px 0;
}

.site__caption {
  text-transform: uppercase;
  font-size: 17px;
  color: #2D3E50;
  text-align: center;
  letter-spacing: -0.6px;
  padding: 10px 0;
  position: relative;
  margin-bottom: 5px;
  font-weight: 500;
}

.site__upper_description {
  color: #475C63;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  word-wrap: break-word;
  margin-bottom: 32px;
}

.site__caption_review {
  display: table;
  width: 100%;
  padding: 0 0 10px 0;
  text-align: left;
}

.site__caption:after {
  top: auto;
  bottom: -1px;
}

.site__caption_blue {
  color: #16A0FF;
}

.site__content-layout {
  position: relative;
  padding: 15px 8px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.empty-content {
  padding: 20px 0px;
  font-size: 15px;
  line-height: 1.4;
  color: #475c63;
}

.site__content-head a {
  font-weight: 600;
  color: #16A0FF;
  font-size: 15px;
}

.site__content-head h2,
.site__content-head h1 {
  display: table-cell;
  vertical-align: middle;
  white-space: normal;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .empty-content {
    padding: 5px 0 50px;
    font-size: 13px;
    margin-left: 5px;
  }
}
@media (min-width: 768px) {
  .empty-content {
    margin-left: 10px;
  }
}
.empty-content-bottom {
  margin: 15px 0 0 0;
}

@media (max-width: 975px) {
  .site__content {
    margin-top: 0;
  }
}
.site__content-head {
  position: relative;
  display: table;
  width: 100%;
  padding: 10px 12px;
  border: none;
  text-shadow: 1px 1px 0 #fff;
  color: #16A0FF;
  text-align: left;
  background-color: #F5F5F5;
  text-transform: none;
}

.site__content-head:after, .site__content-head:before {
  top: 100%;
  left: 0;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(163, 163, 163, 0);
  border-top-color: #a3a3a3;
  border-width: 2px 0 0 2px;
}

.site__content-head:after {
  left: auto;
  right: 0;
  border-width: 2px 2px 0 0;
}

.site__content-head time .month {
  text-transform: uppercase;
}

.site__content-head > a {
  display: table-cell;
  vertical-align: middle;
  white-space: normal;
  padding-right: 10px;
}

.site__content-layout:after {
  content: "";
  display: block;
  clear: both;
}

.site__content-item {
  margin-bottom: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-box-ordinal-group: -1;
  -webkit-order: -2;
  -ms-flex-order: -2;
  order: -2;
}

.site__content-item.new {
  opacity: 0;
}

.site__content-head time {
  width: 1%;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding-left: 10px;
  border-left: 1px solid #C2C2C2;
  color: #6A828A;
  text-align: center;
  font-size: 10px;
  z-index: 2;
}

.site__content-head time span {
  display: block;
}

.site__content-head time .month {
  text-transform: uppercase;
  font-size: 11px;
}

.site__content-head time .year {
  font-size: 10px;
}

.site__hot {
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.site__form input, .site__form textarea {
  width: 100%;
  height: 48px;
  border: 1px solid #eee;
  color: #2D3E50;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  padding: 0 10px;
}

.site__form textarea {
  padding: 15px 10px;
  display: block;
}

.btn.btn_review.for-comments {
  cursor: pointer !important;
}

.site__form .btn_review {
  outline: none;
  display: block;
  width: 100%;
  font-weight: 600;
  border-radius: 25px;
  border: 1px solid #DC2D26;
  background: none;
  font-size: 11px;
  color: #DC2D26;
  height: 48px;
}

.site__form .btn_review:hover {
  background: none;
}

@media (min-width: 768px) {
  .site__content-layout {
    padding: 30px 20px 0;
  }
  .site__content-item {
    margin-bottom: 15px;
  }
  .site__content-layout .wrapper-game-filters {
    margin-bottom: 20px;
  }
}
@media (min-width: 974px) {
  .site__content-layout {
    padding: 7px 7px 0 14px;
  }
  .site__content-item {
    box-shadow: none;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .site__content-head a {
    font-size: 18px;
  }
  .site__content-head time {
    padding-left: 20px;
    font-size: 11px;
    border-left: none;
    position: relative;
  }
  .site__content-head time:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 12px;
    width: 1px;
    background-color: #C2C2C2;
  }
}
@media (min-width: 975px) {
  .site__content {
    z-index: 1;
  }
  .site__content-layout {
    width: 750px;
    float: right;
    padding-top: 15px;
    padding-bottom: 1px;
  }
  .site__content-item {
    margin-right: 0;
    margin-bottom: 21px;
  }
  .site__aside {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    position: inherit;
    display: block;
    top: 0;
    float: left;
    padding-top: 126px;
    margin-bottom: 25px;
    overflow-y: hidden;
    -webkit-box-shadow: 0 0 7px #ccc;
    box-shadow: 0 0 7px #ccc;
  }
  .site__content .site__aside {
    width: 208px;
  }
  .site__caption {
    margin-bottom: 16px;
    padding: 0 5px;
    font-size: 21px;
  }
  .site__caption_game {
    display: block;
    padding-right: 85px;
  }
  .site__caption-btns {
    position: absolute;
    display: block;
    margin-top: 15px;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .site__caption-btns button {
    width: 40px;
    height: 40px;
    margin: 0 7px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #9EADAF;
    padding: 0;
    border-radius: 50%;
    text-indent: 100%;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .site__caption-btns-resize .svg-icon, .site__caption-btns-refresh .svg-icon {
    font-size: 18px;
    margin: 0 auto;
  }
  .site__caption-btns-resize, .site__caption-btns-refresh {
    background: none;
  }
  .site__content-layout_404 {
    padding-left: 0;
    padding-right: 0;
  }
  .game .site__hot {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 22px;
  }
  .site__content {
    width: 970px;
    margin: 0 auto;
  }
  .site__content-head {
    padding: 10px 20px;
  }
  .site__form input {
    height: 54px;
  }
  .site__form textarea {
    padding: 35px 12px 15px;
    min-height: 65px;
  }
}
@media (min-width: 639px) {
  .site__content .site__aside {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .site__caption {
    font-size: 21px;
    padding: 15px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    position: static;
  }
  .page_info {
    font-size: 13px;
  }
  .page-info-description {
    font-size: 13px;
  }
  .site__caption {
    padding-top: 16px;
  }
  .site__upper_description {
    line-height: 24px;
  }
}
.centering {
  display: table;
  width: 100%;
}
.centering > * {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.table {
  color: #475c63;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}

.table-row {
  min-height: 62px;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #eee;
  position: relative;
}

.table-row-heading {
  padding: 4px 0;
}

.mobile {
  position: absolute;
  top: -99999px;
  left: -99999px;
}

.placeholder {
  color: #ccc;
  height: 40px;
  padding-top: 5px;
  -webkit-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}

.centering_circle > * {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.scrollbar {
  z-index: 2;
  position: absolute;
  right: 3px;
  width: 4px;
  height: 90px !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #C2C2C2;
}

.page_info {
  font-size: 14px;
  margin-bottom: 16px;
  position: relative;
}
.page_info a {
  color: #16a0ff;
}

.page-info-description {
  margin-bottom: 5px;
  color: #475c63;
  font-weight: 400;
  line-height: 20px;
  font-size: 14px;
  max-height: 60px;
  overflow: hidden;
}
.page-info-description ul {
  list-style: disc;
  margin-left: 25px;
  line-height: 22px;
}
.page-info-description ul ol {
  margin-left: 10px;
}
.page-info-description ul ol li {
  list-style: decimal;
}
.page-info-description ul li {
  list-style: disc;
}
.page-info-description p {
  margin-bottom: 10px;
}
.page-info-description p:last-child {
  margin-bottom: 0;
}
.page-info-description ol {
  margin-left: 15px;
  line-height: 22px;
}
.page-info-description ol ul {
  margin-left: 10px;
}
.page-info-description ol ul li {
  list-style: disc;
}
.page-info-description ol li {
  list-style: decimal;
}

.page_info.open .page-info-description {
  height: auto;
  max-height: 100%;
}
.page_info.open .read_more_btn .svg-icon {
  transform: rotate(180deg);
}

.subtitle_home {
  font-size: 13px;
  font-weight: 400;
  color: #06b505;
  display: block;
  text-align: center;
  padding-top: 5px;
  text-transform: capitalize;
}

.affiliate {
  color: #645e62;
  font-size: 11px;
  line-height: 18px;
  display: flex;
  gap: 8px;
  min-height: 42px;
  margin-bottom: 32px;
}
.affiliate p {
  font-weight: 400;
  color: #475C63;
  max-width: 680px;
}
.affiliate a {
  color: #16A0FF;
}

.affiliate__img {
  min-width: 15px;
}

.bold {
  font-weight: 700;
}

.content_paragraf_full {
  display: none;
}

.non-desktop_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

img[data-src] {
  opacity: 0;
  transition: none;
}

img[src] {
  opacity: 1;
  transition: opacity 0.1s linear;
}

.success-text {
  display: none;
}

.no-results-msg {
  color: #475c63;
  margin-left: 10px;
}

@media (max-width: 1000px) {
  .no-results-msg {
    margin-left: 20px;
  }
}
.casino_link {
  font-size: 13px;
}

@media (min-width: 975px) {
  .casino_link {
    width: 122px;
    display: inline-block;
  }
  .wrapper-btn-bonus-list + .site__caption_game {
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .site__content-layout {
    padding-top: 0;
  }
  .affiliate {
    margin-bottom: 16px;
    margin-top: -1px;
  }
  .custom-margin {
    margin-top: 10px;
  }
}
.site__form input {
  padding: 12px 12px 0;
}

.no-results-msg-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.header {
  position: relative;
  width: 100%;
  height: 50px;
  padding-top: 5px;
  background-color: #2d3e50;
  z-index: 100;
}
.header__layout {
  position: relative;
  max-width: 970px;
  height: inherit;
  margin: 0 auto;
}
.header__layout .active-btn .menu__btn span {
  display: none;
}
.header__layout .active-btn .menu__btn {
  background-color: #4A5867;
  top: -5px;
  height: 59px;
  padding-top: 10px;
}
.header__layout .active-btn .menu__btn svg {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.header__amount-green {
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  color: #06b505;
  text-align: center;
  padding-top: 3px;
  padding-right: 4px;
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
}
.header__menu {
  position: absolute;
  top: 0;
  left: 0;
  height: 45px;
}
.header__menu-btn {
  position: absolute;
  top: 4px;
  left: 0;
  width: 44px;
  height: 100%;
  padding: 4px 10px 6px;
  border: none;
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  background: 0 0;
}
.header__menu-btn > span {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.header__menu-btn > span:before {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  content: "";
  position: absolute;
  left: 0;
  top: -7px;
}
.header__menu-btn > span:after {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
}
.header__menu-btn svg {
  display: none;
  font-size: 14px;
  margin: 0 auto;
  color: #fff;
}
.header__menu-wrap {
  position: absolute;
  top: 100%;
  width: 204px;
  height: 400px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  display: none;
  z-index: 999;
  -o-transition: display 0.3s ease, visibility 0.3s ease;
  transition: display 0.3s ease, visibility 0.3s ease;
  -webkit-transition: display 0.3s ease, visibility 0.3s ease;
  -webkit-box-shadow: 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
}
.header__menu-wrap a {
  font-size: 16px;
  text-transform: uppercase;
  float: left;
  color: #16A0FF;
  font-size: 16px;
  text-transform: uppercase;
  float: left;
  color: #16A0FF;
  color: #16A0FF;
  border-bottom: 1px solid #eee;
}
.header__menu-wrap > a {
  color: #16A0FF;
}
.header__menu-wrap ul {
  padding: 5px 0;
}
.header__menu-wrap ul:after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 0;
  border-bottom: 2px dotted #dcdee5;
  z-index: 2;
}
.header__menu-wrap dd a {
  font-size: 14px;
}
.header__menu-wrap li a {
  padding-left: 23px;
  font-size: 10px;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
}
.header__menu-wrap li a:hover {
  color: #16A0FF;
}
.header__menu-wrap li a:after {
  display: none;
}
.header__sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header__viewport {
  width: 100%;
  height: 29px !important;
  font-size: 15px;
  padding-top: 9px !important;
  padding-left: 16px;
  cursor: pointer;
  display: none !important;
}
.header__viewport:after {
  content: "";
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.header__viewport:hover {
  background: #16A0FF;
  color: #fff;
}
.header__viewport:hover > .switch_viewport_img {
  background: url("/public/img/desktop_switch_white.png") no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 18px;
  height: 20px;
}
.header__viewport > span {
  display: table-cell;
  vertical-align: middle;
}
.header__viewport > span:nth-child(2) {
  padding-left: 5px;
  padding-top: 4px;
  font-size: 14px;
}
.header__viewport-img {
  background: url("/public/img/menu_sprite.png") no-repeat;
  background-position: -5px -114px;
  width: 20px;
  height: 20px;
}

.site__content_sticky {
  margin-top: 45px;
}

@media (min-width: 768px) {
  .header {
    height: 58px;
  }
  .header__menu-btn {
    height: 46px;
  }
}
@media (min-width: 975px) {
  .header {
    position: relative;
    height: 66px;
    border-bottom-width: 3px;
    border-bottom: 3px solid #16A0FF;
  }
  .header__sticky {
    position: fixed !important;
  }
  .header__sticky .header__logo-img {
    display: none;
  }
  .header__sticky .header__logo-img:before {
    background: url("/public/img/mama-sticky-header_desktop.png") no-repeat;
    width: 207px;
    height: 55px;
    top: -14px;
  }
  .header__sticky .header__logo-img img:first-child {
    display: block;
  }
  .header__menu {
    margin-top: 0;
    margin-left: 160px;
    z-index: 2;
  }
  .header__menu-wrap {
    display: inline-block;
    overflow: visible;
    vertical-align: top;
    position: static;
    width: auto;
    height: 52px;
    padding-top: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
  }
  .header__menu-wrap > a {
    display: inline-block;
    height: auto;
    padding-top: 13px;
    padding-left: 0;
    text-transform: uppercase;
    font-size: 16px;
    margin-left: 65px;
    font-size: 16px;
    text-transform: uppercase;
    float: left;
    color: #16A0FF;
    border-bottom: none;
  }
  .header__menu-wrap > a:after {
    display: none;
  }
  .header__menu-btn {
    display: none;
  }
  .header__nav-column {
    font-size: 14px;
    text-transform: uppercase;
    color: #16a0ff;
    width: inherit;
    text-align: left;
    float: none;
  }
  .header__amount-green {
    float: none;
    font-size: 13px;
    padding-right: 0;
    text-align: center;
    width: inherit;
  }
  .header__top-bar {
    display: none;
  }
  .header__switch--desktop {
    display: none;
  }
  .site__content_sticky {
    margin-top: 61px;
  }
}
@media (max-width: 975px) {
  .header {
    height: 54px;
    padding-top: 0;
  }
}
@media screen and (min-device-width: 970px) and (max-device-width: 975px) {
  .header__layout {
    max-width: 974px;
  }
}
@media (min-width: 975px) {
  .header__switch {
    height: 37px !important;
    border-top: 2px dotted #dcdee5;
    border-bottom: 2px dotted #dcdee5;
    color: #475c63;
    margin-bottom: 10px;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .header__switch > span:nth-child(2) {
    padding-top: 0;
  }
  .header__switch:hover {
    background: #16A0FF;
    color: #fff;
  }
  .header__switch:hover > .header__switch-img {
    background: url("/public/img/menu_sprite.png") no-repeat;
    background-position: -6px 0px;
    width: 17px;
    height: 26px;
  }
  .header__switch-img {
    background: url("/public/img/menu_sprite.png") no-repeat;
    background-position: -6px -32px;
    width: 17px;
    height: 26px;
  }
  .header__switch--desktop {
    display: none !important;
  }
}
.footer {
  background-color: #F8F8F8;
  text-align: center;
}
.footer__layout {
  padding: 25px 10px 15px;
  max-width: 970px;
  margin: 0 auto;
  text-align: center;
}
.footer__layout ul {
  border-bottom: 1px solid #EEE;
  padding: 10px 0;
}
.footer__layout ul a {
  text-align: center;
  color: #2D3E50;
  line-height: 30px;
  font-size: 14px;
  font-weight: normal;
  height: 100%;
}
.footer__layout img {
  margin-bottom: 24px;
}
.footer__copyright {
  color: #2D3E50;
  font-weight: 400;
  padding: 10px;
  font-size: 13px !important;
  background-color: #EEE;
}
.footer__social-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: none;
  padding: 15px 0 0;
}
.footer__social-list li {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.footer__social-list a {
  display: block;
}
.footer__social-list a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 12px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.footer__social-item--pinterest {
  border: 1px solid #BD081C;
}
.footer__social-item--twitter {
  border: 1px solid #000000;
}
.footer__gamble-aware-logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 17px 0;
  cursor: pointer;
}
.footer__disclaimer {
  border-top: 1px solid #eee;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.footer__disclaimer p {
  font-weight: normal;
  line-height: 1.5;
  max-width: 732px;
  color: #475C63;
  font-size: 12px;
}
.footer__disclaimer-bold {
  font-weight: bold !important;
  color: #2D3E50 !important;
}
.footer__related-links {
  display: flex;
  justify-content: center;
  padding-bottom: 24px;
}
.footer__related-links ul a {
  font-weight: bold;
}
.footer__related-links li {
  display: inline-block;
}
.footer__related-links li:not(:last-child) {
  margin-right: 48px;
}
.footer__stodlinjen {
  margin-left: 24px;
  cursor: pointer;
}
.footer__stodlinjen img {
  margin-bottom: 0;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .footer__nav-wrapper {
    border-top: 1px solid #eee;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: end;
    margin: 0 -10px;
    padding: 24px 0;
  }
  .footer__layout {
    padding: 24px 0 0;
    margin: 0 18px;
    overflow: hidden;
  }
  .footer__layout ul {
    border-bottom: none;
    padding: 0;
    gap: 16px;
  }
  .footer__logo-social-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 24px 0;
    border-top: 1px solid #eee;
  }
  .footer__gamble-aware-logo {
    border: none;
    padding: 0;
  }
  .footer__popular {
    padding: 0 10px;
  }
  .footer__popular ul {
    text-align: left;
  }
  .footer__super {
    padding: 0 10px;
  }
  .footer__super ul {
    text-align: left;
  }
  .footer__menu {
    padding: 0 10px;
  }
  .footer__menu ul {
    text-align: left;
  }
  .footer__social {
    border-top: 1px solid #eee;
    padding: 24px 0 32px 0;
  }
  .footer__terms {
    padding: 0 10px;
  }
  .footer__terms ul {
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer__disclaimer {
    padding: 16px 0 24px 0;
  }
  .footer__related-links {
    padding-bottom: 16px;
  }
  .footer__layout {
    margin: 0 20px;
  }
}
@media (min-width: 975px) {
  .footer {
    clear: both;
  }
  .footer__layout {
    padding-bottom: 0;
    margin: 0 auto;
  }
  .footer__logo {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .footer__disclaimer {
    text-align: left;
    padding: 16px 0;
    border-bottom: 1px solid #EEE;
  }
  .footer__layout {
    margin: 0 8px;
    padding: 0;
  }
  .footer__layout ul {
    padding: 16px 0;
    gap: 16px;
  }
  .footer__layout img {
    margin-bottom: 0;
  }
  .footer__gamble-aware-logo {
    padding: 16px 0;
  }
  .footer__related-links {
    padding-bottom: 0;
    border-bottom: 1px solid #EEE;
  }
  .footer__related-links li:not(:last-child) {
    margin-right: 0;
  }
  .footer__related-links ul {
    display: flex;
    flex-direction: column;
  }
  .footer__social-list {
    padding: 16px 0;
  }
  .footer__stodlinjen {
    margin-left: 0;
  }
  .footer__stodlinjen img {
    margin-bottom: 16px;
    margin-top: 0;
  }
}
.sidebar {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 100%;
  min-height: 300px;
  position: fixed;
  top: 54px;
  left: 0;
  background: #fff;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 11;
}
.sidebar__menu {
  padding: 0;
}
.sidebar__menu-fixed {
  background: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  padding: 0;
  z-index: 100;
  box-shadow: 2px -9px 14px 0 #000;
  border-bottom: 1px solid #eee;
}
.sidebar__menu-scroll {
  scrollbar-width: none;
}
.sidebar__content, .sidebar__section {
  scrollbar-width: none;
}
.sidebar__section:first-child {
  margin: 9px 0 0 0;
}
.sidebar__section a {
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 10px 15px;
  font-size: 13px;
  display: flex;
}
.sidebar__section a.sidebar__link {
  width: 100%;
}
.sidebar__title {
  padding: 12px 15px;
  font-size: 13px;
  color: #2d3e50;
  background-color: #f2f2f2;
  text-transform: uppercase;
  font-weight: 700;
}
.sidebar__label {
  flex-shrink: 0;
}
.sidebar__button {
  text-transform: capitalize;
  background: 0 0;
  border: none;
  vertical-align: middle;
  font: 400 13px/1.2 "Open Sans", sans-serif;
  outline: 0;
  display: inline-block;
  color: #475c63;
  font-size: 13px;
  padding: 9px 20px;
  font-weight: 600;
  width: 100%;
  text-align: left;
}
.sidebar__button .svg-icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  font-size: 9px;
}
.sidebar__mobile {
  display: none;
}
.sidebar__link {
  position: relative;
  padding: 8px 5px;
  height: 47px;
  width: 33.33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-bottom: 2px solid transparent;
  flex-direction: column;
}
.sidebar__link--terms {
  padding-bottom: 16px;
}
.sidebar__link.active {
  background: #fff;
}
.sidebar__link.active:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #16a0ff;
}
.sidebar__link:first-child {
  border-left: none;
}
.sidebar__link-amount {
  width: auto;
  font-size: 12px;
  float: none;
  text-align: center;
  padding-right: 0;
  white-space: nowrap;
  text-transform: none;
  color: #06b505;
  padding-top: 3px;
}
.sidebar__link-column {
  text-align: center;
  padding-right: 0;
  color: #16a0ff;
  font-size: 12px;
}
.sidebar__casinos {
  max-height: 980px !important;
  box-sizing: border-box;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.sidebar__casinos-label {
  position: relative;
  right: 0;
  color: #06b505;
  padding-right: 6px;
  font-size: 12px;
  text-align: right;
  width: -webkit-calc(100% - 165px);
  width: calc(100% - 165px);
  display: inline-block;
  float: right;
  flex-shrink: 0;
}
.sidebar__country-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.sidebar__country-wrapper img {
  margin-right: 8px;
}
.sidebar__country-location {
  display: inline-block;
  float: left;
  padding: 0px 0 0 3px;
  height: unset;
  width: unset;
}
.sidebar a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 10px 15px;
  font-size: 13px;
  color: #16a0ff;
  border-bottom: 1px solid #eee;
}
.sidebar .switch_viewport {
  display: none;
}
.sidebar.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  height: 100%;
}

@media (min-width: 975px) {
  .sidebar {
    transform: translateX(0);
    position: inherit;
    display: block;
    top: 0;
    float: left;
    padding-top: 126px;
    margin-bottom: 25px;
    overflow-y: hidden;
    box-shadow: 0 0 7px #ccc;
    width: 208px;
  }
  .sidebar__section a {
    border-bottom: none;
    color: #475c63;
    padding: 10px;
  }
  .sidebar__section a.sidebar__link {
    padding-top: 16px;
    flex-direction: row;
  }
  .sidebar__title {
    padding: 10px;
    text-align: center;
    margin-top: 6px;
  }
  .sidebar__label {
    font-size: 12px;
    color: #06b505;
    display: inline-block;
    text-align: right;
  }
  .sidebar__button {
    text-align: left;
    padding: 10px 10px 16px 10px;
  }
  .sidebar__casinos-label {
    color: #06b505;
    font-size: 12px;
    text-align: right;
    width: inherit;
    padding-right: 16px;
  }
  .sidebar__country-wrapper {
    max-width: 140px;
  }
}
@media (max-width: 975px) {
  .sidebar__title {
    padding: 12px 20px;
    background-color: #fff;
  }
  .sidebar__menu {
    padding: 48px 0 0 0;
  }
  .sidebar__menu-fixed {
    box-shadow: -2px 0 6px -4px #000;
  }
  .sidebar__menu-scroll {
    height: calc(100vh - 160px);
    overflow: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .sidebar__mobile {
    display: flex;
  }
  .sidebar__mobile a {
    position: relative;
    padding: 8px 5px;
    height: 47px;
    width: 33.33%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-bottom: 2px solid transparent;
    flex-direction: column;
  }
  .sidebar__link-amount {
    font-weight: 600;
  }
  .sidebar__casino-inner a {
    display: flex !important;
    padding: 10px 20px;
    width: 100%;
  }
}
.header__search {
  position: absolute;
  top: 0;
  right: 0;
  height: inherit;
  z-index: 2;
}
.header__search-btn-open {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50px;
  height: 100%;
  padding: 0;
  border: none;
  background-color: transparent;
}
.header__search-btn-open svg, .header__search-btn-open img {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.header__search-form {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  width: 0;
  right: 0;
  padding: 8px 0 11px 10px;
  overflow: hidden;
  background-color: #2D3E50;
  display: none;
}
.header__search-form input {
  width: -webkit-calc(100% - 49px);
  width: calc(100% - 49px);
  height: 35px;
  padding: 0 10px 0 29px;
  color: #2D3E50;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  background-color: #fff;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.header__search-btn-find {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 11px;
  width: 11px;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: default;
}
.header__search-btn-find svg, .header__search-btn-find img {
  width: 12px;
  height: 12px;
  fill: #9EADAF;
}
.header__search-btn-cancel {
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  margin-left: 6px;
  padding: 0;
  border: none;
  background-color: transparent;
}
.header__search-btn-cancel:before {
  position: absolute;
  left: 12px;
  width: 19px;
  height: 2px;
  background-color: #16A0FF;
  content: "";
  top: 16px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.header__search-btn-cancel:after {
  position: absolute;
  left: 12px;
  width: 19px;
  height: 2px;
  background-color: #16A0FF;
  content: "";
  bottom: 17px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.header__search.increase {
  left: 225px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__search.increase .header__search-btn-cancel {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.h1_search {
  font-size: 18px;
}
.h1_search span {
  color: #1B92AF;
}

.search_res_list {
  margin-top: 20px;
}

.search_res_item {
  display: table;
  width: 100%;
  margin: 10px 0;
  border-bottom: 2px solid #C9D0E0;
}
.search_res_item img {
  margin-right: 15px;
}
.search_res_item a {
  display: block;
  margin-bottom: 4px;
  color: #004873;
  font-size: 16px;
  color: #16A0FF;
}
.search_res_item a:hover {
  text-decoration: underline;
}

#search__form.show {
  z-index: 2;
  position: fixed;
}

#search__popup {
  position: fixed;
  left: 0;
  top: 40px;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  font-size: 13px;
  line-height: 20px;
  opacity: 0;
  visibility: hidden;
}

.ios_search {
  height: -webkit-calc(100vh + 10px) !important;
  height: calc(100vh + 10px) !important;
  overflow-y: auto;
}

#search__popup.show {
  opacity: 1;
  visibility: visible;
}

.search__popup-holder {
  overflow: auto;
  padding: 18px 15px;
  height: calc(100vh - 100px);
}

.search_res_ios_sys {
  height: -webkit-calc(100vh) !important;
  height: 100vh !important;
}

.search__frame_sidebar {
  padding: 10px;
  position: relative;
}
.search__frame_sidebar input {
  height: 40px;
  width: 100%;
  padding: 0 10px 0 10px;
  border: 1px solid #DCDFE8;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
}
.search__frame_sidebar .svg-icon {
  display: none;
}

.search_sidebar:hover .search__frame_sidebar {
  opacity: 1;
  visibility: visible;
}

.search__frame input {
  height: 29px;
  width: 100%;
  padding: 0 30px 0px;
  border: 1px solid #DCDFE8;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.search_text_img:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 20%;
  height: 50px;
  width: 2px;
  background: #DEE6F9;
}
.search_text_img {
  position: relative;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.search_text {
  position: relative;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.search_descr {
  margin-top: 5px;
  color: #869AA7;
}

.search__btn {
  position: relative;
  top: -16px;
  width: 100%;
  height: 17px;
  display: none;
}

@media (min-width: 975px) {
  #search__btn-cancel {
    position: absolute;
    top: 4px;
    right: 9px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.1s ease, visibility 0.1s ease;
    -o-transition: opacity 0.1s ease, visibility 0.1s ease;
    transition: opacity 0.1s ease, visibility 0.1s ease;
  }
  #search.increase #search__btn-cancel {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    -o-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  #search.increase {
    left: 225px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__search {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    right: -5px;
    min-width: 220px;
    padding-bottom: 12px;
  }
  .header__search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    padding: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__search-form input {
    width: 100% !important;
    height: 40px;
    padding: 0 40px 0 26px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__search-btn-cancel {
    position: absolute;
    top: 4px;
    right: 9px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.1s ease, visibility 0.1s ease;
    -o-transition: opacity 0.1s ease, visibility 0.1s ease;
    transition: opacity 0.1s ease, visibility 0.1s ease;
  }
  .header__search-btn-open {
    display: none;
  }
  .header__search-btn-find {
    left: 9px;
    height: 14px;
    width: 14px;
  }
  #search__btn-find {
    left: 9px;
    height: 14px;
    width: 14px;
  }
  #search__btn-open {
    display: none;
  }
}
@media (max-width: 975px) {
  .search__frame_sidebar {
    padding: 0 20px;
  }
  #search__popup {
    top: 54px;
  }
}
.btn_play.listed {
  background-color: #222222;
}

.casinos__item-review .btn_play.listed {
  background-color: #222222;
}
.casinos__item-review .btn_play.restricted {
  background-color: #C2C2C2;
}

.btn_play.restricted {
  background-color: #C2C2C2;
}

.btn {
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  background: #b5b9c7;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  width: 120px;
  display: inline-block;
  vertical-align: top;
  height: 34px;
  line-height: 34px;
  text-align: center;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}

.btn-outline {
  text-transform: uppercase;
  font-size: 12px;
  height: 40px;
  padding: 5px 15px;
  font-weight: 600;
  border: 1px solid #DC2D26;
  color: #DC2D26;
  background: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn_play {
  position: relative;
  background: #dc2d26;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.btn_alt {
  position: relative;
  background: #fff;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #16A0FF;
  color: #16A0FF;
}

.button {
  background: #fff;
  border: 1px solid #16A0FF;
  color: #16A0FF;
  padding: 10px 20px;
  font-size: 12px;
  display: inline-block;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.button:hover {
  background: #16A0FF;
  color: #fff;
}

.js-copy-to-clip {
  cursor: pointer;
}

.read_more_btn {
  text-transform: capitalize;
  margin-top: 3px;
  background: 0 0;
  border: none;
  padding: 0;
  display: none;
  vertical-align: middle;
  font: 400 13px/1.2 "Open Sans", sans-serif;
  color: #16a0ff;
  outline: 0;
}
.read_more_btn .svg-icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  font-size: 9px;
}

.wrap-loader {
  display: block;
  width: 80%;
  margin: 100px auto;
  text-align: center;
}

.loader {
  display: inline-block;
  width: 2em;
  height: 2em;
  pointer-events: none;
  border: 1px solid #2D3E50;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: 1s loader linear infinite;
  animation: 1s loader linear infinite;
  position: relative;
}
.loader:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -0.3em;
  left: 50%;
  border: 0.3em solid #16A0FF;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.header__logo {
  position: absolute;
  top: 0;
  left: 51%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header__logo-img {
  width: 164px;
  height: 164px;
}

@media screen and (max-width: 974px) {
  .header__logo-img {
    height: 53px;
  }
}
@media (min-width: 975px) {
  .header__logo {
    position: absolute;
    top: 34px;
    left: 23px;
    width: 164px;
    height: 149px;
    margin: 0;
    padding: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .header__logo:after {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header__logo-img {
    width: auto;
  }
}
@media (max-width: 975px) {
  .header__logo {
    top: 1px;
  }
}

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