

/* Start:/local/templates/main/markup/libs/normalize.css?17352901086138*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/main/markup/css/styles.css?1753360791115619*/
@charset "UTF-8";
/* montserrat-100 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  src: url("/local/templates/main/markup/css/../fonts/montserrat-v29-cyrillic_latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-100italic - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 100;
  src: url("/local/templates/main/markup/css/../fonts/montserrat-v29-cyrillic_latin-100italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-200 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  src: url("/local/templates/main/markup/css/../fonts/montserrat-v29-cyrillic_latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-200italic - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 200;
  src: url("/local/templates/main/markup/css/../fonts/montserrat-v29-cyrillic_latin-200italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-300 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("/local/templates/main/markup/css/../fonts/montserrat-v29-cyrillic_latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-300italic - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 300;
  src: url("/local/templates/main/markup/css/../fonts/montserrat-v29-cyrillic_latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-regular - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/main/markup/css/../fonts/montserrat-v29-cyrillic_latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-italic - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  src: url("/local/templates/main/markup/css/../fonts/montserrat-v29-cyrillic_latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("/local/templates/main/markup/css/../fonts/montserrat-v29-cyrillic_latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500italic - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 500;
  src: url("/local/templates/main/markup/css/../fonts/montserrat-v29-cyrillic_latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("/local/templates/main/markup/css/../fonts/montserrat-v29-cyrillic_latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600italic - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 600;
  src: url("/local/templates/main/markup/css/../fonts/montserrat-v29-cyrillic_latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("/local/templates/main/markup/css/../fonts/montserrat-v29-cyrillic_latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700italic - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  src: url("/local/templates/main/markup/css/../fonts/montserrat-v29-cyrillic_latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-800 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("/local/templates/main/markup/css/../fonts/montserrat-v29-cyrillic_latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-800italic - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 800;
  src: url("/local/templates/main/markup/css/../fonts/montserrat-v29-cyrillic_latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-900 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: url("/local/templates/main/markup/css/../fonts/montserrat-v29-cyrillic_latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-900italic - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 900;
  src: url("/local/templates/main/markup/css/../fonts/montserrat-v29-cyrillic_latin-900italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --font-family: "Montserrat", sans-serif;
  --second-family: "Montserrat", sans-serif;
  --dark: #191919;
  --white: #fff;
  --orange: #ff7a00;
  --line: #e3e3e3;
  --text: #757575;
  --transition: all 0.3s;
  --transition-duration: 0.5s;
  --transition-ease: cubic-bezier(0.4, 0, 0.2, 1);
  --header-height: 65px;
  --hero-height: calc(100vh - var(--header-height));
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

html *,
html *::before,
html *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 375px;
  position: relative;
  overflow-x: hidden;
  font-style: normal;
  line-height: 1.5;
  max-width: 100%;
  width: 100%;
  font-family: var(--font-family);
  background-color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  min-height: 100vh;
  color: var(--text);
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

b, strong {
  color: var(--dark);
}

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

figure {
  margin-inline: 0;
}

input,
textarea,
a,
select,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

input,
textarea {
  max-width: 100%;
  width: 100%;
}

a {
  font-family: inherit;
  font-style: inherit;
}

address {
  font-style: normal;
  font-family: inherit;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea {
  resize: none;
}

svg * {
  -webkit-transition-property: fill, stroke;
  transition-property: fill, stroke;
}

[class*=copyrights-pane] {
  display: none !important;
}

.reset {
  padding: 0;
  margin: 0;
}

.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.visually-hidden:not(:focus),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
  clip-path: inset(100%);
}

.overflow-hidden {
  max-width: 100%;
  overflow-x: hidden;
}

.object-scroll {
  max-width: 100%;
  overflow: auto;
}
.object-scroll a {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@-webkit-keyframes blinkFade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blinkFade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.button {
  text-decoration: none;
  cursor: pointer;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  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: none;
  background-color: transparent;
  height: 40px;
  padding: 10px 24px;
  line-height: 1;
  color: var(--dark);
  border-radius: 0;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
.button span {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 0;
  background-color: #ffffff;
  border-radius: 0;
  border: 1px solid var(--dark);
}
.button:active::before, .button:focus::before, .button:hover::before {
  top: -4px;
  bottom: -4px;
  right: -4px;
  left: -4px;
}
.button-create {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: none;
  border: 1px solid #191919;
  color: #191919;
  padding: 9px 24px;
  position: relative;
  text-decoration: none;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button-create span {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  text-transform: uppercase;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-create:focus-visible {
  -webkit-box-shadow: 0 0 0 2px rgba(25, 25, 25, 0.3);
          box-shadow: 0 0 0 2px rgba(25, 25, 25, 0.3);
}
@media (hover: hover) and (pointer: fine) {
  .button-create:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    visibility: hidden;
    -webkit-transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1), visibility 200ms cubic-bezier(0.4, 0, 0.2, 1), width 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1), opacity 200ms cubic-bezier(0.4, 0, 0.2, 1), visibility 200ms cubic-bezier(0.4, 0, 0.2, 1), width 200ms cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    background-color: #191919;
  }
  .button-create:hover {
    color: #ffffff;
    cursor: pointer;
  }
  .button-create:hover:before {
    visibility: visible;
    width: 100%;
  }
  .button-create:active {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
}
@media (hover: none) {
  .button-create {
    -webkit-tap-highlight-color: transparent;
  }
  .button-create:active {
    background-color: #191919;
    color: #ffffff;
    -webkit-transition: background-color 50ms ease, color 50ms ease, -webkit-transform 50ms ease;
    transition: background-color 50ms ease, color 50ms ease, -webkit-transform 50ms ease;
    transition: background-color 50ms ease, color 50ms ease, transform 50ms ease;
    transition: background-color 50ms ease, color 50ms ease, transform 50ms ease, -webkit-transform 50ms ease;
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
.button-create--mod {
  background-color: #ffffff;
  border: none;
  color: #191919;
}
.button-create--mod:focus-visible {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}
@media (hover: hover) and (pointer: fine) {
  .button-create--mod:before {
    background-color: #191919;
  }
}
@media (hover: none) {
  .button-create--mod:active {
    background-color: #191919;
    color: #ffffff;
  }
}
@media (max-width: 767px) {
  .button-create span {
    font-size: 14px;
  }
}

.play-btn {
  text-decoration: none;
  cursor: pointer;
  width: 48px;
  height: 48px;
  text-align: center;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  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: none;
  background-color: #ffffff;
  line-height: 1;
  color: var(--dark);
  border-radius: 0;
  font-weight: 400;
  text-transform: uppercase;
}
.play-btn span {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.play-btn__icon {
  color: #191919;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.play-btn__icon svg {
  display: block;
  width: 6px;
  height: auto;
}
.play-btn__icon path {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  fill: currentColor;
}
.play-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  /*opacity: 0;*/
  visibility: hidden;
  -webkit-transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, opacity 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, visibility 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, width 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, opacity 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, visibility 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, width 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  z-index: 1;
  background-color: #191919;
}
.play-btn:hover {
  color: var(--white);
}
.play-btn:hover:before {
  /*opacity: 1;*/
  visibility: visible;
  width: 100%;
}
.play-btn:hover .play-btn__icon {
  color: var(--white);
}
.play-btn:hover::before {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: var(--dark);
  border-color: var(--dark);
}

.logo__link {
  display: block;
  text-decoration: none;
}
.logo__text {
  font-family: "Geologica", serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.logo:hover .logo__text {
  color: #d5fe67;
}
@media (max-width: 1023px) {
  .logo__text {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .logo__text {
    font-size: 19px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--dark);
  line-height: 1.2;
  font-weight: 300;
}

.title {
  margin-top: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 1.2;
  color: var(--dark);
  -webkit-margin-after: 0.4em;
          margin-block-end: 0.4em;
}
@media (max-width: 1023px) {
  .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 30px;
  }
}

.wrapper {
  max-width: 1504px;
  width: 100%;
  margin: 0 auto;
  padding: 0 48px;
}
@media (max-width: 1023px) {
  .wrapper {
    max-width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    padding: 0 20px;
  }
}

.main-navigation {
  width: 100%;
  max-width: 100%;
  background-color: var(--main-navigation-bg-color);
  border-radius: 4px;
}
.main-navigation__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 100%;
}
.main-navigation__item {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.main-navigation__item:has(.main-sub-navigation) {
  position: relative;
  z-index: 2;
}
.main-navigation__item:has(.main-sub-navigation)::before {
  content: "";
  display: block;
  width: 100%;
  top: 100%;
  left: 0;
  height: 10px;
  background-color: var(--main-navigation-hover-bg-color);
  position: absolute;
  display: none;
}
.main-navigation__item:has(.main-sub-navigation) .main-sub-navigation__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-navigation__item:has(.main-sub-navigation) .main-navigation__link:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9 1L5 5L1 0.999999' stroke='%23D5FE67' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 8px;
  margin-left: 12px;
  margin-top: 4px;
}
.main-navigation__item .main-sub-navigation {
  position: absolute;
  width: 288px;
  top: calc(100% + 8px);
  display: none;
}
.main-navigation__item:hover::before {
  display: block;
}
.main-navigation__item:hover .main-sub-navigation {
  display: block;
}
.main-navigation__link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: var(--main-navigation-padding);
  font-family: var(--main-navigation-font-family);
  font-weight: var(--main-navigation-font-weight);
  font-size: var(--main-navigation-font-size);
  line-height: var(--main-navigation-line-height);
  color: var(--main-navigation-text-color);
  background-color: var(--main-navigation-bg-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  letter-spacing: var(--main-navigation-letter-spacing);
  position: relative;
}
.main-navigation__link:hover {
  background-color: var(--main-navigation-hover-bg-color);
}
.main-navigation__item:hover .main-navigation__link {
  background-color: var(--main-navigation-hover-bg-color);
}
.main-navigation__item + .main-navigation__item {
  border-left: 1px solid var(--border-color);
}

