@font-face {
  font-family: "Scada";
  src: url("../pranov/assets/fonts/Scada-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Scada";
  src: url("../pranov/assets/fonts/Scada-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Scada";
  src: url("../pranov/assets/fonts/Scada-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Scada";
  src: url("../pranov/assets/fonts/Scada-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  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 */
  -webkit-text-decoration: underline dotted;
          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;
}

:root {
  --color-primary: #bf1622;
  --color-primary-hover: rgba(191, 22, 34, 0.7);
  --color-white: #ffffff;
  --color-white-25: rgba(255, 255, 255, 0.25);
  --color-black: #191919;
  --color-black-50: rgba(25, 25, 25, 0.5);
  --color-black-70: rgba(25, 25, 25, 0.7);
  --color-black-80: rgba(25, 25, 25, 0.8);
  --color-gray: rgba(238, 238, 238, 1);
  --color-bg: #f8f8f8;
  --font: "Scada", sans-serif;
  --fs-nav: 1.1rem;
  --fs-phone: 0.9rem;
  --fs-bnr-label: 1.33rem;
  --fs-bnr-title: 3.8rem;
  --fs-bnr-content: 2.15rem;
  --fs-btn: 1rem;
  --fs-up-text: 1rem;
  --fs-title:2.22rem;
  --fs-desc-text:0.88rem;
  --fs-name:1.55rem;
  --fs-text:1.1rem;
}
@media (min-width: 1921px) {
  :root {
    --container-ind:calc((100vw - 1860px) / 2);
  }
}
@media (min-width: 1200px) and (max-width: 1920px) {
  :root {
    --container-ind:calc((100vw - 80%) / 2);
  }
}
@media (max-width: 1800px) {
  :root {
    --fs-title:2.35rem;
    --fs-up-text:1.05rem;
    --fs-desc-text:0.94rem;
  }
}
@media (max-width: 1700px) {
  :root {
    --fs-title:2.5rem;
  }
}
@media (max-width: 1500px) {
  :root {
    --fs-up-text:1.125rem;
  }
}
@media (max-width: 991px) {
  :root {
    --fs-nav: 1.25rem;
    --fs-bnr-label: 1.5rem;
    --fs-up-text:1.28rem;
    --fs-bnr-title: 4rem;
    --fs-desc-text:1.142rem;
    --fs-bnr-content: 2.3rem;
    --fs-btn:1.3rem;
  }
}
@media (max-width: 768px) {
  :root {
    --fs-bnr-label: 1.5rem;
    --fs-bnr-title: 3.65rem;
    --fs-bnr-content: 2rem;
    --fs-up-text:1.14rem;
  }
}
@media (max-width: 550px) {
  :root {
    --fs-nav: 1rem;
    --fs-bnr-label: 1.25rem;
    --fs-bnr-title: 2.3rem;
    --fs-bnr-content: 1.4rem;
    --fs-btn:1rem;
    --fs-title:1.71rem;
  }
}
:root {
  --radius-btn: 7px;
  --pad-btn-rl: 2.25rem;
  --pad-btn-tb: 1.1rem;
  --shadow-card: 0 4px 24px rgba(0, 0, 0, 0.1);
}
:root {
    --events-gap: 24px;
  --events-nav-size: 44px;
  --events-card-radius: 12px;
  --events-img-ratio: 62%;

  --header-h: 5rem;
  --header-indent: 1rem;
  --header-mobile-dropdown-rad: 1.75rem;

  --card-pad:2.2rem;
  --radius-card: 1.8rem;

  --es-sidebar-width: 320px;
  --es-gap: 60px;

  --ms-grid-row: 1;
  --ms-grid-column: 3;

  --gs-bg: #fff;
  --gs-radius: 16px;
  --gs-nav-size: 48px;
  --gs-nav-bg: #1a1a1a;
  --gs-fade-width: 180px;
  --gs-gap: 24px;
}
html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

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;
  color: var(--color-black);
  counter-reset: steps;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.4;
  font-family: var(--font);
  background-color: var(--color-bg);
}
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;
  backdrop-filter: blur(5px);
}
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: 1200px) and (max-width: 1920px) {
  .container {
    max-width: 80%;
  }
}
@media (min-width: 1921px) {
  .container {
    max-width: 1860px;
  }
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font);
}

.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-bottom: 50px;
}
@media (max-width: 1920px) {
  .inner-page {

  }
}

