.offices {
  padding-top: 10rem;
  background: #512D8D;
  z-index: 98;
}
@media only screen and (min-width: 992px) {
  .offices {
    padding: 15rem 0 11rem;
  }
}
.offices .title-small {
  color: #06B2E3;
}
.offices__title {
  font-size: 4.2rem;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .offices__title {
    font-size: 6.4rem;
  }
}
.offices__wrap {
  margin-top: 3rem;
  grid-gap: 12px;
}
@media only screen and (min-width: 992px) {
  .offices__wrap {
    margin-top: 6rem;
  }
}
.offices__item {
  border: 1px solid rgba(159, 152, 239, 0.26);
  padding: 2rem;
  color: #fff;
  border-radius: 0.6rem;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.offices__item::after {
  content: "";
  position: absolute;
  top: 2rem;
  right: 2.1rem;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../../img/icons/contact-arrow.svg) center/cover no-repeat;
  opacity: 0;
  transform: translate(-5px, 5px) scale(0.8);
  transition: 0.2s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .offices__item {
    padding: 4rem;
  }
}
@media (any-hover: hover) {
  .offices__item:hover {
    border-color: #22d0f7;
    background: rgba(233, 229, 255, 0.12);
  }
  .offices__item:hover::before, .offices__item:hover::after {
    opacity: 1;
    transform: translate(0px, 0px) scale(1);
  }
}
.offices__item-country {
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .offices__item-country {
    font-size: 2.8rem;
  }
}
.offices__item-location {
  display: none;
}
.offices__item ul {
  padding-top: 2rem;
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 300;
  color: #fff;
}
.offices__item ul p,
.offices__item ul li,
.offices__item ul a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1.75;
  font-size: 1.6rem;
}
.offices__item ul p[href*="mailto:"],
.offices__item ul li[href*="mailto:"],
.offices__item ul a[href*="mailto:"] {
  display: none;
}
@media only screen and (min-width: 992px) {
  .offices__item ul {
    font-size: 1.6rem;
    padding-top: 2.4rem;
    margin-top: 2.4rem;
  }
}
.offices__item ul:before {
  content: "";
  width: 32px;
  height: 3px;
  background-color: #22D0F7;
  display: inline-block;
  position: absolute;
  top: 0;
}

.contact {
  overflow: visible;
}
@media only screen and (min-width: 992px) {
  .contact {
    padding: 10rem 0 11rem;
  }
}
.contact__container {
  align-items: flex-start;
}
.contact__wrap {
  max-width: 52rem;
}
@media only screen and (min-width: 992px) {
  .contact__wrap {
    position: sticky;
    top: 8.2rem;
  }
}
.contact__title {
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 112%;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 992px) {
  .contact__title {
    font-size: 5.6rem;
  }
}
.contact__descr {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 130%;
  margin-top: 3.6rem;
  letter-spacing: 0;
}
@media only screen and (min-width: 992px) {
  .contact__descr {
    font-size: 2rem;
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .contact__form {
    min-width: 60.6rem;
  }
}
.contact__form .wpcf7-form-control-wrap .iti {
  width: 100%;
}
@media only screen and (max-width: 576px) {
  .contact__form {
    margin-top: 6rem;
  }
}
@media only screen and (max-width: 992px) {
  .contact__form .grid-2 {
    grid-template-columns: 1fr;
  }
  .contact__form .grid-2 .w100 {
    grid-column: 1;
  }
}
.contact__form .wpcf7 input[type=submit] {
  margin: 0;
}

.popup-bg {
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(30px);
  padding: 6rem 1.5rem !important;
}