body {
  color: #060028;
  line-height: 1.5;
  font-family: "Figtree";
}

.container {
  max-width: 1208px;
  padding: 0 40px;
  margin: 0 auto;
}

picture,
img {
  display: block;
  width: 100%;
}

.title {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Jokker", sans-serif;
  margin-bottom: 16px;
}

.text {
  font-size: 20px;
}

.btn {
  display: table;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  border: 2px solid #060028;
  padding: 14px 38px;
  text-align: center;
  background: transparent;
  transition: 0.3s;
}
.btn, .btn:visited {
  color: inherit;
}
.btn.btn-filled {
  background: #060028;
  border-color: #060028;
  color: #fff;
}
.btn.btn-white {
  background: #fff;
  border-color: #fff;
  color: #060028;
}
.btn.btn-border {
  border-color: #fff;
  color: #fff;
  background: transparent;
}
.btn:hover, .btn.btn-filled:hover, .btn.btn-white:hover, .btn.btn-border:hover {
  border-color: #5273ef;
  background: #5273ef;
  color: #fff;
}

.hero__inner {
  padding: 120px 0 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.hero__info {
  max-width: 500px;
  width: 100%;
}
.hero__info-title {
  font-size: 52px;
  margin-bottom: 16px;
  line-height: 1.2;
}
.hero__info-text {
  margin-bottom: 48px;
}
.hero__info-btns {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.hero__info-desc {
  color: #696E77;
  font-size: 14px;
}
.hero__picture {
  max-width: 552px;
  width: 100%;
  border-radius: 24px;
}

.partners__inner {
  padding-bottom: 144px;
}
.partners__title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 1.2;
}
.partners__box {
  display: flex;
  position: relative;
  overflow: hidden;
}
.partners__box::before, .partners__box::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 115px;
  height: 200%;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
  z-index: 10;
}
.partners__box::after {
  left: auto;
  right: 0;
  background: linear-gradient(-90deg, #fff, rgba(255, 255, 255, 0));
}
.partners__item {
  display: flex;
  align-items: center;
  animation-name: line-animation;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.partners__item img {
  margin: 0 32px;
  width: auto;
  height: 50px;
}
.partners__item img.item-3 {
  height: 70px;
}

@keyframes line-animation {
  from {
    translate: 0 0;
  }
  to {
    translate: -100% 0;
  }
}
.overview__title {
  text-align: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.overview__text {
  max-width: 925px;
  margin: 0 auto 80px;
  text-align: center;
}
.overview__item {
  display: flex;
}
.overview__item:nth-child(2n) {
  flex-direction: row-reverse;
}
.overview__item:nth-child(2n) .overview__item-info {
  padding-left: 40px;
  padding-right: 108px;
}
.overview__item-picture {
  min-width: 50%;
  width: 50%;
  background: #E0C7FF;
  height: 692px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.overview__item-picture.item-1 {
  background: #E0C7FF;
}
.overview__item-picture.item-1 img {
  max-width: 480px;
}
.overview__item-picture.item-2 {
  background: #B1E7CB;
}
.overview__item-picture.item-2 img {
  max-width: 275px;
}
.overview__item-picture.item-3 {
  background: #FFBFAB;
}
.overview__item-picture.item-3 img {
  max-width: 518px;
}
.overview__item-picture.item-4 {
  background: #E0C7FF;
}
.overview__item-picture.item-4 img {
  max-width: 420px;
}
.overview__item-picture.item-5 {
  background: #B1E7CB;
}
.overview__item-picture.item-5 img {
  max-width: 350px;
}
.overview__item-picture img {
  margin: 0 auto;
}
.overview__item-info {
  max-width: 600px;
  width: 100%;
  padding-left: 108px;
  padding-right: 40px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.overview__item-title {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 600;
  font-family: "Jokker", sans-serif;
  margin-bottom: 16px;
  text-wrap: balance;
}

.banner {
  background: #060028;
}
.banner__inner {
  padding: 80px 0;
}
.banner__title {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 32px;
  color: #fff;
}
.banner__title span {
  position: relative;
}
.banner__title span::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 12px;
  background: center/100% no-repeat url("/landings/server/dooh/img/cta-arrow.svg");
}
.banner__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.features__inner {
  padding: 108px 0 144px;
}
.features__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 60px;
}
.features__top-info {
  max-width: 700px;
  width: 100%;
}
.features__top-btns {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 8px;
}
.features__slider {
  padding-left: 40px;
  margin-left: auto;
}
.features__slider .slick-track {
  display: flex !important;
}
.features .prev-btn,
.features .next-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: center/contain no-repeat url("/landings/server/dooh/img/slider-arrow.svg");
  cursor: pointer;
  font-size: 0;
  border: none;
  transition: 0.3s;
}
.features .prev-btn:hover,
.features .next-btn:hover {
  scale: 1.05;
}
.features .prev-btn {
  rotate: 180deg;
}
.features__item {
  border: 1px solid #D8DDED;
  border-radius: 20px;
  padding: 32px;
  margin-right: 24px;
  height: inherit;
  max-width: 264px;
}
.features__item-icon {
  width: 40px;
  margin-bottom: 20px;
}
.features__item-title {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 8px;
}
.features__item-text {
  font-size: 16px;
}
.features__btns {
  display: none;
}

.reason {
  background: #E5FAF3;
}
.reason__inner {
  padding: 100px 0;
}
.reason__title {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 60px;
}
.reason__box {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 160px);
}
.reason__item {
  border: 1px solid #060028;
  background: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 36px;
}
.reason__item-title {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
}
.reason__item-text {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}
.reason__item:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/2;
}
.reason__item:nth-child(2) {
  grid-column: 1/2;
  grid-row: 2/4;
}
.reason__item:nth-child(3) {
  grid-column: 2/2;
  grid-row: 1/3;
}
.reason__item:nth-child(4) {
  grid-column: 2/2;
  grid-row: 3/4;
}
.reason__item:nth-child(5) {
  grid-column: 3/3;
  grid-row: 1/2;
}
.reason__item:nth-child(6) {
  grid-column: 3/3;
  grid-row: 2/4;
}