.btn--outline {
  padding: var(--pad-btn-tb) var(--pad-btn-rl);
  border-radius: var(--radius-btn);
  font-size: var(--fs-btn);
  font-weight: 500;
  transition: 0.3s ease;
  max-width: fit-content;
}
.btn--outline._white {
  border: 1px solid var(--color-white);
  color: var(--color-white);
}
.btn--outline._white:hover {
  border-color: var(--color-primary-hover);
  color: var(--color-primary);
}
.btn--outline._black {
  border: 1px solid var(--color-black);
  color: var(--color-black);
}
.btn--outline._black:hover {
  border-color: var(--color-primary-hover);
  color: var(--color-primary);
}

.btn--full {
  padding: var(--pad-btn-tb) var(--pad-btn-rl);
  font-size: var(--fs-btn);
  border-radius: var(--radius-btn);
  font-weight: 500;
  transition: 0.3s ease;
  max-width: fit-content;
}
.btn--full._white {
  background-color: var(--color-white);
  color: var(--color-black);
}
.btn--full._white:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.btn--full._red {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.btn--full._red:hover {
  background-color: var(--color-primary-hover);
  color: var(--color-white);
}
.btn--full._black {
  background-color: var(--color-black);
  color: var(--color-white);
}
.btn--full._black:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}

@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;
  }
}

.sec-m {
  margin-bottom: 10rem;
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--color-border);
}
@media (max-width: 575px) {
  .header .logo {
    height: calc(var(--header-h) + 1.5rem);
  }
}
.header .logo svg {
  height: auto;
  transition: 0.3s ease;
}
@media (max-width: 575px) {
  .header .logo svg {
    height: 100%;
    width: 100%;
  }
}
.header__content {
  background-color: var(--color-white);
  position: relative;
  z-index: 10;
}
.header__inner {
  display: flex;
  align-items: flex-start;
  padding-top: 0.8rem;
  height: var(--header-h);
  gap: 2rem;
}
@media (max-width: 575px) {
  .header__inner {
    padding-top: 0.5rem;
  }
}
.header__inner .logo {
  max-width: 20%;
}
@media (max-width: 991px) {
  .header__inner .logo {
    max-width: 30%;
  }
}
@media (max-width: 575px) {
  .header__inner .logo {
    max-width: 100%;
  }
}

/* ключевое: убрали transform, добавили transition на width/height */
.header__inner .logo svg,
.header__inner .logo img {
  display: block;
  width: 100%;
  height: auto;
  transition: width 0.3s ease, height 0.3s ease;
  transform-origin: unset;
  transform: none;
}
@media (max-width: 575px) {
  .header__inner .logo svg,
  .header__inner .logo img {
    height: 100%;
    width: auto;
  }
}

/* scrolled — только тень, без scale */
.header.scrolled {
  box-shadow: var(--shadow-card);
}

