@media (min-width: 1200px) {
  .container-fluid {
    padding-left: 0;
    padding-right: 20px;
  }
  .content-wrapper {
    display: flex;
    gap: 20px;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 470px;
  }
  .popup-sda .modal-dialog {
    max-width: 400px;
  }
}
@media (max-width: 1850px) {
  .mmo-fixside {
    width: 120px;
  }
}
@media (max-width: 1770px) {
  .mmo-fixside {
    display: none;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
  .sda-rennab {
    margin: 0 !important;
  }
  .top-header {
    padding: 20px 0;
  }
  .teambox_w {
    margin-bottom: 20px;
  }
  .tourz .match__teams {
    gap: 20px;
  }
  .tourz .grid-match__rate {
    margin: 0;
  }
  .news-list-page {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 991px) {
  section {
    padding-bottom: 32px;
  }
  .tourz .match--odd {
    flex-direction: column;
  }
  .tourz .grid-match__rate {
    padding: 16px 0;
    margin-bottom: 14px;
    border: 0;
    border-bottom: 1px solid #282833;
    width: 100%;
    justify-content: center;
  }
  .player__right {
    margin-top: 16px;
  }
  #footer {
    padding: 0 16px;
  }
  #footer .img-footer {
    position: absolute;
    height: 100%;
    right: 15px;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
  }
  .news-big .news-detail {
    min-height: 250px;
  }
}
@media (max-width: 767px) {
  .rennab-2-col {
    display: block;
  }
  .rennab-2-col .mmo-inner.size-728x90 {
    padding-bottom: 9%;
  }
  .title_head .title {
    font-size: 16px;
    line-height: 24px;
  }
  .tc_links .tc_dcs {
    gap: 10px;
  }
  #footer {
    padding: 0 30px;
    flex-direction: column;
    text-align: center;
    gap: 0;
  }
  #footer .footer-left {
    max-width: 100%;
  }
  #footer h4 {
    margin-top: 0;
  }
  #footer .social-icon {
    justify-content: center;
  }
  #footer .img-footer {
    position: static;
  }
  .news-big {
    padding: 0;
  }
  .news-big .news-thumb {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    height: auto;
    width: 100%;
    padding-bottom: 50%;
  }
  .news-big .news-detail {
    min-height: auto;
    padding: 0;
    background: transparent;
    border: 0;
  }
  .news-big .news-detail .news-title {
    font-size: 1em;
    margin: 0;
  }
  .news-big .news-detail .description {
    display: none;
  }
  .news-list-page {
    grid-template-columns: 1fr;
  }
  .news-list-page .item {
    display: flex;
    gap: 12px;
  }
}
@media (max-width: 575px) {
  .top-header {
    justify-content: unset;
    gap: 14px;
  }
  .top-header .logo {
    margin-right: auto;
  }
  .top-left h1 {
    font-size: 18px;
  }
  .top-left p {
    margin-bottom: 0;
  }
  .filter-match {
    flex-direction: column;
    align-items: unset;
    gap: 20px;
    margin-bottom: 16px;
  }
  .teambox_w .teambox__center {
    min-width: auto;
  }
  .teambox_w .teambox__team {
    white-space: nowrap;
    overflow: auto;
  }
  .news-list-page .item.item-highlight .news-thumb {
    padding-bottom: 30%;
    flex: 1;
  }
  .news-list-page .item.item-highlight .news-title {
    flex: 1.5;
    padding: 0;
  }
}/*# sourceMappingURL=responsive.css.map */