*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  position: relative;
}

.wrapper {
  overflow: unset;
}

section {
  position: relative;
  overflow: hidden;
}

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

.page-icon {
  transition: all 3s linear;
}

.inner {
  position: relative;
  z-index: 5;
  margin-bottom: 144px;
}

.prlx-item {
  transition: 0.1s;
}

button.prev,
button.next {
  width: 56px;
  height: 56px;
  cursor: pointer;
  background: center/contain no-repeat url("/landings/ad-server/images/slider-arrow-gray.svg");
  border-radius: 50%;
  border: none;
  font-size: 0;
  line-height: 0;
  transition: 0.3s;
}
button.prev:hover,
button.next:hover {
  background-image: url("/landings/ad-server/images/slider-arrow-hover.svg");
  transition: 0.3s;
}

button.next {
  transform: rotate(180deg);
}

img {
  width: 100%;
  height: auto;
}

a {
  margin: 0;
  padding: 0;
}

ul, ul > li {
  margin: 0;
}

b, strong {
  font-weight: 600;
}

q::before,
q::after {
  display: none;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -37px;
  margin: 0;
}
.slick-dots li {
  padding: 0;
  margin: 0;
  background: none;
  line-height: 0;
  font-size: 0;
}
.slick-dots li button {
  border: none;
  border-radius: 50%;
  font-size: 0;
  padding: 5px;
  background: #D8DDED;
  margin: 0 4px;
  cursor: pointer;
  transition: 0.3s;
}
.slick-dots li.slick-active button {
  background: #060028;
  transition: 0.3s;
}

h2.title {
  font: 600 40px/50px "Jokker";
  color: #060028;
  margin: 0;
  text-align: center;
  max-width: 100%;
}
h2.title + p.text {
  text-align: center;
  margin: 24px auto 64px;
}

h3 {
  font: 600 20px/28px "Figtree";
  color: #060028;
  margin: 0;
}

.text {
  color: #060028;
  margin: 0;
}

.text-s {
  font: 400 16px/24px "Figtree";
}

.text-m {
  font: 400 20px/34px "Figtree";
}

.flex-al-c {
  display: flex;
  align-items: center;
}

.flex-j-sb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn {
  background: #060028;
  color: #fff;
  border-radius: 100px;
  font: 600 16px/24px "Figtree";
  padding: 14px 38px;
  border: 2px solid #060028;
  margin: 0;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.3s;
}
.btn.btn-light {
  border-color: #fff;
  background: #fff;
  color: #060028;
}
.btn.btn-border {
  background: #fff;
  color: #060028;
}
.btn:hover, .btn.btn-light:hover, .btn.btn-border:hover {
  color: #fff;
  background: #5273ef;
  border-color: #5273ef;
  transition: 0.3s;
}

.arrow-link {
  position: relative;
  padding-right: 30px;
  font: 600 16px/24px "Figtree";
  transition: 0.3s;
}
.arrow-link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 24px;
  height: 24px;
  background: right 50%/contain no-repeat url("/landings/ad-server/images/link-arrow-dark.svg");
  transition: 0.3s;
}
.arrow-link.light-link {
  background-image: url("/landings/ad-server/images/link-arrow-white.svg");
}
.arrow-link, .arrow-link:visited {
  color: #060028;
}
.arrow-link:hover, .arrow-link:visited:hover {
  color: #fff;
}
.arrow-link:hover::before, .arrow-link:visited:hover::before {
  right: -5px;
  transition: 0.3s;
}

.head .inner {
  margin: 120px 0 80px;
}
.head__info {
  margin-right: 16px;
  width: 100%;
  max-height: 550px;
}
.head__info-title {
  font: 600 48px/60px "Jokker";
  color: #060028;
  margin: 0 0 24px;
}
.head__info-text {
  max-width: 525px;
  color: #333845;
  line-height: 32px;
}
.head__info-btn {
  margin: 16px 0;
}
.head__preview {
  display: block;
  width: 553px;
  max-width: 100%;
  cursor: pointer;
}

.partners .inner {
  align-items: flex-end;
}
.partners__title {
  font: 600 28px/48px "Figtree";
  color: #060028;
  margin: 0 0 -12px;
}
.partners__box {
  align-items: baseline;
  gap: 90px;
}
.partners__box-item:nth-child(1) {
  width: 115px;
}
.partners__box-item:nth-child(2) {
  width: 85px;
}
.partners__box-item:nth-child(3) {
  width: 76px;
}
.partners__box-item:nth-child(4) {
  width: 203px;
}

