content {
  position: relative;
}
.main__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc((100vw - 1720px) / 2 + 415px);
  min-height: 100%;
  /* background: #f4f6f7; */
  z-index: -1;
}
@media (max-width: 1750px) {
  .main__bg {
    width: 415px;
  }
}
@media (max-width: 1256px) {
  .main__bg {
    display: none;
  }
}
.pop-questions-page .container {
  padding-bottom: 100px;
}
@media (max-width: 600px) {
  .pop-questions-page .container {
    padding: 15px;
  }
}
.payment_main--title {
  font-weight: bold;
  font-size: 48px;
  line-height: 124%;
  letter-spacing: 0.01em;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #231f20;
  margin-bottom: 16px;
}
@media (max-width: 430px) {
  .payment_main--title {
    font-size: 28px;
  }
}
.payment_wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1256px) {
  .payment_wrapper {
    flex-direction: column;
    align-items: start;
  }
}
.pop-questions_main-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  column-gap: 50px;
}
@media (max-width: 1256px) {
  .pop-questions_main-wrapper {
    flex-direction: column;
  }
}
.payment_main {
  max-width: 1285px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.payment_main-text {
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #676767;
  margin-bottom: 48px;
  max-width: 500px;
}
@media (max-width: 768px) {
  .payment_main-text {
    margin-bottom: 20px;
  }
}
ul[class] {
  list-style: none;
  padding: 0;
}
.payment_main_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.payment_main_list-column {
  flex: 0 1 33.333%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.payment_main_list-column:last-child {
  flex: 1;
}

.payment_main_list-column:last-child .payment_main_list-item {
  width: 100%;
  max-width: none;
}

@media (max-width: 1024px) {
  .payment_main_list-column {
    flex: 0 1 50%;
  }
}
@media (max-width: 768px) {
  .payment_main_list-column {
    flex: 0 1 100%;
  }
}
.payment_main_list-item {
  position: relative;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  max-width: 415px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 32px 20px;
  background: #fff;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .payment_main_list-item {
    max-width: 100%;
    padding: 20px;
  }
}
.payment_main_list-item-link {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
  cursor: pointer;
}
.payment_main_list-item-top {
  margin-bottom: 16px;
  background: #fff;
  padding: 4px 16px;
  border: 1px solid #42ae45;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #676767;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.payment_main_list-item:hover .payment_main_list-item-top {
  color: #5a9b01;
}

.payment_main_list-item-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #231f20;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-bottom: 0.3px solid #b6b6b6;
}
.payment_main_list-item:hover .payment_main_list-item-title {
  color: #5a9b01;
}
@media (max-width: 768px) {
  .payment_main_list-item-title {
    font-size: 20px;
  }
}
.payment_main_list-item-price {
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #b6b6b6;
  margin-bottom: 16px;
}
.payment_main_list-item-price span {
  font-weight: bold;
  font-size: 42px;
  color: #231f20;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.payment_main_list-item:hover .payment_main_list-item-price span {
  color: #5a9b01;
}
@media (max-width: 768px) {
  .payment_main_list-item-price span {
    font-size: 30px;
  }
}
.payment_main_list-item-text {
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #676767;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-bottom: 0.3px solid #b6b6b6;
}
.payment_main_list-item-subtitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #231f20;
  margin-bottom: 16px;
}
.payment_main_list-item-list {
  margin-bottom: 24px;
}
.payment_main_list-item-list-item {
  position: relative;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #231f20;
  margin-left: 28px;
  margin-bottom: 12px;
}
.payment_main_list-item-list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  left: -28px;
  background-image: url(/local/templates/generator/assets/images/payment/icon.png);
  background-repeat: no-repeat;
  background-position: center;
}

.btn--green-white.payment_main_list-item-btn.popup-contact-btn {
  max-width: 100%;
  width: 100%;
  margin-top: auto;
}
.btn--green-white {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: block;
  padding: 20px 28px;
  background: #fff;
  border: 1px solid #42ae45;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 8px rgba(255, 255, 255, 0.34);
  box-shadow: 0px 1px 8px rgba(255, 255, 255, 0.34);
  border-radius: 4px;
  font-weight: 500;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1720));
  line-height: 140%;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
  color: #42ae45;
  cursor: pointer;
}
@media (max-width: 480px) {
  .btn--green-white {
    padding: 10px 20px;
  }
}
.btn--green-white:hover {
  background: #42ae45;
  border: 1px solid #42ae45;
  color: #fff;
}
.btn--green-white:focus {
  border: 2px solid #231f20;
}
.payment_main_list-item:hover .payment_main_list-item-btn {
  background: #42ae45;
  border: 1px solid #42ae45;
  color: #fff;
}
.payment_main_list-item:hover {
  -webkit-box-shadow: 0 0 10px rgba(69, 69, 69, 0.25);
  box-shadow: 0 0 10px rgba(69, 69, 69, 0.25);
}
.payment_info--title {
  font-weight: bold;
  font-size: 28px;
  line-height: 124%;
  letter-spacing: 0.01em;
  color: #231f20;
  margin-bottom: 16px;
}
.payment_info--text {
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: #676767;
  margin-bottom: 20px;
}

.more__article--info {
  max-width: 367px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 415px;
  flex: 0 0 415px;
  position: sticky;
  top: 130px;
}
@media (max-width: 1256px) {
  .more__article--info {
    max-width: none;
    margin: 20px 0;
    width: 100%;
    flex: 0 0 auto;
  }
}
.more__article--info--title {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #231f20;
  margin-bottom: 28px;
}
@media (max-width: 480px) {
  .more__article--info--title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

#popup-contact {
  padding: 0;
  box-shadow: 0 0 13px rgba(121, 121, 121, 0.2);
  border-radius: 12px;
  max-width: 800px;
  width: 100%;
}

#popup-contact .popup__content {
  position: relative;
  color: #231f20;
  padding: 80px;
  background: url(/local/templates/generator/assets/images/reviews/popup-bg.jpg) center/auto no-repeat;
  border-radius: 12px;
}
@media (max-width: 1024px) {
  #popup-contact .popup__content {
    padding: 50px;
    min-height: auto;
  }
}

@media (max-width: 480px) {
  #popup-contact .popup__content {
    padding: 40px 25px 25px;
  }
}

#popup-contact .popup__close {
  position: absolute;
  top: 35px;
  right: 35px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}
@media (max-width: 480px) {
  #popup-contact .popup__close {
    top: 25px;
    right: 25px;
  }
}
#popup-contact .popup__title {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 12px;
  color: #231f20;
}

@media (max-width: 1024px) {
  #popup-contact .popup__title {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  #popup-contact .popup__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#popup-contact .popup__text {
  color: #676767;
  margin-bottom: 24px;
  max-width: 550px;
}
@media (max-width: 480px) {
  #popup-contact.popup__text {
    margin-bottom: 15px;
    font-size: 12px;
  }
}
.fancybox__container {
  --fancybox-bg: rgba(24, 24, 27, 0.8);
}