/* всё остальное без изменений */
.header__desktop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  gap: 32px;
}
.header__desktop ul {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
  padding-top: var(--header-indent);
}
@media (max-width: 991px) {
  .header__desktop ul {
    display: none;
  }
}
.header__desktop ul li a {
  font-size: var(--fs-nav);
  font-weight: 400;
  color: var(--color-black);
  text-transform: uppercase;
  transition: 0.3s ease;
}
.header__desktop ul li a:hover {
  color: var(--color-primary);
  font-weight: 500;
}
.header__phone {
  font-family: var(--font-heading);
  font-size: var(--fs-phone);
  color: var(--color-black);
  font-weight: 600;
  white-space: nowrap;
  padding-top: var(--header-indent);
}
.header__phone:hover {
  color: var(--color-primary);
}
@media (max-width: 550px) {
  .header__phone {
    display: none;
  }
}
.header .burger {
  display: none;
  margin-left: auto;
  width: 24px;
  height: 18px;
  position: relative;
  border: none;
  background: none;
  cursor: pointer;
  margin-top: var(--header-indent);
}
.header .burger span,
.header .burger span::before,
.header .burger span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color-black);
  transition: 0.3s;
}
.header .burger span {
  top: 50%;
  transform: translateY(-50%);
}
.header .burger span::before {
  top: -6px;
}
.header .burger span::after {
  top: 6px;
}
.header .burger.active span {
  background: transparent;
}
.header .burger.active span::before {
  transform: rotate(45deg);
  top: 0;
}
.header .burger.active span::after {
  transform: rotate(-45deg);
  top: 0;
}
.header .mobile-dropdown {
  position: relative;
  z-index: 9;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: var(--color-white);
  border-bottom-left-radius: var(--header-mobile-dropdown-rad);
  border-bottom-right-radius: var(--header-mobile-dropdown-rad);
}
.header .mobile-dropdown .container {
  border-bottom-left-radius: var(--header-mobile-dropdown-rad) !important;
  border-bottom-right-radius: var(--header-mobile-dropdown-rad) !important;
}
@media (min-width: 992px) {
  .header .mobile-dropdown {
    display: none;
  }
}
.header .mobile-dropdown.active {
  max-height: 600px;
  box-shadow: 0px 4px 16px 5px rgba(0, 0, 0, 0.25);
}
.header .mobile-menu {
  padding-top: 2.5rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 768px) {
  .header .mobile-menu {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 550px) {
  .header .mobile-menu {
    flex-direction: column;
  }
}
.header .mobile-nav ul {
  list-style: none;
  padding: 24px 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}
@media (max-width: 550px) {
  .header .mobile-nav ul {
    padding: 0;
  }
}
.header .mobile-nav ul li a {
  font-size: var(--fs-nav);
  text-transform: uppercase;
  color: var(--color-black);
  transition: 0.3s ease;
}
.header .mobile-nav ul li a:hover {
  color: var(--color-primary);
}
.header .mobile-phone {
  display: block;
  font-family: var(--font);
  font-weight: 600;
  font-size: var(--fs-phone);
  color: var(--color-black);
  transition: 0.3s ease;
}
.header .mobile-phone:hover {
  color: var(--color-primary);
}
@media (max-width: 991px) and (min-width: 551px) {
  .header .mobile-phone {
    display: none;
  }
}
@media (max-width: 991px) {
  .header .burger {
    display: block;
  }
}
.about {
  
  position: relative;
  padding-top: 3rem;
  /*margin-top: -10rem; */
  z-index: 2;
}
@media (max-width: 991px) {
  .about {
    --card-pad:1.5rem;
  }
}
@media (max-width: 1350px) {
  .about {
    /*margin-top: -5rem; */
  }
}
.about__grid {
  display: grid;
  grid-template-columns: 30% 70%;
  gap: 48px;
}
@media (max-width: 991px) {
  .about__grid {
    display: flex;
    flex-direction: column-reverse;
  }
}
.about__text-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.about__card-col {
  display: flex;
  flex-direction: column;
  /*justify-content: flex-end; */
  justify-content: flex-start;
}
.about__heading {
  font-size: var(--fs-name);
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.about__body {
  font-size: var(--text);
  line-height: 1.7;
  color: var(--color-black-80);
}
.about .team-card {
  background: var(--color-bg);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  border: 1px solid var(--color-border);
  /*border-top-right-radius: 100px; */
}
@media (max-width: 1700px) {
  .about .team-card {
    /*border-top-right-radius: 75px; */
  }
}
.about .team-card__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.about .team-card__header img {
  /*border-radius: 50%; */
  border-radius: 2rem;
  aspect-ratio: 1;
  width: 200px;
  height: 100%;
  padding: 10px;
}
@media (max-width: 1700px) {
  .about .team-card__header img {
    width: 150px;
  }
}
.about .team-card__info {
  
  padding-left: var(--card-pad);
}
.about .team-card__info:first-child {
padding-top: var(--card-pad);
}
.about .team-card__title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: var(--fs-title);
}
.about .team-card__name {
  font-size: var(--fs-name);
  font-weight: 700;
  color: var(--color-primary);
}
.about .team-card__role {
  font-size: var(--fs-text);
  color: var(--color-black-50);
}
.about .team-card__bio {
  padding-left: var(--card-pad);
  
  padding-right: var(--card-pad);
  font-size: var(--fs-text);
  color: var(--color-black-80);
}
.about .team-card__bio:last-child {
  padding-bottom: var(--card-pad);
}

.hero {
  position: relative;
  margin-top: 0;
}
.swiper-button-lock {
  display: none !important;
}
.hero .swiper,
.hero .swiper-slide {
  width: 100%;
  min-height: 850px;
}
@media (max-width: 991px) {
  .hero .swiper,
  .hero .swiper-slide {
    min-height: 800px;
  }
}
.hero .swiper-slide {
  position: relative;
  background: #0a0a0a center/cover no-repeat;
  display: flex;
  align-items: flex-start;
}
.hero .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.5) 55%, rgba(0, 0, 0, 0.18) 100%);
  z-index: 1;
}
.hero .hero-swiper-pag {
  width: 100vw;
  position: absolute;
  left: 0;
  bottom: 5%;
}
@media (max-width: 991px) {
  .hero .hero-swiper-pag {
    bottom: 11rem;
  }
}
@media (max-width:550px) {
	.hero .hero-swiper-pag {
		bottom:5rem;
	}
}
.hero .banner-pag {
  width: 100%;
  position: relative;
  justify-content: flex-start;
  text-align: left;
}
.hero .banner-pag .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5058823529);
}
.hero .banner-pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-white);
}
.hero__content {
  padding-top: 15rem;
  position: relative;
  z-index: 2;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.hero__label {
  color: var(--color-white);
  font-size: var(--fs-bnr-label);
}
.hero__title {
  font-size: var(--fs-bnr-title);
  text-transform: uppercase;
  font-weight: 600;
  color: var(--color-white);
}
.hero__sub {
  font-size: var(--fs-bnr-content);
  color: var(--color-white);
  font-weight: 400;
  line-height: 1;
}

.hero__text {
  font-size: var(--fs-desc-text);
  color: var(--color-white);
  font-weight: 300;
  line-height: 1.15;
  margin-bottom: .5rem;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.events {

}
.events__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.85rem;
}
.events__title {
  font-size: var(--fs-title);
  font-weight: 700;
  color: var(--color-black);
  margin: 0;
}
.events__nav {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}
.events__nav-btn {
  width: var(--events-nav-size);
  height: var(--events-nav-size);
  border-radius: 50%;
  background: var(--color-black);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
.events__nav-btn:hover {
  border-color: #fff;
  background: var(--color-black);
}
.events__nav-btn.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.events__swiper {
  overflow: hidden;
}
.events__swiper .swiper-wrapper {
  align-items: stretch;
}
.events__slide {
  height: auto;
}
.events__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.events__card_btns {
  margin-top: 0.8rem;
  display: flex;
  gap: 10px;
}
.events__card.archive-item {
  flex-direction: row;
  gap: 4rem;
}
@media (max-width: 1400px) {
  .events__card.archive-item {
    gap: 2rem;
  }
}
@media (max-width: 991px) {
  .events__card.archive-item {
    flex-direction: column;
  }
}
@media (min-width: 601px) {
  .events__card.archive-item .events__card-type {
    padding-right: 150px;
  }
  .events__card.archive-item .events__card-title {
    padding-right: 150px;
  }
  .events__card.archive-item .event-single__meta {
    padding-right: 150px;
  }
}
.events__card.archive-item .events__card-body {
  padding-top: 0;
  margin-top: 0.8rem;
}
.events__card.archive-item .events__card-img {
  max-width: 30%;
}
@media (max-width: 991px) {
  .events__card.archive-item .events__card-img {
    max-width: 100%;
  }
}
.events__card.archive-item .event-single__date-block {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 600px) {
  .events__card.archive-item .event-single__date-block {
    position: relative;
    right: auto;
    top: auto;
  }
}
.events__card-img {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: var(--events-card-radius);
  overflow: hidden;
  flex-shrink: 0;
}
.events__card-img img {
  position: relative;
  inset: 0;
  width: 100%;
  height: auto;
  border-radius: var(--events-card-radius);
  display: block;
  transition: transform 0.4s ease;
}
.events__card-body {
  position: relative;
  padding-top: 14px;
  flex: 1;
}

.events__card-status {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 15px;
    background-color: rgba(25, 25, 25, 0.05);
    color: rgba(25, 25, 25, 0.5);
    font-size: var(--fs-up-text);
    line-height: 1.4;
    margin-bottom: 6px;
}
.events__card-type {
  display: block;
  font-size: var(--fs-up-text);
  color: var(--color-black);
  text-transform: lowercase;
  margin-bottom: 6px;
  letter-spacing: 15%;
}
.events__card-title {
  font-size: var(--fs-name);
  font-weight: 700;
  color: var(--color-black);
  margin: 0 0 10px;
  letter-spacing: 0.01em;
}
.events__card-desc {
  font-size: var(--fs-desc-text);
  line-height: 1.5;
  color: var(--color-black-70);
  margin: 0;
}

@media (min-width:768px) {
	.events__card.archive-item .events__card-desc {
		max-width:75%;
	}
}

.event-single {
  
  padding: 40px 0 64px;
  color: var(--color-black);
  font-family: var(--font);
}
.event-single__inner {
  display: grid;
  grid-template-columns: 1fr var(--es-sidebar-width);
  grid-template-areas: "content info";
  gap: var(--es-gap);
  align-items: start;
}
@media (max-width: 1024px) {
  .event-single__inner {
    grid-template-columns: 1fr;
    grid-template-areas: "info" "content";
    gap: 32px;
  }
}
.event-single__info {
  
  grid-area: info;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (max-width: 1024px) {
  .event-single__info {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "date    btn-mobile" "metalist metalist";
    gap: 16px 32px;
    align-items: start;
  }
}
@media (max-width: 480px) {
  .event-single__info {
    grid-template-columns: 1fr;
    grid-template-areas: "date" "btn-mobile" "metalist";
  }
}
.event-single__date-block {
  grid-area: date;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.event-single__premiere {
  font-size: var(--fs-up-text);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-primary);
}
.event-single__date-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.event-single__day {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-primary);
  letter-spacing: -0.02em;
}
@media (max-width: 1024px) {
  .event-single__day {
    font-size: 64px;
  }
}
.event-single__date-meta {
  display: flex;
  flex-direction: column;
  padding-bottom: 8px;
  gap: 2px;
}
.event-single__month {
  font-size: var(--fs-desc-text);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-primary);
}
.event-single__time {
  font-size: var(--fs-desc-text);
  font-weight: 600;
  color: var(--color-black-50);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.event-single__meta {
  grid-area: metalist;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 0.8rem;
}
@media (max-width: 1024px) {
  .event-single__meta {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px 40px;
  }
}
@media (max-width: 480px) {
  .event-single__meta {
    flex-direction: column;
    gap: 16px;
  }
}
.event-single__meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.event-single__meta-label {
  font-size: var(--fs-desc-text);
  letter-spacing: 0.06em;
  color: var(--color-black-50);
  text-transform: lowercase;
}
.event-single__meta-value {
  font-size: var(--fs-up-text);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--color-black);
}
@media (max-width: 1024px) {
  .event-single__buy-desktop {
    display: none;
  }
}
.event-single__buy-mobile {
  grid-area: btn-mobile;
  display: none;
  align-self: center;
}
@media (max-width: 1024px) {
  .event-single__date-block {
    --ms-grid-row: 1;
    --ms-grid-column: 1;
  }
  .event-single__meta {
    --ms-grid-row: 3;
    --ms-grid-column: 1;
    --ms-grid-column-span: 3;
  }
  .event-single__buy-mobile {
    --ms-grid-row: 1;
    --ms-grid-column: 3;
  }
}
@media (max-width: 480px) {
  .event-single__date-block {
    --ms-grid-row: 1;
    --ms-grid-column: 1;
  }
  .event-single__meta {
    --ms-grid-row: 3;
    --ms-grid-column: 1;
    --ms-grid-column-span: 1;
  }
  .event-single__buy-mobile {
    --ms-grid-row: 2;
    --ms-grid-column: 1;
  }
}
@media (max-width: 1024px) {
  .event-single__buy-mobile {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 480px) {
  .event-single__buy-mobile {
    justify-content: flex-start;
  }
}
.event-single__content {
  --ms-grid-row: 1;
  --ms-grid-column: 1;
  grid-area: content;
}
@media (max-width: 1024px) {
  .event-single__info {
    --ms-grid-row: 1;
    --ms-grid-column: 1;
  }
  .event-single__content {
    --ms-grid-row: 3;
    --ms-grid-column: 1;
  }
}
.event-single__title {
  font-size: var(--fs-name);
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 28px;
  color: var(--color-black);
}
.event-single__text p {
  font-size: var(--fs-text);
  line-height: 1.25;
  font-weight: 300;
  color: var(--color-black);
  margin: 0 0 16px;
}
.event-single__text p:last-child {
  margin-bottom: 0;
}

.gallery-slider {
  
  padding: 40px 0 48px;
  overflow: hidden;
}
.gallery-slider__wrapper {
  position: relative;
  overflow: hidden;
}
.gallery-slider__fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: var(--gs-fade-width);
  z-index: 5;
  pointer-events: none;
}
.gallery-slider__fade--left {
  left: -5px;
  background: linear-gradient(to right, var(--color-bg) 25%, rgba(255, 255, 255, 0) 100%);
}
.gallery-slider__fade--right {
  right: -5px;
  background: linear-gradient(to left, var(--color-bg) 25%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 768px) {
  .gallery-slider__fade {
    --gs-fade-width: 80px;
  }
}
@media (max-width: 480px) {
  .gallery-slider__fade {
    --gs-fade-width: 48px;
  }
}
.gallery-slider__swiper {
  overflow: visible !important;
  padding: 8px 0;
}
.gallery-slider__slide {
  border-radius: var(--gs-radius);
  overflow: hidden;
  aspect-ratio: 16/10;
  transition: opacity 0.4s, transform 0.4s;
  opacity: 0.45;
  transform: scale(0.94);
}
.gallery-slider__slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}
.gallery-slider__slide.swiper-slide-prev, .gallery-slider__slide.swiper-slide-next {
  opacity: 0.55;
  transform: scale(0.96);
}
.gallery-slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery-slider__nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}
.gallery-slider__nav-btn {
  width: var(--gs-nav-size);
  height: var(--gs-nav-size);
  border-radius: 50%;
  background: var(--gs-nav-bg);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}
