@charset "UTF-8";

.content_reklama {
  margin: 30px 0 80px;
}

.content_reklama h3 {
  text-align: center;
  font-size: 42px;
  line-height: 120%;
  margin: 0 0 20px;
}

.content_reklama p {
  text-align: center;
}

.content_reklama ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
  margin: 20px 0;
}

.content_reklama ul li {
  padding: 6px 0 6px 10px;
  border-left: 4px solid var(--main);
  font-size: 18px;
  line-height: 150%;
  margin: 0;
}

.content_reklama ul li::before {
  display: none;
}

.content_reklama ul li + li {
  margin: 0;
  border-color: #496E99;
}

:root {
  --bg: #ffffff;
  --text: #111111;
  --muted: #6c6c6c;
  --subtle: #f3f3f3;
  --panel: #f7f7f7;
  --outline: #2f80ed;
  --accent: #d45733;
  --bar-red: #D75632;
  --bar-teal: #B7CCBA;
  --bar-yellow: #E8DE6D;
  --bar-blue: #496E99;
  --shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  --radius: 14px;
  --radius-sm: 10px;
  --container: 1140px;
}

.section_audit {
  padding-bottom: 40px;
}

.section_audit h3 {
  font-size: 26px;
  line-height: 120%;
  margin: 0 0 30px;
}

.section_audit .grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.section_audit .panel .title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 20px;
}

.section_audit .panel .title::before {
  content: "";
  width: 4px;
  height: 25px;
  background: #e16a3f;
  border-radius: 2px;
}

.section_audit .ageboard {
  position: relative;
  background: #F2F2F2;
  padding: 38px;
  max-width: 488px;
}

.section_audit .ageboard::before,
.section_audit .ageboard::after,
.section_audit .ageboard .sq {
  background: #fff;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
}

.section_audit .ageboard::before {
  top: 0;
  right: 0;
  content: "";
}

.section_audit .ageboard::after {
  bottom: 25px;
  left: 0;
  content: "";
}

.section_audit .ageboard .sq {
  bottom: 0;
  left: 25px;
}

.section_audit .ageboard .agegrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: flex-end;
  max-width: 280px;
  margin: 0 auto;
}

.section_audit .ageboard .agegrid .col .wrap_bar {
  position: relative;
  height: 200px;
  background: #EAEAEA;
}

