/* === DESKTOP FIRST === */

/* xl <= Extra extra large (xxl) */
@media (max-width : 1399px) {

}

/* lg <= Extra large (xl) */
@media (max-width : 1199px) {
  .intro-header {
    padding: 70px 50px;
  }
  h1 {
    font-size: 46px;
  }
  .intro-decor::before {
    top: -20px;
    left: -150px;
  }
  .mail-block {
    margin-bottom: 24px;
  }
  .mail-block__link {
    font-size: 24px;
  }
  .article-header__wrap {
    padding-top: 150px;
  }
  .bk-item-general {
    flex-basis: 25%;
  }
  .bk-item-offer {
    flex-basis: 23%;
  }
  .bk-item-adv {
    padding: 0 24px;
  }
  .bk-item-offer__info {
    font-size: 24px;
  }
  .bk-table__operator {
    flex-basis: 25%;
  }
  .bk-table__bonus {
    flex-basis: 35%;
  }
  .bk-table__action {
    flex-basis: 29%;
  }
  .rating {
    gap: 16px;
  }
  .questions-decor::after {
    right: -20px;
  }
  .bk-info {
    gap: 12px;
  }
  .bk-info__rating-betlogo-wrap,
  .bk-info__payment-wrap {
    gap: 12px;
  }
  .bk-info__payment-list {
    gap: 0;
  }
  .bk-best-item {
    padding: 40px 20px;
  }
  .articles-page-header {
    padding-bottom: 60px;
  }
  .bk-best-item__ul {
    padding: 20px 8px;
  }

}