.types {
  margin-bottom: 144px;
}
.types .inner {
  margin: 0;
}
.types__info {
  position: relative;
}
.types__info h2.title {
  text-align: left;
}
.types__info h2.title + p.text {
  text-align: left;
}
.types__info-btns {
  position: absolute;
  right: 0;
  bottom: 0;
  gap: 16px;
}
.types__box-btns {
  display: none;
}
.types__slider {
  display: flex;
  margin-left: auto;
  padding-left: 40px;
}
.types__slider-item {
  position: relative;
  overflow: hidden;
  min-width: 360px;
  max-width: 360px;
  margin-right: 24px;
  font-size: 0;
  line-height: 0;
  display: flex !important;
  flex-direction: column;
  border: 1px solid #D8DDED;
  border-radius: 16px;
}
.types__slider-item .info {
  flex-grow: 1;
  padding: 26px;
}
.types__slider-item .info .icon {
  width: 40px;
  margin-bottom: 24px;
}
.types__slider-item .info .title {
  margin-bottom: 8px;
}
.types__slider-item .info .text {
  line-height: 26px;
}
.types__slider-item .bottom {
  padding: 20px 26px;
  background: #060028;
  width: 100%;
  border-radius: 0 0 16px 16px;
}
.types__slider-item .arrow-link {
  color: #fff;
}
.types__slider-item .arrow-link::before {
  background-image: url("/landings/ad-server/images/link-arrow-white.svg");
}
.types__slider-item.disabled-item {
  cursor: default;
  pointer-events: none;
}
.types__slider-item.disabled-item .arrow-link::before {
  display: none;
}