.section_audit .ageboard .agegrid .col .bar {
  position: absolute;
  height: 200px;
  width: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.section_audit .ageboard .agegrid .col .bar span {
  position: absolute;
  top: -33px;
  color: #000;
  font-size: 12px;
}

.section_audit .ageboard .agegrid .col .bar.red {
  background: var(--bar-red);
}

.section_audit .ageboard .agegrid .col .bar.teal {
  background: var(--bar-teal);
}

.section_audit .ageboard .agegrid .col .bar.yellow {
  background: var(--bar-yellow);
}

.section_audit .ageboard .agegrid .col .bar.blue {
  background: var(--bar-blue);
}

.section_audit .ageboard .agegrid .col .label {
  text-align: center;
  font-size: 13px;
  color: #000;
  margin-bottom: 16px;
}

.section_audit .wrap_interests {
  position: relative;
  background: #F2F2F2;
  padding: 27px;
  max-width: 488px;
}

.section_audit .wrap_interests::before,
.section_audit .wrap_interests::after,
.section_audit .wrap_interests .sq {
  background: #fff;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
}

.section_audit .wrap_interests::before {
  bottom: 0;
  left: 0;
  content: "";
}

.section_audit .wrap_interests::after {
  top: 25px;
  right: 0;
  content: "";
}

.section_audit .wrap_interests .sq {
  top: 0;
  right: 25px;
}

.section_audit .wrap_interests .interests {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section_audit .wrap_interests .interests .row {
  display: flex;
}

.section_audit .wrap_interests .interests .name {
  background: #EAEAEA;
  font-size: 10px;
  line-height: 132%;
  font-style: italic;
  padding: 4px 8px;
  width: 149px;
}

.section_audit .wrap_interests .interests .meter {
  position: relative;
  overflow: hidden;
}

.section_audit .wrap_interests .interests .meter > i {
  display: block;
  width: 50px;
  height: 27px;
  background: var(--accent);
}

.section_audit .wrap_interests .interests .meter .w55 {
  width: 110px;
}

.section_audit .wrap_interests .interests .meter .w43 {
  width: 87px;
}

.section_audit .wrap_interests .interests .meter .w39 {
  width: 80px;
}

.section_audit .wrap_interests .interests .meter .w35 {
  width: 68px;
}

.section_audit .wrap_interests .interests .meter .w27 {
  width: 54px;
}

.section_audit .wrap_interests .interests .pct {
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  color: #000;
  padding: 0 8px;
}

.socmedia {
  padding: 40px 17px;
}

.socmedia h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}

.socmedia ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.socmedia ul li {
  background: #F2F2F2;
  padding: 34px 13px 0;
}

.socmedia ul li .subtitle {
  font-weight: 300;
  font-size: 18px;
  margin: 0 0 40px;
  border-left: 4px solid var(--accent);
  padding-left: 10px;
}

.socmedia ul li .subtitle strong {
  display: block;
  font-size: 22px;
}

.socmedia ul li:first-child .subtitle {
  position: relative;
}

.socmedia ul li:first-child .subtitle::before {
  content: "";
  background: 50%/cover url(../img/adv/icon_insta.svg);
  width: 44px;
  height: 44px;
  position: absolute;
  bottom: -26px;
  right: 33px;
}

.socmedia ul li:nth-child(2) .subtitle {
  border-left-color: #B7CCBA;
  position: relative;
}

.socmedia ul li:nth-child(2) .subtitle::before {
  content: "";
  background: 50%/cover url(../img/adv/icon_tiktok.svg);
  width: 41px;
  height: 41px;
  position: absolute;
  bottom: -32px;
  right: 52px;
}

.socmedia ul li:nth-child(3) .subtitle {
  border-left-color: #496E99;
}

.socmedia ul li:nth-child(3) .subtitle strong {
  display: block;
}

.socmedia ul li:nth-child(3) .subtitle strong::after {
  content: "";
  width: 33px;
  height: 33px;
  display: inline-block;
  background: 50%/cover url(../img/adv/icons_tron_arrow.svg);
  margin-left: 5px;
}

.socmedia ul li img {
  vertical-align: bottom;
}

section.adv_reader {
  padding: 40px 17px;
}

section.adv_reader .desktop {
  display: none;
}

section.adv_reader h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}

.collaboration-formats {
  padding: 0 17px 40px;
  background: url(../img/adv/collaboration_1.svg) no-repeat right -2px top -33px;
  background-size: 100px;
}

.collaboration-formats__heading {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 40px;
}

.collaboration-formats h3 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 30px;
}

.collaboration-formats__content .collaboration-formats__heading,
.collaboration-formats__content .collaboration-formats__title,
.collaboration-formats__content .collaboration-formats__text,
.collaboration-formats__content .collaboration-formats__price {
  position: relative;
  z-index: 1;
}

.collaboration-formats__item {
  position: relative;
}

.collaboration-formats__item:nth-child(2)::after,
.collaboration-formats__item:nth-child(3)::after,
.collaboration-formats__item:nth-child(4)::after {
  background: url(../img/adv/collaboration_2.svg) no-repeat 50%/contain;
  content: "";
  width: 170px;
  height: 170px;
  position: absolute;
  bottom: -60px;
  right: -86px;
}

.collaboration-formats__item:nth-child(3)::after {
  background: url(../img/adv/collaboration_3.svg) no-repeat 0 50%/contain;
}

.collaboration-formats__item:nth-child(4)::after {
  background-image: url(../img/adv/collaboration_4.svg);
  width: 160px;
  height: 160px;
  right: 27px;
  bottom: -160px;
}