.gallery-slider__nav-btn:hover {
  background: #333;
  transform: scale(1.08);
}
.gallery-slider__nav-btn:active {
  transform: scale(0.96);
}
.gallery-slider__nav-btn.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.starring {
  --st-columns: 4;
  --st-gap: 40px;
  --st-photo-size: 180px;
  padding: 56px 0;
  text-align: center;
}
.starring__title {
  font-size: var(--fs-title);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-black);
  margin: 0 0 48px;
}
.starring__grid {
  display: grid;
  grid-template-columns: repeat(var(--st-columns), 1fr);
  gap: var(--st-gap);
}
@media (max-width: 1200px) {
  .starring__grid {
    --st-columns: 3;
  }
}
@media (max-width: 900px) {
  .starring__grid {
    --st-columns: 2;
    --st-gap: 32px;
  }
}
@media (max-width: 480px) {
  .starring__grid {
    --st-columns: 2;
    --st-photo-size: 120px;
    --st-gap: 24px;
  }
}
.starring__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.starring__photo {
  width: var(--st-photo-size);
  height: var(--st-photo-size);
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.starring__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
  transition: filter 0.3s;
}
.starring__item:hover .starring__photo img {
  filter: grayscale(0%);
}
.starring__name {
  font-size: calc(var(--fs-name) - 0.2rem);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-black);
  line-height: 1.3;
}
.starring__role {
  font-size: calc(var(--fs-name) - 0.2rem);
  color: var(--color-black-50);
  margin-top: -8px;
  letter-spacing: 15%;
}

