@charset "UTF-8";
/*! 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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

/* $h1: 2.61rem;
$h2: 4.209rem;
$h3: 3.157rem;
$h4: 2.3969rem;
$h5: 1.777rem;
$h6: 1.333rem;
$p: 1rem;
$small: 0.75rem; */
/*  
$main: #82cd00;
$bg: #1d1d1f;
$text: #fafafa;
$white: #fff;

 */
/* 

$main: #097d7d;
$bg: #1d1d1f;
$text: #fafafa;
$white: #fff;

 */
.grid-wrapper {
  position: fixed;
  z-index: 100;
  height: 100%;
  width: 100%;
  pointer-events: none;
  /* Устанавливаем количество колонок в системе сетки */
  /* Устанавливаем ширину промежутков между колонками */
}
.grid-wrapper .container {
  height: 100%;
}
.grid-wrapper .grid {
  height: 100%;
  width: 100%; /* Ширина контейнера занимает всю доступную ширину */
  margin-right: auto; /* Выравниваем контейнер по центру по горизонтали */
  margin-left: auto;
  padding-right: 0.5rem; /* Добавляем отступы справа контейнера */
  padding-left: 0.5rem; /* Добавляем отступы слева контейнера */
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* Учитываем отступы внутри ширины контейнера */
}
.grid-wrapper .row {
  margin-right: -0.5rem; /* Компенсируем отступы справа строки */
  margin-left: -0.5rem; /* Компенсируем отступы слева строки */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Используем flexbox для распределения колонок */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; /* Разрешаем перенос колонок на новую строку при необходимости */
  height: 100%;
}
.grid-wrapper .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%; /* Устанавливаем ширину каждой колонки */
  max-width: 8.3333333333%; /* Устанавливаем максимальную ширину для каждой колонки */
  padding-right: 0.5rem; /* Добавляем отступы справа каждой колонки */
  padding-left: 0.5rem; /* Добавляем отступы слева каждой колонки */
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* Учитываем отступы внутри ширины колонок */
  height: 100%;
}
.grid-wrapper .col:nth-child(2n) {
  background: rgba(0, 0, 255, 0.1); /* Цвет фона колонок для четных по счету (синий с прозрачностью 0.2) */
}
.grid-wrapper .col:nth-child(2n+1) {
  background: rgba(255, 0, 0, 0.1); /* Цвет фона колонок для нечетных по счету (красный с прозрачностью 0.2) */
}

html {
  max-width: 100%;
  overflow-x: auto;
}

body {
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  color: #333;
}
body a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body a:hover {
  color: black;
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hide {
  display: none;
}

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  display: block;
}

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 1120px) {
  .container {
    padding: 0 1rem;
  }
}

.header {
  padding-top: 16px;
  z-index: 88;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
}
.header .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1rem;
}
.header .area .logo {
  margin-left: 0;
  margin-right: 50px;
}
.header .area .logo img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 80px;
}
.header .area .logo:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.header .area .search {
  position: relative;
  width: 730px;
  -webkit-filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.26));
          filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.26));
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  z-index: 8;
}
.header .area .search:hover {
  -webkit-filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.3));
}
.header .area .search input {
  width: 100%;
  border-radius: 6px;
  background: #FFF;
  height: 46px;
  padding: 12px;
  color: #B9B9B9;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  border: 0;
  line-height: normal;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .area .search input:focus, .header .area .search input:hover {
  color: #666;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 206, 9, 0.3);
          box-shadow: 0 0 0 2px rgba(255, 206, 9, 0.3);
}
.header .area .search input::-webkit-input-placeholder {
  color: #B9B9B9;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header .area .search input::-moz-placeholder {
  color: #B9B9B9;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header .area .search input:-ms-input-placeholder {
  color: #B9B9B9;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header .area .search input::-ms-input-placeholder {
  color: #B9B9B9;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header .area .search input::placeholder {
  color: #B9B9B9;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header .area .search .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0px 6px 6px 0px;
  background: var(--Color-4, #FFCE09);
  width: 70px;
  height: 46px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .area .search .btn:hover {
  background: #d5ab00;
}
.header .area .search .btn:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.header .area .search .btn img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: 20px;
  height: 20px;
}
.header .area .info {
  width: 200px;
  margin-right: 0;
  margin-left: auto;
  padding-top: 1rem;
}
.header .area .info .soc {
  text-align: right;
}
.header .area .info .soc a img {
  margin: 0 4px 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 24px;
  height: 24px;
}
.header .area .info .soc a:hover img {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.header .area .info .soc a:last-child img {
  margin-right: 0;
}
.header .area .info .phone {
  text-align: right;
}
.header .area .info .phone a {
  color: var(--Color-1, #262626);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  position: relative;
}
.header .area .info .phone a:hover {
  color: #FFCE09;
}
.header .area .info .phone a:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFCE09;
}
.header .area .menu {
  width: 100%;
  padding-top: 8px;
}
.header .area .menu ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header .area .menu ul li {
  display: block;
  margin-right: 30px;
  position: relative;
}
.header .area .menu ul li:last-child {
  margin-right: 0;
}
.header .area .menu ul li a {
  color: var(--Color-1, #262626);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 8px 0;
  position: relative;
}
.header .area .menu ul li a:hover {
  color: #FFCE09;
}
.header .area .menu ul li a:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFCE09;
  -webkit-animation: underline 0.3s ease;
          animation: underline 0.3s ease;
}
.header .area .menu ul li.active a {
  color: #FFCE09;
}
.header .area .menu ul li.active a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFCE09;
  -webkit-animation: underline 0.3s ease;
          animation: underline 0.3s ease;
}
@media (max-width: 767px) {
  .header {
    padding-top: 12px;
  }
  .header .area .logo {
    margin-right: 24px;
    margin-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .header .area .logo img {
    width: 80px;
  }
  .header .area .search {
    width: calc(100% - 104px);
    height: 40px;
    border-radius: 8px;
    background: #FFF;
    -webkit-box-shadow: 0px 0.52px 2.08px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0.52px 2.08px 0px rgba(0, 0, 0, 0.25);
  }
  .header .area .search input {
    height: 40px;
    padding: 8px 12px;
    font-size: 15px;
  }
  .header .area .search input::-webkit-input-placeholder {
    font-size: 15px;
  }
  .header .area .search input::-moz-placeholder {
    font-size: 15px;
  }
  .header .area .search input:-ms-input-placeholder {
    font-size: 15px;
  }
  .header .area .search input::-ms-input-placeholder {
    font-size: 15px;
  }
  .header .area .search input::placeholder {
    font-size: 15px;
  }
  .header .area .search .btn {
    width: 50px;
    height: 40px;
  }
  .header .area .search .btn img {
    width: 16px;
    height: 16px;
  }
  .header .area .info {
    width: 100%;
    margin: 16px 0;
    padding-top: 0;
    text-align: center;
  }
  .header .area .info .soc {
    text-align: center;
    margin-bottom: 8px;
  }
  .header .area .info .soc a img {
    width: 20px;
    height: 20px;
    margin: 0 8px 8px;
  }
  .header .area .info .phone {
    text-align: center;
  }
  .header .area .info .phone a {
    font-size: 18px;
    line-height: 1.4;
  }
  .header .area .menu {
    padding-top: 0;
  }
  .header .area .menu ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 16px);
            flex: 0 0 calc(33.333% - 16px);
    margin: 0 8px 12px;
    text-align: center;
  }
  .header .area .menu ul li a {
    font-size: 15px;
    padding: 4px 0;
  }
}
@media (max-width: 480px) {
  .header .area .menu ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .area .menu ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 8px);
            flex: 0 0 calc(33.333% - 8px);
    margin: 0 auto 8px;
    min-width: 0;
  }
  .header .area .menu ul li a {
    font-size: 14px;
    white-space: nowrap;
    display: block;
    padding: 4px 0px;
  }
}