.collaboration-formats__item:nth-child(4) .collaboration-formats__image {
  bottom: 85px;
}

.collaboration-formats__item:nth-child(2) .page__container::before {
  background: url(../img/adv/collaboration_2.svg) no-repeat 50%/contain;
  content: "";
  width: 150px;
  height: 150px;
  position: absolute;
  top: -105px;
  right: -80px;
}

.collaboration-formats__item:nth-child(5) .collaboration-formats ul li:first-child::before {
  background: #E8DE6D;
}

.collaboration-formats__item .page__container {
  position: relative;
  padding: 40px 17px;
}

.collaboration-formats__image {
  margin: 30px 0;
}

.collaboration-formats__text {
  position: relative;
  font-size: 18px;
  line-height: 140%;
}

.collaboration-formats__text .small_descr {
  font-style: italic;
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
}

.collaboration-formats ul {
  margin: 14px 0 20px;
}

.collaboration-formats ul li + li {
  margin-top: 8px;
}

.collaboration-formats ul li {
  padding-left: 20px;
  position: relative;
}

.collaboration-formats ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 14px;
  height: 14px;
  background: var(--main);
}

.collaboration-formats ul li:nth-child(2):before {
  background: #496E99;
}

.collaboration-formats ul li:nth-child(3):before {
  background: #E8DE6D;
}

.collaboration-formats__price {
  background: var(--main);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
  color: #000;
  padding: 6px 20px;
  position: relative;
  margin-top: 30px;
}

.collaboration-formats__price::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  right: 10px;
  bottom: 0;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.collaboration-formats__price::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 10px;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.collaboration-formats__price span::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: var(--main);
  position: absolute;
  right: -10px;
  bottom: 10px;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.collaboration-formats__price span::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: var(--main);
  position: absolute;
  right: 10px;
  bottom: -10px;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.collaboration-formats__price:hover::before,
.collaboration-formats__price:hover::after,
.collaboration-formats__price:hover span::before,
.collaboration-formats__price:hover span::after {
  opacity: 0;
}

.reviews-section {
  padding: 40px 17px;
}

.reviews-section .reviews__header {
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 30px;
  text-align: center;
}

.reviews-section .swiper-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
}

.reviews-section .swiper-button-next,
.reviews-section .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
  width: 33px;
  height: 18px;
  background-image: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2233%22%20height%3D%2218%22%20viewBox%3D%220%200%2033%2018%22%20fill%3D%22none%22%3E%0D%0A%3Crect%20width%3D%222.56716%22%20height%3D%222.56716%22%20transform%3D%22matrix(-1%200%200%201%2030.433%207.14941)%22%20fill%3D%22%23080808%22%2F%3E%0D%0A%3Crect%20width%3D%222.56716%22%20height%3D%222.56716%22%20transform%3D%22matrix(-1%200%200%201%2028.5072%204.58203)%22%20fill%3D%22%23080808%22%2F%3E%0D%0A%3Crect%20width%3D%222.56716%22%20height%3D%222.56716%22%20transform%3D%22matrix(-1%200%200%201%2028.5072%2014.8506)%22%20fill%3D%22%23080808%22%2F%3E%0D%0A%3Crect%20width%3D%222.56716%22%20height%3D%222.56716%22%20transform%3D%22matrix(-1%200%200%201%2030.433%2012.2832)%22%20fill%3D%22%23080808%22%2F%3E%0D%0A%3Crect%20width%3D%2224%22%20height%3D%222.56716%22%20transform%3D%22matrix(-1%200%200%201%2032.9994%209.71631)%22%20fill%3D%22%23080808%22%2F%3E%0D%0A%3Crect%20width%3D%226.41791%22%20height%3D%222.56716%22%20transform%3D%22matrix(-1%200%200%201%206.41797%209.71631)%22%20fill%3D%22%23080808%22%2F%3E%0D%0A%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.reviews-section .swiper-button-next::after,
.reviews-section .swiper-button-prev::after {
  display: none;
}

