/*
Theme Name: Garshin PDR
Theme URI: https://garshin.local
Author: Garshin
Description: Тема сайта Дениса Гаршина — ремонт вмятин без покраски (PDR) в Кемерово.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: garshin
*/

@font-face {
  font-family: "Dela Gothic One";
  src: url("assets/fonts/DelaGothicOne-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/Manrope-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/Manrope-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/Manrope-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/Manrope-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html {
  height: 100%;
}

html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1700px) {
  html {
    font-size: 17px;
  }
}
@media (min-width: 1921px) {
  html {
    font-size: 18px;
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: #ffffff;
  counter-reset: steps;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.4;
  font-family: "Manrope", sans-serif;
  background-color: #111111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .footer-wrapper {
  margin-top: auto;
}
body .fader {
  width: 100%;
  height: 100vh;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  opacity: 0;
}
body.fixed {
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  body.fixed {
    padding-right: 17px;
  }
}
body.fixed .fader {
  display: block;
  opacity: 1;
}
@media (min-width: 992px) {
  body.fixed .header--index {
    padding-right: 17px;
  }
}

.page-content {
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: unset;
}
@media (max-width: 991px) {
  .page-content {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1620px;
  }
}

@media (min-width: 1200px) {
  .navbar-brand {
    display: none;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
}

.row {
  position: relative;
}

a {
  text-decoration: none;
}

.index-page {
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .index-page {
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .index-page {
    padding-bottom: 30px;
  }
}

.inner-page {
  flex-grow: 1;
  padding-top: 80px;
  padding-bottom: 50px;
}
@media (max-width: 1920px) {
  .inner-page {
    padding-top: 50px;
  }
}

.basic-title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.36;
}
@media (max-width: 575px) {
  .basic-title {
    font-size: 1.7rem;
  }
}

.basic-link {
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 1.1;
  color: black;
  transition: 0.2s ease;
}
.basic-link span {
  margin-left: 3px;
}
.basic-link:hover {
  transition: 0.2s ease;
  color: #737373;
}

.buttons-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.basic-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 7px 17px 6px;
  color: #F5F4F7;
  font-weight: 300;
  border-radius: 10px;
  transition: 0.2s ease;
}
@media (max-width: 1920px) {
  .basic-button {
    padding: 5px 17px 5px;
  }
}
@media (max-width: 1499px) {
  .basic-button {
    padding: 6px 14px 5px;
    font-size: 0.9rem;
    border-radius: 7px;
  }
}
@media (max-width: 991px) {
  .basic-button {
    padding: 5px 14px 4px;
    border-radius: 7px;
  }
}
.basic-button:hover {
  background-color: transparent;
  transition: 0.2s ease;
}
.basic-button--light {
  background-color: transparent;
}
.basic-button--light:hover {
  color: #F5F4F7;
}
.basic-button--grey {
  color: #EFEEF2;
}
.basic-button--grey:hover {
  background-color: #737373;
}

.header__logo img {
  display: block;
  height: 5.625rem;
  width: auto;
}
@media (max-width: 991px) {
  .header__logo img {
    height: 3.5rem;
  }
}
@media (max-width: 767px) {
  .header__logo img {
    height: 2.75rem;
  }
}

.about__media img {
  display: block;
  width: 100%;
  aspect-ratio: 658/780;
  border-radius: 50px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .about__media img {
    border-radius: 30px;
  }
}
@media (max-width: 575px) {
  .about__media img {
    border-radius: 15px;
  }
}

.post__image {
  position: relative;
  display: block;
  overflow: hidden;
}
.post__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.post:hover .post__image img {
  transform: scale(1.04);
}

.contacts__map img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ph {
  position: relative;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 60%);
  background-color: rgba(255, 255, 255, 0.04);
  overflow: hidden;
}
.ph::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' opacity='.06'%3E%3Crect width='40' height='40' fill='none' stroke='white' stroke-width='1'/%3E%3C/svg%3E") repeat;
}
.ph--round {
  border-radius: 50%;
}
.ph--ico {
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  border-radius: 8px;
  vertical-align: middle;
}
.ph--ico::after {
  display: none;
}

:root {
  --pad: 15px;
}

