*,
*::before,
*::after {
  box-sizing: border-box;
}

.swiper-pagination-bullet {
  background: #999999 !important;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background: #d63384 !important;
  opacity: 1;
}

.swiper-pagination {
  margin-top: 50px;
}

body {
  font-family: "Montserrat";
  overflow-x: hidden;
}

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .wrapper {
    padding: 20px;
  }
}

.header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "content img" "btn img" "a img";
  padding: 130px 20px 100px 20px;
  justify-items: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cdefs%3E%3ClinearGradient id='grad' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%23f7effe;stop-opacity:1' /%3E%3Cstop offset='100%25' style='stop-color:%23f7effe;stop-opacity:0' /%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle cx='100' cy='100' r='100' fill='url(%23grad)' /%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cdefs%3E%3ClinearGradient id='grad' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%23f7effe;stop-opacity:1' /%3E%3Cstop offset='100%25' style='stop-color:%23f7effe;stop-opacity:0' /%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle cx='100' cy='100' r='100' fill='url(%23grad)' /%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cdefs%3E%3ClinearGradient id='grad' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%23f7effe;stop-opacity:1' /%3E%3Cstop offset='100%25' style='stop-color:%23f7effe;stop-opacity:0' /%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle cx='100' cy='100' r='100' fill='url(%23grad)' /%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cdefs%3E%3ClinearGradient id='grad' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%23f7effe;stop-opacity:1' /%3E%3Cstop offset='100%25' style='stop-color:%23f7effe;stop-opacity:0' /%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle cx='100' cy='100' r='100' fill='url(%23grad)' /%3E%3C/svg%3E");
  background-position: 280% 66%, -10% -40%, -8% 116%, 8% 45%;
  background-size: 1538px 1538px, 494px 494px, 325px 325px, 131px 131px;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .header {
    background-position: -80% 66%;
  }
}
@media (max-width: 768px) {
  .header {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "content" "img" "btn";
    padding: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cdefs%3E%3ClinearGradient id='grad' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%23f7effe;stop-opacity:1' /%3E%3Cstop offset='100%25' style='stop-color:%23f7effe;stop-opacity:0' /%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle cx='100' cy='100' r='100' fill='url(%23grad)' /%3E%3C/svg%3E");
    background-size: 115%;
    background-position: 31% 105%;
  }
}

.button {
  grid-area: btn;
  max-width: 340px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 8px;
  border: none;
  margin-right: 130px;
  background: linear-gradient(to bottom, rgb(237, 118, 156), rgb(187, 70, 107), rgb(237, 118, 156));
  box-shadow: 0 10px 20px 10px rgba(171, 4, 54, 0.2);
  background-position: top;
  transition: background-position 0.5s ease;
  background-size: 100% 200%;
}
.button:hover {
  background-position: bottom;
}
@media (max-width: 768px) {
  .button {
    margin-right: 0;
  }
}
.button--center {
  margin: 0 auto;
}
.button__btn-link {
  display: inline-block;
  text-decoration: none;
  padding: 15px 45px;
  color: white;
}

