/*
 * Стили promo.plarson.ru
 *
 * Copyright (c) 2026 Ilya Tretyakov (icho18@ya.ru), plarson.ru
 *
 * Date: 2026-06-03
 */
/* 300 - Light */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Open Sans Light'), local('Open-Sans-Light'), url('/fonts/opensans/opensans-light-webfont.woff') format('woff'), url('/fonts/opensans/opensans-light-webfont.ttf') format('ttf'), url('/fonts/opensans/opensans-light-webfont.oet') format('oet');
}
/* 300 - Ultra Italic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local('Open Sans Light'), local('Open-Sans-Light'), url('/fonts/opensans/opensans-lightitalic-webfont.woff') format('woff'), url('/fonts/opensans/opensans-lightitalic-webfont.ttf') format('ttf'), url('/fonts/opensans/opensans-lightitalic-webfont.oet') format('oet');
}
/* 400 - Normal */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans'), local('Open-Sans'), url('/fonts/opensans/opensans-regular-webfont.woff') format('woff'), url('/fonts/opensans/opensans-regular-webfont.ttf') format('ttf'), url('/fonts/opensans/opensans-regular-webfont.oet') format('oet');
}
/* 400 - Normal Italic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans'), local('Open-Sans'), url('/fonts/opensans/opensans-italic-webfont.woff') format('woff'), url('/fonts/opensans/opensans-italic-webfont.ttf') format('ttf'), url('/fonts/opensans/opensans-italic-webfont.oet') format('oet');
}
/* 600 - Semibold */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Open Sans'), local('Open-Sans'), url('/fonts/opensans/opensans-semibold-webfont.woff') format('woff'), url('/fonts/opensans/opensans-semibold-webfont.ttf') format('ttf'), url('/fonts/opensans/opensans-semibold-webfont.oet') format('oet');
}
/* 600 - Semibold Italic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local('Open Sans'), local('Open-Sans'), url('/fonts/opensans/opensans-semibolditalic-webfont.woff') format('woff'), url('/fonts/opensans/opensans-semibolditalic-webfont.ttf') format('ttf'), url('/fonts/opensans/opensans-semibolditalic-webfont.oet') format('oet');
}
/* 700 - Bold */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('Open-Sans-Bold'), url('/fonts/opensans/opensans-bold-webfont.woff') format('woff'), url('/fonts/opensans/opensans-bold-webfont.ttf') format('ttf'), url('/fonts/opensans/opensans-bold-webfont.oet') format('oet');
}
/* 700 - Bold Italic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('Open-Sans-Bold'), url('/fonts/opensans/opensans-bolditalic-webfont.woff') format('woff'), url('/fonts/opensans/opensans-bolditalic-webfont.ttf') format('ttf'), url('/fonts/opensans/opensans-bolditalic-webfont.oet') format('oet');
}
/* 900 - Bold */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Open Sans Black'), local('Open-Sans-Black'), url('/fonts/opensans/opensans-extrabold-webfont.woff') format('woff'), url('/fonts/opensans/opensans-extrabold-webfont.ttf') format('ttf'), url('/fonts/opensans/opensans-extrabold-webfont.oet') format('oet');
}
/* 900 - Bold Italic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: local('Open Sans Black'), local('Open-Sans-Black'), url('/fonts/opensans/opensans-extrabolditalic-webfont.woff') format('woff'), url('/fonts/opensans/opensans-extrabolditalic-webfont.ttf') format('ttf'), url('/fonts/opensans/opensans-extrabolditalic-webfont.oet') format('oet');
}
/*! normalize.css v8.0.0 | 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;
}
/**
 * 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;
}
:root {
  --faze-color-primary: #2563eb;
  --faze-color-primary-dark: #1d53c7;
  --faze-color-success: #4bb543;
  --faze-color-error: #e94151;
  --faze-color-white: #ffffff;
  --faze-color-black: #000000;
  --faze-color-text: #424242;
  --faze-color-hover: #e7e7e7;
  --faze-color-base: #f4f4f4;
  --faze-color-border: #bdbdbd;
  --faze-color-overlay: rgba(33, 33, 33, 0.5);
  --faze-color-background: #ffffff;
  --faze-color-background-hover: #2563eb1a;
  --faze-color-background-active: #2563eb33;
  --faze-shadow-light: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.12), 0 0.1rem 0.2rem rgba(0, 0, 0, 0.24);
  --faze-shadow-medium: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16), 0 0.3rem 0.6rem rgba(0, 0, 0, 0.23);
  --faze-shadow-heavy: 0 1rem 2rem rgba(0, 0, 0, 0.19), 0 0.6rem 0.6rem rgba(0, 0, 0, 0.23);
  --faze-border-radius: 0.5rem;
  --faze-font-fontawesome: 'Font Awesome 6 Pro';
  --faze-line-height: 1.2;
  --faze-size-xs: 1.2rem;
  --faze-size-sm: 1.4rem;
  --faze-size-md: 1.6rem;
  --faze-size-lg: 1.8rem;
  --faze-size-xl: 2rem;
  --faze-margin-xs: 0.4rem;
  --faze-margin-sm: 0.8rem;
  --faze-margin-md: 1.2rem;
  --faze-margin-lg: 1.6rem;
  --faze-margin-xl: 2rem;
  --faze-padding-xs: 0.4rem;
  --faze-padding-sm: 0.8rem;
  --faze-padding-md: 1.2rem;
  --faze-padding-lg: 1.6rem;
  --faze-padding-xl: 2rem;
  --faze-gap-xs: 0.4rem;
  --faze-gap-sm: 0.8rem;
  --faze-gap-md: 1.2rem;
  --faze-gap-lg: 1.6rem;
  --faze-gap-xl: 2rem;
  --faze-breakpoint-xs: 480px;
  --faze-breakpoint-sm: 768px;
  --faze-breakpoint-md: 1024px;
  --faze-breakpoint-lg: 1280px;
  --faze-breakpoint-xl: 1440px;
}
* {
  outline: none;
  box-sizing: border-box;
}
html {
  font-size: 10px;
}
.faze-hide {
  display: none !important;
}
.faze-hidden {
  visibility: hidden !important;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.faze-modal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
}
.faze-modal-wrapper .faze-modal {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 40rem;
  max-width: 80vw;
  max-height: 80vh;
  padding: 1rem;
  background-color: #fff;
}
.faze-modal-wrapper .faze-modal > header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 1.4rem;
}
.faze-modal-wrapper .faze-modal > header > .faze-close {
  position: relative;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
}
.faze-modal-wrapper .faze-modal > header > .faze-close:before,
.faze-modal-wrapper .faze-modal > header > .faze-close:after {
  content: "";
  display: block;
  width: 2rem;
  height: 0.1rem;
  position: absolute;
  top: 50%;
  left: -50%;
  transform: translate(-50%);
  background-color: #000;
}
.faze-modal-wrapper .faze-modal > header > .faze-close:before {
  transform: translate(50%, 50%) rotateZ(45deg);
}
.faze-modal-wrapper .faze-modal > header > .faze-close:after {
  transform: translate(50%) rotateZ(135deg);
}
.faze-modal-wrapper .faze-modal > header > .faze-close:hover {
  cursor: pointer;
}
.faze-modal-wrapper .faze-modal > main {
  width: 100%;
  height: 100%;
  margin-top: 1rem;
  overflow: auto;
}
.faze-modal-wrapper .faze-modal > footer {
  margin-top: 1rem;
}
.faze-modal-wrapper .faze-modal.faze-modal-draggable {
  position: absolute;
}
.faze-modal-wrapper .faze-modal.faze-modal-draggable > header {
  cursor: move;
}
.faze-modal-wrapper .faze-modal.faze-modal-resizable .faze-modal-resize-border {
  position: absolute;
  user-select: none;
}
.faze-modal-wrapper .faze-modal.faze-modal-resizable .faze-modal-resize-border.faze-modal-resize-border-top,
.faze-modal-wrapper .faze-modal.faze-modal-resizable .faze-modal-resize-border.faze-modal-resize-border-bottom {
  width: 100%;
  height: 0.8rem;
  left: 0;
}
.faze-modal-wrapper .faze-modal.faze-modal-resizable .faze-modal-resize-border.faze-modal-resize-border-top:hover,
.faze-modal-wrapper .faze-modal.faze-modal-resizable .faze-modal-resize-border.faze-modal-resize-border-bottom:hover {
  cursor: s-resize;
}
.faze-modal-wrapper .faze-modal.faze-modal-resizable .faze-modal-resize-border.faze-modal-resize-border-right,
.faze-modal-wrapper .faze-modal.faze-modal-resizable .faze-modal-resize-border.faze-modal-resize-border-left {
  width: 0.8rem;
  height: 100%;
  top: 0;
}
.faze-modal-wrapper .faze-modal.faze-modal-resizable .faze-modal-resize-border.faze-modal-resize-border-right:hover,
.faze-modal-wrapper .faze-modal.faze-modal-resizable .faze-modal-resize-border.faze-modal-resize-border-left:hover {
  cursor: e-resize;
}
.faze-modal-wrapper .faze-modal.faze-modal-resizable .faze-modal-resize-border.faze-modal-resize-border-top {
  top: -0.4rem;
}
.faze-modal-wrapper .faze-modal.faze-modal-resizable .faze-modal-resize-border.faze-modal-resize-border-bottom {
  bottom: -0.4rem;
}
.faze-modal-wrapper .faze-modal.faze-modal-resizable .faze-modal-resize-border.faze-modal-resize-border-right {
  right: -0.4rem;
}
.faze-modal-wrapper .faze-modal.faze-modal-resizable .faze-modal-resize-border.faze-modal-resize-border-left {
  left: -0.4rem;
}
.faze-modal-wrapper.faze-modal-wrapper-hide {
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
}
.faze-modal-wrapper.faze-modal-wrapper-hide .faze-modal {
  pointer-events: all;
}
@keyframes faze-notification-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.faze-notification-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 5;
}
.faze-notification-wrapper .faze-notification {
  display: block;
  width: 100%;
  padding: 1rem;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  animation-name: faze-notification-appear;
  animation-duration: 1s;
}
@keyframes faze-copy-notification-disappear {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.faze-copy-text {
  position: relative;
}
.faze-copy-text .faze-notification {
  position: absolute;
  left: 0;
  bottom: -1rem;
  font-size: 1rem;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  opacity: 0;
  animation-name: faze-copy-notification-disappear;
  animation-duration: 2s;
}
.faze-copy-text:hover {
  cursor: pointer;
}
.faze-drag-active {
  cursor: move;
}
.faze-file-input .faze-file-input-file {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}
.faze-placeholder.faze-placeholder-loading {
  height: 10rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" width="32px" height="32px" viewBox="0 0 128 128" xml:space="preserve"><rect x="0" y="0" width="100%" height="100%" fill="%23FFFFFF" /><g><path d="M26.43 44.95a45.68 45.68 0 0 0 18.6 36.82h-.3a36.83 36.83 0 1 1 0-73.65h.3a45.68 45.68 0 0 0-18.6 36.83zm44-22.55a45.68 45.68 0 0 0-29.28 29.07l-.1-.28a36.83 36.83 0 0 1 70.05-22.8l.1.3a45.68 45.68 0 0 0-40.77-6.32zm35.27 34.9A45.68 45.68 0 0 0 69 38.45c.1-.06.17-.13.25-.2a36.83 36.83 0 1 1 43.3 59.6c-.08.07-.17.12-.25.18a45.68 45.68 0 0 0-6.6-40.73zm-22.57 44.3a45.68 45.68 0 0 0 6.6-40.72c.08.05.16.1.24.17a36.83 36.83 0 0 1-43.3 59.6l-.24-.2a45.68 45.68 0 0 0 36.7-18.85zm-48.8-7.86a45.68 45.68 0 0 0 40.77-6.3l-.1.28A36.83 36.83 0 1 1 4.96 64.95l.1-.28a45.68 45.68 0 0 0 29.28 29.07z" fill="%23000000"/><animateTransform attributeName="transform" type="rotate" from="72 64 64" to="0 64 64" dur="1080ms" repeatCount="indefinite"></animateTransform></g></svg>') center center no-repeat;
}
.faze-tooltip {
  position: absolute;
  padding: 1rem;
  color: var(--faze-color-text);
  font-size: var(--faze-size-sm);
  line-height: var(--faze-line-height);
  background: var(--faze-color-white);
  border-radius: var(--faze-border-radius);
  box-shadow: var(--faze-shadow-light);
  animation: fadeInUp 0.2s ease-out;
  z-index: 30;
}
[data-faze~=tooltip][data-faze-tooltip-event=click]:hover {
  cursor: pointer;
}
.faze-tour-overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.faze-tour-hint-wrapper {
  position: absolute;
  display: block;
  transition: all 0.2s;
  box-shadow: var(--faze-color-overlay) 0px 0px 0px 5000px;
  border: 1px solid var(--faze-color-primary);
  border-radius: var(--faze-border-radius);
}
.faze-tour-hint-wrapper .faze-tour-hint {
  position: absolute;
  display: flex;
  flex-direction: column;
  min-width: 250px;
  min-height: 150px;
  border-radius: var(--faze-border-radius);
  background-color: #fff;
  box-shadow: 0 3px 30px rgba(33, 33, 33, 0.3);
}
.faze-tour-hint-wrapper .faze-tour-hint .faze-tour-hint-btn-close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  color: var(--faze-color-text);
  font-size: 28px;
  line-height: 1;
  border: none;
  background: none;
  border-radius: 0;
}
.faze-tour-hint-wrapper .faze-tour-hint .faze-tour-hint-btn-close:before {
  content: "×";
}
.faze-tour-hint-wrapper .faze-tour-hint .faze-tour-hint-btn-close:hover {
  cursor: pointer;
}
.faze-tour-hint-wrapper .faze-tour-hint .faze-tour-hint-header {
  font-weight: bold;
  line-height: 1;
}
.faze-tour-hint-wrapper .faze-tour-hint .faze-tour-hint-header:not(:empty) {
  padding: 16px 20px 0;
}
.faze-tour-hint-wrapper .faze-tour-hint .faze-tour-hint-main {
  padding: 20px 20px 20px;
}
.faze-tour-hint-wrapper .faze-tour-hint .faze-tour-hint-footer {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding: 10px;
  border-top: 1px solid var(--faze-color-border);
}
.faze-tour-hint-wrapper .faze-tour-hint .faze-tour-hint-footer .faze-tour-hint-btn-next,
.faze-tour-hint-wrapper .faze-tour-hint .faze-tour-hint-footer .faze-tour-hint-btn-prev {
  padding: 10px;
  color: var(--faze-color-text);
  font-size: 14px;
  line-height: 1;
  background: var(--faze-color-base);
  border: 0.1rem solid var(--faze-color-border);
  border-radius: 5px;
  transition: background 0.2s ease;
}
.faze-tour-hint-wrapper .faze-tour-hint .faze-tour-hint-footer .faze-tour-hint-btn-next:hover,
.faze-tour-hint-wrapper .faze-tour-hint .faze-tour-hint-footer .faze-tour-hint-btn-prev:hover {
  cursor: pointer;
  background: var(--faze-color-hover);
}
.faze-tour-hint-wrapper .faze-tour-hint .faze-tour-hint-footer .faze-tour-hint-btn-next {
  color: var(--faze-color-white);
  background: var(--faze-color-primary);
  border-color: var(--faze-color-primary-dark);
}
.faze-tour-hint-wrapper .faze-tour-hint .faze-tour-hint-footer .faze-tour-hint-btn-next:hover {
  cursor: pointer;
  background: var(--faze-color-primary-dark);
}
.faze-tour-hint-wrapper .faze-tour-hint .faze-tour-hint-footer .faze-tour-pages {
  position: absolute;
  left: 50%;
  bottom: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
}
.faze-tour-hint-wrapper .faze-tour-hint .faze-tour-hint-footer .faze-tour-pages .faze-tour-page {
  display: block;
  width: 5px;
  height: 5px;
  background-color: var(--faze-color-hover);
  border-radius: 3px;
  transition: width 0.2s ease;
}
.faze-tour-hint-wrapper .faze-tour-hint .faze-tour-hint-footer .faze-tour-pages .faze-tour-page.faze-active {
  width: 15px;
  background-color: var(--faze-color-border);
}
.faze-tour-hint-wrapper .faze-tour-hint .faze-tour-hint-footer .faze-tour-pages .faze-tour-page:not(:last-child) {
  margin-right: 4px;
}
.faze-tour-hint-wrapper .faze-tour-hint:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.faze-tour-hint-wrapper .faze-tour-hint.faze-tour-hint-side-left {
  top: 0;
  right: calc(100% + 10px);
}
.faze-tour-hint-wrapper .faze-tour-hint.faze-tour-hint-side-left:before {
  top: 10px;
  right: -5px;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid var(--faze-color-white);
  border-bottom: 5px solid rgba(0, 0, 0, 0);
}
.faze-tour-hint-wrapper .faze-tour-hint.faze-tour-hint-side-right {
  top: 0;
  left: calc(100% + 10px);
}
.faze-tour-hint-wrapper .faze-tour-hint.faze-tour-hint-side-right:before {
  top: 10px;
  left: -5px;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid var(--faze-color-white);
  border-bottom: 5px solid rgba(0, 0, 0, 0);
}
.faze-tour-hint-wrapper .faze-tour-hint.faze-tour-hint-side-top {
  left: 0;
  bottom: calc(100% + 10px);
}
.faze-tour-hint-wrapper .faze-tour-hint.faze-tour-hint-side-top:before {
  left: 10px;
  bottom: -5px;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-top: 5px solid var(--faze-color-white);
}
.faze-tour-hint-wrapper .faze-tour-hint.faze-tour-hint-side-bottom {
  left: 0;
  top: calc(100% + 10px);
}
.faze-tour-hint-wrapper .faze-tour-hint.faze-tour-hint-side-bottom:before {
  left: 10px;
  top: -5px;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 5px solid var(--faze-color-white);
}
.faze-tour-hint-wrapper.faze-tour-hint-wrapper-float {
  border: none;
}
.faze-tabs .faze-tab-body,
.faze-tabs [data-faze-tab=body],
.faze-tabs [data-faze-tab-body]:not([data-faze-tab=header]):not(.faze-tab-header),
.faze-tab .faze-tab-body,
.faze-tab [data-faze-tab=body],
.faze-tab [data-faze-tab-body]:not([data-faze-tab=header]):not(.faze-tab-header),
[data-faze~=tab] .faze-tab-body,
[data-faze~=tab] [data-faze-tab=body],
[data-faze~=tab] [data-faze-tab-body]:not([data-faze-tab=header]):not(.faze-tab-header) {
  display: none;
}
.faze-tabs .faze-tab-body:first-of-type,
.faze-tabs [data-faze-tab=body]:first-of-type,
.faze-tabs [data-faze-tab-body]:not([data-faze-tab=header]):not(.faze-tab-header):first-of-type,
.faze-tab .faze-tab-body:first-of-type,
.faze-tab [data-faze-tab=body]:first-of-type,
.faze-tab [data-faze-tab-body]:not([data-faze-tab=header]):not(.faze-tab-header):first-of-type,
[data-faze~=tab] .faze-tab-body:first-of-type,
[data-faze~=tab] [data-faze-tab=body]:first-of-type,
[data-faze~=tab] [data-faze-tab-body]:not([data-faze-tab=header]):not(.faze-tab-header):first-of-type {
  display: block;
}
.faze-tabs[data-faze-styles=true] .faze-tabs-headers,
.faze-tab[data-faze-styles=true] .faze-tabs-headers,
[data-faze~=tab][data-faze-styles=true] .faze-tabs-headers {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 0.1rem solid var(--faze-color-border);
}
.faze-tabs[data-faze-styles=true] .faze-tab-header,
.faze-tabs[data-faze-styles=true] [data-faze-tab=header],
.faze-tabs[data-faze-styles=true] [data-faze-tab-head],
.faze-tab[data-faze-styles=true] .faze-tab-header,
.faze-tab[data-faze-styles=true] [data-faze-tab=header],
.faze-tab[data-faze-styles=true] [data-faze-tab-head],
[data-faze~=tab][data-faze-styles=true] .faze-tab-header,
[data-faze~=tab][data-faze-styles=true] [data-faze-tab=header],
[data-faze~=tab][data-faze-styles=true] [data-faze-tab-head] {
  padding: 1rem;
  color: var(--faze-color-text);
  font-size: var(--faze-size-sm);
  line-height: 1;
  border: 0.1rem solid var(--faze-color-border);
  border-bottom: none;
  user-select: none;
}
.faze-tabs[data-faze-styles=true] .faze-tab-header:not(:first-child),
.faze-tabs[data-faze-styles=true] [data-faze-tab=header]:not(:first-child),
.faze-tabs[data-faze-styles=true] [data-faze-tab-head]:not(:first-child),
.faze-tab[data-faze-styles=true] .faze-tab-header:not(:first-child),
.faze-tab[data-faze-styles=true] [data-faze-tab=header]:not(:first-child),
.faze-tab[data-faze-styles=true] [data-faze-tab-head]:not(:first-child),
[data-faze~=tab][data-faze-styles=true] .faze-tab-header:not(:first-child),
[data-faze~=tab][data-faze-styles=true] [data-faze-tab=header]:not(:first-child),
[data-faze~=tab][data-faze-styles=true] [data-faze-tab-head]:not(:first-child) {
  border-left: none;
}
.faze-tabs[data-faze-styles=true] .faze-tab-header:hover,
.faze-tabs[data-faze-styles=true] [data-faze-tab=header]:hover,
.faze-tabs[data-faze-styles=true] [data-faze-tab-head]:hover,
.faze-tab[data-faze-styles=true] .faze-tab-header:hover,
.faze-tab[data-faze-styles=true] [data-faze-tab=header]:hover,
.faze-tab[data-faze-styles=true] [data-faze-tab-head]:hover,
[data-faze~=tab][data-faze-styles=true] .faze-tab-header:hover,
[data-faze~=tab][data-faze-styles=true] [data-faze-tab=header]:hover,
[data-faze~=tab][data-faze-styles=true] [data-faze-tab-head]:hover {
  background-color: var(--faze-color-background-hover);
  cursor: pointer;
}
.faze-tabs[data-faze-styles=true] .faze-tab-header.faze-active,
.faze-tabs[data-faze-styles=true] [data-faze-tab=header].faze-active,
.faze-tabs[data-faze-styles=true] [data-faze-tab-head].faze-active,
.faze-tab[data-faze-styles=true] .faze-tab-header.faze-active,
.faze-tab[data-faze-styles=true] [data-faze-tab=header].faze-active,
.faze-tab[data-faze-styles=true] [data-faze-tab-head].faze-active,
[data-faze~=tab][data-faze-styles=true] .faze-tab-header.faze-active,
[data-faze~=tab][data-faze-styles=true] [data-faze-tab=header].faze-active,
[data-faze~=tab][data-faze-styles=true] [data-faze-tab-head].faze-active {
  background-color: var(--faze-color-background-active);
}
.faze-tabs[data-faze-styles=true] .faze-tab-body,
.faze-tabs[data-faze-styles=true] [data-faze-tab=body],
.faze-tabs[data-faze-styles=true] [data-faze-tab-body],
.faze-tab[data-faze-styles=true] .faze-tab-body,
.faze-tab[data-faze-styles=true] [data-faze-tab=body],
.faze-tab[data-faze-styles=true] [data-faze-tab-body],
[data-faze~=tab][data-faze-styles=true] .faze-tab-body,
[data-faze~=tab][data-faze-styles=true] [data-faze-tab=body],
[data-faze~=tab][data-faze-styles=true] [data-faze-tab-body] {
  padding-top: 1rem;
}
.faze-drag,
[data-faze~=drag] {
  position: relative;
}
.faze-drag .faze-drag-item,
.faze-drag [data-faze-drag=item],
[data-faze~=drag] .faze-drag-item,
[data-faze~=drag] [data-faze-drag=item] {
  position: relative;
}
.faze-drag .faze-drag-item.faze-drag-item-moving,
.faze-drag [data-faze-drag=item].faze-drag-item-moving,
[data-faze~=drag] .faze-drag-item.faze-drag-item-moving,
[data-faze~=drag] [data-faze-drag=item].faze-drag-item-moving {
  z-index: 999999;
}
.faze-drag .faze-drag-item .faze-drag-handle:hover,
.faze-drag .faze-drag-item [data-faze-drag=handle]:hover,
.faze-drag [data-faze-drag=item] .faze-drag-handle:hover,
.faze-drag [data-faze-drag=item] [data-faze-drag=handle]:hover,
[data-faze~=drag] .faze-drag-item .faze-drag-handle:hover,
[data-faze~=drag] .faze-drag-item [data-faze-drag=handle]:hover,
[data-faze~=drag] [data-faze-drag=item] .faze-drag-handle:hover,
[data-faze~=drag] [data-faze-drag=item] [data-faze-drag=handle]:hover {
  cursor: move;
}
.faze-drag .faze-drag-item-phantom,
[data-faze~=drag] .faze-drag-item-phantom {
  width: var(--faze-width);
  height: var(--faze-height);
  transition: var(--faze-animation);
}
.faze-drag .faze-drag-item-phantom2,
[data-faze~=drag] .faze-drag-item-phantom2 {
  width: var(--faze-width);
  height: var(--faze-height);
  transition: var(--faze-animation);
}
.faze-drag[data-faze-styles=true] .faze-drag-item .faze-drag-handle,
.faze-drag[data-faze-styles=true] .faze-drag-item [data-faze-drag=handle],
.faze-drag[data-faze-styles=true] [data-faze-drag=item] .faze-drag-handle,
.faze-drag[data-faze-styles=true] [data-faze-drag=item] [data-faze-drag=handle] {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"276\" height=\"276\" viewBox=\"0 0 276 276\"><g fill=\"%23808080\"><path d=\"M33.144,2.471C15.336,2.471,0.85,16.958,0.85,34.765s14.48,32.293,32.294,32.293s32.294-14.486,32.294-32.293 S50.951,2.471,33.144,2.471z\"/><path d=\"M137.663,2.471c-17.807,0-32.294,14.487-32.294,32.294s14.487,32.293,32.294,32.293c17.808,0,32.297-14.486,32.297-32.293S155.477,2.471,137.663,2.471z\"/><path d=\"M243.873,67.059c17.804,0,32.294-14.486,32.294-32.293S261.689,2.471,243.873,2.471s-32.294,14.487-32.294,32.294 S226.068,67.059,243.873,67.059z\"/> <path d=\"M32.3,170.539c17.807,0,32.297-14.483,32.297-32.293c0-17.811-14.49-32.297-32.297-32.297S0,120.436,0,138.246 C0,156.056,14.493,170.539,32.3,170.539z\"/> <path d=\"M136.819,170.539c17.804,0,32.294-14.483,32.294-32.293c0-17.811-14.478-32.297-32.294-32.297 c-17.813,0-32.294,14.486-32.294,32.297C104.525,156.056,119.012,170.539,136.819,170.539z\"/> <path d=\"M243.038,170.539c17.811,0,32.294-14.483,32.294-32.293c0-17.811-14.483-32.297-32.294-32.297 s-32.306,14.486-32.306,32.297C210.732,156.056,225.222,170.539,243.038,170.539z\"/> <path d=\"M33.039,209.108c-17.807,0-32.3,14.483-32.3,32.294c0,17.804,14.493,32.293,32.3,32.293s32.293-14.482,32.293-32.293 S50.846,209.108,33.039,209.108z\"/> <path d=\"M137.564,209.108c-17.808,0-32.3,14.483-32.3,32.294c0,17.804,14.487,32.293,32.3,32.293 c17.804,0,32.293-14.482,32.293-32.293S155.368,209.108,137.564,209.108z\"/> <path d=\"M243.771,209.108c-17.804,0-32.294,14.483-32.294,32.294c0,17.804,14.49,32.293,32.294,32.293 c17.811,0,32.294-14.482,32.294-32.293S261.575,209.108,243.771,209.108z\"/> </g></svg>") center center no-repeat;
  background-size: cover;
  user-select: none;
}
.faze-drag[data-faze-styles=true] .faze-drag-item .faze-drag-handle:hover,
.faze-drag[data-faze-styles=true] .faze-drag-item [data-faze-drag=handle]:hover,
.faze-drag[data-faze-styles=true] [data-faze-drag=item] .faze-drag-handle:hover,
.faze-drag[data-faze-styles=true] [data-faze-drag=item] [data-faze-drag=handle]:hover {
  cursor: move;
}
.faze-dropdown,
[data-faze=dropdown] {
  position: relative;
}
.faze-dropdown .faze-title,
.faze-dropdown [data-faze-dropdown=title],
[data-faze=dropdown] .faze-title,
[data-faze=dropdown] [data-faze-dropdown=title] {
  display: inline-flex;
  padding: var(--faze-padding-sm) var(--faze-padding-md);
  border: 0.1rem solid var(--faze-color-border);
  border-radius: var(--faze-border-radius);
  line-height: var(--faze-line-height);
  user-select: none;
  z-index: 5;
}
.faze-dropdown .faze-title:hover,
.faze-dropdown [data-faze-dropdown=title]:hover,
[data-faze=dropdown] .faze-title:hover,
[data-faze=dropdown] [data-faze-dropdown=title]:hover {
  cursor: pointer;
}
.faze-dropdown .faze-body,
.faze-dropdown [data-faze-dropdown=body],
[data-faze=dropdown] .faze-body,
[data-faze=dropdown] [data-faze-dropdown=body] {
  position: absolute;
  display: none;
  margin-top: var(--faze-margin-md);
  padding: var(--faze-padding-md);
  background: var(--faze-color-background);
  border: 0.1rem solid var(--faze-color-border);
  border-radius: var(--faze-border-radius);
  box-shadow: var(--faze-shadow-light);
  animation: fadeInUp 0.2s ease-out;
  z-index: 6;
}
.faze-dropdown.faze-active .faze-body,
.faze-dropdown.faze-active [data-faze-dropdown=body],
[data-faze=dropdown].faze-active .faze-body,
[data-faze=dropdown].faze-active [data-faze-dropdown=body] {
  display: block;
}
.faze-form input.faze-form-input-invalid {
  border-color: var(--faze-color-error);
}
.faze-form-hint {
  position: absolute;
  display: none;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1rem;
  border: 0.1rem solid var(--faze-color-primary);
  border-radius: var(--faze-border-radius);
  background-color: var(--faze-color-white);
  z-index: 10;
}
.faze-form-hint .faze-form-rule {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1;
}
.faze-form-hint .faze-form-rule::before {
  content: "";
  margin-right: 0.8rem;
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-style: normal;
}
.faze-form-hint .faze-form-rule.faze-form-rule-valid::before {
  content: "";
  color: var(--faze-color-success);
}
.faze-form-hint .faze-form-rule.faze-form-rule-invalid::before {
  content: "";
  color: var(--faze-color-error);
}
.faze-form-hint.active {
  display: flex;
}
.faze-select {
  position: relative;
}
.faze-select > .faze-title,
.faze-select > .title {
  display: inline-flex;
  padding: var(--faze-padding-sm) var(--faze-padding-md);
  line-height: var(--faze-line-height);
  border: 0.1rem solid var(--faze-color-border);
  border-radius: var(--faze-border-radius);
  user-select: none;
  z-index: 5;
}
.faze-select > .faze-title:hover,
.faze-select > .title:hover {
  cursor: pointer;
}
.faze-select > .faze-body,
.faze-select > .body {
  position: absolute;
  display: none;
  margin-top: var(--faze-margin-md);
  padding: var(--faze-padding-md);
  background: var(--faze-color-background);
  border: 0.1rem solid var(--faze-color-border);
  border-radius: var(--faze-border-radius);
  box-shadow: var(--faze-shadow-light);
  animation: fadeInUp 0.2s ease-out;
  z-index: 6;
}
.faze-select > .faze-body > .faze-option:hover,
.faze-select > .body > .faze-option:hover {
  cursor: pointer;
}
.faze-select.faze-active > .faze-body,
.faze-select.faze-active > .body {
  display: block;
}
.faze-smartsearch-items {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  max-height: 33rem;
  margin-top: var(--faze-margin-md);
  border: 1px solid var(--faze-color-border);
  border-radius: var(--faze-border-radius);
  background: var(--faze-color-background);
  box-shadow: var(--faze-shadow-light);
  overflow: auto;
  animation: fadeInUp 0.2s ease-out;
  z-index: 5;
}
.faze-smartsearch-items .faze-smartsearch-item {
  padding: var(--faze-padding-sm) var(--faze-padding-md);
  color: var(--faze-color-text);
  font-size: var(--faze-size-sm);
  line-height: var(--faze-line-height);
  user-select: none;
}
.faze-smartsearch-items .faze-smartsearch-item.faze-active,
.faze-smartsearch-items .faze-smartsearch-item:hover {
  cursor: pointer;
  background: var(--faze-color-background-hover);
}
.faze-smartsearch-items.faze-active {
  display: block;
}
.faze-carousel {
  position: relative;
}
.faze-carousel .faze-carousel-holder {
  position: relative;
  display: flex;
}
.faze-carousel .faze-carousel-holder > .faze-item > img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faze-carousel.faze-animation-fade .faze-carousel-holder > .faze-item {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition-property: opacity;
  z-index: 1;
}
.faze-carousel.faze-animation-fade .faze-carousel-holder > .faze-item.faze-active {
  position: relative;
  opacity: 1;
  z-index: 2;
}
.faze-carousel.faze-animation-fade .faze-carousel-holder > .faze-item:not(.faze-active) {
  opacity: 0;
}
.faze-carousel.faze-animation-slide {
  position: relative;
  overflow: hidden;
}
.faze-carousel.faze-animation-slide.faze-direction-horizontal > .faze-carousel-holder {
  left: 0;
  width: 5000%;
  transition-property: left;
}
.faze-carousel.faze-animation-slide.faze-direction-horizontal > .faze-carousel-holder > .faze-item {
  width: 2%;
}
.faze-carousel.faze-animation-slide.faze-direction-vertical > .faze-carousel-holder {
  flex-direction: column;
  top: 0;
  height: 5000%;
  transition-property: top;
}
.faze-carousel.faze-animation-slide.faze-direction-vertical .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow {
  width: 100%;
  height: 10rem;
}
.faze-carousel.faze-animation-slide.faze-direction-vertical .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-prev {
  top: 0;
  left: initial;
  right: initial;
  bottom: initial;
}
.faze-carousel.faze-animation-slide.faze-direction-vertical .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-prev:after {
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.faze-carousel.faze-animation-slide.faze-direction-vertical .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-next {
  bottom: 0;
  left: initial;
  right: initial;
  top: initial;
}
.faze-carousel.faze-animation-slide.faze-direction-vertical .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-next:after {
  transform: translate(-50%, -50%) rotateZ(135deg);
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-pages {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  user-select: none;
  z-index: 4;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-pages > .faze-page {
  width: 1.2rem;
  height: 1.2rem;
  background-color: #fff;
  border-radius: 50%;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-pages > .faze-page + .faze-page {
  margin-left: 0.5rem;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-pages > .faze-page.faze-active {
  background-color: #000;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-pages > .faze-page:hover {
  cursor: pointer;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow {
  position: absolute;
  top: 0;
  width: 10rem;
  height: 100%;
  pointer-events: all;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow:after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 0.3rem solid #000;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-prev {
  left: 0;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-prev:after {
  border-left: 0.3rem solid #000;
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-next {
  right: 0;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-next:after {
  border-right: 0.3rem solid #000;
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-disabled {
  opacity: 0.5;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-disabled:hover {
  cursor: default;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow:hover:not(.faze-disabled) {
  cursor: pointer;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow:hover:not(.faze-disabled):after {
  border-color: #666;
}
.faze-carousel > .faze-carousel-controls .faze-carousel-counter {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 5;
}
.faze-carousel.faze-carousel-grouped .faze-carousel-holder > .faze-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.faze-carousel {
  position: relative;
}
.faze-carousel .faze-carousel-holder {
  position: relative;
  display: flex;
}
.faze-carousel .faze-carousel-holder > .faze-item {
  will-change: transform;
}
.faze-carousel .faze-carousel-holder > .faze-item > img {
  display: flex;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.faze-carousel.faze-animation-fade .faze-carousel-holder > .faze-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  transition: opacity 1s;
}
.faze-carousel.faze-animation-fade .faze-carousel-holder > .faze-item.faze-active {
  position: relative;
  opacity: 1;
  z-index: 3;
}
.faze-carousel.faze-animation-slide {
  position: relative;
  overflow: hidden;
}
.faze-carousel.faze-animation-slide.faze-direction-horizontal > .faze-carousel-holder {
  width: 5000%;
}
.faze-carousel.faze-animation-slide.faze-direction-horizontal > .faze-carousel-holder > .faze-item {
  width: 2%;
}
.faze-carousel.faze-animation-slide.faze-direction-vertical > .faze-carousel-holder {
  flex-direction: column;
  height: 5000%;
}
.faze-carousel.faze-animation-slide.faze-direction-vertical .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow {
  width: 100%;
  height: 10rem;
}
.faze-carousel.faze-animation-slide.faze-direction-vertical .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-prev {
  top: 0;
  left: initial;
  right: initial;
  bottom: initial;
}
.faze-carousel.faze-animation-slide.faze-direction-vertical .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-prev:after {
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.faze-carousel.faze-animation-slide.faze-direction-vertical .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-next {
  bottom: 0;
  left: initial;
  right: initial;
  top: initial;
}
.faze-carousel.faze-animation-slide.faze-direction-vertical .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-next:after {
  transform: translate(-50%, -50%) rotateZ(135deg);
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-pages {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  user-select: none;
  z-index: 4;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-pages > .faze-page {
  width: 1.2rem;
  height: 1.2rem;
  background-color: #fff;
  border-radius: 50%;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-pages > .faze-page + .faze-page {
  margin-left: 0.5rem;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-pages > .faze-page.faze-active {
  background-color: #000;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-pages > .faze-page:hover {
  cursor: pointer;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow {
  position: absolute;
  top: 0;
  width: 10rem;
  height: 100%;
  pointer-events: all;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow:after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 0.3rem solid #000;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-prev {
  left: 0;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-prev:after {
  border-left: 0.3rem solid #000;
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-next {
  right: 0;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-next:after {
  border-right: 0.3rem solid #000;
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-disabled {
  opacity: 0.5;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-disabled:hover {
  cursor: default;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow:hover:not(.faze-disabled) {
  cursor: pointer;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow:hover:not(.faze-disabled):after {
  border-color: #666;
}
.faze-carousel > .faze-carousel-controls .faze-carousel-counter {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  line-height: 1;
  user-select: none;
  z-index: 5;
}
.faze-carousel.faze-carousel-grouped .faze-carousel-holder > .faze-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.carousel-new-test body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: #1a1a2e;
}
.carousel-new-test .carousel-container {
  position: relative;
  width: 500px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.carousel-new-test .carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  cursor: grab;
}
.carousel-new-test .carousel-track.dragging {
  cursor: grabbing;
}
.carousel-new-test .carousel-slide {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  flex-shrink: 0;
  user-select: none;
  border-radius: 8px;
}
.carousel-new-test img {
  width: 100%;
  height: auto;
}
.carousel-new-test .carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: hsla(0, 0%, 100%, 0.3);
  border: none;
  color: #fff;
  font-size: 2rem;
  padding: 1rem 1.2rem;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.3s;
  z-index: 10;
}
.carousel-new-test .carousel-btn:hover {
  background: hsla(0, 0%, 100%, 0.5);
}
.carousel-new-test .carousel-btn.prev {
  left: 10px;
}
.carousel-new-test .carousel-btn.next {
  right: 10px;
}
.carousel-new-test .carousel-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}
.carousel-new-test .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: hsla(0, 0%, 100%, 0.5);
  cursor: pointer;
  transition: background 0.3s;
}
.carousel-new-test .dot.active {
  background: #fff;
}
.faze-thumbgallery {
  position: relative;
}
.faze-thumbgallery .faze-thumbgallery-holder {
  display: flex;
  overflow: hidden;
  overflow-x: scroll;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}
.faze-thumbgallery .faze-thumbgallery-holder img {
  position: relative;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  overflow: hidden;
}
.faze-thumbgallery .faze-thumbgallery-gallery {
  position: absolute;
  left: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.4rem;
  width: 100%;
  height: 0.2rem;
  margin: 0 auto;
  visibility: hidden;
  z-index: 2;
}
.faze-thumbgallery .faze-thumbgallery-gallery .faze-thumbgallery-gallery-element {
  height: 100%;
  background-color: #bebebe;
}
.faze-thumbgallery .faze-thumbgallery-gallery .faze-thumbgallery-gallery-element.active {
  background-color: #2b2b2b;
}
.faze-thumbgallery .faze-thumbgallery-gallery[data-faze-thumbgallery-total="0"],
.faze-thumbgallery .faze-thumbgallery-gallery[data-faze-thumbgallery-total="1"] {
  display: none;
}
.faze-thumbgallery .faze-thumbgallery-gallery[data-faze-thumbgallery-total="2"] {
  grid-template-columns: repeat(2, 1fr);
}
.faze-thumbgallery .faze-thumbgallery-gallery[data-faze-thumbgallery-total="3"] {
  grid-template-columns: repeat(3, 1fr);
}
.faze-thumbgallery .faze-thumbgallery-gallery[data-faze-thumbgallery-total="4"] {
  grid-template-columns: repeat(4, 1fr);
}
.faze-thumbgallery .faze-thumbgallery-gallery[data-faze-thumbgallery-total="5"] {
  grid-template-columns: repeat(5, 1fr);
}
.faze-thumbgallery .faze-thumbgallery-gallery[data-faze-thumbgallery-total="6"] {
  grid-template-columns: repeat(5, 1fr);
}
.faze-thumbgallery:hover .faze-thumbgallery-gallery {
  visibility: visible;
}
@media (max-width: 768px) {
  .faze-thumbgallery .faze-thumbgallery-gallery {
    visibility: visible;
  }
}
.faze-finder .faze-finder-input-holder {
  position: relative;
}
.faze-finder .faze-finder-input-holder input {
  width: 100%;
  padding-right: 3rem;
}
.faze-finder .faze-finder-input-holder .faze-finder-clear-button {
  position: absolute;
  top: 50%;
  right: 0.6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  transform: translateY(-50%);
}
.faze-finder .faze-finder-input-holder .faze-finder-clear-button:before {
  content: "";
  color: var(--faze-color-text);
  font-family: var(--faze-font-fontawesome);
  font-size: 1.6rem;
}
.faze-finder .faze-finder-input-holder .faze-finder-clear-button:hover {
  cursor: pointer;
}
.faze-tablesorter .faze-tablesorter-header,
[data-faze=tablesorter] .faze-tablesorter-header {
  user-select: none;
}
.faze-tablesorter .faze-tablesorter-header:hover,
[data-faze=tablesorter] .faze-tablesorter-header:hover {
  cursor: pointer;
}
[data-faze-sorter-head] {
  user-select: none;
}
[data-faze-sorter-head]:hover {
  cursor: pointer;
}
@keyframes appearing {
  from {
    display: none;
    opacity: 0;
  }
  to {
    display: flex;
    opacity: 1;
  }
}
@keyframes disappearing {
  from {
    display: flex;
    opacity: 1;
  }
  to {
    display: none;
    opacity: 0;
  }
}
.faze-scroller .faze-scroller-btn {
  position: fixed;
  bottom: 2rem;
  z-index: 9999;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  height: 6.4rem;
  border: none;
  border-radius: 50%;
  background: var(--faze-color-primary);
  transition: background 0.2s ease;
  animation: disappearing 0.5s ease forwards;
}
.faze-scroller .faze-scroller-btn:after {
  content: "";
  display: block;
  margin-top: 0.4rem;
  border: solid var(--faze-color-white);
  border-width: 0 0.3rem 0.3rem 0;
  width: 1.2rem;
  height: 1.2rem;
  transform: rotate(-135deg);
}
.faze-scroller .faze-scroller-btn:hover {
  cursor: pointer;
  background: var(--faze-color-primary-dark);
}
.faze-scroller .faze-scroller-btn.faze-active {
  animation: appearing 0.5s ease forwards;
}
.faze-scroller.faze-scroller-right .faze-scroller-btn {
  right: 2rem;
}
.faze-scroller.faze-scroller-left .faze-scroller-btn {
  left: 2rem;
}
.faze-zoom {
  position: relative;
}
.faze-zoom .faze-zoom-initial-image:hover,
.faze-zoom .faze-zoom-pointer:hover {
  cursor: crosshair;
}
.faze-zoom .faze-zoom-pointer {
  position: absolute;
  display: none;
  border: 0.1rem solid #000;
}
.faze-zoom .faze-zoom-image-wrapper {
  position: absolute;
  display: none;
  overflow: hidden;
  z-index: 5;
}
.faze-zoom .faze-zoom-image-wrapper .faze-zoom-big-image {
  position: absolute;
  top: 0;
  left: 0;
}
@keyframes faze-zoombox-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
[data-faze-zoombox-image]:hover {
  cursor: zoom-in;
}
.faze-zoombox-wrapper {
  position: absolute;
  padding: 5px;
  border: 1px solid var(--faze-color-text);
  border-radius: var(--faze-border-radius);
  background-color: var(--faze-color-white);
}
.faze-zoombox-wrapper .faze-zoombox-image {
  display: flex;
  width: 100%;
  height: 100%;
}
.faze-zoombox-wrapper .faze-zoombox-image:hover {
  cursor: zoom-out;
}
.faze-zoombox-wrapper .faze-zoombox-caption:not(:empty) {
  margin-top: 5px;
}
.faze-zoombox-wrapper .faze-zoombox-arrow {
  position: absolute;
  top: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--faze-color-white);
  user-select: none;
  animation-name: faze-zoombox-appear;
  animation-duration: 1s;
  transform: translateY(-50%);
}
.faze-zoombox-wrapper .faze-zoombox-arrow:after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--faze-color-text);
  border-top: 2px solid var(--faze-color-text);
}
.faze-zoombox-wrapper .faze-zoombox-arrow.faze-zoombox-arrow-next {
  right: 15px;
}
.faze-zoombox-wrapper .faze-zoombox-arrow.faze-zoombox-arrow-next:after {
  transform: translateX(-20%) rotateZ(45deg);
}
.faze-zoombox-wrapper .faze-zoombox-arrow.faze-zoombox-arrow-prev {
  left: 15px;
}
.faze-zoombox-wrapper .faze-zoombox-arrow.faze-zoombox-arrow-prev:after {
  transform: translateX(20%) rotateZ(225deg);
}
.faze-zoombox-wrapper .faze-zoombox-arrow:hover {
  cursor: pointer;
}
.faze-zoombox-wrapper .faze-zoombox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--faze-color-white);
  animation-name: faze-zoombox-appear;
  animation-duration: 1s;
}
.faze-zoombox-wrapper .faze-zoombox-close:before,
.faze-zoombox-wrapper .faze-zoombox-close:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background-color: var(--faze-color-text);
}
.faze-zoombox-wrapper .faze-zoombox-close:before {
  transform: rotateZ(45deg);
}
.faze-zoombox-wrapper .faze-zoombox-close:after {
  transform: rotateZ(-45deg);
}
.faze-zoombox-wrapper .faze-zoombox-close:hover {
  cursor: pointer;
}
.faze-zoombox-wrapper.faze-drag-active:hover {
  cursor: move;
}
.faze-zoombox-wrapper.faze-drag-active .faze-zoombox-image:hover {
  cursor: move;
}
@keyframes faze-look-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.faze-look-image {
  position: absolute;
  animation-name: faze-notification-appear;
  animation-duration: 0.25s;
  object-fit: cover;
}
[data-faze=colorchanger] {
  position: relative;
}
[data-faze=colorchanger] .faze-colorchanger-colors {
  position: absolute;
  display: flex;
  gap: 0.4rem;
}
[data-faze=colorchanger] .faze-colorchanger-colors .faze-colorchanger-row {
  display: flex;
  gap: 0.4rem;
}
[data-faze=colorchanger] .faze-colorchanger-colors .faze-colorchanger-row .faze-colorchanger-color,
[data-faze=colorchanger] .faze-colorchanger-colors .faze-colorchanger-row .faze-colorchanger-more {
  width: 3.2rem;
  height: 3.2rem;
  padding: 0.4rem;
  background-color: var(--faze-color-white);
  border: 0.1rem solid var(--faze-color-border);
  border-radius: var(--faze-border-radius);
}
[data-faze=colorchanger] .faze-colorchanger-colors .faze-colorchanger-row .faze-colorchanger-color:hover,
[data-faze=colorchanger] .faze-colorchanger-colors .faze-colorchanger-row .faze-colorchanger-more:hover {
  cursor: pointer;
}
[data-faze=colorchanger] .faze-colorchanger-colors .faze-colorchanger-row .faze-colorchanger-more {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
[data-faze=colorchanger] .faze-colorchanger-colors .faze-colorchanger-row:not(:first-child) {
  display: none;
}
[data-faze=colorchanger] .faze-colorchanger-colors.faze-colorchanger-colors-more .faze-colorchanger-row:first-child .faze-colorchanger-color:last-of-type {
  display: none;
}
[data-faze=colorchanger] .faze-colorchanger-colors:hover .faze-colorchanger-row .faze-colorchanger-more {
  display: none;
}
[data-faze=colorchanger] .faze-colorchanger-colors:hover .faze-colorchanger-row:not(:first-child) {
  display: flex;
}
[data-faze=colorchanger] .faze-colorchanger-colors:hover .faze-colorchanger-row:first-child .faze-colorchanger-color:last-of-type {
  display: block;
}
[data-faze=colorchanger].faze-colorchanger-vertical .faze-colorchanger-colors {
  top: 0;
  right: 0;
  flex-direction: row-reverse;
}
[data-faze=colorchanger].faze-colorchanger-vertical .faze-colorchanger-colors .faze-colorchanger-row {
  flex-direction: column;
}
[data-faze=colorchanger].faze-colorchanger-horizontal .faze-colorchanger-colors {
  top: 0;
  left: 0;
  flex-direction: column-reverse;
}
[data-faze=colorchanger].faze-colorchanger-horizontal .faze-colorchanger-colors .faze-colorchanger-row {
  flex-direction: row;
}
.faze-spoiler > .faze-title,
.faze-spoiler > [data-faze-spoiler=title],
[data-faze=spoiler] > .faze-title,
[data-faze=spoiler] > [data-faze-spoiler=title] {
  user-select: none;
}
.faze-spoiler > .faze-title:hover,
.faze-spoiler > [data-faze-spoiler=title]:hover,
[data-faze=spoiler] > .faze-title:hover,
[data-faze=spoiler] > [data-faze-spoiler=title]:hover {
  cursor: pointer;
}
.faze-spoiler > .faze-body,
.faze-spoiler > [data-faze-spoiler=body],
[data-faze=spoiler] > .faze-body,
[data-faze=spoiler] > [data-faze-spoiler=body] {
  display: none;
}
.faze-spoiler.faze-active > .faze-body,
.faze-spoiler.faze-active > [data-faze-spoiler=body],
[data-faze=spoiler].faze-active > .faze-body,
[data-faze=spoiler].faze-active > [data-faze-spoiler=body] {
  display: block;
}
.faze-gallery-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
}
.faze-gallery-wrapper > .faze-gallery-arrow {
  position: relative;
  width: 10rem;
  height: 100%;
}
.faze-gallery-wrapper > .faze-gallery-arrow:after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 0.3rem solid #000;
}
.faze-gallery-wrapper > .faze-gallery-arrow.faze-gallery-arrow-prev {
  left: 0;
}
.faze-gallery-wrapper > .faze-gallery-arrow.faze-gallery-arrow-prev:after {
  border-left: 0.3rem solid #000;
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
.faze-gallery-wrapper > .faze-gallery-arrow.faze-gallery-arrow-next {
  right: 0;
}
.faze-gallery-wrapper > .faze-gallery-arrow.faze-gallery-arrow-next:after {
  border-right: 0.3rem solid #000;
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.faze-gallery-wrapper > .faze-gallery-arrow:hover {
  cursor: pointer;
  background-color: hsla(0, 0%, 100%, 0.1);
}
.faze-gallery-wrapper > .faze-gallery-close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 10rem;
  height: 10rem;
  z-index: 6;
}
.faze-gallery-wrapper > .faze-gallery-close:before,
.faze-gallery-wrapper > .faze-gallery-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 4rem;
  height: 0.3rem;
  background-color: #000;
}
.faze-gallery-wrapper > .faze-gallery-close:before {
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.faze-gallery-wrapper > .faze-gallery-close:after {
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
.faze-gallery-wrapper > .faze-gallery-close:hover {
  cursor: pointer;
  background-color: hsla(0, 0%, 100%, 0.1);
}
.faze-gallery-wrapper > .faze-gallery-wrapper-image {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: calc(100% - 20rem);
}
.faze-gallery-wrapper > .faze-gallery-wrapper-image > .faze-gallery-image {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100vh;
}
.faze-gallery-wrapper .faze-gallery-thumbnails {
  position: absolute;
  display: flex;
}
.faze-gallery-wrapper .faze-gallery-thumbnails .faze-gallery-thumbnail {
  width: 4.8rem;
  height: 4.8rem;
  border: 0.1rem solid rgba(0, 0, 0, 0);
}
.faze-gallery-wrapper .faze-gallery-thumbnails .faze-gallery-thumbnail.faze-active {
  border-color: #000;
}
.faze-gallery-wrapper .faze-gallery-thumbnails .faze-gallery-thumbnail:hover {
  cursor: pointer;
}
.faze-gallery-wrapper .faze-gallery-counter {
  position: absolute;
  left: 50%;
  bottom: 5rem;
  color: #fff;
  transform: translateX(-50%);
}
.faze-gallery-wrapper.faze-gallery-wrapper-thumbnails-top .faze-gallery-thumbnails,
.faze-gallery-wrapper.faze-gallery-wrapper-thumbnails-bottom .faze-gallery-thumbnails {
  left: 50%;
  flex-direction: row;
  transform: translateX(-50%);
}
.faze-gallery-wrapper.faze-gallery-wrapper-thumbnails-top .faze-gallery-thumbnails .faze-gallery-thumbnail:not(:last-child),
.faze-gallery-wrapper.faze-gallery-wrapper-thumbnails-bottom .faze-gallery-thumbnails .faze-gallery-thumbnail:not(:last-child) {
  margin-right: 1rem;
}
.faze-gallery-wrapper.faze-gallery-wrapper-thumbnails-top .faze-gallery-thumbnails {
  top: 1rem;
}
.faze-gallery-wrapper.faze-gallery-wrapper-thumbnails-bottom .faze-gallery-thumbnails {
  bottom: 1rem;
}
.faze-gallery-wrapper.faze-gallery-wrapper-thumbnails-left .faze-gallery-thumbnails,
.faze-gallery-wrapper.faze-gallery-wrapper-thumbnails-right .faze-gallery-thumbnails {
  top: 50%;
  flex-direction: column;
  transform: translateY(-50%);
}
.faze-gallery-wrapper.faze-gallery-wrapper-thumbnails-left .faze-gallery-thumbnails .faze-gallery-thumbnail:not(:last-child),
.faze-gallery-wrapper.faze-gallery-wrapper-thumbnails-right .faze-gallery-thumbnails .faze-gallery-thumbnail:not(:last-child) {
  margin-bottom: 1rem;
}
.faze-gallery-wrapper.faze-gallery-wrapper-thumbnails-left {
  padding-left: 6.8rem;
}
.faze-gallery-wrapper.faze-gallery-wrapper-thumbnails-left .faze-gallery-thumbnails {
  left: 1rem;
}
.faze-gallery-wrapper.faze-gallery-wrapper-thumbnails-right {
  padding-right: 6.8rem;
}
.faze-gallery-wrapper.faze-gallery-wrapper-thumbnails-right .faze-gallery-thumbnails {
  right: 1rem;
}
.faze-gallery-wrapper.faze-gallery-wrapper-thumbnails-right > .faze-gallery-close {
  right: 6.8rem;
}
.faze-gallery-wrapper.faze-gallery-wrapper-zoomable .faze-gallery-image:hover {
  cursor: zoom-in;
}
.faze-gallery-wrapper.faze-gallery-wrapper-zoomable.faze-gallery-wrapper-zoomable-active .faze-gallery-image {
  position: absolute;
  width: initial;
  max-width: initial;
  height: initial;
  max-height: initial;
}
.faze-gallery-wrapper.faze-gallery-wrapper-zoomable.faze-gallery-wrapper-zoomable-active .faze-gallery-image:hover {
  cursor: zoom-out;
}
.faze-gallery-wrapper.faze-gallery-wrapper-zoomable.faze-gallery-wrapper-zoomable-active .faze-gallery-image.faze-drag-active {
  cursor: move;
}
.faze-gallery-caller:hover {
  cursor: pointer;
}
.faze-slider {
  position: relative;
  width: 100%;
  height: 0.3rem;
  background-color: #eee;
}
.faze-slider .faze-pointer {
  position: absolute;
  top: 50%;
  width: 1rem;
  height: 1rem;
  background-color: #000;
  border-radius: 50%;
  transform: translateY(-50%);
  user-select: none;
}
.faze-slider .faze-pointer:hover {
  cursor: pointer;
}
.faze-slider .faze-connect {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #000;
}
.faze-steps .faze-steps-headers {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 0.1rem solid #000;
}
.faze-steps .faze-steps-headers .faze-steps-header {
  padding: 1rem;
  border: 0.1rem solid #000;
  border-bottom: none;
  user-select: none;
}
.faze-steps .faze-steps-headers .faze-steps-header.faze-active {
  background-color: #efefef;
}
.faze-steps .faze-steps-bodies .faze-steps-body {
  display: none;
  padding-top: 1rem;
}
.faze-steps .faze-steps-bodies .faze-steps-body .faze-steps-path {
  display: none;
}
.faze-steps .faze-steps-bodies .faze-steps-body .faze-steps-path.faze-steps-path-selected {
  display: block;
}
.faze-steps .faze-steps-bodies .faze-steps-body.faze-active {
  display: block;
}
@keyframes lazyloadPlaceholder {
  0% {
    transform: translate3d(-30%, 0, 0);
  }
  100% {
    transform: translate3d(30%, 0, 0);
  }
}
.faze-lazyload:not([data-faze-lazyload-loaded=true]) {
  position: relative;
  overflow: hidden;
}
.faze-lazyload:not([data-faze-lazyload-loaded=true]) .faze-lazyload-placeholder {
  width: 100%;
  height: 16px;
  border-radius: 8px;
  background-color: #ced4da;
}
.faze-lazyload:not([data-faze-lazyload-loaded=true]) .faze-lazyload-placeholder.faze-lazyload-placeholder-big {
  height: 32px;
}
.faze-lazyload:not([data-faze-lazyload-loaded=true]) .faze-lazyload-placeholder.faze-lazyload-placeholder-picture {
  height: 160px;
}
.faze-lazyload:not([data-faze-lazyload-loaded=true]) .faze-lazyload-placeholder.faze-lazyload-placeholder-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.faze-lazyload:not([data-faze-lazyload-loaded=true]) .faze-lazyload-placeholder + .faze-lazyload-placeholder {
  margin-top: 16px;
}
.faze-lazyload:not([data-faze-lazyload-loaded=true]):before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  width: 500%;
  margin-left: -250%;
  pointer-events: none;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
  animation: lazyloadPlaceholder 0.8s linear infinite;
  z-index: 1;
}
@keyframes lazy_image-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.faze-lazy_image {
  max-width: 100%;
  max-height: 100%;
  background-color: #ccc;
}
.faze-lazy_image:not(.faze-lazy_image-initialized) {
  object-fit: contain;
}
/*
 * Config promo.config.less
 *
 * Copyright (c) 2026 Ilya Tretyakov (icho18@ya.ru), plarson.ru
 *
 * Date: 2026-06-03
 */
