.offices {
  padding-top: 10rem;
  background: linear-gradient(293.03deg, #d3dcfc -17.29%, #a29ddf -3.19%, #463da9 24.71%, #121212 67.84%);
  z-index: 98;
}
@media only screen and (min-width: 992px) {
  .offices {
    padding: 15rem 0 11rem;
  }
}
.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: 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;
  }
}
.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: var(--secondary);
  display: inline-block;
  position: absolute;
  top: 0;
}

.contact {
  overflow: visible;
}
.contact__container {
  align-items: flex-start;
}
.contact__wrap {
  max-width: 43.5rem;
}
@media only screen and (min-width: 992px) {
  .contact__wrap {
    position: sticky;
    top: 8.2rem;
  }
}
.contact__title {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 992px) {
  .contact__title {
    font-size: 6.4rem;
  }
}
.contact__descr {
  font-size: 1.6rem;
  font-weight: 300;
  max-width: 37rem;
  margin-top: 2.4rem;
}
@media only screen and (min-width: 992px) {
  .contact__descr {
    font-size: 2rem;
    margin-top: 3rem;
  }
}