body._lock-scroll {
  overflow: hidden
}
.wrapper {
  margin: 0 auto;
  max-width: 440px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden
}
.page {
  flex: 1 1 auto
}
.page.page-text {
  padding: 40px 4%
}
.page.page-text h1,
.page.page-text h2,
.page.page-text h3,
.page.page-text h4,
.page.page-text h5,
.page.page-text h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  color: #333
}
.page.page-text h1 {
  color: #ff5c05
}
.page.page-text p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #333
}
._ibg {
  position: relative
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover
}
.button-yellow {
  padding: 0 32px;
  min-height: 57px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 52px;
  background-color: #f6ff00;
  font-size: 20px;
  text-align: center;
  font-family: "TT Autonomous FONT Trial",sans-serif;
  color: #00081f
}
.spoller {
  width: 100%
}
.spoller:not(:last-child) {
  margin-bottom: 16px
}
.spoller [data-spoller] {
  padding: 10px 17px;
  width: 100%;
  min-height: 76px;
  display: flex;
  align-items: center;
  border-radius: 14px;
  transition: border-radius .3s ease 0s;
  background-color: rgba(255,255,255,.5)
}
.spoller [data-spoller]:after {
  content: "";
  width: 23px;
  height: 13px;
  flex-shrink: 0;
  transition: transform .3s ease 0s;
  transform: rotate(-90deg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../assets/img/icons/grey-arrow.svg)
}
.spoller [data-spoller] span {
  min-width: 46px;
  text-align: left;
  font-family: "Dela Gothic One",sans-serif;
  font-size: 30px;
  line-height: 1;
  color: #bfcce0
}
.spoller [data-spoller] p {
  margin-right: 12px;
  flex: 1 1 auto;
  text-align: left;
  font-family: "Bw Modelica",sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #00081f
}
.spoller [data-spoller].is-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}
.spoller [data-spoller].is-active:after {
  transform: rotate(0)
}
.spoller__dropdown {
  padding-top: 9px;
  padding-left: 63px;
  font-family: "Bw Modelica",sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #727e9b
}
.reviews-slider {
  overflow: hidden
}
.reviews-slider:not(:last-child) {
  margin-bottom: 12px
}
.reviews-slider .swiper-pagination {
  gap: 8px;
  display: flex;
  justify-content: center;
  align-items: center
}
.reviews-slider .swiper-pagination:not(:first-child) {
  margin-top: 12px
}
.reviews-slider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  transition: background-color .3s ease 0s;
  background-color: #ced5eb
}
.reviews-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #9aa1b3
}
.reviews-slide {
  display: flex;
  flex-direction: column;
  align-items: center
}
.reviews-slide__image {
  margin: 0 auto;
  max-width: 255px
}
.reviews-slide__image div {
  margin: auto;
  max-width: max-content;
  position: relative
}
.reviews-slide__image div:after {
  content: "";
  margin-top: -3px;
  width: 100%;
  height: 6px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 51px;
  background-color: #bcc7e4
}
.reviews-slide__image img {
  margin: auto
}
.reviews-slide__image:not(:last-child) {
  margin-bottom: 13px
}
.reviews-slide__name {
  font-family: "TT Autonomous FONT Trial",sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  color: #00081f
}
.reviews-slide__name:not(:last-child) {
  margin-bottom: 1px
}
.reviews-slide__work {
  font-family: Yulong,sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  color: #8e9eca
}
.reviews-slide__work:after {
  content: "";
  width: 50px;
  height: 36px;
  position: absolute;
  top: -18px;
  left: 12px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../assets/img/icons/components.svg)
}
.reviews-slide__work:not(:last-child) {
  margin-bottom: 6px
}
.reviews-slide__text {
  padding: 12px;
  width: 100%;
  border-radius: 11px;
  background-color: rgba(255,255,255,.412);
  font-family: "Bw Modelica",sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  text-align: center
}
.popup {
  padding: 40px 15px 15px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: auto;
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s ease 0s;
  background-color: rgba(0,0,0,.6)
}
.popup.is-active {
  pointer-events: auto;
  opacity: 1
}
.popup.is-active .popup__body {
  transform: scale(1)
}
.popup__body {
  margin: auto;
  padding: 15px;
  max-width: 410px;
  width: 100%;
  position: relative;
  transform: scale(.9);
  transition: transform .5s ease 0s;
  border-radius: 16px;
  background-color: #00081f
}
.popup__close {
  margin-bottom: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 100%;
  right: 0;
  cursor: pointer;
  background-color: transparent
}
.popup__close:after,
.popup__close:before {
  content: "";
  width: 24px;
  height: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: var(--white)
}
.popup__close:before {
  transform: rotate(45deg)
}
.popup__close:after {
  transform: rotate(-45deg)
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }
}
@media (any-hover:hover) {
  .button-yellow {
    transition: background-color .3s ease 0s
  }
  .button-yellow:hover {
    background-color: #cfc100
  }
}