@charset "UTF-8";
/*--------------------------------------------------------------
# Formats
--------------------------------------------------------------*/

.hero-formats {
  margin-block: -150px -800px;
  padding-block: 146px 800px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .hero-formats {
    margin-bottom: -775px;
  }
}
.hero-formats__inner {
  display: flex;
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1200px) {
  .hero-formats__inner {
    padding-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .hero-formats__inner {
    flex-direction: column;
    gap: 24px;
    padding: 0;
  }
}
.hero-formats__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  width: 620px;
}
@media screen and (max-width: 1200px) {
  .hero-formats__content {
    max-width: 500px;
  }
}
@media screen and (max-width: 991px) {
  .hero-formats__content {
    display: contents;
    padding-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .hero-formats__title {
    order: 1;
  }
}
@media screen and (max-width: 991px) {
  .hero-formats__text {
    order: 4;
  }
}
@media screen and (max-width: 991px) {
  .hero-formats__media-wrap {
    display: flex;
    order: 2;
    align-self: center;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  .hero-formats__media {
    position: absolute;
    z-index: 0;
    display: flex;
    flex-shrink: 0;
  }
}
.hero-formats__media:first-of-type {
  left: -65px;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .hero-formats__media:first-of-type {
    left: -150px;
  }
}
@media screen and (max-width: 650px) {
  .hero-formats__media:first-of-type {
    width: 280px;
    margin-right: -50px;
  }
}
.hero-formats__media:last-of-type {
  right: -100px;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .hero-formats__media:last-of-type {
    right: -200px;
  }
}
@media screen and (max-width: 991px) {
  .hero-formats__media:last-of-type {
    margin-left: -100px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 650px) {
  .hero-formats__media:last-of-type {
    margin-left: -50px;
    margin-top: 0;
    width: 312px;
  }
}
.hero-formats__image {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .hero-formats .btn {
    order: 3;
  }
}
.hero-formats__bg-1 {
  --flip-y: -1;
  --rotate: 45deg;
  left: -600px;
  top: -500px;
}
@media screen and (max-width: 991px) {
  .hero-formats__bg-1 {
    display: none;
  }
}
.hero-formats__bg-2 {
  --rotate: 90deg;
  left: 46%;
  top: 170px;
}
@media screen and (max-width: 991px) {
  .hero-formats__bg-2 {
    left: -50px;
  }
}

.contacts__header,
.contacts__bg {
  display: none;
}

.offline-cities__inner {
  --gap: 30px;
}
.offline-cities__btn {
  margin-top: 12px;
  align-self: flex-start;
}

.online-country__inner {
  --gap: 50px;
  --col-1: 625px;
}
.online-country__media {
  height: 454px;
}
@media screen and (max-width: 650px) {
  .online-country__media {
    height: 200px;
  }
}

.format-overview__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.format-overview__comparison {
  --gap: 50px;
  --col-2: 576px;
  align-items: flex-start;
}
.format-overview__comparison .format-overview__media {
  margin-top: -70px;
}
@media screen and (max-width: 991px) {
  .format-overview__comparison .format-overview__media {
    margin-top: 0;
  }
}
.format-overview__approach {
  --gap: 50px;
  --col-1: 613px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .format-overview__approach {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.format-overview__approach .format-overview__media {
  padding-top: 40px;
}
.format-overview__pricing {
  --gap: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 60px;
  padding-bottom: 8px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .format-overview__pricing {
    margin-top: 0;
  }
}
.format-overview__pricing .format-overview__text {
  max-width: 800px;
}