.main-sub-navigation {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.main-sub-navigation__list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 100%;
  background: var(--main-sub-navigation-bg-color);
  padding: var(--main-sub-navigation-padding);
}
.main-sub-navigation__item {
  max-width: 100%;
  width: 100%;
}
.main-sub-navigation__item + .main-sub-navigation__item {
  border-top: 1px solid var(--border-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.main-sub-navigation__item + .main-sub-navigation__item:hover {
  border-top: 1px solid transparent;
}
.main-sub-navigation__item:hover + .main-sub-navigation__item {
  border-top: 1px solid transparent;
}
.main-sub-navigation__link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: var(--main-navigation-padding);
  font-family: var(--main-navigation-font-family);
  font-weight: var(--main-navigation-font-weight);
  font-size: var(--main-navigation-font-size);
  line-height: var(--main-navigation-line-height);
  color: var(--main-navigation-text-color);
  background-color: var(--main-sub-navigation-bg-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  letter-spacing: var(--main-navigation-letter-spacing);
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.main-sub-navigation__link:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.95801 1.02148L6.00011 4.97894L2.04266 9.02104' stroke='%23D5FE67' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 12px;
  margin-left: 12px;
}
.main-sub-navigation__link:hover {
  background-color: var(--main-sub-navigation-hover-bg-color);
}

.menu-button {
  position: relative;
  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;
  border-radius: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}
.menu-button::before {
  content: "";
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  z-index: 0;
  border-radius: 0;
}
.menu-button span,
.menu-button span::after,
.menu-button span::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 2px;
  background-color: var(--dark);
  z-index: 2;
}
.menu-button span::after,
.menu-button span::before {
  position: absolute;
}
.menu-button span::after,
.menu-button span::before {
  content: "";
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu-button span::before {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  width: 95%;
}
.menu-button span::after {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  width: 60%;
}
.menu-button:hover::before {
  top: -4px;
  bottom: -4px;
  right: -4px;
  left: -4px;
}

.navigation__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -65px;
  margin-bottom: -32px;
}
.navigation__item {
  margin-right: 65px;
  margin-bottom: 32px;
}
.navigation__link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 14px;
  color: var(--dark);
  position: relative;
}
.navigation__link::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-color: var(--dark);
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.navigation__link.current {
  pointer-events: none;
}
.navigation__link.current::after {
  opacity: 1;
}
@media (max-width: 1379px) {
  .navigation__list {
    margin-right: -56px;
  }
  .navigation__item {
    margin-right: 56px;
  }
}
@media (max-width: 1023px) {
  .navigation__list {
    margin-right: -22px;
    margin-bottom: -16px;
  }
  .navigation__item {
    margin-right: 22px;
    margin-bottom: 16px;
  }
}

.phone {
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  color: var(--dark);
}
@media (max-width: 1023px) {
  .phone {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .phone {
    width: 18px;
  }
}

.header-logo {
  width: 33px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--dark);
}
.header-logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  width: 100%;
  color: inherit;
}
.header-logo svg {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .header-logo {
    width: 30px;
    height: 30px;
  }
}

.contacts-card {
  font-weight: 400;
  font-size: 14px;
  color: var(--dark);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts-card__icon {
  width: 16px;
  height: 16px;
  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;
  margin-bottom: 16px;
}
.contacts-card__icon svg {
  display: block;
  width: 100%;
  height: auto;
}
.contacts-card__address {
  text-decoration: none;
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: inherit;
}
.contacts-card__link {
  text-decoration: none;
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: inherit;
}
@media (max-width: 1023px) {
  .contacts-card--mod {
    position: relative;
    padding-left: 32px;
  }
  .contacts-card--mod .contacts-card__icon {
    position: absolute;
    left: 0;
    top: 10px;
    margin: 0;
  }
}
.copy-link {
  color: var(--white);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.copy-link__text {
  position: relative;
}
.copy-link__text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  height: 1px;
  width: 100%;
  background-color: var(--white);
  -webkit-transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.copy-link:hover .copy-link__text:after {
  width: 0;
}
.copy-link__icon {
  width: 32px;
  margin-left: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.copy-link__icon svg {
  display: block;
  width: 100%;
  height: auto;
}
.copy-link__icon:hover {
  -webkit-animation: blinkFade 0.3s linear 1;
          animation: blinkFade 0.3s linear 1;
}

.breadcrumbs {
  max-width: 100%;
  overflow-x: auto;
  font-weight: 500;
  font-size: 12px;
  line-height: 167%;
  color: var(--dark);
  margin-top: 20px;
  margin-bottom: 20px;
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs__item:not(:last-child) {
  padding-right: 24px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.breadcrumbs__item:not(:last-child):after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: var(--dark);
  position: absolute;
  right: 8px;
}
.breadcrumbs a {
  font-style: normal;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
.breadcrumbs a:not([href]) {
  opacity: 0.7;
}
@media (max-width: 1023px) {
  .breadcrumbs {
    margin-bottom: 27px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.read-more {
  font-weight: 500;
  font-size: 12px;
  color: var(--dark);
  text-decoration: none;
  margin-top: 15px;
  margin-bottom: 15px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.read-more__icon {
  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: 7px;
  height: 7px;
  position: relative;
}
.read-more__icon::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--dark);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.read-more__icon::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--dark);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.accordion__text {
  font-size: 16px;
}
.accordion h1, .accordion h2, .accordion h3, .accordion h4, .accordion h5, .accordion h6 {
  margin-top: 0;
}
.accordion.isActive .read-more__icon::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
@media (max-width: 1023px) {
  .accordion__text {
    font-size: 15px;
    line-height: 1.33;
  }
}

.decorative-text {
  pointer-events: none;
  z-index: 0;
}

.sticky-block {
  min-height: 100%;
}
.sticky-block__content {
  position: sticky;
  top: 100px;
}
@media (max-width: 1379px) {
  .sticky-block {
    min-height: initial;
  }
  .sticky-block__content {
    position: initial;
    top: initial;
  }
}

.article-preview__body {
  margin-bottom: 12px;
}
.article-preview__link {
  text-decoration: none;
  display: block;
  color: inherit;
}
.article-preview__image {
  width: 100%;
  margin-bottom: 25px;
  position: relative;
}
.article-preview__image::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, opacity 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, visibility 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, opacity 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, visibility 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  z-index: 1;
}
.article-preview__image img {
  display: block;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .article-preview__image:hover:after {
    opacity: 1;
    width: 100%;
    visibility: visible;
  }
}
.article-preview__date {
  margin-top: 10px;
  margin-bottom: 7px;
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: var(--dark);
}
.article-preview__title {
  font-weight: 600;
  font-size: 20px;
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* количество строк */
  -webkit-box-orient: vertical;
}
.article-preview__button {
  position: relative;
  padding-bottom: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  color: var(--dark);
}
.article-preview__button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 2px;
  width: 100%;
  background-color: var(--dark);
  -webkit-transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
@media (hover: hover) and (pointer: fine) {
  .article-preview__button:hover::after {
    width: 0;
  }
}
.article-preview__text {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* количество строк */
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .article-preview__image {
    margin-bottom: 16px;
  }
  .article-preview__title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 14px;
  }
  .article-preview__text {
    line-height: 1.3;
  }
}

.lead {
  display: block;
  font-weight: 400;
  font-size: 24px;
  line-height: 133%;
  color: var(--dark);
  margin-top: 0;
}
@media (max-width: 767px) {
  .lead {
    font-size: 20px;
  }
}

.steps__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.steps__item {
  margin-bottom: 30px;
}
.steps__item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 43px;
  position: relative;
}
.steps__item:last-of-type::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: var(--dark);
  opacity: 0.15;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.steps__number {
  font-weight: 400;
  font-size: 14px;
  color: var(--dark);
  margin-bottom: 22px;
  margin-top: 0;
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.steps__number::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: var(--dark);
  opacity: 0.15;
}
.steps__name {
  display: block;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 40px;
  color: var(--dark);
}
.steps__descr {
  margin: 0;
  font-size: 18px;
}
@media (max-width: 1023px) {
  .steps__name {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .steps__descr {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .steps {
    font-size: 16px;
  }
  .steps__item {
    margin-bottom: 15px;
  }
  .steps__item:last-of-type {
    padding-bottom: 27px;
  }
  .steps__name {
    font-size: 25px;
    margin-bottom: 7px;
  }
  .steps__number {
    margin-bottom: 10px;
  }
  .steps__descr {
    font-size: 14px;
  }
}

.tabs-navigation__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-right: -56px;
  max-width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
}
.tabs-navigation__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 56px;
}
.tabs-navigation__link {
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  color: var(--dark);
  position: relative;
  cursor: pointer;
  padding-bottom: 10px;
}
.tabs-navigation__link::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-color: var(--dark);
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.tabs-navigation__link.isActive {
  pointer-events: none;
}
.tabs-navigation__link.isActive::after {
  opacity: 1;
}
@media (max-width: 1023px) {
  .tabs-navigation__list {
    margin-right: -40px;
    margin-bottom: -16px;
  }
  .tabs-navigation__item {
    margin-right: 40px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .tabs-navigation__list {
    margin-right: -22px;
    margin-bottom: -16px;
  }
  .tabs-navigation__item {
    margin-right: 22px;
    margin-bottom: 16px;
  }
}

.tabs-navigation.full {
  margin-inline: -20px;
}

.tabs-navigation.full .tabs-navigation__item:first-of-type {
  padding-left: 20px;
}

.tabs-navigation.full .tabs-navigation__item:last-of-type {
  padding-right: 20px;
}

.tabs-content__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tabs-content__item {
  display: none;
}
.tabs-content__item.isActive {
  display: block;
}

.fullscreen-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 0;
}
.fullscreen-slider .swiper {
  width: 100%;
  height: 100%;
}
.fullscreen-slider .swiper-slide {
  width: 100%;
  height: 100%;
}
.fullscreen-slider__image {
  width: 100%;
  height: 100%;
  position: relative;
}
.fullscreen-slider__image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.fullscreen-slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.switches {
  max-width: 927px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}
.switches__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0;
  padding: 0;
}
.switches__item {
  min-height: 100%;
  position: relative;
}
.switches__item:not(:first-of-type)::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 32px);
  top: 16px;
  bottom: 16px;
  left: 0;
  background: var(--dark);
  opacity: 0.15;
}
.switches__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding: 15px 32px 15px 15px;
  background-color: var(--white);
  font-weight: 600;
  font-size: 16px;
  color: var(--dark);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 100%;
  width: 100%;
  position: relative;
  outline: none;
}
.switches__link:focus-visible {
  -webkit-box-shadow: 0 0 0 2px rgba(25, 25, 25, 0.3);
          box-shadow: 0 0 0 2px rgba(25, 25, 25, 0.3);
  z-index: 2;
}
@media (hover: hover) and (pointer: fine) {
  .switches__link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    background-color: #191919;
  }
  .switches__link:hover {
    color: var(--white);
    cursor: pointer;
  }
  .switches__link:hover::before {
    visibility: visible;
    width: 100%;
  }
  .switches__link:hover .switches__label {
    color: rgba(255, 255, 255, 0.8);
  }
  .switches__link:active {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    -webkit-transition-duration: 50ms;
            transition-duration: 50ms;
  }
}
@media (hover: none) {
  .switches__link {
    -webkit-tap-highlight-color: transparent;
  }
  .switches__link:active {
    background-color: #191919;
    color: var(--white);
    -webkit-transition: all 50ms ease;
    transition: all 50ms ease;
  }
  .switches__link:active .switches__label {
    color: rgba(255, 255, 255, 0.8);
  }
}
.switches__group {
  gap: 16px;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  z-index: 2;
}
.switches__image {
  max-width: 104px;
  width: 100%;
  border-radius: 1px;
  overflow: hidden;
}
.switches__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -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;
}
@media (hover: hover) {
  .switches__link:hover .switches__image img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
.switches__label {
  font-weight: 500;
  font-size: 12px;
  color: var(--text);
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
  padding-left: 12px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.switches__label::before {
  content: "";
  background-image: url(/local/templates/main/markup/css/../svg/icon-arrow-to-left.svg);
  display: block;
  width: 6px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -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;
  background-size: cover;
  background-position: center;
}
.switches__link--mod {
  padding: 15px 15px 15px 32px;
}
.switches__link--mod .switches__group {
  grid-template-columns: 1fr auto;
}
.switches__link--mod .switches__details {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  text-align: right;
}
.switches__link--mod .switches__label {
  padding-left: 0;
  padding-right: 12px;
  margin-left: auto;
}
.switches__link--mod .switches__label::before {
  left: auto;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media (hover: hover) {
  .switches__link:hover .switches__link--mod .switches__label::before {
    -webkit-transform: translateY(-50%) rotate(180deg) translateX(2px);
            transform: translateY(-50%) rotate(180deg) translateX(2px);
  }
}
@media (max-width: 1023px) {
  .switches__label {
    margin-bottom: 2px;
  }
}
@media (max-width: 767px) {
  .switches__item:not(:first-of-type)::after {
    display: none;
  }
  .switches__group {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .switches__text {
    display: none;
  }
  .switches__link {
    padding: 10px !important;
  }
  .switches__image {
    max-width: 55px;
    height: 40px;
  }
  .switches__label {
    padding-inline: 0 !important;
    margin-bottom: 0;
    line-height: 1.2;
  }
  .switches__label::before {
    display: none;
  }
}

.services-cost {
  font-size: 16px;
  color: #696969;
}
.services-cost__header {
  padding-bottom: 25px;
  border-bottom: 1px solid var(--line);
}
.services-cost__body {
  padding-top: 22px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--dark);
}
.services-cost__footer {
  padding-top: 22px;
}
.services-cost__title {
  margin-top: 0;
  display: block;
  font-weight: 600;
  font-size: 32px;
  color: var(--dark);
  margin-bottom: 11px;
}
.services-cost__text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}
.services-cost__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.services-cost__list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
}
.services-cost__list li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 1px;
  background-color: var(--text);
  position: absolute;
  left: 0;
  top: 10px;
}
.services-cost__price {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 24px;
  color: var(--dark);
}
.services-cost .button-create {
  margin-top: 14px;
}
.services-cost .button {
  margin-top: 14px;
}
@media (max-width: 1379px) {
  .services-cost__title {
    line-height: 1.1;
  }
  .services-cost__header {
    padding-bottom: 27px;
  }
}
@media (max-width: 767px) {
  .services-cost {
    font-size: 15px;
  }
  .services-cost__title {
    font-size: 25px;
    margin-bottom: 9px;
  }
  .services-cost__header {
    padding-bottom: 23px;
  }
  .services-cost__list li {
    margin-bottom: 13px;
  }
  .services-cost__footer {
    padding-top: 12px;
  }
  .services-cost .button {
    max-width: 100%;
    width: 100%;
    margin-top: 9px;
    font-size: 14px;
  }
  .services-cost .button-create {
    max-width: 100%;
    width: 100%;
    margin-top: 9px;
    font-size: 14px;
  }
}

