.div--u-ibs7o9csk {
  border-right-width: 1px !important;
}
@media (max-width: 768px) {
  html .lpc-block__img-inner._16_9v {
    padding-top: 100% !important;
  }
}
@media (max-width: 360px) {
  .g-form-field__value.payment-wrapper {
    width: 314px;
  }
  .payment_wrap .payment_block {
    align-items: flex-start;
    flex-direction: column;
  }
  .payment_wrap .payment_price .payment_buy_btn {
    margin-left: 64%;
    line-height: 15px;
    width: 40%;
    margin-right: 100%;
  }
}
.list01 li {
  background: url(/t/images/check.png) no-repeat;
  background-size: 24px;
  background-position: left 0% top 50%;
  padding: 3px 0px 3px 40px !important;
  list-style: none;
}
.list01 li::before {
  content: none !important;
}
/* Errorpage */
.errorpage {
  display: flex;
}
.errorpage__img {
  flex: 0 1 50%;
  display: flex;
  align-items: center;
}
.errorpage__img a {
  margin: 0 auto;
}
.errorpage__img img {
  border-radius: 0;
}
.errorpage__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 1 50%;
  padding: 10px 0;
}
.errorpage__text {
  font-family: Inter, sans-serif;
  border-radius: 5px;
  padding: 32px;
  background-size: 650px auto;
  background: #141414;
  color: #fff;
  font-size: 18px;
}
.textblock {
  text-align: left;
}
.textblock h2, .textblock h3 {
  color: #fff;
  font-weight: 600;
  margin-top: 0;
}
.textblock h2 {
  font-size: 24px;
}
.textblock h3 {
  font-size: 20px;
}
.textblock p {
  line-height: 26px;
}
.errorpage__button-wrap {
  margin: 30px 0 16px;
  text-align: center;
}
.errorpage__button {
  background-color: rgba(222, 217, 181, 0.7);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border-radius: 10px;
  padding: 20px 30px;
  text-transform: uppercase;
  text-decoration: none !important;
}
.errorpage__button:hover, .errorpage__button:active {
  background-color: rgba(222, 217, 181, 0.91);
  box-shadow: 1px 1px 10px 1px rgba(222, 217, 181, 0.63);
  transition-property: all;
  transition-duration: 800ms;
  transition-delay: 0ms;
  transition-timing-function: ease;
}
@media (max-width: 1100px) {
  .textblock p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 850px) {
  .errorpage {
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    /*max-width: 487px;*/
  }
  .errorpage__wrap {
    padding: 0;
  }
  .errorpage__img img {
    max-height: 500px;
    object-fit: cover;
  }
}
@media (max-width: 479px) {
  .errorpage__text {
    padding: 32px 10px;
  }
  .errorpage__button {
    display: block;
    text-align: center;
    font-size: 13px;
  }
}
/* End of Errorpage */
