.tip-box {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 750px;
  background: #fff;
  box-shadow: 0px 3px 12px #0000001a;
  border-radius: 7px;
  font-family: "Titillium Web", sans-serif;
  position: relative;
}

@media screen and (max-width: 700px) {
  .tip-box {
    flex-direction: column;
  }
}

.tip-box * {
  box-sizing: border-box;
}

.tip-box *.-m-visible {
  display: none;
}

@media screen and (max-width: 700px) {
  .tip-box *.-m-visible {
    display: block;
  }
}

.tip-box *.-m-hidden {
  display: block;
}

@media screen and (max-width: 700px) {
  .tip-box *.-m-hidden {
    display: none;
  }
}

.tip-box__inner {
  width: 100%;
}

@media screen and (min-width: 701px) {
  .tip-box__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 35px 40px 30px 92px;
  }
}

@media screen and (max-width: 700px) {
  .tip-box__inner {
    padding: 30px 22px 20px 22px;
  }
}

.tip-box__badge {
  background-color: #da4131;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 701px) {
  .tip-box__badge {
    position: absolute;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    writing-mode: vertical-lr;
    text-align: center;
    transform: rotate(180deg);
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    width: 52px;
    font-size: 21px;
    line-height: 52px;
    letter-spacing: 0.42px;
  }
}

@media screen and (max-width: 700px) {
  .tip-box__badge {
    border-radius: 7px 7px 0 0;
    width: 100%;
    height: 40px;
    font-size: 19px;
    line-height: 38px;
    letter-spacing: 0.36px;
  }
}

.tip-box__advertisment {
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #2b121d;
}

@media screen and (max-width: 700px) {
  .tip-box__advertisment {
    top: 45px;
    right: 7px;
    font-size: 14px;
    line-height: 16px;
  }
}

.tip-box__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 38%;
  margin-right: 2.225em;
}

@media screen and (max-width: 700px) {
  .tip-box__left {
    width: 100%;
    margin-right: 0;
    flex-direction: row;
  }
}

@media screen and (max-width: 480px) {
  .tip-box__left {
    flex-direction: column;
  }
}

.tip-box__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(62% - 2.225em);
}

@media screen and (max-width: 700px) {
  .tip-box__right {
    width: 100%;
    align-items: flex-start;
  }
}

.tip-box__card {
  margin-top: 0;
  margin-bottom: 1.39em;
  -webkit-box-reflect: below -13px -webkit-gradient(
      linear,
      0% 50%,
      0% 100%,
      from(transparent),
      to(rgba(250, 250, 250, 0.1))
    );
}

@media screen and (max-width: 700px) {
  .tip-box__card {
    width: 50%;
    margin-bottom: 0;
    -webkit-box-reflect: initial;
  }
}

@media screen and (max-width: 480px) {
  .tip-box__card {
    margin-bottom: 12px;
    width: 100%;
    max-width: 245px;
    margin-left: auto;
    margin-right: auto;
  }
}

.tip-box__card img {
  display: block;
  width: 100%;
  height: auto;
}

.tip-box__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 700px) {
  .tip-box__content {
    align-items: flex-start;
    padding-left: 15px;
    margin-right: auto;
  }
}

