@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/inter-cyrillic-ext.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/inter-cyrillic.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/inter-latin-ext.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/inter-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", sans-serif;
  background: #FFFFFF;
  color: #07181F;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

* {
  transition: 0.3s;
}

.container {
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 15px;
}

.site-header {
  background: #B96B04;
  position: sticky;
  top: 0;
  z-index: 100;
}
.site-header .container {
  max-width: 1610px;
}

.site-header__inner {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 94px;
}

.site-header__logo {
  display: flex;
  align-items: center;
  gap: 23px;
  flex-shrink: 0;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 25px;
  line-height: 28px;
}

.site-header__logo-icon img {
  width: 66px;
}

.site-header__logo-text {
  display: flex;
  flex-direction: column;
}

.site-header__nav {
  flex: 1;
  display: flex;
  justify-content: center;
}
.site-header__nav .site-header__nav-inner {
  padding: 0 20px;
  height: 34px;
  background: #C17B1F;
  border-radius: 8px;
}
.site-header__nav a {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.27px;
  color: #FFFFFF;
}
.site-header__nav a:hover {
  background: rgba(0, 0, 0, 0.28);
}

.site-header__cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 17px;
  background: #5D1900;
  color: #FFFFFF;
  font-size: 13.6px;
  font-weight: 700;
  letter-spacing: 0.27px;
  border-radius: 20px;
  text-transform: uppercase;
}
.site-header__cta:hover {
  background: #4a1500;
}

.hero {
  background: linear-gradient(3.19deg, #F6B60B 0%, #BA6C05 100%);
  padding-top: 25px;
  position: relative;
}
.hero:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  display: block;
  height: 230px;
  border-radius: 80px 80px 0 0;
  background: #F2F2EF;
}
.hero .container {
  max-width: 1730px;
}

.hero__heading {
  font-size: 106px;
  font-weight: 900;
  line-height: 125px;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
}

.hero__media {
  margin-top: -40px;
  text-align: center;
}
.hero__media img {
  display: inline-block;
  max-width: 1230px;
  width: 100%;
  position: relative;
  z-index: 5;
}

@media (max-width: 1800px) {
  .hero__heading {
    margin: 0 auto;
    font-size: 70px;
    line-height: 80px;
    max-width: 1300px;
  }
  .hero__media {
    margin-top: -20px;
  }
}
@media (max-width: 1350px) {
  .hero__heading {
    font-size: 50px;
    line-height: 60px;
  }
  .hero__media {
    margin-top: -20px;
  }
}
.about {
  background: #F2F2EF;
  padding: 0px 0 35px;
}

.about__text {
  font-size: 40px;
  font-weight: 400;
  line-height: 55px;
  color: #07181F;
  text-align: center;
  letter-spacing: -1px;
}

.video-section {
  background: #F2F2EF;
  padding-top: 120px;
  padding-bottom: 160px;
  position: relative;
}
.video-section:after {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  border-radius: 80px 80px 0 0;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.video-section__player {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1400px;
}
.video-section__player video {
  width: 100%;
  display: block;
}

.video-section__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
}
.video-section__play svg {
  width: 72px;
  height: 72px;
}
.video-section__play.is-hidden {
  display: none;
}

.logos {
  background: #F2F2EF;
  padding: 40px 0 60px;
  overflow: hidden;
}

.logos__track {
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}

.logos__inner {
  display: flex;
  align-items: center;
  width: max-content;
  animation: logos-scroll 40s linear infinite;
}

.logos__item {
  flex-shrink: 0;
  padding: 0 15px;
}
.logos__item img {
  height: 50px;
  width: auto;
}

@keyframes logos-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-25%);
  }
}
.products {
  background: #FFFFFF;
  padding: 0px 0 120px;
}

.section-header {
  text-align: center;
  margin-bottom: 70px;
}

.section-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #BA6C05;
  text-transform: uppercase;
  margin-bottom: 23px;
}

.section-title {
  font-size: 68px;
  font-weight: 700;
  letter-spacing: -1.65px;
  line-height: 1.2;
  color: #07181F;
  text-transform: uppercase;
}

.products__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.products__card {
  display: block;
  color: #07181F;
}
.products__card:hover .products__card-img img {
  transform: scale(1.03);
}

.products__card-img {
  overflow: hidden;
  border-radius: 20px;
}
.products__card-img img {
  border-radius: 20px;
  transition: transform 0.4s ease;
}

.products__card-body {
  padding: 16px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.products__card-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.products__card-price {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 14px;
  border: 1.5px solid #07181F;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 500;
  align-self: flex-start;
}

.pw {
  padding-bottom: 50px;
}

.pw__title {
  text-align: center;
  margin-bottom: 70px;
}

.pw__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 30px;
}

