@charset "utf-8";

@media screen and (max-width: 1300px){
  .head {
    padding: 45px 18px 90px 18px;
  }
  .bonus {
    margin: 0;
    padding: 30px 18px 35px 18px
  }
  .tournament {
    padding: 35px 18px;
  }
  h2 {
    margin-bottom: 30px;
  }
  .tournament__table{
    padding: 30px 20px;
  }
}

@media screen and (max-width: 800px) {
  h2 {
    font-size: 27px;
  }
  .page-de h2 {
    font-size: 6vw;
  }
  .prime__title {
    font-size: 11.5vw;
    margin-bottom: 40px;
  }
  .page-de .prime__title {
    font-size: 10vw;
  }
  .prime__title span {
    margin-bottom: 0;
  }
  .prime__title strong {
    font-size: 9vw;
  }
  .prime__text {
    font-size: 3.8vw;
    margin-bottom: 40px;
  }
  .head__background .img-desc {
    display: none;
  }
  .head__background .img-mob {
    display: block;
  }
  .header__logo {
    height: auto;
  }
  .header__logo img {
    max-height: 47px;
  }
  .header {
    margin-bottom: 55vw;
    gap: 20px;
  }
  .header__divider {
    width: 25px;
  }
  .tournament__table td {
    padding: 0;
    width: 22%;
  }

  .tournament__table td:last-child {
    width: 34%;
    min-width: 34%;
  }
  .tournament__table th {
    width: 22%;
    padding: 0 0 25px 0;
  }
  .tournament__table th:last-child {
    min-width: 34%;
    width: 22%;
  }
  .tournament__table tr {
    padding: 14px 16px;
    gap: 10px;
  }
  .tournament__table thead tr {
    padding: 0 10px;
  }
  .howto__wrap {
    padding: 30px 13px;
  }
  .howto{
    padding-top: 35px;
  }
  .tournament__table-button {
    margin-top: 20px;
    width: 100%;
  }
  .bonus-item__head{
    padding: 18px 0px 0 0px;
  }

}
@media screen and (max-width: 600px) {
  .page-de .tournament__table th {
    font-size: 12px;
  }
}

@media screen and (max-width: 440px){
  .page-de .bonus-item__title {
    font-size: 3.5vw;
    line-height: 190%;
  }
  .bonus-item__inner {
    width: 100%;
  }
  .tournament__table td {
    font-size: 12px;
  }
  .tournament__table th, .page-de .tournament__table th{
    font-size: 10px;
    line-height: 120%;
  }
  .tournament {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tournament__table {
    padding: 30px 10px;
  }
  .tournament__table tbody tr {
    padding: 12px;
  }
  .tournament__table tr {
    padding: 0 7px;
  }
  .tournament__table tbody tr {
    padding: 8px;
  }

  .bonus-item__image {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 380px) {
  .header__logo {
    height: auto;
  }

  .tournament__table td{
    font-size: 10px;
  }
  .tournament__table thead tr {
    padding: 0 5px;
  }
  .bonus-item__text{
    font-size: 20px;
  }
}

@media screen and (max-width: 360px){
  .tournament__table th{
    font-size: 8px;
  }
}