@media screen and (max-width: 480px) {
  .tip-box__content {
    padding-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .tip-box__price-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.tip-box__price {
  font-size: 30px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0.45px;
  color: #2b121d;
}

@media screen and (min-width: 701px) {
  .tip-box__price {
    margin-top: auto;
    margin-bottom: 0.335em;
  }
}

@media screen and (max-width: 700px) {
  .tip-box__price {
    font-size: 27px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0.32px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 5px;
  }
}

@media screen and (max-width: 700px) {
  .tip-box__price-divider {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.14px;
    color: #2b121d;
    margin: 0 5px;
  }
}

.tip-box__term {
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.23px;
  color: #2b121d;
}

@media screen and (min-width: 701px) {
  .tip-box__term {
    margin-bottom: 0.535em;
  }
}

@media screen and (max-width: 700px) {
  .tip-box__term {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.14px;
  }
}

.tip-box__rating {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  color: #f5c643;
  margin-bottom: 0.225em;
}

@media screen and (max-width: 700px) {
  .tip-box__rating {
    justify-content: flex-start;
  }
}

.tip-box__rating svg {
  width: 20px;
  height: 20px;
  margin-right: 0.277em;
}

@media screen and (max-width: 700px) {
  .tip-box__rating svg {
    width: 14px;
    height: 14px;
  }
}

.tip-box__rating svg:last-child {
  margin-right: 0;
}

.tip-box__title {
  color: #2b121d;
  letter-spacing: 0.32px;
  font-weight: bold;
  font-size: 21px;
  line-height: 20px;
  margin-top: 0.477em;
  margin-bottom: 0.575em;
  text-align: center;
}

@media screen and (max-width: 700px) {
  .tip-box__title {
    font-size: 19px;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: 0.24px;
    text-align: left;
    margin-bottom: 5px;
  }
}

.tip-box__subtitle {
  color: #365959;
  letter-spacing: 0.27px;
  font-size: 21px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

@media screen and (max-width: 700px) {
  .tip-box__subtitle {
    font-size: 19px;
    line-height: 20px;
    letter-spacing: 0.21px;
  }
}

.tip-box__details {
  list-style: none;
  padding-left: 0;
  margin: 0.67em 0;
}

.tip-box__details-item {
  display: flex;
  flex-direction: row;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.27px;
  color: #2b121d;
  margin-bottom: 0.67em;
}

@media screen and (max-width: 700px) {
  .tip-box__details-item {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.18px;
    margin-bottom: 5px;
  }
}

.tip-box__details-item:before {
  content: "";
  display: block;
  min-width: 20px;
  width: 20px;
  height: 20px;
  margin-right: 0.56em;
  margin-top: 0.225em;
  background: url("../images/circle-check.svg") 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 700px) {
  .tip-box__details-item:before {
    width: 15px;
    height: 15px;
  }
}

.tip-box__buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
}

@media screen and (max-width: 480px) {
  .tip-box__buttons {
    flex-direction: column;
  }
}

@media screen and (min-width: 701px) and (max-width: 940px) {
  .tip-box__buttons {
    flex-direction: column;
  }
}

.tip-box__buttons-button {
  color: #fff;
  padding: 10px 15px;
  background: #db4131 linear-gradient(90deg, #db4131, #de5445);
  font-weight: 700;
  white-space: nowrap;
  border-radius: 5px;
  font-size: 18px;
  text-transform: none;
  min-width: 64px;
  border: none;
  box-sizing: border-box;
  box-shadow: 0px 3px 1px -2px #00000033, 0px 2px 2px 0px #00000024,
    0px 1px 5px 0px #0000001f;
  transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  text-decoration: none;
  text-align: center;
  flex: 1;
  margin-bottom: 0;
  margin-right: 0.75em;
}

@media screen and (max-width: 700px) {
  .tip-box__buttons-button {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.42px;
  }
}

@media screen and (max-width: 480px) {
  .tip-box__buttons-button {
    margin-right: 0;
    margin-bottom: 12px;
  }
}

.tip-box__buttons-button:hover {
  box-shadow: 0px 2px 4px -1px #00000033, 0px 4px 5px 0px #00000024,
    0px 1px 10px 0px #0000001f;
  cursor: pointer;
}

.tip-box__buttons-button:last-child {
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  .tip-box__buttons-button {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 12px;
  }

  .tip-box__buttons-button:last-child {
    margin-bottom: 0;
    margin-right: auto;
  }
}

@media screen and (min-width: 701px) and (max-width: 940px) {
  .tip-box__buttons-button {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 12px;
  }

  .tip-box__buttons-button:last-child {
    margin-bottom: 0;
    margin-right: auto;
  }
}

.tip-box__buttons-button.-apply {
  color: #fff;
}

.tip-box__buttons-button.-mode {
  color: #365959;
  background: none;
  box-shadow: none;
  border: 1.5px solid #365959;
}

.tip-box__buttons-button.-mode:hover {
  box-shadow: 0px 2px 4px -1px #00000033, 0px 4px 5px 0px #00000024,
    0px 1px 10px 0px #0000001f;
  cursor: pointer;
}