.creative-team {
  --ct-columns: 3;
  --ct-col-gap: 40px;
  --ct-row-gap: 32px;
  --ct-photo-size: 72px;
  --ct-item-gap: 20px;
  --color-black: #1a1a1a;
  --color-black-50: #888;
  padding: 48px 0 64px;
}
.creative-team__title {
  font-size: var(--fs-title);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--color-black);
  margin: 0 0 40px;
}
@media (max-width: 480px) {
  .creative-team__title {
    font-size: 20px;
    margin-bottom: 28px;
  }
}
.creative-team__grid {
  display: grid;
  grid-template-columns: repeat(var(--ct-columns), 1fr);
  column-gap: var(--ct-col-gap);
  row-gap: var(--ct-row-gap);
}
@media (max-width: 900px) {
  .creative-team__grid {
    --ct-columns: 2;
    --ct-col-gap: 32px;
  }
}
@media (max-width: 480px) {
  .creative-team__grid {
    --ct-columns: 1;
    --ct-row-gap: 20px;
  }
}
.creative-team__item {
  display: flex;
  align-items: center;
  gap: var(--ct-item-gap);
}
.creative-team__photo {
  width: var(--ct-photo-size);
  height: var(--ct-photo-size);
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.creative-team__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: filter 0.3s;
}
.creative-team__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.creative-team__name {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-black);
  line-height: 1.3;
}
.creative-team__role {
  font-size: 13px;
  color: var(--color-black-50);
}

