.main {
  /* background-color: var(--innerBg2); */
  border-radius: var(--brad);
}
.main::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--innerBg);
  width: 100%;
  height: 100%;
  filter: blur(64px);
  border-radius: var(--brad);
}
main h1 {
  font-size: 24px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.main > div {
  display: flex;
  flex-direction: column-reverse;
  overflow: hidden;
  padding: 24px;
}
.main__bottom {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 0 24px;
  flex: 1 1 50%;
  margin-bottom: 64px;
}
.main__bottom > div:first-child {
  margin: 0 auto;
  text-align: center;
}
.main__bottom > div:first-child a {
  max-width: 260px;
}
.main__title {
  max-width: 700px;
}
.main__title h1 {
  color: var(--textMain);
  font-weight: 600 !important;
  font-size: 62px;
}
.main__title p {
  color: var(--gray) !important;
}

/* .mainswiper {
  z-index: 0;
  align-items: stretch;
  align-self: stretch;
  flex: 1 1 50%;
  width: 100%;
  border-radius: var(--bradMed);
  overflow: hidden;
}

.main .swiper-slide > div {
  height: 100%;
}
.mainswiper > div > div > div {
  max-width: 32.3%;
  border-radius: var(--bradMed);
  aspect-ratio: 2/2;
}
.mainswiper img {
  object-position: top;
}
.mainControls {
  display: none !important;
} */

.main_title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0px 0 32px;
}
.main_title-btn {
  padding-bottom: 60px;
}
.main_title-btn a {
  color: white;
}
.main_title-btn a:first-child {
  background-color: var(--pink);
}
.main_title-btn a:last-child {
  background-color: var(--black30);
}
.main_title-btn a:last-child {
  display: none;
}
/*  */
.home .swiper-wrapper {
  padding-left: 20px;
}
.home .swiper-slide {
  max-height: 340px;
  max-width: 322px;
}

@media (min-width: 1200px) {
  .home .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .main_title {
    text-align: center;
    max-width: 900px;
  }
  .main_title-btn {
    display: flex;
    justify-content: center;
    gap: 32px;
  }
  .main_title-btn a:last-child {
    display: block;
  }
}

@media (max-width: 1864px) {
  .main {
    /* margin-top: 12px; */
    /* margin-left: -12px; */
    width: 100vw;
    margin-top: 0;
  }
}
@media (max-width: 1752px) {
  .main__bottom {
    padding-left: 34px;
    padding-right: 34px;
  }
}
@media (max-width: 1300px) {
  .main__bottom {
    order: 1;
    margin-top: 50px;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .main__bottom > div:first-child {
    margin-top: 0;
  }
  .main__bottom {
    flex-direction: column;
    align-items: start;
    gap: 26px;
    padding-bottom: 24px;
    margin-top: 24px;
  }
  .mainswiper {
    aspect-ratio: 2.2/2;
  }
  .main > div {
    flex-direction: column;
  }
  .main__bottom {
    padding: 0;
  }
  h1 {
    font-size: 24px !important;
  }
  .main > div {
    padding: 0px;
  }
  .mainswiper > div > div > div {
    max-width: 68.3%;
    border-radius: var(--bradMed);
    aspect-ratio: 2/2;
  }
}
