

body {
  font-family: "Outfit", sans-serif;
  line-height: 1;
  color: #fff;
  font-weight: 400;
}

.d-flex {
  display: flex !important;
}

.d-inline {
  display: inline !important;
}

.d-none {
  display: none !important;
}

.container {
  display: flex;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1522px;
  padding-left: 31px;
  padding-right: 31px;
}

.container.mw-1632 {
  max-width: 1694px;
}

.container.mw-1520 {
  max-width: 1582px;
}

.container.mw-1460 {
  max-width: 1522px;
}

.container.mw-1340 {
  max-width: 1402px;
}

.container.mw-1272 {
  max-width: 1334px;
}

.container.mw-1110 {
  max-width: 1172px;
}

.container.mw-930 {
  max-width: 992px;
}

main {
  display: flex;
  flex-direction: column;
  margin-top: 98px;
}

h1 {
  font-size: 64px;
  line-height: 78px;
  font-weight: 600;
}

h2 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
}

h3 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
}

h4 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
}

h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

p.body-22 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
}

p.body-14 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}

input, button, select, textarea {
  font-family: "Outfit", sans-serif;
}

select {
  cursor: pointer;
}

button {
  transition: 0.2s;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  transition: 0.2s;
}

.href {
  position: relative;
  color: #5318D1;
  font-weight: 300;
}
.href:hover {
  color: #5318D1;
  font-weight: 700;
}

.menu {
  position: relative;
  color: #4C144C;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.02em;
}
.menu:hover {
  color: #800080;
}

.btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 70px;
  text-align: center;
  color: #fff;
  background: #5318D1;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  border-radius: 16px;
  border: none;
  cursor: pointer;
}
.btn-primary:hover {
  background: #3A1D74;
}

.btn-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  text-align: center;
  color: #fff;
  background: #EBC334;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  border-radius: 16px;
  border: none;
  cursor: pointer;
}
.btn-secondary:hover {
  background: #E2A300;
}

.btn-tertiary {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  text-align: center;
  color: #4C144C;
  background: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  border-radius: 16px;
  border: 1px solid #4C144C;
  cursor: pointer;
}
.btn-tertiary:hover {
  color: #fff;
  background: #4C144C;
}

.btn-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  border-radius: 16px;
  cursor: pointer;
}
.header {
  position: fixed;
  top: 0;
  z-index: 89;
  width: 100%;
  height: 98px;
}
.header.active {
  background: #fff;
}
.header__container {
  display: flex;
  align-items: center;
  height: 100%;
}
.header__logo {
  display: flex;
}
.header__mobile-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.header__tablet-menu > a {
  margin-right: 64px;
}
.header__tablet-menu > a.mob {
  display: none;
}
.header__started {
  width: 210px;
}
.header__burger {
  display: none;
}