.event-archive__title {
  font-size: var(--fs-title);
  text-transform: uppercase;
  font-weight: 600;
}
.event-archive__column {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.blog {
  --blog-columns: 3;
  --blog-gap: 28px;
  --blog-radius: 14px;
  --blog-img-ratio: 58%;
}
.blog__title {
  font-size: var(--fs-title);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--color-black);
  margin: 0 0 40px;
}
@media (max-width: 480px) {
  .blog__title {
    font-size: 20px;
    margin-bottom: 28px;
  }
}
.blog__grid {
  display: grid;
  grid-template-columns: repeat(var(--blog-columns), 1fr);
  gap: var(--blog-gap);
}
@media (max-width: 1024px) {
  .blog__grid {
    --blog-columns: 2;
  }
}

@media (max-width: 600px) {
  .blog__grid {
    --blog-columns: 1;
  }
}
.blog__card {
  display: flex;
  flex-direction: column;
  border-radius: var(--blog-radius);
  transition: transform 0.3s, box-shadow 0.3s;
}
/*.blog__card:hover {
  transform: translateY(-4px);
} */
.blog__card-img {
  position: relative;
  width: 100%;
  height: auto;
  flex-shrink: 0;
}
.blog__card-img img {
  position: relative;
  inset: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}
.blog__card:hover .blog__card-img img {
  transform: scale(1.05);
}
.blog__card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px;
}
@media (min-width: 601px) {
  .blog__card-body {
    padding-bottom: 1.5rem;
  }
}
.blog__card-title {
  font-size: var(--fs-text);
  text-transform: uppercase;
  padding-left: .75rem;
  border-left: 2px solid var(--color-primary);
  font-weight: 600;
  line-height: 1.35;
  color: var(--color-black);
  margin: 0;
  transition: 0.3s ease;
}
.blog__card-title:hover {
  color: var(--color-primary);
}
.blog__card-desc {
  font-size: var(--fs-desc-text);
  line-height: 1.25;
  color: var(--color-black-80);
  margin: 0;
  flex: 1;
}
.blog__card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  font-size: var(--fs-text);
  font-weight: 300;
  text-transform: uppercase;
  color: var(--color-black);
  text-decoration: none;
  align-self: flex-start;
  transition: gap 0.2s, opacity 0.2s;
}
.blog__card-link svg {
  transition: transform 0.2s;
  flex-shrink: 0;
}
.blog__card-link:hover {
  opacity: 0.8;
  color: var(--color-primary);
}
.blog__card-link:hover svg {
  transform: translateX(4px);
}