/*
 * ui, promo.ui.less
 *
 * Copyright (c) 2026 Ilya Tretyakov (icho18@ya.ru), plarson.ru
 *
 * Дата: 2026-06-03
 */
.btn {
  display: inline-flex;
  padding: 0.92rem 2.6rem;
  font-size: 1.6rem;
  color: #1457BA;
  font-weight: 600;
  line-height: 1.15;
  background-color: transparent;
  border: 2px solid #1457BA;
  border-radius: 2.5rem;
  cursor: pointer;
  transition: 0.3s ease;
}
.btn-primary {
  background-color: #FF6600;
  border-color: #FF6600;
  color: white;
}
.btn-primary:hover {
  box-shadow: 0 0.4rem 1rem -0.4rem #fe5000;
  background-color: #e55c00;
  border-color: #e55c00;
}
.btn:not(.btn-primary):hover {
  color: white;
  background-color: #1457BA;
  box-shadow: 0 0.4rem 1rem -0.4rem #1457BA;
}
.btn:not(.btn-primary):hover img {
  filter: brightness(0) invert(1);
}
section {
  margin: 8rem 0;
}
section:first-child {
  margin-top: 0;
}
section .subtitle {
  margin-bottom: 2rem;
  text-align: center;
  color: #4A5565;
}
form {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
form p {
  margin-bottom: 2rem;
}
form input:not([type='checkbox']):not([type='file']) {
  margin-bottom: 0;
}
form .input-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.5rem;
}
form .input-wrapper label {
  width: 100%;
}
form .input-wrapper input:not([type='checkbox']):not([type='file']) {
  margin-bottom: 0;
  max-width: 100%;
  width: 100%;
}
label input:not(:last-child),
label select:not(:last-child) {
  margin-top: 1rem;
}
.label {
  display: flex;
  flex-direction: column;
  row-gap: 0.7rem;
}
.label span {
  line-height: 1.1;
}
input:not([type='checkbox']):not([type='file']) {
  height: 4.8rem;
  margin-bottom: 1.5rem;
  padding: 0 2.3rem;
  font-weight: 300;
  border: 1px solid #dfdfdf;
  background-color: white;
  border-radius: 0.7rem;
}
input:not([type='checkbox']):not([type='file']):last-of-type {
  margin-bottom: 0;
}
input:not([type='checkbox']):not([type='file'])::placeholder {
  color: #848484;
}
input:not([type='checkbox']):not([type='file'])::-webkit-outer-spin-button,
input:not([type='checkbox']):not([type='file'])::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='radio'] {
  padding: 0 !important;
  width: 1.8rem !important;
  height: 1.8rem !important;
  margin: 0 !important;
  accent-color: #FF6600;
}
input[type='number'] {
  -moz-appearance: textfield;
}
textarea {
  resize: none;
  height: 12rem;
  max-width: 100%;
  padding: 1.4rem 2.3rem;
  margin-bottom: 1.5rem;
  font-weight: 300;
  border: 1px solid #D1D1D1;
  background-color: white;
  border-radius: 0.5rem;
}
textarea:last-child {
  margin-bottom: 0;
}
.checkbox,
.radio {
  position: relative;
  padding-left: 4rem;
}
.checkbox label,
.radio label {
  display: flex;
  cursor: pointer;
  user-select: none;
  line-height: 2.9rem;
}
.checkbox label::before,
.radio label::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  display: flex;
  width: 2.9rem;
  height: 2.9rem;
  border: 1px solid #e1e1e1;
  background-color: transparent;
  border-radius: 0.3rem;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.checkbox label::after,