.reviews-section .swiper-button-next {
  transform: rotate(0deg) translate(0px, -4px);
}

.reviews-section .swiper-button-prev {
  transform: rotate(180deg);
}

.review-card {
  background: #f7f7f7 url(../img/icon_quote_gray.svg) no-repeat right 20px top 20px;
  padding: 17px;
  font-weight: 300;
  font-size: 14px;
}

.review-card .review-header {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}

.review-card .review-photo {
  flex: 0 0 90px;
}

.review-card .review-author {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.review-card .review-position {
  color: #9f9f9f;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.adv_feedback {
  position: relative;
  background: url(../img/adv/collaboration_2.svg) no-repeat right -75px top 178px;
  background-size: 147px;
  padding: 40px 0 100px;
}

.adv_feedback::before {
  content: "";
  display: block;
  background: url(../img/adv/collaboration_2.svg) no-repeat right top/160px;
  width: 60px;
  height: 160px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.adv_feedback .info {
  background: #F7F7F7 url(../img/icon_info.svg) no-repeat 16px 50%/25px;
  padding: 8px 16px 8px 48px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 auto 40px;
  min-height: 79px;
  display: flex;
  align-items: center;
}

.adv_feedback__title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 60px;
  text-align: center;
}

.adv_feedback .wpcf7 {
  background: #B7CCBA;
  border: 1px solid #9F9F9F;
  padding: 16px 24px;
  position: relative;
  z-index: 1;
}

.adv_feedback .wpcf7 .first {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
}

.adv_feedback .wpcf7 input:not([type=submit]),
.adv_feedback .wpcf7 textarea {
  padding: 12px 24px;
  border: 1px solid #B7CCBA;
  border-radius: 2px;
  background: #fff;
  width: 100%;
  color: #9F9F9F;
  font: 300 16px var(--default-font-family), Helvetica, Arial, sans-serif;
}

.adv_feedback .wpcf7 textarea {
  height: 200px;
}

.adv_feedback .wpcf7 .form_bottom {
  display: block;
  margin-top: 12px;
}

.adv_feedback .wpcf7 input[type=submit] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: var(--accent);
  border: 1px solid var(--accent);
  font: 400 16px var(--heading-font-family);
  padding: 10px 18px;
  cursor: pointer;
}

.adv_feedback .wpcf7 input[type=submit]:hover {
  color: #080808;
  background: transparent;
  border-color: #080808;
}

.adv_feedback .wpcf7 .descr {
  display: block;
  margin-top: 7px;
  font-weight: 300;
  font-size: 12px;
  line-height: 140%;
  font-style: italic;
}

.adv_feedback .page__container {
  position: relative;
}

.adv_feedback .decor_left::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 215px;
  left: 17px;
  -webkit-animation: swapColorsBefore 2s infinite steps(1);
  animation: swapColorsBefore 2s infinite steps(1);
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.adv_feedback .decor_left::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 40px;
  left: 97px;
  -webkit-animation: swapColorsAfter 2s infinite steps(1);
  animation: swapColorsAfter 2s infinite steps(1);
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.adv_feedback .decor_right::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 200px;
  right: 54px;
  -webkit-animation: swapColorsBefore2 2s infinite steps(1);
  animation: swapColorsBefore2 2s infinite steps(1);
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.adv_feedback .decor_right::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 50px;
  right: 37px;
  -webkit-animation: swapColorsAfter2 2s infinite steps(1);
  animation: swapColorsAfter2 2s infinite steps(1);
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@-webkit-keyframes swapColorsBefore {
  0% {
    background: #B7CCBA;
  }

  /* зелёный */
  25% {
    background: #E8DE6D;
  }

  /* жёлтый */
  50% {
    background: #496E99;
  }

  /* синий */
  75% {
    background: var(--accent);
  }

  /* акцент */
  100% {
    background: #B7CCBA;
  }

  /* возвращаемся к началу */}

