.testimonials {
  padding: 80px 0 60px;
  background: #fff;
}
@media (max-width: 599px) {
  .testimonials {
    padding: 0 30px;
    background: transparent;
  }
}
.testimonials .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1199px) {
  .testimonials .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .testimonials .wrapper {
    padding: 60px 20px 50px;
    background: #fff;
  }
}
.testimonials .section_subtitle {
  padding: 10px 15px 8px;
  border-radius: 100px;
  background: #f7f5f2;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 13px;
  line-height: 115%;
  text-transform: uppercase;
  color: #0b3948;
}
.testimonials .section_subtitle .icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.testimonials .section_title {
  margin: 15px 0 0;
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 50px;
  line-height: 116%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: #0b3948;
}
@media (max-width: 1199px) {
  .testimonials .section_title {
    font-size: 36px;
  }
}
@media (max-width: 599px) {
  .testimonials .section_title {
    font-size: 20px;
    line-height: 125%;
    letter-spacing: initial;
    text-transform: initial;
  }
}
.testimonials .swiper_reviews {
  margin-top: 45px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1199px) {
  .testimonials .swiper_reviews {
    margin-top: 40px;
    max-width: 640px;
  }
}
.testimonials .swiper_reviews .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testimonials .swiper_reviews .swiper-slide .name {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 22px;
  line-height: 118%;
  text-align: center;
  color: #0b3948;
}
.testimonials .swiper_reviews .swiper-slide .stars {
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 2px;
}
.testimonials .swiper_reviews .swiper-slide .stars svg {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
.testimonials .swiper_reviews .swiper-slide .text {
  margin-top: 10px;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 145%;
  text-align: center;
  color: #748289;
}
@media (max-width: 599px) {
  .testimonials .swiper_reviews .swiper-slide .text {
    font-size: 14px;
    line-height: 171%;
    padding: 0 21px;
  }
  .testimonials .swiper_reviews .swiper-slide .text br {
    display: none;
  }
}
.testimonials .swiper_reviews .swiper_reviews_dots {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .testimonials .swiper_reviews .swiper_reviews_dots {
    margin-top: 35px;
  }
}
@media (max-width: 599px) {
  .testimonials .swiper_reviews .swiper_reviews_dots {
    margin-top: 45px;
  }
}
.testimonials .swiper_reviews .swiper_reviews_dots .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d9d9d9;
  opacity: 1;
  margin: 0;
  transition: 0.35s;
}
.testimonials .swiper_reviews .swiper_reviews_dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #181b2b;
}

.page_title {
  padding: 40px 0;
  background: var(--0b3948);
}
@media (max-width: 1199px) {
  .page_title {
    padding: 25px 0;
  }
}
@media (max-width: 599px) {
  .page_title {
    padding: 15px 0;
  }
}
.page_title .section_title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 48px;
  line-height: 125%;
  text-align: center;
  color: var(--style);
}
@media (max-width: 1199px) {
  .page_title .section_title {
    font-size: 36px;
  }
}
@media (max-width: 599px) {
  .page_title .section_title {
    font-size: 24px;
  }
}

.main_block {
  padding: 110px 0;
}
@media (max-width: 1199px) {
  .main_block {
    padding: 60px 0;
    background: var(--style);
  }
}
@media (max-width: 1199px) {
  .main_block .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .main_block .wrapper {
    padding: 0 30px;
  }
}
.main_block .grid_box {
  display: grid;
  grid-template-columns: 750fr 590fr;
  gap: 60px;
  align-items: start;
}
@media (max-width: 1199px) {
  .main_block .grid_box {
    grid-template-columns: 455fr 215fr;
    gap: 20px;
  }
}
@media (max-width: 599px) {
  .main_block .grid_box {
    grid-template-columns: 1fr;
  }
}
.main_block .grid_box .content {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.main_block .grid_box .content .subtitle {
  border-radius: 18px;
  padding: 10px 15px 8px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.09);
  background: var(--style);
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 13px;
  line-height: 123%;
  text-transform: uppercase;
  color: var(--0b3948);
}
.main_block .grid_box .content .subtitle .icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main_block .grid_box .content .section_title {
  margin: 24px 0 0;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 50px;
  line-height: 116%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: var(--0b3948);
}
@media (max-width: 1199px) {
  .main_block .grid_box .content .section_title {
    font-size: 38px;
    line-height: 121%;
  }
}
@media (max-width: 599px) {
  .main_block .grid_box .content .section_title {
    font-size: 26px;
    line-height: 123%;
    letter-spacing: -0.02em;
  }
}
.main_block .grid_box .content .desc {
  margin-top: 24px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 188%;
  color: #3E4552;
}
.main_block .grid_box .img {
  width: 100%;
  height: auto;
}
@media (max-width: 599px) {
  .main_block .grid_box .img {
    max-width: 215px;
  }
}
.main_block .list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
@media (max-width: 1199px) {
  .main_block .list {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  .main_block .list {
    grid-template-columns: 1fr;
  }
}
.main_block .list .item {
  border-radius: 12px;
  padding: 26px 33px;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.08);
  background: var(--style);
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 0 6px;
}
.main_block .list .item .icon {
  grid-row: span 2;
  margin-top: 7px;
  width: 100%;
  height: auto;
}
.main_block .list .item .title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--0b3948);
}
@media (max-width: 1199px) {
  .main_block .list .item .title {
    font-size: 36px;
    line-height: 140%;
    letter-spacing: -0.02em;
  }
}
.main_block .list .item .desc {
  font-family: var(--font3);
  font-weight: 500;
  font-size: 16px;
  line-height: 163%;
  color: #666;
}

.testimonials {
  padding: 0;
}
.testimonials .wrapper {
  padding: 60px 30px 50px;
}