@charset "UTF-8";

/* media */

/* шрифты */

/* цвета */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */

/* FONT_START */

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

/* FONT_END */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */

/* 3D Shadows */

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Slide styles end */

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Zoom container styles end */

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.tippy-box[data-animation=scale][data-placement^=top] {
  transform-origin: bottom;
}

.tippy-box[data-animation=scale][data-placement^=bottom] {
  transform-origin: top;
}

.tippy-box[data-animation=scale][data-placement^=left] {
  transform-origin: right;
}

.tippy-box[data-animation=scale][data-placement^=right] {
  transform-origin: left;
}

.tippy-box[data-animation=scale][data-state=hidden] {
  transform: scale(0.5);
  opacity: 0;
}

.tippy-box[data-placement^=top] > .tippy-svg-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-svg-arrow:after,
.tippy-box[data-placement^=top] > .tippy-svg-arrow > svg {
  top: 16px;
  transform: rotate(180deg);
}

.tippy-box[data-placement^=bottom] > .tippy-svg-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-svg-arrow > svg {
  bottom: 16px;
}

.tippy-box[data-placement^=left] > .tippy-svg-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-svg-arrow:after,
.tippy-box[data-placement^=left] > .tippy-svg-arrow > svg {
  transform: rotate(90deg);
  top: calc(50% - 3px);
  left: 11px;
}

.tippy-box[data-placement^=right] > .tippy-svg-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-svg-arrow:after,
.tippy-box[data-placement^=right] > .tippy-svg-arrow > svg {
  transform: rotate(-90deg);
  top: calc(50% - 3px);
  right: 11px;
}

.tippy-svg-arrow {
  width: 16px;
  height: 16px;
  fill: #333;
  text-align: initial;
}

.tippy-svg-arrow,
.tippy-svg-arrow > svg {
  position: absolute;
}

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * 3DX
   */

.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */

.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */

.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */

.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */

.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * Arrow
   */

.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */

.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */

.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */

.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Turn
   */

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Turn Right
   */

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
   * Collapse
   */

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
   * Emphatic
   */

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */

.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spin
   */

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */

.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */

.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */

.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */

.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */

.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Black.woff2") format("woff2"), url("../fonts/Gilroy-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-BoldItalic.woff2") format("woff2"), url("../fonts/Gilroy-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Extrabold.woff2") format("woff2"), url("../fonts/Gilroy-Extrabold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-HeavyItalic.woff2") format("woff2"), url("../fonts/Gilroy-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Heavy.woff2") format("woff2"), url("../fonts/Gilroy-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ExtraboldItalic.woff2") format("woff2"), url("../fonts/Gilroy-ExtraboldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Extrabold.woff2") format("woff2"), url("../fonts/Gilroy-Extrabold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-BlackItalic.woff2") format("woff2"), url("../fonts/Gilroy-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-BoldItalic.woff2") format("woff2"), url("../fonts/Gilroy-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-HeavyItalic.woff2") format("woff2"), url("../fonts/Gilroy-HeavyItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Heavy.woff2") format("woff2"), url("../fonts/Gilroy-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Black.woff2") format("woff2"), url("../fonts/Gilroy-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ExtraboldItalic.woff2") format("woff2"), url("../fonts/Gilroy-ExtraboldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-BlackItalic.woff2") format("woff2"), url("../fonts/Gilroy-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-MediumItalic.woff2") format("woff2"), url("../fonts/Gilroy-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-RegularItalic.woff2") format("woff2"), url("../fonts/Gilroy-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-LightItalic.woff2") format("woff2"), url("../fonts/Gilroy-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-RegularItalic.woff2") format("woff2"), url("../fonts/Gilroy-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-MediumItalic.woff2") format("woff2"), url("../fonts/Gilroy-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-LightItalic.woff2") format("woff2"), url("../fonts/Gilroy-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ThinItalic.woff2") format("woff2"), url("../fonts/Gilroy-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Thin.woff2") format("woff2"), url("../fonts/Gilroy-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ThinItalic.woff2") format("woff2"), url("../fonts/Gilroy-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Thin.woff2") format("woff2"), url("../fonts/Gilroy-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-UltraLight.woff2") format("woff2"), url("../fonts/Gilroy-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-UltraLight.woff2") format("woff2"), url("../fonts/Gilroy-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-UltraLightItalic.woff2") format("woff2"), url("../fonts/Gilroy-UltraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-UltraLightItalic.woff2") format("woff2"), url("../fonts/Gilroy-UltraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiboldItalic.woff2") format("woff2"), url("../fonts/Gilroy-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiboldItalic.woff2") format("woff2"), url("../fonts/Gilroy-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #031B4B;
  scroll-behavior: smooth;
}

body.Bodymotionless {
  width: 100vw;
  min-height: 100vh;
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  /*height: 100%;*/
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.site-main {
  flex: 1 0 auto;
  padding-top: 130px;
  background: #E8EBEF;
  overflow: hidden;
}

.site-main.site-main__over-visidle {
  overflow: visible;
}

.site-footer {
  flex: 0 0 auto;
}

.container {
  position: relative;
  box-sizing: border-box;
  width: 1376px;
  max-width: 95%;
  margin: 0 auto;
  position: relative;
}

.container--pr-none .catalog__button {
  right: 16px;
}

.swiper-buttons {
  position: absolute;
  display: flex;
  justify-content: space-between;
  height: 50px;
  width: 100px;
  top: 40px;
  left: auto;
  right: 0;
  overflow: visible;
}

.swiper-buttons .swiper-button-prev,
.swiper-buttons .swiper-button-next {
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: auto;
  right: auto;
  position: relative;
  top: 0;
  margin-top: 0;
}

.swiper-buttons .swiper-button-prev::after,
.swiper-buttons .swiper-button-next::after {
  font-size: 0;
}

.swiper-buttons .swiper-button-prev::after {
  content: url(../img/svg/button-prev.svg);
}

.swiper-buttons .swiper-button-next::after {
  content: url(../img/svg/button-next.svg);
}

.btn {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: max-content;
  color: #fff;
  min-height: 44px;
  padding-left: 33px;
  padding-right: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  cursor: pointer;
  background: #FF6A3D;
  border-radius: 1000px;
  transition: all 0.3s;
  border: 0;
}

.btn::after {
  position: relative;
  display: block;
  margin-left: 12px;
  padding-top: 5px;
  content: url(../img/svg/btn-icon.svg);
}

.btn--shadow {
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
  min-height: 86px;
  min-width: 346px;
  padding-right: 50px;
}

.btn--shadow::after {
  position: absolute;
  display: block;
  top: 29px;
  right: 31px;
}

.btn--shadow::before {
  position: absolute;
  width: calc(100% - 2px);
  height: 100%;
  content: "";
  background: #310606;
  bottom: 0px;
  left: 1px;
  z-index: -1;
  border-radius: 1000px;
  transition: all 0.3s;
  pointer-events: none;
}

.btn--shadow:hover {
  transition: all 0.3s;
}

.btn--shadow:hover::before {
  transition: all 0.3s;
  bottom: -10px;
}

.btn--shadow span {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24.5px;
}

.btn--shadow p {
  margin-bottom: 2px;
}

.btn--shadow-mini::before {
  position: absolute;
  width: calc(100% - 2px);
  height: 100%;
  content: "";
  background: #310606;
  bottom: 0px;
  left: 1px;
  z-index: -1;
  border-radius: 1000px;
  transition: all 0.3s;
  pointer-events: none;
}

.btn--shadow-mini:hover {
  transition: all 0.3s;
}

.btn--shadow-mini:hover::before {
  transition: all 0.3s;
  bottom: -5px;
}

.btn--circle {
  min-height: 45px;
  display: flex;
  justify-content: center;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  transition: all 0.3s;
}

.btn--circle__icon {
  transition: all 0.3s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  width: 45px;
  height: 45px;
  margin-left: 11px;
  border-radius: 50%;
}

.btn--circle__icon::after {
  position: absolute;
  display: block;
  content: url(../img/svg/btn-icon__2.svg);
  top: calc(50% - 10px);
}

.btn--circle::after {
  display: none;
}

.btn--circle--white .btn--circle__icon {
  background: rgba(255, 255, 255, 0.2);
}

.btn--circle--blue {
  color: #193762;
}

.btn--circle--blue .btn--circle__icon {
  background: #193762;
}

.btn--circle--orange {
  color: #FF6A3D;
}

.btn--circle--orange .btn--circle__icon {
  background: #FF6A3D;
}

@keyframes rotateCircle {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.title__100 {
  position: relative;
  display: block;
  color: "Gilroy", sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
}

.title__100.white {
  color: #fff;
}

.title__72 {
  position: relative;
  display: block;
  color: "Gilroy", sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
}

.title__72.white {
  color: #fff;
}

.text__20 {
  position: relative;
  display: block;
  color: #193762;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.text__20.white {
  color: #fff;
}

.detailed-offer {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 143px;
}

.detailed-offer__slider {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  overflow: hidden;
}

.detailed-offer__slider .swiper-pagination.swiper-pagination-bullets {
  flex-flow: column nowrap;
  width: 30px;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.detailed-offer__slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
  margin: 2.5px;
  margin-top: 2.5px;
  margin-bottom: 2.5px;
  background: #193762;
  opacity: 0.25;
}

.detailed-offer__slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
}

.detailed-offer__slide {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.detailed-offer__slide__col {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-bottom: 30px;
}

.detailed-offer__slide__col:nth-child(1) {
  padding-left: 49px;
}

.detailed-offer__slide__col:nth-child(2) {
  padding-left: 40px;
}

.detailed-offer__slide__title {
  width: 100%;
  max-width: 663px;
  margin-bottom: 30px;
  font-size: 62px;
  line-height: 1;
}

.detailed-offer__slide__title span {
  opacity: 0.26;
}

.detailed-offer__slide__text {
  width: 100%;
  max-width: 611px;
  margin-bottom: 30px;
}

.detailed-offer__slide__picture {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  aspect-ratio: 1.199;
}

.detailed-offer__slide__picture picture,
.detailed-offer__slide__picture img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  aspect-ratio: 1.199;
}

.detailed-offer__slide__label {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.36);
  text-align: center;
}