.pw-col {
  display: flex;
  flex-direction: column;
}

.pw-card__img-wrap {
  display: block;
  border-radius: 20px;
  margin-bottom: 100px;
}
.pw-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.pw-card__img-wrap:hover img {
  transform: scale(1.03);
}

.pw-card__body {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.pw-card__name {
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.2px;
}

.pw-card__desc {
  font-size: 15px;
  line-height: 1.55;
  color: #07181F;
  display: inline-block;
  max-width: 225px;
}

.pw-card__price {
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: -0.37px;
}

.pw-card__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 4px;
}

.pw-card__btn-detail {
  display: inline-flex;
  align-items: center;
  height: 44px;
  padding: 0 26px;
  background: #5D1900;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  border-radius: 22px;
  border: none;
  cursor: pointer;
}
.pw-card__btn-detail:hover {
  background: #3d1000;
}

.pw-card__btn-buy {
  font-size: 15px;
  font-weight: 600;
  color: #07181F;
}
.pw-card__btn-buy:hover {
  color: #B96B04;
}

.pw__divider {
  border: none;
  border-top: 1px solid rgba(7, 24, 31, 0.15);
  margin: 50px 0;
}

.pw__features {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.pw__feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.pw__feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
}
.pw__feature-icon svg {
  display: block;
}

.pw__feature-label {
  font-size: 12px;
  line-height: 16px;
  color: #07181F;
  display: inline-block;
  max-width: 145px;
  min-height: 32px;
}

.pw__feature--empty .pw__feature-dash {
  display: block;
  font-size: 22px;
  line-height: 86px;
  color: rgba(7, 24, 31, 0.3);
}

.ctest {
  background: #F2F2EF;
  padding: 80px 0 160px;
  position: relative;
}
.ctest::after {
  content: "";
  display: block;
  height: 80px;
  width: 100%;
  border-radius: 80px 80px 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #BA6C05;
}

.ctest__card {
  background: #FFFFFF;
  box-shadow: 4px 4px 0px 0px #07181F;
  border-radius: 80px;
  position: relative;
  min-height: 700px;
  overflow: hidden;
}

.ctest__content {
  max-width: 630px;
  padding: 0 65px;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  z-index: 5;
  position: relative;
}

.ctest__label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #B96B04;
  text-transform: uppercase;
  text-align: center;
}

.ctest__heading {
  font-size: 67px;
  font-weight: 900;
  line-height: 82px;
  letter-spacing: -1.65px;
  color: #07181F;
  text-transform: uppercase;
}

.ctest__desc {
  font-size: 18px;
  line-height: 1.6;
  color: #07181F;
}

.ctest__btn {
  display: inline-flex;
  align-items: center;
  align-self: center;
  height: 48px;
  padding: 0 28px;
  background: #5D1900;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  border-radius: 70px;
}
.ctest__btn:hover {
  background: #3d1000;
}

img.ctest__photo {
  display: block;
  position: absolute;
  right: 0;
  bottom: 32px;
  height: 600px;
}

.ctest__badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  padding: 10px 22px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  color: #FFFFFF;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.ctest__badge--orange {
  background: #F5A020;
  top: 22%;
  left: -6%;
  transform: rotate(-6deg);
}
.ctest__badge--green {
  background: #6BAD35;
  top: 54%;
  left: -4%;
  transform: rotate(4deg);
}
.ctest__badge--red {
  background: #C94B2E;
  top: 36%;
  right: 4%;
  transform: rotate(5deg);
}

.reviews {
  background: #B96B04;
  padding-bottom: 130px;
}

.reviews__header {
  text-align: center;
  margin-bottom: 60px;
}
.reviews__header .section-label {
  color: #FFFFFF;
  opacity: 0.7;
}

.reviews__heading {
  color: #FFFFFF;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 800px;
}

.reviews__desc {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  max-width: 380px;
  margin: 0 auto;
}

.reviews__slider {
  overflow: hidden;
  padding-bottom: 5px;
  padding-right: 5px;
  margin-right: -5px;
}

.reviews__track {
  display: flex;
  gap: 20px;
  transition: transform 0.45s ease;
  user-select: none;
}
.reviews__track img {
  pointer-events: none;
}

