

/* Start:/local/templates/main/components/only/elements.list/payment/style.css?17538785464799*/
.price-slider[data-type="group"] .premium-btn {
  display: none !important;
}

.price-slider[data-type="group"] .standard-btn {
  display: none !important;
}

.h1-title__btn {
  max-width: 300px;
}

.payment__head {
  position: relative;
  overflow: hidden;
}

.payment__head img {
  max-width: 100%;
  max-height: 100%;
}

.payment__head-leftpic {
  position: absolute;
  top: 15%;
  left: -10%;
  max-width: 50%;
  margin: 0;
}

.payment__head-rightpic {
  position: absolute;
  top: 12%;
  right: -13%;
  max-width: 48%;
}

.payment__head-mobpic {
  display: none;
  position: relative;
  top: 15%;
  left: 0;
  margin: 0 auto 2rem auto;
  max-width: 50%;
}

@media (max-width: 767px) {

  .payment__head-leftpic {
    display: none;
  }

  .payment__head-mobpic {
    display: block;
  }

  .payment__head-rightpic {
    display: none;
    position: absolute;
    top: 12%;
    right: -13%;
    max-width: 48%;
  }

}

@media (min-width: 768px) and (max-width: 1023px) {}

.payment-rules {
  padding: 6rem 0 6rem 0;
  display: none;
}

.payment-rules__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.payment-rules__item {
  width: 22.5%;
}

.payment-rules__card {
  padding: 3rem;
  min-height: 256px;
  border-radius: 20px;
  background-color: #f4f2f9;
  transition: .4s;
}

.payment-rules__card:hover {
  transform: scale(1.05);
}

.payment-rules__card-title {
  font-size: 6rem;
  font-weight: 600;
  margin-bottom: 5rem;
  text-align: center;
}

.payment-rules__card-text {
  font-size: 2.3rem;
  text-align: center;
}

.payment-rules__card-dateslist-item {
  font-size: 2.4rem;
  line-height: 3.5rem;
  /* margin-bottom: 2rem; */
  font-weight: 600;
  text-align: center;
}

.payment-rules__card-dateslist {
  margin-bottom: 4rem;
}

.payment-rules__grid {
  margin: 4rem 0;
}

.price-item__buy {
  min-width: auto;
}

.price-slider-center {
  position: relative; 
  right: 36.5%;
}

@media (max-width: 767px) {

  .price-slider__tab:not(:last-child) {
    margin-bottom: 2rem;
  }

  .payment-rules__item {
    width: 100%;
    margin-bottom: 2rem;
  }

  .payment-rules__card-title {
    font-size: 4rem;
  }

  .price-slider-center {
    right: 28.5%;
  }
  .price-slider-mob {
    padding-left: 40rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {

  .payment-rules__item {
    width: 48%;
    margin-bottom: 2rem;
  }

  .payment-rules__card {
    min-height: 320px;
  }

  .payment-rules__card-title {
    font-size: 6rem;
  }
}

.payment-steps {
  padding: 8rem 0 0rem 0;
  margin-bottom: 0;
}

.payment-steps__wrap {
  padding: 2rem 0 6rem 0;
}

.payment-steps__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.payment-steps__item {
  width: 30%;
}

.payment-steps__item-text {
  font-size: 3rem;
  font-weight: 500;
}

.payment-steps__item-title {
  font-size: 4.2rem;
  font-weight: 800;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {

  .payment-steps__item-title {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 2rem;
  }

  .payment-steps__item-text {
    font-size: 2rem;
  }

  .payment-steps__item {
    width: 90%;
    margin: 0 auto;
  }

  .payment-steps__item:not(:last-child) {
    margin: 0 auto 4rem auto;
  }

}

@media (min-width: 768px) and (max-width: 1023px) {}

.payment-faq {
  margin: 6rem 0;
}

.payment-faq__list {
  margin: 4rem 0;
}

.payment-faq__item {
  position: relative;
  overflow: hidden;
}

.payment-faq__item:not(:last-child) {
  margin-bottom: 2rem;
  cursor: pointer;
}

.payment-faq__card {
  display: flex;
  align-items: center;
}

.payment-faq__title {
  font-size: 5rem;
}

.payment-faq__icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-right: 24px;
}

.payment-faq__icon::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 32px;
  height: 6px;
  margin: auto 0;
  background-color: #414141;
  border-radius: 100px;
}

.payment-faq__icon::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 6px;
  height: 32px;
  margin: 0 auto;
  background-color: #414141;
  border-radius: 100px;
  opacity: 1;
  transition: .4s;
}

.is-active .payment-faq__icon::after {
  opacity: 0;
  top: -100px;
}

.payment-faq__text {
  padding-top: 24px;
  padding-left: 56px;
  max-width: 920px;
  font-size: 18px;
  max-height: 0;
  opacity: 0;
  transition: .4s;
}

.is-active .payment-faq__text {
  max-height: 500px;
  opacity: 1;
}

@media (max-width: 767px) {

  .payment-faq__item {
    width: 90%;
    margin: 0 auto;
  }

  .payment-faq__title {
    font-size: 2.6rem;
    font-weight: 800;
  }

  .payment-faq__text {
    font-size: 2rem;
  }

}
/* End */
/* /local/templates/main/components/only/elements.list/payment/style.css?17538785464799 */