.detailed-offer__slide__label__title {
  margin-bottom: 9px;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
}

.detailed-offer__slide__label__title span {
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
}

.detailed-offer__slide__label--1 {
  bottom: 27px;
  left: 0;
}

.detailed-offer__slide__label--2 {
  top: 60px;
  right: 0;
}

.advantages {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  left: 0;
  bottom: -50%;
  width: 100%;
  padding: 15px;
  z-index: 10;
  border-radius: 42px;
  background: #FFF;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  overflow-x: auto;
}

.advantages::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #E8EBEF;
}

.advantages::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FF6A3D;
}

.advantages::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E8EBEF;
}

.advantages .advantage {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 256px;
  min-width: 256px;
  min-height: 238px;
  background: #E8EBEF;
  border-radius: 30px;
  margin-right: 15px;
  padding: 15px 15px 21px 17px;
}

.advantages .advantage:last-child {
  margin-right: 0;
}

.advantages .advantage__top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.advantages .advantage__icon {
  width: 71px;
  height: 71px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
}

.advantages .advantage__icon img {
  max-height: 100%;
  max-width: 100%;
  display: block;
}

.advantages .advantage__num {
  position: relative;
  display: block;
  margin-top: 11px;
  margin-right: 13px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.advantages .advantage__text {
  width: 100%;
  max-width: 220px;
}

.company {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  min-height: 932px;
  z-index: 9;
  padding-bottom: 64px;
}

.company--2 {
  margin-top: -30px;
}

.company--3 {
  margin-top: -30px;
}

.company__picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.company__picture img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.company__list {
  position: relative;
  display: flex;
  justify-content: flex-start;
  border-radius: 42px;
  background: #193762;
  padding: 35px 32px 32px 23px;
  z-index: 0;
}

.company__list__title {
  line-height: 1.1 !important;
  margin-top: -0.1em;
}

.company__list__col {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33.333%;
  padding-left: 20px;
}

.company__list__col:nth-child(1) {
  justify-content: space-between;
}

.company__list__text {
  margin-bottom: 30px;
}

.company__list__btn {
  margin-bottom: 40px;
}

.company .container {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}

.products {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  border-radius: 42px;
  margin-top: -30px;
  z-index: 12;
  background: #E8EBEF;
  padding-bottom: 34px;
  padding-top: 34px;
}

.products__card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  padding: 26px 32px 26px;
  border-radius: 32px;
  background: transparent;
  z-index: 2;
}

.products__card__label {
  position: absolute;
  top: 26px;
  left: 26px;
  background: rgba(255, 106, 61, 0.2);
  color: #FF6A3D;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  border-radius: 9px;
  padding: 14px 22px 14px;
  z-index: 4;
  transition: all 0.3s;
}

.products__card__picture {
  width: 321px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 auto 25px;
  transition: transform 0.3s;
  max-width: 100%;
  aspect-ratio: 1;
}

.products__card__picture img {
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  z-index: 2;
}

.products__card__picture::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.11;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}

.products__card__title {
  color: #193762;
  margin-bottom: 15px;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  transition: color 0.3s;
}

.products__card__text {
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  transition: color 0.3s;
  font-size: 16px;
  line-height: 1.1;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.products__card__text.white {
  color: #fff;
}

.products__card__buttons {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 20px;
}

.products__slider {
  position: relative;
  overflow: hidden;
}

.products__slider .swiper-buttons {
  top: 0;
}

.products__slide {
  position: relative;
  height: auto;
  display: flex;
}

.products__slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 32px;
  background: #ffffff;
  display: block;
  z-index: 1;
  transition: all 0.3s;
}

.products__slide.swiper-slide-duplicate-active::before,
.products__slide.swiper-slide-active::before {
  background: #193762;
}

.products__slide.swiper-slide-duplicate-active .products__card__title,
.products__slide.swiper-slide-active .products__card__title {
  color: #FFF;
}

.products__slide.swiper-slide-duplicate-active .products__card__text,
.products__slide.swiper-slide-active .products__card__text {
  color: #FFF;
}

.products__slide.swiper-slide-duplicate-active .products__card__label,
.products__slide.swiper-slide-active .products__card__label {
  background: rgb(255, 106, 61);
  color: #FFF;
}

.products__slide.swiper-slide-duplicate-active .products__card .btn.btn--circle.btn--circle--blue,
.products__slide.swiper-slide-active .products__card .btn.btn--circle.btn--circle--blue {
  color: #fff;
}

.products__slide.swiper-slide-duplicate-active .products__card .btn.btn--circle.btn--circle--blue .btn--circle__icon,
.products__slide.swiper-slide-active .products__card .btn.btn--circle.btn--circle--blue .btn--circle__icon {
  background: rgba(255, 255, 255, 0.2);
}

.products__slide.swiper-slide-duplicate-active .products__card .btn.btn--circle.btn--circle--orange,
.products__slide.swiper-slide-active .products__card .btn.btn--circle.btn--circle--orange {
  color: #fff;
}

.customers {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  border-radius: 42px;
  margin-top: -30px;
  z-index: 12;
  background: #E8EBEF;
  padding-bottom: 33px;
  padding-top: 38px;
}

.customers .customer__swiper-buttons {
  top: 10px;
}

.customers .customer__slider {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  overflow: hidden;
}

.customers .customer__title {
  margin-bottom: 120px;
}

.customers .customer__slide {
  position: relative;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  display: flex;
}

.customers .customer__card {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column nowrap;
  width: 100%;
  background: #fff;
  border-radius: 32px;
  overflow: hidden;
  padding-bottom: 33px;
  min-height: 443px;
  text-decoration: none;
  cursor: pointer;
}

.customers .customer__card__label {
  position: absolute;
  top: 22px;
  right: 22px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  max-height: 103px;
  height: 103px;
  padding: 30px;
  background: #fff;
  border-radius: 23px;
  z-index: 5;
}

.customers .customer__card__label img,
.customers .customer__card__label svg {
  position: relative;
  display: block;
  max-height: 100%;
  object-fit: contain;
  max-width: 100%;
}

.customers .customer__card__picture {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 23px;
  border-radius: 32px;
  overflow: hidden;
}

.customers .customer__card__picture::before {
  position: relative;
  content: "";
  padding-top: 96.93%;
  display: block;
  width: 100%;
}

