@import url("configure.css");

.btn {
  width: 100%;
  max-width: 240px;
  border-radius: 16px;
  background: #7aa23e;
  -webkit-box-shadow: 0px 4px 7.3px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 7.3px 0px rgba(0, 0, 0, 0.25);
  padding: 12px;
  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;
  gap: 10px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.4px;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.btn:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
}

.btn:active {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.intro {
  padding: 40px 0 80px;
  /*background: url(../images/bg-top.webp) no-repeat;
  background-size: cover;*/
  background: linear-gradient(0deg, #22c1c3 0%, rgba(253, 187, 45, 1) 100%);
  background-position: bottom;
  clip-path: polygon(0% 0%, 100% 0, 100% 70%, 80% 100%, 0 85%);
  z-index: 1;
}

.intro-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 2;
}

.intro-logo {
  max-width: 250px;
}

.intro-title {
  color: #FFF;
  font-size: 32px;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
}

.intro-title-span {
  font-weight: 900;
}

.intro-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.intro-form-wrapper {
  max-width: 390px;
}

.intro-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.intro-text {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  max-width: 400px;
  z-index: 10;
  padding-bottom: 50px;
}

.intro-text span {
  font-weight: 600;
}

.intro-decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.intro-decor-pc {
  display: none;
}

.intro-decor-mobile {
  display: block;
}

.about {
  padding: 30px 0;
}

.about-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
}

.about-title {
  color: #171B22;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  /* 131.25% */
}

.about-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}

.about-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  max-width: 380px;
  border-radius: 16px;
  background: #FEFEFE;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.25);
}

.about-card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  padding: 20px;
}

.about-card-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  padding-top: 16px;
  padding-bottom: 32px;
  color: #475067;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
}

.about-card-title {
  color: #16181A;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  /* 131.25% */
}

.about-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.about-card-text ul,
.about-card-text li {
  list-style: unset;
}

.about-card-text ol,
.about-card-text ul {
  padding: 0 0 0 20px;
}

.footer {
  /*background: url(../images/bg-bot.webp) top;
  background-size: cover;*/
  background: linear-gradient(180deg, rgba(34, 193, 195, 1) 0%, rgba(253, 187, 45, 1) 100%);
  clip-path: polygon(90% 0, 100% 60%, 100% 99%, 0 100%, 0 40%);
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 70px;
  padding: 70px 0;
}

.footer img {
  max-width: 170px;
}

.footer .copyright {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 200;
  line-height: 14px;
  /* 116.667% */
  text-transform: uppercase;
}

.event {
  background: linear-gradient(0deg, #22c1c3 0%, #fdbb2d 100%);
  padding: 30px 0;
  min-height: 100vh;
  height: 100%;
}

.event-logo {
  margin: 0 auto;
}

.event-decor {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.event-decor-pc {
  display: none;
}

.event-decor-mobile {
  display: block;
}

.event {
  width: 100%;
  min-width: 100vw;
  width: 100%;
  max-width: none;
}

.event .container {
  width: 100%;
}

.income {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0;
}

.income-title {
  position: relative;
  max-width: 450px;
  width: 100%;
}

.income-title-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #262626;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
  /* 141.667% */
}

.income-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 580px;
}

.income-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px;
  border-radius: 8px;
  background: #F4F6FA;
}

.income-item-text {
  color: #171B22;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  max-width: 80%;
}

.income-item-check {
  position: relative;
  width: 28px;
  height: 28px;
}

.income-item-check img {
  position: absolute;
  width: 28px;
  height: 28px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  top: 0;
  left: 0;
}

.income-item-check img.active {
  opacity: 1;
}

.income-item-check img.smaller {
  padding: 2px;
}

.check-loader {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.review {
  max-width: 600px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  border-radius: 16px;
  background: #FEFEFE;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.25);
  margin-top: 30px;
  padding: 40px 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.review-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.review-title {
  color: #303238;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  /* 177.778% */
}

.review-text {
  color: #171B22;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}

.review-list {
  color: #171B22;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}

.end {
  max-width: 600px;
  border-radius: 16px;
  background: #FEFEFE;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.25);
  padding: 40px 20px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.end-title {
  color: #303238;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
}

.main {
  position: relative;
}

.page,
.event {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.page.active {
  display: block;
  opacity: 1;
}

.event.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.income,
.review,
.end {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
  z-index: 2;
}

.income.active,
.review.active,
.end.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

@media (min-width: 768px) {
  .intro-decor {
    top: 100px;
  }

  .intro-decor-pc {
    display: block;
  }

  .intro-decor-mobile {
    display: none;
  }

  .footer {
    padding-top: 20px;
    /*background: url(../images/bg-bot-mob.webp) right no-repeat;
    background-size: cover;*/
  }

  .review-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    /* 177.778% */
  }

  .review-text {
    font-size: 22px;
  }

  .review-list {
    font-size: 22px;
  }

  .event {
    height: 100%;
  }

  .event-decor {
    top: 0;
    width: 100%;
  }

  .event-decor-pc {
    display: block;
    max-height: 100vh;
  }

  .event-decor-mobile {
    display: none;
  }
}

@media (min-width: 1000px) {
  .about-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    justify-items: center;
    padding-bottom: 30px;
  }

  .about-card {
    height: 100%;
  }

  .about-card-wrapper {
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .about-btn {
    margin-top: auto;
  }
}

.review-list .reviev-item p span {
  font-style: italic;
}