/* md <= Large (lg) */
@media (max-width : 991px) {
  .intro {
    overflow: inherit;
  }
  .intro-header {
    padding: 32px 24px;
  }
  h1 {
    font-size: 40px;
  }
  h2, .h2 {
    font-size: 32px;
  }
  h3, .h3 {
    font-size: 28px;
  }
  .header-logo {
    margin-right: 32px;
  }

  .articles-page-header {
    padding-bottom: 40px;
  }
  .intro-decor::before {
    width: 136px;
    height: 136px;
    top: -66px;
    left: -2px;
  }
  .intro-decor::after {
    width: 175px;
    height: 175px;
    bottom: -56px;
    right: -5px;
  }
  .articles {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .articles_similar {
    padding-top: 60px;
  }
  .articles-decor::before {
    top: -15px;
    left: -15px;
    width: 147px;
    height: 153px;
  }
  .articles-decor::after {
    top: -15px;
    right: -30px;
    width: 119px;
    height: 119px;
  }
  .article-item {
    padding: 24px;
  }
  .article-item__title {
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 5px;
    padding-right: 0;
    height: 64px;
  }
  .article-item__desc {
    padding-right: 0;
    line-height: 160%;
    margin-bottom: 20px;
  }
  .articles .wrapper-read-all-link {
    margin-top: 28px;
  }

  .article-header__wrap {
    padding-top: 120px;
  }
  .article-header__date {
    margin-bottom: 25px;
  }
  .questions__left-part {
    margin-right: 32px;
  }
  .contacts {
    padding-top: 62px;
    padding-bottom: 80px;
  }
  .contacts-decor::before {
    top: -32px;
    left: -48px;
    width: 165px;
    height: 165px;
  }
  .contacts-decor::after {
    background: url(../images/decor-football-and-basketball-rotate-mobile.webp) center no-repeat;
    width: 142px;
    height: 229px;
    top: -40px;
    right: -15px;
  }
  .privacy-decor::after {
    content: none;
  }
  .mail-block {
    padding: 24px;
  }
  .mail-block__top {
    padding: 2px 4px;
    margin-bottom: 75px;
  }
  .mail-block__icon {
    width: 35px;
  }
  .mail-block__desc {
    padding-left: 10px;
  }
  .mail-block__link {
    font-size: 24px;
    margin-bottom: 19px;
  }

  .bk-item-main {
    flex-direction: column;
  }
  .bk-item-general {
    padding: 48px 16px;
  }
  .bk-item-accordion-panel-content {
    flex-direction: column;
    padding: 24px 12px 12px 12px;
    gap: 24px;
  }
  .bk-item-pics {
    flex-direction: row;
    justify-content: space-around;
  }

  .modal-content {
    width: 90%;
    margin: 5%;
  }

  .table-bk-list__td::after {
    display: none;
  }
  .table-bk-list__td {
    padding: 4px;
  }

  .bk-best-item {
    padding: 24px 8px;
  }

  .articles-nav ul {
    gap: 8px 0;
  }

  .articles-nav__link {
    padding: 4px 16px;
  }

  aside {
    margin-bottom: 16px;
  }
  .menu__link {
    margin: 0;
  }

  .kamatoc_js {
    display: none;
  }

  .kamatoc_js.show {
    display: block;
  }

  .content-btn svg {
    display: block;
  }

  aside .h5.content-btn {
    margin-bottom: 0;
  }
  aside .h5.content-btn.show {
    margin-bottom: 13px;
  }
}

/* sm <= Medium (md) */
@media (max-width : 767px) {
  body {
    font-size: 14px;
  }
  .breadcrumb {
    font-size: 16px;
  }
  .btn {
    padding: 7px 14px;
  }

  .header-inner {
    padding: 15px 0 67px;
  }
  .header-logo {
    flex: 1;
  }
  .menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-nav {
    background: rgba(250, 250, 250, 0.85);
    backdrop-filter: blur(150px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    padding: 73px 10px 16px 10px;
    z-index: 999;
    box-shadow: 0px 0px 35px var(--text);
    margin: 0;
  }
  ul.menu {
    display: block;
  }
  .menu__item {
    margin-bottom: 18px;
    text-align: left!important;
  }
  .menu__link {
    display: block;
    width: 100%;
    background-color: unset!important;
    color: var(--secondary)!important;
  }
  nav .active a,
  .menu__link.active {
    background: rgba(27, 32, 49, 0.1)!important;
    color: var(--text)!important;
    padding: 9px 16px;
  }

  .author__title {
    font-size: 24px;
  }

  .intro {
    padding-top: 40px;
  }
  .article {
    padding-top: 24px;
  }
  .intro-content {
    display: block;
  }
  .intro-header {
    width: 100%;
  }
  .intro-header {
    padding: 66px 32px;
  }
  .intro-image {
    width: 100%;
    height: 420px;
  }
  .intro-header__title {
    margin-bottom: 7px;
  }
  .intro-header__desc {
    margin-bottom: 21px;
  }
  h1 {
    font-size: 32px;
  }
  h2, .h2 {
    font-size: 32px;
    line-height: 130%;
  }
  h3, .h3 {
    font-size: 24px;
    line-height: 130%;
  }
  h4,h5,.h4,.h5 {
    font-size: 14px;
  }
  aside .h5 {
    margin-bottom: 9px;
  }

  aside .h5.content-btn {
    margin-bottom: 0;
  }
  aside .h5.content-btn.show {
    margin-bottom: 9px;
  }
  aside ol li {
    margin-bottom: 8px;
  }
  .article-header {
    margin-bottom: 16px;
  }
  .articles-header {
    padding-bottom: 29px;
  }
  .articles-header__inscription {
    margin-bottom: 10px;
  }
  .articles-header__title {
    margin-bottom: 14px;
  }
  .articles-header__title-h2 {
    margin-top: 15px;
  }
  .articles-page-header {
    padding-bottom: 20px;
  }
  .article-item {
    margin-bottom: 8px;
  }
  .article-item__desc {
    height: 70px;
  }
  .articles .wrapper-read-all-link .btn {
    display: block;
  }
  .article-header__wrap {
    padding-top: 90px;
  }
  .article-header__benefits {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .questions-decor::after {
    top: unset;
    bottom: 15px;
    right: -5px;
  }
  .questions__left-part {
    margin: 0 0 28px 0;
  }
  .questions__title {
    font-size: 24px;
    line-height: 130%;
  }
  .questions__right-part {
    justify-content: start;
  }

  .contacts-header {
    padding-bottom: 60px;
  }
  .contacts {
    padding-top: 60px;
    padding-bottom: 71px;
  }
  .contacts-header__inscription {
    margin-bottom: 8px;
  }
  .contacts-header__title {
    margin-bottom: 12px;
  }
  .privacy {
    padding-top: 24px;
  }
  .privacy-header {
    padding-bottom: 24px;
  }
  .bk-items {
    padding: 0;
    background: unset;
  }
  .bk-item {
    padding: 0;
    background: var(--white);
  }
  .bk-item-adv-wrap {
    flex-direction: column;
    gap: 32px;
    padding: 32px 0;
    margin: 0;
    border: none;
  }
  .bk-item-adv {
    margin: 0 16px;
  }
  .bk-item-general {
    margin: 16px 16px 0 16px;
  }
  .bk-item-offer {
    background: #EAECF2;
    border-radius: unset;
    padding: 24px 16px;
  }

  .bk-contact-item {
    justify-content: start;
    border: none;
    flex-basis: 100%;
  }
  .bk-score tbody tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 8px 0;
  }
  .bk-score td {
    padding: 4px 8px;
  }
  .bk-score__bonus {
    order: 1;
  }
  .bk-score__rating {
    order: 3;
    flex-basis: 100%;
  }
  .bk-score__summary {
    order: 2;
  }
  .bk-score__rating .rating {
    justify-content: start;
    gap: 12px;
  }

  .bk-short-info {
    gap: 16px 8px;
    padding: 4px 4px 20px 4px;
  }
  .bk-short-info__item {
    flex-basis: calc(50% - 4px)
  }

  /* .bk-compare thead tr,
  .bk-table-get thead tr {
    display: none;
  } */
  .bk-compare td {
    padding: 12px;
  }
  .bk-table-get tbody,
  .bk-compare tbody {
    display: flex;
    flex-direction: column;
  }
  .bk-table-get tbody tr,
  .bk-compare tbody tr {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0;
  }
  .bk-table-get tr>* {
    flex-basis: 100%;
  }
  .bk-table__rank {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 50px;
  }
  td.bk-table__action {
    align-items: center;
  }
  .bk-plusminus {
    flex-direction: column;
    gap: 20px;
    padding: 24px;
  }

  .mail-block__link {
    font-size: 18px;
  }

  .table-bk-list__thead-tr {
    display: none;
  }
  .table-bk-list__tbody-tr {
    flex-direction: column;
    border-radius: 20px;
    position: relative;
    align-items: center;
  }
  .table-bk-list__td-action {
    align-items: center;
  }
  .table-bk-list__td-rank {
    position: absolute;
    top: -20px;
    left: -10px;
  }
  .table-bk-list__td-action {
    padding-bottom: 20px;
  }

  .articles-nav ul {
    flex-wrap: wrap;
    justify-content: start;
  }

  .articles-nav__link {
    padding: 4px 12px;
  }

  .bk-best-item {
    margin-bottom: 20px;
  }
  .bk-best-item__ul {
    padding: 20px;
  }
  .bk-best-item__rating {
    margin: 20px;
  }
  .bk-info {
    flex-direction: column;
  }
  .bk-info-first-part {
    text-align: center;
  }
  .bk-info__rating-betlogo-wrap,
  .bk-info__payment-wrap {
    flex-direction: column;
    gap: 4px;
  }
  .bk-info__rating-betlogo-caption {
    order: 1;
  }
  .bk-info__rating-betlogo {
    order: 3;
  }
  .bk-info__rating-betlogo-score {
    order: 2;
  }

  .bk-bonus {
    flex-direction: column;
    gap: 12px;
  }
  .bk-bonus-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
  }
  .bk-bottombox {
    padding: 20px 0;
  }
  .bk-bottombox__rating-wrap {
    display: none;
  }
  .bk-bottombox__bonus-caption {
    display: none;
  }
  .bk-bottombox__bonus-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
  }

  .bk-score td {
    height: auto;
  }
  .bk-score__bonus {
    flex-grow: 1;
  }


  .footer {
    padding: 50px 0;
  }
  .footer__left-part {
    margin-bottom: 24px;
    padding: 8px;
  }
  .footer__left-part .logo {
    margin-bottom: 25px;
  }
  .footer__left-part p {
    margin-bottom: 22px;
  }
  .footer__left-part .limit {
    padding: 7px 17px;
  }
  .footer__right-part h4 {
    font-size: 14px;
  }
  .bk-compare-modal {
    padding: 32px 24px;
  }
  .modal-close {
    top: 4px;
    right: 4px;
  }
  .bk-compare-item {
    padding: 36px 12px;
  }
}