.customers .customer__card__picture img,
.customers .customer__card__picture picture {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.customers .customer__card__text {
  padding-left: 15px;
  padding-right: 15px;
}

.partners {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: -30px;
  z-index: 9;
  background: #fff;
  padding-bottom: 0px;
  padding-top: 64px;
  min-height: 481px;
  flex-flow: column nowrap;
  align-items: center;
}

.partners__title {
  margin-bottom: 55px;
}

.partners__slider {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
}

.partners__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.partners__slide {
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 194px;
  height: 141px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  padding: 26px;
  border-radius: 32px;
}

.partners__slide img,
.partners__slide svg {
  position: relative;
  display: block;
  object-fit: contain;
  object-position: center center;
  max-width: 100%;
  max-height: 100%;
}

.contacts {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column nowrap;
  margin-top: -1px;
  z-index: 9;
  padding-bottom: 33px;
  padding-top: 0px;
  min-height: 481px;
  background: #fff;
}

.contacts__title {
  position: relative;
  margin-bottom: 34px;
}

.contacts__map {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.contacts__map::before {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-top: 51.17%;
}

.contacts__map__item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.contacts__info {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  flex-flow: column nowrap;
}

.contacts__offices {
  position: relative;
  width: 100%;
  padding: 18px 20px;
  min-height: 350px;
  border-radius: 42px;
  background: #FFF;
  margin-top: -175px;
  margin-bottom: 21px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
  display: block;
}

.contacts__offices__col {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: row nowrap;
}

.contacts__offices__col:nth-child(1) {
  width: 100%;
  margin-bottom: 30px;
}

.contacts__offices__col:nth-child(2) {
  width: 100%;
}

.contacts__office {
  position: relative;
  display: flex;
  width: 100%;
  margin-right: 15px;
  background: #E8EBEF;
  flex-flow: column nowrap;
  justify-content: space-between;
  border-radius: 30px;
  min-height: 255px;
  height: 100%;
  padding: 15px;
  transition: all 0.3s;
  cursor: pointer;
}

.contacts__office:hover {
  transition: all 0.3s;
  background: #FF6A3D;
}

.contacts__office:hover .contacts__office__adress {
  color: #FFF;
}

.contacts__office.active {
  transition: all 0.3s;
  background: #FF6A3D;
}

.contacts__office.active .contacts__office__adress {
  color: #FFF;
}

.contacts__office__icon {
  position: relative;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
}

.contacts__persons {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  flex-flow: column nowrap;
}

.contacts__person {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  padding: 13px 30px;
  padding-top: 18px;
  min-height: 111px;
  background: #E8EBEF;
  width: 100%;
  border-radius: 30px;
  margin-bottom: 15px;
}

.contacts__person__post {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 37.77%;
  color: #193762;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 35.6px;
  flex-grow: 1;
}

.contacts__person__name {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 23.82%;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
  flex-shrink: 0;
}

.contacts__person__name[href]:hover {
  transition: all 0.3s;
  text-decoration: underline;
}

.contacts__person__mail {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 19.1%;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
  flex-shrink: 0;
}

.contacts__person__mail:hover {
  transition: all 0.3s;
  text-decoration: underline;
}

.contacts__person__tel {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 19.31%;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
  white-space: nowrap;
  flex-shrink: 0;
}

.contacts__person__tel:hover {
  transition: all 0.3s;
  text-decoration: underline;
}

.contacts__form {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column nowrap;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: #193762;
  padding: 27px 30px;
  min-height: 315px;
  z-index: 0;
}

.contacts__form__title {
  position: relative;
  display: block;
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 35.6px;
  margin-bottom: 24px;
}

.contacts__form__input {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  min-height: 44px;
  padding: 10px 20px;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 1000px;
  border: none;
  background: rgba(255, 255, 255, 0.2);
}

.contacts__form__input::placeholder {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.contacts__form__bottom {
  display: flex;
  align-self: flex-end;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
  left: 0;
  margin-top: 30px;
}

.contacts__form__btn::before {
  position: absolute;
  width: calc(100% - 2px);
  height: 100%;
  content: "";
  background: #310606;
  bottom: 0px;
  left: 1px;
  z-index: -1;
  border-radius: 1000px;
  transition: all 0.3s;
  pointer-events: none;
}

.contacts__form__btn:hover {
  transition: all 0.3s;
}

.contacts__form__btn:hover::before {
  transition: all 0.3s;
  bottom: -5px;
}

.contacts__form__mess {
  position: relative;
  width: 100%;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  max-width: calc(100% - 250px);
  margin-left: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.contacts__form__mess label {
  width: 100%;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.contacts__form__mess .custom-checkbox + label::before {
  margin-top: 0;
}

.contacts__form .b24-form-sign,
.contacts__form .b24-form-header {
  display: none;
}

.contacts__form .b24-form-wrapper,
.contacts__form .b24-form-content {
  padding: 0;
  border: 0 !important;
  outline: none;
  box-shadow: none !important;
  background: transparent;
  max-width: 100%;
}

.contacts__form .b24-form-control-container input.b24-form-control {
  color: #193762;
  background: #E8EBEF !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  min-height: 44px;
  padding: 10px 20px;
  width: 100%;
  border-radius: 1000px !important;
  border: none;
}

.contacts__form .b24-form-control-container .b24-form-control-label {
  color: #193762;
  font-weight: 700;
  font-size: 20px !important;
  font-style: normal;
  line-height: 24px;
  right: 0 !important;
  opacity: 1;
  padding: 0 20px;
  transform: translateY(-50%) !important;
  transition: none;
  top: 50% !important;
}

.contacts__form .b24-form-control-container .b24-form-control-not-empty + .b24-form-control-label {
  opacity: 0 !important;
}

.contacts__form .b24-form-control-desc {
  padding-left: 36px;
  display: block;
  opacity: 1 !important;
  position: relative;
}

.contacts__form .b24-form-control-desc::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #FF6A3D;
  border-radius: 0.25em;
  margin-right: 0.5em;
  margin-top: 3px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.contacts__form .b24-form-control-desc .b24-form-field-agreement-link {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
}

.contacts__form .b24-form-field-agreement .b24-form-control-required {
  display: none !important;
}

.contacts__form .b24-form-field-agreement input[type=checkbox] {
  display: none;
}

.contacts__form .b24-form-field-agreement input[type=checkbox]:not(:disabled):not(:checked) + .b24-form-control-desc::before {
  border-color: #FF6A3D;
}

.contacts__form .b24-form-field-agreement input[type=checkbox]:checked + .b24-form-control-desc::before {
  border-color: #FF6A3D;
  background-color: #FF6A3D;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.contacts__form .b24-form-btn-block {
  z-index: 1;
}

.contacts__form .b24-form-btn {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: max-content;
  color: #fff;
  min-height: 44px;
  padding-left: 33px;
  padding-right: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  cursor: pointer;
  background: #FF6A3D !important;
  border-radius: 1000px;
  transition: all 0.3s;
  border: 0;
}

.contacts__form .b24-form-btn::after {
  position: relative;
  display: block;
  margin-left: 12px;
  padding-top: 5px;
  content: url(../img/svg/btn-icon.svg);
}

.contacts__form .b24-form-btn::before {
  position: absolute;
  width: calc(100% - 2px);
  height: 100%;
  content: "";
  background: #310606;
  bottom: 0px;
  left: 1px;
  z-index: -1;
  border-radius: 1000px;
  transition: all 0.3s;
  pointer-events: none;
}

.contacts__form .b24-form-btn:hover {
  transition: all 0.3s;
}

.contacts__form .b24-form-btn:hover::before {
  transition: all 0.3s;
  bottom: -5px;
}

.ymaps-2-1-79-ground-pane,
.ymaps-b-global {
  filter: grayscale(100%);
}

.modal-reg {
  padding: 0;
  border-radius: 30px;
}

.modal-reg .fancybox-close-small {
  background: #E8EBEF;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 24px;
  right: 24px;
}

.modal-reg .fancybox-button svg {
  width: 50%;
  height: 50%;
  fill: #193762;
}

.modal-reg .fancybox-button svg path {
  fill: #193762;
}

.modal-reg .contacts__form {
  min-height: 430px;
  background: #fff;
  width: 438px;
}

.modal-reg .contacts__form__title {
  color: #193762;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  width: 100%;
  max-width: 330px;
  margin-bottom: 40px;
}

.modal-reg .contacts__form__input {
  color: #193762;
  background: #E8EBEF;
}

.modal-reg .contacts__form__input::placeholder {
  color: #193762;
  font-weight: 700;
}

.modal-reg .contacts__form__mess {
  color: #1B316D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  max-width: 100%;
  margin-bottom: 0px;
  margin-left: 0;
}

.modal-reg .contacts__form__mess .checkbox {
  color: #1B316D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  max-width: 100%;
  margin-bottom: 0px;
}

.modal-reg .contacts__form__mess .checkbox label {
  color: #1B316D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}

.modal-reg .contacts__form__mess .custom-checkbox + label::before {
  margin-top: 3px;
}

.modal-reg .contacts__form__bottom {
  position: relative;
  flex-flow: column-reverse nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  bottom: auto;
  left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}

.modal-reg .contacts__form__btn {
  margin-top: 30px;
}

.modal-reg .contacts__form .b24-form-sign,
.modal-reg .contacts__form .b24-form-header {
  display: none;
}

.modal-reg .contacts__form .b24-form-wrapper,
.modal-reg .contacts__form .b24-form-content {
  padding: 0;
  border: 0;
  outline: none;
  box-shadow: none;
  background: transparent;
}

.modal-reg .contacts__form .b24-form-control-container input.b24-form-control {
  color: #193762;
  background: #E8EBEF !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  min-height: 44px;
  padding: 10px 20px;
  width: 100%;
  border-radius: 1000px !important;
  border: none;
}

.modal-reg .contacts__form .b24-form-control-container .b24-form-control-label {
  color: #193762;
  font-weight: 700;
  font-size: 20px;
  font-style: normal;
  line-height: 24px;
  right: 0;
  opacity: 1;
  padding: 0 20px;
  transform: translateY(-50%);
  transition: none;
  top: 50%;
}

.modal-reg .contacts__form .b24-form-control-container .b24-form-control-not-empty + .b24-form-control-label {
  opacity: 0;
}

.modal-reg .contacts__form .b24-form-control-desc {
  padding-left: 36px;
  display: block;
  opacity: 1;
  position: relative;
}

.modal-reg .contacts__form .b24-form-control-desc::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #FF6A3D;
  border-radius: 0.25em;
  margin-right: 0.5em;
  margin-top: 3px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.modal-reg .contacts__form .b24-form-field-agreement-link {
  color: #1B316D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
}

.modal-reg .contacts__form .b24-form-field-agreement .b24-form-control-required {
  display: none !important;
}

.modal-reg .contacts__form .b24-form-field-agreement input[type=checkbox] {
  display: none;
}

.modal-reg .contacts__form .b24-form-field-agreement input[type=checkbox]:not(:disabled):not(:checked) + .b24-form-control-desc::before {
  border-color: #FF6A3D;
}

.modal-reg .contacts__form .b24-form-field-agreement input[type=checkbox]:checked + .b24-form-control-desc::before {
  border-color: #FF6A3D;
  background-color: #FF6A3D;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.modal-reg .contacts__form .b24-form-btn-block {
  z-index: 1;
}

.modal-reg .contacts__form .b24-form-btn {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: max-content;
  color: #fff;
  min-height: 44px;
  padding-left: 33px;
  padding-right: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  cursor: pointer;
  background: #FF6A3D;
  border-radius: 1000px;
  transition: all 0.3s;
  border: 0;
}

.modal-reg .contacts__form .b24-form-btn::after {
  position: relative;
  display: block;
  margin-left: 12px;
  padding-top: 5px;
  content: url(../img/svg/btn-icon.svg);
}

.modal-reg .contacts__form .b24-form-btn::before {
  position: absolute;
  width: calc(100% - 2px);
  height: 100%;
  content: "";
  background: #310606;
  bottom: 0px;
  left: 1px;
  z-index: -1;
  border-radius: 1000px;
  transition: all 0.3s;
  pointer-events: none;
}

.modal-reg .contacts__form .b24-form-btn:hover {
  transition: all 0.3s;
}

.modal-reg .contacts__form .b24-form-btn:hover::before {
  transition: all 0.3s;
  bottom: -5px;
}

.fancybox-bg {
  background: rgba(25, 55, 98, 0.7);
}

.fancybox-slide {
  padding: 0;
}

.modal-detail {
  height: 100%;
  width: 100vw;
  max-width: 1059px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  background: transparent;
  border-radius: 40px 0 0 40px;
  background-image: url(../img/modal-detail__1.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  overflow: hidden;
  border-radius: 40px 0 0 40px;
}

.modal-detail .fancybox-close-small {
  background: #E8EBEF;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 24px;
  right: 24px;
}

.modal-detail .fancybox-button svg {
  width: 50%;
  height: 50%;
  fill: #193762;
}

.modal-detail .fancybox-button svg path {
  fill: #193762;
}

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

.modal-detail__bg img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}

.modal-detail__company {
  min-height: 100vh;
  max-width: 469px;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column nowrap;
  background: #fff;
  padding-top: 35px;
  padding-left: 40px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: 0;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
  z-index: 0;
}

.modal-detail__company__title {
  color: #193762;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 31px;
  width: 100%;
  max-width: 340px;
  word-break: break-word;
}

.modal-detail__company__text {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: calc(100vh - 216px);
  overflow: auto;
}

.modal-detail__company__text .text__20 {
  font-size: 18px;
  line-height: 1.2;
}

.modal-detail__video{
  margin-top: 30px;
  width: 100%;
  margin-bottom: 20px;
}

.modal-detail__company__text::-webkit-scrollbar {
  width: 5px;
  background-color: #E8EBEF;
}

.modal-detail__company__text::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #193762;
}

.modal-detail__company__text::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E8EBEF;
}

.modal-detail__company__text iframe,
.modal-detail__company__text video,
.modal-detail__company__text img {
  max-width: 100%;
  height: auto !important;
}

.modal-detail__company__buttons {
  position: relative;
  min-height: 103px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(100% + 42px + 24px);
  border: 1px solid #E8EBEF;
  padding-left: 42px;
  padding-top: 26px;
  border-radius: 30px 30px 0 0;
  margin-left: -42px;
  margin-right: -24px;
}

.modal-detail__company__file {
  width: 100%;
}

.modal-detail__company__file:first-child {
  margin-top: 30px;
}

.modal-detail__company__file:not(:first-child) {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #E8EBEF;
}

.modal-detail__company__file a {
  color: #1B316D;
  outline: none;
}

.modal-detail__company__file a:hover {
  text-decoration: none;
}

.modal-detail-product {
  height: 100%;
  width: 95vw;
  max-width: 1059px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  background: transparent;
  border-radius: 40px 0 0 40px;
  background: #E8EBEF;
  overflow: hidden;
}

.modal-detail-product .fancybox-close-small {
  background: #E8EBEF;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 24px;
  right: 24px;
}

.modal-detail-product .fancybox-button svg {
  width: 50%;
  height: 50%;
  fill: #193762;
}

.modal-detail-product .fancybox-button svg path {
  fill: #193762;
}

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

.modal-detail-product__bg img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}

.modal-detail-product__company {
  min-height: 100vh;
  max-width: 469px;
  width: 100%;
  display: flex;
  position: relative;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column nowrap;
  background: #fff;
  padding-top: 35px;
  padding-left: 40px;
  margin-left: auto;
  margin-right: 0;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}

.modal-detail-product__company__title {
  color: #193762;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 31px;
  width: 100%;
  max-width: 290px;
}

.modal-detail-product__company__text {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: calc(100vh - 216px);
  overflow: auto;
}

.modal-detail-product__company__text::-webkit-scrollbar {
  width: 5px;
  background-color: #E8EBEF;
}

.modal-detail-product__company__text::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #193762;
}

.modal-detail-product__company__text::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E8EBEF;
}

.modal-detail-product__company__buttons {
  position: relative;
  min-height: 103px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(100% + 42px);
  border: 1px solid #E8EBEF;
  padding-left: 42px;
  padding-top: 26px;
  border-radius: 30px 30px 0 0;
  margin-left: -42px;
}

.modal-detail-product__col {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 469px);
}