.control__inner {
  padding: 144px 0 180px;
}
.control__title {
  text-align: center;
  margin: 0 auto 60px;
}
.control__box {
  display: flex;
  gap: 24px;
}
.control__item {
  flex: 1;
  padding: 48px;
  border-radius: 20px;
  background: #060028;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.control__item:nth-child(2) {
  background: #FFBFAB;
  color: #060028;
}
.control__item-info {
  flex-grow: 1;
}
.control__item-title {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 8px;
  font-family: "Jokker", sans-serif;
}
.control__item-text {
  font-size: 16px;
  margin-bottom: 48px;
}

.faq__inner {
  padding-bottom: 144px;
}
.faq__title {
  text-align: center;
  margin-bottom: 60px;
}
.faq__item {
  margin-bottom: 16px;
  border: 1px solid #E0E3EE;
  border-radius: 16px;
}
.faq__item.active .faq__item-quest {
  transition: 0.3s;
}
.faq__item.active .faq__item-quest::before {
  rotate: 180deg;
  transition: 0.3s;
}
.faq__item:last-child {
  margin: 0;
}
.faq__item-quest {
  font-size: 18px;
  font-weight: 700;
  color: #060028;
  position: relative;
  padding: 27px 72px 27px 32px;
  cursor: pointer;
  background: transparent;
  border: none;
  width: 100%;
  transition: 0.3s;
  text-align: left;
  border-radius: 16px;
}
.faq__item-quest::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 16px;
  width: 40px;
  height: 40px;
  background: center/contain no-repeat url("/landings/server/dooh/img/faq-arrow.svg");
  transition: 0.3s;
}
.faq__item-answer {
  display: none;
  padding: 0 32px 27px;
}
.faq__item-answer p {
  font-size: 18px;
}

.cta {
  margin-bottom: 144px;
}
.cta .container {
  max-width: 1440px;
}
.cta__inner {
  background: #060028;
  padding: 80px 90px;
  border-radius: 24px;
}
.cta__title {
  text-align: center;
  color: #fff;
  max-width: 940px;
  margin: 0 auto 48px;
  position: relative;
  z-index: 1;
}
.cta__title span {
  position: relative;
}
.cta__title span::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 12px;
  background: center/100% no-repeat url("/landings/server/dooh/img/cta-arrow.svg");
  z-index: -1;
}
.cta__btn {
  margin: 0 auto;
}

.footer__inner {
  padding-top: 0;
}