/* xs <= Small (sm) */
@media (max-width : 575px) {
  .intro-image {
    height: 320px;
  }
  .bk-compare-modal-header-wrap {
    gap: 8px;
  }
}

@media (max-width : 475px) {
  .article-header__wrap {
    padding-top: 75px;
  }
  .article-header__date {
    margin-bottom: 15px;
  }
  .intro-image {
    height: 280px;
  }

  .bk-bottombox-inner {
    gap: 16px;
  }
  .bk-bottombox__btn-wrap {
    flex-grow: 1;
    text-align: center;
  }
  .bk-bottombox__bonus-wrap .bk-bottombox__bonus-title {
    display: none;
  }
  .bk-bottombox__btn-wrap .bk-bottombox__bonus-title {
    display: block;
  }
  .bk-bottombox__btn-bonus {
    display: block;
    margin-bottom: 8px;
  }
  .bk-bottombox__btn {
    width: 100%;
  }
}

/* === MOBILE FIRST === */

/* Custom (xs) */
@media (min-width : 0) {
}

/* Small (sm) */
@media (min-width : 576px) {

}

/* Medium (md) */
@media (min-width : 768px) {
  .py-md-24 {
    padding: 24px 0;
  }
  .p-md-32 {
    padding: 32px;
  }
  .p-md-40 {
    padding: 40px;
  }
  .p-md-48 {
    padding: 48px;
  }
  .hhero__promocode-inner {
    min-width: 311px;
  }
}

/* Large (lg) */
@media (min-width : 992px) {
  .hhero__promocode-inner {
    min-width: 222px;
  }
}

/* Extra large (xl) */
@media (min-width : 1200px) {
  .container {
    max-width: 1132px;
  }
  .hhero__promocode-inner {
    min-width: 253px;
  }
}

/* Extra extra large (xxl) */
@media (min-width : 1400px) {
  .container {
    max-width: 1132px;
  }
}