@media (min-width: 1201px) {
  .blog-single__inner {
    max-width: 60%;
  }
}
.blog-single__inner {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.blog-single__title {
  font-size: var(--fs-title);
  font-weight: 100;
  text-transform: uppercase;
}
.blog-single__content p, .blog-single__content ul li, .blog-single__content ol li, .blog-single__content h2, .blog-single__content h3 {
  font-size: var(--fs-text);
}
.blog-single__content a {
  color: var(--color-primary);
  transition: 0.3s ease;
}
.blog-single__content a:hover {
  color: var(--color-primary-hover);
}
.blog-single__content p:not(:last-child), .blog-single__content ul:not(:last-child), .blog-single__content ol:not(:last-child) {
  margin-bottom: 1rem;
}

.footer__wrapper {
  padding: 1.5rem 0;
  background-color: var(--color-black);
}
.footer__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.75rem;
}
.footer__menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer__menu_nav ul {
  display: flex;
  gap: 2rem;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__menu_nav ul li {
  list-style: none;
}
.footer__menu_nav ul li a {
  color: var(--color-white);
  font-size: var(--fs-nav);
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease;
}
.footer__menu_nav ul li a:hover {
  color: var(--color-white);
  opacity: 0.7;
}
.footer__contacts {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.footer__contacts a {
  color: var(--color-white);
  font-size: var(--fs-nav);
  text-decoration: none;
  transition: 0.3s ease;
}
.footer__contacts a:hover {
  color: var(--color-white);
  opacity: 0.7;
}
.footer__info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5.5rem;
}
@media (max-width: 991px) {
  .footer__info {
    flex-direction: column-reverse;
    gap: 1rem;
  }
}
.footer__info_copy {
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
}
@media (max-width: 991px) {
  .footer__info_copy {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4rem;
  }
}
@media (max-width: 550px) {
  .footer__info_copy {
    flex-direction: column-reverse;
    gap: 1.5rem;
    justify-content: center;
  }
}
.copy-link {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  gap: 0.7rem;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  -ms-flex-negative: 1;
  flex-grow: 0;
  flex-shrink: 1;
  color: var(--color-white-25);
  line-height: 1;
  font-size: .85rem;
  transition: 0.3s ease;
}

@media (max-width: 1920px) {
	.copy-link {
		font-size:.75rem;
	}
}
@media (max-width: 1199px) {
	.copy-link {
		font-size:.9rem;
	}
}
@media (max-width: 767px) {
	.copy-link {
		font-size:1.2rem;
	}
}

@media (max-width: 991px) {
	.copy-link {
		position:relative;
	}
  .copy-link br {
    display: none;
  }
}

.copy-link img {
  opacity: 0.25;
  transition: 0.3s ease;
}

.copy-link:hover {
  color: var(--color-white);
}

.copy-link:hover img {
  opacity: 1;
  transform: rotate(360deg);
}
.footer__info_copy p {
  font-size: 1rem;
  color: var(--color-white-25);
  line-height: 1;
  margin: 0;
}
.footer__info_docs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 550px) {
  .footer__info_docs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
.footer__info_docs a {
  color: var(--color-white-25);
  text-decoration: none;
  position: relative;
  max-width: fit-content;
}
.footer__info_docs a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: var(--color-white-25);
  transition: 0.3s ease;
}
.footer__info_docs a:hover {
  color: var(--color-white-25);
}
.footer__info_docs a:hover::after {
  width: 100%;
}
/*# sourceMappingURL=style.css.map */