.pagination {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 40px;
}
.pagination__list {
  list-style: none;
  padding: 0;
  margin: 0;
  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;
  margin-right: -8px;
  margin-bottom: -8px;
}
.pagination__item {
  margin-right: 8px;
  margin-bottom: 8px;
}
.pagination__link {
  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;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  height: 48px;
  width: 48px;
  background-color: transparent;
  color: var(--dark);
  position: relative;
  border: 1px solid var(--dark);
  outline: none;
  border-radius: 2px;
}
.pagination__link span {
  position: relative;
  z-index: 3;
}
.pagination__link:focus-visible {
  -webkit-box-shadow: 0 0 0 2px rgba(25, 25, 25, 0.3);
          box-shadow: 0 0 0 2px rgba(25, 25, 25, 0.3);
  z-index: 2;
}
@media (hover: hover) and (pointer: fine) {
  .pagination__link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    background-color: var(--dark);
  }
  .pagination__link:hover {
    color: var(--white);
    cursor: pointer;
  }
  .pagination__link:hover::before {
    visibility: visible;
    width: 100%;
  }
  .pagination__link:hover .pagination__icon {
    color: var(--white);
  }
  .pagination__link:active {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    -webkit-transition-duration: 50ms;
            transition-duration: 50ms;
  }
}
@media (hover: none) {
  .pagination__link {
    -webkit-tap-highlight-color: transparent;
  }
  .pagination__link:active {
    background-color: var(--dark);
    color: var(--white);
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-transition: all 50ms ease;
    transition: all 50ms ease;
  }
  .pagination__link:active .pagination__icon {
    color: var(--white);
  }
}
.pagination__link.active {
  color: var(--white);
  pointer-events: none;
}
.pagination__link.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--dark);
  z-index: 1;
  width: 100%;
  visibility: initial;
}
.pagination__link--prev, .pagination__link--next {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination__link--prev:hover .pagination__icon, .pagination__link--next:hover .pagination__icon {
  -webkit-transform: translateX(var(--offset, 0));
          transform: translateX(var(--offset, 0));
}
.pagination__link--prev {
  margin-right: 8px;
  --offset: -2px;
}
.pagination__link--next {
  margin-left: 8px;
  --offset: 2px;
}
.pagination__link--dotted {
  pointer-events: none;
  border-color: transparent;
  background-color: transparent !important;
}
.pagination__link--dotted:hover {
  background-color: transparent !important;
}
.pagination__link--text {
  border-color: var(--Line);
  min-width: 80px;
  padding: 0 12px;
}
.pagination__icon {
  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: var(--dark);
  -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;
}
.pagination__icon svg {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10px;
  height: auto;
}
.pagination__icon path {
  stroke: currentColor;
}
@media (max-width: 1399px) {
  .pagination {
    padding-top: 46px;
  }
}
@media (max-width: 767px) {
  .pagination {
    padding-top: 49px;
  }
  .pagination__list {
    margin-right: -5px;
  }
  .pagination__item {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .pagination__item--mobile-hide {
    display: none;
  }
  .pagination__link {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .pagination__link--prev, .pagination__link--next {
    width: 45px;
  }
  .pagination__link--text {
    min-width: 60px;
    padding: 0 8px;
  }
}

.review-card__link {
  text-decoration: none;
  display: block;
  color: inherit;
}
.review-card__header {
  position: relative;
  height: 336px;
  margin-bottom: 24px;
}
.review-card__photo {
  width: 100%;
  height: 100%;
}
.review-card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review-card__play {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
}
.review-card__group {
  display: grid;
  gap: 16px;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.review-card__favicon {
  border-radius: 50%;
  overflow: hidden;
  width: 40px;
  height: 40px;
}
.review-card__favicon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review-card__name {
  padding: 0;
  margin: 0;
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: var(--dark);
}
.review-card__title {
  display: block;
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--dark);
  margin-bottom: 18px;
}
.review-card__text {
  margin: 0;
  font-style: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* количество строк */
  -webkit-box-orient: vertical;
}
.review-card .characteristics {
  padding: 0;
  margin-bottom: 16px;
}
.review-card .characteristics__list {
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
}
.review-card .characteristics__item {
  grid-column: initial !important;
}
.review-card__link:hover .play-btn::before {
  /*opacity: 1;*/
  visibility: visible;
  width: 100%;
}
.review-card__link:hover .play-btn__icon {
  color: var(--white);
}
@media (max-width: 1023px) {
  .review-card__header {
    height: 248px;
  }
  .review-card .characteristics__list {
    grid-template-columns: auto auto;
    gap: 16px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .review-card__header {
    height: 250px;
    margin-bottom: 19px;
  }
  .review-card__group {
    margin-bottom: 16px;
  }
  .review-card__title {
    font-size: 18px;
  }
}

.form__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(1, 1fr);
}
.form__label {
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  color: var(--dark);
}
.form__error-message {
  display: block;
  color: #eb5757;
  font-weight: 400;
  font-size: 14px;
  margin-top: 10px;
}
.form__error-message:empty {
  display: none;
}
.form__input {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.form__input input {
  width: 100%;
  max-width: 100%;
  height: 100%;
  font-weight: 400;
  font-size: 18px;
  color: var(--dark);
  border-radius: 0;
  padding: 12px 24px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  outline: none;
}
.form__input input ::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  color: var(--dark);
  opacity: 0.6;
}
.form__input input ::-moz-placeholder {
  font-weight: 400;
  font-size: 18px;
  color: var(--dark);
  opacity: 0.6;
}
.form__input input :-ms-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  color: var(--dark);
  opacity: 0.6;
}
.form__input input ::-ms-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  color: var(--dark);
  opacity: 0.6;
}
.form__input input ::placeholder {
  font-weight: 400;
  font-size: 18px;
  color: var(--dark);
  opacity: 0.6;
}
.form__input textarea {
  width: 100%;
  max-width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  outline: none;
  font-weight: 400;
  font-size: 18px;
  color: var(--dark);
  padding: 12px 24px;
}
.form__input:hover {
  border: 1px solid rgb(0, 0, 0);
}
.form__input:focus-within {
  border: 1px solid rgb(0, 0, 0);
}
.form__input.has-error {
  border-color: #eb5757;
}
.form__agree {
  font-weight: 400;
  font-size: 16px;
  color: #696969;
}
.form__agree a {
  color: var(--dark);
  text-decoration: underline;
}
.form__agree label {
  position: relative;
  padding-left: 40px;
}
.form__agree label:before {
  content: "";
  display: block;
  border: 1px solid var(--dark);
  width: 24px;
  height: 24px;
  opacity: 0.2;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: absolute;
  left: 0;
  top: -3px;
}
.form__agree label:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='16' height='16' fill='%23191919' /%3e%3cpath d='M4 7.25L7 10L12 5' stroke='white' stroke-width='2' /%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 4px;
  top: 1px;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.form__agree input:checked + label::after {
  opacity: 1;
}
.form__agree input:checked + label::before {
  opacity: 1;
}
.form__agree:hover label:before {
  opacity: 1;
}
.form__submit {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .form__grid {
    gap: 16px;
  }
  .form__input input {
    height: 45px;
  }
  .form__input textarea {
    height: 160px;
  }
  .form__agree {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form__agree label:before {
    top: 0;
  }
  .form__agree label::after {
    top: 4px;
  }
  .form__submit {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
  }
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  mix-blend-mode: difference;
  display: none; /* Скрываем по умолчанию */
}

.cursor--visible {
  display: block; /* Класс для отображения */
}

/* Остальные стили остаются без изменений */
.cursor--small {
  width: 8px;
  height: 8px;
  background-color: #191919;
  border-radius: 50%;
}

.cursor--large {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(25, 25, 25, 0.7);
  border-radius: 50%;
  background-color: transparent;
}

.cust-link {
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: inherit;
  position: relative;
}
.cust-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  height: 1px;
  width: 100%;
  background-color: var(--white);
  -webkit-transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.cust-link:hover:after {
  width: 0;
}

.preload-image {
  position: relative;
  background: #f0f0f0;
  height: 100%;
  width: 100%;
  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;
  overflow: hidden;
}

.image-loader {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #333;
  -webkit-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
  z-index: 2;
}

.preload-image img {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.preload-image.loaded img {
  opacity: 1;
}

.preload-image.loaded .image-loader {
  display: none;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.contacts__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, 1fr);
}
.contacts__item--mod {
  grid-column: span 3;
}
.contacts__item--long {
  grid-column: span 2;
}
.contacts .contacts-card {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
@media (max-width: 1379px) {
  .contacts__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .contacts__item--mod {
    grid-column: span 2;
  }
  .contacts__item--long {
    grid-column: initial;
  }
}
@media (max-width: 1023px) {
  .contacts__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
  .contacts__item--mod {
    grid-column: initial;
  }
  .contacts__item--long {
    grid-column: initial;
  }
}

.contacts-group {
  display: grid;
  gap: 24px 32px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .contacts-group {
    grid-template-columns: repeat(2, 1fr);
  }
  .contacts-group__col--mod {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    grid-column: span 2;
  }
}
@media (max-width: 767px) {
  .contacts-group {
    gap: 22px 15px;
  }
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
.main__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.text-and-image {
  font-size: 24px;
  color: var(--dark);
}
.text-and-image__grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(8, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.text-and-image__left {
  z-index: 2;
  grid-column: 1/5;
  grid-row: 1;
}
.text-and-image__right {
  z-index: 0;
  grid-column: 4/9;
  grid-row: 1;
}
.text-and-image__text {
  margin: 0;
}
.text-and-image__image {
  width: 100%;
}
.text-and-image__image img {
  display: block;
  width: 100%;
}
@media (max-width: 1023px) {
  .text-and-image__grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .text-and-image__left {
    grid-column: 1/4;
  }
  .text-and-image__right {
    grid-column: 3/7;
  }
}
@media (max-width: 767px) {
  .text-and-image {
    font-size: 20px;
  }
  .text-and-image__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .text-and-image__left {
    grid-column: initial;
    grid-row: initial;
  }
  .text-and-image__right {
    grid-column: initial;
    grid-row: initial;
  }
}

.section {
  padding-top: 100px;
  padding-bottom: 95px;
}
.section__top {
  text-align: center;
}
@media (max-width: 1379px) {
  .section {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .section {
    padding-top: 35px;
    margin-bottom: 25px;
  }
}

.buttons-group {
  margin-top: 47px;
}
.buttons-group__flex-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: -32px;
}
.buttons-group__elem {
  margin-right: 32px;
}
@media (max-width: 1379px) {
  .buttons-group {
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .buttons-group {
    margin-top: 30px;
  }
  .buttons-group__flex-cont {
    margin-right: 0;
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
  .buttons-group__elem {
    margin-right: 0;
  }
  .buttons-group__elem .button,
  .buttons-group__elem .button-create {
    max-width: 100%;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    height: 65px;
    padding: 10px 16px;
    text-align: center;
  }
}

.center-position {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}

.links-group {
  color: inherit;
}
.links-group__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-inline: -16px;
  margin-bottom: -6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.links-group__item {
  margin-inline: 16px;
  margin-bottom: 6px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.links-group__item:after {
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  background: var(--white);
  opacity: 0.2;
  position: absolute;
  right: -16px;
}
.links-group__item:last-of-type:after {
  display: none;
}
.links-group a {
  color: inherit;
}
@media (max-width: 1379px) {
  .links-group__list {
    margin-bottom: -3px;
  }
  .links-group__item {
    margin-bottom: 3px;
  }
  .links-group__item:after {
    display: none;
  }
}
@media (max-width: 1023px) {
  .links-group__list {
    margin-inline: 0;
    margin-bottom: -8px !important;
    display: block;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto;
  }
  .links-group__item {
    margin-inline: 0;
    margin-bottom: 8px !important;
  }
}

.hero-block-group .lead {
  margin-bottom: 0;
}
.hero-block-group__top {
  margin-bottom: 50px;
}
.hero-block-group__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-block-group__left-col {
  max-width: 33.3333333333%;
  margin-right: 32px;
}
.hero-block-group__right-col {
  max-width: calc(66.6666666667% - 32px);
}
@media (max-width: 1379px) {
  .hero-block-group__left-col {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .hero-block-group__right-col {
    max-width: 100%;
  }
  .hero-block-group .lead {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .hero-block-group__top {
    margin-bottom: 16px;
  }
  .hero-block-group__left-col {
    margin-bottom: 16px;
  }
}

.header {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header__grid {
  display: grid;
  gap: 32px;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.header__logo {
  margin-right: 30px;
}
.header__mobile-nav-btn {
  display: none;
}
@media (max-width: 1379px) {
  .header__logo {
    margin-right: 23px;
  }
}
@media (max-width: 1023px) {
  .header__logo {
    margin-right: 0;
  }
  .header__grid {
    gap: 22px;
  }
}
@media (max-width: 767px) {
  .header {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .header__grid {
    gap: 15px;
  }
  .header__nav {
    display: none;
  }
  .header__mobile-nav-btn {
    display: block;
  }
}
.header--mod {
  padding-top: 40px;
  padding-bottom: 40px;
}
.header--mod .header__grid {
  grid-template-columns: 1fr auto;
  background-color: transparent;
}
.header--mod .header__logo {
  display: none;
  width: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 767px) {
  .header--mod {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.mobile-nav {
  background-color: #fff;
  padding: 20px 30px;
  padding-top: 60px;
  position: fixed;
  top: 0;
  left: -100%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  height: 100%;
  overflow: auto;
  z-index: 110;
}
.mobile-nav__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mobile-nav__link {
  font-weight: 500;
  font-size: 16px;
  color: var(--dark);
  text-decoration: none;
  padding-top: 18px;
  padding-bottom: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-nav__link--mod {
  padding-top: 0;
  padding-bottom: 17px;
}
.mobile-nav__item:not(:first-of-type) .mobile-nav__link {
  border-top: 1px solid rgba(0, 0, 0, 0.1725490196);
}
.mobile-nav__close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
}

.hero-home {
  background-color: transparent;
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
}
.hero-home__bg {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  overflow: hidden;
  z-index: 1;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.hero-home__video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.hero-home .wrapper {
  height: 100vh;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 670px;
}
.hero-home__content-group {
  position: relative;
  z-index: 10;
}
.hero-home__logo {
  max-width: 428px;
}
.hero-home__logo svg {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1379px) {
  .hero-home__logo {
    max-width: 360px;
  }
}
@media (max-width: 767px) {
  .hero-home__logo {
    max-width: 256px;
  }
}

.hero-page {
  padding-top: 175px;
  padding-bottom: 60px;
  position: relative;
  max-width: 100%;
}
.hero-page--mod {
  padding-bottom: 0 !important;
}
.hero-page--full {
  min-height: 1080px;
  padding-top: 236px;
}
.hero-page__container {
  max-width: 570px;
  position: relative;
}
.hero-page__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.hero-page__bg img {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.hero-page .wrapper {
  position: relative;
}
.hero-page__header {
  margin-bottom: 48px;
}
.hero-page__grid {
  display: grid;
  gap: 0 32px;
  grid-template-columns: repeat(12, 1fr);
}
.hero-page__grid:has(.hero-page__bottom) {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.hero-page__left {
  grid-column: span 6;
}
.hero-page__right {
  grid-column: span 6;
}
.hero-page__bottom {
  grid-column: span 8;
  margin-bottom: 60px;
}
.hero-page__small {
  grid-column: span 4;
  grid-row: 2;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.hero-page .text-and-image {
  margin-top: -15px;
}
.hero-page .decorative-text {
  position: absolute;
  top: -70px;
  left: 0;
  z-index: 1;
  width: 100%;
  padding-inline: 2%;
}
.hero-page__text {
  margin: 0;
  font-size: 16px;
}
.hero-page .title {
  margin-bottom: 0;
}
.hero-page__button {
  margin-top: 50px;
}
@media (max-width: 1600px) {
  .hero-page--full {
    min-height: 100vh;
  }
}
@media (max-width: 1379px) {
  .hero-page {
    padding-top: 158px;
    padding-bottom: 80px;
  }
  .hero-page__grid {
    grid-template-columns: 1fr;
    gap: 40px 32px;
  }
  .hero-page--full .hero-page__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-page__bg {
    width: calc(50% - 16px);
    height: 100%;
  }
  .hero-page__bg img {
    -o-object-position: top center;
       object-position: top center;
  }
  .hero-page .hero-page__left {
    grid-column: initial;
  }
  .hero-page .hero-page__right {
    grid-column: initial;
  }
  .hero-page__bottom {
    grid-column: initial;
    margin-bottom: 0;
  }
  .hero-page__small {
    grid-column: initial;
    grid-row: initial;
    -webkit-transform: initial;
            transform: initial;
  }
  .hero-page--full {
    min-height: 768px;
    padding-top: 118px;
  }
  .hero-page .decorative-text {
    top: -20px;
  }
  .hero-page .title {
    max-width: 666px;
  }
  .hero-page .text-and-image {
    margin-top: initial;
  }
}
@media (max-width: 1023px) {
  .hero-page {
    padding-top: 117px;
    padding-bottom: 44px;
  }
  .hero-page__bg {
    width: 66.6666666667%;
    height: 100%;
  }
  .hero-page__bg img {
    -o-object-position: top center;
       object-position: top center;
  }
  .hero-page__full {
    padding-top: 119px;
  }
  .hero-page--full .hero-page__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .hero-page .decorative-text {
    top: 0;
  }
  .hero-page__bottom {
    margin-bottom: 20px;
  }
  .hero-page__grid {
    gap: 45px 32px;
  }
  .hero-page .text-and-image__image {
    margin-top: -22px;
  }
  .hero-page .title {
    max-width: 100%;
  }
  .hero-page--full {
    min-height: 936px;
    padding-top: 175px;
  }
}
@media (max-width: 767px) {
  .hero-page {
    padding-top: 71px;
    padding-bottom: 45px;
  }
  .hero-page--full {
    padding-top: 0;
    min-height: initial;
  }
  .hero-page__header {
    margin-bottom: 32px;
  }
  .hero-page__button {
    margin-top: 32px;
  }
  .hero-page__bg {
    position: initial;
    width: 100%;
    height: 375px;
    margin-bottom: 21px;
  }
  .hero-page__bg img {
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 100%;
  }
  .hero-page__grid {
    gap: 15px;
  }
  .hero-page__bottom {
    margin-bottom: 5px;
  }
  .hero-page__text {
    line-height: 1.27;
  }
  .hero-page .decorative-text {
    top: 20px;
  }
  .hero-page .text-and-image__image {
    margin-top: 0;
  }
  .hero-page .lead {
    line-height: 1.24;
    margin-bottom: 8px;
  }
}

.hero-page__grid .hero-page__left,
.hero-page__grid .hero-page__small,
.hero-page__grid .text-and-image__left,
.hero-page__grid .text-and-image__right {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.hero-portfolio {
  position: relative;
  width: 100%;
  margin-top: var(--header-height);
  color: var(--white);
}
.hero-portfolio__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 0;
}
.hero-portfolio__image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.hero-portfolio__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-portfolio .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: var(--hero-height);
}
.hero-portfolio__group {
  position: relative;
  z-index: 2;
}
.hero-portfolio__navigation {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: absolute;
  z-index: 2;
  bottom: 0;
  margin-left: auto;
  margin-right: 0;
}
.hero-portfolio .breadcrumbs {
  color: inherit;
}
.hero-portfolio .title {
  color: inherit;
  font-weight: 600;
  font-size: 48px;
}
.hero-portfolio .button {
  height: 32px;
  font-size: 12px;
  line-height: 1.3;
  padding: 8px 12px;
}
.hero-portfolio .button::before {
  border-color: var(--white);
}

.hero-promo {
  position: relative;
  color: var(--white);
}
.hero-promo__body {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 112px;
}
.hero-promo__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 0;
}
.hero-promo__image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 5;
}
.hero-promo__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-promo .breadcrumbs {
  color: inherit;
}
.hero-promo .breadcrumbs__link {
  opacity: 1 !important;
}
.hero-promo .title {
  color: inherit;
  font-weight: 600;
  font-size: 48px;
}
.hero-promo .button {
  height: 32px;
  font-size: 11px;
  line-height: 1.3;
  padding: 8px 11px;
}
.hero-promo .button::before {
  border-color: var(--white);
}
.hero-promo .breadcrumbs__item:after {
  background-color: var(--white);
}
.hero-promo .switches {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
}
@media (max-width: 1379px) {
  .hero-promo__body {
    min-height: 600px;
  }
}
@media (max-width: 1023px) {
  .hero-promo .title {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .hero-promo .breadcrumbs {
    margin-bottom: 19px;
  }
}
@media (max-width: 767px) {
  .hero-promo__body {
    min-height: 480px;
    padding-bottom: 65px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 70px;
  }
  .hero-promo .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .hero-promo .breadcrumbs {
    margin-bottom: 13px;
  }
}

.info {
  text-align: center;
  margin-bottom: 75px;
}
@media (max-width: 1439px) {
  .info {
    margin-bottom: 70px;
  }
}
@media (max-width: 1023px) {
  .info {
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .info {
    margin-bottom: 45px;
  }
}

.gallery__masonry-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2; /* создание двух колонок */
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px; /* расстояние между колонками */
  margin-bottom: 50px;
}
.gallery__footer .button {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}
.gallery__item {
  position: relative;
  background-color: gray;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid; /* предотвращение разрыва элементов на разные колонки */
  margin-bottom: 4px; /* расстояние между элементами */
}
.gallery__link {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gallery__link::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, opacity 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, visibility 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, opacity 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, visibility 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  z-index: 1;
}
.gallery__image {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.gallery__details {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 50px 40px 30px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 2;
}
.gallery__title {
  font-weight: 500;
  font-size: 40px;
  color: inherit;
  margin-top: 0;
  -webkit-margin-after: 0.2em;
          margin-block-end: 0.2em;
}
.gallery__description {
  margin-top: 0;
}
@media (hover: hover) and (pointer: fine) {
  .gallery__link::after {
    opacity: 0;
    visibility: hidden;
    width: 0;
  }
  .gallery__details {
    opacity: 0;
    visibility: hidden;
  }
  .gallery__link:hover:after {
    opacity: 1;
    width: 100%;
    visibility: visible;
  }
  .gallery__link:hover .gallery__details {
    opacity: 1;
    width: 100%;
    visibility: visible;
    z-index: 11;
  }
}
@media (max-width: 1280px) {
  .gallery__title {
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .gallery__masonry-grid {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
    margin-bottom: 44px;
  }
  .gallery__details {
    padding: 15px 42px;
  }
  .gallery__title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .gallery__masonry-grid {
    margin-bottom: 26px;
  }
  .gallery__footer .button {
    max-width: 100%;
    width: 100%;
  }
  .gallery__title {
    font-size: 18px;
  }
  .gallery__description {
    font-size: 14px;
  }
  .gallery__details {
    padding: 16px 22px;
  }
}

.article-full__grid {
  display: grid;
  gap: 15px 32px;
  grid-template-columns: repeat(12, 1fr);
}
.article-full__left {
  grid-column: span 8;
}
.article-full__title {
  margin-bottom: 51px;
}
.article-full__right {
  grid-column: 10/span 3;
}
.article-full__right .title {
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 40px;
  margin-top: 0;
}
.article-full__right .button,
.article-full__right .button-create {
  max-width: 100%;
  width: 100%;
  margin-top: 45px;
}
.article-full__right-grid {
  display: grid;
  gap: 32px 45px;
  grid-template-columns: repeat(1, 1fr);
}
.article-full__img {
  width: 100%;
  margin-bottom: 56px;
}
.article-full__img img {
  display: block;
  width: 100%;
}
.article-full__lead {
  margin-top: 55px;
  margin-bottom: 30px;
  font-size: 24px;
  color: var(--dark);
  font-weight: 400;
  line-height: 1.3;
}
.article-full__details h1,
.article-full__details h2,
.article-full__details h3,
.article-full__details h4,
.article-full__details h5,
.article-full__details h6 {
  font-size: 20px;
}
.article-full__right {
  margin-top: 15px;
}
@media (max-width: 1379px) {
  .article-full__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .article-full__right .button, .article-full__right .button-create {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    margin-inline: auto;
  }
  .article-full__right-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  .article-full__left {
    grid-column: initial;
    margin-bottom: 28px;
  }
  .article-full__right {
    grid-column: initial;
  }
  .article-full__img {
    margin-bottom: 55px;
  }
  .article-full__title {
    max-width: 700px;
  }
  .article-full__lead {
    margin-bottom: 34px;
  }
  .article-full__right .button {
    min-width: 290px;
  }
}
@media (max-width: 1023px) {
  .article-full__lead {
    margin-top: 40px;
    margin-bottom: 25px;
  }
  .article-full__img {
    margin-bottom: 40px;
  }
  .article-full__right .button, .article-full__right .button-create {
    min-width: 206px;
    margin-top: 47px;
  }
}
@media (max-width: 767px) {
  .article-full__right .button, .article-full__right .button-create {
    max-width: 100%;
    width: 100%;
    margin-top: 50px;
    font-size: 14px;
    min-width: initial;
  }
  .article-full__right-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
  .article-full__left {
    margin-bottom: 2px;
  }
  .article-full__lead {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .article-full__img {
    margin-bottom: 20px;
  }
  .article-full__title {
    margin-bottom: 20px;
  }
  .article-full__right .title {
    font-size: 25px;
    margin-bottom: 24px;
  }
}

.directions {
  max-width: 100%;
  position: relative;
  overflow: hidden;
  /* стили для 2-го, 5-го, 8-го и т.д. */
  /* стили для 3-го, 6-го, 9-го и т.д. */
}
.directions__grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
}
.directions__col {
  padding: 24px;
  margin: -24px;
}
.directions__left .direction-preview__image img {
  -o-object-position: left;
     object-position: left;
}
.directions__center .direction-preview__image img {
  -o-object-position: center;
     object-position: center;
}
.directions__right .direction-preview__image img {
  -o-object-position: right;
     object-position: right;
}
.directions__decorate-col .direction-preview__details {
  display: none;
}
@media (min-width: 1024px) {
  .directions__decorate-col .direction-preview__details {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .directions__col .direction-preview__details {
    display: none;
  }
  .directions__col:has(.direction-preview:hover) .direction-preview {
    z-index: 10;
  }
  .directions__col:has(.direction-preview:hover) .direction-preview__image {
    max-width: 300%;
    pointer-events: none;
  }
  .directions__left:has(.direction-preview:hover) .direction-preview__image {
    left: 0;
    right: -200%;
  }
  .directions__center:has(.direction-preview:hover) .direction-preview__image {
    left: -100%;
    right: -100%;
  }
  .directions__right:has(.direction-preview:hover) .direction-preview__image {
    left: -200%;
    right: 0;
  }
  .directions__decorate {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    pointer-events: none;
    z-index: 22;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(3, 1fr);
  }
  .directions__decorate-col {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .directions__decorate-col::before {
    content: "";
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-right: 1px solid #fff;
    opacity: 0.3;
  }
}
@media (max-width: 1023px) {
  .directions__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.direction-preview {
  min-height: 800px;
  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;
  position: relative;
  text-decoration: none;
  padding: 50px 40px;
  /* стили для 3-го, 6-го, 9-го и т.д. */
}
.direction-preview__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.direction-preview__image::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, opacity 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, visibility 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, opacity 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, visibility 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.direction-preview__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.direction-preview__details {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--white);
}
.direction-preview__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 125%;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 5px;
}
.direction-preview__text {
  display: block;
  opacity: 0.7;
  margin: 0;
}
.direction-preview:nth-child(3n)::after {
  display: none;
}
@media (max-width: 1380px) {
  .direction-preview {
    padding: 30px 20px;
    font-size: 14px;
    min-height: 432px;
  }
  .direction-preview__title {
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .direction-preview {
    min-height: 288px;
    padding: 40px 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow: hidden;
  }
  .direction-preview__details {
    text-align: initial;
  }
  .direction-preview:hover .direction-preview__image img {
    scale: 1.2;
  }
}
@media (max-width: 767px) {
  .direction-preview {
    min-height: 140px;
    padding: 40px 20px;
  }
}

.why-we {
  background: #f7f7f7;
  padding-top: 100px;
  padding-bottom: 120px;
}
.why-we__grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(12, 1fr);
}
.why-we__left {
  grid-column: span 4;
}
.why-we__right {
  grid-column: 6/span 7;
}
.why-we .title {
  margin-bottom: 40px;
}
.why-we .lead {
  margin-bottom: 31px;
}
@media (max-width: 1379px) {
  .why-we {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .why-we__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .why-we__left {
    grid-column: initial;
  }
  .why-we__right {
    grid-column: initial;
  }
  .why-we .title {
    margin-bottom: 43px;
  }
}
@media (max-width: 1023px) {
  .why-we__grid {
    gap: 15px;
  }
  .why-we .title {
    margin-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .why-we {
    padding-top: 37px;
    padding-bottom: 50px;
  }
  .why-we__grid {
    gap: 0;
  }
  .why-we .title {
    margin-bottom: 11px;
  }
  .why-we .lead {
    margin-bottom: 21px;
    line-height: 1.25;
  }
}

.discuss {
  padding-top: 100px;
  padding-bottom: 70px;
}
.discuss--mod {
  padding-top: 65px;
}
.discuss__header {
  text-align: center;
  margin-bottom: 42px;
}
.discuss__header .title {
  -webkit-margin-after: 0.3em;
          margin-block-end: 0.3em;
}
.discuss__text {
  margin-top: 0;
  font-size: 16px;
}
.discuss__body {
  max-width: 1055px;
  margin: 0 auto;
}
@media (max-width: 1379px) {
  .discuss {
    padding-top: 60px;
  }
}
@media (max-width: 1023px) {
  .discuss__header {
    margin-bottom: 35px;
  }
  .discuss__header .title {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .discuss {
    padding-top: 35px;
    padding-bottom: 41px;
  }
  .discuss__header {
    margin-bottom: 21px;
  }
  .discuss__header .title {
    margin-bottom: 12px;
  }
}

.portfolio__header {
  position: relative;
  padding-top: 38px;
  padding-bottom: 42px;
}
.portfolio__header::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: var(--dark);
  opacity: 0.15;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
@media (max-width: 1379px) {
  .portfolio__header {
    padding-top: 32px;
    padding-bottom: 33px;
  }
  .portfolio .gallery__masonry-grid {
    margin-bottom: 46px;
  }
}
@media (max-width: 1023px) {
  .portfolio__header {
    padding-top: 24px;
    padding-bottom: 25px;
  }
}

.characteristics {
  padding-top: 55px;
  padding-bottom: 57px;
}
.characteristics__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(12, 1fr);
}
.characteristics__item {
  grid-column: span 2;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  display: grid;
  gap: 10px;
  grid-template-columns: auto 1fr;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.characteristics__item--mod {
  grid-column: span 4;
}
.characteristics__icon {
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.characteristics__icon svg {
  width: auto;
  height: 100%;
}
.characteristics__text {
  margin: 0;
}
.characteristics__text span {
  color: var(--text);
  margin-right: 0.3em;
}
@media (max-width: 1379px) {
  .characteristics {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .characteristics__item {
    grid-column: span 4;
  }
  .characteristics__item--mod {
    grid-column: span 5;
  }
}
@media (max-width: 767px) {
  .characteristics {
    padding-top: 45px;
    padding-bottom: 41px;
  }
  .characteristics__list {
    gap: 17px 15px;
    grid-template-columns: repeat(2, 1fr);
  }
  .characteristics__item {
    grid-column: span 1;
    font-size: 15px;
  }
  .characteristics__item:first-of-type {
    grid-column: span 2;
  }
  .characteristics__item--mod {
    grid-column: span 2;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.project-gallery__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: dense;
}
.project-gallery__item {
  position: relative;
  background-color: gray;
  grid-column: span 1;
}
.project-gallery__item--mod {
  grid-column: span 2;
}
.project-gallery__link {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-gallery__link::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, opacity 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, visibility 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, opacity 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, visibility 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  z-index: 1;
}
.project-gallery__image {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.project-gallery__details {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 50px 40px 30px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
}
.project-gallery__title {
  font-weight: 500;
  font-size: 40px;
  color: inherit;
  margin-top: 0;
  -webkit-margin-after: 0.2em;
          margin-block-end: 0.2em;
}
.project-gallery__description {
  margin-top: 0;
}
.project-gallery__link:hover:after {
  opacity: 1;
  width: 100%;
  visibility: visible;
}
.project-gallery__link:hover .project-gallery__details {
  opacity: 1;
  width: 100%;
  visibility: visible;
  z-index: 11;
}
@media (max-width: 767px) {
  .project-gallery__list {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-flow: initial;
  }
  .project-gallery__item--mod {
    grid-column: span 1;
  }
}

.prices {
  padding-top: 48px;
  padding-bottom: 120px;
  border-top: 1px solid var(--line);
}
.prices__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 53px 32px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1379px) {
  .prices {
    padding-top: 51px;
    padding-bottom: 76px;
  }
  .prices__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .prices {
    padding-top: 23px;
    padding-bottom: 50px;
  }
  .prices__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 45px 15px;
  }
}

.articles-preview__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 62px 32px;
  margin-bottom: 120px;
}
.articles-preview__item {
  -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;
}
.articles-preview__item:nth-child(4n+2), .articles-preview__item:nth-child(4n+4) {
  margin-top: 120px;
  margin-bottom: -120px;
}
@media (max-width: 1399px) {
  .articles-preview__list {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 94px;
  }
  .articles-preview__item:nth-child(4n+2), .articles-preview__item:nth-child(4n+4) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .articles-preview__item:nth-child(3n+2) {
    margin-top: 94px;
    margin-bottom: -94px;
  }
}
@media (max-width: 1379px) {
  .articles-preview__list {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 64px;
  }
  .articles-preview__item:nth-child(3n+2) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .articles-preview__item:nth-child(4n+2), .articles-preview__item:nth-child(4n+4) {
    margin-top: 64px;
    margin-bottom: -64px;
  }
}
@media (max-width: 767px) {
  .articles-preview__list {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 0;
    gap: 50px 15px;
  }
  .articles-preview__item:nth-child(4n+2), .articles-preview__item:nth-child(4n+4) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

.reviews-preview__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 58px 32px;
  margin-bottom: 120px;
}
.reviews-preview__item {
  -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-preview__item:nth-child(3n+2) {
  margin-top: 120px;
  margin-bottom: -120px;
}
@media (max-width: 1379px) {
  .reviews-preview__list {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 64px;
  }
  .reviews-preview__item:nth-child(3n+2) {
    margin-top: initial;
    margin-bottom: initial;
  }
  .reviews-preview__item:nth-child(even) {
    margin-top: 64px;
    margin-bottom: -64px;
  }
}
@media (max-width: 767px) {
  .reviews-preview__list {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 0;
    gap: 44px 15px;
  }
  .reviews-preview__item:nth-child(even) {
    margin-top: initial;
    margin-bottom: initial;
  }
}

/* -----------------------------
   2. Общие стили для всех модальных окон
   ----------------------------- */
.modal {
  position: fixed;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  inset: 0; /* top:0; right:0; bottom:0; left:0; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(25, 25, 25, 0.6);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.modal.active {
  pointer-events: initial;
  visibility: visible;
  opacity: 1;
}

.modal .wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__body {
  position: relative;
  width: 688px !important;
  margin: 0 auto;
  padding: 43px 64px 64px;
  background: var(--white);
  border-radius: 0;
  max-height: calc(100svh - 40px);
  overflow-y: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: block;
  width: 38px;
  height: 38px;
  padding: 8px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #191919;
}

.modal--video .modal__close {
  color: #ffffff;
}

.modal__close svg {
  width: 100%;
  height: auto;
  pointer-events: none;
  position: relative;
  z-index: 99;
}

.modal__close svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.modal__close svg path {
  stroke: currentColor;
}

.modal__close::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  visibility: hidden;
  background-color: #191919;
  z-index: 0;
  -webkit-transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, opacity 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, visibility 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, width 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, opacity 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, visibility 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, width 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.modal__close:hover,
.modal__close:focus,
.modal__close:active {
  color: #fff;
}
.modal__close:hover svg path,
.modal__close:focus svg path,
.modal__close:active svg path {
  stroke: #fff;
}

.modal__close:hover::before,
.modal__close:focus::before {
  visibility: visible;
  width: 100%;
}

body.modal-open {
  overflow: hidden;
}

/* Адаптация «обычной» модалки под узкие экраны */
@media (max-width: 950px) {
  .modal__body {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .modal__body {
    padding: 27px 30px 30px;
  }
  .modal__close {
    top: 10px;
    right: 10px;
  }
}
/* -----------------------------
   3. Стили для «Видео»-модалки (центрированное видео)
   ----------------------------- */
/*
   Вместо того чтобы растягивать .modal__body на весь экран,
   мы делаем его «подгоняемым» по размеру видео и используем flex
   для центрирования .video-responsive внутри.
*/
.modal--video .modal__body {
  width: auto !important;
  max-width: 100vw !important;
  height: auto !important;
  max-height: 100vh !important;
  margin: 0;
  padding: 0;
  background-color: transparent;
  overflow: hidden;
  border-radius: 0;
  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;
}

/* Контейнер, в который JS вставляет .video-responsive */
.modal__video-container {
  width: 100%;
  /* По умолчанию — позволяем .video-responsive самому решать размер */
  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;
  background: #000;
}

/* -----------------------------
   4. Стили для обёртки адаптивного видео
   ----------------------------- */
.video-responsive {
  position: relative;
  width: 90vw;
  max-width: 1280px;
  /* сохраняем соотношение 16:9 */
  aspect-ratio: 16/9;
  background: #000;
}

.video-responsive iframe,
.video-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* -----------------------------
   5. Адаптив для мобильных экранов
   ----------------------------- */
@media (max-width: 767px) {
  .video-responsive {
    width: 100vw;
    aspect-ratio: 16/9;
  }
}
.simpleton {
  padding-top: 100px;
  padding-bottom: 114px;
}
.simpleton .title {
  text-align: center;
  margin-bottom: 16px;
}
.simpleton__text {
  text-align: center;
  margin: 0;
  font-size: 16px;
}
@media (max-width: 1379px) {
  .simpleton {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
@media (max-width: 1023px) {
  .simpleton {
    padding-top: 65px;
    padding-bottom: 73px;
  }
  .simpleton .title {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .simpleton {
    padding-top: 35px;
    padding-bottom: 44px;
  }
  .simpleton .title {
    margin-bottom: 16px;
  }
  .simpleton__text {
    line-height: 1.55;
  }
}

.footer {
  background-color: var(--dark);
  font-size: 14px;
  font-weight: 400;
  color: #c5c5c5;
  padding-top: 28px;
  padding-bottom: 28px;
}
.footer__grid {
  display: grid;
  gap: 32px;
  grid-template-columns: 350px 1fr 350px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__text {
  margin: 0;
}
@media (max-width: 1379px) {
  .footer__grid {
    grid-template-columns: 200px 1fr 200px;
  }
  .footer .dev-copy__text {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr auto;
  }
  .footer .copy-link {
    grid-row: 2;
    grid-column: span 2;
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer .copy-link__icon {
    width: 32px;
    margin-top: -16px;
  }
  .footer .dev-copy__text {
    grid-column: span 2;
    grid-row: 1;
    margin-right: 48px;
    text-align: right;
  }
}
@media (max-width: 1023px) {
  .footer .links-group {
    margin-inline: -20px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 34px;
    padding-bottom: 34px;
    text-align: center;
  }
  .footer__grid {
    gap: 10px;
    grid-template-columns: 1fr;
  }
  .footer .dev-copy {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .dev-copy__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .copy-link {
    grid-row: initial;
    grid-column: initial;
    width: initial;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer .copy-link__icon {
    width: 30px;
    margin-top: auto;
  }
  .footer .dev-copy__text {
    grid-row: initial;
    grid-column: initial;
    margin-right: 4px;
    text-align: left;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

.home-page .header {
  background-color: transparent;
  color: #ffffff;
}
.home-page .header .menu-button span,
.home-page .header .menu-button span::after,
.home-page .header .menu-button span::before {
  background-color: #fff;
}
.home-page .navigation__link {
  color: inherit;
}
.home-page .phone {
  color: inherit;
}
.home-page .mobile-nav {
  padding-top: 60px;
}
.home-page .mobile-nav__close-btn {
  top: 11px;
}

.project-page .header {
  background-color: transparent;
  color: #ffffff;
}
.project-page .header .menu-button span,
.project-page .header .menu-button span::after,
.project-page .header .menu-button span::before {
  background-color: #fff;
}
.project-page .navigation__link {
  color: inherit;
}
.project-page .phone {
  color: inherit;
}
.project-page .navigation__link::after {
  background-color: var(--white);
}
.project-page .header-logo {
  color: var(--white);
}
.project-page .mobile-nav {
  padding-top: 40px;
}
.project-page .mobile-nav__close-btn {
  top: 15px;
}

.contact-page .header {
  background-color: transparent;
}
.contact-page .mobile-nav {
  padding-top: 40px;
}
.contact-page .mobile-nav__close-btn {
  top: 15px;
}
.contact-page .hero-page__header {
  margin-bottom: 55px;
}
.contact-page .hero-page__button {
  margin-top: 31px;
}
@media (max-width: 1379px) {
  .contact-page .hero-page__header {
    margin-bottom: 52px;
  }
}
@media (max-width: 1023px) {
  .contact-page .hero-page__header {
    margin-bottom: 30px;
  }
  .contact-page .contacts {
    max-width: 360px;
  }
  .contact-page .hero-page__button {
    margin-top: 37px;
  }
}
@media (max-width: 767px) {
  .contact-page .hero-page__header {
    margin-bottom: 17px;
  }
  .contact-page .hero-page__button .button {
    max-width: 100%;
    width: 100%;
  }
}

.error-page .hero-page {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
}
.error-page .header {
  background-color: transparent;
}
.error-page .hero-page .title {
  margin-bottom: 21px;
}
.error-page .hero-page__text {
  font-size: 18px;
}
.error-page .hero-page__button {
  margin-top: 36px;
}
.error-page .hero-page .decorative-text {
  top: -55px;
}
@media (max-width: 1379px) {
  .error-page .hero-page__container {
    max-width: 50%;
  }
  .error-page .title {
    font-size: 40px;
  }
}
@media (max-width: 1023px) {
  .error-page .hero-page .title {
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 31px;
  }
  .error-page .hero-page {
    min-height: 936px;
  }
}
@media (max-width: 767px) {
  .error-page .hero-page {
    min-height: initial;
    display: block;
    padding-bottom: 50px;
  }
  .error-page .hero-page__container {
    max-width: 100%;
  }
  .error-page .hero-page .title {
    font-size: 30px;
    line-height: 117%;
    margin-bottom: 16px;
  }
  .error-page .hero-page__text {
    font-size: 16px;
    line-height: 156%;
  }
  .error-page .hero-page__bg {
    margin-bottom: 60px;
  }
  .error-page .hero-page__button {
    margin-top: 23px;
  }
}

@media (max-width: 1379px) {
  .portfolio-page .hero-page__grid {
    gap: 26px 32px;
  }
  .portfolio-page .hero-page {
    padding-bottom: 43px;
  }
}
@media (max-width: 1023px) {
  .portfolio-page .hero-page__grid {
    gap: 31px 32px;
  }
  .portfolio-page .hero-page__grid:has(.accordion) {
    gap: 0 32px;
  }
}
@media (max-width: 767px) {
  .portfolio-page .hero-page:has(.accordion) {
    padding-bottom: 32px;
  }
  .portfolio-page .gallery__masonry-grid {
    margin-bottom: 24px;
  }
}

.price-page .hero-page {
  padding-bottom: 40px;
}
.price-page .hero-page__grid {
  gap: 26px 32px;
}
@media (max-width: 1379px) {
  .price-page .hero-page__grid {
    gap: 30px 32px;
  }
}
@media (max-width: 767px) {
  .price-page .hero-page__grid {
    gap: 0 15px;
  }
  .price-page .hero-page__text {
    font-size: 15px;
    line-height: 1.4;
  }
  .price-page .hero-page {
    padding-bottom: 30px;
  }
}

.blog-page .hero-page {
  padding-bottom: 51px;
}
.blog-page .pagination {
  padding-bottom: 0;
}
@media (max-width: 1379px) {
  .blog-page .hero-page {
    padding-top: 152px;
    padding-bottom: 43px;
  }
}
@media (max-width: 1023px) {
  .blog-page .hero-page {
    padding-top: 118px;
    padding-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .blog-page .hero-page {
    padding-top: 71px;
    padding-bottom: 23px;
  }
}

.article-page .hero-page {
  padding-bottom: 0;
}
.article-page .discuss {
  padding-top: 75px;
}
@media (max-width: 1379px) {
  .article-page .discuss {
    padding-top: 60px;
  }
}
@media (max-width: 1023px) {
  .article-page .discuss {
    padding-top: 66px;
  }
}
@media (max-width: 767px) {
  .article-page .hero-page {
    padding-top: 66px;
  }
  .article-page .discuss {
    padding-top: 39px;
  }
}

.reviews-page .hero-page {
  padding-bottom: 52px;
}
.reviews-page .discuss {
  padding-top: 55px;
}
@media (max-width: 1379px) {
  .reviews-page .pagination {
    padding-top: 58px;
  }
  .reviews-page .discuss {
    padding-top: 19px;
  }
}
@media (max-width: 767px) {
  .reviews-page .hero-page {
    padding-top: 70px;
    padding-bottom: 24px;
  }
  .reviews-page .pagination {
    padding-top: 45px;
    padding-bottom: 19px;
  }
}

.header-sticky .header {
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
  background: var(--white);
  padding-top: 16px;
  padding-bottom: 16px;
  color: var(--dark);
}
.header-sticky .header .menu-button span,
.header-sticky .header .menu-button span::after,
.header-sticky .header .menu-button span::before {
  background-color: var(--dark);
}
.header-sticky .header--mod {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
}
.header-sticky .header--mod .header__grid {
  grid-template-columns: auto 1fr auto;
}
.header-sticky .header--mod .header__logo {
  display: block;
  width: auto;
  opacity: 1;
  visibility: initial;
}
.header-sticky .header-logo {
  color: var(--dark);
}
@media (max-width: 767px) {
  .header-sticky .header {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

.mobile-nav-open {
  overflow: hidden;
}
.mobile-nav-open .mobile-nav {
  visibility: initial;
  opacity: initial;
  pointer-events: initial;
  left: auto;
  right: 0;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  background: var(--white);
}
.mobile-nav-open .header__top {
  border-bottom: 1px solid var(--white-02);
  background-color: var(--black);
}
.mobile-nav-open .menu-button span {
  background-color: transparent !important;
}
.mobile-nav-open .menu-button span:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 24px;
}
.mobile-nav-open .menu-button span:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 24px;
}
.mobile-nav-open .mobile-nav {
  right: 0;
}

.modal-open {
  overflow: hidden;
}

.blink-on-hover {
  position: relative;
  -webkit-transition: none;
  transition: none;
}

.blink-on-hover:hover {
  -webkit-animation: blinkFade 0.3s linear 1;
          animation: blinkFade 0.3s linear 1;
}

.decorative-underlining {
  position: relative;
}
.decorative-underlining:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 2px;
  width: 0;
  background-color: var(--dark);
  -webkit-transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
@media (hover: hover) and (pointer: fine) {
  .decorative-underlining:hover:before {
    width: 100%;
  }
}

.why-we__left {
  opacity: 0;
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px);
}

.steps__item {
  opacity: 0;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

.why-we .title {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.fade-section {
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: none;
  transition: none; /* чтобы CSS не мешал GSAP */
}

.prices__item {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: none;
  transition: none;
}

.services-cost__title,
.services-cost__text,
.services-cost__list,
.services-cost__footer {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: none;
  transition: none;
}

.project-gallery__item {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px); /* Изменили направление смещения на горизонтальное */
}

.gallery__item {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px); /* Изменили направление смещения на горизонтальное */
}

.review-card {
  opacity: 0;
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
  will-change: opacity, transform;
}

.direction-preview {
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}/*# sourceMappingURL=styles.css.map */
/* End */


/* Start:/local/templates/main/markup/css/custom.css?17531030402646*/
.onetrust-banner {
	position: fixed;
	margin: 0 auto;
	padding: 30px 64px 40px;
	background: var(--white);
	border-radius: 0;
	max-height: 100svh;
	overflow-y: auto;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	-webkit-box-shadow: 0 -4px 12px 0 rgb(0 0 0 / 15%);
	box-shadow: 0 -4px 12px 0 rgb(0 0 0 / 15%);
	color: var(--dark);
}

.onetrust-banner-container {
	display: flex;
	align-items: center;
	max-width: 1024px;
	margin: auto;
}

.onetrust-banner-content .decorative-underlining {
	display: inline-block;
}

.onetrust-banner-btn {
	margin-left: 40px;
}

.onetrust-banner-close {
	position: absolute;
	top: 16px;
	right: 16px;
	display: block;
	width: 38px;
	height: 38px;
	padding: 8px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	z-index: 2;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	color: #191919;
}

.onetrust-banner-close::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	visibility: hidden;
	background-color: #191919;
	z-index: 1;
	-webkit-transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, opacity 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, visibility 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, width 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, opacity 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, visibility 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, width 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.onetrust-banner-close:hover::before,
.onetrust-banner-close:focus::before {
	visibility: visible;
	width: 100%;
}

.onetrust-banner-close svg {
	position: relative;
	z-index: 2;
}
.onetrust-banner-close svg path {
	-webkit-transition: stroke 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, opacity 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, visibility 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, width 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	transition: stroke 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, opacity 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, visibility 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, width 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	stroke: #000;
}

.onetrust-banner-close:hover svg path,
.onetrust-banner-close:focus svg path {
	stroke: #fff;
}

@media (max-width: 767px) {
	.onetrust-banner-container {
		flex-direction: column;
	}

	.onetrust-banner-btn {
		margin: 24px 0 0;
		width: 100%;
	}

	.onetrust-banner-accept {
		width: 100%;
		max-width: 100%;
	}

	.onetrust-banner {
		padding: 20px 64px 20px;
	}

	.onetrust-banner-close {
		top: 10px;
		right: 10px;
	}
}
/* End */
/* /local/templates/main/markup/libs/normalize.css?17352901086138 */
/* /local/templates/main/markup/css/styles.css?1753360791115619 */
/* /local/templates/main/markup/css/custom.css?17531030402646 */
