/*colors*/
.banner-contacts {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .banner-contacts {
    padding-bottom: 0;
  }
}
.banner-contacts .background {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .banner-contacts .background {
    max-height: 1172px;
    top: 0;
  }
}
.banner-contacts .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-contacts .banner-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .banner-contacts .banner-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 112px;
  }
}
.banner-contacts .banner-bottom p {
  margin: 0;
}
.banner-contacts-content {
  position: relative;
  z-index: 10;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 134px 40px 134px;
}
@media only screen and (max-width: 991px) {
  .banner-contacts-content {
    padding: 85px 15px 177px;
  }
}
.banner-contacts-content h1 {
  font-weight: 400;
  font-size: 56px;
  line-height: 120%;
  text-transform: capitalize;
  text-align: center;
  color: #18232c;
  max-width: 832px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .banner-contacts-content h1 {
    font-weight: 400;
    font-size: 40px;
    text-transform: capitalize;
    text-align: center;
    margin: 0 auto;
  }
}
.banner-contacts-content h1 span:nth-of-type(1) {
  font-weight: 700;
  font-size: 27px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  margin-bottom: 14px;
}
@media only screen and (max-width: 991px) {
  .banner-contacts-content h1 span:nth-of-type(1) {
    font-size: 27px;
    line-height: 27px;
  }
}
.banner-contacts-content h1 span:nth-of-type(2) {
  display: inline-block;
}
.banner-contacts-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  text-align: center;
  color: #fff;
  max-width: 932px;
  width: 100%;
  margin: 0 auto 50px auto;
}
@media only screen and (max-width: 991px) {
  .banner-contacts-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    text-align: center;
    color: #fff;
    margin: 0 auto 40px auto;
  }
}
.banner-contacts-content .button-survey {
  margin: 0 auto;
  /* for testing purposes to ensure the animation lined up correctly */
}
.banner-contacts-content .button-survey a {
  padding: 16px 24px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  background: #248cee;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
}
.banner-contacts-content .button-survey a:hover {
  background: rgba(36, 140, 238, 0.82);
  text-decoration: none;
}
.banner-contacts-content .button-survey .logo-slider-wrap {
  position: relative;
  margin-top: 240px;
}
@media only screen and (max-width: 991px) {
  .banner-contacts-content .button-survey .logo-slider-wrap {
    margin-top: 294px;
  }
}
.banner-contacts-content .button-survey .logo-slider-wrap h3 {
  max-width: 1440px;
  margin: 0 auto 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 40px;
}
@media only screen and (max-width: 991px) {
  .banner-contacts-content .button-survey .logo-slider-wrap h3 {
    padding: 0 15px;
    margin: 0 auto 10px;
  }
}
.banner-contacts-content .button-survey .logo-slider {
  height: 83px;
  display: flex;
  align-items: center;
}
.banner-contacts-content .button-survey .scroller {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.banner-contacts-content .button-survey .scroller[data-animated=true] {
  overflow: hidden;
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}
.banner-contacts-content .button-survey .scroller[data-animated=true] .scroller__inner {
  width: max-content;
  flex-wrap: nowrap;
  gap: 64px;
  animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}
.banner-contacts-content .button-survey .scroller[data-direction=right] {
  --_animation-direction: reverse;
}
.banner-contacts-content .button-survey .scroller[data-direction=left] {
  --_animation-direction: forwards;
}
.banner-contacts-content .button-survey .scroller[data-speed=fast] {
  --_animation-duration: 20s;
}
.banner-contacts-content .button-survey .scroller[data-speed=slow] {
  --_animation-duration: 60000s;
}
.banner-contacts-content .button-survey .scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
  .banner-contacts-content .button-survey .scroller__inner {
    gap: 30px;
    display: flex;
    align-items: center;
  }
}
@keyframes scroll {
  to {
    transform: translate(calc(-50% - 32px));
  }
}
.banner-contacts-content .button-survey .tag-list {
  margin: 0;
  padding-inline: 0;
  list-style: none;
}
.banner-contacts-content .button-survey .tag-list li {
  display: flex;
  align-items: center;
}
.banner-contacts-content .button-survey .tag-list li:hover svg g {
  opacity: 1;
}
.banner-contacts-content .button-survey .tag-list li:hover img {
  opacity: 1;
}
.banner-contacts-content .button-survey .tag-list li img {
  height: auto;
  opacity: 0.7;
  transition: opacity 0.3s, easy;
}
.banner-contacts-content .button-survey .test {
  background: red !important;
}

