* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}
.section {
  max-width: 1870px;
  margin: 0 auto;
}
.content {
  overflow-x: hidden;
}
html:where(.wp-block) {
  margin: 0;
}
a {
  color: inherit;
}
a,
input,
button,
textarea,
select {
  outline: none !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.container {
  max-width: 1776px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.full-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.menu-btn {
  display: none;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
  padding: 30px 75px;
  cursor: pointer;
  text-decoration: none;
  width: max-content;
  white-space: nowrap;
  gap: 5px;
  transition: 0.3s;
  border-radius: 75px;
  background: #000000;
  color: #fff;
}
.btn:hover {
  background: #292929;
}
.btn-block {
  width: 100%;
}
.btn-lg {
  font-size: 50px;
  padding: 20px 90px;
}
.hero-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.hero-content {
  padding: 60px 0;
  height: 1026px;
  display: flex;
  flex-direction: column;
  gap: 128px;
  align-items: center;
}
.menu {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-top: 20px;
}
.white {
  color: #fff;
}
.menu a {
  text-decoration: none;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.menu a:hover {
  color: #f5fbc4;
}
.hero-title {
  text-align: center;
  font-size: 115px;
  font-weight: bold;
  text-transform: uppercase;
}
.hero-title strong {
  font-weight: bold;
  color: #f5fbc4;
}
.about-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 140px;
  gap: 60px;
}
.about-text {
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  max-width: 900px;
}
.about-text strong {
  font-weight: bold;
}
.about-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  margin-top: 90px;
}
.about-item {
  background: #fff;
  padding: 26px;
  border-radius: 60px;
  box-shadow: 0px 0px 20px #00000029;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 55px;
  aspect-ratio: 10 / 11;
}
.about-item > span {
  position: absolute;
  top: 75px;
  left: 50px;
  font-size: 57px;
  font-weight: bold;
  color: #fff;
}
.about-item > p {
  font-size: 33px;
  color: #55247f;
}
.section-about {
  margin-bottom: -140px;
  position: relative;
}
.section-hero {
  background-size: cover;
  background-position: center;
  border-radius: 50px;
  overflow: hidden;
}
.section-steps {
  padding: 110px 0;
  background-size: cover;
  background-position: center;
  border-radius: 50px;
  overflow: hidden;
}
.steps-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.title {
  font-size: 74px;
  font-weight: bold;
  text-transform: uppercase;
}
.steps-title {
  color: #fff;
}
.steps-title span {
  color: #f5fbc4;
}

.steps-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  margin-bottom: 50px;
}
.steps-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.step-number {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 57px;
  font-weight: bold;
}
.steps-item-caption {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 40px;
  background: lch(100 0 0 / 0.8);
  border-radius: 40px;
  color: #55247f;
  width: 100%;
}
.steps-item-caption span {
  font-weight: bold;
  font-size: 50px;
}
.steps-item-caption > p {
  font-size: 33px;
}
.section-features {
  padding: 300px 0 175px 0;
}
.features-title {
  text-align: center;
  margin-bottom: 40px;
}
.features-title > span {
  color: #55247f;
}

.features-text {
  text-align: center;
  font-size: 44px;
  margin-bottom: 40px;
}

.features-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 30px;
}
.features-items > .features-item {
  background: lch(100 0 0 / 0.4);
  padding: 73px 50px 60px 50px;
  border-radius: 40px;
  color: #55247f;
  box-shadow: 0px 0px 20px #00000029;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  text-transform: uppercase;
}
.features-items > .features-item:nth-child(1) {
  grid-area: 1 / 1 / 4 / 2;
}
.features-items > .features-item:nth-child(2) {
  grid-area: 4 / 1 / 7 / 2;
}
.features-items > .features-item:nth-child(3) {
  grid-area: 1 / 2 / 3 / 3;
}
.features-items > .features-item:nth-child(4) {
  grid-area: 3 / 2 / 5 / 3;
}
.features-items > .features-item:nth-child(5) {
  grid-area: 5 / 2 / 7 / 3;
}
.features-items > .features-item:nth-child(6) {
  grid-area: 1 / 3 / 4 / 4;
}
.features-items > .features-item:nth-child(7) {
  grid-area: 4 / 3 / 7 / 4;
}

.features-items > .features-item:nth-child(3),
.features-items > .features-item:nth-child(4),
.features-items > .features-item:nth-child(5) {
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
}

.features-number {
  font-size: 120px;
  font-weight: 300;
  line-height: 88px;
}
.features-item-title {
  font-size: 25px;
  font-weight: bold;
}
.section-slogan {
  padding: 175px 0;
}
.slogan-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.slogan-title span {
  color: #55247f;
}

