#clubPopinContent {
  overflow: scroll;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 99999;
  padding: 16px 16px 0;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
}
#clubPopinContent .club__popin__close {
  position: absolute;
  right: 24px;
  top: 24px;
}
#clubPopinContent .club__popin__close img {
  width: 16px;
  height: 16px;
}
#clubPopinContent .club__logo {
  margin-top: 32px;
  margin-bottom: 28px;
}
#clubPopinContent .club__logo img {
  width: 100px;
}
#clubPopinContent .club__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
#clubPopinContent .club__advantages {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #9C9C9C;
}
#clubPopinContent .club__conditions {
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.2px;
  background: #FFF0F0;
  border-radius: 4px;
  color: #BF0000;
  padding: 4px 8px;
  margin: 20px;
}
#clubPopinContent .club__boost {
  box-sizing: border-box;
  background: #FFF0F0;
  border-radius: 8px;
  width: 100%;
  padding: 8px;
  margin-bottom: 16px;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
#clubPopinContent .club__boost .club__boost__logo {
  width: 28px;
  height: 28px;
  overflow: hidden;
  margin: 8px 16px 8px 8px;
}
#clubPopinContent .club__boost .club__boost__logo img {
  width: 100%;
  height: 100%;
}
#clubPopinContent .club__boost .club__boost__title {
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: #333333;
}
#clubPopinContent .club__boost .club__boost__content {
  margin-right: 8px;
}
#clubPopinContent .club__boost .club__boost__content p {
  margin: 0;
}
#clubPopinContent .club__boost .club__boost__content .club__boost__description {
  font-weight: normal;
  font-size: 10px;
  line-height: 14px;
  color: #4D4D4D;
}
#clubPopinContent .club__boost .club__boost__content .club__boost__description .club__boost__delay {
  color: #BF0000;
}
#clubPopinContent .club__card__amount,
#clubPopinContent .club__card__description {
  width: 100%;
  background: #F7F7F7;
  border: 1px solid #D1D1D1;
  border-radius: 8px 8px 0 0;
}
#clubPopinContent .club__card__amount {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  border-bottom: 0;
  padding-bottom: 8px;
}
#clubPopinContent .club__card__amount > * {
  margin-top: 8px;
  margin-bottom: 0;
}
#clubPopinContent .club__card__amount .club__amount__text {
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 1.5px;
  color: #686868;
  text-transform: uppercase;
}
#clubPopinContent .club__card__amount .club__amount__number {
  position: relative;
  font-weight: bold;
  font-size: 32px;
  line-height: 28px;
  color: #BF0000;
  margin-bottom: -4px;
}
#clubPopinContent .club__card__amount .club__amount__number .club__amount__currency {
  position: relative;
  display: inline;
  top: -12px;
  right: 6px;
  font-weight: normal;
  font-size: 16px;
}
#clubPopinContent .club__card__amount .club__amount__number .club__amount__crossed {
  position: absolute;
  bottom: 8px;
  left: -55px;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #9C9C9C;
  text-decoration: line-through;
}
#clubPopinContent .club__card__description {
  background: #FFF;
  border-radius: 0 0 8px 8px;
  padding: 16px 0;
  margin-bottom: auto;
}
#clubPopinContent .club__card__description .club__step {
  font-size: 12px;
  color: #686868;
  margin: 4px 16px;
  display: flex;
  flex: 0 0 auto;
  align-items: baseline;
}
#clubPopinContent .club__card__description .club__step .club__step__img {
  margin-right: 8px;
}
#clubPopinContent .club__card__description--new-book {
  border-radius: 8px;
}
#clubPopinContent .club__member {
  position: sticky;
  bottom: 0;
  width: 100%;
  background-color: #FFF;
  padding: 16px;
  margin-top: 2px;
}
#clubPopinContent .club__member .club__member__button {
  width: 100%;
  min-height: 48px;
  font-size: 14px;
  line-height: 24px;
  background: #BF0000;
  color: #FFF;
  border: 0;
  border-radius: 4px;
}
@media only screen and (min-width: 360px) {
  #clubPopinContent .club__title {
    font-size: 24px;
  }
  #clubPopinContent .club__advantages {
    font-size: 14px;
  }
  #clubPopinContent .club__conditions {
    font-size: 12px;
  }
  #clubPopinContent .club__boost .club__boost__content .club__boost__title {
    font-size: 16px;
  }
  #clubPopinContent .club__boost .club__boost__content .club__boost__description {
    font-size: 14px;
  }
  #clubPopinContent .club__card__amount .club__amount__number {
    font-size: 40px;
  }
  #clubPopinContent .club__card__description .club__step {
    font-size: 14px;
  }
}