@keyframes swapColorsBefore {
  0% {
    background: #B7CCBA;
  }

  /* зелёный */
  25% {
    background: #E8DE6D;
  }

  /* жёлтый */
  50% {
    background: #496E99;
  }

  /* синий */
  75% {
    background: var(--accent);
  }

  /* акцент */
  100% {
    background: #B7CCBA;
  }

  /* возвращаемся к началу */}

@-webkit-keyframes swapColorsAfter {
  0% {
    background: #496E99;
  }

  /* синий */
  25% {
    background: var(--accent);
  }

  /* акцент */
  50% {
    background: #B7CCBA;
  }

  /* зелёный */
  75% {
    background: #E8DE6D;
  }

  /* жёлтый */
  100% {
    background: #496E99;
  }

  /* возвращаемся к началу */}

@keyframes swapColorsAfter {
  0% {
    background: #496E99;
  }

  /* синий */
  25% {
    background: var(--accent);
  }

  /* акцент */
  50% {
    background: #B7CCBA;
  }

  /* зелёный */
  75% {
    background: #E8DE6D;
  }

  /* жёлтый */
  100% {
    background: #496E99;
  }

  /* возвращаемся к началу */}

@-webkit-keyframes swapColorsBefore2 {
  0% {
    background: var(--accent);
  }

  /* акцент */
  25% {
    background: #496E99;
  }

  /* синий */
  50% {
    background: #E8DE6D;
  }

  /* жёлтый */
  75% {
    background: #B7CCBA;
  }

  /* зелёный */
  100% {
    background: var(--accent);
  }

  /* возвращаемся к началу */}

@keyframes swapColorsBefore2 {
  0% {
    background: var(--accent);
  }

  /* акцент */
  25% {
    background: #496E99;
  }

  /* синий */
  50% {
    background: #E8DE6D;
  }

  /* жёлтый */
  75% {
    background: #B7CCBA;
  }

  /* зелёный */
  100% {
    background: var(--accent);
  }

  /* возвращаемся к началу */}

@-webkit-keyframes swapColorsAfter2 {
  0% {
    background: #E8DE6D;
  }

  /* жёлтый */
  25% {
    background: #B7CCBA;
  }

  /* зелёный */
  50% {
    background: var(--accent);
  }

  /* акцент */
  75% {
    background: #496E99;
  }

  /* синий */
  100% {
    background: #E8DE6D;
  }

  /* возвращаемся к началу */}

@keyframes swapColorsAfter2 {
  0% {
    background: #E8DE6D;
  }

  /* жёлтый */
  25% {
    background: #B7CCBA;
  }

  /* зелёный */
  50% {
    background: var(--accent);
  }

  /* акцент */
  75% {
    background: #496E99;
  }

  /* синий */
  100% {
    background: #E8DE6D;
  }

  /* возвращаемся к началу */}

:root {
  --cycle: 4.6s;
  /* длительность прохождения всех 21 кадров */
  --delay: 2ms;
  /* как в Figma: After delay 1ms */
}

/* Обёртка — отвечает за переворот */

.hg {
  width: 82px;
  height: 112px;
  display: inline-block;
  transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-animation: flip calc(var(--cycle) * 2) cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: flip calc(var(--cycle) * 2) cubic-bezier(0.4, 0, 0.2, 1) infinite;
  -webkit-animation-delay: var(--delay);
  animation-delay: var(--delay);
  display: block;
  margin: 0 auto 30px;
}

/* Спрайт — дискретные кадры, идущие ВПЕРЁД, потом НАЗАД */

.hourglass {
  width: 100%;
  height: 100%;
  background: url("../img/adv/animation.png") no-repeat;
  image-rendering: crisp-edges;
  will-change: background-position;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-animation: frames var(--cycle) steps(1, end) infinite alternate;
  animation: frames var(--cycle) steps(1, end) infinite alternate;
  -webkit-animation-delay: var(--delay);
  animation-delay: var(--delay);
}