.section-advantages {
  background: #98daff;
  padding: 85px 0 0 0;
  border-radius: 40px;
  margin-bottom: 290px;
}
.advantages-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.advantages-title {
  text-align: center;
}
.advantages-title span {
  color: #55247f;
}
.advantages-text {
  font-size: 57px;
}
.advantages-items {
  gap: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: -140px;
}
.advantages-item {
  background: linear-gradient(to top, #f5fbc4, #98daff);
  aspect-ratio: 1 / 1;
  padding: 50px;
  border-radius: 40px;
}
.advantages-item-title {
  font-size: 104px;
  line-height: 1;
  font-weight: bold;
}
.advantages-item-text {
  font-size: 72px;
}
.section-carusel {
  background: #54237f;
  border-radius: 40px;
  padding: 70px 0 86px 0;
}
.carusel-item img {
	max-height: 100%;
}
.carusel-title {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.carusel-title span {
  color: #f5fbc4;
}
.carusel-item.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 390px;
  height: 300px;
  background: #fff;
  border-radius: 40px;
  padding: 25px;
}
.carusel-items .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.carusel-items.swiper {
  overflow: visible;
}
.section-footer {
  padding: 320px 0 80px 0;
  background: linear-gradient(to right, #98daff, #9c7bff);
}
.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copyright {
  font-size: 24px;
  color: #fff;
}
.section-form {
  margin: 105px auto -245px auto;
}
.form-title {
  text-align: center;
  margin-bottom: 92px;
}
.form-title > span {
  color: #55247f;
}

.form-grid {
  display: flex;
  gap: 115px;
  align-items: flex-start;
}
.form-box {
  background: linear-gradient(to right, #f4fac3, #97d9ff);
  min-width: 980px;
  flex: 0 0 980px;
  padding: 60px;
  border-radius: 40px;
}
.column2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
  margin-bottom: 35px;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  font-size: 25px;
  font-weight: 300;
  background: #fff;
  border: none;
  padding: 35px 30px;
}

.wpcf7-form-control-wrap textarea {
  height: 230px;
  resize: none;
}
.form-items {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-top: 70px;
}
.form-item-title {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 10px;
}
.form-item a {
  font-size: 29px;
  font-weight: 300;
  color: #231f20;
}
.form-content {
  max-width: 1550px;
  margin: 0 auto;
}
.page-container {
  position: relative;
}
.background-bottom {
  position: absolute;
  left: 0;
  aspect-ratio: 10 / 16;
  bottom: 513px;
  z-index: -1;
  max-width: 1920px;
  width: 100%;
}
.background-top {
  position: absolute;
  top: 9%;
  right: 0;
  width: 100%;
  max-width: 1557px;
  z-index: -1;
  aspect-ratio: 10 / 29;
}
.background-bottom img,
.background-top img {
  width: 100%;
  height: 100%;
}
.footer-logo img {
  height: 108px;
  width: auto;
}
.steps-item {
  position: relative;
}
.steps-item + .steps-item::before {
  content: "";
  background-image: url(../img/dotted.svg);
  position: absolute;
  top: 47px;
  width: calc(100% - 120px);
  aspect-ratio: 20 / 1;
  background-size: contain;
  left: calc(-50% + 45px);
}

@media (max-width: 1920px) {
  .section {
    max-width: 1440px;
  }
  .container {
    max-width: 1300px;
  }
  .menu {
    gap: 20px;
  }
  .menu a {
    font-size: 16px;
  }
  .hero-logo img {
    max-width: 250px;
  }
  .hero-content {
    padding: 60px 0;
    gap: 70px;
    height: auto;
  }
  .hero-title {
    font-size: 80px;
  }
  .btn {
    font-size: 26px;
    padding: 20px 60px;
  }
  .about-content {
    padding-top: 80px;
  }
  .about-icon img,
  .slogan-icon img {
    width: 140px;
  }
  .about-text {
    font-size: 30px;
  }
  .about-items {
    margin-top: 40px;
  }
  .about-items {
    grid-template-columns: repeat(3, calc(33.33% - 20px));
  }
  .about-item {
    border-radius: 20px;
    padding: 15px;
    gap: 20px;
  }
  .about-item > span {
    top: 50px;
    left: 40px;
    font-size: 34px;
  }
  .about-item > p {
    font-size: 27px;
  }
  .section-steps {
    padding: 80px 0;
  }
  .title {
    font-size: 50px;
  }
  .step-number {
    width: 90px;
    height: 90px;
    font-size: 40px;
  }
  .steps-item-caption span {
    font-size: 37px;
  }
  .steps-item-caption > p {
    font-size: 24px;
  }
  .steps-item-caption {
    min-height: 215px;
  }
  .section-features {
    padding: 230px 0 120px 0;
  }
  .features-title {
    margin-bottom: 30px;
  }
  .features-items {
    gap: 20px;
  }
  .features-items > .features-item {
    padding: 30px;
    gap: 20px;
    border-radius: 30px;
  }
  .features-number {
    font-size: 80px;
    line-height: 60px;
  }
  .features-item-title {
    font-size: 20px;
  }
  .section-slogan {
    padding: 120px 0;
  }
  .advantages-text,
  .features-text {
    font-size: 40px;
  }
  .advantages-item-title {
    font-size: 80px;
  }
  .advantages-item-text {
    font-size: 48px;
  }
  .section-advantages {
    margin-bottom: 230px;
  }
  .carusel-item.swiper-slide {
    border-radius: 30px;
    width: 280px;
    height: 200px;
  }
  .section-form {
    margin: 80px auto -160px auto;
  }
  .form-title {
    margin-bottom: 60px;
  }
  .form-box {
    min-width: 700px;
    flex: 0 0 700px;
    padding: 40px;
    border-radius: 30px;
  }
  .wpcf7-form-control-wrap input,
  .wpcf7-form-control-wrap textarea {
    font-size: 20px;
    padding: 25px 20px;
  }
  .form-item-title {
    font-size: 35px;
  }
  .form-item a {
    font-size: 22px;
  }
  .section-footer {
    padding: 250px 0 80px 0;
  }
  .footer-logo img {
    height: 80px;
  }
  .copyright {
    font-size: 18px;
  }
  .steps-item + .steps-item::before {
    top: 39px;
  }
}

@media (max-width: 1380px) {
  .hero-logo img {
    max-width: 180px;
  }
  .hero-top {
    align-items: center;
  }
  .menu-btn {
    width: 40px;
    height: 40px;
    position: relative;
    display: block;
    background: none;
    border: none;
  }
  .menu-btn > i {
    position: absolute;
    background: #fff;
    height: 4px;
    left: 2px;
    width: 100%;
    top: 6px;
    transition: 0.3s;
  }
  .menu .menu-btn {
    position: absolute;
    top: 30px;
    right: 30px;
  }
  .menu a {
    font-size: 20px;
  }
  .menu .menu-btn > i {
    background: #000;
  }
  .menu-btn > i:nth-child(2) {
    top: calc(50% - 0px);
  }
  .menu-btn > i:nth-child(3) {
    top: calc(100% - 6px);
  }
  .menu.active .menu-btn > i:nth-child(1) {
    transform: rotate(45deg);
    top: 50%;
  }
  .menu.active .menu-btn > i:nth-child(2) {
    width: 0;
  }
  .menu.active .menu-btn > i:nth-child(3) {
    transform: rotate(-45deg);
    top: 50%;
  }

  .menu {
    position: fixed;
    top: 0;
    right: -100vw;
    bottom: 0;
    width: 100vw;
    transition: 0.3s;
    background: #fff;
    color: #000;
    display: flex;
    flex-direction: column;
    gap: 40px;
    z-index: 100;
    justify-content: center;
  }
  .menu.active {
    right: 0;
  }

  .hero-title {
    font-size: 60px;
  }
  .hero-content {
    padding: 30px 0;
  }
  .about-item > p {
    font-size: 22px;
  }
  .about-item > span {
    top: 40px;
    left: 30px;
    font-size: 31px;
  }
  .about-item {
    padding: 8px;
  }
  .title {
    font-size: 40px;
  }
  .steps-item-caption span {
    font-size: 30px;
  }
  .steps-item-caption {
    padding: 20px;
    border-radius: 20px;
  }
  .steps-item-caption > p {
    font-size: 18px;
  }
	.steps-item-caption > p br, .about-item > p br {
		display: none;
	}
	
  .steps-item-caption {
    min-height: 150px;
    width: 100%;
  }
  .steps-items {
    gap: 15px;
    margin-bottom: 0;
  }
  .advantages-text,
  .features-text {
    font-size: 34px;
  }
  .advantages-items {
    gap: 20px;
    margin-bottom: -100px;
  }
  .advantages-item {
    padding: 20px;
    border-radius: 20px;
  }
  .advantages-item-text {
    font-size: 38px;
  }
  .section-advantages {
    margin-bottom: 160px;
  }

  .carusel-item.swiper-slide {
    border-radius: 20px;
    width: 220px;
    height: 150px;
  }
  .form-grid {
    flex-direction: column-reverse;
    gap: 50px;
  }
  .form-items {
    padding: 0;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    text-align: center;
    gap: 20px;
  }
  .form-box {
    min-width: 0px;
    flex: 0 0 auto;
    width: 100%;
  }
  .steps-item + .steps-item::before {
    top: 41px;
    left: calc(-50% + 50px);
  }
}
@media (max-width: 992px) {
  .steps-item + .steps-item::before {
    display: none;
  }

  .hero-title {
    font-size: 45px;
  }
  .about-icon img,
  .slogan-icon img {
    width: 120px;
  }
  .about-text {
    font-size: 24px;
  }
  .about-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .about-item {
    flex: 0 0 calc(50% - 8px);
  }
  .step-number {
    display: none;
  }
  .steps-items {
    display: flex;
    flex-wrap: wrap;
  }
  .steps-item {
    flex: 0 0 calc(50% - 8px);
  }
  .steps-item:first-child {
    flex: 0 0 100%;
  }
  .title {
    font-size: 33px;
  }
  .features-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .features-items > .features-item {
    flex: 0 0 calc(50% - 10px);
  }
  .features-items > .features-item {
    flex: 0 0 calc(50% - 10px);
    min-width: calc(50% - 10px);
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
  .advantages-item-title {
    font-size: 55px;
  }
  .advantages-text {
    text-align: center;
  }
  .footer-content {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  html {
    margin: 0 !important;
  }
  html #wpadminbar {
    display: none;
  }
  .section-hero {
    border-radius: 20px;
  }

  .hero-content {
    gap: 40px;
  }
  .hero-title {
    font-size: 25px;
  }
  .hero-title br {
    display: none;
  }
  .btn {
    font-size: 18px;
    padding: 15px 50px;
  }
  .about-content {
    padding-top: 50px;
    gap: 40px;
  }
  .about-icon img,
  .slogan-icon img {
    width: 80px;
  }
  .about-text {
    font-size: 20px;
  }
  .about-items {
    margin-top: 0;
    flex-direction: column;
  }
  .about-item {
    flex: 0 0 auto;
    padding: 15px;
  }
  .section-about {
    margin-bottom: -70px;
  }
  .section-steps {
    padding: 60px 0;
    border-radius: 20px;
  }
  .steps-content {
    gap: 30px;
  }
  .title {
    font-size: 28px;
    text-align: center;
  }
  .steps-items {
    flex-direction: column;
  }
  .steps-item:first-child {
    flex: 0 0 auto;
  }
  .section-features {
    padding: 100px 0 60px 0;
  }
  .features-title {
    margin-bottom: 20px;
  }
  .features-number {
    font-size: 60px;
    line-height: 40px;
  }
  .features-items > .features-item {
    padding: 20px;
    border-radius: 20px;
  }
  .features-item-title {
    font-size: 14px;
  }
  .section-slogan {
    padding: 60px 0;
  }
  .section-advantages {
    margin-bottom: 60px;
    padding: 60px 0;
    border-radius: 20px;
  }
  .advantages-text,
  .features-text {
    font-size: 25px;
  }
  .advantages-content {
    gap: 20px;
  }
  .advantages-items {
    grid-template-columns: none;
    margin-bottom: 0px;
  }
  .advantages-item {
    display: flex;
    align-items: center;
    aspect-ratio: auto;
    gap: 30px;
    padding: 20px;
    border-radius: 20px;
  }
  .advantages-item-title {
    font-size: 40px;
    min-width: 89px;
    text-align: center;
  }
  .advantages-item-text {
    font-size: 20px;
  }
  .advantages-item-text br {
    display: none;
  }
  .section-carusel {
    padding: 60px 0;
    border-radius: 20px;
  }
  .carusel-item.swiper-slide {
    width: 150px;
    height: 90px;
    border-radius: 10px;
  }

  .section-form {
    margin: 60px auto -100px auto;
  }
  .form-title {
    margin-bottom: 40px;
  }
  .form-items {
    flex-direction: column;
    gap: 30px;
  }
  .form-item-title {
    font-size: 28px;
    margin-bottom: 5px;
  }
  .form-item a {
    font-size: 20px;
  }
  .form-box {
    border-radius: 20px;
    padding: 20px;
  }
  .column2 {
    grid-template-columns: none;
    gap: 0;
  }
  .wpcf7-form-control-wrap {
    margin-bottom: 15px;
  }
  .wpcf7-form-control-wrap input,
  .wpcf7-form-control-wrap textarea {
    font-size: 17px;
    padding: 15px;
  }
  .wpcf7-form-control-wrap textarea {
    height: 130px;
  }
  .btn {
    font-size: 14px;
    border-radius: 30px;
  }
  .section-footer {
    padding: 150px 0 30px 0;
  }
  .footer-logo img {
    height: 60px;
  }
}