.reviews__card {
  flex: 0 0 calc((100% - 40px) / 3);
  background: #F2F2EF;
  box-shadow: 4px 4px 0px 0px #07181F;
  border-radius: 24px;
  padding: 32px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.reviews__card-top {
  padding-bottom: 24px;
}

.reviews__name {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  color: #BA6C05;
  margin-bottom: 8px;
}

.reviews__role {
  font-size: 18px;
  line-height: 26px;
  color: #07181F;
}

.reviews__card-img img {
  max-width: 100%;
  display: block;
  border-radius: 25px;
}

.reviews__nav {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 50px;
}

.reviews__nav-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #F2F2EF;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #07181F;
}
.reviews__nav-btn:hover {
  background: rgba(255, 255, 255, 0.4);
}
.reviews__nav-btn:disabled {
  opacity: 0.35;
  cursor: default;
}

.pw__slider {
  position: relative;
}

.pw__prev,
.pw__next {
  display: none;
  position: absolute;
  top: 200px;
  z-index: 5;
  width: 44px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid rgba(7, 24, 31, 0.12);
}

.pw__prev {
  left: 0;
}

.pw__next {
  right: 0;
}

.faq {
  background: #FFFFFF;
  padding: 100px 0 120px;
}

.faq__heading {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 70px;
  max-width: 800px;
}

.faq__list {
  max-width: 1100px;
  margin: 0 auto;
}

.faq__item {
  border-top: 1px solid rgba(7, 24, 31, 0.15);
}
.faq__item:last-child {
  border-bottom: 1px solid rgba(7, 24, 31, 0.15);
}

.faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: #07181F;
}
.faq__question:hover span {
  color: #B96B04;
}
.faq__question[aria-expanded=true] .faq__chevron {
  transform: rotate(180deg);
}

.faq__chevron {
  flex-shrink: 0;
  color: #07181F;
}

.faq__answer {
  display: none;
  padding: 0 0 28px;
}
.faq__answer p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(7, 24, 31, 0.75);
  max-width: 900px;
}
.faq__answer.is-open {
  display: block;
}

.popup-open {
  overflow: hidden;
}

.popup-wrap {
  position: fixed;
  inset: 0;
  z-index: 1000;
  pointer-events: none;
}
.popup-wrap[aria-hidden=false] {
  pointer-events: auto;
}
.popup-wrap[aria-hidden=false] .popup-wrap__overlay {
  opacity: 1;
}
.popup-wrap[aria-hidden=false] .popup-wrap__panel {
  transform: translateY(0);
}

.popup-wrap__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.popup-wrap__panel {
  position: fixed;
  left: 0;
  right: 0;
  top: 100px;
  bottom: 0;
  background: #FFFFFF;
  border-radius: 24px 24px 0 0;
  transform: translateY(100%);
  transition: transform 0.45s cubic-bezier(0.32, 0.72, 0, 1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.popup-wrap__close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: #07181F;
  z-index: 2;
}
.popup-wrap__close:hover {
  opacity: 0.85;
}

.popup-wrap__scroll {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}

.popup-wrap__body {
  height: 100%;
}

.popup .container {
  max-width: 960px;
}

.popup__hero,
.popup__media-section,
.popup__tags-section {
  background: #B96B04;
  color: #FFFFFF;
}

.popup__hero {
  padding: 60px 0 30px;
}

.popup__title {
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.6px;
}

.popup__image {
  display: block;
  border-radius: 55px;
  margin-bottom: -80px;
  max-width: 680px;
  margin-left: auto;
  margin-right: -15px;
  position: relative;
  z-index: 2;
}

.popup__video-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 80px;
}

.popup__video {
  width: 100%;
  display: block;
}

.popup__tags-section {
  position: relative;
  padding-bottom: 50px;
  border-radius: 0 0 32px 32px;
}

.popup__media {
  padding-bottom: 1px;
}

.popup__tags {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  position: relative;
  z-index: 3;
}
.popup__tags::-webkit-scrollbar {
  display: none;
}