/*Хлебные крошки */
.breadcrumbs {
  margin-top: calc(var(--header-h) + 3rem);
  margin-bottom: 2rem;
}


.breadcrumbs__list {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-left: 0;
}
.breadcrumbs span {
  font-size: 1rem;
  color: var(--color-black);
  transition: 0.3s ease;
  font-family: var(--font);
}
.breadcrumbs span a span:hover {
  color: var(--color-primary);
}
/*404 */
.error-404 {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

/* Фон */
.error-404__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.error-404__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* авто подрезка */
  object-position: center center;
}

/* Затемнение (если нужно) */
.error-404::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

/* Контент */
.error-404__content {
  position: relative;
  z-index: 2;
  min-height: 100vh;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;
  color: var(--color-white);
  padding: 20px;
}

.error-404__title {
  font-size: 120px;
  margin: 0;
}

.error-404__subtitle {
  font-size: 24px;
  margin: 20px 0;
}

.error-404__btn {
  display: inline-block;
  padding: 14px 32px;
  background: var(--color-white);
  color: var(--color-black);
  text-decoration: none;
  transition: 0.3s ease;
  border-radius: var(--radius-btn);
}

.error-404__btn:hover {
  opacity: 0.8;
  color: var(--color-primary);
}
/*Отзывы */
  .reviews {
    overflow: hidden;
    font-family: var(--font);
    padding-bottom: 10rem;
  }

  .reviews__label {
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--color-black-50);
    margin-bottom: 12px;
  }

  .reviews__title {
    text-align: center;
    font-size: var(--fs-title);
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-black);
    margin-bottom: 48px;
    padding: 0 20px;
    line-height: 1.15;
  }

  .reviews__swiper {
    padding-left: var(--container-ind) !important;
    padding-right: var(--container-ind) !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow: visible !important;
  }

  .reviews__card {
    background: var(--color-white);
    border-radius: 20px;
    padding: 32px 28px 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: auto;
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: grab;
  }

  .reviews__card:active {
    cursor: grabbing;
  }

  .reviews__card:hover {
    box-shadow: var(--shadow-card);
  }

  .reviews__stars {
    display: flex;
    gap: 2px;
    font-size: 22px;
    line-height: 1;
  }

  .star.gold  { color: #e8b800; }
  .star.empty { color: #d0d0d0; }

  .reviews__text {
    font-size: var(--fs-desc-text);
    line-height: 1.7;
    color: var(--color-black-70);
    flex: 1;
  }

  .reviews__author {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding-top: 16px;
    font-size: var(--fs-text);
  }


  .reviews__author span {
    font-size: var(--fs-desc-text);
    color: var(--color-black-70);
  }

  @media (max-width: 768px) {
    .reviews__swiper {
      padding: 8px 20px 32px !important;
    }
    .reviews__card {
      padding: 24px 20px;
    }
  }