.contacts-page-new {
  background-image: url("../images/contacts/contacts-bg-new.svg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100%;
}
.contacts-page-new h1, .contacts-page-new h2 {
  font-family: "Unbounded", sans-serif;
  font-weight: 800;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.contacts-page-new h1 {
  color: #F8D060;
}
.contacts-page-new h2 {
  color: #96FDB4;
}
.contacts-page-new h3, .contacts-page-new h4 {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  color: #fff;
}
.contacts-page-new p {
  color: #fff;
}
.contacts-page-new .contact-form-new {
  width: 100%;
  padding-top: 124px;
  padding-bottom: 62px;
  position: relative;
}
@media (min-width: 767px) {
  .contacts-page-new .contact-form-new {
    padding-top: 146px;
    padding-bottom: 90px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new {
    padding-top: 176px;
    padding-bottom: 148px;
  }
}
.contacts-page-new .contact-form-new .hero-content {
  width: 100%;
  text-align: center;
  margin: 0 auto 30px auto;
}
@media (min-width: 1023px) {
  .contacts-page-new .contact-form-new .hero-content {
    margin: 0 auto 45px auto;
  }
}
@media (min-width: 1199px) {
  .contacts-page-new .contact-form-new .hero-content {
    margin: 0 auto 62px auto;
  }
}
@media (min-width: 1619px) {
  .contacts-page-new .contact-form-new .hero-content {
    margin: 0 auto 92px auto;
  }
}
.contacts-page-new .contact-form-new .hero-content h1 {
  font-size: 24px;
  line-height: 132%;
  margin-bottom: 16px;
}
@media (min-width: 599px) {
  .contacts-page-new .contact-form-new .hero-content h1 {
    font-size: 42px;
    max-width: 900px;
    margin: 0 auto 16px auto;
  }
}
@media (min-width: 1619px) {
  .contacts-page-new .contact-form-new .hero-content h1 {
    font-size: 52px;
    max-width: 1100px;
    margin: 0 auto 20px auto;
  }
}
.contacts-page-new .contact-form-new .hero-content p {
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 1199px) {
  .contacts-page-new .contact-form-new .hero-content p {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .hero-content p {
    font-size: 28px;
    margin-bottom: 56px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper {
  background: #5F4B7A;
  border-radius: 16px;
  padding: 20px;
}
@media (min-width: 1199px) {
  .contacts-page-new .contact-form-new .elements-wrapper {
    padding: 50px;
    border-radius: 35px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .elements-wrapper {
    border-radius: 48px;
    padding: 96px 86px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper .grid-row {
  width: 100%;
}
@media (min-width: 767px) {
  .contacts-page-new .contact-form-new .elements-wrapper .grid-row {
    display: grid;
    grid-template-columns: 4fr 6fr;
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
  }
}
@media (min-width: 1199px) {
  .contacts-page-new .contact-form-new .elements-wrapper .grid-row {
    justify-content: space-between;
    grid-template-columns: 5fr 5fr;
  }
}
@media (min-width: 1619px) {
  .contacts-page-new .contact-form-new .elements-wrapper .grid-row {
    gap: 131px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper .content-wrap {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 639px) {
  .contacts-page-new .contact-form-new .elements-wrapper .content-wrap {
    margin-bottom: 0;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .elements-wrapper .content-wrap {
    max-width: 648px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper .content-wrap h3.h3 {
  font-size: 22px;
  line-height: 135%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (min-width: 767px) {
  .contacts-page-new .contact-form-new .elements-wrapper .content-wrap h3.h3 {
    font-size: 24px;
    line-height: 118%;
  }
}
@media (min-width: 1199px) {
  .contacts-page-new .contact-form-new .elements-wrapper .content-wrap h3.h3 {
    font-size: 30px;
    margin-bottom: 48px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .elements-wrapper .content-wrap h3.h3 {
    font-size: 44px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper .content-wrap h3.h3 span {
  color: #96FDB4;
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
}
.contacts-page-new .contact-form-new .elements-wrapper .content-wrap p {
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 24px;
}
@media (min-width: 1199px) {
  .contacts-page-new .contact-form-new .elements-wrapper .content-wrap p {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .elements-wrapper .content-wrap p {
    font-size: 26px;
    margin-bottom: 56px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper .content-wrap .content-list {
  width: 100%;
  position: relative;
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}
@media (min-width: 1199px) {
  .contacts-page-new .contact-form-new .elements-wrapper .content-wrap .content-list {
    margin-bottom: 30px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .elements-wrapper .content-wrap .content-list {
    margin-bottom: 40px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper .content-wrap .content-list .icon {
  display: inline-block;
  max-width: 28px;
  width: 100%;
  height: 28px;
}
.contacts-page-new .contact-form-new .elements-wrapper .content-wrap .content-list .icon svg {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.contacts-page-new .contact-form-new .elements-wrapper .content-wrap .content-list .text {
  width: 100%;
}
.contacts-page-new .contact-form-new .elements-wrapper .content-wrap .content-list .text .item {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 8px;
}
@media (min-width: 1199px) {
  .contacts-page-new .contact-form-new .elements-wrapper .content-wrap .content-list .text .item {
    font-size: 20px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .elements-wrapper .content-wrap .content-list .text .item {
    font-size: 26px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper .content-wrap .content-list .text .desc {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
}
@media (min-width: 1199px) {
  .contacts-page-new .contact-form-new .elements-wrapper .content-wrap .content-list .text .desc {
    font-size: 18px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .elements-wrapper .content-wrap .content-list .text .desc {
    font-size: 22px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper .content-wrap .ceo-content {
  background: #5900A6;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .elements-wrapper .content-wrap .ceo-content {
    margin-top: 48px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper .content-wrap .ceo-content .ceo-photo {
  max-width: 127px;
  width: 100%;
  height: 137px;
}
@media (min-width: 1619px) {
  .contacts-page-new .contact-form-new .elements-wrapper .content-wrap .ceo-content .ceo-photo {
    max-width: 167px;
    width: 100%;
    height: 177px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper .content-wrap .ceo-content .ceo-photo img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contacts-page-new .contact-form-new .elements-wrapper .content-wrap .ceo-content .about-ceo {
  padding: 20px 15px 20px 10px;
}
@media (min-width: 1619px) {
  .contacts-page-new .contact-form-new .elements-wrapper .content-wrap .ceo-content .about-ceo {
    padding: 34px 24px 34px 16px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper .content-wrap .ceo-content .about-ceo .text {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 10px;
}
@media (min-width: 1199px) {
  .contacts-page-new .contact-form-new .elements-wrapper .content-wrap .ceo-content .about-ceo .text {
    font-size: 18px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .elements-wrapper .content-wrap .ceo-content .about-ceo .text {
    font-size: 22px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper .content-wrap .ceo-content .about-ceo .name {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #F8D060;
}
@media (min-width: 1199px) {
  .contacts-page-new .contact-form-new .elements-wrapper .content-wrap .ceo-content .about-ceo .name {
    font-size: 22px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .elements-wrapper .content-wrap .ceo-content .about-ceo .name {
    font-size: 26px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper .content-wrap .contact {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .elements-wrapper .content-wrap .contact {
    margin-bottom: 22px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper .content-wrap .contact .thumb {
  max-width: 32px;
  width: 100%;
  margin-right: 16px;
}
@media (min-width: 1199px) {
  .contacts-page-new .contact-form-new .elements-wrapper .content-wrap .contact .thumb {
    max-width: 45px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .elements-wrapper .content-wrap .contact .thumb {
    max-width: 56px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper .content-wrap .contact .thumb img {
  max-width: 100%;
}
.contacts-page-new .contact-form-new .elements-wrapper .content-wrap .contact a {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #12051E;
}
@media (min-width: 1199px) {
  .contacts-page-new .contact-form-new .elements-wrapper .content-wrap .contact a {
    font-size: 20px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .elements-wrapper .content-wrap .contact a {
    font-size: 30px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container {
  width: 100%;
  margin-top: 0;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
}
@media (min-width: 767px) {
  .contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container {
    margin-top: 0;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container {
    max-width: 803px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container h4.form-title {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #12051E !important;
  margin-bottom: 12px;
}
@media (min-width: 767px) {
  .contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container h4.form-title {
    font-size: 20px;
    margin-bottom: 18px;
  }
}
@media (min-width: 1799px) {
  .contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container h4.form-title {
    font-size: 26px;
  }
}
.contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container .calendly-inline-widget {
  max-width: 100%;
  height: auto;
}
@media (min-width: 767px) {
  .contacts-page-new .contact-form-new .elements-wrapper .feedback-form-container .calendly-inline-widget {
    height: 100% !important;
  }
}
.contacts-page-new .carousel-logos {
  padding-top: 0 0 62px 0;
}
@media (min-width: 767px) {
  .contacts-page-new .carousel-logos {
    padding-top: 0 0 108px 0;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .carousel-logos {
    padding-top: 0 0 148px 0;
  }
}
.contacts-page-new .carousel-logos h2 {
  width: 100%;
  max-width: 100%;
  font-size: 28px;
  line-height: 130%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-bottom: 32px;
}
@media (min-width: 767px) {
  .contacts-page-new .carousel-logos h2 {
    font-size: 38px;
    line-height: 118%;
    margin-bottom: 48px;
  }
}
@media (min-width: 1199px) {
  .contacts-page-new .carousel-logos h2 {
    max-width: 70%;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .carousel-logos h2 {
    max-width: 90%;
    font-size: 68px;
    margin-bottom: 68px;
    max-width: 1190px;
  }
}
.contacts-page-new .carousel-logos .logosClients {
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
}
.contacts-page-new .carousel-logos .logosClients .swiper-wrapper .swiper-slide .logo-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 160px;
  width: 100%;
  height: 90px;
  border-radius: 16px;
  border: 2px solid #5F4B7A;
  padding: 24px 32px;
}
@media (min-width: 767px) {
  .contacts-page-new .carousel-logos .logosClients .swiper-wrapper .swiper-slide .logo-thumb {
    max-width: 320px;
    height: 180px;
    padding: 48px 64px;
  }
}
@media (min-width: 1199px) {
  .contacts-page-new .carousel-logos .logosClients .swiper-wrapper .swiper-slide .logo-thumb {
    border-radius: 25px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .carousel-logos .logosClients .swiper-wrapper .swiper-slide .logo-thumb {
    max-width: 508px;
    height: 304px;
    padding: 100px 140px;
    border-radius: 45px;
  }
}
.contacts-page-new .carousel-logos .logosClients .swiper-wrapper .swiper-slide .logo-thumb img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.contacts-page-new .testimonials {
  padding-top: 62px;
}
@media (min-width: 767px) {
  .contacts-page-new .testimonials {
    padding-top: 90px;
  }
}
@media (min-width: 1199px) {
  .contacts-page-new .testimonials {
    padding-top: 120px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .testimonials {
    padding-top: 148px;
  }
}
.contacts-page-new .testimonials .title-wrap {
  max-width: 100%;
  width: 100%;
  margin-bottom: 32px;
}
@media (min-width: 767px) {
  .contacts-page-new .testimonials .title-wrap {
    margin-bottom: 48px;
  }
}
@media (min-width: 1199px) {
  .contacts-page-new .testimonials .title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .testimonials .title-wrap {
    margin-bottom: 59px;
  }
}
.contacts-page-new .testimonials .title-wrap h2 {
  font-size: 28px;
  line-height: 130%;
}
@media (min-width: 767px) {
  .contacts-page-new .testimonials .title-wrap h2 {
    font-size: 38px;
    line-height: 118%;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .testimonials .title-wrap h2 {
    font-size: 68px;
  }
}
.contacts-page-new .testimonials .buttons-wrapper-pc {
  display: none;
}
@media (min-width: 1199px) {
  .contacts-page-new .testimonials .buttons-wrapper-pc {
    position: relative;
    display: block;
    max-width: 190px;
    width: 100%;
  }
}
@media (min-width: 1439px) {
  .contacts-page-new .testimonials .buttons-wrapper-pc {
    max-width: 216px;
  }
}
.contacts-page-new .testimonials .buttons-wrapper-mobile {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 172px;
  width: 100%;
  margin: 50px auto 0 auto;
}
@media (min-width: 1199px) {
  .contacts-page-new .testimonials .buttons-wrapper-mobile {
    display: none;
  }
}
.contacts-page-new .testimonials .swiper-button-next, .contacts-page-new .testimonials .swiper-button-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #5F4B7A;
  border-radius: 50%;
  max-width: 64px;
  width: 100%;
  height: 64px;
  background: transparent;
}
@media (min-width: 1199px) {
  .contacts-page-new .testimonials .swiper-button-next, .contacts-page-new .testimonials .swiper-button-prev {
    max-width: 74px;
    height: 74px;
  }
}
@media (min-width: 1439px) {
  .contacts-page-new .testimonials .swiper-button-next, .contacts-page-new .testimonials .swiper-button-prev {
    max-width: 86px;
    height: 86px;
  }
}
.contacts-page-new .testimonials .swiper-button-next::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='32' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5163 5.93881L28.5163 14.9388C28.6562 15.0782 28.7671 15.2437 28.8428 15.4261C28.9185 15.6084 28.9575 15.8039 28.9575 16.0013C28.9575 16.1987 28.9185 16.3942 28.8428 16.5765C28.7671 16.7589 28.6562 16.9244 28.5163 17.0638L19.5163 26.0638C19.2345 26.3456 18.8523 26.5039 18.4538 26.5039C18.0553 26.5039 17.6731 26.3456 17.3913 26.0638C17.1095 25.782 16.9512 25.3998 16.9512 25.0013C16.9512 24.6028 17.1095 24.2206 17.3913 23.9388L23.8301 17.5001L5.45508 17.5001C5.05725 17.5001 4.67572 17.342 4.39442 17.0607C4.11311 16.7794 3.95508 16.3979 3.95508 16.0001C3.95508 15.6022 4.11311 15.2207 4.39442 14.9394C4.67572 14.6581 5.05725 14.5001 5.45508 14.5001L23.8301 14.5001L17.3901 8.06131C17.1083 7.77952 16.95 7.39732 16.95 6.99881C16.95 6.60029 17.1083 6.2181 17.3901 5.93631C17.6719 5.65452 18.0541 5.4962 18.4526 5.4962C18.8511 5.4962 19.2333 5.65452 19.5151 5.93631L19.5163 5.93881Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50%;
}
.contacts-page-new .testimonials .swiper-button-prev::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9837 5.93881L3.98367 14.9388C3.84383 15.0782 3.73288 15.2437 3.65717 15.4261C3.58146 15.6084 3.54249 15.8039 3.54249 16.0013C3.54249 16.1987 3.58146 16.3942 3.65717 16.5765C3.73288 16.7589 3.84383 16.9244 3.98367 17.0638L12.9837 26.0638C13.2655 26.3456 13.6477 26.5039 14.0462 26.5039C14.4447 26.5039 14.8269 26.3456 15.1087 26.0638C15.3905 25.782 15.5488 25.3998 15.5488 25.0013C15.5488 24.6028 15.3905 24.2206 15.1087 23.9388L8.66992 17.5001L27.0449 17.5001C27.4427 17.5001 27.8243 17.342 28.1056 17.0607C28.3869 16.7794 28.5449 16.3979 28.5449 16.0001C28.5449 15.6022 28.3869 15.2207 28.1056 14.9394C27.8243 14.6581 27.4427 14.5001 27.0449 14.5001L8.66992 14.5001L15.1099 8.06131C15.3917 7.77952 15.55 7.39732 15.55 6.99881C15.55 6.60029 15.3917 6.2181 15.1099 5.93631C14.8281 5.65452 14.4459 5.4962 14.0474 5.4962C13.6489 5.4962 13.2667 5.65452 12.9849 5.93631L12.9837 5.93881Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50%;
}
.contacts-page-new .testimonials .swiper-button-next:hover, .contacts-page-new .testimonials .swiper-button-prev:hover {
  background: #5F4B7A;
}
.contacts-page-new .testimonials .swiper-button-next:active, .contacts-page-new .testimonials .swiper-button-prev:active {
  background: #5F4B7A;
}
.contacts-page-new .testimonials .swiperTestimonials .swiper-wrapper .swiper-slide .testimonial-item {
  border: 2px solid #5F4B7A;
  padding: 20px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (min-width: 1199px) {
  .contacts-page-new .testimonials .swiperTestimonials .swiper-wrapper .swiper-slide .testimonial-item {
    padding: 30px;
    border-radius: 25px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .testimonials .swiperTestimonials .swiper-wrapper .swiper-slide .testimonial-item {
    padding: 56px;
    height: 603px;
    border-radius: 45px;
  }
}
.contacts-page-new .testimonials .swiperTestimonials .swiper-wrapper .swiper-slide .testimonial-item .text {
  font-family: "Unbounded", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: lowercase;
  margin-bottom: 40px;
}
@media (min-width: 1199px) {
  .contacts-page-new .testimonials .swiperTestimonials .swiper-wrapper .swiper-slide .testimonial-item .text {
    font-size: 16px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .testimonials .swiperTestimonials .swiper-wrapper .swiper-slide .testimonial-item .text {
    font-size: 26px;
  }
}
.contacts-page-new .testimonials .swiperTestimonials .swiper-wrapper .swiper-slide .testimonial-item .author {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contacts-page-new .testimonials .swiperTestimonials .swiper-wrapper .swiper-slide .testimonial-item .author .author-info .name {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 4px;
}
@media (min-width: 1199px) {
  .contacts-page-new .testimonials .swiperTestimonials .swiper-wrapper .swiper-slide .testimonial-item .author .author-info .name {
    font-size: 16px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .testimonials .swiperTestimonials .swiper-wrapper .swiper-slide .testimonial-item .author .author-info .name {
    font-size: 26px;
  }
}
.contacts-page-new .testimonials .swiperTestimonials .swiper-wrapper .swiper-slide .testimonial-item .author .author-info .position {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #D0B8F2;
}
@media (min-width: 1199px) {
  .contacts-page-new .testimonials .swiperTestimonials .swiper-wrapper .swiper-slide .testimonial-item .author .author-info .position {
    font-size: 16px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .testimonials .swiperTestimonials .swiper-wrapper .swiper-slide .testimonial-item .author .author-info .position {
    font-size: 26px;
  }
}
.contacts-page-new .testimonials .swiperTestimonials .swiper-wrapper .swiper-slide .testimonial-item .author .author-pic {
  max-width: 105px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1199px) {
  .contacts-page-new .testimonials .swiperTestimonials .swiper-wrapper .swiper-slide .testimonial-item .author .author-pic {
    max-width: 178px;
  }
}
.contacts-page-new .testimonials .swiperTestimonials .swiper-wrapper .swiper-slide .testimonial-item .author .author-pic .emoji-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 52px;
  width: 100%;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  font-size: 20px;
}
@media (min-width: 1819px) {
  .contacts-page-new .testimonials .swiperTestimonials .swiper-wrapper .swiper-slide .testimonial-item .author .author-pic .emoji-wrapper {
    max-width: 92px;
    height: 92px;
    font-size: 36px;
  }
}
.contacts-page-new .testimonials .swiperTestimonials .swiper-wrapper .swiper-slide .testimonial-item .author .author-pic .emoji-wrapper-2 {
  z-index: 2;
  position: relative;
  right: 5px;
}
.contacts-page-new .cases.home-our-cases {
  width: 100%;
  padding: 62px 0;
}
@media (min-width: 767px) {
  .contacts-page-new .cases.home-our-cases {
    padding: 90px 0;
  }
}
@media (min-width: 1199px) {
  .contacts-page-new .cases.home-our-cases {
    padding: 120px 0;
  }
}
@media (min-width: 1619px) {
  .contacts-page-new .cases.home-our-cases {
    padding: 148px 0;
  }
}
.contacts-page-new .cases.home-our-cases .title-wrap {
  flex-direction: column;
}
@media (min-width: 1199px) {
  .contacts-page-new .cases.home-our-cases .title-wrap {
    align-items: flex-start;
  }
}
.contacts-page-new .cases.home-our-cases h2 {
  display: block;
  width: 100%;
  max-width: 100%;
  line-height: 130%;
  letter-spacing: 0%;
  font-size: 28px;
  text-transform: uppercase;
  margin: 0 0 32px 0;
}
@media (min-width: 767px) {
  .contacts-page-new .cases.home-our-cases h2 {
    font-size: 38px;
    line-height: 118%;
  }
}
@media (min-width: 1199px) {
  .contacts-page-new .cases.home-our-cases h2 {
    max-width: 70%;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .cases.home-our-cases h2 {
    max-width: 90%;
    font-size: 68px;
    margin: 0 0 64px 0;
  }
}
.contacts-page-new .cases.home-our-cases a.btn-link.link {
  display: none;
}
@media (min-width: 1199px) {
  .contacts-page-new .cases.home-our-cases a.btn-link.link {
    display: flex;
    max-width: 220px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .cases.home-our-cases a.btn-link.link {
    max-width: 292px;
    font-size: 26px;
  }
}
@media (min-width: 1199px) {
  .contacts-page-new .cases.home-our-cases .grid-row {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
  }
}
.contacts-page-new .cases.home-our-cases .cases-wrap {
  max-width: 100%;
  width: 100%;
}
.contacts-page-new .cases.home-our-cases .case-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: -moz-max-content;
  height: max-content;
  background: #5F4B7A;
  border: none;
  border-radius: 20px;
  margin-bottom: 24px;
}
.contacts-page-new .cases.home-our-cases .case-wrap:last-child {
  margin-bottom: 0;
}
@media (min-width: 1199px) {
  .contacts-page-new .cases.home-our-cases .case-wrap {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0;
    border-radius: 45px;
  }
}
.contacts-page-new .cases.home-our-cases .case-wrap .content {
  background: transparent;
  margin-top: 0;
  border: none;
  padding: 20px;
}
@media (min-width: 1199px) {
  .contacts-page-new .cases.home-our-cases .case-wrap .content {
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 1619px) {
  .contacts-page-new .cases.home-our-cases .case-wrap .content {
    padding: 56px;
  }
}
.contacts-page-new .cases.home-our-cases .case-wrap .content .title-wrap {
  text-align: left;
}
@media (min-width: 1199px) {
  .contacts-page-new .cases.home-our-cases .case-wrap .content .title-wrap {
    margin-bottom: 16px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .cases.home-our-cases .case-wrap .content .title-wrap {
    margin-bottom: 28px;
  }
}
.contacts-page-new .cases.home-our-cases .case-wrap .content .title-wrap h3 {
  width: 100%;
  margin: 0;
  line-height: 20px;
}
.contacts-page-new .cases.home-our-cases .case-wrap .content .title-wrap h3 .title {
  font-family: "Unbounded", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 135%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1199px) {
  .contacts-page-new .cases.home-our-cases .case-wrap .content .title-wrap h3 .title {
    font-size: 22px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .cases.home-our-cases .case-wrap .content .title-wrap h3 .title {
    font-size: 38px;
  }
}
.contacts-page-new .cases.home-our-cases .case-wrap .content .title-wrap h3 .title:hover {
  text-decoration: none;
}
.contacts-page-new .cases.home-our-cases .case-wrap .content .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
@media (min-width: 1199px) {
  .contacts-page-new .cases.home-our-cases .case-wrap .content .tags {
    align-items: center;
    margin-bottom: 20px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .cases.home-our-cases .case-wrap .content .tags {
    gap: 12px;
    margin-bottom: 56px;
  }
}
.contacts-page-new .cases.home-our-cases .case-wrap .content .tags .tag {
  display: inline-block;
  border: 2px solid #F8D060;
  border-radius: 8px;
  padding: 4px 10px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #F8D060;
}
@media (min-width: 1819px) {
  .contacts-page-new .cases.home-our-cases .case-wrap .content .tags .tag {
    border-radius: 16px;
    font-size: 20px;
    padding: 10px 20px;
  }
}
.contacts-page-new .cases.home-our-cases .case-wrap .content .tags .tag:last-child {
  margin-right: 0;
}
.contacts-page-new .cases.home-our-cases .case-wrap .content .desc-wrap {
  width: 100%;
}
@media (min-width: 991px) {
  .contacts-page-new .cases.home-our-cases .case-wrap .content .desc-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
  }
}
@media (min-width: 1439px) {
  .contacts-page-new .cases.home-our-cases .case-wrap .content .desc-wrap {
    grid-column-gap: 40px;
  }
}
.contacts-page-new .cases.home-our-cases .case-wrap .content .desc-wrap .traffic, .contacts-page-new .cases.home-our-cases .case-wrap .content .desc-wrap .rating {
  width: 100%;
  margin-bottom: 6px;
}
.contacts-page-new .cases.home-our-cases .case-wrap .content .desc-wrap .traffic .title, .contacts-page-new .cases.home-our-cases .case-wrap .content .desc-wrap .rating .title {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
@media (min-width: 991px) {
  .contacts-page-new .cases.home-our-cases .case-wrap .content .desc-wrap .traffic .title, .contacts-page-new .cases.home-our-cases .case-wrap .content .desc-wrap .rating .title {
    margin-bottom: 10px;
  }
}
@media (min-width: 1439px) {
  .contacts-page-new .cases.home-our-cases .case-wrap .content .desc-wrap .traffic .title, .contacts-page-new .cases.home-our-cases .case-wrap .content .desc-wrap .rating .title {
    margin-bottom: 16px;
  }
}
.contacts-page-new .cases.home-our-cases .case-wrap .content .desc-wrap .traffic .title img, .contacts-page-new .cases.home-our-cases .case-wrap .content .desc-wrap .rating .title img {
  max-width: 20px;
  width: 100%;
  height: 20px;
}
@media (min-width: 1439px) {
  .contacts-page-new .cases.home-our-cases .case-wrap .content .desc-wrap .traffic .title img, .contacts-page-new .cases.home-our-cases .case-wrap .content .desc-wrap .rating .title img {
    max-width: 30px;
    height: 30px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .cases.home-our-cases .case-wrap .content .desc-wrap .traffic .title img, .contacts-page-new .cases.home-our-cases .case-wrap .content .desc-wrap .rating .title img {
    max-width: 40px;
    height: 40px;
  }
}
.contacts-page-new .cases.home-our-cases .case-wrap .content .desc-wrap .traffic .title span, .contacts-page-new .cases.home-our-cases .case-wrap .content .desc-wrap .rating .title span {
  font-family: "Unbounded", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
  margin-left: 6px;
}
@media (min-width: 1439px) {
  .contacts-page-new .cases.home-our-cases .case-wrap .content .desc-wrap .traffic .title span, .contacts-page-new .cases.home-our-cases .case-wrap .content .desc-wrap .rating .title span {
    font-size: 24px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .cases.home-our-cases .case-wrap .content .desc-wrap .traffic .title span, .contacts-page-new .cases.home-our-cases .case-wrap .content .desc-wrap .rating .title span {
    font-size: 32px;
  }
}
.contacts-page-new .cases.home-our-cases .case-wrap .content .desc-wrap .traffic .desc, .contacts-page-new .cases.home-our-cases .case-wrap .content .desc-wrap .rating .desc {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  text-transform: lowercase;
  color: #fff;
}
@media (min-width: 1439px) {
  .contacts-page-new .cases.home-our-cases .case-wrap .content .desc-wrap .traffic .desc, .contacts-page-new .cases.home-our-cases .case-wrap .content .desc-wrap .rating .desc {
    font-size: 20px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .cases.home-our-cases .case-wrap .content .desc-wrap .traffic .desc, .contacts-page-new .cases.home-our-cases .case-wrap .content .desc-wrap .rating .desc {
    font-size: 24px;
  }
}
.contacts-page-new .cases.home-our-cases .case-wrap .thumbnail {
  background: transparent;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 20px;
}
@media (min-width: 539px) {
  .contacts-page-new .cases.home-our-cases .case-wrap .thumbnail {
    height: 290px;
    -o-object-position: center;
       object-position: center;
  }
}
@media (min-width: 819px) {
  .contacts-page-new .cases.home-our-cases .case-wrap .thumbnail {
    height: 390px;
    border-radius: 20px;
  }
}
@media (min-width: 1199px) {
  .contacts-page-new .cases.home-our-cases .case-wrap .thumbnail {
    min-height: 330px;
    border-radius: 45px;
  }
}
@media (min-width: 1819px) {
  .contacts-page-new .cases.home-our-cases .case-wrap .thumbnail {
    max-width: 466px;
    min-height: 100%;
  }
}
.contacts-page-new .cases.home-our-cases .case-wrap .thumbnail a {
  background: transparent;
  display: block;
}
@media (min-width: 1199px) {
  .contacts-page-new .cases.home-our-cases .case-wrap .thumbnail a {
    height: 100%;
  }
}
.contacts-page-new .cases.home-our-cases .case-wrap .thumbnail a img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 539px) {
  .contacts-page-new .cases.home-our-cases .case-wrap .thumbnail a img {
    -o-object-position: center;
       object-position: center;
  }
}
.contacts-page-new .cases.home-our-cases .link-wrapper {
  margin-top: 24px;
}
@media (min-width: 1199px) {
  .contacts-page-new .cases.home-our-cases .link-wrapper {
    display: none;
  }
}
.contacts-page-new .cases.home-our-cases .link-wrapper a.btn-light-green {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #12051E;
}/*# sourceMappingURL=template-booking-page.css.map */