.main {
  position: relative;
  overflow: hidden;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1432px;
  padding: 0 16px;
  margin: 0 auto;
}

.title {
  margin: 0;
  font-weight: 800;
}

.container-small {
  max-width: 1232px;
}

.ta-center {
  text-align: center;
}

.section-title {
  margin-top: 0;
  margin-bottom: 48px;
}

h1,
h2,
h3 {
  margin: 0;
  font-weight: 800;
}

p {
  line-height: 1.56;
}

/* Swiper */
.swiper__nav {
  display: flex;
  gap: 12px;
}
.swiper-button-prev {
  position: relative;
}

.sw-button-prev,
.sw-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #e2e2e2;
  background-color: transparent;
  cursor: pointer;
  border-radius: 8px;
  transition: 0.3s ease;
  padding: 0;
}

.sw-button-prev svg,
.sw-button-next svg {
  width: 24px;
  height: auto;
}

.sw-button-prev:hover,
.sw-button-next:hover {
  border: 1px solid #d41022;
}

.swiper-button-disabled {
  pointer-events: none;
}

.swiper-button-disabled svg {
  fill: #e2e2e2;
}

.swiper-button-disabled:hover {
  border: 1px solid #e2e2e2;
}

@media (max-width: 767px) {
  .swiper__nav {
    gap: 8px;
  }

  .sw-button-prev,
  .sw-button-next {
    width: 36px;
    height: 36px;
  }

  .sw-button-prev svg,
  .sw-button-next svg {
    width: 20px;
  }

  .section-title {
    margin-bottom: 36px;
  }
}

/* Info Text */
.info-text {
  padding: 30px 0;
}

.info-text h2 {
  margin-top: 0;
}

.info-text .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

/* our-experts */
.our-experts {
  padding: 60px 0;
}

.our-experts h2 {
  margin-top: 0;
}

.our-experts .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 32px;
}

.our-experts .swiper-wrapper {
  height: auto;
}

.our-experts .swiper-slide {
  height: 140px;
  display: block;
  width: auto;
}

.our-experts .swiper-slide img {
  height: 100%;
  display: block;
  width: auto;
}

/* Btn */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  height: 46px;
  border: none;
  color: #ffffff;
  width: max-content;
  text-align: center;
  border-radius: 12px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  min-width: 130px;
  background: #d41022;
  padding: 0 24px;
}

.btn svg {
  color: #ffffff;
  height: 18px;
  width: auto;
}

.btn:hover {
  background-color: #e32234;
}

.btn .wpcf7-submit {
  display: none !important;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative !important;
  bottom: 0 !important;
  margin-top: 40px;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 7px !important;
  cursor: pointer;
  transition: 0.3s;
  opacity: 1;
  z-index: 10;
  display: block;
  border-radius: 100% !important;
  background-color: #f7f7f7;
}

.swiper-pagination-bullet:hover {
  background-color: #1b3054;
}

.swiper-pagination-bullet-active {
  background-color: #1b3054 !important;
}