/* 21 кадр — только прямой порядок.
   Во второй половине цикл пойдёт сам в обратном направлении благодаря 'alternate'. */

@-webkit-keyframes frames {
  0% {
    background-position: 0px 0;
  }

  5% {
    background-position: -102px 0;
  }

  10% {
    background-position: -204px 0;
  }

  15% {
    background-position: -306px 0;
  }

  20% {
    background-position: -408px 0;
  }

  25% {
    background-position: -510px 0;
  }

  30% {
    background-position: -612px 0;
  }

  35% {
    background-position: -714px 0;
  }

  40% {
    background-position: -816px 0;
  }

  45% {
    background-position: -918px 0;
  }

  50% {
    background-position: -1020px 0;
  }

  55% {
    background-position: -1122px 0;
  }

  60% {
    background-position: -1224px 0;
  }

  65% {
    background-position: -1326px 0;
  }

  70% {
    background-position: -1428px 0;
  }

  75% {
    background-position: -1530px 0;
  }

  80% {
    background-position: -1632px 0;
  }

  85% {
    background-position: -1734px 0;
  }

  90% {
    background-position: -1836px 0;
  }

  95% {
    background-position: -1938px 0;
  }

  100% {
    background-position: -1938px 0;
  }
}

@keyframes frames {
  0% {
    background-position: 0px 0;
  }

  5% {
    background-position: -102px 0;
  }

  10% {
    background-position: -204px 0;
  }

  15% {
    background-position: -306px 0;
  }

  20% {
    background-position: -408px 0;
  }

  25% {
    background-position: -510px 0;
  }

  30% {
    background-position: -612px 0;
  }

  35% {
    background-position: -714px 0;
  }

  40% {
    background-position: -816px 0;
  }

  45% {
    background-position: -918px 0;
  }

  50% {
    background-position: -1020px 0;
  }

  55% {
    background-position: -1122px 0;
  }

  60% {
    background-position: -1224px 0;
  }

  65% {
    background-position: -1326px 0;
  }

  70% {
    background-position: -1428px 0;
  }

  75% {
    background-position: -1530px 0;
  }

  80% {
    background-position: -1632px 0;
  }

  85% {
    background-position: -1734px 0;
  }

  90% {
    background-position: -1836px 0;
  }

  95% {
    background-position: -1938px 0;
  }

  100% {
    background-position: -1938px 0;
  }
}

/* Переворачиваем РОВНО в конце прохода всех кадров */