.modal-detail-product__img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 445px;
}

.modal-detail-product__img::before {
  position: relative;
  width: 100%;
  content: "";
  padding-top: 100%;
}

.modal-detail-product__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal-detail-product__wrap {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
}

.hints {
  z-index: 99993;
}

.hints .hint {
  position: absolute;
  width: 46px;
  height: 46px;
  z-index: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
  cursor: pointer;
}

.hints .hint::before {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 0px;
  height: 0px;
  transition: all 0.3s;
}

.hints .hint:hover {
  transition: all 0.3s;
}

.hints .hint:hover::before {
  transition: all 0.3s;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #E83B3B;
  display: block;
  content: "";
}

.hints .hint__list {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  z-index: 99993;
  background: #fff;
}

.hints .hint__list ul {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-top: 0;
  margin-top: 0;
  color: #193762;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 0px;
}

.hints .hint__list ul li {
  position: relative;
  list-style-type: none;
  color: #193762;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  margin-bottom: 14px;
}

.hints .hint__list ul li:last-child {
  margin-bottom: 0;
}

.hints .hint__list ul li::before {
  content: "";
  display: block;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #193762;
  left: -15px;
  top: 7px;
  position: absolute;
}

.hints .hint__list p {
  color: #193762;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}

.tippy-box[data-theme~=tomato] {
  background-color: #FFFFFF;
  padding: 5px 17px;
  border-radius: 15px;
  height: auto;
}

.tippy-box[data-theme~=tomato] p {
  color: #193762;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
}

.tippy-box[data-theme~=tomato] ul {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-top: 0;
  margin-top: 0;
  color: #193762;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}

.tippy-box[data-theme~=tomato] ul li {
  position: relative;
  list-style-type: none;
  color: #193762;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  margin-bottom: 14px;
}

.tippy-box[data-theme~=tomato] ul li:last-child {
  margin-bottom: 0;
}

.tippy-box[data-theme~=tomato] ul li::before {
  content: "";
  display: block;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #193762;
  left: -15px;
  top: 7px;
  position: absolute;
}

/* для элемента input c type="checkbox" */

.custom-checkbox {
  position: absolute;
  z-index: 0;
  opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */

.custom-checkbox + label {
  display: inline-flex;
  align-items: flex-start;
  user-select: none;
}

/* создание в label псевдоэлемента before со следующими стилями */

.custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #FF6A3D;
  border-radius: 0.25em;
  margin-right: 0.5em;
  margin-top: 3px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* стили при наведении курсора на checkbox */

.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #FF6A3D;
}

/* стили для активного чекбокса (при нажатии на него) */

.custom-checkbox:not(:disabled):active + label::before {
  background-color: #FF6A3D;
  border-color: #FF6A3D;
}

/* стили для чекбокса, находящегося в фокусе */

.custom-checkbox:focus + label::before {
  box-shadow: 0 0 0 0.2rem #FF6A3D 0, 123, 255, 0.25;
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */

.custom-checkbox:focus:not(:checked) + label::before {
  border-color: #FF6A3D;
}

/* стили для чекбокса, находящегося в состоянии checked */

.custom-checkbox:checked + label::before {
  border-color: #FF6A3D;
  background-color: #FF6A3D;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в состоянии disabled */

.custom-checkbox:disabled + label::before {
  background-color: #e9ecef;
}

.section__header {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 1s;
  width: 100%;
  padding: 0;
  background: #E8EBEF;
  z-index: 9999;
  height: 73px;
  box-sizing: border-box;
  margin-bottom: 29px;
}

.section__header .container {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  width: 1440px;
  max-width: 95%;
  overflow: visible;
}

.section__header .hamburger {
  display: none;
  width: 36px;
  height: 22px;
  padding: 0;
  margin-top: -8px;
}

.section__header .hamburger-box {
  width: 20px;
  height: 18px;
}

.section__header .hamburger .hamburger-inner,
.section__header .hamburger .hamburger-inner::before,
.section__header .hamburger .hamburger-inner::after {
  width: 20px;
  height: 2px;
}

.section__header .hamburger .hamburger-inner::after {
  top: -10px;
  bottom: auto;
}

.section__header .hamburger .hamburger-inner::before {
  top: -5px;
  width: 15px;
}

.section__header .hamburger.is-active .hamburger-inner {
  transform: translate3d(0, -5px, 0) rotate(-45deg);
}

.section__header .hamburger.is-active .hamburger-inner::before {
  top: 0px;
  width: 20px;
}

.header__logo {
  display: flex;
  position: relative;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  width: 395px;
}

.header__logo img {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header__logo__name {
  display: block;
  position: relative;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 28px;
  text-transform: uppercase;
  color: #FFFFFF;
  word-spacing: 4px;
}

.header__logo__name span {
  word-spacing: 2px;
  text-transform: none;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}

.header__menu {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 220px;
  height: 100%;
  margin-left: 69px;
}

.header__menu__item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  white-space: nowrap;
  color: #193762;
  height: 100%;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}

.header__menu__item:hover {
  color: #FF6A3D;
}

.header__menu__item--site svg {
  margin-left: 5px;
  margin-top: 4px;
}
.header__menu__phones{
  margin-right: 32px;
  position: relative;
  padding-right: 25px;
}
.header__menu__phones::after{
  content: "";
  display: block;
  background: url('../img/svg/arrow-down.svg') center center no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.header__menu__phones--dropdown{
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  background: #E8EBEF;
  padding: 15px 10px;
  box-sizing: content-box;
  right: -10px;
  text-align: right;
  border-radius: 0 0 10px 10px;
}
.header__menu__phones--item{
  padding-right: 25px;
}
.header__menu__phones--item + .header__menu__phones--item{
  margin-top: 15px;
}
.header__menu__phones--item a{
  color: #052A44;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  transition: all 0.3s;
  text-decoration: none;
  display: block;
}
.header__menu__phones--item a:hover{
  color: #FF6A3D;
}
.header__menu__phones--item a span {
  font-size: 0.7em;
  display:block;
  line-height: 1.5;
}
.header__menu__item--fone {
  color: #052A44;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.header__menu__item--fone a {
  color: #052A44;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.header__menu__item--fone svg {
  margin-right: 18px;
}

.header__menu__item--contacts {
  margin-right: 37px;
}

.header__menu__item--btn::before {
  position: absolute;
  width: calc(100% - 2px);
  height: 100%;
  content: "";
  background: #310606;
  bottom: 0px;
  left: 1px;
  z-index: -1;
  border-radius: 1000px;
  transition: all 0.3s;
  pointer-events: none;
}

.header__menu__item--btn:hover {
  transition: all 0.3s;
}

.header__menu__item--btn:hover::before {
  transition: all 0.3s;
  bottom: -5px;
}

.header__menu__item:hover {
  transition: all 0.3s;
}

.header__menu__item:hover a {
  color: #FF6A3D;
}

.header__menu__list {
  position: absolute;
  top: calc(100% + 20px);
  left: -40px;
  display: flex;
  visibility: hidden;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  background: #2e3236;
  border-radius: 15px;
  min-width: 203px;
  flex-flow: column nowrap;
  opacity: 0;
  transition: all 0.3s;
  min-width: 273px;
}

.header__menu__list.active {
  display: flex;
  opacity: 1;
  transition: all 0.3s;
  visibility: inherit;
}

.header__menu__list::before {
  position: absolute;
  left: 13px;
  top: -13px;
  content: url(../img/row.png);
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.header__menu__list__item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
  text-transform: none;
}

.header__menu__list__item:last-child {
  margin-bottom: 0;
}

.header__menu__list__item a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  transition: all 0.3s;
}

.header__menu__list__item a:hover {
  transition: all 0.3s;
  color: #193762;
}

.header__other {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-flow: row nowrap;
  width: 100%;
}

.header__other__fone {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  color: #193762;
  margin-right: 80px;
  border-bottom: none;
}

.header__other__fone:hover {
  border-bottom: none;
  transition: all 0.3s;
}

.header__other__fone--desc svg {
  margin-left: 9px;
  transition: transform 0.3s;
  transform: rotate(0deg);
}

.header__other__fone--desc:hover svg {
  transition: transform 0.3s;
  transform: rotate(180deg);
}

.header__other__fone--mob {
  display: none;
}

.header__other__fone--mob .header__menu__list {
  left: -80px;
}

.header__other__fone a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  color: #193762;
  transition: all 0.3s;
}

.header__other__fone a:hover {
  color: #FF6A3D;
  transition: all 0.3s;
}

.header__other__lang {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #E8EBEF;
  margin-right: 79px;
  transition: all 0.3s;
}

.header__other__lang:hover {
  color: #fff;
  transition: all 0.3s;
}

.header__other__lang:hover svg path {
  fill: #fff;
  transition: all 0.3s;
}

.header__other__lang img,
.header__other__lang svg {
  transition: all 0.3s;
  margin-right: 14px;
}

.header__other__search {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 28px;
}

.header__other__search__button {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 3;
  right: 16px;
  top: 8px;
  transition: all 0.3s;
}

.header__other__search__button:hover {
  color: #fff;
  transition: all 0.3s;
}

.header__other__search__button:hover svg {
  transition: all 0.3s;
}

.header__other__search__button:hover svg path {
  fill: #fff;
}

.header__other__search__input {
  position: absolute;
  width: 0px;
  height: 0%;
  top: 0;
  right: 0;
  transition: width 0.5s;
}

.header__other__search__input.active {
  transition: width 0.5s;
  width: 435px;
  height: 35px;
}

.header__other__search__input.active input {
  padding: 14px 60px 14px 18px;
}

.header__other__search__input input {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  background: #193762;
  border-radius: 5px;
  background: #25292B;
  padding: 0;
  color: #193762;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: none;
}

.header__other__search__input input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 10px;
  width: 10px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjEyMy4wNXB4IiBoZWlnaHQ9IjEyMy4wNXB4IiB2aWV3Qm94PSIwIDAgMTIzLjA1IDEyMy4wNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIzLjA1IDEyMy4wNTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTEyMS4zMjUsMTAuOTI1bC04LjUtOC4zOTljLTIuMy0yLjMtNi4xLTIuMy04LjUsMGwtNDIuNCw0Mi4zOTlMMTguNzI2LDEuNzI2Yy0yLjMwMS0yLjMwMS02LjEwMS0yLjMwMS04LjUsMGwtOC41LDguNQ0KCQljLTIuMzAxLDIuMy0yLjMwMSw2LjEsMCw4LjVsNDMuMSw0My4xbC00Mi4zLDQyLjVjLTIuMywyLjMtMi4zLDYuMSwwLDguNWw4LjUsOC41YzIuMywyLjMsNi4xLDIuMyw4LjUsMGw0Mi4zOTktNDIuNGw0Mi40LDQyLjQNCgkJYzIuMywyLjMsNi4xLDIuMyw4LjUsMGw4LjUtOC41YzIuMy0yLjMsMi4zLTYuMSwwLTguNWwtNDIuNS00Mi40bDQyLjQtNDIuMzk5QzEyMy42MjUsMTcuMTI1LDEyMy42MjUsMTMuMzI1LDEyMS4zMjUsMTAuOTI1eiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);
  background-size: 10px 10px;
}

.header__other__search__input input:focus {
  border: none;
  outline-width: 0;
}

.header__other__search__input input:focus-visible {
  border: none;
  outline-width: 0;
}

.header__other__search__input input::placeholder {
  color: #193762;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.header__other__cart {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 35px;
  transition: all 0.3s;
}

.header__other__cart:hover {
  color: #fff;
  transition: all 0.3s;
}

.header__other__cart:hover svg path {
  fill: #fff;
  transition: all 0.3s;
}

.header__other__user {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.3s;
  color: #E8EBEF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.header__other__user:hover {
  color: #fff;
  transition: all 0.3s;
}

.header__other__user:hover svg path {
  fill: #fff;
  transition: all 0.3s;
}

.mob-menu {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 400px;
  padding: 32px 16px 44px 16px;
  padding-top: 40px;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 9999;
  background: #193762;
  height: calc(100vh - 0px);
  overflow-y: auto;
}

.mob-menu .footer__soc__item {
  width: 50px;
  height: 50px;
  border-radius: 15px;
}

.mob-menu__section {
  position: fixed;
  top: 0px;
  left: 100vw;
  width: 0vw;
  height: 0vh;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  overflow: hidden;
  transition: all 0.5s;
  z-index: 9999;
}

.mob-menu__section.active {
  transition: all 0.5s;
  width: 100vw;
  height: 100vh;
  left: 0;
}

.mob-menu--close {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 10px;
  top: 10px;
}

.mob-menu--overlay {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(25, 55, 98, 0.7);
  z-index: 990;
}

.mob-menu--list {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 32px;
  border-bottom: 1px solid #E8EBEF;
}

.mob-menu--item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  color: #E8EBEF;
  font-size: 14px;
  font-style: normal;
  font-weight: 550;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.mob-menu--item a {
  position: relative;
  display: flex;
  transition: all 0.3s;
  color: #E8EBEF;
  font-size: 14px;
  font-style: normal;
  font-weight: 550;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-decoration: none;
}

.mob-menu--item a:hover {
  color: #FF6A3D;
  transition: all 0.3s;
}

.mob-menu__fone {
  position: relative;
  display: block;
  color: #fff;
  text-align: right;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.mob-menu__fone a {
  display: block;
  text-decoration: none;
  position: relative;
  color: #fff;
  text-align: right;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  transition: all 0.3s;
}

.mob-menu__fone a:hover {
  transition: all 0.3s;
  color: #E8EBEF;
}

.mob-menu .header__menu__item--btn {
  margin-bottom: 15px;
}

.mob-menu__top {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column nowrap;
  margin-bottom: 32px;
  border-bottom: 1px solid #E8EBEF;
}

.mob-menu__top__row {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
}

.mob-menu__bottom {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column nowrap;
}

.mob-menu .header__other__user svg {
  margin-right: 10px;
}

.mob-menu .header__other__lang {
  margin-right: 0;
}

.mob-menu .soc {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: row nowrap;
  left: auto;
  top: auto;
  margin-top: 22px;
}

.mob-menu .soc__text {
  display: none;
}

.mob-menu .soc__item {
  margin-right: 16px;
}

.mob-menu .soc__item:hover .soc__item__text {
  transition: all 0.5s;
  display: none;
  width: 0px;
  padding-left: 0px;
}

.mob-menu .mob-menu--list.accordions .accordion {
  width: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 0px;
  display: block;
}

.mob-menu .mob-menu--list.accordions .accordion__intro {
  position: relative;
  cursor: pointer;
  color: #E8EBEF;
  font-size: 14px;
  font-style: normal;
  font-weight: 550;
  line-height: normal;
  letter-spacing: 0.7px;
  display: flex;
  text-transform: uppercase;
  background: transparent;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 30px;
}

.mob-menu .mob-menu--list.accordions .accordion__intro:hover {
  transition: all 0.3s;
  color: #fff;
}

.mob-menu .mob-menu--list.accordions .accordion__intro:hover svg {
  fill: #fff;
}

.mob-menu .mob-menu--list.accordions .accordion__intro:hover svg path {
  fill: #fff;
}

.mob-menu .mob-menu--list.accordions .accordion__intro__img {
  width: auto;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 13px;
  animation-name: rotationCloseMenuSidebar;
  animation-duration: 0.2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  margin-left: 15px;
}

.mob-menu .mob-menu--list.accordions .accordion__intro__img:hover {
  background: transparent;
}

.mob-menu .mob-menu--list.accordions .accordion__intro a {
  position: relative;
  cursor: pointer;
  color: #E8EBEF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding-right: 0;
  background: transparent;
  flex-flow: row nowrap;
  text-decoration: none;
  width: 100%;
  transition: all 0.3s;
}

.mob-menu .mob-menu--list.accordions .accordion__intro a:hover {
  transition: all 0.3s;
  color: #FF6A3D;
}

.mob-menu .mob-menu--list.accordions .accordion__intro p {
  color: #E8EBEF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.7px;
  transition: all 0.3s;
}

.mob-menu .mob-menu--list.accordions .accordion__intro p:hover {
  transition: all 0.3s;
  color: #fff;
}

.mob-menu .mob-menu--list.accordions .accordion__content {
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.25s ease-out;
  opacity: 0;
  position: relative;
  background: transparent;
  max-width: 98%;
  transition: all 0.1s;
  cursor: pointer;
  color: #E8EBEF;
  font-size: 14px;
  font-style: normal;
  font-weight: 550;
  line-height: normal;
  letter-spacing: 0.7px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column;
  margin-bottom: 0;
}

.mob-menu .mob-menu--list.accordions .accordion__content a {
  color: #E8EBEF;
  font-size: 14px;
  font-style: normal;
  font-weight: 550;
  line-height: normal;
  letter-spacing: 0.7px;
  padding-right: 50px;
  margin-bottom: 22px;
  width: 100%;
  transition: all 0.3s;
  text-decoration: none;
}

.mob-menu .mob-menu--list.accordions .accordion__content a:hover {
  transition: all 0.3s;
  color: #FF6A3D;
}

.mob-menu .mob-menu--list.accordions .accordion__active .accordion__intro {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.7px;
  transition: all 0.3s;
}

.mob-menu .mob-menu--list.accordions .accordion__active .accordion__intro a {
  color: #FF6A3D;
}

.mob-menu .mob-menu--list.accordions .accordion__active .accordion__intro p {
  color: #fff;
}

.mob-menu .mob-menu--list.accordions .accordion__active .accordion__intro .accordion__intro__img {
  animation-name: rotationOpenMenuSidebar;
  animation-duration: 0.2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.mob-menu .mob-menu--list.accordions .accordion__active .accordion__intro .accordion__intro__img svg {
  fill: #fff;
}

.mob-menu .mob-menu--list.accordions .accordion__active .accordion__intro .accordion__intro__img svg path {
  fill: #fff;
}

.mob-menu .mob-menu--list.accordions .accordion__active .accordion__content {
  background: transparent;
  opacity: 1;
  width: 100%;
  margin-left: 20px;
  transition: all 0.1s;
  margin-bottom: 30px;
}

@keyframes rotationOpenMenuSidebar {
  0% {
    transform-origin: 50% 50%;
    transform: rotate(0deg);
  }

  100% {
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
  }
}

@keyframes rotationCloseMenuSidebar {
  0% {
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
  }

  100% {
    transform-origin: 50% 50%;
    transform: rotate(0deg);
  }
}

.footer {
  position: relative;
  width: 100%;
  background: #193762;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

.footer__wrap {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}

.footer__text,
.footer a {
  position: relative;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.footer__text:hover,
.footer a:hover {
  transition: all 0.3s;
  color: #FF6A3D;
}

.footer__info{
  position: relative;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 435px;
}
.footer__info a{
  transition: all 0.3s;
  text-decoration: underline;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  color: #FF6A3D;
}
.footer__info a:hover{
  text-decoration: none;
}


.footer__contacts {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.footer__soc {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer__soc__item {
  position: relative;
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-right: 10px;
  transition: all 0.3s;
}

.footer__soc__item:hover {
  transition: all 0.3s;
  background: rgb(255, 106, 61);
}

.footer__emal {
  position: relative;
  text-decoration: none;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin-right: 46px;
}

@media only screen and (min-width: 768px) {
  .btn--circle:hover {
    transition: all 0.3s;
    background: rgba(255, 255, 255, 0.2);
    padding-left: 20px;
  }

  .btn--circle:hover .btn--circle__icon {
    transition: all 0.3s;
  }

  .btn--circle--blue:hover {
    background: #193762;
    color: #FFF;
  }

  .btn--circle--orange:hover {
    background: #FF6A3D;
    color: #FFF;
  }

  .products__slider {
    padding-top: 60px;
  }

  .products__slide.swiper-slide-duplicate-active::before,
  .products__slide.swiper-slide-active::before {
    height: calc(100% + 60px);
  }

  .products__slide.swiper-slide-duplicate-active .products__card__label,
  .products__slide.swiper-slide-active .products__card__label {
    transform: translateY(-60px);
  }

  .products__slide.swiper-slide-duplicate-active .products__card__picture,
  .products__slide.swiper-slide-active .products__card__picture {
    transform: translateY(-30px);
  }

  .products__slide.swiper-slide-duplicate-active .products__card .btn.btn--circle.btn--circle--blue:hover,
  .products__slide.swiper-slide-active .products__card .btn.btn--circle.btn--circle--blue:hover {
    transition: all 0.3s;
    background: rgba(255, 255, 255, 0.2);
    padding-left: 20px;
  }

  .products__slide.swiper-slide-duplicate-active .products__card .btn.btn--circle.btn--circle--blue:hover .btn--circle__icon,
  .products__slide.swiper-slide-active .products__card .btn.btn--circle.btn--circle--blue:hover .btn--circle__icon {
    transition: all 0.3s;
  }

  .products__slide.swiper-slide-duplicate-active .products__card .btn.btn--circle.btn--circle--orange:hover,
  .products__slide.swiper-slide-active .products__card .btn.btn--circle.btn--circle--orange:hover {
    transition: all 0.3s;
  }

  .products__slide.swiper-slide-duplicate-active .products__card .btn.btn--circle.btn--circle--orange:hover .btn--circle__icon,
  .products__slide.swiper-slide-active .products__card .btn.btn--circle.btn--circle--orange:hover .btn--circle__icon {
    transition: all 0.3s;
  }
}

@media (max-width: 1800px) {
  .header__other__fone {
    margin-right: 50px;
  }

  .header__other__lang {
    margin-right: 50px;
  }
}

@media (max-width: 1700px) {
  .header__other__fone {
    margin-right: 40px;
  }

  .header__other__lang {
    margin-right: 40px;
  }
}

@media (max-width: 1450px) {
  .swiper-buttons {
    position: relative;
    justify-content: space-between;
    align-items: flex-start;
    height: 49px;
    top: 0;
    margin-top: 45px;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 120px;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    align-self: flex-start;
  }

  .swiper-buttons .swiper-button-prev,
  .swiper-buttons .swiper-button-next {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    background: #F5F5F5;
  }

  .swiper-buttons .swiper-button-prev::after,
  .swiper-buttons .swiper-button-next::after {
    font-size: 20px;
  }
}

@media (max-width: 1400px) {
  .detailed-offer__slide__col:nth-child(2) {
    padding-left: 40px;
    padding-right: 40px;
  }

  .detailed-offer__slide__label--1 {
    left: 40px;
  }

  .detailed-offer__slide__label--2 {
    right: 40px;
  }
}

@media (max-width: 1350px) {
  .header__other__fone--desc {
    display: none;
  }

  .header__other__fone--mob {
    display: flex;
  }

  .header__other__fone {
    margin-right: 25px;
  }

  .header__other__lang {
    margin-right: 25px;
  }
}

@media only screen and (max-width: 1250px) {
  .footer__info{
    max-width: 330px;
  }
  .container {
    width: 1168px;
    max-width: calc(100% - 64px);
  }

  .title__100 {
    font-size: 60px;
  }

  .title__72 {
    font-size: 60px;
  }

  .detailed-offer {
    padding-bottom: 74px;
  }

  .detailed-offer__slide {
    flex-flow: column-reverse nowrap;
  }

  .detailed-offer__slide__col {
    width: 100%;
  }

  .detailed-offer__slide__col:nth-child(1) {
    padding-right: 40px;
  }

  .detailed-offer__slide__col:nth-child(2) {
    width: 100%;
  }

  .detailed-offer__slide__title {
    max-width: 100%;
  }

  .detailed-offer__slide__text {
    max-width: 100%;
  }

  .detailed-offer__slide__picture::before {
    position: relative;
    content: "";
    width: 100%;
    padding-top: 83.51%;
  }

  .detailed-offer__slide__picture picture,
  .detailed-offer__slide__picture img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
  }

  .advantages {
    position: relative;
    margin-top: 40px;
    width: calc(100% + 30px);
    border-radius: 42px 0 0 42px;
  }

  .company__list {
    flex-flow: column nowrap;
  }

  .company__list__col {
    width: 100%;
    margin-bottom: 30px;
  }

  .company__list__col:nth-child(1) {
    flex-flow: row nowrap;
  }

  .company__list__col:last-child {
    margin-bottom: 0;
  }

  .company__list__col--1 {
    margin-bottom: 0;
  }

  .company__list__col--2 {
    display: none;
  }

  .products__card__title {
    font-size: 24px;
    line-height: 1.2;
  }

  .customers .customer__slide {
    width: 325px;
  }

  .contacts__offices__col:nth-child(1) {
    flex-flow: column nowrap;
  }

  .contacts__office {
    max-width: 100%;
    margin-bottom: 30px;
    min-height: 200px;
  }

  .contacts__person {
    flex-flow: column nowrap;
  }

  .contacts__person__post {
    width: 100%;
    margin-bottom: 15px;
  }

  .contacts__person__post br {
    display: none;
  }

  .contacts__person__name {
    width: 100%;
    margin-bottom: 15px;
  }

  .contacts__person__name br {
    display: none;
  }

  .contacts__person__mail {
    width: 100%;
    margin-bottom: 15px;
  }

  .contacts__person__mail br {
    display: none;
  }

  .contacts__person__tel {
    width: 100%;
    margin-bottom: 0px;
    justify-content: flex-start;
  }

  .contacts__person__tel br {
    display: none;
  }

  .section__header .container {
    width: 1168px;
    max-width: calc(100% - 64px);
    padding-left: 0px;
    padding-right: 0px;
  }

  .section__header .hamburger {
    display: block;
  }

  .header__logo {
    margin-right: 30px;
  }

  .header__menu {
    display: none;
  }

  .header__menu__item--contacts {
    display: none;
  }

  .header__menu__list {
    min-width: auto;
  }

  .header__other {
    justify-content: space-between;
  }
}

@media only screen and (max-width: 1079px) {
  .footer__info{
    max-width: 250px;
  }
  .site-main {
    padding-top: 55px;
  }

  .section__header {
    height: 55px;
  }

  .section__header .container {
    max-width: calc(100% - 64px);
  }

  .header__logo {
    width: 300px;
  }

  .header__other__lang--desc {
    display: none;
  }

  .header__other__search {
    position: relative;
    width: 100%;
    height: 45px;
    margin-right: 0;
  }

  .header__other__search--desc {
    display: none;
  }

  .header__other__search__button {
    top: 13px;
  }

  .header__other__search__input {
    position: relative;
    width: 100%;
    height: 45px;
  }

  .header__other__search__input.active {
    position: relative;
    width: 100%;
    height: 45px;
  }

  .header__other__search__input input {
    border-radius: 10px;
  }

  .header__other__cart {
    margin-right: 25px;
  }

  .header__other__user--desc {
    margin-right: 25px;
  }
}

@media only screen and (max-width: 992px) {
  .footer__info{
    max-width: 100%;
  }

  .container {
    max-width: calc(100% - 64px);
  }

  .swiper-buttons {
    max-width: 92px;
    margin-top: 45px;
    height: 33px;
  }

  .swiper-buttons .swiper-button-prev,
  .swiper-buttons .swiper-button-next {
    width: 33px;
    height: 33px;
  }

  .swiper-buttons .swiper-button-prev::after,
  .swiper-buttons .swiper-button-next::after {
    font-size: 15px;
  }

  .btn {
    font-size: 20px;
    font-style: normal;
    line-height: 135%;
    /* 16.2px */
    letter-spacing: 0.36px;
    min-height: 45px;
  }

  .btn--shadow::after {
    top: 18px;
  }

  .btn--shadow {
    min-height: 64px;
  }

  .detailed-offer {
    padding-bottom: 20px;
  }

  .detailed-offer__slide__btn {
    min-height: 80px;
  }

  .company__list__col {
    padding-left: 0;
  }

  .company__list__btn {
    min-width: 200px;
  }

  .products__card__label {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: 0.36px;
    padding: 10px 14px;
  }

  .contacts__office:last-child {
    margin-bottom: 0px;
  }

  .contacts__form .b24-form-btn {
    font-size: 20px;
    font-style: normal;
    line-height: 135%;
    /* 16.2px */
    letter-spacing: 0.36px;
    min-height: 45px;
  }

  .modal-reg {
    max-width: 95%;
  }

  .modal-reg .contacts__form {
    width: 100%;
  }

  .modal-reg .contacts__form .b24-form-btn {
    font-size: 20px;
    font-style: normal;
    line-height: 135%;
    /* 16.2px */
    letter-spacing: 0.36px;
    min-height: 45px;
  }

  .modal-detail-product__img {
    display: none;
  }

  .header__menu__item--fone {
    display: none;
  }
  .header__menu__phones {
    display: none;
  }

  .footer {
    flex-flow: column nowrap;
  }

  .footer__wrap {
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
  }

  .footer__text br,
  .footer a br {
    display: none;
  }

  .footer__col {
    display: flex;
    width: 100%;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  .footer__contacts {
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
  }

  .footer__emal {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    max-width: calc(100% - 32px);
  }

  .container--pr-none {
    max-width: calc(100% - 0px);
    padding-left: 16px;
  }

  .title__100 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    margin-bottom: 24px;
  }

  .title__72 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    margin-bottom: 24px;
  }

  .text__20 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
  }

  .detailed-offer__slider .swiper-pagination.swiper-pagination-bullets {
    top: auto;
    bottom: 0;
    height: auto;
    width: 100%;
    flex-flow: row nowrap;
  }

  .detailed-offer__slide__col:nth-child(1) {
    padding: 0;
    padding-bottom: 60px;
  }

  .detailed-offer__slide__col:nth-child(2) {
    padding: 0;
  }

  .detailed-offer__slide__label {
    width: 180px;
    height: 180px;
    background: rgb(255, 255, 255);
    margin-right: 20px;
  }

  .detailed-offer__slide__label__title span {
    font-size: 25px;
  }

  .detailed-offer__slide__label__subtitle {
    font-size: 14px;
    line-height: 1.1;
  }

  .detailed-offer__slide__label__subtitle br {
    display: none;
  }

  .detailed-offer__slide__label--1 {
    left: 10px;
    bottom: auto;
    top: 30px;
  }

  .detailed-offer__slide__label--2 {
    right: auto;
    left: 210px;
    top: 30px;
  }

  .company {
    min-height: 0;
    padding-top: 64px;
  }

  .company__list__col--1 .company__list__text {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .company__list__btn {
    margin-bottom: 0;
  }

  .products {
    width: calc(100% + 32px);
    padding-bottom: 18px;
    padding-top: 18px;
  }

  .products__card {
    padding: 25px 20px;
    height: auto;
    min-height: auto;
  }

  .products__card__title {
    font-size: 20px;
  }

  .products__card__text {
    font-size: 14px;
  }

  .customers .customer__slider {
    width: calc(100% + 32px);
  }

  .customers .customer__title {
    margin-bottom: 30px;
  }

  .customers .customer__card {
    min-height: auto;
  }

  .partners {
    min-height: 340px;
  }

  .contacts__offices {
    margin-top: 30px;
  }

  .contacts__person {
    padding: 20px;
  }

  .contacts__person__post {
    font-size: 28px;
    line-height: 1.2;
  }

  .contacts__form__bottom {
    flex-flow: column nowrap;
    position: relative;
    justify-content: flex-start;
    align-items: flex-start;
    left: 0;
    bottom: auto;
    padding-left: 0px;
    padding-right: 0px;
  }

  .contacts__form__mess {
    max-width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .modal-reg .fancybox-close-small {
    width: 35px;
    height: 35px;
    top: 15px;
    right: 15px;
  }

  .modal-reg .fancybox-button svg {
    width: 25px;
    height: 25px;
  }

  .modal-detail .fancybox-close-small {
    width: 35px;
    height: 35px;
    top: 15px;
    right: 15px;
  }

  .modal-detail .fancybox-button svg {
    width: 25px;
    height: 25px;
  }

  .modal-detail__company__text .text__20 {
    font-size: 16px;
  }

  .modal-detail-product .fancybox-close-small {
    width: 35px;
    height: 35px;
    top: 15px;
    right: 15px;
  }

  .modal-detail-product .fancybox-button svg {
    width: 25px;
    height: 25px;
  }

  .hints .hint svg {
    width: 46px;
    height: 46px;
  }

  .hints .hint__list ul {
    font-size: 14px;
    font-style: normal;
    line-height: 150%;
    margin-bottom: 10px;
  }

  .hints .hint__list ul li {
    font-size: 14px;
    font-style: normal;
    line-height: 150%;
    margin-bottom: 10px;
  }

  .tippy-box[data-theme~=tomato] {
    padding: 10px 10px;
  }

  .tippy-box[data-theme~=tomato] p {
    font-size: 12px;
    font-style: normal;
    line-height: 150%;
    margin-bottom: 10px;
    max-width: 160px;
  }

  .tippy-box[data-theme~=tomato] ul {
    font-size: 12px;
    font-style: normal;
    line-height: 150%;
    margin-bottom: 10px;
    max-width: 180px;
  }

  .tippy-box[data-theme~=tomato] ul li {
    font-size: 12px;
    font-style: normal;
    line-height: 150%;
    margin-bottom: 10px;
  }

  .section__header .container {
    max-width: calc(100% - 32px);
  }
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media only screen and (max-width: 560px) {
  .swiper-buttons {
    max-width: 92px;
    margin-top: 20px;
  }

  .btn {
    font-size: 14px;
    font-style: normal;
    line-height: 135%;
    letter-spacing: 0.36px;
    min-height: 34px;
  }

  .btn span {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    /* 16.2px */
    letter-spacing: 0.36px;
  }

  .btn--shadow::after {
    top: 16px;
    right: 20px;
  }

  .btn--shadow {
    min-height: 54px;
    padding-left: 20px;
    padding-right: 45px;
    min-width: auto;
  }

  .btn--circle__icon {
    width: 30px;
    height: 30px;
    margin-left: 8px;
  }

  .detailed-offer__slide__col:nth-child(2) {
    padding-top: 65px;
  }

  .detailed-offer__slide__title {
    font-size: 25px;
    line-height: 1.1;
  }

  .detailed-offer__slide__label {
    width: 130px;
    height: 130px;
  }

  .detailed-offer__slide__label__title span {
    font-size: 20px;
  }

  .detailed-offer__slide__label__subtitle {
    font-style: 12px;
  }

  .detailed-offer__slide__label--1 {
    top: 10px;
  }

  .detailed-offer__slide__label--2 {
    top: 10px;
    left: 160px;
  }

  .detailed-offer__slide__btn {
    min-height: 70px;
  }

  .advantages .advantage {
    min-height: 180px;
  }

  .company__list {
    padding: 20px;
  }

  .company__list__col:nth-child(1) {
    flex-flow: column nowrap;
  }

  .products__card {
    padding: 20px 20px;
    height: auto;
    min-height: auto;
  }

  .products__card__label {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: 0.36px;
  }

  .products__card__picture {
    width: 280px;
    max-width: 80%;
  }

  .customers {
    padding-top: 20px;
  }

  .contacts__map::before {
    padding-top: 100%;
  }

  .contacts__office {
    margin-bottom: 30px;
    min-height: 130px;
  }

  .contacts__office__icon {
    width: 45px;
    height: 45px;
  }

  .contacts__person__post {
    font-size: 24px;
    line-height: 1.2;
  }

  .contacts__form {
    padding: 30px 20px;
  }

  .contacts__form__title {
    font-size: 40px;
    line-height: 1.2;
  }

  .contacts__form__input {
    font-size: 16px;
    line-height: 1.2;
  }

  .contacts__form__input::placeholder {
    font-size: 16px;
    line-height: 1.2;
  }

  .contacts__form .b24-form-control-container input.b24-form-control {
    font-size: 16px;
    line-height: 1.2;
  }

  .contacts__form .b24-form-control-container .b24-form-control-label {
    font-size: 16px;
    line-height: 1.2;
  }

  .contacts__form .b24-form-btn {
    font-size: 14px;
    font-style: normal;
    line-height: 135%;
    letter-spacing: 0.36px;
    min-height: 34px;
  }

  .modal-reg .contacts__form__title {
    font-size: 36px;
  }

  .modal-reg .contacts__form .b24-form-control-container input.b24-form-control {
    font-size: 16px;
    line-height: 1.2;
  }

  .modal-reg .contacts__form .b24-form-control-container .b24-form-control-label {
    font-size: 16px;
    line-height: 1.2;
  }

  .modal-reg .contacts__form .b24-form-btn {
    font-size: 14px;
    font-style: normal;
    line-height: 135%;
    letter-spacing: 0.36px;
    min-height: 34px;
  }

  .modal-detail__company {
    padding: 20px;
    padding-bottom: 0;
  }

  .modal-detail__company__title {
    font-size: 20px;
    line-height: 1.2;
  }

  .modal-detail__company__buttons {
    margin-left: -20px;
    margin-right: -20px;
    min-height: 70px;
    padding-left: 20px;
    padding-top: 15px;
    width: calc(100% + 40px);
  }

  .header__menu__item--btn--desc {
    display: none;
  }

  .header__other {
    justify-content: flex-end;
  }
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

@supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
}
}