.radio label::after {
  content: '';
  position: absolute;
  display: block;
  opacity: 0;
  left: 0.9rem;
  top: 0.4rem;
  width: 1rem;
  height: 1.7rem;
  border: 0.3rem solid white;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}
.checkbox input,
.radio input {
  left: 0;
  bottom: 0;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.checkbox input:checked ~ label::before,
.radio input:checked ~ label::before {
  background-color: #FF6601;
  border-color: #FF6601;
}
.checkbox input:checked ~ label::after,
.radio input:checked ~ label::after {
  opacity: 1;
}
.checkbox input:disabled ~ svg,
.radio input:disabled ~ svg {
  opacity: 0.4;
}
.checkbox input:disabled ~ label,
.radio input:disabled ~ label {
  opacity: 0.4;
}
.checkbox input:disabled ~ label:hover::before,
.radio input:disabled ~ label:hover::before {
  background-color: #2A5EAB;
  border-color: #2A5EAB;
}
select {
  min-height: 4rem;
  padding: 0 2rem;
  font-weight: 300;
  border: 1px solid #D1D1D1;
  border-radius: 0.5rem;
  background-color: transparent;
}
select option {
  font-weight: 300;
}
@media (max-width: 768px) {
  section {
    margin: 6rem 0;
  }
}
h1 {
  margin: 2.9rem 0;
}
h1:first-child {
  margin-top: 0;
}
h2 {
  margin: 2rem 0;
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 1.22;
  text-align: center;
}
h2:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  h2 {
    font-size: 3.8rem;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 2.5rem;
  }
}
/*
 * Общие стили, promo.common.less
 *
 * Copyright (c) 2026 Ilya Tretyakov (icho18@ya.ru), plarson.ru
 *
 * Дата: 2026-06-03
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
  font-size: 10px;
}
html,
body {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}
body {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: 'header' 'main' 'footer';
  min-height: 100vh;
  font-size: 1.8rem;
  font-family: "Open Sans", "Arial", sans-serif;
  line-height: 1.4;
  color: #333333;
  font-weight: 400;
}
body > header {
  grid-area: header;
}
body > main {
  padding-bottom: 4rem;
  grid-area: main;
  overflow-x: clip;
}
body > main > section {
  scroll-margin-top: 10rem;
}
body > footer {
  padding-top: 6rem;
  grid-area: footer;
}
.content-container {
  width: 100%;
  max-width: 168rem;
  margin: 0 auto;
  padding: 0 4rem;
}
.content-container:empty {
  display: none;
}
@media (max-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .content-container {
    padding: 0 1.5rem;
  }
}
/*
 * Модальные окна
 *
 * Copyright (c) 2026 Ilya Tretyakov (icho18@ya.ru), plarson.ru
 *
 * Date: 2026-07-15
 */
