.stuck-block-table {
  position: fixed;
  right: 0;
  top: 200px;
  z-index: 9;
  transition: 0.5s;
  visibility: hidden;
  box-shadow: 0px 0px 10px rgba(153, 13, 53, 0.4);
  background: #fff;
}
.stuck-block-table .open {
  position: absolute;
  width: 30px;
  height: 40px;
  background: #990D35;
  box-shadow: 0px 0px 10px rgba(153, 13, 53, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: -35px;
  cursor: pointer;
}
.stuck-block-table .open img {
  transform: rotate(180deg);
}
.stuck-block-table .row {
  padding: 20px 20px 20px 10px;
  display: flex;
  position: relative;
  border-bottom: 1px solid #E4E4E4;
  align-items: center;
}
.stuck-block-table .row .img-title {
  width: 185px;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 10px;
}
.stuck-block-table .row .img-title img {
  display: block;
  width: 60px;
  height: 60px;
  border: 0;
  margin: 0;
  margin-right: 10px;
  cursor: pointer;
}
.stuck-block-table .row .img-title button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: transparent;
}
.stuck-block-table .row .img-title p {
  font-family: Fjalla One;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #262626;
  margin-bottom: 0;
}
.stuck-block-table .row .bonus {
  width: 270px;
  font-family: Fjalla One;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.stuck-block-table .row .bonus p {
  position: relative;
  padding-left: 40px;
  width: 127px;
  margin-right: 30px;
  flex: none;
}
.stuck-block-table .row .bonus p::before {
  content: url('../img/bonus.svg');
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.stuck-block-table .row .bonus .games {
  position: relative;
  width: 96px;
  padding-left: 49px;
  margin-right: 0;
}
.stuck-block-table .row .bonus .games::before {
  content: url('../img/spiele.svg');
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.stuck-block-table .row .button {
  flex: none;
  text-align: right;
  width: 184px;
}
.stuck-block-table .row .button button {
  width: 144px;
  height: 40px;
  background: #D42840;
  cursor: pointer;
  font-family: Fjalla One;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFE;
  border: 2px solid #FFFFFE;
}
.stuck-block-table .row .button button:hover {
  background: #990D35;
}
.stuck-block-table .row:first-child {
  background: linear-gradient(90deg, #990D35 0%, #D42841 100%);
}
.stuck-block-table .row:first-child .img-title p,
.stuck-block-table .row:first-child .bonus p,
.stuck-block-table .row:first-child .bonus .games {
  color: #fff;
}
.stuck-block-table .row:first-child .bonus .games::before {
  content: url(../img/fspiele.svg);
}
.stuck-block-table .row:first-child .bonus p::before {
  content: url(../img/fbonus.svg);
}
.stuck-block-table.closed {
  right: -455px;
  transition: 0.5s;
}
.stuck-block-table.closed .open img {
  transform: rotate(0deg);
}
.stuck-block-table.closed .row {
  padding: 10px 0;
}
.stuck-block-table.closed .row::before {
  content: none;
}
.stuck-block-table.closed .row .img-title {
  display: block;
  text-align: center;
  min-width: 94px;
  width: 94px;
  padding-left: 10px;
  padding-right: 10px;
}
.stuck-block-table.closed .row .img-title img {
  margin: 0 auto 4px;
}
.stuck-block-table.closed .row .img-title p {
  font-size: 12px;
}
@media screen and (max-width: 600px) {
  .stuck-block-table {
    position: fixed;
    right: 0;
    left: 0;
    top: auto;
    z-index: 9;
    transition: 0.5s;
    visibility: hidden;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-radius: 8px 8px 0 0;
    padding: 0;
  }
  .stuck-block-table .open {
    width: 25px;
    height: 40px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -37px;
    transform: translateX(-50%) rotate(90deg);
    left: 50%;
    cursor: pointer;
  }
  .stuck-block-table .row .bonus {
    min-width: auto;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    padding-top: 27px;
    padding-left: 0;
  }
  .stuck-block-table .row .bonus p {
    font-size: 12px;
    width: auto;
    padding-right: 0;
    margin-bottom: 0;
    order: 2;
    margin-right: 10px;
  }
  .stuck-block-table .row .bonus p.games {
    margin-bottom: 0px;
    font-size: 12px;
    width: auto;
    order: 1;
  }
  .stuck-block-table .row .img-title img {
    width: 60px;
    height: 60px;
    margin-right: 0;
  }
  .stuck-block-table.closed {
    right: 0;
    display: flex;
    justify-content: space-between;
  }
  .stuck-block-table.closed .row {
    flex: 1;
  }
  .stuck-block-table.closed .row:last-child {
    border-right: 0;
  }
  .stuck-block-table.closed .row .bonus,
  .stuck-block-table.closed .row .button {
    display: none;
  }
  .stuck-block-table.closed .row .img-title {
    display: block;
    text-align: center;
    width: 100%;
    padding-right: 10px;
    min-width: auto;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .stuck-block-table.closed .row .img-title img {
    width: 40px;
    height: 40px;
  }
  .stuck-block-table .row .img-title {
    min-width: auto;
    display: flex;
    align-items: center;
    position: relative;
    width: 60px;
    flex: none;
    margin-right: 5px;
    padding-right: 0;
  }
  .stuck-block-table .row .button {
    width: auto;
    margin-left: auto;
  }
  .stuck-block-table .row .button button {
    width: 78px;
    height: 35px;
  }
  .stuck-block-table .row .img-title p {
    margin-left: 5px;
    font-family: Fjalla One;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #262626;
    position: absolute;
    white-space: nowrap;
    left: 100%;
    top: 0;
  }
  .stuck-block-table.closed .row .img-title p {
    position: static;
    white-space: normal;
  }
  .stuck-block-table .row {
    padding: 10px 20px;
  }
  .stuck-block-table .row::before {
    content: none;
  }
  .stuck-block-table.closed .row .img-title p {
    font-size: 10px;
  }
  .stuck-block-table .row:first-child .bonus p::before {
    content: url(../img/sfbonus.svg);
  }
  .stuck-block-table .row:first-child .bonus .games::before {
    content: url(../img/sfspiele.svg);
  }
  .stuck-block-table .row .bonus p::before {
    content: url(../img/sbonus.svg);
  }
  .stuck-block-table .row .bonus .games::before {
    content: url(../img/sspiele.svg);
  }
  .stuck-block-table .row .bonus p {
    padding-left: 17px;
  }
  .stuck-block-table .row .bonus .games {
    padding-left: 20px;
  }
}