.popup__tag {
  flex-shrink: 0;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.popup__tag-title {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  line-height: 1.3;
}

.popup__tag-text {
  font-size: 14px;
  line-height: 16px;
  color: #666;
  font-weight: 500;
}

.popup__tag-link {
  font-size: 14px;
  line-height: 16px;
  color: #666;
  text-decoration: underline;
}
.popup__tag-link:hover {
  text-decoration: none;
}

.popup-section {
  padding: 60px 0;
}

.popup-section--text-image .popup-section__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.popup-section__heading {
  font-size: 51px;
  font-weight: 500;
  line-height: 54px;
  letter-spacing: -1px;
  color: #000;
  margin-bottom: 24px;
}

.popup-section__text {
  font-size: 20px;
  line-height: 24px;
  color: #666;
}
.popup-section__text p {
  margin-bottom: 12px;
}
.popup-section__text p:last-child {
  margin-bottom: 0;
}

.popup-section__img-col img {
  width: 100%;
  border-radius: 20px;
  display: block;
}

.popup-section--content-list .popup-section__heading {
  margin-bottom: 20px;
}

.popup-section__intro-block {
  background: #F5F5F5;
  border-radius: 32px;
  overflow: hidden;
  margin-bottom: 28px;
}

.popup-section__intro {
  padding: 28px 47px;
  font-size: 24px;
  line-height: 28px;
  color: #000;
}

.popup-section__full-img {
  padding: 8px;
}
.popup-section__full-img img {
  width: 100%;
  display: block;
  border-radius: 32px;
}

.popup-section__wysiwyg {
  padding: 0px 28px;
  font-size: 24px;
  line-height: 28px;
  color: #333;
}
.popup-section__wysiwyg p {
  margin-bottom: 16px;
}
.popup-section__wysiwyg p:last-child {
  margin-bottom: 0;
}
.popup-section__wysiwyg ol, .popup-section__wysiwyg ul {
  padding-left: 20px;
  margin-bottom: 16px;
}
.popup-section__wysiwyg li {
  margin-bottom: 8px;
}

.popup-section--content-list .popup-section__heading {
  margin-bottom: 55px;
}

.ps3-grid {
  display: flex;
  flex-direction: column;
  gap: 100px;
  margin-top: 56px;
}

.ps3-item {
  display: grid;
  grid-template-columns: 538px 1fr;
  gap: 10px;
}
.ps3-item:nth-child(even) {
  grid-template-columns: 1fr 538px;
}
.ps3-item:nth-child(even) .ps3-item__img {
  order: 2;
}
.ps3-item:nth-child(even) .ps3-item__body {
  order: 1;
}

.ps3-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 32px;
}

.ps3-item__body {
  align-self: start;
  padding: 32px 32px;
  background: #F2F2EF;
  border-radius: 32px;
}

.ps3-item__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  color: #000;
  margin-bottom: 20px;
}

.ps3-item__text {
  font-size: 18px;
  line-height: 22px;
  color: #666666;
  font-weight: 500;
}

.popup-section--who {
  background: #5D1900;
  color: #FFFFFF;
  border-radius: 32px;
  padding: 70px 0;
  text-align: center;
}

.popup-who__heading {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -1px;
  margin-bottom: 24px;
}

.popup-who__intro {
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  max-width: 690px;
  margin: 0 auto 56px;
  font-weight: 500;
}

.popup-who__grid {
  display: flex;
  justify-content: center;
  gap: 80px;
}

.popup-who__card {
  width: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup-who__img {
  width: 100%;
  margin-bottom: 32px;
}
.popup-who__img img {
  width: 100%;
  border-radius: 20px;
  display: block;
}

.popup-who__text {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.35;
  color: #FFFFFF;
}

.popup-pay {
  padding: 60px 15px;
  background: #BA6C05;
  margin-top: 60px;
}
.popup-pay .container {
  border-radius: 20px;
  background: #fff;
  padding: 50px 30px;
}

.popup-pay__heading {
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1px;
  color: #07181F;
  margin-bottom: 40px;
}

.popup-pay__price-box {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 56px;
}

.popup-pay__discount {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #FFF705;
  padding: 18px 24px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #000;
}

.popup-pay__discount-icon {
  width: 32px;
  height: 32px;
  display: block;
  flex-shrink: 0;
}

.popup-pay__price-row {
  display: flex;
  justify-content: flex-end;
  background: #F2F2EF;
  padding: 28px 32px;
}

.popup-pay__price {
  font-size: 32px;
  font-weight: 500;
  color: #000;
  line-height: 36px;
}
.popup-pay__price sup {
  font-size: 18px;
  margin-left: 2px;
  font-weight: 500;
}

.popup-pay__form {
  max-width: 400px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.popup-pay__field input {
  width: 100%;
  height: 56px;
  padding: 0 18px;
  background: #F5F5F5;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #666666;
}
.popup-pay__field input::placeholder {
  color: #999;
}
.popup-pay__field input:focus {
  outline: none;
  border-color: #B96B04;
}

.popup-pay__check {
  display: flex;
  gap: 10px;
  font-size: 14px;
  color: #07181F;
  cursor: pointer;
  margin-top: 4px;
}
.popup-pay__check input {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  cursor: pointer;
}
.popup-pay__check a {
  color: #07181F;
  text-decoration: underline;
}

.popup-pay__btn {
  height: 56px;
  background: #5D1900;
  color: #FFFFFF;
  border: none;
  border-radius: 16px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 15px;
}
.popup-pay__btn:hover {
  background: #3d1000;
}

.popup-pay__note {
  font-size: 13px;
  line-height: 1.5;
  color: #666666;
}
.popup-pay__note a {
  color: #666666;
  text-decoration: underline;
}

.popup-pay__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}

.popup-pay__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.popup-pay__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 28px 32px;
  background: #F2F2EF;
  border-radius: 16px;
  cursor: pointer;
}
.popup-pay__item input {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  border: 1.5px solid rgba(7, 24, 31, 0.3);
  border-radius: 7px;
  background: #FFFFFF;
  cursor: pointer;
}
.popup-pay__item input:checked {
  background: #B96B04;
  border-color: #B96B04;
}
.popup-pay__item input:checked::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 4px;
  width: 6px;
  height: 12px;
  border: solid #FFFFFF;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
}