@-webkit-keyframes flip {
  0%, 45% {
    transform: rotate(0deg);
  }

  55% {
    transform: rotate(180deg);
  }

  95% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes flip {
  0%, 45% {
    transform: rotate(0deg);
  }

  55% {
    transform: rotate(180deg);
  }

  95% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Опция для людей с уменьшенной анимацией */

@media (min-width: 760px) {
  .page-template-page-adv h1 {
    font-size: 42px;
  }

  .content_reklama {
    margin-bottom: 160px;
  }

  .content_reklama p {
    font-size: 22px;
  }

  .content_reklama ul {
    flex-direction: row;
    gap: 85px;
  }

  .content_reklama ul li {
    padding: 10px 12px;
    font-size: 22px;
  }

  .section_audit {
    padding-bottom: 95px;
  }

  .section_audit h3 {
    font-size: 42px;
    line-height: 120%;
    margin: 0 0 70px;
  }

  .section_audit .grid {
    display: grid;
    grid-template-columns: 0.83fr 0.9fr;
    gap: 48px;
    align-items: flex-start;
  }

  .section_audit .panel .title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .section_audit .panel .title::before {
    height: 34px;
  }

  .section_audit .ageboard {
    padding: 53px;
  }

  .section_audit .ageboard.wrap_interests {
    padding: 40px;
  }

  .section_audit .ageboard::before,
  .section_audit .ageboard::after,
  .section_audit .ageboard .sq {
    width: 36px;
    height: 36px;
  }

  .section_audit .ageboard::after {
    bottom: 36px;
  }

  .section_audit .ageboard .sq {
    left: 36px;
  }

  .section_audit .ageboard .agegrid {
    gap: 30px;
    max-width: none;
  }

  .section_audit .ageboard .agegrid .col .bar span {
    font-size: 16px;
  }

  .section_audit .ageboard .agegrid .col .label {
    font-size: 18px;
  }

  .section_audit .wrap_interests {
    padding: 40px;
  }

  .section_audit .wrap_interests::before,
  .section_audit .wrap_interests::after,
  .section_audit .wrap_interests .sq {
    width: 36px;
    height: 36px;
  }

  .section_audit .wrap_interests::after {
    top: 36px;
  }

  .section_audit .wrap_interests .sq {
    right: 36px;
  }

  .section_audit .wrap_interests .interests .name {
    width: 218px;
    font-size: 14px;
  }

  .section_audit .wrap_interests .interests .pct {
    font-size: 18px;
  }

  .socmedia {
    padding: 80px 17px;
  }

  .socmedia h3 {
    font-size: 42px;
    margin-bottom: 72px;
  }

  .socmedia ul li {
    width: calc(33% - 15px);
    padding: 40px 17px 0;
  }

  .socmedia ul li .subtitle {
    font-size: 21px;
    border-left: 4px solid var(--accent);
    padding-left: 12px;
    margin: 0 3px 40px;
  }

  .socmedia ul li .subtitle strong {
    font-size: 30px;
  }

  .socmedia ul li:first-child .subtitle::before {
    width: 44px;
    height: 44px;
    right: 39px;
  }

  .socmedia ul li:nth-child(2) .subtitle::before {
    width: 42px;
    height: 46px;
    right: 62px;
  }

  .socmedia ul li:nth-child(3) .subtitle strong::after {
    width: 43px;
    height: 43px;
    margin-top: -15px;
  }

  section.adv_reader {
    padding: 100px 17px;
  }

  section.adv_reader .desktop {
    display: block;
  }

  section.adv_reader .mobile {
    display: none;
  }

  section.adv_reader h3 {
    font-size: 42px;
    margin-bottom: 60px;
  }

  .collaboration-formats {
    padding: 0 0 90px;
  }

  .collaboration-formats__heading {
    font-size: 42px;
    margin-bottom: 80px;
  }

  .collaboration-formats h3 {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .collaboration-formats__price {
    font-size: 22px;
    padding: 19px 36px;
    min-width: 231px;
    margin-top: 40px;
    font-weight: 400;
  }

  .collaboration-formats__price::before {
    width: 20px;
    height: 20px;
    right: 20px;
    bottom: 0;
  }

  .collaboration-formats__price::after {
    width: 20px;
    height: 20px;
    right: 0;
    bottom: 20px;
  }

  .collaboration-formats__price span::before {
    width: 20px;
    height: 20px;
    right: -20px;
    bottom: 20px;
  }

  .collaboration-formats__price span::after {
    width: 20px;
    height: 20px;
    right: 20px;
    bottom: -20px;
  }

  .reviews-section {
    padding: 90px 17px;
  }

  .reviews-section .reviews__header {
    font-size: 42px;
    margin-bottom: 60px;
  }

  .review-card {
    font-size: 16px;
  }

  .review-card .review-photo {
    flex: 0 0 107px;
  }

  .review-card .review-author {
    font-size: 18px;
  }

  .review-card .review-position {
    font-size: 16px;
  }

  .adv_feedback {
    background-size: 420px;
    background-position: right -210px top 57px;
    padding: 30px 0 90px;
  }

  .adv_feedback::before {
    background-size: 420px;
    width: 420px;
    height: 360px;
    left: -210px;
  }

  .adv_feedback .info {
    background-size: 39px;
    padding: 20px 30px 20px 80px;
    font-size: 16px;
    line-height: 150%;
    min-height: 39px;
    max-width: 780px;
    margin-bottom: 80px;
  }

  .adv_feedback__title {
    font-size: 42px;
  }

  .adv_feedback .wpcf7 {
    padding: 30px 42px;
    max-width: 834px;
    margin: 0 auto;
  }

  .adv_feedback .wpcf7 .first {
    flex-direction: row;
  }

  .adv_feedback .wpcf7 .first label {
    flex: 0 0 45%;
  }

  .adv_feedback .wpcf7 .first label + label {
    flex: 1;
  }

  .adv_feedback .wpcf7 textarea {
    height: 87px;
  }

  .adv_feedback .wpcf7 .form_bottom {
    display: flex;
    align-items: flex-end;
    gap: 14px;
  }

  .adv_feedback .wpcf7 .form_bottom .wpcf7-spinner {
    position: absolute;
    bottom: 15px;
    right: 15px;
  }

  .adv_feedback .wpcf7 input[type=submit] {
    font-size: 18px;
    padding: 12px 20px;
  }

  .adv_feedback .decor_left::before {
    top: 112px;
    left: 7%;
    width: 30px;
    height: 30px;
  }

  .adv_feedback .decor_left::after {
    bottom: 200px;
    left: 10%;
    width: 40px;
    height: 40px;
  }

  .adv_feedback .decor_right::before {
    top: 14%;
    right: 12%;
    width: 40px;
    height: 40px;
  }

  .adv_feedback .decor_right::after {
    bottom: 73px;
    right: 7%;
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 1260px) {
  .collaboration-formats {
    background-size: auto;
  }

  .collaboration-formats__item:nth-child(2)::after,
  .collaboration-formats__item:nth-child(3)::after,
  .collaboration-formats__item:nth-child(4)::after {
    width: 423px;
    height: 423px;
    bottom: -120px;
    right: -200px;
    background-position: left;
  }

  .collaboration-formats__item:nth-child(3)::after {
    width: 200px;
    height: 327px;
    right: 0;
    bottom: -60px;
  }

  .collaboration-formats__item:nth-child(4)::after {
    width: 384px;
    height: 384px;
    right: 60px;
    bottom: -380px;
  }

  .collaboration-formats__item:nth-child(2)::before,
  .collaboration-formats__item:nth-child(3)::before {
    background: url(../img/adv/collaboration_2.svg) no-repeat;
    content: "";
    position: absolute;
    left: 28%;
    width: 300px;
    height: 300px;
    bottom: -50px;
  }

  .collaboration-formats__item:nth-child(2) .page__container::before {
    width: 300px;
    height: 300px;
    top: -105px;
    right: 17%;
  }

  .collaboration-formats__item:first-child .collaboration-formats__image {
    bottom: 72px;
  }

  .collaboration-formats__item:nth-child(2) {
    padding-bottom: 0;
  }

  .collaboration-formats__item:nth-child(2) .page__container {
    min-height: 855px;
  }

  .collaboration-formats__item:nth-child(2) .collaboration-formats__image {
    right: 45px;
    bottom: 72px;
  }

  .collaboration-formats__item:nth-child(3) .page__container {
    min-height: 755px;
  }

  .collaboration-formats__item:nth-child(3) .collaboration-formats__image {
    right: 155px;
  }

  .collaboration-formats__item .page__container {
    min-height: 688px;
    padding: 90px 17px;
  }

  .collaboration-formats__item:first-child .page__container {
    min-height: 800px;
  }

  .collaboration-formats__image {
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .collaboration-formats__text {
    font-size: 22px;
  }

  .collaboration-formats__text .small_descr {
    max-width: 510px;
    position: absolute;
    bottom: -250px;
    left: 0;
    font-size: 16px;
  }

  .collaboration-formats ul {
    max-width: 550px;
    margin: 23px 0 8px;
  }

  .collaboration-formats ul li + li {
    margin-top: 12px;
  }

  .collaboration-formats ul li {
    padding-left: 28px;
  }

  .collaboration-formats ul li::before {
    width: 20px;
    height: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hg,
  .hourglass {
    -webkit-animation: none;
    animation: none;
  }
}