@-webkit-keyframes underline {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes underline {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
footer {
  background: #171717;
}
footer .level-0 {
  padding-top: 80px;
  padding-bottom: 80px;
}
footer .level-0 .container .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .level-0 .container .area .logo {
  margin-left: 0;
  margin-right: 70px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
footer .level-0 .container .area .logo:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
footer .level-0 .container .area .logo a img {
  max-width: 100%;
  height: auto;
}
footer .level-0 .container .area .level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
footer .level-0 .container .area .level .info {
  width: 280px;
  margin-right: 40px;
}
footer .level-0 .container .area .level .info .phone {
  padding-bottom: 24px;
}
footer .level-0 .container .area .level .info .phone a {
  color: #FFF;
  font-variant-numeric: lining-nums proportional-nums;
  -webkit-font-feature-settings: "liga" off, "clig" off;
          font-feature-settings: "liga" off, "clig" off;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0.1px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
footer .level-0 .container .area .level .info .phone a:hover {
  color: #FFCE09;
}
footer .level-0 .container .area .level .info .i-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #FFF;
  font-variant-numeric: lining-nums proportional-nums;
  -webkit-font-feature-settings: "liga" off, "clig" off;
          font-feature-settings: "liga" off, "clig" off;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.057px;
}
footer .level-0 .container .area .level .info .i-line:last-child {
  margin-bottom: 0;
}
footer .level-0 .container .area .level .info .i-line:hover {
  color: #FFCE09;
}
footer .level-0 .container .area .level .info .i-line:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(82%) sepia(47%) saturate(1412%) hue-rotate(358deg) brightness(102%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(82%) sepia(47%) saturate(1412%) hue-rotate(358deg) brightness(102%) contrast(101%);
}
footer .level-0 .container .area .level .info .i-line img {
  margin-right: 8px;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
footer .level-0 .container .area .level .m-s {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
footer .level-0 .container .area .level .m-s .soc {
  padding-top: 0;
  padding-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .level-0 .container .area .level .m-s .soc a {
  margin-right: 15px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
footer .level-0 .container .area .level .m-s .soc a:last-child {
  margin-right: 0;
}
footer .level-0 .container .area .level .m-s .soc a:hover {
  -webkit-transform: translateY(-3px) scale(1.1);
          transform: translateY(-3px) scale(1.1);
}
footer .level-0 .container .area .level .m-s .soc a:hover img {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
footer .level-0 .container .area .level .m-s .soc a img {
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
footer .level-0 .container .area .level .m-s .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
footer .level-0 .container .area .level .m-s .menu ul li {
  width: 33.3333333333%;
  list-style: none;
  margin-bottom: 1rem;
}
footer .level-0 .container .area .level .m-s .menu ul li a {
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: inline-block;
  position: relative;
}
footer .level-0 .container .area .level .m-s .menu ul li a:hover {
  color: #FFCE09;
}
footer .level-0 .container .area .level .m-s .menu ul li a:hover::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #FFCE09;
  -webkit-animation: underline 0.3s ease;
          animation: underline 0.3s ease;
}
footer .level-0 .container .area .level .m-s .menu ul li.active a {
  color: #FFCE09;
}
footer .level-0 .container .area .level .m-s .menu ul li.active a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFCE09;
  -webkit-animation: underline 0.3s ease;
          animation: underline 0.3s ease;
}
footer .level-1 {
  border-top: 1px solid #2C2C2C;
  padding: 30px 0;
}
footer .level-1 .container .copy {
  color: #FFF;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
footer .level-1 .container .copy:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  footer .level-0 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  footer .level-0 .container .area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .level-0 .container .area .logo {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }
  footer .level-0 .container .area .level {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  footer .level-0 .container .area .level .info {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  footer .level-0 .container .area .level .info .phone {
    padding-bottom: 15px;
  }
  footer .level-0 .container .area .level .info .phone a {
    font-size: 20px;
  }
  footer .level-0 .container .area .level .info .i-line {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .level-0 .container .area .level .m-s .soc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 30px;
  }
  footer .level-0 .container .area .level .m-s .menu ul li {
    width: 50%;
    text-align: center;
  }
  footer .level-1 {
    padding: 20px 0;
  }
  footer .level-1 .container .copy {
    font-size: 12px;
    text-align: center;
  }
}
@keyframes underline {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.page-headbanner .container {
  height: 100%;
}
.page-headbanner .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  padding-top: 2rem;
}
@media (max-width: 768px) {
  .page-headbanner .area {
    padding-top: 0;
  }
}
.page-headbanner .area .text {
  margin-left: 0;
  margin-right: auto;
  max-width: 800px;
}
.page-headbanner .area .text h1 {
  color: #FFF;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 76px; /* 118.75% */
  letter-spacing: -0.091px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .page-headbanner .area .text h1 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.023px;
    margin-bottom: 12px;
  }
}
.page-headbanner .area .text .subtitle {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 111.111% */
  letter-spacing: -0.051px;
}
@media (max-width: 768px) {
  .page-headbanner .area .text .subtitle {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.017px;
  }
}
.page-headbanner .area .image {
  margin-left: auto;
  margin-right: 0;
  margin-bottom: -1rem;
}
.page-headbanner .area .image img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .page-headbanner .area .image {
    margin-right: -4rem;
    zoom: 0.35;
  }
}
.page-headbanner.banner-contacts .area {
  overflow: inherit;
  overflow-y: clip;
}
.page-headbanner.banner-index {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: -200px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .page-headbanner.banner-index {
    margin-top: 280px;
  }
}
.page-headbanner.banner-index .container .area {
  max-width: 626px;
  min-height: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .page-headbanner.banner-index .container .area {
    min-height: 600px;
  }
}
@media (max-width: 768px) {
  .page-headbanner.banner-index .container .area {
    min-height: 300px;
  }
}
.page-headbanner.banner-index .container .area .text {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .page-headbanner.banner-index .container .area .text {
    margin-top: 0;
    max-width: 247px;
  }
}
.page-headbanner.banner-index .container .area .text h1 {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 52px;
  letter-spacing: -0.057px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .page-headbanner.banner-index .container .area .text h1 {
    color: #FFF;
    font-size: 16.667px;
    font-style: normal;
    font-weight: 800;
    line-height: 19.792px; /* 118.75% */
    letter-spacing: -0.024px;
    margin-bottom: 20px;
  }
}
.page-headbanner.banner-index .container .area .text .subtitle {
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .page-headbanner.banner-index .container .area .text .subtitle {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.017px;
    margin-bottom: 20px;
  }
}
.page-headbanner.banner-index .container .area .text .button {
  padding-top: 20px;
}
.page-headbanner.banner-index .container .area .text .button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 9px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 25px;
  background: #FFF;
  color: #C94BAC;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 768px) {
  .page-headbanner.banner-index .container .area .text .button a {
    font-size: 12px;
    font-weight: 600;
    border-radius: 12px;
    background: #FFF;
  }
}

.breadcrumbs {
  padding: 30px 0;
}
@media (max-width: 768px) {
  .breadcrumbs {
    padding: 15px 0;
  }
}
.breadcrumbs .container a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: var(--dark-text, #262626);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
}
.breadcrumbs .container a img {
  margin-right: 10px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media (max-width: 768px) {
  .breadcrumbs .container a img {
    margin-right: 16px;
    height: 20px;
    width: 20px;
  }
}
@media (max-width: 768px) {
  .breadcrumbs .container a {
    font-size: 12px;
  }
}
.breadcrumbs .container a:hover {
  color: #4a6bff;
}
.breadcrumbs .container a:hover img {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.breadcrumbs .container a:hover::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 34px;
  width: calc(100% - 30px);
  height: 1px;
  background-color: currentColor;
  opacity: 0.5;
}
.breadcrumbs .container a:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.page-content h2 {
  color: var(--Color-1, #262626);
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.051px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .page-content h2 {
    font-size: 28px; /* Уменьшено на ~22% */
    line-height: 24px; /* Уменьшено на 40% */
    letter-spacing: -0.041px; /* Уменьшено на ~19.6% */
    margin-bottom: 25px; /* Уменьшено на 37.5% */
  }
}
.page-content h3 {
  color: var(--dark-text, #262626);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 160% */
  letter-spacing: -0.029px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .page-content h3 {
    color: var(--dark-text, #262626);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.023px;
    margin-bottom: 10px;
  }
}

.contacts-page {
  padding: 100px 0 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .contacts-page {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0 50px;
  }
}
.contacts-page .map {
  width: 40%;
  min-width: 700px;
}
@media (max-width: 768px) {
  .contacts-page .map {
    margin-top: 1rem;
    min-width: 100%;
    width: 100%;
  }
}
.contacts-page .map img {
  max-width: 100%;
}
.contacts-page .text {
  width: 50%;
}
@media (max-width: 768px) {
  .contacts-page .text {
    width: 100%;
  }
}
.contacts-page .text p {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--dark-text, #262626);
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contacts-page .text p img {
  margin-right: 0.5rem;
}
.contacts-page .text a b {
  color: var(--Color-1, #262626);
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px; /* 205.882% */
}

.h2 {
  color: #262626;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.08px;
  margin-bottom: 50px;
}
.h2 span {
  position: relative;
}
.h2 span:before {
  content: "";
  display: block;
  background: #FFC909;
  height: 4px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -4px;
}
@media (max-width: 768px) {
  .h2 {
    color: #262626;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.48px;
    margin-bottom: 40px;
  }
}

.service-pack {
  padding: 100px 0;
}
.service-pack .s-item {
  border-radius: 15px;
  padding: 16px;
  /* Базовые стили для описания */
  /* Стили для активного состояния */
  /* Стили для кнопки */
}
.service-pack .s-item.color-1 {
  background: #C94BAC;
}
.service-pack .s-item.color-2 {
  background: #70B6D9;
}
.service-pack .s-item.color-3 {
  background: #8351F9;
}
.service-pack .s-item.color-4 {
  background: #79BADB;
}
.service-pack .s-item .img {
  margin-bottom: 1rem;
}
.service-pack .s-item .img > img {
  border-radius: 15px;
}
.service-pack .s-item .img .action {
  display: none;
}
.service-pack .s-item .title {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.54px;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .service-pack .s-item .title br {
    display: none;
  }
}
.service-pack .s-item .s-title {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
  margin-bottom: 1rem;
}
.service-pack .s-item .more-description {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  opacity: 0;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
}
.service-pack .s-item .more-description.active {
  max-height: 500px; /* Подстройте под ваш контент */
  opacity: 1;
  margin-top: 10px; /* Необязательный отступ */
}
.service-pack .s-item .more a {
  cursor: pointer;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.service-pack .s-item .more a:hover {
  color: #ffcc00; /* Цвет при наведении */
}
.service-pack .s-item .more a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
.service-pack .s-item .more a:hover {
  text-decoration: underline;
}
.service-pack .s-item .more a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.service-pack .s-item .more a:hover {
  text-decoration: underline;
}
.service-pack .s-item table {
  width: 100%;
  position: relative; /* Родительский контейнер должен быть relative */
  /* Синяя вертикальная черта посередине */
}
.service-pack .s-item table tbody tr td {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.3px;
}
@media (max-width: 768px) {
  .service-pack .s-item table tbody tr td {
    font-size: 10px;
  }
}
.service-pack .s-item table tbody tr td b {
  color: var(--Color-6, #FFCE09);
  font-weight: 700;
}
.service-pack .s-item table::before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 0;
  left: 50%;
  margin-left: 4px;
  height: 24px;
  width: 1px; /* Толщина линии */
  background: rgba(255, 255, 255, 0.61); /* Церта с прозрачностью */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); /* Центрирование */
  z-index: 1; /* Чтобы линия была над содержимым (если нужно) */
}
.service-pack .s-item .button {
  margin: 1rem 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  padding: 7px 85px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: #FFCE09;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #C94BAC;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.42px;
  border-radius: 25px;
  white-space: nowrap;
}
.service-pack .s-item .more {
  text-align: right;
}
.service-pack .s-item .more a {
  text-decoration: underline;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
}

.service-pack {
  /* Улучшенные ховер-эффекты */
}
@media (max-width: 768px) {
  .service-pack {
    padding: 12.5% 0;
  }
  .service-pack .s-item {
    border-radius: 1.875%;
    padding: 2%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .service-pack .s-item .img {
    margin-bottom: 0.75rem;
  }
  .service-pack .s-item .img > img {
    border-radius: 1.875%;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .service-pack .s-item .title {
    font-size: 12px;
    margin-bottom: 0.75rem;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .service-pack .s-item .s-title {
    font-size: 9.33px;
    margin-bottom: 0.75rem;
  }
  .service-pack .s-item table::before {
    top: 3%;
    height: 3%;
  }
  .service-pack .s-item .button {
    margin: 0.75rem 0;
    height: 4.375%;
    padding: 0.875% 10.625%;
    font-size: 9.33px;
    border-radius: 3.125%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .service-pack .s-item .more a {
    font-size: 9.33px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
}
.service-pack .s-item:hover {
  /* Легкое затемнение карточки */
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
  /* Изменение кнопки */
  /* Подчеркивание ссылки */
  /* Легкое затемнение изображения */
  /* Изменение цвета заголовка */
}
.service-pack .s-item:hover .button {
  background: #ffd83d;
  -webkit-box-shadow: 0 2px 8px rgba(255, 206, 9, 0.3);
          box-shadow: 0 2px 8px rgba(255, 206, 9, 0.3);
}
.service-pack .s-item:hover .more a {
  color: #ffce09;
}
.service-pack .s-item:hover .img > img {
  opacity: 0.9;
}
.service-pack .s-item:hover .title {
  color: #ffefb7;
}

.services-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 200px;
}
.services-grid .s-item {
  border-radius: 15px;
  padding: 16px;
}
.services-grid .s-item.color-1 {
  background: #C94BAC;
}
.services-grid .s-item.color-2 {
  background: #70B6D9;
}
.services-grid .s-item.color-3 {
  background: #8351F9;
}
.services-grid .s-item.color-4 {
  background: #79BADB;
}
.services-grid .s-item .img {
  margin-bottom: 1rem;
}
.services-grid .s-item .img > img {
  border-radius: 15px;
  width: 100%;
  height: auto;
}
.services-grid .s-item .img .action {
  display: none;
}
.services-grid .s-item .title {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.54px;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .services-grid .s-item .title br {
    display: none;
  }
}
.services-grid .s-item .s-title {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
  margin-bottom: 1rem;
}
.services-grid .s-item .more-description {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  opacity: 0;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
}
.services-grid .s-item .more-description.active {
  max-height: 500px;
  opacity: 1;
  margin-top: 10px;
}
.services-grid .s-item table {
  width: 100%;
  position: relative;
}
.services-grid .s-item table tbody tr td {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.3px;
}
.services-grid .s-item table tbody tr td b {
  color: #FFCE09;
  font-weight: 700;
}
@media (max-width: 768px) {
  .services-grid .s-item table tbody tr td {
    font-size: 10px;
  }
}
.services-grid .s-item table::before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 0;
  left: 50%;
  margin-left: 4px;
  height: 24px;
  width: 1px;
  background: rgba(255, 255, 255, 0.61);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.services-grid .s-item .button {
  margin: 1rem 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  padding: 7px 85px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: #FFCE09;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #C94BAC;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.42px;
  border-radius: 25px;
  white-space: nowrap;
}
.services-grid .s-item .more {
  text-align: right;
}
.services-grid .s-item .more a {
  text-decoration: underline;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
}
.services-grid .s-item:hover {
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
}
.services-grid .s-item:hover .button {
  background: #ffd83d;
  -webkit-box-shadow: 0 2px 8px rgba(255, 206, 9, 0.3);
          box-shadow: 0 2px 8px rgba(255, 206, 9, 0.3);
}
.services-grid .s-item:hover .more a {
  color: #ffce09;
}
.services-grid .s-item:hover .img > img {
  opacity: 0.9;
}
.services-grid .s-item:hover .title {
  color: #ffefb7;
}
@media (max-width: 1024px) {
  .services-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .services-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    padding: 12.5% 0;
  }
  .services-grid .s-item {
    border-radius: 1.875%;
    padding: 2%;
  }
  .services-grid .s-item .img {
    margin-bottom: 0.75rem;
  }
  .services-grid .s-item .img > img {
    border-radius: 1.875%;
  }
  .services-grid .s-item .title {
    font-size: 12px;
    margin-bottom: 0.75rem;
  }
  .services-grid .s-item .s-title {
    font-size: 9.33px;
    margin-bottom: 0.75rem;
  }
  .services-grid .s-item table::before {
    top: 3%;
    height: 3%;
  }
  .services-grid .s-item .button {
    margin: 0.75rem 0;
    height: 4.375%;
    padding: 0.875% 10.625%;
    font-size: 9.33px;
    border-radius: 3.125%;
  }
  .services-grid .s-item .more a {
    font-size: 9.33px;
  }
}
@media (max-width: 480px) {
  .services-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.owl-carousel {
  position: relative;
}
@media (max-width: 768px) {
  .owl-carousel {
    padding: 0 30px !important;
  }
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
  width: calc(100% + 30px);
  margin-left: -15px;
}
@media (max-width: 768px) {
  .owl-carousel .owl-nav {
    margin: 0;
    width: 100%;
  }
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: auto;
  position: relative;
  margin: 0 !important;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background: #f5f5f5 !important;
}
.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
  display: none;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -15px;
}
@media (max-width: 768px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: 5px;
    margin: 0;
  }
}
.owl-carousel .owl-nav button.owl-next {
  right: -15px;
}
@media (max-width: 768px) {
  .owl-carousel .owl-nav button.owl-next {
    right: 5px;
    margin: 0;
  }
}
.owl-carousel.owl-loaded {
  padding: 0 15px;
  margin: 0 -15px;
  width: calc(100% + 30px);
}

@media (max-width: 375px) {
  .owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .owl-carousel .owl-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
}
.section-small-pers {
  padding: 50px 0 100px;
}
.section-small-pers .container .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-small-pers .container .area .text {
  margin-left: 0;
  margin-right: auto;
  color: #333;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .section-small-pers .container .area .text br {
    display: none;
  }
}
.section-small-pers .container .area .text span {
  position: relative;
}
.section-small-pers .container .area .text span:before {
  content: "";
  display: block;
  background: #FFC909;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-small-pers .container .area .text:hover {
  color: #222;
}
.section-small-pers .container .area .text:hover span:before {
  background: #ffd83d;
  height: 3px;
  bottom: -5px;
}
.section-small-pers .container .area .buttons {
  margin-left: auto;
  margin-right: 0;
}
.section-small-pers .container .area .buttons > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 43px;
  padding: 16px 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  border-radius: 25px;
  font-weight: 400;
  line-height: 35px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.section-small-pers .container .area .buttons > a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.section-small-pers .container .area .buttons .btn-1 {
  background: #8351f9;
  margin-bottom: 1rem;
}
.section-small-pers .container .area .buttons .btn-1:hover {
  background: #9263ff;
}
.section-small-pers .container .area .buttons .btn-2 {
  background: #70B6D9;
}
.section-small-pers .container .area .buttons .btn-2:hover {
  background: #82c4e5;
}
@media (max-width: 768px) {
  .section-small-pers {
    padding: 33px 0 67px; /* 50*0.66=33, 100*0.66=67 */
  }
  .section-small-pers .container .area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .section-small-pers .container .area .text {
    font-size: 15px; /* 22*0.66≈15 */
    line-height: 22px; /* 33*0.66≈22 */
    margin-right: 0;
    text-align: center;
  }
  .section-small-pers .container .area .text span:before {
    height: 1px; /* 2*0.66≈1 */
    bottom: -3px; /* 4*0.66≈3 */
  }
  .section-small-pers .container .area .buttons {
    width: 100%;
    margin-left: 0;
  }
  .section-small-pers .container .area .buttons > a {
    height: 29px; /* 43*0.66≈29 */
    padding: 11px 21px; /* 16*0.66≈11, 32*0.66≈21 */
    font-size: 11px; /* 17*0.66≈11 */
    line-height: 23px; /* 35*0.66≈23 */
    border-radius: 17px; /* 25*0.66≈17 */
  }
  .section-small-pers .container .area .buttons .btn-1 {
    margin-bottom: 7px; /* 1rem≈16px*0.66≈11px, но лучше 7px */
  }
}

.section--animators-slider {
  padding: 50px 0 100px;
}
@media (max-width: 768px) {
  .section--animators-slider {
    padding: 33px 0 67px; /* 50*0.666≈33px, 100*0.666≈67px */
  }
}

.animators-slider .s-item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* Ховер-эффекты */
}
.animators-slider .s-item .img {
  margin-bottom: 1rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.animators-slider .s-item .img img {
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  border-radius: 15px;
}
.animators-slider .s-item .title {
  padding-bottom: 10px;
}
.animators-slider .s-item .title a {
  color: #69C5E1;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.2px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.animators-slider .s-item .price {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.animators-slider .s-item:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.animators-slider .s-item:hover .img img {
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
}
.animators-slider .s-item:hover .title a {
  color: #4ab7d9;
  text-decoration: underline;
}
.animators-slider .s-item:hover .price {
  color: #333;
  font-weight: 500;
}
@media (max-width: 768px) {
  .animators-slider .s-item {
    /* Мобильные ховер-эффекты */
  }
  .animators-slider .s-item .img {
    margin-bottom: 11px; /* 1rem≈16px*0.66≈11px */
  }
  .animators-slider .s-item .title {
    padding-bottom: 7px; /* 10*0.66≈7px */
  }
  .animators-slider .s-item .title a {
    font-size: 11px; /* 16*0.66≈11px */
    line-height: 13px; /* 19.2*0.66≈13px */
  }
  .animators-slider .s-item .price {
    font-size: 9px; /* 14*0.66≈9px */
    line-height: 11px; /* 16.8*0.66≈11px */
  }
  .animators-slider .s-item:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .animators-slider .s-item:hover .img {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
}

.section-show-fifty {
  padding: 50px 0 50px;
  background: #F6F6F6;
}
@media (max-width: 768px) {
  .section-show-fifty {
    padding: 33px 0 67px;
  }
}
.section-show-fifty .slider-shows .s-item {
  height: 492px;
  background-size: cover;
  background-position: center center;
  border-radius: 15px;
  padding: 16px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* Улучшенные ховер-эффекты для слайдера */
}
.section-show-fifty .slider-shows .s-item:before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 217, 217, 0)), to(#303030));
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #303030 100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-show-fifty .slider-shows .s-item .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-show-fifty .slider-shows .s-item .text .title {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 39.2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.section-show-fifty .slider-shows .s-item .text .subtitle {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.section-show-fifty .slider-shows .s-item:hover {
  /* 1. Затемнение фона */
  /* 2. Усиление градиента */
  /* 3. Анимация текста */
}
.section-show-fifty .slider-shows .s-item:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.section-show-fifty .slider-shows .s-item:hover:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 217, 217, 0)), to(#202020));
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #202020 100%);
}
.section-show-fifty .slider-shows .s-item:hover .text {
  padding-bottom: 20px;
}
.section-show-fifty .slider-shows .s-item:hover .text .title {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.section-show-fifty .slider-shows .s-item:hover .text .subtitle {
  opacity: 0.9;
}
@media (max-width: 768px) {
  .section-show-fifty .slider-shows .s-item {
    height: 328px;
    border-radius: 10px;
    padding: 11px;
    /* Упрощенные ховер-эффекты для мобилок */
  }
  .section-show-fifty .slider-shows .s-item .text {
    padding: 11px;
  }
  .section-show-fifty .slider-shows .s-item .text .title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
  }
  .section-show-fifty .slider-shows .s-item .text .subtitle {
    font-size: 11px;
    line-height: 18px;
  }
  .section-show-fifty .slider-shows .s-item:hover:after {
    background: rgba(0, 0, 0, 0.1);
  }
  .section-show-fifty .slider-shows .s-item:hover .text {
    padding-bottom: 15px;
  }
  .section-show-fifty .slider-shows .s-item:hover .text .title {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}

.section-our-service {
  padding: 50px 0 50px;
  background: #fff;
}
@media (max-width: 768px) {
  .section-our-service {
    padding: 33px 0 67px;
  }
}
.section-our-service .slider--our-service .s-item {
  height: 492px;
  background-size: cover;
  background-position: center center;
  border-radius: 15px;
  padding: 16px;
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* Улучшенные ховер-эффекты для слайдера */
}
.section-our-service .slider--our-service .s-item:before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 217, 217, 0)), to(#303030));
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #303030 100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-our-service .slider--our-service .s-item .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-our-service .slider--our-service .s-item .text .title {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 39.2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.section-our-service .slider--our-service .s-item .text .subtitle {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.section-our-service .slider--our-service .s-item:hover {
  /* 1. Затемнение фона */
  /* 2. Усиление градиента */
  /* 3. Анимация текста */
}
.section-our-service .slider--our-service .s-item:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.section-our-service .slider--our-service .s-item:hover:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 217, 217, 0)), to(#202020));
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #202020 100%);
}
.section-our-service .slider--our-service .s-item:hover .text {
  padding-bottom: 20px;
}
.section-our-service .slider--our-service .s-item:hover .text .title {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.section-our-service .slider--our-service .s-item:hover .text .subtitle {
  opacity: 0.9;
}
@media (max-width: 768px) {
  .section-our-service .slider--our-service .s-item {
    height: 328px;
    border-radius: 10px;
    padding: 11px;
    /* Упрощенные ховер-эффекты для мобилок */
  }
  .section-our-service .slider--our-service .s-item .text {
    padding: 11px;
  }
  .section-our-service .slider--our-service .s-item .text .title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
  }
  .section-our-service .slider--our-service .s-item .text .subtitle {
    font-size: 11px;
    line-height: 18px;
  }
  .section-our-service .slider--our-service .s-item:hover:after {
    background: rgba(0, 0, 0, 0.1);
  }
  .section-our-service .slider--our-service .s-item:hover .text {
    padding-bottom: 15px;
  }
  .section-our-service .slider--our-service .s-item:hover .text .title {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}

.all-link {
  padding: 16px 0; /* 1rem = 16px */
  text-align: right;
  position: relative;
  /* Адаптив */
}
.all-link a {
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  position: relative;
  padding-right: 24px; /* Место для стрелки */
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  /* Анимированное подчеркивание */
  /* Стрелка (треугольник) */
  /* Ховер-эффекты */
}
.all-link a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.all-link a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.all-link a:hover {
  color: #8351F9; /* Фиолетовый цвет */
  padding-right: 30px; /* Увеличиваем отступ для стрелки */
}
.all-link a:hover::after {
  width: 100%;
  background: #8351F9;
}
.all-link a:hover::before {
  right: -5px;
  border-color: transparent transparent transparent #8351F9;
}
@media (max-width: 768px) {
  .all-link {
    padding: 11px 0; /* 16*0.666≈11px */
  }
  .all-link a {
    font-size: 11px; /* 17*0.666≈11px */
    line-height: 13px; /* 20*0.666≈13px */
    padding-right: 16px; /* 24*0.666≈16px */
  }
  .all-link a::before {
    border-width: 3px 0 3px 4px; /* Уменьшаем стрелку */
  }
  .all-link a:hover {
    padding-right: 20px; /* 30*0.666≈20px */
  }
  .all-link a:hover::before {
    right: -3px;
  }
}

.section-video-index {
  padding: 50px 0;
  background: #f6f6f6;
}

.section-reviews {
  padding: 50px 0;
}
.section-reviews .container .area img {
  max-width: 100%;
}

.section-order-form {
  padding: 150px 0 100px;
  background: #fff8f0;
}
.section-order-form .container h3 {
  color: var(--Color-1, #262626);
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.08px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .section-order-form .container h3 {
    font-size: 32px;
    letter-spacing: 0.96px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .section-order-form .container h3 {
    font-size: 28px;
    letter-spacing: 0.84px;
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .section-order-form .container h3 {
    font-size: 24px;
    letter-spacing: 0.72px;
    margin-bottom: 20px;
  }
}
.section-order-form .container .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  .section-order-form .container .area {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .section-order-form .container .area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
}
@media (max-width: 576px) {
  .section-order-form .container .area {
    gap: 20px;
  }
}
.section-order-form .container .area .img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .section-order-form .container .area .img {
    width: 100%;
    text-align: center;
  }
}
.section-order-form .container .area .img img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .section-order-form .container .area .img img {
    margin: 0 auto;
    max-height: 300px;
  }
}
@media (max-width: 576px) {
  .section-order-form .container .area .img img {
    max-height: 250px;
  }
}
.section-order-form .container .area .form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .section-order-form .container .area .form {
    max-width: 450px;
  }
}
@media (max-width: 768px) {
  .section-order-form .container .area .form {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .section-order-form {
    padding: 120px 0 80px;
  }
}
@media (max-width: 768px) {
  .section-order-form {
    padding: 80px 0 60px;
  }
}
@media (max-width: 576px) {
  .section-order-form {
    padding: 60px 0 40px;
  }
}

.wpcf7 {
  width: 100%;
}
.wpcf7 .field input[type=tel],
.wpcf7 .field input[type=text] {
  height: 66px;
  border-radius: 15px;
  background: #F1F1F1;
  padding: 20px;
  color: #B9B9B9;
  max-width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
  margin-bottom: 20px;
  border: 0 !important;
}
.wpcf7 .field input[type=tel]::-webkit-input-placeholder, .wpcf7 .field input[type=text]::-webkit-input-placeholder {
  color: #B9B9B9;
  font-size: 16px;
}
.wpcf7 .field input[type=tel]::-moz-placeholder, .wpcf7 .field input[type=text]::-moz-placeholder {
  color: #B9B9B9;
  font-size: 16px;
}
.wpcf7 .field input[type=tel]:-ms-input-placeholder, .wpcf7 .field input[type=text]:-ms-input-placeholder {
  color: #B9B9B9;
  font-size: 16px;
}
.wpcf7 .field input[type=tel]::-ms-input-placeholder, .wpcf7 .field input[type=text]::-ms-input-placeholder {
  color: #B9B9B9;
  font-size: 16px;
}
.wpcf7 .field input[type=tel]::placeholder,
.wpcf7 .field input[type=text]::placeholder {
  color: #B9B9B9;
  font-size: 16px;
}
.wpcf7 .submit_button {
  border-radius: 25px;
  background: #F39C12;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  height: 55px;
  padding: 0 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: 0;
}
.wpcf7 .wpcf7-response-output {
  max-width: 100% !important;
}
@media (max-width: 767px) {
  .wpcf7 .field input[type=tel],
  .wpcf7 .field input[type=text] {
    height: 50px;
    padding: 15px;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .wpcf7 .field input[type=tel]::-webkit-input-placeholder, .wpcf7 .field input[type=text]::-webkit-input-placeholder {
    font-size: 14px;
  }
  .wpcf7 .field input[type=tel]::-moz-placeholder, .wpcf7 .field input[type=text]::-moz-placeholder {
    font-size: 14px;
  }
  .wpcf7 .field input[type=tel]:-ms-input-placeholder, .wpcf7 .field input[type=text]:-ms-input-placeholder {
    font-size: 14px;
  }
  .wpcf7 .field input[type=tel]::-ms-input-placeholder, .wpcf7 .field input[type=text]::-ms-input-placeholder {
    font-size: 14px;
  }
  .wpcf7 .field input[type=tel]::placeholder,
  .wpcf7 .field input[type=text]::placeholder {
    font-size: 14px;
  }
  .wpcf7 .submit_button {
    height: 45px;
    font-size: 16px;
    padding: 0 40px;
  }
}

.inner-page-margin-top {
  margin-top: 157px;
}
@media (max-width: 892px) {
  .inner-page-margin-top {
    margin-top: 265px;
  }
}
@media (max-width: 768px) {
  .inner-page-margin-top {
    margin-top: 305px;
  }
}

.animator-list h3 {
  color: var(--Color-4, #FFCE09);
}
.animator-list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 100px;
}
.animator-list .list .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.333% - 14px);
          flex: 1 1 calc(33.333% - 14px);
  min-width: 0;
  border-radius: 15px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  /* Если элемент один — фиксируем ширину */
  /* Если элементов ровно два — сохраняем ширину как для 2 колонок */
}
.animator-list .list .item:only-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.333% - 14px);
          flex: 0 1 calc(33.333% - 14px); /* Не растягивается */
  max-width: calc(33.333% - 14px);
}
.animator-list .list .item:nth-last-child(2):first-child, .animator-list .list .item:nth-last-child(2):first-child ~ .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 10px);
          flex: 1 1 calc(50% - 10px); /* Ширина 2 в ряд */
  max-width: calc(50% - 10px);
}
.animator-list .list .item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.animator-list .list .item a {
  display: block;
  padding: 20px;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.animator-list .list .item a .img {
  margin-bottom: 20px;
}
.animator-list .list .item a .img img {
  width: 100%;
  display: block;
  height: auto;
  border-radius: 15px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
  background-position: top center;
}
.animator-list .list .item a:hover .img img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.animator-list .list .item a .title {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  min-height: 60px;
}
.animator-list .list .item a .more-link {
  text-align: right;
  position: relative;
  display: inline-block;
  padding-right: 20px;
  color: inherit;
}
.animator-list .list .item a .more-link::after {
  content: "→";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.animator-list .list .item a .more-link:hover::after {
  -webkit-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
}
.animator-list .list .item.color-blue a .title {
  color: #5b9dc8;
}
.animator-list .list .item.color-green a .title {
  color: #5C9B34;
}
.animator-list .list .item.color-orange a .title {
  color: #FF7E56;
}
.animator-list .list .item.color-purple a .title {
  color: #8351F9;
}
.animator-list .list .item.color-yellow a .title {
  color: #FFC909;
}
@media (max-width: 992px) {
  .animator-list .list .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 10px);
            flex: 1 1 calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  .animator-list .list {
    gap: 15px;
    margin-bottom: 60px;
  }
  .animator-list .list .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    border-radius: 12px;
  }
  .animator-list .list .item a {
    padding: 15px;
  }
  .animator-list .list .item a .img {
    margin-bottom: 15px;
  }
  .animator-list .list .item a .title {
    min-height: auto;
    margin-bottom: 15px;
    font-size: 18px;
  }
}

.anim-why-block .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 100px;
}
.anim-why-block .list .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 20px);
          flex: 1 1 calc(50% - 20px);
  padding: 24px;
  padding-left: 58px;
  position: relative;
  border-radius: 15px;
  background: linear-gradient(135deg, #3A3A3A 0%, #1E1E1E 100%);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
  z-index: 1;
}
.anim-why-block .list .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #4A4A4A 0%, #2E2E2E 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.anim-why-block .list .item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.anim-why-block .list .item:hover::before {
  opacity: 1;
}
.anim-why-block .list .item:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.anim-why-block .list .item svg {
  position: absolute;
  top: 28px;
  left: 24px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}
.anim-why-block .list .item p {
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.024px;
  padding-top: 0;
  margin-top: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
  z-index: 2;
}
.anim-why-block .list .item p b {
  font-weight: 600;
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  line-height: 32px;
  letter-spacing: -0.024px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 992px) {
  .anim-why-block .list {
    gap: 15px;
    margin-bottom: 80px;
  }
  .anim-why-block .list .item {
    padding: 20px;
    padding-left: 50px;
  }
  .anim-why-block .list .item svg {
    top: 22px;
    left: 20px;
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 768px) {
  .anim-why-block .list {
    gap: 12px;
    margin-bottom: 60px;
  }
  .anim-why-block .list .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding: 18px;
    padding-left: 48px;
    border-radius: 12px;
  }
  .anim-why-block .list .item svg {
    top: 18px;
    left: 18px;
  }
  .anim-why-block .list .item p {
    font-size: 15px;
    line-height: 24px;
  }
  .anim-why-block .list .item p b {
    font-size: 15px;
    line-height: 26px;
  }
}
@media (max-width: 480px) {
  .anim-why-block .list .item {
    padding: 16px;
    padding-left: 44px;
  }
  .anim-why-block .list .item p {
    font-size: 14px;
    line-height: 22px;
  }
  .anim-why-block .list .item p b {
    font-size: 14px;
    line-height: 24px;
  }
}

.animator-page .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0px;
}
.animator-page .area .img {
  width: 50%;
  text-align: left;
}
.animator-page .area .img img {
  height: auto !important;
}
.animator-page .area .text {
  width: 50%;
}
.animator-page .area .text h2 {
  font-weight: 700;
  margin-bottom: 24px;
}
.animator-page .area .text .t1 {
  margin-bottom: 16px;
}
.animator-page .area .text .list {
  margin-bottom: 20px;
}
.animator-page .area .text .list .item {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 200% */
  letter-spacing: -0.029px;
}
.animator-page .area .text .list .item svg {
  margin-right: 10px;
}
.animator-page .area .text .list .price {
  margin-top: 20px;
}
.animator-page .area .text .list .price span {
  color: #C94BAC;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.8px;
}
.animator-page .area .text .list .price strong {
  color: var(--Color-1, #262626);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.8px;
  margin-left: 15px;
}
.animator-page h2.black, .animator-page h3.black {
  color: #000 !important;
}
.animator-page.color-purple h2 {
  color: #C94BAC;
}
.animator-page.color-purple .section--animators-slider .title {
  color: #C94BAC;
}
.animator-page .section--animators-slider h3 {
  margin-bottom: 24px;
}

.show-page .main-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 80px;
}
.show-page .main-area .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.show-page .main-area .content p {
  color: #262626;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.029px;
}
.show-page .main-area .content b, .show-page .main-area .content strong {
  color: #262626;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 44px;
  letter-spacing: -0.034px;
}
.show-page .main-area .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.show-page .main-area .img img {
  max-height: 100%;
  width: auto;
}
@media (max-width: 768px) {
  .show-page .main-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
  .show-page .main-area .content, .show-page .main-area .img {
    width: 100%;
  }
  .show-page .main-area .img img {
    width: 100%;
    height: auto;
  }
  .show-page .main-area .content p {
    font-size: 14px;
    line-height: 22.4px;
  }
  .show-page .main-area .content b, .show-page .main-area .content strong {
    font-size: 16.8px;
    line-height: 30.8px;
  }
}
.show-page .programm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  display: none !important;
}
@media (max-width: 768px) {
  .show-page .programm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .show-page .programm .p-gallery, .show-page .programm .program-content {
    width: 100% !important;
  }
}
.show-page .programm .p-gallery {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.show-page .programm .p-gallery img {
  margin-bottom: 16px;
  border-radius: 15px;
}
.show-page .programm .p-gallery img:last-child {
  margin-bottom: 0;
}
.show-page .programm .p-gallery img {
  width: calc(33.33% - 7px);
  margin-bottom: 0;
}
.show-page .programm .program-content {
  width: calc(100% - 360px - 20px);
  border-radius: 15px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.24);
  padding: 32px 20px;
}
.show-page .programm .program-content h2 {
  font-weight: 700;
  margin-bottom: 24px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .show-page .programm .program-content h2 {
    font-size: 21px;
  }
}
.show-page .programm .program-content .t1 {
  margin-bottom: 16px;
}
.show-page .programm .program-content .list {
  margin-bottom: 20px;
}
.show-page .programm .program-content .list .item {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.029px;
}
@media (max-width: 768px) {
  .show-page .programm .program-content .list .item {
    font-size: 14px;
    line-height: 28px;
  }
}
.show-page .programm .program-content .list .item svg {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .show-page .programm .program-content .list .item svg {
    width: 18px;
    height: 18px;
  }
}
.show-page .programm .program-content .list .price {
  margin-top: 20px;
}
.show-page .programm .program-content .list .price span, .show-page .programm .program-content .list .price strong {
  font-size: 24px;
}
@media (max-width: 768px) {
  .show-page .programm .program-content .list .price span, .show-page .programm .program-content .list .price strong {
    font-size: 16.8px;
  }
}
.show-page .programm .program-content .list .price strong {
  margin-left: 15px;
}
.show-page .dopolnitelno {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  .show-page .dopolnitelno {
    font-size: 0.7em;
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  .show-page .section--animators-slider h3,
  .show-page .animator-list h3 {
    font-size: 21px;
  }
}

/* Индикатор загрузки */
.loader {
  border: 2px solid #f3f3f3;
  border-top: 2px solid #3498db;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  margin: 0 auto;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Иконка поиска (если нет SVG файла) */
.header .search .btn svg {
  width: 20px;
  height: 20px;
  color: currentColor;
}

.search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search input {
  padding: 8px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 200px;
}

.search .btn {
  margin-left: -30px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
}

.loader {
  border: 2px solid #f3f3f3;
  border-top: 2px solid #3498db;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.search-results-container {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 400px;
  overflow-y: auto;
  margin-top: 5px;
}

.search-results-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search-results-container li {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.search-results-container li:last-child {
  border-bottom: none;
}

.search-results-container li a {
  font-weight: bold;
  color: #333;
  text-decoration: none;
  display: block;
}

.search-results-container li p {
  margin: 5px 0 0;
  color: #666;
  font-size: 0.9em;
}

.search-results-container li:hover {
  background-color: #f5f5f5;
}

.reviews-list {
  padding: 40px 0 200px;
}
.reviews-list .reviews-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}
@media (max-width: 1200px) {
  .reviews-list .reviews-grid {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .reviews-list .reviews-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 480px) {
  .reviews-list .reviews-grid {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.reviews-list .reviews-grid .review-item {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.reviews-list .reviews-grid .review-item:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.reviews-list .reviews-grid .review-item img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.photo-page {
  padding: 40px 0 200px;
}
.photo-page .album-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2rem;
  color: #333;
}
@media (max-width: 768px) {
  .photo-page .album-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
.photo-page .albums-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .photo-page .albums-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .photo-page .albums-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.photo-page .albums-grid .album-item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.photo-page .albums-grid .album-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.photo-page .albums-grid .album-item a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.photo-page .albums-grid .album-item .album-cover {
  height: 250px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.photo-page .albums-grid .album-item .album-cover.no-cover {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #999;
  font-size: 1rem;
}
.photo-page .albums-grid .album-item .album-cover.no-cover::before {
  content: "Нет обложки";
}
@media (max-width: 768px) {
  .photo-page .albums-grid .album-item .album-cover {
    height: 200px;
  }
}
.photo-page .albums-grid .album-item h3 {
  margin: 15px 20px 5px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
}
.photo-page .albums-grid .album-item .photo-count {
  margin: 0 20px 15px;
  font-size: 0.9rem;
  color: #666;
}
.photo-page .photo-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .photo-page .photo-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .photo-page .photo-grid {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .photo-page .photo-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.photo-page .photo-grid .photo-item {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background: #f9f9f9;
}
.photo-page .photo-grid .photo-item:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.photo-page .photo-grid .photo-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.photo-page .photo-grid .photo-item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.photo-page .photo-grid .photo-item a:hover img {
  opacity: 0.9;
}
.photo-page .no-albums,
.photo-page .no-photos,
.photo-page .album-not-found {
  text-align: center;
  padding: 40px 0;
  color: #666;
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  .photo-page .no-albums,
  .photo-page .no-photos,
  .photo-page .album-not-found {
    padding: 30px 0;
    font-size: 1rem;
  }
}
.photo-page .btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background: linear-gradient(174deg, #AE2F91 7.19%, #FF8243 95.48%);
  color: white;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  border: none;
  cursor: pointer;
}
.photo-page .btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .photo-page .btn {
    padding: 8px 16px;
    font-size: 0.9rem;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.photo-grid,
.albums-grid {
  -webkit-animation: fadeIn 0.5s ease-out forwards;
          animation: fadeIn 0.5s ease-out forwards;
}

.section-video-index {
  padding: 40px 0;
}
.section-video-index .container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.video-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .video-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.video-main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 285px - 20px);
          flex: 0 0 calc(100% - 285px - 20px);
  position: relative;
}
@media (max-width: 768px) {
  .video-main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.video-secondary {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 235px;
          flex: 0 0 235px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .video-secondary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .video-secondary .video-thumbnail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
  }
}

.video-thumbnail {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 8px;
  background: #000;
  padding-top: 56.25%;
}
.video-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.video-thumbnail:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.video-thumbnail .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
.video-thumbnail .play-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-35%, -50%);
          transform: translate(-35%, -50%);
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #333;
}
.video-thumbnail:hover .play-icon {
  background: rgba(255, 0, 0, 0.8);
}
.video-thumbnail:hover .play-icon::after {
  border-color: transparent transparent transparent #fff;
}

/* Модальное окно */
.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.video-modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-modal-content {
  position: relative;
  width: 80%;
  max-width: 1200px;
}
.video-modal-content .video-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}
.video-modal-content .video-modal-close:hover {
  color: #ccc;
}

.video-modal-iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-modal-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#main-img {
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius: 50%;
}

#main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body {
  overflow-x: hidden;
}

/* Ключевые кадры для анимаций */
@-webkit-keyframes bounceIn {
  0% {
    -webkit-transform: scale(0.8) translateY(50px);
            transform: scale(0.8) translateY(50px);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    opacity: 1;
  }
}
@keyframes bounceIn {
  0% {
    -webkit-transform: scale(0.8) translateY(50px);
            transform: scale(0.8) translateY(50px);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes swingIn {
  0% {
    -webkit-transform: rotate(-10deg) translateY(30px);
            transform: rotate(-10deg) translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
    opacity: 1;
  }
}
@keyframes swingIn {
  0% {
    -webkit-transform: rotate(-10deg) translateY(30px);
            transform: rotate(-10deg) translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0) translateY(0);
            transform: rotate(0) translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes flipIn {
  0% {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes flipIn {
  0% {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
/* Стили для блоков */
.animate-it {
  opacity: 0;
  /* Убираем transition, т.к. используем animation */
}

/* Анимации (forwards сохраняет конечное состояние) */
.animate-bounce {
  -webkit-animation: bounceIn 0.7s forwards !important;
          animation: bounceIn 0.7s forwards !important;
}

.animate-swing {
  -webkit-animation: swingIn 0.7s forwards !important;
          animation: swingIn 0.7s forwards !important;
}

.animate-zoom {
  -webkit-animation: zoomIn 0.7s forwards !important;
          animation: zoomIn 0.7s forwards !important;
}

.animate-flip {
  -webkit-animation: flipIn 0.7s forwards !important;
          animation: flipIn 0.7s forwards !important;
}

.animate-slide-right {
  -webkit-animation: slideInRight 0.7s forwards !important;
          animation: slideInRight 0.7s forwards !important;
}

.animate-slide-left {
  -webkit-animation: slideInLeft 0.7s forwards !important;
          animation: slideInLeft 0.7s forwards !important;
}

/* Списки (работают на transition) */
.animate-it-list .item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
.animate-it-list.active .item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.animate-it-list.active .item:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.animate-it-list.active .item:nth-child(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.animate-it-list.active .item:nth-child(3) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.animate-it-list.active .item:nth-child(4) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.animate-it-list.active .item:nth-child(5) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.animate-it-list.active .item:nth-child(6) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.animate-it-list.active .item:nth-child(7) {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
.animate-it-list.active .item:nth-child(8) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.animate-it-list.active .item:nth-child(9) {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}
.animate-it-list.active .item:nth-child(10) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.animate-it-list.active .item:nth-child(11) {
  -webkit-transition-delay: 3.3s;
          transition-delay: 3.3s;
}
.animate-it-list.active .item:nth-child(12) {
  -webkit-transition-delay: 3.6s;
          transition-delay: 3.6s;
}
.animate-it-list.active .item:nth-child(13) {
  -webkit-transition-delay: 3.9s;
          transition-delay: 3.9s;
}
.animate-it-list.active .item:nth-child(14) {
  -webkit-transition-delay: 4.2s;
          transition-delay: 4.2s;
}
.animate-it-list.active .item:nth-child(15) {
  -webkit-transition-delay: 4.5s;
          transition-delay: 4.5s;
}
.animate-it-list.active .item:nth-child(16) {
  -webkit-transition-delay: 4.8s;
          transition-delay: 4.8s;
}
.animate-it-list.active .item:nth-child(17) {
  -webkit-transition-delay: 5.1s;
          transition-delay: 5.1s;
}
.animate-it-list.active .item:nth-child(18) {
  -webkit-transition-delay: 5.4s;
          transition-delay: 5.4s;
}
.animate-it-list.active .item:nth-child(19) {
  -webkit-transition-delay: 5.7s;
          transition-delay: 5.7s;
}
.animate-it-list.active .item:nth-child(20) {
  -webkit-transition-delay: 6s;
          transition-delay: 6s;
}