

@media (min-width: 992px) {
  /*only for sorting media queries in extracted css file*/
  .museo-fs-36 {
    font-size: 36px;
    line-height: 40px;
  }
  .museo-fs-32 {
    font-size: 32px;
    line-height: 36px;
  }
  .museo-fs-24 {
    font-size: 24px;
    line-height: 28px;
  }
  .uppercase-fs-16 {
    font-size: 16px;
    line-height: 20px;
  }
  .error-page-main {
    margin: 64px auto;
  }
  .error-page-main h1 {
    font-size: 200px;
    line-height: 180px;
    margin: 32px 0;
  }
  .error-page-main h3 {
    font-size: 32px;
    line-height: 34px;
  }
  .error-page-main .btn {
    margin-top: 32px;
  }
  .header-banner-detail {
    border-radius: 70px 16px 16px 16px;
  }
  .casino-detail-header-card {
    flex: 0 0 500px;
  }
  .casino-detail-text-content {
    padding-top: 24px;
    margin-top: 24px;
  }
  .detail-section-box-content {
    padding: 24px;
  }
  .game-genres-slider {
    width: auto;
  }
  .casino-detail-location {
    padding: 24px;
  }
  .search-results-group-link span {
    font-size: 13px;
  }
  .search-results-group-link span:hover {
    text-decoration: underline;
  }
  .sub-menu-wrapper {
    max-width: 884px;
  }
  .sub-menu-col {
    width: 250px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .sub-menu-col .col-label {
    font-size: 18px;
  }
  .sub-menu-col-wrapper {
    padding: 32px;
  }
  .casino-card-logos-item {
    width: calc(25% - 4px);
  }
  .top-bonus-sticker .main-ico {
    position: absolute;
    left: auto;
    bottom: auto;
    right: -20px;
    top: 26px;
  }
  .filter-pills-wrapper {
    padding: 16px 0;
    overflow: visible;
    width: 100%;
    left: auto;
  }
  .filter-pills-wrapper a, .filter-pills-wrapper .pill {
    font-size: 18px;
    line-height: 20px;
  }
  .filter-pills-wrapper a svg, .filter-pills-wrapper .pill svg {
    width: 24px;
    height: 24px;
  }
  .side-filter {
    max-width: 360px;
  }
  .side-filter .filter-container {
    max-width: 360px;
  }
  .side-filter .expanded .filter-group-content {
    transform: translateX(360px);
  }
  .side-filter-groups-search-wrapper .filter-groups-results-wrapper {
    width: 328px;
  }
  .slideable-panel-on-tablet {
    width: auto;
    position: static;
    max-height: none;
    box-shadow: none;
    padding: inherit;
    min-height: initial;
    border-radius: inherit;
    transform: none;
    bottom: auto;
  }
  .footer .footer-logo {
    margin: 0 0 24px;
    width: 133px;
    height: 60px;
  }
  .footer .footer-col {
    flex: 0 0 33.3%;
  }
  .footer .footer-col:nth-child(2n) {
    border-right: 2px dashed white;
  }
  .footer .footer-col:nth-child(3n) {
    border-right: none;
  }
  .footer .footer-col:nth-last-child(2) {
    border-bottom: none;
  }
  .footer .footer-col:nth-last-child(3) {
    border-bottom: none;
  }
}


@media (min-width: 1200px) {
  /*only for sorting media queries in extracted css file*/
  .header-banner-detail {
    border-radius: 80px 24px 24px 24px;
  }
  .detail-top-boxes {
    flex-wrap: nowrap;
  }
  .detail-top-boxes .detail-section-box {
    flex: 0 1 33.3%;
    max-width: calc(33.33% - 12px);
  }
  .sub-menu-wrapper {
    max-width: 1000px;
  }
}


@media (min-width: 1440px) {
  /*only for sorting media queries in extracted css file*/
}