@media (max-width: 1100px) {
  .hero__picture {
    max-width: 450px;
  }
}
@media (max-width: 1023px) {
  .title {
    font-size: 36px;
  }

  .text {
    font-size: 18px;
  }

  .hero__inner {
    padding: 80px 0;
    flex-direction: column;
    align-items: center;
    gap: 80px;
  }
  .hero__info {
    text-align: center;
    max-width: 670px;
    margin: 0 auto;
  }
  .hero__info-title {
    max-width: 610px;
    text-align: center;
    margin: 0 auto 16px;
    font-size: 40px;
  }
  .hero__info-title br {
    display: none;
  }
  .hero__info-text {
    text-align: center;
    margin: 0 auto 32px;
  }
  .hero__info-btns {
    justify-content: center;
  }
  .hero__picture {
    max-width: 100%;
  }

  .partners__inner {
    padding-bottom: 108px;
  }
  .partners__title {
    max-width: 400px;
    margin: 0 auto 40px;
  }
  .partners__item img {
    margin: 0 28px;
  }

  .overview__inner {
    padding-bottom: 96px;
  }
  .overview__text {
    margin-bottom: 64px;
  }
  .overview__box {
    display: flex;
    flex-direction: column;
    padding: 0 40px;
    gap: 64px;
  }
  .overview__item {
    gap: 32px;
  }
  .overview__item:nth-child(1n) {
    flex-direction: column;
  }
  .overview__item:nth-child(1n) .overview__item-info {
    padding: 0;
  }
  .overview__item-picture {
    height: 688px;
    width: 100%;
    min-width: auto;
    border-radius: 20px;
  }
  .overview__item-info {
    max-width: 100%;
  }
  .overview__item-title {
    text-wrap: unset;
  }
  .overview__item-text {
    font-size: 18px;
  }

  .banner {
    background: transparent;
  }
  .banner__inner {
    background: #060028;
    border-radius: 24px;
    padding: 60px 90px;
  }

  .features__inner {
    padding: 96px 0;
  }
  .features__top {
    padding-bottom: 48px;
    justify-content: center;
  }
  .features__top-info {
    text-align: center;
  }
  .features__top-btns {
    display: none;
  }
  .features__box {
    padding: 0 40px;
    margin: 0 -8px;
  }
  .features__slider {
    padding: 0;
  }
  .features .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .features .slick-dots li {
    padding: 0;
    margin: 0;
    background: none;
    line-height: 0;
    font-size: 0;
  }
  .features .slick-dots li button {
    border: none;
    border-radius: 50%;
    font-size: 0;
    padding: 5px;
    background: #D8DDED;
    margin: 0 4px;
    cursor: pointer;
    transition: 0.3s;
  }
  .features .slick-dots li.slick-active button {
    background: #060028;
    transition: 0.3s;
  }
  .features__item {
    max-width: 100%;
    margin: 0 8px;
  }
  .features__btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    gap: 24px;
  }
  .features__btns .prev-btn {
    order: 1;
  }
  .features__btns .slick-dots {
    order: 2;
  }
  .features__btns .next-btn {
    order: 3;
  }

  .reason__inner {
    padding: 80px 0;
  }
  .reason__box {
    display: flex;
    flex-direction: column;
    max-height: 652px;
    flex-wrap: wrap;
    gap: 16px;
    max-width: 688px;
    margin: 0 auto;
  }
  .reason__item {
    gap: 24px;
    padding: 32px;
    align-items: center;
    max-width: calc(50% - 8px);
  }
  .reason__item:nth-child(1n) {
    grid-column: unset;
    grid-row: unset;
  }
  .reason__item-title {
    font-size: 20px;
  }
  .reason__item-text {
    font-size: 16px;
  }
  .reason__item:nth-child(1) {
    order: 1;
  }
  .reason__item:nth-child(6) {
    order: 2;
    padding-bottom: 42px;
  }
  .reason__item:nth-child(4) {
    order: 3;
  }
  .reason__item:nth-child(5) {
    order: 4;
  }
  .reason__item:nth-child(2) {
    order: 5;
    padding-bottom: 42px;
  }
  .reason__item:nth-child(3) {
    order: 6;
  }

  .control__inner {
    padding: 96px 0;
  }
  .control__title {
    margin-bottom: 48px;
  }
  .control__box {
    flex-direction: column;
  }
  .control__item-title br {
    display: none;
  }

  .faq__inner {
    padding-bottom: 96px;
  }

  .cta {
    margin-bottom: 96px;
  }
  .cta__inner {
    padding: 60px 90px;
  }
  .cta__title {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 16px;
  }

  .title {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .title br {
    display: none;
  }

  .text {
    font-size: 16px;
  }
  .text br {
    display: none;
  }

  .hero__inner {
    padding: 48px 0;
    gap: 48px;
  }
  .hero__info-title {
    text-align: left;
    font-size: 40px;
    margin-left: 0;
    text-wrap: balance;
  }
  .hero__info-title br {
    display: none;
  }
  .hero__info-text {
    text-align: left;
  }
  .hero__info-btns {
    flex-direction: column;
  }
  .hero__info-btn {
    width: 100%;
  }
  .hero__info-desc {
    max-width: 270px;
    margin: 0 auto;
  }

  .partners__inner {
    padding-bottom: 64px;
  }
  .partners__title {
    font-size: 20px;
    margin-bottom: 18px;
    max-width: 270px;
  }
  .partners__item img {
    height: 40px;
  }

  .overview__inner {
    padding-bottom: 64px;
  }
  .overview__title {
    text-align: left;
    margin-left: 0;
  }
  .overview__text {
    text-align: left;
    margin-left: 0;
    margin-bottom: 48px;
  }
  .overview__box {
    padding: 0 16px;
    gap: 48px;
  }
  .overview__item {
    gap: 16px;
  }
  .overview__item-picture {
    padding: 0;
    width: 100%;
    height: auto;
  }
  .overview__item-picture:nth-child(1n) {
    background: transparent;
  }
  .overview__item-picture:nth-child(1n) img {
    max-width: 100%;
  }
  .overview__item-info {
    align-items: flex-start;
  }
  .overview__item-title {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .banner__inner {
    padding: 40px 24px;
    border-radius: 20px;
  }
  .banner__btns {
    flex-direction: column;
  }
  .banner__btn {
    width: 100%;
  }

  .features__inner {
    padding: 64px 0;
  }
  .features__top {
    padding-bottom: 32px;
  }
  .features__box {
    padding: 0 16px;
    margin: 0;
  }
  .features__item {
    margin: 0 4px;
  }
  .features__item-title {
    font-size: 24px;
  }

  .reason__inner {
    padding: 40px 0;
  }
  .reason__title {
    margin-bottom: 24px;
    max-width: 280px;
  }
  .reason__box {
    max-height: unset;
    max-width: 350px;
  }
  .reason__item {
    max-width: 100%;
    gap: 16px;
  }
  .reason__item-title, .reason__item-text {
    font-size: 20px;
  }
  .reason__item:nth-child(1n) {
    padding: 32px;
  }
  .reason__item:nth-child(1) {
    order: 1;
  }
  .reason__item:nth-child(2) {
    order: 2;
  }
  .reason__item:nth-child(4) {
    order: 3;
  }
  .reason__item:nth-child(3) {
    order: 4;
  }
  .reason__item:nth-child(5) {
    order: 5;
  }
  .reason__item:nth-child(6) {
    order: 6;
  }

  .control__inner {
    padding: 64px 0;
  }
  .control__title {
    margin-bottom: 48px;
    max-width: 320px;
  }
  .control__box {
    gap: 16px;
  }
  .control__item {
    padding: 32px;
  }
  .control__item-title {
    font-size: 20px;
  }
  .control__item-text {
    margin-bottom: 24px;
  }
  .control__item-btn {
    width: 100%;
    padding: 14px 30px;
  }

  .faq__inner {
    padding-bottom: 64px;
  }
  .faq__title {
    margin-bottom: 32px;
  }
  .faq__item {
    border-radius: 12px;
  }
  .faq__item-quest {
    padding: 24px 72px 24px 16px;
    font-size: 16px;
  }
  .faq__item-answer {
    padding: 0 16px 24px;
  }
  .faq__item-answer p {
    font-size: 16px;
  }

  .cta {
    margin-bottom: 64px;
  }
  .cta__inner {
    padding: 40px 24px;
    border-radius: 20px;
  }
  .cta__title {
    margin-bottom: 32px;
  }
  .cta__title span::before {
    bottom: -5px;
  }
  .cta__btn {
    width: 100%;
  }
}

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