
@media (min-width: 568px) {
  /*only for sorting media queries in extracted css file*/
  .page-footer {
    margin-top: 24px;
  }
  .page-footer-cols {
    flex-direction: row;
    gap: 16px;
  }
  .footer-col:nth-of-type(1) ul {
    columns: 2;
  }
  .page-footer-menu-item a, .page-footer-menu-item a:visited {
    margin: 16px 0;
  }
  .filter-group-content {
    padding: 4px 0 8px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.8);
  }
  .game-item .play-for-free-likes {
    display: initial;
  }
  .search-results-group-item {
    font-size: 16px;
  }
  .cg-modal-container {
    min-width: 536px;
  }
  .cg-modal-content {
    padding: 48px 32px 32px;
  }
  .cg-modal-footer {
    padding: 24px 32px;
    width: calc(100% + 64px);
    margin-bottom: -32px;
    left: -32px;
    margin-top: 32px;
  }
  .modal-heading {
    margin-top: 24px;
  }
  .modal-subheading {
    margin-top: 16px;
  }
  .contact-form, .form {
    flex-direction: row;
  }
  .contact-form .col, .form .col {
    width: 33%;
    margin: 0 8px;
  }
  .contact-form .col:last-of-type, .form .col:last-of-type {
    margin-right: 0;
  }
  .contact-form .col:first-of-type, .form .col:first-of-type {
    margin-left: 0;
  }
  .contact-form .form-base, .form .form-base {
    display: flex;
    justify-content: stretch;
    width: 100%;
  }
  .contact-form .form-base.hidden, .form .form-base.hidden {
    display: none;
  }
  .contact-form input.is-error + span.error-text, .form input.is-error + span.error-text {
    margin-top: -8px;
  }
  .contact-form input:last-of-type, .form input:last-of-type {
    margin-bottom: 0;
  }
  .contact-form textarea, .form textarea {
    margin-bottom: 0;
  }
  form.newsletter-subscribe input:last-of-type {
    min-width: 231px;
    margin-right: 8px;
    margin-bottom: 0;
  }
  .newsletter-input-section {
    grid-template-areas: "a c" "b b";
    grid-template-columns: 1fr 160px;
  }
  .newsletter-input-section .area-b {
    margin-top: 12px;
    margin-bottom: 0;
  }
  .footer-newsletter-modal .cg-modal-content {
    padding: 0 32px 32px 32px;
  }
  .footer-newsletter-modal .btn-primary {
    width: auto;
  }
  .footer-newsletter-modal .inner-modal-content {
    gap: 16px;
  }
  .footer-newsletter-modal .inner-modal-content h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .footer-newsletter-modal .inner-modal-content h3 {
    font-size: 16px;
    line-height: 26px;
  }
  .footer-newsletter-modal .inner-modal-content .buttons {
    flex-direction: row;
    gap: 16px;
  }
  .author-widget {
    padding: 32px;
    display: flex;
    gap: 32px;
  }
  .author-widget img {
    width: 90px;
    height: 90px;
  }
  .author-widget .icons-wrapper {
    right: 32px;
    top: 32px;
  }
}

@media (min-width: 768px) {
  /*only for sorting media queries in extracted css file*/
  .page-footer {
    margin-top: 32px;
  }
  .page-footer-logo img {
    max-height: 50px;
  }
  .footer-col {
    min-width: 150px;
  }
  .footer-about-tdj {
    margin-bottom: 64px;
  }
  .cgf-item:hover .filter-group-label {
    color: #DEBB8E;
  }
  .cgf-item:hover .cg-checkbox input + span {
    background: center/10px no-repeat #857055 url("../images/ico_ui_available_black.svg");
    border-color: #DEBB8E;
  }
  .cgf-item.active:hover .cg-checkbox input + span {
    background: center/10px no-repeat #857055;
    border-color: #DEBB8E;
  }
  .add-in-content-info {
    margin-left: 16px;
  }
  .casino-card-tc-info {
    margin: -16px 16px 16px;
  }
  .search-results-group-item {
    padding: 6px 8px;
  }
  .search-item-body-wrapper .item-desc {
    font-size: 14px;
  }
  .cg-modal-overlay {
    padding: 30px;
  }
  .cg-modal-header {
    height: 54px;
  }
  .cg-modal-header .cg-modal-icon {
    height: 64px;
    width: 64px;
    bottom: -32px;
  }
  .cg-modal-header .cg-modal-icon img {
    width: 64px;
    height: 64px;
  }
  .modal-heading {
    margin-top: 32px;
  }
  .limited-lines .js-limited {
    line-clamp: unset;
    -webkit-line-clamp: unset;
  }
  .limited-lines .js-read-more {
    display: none;
  }
  form.newsletter-subscribe {
    padding: 32px;
    gap: 32px;
    flex-direction: row;
    align-items: center;
  }
  form.newsletter-subscribe h2 {
    line-height: 32px;
    font-size: 24px;
  }
  form.newsletter-subscribe p {
    font-size: 18px;
  }
  form.newsletter-subscribe input:last-of-type {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .newsletter-input-section {
    grid-template-areas: "a" "b" "c";
    grid-template-columns: 1fr;
  }
  .newsletter-input-section .area-b {
    margin-top: 4px;
    margin-bottom: 12px;
  }
  .newsletter-input-section input[type=email] {
    padding: 16px 14px;
  }
  .newsletter-interactive-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-newsletter-modal .cg-modal-content {
    padding: 0 48px 48px 48px;
  }
  .footer-newsletter-modal .inner-modal-content h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .footer-newsletter-modal .inner-modal-content h3 {
    font-size: 18px;
    line-height: 28px;
  }
}