.popup-pay__item-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 46px;
  text-align: right;
}

.popup-pay__item-title {
  font-size: 19px;
  font-weight: 500;
  line-height: 30px;
  color: #07181F;
  min-height: 50px;
}

.popup-pay__item-price {
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
  color: #000;
}
.popup-pay__item-price sup {
  font-size: 16px;
  margin-left: 2px;
}

.popup-pay__side .popup-pay__form {
  max-width: 100%;
  margin-left: 0;
}

.popup-pay--single .popup-pay__side .popup-pay__form {
  max-width: 400px;
  margin-left: auto;
}

.popup-pay__total {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 40px;
}

.popup-pay__total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #F2F2EF;
  padding: 26px 32px;
  padding-top: 77px;
}

.popup-pay__total-label {
  font-size: 32px;
  font-weight: 500;
  color: #07181F;
}

.popup-pay__total-value {
  display: inline-flex;
  align-items: baseline;
  gap: 16px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.popup-pay__total-old {
  display: none;
  font-size: 24px;
  font-weight: 500;
  color: #666;
}
.popup-pay__total-old sup {
  font-size: 17px;
  line-height: 22px;
  position: relative;
  top: -4px;
}
.popup-pay__total.is-bundle .popup-pay__total-old {
  display: inline;
}

.popup-pay__total-now {
  color: #07181F;
}
.popup-pay__total-now sup {
  font-size: 18px;
  line-height: 22px;
  position: relative;
  top: -4px;
}
.popup-pay__total.is-bundle .popup-pay__total-now {
  color: #FF0000;
}

.popup-pay__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 32px;
  background: #F2F2EF;
  border-radius: 16px;
  margin-bottom: 48px;
}

.popup-pay__card-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.popup-pay__card-title {
  font-size: 25px;
  font-weight: 600;
  color: #07181F;
  margin-bottom: 5px;
}

.popup-pay__card-desc {
  font-size: 16px;
  line-height: 1.4;
  color: #1D1D1F;
}

.text-page {
  background: #F2F2EF;
  padding: 80px 0 120px;
}

.text-page__article {
  max-width: 900px;
  margin: 0 auto;
}

.text-page__title {
  font-size: 67.7px;
  font-weight: 700;
  line-height: 68px;
  letter-spacing: -1.65px;
  color: #07181F;
  margin-bottom: 40px;
}

.text-page__body {
  font-size: 20px;
  line-height: 30px;
  color: #07181F;
}
.text-page__body > *:first-child {
  margin-top: 0;
}
.text-page__body > *:last-child {
  margin-bottom: 0;
}
.text-page__body h2 {
  font-size: 45px;
  font-weight: 600;
  line-height: 52px;
  margin: 48px 0 20px;
}
.text-page__body h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  margin: 36px 0 16px;
}
.text-page__body h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 28px 0 12px;
}
.text-page__body p {
  margin-bottom: 24px;
}
.text-page__body ul, .text-page__body ol {
  margin: 0 0 24px;
  padding-left: 24px;
}
.text-page__body ul {
  list-style: disc;
}
.text-page__body ol {
  list-style: decimal;
}
.text-page__body li {
  margin-bottom: 10px;
}
.text-page__body li::marker {
  color: #B96B04;
}
.text-page__body a {
  color: #B96B04;
  text-decoration: underline;
}
.text-page__body a:hover {
  text-decoration: none;
}
.text-page__body blockquote {
  margin: 0 0 24px;
  padding: 16px 28px;
  border-left: 4px solid #B96B04;
  background: #FFFFFF;
  border-radius: 0 16px 16px 0;
  font-style: italic;
}
.text-page__body img {
  border-radius: 20px;
  margin: 0 0 24px;
}
.text-page__body strong {
  font-weight: 700;
}

