/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@-webkit-keyframes a {
  0% {
    top: -25px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  25% {
    top: -25px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    top: -25px;
    -webkit-transform: scale(0.9) rotate(8deg);
    transform: scale(0.9) rotate(8deg);
  }

  75% {
    top: -25px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    top: -25px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes a {
  0% {
    top: -25px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  25% {
    top: -25px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    top: -25px;
    -webkit-transform: scale(0.9) rotate(8deg);
    transform: scale(0.9) rotate(8deg);
  }

  75% {
    top: -25px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    top: -25px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

img {
  display: block;
}

*,
ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #fff;
  font-family: "Rubik", sans-serif;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.btn {
  padding: 0;
  max-width: 273px;
  width: 100%;
  min-height: 64px;
  background: -o-linear-gradient(8.45deg, #ffc83e 33.93%, #ff7347 73.78%);
  background: linear-gradient(81.55deg, #ffc83e 33.93%, #ff7347 73.78%);
  border-radius: 8px;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

a:active,
.btn:active,
.btn2:active,
.btn-unsubscribe:active,
.menu-icon:active {
  opacity: 0.5;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
}

.offers__title,
.money-request__title,
.card-request__title,
.reviews__title,
.clients__title,
.about-service__title,
.faq__title,
.recieve-money__title {
  font-weight: 600;
  font-size: 38px;
  line-height: 45px;
  color: #45515f;
  text-align: center;
  margin: 0 0 36px 0;
}
.top-wrp {
  background-color: #ffb548;
  background-image: url(../img/top/background-top.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.center {
  max-width: 1320px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}
.header {
  padding-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 64px 0;
}

.navbar {
  display: none;
}

.header-logo__link {
  font-weight: 400;
  font-size: 33px;
  line-height: 26px;
  color: #f6f9fc;
}

.header-logo__link span {
  font-weight: 600;
}

.header-nav {
  max-width: 471px;
  width: 100%;
}

.header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-nav__link {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}

.header-button {
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 18px 25px 17px 33px;
  background-color: #ff7b00;
  border-radius: 8px;
}

.burger-menu {
  display: none;
}
.promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 644px;
}

.promo-info {
  z-index: 1;
  max-width: 477px;
  width: 100%;
  padding-top: 72px;
}

.promo-info__link {
  display: inline-block;
  border-radius: 12px;
  padding: 15px 23px 15px 75px;
  background-color: rgba(255, 255, 255, 0.95);
  margin: 0 0 20px 0;
}
.promo-info__link-txt {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  color: #3c4260;
  position: relative;
}
.promo-info__link-txt::before {
  content: "";
  background-image: url("../img/top/fire-1.svg");
  width: 56px;
  height: 56px;
  position: absolute;
  left: -67px;
  top: -25px;
  -webkit-animation-name: a;
  animation-name: a;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.promo-info__title {
  margin: 0 0 15px;
  max-width: 477px;
  width: 100%;
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  text-transform: uppercase;
}
.promo-info__txt {
  max-width: 454px;
  width: 100%;
  font-weight: 400;
  font-size: 27px;
  line-height: 36px;
  margin: 0 0 110px 0;
}
.promo-info__text {
  max-width: 300px;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
}
.promo-image {
  max-width: 458px;
  width: 100%;
  min-height: 697px;
  background-image: url(../img/top/woman-promo.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  bottom: -68px;
  left: -359px;
  z-index: 1;
  pointer-events: none;
}
.promo-form {
  max-width: 428px;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 15px;
  position: relative;
  padding: 29px 19px 36px 28px;
  margin: 0 0 68px 0;
}
.promo-form-calc {
  max-width: 382px;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 63px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.promo-form__txt {
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: #45515f;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 0 0 39px 0;
}
.promo-form__sum-credit {
  position: relative;
  max-width: 379px;
  width: 100%;
  min-height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 43px;
}
.promo-form__sum-credit::after {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  border-radius: 8px;
  max-width: 381px;
  width: 100%;
  height: 1px;
  background: #ececec;
  opacity: 0.2;
}
.promo-form__min-sum,
.sum-credit__max-sum,
.promo-form__min-term,
.promo-form__max-term {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #c0c2c5;
}
.promo-form__txt2 {
  margin: 0 0 50px 0;
}
.promo-form__term-credit {
  max-width: 381px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 25px;
}
.promo-form__button {
  margin: 0 0 0 10px;
}
.promo-form__info__list {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 44px;
  -moz-column-gap: 44px;
  column-gap: 44px;
  row-gap: 21px;
  -ms-grid-columns: 150px 44px 150px;
  grid-template-columns: repeat(2, 150px);
  padding: 0 0 0 39px;
}
.promo-form__info__item p {
  font-size: 14px;
  line-height: 17px;
  color: #45515f;
  margin: 0 0 2px 0;
}
.promo-form__info__item span {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #f28925;
}
.promo-form__inputs-wrp {
  max-width: 381px;
  width: 100%;
  min-height: 21px;
  position: relative;
  text-align: center;
  margin: 0 0 4px;
}

.promo-form__output,
.promo-form__output-term-credit {
  position: absolute;
  display: block;
  left: 0px;
  top: -27px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #45515f;
}
.promo-form__output {
  left: 180px;
}
.promo-form__output-term-credit {
  left: 72px;
}
.promo-form__input,
.promo-form__input-term-credit {
  -webkit-appearance: none;
  max-width: 381px;
  width: 100%;
  height: 7px;
  background: #fff;
  border-radius: 20px;
  background: -o-linear-gradient(74deg, #ffc83e 0%, #ff9f47 100%);
  background: linear-gradient(16deg, #ffc83e 0%, #ff9f47 100%);
  overflow: hidden;
}
.promo-form__circle,
.promo-form__circle-term-credit {
  content: "";
  width: 21px;
  height: 21px;
  background-color: #ff9f47;
  position: absolute;
  border-radius: 50px;
  top: 0;
  left: 0;
  z-index: -1;
}
.promo-form__circle {
  left: 234px;
}
.promo-form__circle-term-credit {
  left: 66.6667px;
}
.promo-form__input::-webkit-slider-thumb,
.promo-form__input-term-credit::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #ffa147;
  -webkit-box-shadow: -210px 0px 0px 200px #ececec;
  box-shadow: -210px 0px 0px 200px #ececec;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(../img/top/arrows.svg);
  background-repeat: no-repeat;
  background-position: center;
  border: none;
}
.promo-form__input::-moz-range-thumb,
.promo-form__input-term-credit::-moz-range-thumb {
  -webkit-appearance: none;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #ffa147;
  box-shadow: -210px 0px 0px 200px #ececec;
  cursor: pointer;
  transform: rotate(180deg);
  background-image: url(../img/top/arrows.svg);
  background-repeat: no-repeat;
  background-position: center;
  border: none;
}
.offers {
  background-color: #f6f9fc;
  padding-top: 49px;
}

.offers-border {
  padding-bottom: 51px;
  border-bottom: 1px solid rgba(69, 81, 95, 0.05);
}

.offers__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 33px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.offers__item {
  max-width: 408px;
  width: 100%;
  min-height: 172px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0px 4px 44px rgba(84, 104, 123, 0.05);
  box-shadow: 0px 4px 44px rgba(84, 104, 123, 0.05);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.offers__txt {
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  color: #45515f;
  margin: 0 0 14px 0;
}

.offers__txt-wrp {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.offers__txt_color-yellow span {
  color: #ffc83e;
}

.offers__txt_color-orange span {
  color: #ff7b00;
}

.offers__txt_color-dark-orange span {
  color: #fa5914;
}

.offers__txt-description {
  font-size: 15px;
  line-height: 27px;
  color: #45515f;
  position: relative;
  margin: 0 0 0 22px;
}

.offers__txt-description span {
  font-weight: 500;
}

.calendar::before {
  content: "";
  width: 12px;
  height: 11px;
  background-image: url(../img/main/calendar-icon.svg);
  position: absolute;
  left: -22px;
  bottom: 8px;
}

.rub::before {
  content: "";
  width: 9px;
  height: 10px;
  background-image: url(../img/main/rub-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -21px;
  bottom: 9px;
}

.offers__bottom-txt {
  font-size: 13px;
  line-height: 19px;
  color: #45515f;
  text-align: center;
}

.offers__discount-flag {
  position: absolute;
  width: 94px;
  height: 23px;
  -webkit-box-shadow: 0px 4px 44px rgba(84, 104, 123, 0.05);
  box-shadow: 0px 4px 44px rgba(84, 104, 123, 0.05);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 14px;
  left: -21px;
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  text-align: center;
}

.yellow {
  background-color: #ffc83e;
}

.orange {
  background-color: #ff7b00;
}

.dark-orange {
  background-color: #fa5914;
}
.money-request {
  background-color: #f6f9fc;
  padding: 44px 0 45px;
}

.money-request__title {
  margin: 0 0 49px 0;
}

.money-request__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 0 44px 0;
}

.money-request__list::before {
  content: "";
  position: absolute;
  max-width: 13%;
  width: 100%;
  height: 7px;
  background: -o-linear-gradient(8.45deg, #ffc83e 33.93%, #ff9f47 73.78%);
  background: linear-gradient(81.55deg, #ffc83e 33.93%, #ff9f47 73.78%);
  border-radius: 8px;
  top: 126px;
}

.money-request__list::after {
  content: "";
  position: absolute;
  max-width: 87%;
  width: 100%;
  height: 7px;
  background-color: #fff;
  border-radius: 8px;
  top: 126px;
  left: 13%;
}

.money-request__item {
  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-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 320px;
  width: 100%;
}

.money-request__wrp-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 34px 0;
  max-width: 68px;
  width: 100%;
  height: 77px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.money-request__wrp-images img {
  width: 100%;
}

.money-request__wrp-step-number {
  border-radius: 50%;
  width: 34px;
  height: 34px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #d6d3d3;
  margin: 0 0 21px 0;
  z-index: 3;
  pointer-events: none;
}

.orange-light-white {
  color: #fff;
  background: #ffa147;
}

.money-request__form-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.money-request__txt-description p {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #45515f;
}

.txt-step1 {
  max-width: 196px;
}

.txt-step2 {
  max-width: 153px;
}

.txt-step3 {
  max-width: 234px;
}

.txt-step4 {
  max-width: 248px;
}

.wrp-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.card-request {
  padding: 55px 0 46px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.card-request__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 35px;
  margin: 0 0 31px 0;
}

.card-request__item {
  border-radius: 22px;
  width: 140px;
  height: 133px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.card-request__item-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  width: 140px;
  height: 133px;
  background: #f6f9fc;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 22px;
}

.card-request__title {
  margin: 0 0 14px 0;
}

.card-request__txt {
  max-width: 252px;
  width: 100%;
  min-height: 19px;
  font-size: 13px;
  color: #45515f;
  text-align: center;
  margin: 0 auto 44px;
}
.reviews {
  background-color: #f6f9fc;
  padding: 65px 0 38px;
}

.reviews__title {
  margin: 0 0 43px 0;
}

.reviews__list {
  margin: 0 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 28px;
}

.reviews__item {
  padding: 51px 41px 47px;
  max-width: 408px;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0px 4px 44px rgba(84, 104, 123, 0.05);
  box-shadow: 0px 4px 44px rgba(84, 104, 123, 0.05);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 22px;
}

.reviews__item-img {
  margin: 0 0 26px 0;
  height: 96px;
}

.reviews__item-title {
  margin: 0 0 19px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #45515f;
}

.client-geolocation-wrp {
  margin: 0 0 17px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.item-txt {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #93a0ab;
}

.reviews__item-txt2 {
  margin: 0 0 27px 0;
  color: #536473;
}

.reviews__buttons-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.btn2 {
  padding: 21px 31px;
  height: 62px;
  text-align: center;
  border: 1px solid #c9d2dd;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #45515f;
  background: transparent;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.reviews__item-rating {
  height: 12px;
}
.clients {
  background-color: #ffb548;
  background: url(../img/clients/background.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 55px 0 59px;
}

.clients__title {
  color: #ffffff;
  margin: 0 0 37px 0;
}

.clients__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 27px;
}

.clients__item:nth-child(3) {
  gap: 35px;
}

.clients__item {
  max-width: 408px;
  width: 100%;
  min-height: 121px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0px 4px 44px rgba(84, 104, 123, 0.05);
  box-shadow: 0px 4px 44px rgba(84, 104, 123, 0.05);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  padding: 26px 31px 25px;
}

.clients__item h4 {
  font-weight: 500;
  color: #45515f;
  margin: 0 0 6px 0;
  font-size: 16px;
  line-height: 19px;
}

.clients__svg-wrp {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.clients__svg-wrp svg {
  width: 100%;
}

.clients__info-wrp > p {
  color: #536473;
  margin: 0 0 8px 0;
}

.clients__info-wrp .client-geolocation-wrp {
  margin: 0;
}
.about-service {
  padding: 56px 0 72px;
}

.about-service__title {
  margin: 0 0 43px 0;
}

.about-service__subtitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #45515f;
  margin: 0 0 31px 0;
  min-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-service__item:first-child .about-service__subtitle {
  max-width: 399px;
  width: 100%;
  min-height: 56px;
}

.about-service-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.about-service__item {
  max-width: 625px;
  width: 100%;
  min-height: 612px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #f8ebeb;
  -webkit-box-shadow: 0px 4px 44px rgba(84, 104, 123, 0.05);
  box-shadow: 0px 4px 44px rgba(84, 104, 123, 0.05);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 22px;
  padding: 44px 45px;
}

.about-service__txt {
  color: #536473;
}

.about-service__txt:not(:last-child) {
  margin: 0 0 15px 0;
}
.faq {
  padding: 59px 0 69px;
  background: #f6f9fc;
}

.faq__title {
  margin: 0 0 37px 0;
}

.accordion-item {
  margin: 0 0 4px;
  border: 0;
  background: -o-linear-gradient(181.13deg, #ffc83e -5.09%, #ff7347 51.96%);
  background: linear-gradient(268.87deg, #ffc83e -5.09%, #ff7347 51.96%);
  -webkit-box-shadow: 0px 4px 44px 0px rgba(84, 104, 123, 0.05);
  box-shadow: 0px 4px 44px 0px rgba(84, 104, 123, 0.05);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 12px;
}

.accordion-item:last-child {
  margin: 0;
}

.accordion-item:first-of-type,
.accordion-item:last-of-type {
  border-radius: 12px;
  border-radius: 12px;
}

.accordion-button {
  padding: 21px 43px 25px 33px;
  color: #45515f;
  font-size: 20px;
  font-weight: 600;
  border-radius: 11px;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}

.accordion-button::after {
  margin: 4px 0 0 auto;
  width: 15px;
  height: 9px;
  background-image: url(../img/faq/Vector-close.svg);
  background-size: contain;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/faq/Vector-open.svg);
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 11px;
  border-radius: 11px;
}

.accordion-button:not(.collapsed) {
  padding: 21px 43px 17px 33px;
  color: #fff;
  background: -o-linear-gradient(181.13deg, #ffc83e -5.09%, #ff7347 51.96%);
  background: linear-gradient(268.87deg, #ffc83e -5.09%, #ff7347 51.96%);
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion-body {
  padding: 0 127px 28px 33px;
  color: #fff;
}
.recieve-money {
  background-color: #fefefe;
  padding: 61px 0 62px;
}

.recieve-money .center {
  position: relative;
}

.recieve-money__discription-wrp {
  max-width: 578px;
  width: 100%;
}

.recieve-money__image {
  background-image: url(../img/recieve-money/girl.png);
  background-repeat: no-repeat;
  background-position: bottom;
  bottom: -62px;
  right: 5px;
  position: absolute;
  width: 633px;
  height: 421px;
}

.recieve-money__title {
  text-align: left;
  margin: 0 0 26px 0;
}

.recieve-money__txt {
  font-weight: 400;
  color: #536473;
  font-size: 27px;
  line-height: 36px;
}

.recieve-money__txt2 {
  margin: 0 0 26px 0;
}
.footer {
  background-color: #ffb548;
  background-image: url("../img/footer/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.footer-top {
  padding: 50px 0 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer__logo-link {
  font-family: "Rubik", sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
}

.footer__wrp-contacts {
  max-width: 445px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__mail-link {
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 166px;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer__mail-link span svg,
.footer__tel-link span svg {
  fill: currentColor;
}

.footer__tel-link {
  max-width: 228px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.footer__logo-link span {
  font-weight: 600;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 471px;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  margin: 0 4px 0 0;
}

.footer__item-link {
  font-size: 18px;
  font-weight: 500;
}

.creditors__title {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 30px 0 23px 0;
}

.creditors__list {
  margin: 0 0 23px 0;
}

.creditors__item {
  font-size: 13px;
  line-height: 15.41px;
}
.footer-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 37px;
  width: 478px;
  padding: 20px 0 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer__card-txt {
  width: 118px;
  height: 42px;
  font-size: 18px;
  font-weight: 500;
}

.footer__card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__card-link:active {
  opacity: 0.3;
}

.footer__personal-wrp {
  max-width: 767px;
  min-height: 86px;
  width: 100%;
  border: 1px solid #fff;
  text-align: center;
  padding: 32px 0;
}

.footer__personal {
  font-size: 18px;
  line-height: 21px;
}

.footer__personal-link {
  font-size: 18px;
  font-weight: 300;
  text-decoration: underline;
  line-height: 21.33px;
}
.footer__card-item {
  width: 89px;
}

.footer__card-item:first-child {
  margin-right: 6px;
  width: 74px;
}

.footer__card-item:nth-child(2) {
  margin-right: 22px;
  width: 76px;
}
.agreements {
  padding: 27px 0 39px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.agreements__title {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 21px;
  margin: 0 0 23px 0;
}

.agreements__txt {
  font-size: 13px;
  line-height: 15.41px;
}

.agreements__txt:not(:last-child) {
  margin: 0 0 11px 0;
}
.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 0 41px;
}

.copyright {
  max-width: 576px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyright__img {
  background: url(../img/footer/18+.svg) no-repeat;
  width: 45px;
  height: 45px;
}

.footer__copyright-txt {
  line-height: 21px;
  font-size: 18px;
  font-weight: 400;
}

.footer__social-icons-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 349px;
  width: 100%;
  height: 45px;
}

.btn-unsubscribe {
  padding: 14px 28px 12px 32px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #fefefe;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  color: #fefefe;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.footer__list-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 144px;
  width: 100%;
  height: 27px;
}

.footer__item-social-icon {
  position: relative;
}

.footer__item-social-icon:not(:last-child)::after {
  content: "";
  height: 27px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: -24px;
  top: -4px;
}

.link-social-icon svg {
  width: 100%;
  fill: #ffffff;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (max-width: 1200px) {
  .footer-top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 42px 0 32px;
  }

  .footer-logo {
    margin: 0 0 41px 0;
  }

  .footer__list {
    max-width: 1200px;
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 29px 146px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .footer__wrp-contacts {
    max-width: 489px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 1024px) {
  .center {
    max-width: 800px;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .header {
    padding: 29px 0 0 0;
    margin: 0 0 39px 0;
  }

  .header-nav__link {
    font-size: 14px;
    line-height: 17px;
  }

  .header-nav {
    max-width: 332px;
  }

  .header-button span {
    display: none;
  }
  .promo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .promo-info {
    max-width: 767px;
    width: 100%;
    text-align: center;
    padding-top: 0;
  }

  .promo-info__title {
    max-width: 767px;
    margin: 0 auto;
    font-size: 39px;
  }

  .promo-info__txt {
    max-width: 751px;
    margin: 0 auto 10px;
  }

  .promo-info__text {
    max-width: 600px;
    margin: 0 auto 37px;
  }

  .promo-form {
    margin-bottom: 21px;
  }

  .promo-image {
    background-image: url(../img/top/woman-promo-tablet.png);
    background-position: top;
    bottom: -91px;
    min-height: 730px;
    left: -355px;
  }
  .offers {
    padding: 50px 0 0 0;
  }

  .offers-border {
    border-bottom: none;
    padding: 0 0 69px 0;
  }

  .offers__title {
    margin: 0 0 35px 0;
  }

  .offers__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    margin: 0 0 35px 0;
  }
  .money-request {
    padding: 0 0 70px;
  }

  .money-request__title {
    margin: 0 0 33px 0;
  }

  .txt-step3 {
    max-width: 183px;
  }

  .money-request__list {
    margin: 0 0 42px 0;
  }
  .card-request__txt {
    margin: 0 auto 43px;
  }

  .card-request__list {
    gap: 0;
    margin: 0 0 43px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .card-request__item,
  .card-request__item-img-wrap {
    width: 128px;
    height: 122px;
  }

  .image-yandex {
    width: 92px;
    height: 48px;
  }

  .image-qiwi {
    width: 90px;
    height: 48px;
  }

  .image-visa {
    width: 92px;
    height: 48px;
  }

  .image-master {
    width: 91px;
    height: 48px;
  }

  .image-cash {
    width: 51px;
    height: 37px;
  }

  .card-request__item-img-wrap > svg {
    width: 17px;
    height: 8px;
  }
  .reviews {
    padding: 66px 0 54px;
  }

  .reviews__title {
    margin: 0 auto 39px;
  }

  .reviews__list {
    margin: 0 0 39px 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 15px;
  }

  .reviews__item {
    max-width: 377px;
  }

  .reviews__item:last-child {
    display: none;
  }
  .clients__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 15px;
  }

  .clients__item {
    max-width: 377px;
  }

  .clients__item:last-child {
    display: none;
  }
  .about-service {
    padding: 57px 0 48px;
  }

  .about-service__title {
    margin: 0 0 42px 0;
  }

  .about-service-wrp {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-service__item {
    max-width: 768px;
    min-height: 558px;
  }
  .faq {
    padding: 57px 0 67px;
  }

  .accordion-body {
    padding: 0 79px 28px 33px;
  }

  .accordion-body span:last-child {
    display: none;
  }
  .recieve-money {
    padding: 60px 0 454px;
    background-image: url(../img/recieve-money/girl.png);
    background-repeat: no-repeat;
    background-position: bottom;
  }

  .recieve-money__title {
    text-align: center;
  }

  .recieve-money__discription-wrp {
    margin: 0 auto;
    text-align: center;
  }

  .recieve-money__image {
    display: none;
  }
  .creditors__list {
    margin: 0 0 41px 0;
  }

  .creditors__item {
    font-size: 12.8px;
  }

  .footer-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }

  .footer-card {
    max-width: 768px;
    width: 100%;
    padding: 27px 0 35px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: none;
  }

  .agreements {
    padding: 39px 0 43px;
  }

  .footer-bottom {
    padding: 43px 0 49px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 33px;
  }
}
@media (max-width: 767px) {
  .center {
    max-width: 380px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .offers__title,
  .money-request__title,
  .card-request__title,
  .reviews__title,
  .clients__title,
  .about-service__title,
  .faq__title,
  .recieve-money__title {
    line-height: 33px;
  }
  .header {
    padding: 14px 0 0 0;
    margin: 0 0 28px 0;
    position: relative;
  }

  .header-logo__link {
    font-size: 26px;
    line-height: 24px;
  }

  .header-button {
    font-size: 12px;
    line-height: 14px;
    padding: 12px 20px 13px 22px;
    background-color: #ff7b00;
  }

  .header-nav {
    display: none;
  }
  .burger-menu {
    display: block;
  }

  .menu-icon {
    position: relative;
    display: block;
    border-radius: 8px;
    width: 39px;
    height: 39px;
    background: #fff;
  }

  .menu-icon:hover {
    cursor: pointer;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
  }

  .menu-icon span,
  .menu-icon span::after,
  .menu-icon span::before {
    position: absolute;
    width: 20px;
    height: 3px;
    border-radius: 8px;
    background: #ff7b00;
    left: 0;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
  }

  .menu-icon span {
    top: 18px;
    left: 10px;
  }

  .menu-icon span::after {
    content: "";
    top: -7px;
  }

  .menu-icon span::before {
    content: "";
    top: 7px;
  }

  #menu-switch {
    display: none;
  }

  #menu-switch:checked ~ .menu-list {
    visibility: visible;
    opacity: 1;
  }

  #menu-switch:checked ~ .menu-icon > span {
    background: transparent;
  }

  #menu-switch:checked ~ .menu-icon {
    z-index: 3;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #menu-switch:checked ~ .menu-icon > span::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    background-color: #3c4260;
    opacity: 0.7;
  }

  #menu-switch:checked ~ .menu-icon > span::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
    background-color: #3c4260;
    opacity: 0.7;
    z-index: 3;
  }

  .menu-list {
    background: -o-linear-gradient(8.45deg, #ffc83e 33.93%, #ff7347 73.78%);
    background: linear-gradient(81.55deg, #ffc83e 33.93%, #ff7347 73.78%);
    max-width: 360px;
    width: 100%;
    height: 270px;
    border-radius: 8px;
    position: absolute;
    left: 0px;
    z-index: 2;
    top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    gap: 8px;
    visibility: hidden;
    opacity: 0.1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .menu-list__item {
    max-width: 120px;
    width: 100%;
    min-height: 17px;
    text-align: center;
  }

  .menu-list__item:first-child {
    margin: 0 0 16px 0;
  }

  .menu-list-title {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #3c4260;
    opacity: 0.7;
  }
  .sum-credit__wrapper {
    max-width: 360px;
    width: 100%;
  }
  .promo-form__circle {
    left: 180.05px;
  }
  .promo-form__circle-term-credit {
    left: 51.2963px;
  }
  .promo-form {
    max-width: 360px;
    margin: 0 0 34px 0;
    padding: 29px 34px 36px 28px;
  }
  .promo-form__info__list {
    padding: 0;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .promo-info__link {
    margin: 0 0 24px 0;
  }

  .promo-info__link-txt {
    font-size: 20px;
  }

  .promo-info__title {
    font-size: 36px;
    line-height: 111.5%;
    margin: 0 0 28px 0;
  }

  .promo-info__txt {
    font-size: 20px;
    line-height: 133.5%;
    margin: 0 0 18px 0;
  }
  .promo-form__button {
    margin: 0 0 0 21px;
  }
  .promo-image {
    display: none;
  }

  .offers {
    padding: 39px 0 0 0;
  }

  .offers-border {
    padding: 0 0 51px 0;
  }

  .offers__title {
    margin: 0 0 32px 0;
  }

  .offers__list {
    margin: 0 0 25px 0;
  }

  .money-request {
    padding: 0 0 51px 0;
  }

  .money-request__title {
    margin: 0 0 70px 0;
  }

  .money-request__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 52px;
    margin: 0 auto 69px;
    max-width: 308px;
    width: 100%;
  }

  .money-request__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .money-request__item:nth-child(2) {
    margin: 0 0 7px;
  }

  .money-request__item:nth-child(3) {
    margin: 0 0 25px;
  }

  .money-request__wrp-images {
    margin: 0;
  }

  .money-request__wrp-step-number {
    margin: 0 13px 11px 0;
  }

  .money-request__list::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 74px;
    max-width: 100%;
    top: 12px;
    left: 68px;
  }

  .money-request__list::after {
    width: 468px;
    max-width: 468px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 283px;
    left: -128px;
  }

  .money-request__txt-description {
    max-width: 151px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 77px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .money-request__txt-description p {
    text-align: left;
  }

  .card-request {
    padding: 35px 0 42px;
  }

  .card-request__title {
    margin: 0 0 23px 0;
  }

  .card-request__txt {
    margin: 0 auto 30px;
  }

  .card-request__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 26px;
    margin: 0 0 32px;
  }

  .card-request__item,
  .card-request__item-img-wrap {
    border-radius: 18px;
    width: 102px;
    height: 97px;
  }

  .image-yandex {
    width: 73px;
    height: 38px;
  }

  .image-qiwi {
    width: 72px;
    height: 38px;
  }

  .image-visa {
    width: 73px;
    height: 38px;
  }

  .image-master {
    width: 73px;
    height: 38px;
  }

  .image-cash {
    width: 40px;
    height: 29px;
  }

  .card-request__item-img-wrap > svg {
    width: 13px;
    height: 6px;
  }

  .reviews {
    padding: 46px 0 30px;
  }

  .reviews__title {
    max-width: 275px;
    width: 100%;
    line-height: 36px;
  }

  .reviews__list {
    margin: 0 0 30px 0;
  }

  .reviews__item:nth-child(2) {
    display: none;
  }

  .reviews__item {
    padding: 31px 16px 41px 22px;
  }

  .reviews__buttons-wrp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .reviews__buttons-wrp {
    gap: 13px;
  }

  .clients {
    padding: 43px 0 34px;
  }

  .clients__title {
    margin: 0 0 30px 0;
  }

  .clients__item {
    max-width: 360px;
  }

  .clients__item:nth-child(2) {
    display: none;
  }

  .about-service {
    padding: 48px 0 26px;
  }

  .about-service__title {
    margin: 0 0 36px 0;
  }

  .about-service__item {
    max-width: 360px;
    padding: 33px 26px 42px;
  }

  .about-service__subtitle {
    margin: 0 0 22px 0;
    min-height: 28px;
  }

  .about-service__txt:not(:last-child) {
    margin: 0 0 20px 0;
  }

  .faq {
    padding: 33px 0 35px;
  }

  .faq__title {
    margin: 0 0 35px;
  }

  .accordion-button {
    padding: 25px 18px 26px;
    line-height: 19px;
    font-size: 16px;
  }

  .accordion-button:not(.collapsed) {
    padding: 21px 18px 14px;
  }

  .accordion-body {
    font-size: 14px;
    line-height: 16px;
    padding: 0 54px 28px 18px;
  }

  .accordion-body span:first-child {
    display: none;
  }

  .recieve-money {
    padding: 38px 0 422px;
  }

  .recieve-money__title {
    line-height: 40px;
    margin: 0 0 28px 0;
  }

  .recieve-money__txt {
    font-size: 22px;
    line-height: 29px;
  }

  .recieve-money__txt2 {
    margin: 0 0 28px 0;
  }

  .footer {
    background: -o-linear-gradient(135deg, #ffc83e 0%, #ff9f47 100%);
    background: linear-gradient(315deg, #ffc83e 0%, #ff9f47 100%);
    background-image: url(../img/footer/background-fire.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .footer-top {
    padding: 32px 0 34px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo {
    margin: 0 0 24px 0;
  }

  .footer__wrp-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 21px;
    margin: 0 0 32px 0;
  }

  .footer__tel-link span::before {
    left: -4px;
  }

  .footer__mail-link span::before {
    left: -6px;
  }

  .footer__mail-link {
    margin: 0;
  }

  .footer__list {
    padding: 24px 0 0;
  }

  .footer__item-link {
    font-size: 16px;
  }

  .creditors__title {
    margin: 32px 0 23px 0;
  }

  .creditors__list {
    margin: 0 0 36px 0;
  }

  .creditors__item {
    font-size: 12px;
    line-height: normal;
  }

  .footer-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 19px;
  }

  .footer__card-txt {
    width: 220px;
    height: 21px;
  }

  .footer__personal-wrp {
    padding: 22px 0;
  }

  .footer__personal {
    line-height: normal;
  }
  .agreements {
    padding: 31px 0 34px;
  }
  .agreements__txt {
    font-size: 12px;
    line-height: normal;
  }
  .agreements__txt:not(:last-child) {
    margin: 0px 0 14px 0;
  }
  .footer-bottom {
    padding: 34px 0 39px;
  }
  .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 21px;
  }
  .footer__copyright-txt {
    width: 260px;
    line-height: normal;
  }
}
@media (max-width: 379px) {
  .offers__title,
  .money-request__title,
  .card-request__title,
  .reviews__title,
  .clients__title,
  .about-service__title,
  .faq__title,
  .recieve-money__title {
    font-size: 33px;
  }
  .header-button {
    font-size: 11px;
    padding: 12px 19px 13px 21px;
  }
  .promo-info__link {
    padding: 15px 16px 15px 70px;
  }
  .promo-info__link-txt {
    font-size: 18px;
  }
  .promo-info__title {
    font-size: 32px;
  }
  .money-request__item:first-child .money-request__wrp-step-number {
    margin: 0 16px 11px 0;
  }
  .footer__item-link {
    font-size: 15px;
  }
}
@media (hover: hover) {
  a:hover,
  .btn:hover,
  .btn-unsubscribe:hover {
    text-shadow: 3px 3px 2px #45511f;
  }
  .btn:hover,
  .btn2:hover,
  .header-button:hover,
  .menu-icon:hover {
    -webkit-box-shadow: 1px 1px 10px #45511f;
    box-shadow: 1px 1px 10px #45511f;
  }
  .promo-info__link:hover {
    text-shadow: 0 4px 12px orange;
  }
  .card-request__item:hover {
    -webkit-box-shadow: 0px 4px 44px rgba(84, 104, 123, 0.5);
    box-shadow: 0px 4px 44px rgba(84, 104, 123, 0.5);
  }
  .btn2:hover {
    text-shadow: 0 4px 12px orange;
  }
  .footer__mail-link:hover,
  .footer__tel-link:hover {
    color: #f6d7f9f2;
  }
  .footer__card-link:hover {
    opacity: 0.7;
  }
  .footer__personal-link:hover {
    text-decoration: none;
  }
  .btn-unsubscribe:hover {
    border: 1px solid #3c4260;
  }
  .link-social-icon:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    fill: #3c4260;
  }
}
