.ewallet-spoilers {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .ewallet-spoilers {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: unset;
    padding-bottom: unset;
  }
}
.ewallet-spoilers__section-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  color: #051320;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ewallet-spoilers__section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.ewallet-spoilers__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .ewallet-spoilers__wrapper {
    gap: 12px;
  }
}
.ewallet-spoilers__row {
  display: flex;
  gap: 30px;
}
.ewallet-spoilers__row .ewallet-spoilers__item {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .ewallet-spoilers__row {
    flex-direction: column;
    gap: 12px;
  }
}
.ewallet-spoilers__item {
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 44px -9px rgba(0, 0, 0, 0.03);
  background: #fff;
  height: -moz-max-content;
  height: max-content;
  transition: all 150ms;
  overflow: hidden;
}
.ewallet-spoilers__item:has(.open) {
  border-color: #25bb4d;
}
@media screen and (max-width: 768px) {
  .ewallet-spoilers__item {
    flex: 1 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.ewallet-spoilers__item.ewallet-spoilers__item_open {
  border-color: #25bb4d;
}
.ewallet-spoilers__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 24px;
  transition: all 0.15s;
  cursor: pointer;
}
.ewallet-spoilers__question.open + .ewallet-spoilers__answer {
  opacity: 1;
  padding-bottom: 16px;
  height: -moz-fit-content;
  height: fit-content;
}
.ewallet-spoilers__question h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #051320;
  transition: all 0.15s;
}
@media screen and (max-width: 768px) {
  .ewallet-spoilers__question h3 {
    font-size: 16px;
  }
}
.ewallet-spoilers__question:after {
  content: "";
  width: 20px;
  height: 21px;
  background-image: url(./../../../images/icons/chevron-down.svg);
  transition: all 0.15s;
  transform-origin: center center;
}
.ewallet-spoilers__question.open:after {
  transform: rotate(180deg);
  background-image: url(./../../../images/icons/chevron-up-green.svg);
}
@media screen and (min-width: 1025px) {
  .ewallet-spoilers__question:hover h3 {
    color: #25bb4d;
  }
}
@media screen and (max-width: 768px) {
  .ewallet-spoilers__question {
    font-size: 16px;
    line-height: 120%;
    padding: 18.5px 24px;
  }
}
.ewallet-spoilers__answer {
  position: relative;
  padding: 0 24px 16px;
  font-size: 16px;
  line-height: 22.4px;
  height: 0;
  opacity: 0;
  padding-bottom: 0;
  transition: all 0.15s;
}
@media screen and (max-width: 768px) {
  .ewallet-spoilers__answer {
    padding: 0 24px;
    padding-bottom: 0;
  }
}
.ewallet-spoilers__fullwidth-image {
  box-shadow: 0 4px 44px -9px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 340px;
}
.ewallet-spoilers__fullwidth-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .ewallet-spoilers__fullwidth-image {
    display: none;
  }
}
.ewallet-spoilers__row-line {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .ewallet-spoilers__row-line {
    flex-direction: column;
    gap: 12px;
  }
}
.ewallet-spoilers__row-image {
  border-radius: 12px;
  height: 256px;
  overflow: hidden;
  flex-basis: 406px;
  flex-grow: 0;
  flex-shrink: 0;
}
.ewallet-spoilers__row-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .ewallet-spoilers__row-image {
    height: 220px;
    flex-basis: unset;
    margin-top: 18px;
    margin-bottom: 18px;
  }
}
.ewallet-spoilers__col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .ewallet-spoilers__col {
    gap: 12px;
  }
}
.ewallet-spoilers__contacts {
  flex-basis: 406px;
  flex-grow: 0;
  flex-shrink: 0;
  box-shadow: 0 4px 44px -9px rgba(0, 0, 0, 0.08);
  background: linear-gradient(145deg, #8b8fed 0%, #abfaf5 100%);
  border-radius: 16px;
  padding-top: 26px;
  padding-left: 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .ewallet-spoilers__contacts {
    padding-top: 18px;
    flex-basis: unset;
    height: 214px;
    margin-top: 18px;
  }
}
.ewallet-spoilers__contacts-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 20px;
}
.ewallet-spoilers__contacts-subtitle {
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  margin-bottom: 54px;
  max-width: 144px;
}
.ewallet-spoilers__contacts-subtitle b {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .ewallet-spoilers__contacts-subtitle {
    font-size: 14px;
    margin-bottom: 29px;
    max-width: 132px;
  }
}
.ewallet-spoilers__contacts-button {
  font-weight: 600;
  font-size: 14px;
  line-height: 129%;
  padding: 10px 13px;
  border-radius: 10px;
  display: block;
  text-decoration: none;
  transition: 0.3s;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  color: #25bb4d;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
  min-width: 126px;
}
.ewallet-spoilers__contacts-button:hover {
  background-color: #30d05a;
  color: #fff;
}
.ewallet-spoilers__contacts-image {
  position: absolute;
  right: -2px;
  bottom: -8px;
}
.ewallet-spoilers__contacts-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .ewallet-spoilers__contacts-image {
    width: 189px;
    right: -15px;
  }
}/*# sourceMappingURL=style.min.css.map */