.features {
  overflow: unset;
}
.features__box {
  background: linear-gradient(90deg, #F1F2F8 50%, transparent 50%);
}
.features__box .container {
  max-width: 100%;
  padding: 0;
  align-items: unset;
}
.features__line {
  width: 50%;
  height: calc(100vh - 64px);
  display: flex;
  align-items: center;
  position: sticky;
  top: 64px;
}
.features__line-img {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.features__line-img:nth-child(1) {
  width: 510px;
}
.features__line-img:nth-child(2) {
  width: 390px;
}
.features__line-img:nth-child(3) {
  width: 260px;
}
.features__line-img:nth-child(4) {
  width: 500px;
}
.features__line-img.active {
  opacity: 1;
  transition: 0.3s;
}
.features__info {
  width: 50%;
  padding-right: 40px;
}
.features__info-item {
  height: calc(100vh - 64px);
  max-width: 552px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 96px;
}
.features__info-item .picture {
  display: none;
}
.features__info-item .title {
  font: 600 40px/50px "Jokker";
  color: #060028;
  margin: 0 0 12px;
}
.features__info-item .text {
  line-height: 32px;
  margin: 0 0 24px;
}
.features__info-item .list li {
  background: none;
  padding: 0 0 0 28px;
  position: relative;
  margin-bottom: 8px;
  font: 400 20px/32px "Figtree";
}
.features__info-item .list li:last-child {
  margin: 0;
}
.features__info-item .list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  background: center/contain no-repeat url("/landings/ad-server/images/list-check.svg");
}

.formats__box {
  position: relative;
}
.formats__box button.prev,
.formats__box button.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.formats__box button.prev {
  left: -92px;
}
.formats__box button.next {
  right: -92px;
  transform: translateY(-50%) rotate(180deg);
}
.formats__slider {
  margin: 0 -12px;
  display: flex;
}
.formats__slider-item {
  border: 1px solid #D8DDED;
  border-radius: 20px;
  padding: 30px;
  margin: 0 12px;
  font-size: 0;
  line-height: 0;
}
.formats__slider-item:hover .arrow-link::before {
  right: -5px;
}
.formats__slider-item .title {
  margin: 24px 0 12px;
}
.formats__slider-item .text {
  color: #2C2C2C;
}
.formats__slider-item .arrow-link:hover {
  color: #060028;
}

.cta .inner {
  background: #060028;
  padding: 56px 72px;
  border-radius: 24px;
}
.cta .inner h2.title {
  text-align: left;
  color: #fff;
  padding-right: 24px;
}
.cta .inner h2.title span.yellow {
  color: #ffd965;
}
.cta .inner h2.title span.green {
  color: #56be87;
}

.quote__logo {
  display: block;
  max-width: 172px;
  margin: 0 auto;
}
.quote__text {
  display: block;
  margin: 40px auto;
  text-align: center;
  font: 400 28px/48px "Figtree";
  color: #060028;
  max-width: 880px;
  width: 100%;
}
.quote .author {
  justify-content: center;
}
.quote .author .photo {
  max-width: 80px;
}
.quote .author .info {
  margin-left: 24px;
  color: #060028;
}
.quote .author .info .name {
  font: 600 24px/28px "Figtree";
  margin: 0 0 4px;
  color: #060028;
}
.quote .author .info .pos {
  font: 400 18px/22px "Figtree";
  color: #333845;
  margin: 0;
}

.funcs {
  overflow: visible;
  background: #F1F2F8;
  position: relative;
}
.funcs::before, .funcs::after {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 0;
  width: 100%;
}
.funcs::before {
  top: -150%;
  height: 150%;
  background: linear-gradient(#fff, #F1F2F8);
}
.funcs::after {
  bottom: -150%;
  height: 150%;
  background: linear-gradient(#F1F2F8, #fff);
}
.funcs .container {
  overflow: hidden;
  position: relative;
}
.funcs .overflow-scroll {
  position: relative;
  overflow: scroll;
  margin: 0 -16px;
  padding: 0 16px;
}
.funcs .overflow-scroll::-webkit-scrollbar {
  display: none;
}
.funcs__switcher {
  justify-content: center;
  border: 1px solid #D8DDED;
  border-radius: 100px;
  background: #fff;
  overflow: hidden;
  width: fit-content;
  margin: 0 auto 40px;
  transition: 0.3s;
}
.funcs__switcher-btn {
  padding: 24px 40px;
  border-radius: 100px;
  font: 500 16px/18px "Figtree";
  color: #060028;
  background: transparent;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.3s;
}
.funcs__switcher-btn br {
  display: none;
}
.funcs__switcher-btn.active {
  color: #fff;
  background: #060028;
  transition: 0.3s;
}
.funcs__box {
  flex-wrap: wrap;
  gap: 24px;
  display: none;
}
.funcs__box.active {
  display: flex;
}
.funcs__box-item {
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #D8DDED;
  width: 264px;
  height: 212px;
  background: #fff;
}
.funcs__box-item .title {
  font: 600 20px/28px "Figtree";
  color: #060028;
  margin: 0 0 4px;
}
.funcs__box-item .text {
  color: #333845;
}

.board .container {
  max-width: 1440px;
}
.board .inner {
  border-radius: 24px;
  background: #060028;
  overflow: hidden;
}
.board h2.title {
  color: #fff;
  margin-bottom: 80px;
}
.board h2.title br.tab {
  display: none;
}
.board__top {
  padding: 100px 116px 100px;
}
.board__quote {
  max-width: 600px;
  margin-right: 68px;
}
.board__quote-logo {
  width: 153px;
}
.board__quote-text {
  display: block;
  font: 400 20px/34px "Figtree";
  color: #fff;
  margin: 48px 0;
}
.board__quote .author .photo {
  width: 72px;
  margin-right: 24px;
}
.board__quote .author .info .name {
  font: 600 24px/28px "Figtree";
  color: #fff;
  margin: 0 0 4px;
}
.board__quote .author .info .pos {
  margin: 0;
  color: #fff;
  font: 400 18px/22px "Figtree";
}
.board__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.board__info-item {
  padding: 20px 32px;
  border-radius: 16px;
  background: #FFFFFF1A;
}
.board__info-item .num {
  color: #fff;
  font: 600 56px/70px "Jokker";
  margin: 0 28px 0 0;
}
.board__info-item .num span {
  color: #56be87;
}
.board__info-item .text {
  color: #fff;
  font: 400 18px/22px "Figtree";
}
.board__bottom {
  background: #1F1A3E;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.board__bottom .title {
  color: #fff;
  font: 600 20px/28px "Figtree";
  margin: 0 24px 0 0;
}

.performance__awards {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 50%;
  margin-right: 24px;
}
.performance__awards-item {
  background: #F1F2F8;
  height: 173px;
  width: calc(33.33% - 12px);
  border-radius: 16px;
  border: 1px solid #D8DDED;
  display: flex;
  align-items: center;
  justify-content: center;
}
.performance__awards-item img {
  width: 100px;
}
.performance__awards-item.item-1, .performance__awards-item.item-2 {
  width: calc(50% - 8px);
}
.performance__awards-item.item-1 img {
  width: 132px;
}
.performance__awards-item.item-2 img {
  width: 116px;
}
.performance__awards .box {
  display: contents;
}
.performance__reviews {
  width: 50%;
  border: 1px solid #D8DDED;
  border-radius: 20px;
  padding: 32px 32px 34px;
}
.performance__reviews-top {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #D8DDED;
}
.performance__reviews-top .logo {
  width: 126px;
}
.performance__reviews-top .btn:hover span {
  color: #fff;
}
.performance__reviews-top .btn:hover span::before {
  background-image: url("/landings/ad-server/images/link-arrow-white.svg");
}
.performance__reviews-bottom .stars {
  width: 152px;
}
.performance__reviews-bottom .subtitle {
  margin: 24px 0 12px;
}
.performance__reviews-bottom .btn {
  display: none;
}

.thanks {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: 0.25s;
}
.thanks.active {
  opacity: 1;
  pointer-events: painted;
  transition: 0.25s;
}
.thanks__area {
  position: absolute;
  inset: 0;
}
.thanks__body {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thanks__content {
  box-shadow: 0 8px 40px 0 #0000001A;
  border-radius: 12px;
  background: #fff;
  position: relative;
  padding: 24px 16px 16px;
  max-width: 512px;
  width: 100%;
}
.thanks__content .thanks-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: 0.25s;
}
.thanks__content .thanks-close::before, .thanks__content .thanks-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 90%;
  height: 2px;
  background: #414141;
  rotate: 45deg;
  border-radius: 2px;
}
.thanks__content .thanks-close::after {
  rotate: -45deg;
}
.thanks__content .thanks-close:hover {
  rotate: 90deg;
  transition: 0.25s;
}
.thanks__img {
  display: block;
  max-width: 200px;
  width: 100%;
  margin: 0 auto 24px;
}
.thanks__title {
  font: 600 24px/32px "Jokker";
  color: #212529;
  margin: 0 auto 8px;
  text-align: center;
  max-width: 335px;
}
.thanks__text {
  font: 400 16px/24px "Figtree";
  color: #212529;
  text-align: center;
  margin: 0 auto 24px;
}
.thanks__checkbox {
  width: 100%;
  background: #F2F4FA;
  padding: 16px;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.25s;
}
.thanks__checkbox:hover {
  background: #dfe5f8;
  transition: 0.25s;
}
.thanks__checkbox span {
  position: relative;
  font: 700 16px/24px "Figtree";
  color: #212529;
  padding-left: 28px;
}
.thanks__checkbox span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 2px solid #5273EF;
  background: center/0% no-repeat url("/resources/img/subscribe-check-icon.svg"), transparent;
  transition: 0.25s;
}
.thanks__checkbox.checked span::before {
  background-size: 90%;
  background-color: #5273EF;
  transition: 0.25s;
}

.contact {
  background: #060028;
  margin: 0 40px 144px;
  border-radius: 24px;
  padding: 80px 0;
}
.contact__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.contact__info {
  max-width: 510px;
  color: #fff;
}
.contact__info-title {
  font: 600 48px/60px "Jokker";
  margin-bottom: 24px;
  max-width: 450px;
}
.contact__info-text {
  font: 400 18px/28px "Figtree";
  margin-bottom: 24px;
  max-width: 446px;
}
.contact__info-list {
  font: 600 18px/27px "Figtree";
}
.contact__info-list li {
  padding-left: 44px;
  position: relative;
  margin-bottom: 12px;
}
.contact__info-list li:last-child {
  margin: 0;
}
.contact__info-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 28px;
  height: 28px;
  background: center/contain no-repeat url("/landings/ad-server/images/contact-list-icon.svg");
}
.contact__board {
  background: #fff;
  padding: 36px;
  border-radius: 24px;
  max-width: 552px;
  width: 100%;
}
.contact__board form .consent a,
.contact__board form .consent a:visited {
  color: #5F646B;
  font-weight: 600;
}
.contact__board form input[type=text],
.contact__board form input[type=email],
.contact__board form input[type=submit],
.contact__board form .sign-in,
.contact__board form label.consent,
.contact__board form label.consent a,
.contact__board form .custom-select-title,
.contact__board form .custom-select-option {
  font-family: "Figtree";
}
.contact__board form .sign-in a {
  font-weight: 600;
}