.page-video .text-page__body h2 {
  font-size: 42px;
}

.video-locked {
  max-width: 640px;
  margin: 80px auto 120px;
  text-align: center;
}

.video-locked__title {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -1px;
  color: #07181F;
  margin-bottom: 20px;
}

.video-locked__text {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(7, 24, 31, 0.7);
}

.page-video__player {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 56px;
}
.page-video__player iframe {
  display: block;
}

.page-video__downloads {
  margin-top: 56px;
}

.page-video__downloads-title {
  font-size: 45px;
  font-weight: 600;
  line-height: 52px;
  color: #07181F;
  margin-bottom: 24px;
}

.page-video__files {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-video__file a {
  font-size: 16px;
  color: #07181F;
  text-decoration: underline;
}
.page-video__file a:hover {
  color: #B96B04;
  text-decoration: none;
}

.site-footer {
  background: #5D1900;
  border-radius: 80px 80px 0 0;
  color: #FFFFFF;
}

.site-footer__card {
  padding: 55px 55px 0;
}

.site-footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 50px;
}

.site-footer__logo {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.site-footer__logo img {
  width: 52px;
}

.site-footer__logo-text {
  display: flex;
  flex-direction: column;
}

.site-footer__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}
.site-footer__nav a {
  font-size: 14px;
  color: #FFFFFF;
}
.site-footer__nav a:hover {
  color: rgba(255, 255, 255, 0.75);
}

.site-footer__divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0;
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.site-footer__social {
  display: flex;
  gap: 12px;
}

.site-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
.site-footer__social-link svg {
  width: 32px;
  height: 32px;
}
.site-footer__social-link:hover {
  opacity: 0.7;
}

.site-footer__copy {
  font-size: 13px;
  color: #fff;
}

.site-footer__slogan {
  text-align: center;
  font-size: 124px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 60px 0 70px;
}

.quiz-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  pointer-events: none;
}
.quiz-modal[aria-hidden=false] {
  pointer-events: auto;
}
.quiz-modal[aria-hidden=false] .quiz-modal__overlay {
  opacity: 1;
}
.quiz-modal[aria-hidden=false] .quiz-modal__panel {
  transform: translateY(0);
}

.quiz-modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.quiz-modal__panel {
  position: fixed;
  inset: 0;
  background: #FFFFFF;
  transform: translateY(100%);
  transition: transform 0.45s cubic-bezier(0.32, 0.72, 0, 1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.quiz-modal__close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(7, 24, 31, 0.07);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: #07181F;
  z-index: 2;
}
.quiz-modal__close:hover {
  background: rgba(7, 24, 31, 0.14);
}

.quiz__progress {
  height: 6px;
  background: #F2F2EF;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 16px;
}

.quiz__progress-bar {
  display: block;
  height: 100%;
  width: 0;
  background: #B96B04;
  border-radius: 3px;
  transition: width 0.3s ease;
}

.quiz__scroll {
  flex: 1;
  overflow-y: auto;
  padding: 32px 0;
}

.quiz__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
}

.quiz__title {
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #07181F;
  margin-bottom: 24px;
}

.quiz__screen {
  display: none;
}
.quiz__screen.is-active {
  display: block;
}

.quiz__intro {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(7, 24, 31, 0.8);
  margin-bottom: 22px;
}
.quiz__intro p {
  margin-bottom: 10px;
}
.quiz__intro p:last-child {
  margin-bottom: 0;
}

.quiz__part {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #B96B04;
  margin-bottom: 12px;
}

.quiz__question {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.4px;
  color: #07181F;
  margin-bottom: 20px;
}

.quiz__qnum {
  color: #B96B04;
  margin-right: 6px;
}

.quiz__answers {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.quiz__answer {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  width: 100%;
  padding: 12px 20px;
  background: #FFFFFF;
  border: 1.5px solid rgba(7, 24, 31, 0.25);
  border-radius: 32px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.35;
  color: #07181F;
  transition: 0.2s;
}
.quiz__answer:hover {
  border-color: #07181F;
}
.quiz__answer.is-selected {
  border-color: #5D1900;
}
.quiz__answer.is-selected .quiz__answer-check {
  border-color: #5D1900;
  background: #5D1900;
}
.quiz__answer.is-selected .quiz__answer-check::after {
  opacity: 1;
}

.quiz__answer-check {
  flex-shrink: 0;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1.5px solid rgba(7, 24, 31, 0.4);
  border-radius: 5px;
  transition: 0.2s;
}
.quiz__answer-check::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 2px;
  background: #FFFFFF;
  opacity: 0;
  transition: 0.2s;
}