.inner {
  grid-area: content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  max-width: 450px;
  margin-bottom: 50px;
}
.inner__logo {
  font-size: 46px;
  font-family: "Montserrat";
  color: white;
  text-align: end;
  padding: 10px 50px;
  border-radius: 40px;
  font-weight: 800;
  background-image: linear-gradient(rgb(81, 81, 81), rgb(29, 29, 29));
  margin-bottom: 30px;
  position: relative;
}
.inner__logo::after {
  content: "";
  position: absolute;
  width: 124px;
  height: 115px;
  top: -28px;
  left: -20px;
  background-image: url(../image/svg/rocket.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@keyframes fly-high {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(5px, 5px);
  }
}
.inner__logo::after {
  animation: fly-high 0.3s infinite alternate ease-in-out;
}
@media (max-width: 320px) {
  .inner__logo {
    font-size: 20px;
  }
}
.inner__title {
  font-size: 46px;
  font-family: "Montserrat";
  color: rgb(22, 22, 22);
}
@media (max-width: 768px) {
  .inner__title {
    font-size: 36px;
  }
}
@media (max-width: 320px) {
  .inner__title {
    font-size: 20px;
  }
}
.inner__desc {
  font-size: 22px;
  color: rgb(81, 81, 81);
}
@media (max-width: 320px) {
  .inner__desc {
    font-size: 14px;
  }
}

.bg {
  grid-area: img;
}
.bg__wrapp {
  position: relative;
  display: inline-block;
}
.bg__wrapp::after {
  content: "";
  width: 50%;
  height: 0;
  padding-top: 50%;
  position: absolute;
  top: 36%;
  left: -18%;
  transform: rotate(-20deg);
  background-image: url(../image/coins.png);
  background-size: contain;
}
.bg__wrapp::before {
  content: "";
  width: 60%;
  height: 0;
  padding-top: 60%;
  position: absolute;
  bottom: 18%;
  right: -5%;
  transform: rotate(25deg);
  background-image: url(../image/hourglass.png);
  background-size: cover;
}
.bg__pic {
  max-width: 100%;
  height: auto;
}

.section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "title img" "content img";
  gap: 20px;
  align-items: center;
  justify-items: center;
  position: relative;
  padding: 100px 0px 200px 0px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cdefs%3E%3ClinearGradient id='grad' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%23f7effe;stop-opacity:1' /%3E%3Cstop offset='100%25' style='stop-color:%23f7effe;stop-opacity:0' /%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle cx='100' cy='100' r='100' fill='url(%23grad)' /%3E%3C/svg%3E");
  background-position: 113% 170%;
  background-size: 794px 794px;
  background-repeat: no-repeat;
}
@media (max-width: 760px) {
  .section {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "title" "img" "content";
    justify-items: center;
    padding-bottom: 100px;
    background-position: 350% -100%;
  }
}
.section::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 565px;
  bottom: -190px;
  left: -90px;
  background-image: url(../image/mobile.png);
}
@media (max-width: 1024px) {
  .section::before {
    content: none;
  }
}
.section__title {
  max-width: 430px;
  line-height: 28px;
  position: relative;
  align-self: end;
  margin-right: 100px;
  grid-area: title;
}
.section__title::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 41px;
  border-radius: 40px;
  background-color: rgb(255, 206, 222);
  top: 35px;
  left: -109px;
}
@media (max-width: 768px) {
  .section__title {
    margin-right: 0;
  }
}
.section__desc {
  font-size: 36px;
  font-family: "Montserrat";
  margin-bottom: 50px;
  position: relative;
}
.section__desc::before {
  content: "";
  position: absolute;
  width: 239px;
  height: 0;
  border-bottom: 3px dashed rgb(0, 0, 0);
  bottom: -30px;
  left: 0;
}

.box {
  max-width: 430px;
  line-height: 28px;
  position: relative;
  grid-area: content;
  align-self: start;
}
.box__desc {
  color: rgb(81, 81, 81);
}
.box--bold {
  font-weight: bold;
  font-size: 17px;
}

.gallery {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-template-rows: 1fr 1fr;
  align-items: center;
  gap: 15px;
  grid-area: img;
  grid-template-areas: "main top" "main bottom";
}
@media (max-width: 760px) {
  .gallery {
    grid-template-rows: 200px 200px;
    margin-bottom: 50px;
  }
}

.pic__photo {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 760px) {
  .pic__photo {
    height: 100%;
    border-radius: 20px;
  }
}
.pic__photo--main {
  grid-area: main;
}
.pic__photo--top {
  grid-area: top;
}
.pic__photo--bottom {
  grid-area: bottom;
}

.section-wrapper {
  overflow: hidden;
}

