@font-face {
  font-family: Montserrat;
  src: url("/static/fonts/Montserrat/Montserrat-Regular.811f7aa6a8cc.woff2") format("woff2"),
    url("/static/fonts/Montserrat/Montserrat-Regular.0b5028843f6c.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url("/static/fonts/Montserrat/Montserrat-Medium.ccbd5da8b719.woff2") format("woff2"),
    url("/static/fonts/Montserrat/Montserrat-Medium.34d1dae2dbea.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url("/static/fonts/Montserrat/Montserrat-SemiBold.189933d267ac.woff2") format("woff2"),
    url("/static/fonts/Montserrat/Montserrat-SemiBold.a3e894a8949c.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url("/static/fonts/Montserrat/Montserrat-Bold.f4ce17813d0c.woff2") format("woff2"),
    url("/static/fonts/Montserrat/Montserrat-Bold.79642947666e.woff") format("woff");
  font-weight: 700;
  font-display: swap;
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
mark {
  background: #fff2a8;
  padding: 0 2px;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  padding: 0;
  margin: 0;
  border: none;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  isolation: isolate;
}
a,
a:hover {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  text-wrap: balance;
}
p {
  text-wrap: pretty;
}
cite {
  font-style: normal;
}
fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
ul,
ul li {
  list-style: none;
}
:root {
  --font-family: "Montserrat", sans-serif;
  --second-family: "Archivo", sans-serif;
  --f5f5f5: #f5f5f5;
  --999999: #999;
  --f56e0f: #f56e0f;
  --303038: #303038;
}
html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}
.disabled {
  pointer-events: none;
}
label {
  cursor: pointer;
}
body {
  font-family: var(--font-family);
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: var(--f5f5f5);
  background: #1b1b1c;
}
main {
  position: relative;
}
button {
  background: none;
  cursor: pointer;
}
img,
svg,
picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
strong,
b {
  font-weight: 700;
}
.container {
  width: 100%;
  z-index: 3;
  max-width: var(--container-width, 1320px);
  --padding: calc(100vw - 1320px) / 2;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.img_full {
  width: 100%;
  height: 100%;
}
.img_full :is(picture, img, video) {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section {
  padding: 60px 0;
}
.section__title {
  font-weight: 700;
  font-size: 72px;
  line-height: 100%;
  text-transform: uppercase;
}
.section__title_center {
  text-align: center;
}
#loading {
  display: none;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
  margin: 0 auto;
}
#loading.active {
  display: block;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.color_green {
  color: #5eff24;
}
.color_yellow {
  color: #f5cf0f;
}
.color_red {
  color: #ff2f00;
}
.color_blue {
  color: #6e9aff;
}
@media screen and (width <= 1340px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .section__title {
    font-size: 48px;
  }
}
@media screen and (width <= 768px) {
  body {
    font-size: 14px;
    line-height: 143%;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  [data-vc="grid"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-btn {
  padding: 20px 36px;
  font-weight: 500;
  font-size: 18px;
  border: 1px solid var(--f5f5f5);
  border-radius: 75px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  cursor: pointer;
  text-align: center;
  color: var(--f5f5f5);
}
.p-btn:hover {
  background: var(--f5f5f5);
  color: var(--f56e0f);
}
.p-btn_white {
  background: var(--f5f5f5);
  color: #272727;
}
.p-btn_orange {
  background: var(--f56e0f);
  border-color: var(--f56e0f);
}
.p-btn_orange:hover {
  background: var(--f5f5f5);
  color: var(--f56e0f);
  border-color: var(--f5f5f5);
}
.p-btn_orange-second:hover {
  background: #f59543;
  color: var(--f5f5f5);
}
.p-btn_red {
  background: #ff2f00;
  border-color: #ff2f00;
}
.p-btn_center {
  margin-left: auto;
  margin-right: auto;
}
.header {
  padding-top: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.header__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 112px;
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  font-weight: 500;
}
.header__list a:hover {
  color: var(--f56e0f);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
}
.header__menu {
  display: none;
}
.header_main .header__block {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 1s;
  transition: 1s;
}
.header_main .header__block.p-animate_active {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
@media screen and (width <= 1340px) {
  .header {
    padding-top: 27.5px;
  }
  .header__btns,
  .header__list {
    display: none;
  }
  .header__logo img {
    width: 65px;
  }
  .footer__logo img {
    width: 65px;
  }
  .header__menu {
    display: block;
  }
}
@media screen and (width <= 768px) {
  .header {
    padding-top: 14px;
  }
}
.footer {
  padding-top: 40px;
  padding-bottom: 81px;
}
.footer.p-animate_active .footer__logo,
.footer.p-animate_active .footer__nav,
.footer.p-animate_active .footer__center {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.footer_main {
  overflow: hidden;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 26px;
}
.footer__logo {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translate(-100%);
  -webkit-transition: 1s;
  transition: 1s;
}
.footer__logo.p-animate_active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translate(0);
}
.footer__nav {
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translate(100%);
  -webkit-transition: 1s;
  transition: 1s;
}
.footer__nav.p-animate_active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translate(0);
}
.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.footer__nav a:hover {
  color: var(--f56e0f);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.footer__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 1s;
  transition: 1s;
}
.footer__center.p-animate_active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.footer__items {
  display: grid;
  grid-template-columns: repeat(3, 255px);
  gap: 30px;
}
.footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
@media screen and (width <= 1340px) {
  .footer {
    padding: 60px 0;
  }
  .footer__top {
    margin-bottom: 40px;
  }
  .footer__center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  .footer__items {
    gap: 19px;
    grid-template-columns: repeat(3, 1fr);
  }
  .footer__item {
    font-size: 12px;
    line-height: 117%;
    gap: 6px;
  }
}
@media screen and (width <= 768px) {
  .footer {
    padding: 50px 0;
  }
  .footer__logo img {
    width: 65px;
  }
  .footer__nav ul {
    gap: 14px;
  }
  .footer__items {
    grid-template-columns: auto;
    gap: 18px;
  }
  .footer__center {
    gap: 30px;
  }
}
.modal {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transition: 0.3s;
  background: rgba(0, 0, 0, 0.45) !important; /* Слегка приглушаем фон */
  backdrop-filter: blur(10px) !important; /* Размываем весь сайт при открытии модалки */
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default;
  --width-content: 100%;
  --modal-item-right: 639px;
}
.modal.active {
  opacity: 1;
  visibility: visible;
  z-index: 105;
}
.modal__table {
  display: table;
  width: 100%;
  height: 100%;
}
.modal__ceil {
  display: table-cell;
  vertical-align: middle;
}
.modal__show,
.modal__close {
  cursor: pointer;
}
.modal__close {
  top: 25px;
  right: 25px;
  position: absolute;
  z-index: 5;
}
.modal__content {
  background: rgba(30, 30, 38, 0.75) !important;
  backdrop-filter: blur(25px) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 24px !important;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5) !important;
  position: relative;
  border-radius: 20px;
  margin: 50px auto;
  overflow: hidden;
  z-index: 1;
}
.modal__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--f5f5f5);
  margin-bottom: 20px;
}
.modal__title_center {
  text-align: center;
}
.modal_menu .header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  padding-top: 32px;
}
.modal_menu .header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 32px;
}
.modal_menu .modal__content {
  margin: 0;
  background: #1b1b1c;
  padding: 0 24px;
  border-radius: 0 0 20px 20px;
  height: auto;
}
.modal_menu .modal__close {
  position: relative;
  top: auto;
  right: auto;
  margin-right: 5px;
}
.modal_menu .modal__ceil {
  vertical-align: top;
}
.modal_menu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 27.5px;
  padding-bottom: 27.5px;
}
@media screen and (width <= 768px) {
  .modal_menu__top {
    padding: 14px 0;
  }
  .modal_menu .modal__content {
    padding: 0 20px;
  }
  .modal_menu .header__list {
    padding-top: 19px;
  }
}

/* Utility classes */
.u-hidden {
  display: none !important;
}
.u-contents {
  display: contents !important;
}
.u-impersonation-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #fff3cd;
  color: #664d03;
  border-top: 1px solid #ffe69c;
  padding: 10px 16px;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

/* Toasts (moved from templates/includes/message.html) */
.toast-stack {
  position: fixed;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 99999;
  pointer-events: none;
  width: min(92vw, 480px);
}
.toast {
  overflow: hidden;
  position: relative;
  pointer-events: auto;
  background: #1b1a20;
  color: #f5f5f5;
  border: 1px solid #2c2c33;
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45), inset 6px 0 0 0 #f56e0f;
  padding: 14px 44px 14px 18px;
  line-height: 1.4;
  font-weight: 500;
  opacity: 0;
  transform: translateY(-10px) scale(0.98);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.toast.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.toast.hide {
  opacity: 0;
  transform: translateY(-8px) scale(0.98);
}
.toast__title {
  font-size: 15px;
  margin: 0;
  word-break: break-word;
  overflow-wrap: anywhere;
  white-space: pre-line;
}
.toast__content {
  max-height: 40vh;
  overflow: auto;
  padding-right: 8px;
  scrollbar-gutter: stable;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.toast__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: #e8e8e8;
  opacity: 0.6;
  border-radius: 8px;
  transition: background 0.2s ease, opacity 0.2s ease;
}
.toast__close:hover {
  background: rgba(255, 255, 255, 0.06);
  opacity: 1;
}
.toast--success {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45), inset 6px 0 0 0 #2ccf6e;
}
.toast--error {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45), inset 6px 0 0 0 #ff5d5d;
}
.toast--warning {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45), inset 6px 0 0 0 #ffd75e;
}
.toast--info {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45), inset 6px 0 0 0 #f56e0f;
}
.toast__bar {
  position: relative;
  height: 3px;
  margin: 10px -18px -14px -18px;
  background: transparent;
  overflow: hidden;
}
.toast__bar::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: currentColor;
  opacity: 0.35;
  transform-origin: left;
  animation: toast-progress var(--dur, 4000ms) linear forwards;
}
.toast.hide .toast__bar::before {
  animation: none;
  transform: scaleX(0);
}
@keyframes toast-progress {
  from {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
@media (max-width: 480px) {
  .toast {
    padding: 12px 40px 12px 16px;
    border-radius: 12px;
  }
  .toast__title {
    font-size: 14px;
  }
}

/* Cookie consent (moved from templates/includes/cookie_consent.html) */
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(20, 20, 20, 0.96);
  color: #eaeaea;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
  font-size: 14px;
  line-height: 1.45;
}
.cookie-banner.show {
  transform: translateY(0);
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .cookie-banner {
    transition: none;
  }
}
.cookie-banner__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 12px 16px;
  display: flex;
  gap: 16px;
  align-items: center;
  box-sizing: border-box;
}
.cookie-banner__text {
  flex: 1 1 auto;
}
.cookie-link {
  color: var(--f56e0f, #f56e0f);
  text-decoration: underline;
}
.p-btn_res {
  --btn-fs: clamp(13px, 0.95vw, 16px);
  --btn-py: clamp(8px, 0.8vw, 12px);
  --btn-px: clamp(14px, 1.2vw, 20px);
  font-size: var(--btn-fs);
  line-height: 1.15;
  padding: var(--btn-py) var(--btn-px);
  border-radius: 999px;
}
.cookie-banner__actions {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
}
@media screen and (width <= 1340px) {
  .cookie-banner__inner {
    max-width: 100%;
    padding: 12px;
  }
  .p-btn_res {
    --btn-fs: clamp(13px, 1.05vw, 15px);
    --btn-py: clamp(8px, 0.9vw, 11px);
    --btn-px: clamp(12px, 1.1vw, 18px);
  }
}
@media screen and (width <= 768px) {
  .cookie-banner__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .cookie-banner__actions {
    justify-content: stretch;
  }
  .cookie-banner__actions .p-btn_res {
    width: 100%;
  }
  .p-btn_res {
    --btn-fs: 13px;
    --btn-py: 8px;
    --btn-px: 12px;
  }
}
.cookie-banner :is(button, a):focus-visible {
  outline: 2px solid var(--f56e0f, #f56e0f);
  outline-offset: 2px;
}
.footer__nav a#manage-cookies {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer__nav a#manage-cookies:hover {
  color: var(--f56e0f, #f56e0f);
}