.quiz__answer-text {
  flex: 1;
}

.quiz__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 36px;
  background: #5D1900;
  color: #FFFFFF;
  border: none;
  border-radius: 25px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}
.quiz__btn:hover {
  background: #3d1000;
}
.quiz__btn:disabled {
  opacity: 0.4;
  cursor: default;
}

.quiz__nav {
  flex-shrink: 0;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  padding: 14px 24px 20px;
}

.quiz__nav-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.quiz__nav-back {
  flex-shrink: 0;
  height: 50px;
  padding: 0 26px;
  background: none;
  border: 1.5px solid rgba(7, 24, 31, 0.25);
  border-radius: 25px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #07181F;
  cursor: pointer;
}
.quiz__nav-back:hover {
  border-color: #07181F;
}

.quiz__nav-next {
  flex: 1;
}

.quiz__nav-done {
  flex: 1;
}

.quiz__result {
  text-align: center;
}

.quiz__result-score {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 28px;
}

.quiz__result-num {
  font-size: 80px;
  font-weight: 900;
  line-height: 1;
  color: #B96B04;
}

.quiz__result-label {
  font-size: 16px;
  color: rgba(7, 24, 31, 0.6);
  margin-top: 4px;
}

.quiz__result-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #07181F;
  margin-bottom: 20px;
}

.quiz__result-text {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(7, 24, 31, 0.8);
  margin-bottom: 36px;
  text-align: left;
}
.quiz__result-text p {
  margin-bottom: 14px;
}
.quiz__result-text p:last-child {
  margin-bottom: 0;
}

.site-header__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  margin-left: auto;
  flex-shrink: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.site-header__burger span {
  display: block;
  width: 26px;
  height: 3px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 2px;
}

.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200;
  background: #B96B04;
  flex-direction: column;
  padding: 20px 24px 28px;
  transform: translateX(100%);
  transition: transform 0.35s ease;
}
.mobile-menu[aria-hidden=false] {
  transform: translateX(0);
}

.menu-open {
  overflow: hidden;
}

.mobile-menu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.mobile-menu__top .site-header__logo {
  font-size: 18px;
  line-height: 20px;
  gap: 14px;
}
.mobile-menu__top .site-header__logo-icon img {
  width: 46px;
}

.mobile-menu__close {
  position: relative;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.mobile-menu__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 3px;
  background: #FFFFFF;
  border-radius: 2px;
}
.mobile-menu__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.mobile-menu__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-menu__nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 24px 0;
  overflow-y: auto;
}
.mobile-menu__nav a {
  display: block;
  padding: 6px 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  color: #FFFFFF;
  text-transform: uppercase;
}

.mobile-menu__footer {
  flex-shrink: 0;
}