.about-us-info-contacts {
  max-width: 1140px;
  margin: 15px auto 100px auto;
  position: relative;
  z-index: 9;
  padding: 0 30px;
}
@media only screen and (max-width: 991px) {
  .about-us-info-contacts {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 30px;
  }
}
.about-us-info-contacts-cta {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media only screen and (max-width: 991px) {
  .about-us-info-contacts-cta {
    flex-direction: column;
    gap: 40px;
  }
}
.about-us-info-contacts-cta h2 {
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  color: #000;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .about-us-info-contacts-cta h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    color: #000;
  }
}
.about-us-info-contacts-cta p {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: #000;
  max-width: 620px;
  width: 100%;
}
.about-us-info-contacts-cta a {
  font-weight: 700;
  font-size: 17px;
  line-height: 129%;
  text-align: center;
  color: #fff;
  background: #248cee;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  max-width: 300px;
}
.about-us-info-contacts-text p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .about-us-info-contacts-text p {
    max-width: none;
  }
}
.about-us-info-contacts-img {
  max-width: 467px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .about-us-info-contacts-img {
    display: none;
  }
}
.about-us-info-contacts-img img {
  width: 100%;
  max-height: 602px;
  object-fit: cover;
  height: auto;
}

.contact-information {
  background: #f6fbff;
  padding: 50px 100px 50px 100px;
}
@media only screen and (max-width: 1199px) {
  .contact-information {
    padding: 50px 30px;
  }
}
.contact-information h2 {
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  color: #000;
  max-width: 1150px;
  width: 100%;
  margin: 0 auto 20px;
}
.contact-information-container {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
}
.contact-information-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.contact-information-line {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 45px;
}
@media only screen and (max-width: 991px) {
  .contact-information-line {
    gap: 25px;
    flex-direction: column;
  }
}
.contact-information-item {
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border: 1px solid #248cee;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  min-height: 188px;
}
.contact-information-item:nth-of-type(1) {
  max-width: 817px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .contact-information-item:nth-of-type(1) {
    max-width: 100%;
    min-height: auto;
  }
}
.contact-information-item:nth-of-type(2) {
  max-width: 288px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .contact-information-item:nth-of-type(2) {
    max-width: 100%;
    min-height: auto;
  }
}
.contact-information-item h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.03em;
  color: #09090b;
}
.contact-information-item p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.03em;
  color: #09090b;
  margin: 0;
}
.contact-information-item a {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.03em;
  color: #09090b;
}

.form {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  padding-bottom: 130px;
  padding-top: 24px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .form {
    padding-bottom: 80px;
  }
}
.form .contact__form {
  position: relative;
  z-index: 9;
  width: 688px;
  max-height: 825px;
  background: #f6fbff;
  border-radius: 12px;
  max-width: 688px;
  min-width: 688px;
  padding: 30px;
}
@media only screen and (max-width: 991px) {
  .form .contact__form {
    margin: 0 auto;
    min-width: auto;
  }
}
.form .contact__input {
  border: 1px solid #818a91;
  padding: 14px 15px;
  font-weight: 400;
  font-size: 17px;
  color: #000;
}
.form .iti__selected-country {
  background: rgba(0, 0, 0, 0.05);
  height: 54px;
  padding: 0 10px;
}
.form .contact__message {
  border: 1px solid #818a91;
  height: 150px;
}
.form .contact__btn {
  border-radius: 0;
  width: 100%;
  padding: 9px 50px;
  text-transform: uppercase;
}
.form .contact__input::placeholder {
  font-weight: 400;
  font-size: 17px;
  color: #757575;
}
.form .image-form {
  margin-left: -150px;
  margin-top: 156px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .form .image-form {
    display: none;
  }
}

.contact__form {
  background-color: #99c0ff;
  padding: 48px;
}

.success-message {
  text-align: center;
  padding: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.trust-contacts {
  max-width: 1440px;
  margin: 0 auto;
}
.trust-contacts-title {
  height: 480px;
  display: flex;
  align-items: flex-end;
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .trust-contacts-title {
    height: auto;
    padding: 0 30px;
  }
}
.trust-contacts-title h2 {
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  color: #fff;
  position: relative;
  z-index: 9;
  padding-left: 100px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .trust-contacts-title h2 {
    color: #000;
    padding: 0;
  }
}
.trust-contacts-title .background {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 480px;
}
@media only screen and (max-width: 768px) {
  .trust-contacts-title .background {
    display: none;
  }
}
.trust-contacts-title .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trust-contacts-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
  padding: 0 100px;
}
@media only screen and (max-width: 991px) {
  .trust-contacts-list {
    padding: 0 30px;
  }
}
.trust-contacts-item {
  max-width: 570px;
  width: 100%;
  min-height: 134px;
  border: 1px solid #2ecc71;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
.trust-contacts-item p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.03em;
  color: #09090b;
}
.trust-contacts-item p:not(:last-of-type) {
  padding-bottom: 20px;
}
.trust-contacts-item a {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.03em;
  color: #09090b;
}

.final {
  padding: 0 100px 100px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .final {
    padding: 0 30px 50px;
  }
}
.final h2 {
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}
.final p {
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  text-align: center;
  color: #000;
  max-width: 746px;
  width: 100%;
  margin: 0 auto;
}

/*# sourceMappingURL=contacts.css.map */