.faze-modal-wrapper {
  z-index: 10 !important;
}
.faze-modal-wrapper .faze-modal {
  max-height: 90vh;
  border-radius: 2.5rem;
}
.faze-modal-wrapper .faze-modal .faze-close {
  position: absolute !important;
  right: 2.5rem;
  top: 2.7rem;
}
.faze-modal-wrapper .faze-modal header {
  position: relative;
  width: 100%;
  padding: 2.5rem 2.5rem 0;
  justify-content: center;
  background-color: transparent;
}
.faze-modal-wrapper .faze-modal header > span {
  padding: 0 2rem;
  font-size: 1.8rem;
  text-align: center;
  text-transform: uppercase;
}
.faze-modal-wrapper .faze-modal main {
  margin-top: 1.5rem !important;
  padding: 2.5rem;
  padding-top: 0;
}
.faze-modal-wrapper .faze-modal footer {
  display: none !important;
}
.faze-modal-wrapper .faze-modal.default-modal {
  padding: 0 !important;
  max-width: 60rem !important;
  width: 100% !important;
}
.faze-modal-wrapper .faze-modal.default-modal section {
  padding: 0;
}
.faze-modal-wrapper .faze-modal.default-modal .order-form {
  border-radius: 0;
  box-shadow: unset;
  padding: 0;
}
.faze-modal-wrapper .faze-modal.default-modal .title {
  margin-bottom: 2.5rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.88;
}
.faze-modal-wrapper .faze-modal.default-modal .btn {
  width: 100%;
  align-self: center;
}
@media (max-width: 768px) {
  .faze-modal-wrapper .faze-modal {
    max-width: calc(100vw - 3rem) !important;
    border-radius: 0 !important;
  }
  .faze-modal-wrapper .faze-modal main {
    margin-top: 3.6rem !important;
    padding: 1.5rem !important;
    padding-top: 0;
  }
  .faze-modal-wrapper .faze-modal .faze-close {
    right: 1.5rem;
    margin-top: 1rem;
    width: 2rem !important;
    height: 2rem !important;
  }
  .faze-modal-wrapper .faze-modal .faze-close::before,
  .faze-modal-wrapper .faze-modal .faze-close::after {
    width: 2rem !important;
  }
}
body > footer {
  padding: 3.7rem 0;
  color: white;
  line-height: 1.5;
  background-color: #2A5EAB;
}
body > footer .content-container {
  display: flex;
  row-gap: 3rem;
  justify-content: space-between;
}
body > footer .right {
  text-align: right;
}
body > footer .links {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
}
@media (max-width: 1280px) {
  body > footer .content-container {
    flex-direction: column;
    row-gap: 3rem;
    text-align: center;
  }
  body > footer .content-container .right {
    text-align: center;
  }
  body > footer .links {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  body > footer {
    padding: 2.5rem 0;
  }
  body > footer .content-container .right {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
  }
  body > footer .content-container .right .links {
    row-gap: 0.5rem;
  }
}
/*
 * Шапка, promo.header.less
 *
 * Copyright (c) 2026 Ilya Tretyakov (icho18@ya.ru), plarson.ru
 *
 * Дата: 2026-06-03
 */
body > header {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  padding: 1.7rem 0 2.2rem;
  border-bottom: 1px solid #DEDEDE;
  background-color: white;
}
body > header .content-container,
body > header .menu-wrapper {
  display: flex;
  column-gap: 2rem;
  align-items: center;
  justify-content: space-between;
}
body > header .menu-wrapper {
  flex-grow: 1;
}
body > header .open-menu {
  display: none;
}
body > header .logo {
  display: flex;
  flex-shrink: 0;
}
body > header nav {
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 0.5rem 2.7rem;
  color: #434343;
}
body > header nav a {
  position: relative;
}
body > header nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 1px;
  transform: translateX(-50%);
  border-bottom: 2px solid #FF6600;
  transition: 0.3s ease;
}
body > header nav a:hover::after {
  width: 100%;
}
body > header .contacts {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  column-gap: 3rem;
}
body > header .socials {
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
}
body > header .socials a {
  display: flex;
}
@media (max-width: 1024px) {
  body > header .open-menu {
    display: flex;
    cursor: pointer;
  }
  body > header .menu-wrapper {
    position: absolute;
    overflow: auto;
    top: 7.3rem;
    left: 0;
    width: 100%;
    flex-direction: column;
    row-gap: 2rem;
    padding: 2rem;
    opacity: 0;
    visibility: hidden;
    background-color: white;
    box-shadow: 0 9px 11px 0 #00000026;
  }
  body > header .menu-wrapper.is-active {
    opacity: 1;
    visibility: visible;
  }
  body > header .menu-wrapper nav {
    flex-direction: column;
    row-gap: 1rem;
    margin: 0;
  }
  body > header .menu-wrapper .contacts {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 1rem;
  }
}
.burger-animation svg {
  overflow: visible;
}
.burger-animation .center {
  transition: opacity 0.3s ease;
}
.burger-animation.open .top {
  transform: rotate(-45deg) translate(-44%, 76%);
  animation: open-menu-top 0.3s ease;
}
.burger-animation.open .center {
  opacity: 0;
}
.burger-animation.open .bottom {
  transform: rotate(45deg) translate(6.4%, -99%);
  animation: open-menu-bottom 0.3s ease;
}
.burger-animation.close .top {
  transform: rotate(0) translate(0);
  animation: close-menu-top 0.3s ease;
}
.burger-animation.close .center {
  opacity: 1;
}
.burger-animation.close .bottom {
  animation: close-menu-bottom 0.3s ease;
}
@keyframes open-menu-top {
  0% {
    transform: translate(0, 0);
  }
  49%,
  51% {
    transform: translateY(44%);
  }
  100% {
    transform: rotate(-45deg) translate(-44%, 76%);
  }
}
@keyframes open-menu-bottom {
  0% {
    transform: translate(0, 0);
  }
  49%,
  51% {
    transform: translateY(-44%);
  }
  100% {
    transform: rotate(45deg) translate(6.4%, -99%);
  }
}
@keyframes close-menu-top {
  0% {
    transform: rotate(-45deg) translate(-44%, 76%);
  }
  49%,
  51% {
    transform: rotate(0deg) translate(0, 44%);
  }
  100% {
    transform: rotate(0deg) translate(0);
  }
}
@keyframes close-menu-bottom {
  0% {
    transform: rotate(45deg) translate(6.4%, -99%);
  }
  49%,
  51% {
    transform: rotate(0deg) translate(0, -44%);
  }
  100% {
    transform: translate(0, 0);
  }
}
/*
 * Главная страница, promo.home.less
 *
 * Copyright (c) 2026 Ilya Tretyakov (icho18@ya.ru), plarson.ru
 *
 * Дата: 2026-06-03
 */