.quiz {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
.quiz::before {
  content: "";
  position: absolute;
  width: 506px;
  height: 505px;
  background-image: url(../image/paper_icon.png);
  background-size: cover;
  bottom: -252px;
  right: -88px;
  z-index: -1;
}
@media (max-width: 760px) {
  .quiz::before {
    display: none;
  }
}
.quiz__title {
  font-size: 36px;
  font-family: "Montserrat";
  position: relative;
  z-index: 1;
}
.quiz__title::before {
  content: "";
  position: absolute;
  width: 104%;
  height: 41px;
  border-radius: 40px;
  background-color: rgb(255, 206, 222);
  top: 13px;
  left: -8px;
  z-index: -1;
}
.quiz__title::after {
  content: "";
  position: absolute;
  width: 239px;
  height: 0;
  border-bottom: 3px dashed rgb(0, 0, 0);
  bottom: -30px;
  left: 80px;
}
.quiz__desc {
  max-width: 880px;
  text-align: center;
  font-size: 20px;
  color: rgb(81, 81, 81);
  line-height: 28px;
}

.features {
  margin-bottom: 100px;
  overflow: hidden;
}
.features__wrapper {
  display: flex;
}
.features__item {
  flex-shrink: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 30px 25px;
  border: 1px solid rgb(223, 222, 222);
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
}
.features__subtitle {
  font-size: 18px;
  color: rgb(0, 0, 0);
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
}
.features__subtitle::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 0;
  border-bottom: 4px dashed rgb(237, 118, 156);
  bottom: -13px;
  left: 0;
}
.features__desc {
  line-height: 24px;
  color: rgb(81, 81, 81);
}
.features__icon {
  display: block;
  width: 100%;
}

.benefits {
  background-image: url(../image/svg/rocket.svg), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cdefs%3E%3ClinearGradient id='grad' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%23f7effe;stop-opacity:1' /%3E%3Cstop offset='100%25' style='stop-color:%23f7effe;stop-opacity:0' /%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle cx='100' cy='100' r='100' fill='url(%23grad)' /%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cdefs%3E%3ClinearGradient id='grad' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%23f7effe;stop-opacity:1' /%3E%3Cstop offset='100%25' style='stop-color:%23f7effe;stop-opacity:0' /%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle cx='100' cy='100' r='100' fill='url(%23grad)' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 450px auto, 741px 741px, 500px 500px;
  background-position: right 4% bottom 75%, right -22% bottom -55%, left -18% bottom -50%;
  margin-bottom: 225px;
  text-align: center;
}
@media (max-width: 760px) {
  .benefits {
    background-image: none;
  }
}
.benefits__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.benefits__title {
  font-size: 36px;
  font-family: "Montserrat";
  position: relative;
  z-index: 1;
}
.benefits__title::before {
  content: "";
  position: absolute;
  width: 65%;
  height: 41px;
  border-radius: 40px;
  background-color: rgb(255, 206, 222);
  top: 36%;
  left: 18%;
  z-index: -1;
}
.benefits__title::after {
  content: "";
  position: absolute;
  width: 35%;
  height: 0;
  border-bottom: 3px dashed rgb(0, 0, 0);
  bottom: -30px;
  left: 33%;
}
.benefits__subtitle {
  font-size: 18px;
  color: rgb(0, 0, 0);
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
}
.benefits__subtitle::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 0;
  border-bottom: 4px dashed rgb(237, 118, 156);
  bottom: -20px;
  left: 16%;
}
.benefits__desc {
  max-width: 880px;
  text-align: center;
  font-size: 20px;
  color: rgb(81, 81, 81);
  line-height: 28px;
}
@media (max-width: 768px) {
  .benefits__desc {
    font-size: 14px;
  }
}
.benefits__cards-container {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .benefits__cards-container {
    flex-direction: column;
    align-items: center;
  }
}
.benefits__item {
  max-width: 340px;
  padding: 25px 25px 45px 25px;
  border: 1px solid rgb(223, 222, 222);
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
  text-align: center;
}
.benefits__icon {
  background-color: rgb(245, 245, 245);
  border-radius: 50%;
  padding: 44px;
  margin-bottom: 47px;
}