@media (min-width: 1200px) {
  :root {
    --pad: max(15px, calc((100vw - 1140px) / 2));
  }
}
@media (min-width: 1500px) {
  :root {
    --pad: max(15px, calc((100vw - 1620px) / 2));
  }
}
.slider-btn {
  width: 45px;
  height: 45px;
  border-radius: 1000px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.03);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  color: #ffffff;
  transition: 0.2s;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.slider-btn::before {
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  background: currentColor;
  clip-path: polygon(40% 0%, 100% 40%, 100% 60%, 40% 100%, 40% 70%, 0% 70%, 0% 30%, 40% 30%);
}
.slider-btn--prev::before {
  transform: scaleX(-1);
}
.slider-btn:not(.swiper-button-disabled):hover {
  background: linear-gradient(180deg, #A21B21 0%, #6D0E10 100%);
  border-color: #A21B21;
}
.slider-btn.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.header--index {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: background 0.3s ease;
}
.header--index.is-scrolled {
  background: rgba(20, 20, 20, 0.98);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(162, 27, 33, 0.35);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
}

.header__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
  gap: 30px;
}
@media (max-width: 991px) {
  .header__bar {
    padding: 30px 0;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .header__bar {
    padding: 18px 0;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0;
  }
}

.header__logo {
  display: block;
  flex-shrink: 0;
  text-decoration: none;
}
.header__logo img {
  display: block;
  height: 5.625rem;
  width: auto;
}
@media (max-width: 991px) {
  .header__logo img {
    height: 3.5625rem;
  }
}
@media (max-width: 767px) {
  .header__logo img {
    height: 3.25rem;
  }
}

@media (max-width: 991px) {
  .header__nav {
    order: 3;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__menu {
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .header__menu {
    gap: 40px;
    justify-content: center;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .header__menu {
    gap: 22px;
  }
}
.header__menu a {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s;
}
.header__menu a:hover {
  opacity: 0.7;
}

.header__cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  padding: 18px 28px;
  background: linear-gradient(180deg, #A21B21 0%, #6D0E10 100%);
  border-radius: 1000px;
  border: none;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s;
  white-space: nowrap;
}
.header__cta:hover {
  opacity: 0.85;
  color: #fff;
}
@media (max-width: 991px) {
  .header__cta {
    order: 2;
  }
}
@media (max-width: 767px) {
  .header__cta {
    order: 2;
    margin-left: auto;
    font-size: 0.625rem;
    padding: 9px 14px;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 359px) {
  .header__cta {
    display: none;
  }
}

.header__burger {
  display: none;
  order: 3;
  flex-shrink: 0;
  margin-left: 16px;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 19px;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
}
.header__burger span {
  display: block;
  height: 2px;
  background: #ffffff;
  transition: 0.25s ease;
}
@media (max-width: 767px) {
  .header__burger {
    display: flex;
  }
}

body.menu-open .header__burger span:nth-child(1) {
  transform: translateY(8.5px) rotate(45deg);
}
body.menu-open .header__burger span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
body.menu-open .header__burger span:nth-child(3) {
  transform: translateY(-8.5px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 99;
  background: rgba(17, 17, 17, 0.99);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.mobile-menu__inner {
  text-align: center;
}
.mobile-menu__inner ul {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
}
.mobile-menu__inner li {
  margin: 14px 0;
}
.mobile-menu__inner a {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s;
}
.mobile-menu__inner a:hover {
  color: #AA1819;
}

body.menu-open .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #0A0A0A;
}
.hero__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.7) 48%, #111111 100%);
}
.hero .container {
  position: relative;
  z-index: 2;
  padding-top: 200px;
  padding-bottom: 120px;
}
.hero__content {
  max-width: 62.5rem;
}
@media (max-width: 991px) {
  .hero__content {
    max-width: 100%;
    text-align: center;
  }
}
.hero__eyebrow {
  display: block;
  margin: 0 0 20px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: #ffffff;
}
@media (max-width: 767px) {
  .hero__eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.19em;
    margin-bottom: 14px;
  }
}
.hero__title {
  margin: 0 0 20px;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 4.375rem;
  text-transform: uppercase;
  line-height: 1.05;
  color: #ffffff;
}
.hero__title span {
  display: block;
  background: linear-gradient(90deg, #747470 0%, #E2E3DE 26%, #888A83 52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (max-width: 991px) {
  .hero__title {
    font-size: 4.375rem;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .hero__title {
    font-size: 1.875rem;
    margin-bottom: 10px;
  }
}
.hero__text {
  max-width: 795px;
  margin: 0 0 40px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .hero__text {
    font-size: 0.875rem;
    margin-bottom: 28px;
  }
}
.hero__actions {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 991px) {
  .hero__actions {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .hero__actions {
    width: 100%;
    gap: 10px;
  }
}

.btn-hero-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 28px;
  background: linear-gradient(180deg, #A21B21 0%, #6D0E10 100%);
  border-radius: 15px;
  border: none;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s;
  white-space: nowrap;
}
.btn-hero-primary:hover {
  opacity: 0.85;
  color: #fff;
}
@media (max-width: 767px) {
  .btn-hero-primary {
    flex: 1;
    height: 42px;
    padding: 12px 18px;
    font-size: 0.75rem;
    border-radius: 10px;
  }
}

.btn-hero-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 18px 28px;
  background: rgba(255, 255, 255, 0.01);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.2s;
  white-space: nowrap;
}
.btn-hero-ghost:hover {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.btn-hero-ghost__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(180deg, #A21B21 0%, #6D0E10 100%);
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .btn-hero-ghost {
    padding: 12px 18px;
    font-size: 0.875rem;
    border-radius: 10px;
  }
}

.about {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .about {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .about {
    padding: 50px 0;
  }
}
.about__grid {
  display: grid;
  grid-template-columns: 704px 1fr;
  gap: 7.5rem;
  align-items: start;
}
@media (max-width: 1499px) {
  .about__grid {
    grid-template-columns: 45% 1fr;
    gap: 5rem;
  }
}
@media (max-width: 991px) {
  .about__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.about__media {
  position: relative;
}
.about__media .ph--portrait {
  display: block;
  width: 100%;
  aspect-ratio: 658/780;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.05);
}
.about__badge {
  position: absolute;
  right: -8%;
  bottom: 8%;
  padding: 22px 26px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  backdrop-filter: blur(12.5px);
}
.about__badge-num {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 2.1875rem;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1;
}
.about__badge-label {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .about__badge {
    right: 0;
    bottom: 18%;
    padding: 14px 18px;
  }
  .about__badge-num {
    font-size: 1.5625rem;
  }
  .about__badge-label {
    font-size: 0.875rem;
  }
}
.about__body {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .about__body {
    padding-top: 0;
  }
}
.about__title {
  margin: 0 0 60px;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 3.4375rem;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 991px) {
  .about__title {
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .about__title {
    font-size: 1.875rem;
    margin-bottom: 28px;
  }
}
.about__text {
  margin: 0 0 70px;
}
.about__text p {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #939AA5;
  margin: 0 0 1.2em;
}
.about__text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .about__text p {
    font-size: 0.875rem;
  }
}
.about__text strong {
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 767px) {
  .about__text {
    margin-bottom: 40px;
  }
}
.about__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .about__features {
    flex-direction: column;
    gap: 24px;
  }
}
.about__feature {
  flex: 1;
  min-width: 200px;
  padding: 14px 0 14px 36px;
  border-left: 4px solid #AA1819;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.about__feature-title {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .about__feature-title {
    font-size: 1rem;
  }
}
.about__feature-desc {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.4;
}
@media (max-width: 767px) {
  .about__feature-desc {
    font-size: 0.875rem;
  }
}

.portfolio {
  padding: 120px 0 120px;
  background: linear-gradient(180deg, #111111 0%, #0A0A0A 29%);
  overflow: hidden;
}
@media (max-width: 991px) {
  .portfolio {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .portfolio {
    padding: 50px 0;
  }
}
.portfolio__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .portfolio__head {
    margin-bottom: 34px;
  }
}
.portfolio__eyebrow {
  display: block;
  margin: 0 0 20px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: #939AA5;
}
@media (max-width: 767px) {
  .portfolio__eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.19em;
    margin-bottom: 10px;
  }
}
.portfolio__title {
  margin: 0;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 3.4375rem;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 991px) {
  .portfolio__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .portfolio__title {
    font-size: 1.5rem;
  }
}
.portfolio__nav {
  display: flex;
  gap: 14px;
  flex-shrink: 0;
  align-self: flex-end;
  padding-bottom: 10px;
}
.portfolio__swiper-wrap {
  padding-left: var(--pad);
}
.portfolio__swiper-wrap .portfolio-swiper {
  overflow: visible;
}

.work {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 767px) {
  .work {
    gap: 1rem;
  }
}
.work__image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 795/450;
  border-radius: 50px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .work__image-wrap {
    border-radius: 30px;
  }
}
@media (max-width: 575px) {
  .work__image-wrap {
    border-radius: 15px;
  }
}
.work__tag {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 5;
  padding: 10px 18px;
  background: linear-gradient(180deg, #A21B21 0%, #6D0E10 100%);
  border-radius: 100px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 767px) {
  .work__tag {
    font-size: 0.75rem;
    padding: 7px 13px;
    left: 14px;
    bottom: 14px;
  }
}
.work__info-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.work__info-link:hover .work__title {
  color: #AA1819;
}
.work__info {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
.work__title {
  margin: 0;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #ffffff;
  transition: color 0.2s;
}
@media (max-width: 767px) {
  .work__title {
    font-size: 1.125rem;
  }
}
.work__desc {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .work__desc {
    font-size: 0.875rem;
  }
}

.ba {
  position: absolute;
  inset: 0;
  user-select: none;
  overflow: hidden;
}
.ba__after, .ba__before {
  position: absolute;
  inset: 0;
}
.ba__after img, .ba__before img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ba__after {
  z-index: 1;
}
.ba__before {
  z-index: 2;
  clip-path: inset(0 50% 0 0);
}
.ba__divider {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  height: 100%;
  width: 3px;
  background: rgba(255, 255, 255, 0.85);
  transform: translateX(-50%);
  pointer-events: none;
}
.ba__handle {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(180deg, #A21B21 0%, #6D0E10 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}
.ba__handle::before {
  content: "";
  display: block;
  width: 22px;
  height: 9px;
  background: #fff;
  -webkit-mask-image: url("assets/icons/ba-slider-arrow.svg");
  mask-image: url("assets/icons/ba-slider-arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.ba__range {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: ew-resize;
  -webkit-appearance: none;
  appearance: none;
}

.pricing {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.pricing__bg-wrap {
  position: relative;
  width: 100%;
  padding: 120px 0;
}
@media (max-width: 991px) {
  .pricing__bg-wrap {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .pricing__bg-wrap {
    padding: 50px 0;
  }
}
.pricing__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.pricing__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
}
.pricing__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #0A0A0A 0%, rgba(10, 10, 10, 0) 50%, #111111 100%);
}
.pricing .container {
  position: relative;
  z-index: 2;
}
.pricing__grid {
  display: grid;
  grid-template-columns: 1fr 560px;
  gap: 60px;
  align-items: start;
}
@media (max-width: 1199px) {
  .pricing__grid {
    grid-template-columns: 1fr 480px;
  }
}
@media (max-width: 991px) {
  .pricing__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.pricing__title {
  margin: 0 0 50px;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 3.4375rem;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 991px) {
  .pricing__title {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .pricing__title {
    font-size: 1.5rem;
  }
}
.pricing__text {
  margin: 0 0 16px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #939AA5;
  line-height: 1.55;
}
.pricing__text strong {
  color: #ffffff;
}
@media (max-width: 767px) {
  .pricing__text {
    font-size: 0.875rem;
  }
}
.pricing__card {
  padding: 36px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  backdrop-filter: blur(5px);
}
@media (max-width: 767px) {
  .pricing__card {
    padding: 26px;
    gap: 24px;
    border-radius: 22px;
  }
}
.pricing__card-body {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.pricing__card-title {
  margin: 0;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 767px) {
  .pricing__card-title {
    font-size: 1.125rem;
  }
}
.pricing__card-text {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .pricing__card-text {
    font-size: 0.875rem;
  }
}
.pricing__btn-max {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  background: linear-gradient(48deg, #44CCFF 0%, #524BF1 48%, #9933DD 100%);
  border-radius: 15px;
  border: none;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s;
  align-self: flex-start;
}
.pricing__btn-max:hover {
  opacity: 0.85;
  color: #fff;
}
.pricing__btn-icon {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .pricing__btn-max {
    font-size: 0.75rem;
    border-radius: 10px;
  }
}

.blog {
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .blog {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .blog {
    padding: 50px 0;
  }
}
.blog__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .blog__head {
    margin-bottom: 34px;
  }
}
.blog__title {
  margin: 0;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 3.4375rem;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 991px) {
  .blog__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .blog__title {
    font-size: 1.5rem;
  }
}
.blog__nav {
  display: flex;
  gap: 14px;
  flex-shrink: 0;
}
.blog__swiper-wrap {
  padding-left: var(--pad);
}
.blog__swiper-wrap .blog-swiper {
  overflow: visible;
}

.post {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 767px) {
  .post {
    gap: 1rem;
  }
}
.post__image {
  display: block;
  width: 100%;
  aspect-ratio: 520/350;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.05);
}
@media (max-width: 991px) {
  .post__image {
    border-radius: 30px;
  }
}
@media (max-width: 575px) {
  .post__image {
    border-radius: 15px;
  }
}
.post__body {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  padding: 0 8px;
  flex-grow: 1;
}
.post__title {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 1.35;
}
@media (max-width: 767px) {
  .post__title {
    font-size: 1rem;
  }
}
.post__excerpt {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #939AA5;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .post__excerpt {
    font-size: 0.875rem;
  }
}
.post__link {
  display: inline-flex;
  align-items: center;
  padding: 0 8px 8px;
  border-bottom: 1px solid #AA1819;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
  color: #AA1819;
  text-decoration: none;
  margin-top: auto;
  transition: opacity 0.2s;
}
@media (max-width: 767px) {
  .post__link {
    font-size: 1rem;
  }
}
.post:hover .post__link {
  opacity: 0.8;
}

.reviews {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .reviews {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .reviews {
    padding: 50px 0;
  }
}
.reviews__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  .reviews__head {
    flex-direction: column;
    gap: 24px;
  }
}
.reviews__title-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.reviews__title {
  margin: 0;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 3.4375rem;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.05;
}
.reviews__title span {
  display: block;
}
@media (max-width: 991px) {
  .reviews__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .reviews__title {
    font-size: 1.875rem;
  }
}
.reviews__widget {
  margin-top: 40px;
}

.contacts {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.contacts__wrap {
  position: relative;
  background: #0A0A0A;
  padding: 120px 0;
}
@media (max-width: 991px) {
  .contacts__wrap {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .contacts__wrap {
    padding: 50px 0;
  }
}
.contacts__wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, #111111 6%, rgba(17, 17, 17, 0) 59%);
  pointer-events: none;
}
.contacts__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.contacts__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.contacts__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.6;
}
.contacts .container {
  position: relative;
  z-index: 2;
}
.contacts__title {
  margin: 0 0 60px;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 3.4375rem;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 991px) {
  .contacts__title {
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .contacts__title {
    font-size: 1.875rem;
    margin-bottom: 34px;
  }
}
.contacts__grid {
  display: grid;
  grid-template-columns: 1fr 795px;
  gap: 80px;
  align-items: start;
}
@media (max-width: 1499px) {
  .contacts__grid {
    grid-template-columns: 1fr 55%;
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .contacts__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.contacts__info {
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767px) {
  .contacts__info {
    gap: 24px;
  }
}
.contacts__item {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.contacts__label {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: #939AA5;
}
@media (max-width: 767px) {
  .contacts__label {
    font-size: 0.875rem;
    letter-spacing: 0.22em;
  }
}
.contacts__value {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.2;
  transition: color 0.2s ease;
}
a.contacts__value:hover {
  color: #AA1819;
}
@media (max-width: 767px) {
  .contacts__value {
    font-size: 1.125rem;
  }
}
.contacts__note {
  display: block;
  margin-top: 6px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #939AA5;
}
@media (max-width: 767px) {
  .contacts__note {
    font-size: 1.125rem;
  }
}
.contacts__cta {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: 20px;
  padding: 20px 30px;
  background: linear-gradient(180deg, #A21B21 0%, #6D0E10 100%);
  border-radius: 1000px;
  border: none;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
.contacts__cta:hover {
  opacity: 0.85;
  color: #fff;
}
@media (max-width: 767px) {
  .contacts__cta {
    font-size: 0.875rem;
    padding: 14px 22px;
  }
}
.contacts__map {
  width: 100%;
  aspect-ratio: 795/467;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.04);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}
@media (max-width: 991px) {
  .contacts__map {
    border-radius: 30px;
    aspect-ratio: 912/500;
  }
}
@media (max-width: 575px) {
  .contacts__map {
    border-radius: 15px;
    aspect-ratio: 360/600;
  }
}
.contacts__map-frame {
  width: 100%;
  height: 100%;
  filter: grayscale(1) contrast(1.05);
}

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 64px 0;
}
@media (max-width: 991px) {
  .footer {
    padding: 44px 0;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 36px 0;
  }
}
.footer__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 991px) {
  .footer__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.footer__copy {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #ffffff;
}
.footer__copy span {
  display: block;
  color: #939AA5;
}
.footer__center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
@media (max-width: 991px) {
  .footer__center {
    align-items: center;
    order: -1;
  }
}
@media (max-width: 767px) {
  .footer__center {
    align-items: center;
  }
}
.footer__nav {
  display: flex;
  align-items: center;
  gap: 44px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 991px) {
  .footer__nav {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .footer__nav {
    flex-direction: column;
    gap: 18px;
    text-align: center;
  }
}
.footer__nav a {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s;
}
.footer__nav a:hover {
  opacity: 0.7;
}
.footer__legal {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .footer__legal {
    flex-direction: column;
    gap: 18px;
  }
}
.footer__legal a {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  color: #939AA5;
  text-decoration: underline;
  transition: opacity 0.2s;
}
.footer__legal a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .footer__legal a {
    font-size: 0.75rem;
  }
}
.footer__dev {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: flex-end;
  text-decoration: none;
}
@media (max-width: 991px) {
  .footer__dev {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .footer__dev {
    justify-content: center;
  }
}
.footer__dev-logo {
  display: block;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  object-fit: contain;
}
.footer__dev-label {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #939AA5;
}
.footer__dev:hover .footer__dev-label {
  color: #ffffff;
}

.index-page {
  background: #111111;
  padding-bottom: 0;
}

.ico {
  display: block;
  position: relative;
  overflow: hidden;
  object-fit: contain;
  flex-shrink: 0;
}

.perf__stat .ico {
  width: 24px;
  height: 24px;
}

.mission__value-icon .ico {
  width: 30px;
  height: 30px;
}

.mission__feat-icon .ico {
  width: 24px;
  height: 24px;
}

.ap-hero {
  padding-top: 220px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .ap-hero {
    padding-top: 200px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .ap-hero {
    padding-top: 130px;
    padding-bottom: 50px;
  }
}
.ap-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .ap-hero__breadcrumb {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .ap-hero__breadcrumb {
    margin-bottom: 30px;
  }
}
.ap-hero__breadcrumb a, .ap-hero__breadcrumb span {
  font-family: "Manrope", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #939AA5;
  text-decoration: none;
  transition: color 0.2s ease;
}
.ap-hero__breadcrumb a:hover {
  color: #AA1819;
}
.ap-hero__dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #939AA5;
  border-radius: 50%;
  flex-shrink: 0;
}
.ap-hero__grid {
  display: grid;
  grid-template-columns: 57fr 40fr;
  gap: 30px;
  align-items: center;
}
@media (max-width: 991px) {
  .ap-hero__grid {
    grid-template-columns: 1fr;
  }
}
.ap-hero__title {
  margin: 0 0 3.125rem;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 4.375rem;
  text-transform: uppercase;
  line-height: 1.05;
  color: #ffffff;
}
.ap-hero__title span {
  display: block;
  background: linear-gradient(90deg, #747470 0%, #E2E3DE 26%, #888A83 52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (max-width: 1199px) {
  .ap-hero__title {
    font-size: 3rem;
  }
}
@media (max-width: 991px) {
  .ap-hero__title {
    font-size: 3.4375rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .ap-hero__title {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
  }
}
.ap-hero__text {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .ap-hero__text {
    font-size: 0.875rem;
  }
}
@media (max-width: 991px) {
  .ap-hero__media {
    max-width: 601px;
  }
}
.ap-hero__media img {
  display: block;
  width: 100%;
  aspect-ratio: 658/470;
  object-fit: cover;
  border-radius: 50px;
  background-color: #171717;
}
@media (max-width: 991px) {
  .ap-hero__media img {
    border-radius: 45px;
  }
}
@media (max-width: 575px) {
  .ap-hero__media img {
    border-radius: 25px;
    aspect-ratio: 360/258;
  }
}

.perf {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .perf {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .perf {
    padding: 50px 0;
  }
}
.perf__grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 100px;
  align-items: start;
}
@media (max-width: 1199px) {
  .perf__grid {
    gap: 60px;
    grid-template-columns: 1fr 250px;
  }
}
@media (max-width: 991px) {
  .perf__grid {
    grid-template-columns: 1fr 220px;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .perf__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.perf__content {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
}
@media (max-width: 767px) {
  .perf__content {
    gap: 1.875rem;
  }
}
.perf__title {
  margin: 0;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 2.1875rem;
  text-transform: uppercase;
  line-height: 1.1;
  color: #ffffff;
}
@media (max-width: 767px) {
  .perf__title {
    font-size: 1.5rem;
  }
}
.perf__text {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #939AA5;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .perf__text {
    font-size: 0.875rem;
  }
}
.perf__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.perf__item {
  padding: 15px 0 15px 40px;
  border-left: 4px solid #AA1819;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 767px) {
  .perf__item {
    padding: 10px 0 10px 25px;
    gap: 10px;
  }
}
.perf__item-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 767px) {
  .perf__item-title {
    font-size: 1rem;
  }
}
.perf__item-text {
  font-size: 1.125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .perf__item-text {
    font-size: 0.875rem;
  }
}
.perf__stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1199px) {
  .perf__stats {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
@media (max-width: 991px) {
  .perf__stats {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
@media (max-width: 767px) {
  .perf__stats {
    grid-template-columns: 1fr 1fr;
    gap: 4px;
  }
}
.perf__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 35px 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 30px;
  text-align: center;
}
@media (max-width: 1199px) {
  .perf__stat {
    padding: 20px 25px;
    gap: 18px;
    border-radius: 25px;
  }
}
@media (max-width: 991px) {
  .perf__stat {
    border-radius: 25px;
    padding: 25px 15px;
    gap: 18px;
  }
}
@media (max-width: 767px) {
  .perf__stat {
    border-radius: 15px;
  }
}
.perf__stat span {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.master {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .master {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .master {
    padding: 50px 0;
  }
}
.master__grid {
  display: grid;
  grid-template-columns: 43% 1fr;
  grid-template-rows: auto auto;
  column-gap: 7.5625rem;
  row-gap: 5rem;
  grid-template-areas: "media intro" "media features";
}
@media (max-width: 1499px) {
  .master__grid {
    column-gap: 5rem;
  }
}
@media (max-width: 1199px) {
  .master__grid {
    column-gap: 3rem;
  }
}
@media (max-width: 991px) {
  .master__grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 2.5rem;
    row-gap: 3.5rem;
    grid-template-areas: "intro    intro" "media    features";
  }
}
@media (max-width: 767px) {
  .master__grid {
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
    grid-template-areas: "intro" "media" "features";
  }
}
.master__intro {
  grid-area: intro;
}
.master__media {
  grid-area: media;
}
.master__features {
  grid-area: features;
}
.master__intro {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
}
@media (max-width: 767px) {
  .master__intro {
    gap: 1.5rem;
  }
}
.master__title {
  margin: 0;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 3.4375rem;
  text-transform: uppercase;
  line-height: 1.05;
  color: #ffffff;
}
@media (max-width: 991px) {
  .master__title {
    font-size: 3.4375rem;
  }
}
@media (max-width: 767px) {
  .master__title {
    font-size: 1.875rem;
  }
}
.master__text p {
  font-size: 1.25rem;
  font-weight: 600;
  color: #939AA5;
  line-height: 1.6;
  margin: 0 0 1em;
}
.master__text p:last-child {
  margin-bottom: 0;
}
.master__text strong {
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 767px) {
  .master__text p {
    font-size: 0.875rem;
  }
}
.master__media {
  position: relative;
}
@media (min-width: 992px) {
  .master__media {
    overflow: visible;
  }
}
.master__media img {
  display: block;
  width: 100%;
  aspect-ratio: 658/780;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 991px) {
  .master__media img {
    border-radius: 45px;
    aspect-ratio: 515/610;
  }
}
@media (max-width: 767px) {
  .master__media img {
    border-radius: 25px;
    max-width: 300px;
    aspect-ratio: 300/357;
  }
}
.master__badge {
  position: absolute;
  bottom: 80px;
  right: -3.125rem;
  padding: 30px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12.5px);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1199px) {
  .master__badge {
    right: -10px;
  }
}
@media (max-width: 991px) {
  .master__badge {
    right: -15px;
    bottom: -35px;
    padding: 20px;
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .master__badge {
    padding: 15px;
    right: -10px;
    bottom: -25px;
    border-radius: 18px;
    gap: 14px;
  }
}
.master__badge-num {
  display: block;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 2.1875rem;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 767px) {
  .master__badge-num {
    font-size: 1.5625rem;
  }
}
.master__badge-text {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .master__badge-text {
    font-size: 0.875rem;
  }
}
.master__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-self: center;
}
@media (max-width: 767px) {
  .master__features {
    gap: 20px;
  }
}
.master__feature {
  padding: 15px 0 15px 40px;
  border-left: 4px solid #AA1819;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 767px) {
  .master__feature {
    padding: 10px 0 10px 25px;
    gap: 10px;
  }
}
.master__feature strong {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 767px) {
  .master__feature strong {
    font-size: 1rem;
  }
}
.master__feature span {
  font-size: 1.125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .master__feature span {
    font-size: 0.875rem;
  }
}

.mission {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .mission {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .mission {
    padding: 50px 0;
  }
}
.mission__top {
  display: grid;
  grid-template-columns: 41.2fr 39.7fr;
  gap: 10.4375rem;
  align-items: start;
  margin-bottom: 5rem;
}
@media (max-width: 1499px) {
  .mission__top {
    gap: 5rem;
  }
}
@media (max-width: 1199px) {
  .mission__top {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .mission__top {
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 767px) {
  .mission__top {
    margin-bottom: 2.5rem;
  }
}
.mission__card {
  padding: 4.375rem 3.125rem;
  background: #171717;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 4.375rem;
}
@media (max-width: 991px) {
  .mission__card {
    border-radius: 45px;
    padding: 3.125rem;
    gap: 3.125rem;
  }
}
@media (max-width: 767px) {
  .mission__card {
    border-radius: 25px;
    padding: 2.5rem 1.25rem;
    gap: 2rem;
  }
}
.mission__card-body {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
}
.mission__card-title {
  margin: 0;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 2.1875rem;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 767px) {
  .mission__card-title {
    font-size: 1.5rem;
  }
}
.mission__card-text {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #939AA5;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .mission__card-text {
    font-size: 0.875rem;
  }
}
.mission__card-author {
  display: flex;
  align-items: center;
  gap: 32px;
}
.mission__card-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  object-fit: cover;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .mission__card-avatar {
    width: 60px;
    height: 60px;
  }
}
.mission__card-name {
  display: block;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 767px) {
  .mission__card-name {
    font-size: 1.125rem;
  }
}
.mission__card-role {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #939AA5;
}
.mission__values {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4.375rem;
}
@media (max-width: 991px) {
  .mission__values {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.5rem;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .mission__values {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.mission__value {
  display: flex;
  align-items: flex-start;
  gap: 3.125rem;
}
@media (max-width: 991px) {
  .mission__value {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.25rem;
    width: 45%;
    min-width: 200px;
  }
}
@media (max-width: 767px) {
  .mission__value {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 1.25rem;
    width: 100%;
  }
}
.mission__value-icon {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  background: linear-gradient(180deg, #A21B21 0%, #6D0E10 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .mission__value-icon {
    width: 50px;
    height: 50px;
  }
}
.mission__value-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .mission__value-body {
    gap: 12px;
  }
}
.mission__value-title {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 767px) {
  .mission__value-title {
    font-size: 1.125rem;
  }
}
.mission__value-text {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .mission__value-text {
    font-size: 0.875rem;
  }
}
.mission__approach {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 4.8125rem;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .mission__approach {
    gap: 2.5rem;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .mission__approach {
    flex-wrap: wrap;
    gap: 3rem;
  }
}
@media (max-width: 767px) {
  .mission__approach {
    flex-direction: column;
    gap: 2rem;
  }
}
.mission__feat {
  display: flex;
  align-items: flex-start;
  gap: 2.5rem;
  flex: 1;
}
@media (max-width: 767px) {
  .mission__feat {
    gap: 1.5rem;
    flex: none;
    width: 100%;
  }
}
.mission__feat-icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mission__feat-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .mission__feat-body {
    gap: 10px;
  }
}
.mission__feat-title {
  display: block;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #ffffff;
  overflow-wrap: break-word;
}
@media (max-width: 1199px) {
  .mission__feat-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .mission__feat-title {
    font-size: 1.125rem;
  }
}
.mission__feat-text {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #939AA5;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .mission__feat-text {
    font-size: 0.875rem;
  }
}

.faq {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .faq {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .faq {
    padding: 50px 0;
  }
}
.faq__title {
  margin: 0 0 4.375rem;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 2.1875rem;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .faq__title {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
.faq__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 767px) {
  .faq__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.faq__card {
  padding: 3.125rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 991px) {
  .faq__card {
    border-radius: 25px;
  }
}
@media (max-width: 767px) {
  .faq__card {
    padding: 1.875rem 1.25rem;
    gap: 20px;
    border-radius: 15px;
  }
}
.faq__q {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 767px) {
  .faq__q {
    font-size: 1.125rem;
  }
}
.faq__a {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
}
@media (max-width: 767px) {
  .faq__a {
    font-size: 0.875rem;
  }
}

.pp-hero {
  padding-top: 220px;
  padding-bottom: 60px;
  text-align: center;
}
@media (max-width: 991px) {
  .pp-hero {
    padding-top: 130px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .pp-hero {
    padding-top: 110px;
    padding-bottom: 40px;
  }
}
.pp-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.875rem;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .pp-hero__breadcrumb {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .pp-hero__breadcrumb {
    gap: 7px;
  }
}
.pp-hero__breadcrumb a, .pp-hero__breadcrumb span {
  font-size: 0.875rem;
  font-weight: 600;
  color: #939AA5;
  text-decoration: none;
  transition: color 0.2s ease;
}
.pp-hero__breadcrumb a:hover {
  color: #AA1819;
}
.pp-hero__dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #939AA5;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .pp-hero__dot {
    width: 4px;
    height: 4px;
  }
}
.pp-hero__title {
  margin: 0;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 3.4375rem;
  text-transform: uppercase;
  line-height: 1.05;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .pp-hero__title {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .pp-hero__title {
    font-size: 1.875rem;
  }
}

.pf-page {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .pf-page {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .pf-page {
    padding-bottom: 60px;
  }
}
.pf-page__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  row-gap: 60px;
}
@media (max-width: 1199px) {
  .pf-page__grid {
    row-gap: 50px;
  }
}
@media (max-width: 991px) {
  .pf-page__grid {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
}
@media (max-width: 767px) {
  .pf-page__grid {
    row-gap: 40px;
  }
}
.pf-page .work {
  gap: 2.5rem;
}
@media (max-width: 1199px) {
  .pf-page .work {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .pf-page .work {
    gap: 1.5rem;
  }
}
.pf-page .work__title {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .pf-page .work__title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .pf-page .work__desc {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .pf-page .work__image-wrap {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 1199px) {
  .pf-page .work__image-wrap {
    border-radius: 45px;
  }
}
@media (max-width: 991px) {
  .pf-page .work__image-wrap {
    border-radius: 45px;
  }
}

.ws-hero {
  padding-top: 220px;
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .ws-hero {
    padding-top: 200px;
  }
}
@media (max-width: 991px) {
  .ws-hero {
    padding-top: 150px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .ws-hero {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}
.ws-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 1.875rem;
}
@media (max-width: 991px) {
  .ws-hero__breadcrumb {
    justify-content: center;
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .ws-hero__breadcrumb {
    gap: 6px;
    margin-bottom: 1.5rem;
  }
}
.ws-hero__breadcrumb a, .ws-hero__breadcrumb span {
  font-size: 0.875rem;
  font-weight: 600;
  color: #939AA5;
  text-decoration: none;
  line-height: 1.4;
  transition: color 0.2s ease;
}
.ws-hero__breadcrumb a:hover {
  color: #AA1819;
}
.ws-hero__dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #939AA5;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .ws-hero__dot {
    width: 4px;
    height: 4px;
  }
}
.ws-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 9fr) minmax(0, 11fr);
  gap: 4rem;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .ws-hero__layout {
    gap: 2.5rem;
  }
}
@media (max-width: 991px) {
  .ws-hero__layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.ws-hero__title {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 3.125rem;
}
@media (max-width: 1199px) {
  .ws-hero__title {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .ws-hero__title {
    font-size: 1.125rem;
    margin-bottom: 1.75rem;
  }
}
.ws-hero__desc {
  font-size: 1.125rem;
  font-weight: 600;
  color: #939AA5;
  line-height: 1.5;
  margin: 0 0 3.125rem;
}
@media (max-width: 1199px) {
  .ws-hero__desc {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .ws-hero__desc {
    font-size: 0.875rem;
    margin-bottom: 1.875rem;
  }
}
.ws-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .ws-hero__stats {
    gap: 10px;
  }
}
.ws-hero__ba-wrap {
  position: relative;
  aspect-ratio: 795/450;
  border-radius: 50px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .ws-hero__ba-wrap {
    border-radius: 45px;
  }
}
@media (max-width: 991px) {
  .ws-hero__ba-wrap {
    border-radius: 45px;
  }
}
@media (max-width: 767px) {
  .ws-hero__ba-wrap {
    aspect-ratio: 360/660;
    border-radius: 25px;
  }
}

.ws-stat {
  width: 130px;
  height: 130px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .ws-stat {
    width: 120px;
    height: 120px;
    border-radius: 21px;
  }
}
.ws-stat__value {
  display: block;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #AA1819;
}
.ws-stat__label {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #939AA5;
}
@media (max-width: 767px) {
  .ws-stat__label {
    font-size: 0.875rem;
  }
}

@media (max-width: 767px) {
  .ba--v-mobile .ba__before {
    clip-path: inset(0 0 50% 0);
  }
  .ba--v-mobile .ba__divider {
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    transform: translateY(-50%);
  }
  .ba--v-mobile .ba__handle {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .ba--v-mobile .ba__range {
    cursor: ns-resize;
  }
}

.ws-process {
  background: #0A0A0A;
  padding: 100px 0 150px;
}
@media (max-width: 1199px) {
  .ws-process {
    padding: 80px 0 120px;
  }
}
@media (max-width: 991px) {
  .ws-process {
    padding: 70px 0 100px;
  }
}
@media (max-width: 767px) {
  .ws-process {
    padding: 50px 0 70px;
  }
}
.ws-process__title {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 3.4375rem;
  text-transform: uppercase;
  line-height: 1.05;
  margin: 0 0 6.25rem;
}
@media (max-width: 1199px) {
  .ws-process__title {
    font-size: 3rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 991px) {
  .ws-process__title {
    font-size: 2.5rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .ws-process__title {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
.ws-process__title span {
  color: #A21B21;
}
.ws-process__steps {
  display: flex;
  flex-direction: column;
  gap: 4.375rem;
}
@media (max-width: 1199px) {
  .ws-process__steps {
    gap: 4rem;
  }
}
@media (max-width: 767px) {
  .ws-process__steps {
    gap: 3rem;
  }
}

.ws-step {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .ws-step {
    gap: 3rem;
  }
}
@media (max-width: 991px) {
  .ws-step {
    grid-template-columns: 1fr;
    max-width: 66%;
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .ws-step {
    max-width: 100%;
    gap: 1.5rem;
  }
}
.ws-step--text-first .ws-step__media {
  order: 1;
}
.ws-step--text-first .ws-step__body {
  order: 0;
}
@media (max-width: 991px) {
  .ws-step--text-first {
    margin-left: auto;
  }
  .ws-step--text-first .ws-step__media {
    order: 0;
  }
  .ws-step--text-first .ws-step__body {
    order: 1;
  }
}
@media (max-width: 767px) {
  .ws-step--text-first {
    margin-left: 0;
  }
}
.ws-step__media img {
  display: block;
  width: 100%;
  aspect-ratio: 795/500;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 1199px) {
  .ws-step__media img {
    border-radius: 45px;
  }
}
@media (max-width: 991px) {
  .ws-step__media img {
    aspect-ratio: 601/378;
  }
}
@media (max-width: 767px) {
  .ws-step__media img {
    aspect-ratio: 360/227;
    border-radius: 25px;
  }
}
.ws-step__body {
  padding-top: 4.375rem;
}
@media (max-width: 1199px) {
  .ws-step__body {
    padding-top: 2rem;
  }
}
@media (max-width: 991px) {
  .ws-step__body {
    padding-top: 0;
  }
}
.ws-step__num-wrap {
  position: relative;
  height: 94px;
  margin-bottom: 1.5625rem;
}
@media (max-width: 767px) {
  .ws-step__num-wrap {
    height: 80px;
    margin-bottom: 1rem;
  }
}
.ws-step__num {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 7.5rem;
  text-transform: uppercase;
  color: #A21B21;
  opacity: 0.1;
  line-height: 1;
}
@media (max-width: 767px) {
  .ws-step__num {
    font-size: 5rem;
  }
}
.ws-step__name {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 767px) {
  .ws-step__name {
    font-size: 1.25rem;
  }
}
.ws-step__text {
  font-size: 1rem;
  font-weight: 600;
  color: #939AA5;
  line-height: 1.5;
  margin: 0 0 1.5625rem;
}
@media (max-width: 767px) {
  .ws-step__text {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
}
.ws-step__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.ws-step__tag {
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1000px;
  font-size: 1rem;
  font-weight: 800;
  color: #ffffff;
}
@media (max-width: 767px) {
  .ws-step__tag {
    font-size: 0.875rem;
    padding: 10px 16px;
  }
}

.ws-result {
  padding: 80px 0 100px;
}
@media (max-width: 991px) {
  .ws-result {
    padding: 60px 0 260px;
  }
}
@media (max-width: 767px) {
  .ws-result {
    padding: 50px 0 140px;
  }
}
.ws-result__card {
  position: relative;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(7.5px);
  border-radius: 50px;
  padding: 70px;
  display: grid;
  grid-template-columns: minmax(0, 9fr) minmax(0, 11fr);
  gap: 3rem;
  align-items: start;
}
@media (max-width: 1199px) {
  .ws-result__card {
    padding: 50px;
    gap: 2.5rem;
  }
}
@media (max-width: 991px) {
  .ws-result__card {
    grid-template-columns: 1fr;
    padding: 50px;
    border-radius: 50px;
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .ws-result__card {
    padding: 30px;
    border-radius: 25px;
  }
}
.ws-result__title {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 2.1875rem;
  text-transform: uppercase;
  margin: 0 0 1.875rem;
}
.ws-result__title span {
  color: #A21B21;
}
@media (max-width: 767px) {
  .ws-result__title {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
}
.ws-result__text {
  font-size: 1rem;
  font-weight: 600;
  color: #939AA5;
  line-height: 1.5;
  margin: 0 0 4.375rem;
}
@media (max-width: 1199px) {
  .ws-result__text {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .ws-result__text {
    font-size: 0.875rem;
    margin-bottom: 2.5rem;
  }
}
.ws-result__prices {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ws-result__price-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  gap: 1rem;
}
.ws-result__price-label {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  color: #939AA5;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .ws-result__price-label {
    font-size: 0.875rem;
  }
}
.ws-result__price-val {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .ws-result__price-val {
    font-size: 1rem;
  }
}
.ws-result__price-row--crossed .ws-result__price-label {
  font-weight: 500;
}
.ws-result__price-row--crossed .ws-result__price-val {
  color: #939AA5;
  font-weight: 500;
  text-decoration: line-through;
}
.ws-result__price-row--accent .ws-result__price-label {
  color: #AA1819;
}
.ws-result__price-row--accent .ws-result__price-val {
  color: #AA1819;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .ws-result__price-row--accent .ws-result__price-val {
    font-size: 1.125rem;
  }
}
.ws-result__media {
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .ws-result__media {
    margin-top: 1.5rem;
    padding-bottom: 45px;
    margin-bottom: -275px;
  }
}
@media (max-width: 767px) {
  .ws-result__media {
    padding-bottom: 25px;
    margin-bottom: -145px;
  }
}
.ws-result__img {
  display: block;
  width: 100%;
  aspect-ratio: 588/380;
  object-fit: cover;
  border-radius: 50px;
  transform: rotate(3deg);
  transform-origin: top left;
}
@media (max-width: 1199px) {
  .ws-result__img {
    border-radius: 45px;
  }
}
@media (max-width: 767px) {
  .ws-result__img {
    border-radius: 25px;
  }
}
.ws-result__badge {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 20px;
  background: linear-gradient(180deg, #A21B21 0%, #6D0E10 100%);
  border-radius: 15px;
  font-size: 1rem;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .ws-result__badge {
    font-size: 0.875rem;
    padding: 12px 15px;
    border-radius: 10px;
  }
}

.pr-bg-wrap {
  position: relative;
  overflow: hidden;
}

.pr-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.pr-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  opacity: 0.3;
}
@media (max-width: 991px) {
  .pr-bg img {
    opacity: 1;
  }
}
.pr-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, #111111 100%);
}
@media (max-width: 991px) {
  .pr-bg::after {
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.8) 48%, #111111 100%);
  }
}
@media (max-width: 767px) {
  .pr-bg::after {
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.7) 48%, #111111 100%);
  }
}

.pr-hero {
  position: relative;
  z-index: 1;
  padding-top: 220px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .pr-hero {
    padding-top: 200px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .pr-hero {
    padding-top: 150px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .pr-hero {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}
.pr-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 1.875rem;
}
@media (max-width: 991px) {
  .pr-hero__breadcrumb {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .pr-hero__breadcrumb {
    gap: 7px;
    margin-bottom: 1.25rem;
  }
}
.pr-hero__breadcrumb a, .pr-hero__breadcrumb span {
  font-size: 0.875rem;
  font-weight: 600;
  color: #939AA5;
  text-decoration: none;
  line-height: 1.4;
  transition: color 0.2s ease;
}
.pr-hero__breadcrumb a:hover {
  color: #AA1819;
}
.pr-hero__dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #939AA5;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .pr-hero__dot {
    width: 4px;
    height: 4px;
  }
}
.pr-hero__layout {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .pr-hero__layout {
    gap: 1.5rem;
  }
}
@media (max-width: 991px) {
  .pr-hero__layout {
    flex-direction: column;
  }
}
.pr-hero__main {
  flex: 1;
  min-width: 0;
}
.pr-hero__title {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 3.4375rem;
  text-transform: uppercase;
  line-height: 1.05;
  color: #ffffff;
  margin: 0 0 4.375rem;
}
@media (max-width: 1199px) {
  .pr-hero__title {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .pr-hero__title {
    font-size: 2.14rem;
    margin-bottom: 2.5rem;
  }
}
.pr-hero__desc {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  color: #939AA5;
}
.pr-hero__desc strong {
  color: #ffffff;
  font-weight: 700;
}
.pr-hero__desc p {
  margin: 0;
}
.pr-hero__desc p + p {
  margin-top: 1.25rem;
}
@media (max-width: 1199px) {
  .pr-hero__desc {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .pr-hero__desc {
    font-size: 0.875rem;
  }
}

.pr-assess {
  flex-shrink: 0;
  width: clamp(300px, 38%, 560px);
  padding: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  backdrop-filter: blur(5px);
  display: flex;
  flex-direction: column;
  gap: 4.375rem;
}
@media (max-width: 1199px) {
  .pr-assess {
    gap: 3rem;
    width: clamp(280px, 36%, 500px);
  }
}
@media (max-width: 991px) {
  .pr-assess {
    width: 100%;
    max-width: 604px;
  }
}
@media (max-width: 767px) {
  .pr-assess {
    max-width: none;
    padding: 30px;
    border-radius: 25px;
    gap: 1.875rem;
  }
}
.pr-assess__top {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .pr-assess__top {
    gap: 1.25rem;
  }
}
.pr-assess__title {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}
.pr-assess__text {
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 767px) {
  .pr-assess__text {
    font-size: 0.875rem;
  }
}
.pr-assess__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 25px 15px 15px;
  background: linear-gradient(48deg, #44CCFF 0%, #524BF1 48%, #9933DD 100%);
  border-radius: 15px;
  text-decoration: none;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
  align-self: flex-start;
  transition: opacity 0.2s;
}
.pr-assess__cta:hover {
  opacity: 0.85;
}
@media (max-width: 767px) {
  .pr-assess__cta {
    padding: 10px 25px 10px 15px;
    border-radius: 10px;
    font-size: 0.75rem;
  }
}
.pr-assess__cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .pr-assess__cta-icon {
    width: 20px;
    height: 20px;
  }
}
.pr-assess__cta-icon svg,
.pr-assess__cta-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pr-content {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .pr-content {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .pr-content {
    padding-bottom: 50px;
  }
}
.pr-content__inner {
  display: grid;
  grid-template-columns: minmax(0, 9fr) minmax(0, 5fr);
  gap: 10rem;
  align-items: flex-start;
}
@media (max-width: 1499px) {
  .pr-content__inner {
    gap: 8rem;
  }
}
@media (max-width: 1199px) {
  .pr-content__inner {
    gap: 4rem;
  }
}
@media (max-width: 991px) {
  .pr-content__inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
@media (max-width: 767px) {
  .pr-content__inner {
    gap: 2.5rem;
  }
}

.pr-table {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .pr-table {
    border-radius: 25px;
  }
}
.pr-table__header {
  padding: 50px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .pr-table__header {
    padding: 40px 50px;
  }
}
@media (max-width: 767px) {
  .pr-table__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.875rem;
    padding: 50px 25px;
  }
}
.pr-table__header-title {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #ffffff;
}
.pr-table__header-meta {
  font-size: 1rem;
  font-weight: 600;
  color: #939AA5;
}
.pr-table__rows {
  padding: 1.875rem 0 2.5rem;
}
.pr-table__row {
  padding: 0 50px 1.875rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.pr-table__row:not(:first-child) {
  padding-top: 1.875rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1199px) {
  .pr-table__row {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .pr-table__row {
    flex-direction: column;
    gap: 1.25rem;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pr-table__row-left {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .pr-table__row-left {
    padding-right: 0;
  }
}
.pr-table__row-name {
  font-size: 1.25rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
}
.pr-table__row-desc {
  font-size: 1rem;
  font-weight: 600;
  color: #939AA5;
}
.pr-table__row-price {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
}
.pr-table__price-num {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
}
.pr-table__price-sym {
  font-size: 1.5rem;
  font-weight: 800;
  color: #ffffff;
}

.pr-includes {
  padding-top: 3.125rem;
}
@media (max-width: 1199px) {
  .pr-includes {
    padding-top: 2rem;
  }
}
@media (max-width: 991px) {
  .pr-includes {
    padding-top: 0;
  }
}
.pr-includes__title {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 2.1875rem;
  text-transform: uppercase;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 3.125rem;
}
@media (max-width: 1199px) {
  .pr-includes__title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .pr-includes__title {
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
  }
}
.pr-includes__list {
  list-style: none;
  margin: 0 0 3.125rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media (max-width: 767px) {
  .pr-includes__list {
    margin-bottom: 1.875rem;
  }
}
.pr-includes__item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.pr-includes__dot {
  display: inline-block;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  background: linear-gradient(180deg, #A21B21 0%, #6D0E10 100%);
  border-radius: 100px;
}
@media (max-width: 767px) {
  .pr-includes__dot {
    width: 10px;
    height: 10px;
  }
}
.pr-includes__item-text {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 767px) {
  .pr-includes__item-text {
    font-size: 0.875rem;
  }
}
.pr-includes__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 3.125rem;
}
@media (max-width: 767px) {
  .pr-includes__divider {
    margin-bottom: 1.875rem;
  }
}
.pr-includes__guarantee {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.3;
  margin: 0;
}

.bp-hero {
  padding-top: 220px;
  padding-bottom: 70px;
  text-align: center;
}
@media (max-width: 1199px) {
  .bp-hero {
    padding-top: 200px;
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .bp-hero {
    padding-top: 130px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .bp-hero {
    padding-top: 110px;
    padding-bottom: 40px;
  }
}
.bp-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 1.875rem;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .bp-hero__breadcrumb {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .bp-hero__breadcrumb {
    gap: 7px;
  }
}
.bp-hero__breadcrumb a, .bp-hero__breadcrumb span {
  font-size: 0.875rem;
  font-weight: 600;
  color: #939AA5;
  text-decoration: none;
  line-height: 1.4;
  transition: color 0.2s ease;
}
.bp-hero__breadcrumb a:hover {
  color: #AA1819;
}
.bp-hero__dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #939AA5;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .bp-hero__dot {
    width: 4px;
    height: 4px;
  }
}
.bp-hero__title {
  margin: 0;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 3.4375rem;
  text-transform: uppercase;
  line-height: 1.05;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .bp-hero__title {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .bp-hero__title {
    font-size: 1.875rem;
  }
}

.bp-list {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .bp-list {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .bp-list {
    padding-bottom: 60px;
  }
}
.bp-list__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 70px;
}
@media (max-width: 1199px) {
  .bp-list__grid {
    column-gap: 24px;
    row-gap: 60px;
  }
}
@media (max-width: 991px) {
  .bp-list__grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 50px;
  }
}
@media (max-width: 767px) {
  .bp-list__grid {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
.bp-list .post {
  gap: 2.5rem;
}
@media (max-width: 1199px) {
  .bp-list .post {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .bp-list .post {
    gap: 1.5rem;
  }
}
@media (max-width: 1199px) {
  .bp-list .post__image {
    border-radius: 45px;
  }
}
@media (max-width: 767px) {
  .bp-list .post__image {
    border-radius: 25px;
  }
}

.ap-article {
  max-width: 1070px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .ap-article {
    max-width: none;
    padding-bottom: 50px;
  }
}
.ap-article__head {
  padding-bottom: 4.375rem;
  margin-bottom: 4.375rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .ap-article__head {
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .ap-article__head {
    padding-bottom: 1.5625rem;
    margin-bottom: 1.5625rem;
  }
}
.ap-article__title {
  margin: 0 0 1.875rem;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1.3;
  color: #ffffff;
}
@media (max-width: 767px) {
  .ap-article__title {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}
.ap-article__date {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  opacity: 0.3;
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .ap-article__date {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
}
.ap-article__author {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ap-article__avatar {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(217, 217, 217, 0.1);
}
.ap-article__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ap-article__author-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.ap-article__author-name {
  font-size: 1rem;
  font-weight: 800;
  color: #ffffff;
}
.ap-article__author-role {
  font-size: 0.875rem;
  font-weight: 600;
  color: #939AA5;
}

.ap-content {
  font-family: "Manrope", sans-serif;
}
.ap-content p {
  margin: 0 0 1.875rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #939AA5;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .ap-content p {
    font-size: 0.875rem;
    margin-bottom: 1.5625rem;
  }
}
.ap-content h2, .ap-content h3 {
  margin: 3.125rem 0 1.875rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .ap-content h2, .ap-content h3 {
    font-size: 1rem;
    margin: 2.5rem 0 1.25rem;
  }
}
.ap-content :first-child {
  margin-top: 0;
}
.ap-content blockquote {
  margin: 3.125rem 0;
  padding: 15px 0 15px 40px;
  border-left: 4px solid #AA1819;
}
@media (max-width: 767px) {
  .ap-content blockquote {
    margin: 2.5rem 0;
    padding-left: 25px;
  }
}
.ap-content blockquote p {
  margin: 0;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .ap-content blockquote p {
    font-size: 0.875rem;
  }
}
.ap-content > *:last-child {
  margin-bottom: 0;
}

.ap-related {
  padding-top: 60px;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .ap-related {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .ap-related {
    padding-bottom: 60px;
  }
}
.ap-related__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 3.125rem;
}
@media (max-width: 991px) {
  .ap-related__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5rem;
  }
}
.ap-related__title {
  margin: 0;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 2.1875rem;
  text-transform: uppercase;
  line-height: 1.05;
  color: #ffffff;
}
@media (max-width: 991px) {
  .ap-related__title {
    font-size: 3.4375rem;
  }
}
@media (max-width: 767px) {
  .ap-related__title {
    font-size: 1.5rem;
  }
}
.ap-related__nav {
  display: flex;
  gap: 20px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .ap-related__nav {
    align-self: center;
  }
}
.ap-related__swiper-wrap .blog-swiper {
  overflow: visible;
}
.ap-related .post {
  gap: 2.5rem;
}
@media (max-width: 1199px) {
  .ap-related .post {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .ap-related .post {
    gap: 1.5rem;
  }
}
@media (max-width: 1199px) {
  .ap-related .post__image {
    border-radius: 45px;
  }
}
@media (max-width: 767px) {
  .ap-related .post__image {
    border-radius: 25px;
  }
}

.contacts--page .contacts__wrap {
  padding-top: 220px;
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  .contacts--page .contacts__wrap {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .contacts--page .contacts__wrap {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .contacts--page .contacts__wrap {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
.contacts--page .contacts__breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 1.875rem;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .contacts--page .contacts__breadcrumb {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .contacts--page .contacts__breadcrumb {
    gap: 7px;
    margin-bottom: 1.25rem;
  }
}
.contacts--page .contacts__breadcrumb a, .contacts--page .contacts__breadcrumb span {
  font-size: 0.875rem;
  font-weight: 600;
  color: #939AA5;
  text-decoration: none;
  line-height: 1.4;
  transition: color 0.2s ease;
}
.contacts--page .contacts__breadcrumb a:hover {
  color: #AA1819;
}
.contacts--page .contacts__dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #939AA5;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .contacts--page .contacts__dot {
    width: 4px;
    height: 4px;
  }
}
.contacts--page .contacts__grid {
  align-items: start;
}
.contacts--page .contacts__col {
  min-width: 0;
}
@media (min-width: 992px) {
  .contacts--page .contacts__title {
    margin-bottom: 4.375rem;
  }
}

@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
@keyframes countingBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes marker {
  0% {
    background-size: 0 85%;
  }
  100% {
    background-size: 100% 85%;
  }
}
@keyframes marker-reverse {
  0% {
    background-size: 100% 85%;
  }
  100% {
    background-size: 0 85%;
  }
}
@keyframes expander {
  0% {
    min-height: 0;
  }
  100% {
    min-height: 430px;
  }
}
@keyframes rolling {
  0% {
    transform: scale(0.5) rotate(0deg);
  }
  50% {
    transform: scale(1) rotate(180deg);
  }
  100% {
    transform: scale(0.5) rotate(360deg);
  }
}
@keyframes gray-round {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(2);
    opacity: 1;
  }
}

/* ============================================================
   МОДАЛЬНОЕ ОКНО «Быстрая консультация»
   ============================================================ */
.js-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1200;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.js-modal.is-open {
  display: flex;
}
body.modal-open {
  overflow: hidden;
}
.js-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.8);
}
.js-modal__panel {
  position: relative;
  width: 100%;
  max-width: 26.25rem;
  background: #171717;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 2.5rem;
  color: #fff;
  font-family: "Manrope", sans-serif;
}
.js-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.js-modal__close:hover {
  opacity: 1;
}
.js-modal__title {
  margin: 0 0 0.75rem;
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
}
.js-modal__text {
  margin: 0 0 1.5rem;
  color: #939AA5;
  font-size: 0.9375rem;
}
.js-modal .wpcf7-form p {
  margin: 0 0 0.875rem;
}
.js-modal .wpcf7-form-control {
  width: 100%;
  padding: 1rem 1.25rem;
  background: #0A0A0A;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 1000px;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 0.9375rem;
}
.js-modal .wpcf7-form-control::placeholder {
  color: #737373;
}
.js-modal input[type="submit"].wpcf7-form-control {
  margin-top: 0.25rem;
  background: linear-gradient(180deg, #A21B21 0%, #6D0E10 100%);
  border: none;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s;
}
.js-modal input[type="submit"].wpcf7-form-control:hover {
  opacity: 0.85;
}
.js-modal .wpcf7-acceptance {
  display: block;
  width: auto;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
}
.js-modal .wpcf7-list-item {
  margin: 0;
}
.js-modal .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  cursor: pointer;
}
.js-modal .wpcf7-list-item input[type="checkbox"] {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #A21B21;
  cursor: pointer;
}
.js-modal .wpcf7-list-item-label {
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #939AA5;
}
.js-modal .wpcf7-list-item-label a {
  color: #fff;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.js-modal .wpcf7-list-item-label a:hover {
  color: #AA1819;
}
.js-modal .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.375rem;
  color: #AA1819;
  font-size: 0.8125rem;
}
.js-modal .wpcf7-response-output {
  margin: 1rem 0 0;
  padding: 0.75rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.875rem;
  color: #fff;
}