.mobile-menu__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 58px;
  background: #07181F;
  color: #FFFFFF;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .about__text {
    font-size: 32px;
    line-height: 1.4;
  }
  .section-title, .ctest__heading, .reviews__heading {
    font-size: 52px;
    line-height: 1.05;
  }
  .site-footer__slogan {
    font-size: 84px;
  }
}
@media (max-width: 990px) {
  .site-header__nav, .site-header__cta {
    display: none;
  }
  .site-header__burger {
    display: flex;
  }
  .mobile-menu {
    display: flex;
  }
  .site-header .container {
    max-width: 100%;
  }
  .hero__heading {
    font-size: 30px;
    line-height: 40px;
  }
  .hero__media {
    margin-top: -14px;
  }
  .ctest__card {
    min-height: auto;
    border-radius: 40px;
  }
  .ctest__content {
    max-width: 100%;
    padding: 50px 30px 0;
  }
  img.ctest__photo {
    position: static;
    height: auto;
    width: 100%;
    margin-top: 30px;
  }
  .popup-pay__form {
    max-width: 100%;
  }
  .popup-pay__price-row {
    justify-content: flex-start;
  }
  .popup-pay__field input,
  .popup-pay__btn {
    height: 56px;
  }
  .popup-pay__layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .popup-pay__card {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .popup-pay__item,
  .popup-pay__total-row {
    padding: 20px 22px;
  }
  .popup-pay__total-label,
  .popup-pay__total-value {
    font-size: 24px;
  }
  .popup-pay__total-old {
    font-size: 20px;
  }
  .popup-pay__item-box {
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
  .site-header__logo {
    font-size: 15px;
    line-height: 20px;
    gap: 15px;
  }
  .site-header__logo img {
    width: 40px;
  }
  .site-header__inner {
    height: 65px;
  }
  .hero {
    padding-top: 15px;
  }
  .hero .container {
    max-width: 100%;
  }
  .hero:after {
    height: 120px;
    border-radius: 40px 40px 0 0;
  }
  .about {
    padding-bottom: 25px;
  }
  .about__text {
    font-size: 23px;
    line-height: 1.45;
    letter-spacing: -0.5px;
  }
  .section-header {
    margin-bottom: 36px;
  }
  .section-title, .ctest__heading, .reviews__heading, .faq__heading, .popup-who__heading, .popup-pay__heading, .popup-section__heading {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -1px;
  }
  .video-section {
    padding: 60px 0 80px;
  }
  .video-section:after {
    height: 50px;
    border-radius: 40px 40px 0 0;
  }
  .video-section__player {
    border-radius: 20px;
  }
  .video-section__play svg {
    width: 56px;
    height: 56px;
  }
  .logos {
    padding: 30px 0 40px;
  }
  .logos__item img {
    height: 38px;
  }
  .products {
    padding-bottom: 70px;
  }
  .products__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .pw {
    padding: 50px 0 70px;
  }
  .pw__title {
    margin-bottom: 36px;
  }
  .pw__grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
  }
  .pw__grid::-webkit-scrollbar {
    display: none;
  }
  .pw-col {
    flex: 0 0 400px;
    scroll-snap-align: start;
  }
  .pw__prev, .pw__next {
    display: flex;
  }
  .reviews {
    padding: 60px 0;
  }
  .reviews__header {
    margin-bottom: 36px;
  }
  .reviews__card {
    flex: 0 0 320px;
  }
  .reviews__nav {
    margin-top: 24px;
  }
  .faq {
    padding: 60px 0 70px;
  }
  .faq__heading {
    margin-bottom: 40px;
  }
  .faq__question {
    font-size: 16px;
    padding: 22px 0;
  }
  .site-footer__card {
    padding: 40px 26px 0;
    border-radius: 40px 40px 0 0;
  }
  .site-footer__top {
    flex-direction: column;
    gap: 28px;
    padding-bottom: 30px;
  }
  .site-footer__nav {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 14px 20px;
  }
  .site-footer__bottom {
    padding: 22px 0;
  }
  .site-footer__slogan {
    font-size: 44px;
    padding: 30px 0 36px;
  }
  .popup-wrap__panel {
    top: 56px;
  }
  .popup__hero {
    padding: 36px 0 20px;
  }
  .popup__title {
    font-size: 30px;
  }
  .popup__tag {
    width: 170px;
  }
  .popup-section {
    padding: 36px 0;
  }
  .popup-section--text-image .popup-section__inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .ps3-item,
  .ps3-item:nth-child(even) {
    grid-template-columns: 1fr;
  }
  .ps3-item__img img {
    aspect-ratio: 16/10;
    height: auto;
  }
  .popup-who__grid {
    flex-wrap: wrap;
    gap: 24px;
  }
  .popup-who__card {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .popup__tags {
    flex-wrap: wrap;
  }
  .popup__tag {
    min-width: 100%;
  }
}
@media (max-width: 600px) {
  .hero__heading {
    font-size: 19px;
    line-height: 28px;
  }
  .hero__media {
    margin-top: -8px;
  }
  .site-footer {
    border-radius: 40px 40px 0 0;
  }
  .ctest::after {
    border-radius: 40px 40px 0 0;
    height: 40px;
  }
  .text-page__title {
    font-size: 48px;
    line-height: 52px;
  }
  .page-video__downloads-title, .page-video .text-page__body h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .popup__image {
    max-width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .mobile-menu__nav a {
    font-size: 28px;
  }
  .about__text {
    font-size: 20px;
  }
  .section-title, .ctest__heading, .reviews__heading {
    font-size: 27px;
  }
  .reviews__card {
    flex: 0 0 90%;
    padding: 15px;
  }
  .pw-col {
    flex: 0 0 86%;
  }
  .ctest__content {
    padding: 40px 22px 0;
  }
  .site-footer__slogan {
    font-size: 34px;
  }
  .pw-col {
    flex: 0 0 300px;
  }
  .pw-card__img-wrap {
    margin-bottom: 50px;
  }
  .site-footer__nav {
    gap: 12px 15px;
  }
  .popup__video-wrap {
    margin-bottom: 40px;
  }
  .popup-section--content-list .popup-section__heading {
    margin-bottom: 30px;
  }
  .popup-section__intro {
    padding: 20px;
  }
  .popup-section__wysiwyg {
    padding: 0;
  }
  .ps3-grid {
    gap: 50px;
    margin-top: 0;
  }
  .popup-who__img {
    margin-bottom: 15px;
  }
}

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