.footer {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cdefs%3E%3ClinearGradient id='grad' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%23f7effe;stop-opacity:1' /%3E%3Cstop offset='100%25' style='stop-color:%23f7effe;stop-opacity:0' /%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle cx='100' cy='100' r='100' fill='url(%23grad)' /%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cdefs%3E%3ClinearGradient id='grad' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%23f7effe;stop-opacity:1' /%3E%3Cstop offset='100%25' style='stop-color:%23f7effe;stop-opacity:0' /%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle cx='100' cy='100' r='100' fill='url(%23grad)' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1231px 1231px, 698px 698px;
  background-position: right -60% bottom 224%, left 4% bottom 35%;
}
@media (max-width: 1024px) {
  .footer {
    background-position: -230% 83%, -100% -220%;
  }
}
@media (max-width: 760px) {
  .footer {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cdefs%3E%3ClinearGradient id='grad' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%23f7effe;stop-opacity:1' /%3E%3Cstop offset='100%25' style='stop-color:%23f7effe;stop-opacity:0' /%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle cx='100' cy='100' r='100' fill='url(%23grad)' /%3E%3C/svg%3E");
    background-size: 698px 698px;
    background-position: left 4% bottom 35%;
  }
}
@media (max-width: 480px) {
  .footer {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cdefs%3E%3ClinearGradient id='grad' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%23f7effe;stop-opacity:1' /%3E%3Cstop offset='100%25' style='stop-color:%23f7effe;stop-opacity:0' /%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle cx='100' cy='100' r='100' fill='url(%23grad)' /%3E%3C/svg%3E");
    background-size: 88%;
    background-position: left bottom 30%;
  }
}
.footer__item {
  text-align: center;
}
.footer__title {
  font-size: 36px;
  font-family: "Montserrat";
  position: relative;
  display: inline-block;
  z-index: 1;
}
.footer__title::before {
  content: "";
  position: absolute;
  width: 104%;
  height: 41px;
  border-radius: 40px;
  background-color: rgb(255, 206, 222);
  top: 36%;
  left: -2%;
  z-index: -1;
}
.footer__title::after {
  content: "";
  position: absolute;
  width: 239px;
  height: 0;
  border-bottom: 3px dashed rgb(0, 0, 0);
  bottom: -30px;
  left: 17%;
}
.footer__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "img desc" "img form" "img a";
}
@media (max-width: 768px) {
  .footer__container {
    justify-items: center;
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "desc" "img" "form";
  }
}
.footer__img {
  grid-area: img;
}
.footer__contacts {
  grid-area: desc;
  max-width: 430px;
  font-family: "Montserrat";
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  margin-bottom: 40px;
  margin-top: 250px;
}
@media (max-width: 768px) {
  .footer__contacts {
    margin-top: 50px;
    margin-bottom: 0;
    text-align: center;
  }
}
.footer__tel {
  grid-area: form;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1024px) {
  .footer__tel {
    flex-direction: column;
    justify-items: center;
  }
}
.footer__btn {
  display: block;
  width: 100%;
  padding: 15px 48px;
  color: white;
  border: none;
  cursor: pointer;
  margin-right: 130px;
}

.image-wrapp {
  position: relative;
  display: inline-block;
}
.image-wrapp::after {
  content: "";
  width: 35%;
  height: 0;
  padding-top: 35%;
  position: absolute;
  top: 7%;
  left: 3%;
  transform: rotate(-20deg);
  background-image: url(../image/coins.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.image-wrapp::before {
  content: "";
  width: 30%;
  height: 0;
  padding-top: 30%;
  position: absolute;
  bottom: 18%;
  left: 42%;
  transform: rotate(6deg);
  background-image: url(../image/hourglass.png);
  background-size: cover;
}
.image-wrapp__img {
  max-width: 100%;
  height: auto;
}

.input-group__input {
  max-width: 430px;
  height: 45px;
  border: 1px solid rgb(167, 167, 167);
  border-radius: 4px;
  padding: 25px 20px;
  font-size: 22px;
}
.input-group__input::-moz-placeholder {
  font-size: 18px;
  color: rgb(163, 163, 163);
}
.input-group__input::placeholder {
  font-size: 18px;
  color: rgb(163, 163, 163);
}/*# sourceMappingURL=style.css.map */