.popup {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483649;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
}
.popup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: painted;
  transition: 0.3s;
}
.popup__area {
  position: absolute;
  inset: 0;
}
.popup__body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}
.popup__close {
  position: absolute;
  top: -3vw;
  right: 0;
  width: 3vw;
  height: 3vw;
  background: center/contain no-repeat url("/resources/img/general/close-icon.svg");
  cursor: pointer;
}
.popup__content {
  z-index: 1;
  position: relative;
}
.popup__content iframe {
  width: 70vw;
  height: 39.5vw;
}

.footer__inner {
  padding-top: 0;
}

@media (max-width: 1023px) {
  h2.title {
    font-size: 36px;
    line-height: 45px;
  }
  h2.title + p.text {
    margin: 16px 0 48px;
  }

  .text-m {
    font-size: 18px;
    line-height: 30px;
  }
  .text-m br {
    display: none;
  }

  .text-s {
    font-size: 16px;
    line-height: 26px;
  }
  .text-s br {
    display: none;
  }

  .inner {
    margin-bottom: 96px;
  }

  .head .inner {
    margin: 80px 0 96px;
    flex-direction: column;
    align-items: center;
  }
  .head__info {
    margin: 0 auto 100px;
    max-width: 670px;
  }
  .head__info-title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 16px;
    text-align: center;
  }
  .head__info-title br {
    display: none;
  }
  .head__info-text {
    text-align: center;
    max-width: 100%;
  }
  .head__info-desc {
    text-align: center;
  }

  .partners .inner {
    flex-direction: column;
    align-items: center;
  }
  .partners__title {
    margin-bottom: 32px;
  }
  .partners__box {
    gap: 0;
    width: 100%;
    justify-content: space-between;
  }
  .partners__box-item:nth-child(2) {
    width: 68px;
  }
  .partners__box-item:nth-child(1) {
    width: 103px;
  }
  .partners__box-item:nth-child(3) {
    width: 68px;
  }
  .partners__box-item:nth-child(4) {
    width: 181px;
  }

  .types {
    margin-bottom: 96px;
  }
  .types__info-btns {
    display: none !important;
  }
  .types__box-btns {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 112px;
  }
  .types__slider .slick-dots {
    bottom: -65px;
  }

  .features {
    overflow: hidden;
  }
  .features__box {
    background: transparent;
  }
  .features__box .container {
    padding: 0 40px;
  }
  .features__info {
    padding: 0;
    width: 100%;
  }
  .features__info-item {
    padding: 0;
    max-width: 100%;
    height: auto;
    margin-bottom: 64px;
  }
  .features__info-item:last-child {
    margin: 0;
  }
  .features__info-item .picture {
    border-radius: 20px;
    height: 688px;
    background: #F1F2F8;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
  }
  .features__info-item:nth-child(1) .picture img {
    width: 510px;
  }
  .features__info-item:nth-child(2) .picture img {
    width: 389px;
  }
  .features__info-item:nth-child(3) .picture img {
    width: 260px;
  }
  .features__info-item:nth-child(4) .picture img {
    width: 503px;
  }
  .features__info-item .title {
    font-size: 36px;
    line-height: 45px;
  }
  .features__info-item .text {
    margin: 0 0 20px;
  }
  .features__info-item .list li {
    font-size: 18px;
    line-height: 30px;
  }
  .features__info-item .list li::before {
    top: 6px;
  }
  .features__line {
    display: none;
  }

  .formats__box-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 130px;
    margin-top: 24px;
  }
  .formats__box-btns button.prev,