section.intro {
  margin: 0;
  padding: 11.3rem 0 3.4rem;
  background: linear-gradient(90deg, rgba(120, 120, 120, 0.2) 0%, rgba(255, 255, 255, 0.2) 15%, rgba(255, 255, 255, 0.2) 85%, rgba(120, 120, 120, 0.2) 100%);
}
section.intro .content-container {
  display: grid;
  grid-template-columns: 1fr 65.4rem;
  align-items: center;
  column-gap: 5.3rem;
}
section.intro h1 {
  color: #2A5EAB;
  font-size: 5.5rem;
  line-height: 1.18;
}
section.intro img {
  object-fit: cover;
}
section.intro .text {
  margin-bottom: 2.9rem;
  color: #4A5565;
}
section.intro .buttons {
  margin-bottom: 2.9rem;
  display: flex;
  align-items: center;
  column-gap: 1.6rem;
}
section.intro .list {
  display: flex;
  column-gap: 2rem;
  flex-wrap: wrap;
  max-width: 70rem;
  font-size: 1.6rem;
}
section.intro .list div {
  display: flex;
  align-items: center;
  column-gap: 0.4rem;
  font-weight: 600;
}
section.intro .list div::before {
  content: "";
  display: flex;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("/i/img/promo2026/check.svg");
  background-size: contain;
}
section.benefits {
  margin: 0;
  padding: 3rem 0;
  background: linear-gradient(90deg, #2EA0C1 0%, #2A5EAB 100%);
}
section.benefits .benefits-list {
  display: flex;
  justify-content: space-between;
  column-gap: 2rem;
  color: white;
}
section.benefits .benefits-list .item {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
section.advantages {
  margin-top: 5rem;
}
section.advantages .advantages-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;
}
section.advantages .advantages-list .item {
  padding: 2.5rem;
  border: 1px solid #DBEAFE;
  border-radius: 2.5rem;
  transition: 0.3s ease;
}
section.advantages .advantages-list .item:hover {
  box-shadow: 0 0.5rem 1.5rem -0.5rem #DBEAFE;
}
section.advantages .advantages-list .item .header {
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
section.advantages .advantages-list .item .title {
  font-size: 2.6rem;
  line-height: 1.31;
  font-weight: 600;
}
section.advantages .advantages-list .item .text {
  margin-top: auto;
}
section.clients .clients-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
}
section.clients .clients-list .item {
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease;
  border-radius: 2.5rem;
}
section.clients .clients-list .item:hover {
  box-shadow: 0 0.5rem 1.5rem -0.5rem #DBEAFE;
}
section.clients .clients-list .item:hover .name svg {
  opacity: 1;
}
section.clients .clients-list .item img {
  width: 100%;
  height: auto;
  aspect-ratio: 385/240;
  border-radius: 2.5rem 2.5rem 0 0;
}
section.clients .clients-list .item .name {
  display: flex;
  justify-content: space-between;
  padding: 1.7rem 2.5rem 2rem;
  font-weight: 700;
  border: 1px solid #DBEAFE;
  border-top: 0;
  border-radius: 0 0 2.5rem 2.5rem;
}
section.clients .clients-list .item .name svg {
  opacity: 0;
  transition: opacity 0.3s ease;
}
section.suppliers .suppliers-services {
  margin-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 2.5rem;
  color: #4A5565;
}
section.suppliers .suppliers-services .item {
  padding-left: 3.3rem;
  position: relative;
}
section.suppliers .suppliers-services .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  will-change: transform;
  width: 0.7rem;
  height: 0.7rem;
  background-color: #FF1E00;
  border-radius: 50%;
}
section.suppliers .suppliers-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(26rem, 1fr));
  grid-gap: 2.5rem 2rem;
}
section.suppliers .suppliers-list .item {
  display: flex;
  flex-direction: column;
  row-gap: 1.7rem;
  padding: 3rem 2.5rem;
  border: 1px solid #DBEAFE;
  border-radius: 2.5rem;
  transition: box-shadow 0.3s ease;
}
section.suppliers .suppliers-list .item:hover {
  box-shadow: 0 0.5rem 1.5rem -0.5rem #DBEAFE;
}
section.suppliers .suppliers-list .item .header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 1.5rem;
}
section.suppliers .suppliers-list .item .header img {
  border-radius: 0.6rem;
}
section.suppliers .suppliers-list .item .header .name {
  font-weight: 700;
}
section.suppliers .suppliers-list .item .text {
  font-size: 1.6rem;
}
section.suppliers .suppliers-list .item .count {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  font-size: 1.6rem;
  line-height: 1;
}
section.b2b {
  position: relative;
  padding: 6rem 0 7.6rem;
  min-height: 82.6rem;
}
section.b2b h2 {
  margin-bottom: 4.2rem;
  color: white;
}
section.b2b .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.b2b .b2b-disadvantages {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
  margin-bottom: 3rem;
}
section.b2b .b2b-disadvantages .item {
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
  padding: 2.5rem;
  background-color: white;
  border-radius: 2.5rem;
}
section.b2b .b2b-disadvantages .item .header {
  display: flex;
  column-gap: 1rem;
  align-items: center;
  font-weight: 700;
}
section.b2b .b2b-disadvantages .item .text {
  font-size: 1.6rem;
  font-weight: 300;
}
section.b2b .b2b-advantages {
  padding: 3.5rem;
  border-radius: 3.5rem;
  background-color: white;
}
section.b2b .b2b-advantages > .title {
  font-size: 2.6rem;
  font-weight: 700;
}
section.b2b .b2b-advantages > .text {
  margin-bottom: 3rem;
  font-weight: 400;
}
section.b2b .b2b-advantages .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2.2rem;
  margin-bottom: 2.5rem;
}
section.b2b .b2b-advantages .list .item {
  padding: 2.2rem 2.8rem;
  background-color: #F3F6F7;
  border-radius: 2.5rem;
}
section.b2b .b2b-advantages .list .item .title {
  position: relative;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.1;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
section.b2b .b2b-advantages .list .item .title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-bottom: 1px solid #A1A1A1;
}
section.b2b .b2b-advantages .list .item .title span {
  font-size: 1.8rem;
}
section.b2b .b2b-advantages .trust-note {
  display: flex;
  align-items: center;
  column-gap: 0.7rem;
}
section.tariffs h2 {
  margin-top: 1rem;
}
section.tariffs .subtitle {
  margin-bottom: 2.5rem;
}
section.tariffs .popular {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  width: fit-content;
  margin: 0 auto;
  padding: 0.5rem 1.5rem;
  line-height: 1;
  color: #FF6600;
  background-color: #FCF2EE;
  border-radius: 0.6rem;
}
section.tariffs .tariffs-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2.7rem;
}
section.tariffs .tariffs-list .item {
  display: flex;
  flex-direction: column;
  padding: 3rem;
  border: 1px solid #DBEAFE;
  border-radius: 2.5rem;
  transition: 0.3s ease;
}
section.tariffs .tariffs-list .item:hover {
  border-color: #1457BA;
  transform: translateY(-1rem);
}
section.tariffs .tariffs-list .item .title {
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 2.6rem;
}
section.tariffs .tariffs-list .item .desc {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  font-weight: 300;
}
section.tariffs .tariffs-list .item .desc::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border-bottom: 1px solid #DBEAFE;
}
section.tariffs .tariffs-list .item .price {
  font-size: 2.6rem;
  font-weight: 700;
}
section.tariffs .tariffs-list .item .price span {
  font-size: 2rem;
}
section.tariffs .tariffs-list .item .btn {
  column-gap: 0.3rem;
  margin-top: auto;
  justify-content: center;
}
section.tariffs .tariffs-list .item ul {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  padding: 0;
  margin-bottom: 3rem;
  list-style: none;
}
section.tariffs .tariffs-list .item ul li {
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
}
section.tariffs .tariffs-list .item ul li::before {
  content: "";
  display: flex;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(/i/img/promo2026/check.svg);
  background-size: contain;
}
section.tariffs .tariffs-list .item.is-active {
  position: relative;
  border-color: #FF6601;
}
section.tariffs .tariffs-list .item.is-active .badge {
  position: absolute;
  left: 50%;
  top: -0.6rem;
  transform: translateX(-50%);
  padding: 0.6rem 1.5rem 0.6rem 1.2rem;
  display: flex;
  align-items: center;
  column-gap: 0.2rem;
  width: max-content;
  font-size: 1.4rem;
  color: white;
  background-color: #FF6601;
  border-radius: 0 0 1.5rem 1.5rem;
}
section.tariffs .tariffs-list .item.is-active .badge::before,
section.tariffs .tariffs-list .item.is-active .badge::after {
  content: "";
  position: absolute;
  width: 1.3rem;
  height: 0.7rem;
  background-color: #FF6600;
}
section.tariffs .tariffs-list .item.is-active .badge::before {
  left: -0.5rem;
  top: 0;
  border-radius: 1.2rem 0 0 0;
}
section.tariffs .tariffs-list .item.is-active .badge::after {
  right: -0.5rem;
  top: 0;
  border-radius: 0 1.2rem 0 0;
}
section.tariffs .tariffs-list .item.is-active .price {
  color: #FF6600;
}
section.tariffs .tariffs-list .item.is-active .btn {
  padding: 1.4rem 2.6rem;
  color: white;
  background: linear-gradient(0deg, #FF6600 20%, #FF802C 100%);
  border: 0;
}
section.tariffs .tariffs-list .item.is-active .btn:hover {
  box-shadow: 0 0.4rem 1rem -0.4rem #fe5000;
}
section.about h2 {
  margin-bottom: 3rem;
  text-align: left;
}
section.about .wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  column-gap: 4rem;
}
section.about .wrapper img {
  width: 100%;
  height: auto;
}
section.faq .faq-list .item {
  border-bottom: 1px solid #DDDDDD;
}
section.faq .faq-list .item .title {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  padding: 2.5rem 1rem;
  font-weight: 700;
  cursor: pointer;
}
section.faq .faq-list .item .title.is-active svg .vertical {
  display: none;
}
section.faq .faq-list .item .title svg {
  margin-left: auto;
}
section.faq .faq-list .item .body {
  max-height: 0;
  overflow: hidden;
  color: #4A5565;
  transition: max-height 0.3s ease;
}
section.faq .faq-list .item .body .content {
  padding: 0 2.3rem 1.9rem;
}
section.feedback {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 0;
  padding: 8rem 0 5rem;
}
section.feedback .bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.feedback h2 {
  text-align: left;
}
section.feedback h2 span {
  color: #2A5EAB;
}
section.feedback .wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: 0.9fr 1fr;
  grid-gap: 18rem;
}
section.feedback .text-content {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
section.feedback .text-content > * {
  margin: 0;
}
section.feedback .text-content .arrow {
  position: absolute;
  left: calc(100% - 15rem);
  top: -6rem;
}
section.feedback .socials {
  display: flex;
  column-gap: 2.5rem;
  align-items: center;
  padding: 2.9rem 5rem;
  width: fit-content;
  background-color: #EFF3FC;
  border-radius: 0.7rem;
}
section.feedback .socials .list {
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
}
section.feedback .socials .list a {
  display: flex;
}
section.feedback form {
  padding: 4.3rem 5.6rem;
  background-color: white;
  box-shadow: 0 2px 15px 0 #00000026;
  border-radius: 2.5rem;
}
section.feedback form button {
  column-gap: 0.8rem;
  justify-content: center;
  padding: 1.4rem 2.6rem;
  color: white;
  background: linear-gradient(0deg, #FF6600 20%, #FF802C 100%);
  border: 0;
}
@media (max-width: 1440px) {
  section.intro h1 {
    font-size: 4.2rem;
  }
  section.intro h1 br {
    display: none;
  }
  section.intro .content-container {
    grid-template-columns: 1fr 40.4%;
    column-gap: 3rem;
  }
  section.intro .content-container img {
    width: 100%;
    height: auto;
  }
  section.benefits .benefits-list .item {
    column-gap: 1rem;
  }
}
@media (max-width: 1280px) {
  section.b2b .b2b-disadvantages {
    grid-template-columns: repeat(2, 1fr);
  }
  section.feedback .wrapper {
    column-gap: 4rem;
  }
}
@media (max-width: 1024px) {
  section.intro .content-container {
    grid-template-columns: 1fr;
  }
  section.intro .content-container img {
    display: none;
  }
  section.advantages .advantages-list {
    grid-gap: 2rem;
  }
  section.advantages .advantages-list .item {
    padding: 2rem;
    border-radius: 1.2rem;
  }
  section.advantages .advantages-list .item .header {
    column-gap: 1.5rem;
  }
  section.advantages .advantages-list .item .title {
    font-size: 2rem;
  }
  section.advantages .advantages-list img {
    width: 3rem;
    height: 3rem;
  }
  section.clients .clients-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  section.clients .clients-list .item {
    width: calc(100% / 3 - 4rem / 3);
    border-radius: 1.2rem;
  }
  section.clients .clients-list .item img {
    border-radius: 1.2rem 1.2rem 0 0;
  }
  section.clients .clients-list .item .name {
    border-radius: 0 0 1.2rem 1.2rem;
  }
  section.suppliers .suppliers-list .item {
    padding: 2.4rem 2rem;
    border-radius: 1.2rem;
  }
  section.benefits .benefits-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 3rem;
  }
  section.tariffs .tariffs-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  section.tariffs .tariffs-list .item {
    width: calc(100% / 2 - 1.35rem);
  }
  section.about .wrapper {
    grid-template-columns: 1fr;
    row-gap: 4rem;
  }
  section.b2b .b2b-disadvantages .item {
    padding: 2rem;
    border-radius: 1.2rem;
  }
  section.b2b .b2b-advantages .list {
    grid-gap: 2rem;
  }
  section.b2b .b2b-advantages .list .item {
    padding: 2rem;
    border-radius: 1.2rem;
  }
  section.b2b .b2b-advantages .list .item .title {
    font-size: 2rem;
  }
  section.b2b .b2b-advantages .list .item .title span {
    font-size: 1.5rem;
  }
  section.b2b .b2b-advantages .list .item .text {
    font-size: 1.5rem;
  }
  section.feedback {
    padding-top: 0;
  }
  section.feedback .text-content {
    row-gap: 2rem;
  }
  section.feedback .text-content .arrow {
    display: none;
  }
  section.feedback .wrapper {
    grid-template-columns: 1fr;
    row-gap: 4rem;
  }
}
@media (max-width: 768px) {
  section.intro h1 {
    font-size: 2.7rem;
  }
  section.intro .buttons {
    flex-direction: column;
    align-items: start;
    row-gap: 1rem;
  }
  section.intro .list div {
    font-weight: 500;
  }
  section.benefits .benefits-list {
    grid-template-columns: 1fr;
  }
  section.benefits .benefits-list .text br {
    display: none;
  }
  section.advantages .advantages-list {
    grid-template-columns: 1fr;
  }
  section.advantages .advantages-list .item .title {
    font-size: 1.7rem;
  }
  section.clients .clients-list {
    flex-direction: column;
  }
  section.clients .clients-list .item {
    width: 100%;
  }
  section.suppliers .suppliers-services {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
  }
  section.suppliers .suppliers-services .item {
    padding-left: 2rem;
  }
  section.b2b .b2b-disadvantages {
    grid-template-columns: 1fr;
  }
  section.b2b .b2b-advantages {
    padding: 2rem;
    border-radius: 1.2rem;
  }
  section.b2b .b2b-advantages > .title {
    margin-bottom: 1rem;
    font-size: 2.4rem;
  }
  section.b2b .b2b-advantages .list {
    grid-template-columns: 1fr;
  }
  section.tariffs .popular {
    width: 24.5rem;
  }
  section.tariffs .tariffs-list .item {
    width: 100%;
  }
  section.tariffs .tariffs-list .item .title,
  section.tariffs .tariffs-list .item .price {
    font-size: 2.4rem;
  }
  section.faq .faq-list .item .title svg {
    flex-shrink: 0;
  }
  section.feedback .socials {
    padding: 2rem;
  }
  section.feedback form {
    padding: 3rem 2rem;
    border-radius: 1.2rem;
  }
  section.feedback form .input-wrapper {
    grid-template-columns: 1fr;
  }
}


/*
generated in 0.540 seconds at 2026-09-09 13:35:12
last modified file: promo.modals.less at 2026-07-15 17:34:56
includes (27):
2026-07-15 17:28:06	office/333/i/css/promo2026/promo.less
2020-07-14 01:02:44	/fonts/opensans/opensans.less
2024-10-08 22:13:54	/fonts/font-awesome/6.6.0/less/fontawesome.less
2025-07-03 02:17:14	_variables.less
2025-09-07 02:44:51	_mixins.less
2024-10-08 22:13:54	_core.less
2024-10-08 22:13:54	_sizing.less
2024-10-08 22:13:54	_fixed-width.less
2024-10-08 22:13:54	_list.less
2024-10-08 22:13:54	_bordered-pulled.less
2024-10-08 22:13:54	_animated.less
2024-10-08 22:13:54	_rotated-flipped.less
2024-10-08 22:13:54	_stacked.less
2024-10-08 22:13:54	_icons.less
2024-10-08 22:13:54	_screen-reader.less
2024-10-08 22:13:54	/fonts/font-awesome/6.6.0/less/solid.less
2024-10-08 22:13:54	/fonts/font-awesome/6.6.0/less/regular.less
2024-10-08 22:13:54	/fonts/font-awesome/6.6.0/less/light.less
2024-10-08 22:13:54	/fonts/font-awesome/6.6.0/less/thin.less
2026-06-03 17:05:13	promo.config.less
2026-07-14 16:38:50	promo.ui.less
2026-06-28 19:27:50	promo.typography.less
2026-07-14 16:19:03	promo.common.less
2026-07-15 17:34:56	promo.modals.less
2026-06-28 19:44:06	promo.footer.less
2026-07-15 17:34:01	promo.header.less
2026-07-15 17:11:08	promo.home.less
*/