.header.header__form {
  position: static;
  background: #fff;
}
.header.header__form .header__container {
  justify-content: center;
}
.header.header__form .header__mobile-menu {
  display: none;
}
.header.header__form .header__burger {
  display: none;
}
.home {
  display: flex;
  flex-direction: column;
}
.home .cash {
  position: relative;
}
.home .cash__bg {
  position: absolute;
  top: 100px;
  left: 0;
  background: #4C144C;
  width: calc((100vw - 1300px) / 2);
  min-width: 31px;
  height: 574px;
}
.home .cash__container {
  margin-top: 180px;
}
.home .cash__images-box {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 80px 90px 0 auto;
  width: 574px;
}
.home .cash__images-box .girl-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1021px;
  background: #ECD7E1;
  border-radius: 0px 0px 80px 16px;
  z-index: 3;
}
.home .cash__images-box .girl-bg .line {
  position: absolute;
  top: 0;
  left: 30px;
  transform: translateX(-100%);
}
.home .cash__images-box .girl-bg .circle {
  position: absolute;
  top: -196px;
  right: 0;
  width: 245px;
  height: 245px;
  background: #E3CCD8;
  border-radius: 50%;
}
.home .cash__images-box .girl-bg .rectangle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 452px;
  height: 823px;
  background: #E3CCD8;
  border-radius: 0 226px 0 16px;
}
.home .cash__images-box > img {
  z-index: 5;
}
.home .cash__form-box {
  width: 800px;
}
.home .cash__form-box > h1 {
  color: #4C144C;
}
.home .cash__form-box > h5 {
  margin-top: 8px;
  color: #A596A5;
  font-weight: 400;
}
.home .cash__form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  width: 560px;
}
.home .cash__form > select {
  width: 100%;
  height: 70px;
  border: 1px solid #7D6C7D;
  border-radius: 16px;
  padding: 0 30px;
  color: #4C144C;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.02em;
  background: url(../img/select-arrow.svg) no-repeat calc(100% - 30px) 50%;
  background-color: #fff;
  margin-top: 32px;
  width: 270px;
}
.home .cash__form > button {
  margin-top: 32px;
  width: 270px;
}
.home .cash__field-box {
  position: relative;
  width: 100%;
}
.home .cash__field-box > input {
  width: 100%;
  height: 70px;
  background: #fff;
  border: 1px solid #7D6C7D;
  border-radius: 16px;
  padding: 0 30px;
  color: #4C144C;
  font-size: 20px;
  line-height: 1;
}
.home .cash__field-box > input::-moz-placeholder {
  color: #7D6C7D;
}
.home .cash__field-box > input:-ms-input-placeholder {
  color: #7D6C7D;
}
.home .cash__field-box > input::placeholder {
  color: #7D6C7D;
}
.home .cash__field-box > input:focus {
  border-color: #4C144C;
}
.home .cash__field-box > p {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  width: 100%;
  color: #FF0000;
}
.home .cash__field-box.error > input {
  border-color: #FF0000;
}
.home .cash__field-box.error > p {
  display: flex;
}
.home .benefits {
  margin-top: 80px;
  background-color: #4C144C;
  border-radius: 140px 0;
  position: relative;
}
.home .benefits__container {
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 100px;
}
.home .benefits__card > h5 {
  margin-top: 30px;
}
.home .benefits__card > p {
  margin-top: 14px;
  color: #CBC0CB;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
}
.home .benefits .circle {
  position: absolute;
  top: 0;
  right: 78px;
  transform: translateY(-50%);
}
.home .work {
  margin-top: 160px;
}
.home .work__container {
  flex-direction: column;
}
.home .work__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 120px;
}
.home .work__row:first-child {
  margin-top: 0;
}
.home .work__row:nth-child(2n) {
  flex-direction: row-reverse;
}
.home .work__content {
  width: 540px;
}
.home .work__content > h3 {
  color: #4C144C;
}
.home .work__content > p {
  color: #7D6C7D;
  margin-top: 18px;
}
.home .work__content > a {
  margin-top: 70px;
  width: 270px;
}
.home .work__image-box {
  display: flex;
  width: 490px;
  height: 452px;
  position: relative;
}
.home .work__image-box--top {
  background: #F9D0CE;
  border-radius: 10px 140px;
}
.home .work__image-box--top .circle {
  position: absolute;
  left: 0;
  top: 105px;
  transform: translateX(-100%);
  z-index: -2;
}
.home .work__image-box--top .background {
  position: absolute;
  top: 40px;
  left: -40px;
  background: #4C144C;
  width: 490px;
  height: 452px;
  border-radius: 10px 140px;
  z-index: -1;
}
.home .work__image-box--top .overflow {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  border-radius: 10px 140px;
  overflow: hidden;
  position: relative;
}
.home .work__image-box--top .overflow .rectangle {
  position: absolute;
  height: 100%;
  width: 200px;
  left: 70px;
  top: 0;
  background: #EFBFB8;
}
.home .work__image-box--top .overflow > img {
  z-index: 5;
}
.home .work__image-box--bottom {
  background: #F8F1D5;
  border-radius: 10px 140px;
}
.home .work__image-box--bottom .background {
  position: absolute;
  top: 60px;
  right: 80px;
  background: #4C144C;
  width: 734px;
  height: 452px;
  border-radius: 140px 0;
  z-index: -1;
  overflow: hidden;
}
.home .work__image-box--bottom .background > svg {
  position: absolute;
  top: 130px;
  left: 0;
}
.home .work__image-box--bottom .overflow {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  border-radius: 10px 140px;
  overflow: hidden;
  position: relative;
}
.home .work__image-box--bottom .overflow .rectangle {
  position: absolute;
  height: 100%;
  width: 200px;
  left: 160px;
  top: 0;
  background: #F5E7B3;
}
.home .work__image-box--bottom .overflow > img {
  z-index: 5;
}
.home .help {
  margin-top: 160px;
  background: #F7F3F5;
  border-radius: 0px 140px;
  padding: 100px 0;
  position: relative;
}
.home .help__rectangle {
  position: absolute;
  top: 0;
  left: 190px;
  height: 100%;
  width: 430px;
  background: #F3EDF1;
}
.home .help__container {
  position: relative;
  flex-direction: column;
}
.home .help__container > h2 {
  color: #4C144C;
}
.home .help__container > p {
  margin-top: 18px;
  color: #7D6C7D;
  max-width: 845px;
}
.home .help__cards {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 70px;
}
.home .help__card {
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  max-width: 266px;
  margin-left: 20px;
}
.home .help__card:first-child {
  margin-left: 0;
}
.home .help__card > h5 {
  color: #4C144C;
}
.home .help__card > p {
  margin-top: 14px;
  color: #7D6C7D;
}
.home .source {
  margin-top: 100px;
  margin-bottom: 150px;
}
.home .source__content {
  margin-top: 190px;
  background: #fff;
  border-radius: 0 10px 0 0;
  padding: 64px;
}
.home .source__content > h3 {
  color: #4C144C;
}
.home .source__content > p {
  margin-top: 18px;
  color: #7D6C7D;
}
.home .source__image-box {
  display: flex;
  width: 490px;
  min-width: 490px;
  height: 570px;
  background: #ECD7E1;
  border-radius: 140px 10px;
  margin-left: 70px;
  position: relative;
}
.home .source__image-box .background {
  position: absolute;
  top: 60px;
  right: 220px;
  width: 730px;
  height: 560px;
  border-radius: 140px 0 10px 0;
  background: #4C144C;
  z-index: -1;
}
.home .source__image-box .circle {
  position: absolute;
  top: 220px;
  left: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.home .source__image-box .overflow {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  border-radius: 140px 10px;
  overflow: hidden;
}
.home .source__image-box .overflow .rectangle {
  position: absolute;
  top: 0;
  left: 64px;
  height: 100%;
  width: 240px;
  background: #E3CCD8;
}
.home .source__image-box .overflow > img {
  z-index: 1;
}
.how-it-works {
  display: flex;
  flex-direction: column;
  margin-top: -98px;
}
.how-it-works .welcome {
  position: relative;
  overflow: hidden;
  height: 998px;
}
.how-it-works .welcome__laptop {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  top: 0;
  right: calc(50% + 428px);
  width: 454px;
  height: 658px;
  background: #F8F1D5;
  border-radius: 0 0 80px 10px;
}
.how-it-works .welcome__laptop .background {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 480px;
  width: 354px;
  background: #F5E7B3;
  border-radius: 80px 0;
}
.how-it-works .welcome__laptop > img {
  z-index: 1;
}
.how-it-works .welcome__man {
  position: absolute;
  top: 0;
  left: calc(50% + 428px);
  display: flex;
  align-items: flex-end;
  width: 454px;
  height: 998px;
  background: #F8F1D5;
  border-radius: 0 0 80px 10px;
}
.how-it-works .welcome__man .line {
  position: absolute;
  top: 40px;
  left: 1px;
  transform: translateX(-100%);
  z-index: -1;
}
.how-it-works .welcome__man .line.tablet {
  display: none;
}
.how-it-works .welcome__man .line.mob {
  display: none;
}
.how-it-works .welcome__man .background {
  position: absolute;
  top: 0;
  right: 0;
  height: 617px;
  width: 265px;
  background: #F5E7B3;
  border-radius: 0 0 265px 265px;
}
.how-it-works .welcome__man > img {
  margin-left: 20px;
  z-index: 1;
}
.how-it-works .welcome__container {
  flex-direction: column;
  max-width: 646px;
  margin-top: 350px;
}
.how-it-works .welcome__container > h1 {
  color: #4C144C;
}
.how-it-works .welcome__container > h5 {
  margin-top: 8px;
  color: #A596A5;
  font-weight: 300;
}
.how-it-works .welcome__container > a {
  margin-top: 80px;
  width: 270px;
}
.how-it-works .cards {
  margin-top: 130px;
}
.how-it-works .cards__container {
  justify-content: space-between;
}
.how-it-works .cards__card {
  display: flex;
  flex-direction: column;
  max-width: 266px;
  margin-left: 20px;
  padding: 30px;
  background: #F6F3F5;
  border-radius: 12px;
}
.how-it-works .cards__card:first-child {
  margin-left: 0;
}
.how-it-works .cards__card > h5 {
  color: #4C144C;
}
.how-it-works .cards__card > p {
  margin-top: 14px;
  color: #7D6C7D;
}
.how-it-works .requirements {
  margin-top: 130px;
  padding: 60px 0;
  background: #F6F3F5;
  border-radius: 140px 10px 10px 10px;
  z-index: 1;
  overflow: hidden;
}
.how-it-works .requirements__container {
  justify-content: flex-end;
  z-index: 1;
}
.how-it-works .requirements__wrapper {
  width: 1115px;
  background: #fff;
  border-radius: 140px 10px 10px 10px;
  padding: 65px 160px;
  color: #7D6C7D;
  position: relative;
}
.how-it-works .requirements__wrapper > h3 {
  color: #4C144C;
}
.how-it-works .requirements__wrapper .description {
  margin-top: 18px;
  max-width: 560px;
}
.how-it-works .requirements__wrapper > ul {
  margin-top: 18px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  list-style-type: disc;
  margin-left: 20px;
}
.how-it-works .requirements__wrapper > ul > li::marker {
  color: #4C144C;
}
.how-it-works .requirements__wrapper .faq {
  margin-top: 18px;
}
.how-it-works .requirements__wrapper .background {
  position: absolute;
  top: -40px;
  left: -40px;
  width: 550px;
  height: 238px;
  background: #4C144C;
  border-radius: 140px 10px 10px 10px;
  z-index: -1;
}
.how-it-works .requirements__wrapper .circle {
  position: absolute;
  top: 130px;
  right: 0;
  transform: translateX(50%);
  z-index: -1;
}
.how-it-works .requirements__wrapper > img {
  position: absolute;
  bottom: -60px;
  left: 19px;
  transform: translateX(-100%);
}
.how-it-works .register {
  margin-top: 110px;
  margin-bottom: 200px;
}
.how-it-works .register__container {
  align-items: flex-end;
  position: relative;
}
.how-it-works .register__content {
  display: flex;
  flex-direction: column;
  margin-right: 148px;
}
.how-it-works .register__content > h3 {
  color: #4C144C;
}
.how-it-works .register__content > p {
  margin-top: 18px;
  color: #7D6C7D;
}
.how-it-works .register__image-box {
  position: relative;
  display: flex;
  justify-content: center;
  width: 510px;
  min-width: 510px;
  background: #ECD7E1;
  border-radius: 10px 10px 10px 120px;
}
.how-it-works .register__image-box .rectangle {
  position: absolute;
  top: 0;
  right: 34px;
  height: 100%;
  width: 135px;
  background: #E3CCD8;
}
.how-it-works .register__image-box > img {
  z-index: 3;
}
.how-it-works .register .background {
  position: absolute;
  top: 182px;
  left: calc(100% - 581px);
  max-width: 874px;
  width: calc((100vw - 100%) / 2 + 570px);
  height: 238px;
  background: #4C144C;
  border-radius: 10px 10px 10px 120px;
  z-index: -1;
}
.faq {
  margin-top: -98px;
}
.faq .welcome {
  overflow: hidden;
}
.faq .welcome__container {
  padding-top: 170px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.faq .welcome__container > h1 {
  max-width: 490px;
  color: #4C144C;
  z-index: 5;
}
.faq .welcome__container > img {
  z-index: 5;
}
.faq .welcome__container .line {
  position: absolute;
  left: 560px;
  top: 0;
}
.faq .welcome__container .background-1 {
  position: absolute;
  left: 603px;
  top: 0;
  width: 826px;
  height: 643px;
  background: #F9D0CE;
  border-radius: 0 0 80px 10px;
}
.faq .welcome__container .background-2 {
  position: absolute;
  left: 942px;
  top: 0;
  width: 401px;
  height: 556px;
  background: #EFBFB8;
  border-radius: 0 0 80px 10px;
}
.faq .questions {
  margin-top: 90px;
  margin-bottom: 160px;
}
.faq .questions__container {
  flex-direction: column;
}
.faq .questions__question {
  display: flex;
  flex-direction: column;
  width: 100%;
  cursor: pointer;
  padding: 30px 0;
  border-bottom: 1px solid #4C144C;
}
.faq .questions__question.active .questions__head .arrow {
  transform: rotate(180deg);
}
.faq .questions__question.active .questions__answer {
  display: block;
}
.faq .questions__question:hover .questions__head > h4 {
  opacity: 0.7;
}
.faq .questions__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.faq .questions__head > h4 {
  color: #4C144C;
  margin-right: 8px;
  transition: 0.2s;
}
.faq .questions__head .arrow {
  min-width: 24px;
  margin-top: 6px;
  transition: 0.2s;
}
.faq .questions__answer {
  display: none;
  margin-top: 24px;
  width: 100%;
  color: #7D6C7D;
  overflow: hidden;
}
.contact-us .contact {
  margin-top: 80px;
  margin-bottom: 80px;
}
.contact-us .contact__container {
  flex-direction: column;
}
.contact-us .contact__container > h1 {
  color: #4C144C;
}
.contact-us .contact__container > p {
  margin-top: 8px;
  color: #7D6C7D;
}
.contact-us .contact__form {
  display: flex;
  flex-direction: column;
  margin-top: 26px;
}
.contact-us .contact__fields {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 346px;
}
.contact-us .contact__field-box {
  display: flex;
  margin-top: 22px;
  position: relative;
  width: calc(50% - 15px);
}
.contact-us .contact__field-box:first-child {
  margin-top: 0;
}
.contact-us .contact__field-box > p {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  width: 100%;
  color: #FF0000;
}
.contact-us .contact__field-box.error .contact__field {
  border-color: #FF0000;
}
.contact-us .contact__field-box.error > p {
  display: flex;
}
.contact-us .contact__field-box--message {
  margin-top: 0;
  margin-left: 30px;
}
.contact-us .contact__field {
  width: 100%;
  height: 70px;
  background: #fff;
  border: 1px solid #7D6C7D;
  border-radius: 16px;
  padding: 0 30px;
  color: #4C144C;
  font-size: 20px;
  line-height: 1;
}
.contact-us .contact__field::-moz-placeholder {
  color: #7D6C7D;
}
.contact-us .contact__field:-ms-input-placeholder {
  color: #7D6C7D;
}
.contact-us .contact__field::placeholder {
  color: #7D6C7D;
}
.contact-us .contact__field:focus {
  border-color: #4C144C;
}
.contact-us .contact__field--message {
  height: 346px;
  resize: none;
  padding-top: 25px;
  padding-bottom: 25px;
}
.contact-us .contact__footer {
  display: flex;
  margin-top: 30px;
}
.contact-us .contact__footer > p {
  width: calc(50% - 15px);
  color: #7D6C7D;
}
.contact-us .contact__footer > button {
  margin-left: auto;
  background: #fff;
  color: #5318D1;
  border: 1px solid #5318D1;
  width: 130px;
  height: 78px;
}
.contact-us .contact__footer > button:hover {
  color: #fff;
  background: #3A1D74;
  border-color: #3A1D74;
}
.contact-us .thank {
  margin-top: 170px;
  margin-bottom: 170px;
}
.contact-us .thank__wrapper {
  background: #fff;
  border-radius: 80px 10px;
  box-shadow: 0px 4px 200px rgba(76, 20, 76, 0.2);
  width: 100%;
  padding: 175px 90px;
  position: relative;
  overflow: hidden;
}
.contact-us .thank__wrapper > h4 {
  max-width: 460px;
  color: #4C144C;
  font-weight: 300;
}
.contact-us .thank__wrapper .background-1 {
  position: absolute;
  top: 0;
  left: 840px;
  height: 100%;
  width: 480px;
  background: #F6F3F5;
  border-bottom-right-radius: 80px;
}
.contact-us .thank__wrapper .background-2 {
  position: absolute;
  top: 0;
  left: 840px;
  height: 100%;
  width: 312px;
  background: #EEE7EC;
  border-top-right-radius: 80px;
}
.contact-us .thank__wrapper .circle {
  position: absolute;
  top: 300px;
  left: 1307px;
}
.contact-us .thank__wrapper .half-circle-1 {
  position: absolute;
  top: 0;
  left: 1170px;
}
.contact-us .thank__wrapper .letter {
  position: absolute;
  bottom: 60px;
  left: 600px;
}
.contact-us .thank__wrapper > img {
  position: absolute;
  bottom: 0;
  left: 805px;
}
.contact-us .thank__wrapper .half-circle-2 {
  position: absolute;
  top: 0;
  left: 75px;
}
.policy__container {
  flex-direction: column;
  margin-top: 80px;
  margin-bottom: 80px;
  color: #7D6C7D;
}
.policy__container > h1 {
  color: #4C144C;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 20px;
}
.policy .mt-0 {
  margin-top: 0;
}
.policy p {
  margin-top: 20px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
}
.policy strong {
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
}
.policy span {
  text-decoration: none !important;
}
.policy a {
  color: #5318D1;
  text-decoration: none;
}
.policy a:hover {
  font-weight: 600;
}
body .main-for-form {
  margin-top: 0;
}
body .main-for-form #omForm {
  background: #fff;
}
body .main-for-form #omForm .om_subhead {
  background: #F8ECF4;
  padding: 46px 15px;
}
body .main-for-form #omForm .om_subhead h3 {
  color: #4C144C;
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
}
body .main-for-form #omForm .om_subhead h4 {
  margin-top: 4px;
  color: #7D6C7D;
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  font-style: normal;
}
body .main-for-form #omForm .om_full_area button.btn.omLookupStart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  text-align: center;
  color: #fff;
  background: #5318D1;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  border-radius: 16px;
  border: none;
  cursor: pointer;
}
body .main-for-form #omForm .om_full_area button.btn.omLookupStart:hover {
  background: #3A1D74;
}
body .main-for-form #omReApplyPage .omReApplyBttnOrange {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  text-align: center;
  color: #fff;
  background: #5318D1;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  border-radius: 16px;
  border: none;
  cursor: pointer;
}
body .main-for-form #omReApplyPage .omReApplyBttnOrange:hover {
  background: #3A1D74;
}
.popup {
  position: fixed;
  top: 0;
  width: 100vw;
  min-height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  z-index: 101;
  overflow: auto;
}
.popup__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 100px 120px 100px 80px;
  background: #ECD7E1;
  border-radius: 20px;
  width: 952px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  transition: 0.4s;
  overflow: hidden;
}
.popup__content {
  display: flex;
  flex-direction: column;
  width: 330px;
  position: relative;
}
.popup__content > h3 {
  color: #4C144C;
}
.popup__content > p {
  margin-top: 2px;
  color: #4C144C;
}
.popup__content .arrow {
  position: absolute;
  top: 50px;
  right: -50px;
}
.popup__content .call {
  margin-top: 100px;
  color: #5318D1;
  background: #fff;
  border: 1px solid #5318D1;
  width: 100%;
}
.popup__content .call > svg {
  margin-right: 20px;
}
.popup__content .call:hover {
  background: #3A1D74;
  color: #fff;
  border-color: #3A1D74;
}
.popup__content .back {
  margin-top: 20px;
  width: 100%;
}
.popup__content .back > svg {
  margin-right: 20px;
}
.popup .close {
  width: 36px;
  height: 36px;
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 14px;
}
.popup .close:hover > div {
  background: #4C144C;
}
.popup .close > div {
  position: absolute;
  top: 17px;
  left: 6px;
  width: 24px;
  height: 2px;
  background: #5318D1;
  transition: 0.2s;
}
.popup .close > div:nth-child(1) {
  transform: rotate(45deg);
}
.popup .close > div:nth-child(2) {
  transform: rotate(-45deg);
}
.popup .background-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 473px;
  background: #F4E3EB;
  border-radius: 0 0 80px 16px;
  z-index: -1;
}
.popup .background-2 {
  position: absolute;
  top: 113px;
  right: 84px;
  width: 316px;
  height: 360px;
  background: #E3CCD8;
  border-radius: 0 80px 0 16px;
  z-index: -1;
}
.popup .half-circle {
  position: absolute;
  top: 0;
  right: 64px;
  z-index: -1;
}
.popup.active .popup__container {
  top: 50%;
  transform: translate(-50%, -50%);
}
.footer {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.footer.no-form .form {
  display: none;
}
.footer.no-form .material {
  margin-top: 0;
}
.footer .form__container {
  align-items: center;
}
.footer .form__box {
  background: #fff;
  box-shadow: 0px 4px 200px 0px rgba(76,20,76,0.2);
  position: relative;
  width: 100%;
  border-radius: 80px 10px;
  padding: 120px 165px;
}
.footer .form__box > img {
  position: absolute;
  bottom: 0;
  left: 150px;
}
.footer .form__form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 564px;
  margin-left: auto;
}
.footer .form__form > h3 {
  width: 100%;
  color: #4C144C;
}
.footer .form__form > select {
  width: 100%;
  height: 70px;
  border: 1px solid #7D6C7D;
  border-radius: 16px;
  padding: 0 30px;
  color: #4C144C;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.02em;
  background: url(../img/select-arrow.svg) no-repeat calc(100% - 30px) 50%;
  background-color: #fff;
  width: 270px;
  margin-top: 30px;
}
.footer .form__form > button {
  margin-top: 30px;
  width: 270px;
}
.footer .material {
  background: #4C144C;
  border-radius: 80px 80px 0 0;
  padding-top: 110px;
  margin-top: -65px;
}
.footer .material__container {
  flex-direction: column;
}
.footer .material__container .body-22 {
  font-weight: 600;
}
.footer .material__container .body-14 {
  margin-top: 20px;
}
.footer .material__container .body-14 > span {
  font-weight: 600;
}
.footer .navigation {
  background: #4C144C;
  padding-top: 65px;
}
.footer .navigation__box {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer .navigation__box .menu {
  margin-left: 100px;
  color: #fff;
}
.footer .navigation__box .menu:first-child {
  margin-left: 0;
}
.footer .navigation__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #4C144C;
  margin-left: auto;
  cursor: pointer;
  transition: 0.2s;
}
.footer .navigation__arrow:hover {
  background: #EBC334;
  color: #fff;
}
.footer .rights {
  background: #4C144C;
  padding: 30px 0;
}
.footer .rights__container {
  justify-content: space-between;
  align-items: center;
}
.footer .rights__container > p {
  font-weight: 400;
  line-height: 24px;
}
.footer .rights__unsubscribe > a {
  color: rgba(255, 255, 255, 0.3);
}
.footer .rights__unsubscribe > a:hover {
  color: #fff;
  font-weight: 400;
}
.footer .rights__unsubscribe .arrow {
  display: none;
}
@media (max-width: 1599px) {
  .container {
    padding-left: 31px;
    padding-right: 31px;
  }
}
@media (max-width: 1399px) {
  .container {
    padding-left: 31px;
    padding-right: 31px;
  }
  .home .cash__bg {
    top: 32px;
    height: 300px;
  }
  .home .cash__container {
    margin-top: 80px;
  }
  .home .cash__images-box {
    margin: 60px 70px 0 0;
    width: 382px;
  }
  .home .cash__images-box .girl-bg {
    height: 674px;
    border-radius: 0px 0px 52px 6px;
  }
  .home .cash__images-box .girl-bg .line {
    display: none;
  }
  .home .cash__images-box .girl-bg .circle {
    top: -144px;
    width: 162px;
    height: 162px;
  }
  .home .cash__images-box .girl-bg .rectangle {
    width: 300px;
    height: 544px;
    border-radius: 0 52px 0 6px;
  }
  .home .cash__images-box > img {
    height: 436px;
    width: 345px;
  }
  .home .cash__form-box {
    width: 480px;
  }
  .home .cash__form-box > h1 {
    font-size: 48px;
    line-height: 56px;
    width: 400px;
  }
  .home .cash__form-box > h5 {
    margin-top: 4px;
    width: 400px;
  }
  .home .cash__form {
    width: 100%;
  }
  .home .cash__form > select {
    width: 230px;
  }
  .home .cash__form > button {
    width: 230px;
  }
  .how-it-works .requirements {
    margin-top: 90px;
    padding: 60px 0 30px;
    border-radius: 70px 0 0 0;
  }
  .how-it-works .requirements__wrapper {
    width: 805px;
    max-width: calc(100% - 125px);
    border-radius: 100px 8px 8px 8px;
    padding: 40px 60px;
  }
  .how-it-works .requirements__wrapper .background {
    top: -22px;
    left: -22px;
    width: 432px;
    height: 224px;
    border-radius: 100px 8px 8px 8px;
  }
  .how-it-works .requirements__wrapper .circle {
    top: 100px;
    right: -24px;
    transform: translateX(0);
    width: 78px;
    height: 78px;
  }
  .how-it-works .requirements__wrapper > img {
    bottom: -30px;
    left: 15px;
    width: 139px;
    height: 379px;
  }
  .contact-us .thank__wrapper > h4 {
    max-width: 350px;
  }
  .contact-us .thank__wrapper .background-1 {
    left: 640px;
  }
  .contact-us .thank__wrapper .background-2 {
    left: 640px;
  }
  .contact-us .thank__wrapper .circle {
    left: 1107px;
  }
  .contact-us .thank__wrapper .half-circle-1 {
    left: 970px;
  }
  .contact-us .thank__wrapper .letter {
    bottom: 60px;
    left: 450px;
  }
  .contact-us .thank__wrapper > img {
    left: 605px;
  }
  .footer .form__box {
    padding: 120px;
  }
  .footer .form__box > img {
    left: 50px;
  }
}
@media (max-width: 1199px) {
  .container {
    padding-left: 31px;
    padding-right: 31px;
  }
  .header__tablet-menu > a {
    margin-right: 30px;
  }
  .header__started {
    width: 180px;
  }
  .home .benefits {
    margin-top: 100px;
    border-radius: 70px 0;
  }
  .home .benefits .circle {
    width: 64px;
    height: 64px;
    right: 31px;
  }
  .home .work {
    margin-top: 90px;
  }
  .home .work__row {
    align-items: flex-start;
  }
  .home .work__content {
    width: 450px;
  }
  .home .work__content > a {
    margin-top: 50px;
  }
  .home .work__image-box {
    width: 422px;
    height: 390px;
  }
  .home .work__image-box--top {
    border-radius: 8px 100px;
  }
  .home .work__image-box--top .circle {
    width: 72px;
    height: 72px;
    top: 90px;
  }
  .home .work__image-box--top .background {
    top: 34px;
    left: -34px;
    width: 422px;
    height: 390px;
    border-radius: 8px 100px;
  }
  .home .work__image-box--top .overflow {
    border-radius: 8px 100px;
  }
  .home .work__image-box--top .overflow .rectangle {
    width: 180px;
    left: 60px;
  }
  .home .work__image-box--top .overflow > img {
    width: 422px;
    height: 390px;
  }
  .home .work__image-box--bottom {
    border-radius: 8px 100px;
  }
  .home .work__image-box--bottom .background {
    top: 100px;
    right: 70px;
    height: 390px;
    border-radius: 120px 0;
  }
  .home .work__image-box--bottom .background > svg {
    display: none;
  }
  .home .work__image-box--bottom .overflow {
    border-radius: 8px 100px;
  }
  .home .work__image-box--bottom .overflow .rectangle {
    width: 180px;
    left: 135px;
  }
  .home .work__image-box--bottom .overflow > img {
    width: 340px;
    height: 380px;
  }
  .home .help {
    border-radius: 0px 70px;
  }
  .home .help__rectangle {
    left: 61px;
    width: 262px;
  }
  .home .source {
    margin-bottom: 100px;
  }
  .home .source__content {
    margin-top: 130px;
    padding: 36px;
  }
  .home .source__content > p {
    margin-top: 12px;
  }
  .home .source__image-box {
    width: 350px;
    min-width: 350px;
    height: 410px;
    border-radius: 100px 10px;
    margin-left: 50px;
  }
  .home .source__image-box .background {
    top: 40px;
    right: 160px;
    width: 520px;
    height: 410px;
    border-radius: 100px 0 10px 0;
  }
  .home .source__image-box .circle {
    width: 48px;
    height: 48px;
    top: 170px;
  }
  .home .source__image-box .overflow {
    border-radius: 100px 10px;
  }
  .home .source__image-box .overflow .rectangle {
    left: 45px;
    width: 170px;
  }
  .home .source__image-box .overflow > img {
    width: 300px;
    height: auto;
  }
  .how-it-works .welcome {
    height: 711px;
  }
  .how-it-works .welcome__laptop {
    right: calc(50% + 240px);
    width: 334px;
    height: 482px;
    border-radius: 0 0 60px 10px;
  }
  .how-it-works .welcome__laptop .background {
    height: 350px;
    width: 260px;
    border-radius: 60px 0;
  }
  .how-it-works .welcome__laptop > img {
    width: 280px;
    height: auto;
  }
  .how-it-works .welcome__man {
    left: calc(50% + 240px);
    width: 334px;
    height: 711px;
    border-radius: 0 0 60px 10px;
  }
  .how-it-works .welcome__man .line {
    top: 0;
  }
  .how-it-works .welcome__man .line.desktop {
    display: none;
  }
  .how-it-works .welcome__man .line.tablet {
    display: flex;
  }
  .how-it-works .welcome__man .background {
    height: 440px;
    width: 194px;
    border-radius: 0 0 90px 90px;
  }
  .how-it-works .welcome__man > img {
    margin-left: 15px;
    width: 280px;
    height: auto;
  }
  .how-it-works .welcome__container {
    max-width: 404px;
    margin-top: 200px;
  }
  .how-it-works .welcome__container > h1 {
    font-size: 48px;
    line-height: 56px;
  }
  .how-it-works .welcome__container > h5 {
    margin-top: 8px;
  }
  .how-it-works .welcome__container > a {
    margin-top: 50px;
  }
  .how-it-works .cards {
    margin-top: 90px;
  }
  .how-it-works .register {
    margin-top: 80px;
    margin-bottom: 120px;
  }
  .how-it-works .register__content {
    margin-right: 120px;
  }
  .how-it-works .register__image-box {
    width: 424px;
    min-width: 424px;
    border-radius: 8px 8px 8px 100px;
  }
  .how-it-works .register__image-box .rectangle {
    right: 28px;
    width: 112px;
  }
  .how-it-works .register__image-box > img {
    width: 336px;
    height: auto;
  }
  .how-it-works .register .background {
    top: auto;
    bottom: -32px;
    left: calc(100% - 487px);
    width: calc((100vw - 100%) / 2 + 476px);
    height: 200px;
    border-radius: 8px 8px 8px 100px;
  }
  .faq .welcome__container > h1 {
    max-width: 370px;
    font-size: 48px;
    line-height: 56px;
  }
  .faq .welcome__container .line {
    left: 447px;
  }
  .faq .welcome__container .background-1 {
    left: 490px;
  }
  .faq .welcome__container .background-2 {
    left: 779px;
  }
  .faq .questions {
    margin-top: 40px;
    margin-bottom: 110px;
  }
  .contact-us .contact {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .contact-us .contact__form {
    margin-top: 38px;
  }
  .contact-us .thank {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .contact-us .thank__wrapper {
    border-radius: 60px 10px;
    padding: 130px 55px 185px;
  }
  .contact-us .thank__wrapper .background-1 {
    left: 520px;
    width: 374px;
  }
  .contact-us .thank__wrapper .background-2 {
    left: 520px;
    width: 230px;
  }
  .contact-us .thank__wrapper .circle {
    top: 340px;
    left: 880px;
  }
  .contact-us .thank__wrapper .half-circle-1 {
    top: -30px;
    left: 770px;
    width: 78px;
    height: 78px;
  }
  .contact-us .thank__wrapper .letter {
    width: 160px;
    height: auto;
    left: 335px;
  }
  .contact-us .thank__wrapper > img {
    left: 485px;
  }
  .footer .form__box {
    border-radius: 60px 10px;
    padding: 50px 34px;
  }
  .footer .form__box > img {
    left: 34px;
    width: 262px;
    height: 261px;
  }
  .footer .navigation {
    padding-top: 55px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .footer .navigation__box {
    padding-bottom: 25px;
    border: none;
  }
  .footer .navigation__box .menu {
    margin-left: 40px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 31px;
    padding-right: 31px;
  }
  .header__logo > img {
    width: 202px;
    height: 28px;
  }
  .header__tablet-menu > a {
    margin-right: 10px;
  }
  .header__started {
    width: 120px;
  }
  .home .cash__images-box {
    margin: 120px 30px 0 0;
  }
  .home .cash__images-box .girl-bg {
    height: 734px;
  }
  .home .cash__images-box .girl-bg .rectangle {
    width: 280px;
    height: 604px;
  }
  .home .cash__form-box > h1 {
    width: auto;
  }
  .home .cash__form-box > h5 {
    width: auto;
  }
  .home .cash__form {
    margin-top: 24px;
  }
  .home .cash__form > select {
    margin-top: 22px;
    width: 100%;
  }
  .home .cash__form > button {
    margin-top: 22px;
    width: 100%;
  }
  .home .benefits__container {
    flex-direction: column;
    justify-content: flex-start;
  }
  .home .benefits__card {
    margin-top: 30px;
  }
  .home .benefits__card:first-child {
    margin-top: 0;
  }
  .home .benefits__card > h5 {
    margin-top: 15px;
  }
  .home .benefits__card > p {
    margin-top: 6px;
  }
  .home .work__content {
    width: 350px;
  }
  .home .work__image-box {
    width: 290px;
    height: 267px;
  }
  .home .work__image-box--top .background {
    width: 290px;
    height: 267px;
  }
  .home .work__image-box--top .overflow > img {
    width: 290px;
    height: 267px;
  }
  .home .work__image-box--bottom .background {
    top: 65px;
    right: 50px;
    height: 220px;
    border-radius: 80px 0;
  }
  .home .work__image-box--bottom .overflow .rectangle {
    width: 122px;
    left: 90px;
  }
  .home .work__image-box--bottom .overflow > img {
    width: 233px;
    height: 261px;
  }
  .home .help__card {
    padding: 20px;
  }
  .home .source__content {
    margin-top: 80px;
    padding: 20px;
  }
  .home .source__image-box {
    width: 300px;
    min-width: 300px;
    height: 350px;
    margin-left: 30px;
  }
  .home .source__image-box .overflow > img {
    width: 260px;
  }
  .how-it-works .register__content {
    margin-right: 60px;
  }
  .how-it-works .register__image-box {
    width: 350px;
    min-width: 350px;
  }
  .how-it-works .register__image-box > img {
    width: 250px;
  }
  .how-it-works .register .background {
    left: calc(100% - 413px);
    width: calc((100vw - 100%) / 2 + 402px);
  }
  .contact-us .thank__wrapper {
    padding: 130px 30px 185px;
  }
  .contact-us .thank__wrapper .background-1 {
    left: 420px;
  }
  .contact-us .thank__wrapper .background-2 {
    left: 420px;
  }
  .contact-us .thank__wrapper .circle {
    left: 780px;
  }
  .contact-us .thank__wrapper .half-circle-1 {
    left: 670px;
  }
  .contact-us .thank__wrapper .letter {
    left: 260px;
  }
  .contact-us .thank__wrapper > img {
    left: 385px;
  }
  .popup__container {
    padding: 60px;
    width: 100%;
  }
  .popup__content {
    width: 280px;
  }
  .popup__content .call {
    height: 56px;
  }
  .popup__content .call > svg {
    margin-right: 10px;
  }
  .popup__content .back {
    height: 56px;
  }
  .popup__content .back > svg {
    margin-right: 10px;
  }
  .popup .background-1 {
    width: 300px;
    height: 433px;
    border-radius: 0 0 40px 16px;
  }
  .popup .background-2 {
    top: 60px;
    right: 40px;
    width: 260px;
    height: 373px;
    border-radius: 0 40px 0 16px;
  }
  .popup .half-circle {
    display: none;
  }
  .popup.active .popup__container {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .footer .form__box {
    padding: 50px 15px;
  }
  .footer .form__box > img {
    left: 15px;
  }
  .footer .form__form {
    width: 424px;
  }
  .footer .form__form > select {
    width: 200px;
  }
  .footer .form__form > button {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main {
    margin-top: 70px;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
  }

  h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .header {
    height: 70px;
  }
  .header__logo > img {
    width: 202px;
    height: 28px;
  }
  .header__mobile-menu {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 64px 15px 15px;
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: right 0.4s;
  }
  .header__tablet-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .header__tablet-menu > a {
    margin: 0 0 30px;
  }
  .header__tablet-menu > a.mob {
    display: inline;
  }
  .header__started {
    width: 100%;
  }
  .header__burger {
    position: relative;
    display: flex;
    width: 32px;
    height: 26px;
    margin-left: auto;
    cursor: pointer;
  }
  .header__burger > div {
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    background: #4C144C;
    transition: transform 0.4s;
  }
  .header__burger > div:nth-child(1) {
    top: 0;
  }
  .header__burger > div:nth-child(2) {
    top: 10.5px;
  }
  .header__burger > div:nth-child(3) {
    top: 21px;
  }

  .header.open .header__mobile-menu {
    right: 0;
  }
  .header.open .header__burger > div {
    top: 10.5px;
  }
  .header.open .header__burger > div:nth-child(1) {
    transform: rotate(45deg);
  }
  .header.open .header__burger > div:nth-child(2) {
    display: none;
  }
  .header.open .header__burger > div:nth-child(3) {
    transform: rotate(-45deg);
  }
  .home .cash__field-box > input {
    font-size: 14px;
  }
  .home .cash__bg {
    display: none;
  }
  .home .cash__container {
    margin-top: 14px;
    flex-direction: column-reverse;
  }
  .home .cash__images-box {
    justify-content: flex-start;
    margin: 20px 0 0;
    width: 100%;
  }
  .home .cash__images-box .girl-bg {
    left: -15px;
    width: 254px;
    height: 434px;
    border-radius: 0 0 36px 0;
  }
  .home .cash__images-box .girl-bg .circle {
    display: none;
  }
  .home .cash__images-box .girl-bg .rectangle {
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 156px;
    height: 434px;
    border-radius: 0;
  }
  .home .cash__images-box > img {
    width: 186px;
    height: 235px;
  }
  .home .cash__form-box {
    z-index: 5;
    width: 100%;
  }
  .home .cash__form-box > h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .home .cash__form-box > h5 {
    font-size: 20px;
    line-height: 28px;
  }
  .home .cash__form > select {
    height: 56px;
  }
  .home .cash__form > button {
    height: 56px;
  }
  .home .cash__field-box > input {
    height: 56px;
  }
  .home .benefits {
    margin-top: 20px;
    border-radius: 40px 0;
  }
  .home .benefits__container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .home .benefits__card > svg {
    height: 60px;
  }
  .home .benefits .circle {
    width: 42px;
    height: 42px;
    right: 15px;
  }
  .home .work {
    margin-top: 24px;
  }
  .home .work__row {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 40px;
  }
  .home .work__row:nth-child(2n) {
    flex-direction: column;
  }
  .home .work__content {
    width: 100%;
  }
  .home .work__content > p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 22px;
  }
  .home .work__content > a {
    margin-top: 20px;
    width: 100%;
  }
  .home .work__image-box {
    width: 100%;
    height: 270px;
    margin-top: 15px;
  }
  .home .work__image-box--top {
    border-radius: 7px 76px;
    margin-left: auto;
    width: calc(100% - 20px);
  }
  .home .work__image-box--top .circle {
    top: 55px;
    width: 46px;
    height: 46px;
  }
  .home .work__image-box--top .background {
    top: 20px;
    left: -20px;
    width: 100%;
    height: 270px;
    border-radius: 7px 76px;
  }
  .home .work__image-box--top .overflow {
    border-radius: 7px 76px;
  }
  .home .work__image-box--top .overflow .rectangle {
    width: 110px;
    left: calc(50% - 100px);
  }
  .home .work__image-box--top .overflow > img {
    width: 268px;
    height: 247px;
  }
  .home .work__image-box--bottom {
    border-radius: 7px 76px;
  }
  .home .work__image-box--bottom .background {
    top: 65px;
    right: 50px;
    width: 800px;
  }
  .home .work__image-box--bottom .overflow {
    border-radius: 7px 76px;
  }
  .home .work__image-box--bottom .overflow .rectangle {
    width: 120px;
    left: calc(50% - 50px);
  }
  .home .help {
    margin-top: 50px;
    padding: 30px 0;
  }
  .home .help__rectangle {
    left: 70px;
    width: 140px;
  }
  .home .help__container > p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 22px;
  }
  .home .help__cards {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
  }
  .home .help__card {
    padding: 30px;
    margin-left: 0;
    margin-top: 80px;
  }
  .home .help__card:first-child {
    margin-top: 0;
  }
  .home .source {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .home .source__container {
    flex-direction: column-reverse;
    align-items: center;
  }
  .home .source__content {
    margin-top: 55px;
    border-radius: 0;
    padding: 0;
  }
  .home .source__content > p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 22px;
  }
  .home .source__image-box {
    width: 290px;
    min-width: auto;
    height: 340px;
    border-radius: 76px 6px;
    margin-left: 0;
  }
  .home .source__image-box .background {
    top: 35px;
    right: 50%;
    width: 50vw;
    height: 340px;
    border-radius: 0 0 10px 0;
  }
  .home .source__image-box .circle {
    width: 40px;
    height: 40px;
    top: 140px;
  }
  .home .source__image-box .overflow {
    border-radius: 76px 6px;
  }
  .home .source__image-box .overflow .rectangle {
    left: calc(50% - 100px);
    width: 140px;
  }
  .home .source__image-box .overflow > img {
    width: 250px;
  }
  .how-it-works {
    margin-top: -70px;
  }
  .how-it-works .welcome {
    height: 621px;
  }
  .how-it-works .welcome__laptop {
    top: auto;
    bottom: 65px;
    right: auto;
    left: 0;
    width: 140px;
    height: 224px;
    border-radius: 0 10px 30px 0;
    z-index: -1;
  }
  .how-it-works .welcome__laptop .background {
    height: 160px;
    width: 120px;
    border-radius: 30px 0;
  }
  .how-it-works .welcome__laptop > img {
    width: 135px;
  }
  .how-it-works .welcome__man {
    left: auto;
    right: 0;
    width: 140px;
    height: 621px;
    border-radius: 0 0 0 10px;
    z-index: -1;
  }
  .how-it-works .welcome__man .line {
    top: auto;
    bottom: 65px;
  }
  .how-it-works .welcome__man .line.tablet {
    display: none;
  }
  .how-it-works .welcome__man .line.mob {
    display: flex;
  }
  .how-it-works .welcome__man .background {
    right: -20px;
    height: 515px;
    width: 90px;
    border-radius: 0 0 40px 40px;
  }
  .how-it-works .welcome__man > img {
    margin-left: 6px;
    width: 130px;
  }
  .how-it-works .welcome__container {
    max-width: none;
    margin-top: 80px;
  }
  .how-it-works .welcome__container > h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .how-it-works .welcome__container > h5 {
    margin-top: 4px;
    font-size: 14px;
    line-height: 22px;
    max-width: 215px;
  }
  .how-it-works .welcome__container > a {
    margin-top: 24px;
    width: 100%;
    height: 56px;
  }
  .how-it-works .cards {
    margin-top: 30px;
  }
  .how-it-works .cards__container {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .how-it-works .cards__card {
    margin-top: 80px;
    margin-left: 0;
  }
  .how-it-works .cards__card:first-child {
    margin-top: 0;
  }
  .how-it-works .requirements {
    margin-top: 30px;
    padding: 36px 17px 20px;
    border-radius: 46px 0 0 0;
  }
  .how-it-works .requirements__wrapper {
    max-width: none;
    width: 100%;
    border-radius: 36px 8px 8px 8px;
    padding: 18px 16px;
  }
  .how-it-works .requirements__wrapper .description {
    margin-top: 8px;
    max-width: none;
    font-size: 14px;
    line-height: 22px;
  }
  .how-it-works .requirements__wrapper > ul {
    margin-top: 0;
    font-size: 14px;
    line-height: 22px;
  }
  .how-it-works .requirements__wrapper .faq {
    margin-top: 0;
    font-size: 14px;
    line-height: 22px;
  }
  .how-it-works .requirements__wrapper .background {
    top: -16px;
    left: -16px;
    width: 256px;
    height: 132px;
    border-radius: 36px 8px 8px 8px;
  }
  .how-it-works .requirements__wrapper .circle {
    top: 60px;
    right: -23px;
    width: 46px;
    height: 46px;
  }
  .how-it-works .requirements__wrapper > img {
    bottom: -20px;
    left: 9px;
    width: 82px;
    height: 225px;
  }
  .how-it-works .register {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .how-it-works .register__container {
    flex-direction: column-reverse;
    align-items: center;
  }
  .how-it-works .register__content {
    margin-right: 0;
    margin-top: 40px;
  }
  .how-it-works .register__content > p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 22px;
  }
  .how-it-works .register__image-box {
    width: 100%;
    min-width: auto;
    border-radius: 6px 6px 6px 46px;
  }
  .how-it-works .register__image-box .rectangle {
    right: auto;
    left: calc(50% + 50px);
    width: 74px;
  }
  .how-it-works .register__image-box > img {
    width: 220px;
  }
  .how-it-works .register .background {
    top: 97px;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 130px;
    border-radius: 0 0 0 46px;
  }
  .faq {
    margin-top: -70px;
  }
  .faq .welcome__container {
    padding-top: 90px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .faq .welcome__container > h1 {
    max-width: none;
    font-size: 36px;
    line-height: 42px;
  }
  .faq .welcome__container > img {
    margin-top: 10px;
    width: 192px;
    height: auto;
  }
  .faq .welcome__container .line {
    display: none;
  }
  .faq .welcome__container .background-1 {
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 0 0 10px;
  }
  .faq .welcome__container .background-2 {
    left: 54%;
    width: 46%;
    height: 85%;
    border-radius: 0 0 0 10px;
  }
  .faq .questions {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .faq .questions__question {
    padding: 8px 0;
  }
  .faq .questions__head > h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .faq .questions__head .arrow {
    margin-top: 1px;
  }
  .faq .questions__answer {
    margin-top: 8px;
    font-size: 14px;
    line-height: 22px;
  }
  .contact-us .contact__field {
    font-size: 14px;
  }
  .contact-us .contact {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .contact-us .contact__container > h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .contact-us .contact__container > p {
    margin-top: 0;
    font-size: 14px;
    line-height: 22px;
  }
  .contact-us .contact__form {
    margin-top: 10px;
  }
  .contact-us .contact__fields {
    height: auto;
  }
  .contact-us .contact__field-box {
    width: 100%;
  }
  .contact-us .contact__field-box--message {
    margin-top: 22px;
    margin-left: 0;
  }
  .contact-us .contact__field {
    height: 56px;
  }
  .contact-us .contact__field--message {
    height: 214px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .contact-us .contact__footer {
    flex-direction: column;
    margin-top: 22px;
  }
  .contact-us .contact__footer > p {
    width: 100%;
    color: #7D6C7D;
  }
  .contact-us .contact__footer > button {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
    height: 56px;
  }
  .contact-us .thank {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .contact-us .thank__wrapper {
    border-radius: 40px 10px;
    padding: 45px 31px 290px;
  }
  .contact-us .thank__wrapper > h4 {
    max-width: none;
    font-size: 22px;
    line-height: 32px;
  }
  .contact-us .thank__wrapper .background-1 {
    top: auto;
    bottom: 0;
    left: calc(50% - 105px);
    height: 242px;
    width: 210px;
  }
  .contact-us .thank__wrapper .background-2 {
    top: auto;
    bottom: 0;
    left: calc(50% - 105px);
    height: 242px;
    width: 120px;
    border-top-right-radius: 60px;
  }
  .contact-us .thank__wrapper .circle {
    width: 18px;
    height: 18px;
    top: auto;
    bottom: 80px;
    left: calc(50% + 96px);
  }
  .contact-us .thank__wrapper .half-circle-1 {
    display: none;
  }
  .contact-us .thank__wrapper .letter {
    display: none;
  }
  .contact-us .thank__wrapper > img {
    left: calc(50% - 120px);
    width: 172px;
    height: 224px;
  }
  .contact-us .thank__wrapper .half-circle-2 {
    top: -30px;
    width: 90px;
    height: 90px;
    left: 40px;
  }
  .policy__container {
    margin-top: 14px;
    margin-bottom: 24px;
  }
  .policy__container > h1 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  body .main-for-form #omForm .om_subhead {
    padding: 20px 15px;
  }
  body .main-for-form #omForm .om_subhead h3 {
    font-size: 24px;
    line-height: 32px;
  }
  body .main-for-form #omForm .om_subhead h4 {
    margin-top: 0;
  }
  .popup__container {
    justify-content: center;
    padding: 40px;
  }
  .popup__container > img {
    display: none;
  }
  .popup__content {
    width: 100%;
    max-width: 400px;
  }
  .popup__content .arrow {
    right: -35px;
  }
  .popup .background-1 {
    display: none;
  }
  .popup .background-2 {
    display: none;
  }
  .footer .form__container {
    padding: 0;
    align-items: flex-start;
  }
  .footer .form__box {
    display: flex;
    flex-direction: column-reverse;
    border-radius: 40px 10px;
    padding: 40px 15px 0;
  }
  .footer .form__box > img {
    position: static;
    margin-top: 20px;
    margin-left: 10px;
    width: 190px;
    height: 189px;
  }
  .footer .form__form {
    width: 100%;
  }
  .footer .form__form > select {
    width: 100%;
    margin-top: 18px;
    height: 56px;
  }
  .footer .form__form > button {
    margin-top: 18px;
    width: 100%;
    height: 56px;
  }
  .footer .material {
    border-radius: 20px 20px 0 0;
    padding-top: 50px;
    margin-top: -30px;
  }
  .footer .material__container .body-14 {
    margin-top: 10px;
  }
  .footer .material__container .body-14 > span {
    font-weight: 400;
  }
  .footer .navigation {
    display: none;
  }
  .footer .rights {
    background: #4C144C;
    padding: 20px 0 10px;
  }
  .footer .rights__container {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .footer .rights__container > p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
  }
  .footer .rights__unsubscribe {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .footer .rights__unsubscribe > a {
    font-size: 14px;
    line-height: 1;
  }
  .footer .rights__unsubscribe .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    color: #4C144C;
    cursor: pointer;
    transition: 0.2s;
  }
  .footer .rights__unsubscribe .arrow:hover {
    background: #EBC334;
    color: #fff;
  }
}
@media (max-width: 479px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-height: 599px) {
  .popup.active .popup__container {
    top: 10px;
    transform: translate(-50%, 0);
  }
}