.formats__box-btns button.next {
    position: static;
    transform: none;
  }
  .formats__box-btns button.next {
    rotate: 180deg;
  }
  .formats__slider {
    margin: 0 -8px;
  }
  .formats__slider .slick-dots {
    bottom: -57px;
  }
  .formats__slider-item {
    margin: 0 8px;
    padding: 18px 18px 24px;
  }

  .cta .inner {
    flex-direction: column;
    align-items: center;
    padding: 48px;
  }
  .cta .inner h2.title {
    text-align: center;
    padding: 0;
    margin: 0 0 32px;
    font-size: 32px;
    line-height: 40px;
  }

  .quote__text {
    margin: 32px 0;
    font-size: 24px;
    line-height: 44px;
  }

  .funcs__box {
    gap: 16px;
  }
  .funcs__box-item {
    width: calc(50% - 8px);
    height: 188px;
  }

  .board__top {
    padding: 56px;
  }
  .board__top h2.title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 48px;
    text-align: left;
  }
  .board__top h2.title br.pc {
    display: none;
  }
  .board__top h2.title br.tab {
    display: block;
  }
  .board__box {
    flex-direction: column;
  }
  .board__quote {
    margin: 0 0 48px;
  }
  .board__quote-text {
    margin: 24px 0;
  }
  .board__info {
    width: 100%;
  }
  .board__info-item .text {
    max-width: 260px;
  }
  .board__bottom {
    padding: 28px 56px;
    justify-content: flex-start;
  }
  .board__bottom .title {
    max-width: 340px;
  }

  .performance__box {
    flex-direction: column;
  }
  .performance__awards {
    width: 100%;
    margin: 0 0 16px;
  }
  .performance__reviews {
    width: 100%;
  }

  .contact {
    padding: 72px;
    margin: 0 40px 96px;
  }
  .contact .container {
    padding: 0;
  }
  .contact__inner {
    flex-direction: column;
    gap: 72px;
    margin: 0;
    padding: 0;
  }
  .contact__info {
    max-width: 100%;
  }
  .contact__info-title {
    font-size: 36px;
    line-height: 45px;
    text-align: center;
    margin: 0 auto 12px;
  }
  .contact__info-text {
    text-align: center;
    margin: 0 auto 32px;
  }
  .contact__info-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .contact__info-list li {
    width: calc(50% - 8px);
    margin: 0;
  }
  .contact__board {
    border-radius: 16px;
  }

  .popup__content {
    padding-top: 55.5%;
    width: 100%;
  }
  .popup__content iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .popup__close {
    width: 5vw;
    height: 5vw;
    top: -5vw;
  }
}
@media (max-width: 767px) {
  .thanks__img {
    max-width: 150px;
  }
  .thanks__title {
    font-size: 20px;
    line-height: 28px;
    max-width: 290px;
  }
  .thanks__checkbox span {
    font-size: 14px;
    line-height: 20px;
  }

  .container {
    padding: 0 16px;
  }

  .inner {
    margin-bottom: 64px;
  }

  h2.title {
    font-size: 28px;
    line-height: 38px;
    text-align: left;
  }
  h2.title + p.text {
    margin: 12px 0 34px;
    text-align: left;
  }
  h2.title br {
    display: none;
  }

  .text-m,
.text-s {
    font-size: 16px;
    line-height: 26px;
  }

  .head .inner {
    margin: 48px 0 104px;
  }
  .head__info {
    margin: 0 auto 56px;
  }
  .head__info-title {
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 16px;
    text-align: left;
  }
  .head__info-title br {
    display: none;
  }
  .head__info-text {
    text-align: left;
  }
  .head__info-btn {
    width: 100%;
  }
  .head__info-desc {
    color: #696E77;
    font-size: 14px;
  }

  .partners__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
  }
  .partners__box-item:nth-child(2) {
    width: 46px;
  }
  .partners__box-item:nth-child(1) {
    width: 64px;
  }
  .partners__box-item:nth-child(3) {
    width: 42px;
  }
  .partners__box-item:nth-child(4) {
    width: 112px;
  }

  .types__slider {
    padding: 0 16px;
    margin: 0 -8px;
  }
  .types__slider-item {
    min-width: auto;
    max-width: 100%;
    margin: 0 8px;
  }
  .types__slider-item .info {
    padding: 24px;
  }
  .types__slider-item .bottom {
    padding: 20px 24px;
  }
  .types__slider-item .bottom .arrow-link {
    font-size: 15px;
  }

  .features__box .container {
    padding: 0 16px;
  }
  .features__info-item {
    margin-bottom: 48px;
  }
  .features__info-item:nth-child(1) .picture img {
    width: 300px;
  }
  .features__info-item:nth-child(2) .picture img {
    width: 258px;
  }
  .features__info-item:nth-child(3) .picture img {
    width: 155px;
  }
  .features__info-item:nth-child(4) .picture img {
    width: 309px;
  }
  .features__info-item .picture {
    height: 343px;
    margin-bottom: 16px;
    border-radius: 12px;
  }
  .features__info-item .title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 8px;
  }
  .features__info-item .list li {
    font-size: 16px;
    line-height: 26px;
  }
  .features__info-item .list li::before {
    top: 4px;
  }

  .formats__slider-item {
    padding: 20px 22px 24px;
    border-radius: 12px;
  }

  .cta .inner {
    padding: 32px 16px;
  }
  .cta .inner h2.title {
    font-size: 24px;
    line-height: 28px;
    max-width: 280px;
  }
  .cta .inner .btn {
    width: 100%;
  }

  .quote__logo {
    width: 150px;
  }
  .quote__text {
    margin: 32px 0;
    font-size: 20px;
    line-height: 36px;
    text-align: left;
  }
  .quote .author {
    justify-content: flex-start;
  }
  .quote .author .photo {
    width: 64px;
  }
  .quote .author .info {
    margin-left: 16px;
  }
  .quote .author .info .name {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 4px;
  }
  .quote .author .info .pos {
    font-size: 15px;
    line-height: 22px;
  }

  .funcs__switcher-btn {
    padding: 16px 32px;
    line-height: 22px;
    min-width: 192px;
  }
  .funcs__switcher-btn br {
    display: block;
  }
  .funcs__box {
    gap: 12px;
  }
  .funcs__box-item {
    width: 100%;
    height: auto;
    min-height: 144px;
    padding: 32px;
  }
  .funcs__box-item .text {
    max-width: 250px;
  }

  .board .container {
    padding: 0;
  }
  .board .inner {
    border-radius: 0;
  }
  .board__top {
    padding: 48px 16px;
  }
  .board__top h2.title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 40px;
  }
  .board__top h2.title br.tab {
    display: none;
  }
  .board__quote .author .photo {
    width: 64px;
    margin-right: 16px;
  }
  .board__quote .author .info .name {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  .board__quote .author .info .pos {
    font-size: 16px;
    line-height: 22px;
  }
  .board__info-item {
    padding: 16px 10px 16px 16px;
  }
  .board__info-item .num {
    font-size: 40px;
    line-height: 50px;
    margin-right: 12px;
  }
  .board__info-item .text {
    font-size: 16px;
    line-height: 20px;
  }
  .board__bottom {
    padding: 24px 16px;
    flex-direction: column;
  }
  .board__bottom .title {
    margin: 0 auto 16px;
    text-align: center;
  }
  .board__bottom .btn {
    width: 100%;
  }

  .performance__awards .box {
    padding: 17px 26px;
    border: 1px solid #D8DDED;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    background: #F1F2F8;
    height: 124px;
    width: 100%;
  }
  .performance__awards-item {
    height: 124px;
    border-radius: 12px;
  }
  .performance__awards-item.item-3, .performance__awards-item.item-4, .performance__awards-item.item-5 {
    border: none;
    background: transparent;
    padding: 0;
    width: auto;
    height: auto;
  }
  .performance__awards-item img {
    width: 81px;
  }
  .performance__awards-item.item-1 img {
    width: 97px;
  }
  .performance__awards-item.item-2 img {
    width: 94px;
  }
  .performance__reviews {
    padding: 24px 16px;
  }
  .performance__reviews-top .btn {
    display: none;
  }
  .performance__reviews-bottom .btn {
    margin-top: 24px;
    display: block;
  }

  .contact {
    margin: 0 0 48px;
    border-radius: 0;
    padding: 72px 0;
  }
  .contact .container {
    padding: 0;
  }
  .contact__inner {
    margin: 0;
    padding: 0;
    gap: 48px;
  }
  .contact__info {
    padding: 0 16px;
  }
  .contact__info-title {
    text-align: left;
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 12px;
  }
  .contact__info-text {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
    margin-left: 0;
  }
  .contact__info-list {
    display: block;
  }
  .contact__info-list li {
    width: 100%;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
    padding-left: 40px;
  }
  .contact__info-list li:last-child {
    margin: 0;
  }
  .contact__board {
    border-radius: 0;
    padding: 24px 16px;
    max-width: 100%;
  }
}

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