@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  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;
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@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") format("woff");
  font-weight: 400;
  font-style: normal;
}
: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;
  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 {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  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 {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  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 {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  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 {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.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, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

: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;
  -moz-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-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%;
  -o-object-fit: contain;
  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 */
.swal2-popup.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: 1fr 99fr 1fr;
  padding: 1em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 1px hsla(0, 0%, 0%, 0.075), 0 1px 2px hsla(0, 0%, 0%, 0.075), 1px 2px 4px hsla(0, 0%, 0%, 0.075), 1px 3px 8px hsla(0, 0%, 0%, 0.075), 2px 4px 16px hsla(0, 0%, 0%, 0.075);
  pointer-events: all;
}
.swal2-popup.swal2-toast > * {
  grid-column: 2;
}
.swal2-popup.swal2-toast .swal2-title {
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-loading {
  justify-content: center;
}
.swal2-popup.swal2-toast .swal2-input {
  height: 2em;
  margin: 0.5em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-validation-message {
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}
.swal2-popup.swal2-toast .swal2-close {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: 0.8em;
  height: 0.8em;
  margin: 0;
  font-size: 2em;
}
.swal2-popup.swal2-toast .swal2-html-container {
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}
.swal2-popup.swal2-toast .swal2-html-container:empty {
  padding: 0;
}
.swal2-popup.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: 0.25em;
}
.swal2-popup.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 0.5em 0 0;
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: 0.5em;
  padding: 0 0.5em;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0.25em 0.5em;
  padding: 0.4em 0.6em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip 0.75s;
  animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long 0.75s;
  animation: swal2-toast-animate-success-line-long 0.75s;
}
.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show 0.5s;
  animation: swal2-toast-show 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide 0.1s forwards;
  animation: swal2-toast-hide 0.1s forwards;
}

.swal2-container {
  display: grid;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
  grid-template-rows: minmax(-webkit-min-content, auto) minmax(-webkit-min-content, auto) minmax(-webkit-min-content, auto);
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}
.swal2-container.swal2-backdrop-hide {
  background: transparent !important;
}
.swal2-container.swal2-top-start, .swal2-container.swal2-center-start, .swal2-container.swal2-bottom-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}
.swal2-container.swal2-top, .swal2-container.swal2-center, .swal2-container.swal2-bottom {
  grid-template-columns: auto minmax(0, 1fr) auto;
}
.swal2-container.swal2-top-end, .swal2-container.swal2-center-end, .swal2-container.swal2-bottom-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}
.swal2-container.swal2-top-start > .swal2-popup {
  align-self: start;
}
.swal2-container.swal2-top > .swal2-popup {
  grid-column: 2;
  align-self: start;
  justify-self: center;
}
.swal2-container.swal2-top-end > .swal2-popup, .swal2-container.swal2-top-right > .swal2-popup {
  grid-column: 3;
  align-self: start;
  justify-self: end;
}
.swal2-container.swal2-center-start > .swal2-popup, .swal2-container.swal2-center-left > .swal2-popup {
  grid-row: 2;
  align-self: center;
}
.swal2-container.swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: center;
}
.swal2-container.swal2-center-end > .swal2-popup, .swal2-container.swal2-center-right > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  align-self: center;
  justify-self: end;
}
.swal2-container.swal2-bottom-start > .swal2-popup, .swal2-container.swal2-bottom-left > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}
.swal2-container.swal2-bottom > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  justify-self: center;
  align-self: end;
}
.swal2-container.swal2-bottom-end > .swal2-popup, .swal2-container.swal2-bottom-right > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  align-self: end;
  justify-self: end;
}
.swal2-container.swal2-grow-row > .swal2-popup, .swal2-container.swal2-grow-fullscreen > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}
.swal2-container.swal2-grow-column > .swal2-popup, .swal2-container.swal2-grow-fullscreen > .swal2-popup {
  grid-row: 1/4;
  align-self: stretch;
}
.swal2-container.swal2-no-transition {
  transition: none !important;
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: 32em;
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: rgb(84.15, 84.15, 84.15);
  font-family: inherit;
  font-size: 1rem;
}
.swal2-popup:focus {
  outline: none;
}
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0.8em 1em 0;
  color: rgb(89.25, 89.25, 89.25);
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 1.25em auto 0;
  padding: 0;
}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-loader {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 transparent #2778c4 transparent;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: box-shadow 0.1s;
  box-shadow: 0 0 0 3px transparent;
  font-weight: 500;
}
.swal2-styled:not([disabled]) {
  cursor: pointer;
}
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #7367f0;
  color: #fff;
  font-size: 1em;
}
.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(115, 103, 240, 0.5);
}
.swal2-styled.swal2-deny {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #ea5455;
  color: #fff;
  font-size: 1em;
}
.swal2-styled.swal2-deny:focus {
  box-shadow: 0 0 0 3px rgba(234, 84, 85, 0.5);
}
.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #6e7d88;
  color: #fff;
  font-size: 1em;
}
.swal2-styled.swal2-cancel:focus {
  box-shadow: 0 0 0 3px rgba(110, 125, 136, 0.5);
}
.swal2-styled.swal2-default-outline:focus {
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-styled:focus {
  outline: none;
}
.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid #eee;
  color: rgb(84.15, 84.15, 84.15);
  font-size: 1em;
}

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}

.swal2-image {
  max-width: 100%;
  margin: 2em auto 1em;
}

.swal2-close {
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s, box-shadow 0.1s;
  border: none;
  border-radius: 5px;
  background: transparent;
  color: #ccc;
  font-family: serif;
  font-family: monospace;
  font-size: 2.5em;
  cursor: pointer;
  justify-self: end;
}
.swal2-close:hover {
  transform: none;
  background: transparent;
  color: #f27474;
}
.swal2-close:focus {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-close::-moz-focus-inner {
  border: 0;
}

.swal2-html-container {
  z-index: 1;
  justify-content: center;
  margin: 1em 1.6em 0.3em;
  padding: 0;
  overflow: auto;
  color: rgb(84.15, 84.15, 84.15);
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em 2em 0;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: auto;
  transition: border-color 0.1s, box-shadow 0.1s;
  border: 1px solid rgb(216.75, 216.75, 216.75);
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  color: inherit;
  font-size: 1.125em;
}
.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5);
}
.swal2-input::-moz-placeholder, .swal2-file::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #ccc;
}
.swal2-input:-ms-input-placeholder, .swal2-file:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder {
  color: #ccc;
}
.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #ccc;
}

.swal2-range {
  margin: 1em 2em 0;
  background: #fff;
}
.swal2-range input {
  width: 80%;
}
.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

.swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: inherit;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}
.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}
.swal2-radio input,
.swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 0.4em;
}

.swal2-input-label {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}

.swal2-validation-message {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: 0.625em;
  overflow: hidden;
  background: rgb(239.7, 239.7, 239.7);
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}
.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto 0.6em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-error.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
  animation: swal2-animate-error-x-mark 0.5s;
}
.swal2-icon.swal2-warning {
  border-color: rgb(249.95234375, 205.965625, 167.74765625);
  color: #f8bb86;
}
.swal2-icon.swal2-info {
  border-color: rgb(156.7033492823, 224.2822966507, 246.2966507177);
  color: #3fc3ee;
}
.swal2-icon.swal2-question {
  border-color: rgb(200.8064516129, 217.9677419355, 225.1935483871);
  color: #87adbd;
}
.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
  animation: swal2-animate-success-line-tip 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
  animation: swal2-animate-success-line-long 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: inherit;
  font-weight: 600;
}
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}
.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #2778c4;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  -webkit-animation: swal2-show 0.3s;
  animation: swal2-show 0.3s;
}

.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
  animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@-webkit-keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@-webkit-keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@-webkit-keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  background-color: transparent !important;
  pointer-events: none;
}
body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}
body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: transparent;
  pointer-events: none;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

/*
    Dots plugin
*/
/*
    Navigation plugin
*/
.carousel {
  position: relative;
  box-sizing: border-box;
}
.carousel *, .carousel *:before, .carousel *:after {
  box-sizing: inherit;
}
.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}
.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}
.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel__button.is-prev {
  left: 10px;
}
.carousel__button.is-next {
  right: 10px;
}
.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}
.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

/*
  Thumbs plugin
*/
/* 3/2 */
/*
  HTML plugin
*/
/*
  Toolbar plugin
*/
html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}
.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}
.fancybox__container :focus {
  outline: none;
}
body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}
@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }
}

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  /* For Safari */
  height: 100%;
  z-index: 10;
}
.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}
.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}
@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}
.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}
.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}
.fancybox__nav .carousel__button.is-next {
  right: 8px;
}
@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}
@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}
@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}

/* Close button located inside content area */
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}
.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}
.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

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

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

/* Opening */
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
  animation: 0.15s ease backwards fancybox-fadeIn;
}

/* Closing */
.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: 0.15s ease both fancybox-fadeIn;
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: 0.1s ease both fancybox-fadeOut;
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
  animation: 0.15s ease both fancybox-zoomOutDown;
}

/* Both `throwOut` classes are for closing animation after dragging up/down */
.fancybox-throwOutUp {
  -webkit-animation: 0.15s ease both fancybox-throwOutUp;
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both fancybox-throwOutDown;
  animation: 0.15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}
.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}
.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}
.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}
.is-closing .has-image .fancybox__content {
  overflow: visible;
}
.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
  /* Fix Mac OS Safari 11 - 13 */
}
.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}
.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}
.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}
.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}
.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}
.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}
.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}
.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}
.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}
.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}
.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}
.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  /* Keep aspect ratio */
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.006) 8.1%, hsla(0, 0%, 0%, 0.021) 15.5%, hsla(0, 0%, 0%, 0.046) 22.5%, hsla(0, 0%, 0%, 0.077) 29%, hsla(0, 0%, 0%, 0.114) 35.3%, hsla(0, 0%, 0%, 0.155) 41.2%, hsla(0, 0%, 0%, 0.198) 47.1%, hsla(0, 0%, 0%, 0.242) 52.9%, hsla(0, 0%, 0%, 0.285) 58.8%, hsla(0, 0%, 0%, 0.326) 64.7%, hsla(0, 0%, 0%, 0.363) 71%, hsla(0, 0%, 0%, 0.394) 77.5%, hsla(0, 0%, 0%, 0.419) 84.5%, hsla(0, 0%, 0%, 0.434) 91.9%, hsla(0, 0%, 0%, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}
@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}
.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}
.fancybox__toolbar__items {
  display: flex;
}
.fancybox__toolbar__items--left {
  margin-right: auto;
}
.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.fancybox__toolbar__items--right {
  margin-left: auto;
}
@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

body {
  background-color: #FCF8F0;
  color: #00304C;
}

@-webkit-keyframes a_document {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes a_document {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html.is_resized body * {
  transition-duration: 0s !important;
  transition-delay: 0s !important;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Regular.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Medium.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/montserrat/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
body {
  font-family: "Montserrat", Arial, "sans-serif";
}

@media (max-width: 799px) {
  .mobile_hide {
    display: none !important;
  }
}

@media (min-width: 800px) {
  .gt_mobile_hide {
    display: none !important;
  }
}

html.is_resized body * {
  transition-duration: 0s !important;
  transition-delay: 0s !important;
}

@-webkit-keyframes a_move_bg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}

@keyframes a_move_bg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@-webkit-keyframes a_smooth_opacity {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes a_smooth_opacity {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section_title {
  font-size: 2.25rem;
  font-weight: 600;
  color: #A87658;
  text-align: center;
}
@media (max-width: 799px) {
  .section_title {
    font-size: 32px;
  }
}

a {
  cursor: pointer;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  transition: color 0.4s, border-color 0.4s, background-color 0.4s, opacity 0.4s;
}
a:hover {
  opacity: 0.7;
}

h1 {
  margin: 0;
  font-weight: 600;
}

h2 {
  margin: 0;
  font-weight: 600;
}

h3 {
  margin: 0;
  font-weight: 600;
}

h4 {
  margin: 0;
  font-weight: 600;
}

h5 {
  margin: 0;
  font-weight: 600;
}

h6 {
  margin: 0;
  font-weight: 600;
}

img {
  display: block;
}

p:first-child {
  margin-top: 0px;
}

svg {
  display: block;
  width: 100%;
  height: auto;
}

.vc {
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1291px) {
  .vc {
    max-width: 1290px;
  }
}
@media (min-width: 800px) and (max-width: 1290px) {
  .vc {
    max-width: 100vw;
  }
}
@media (min-width: 1291px) {
  .vc {
    padding-left: 76px;
  }
}
@media (min-width: 800px) and (max-width: 1290px) {
  .vc {
    padding-left: 5.8914728682vw;
  }
}
@media (min-width: 1291px) {
  .vc {
    padding-right: 76px;
  }
}
@media (min-width: 800px) and (max-width: 1290px) {
  .vc {
    padding-right: 5.8914728682vw;
  }
}
@media (max-width: 799px) {
  .vc {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 799px) {
  .vc {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.r_content {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
}
.r_content ul,
.r_content li {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
}
.r_content ul {
  padding-left: 0;
  list-style: none;
}
.r_content ul li {
  padding: 0.5em 0 0.8em 1.5em;
  position: relative;
}
.r_content ul li::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 0.5em;
}

.c_burger {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  z-index: 1000;
  transition-duration: 0.3s;
  width: 80px;
  height: 50px;
}
@media (min-width: 800px) {
  .c_burger {
    border-left: 2px solid rgba(168, 118, 88, 0.3);
  }
  html:not(.page_scroll) .page_index .c_burger {
    border-left-color: rgba(255, 255, 255, 0.3);
  }
}
@media (max-width: 799px) {
  .c_burger {
    width: 28px;
    height: 60px;
  }
}
html.c_menu_is_open .c_burger {
  position: fixed;
  right: 30px;
}

.c_burger__icon {
  position: relative;
  margin-top: 11px;
  margin-bottom: 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.c_burger__icon, .c_burger__icon::before, .c_burger__icon::after {
  display: block;
  width: 37px;
  height: 3px;
  background-color: #A87658;
  outline: 1px solid transparent;
  border-radius: 2px;
  transition-property: background-color, transform;
  transition-duration: 0.3s;
}
.c_burger__icon::before, .c_burger__icon::after {
  position: absolute;
  content: "";
}
.c_burger__icon::before {
  top: -11px;
}
.c_burger__icon::after {
  top: 11px;
}
@media (min-width: 800px) {
  html:not(.page_scroll):not(.c_menu_is_open) .page_index .c_burger__icon, html:not(.page_scroll) .page_index .c_burger__icon:before, html:not(.page_scroll) .page_index .c_burger__icon:after {
    background-color: #ffffff;
  }
}
@media (max-width: 799px) {
  .c_burger__icon {
    position: relative;
    margin-top: 11px;
    margin-bottom: 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .c_burger__icon, .c_burger__icon::before, .c_burger__icon::after {
    display: block;
    width: 28px;
    height: 3px;
    background-color: #A87658;
    outline: 1px solid transparent;
    border-radius: 2px;
    transition-property: background-color, transform;
    transition-duration: 0.3s;
  }
  .c_burger__icon::before, .c_burger__icon::after {
    position: absolute;
    content: "";
  }
  .c_burger__icon::before {
    top: -11px;
  }
  .c_burger__icon::after {
    top: 11px;
  }
}
html.c_menu_is_open .c_burger__icon {
  background-color: transparent;
}
html.c_menu_is_open .c_burger__icon::before, html.c_menu_is_open .c_burger__icon::after {
  background-color: #ffffff;
}
html.c_menu_is_open .c_burger__icon::before {
  transform: translateY(11px) rotate(45deg);
}
html.c_menu_is_open .c_burger__icon::after {
  transform: translateY(-11px) rotate(-45deg);
}

.c_header_contacts {
  padding-right: 3.125rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 799px) {
  .c_header_contacts {
    padding-right: 25px;
  }
}
.c_header_contacts__boxphone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
@media (min-width: 800px) {
  .c_header_contacts__boxphone {
    padding-right: 1.5625rem;
  }
}
.c_header_contacts__phone {
  font-size: 1.3125rem;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
}
@media (min-width: 800px) {
  .c_header_contacts__phone:before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("../images/icons/phone--outline.svg");
    width: 1.3125rem;
    height: 1.3125rem;
  }
}
@media (min-width: 800px) {
  html:not(.page_scroll) .page_index .c_header_contacts__phone {
    color: #ffffff;
  }
}
@media (max-width: 799px) {
  .c_header_contacts__phone {
    font-size: 15px;
  }
}
.c_header_contacts__order {
  font-size: 0.875rem;
  font-weight: 500;
  color: #A87658;
  text-decoration: underline;
}
@media (min-width: 800px) {
  html:not(.page_scroll) .page_index .c_header_contacts__order {
    color: #ffffff;
  }
}
@media (max-width: 799px) {
  .c_header_contacts__order {
    font-size: 9px;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 3px;
  }
}
.c_header_contacts__order:hover {
  text-decoration: none;
}
.c_header_contacts__max {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 2.4375rem;
  height: 2.4375rem;
  background-image: url("../images/icons/max.svg");
}
html:not(.page_scroll) .page_index .c_header_contacts__max {
  background-image: url("../images/icons/max--white.svg");
}

@media (max-width: 799px) {
  .c_header_contacts__max {
    display: none;
  }
}

.c_header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 800;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 6.25rem;
  padding-left: 3.125rem;
  padding-right: 0.625rem;
  background-color: #ffffff;
  transition: background-color 0.4s;
}
html.c_menu_is_open .c_header {
  z-index: unset;
  position: static;
}

@media (min-width: 800px) {
  html:not(.page_scroll) .page_index .c_header {
    background-color: transparent;
  }
}
@media (max-width: 799px) {
  .c_header {
    padding-left: 20px;
    padding-right: 20px;
    height: 4.375rem;
  }
}
.c_header__logo {
  width: 6.8125rem;
  height: 3.75rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/logo/dark_text.svg");
}
@media (min-width: 800px) {
  html:not(.page_scroll) .page_index .c_header__logo {
    background-image: url("../images/logo/allwhite.svg");
  }
}
.c_header__logo img {
  display: none;
}
@media (max-width: 799px) {
  .c_header__logo {
    width: 85px;
    height: 47px;
  }
}
.c_header__el_padding {
  height: 6.25rem;
}
@media (min-width: 800px) {
  .page_index .c_header__el_padding {
    display: none;
  }
}
@media (max-width: 799px) {
  .c_header__el_padding {
    height: 4.375rem;
  }
}

.c_footer__boxform {
  position: relative;
  z-index: 2;
}
.c_footer__form {
  background: #ffffff;
  border-radius: 0.625rem;
  box-shadow: 0px 4px 16px -4px rgba(34, 60, 80, 0.2);
  overflow: hidden;
  padding: 5rem;
}
@media (max-width: 799px) {
  .c_footer__form {
    padding: 30px 20px;
  }
}
.c_footer__box {
  background-color: #00304C;
  padding-top: 15.25rem;
  margin-top: -15.25rem;
}
@media (max-width: 799px) {
  .c_footer__box {
    padding-top: 310px;
    margin-top: -310px;
  }
  .page_stay .c_footer__box {
    margin-top: 0;
    padding-top: 0;
  }
}
.c_footer__boxmenu {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media (max-width: 799px) {
  .c_footer__boxmenu {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.c_footer__menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.c_footer__boxtop {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 799px) {
  .c_footer__boxtop {
    flex-direction: column;
  }
}
@media (max-width: 799px) {
  .c_footer__boxtop {
    align-items: center;
  }
}
.c_footer__logo {
  width: 13.8125rem;
  height: 7.6875rem;
}
@media (max-width: 799px) {
  .c_footer__logo {
    width: 174px;
    height: 97px;
  }
}
.c_footer__boxcopyright {
  border-top: 1px solid #A87658;
  position: relative;
}
.c_footer__copyright {
  height: 4.1875rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #A87658;
  font-size: 0.75rem;
  font-weight: 600;
}
@media (max-width: 799px) {
  .c_footer__copyright {
    font-size: 12px;
    justify-content: center;
  }
}
.c_footer__to_top {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: auto;
  right: 6.25rem;
  width: 3.75rem;
  height: 3.75rem;
  transform: translateY(-50%);
  background-image: url("../images/icons/arrow_up.svg");
  z-index: 10;
  background-color: #00304C;
  cursor: pointer;
}
@media (max-width: 799px) {
  .c_footer__to_top {
    width: 39px;
    height: 40px;
    right: 20px;
  }
}
.c_footer .c_presentation {
  margin-top: 30px;
}
@media (max-width: 799px) {
  .c_footer .c_contacts {
    padding-top: 30px;
    font-size: 18px;
  }
}

* {
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  align-items: stretch;
  justify-content: left;
  overflow-x: hidden;
}

html {
  -webkit-animation: a_smooth_opacity 0.8s;
  animation: a_smooth_opacity 0.8s;
}
@media (min-width: 800px) {
  html {
    font-size: clamp(0.6rem, -1.5rem + 2.8vw, 1rem);
  }
}

@media (min-width: 800px) {
  html {
    font-size: clamp(0.55rem, -1.77885rem + 3.1vw, 1rem) !important;
  }
}

main {
  flex-grow: 1;
}

.hide {
  display: none;
}

@media (max-width: 799px) {
  .--desktop {
    display: none !important;
  }
}

@media (min-width: 800px) {
  .--mobile {
    display: none !important;
  }
}

.c_footer .c_menu {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  flex-wrap: wrap;
  height: 250px;
  -moz-column-gap: 125px;
  column-gap: 125px;
  margin: 0;
}
.c_footer .c_menu > .c_menu__item {
  order: 0;
}
.c_footer .c_menu > .c_menu__item .c_menu__boxhover > .c_menu__link {
  font-weight: 600;
  text-transform: uppercase;
}
.c_footer .c_menu > .c_menu__item .c_menu__boxhover .c_menu__submenu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  padding-top: 20px;
}
.c_footer .c_menu > .c_menu__item .c_menu__boxhover .c_menu__submenu .c_menu__link {
  font-weight: 500;
}
.c_footer .c_menu .c_menu__link {
  font-size: 16px;
}
.c_footer .c_menu .c_menu__item--services {
  order: 2;
}
@media (max-width: 799px) {
  .c_footer .c_menu {
    display: none;
  }
}

.c_header .c_menu__nav {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.c_header .c_menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
}
@media (max-width: 799px) {
  .c_header .c_menu {
    display: none;
  }
}
.c_header .c_menu > .c_menu__item {
  height: 6.25rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.c_header .c_menu > .c_menu__item .c_menu__boxhover > .c_menu__link {
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
}
html:not(.page_scroll) .page_index .c_header .c_menu > .c_menu__item .c_menu__boxhover > .c_menu__link {
  color: #ffffff;
}

.c_header .c_menu > .c_menu__item .c_menu__boxhover > .c_menu__link--active {
  color: #A87658;
}
.c_header .c_menu__boxhover:hover > .c_menu__link {
  color: #A87658;
}
.c_header .c_menu__boxhover:hover > .c_menu__link:not(#spec_up):after {
  border-color: #A87658;
}
.c_header .c_menu .c_menu__item--services {
  position: relative;
}
.c_header .c_menu .c_menu__item--services > .c_menu__boxhover:before {
  content: "";
  display: block;
  position: absolute;
  top: 3.125rem;
  width: 130%;
  left: -20%;
  height: 100%;
}
.c_header .c_menu .c_menu__item--services > .c_menu__boxhover:hover .c_menu__submenu {
  pointer-events: all;
  opacity: 1;
}
.c_header .c_menu .c_menu__item--services > .c_menu__boxhover > .c_menu__link {
  position: relative;
  padding-right: 1.875rem;
}
.c_header .c_menu .c_menu__item--services > .c_menu__boxhover > .c_menu__link:after {
  content: "";
  display: block;
  border-style: solid;
  border-color: #00304C;
  border-width: 2px 2px 0 0;
  height: 0.5rem;
  width: 0.5rem;
  position: absolute;
  right: 0px;
  left: auto;
  top: 2px;
  transform: rotate(135deg);
  transition: border-color 0.4s;
}
html:not(.page_scroll) .page_index .c_header .c_menu .c_menu__item--services > .c_menu__boxhover > .c_menu__link:after {
  border-color: #ffffff;
}

.c_header .c_menu .c_menu__item--services .c_menu__submenu {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s;
  position: absolute;
  top: 100%;
  left: -2.5rem;
  background-color: #A87658;
  z-index: 5;
  width: 20.625rem;
  padding: 1.875rem 1.875rem;
  gap: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.c_header .c_menu .c_menu__item--services .c_menu__submenu .c_menu__link {
  color: #EEC8A1;
  font-size: 1rem;
  font-weight: 500;
}
.c_header .c_menu .c_menu__item--services .c_menu__submenu .c_menu__link--active {
  color: #ffffff;
}

.c_contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.125rem;
}
@media (max-width: 799px) {
  .c_contacts {
    gap: 8px;
  }
}
.c_contacts__type {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  align-items: baseline;
  gap: 1.25rem;
}
.c_contacts__icon {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c_contacts__type--address .c_contacts__icon {
  background-image: url("../images/icons/location.svg");
}

.c_contacts__type--phone .c_contacts__icon {
  background-image: url("../images/icons/phone.svg");
  width: 1.25rem;
  height: 1.25rem;
}
@media (max-width: 799px) {
  .c_contacts__type--phone .c_contacts__icon {
    width: 13px;
    height: 13px;
  }
}

.c_contacts__type--email .c_contacts__icon {
  background-image: url("../images/icons/email.svg");
  width: 1.4375rem;
  height: 1.1875rem;
}
@media (max-width: 799px) {
  .c_contacts__type--email .c_contacts__icon {
    width: 15px;
    height: 12px;
  }
}

.c_contacts__content {
  font-size: 1.375rem;
  line-height: 1em;
  color: #FCF8F0;
}
@media (max-width: 799px) {
  .c_contacts__content {
    font-size: 14px;
    line-height: 22px;
  }
}
.c_contacts__type--phone .c_contacts__group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.4375rem;
}

@media (max-width: 799px) {
  .c_contacts__separator {
    display: none;
  }
}

.c_about {
  padding-top: 3.125rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.5rem;
  position: relative;
}
@media (max-width: 799px) {
  .c_about {
    flex-direction: column;
  }
}
@media (max-width: 799px) {
  .c_about {
    padding-top: 20px;
  }
}
.c_about__box {
  background: #FCF8F0;
  padding-top: 5rem;
  padding-bottom: 6.25rem;
}
.page_about .c_about__box {
  padding-top: 3.125rem;
}
@media (max-width: 799px) {
  .page_about .c_about__box {
    padding-top: 10px;
  }
}

@media (max-width: 799px) {
  .c_about__box {
    padding-top: 40px;
  }
}
.c_about__description {
  font-size: 1.25rem;
  line-height: 1.65em;
}
@media (max-width: 799px) {
  .c_about__description {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
}
.c_about__map {
  flex-shrink: 0;
  width: 49.5625rem;
  aspect-ratio: 793/434;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/blocks/about_map.svg");
}
@media (max-width: 799px) {
  .c_about__map {
    width: 100%;
  }
}
@media (min-width: 800px) {
  .c_about .c_more, .c_about .c_order_service {
    margin-top: 2.5rem;
  }
}
@media (max-width: 799px) {
  .c_about .c_more, .c_about .c_order_service {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.c_clients {
  border-radius: 0.625rem;
  background: #ffffff;
  margin-top: 3.75rem;
  padding: 5.625rem 3.125rem 3.125rem;
  position: relative;
}
@media (max-width: 799px) {
  .c_clients {
    border-radius: 5px;
    margin-top: 30px;
    padding: 30px;
  }
}
.c_clients__box {
  background: #A87658;
  background-image: url("../images/blocks/clients_bg.jpg");
  background-size: cover;
  background-position: top;
  padding-top: 7.5rem;
  padding-bottom: 9.375rem;
}
@media (max-width: 799px) {
  .c_clients__box {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.c_clients__title {
  color: #ffffff;
}
.c_clients__list {
  overflow: hidden;
}
.c_clients__goto {
  cursor: pointer;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  transition: color 0.4s, border-color 0.4s, background-color 0.4s, opacity 0.4s;
  background-color: #ffffff;
  width: 3.375rem;
  height: 3.375rem;
  box-shadow: 0px 0px 3.125rem 0px rgba(34, 60, 80, 0.3);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.c_clients__goto:hover {
  opacity: 0.7;
}
@media (max-width: 799px) {
  .c_clients__goto {
    width: 36px;
    height: 36px;
    box-shadow: 0px 0px 30px 0px rgba(34, 60, 80, 0.3);
  }
}
.c_clients__goto--prev {
  left: 0;
  transform: translateY(-50%) translateX(-50%);
}
.c_clients__goto--prev:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/icons/arrow--short--left--bronze.svg");
  width: 1.125rem;
  height: 1.125rem;
}
@media (max-width: 799px) {
  .c_clients__goto--prev:before {
    width: 12px;
    height: 10px;
  }
}
.c_clients__goto--next {
  right: 0;
  transform: translateY(-50%) translateX(50%);
}
.c_clients__goto--next:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/icons/arrow--short--right--bronze.svg");
  width: 1.125rem;
  height: 1.125rem;
}
@media (max-width: 799px) {
  .c_clients__goto--next:before {
    width: 12px;
    height: 10px;
  }
}
.c_clients__pager {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 3.125rem;
  gap: 10px;
}
@media (max-width: 799px) {
  .c_clients__pager {
    padding-top: 20px;
  }
}
.c_clients__pager .swiper-pagination-bullet {
  background: rgba(0, 48, 76, 0.2);
  opacity: 1;
}
.c_clients__pager .swiper-pagination-bullet-active {
  background-color: #A87658;
}

.c_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.c_form p {
  margin: 0;
}
.c_form__title {
  font-size: 2.5rem;
  line-height: 3rem;
  color: #A87658;
}
@media (max-width: 799px) {
  .c_form__title {
    font-size: 24px;
  }
}
.c_form__description {
  font-size: 1.125rem;
  line-height: 1.3333333333em;
  text-align: center;
}
@media (min-width: 800px) {
  .c_order_service_form .c_form__description {
    font-size: 1.25rem;
    line-height: 1.4em;
  }
}

@media (max-width: 799px) {
  .c_form__description {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    width: 80%;
  }
}
.c_form__fields {
  gap: 2.5rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 3.75rem;
}
@media (max-width: 799px) {
  .c_form__fields {
    flex-direction: column;
  }
}
@media (max-width: 799px) {
  .c_form__fields {
    padding-top: 20px;
    gap: 20px;
  }
}
.c_form__boxcolumn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.25rem;
}
.c_form__field {
  position: relative;
  width: 100%;
}
.c_form__input {
  height: 3.125rem;
  border-radius: 0.625rem;
  padding: 1.25rem;
  border: 1px solid rgba(168, 118, 88, 0.26);
  width: 21.4375rem;
  font-weight: 500;
  font-size: 0.875rem;
  color: #00304C;
}
@media (max-width: 799px) {
  .c_form__input {
    height: 40px;
    font-size: 12px;
    width: 100%;
    padding: 10px;
  }
}
.c_form__field--message .c_form__input {
  height: 100%;
  resize: none;
}
@media (max-width: 799px) {
  .c_form__field--message .c_form__input {
    height: 99px;
  }
}

.c_form__placeholder {
  position: absolute;
  left: 0;
  top: -0.1em;
  padding: 1.25rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #00304C;
  pointer-events: none;
  transition: opacity 0.2s;
}
input:focus ~ .c_form__placeholder, textarea:focus ~ .c_form__placeholder, .c_form__input--filled ~ .c_form__placeholder {
  opacity: 0;
}

@media (max-width: 799px) {
  .c_form__placeholder {
    padding: 13px;
    font-size: 12px;
  }
}
.c_form__button {
  background: none;
  border: none;
  color: inherit;
  width: 21.4375rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
  cursor: pointer;
  background-color: #A87658;
  box-shadow: -1px 2px 5px 0px rgba(87, 82, 74, 0.45);
  color: #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
}
@media (max-width: 799px) {
  .c_form__button {
    font-size: 12px;
    margin: auto;
  }
}
.c_form__note {
  font-size: 0.75rem;
  line-height: 1.4166666667em;
  padding-top: 0.625rem;
}
@media (max-width: 799px) {
  .c_form__note {
    padding-top: 20px;
    font-size: 10px;
    line-height: 15px;
  }
}
.popup_form .c_form__note {
  text-align: center;
}

.c_form__privacy a {
  text-decoration: underline;
}
.c_form__required {
  padding-top: 20px;
}
.c_form__mark {
  color: #E8212C;
  font-size: 1.2em;
}

.popup_form {
  display: none;
  padding: 0px;
  border-radius: 10px;
  max-width: 669px;
}

input.parsley-error,
textarea.parsley-error {
  border-color: #A87658;
}

.parsley-errors-list {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0 15px;
  font-size: 12px;
  line-height: 28px;
  list-style: none;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  background: #A87658;
  transition: all 0.3s ease;
  opacity: 0.7;
  z-index: 5;
}

.c_last_news__box {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media (max-width: 799px) {
  .c_last_news__box {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.c_last_news__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 799px) {
  .c_last_news__header {
    justify-content: space-between;
  }
}
.c_last_news__more {
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 800px) {
  .c_last_news__more {
    position: absolute;
    right: 0px;
    top: 50%;
  }
}
.c_last_news__list {
  padding-top: 2.5rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.875rem;
}
@media (max-width: 799px) {
  .c_last_news__list {
    flex-direction: column;
  }
}
@media (max-width: 799px) {
  .c_last_news__list {
    padding-top: 20px;
    gap: 20px;
  }
}
@media (min-width: 800px) {
  .c_last_news__list .c_news_l_item {
    width: calc(50% - 15px);
  }
}

.c_news_l_item__link {
  display: contents;
}
.c_news_l_item__image {
  border-radius: 0.625rem;
  width: 100%;
}
.c_news_l_item__content {
  padding-top: 1.875rem;
}
@media (max-width: 799px) {
  .c_news_l_item__content {
    padding-top: 20px;
  }
}
.c_news_l_item__title {
  font-size: 1.5rem;
}
@media (max-width: 799px) {
  .c_news_l_item__title {
    font-size: 18px;
  }
}
.c_news_l_item__date {
  display: block;
  padding-top: 0.625rem;
  font-size: 1.125rem;
  color: #A87658;
}
@media (max-width: 799px) {
  .c_news_l_item__date {
    padding-top: 10px;
    font-size: 14px;
  }
}

.c_order_service {
  cursor: pointer;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  transition: color 0.4s, border-color 0.4s, background-color 0.4s, opacity 0.4s;
  width: 16.125rem;
  height: 3.0625rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.9375rem;
  background: #A87658;
  border-radius: 1.5625rem;
  gap: 1.25rem;
}
.c_order_service:hover {
  opacity: 0.7;
}
.c_order_service:hover {
  opacity: 1;
}
@media (max-width: 799px) {
  .c_order_service {
    gap: 20px;
  }
}
.c_order_service:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/icons/arrow--long--right--white.svg");
  width: 2.9375rem;
  height: 0.8125rem;
  transition: transform 0.4s;
}
.c_order_service:hover:after {
  transform: translateX(20%);
}

@media (max-width: 799px) {
  .c_order_service:after {
    width: 38px;
    height: 11px;
  }
}
@media (max-width: 799px) {
  .c_order_service {
    width: 207px;
    height: 40px;
    border-radius: 20px;
    font-size: 12px;
  }
}

.c_page_header__box {
  position: relative;
  background: #00304C;
}
.c_page_header {
  height: 23.5rem;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: 4.375rem;
}
@media (max-width: 799px) {
  .c_page_header {
    height: 153px;
    padding-bottom: 20px;
  }
}
.page_contacts .c_page_header {
  height: 11.125rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 799px) {
  .page_contacts .c_page_header {
    height: 93px;
    padding-bottom: 20px;
  }
}
.page_news .c_page_header {
  height: 11.125rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 799px) {
  .page_news .c_page_header {
    height: 93px;
    padding-bottom: 20px;
  }
}
.page_news_item .c_page_header {
  height: 11.125rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 799px) {
  .page_news_item .c_page_header {
    height: 93px;
    padding-bottom: 20px;
  }
}
.page_privacy_policy .c_page_header {
  height: 11.125rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 799px) {
  .page_privacy_policy .c_page_header {
    height: 93px;
    padding-bottom: 20px;
  }
}
.c_page_header__image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.c_page_header__boxtitle {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.c_page_header__title {
  position: relative;
  font-size: 3.125rem;
  color: #FCF8F0;
  font-weight: 500;
}
@media (max-width: 799px) {
  .c_page_header__title {
    font-size: 28px;
    line-height: 30px;
  }
}
@media (max-width: 799px) {
  .c_page_header .c_presentation {
    display: none;
  }
}

.c_presentation {
  display: block;
  width: 14.125rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
  border: 0.125rem solid #A87658;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.c_presentation:not(#sup):hover {
  opacity: 1;
  background-color: #A87658;
  color: #ffffff;
}

.c_service_intro {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5.625rem;
}
@media (max-width: 799px) {
  .c_service_intro {
    flex-direction: column;
  }
}
.page_escort .c_service_intro {
  align-items: center;
  gap: 12.5rem;
}
@media (max-width: 799px) {
  .page_escort .c_service_intro {
    gap: 20px;
  }
}

@media (max-width: 799px) {
  .c_service_intro {
    gap: 20px;
  }
}
.c_service_intro__box {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media (max-width: 799px) {
  .c_service_intro__box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.c_service_intro__box .c_order_service {
  margin-top: 60px;
}
@media (max-width: 799px) {
  .c_service_intro__box .c_order_service {
    margin: 30px auto;
  }
}
.c_service_intro__description {
  font-size: 1.125rem;
  line-height: 1.5555555556em;
}
@media (min-width: 800px) {
  .c_service_intro__description {
    width: 50%;
  }
}
@media (max-width: 799px) {
  .c_service_intro__description {
    font-size: 16px;
    line-height: 24px;
  }
}
.c_service_intro__picture {
  flex-grow: 1;
  width: 100%;
  max-width: 40.4375rem;
}
.c_service_intro__image {
  width: 100%;
  border-radius: 0.625rem;
}

.c_service_list__box {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background: #ffffff;
}
@media (max-width: 799px) {
  .c_service_list__box {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.c_service_payment {
  border: 0.25rem solid #A87658;
  border-radius: 0.6875rem;
  padding: 2.5rem 8.125rem 2.5rem 3.75rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6.25rem;
}
@media (max-width: 799px) {
  .c_service_payment {
    flex-direction: column;
  }
}
@media (max-width: 799px) {
  .c_service_payment {
    gap: 25px;
    padding: 20px;
    border-width: 2px;
    border-radius: 8px;
  }
}
.c_service_payment__box {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media (max-width: 799px) {
  .c_service_payment__box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.c_service_payment__icon {
  width: 107px;
  height: 108px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/icons/payment.svg");
  flex-shrink: 0;
}
@media (max-width: 799px) {
  .c_service_payment__icon {
    margin: auto;
  }
}
.c_service_payment__description {
  font-size: 12px;
  line-height: 18px;
  max-width: 436px;
}
.c_service_payment__description h3 {
  font-weight: 600;
  font-size: 24px;
  color: #A87658;
  margin-bottom: 20px;
}
.c_service_payment__list {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
}
.c_service_payment__list ul,
.c_service_payment__list li {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
}
.c_service_payment__list ul {
  padding-left: 0;
  list-style: none;
}
.c_service_payment__list ul li {
  padding: 0.5em 0 0.8em 1.5em;
  position: relative;
}
.c_service_payment__list ul li::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 0.5em;
}

.c_services_list {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.c_services_list ul,
.c_services_list li {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
}
@media (max-width: 799px) {
  .c_services_list {
    flex-direction: column;
  }
}
@media (min-width: 800px) {
  .c_services_list {
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 50px;
  }
}
@media (max-width: 799px) {
  .c_services_list {
    gap: 20px;
  }
}
@media (min-width: 800px) {
  .page_index .c_services_list .c_services_l_item {
    width: calc(50% - 20px);
  }
}

.c_breadcrumbs {
  font-size: 0.875rem;
  height: 5.625rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.625rem;
}
@media (max-width: 799px) {
  .c_breadcrumbs {
    font-size: 10px;
    height: 48px;
    gap: 7px;
  }
}
.page_contacts .c_breadcrumbs__box {
  background: #ffffff;
}
.page_news .c_breadcrumbs__box {
  background: #ffffff;
}
.page_news_item .c_breadcrumbs__box {
  background: #ffffff;
}
.page_privacy_policy .c_breadcrumbs__box {
  background: #ffffff;
}
.c_breadcrumbs__boxyears {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.c_breadcrumbs__current {
  color: #A87658;
}

.c_service_l_item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  gap: 2.5rem;
}
@media (max-width: 799px) {
  .c_service_l_item {
    flex-direction: column;
  }
}
@media (max-width: 799px) {
  .c_service_l_item {
    padding-top: 30px;
    padding-bottom: 30px;
    gap: 20px;
  }
}
.c_service_l_item:not(:first-child) {
  border-top: 1px solid rgba(168, 118, 88, 0.4);
}
.c_service_l_item__title {
  font-size: 2rem;
  line-height: 1.40625em;
  font-weight: 500;
  color: #A87658;
  max-width: 26.875rem;
}
.page_concierge .c_service_l_item__title {
  max-width: 33.75rem;
}

@media (max-width: 799px) {
  .c_service_l_item__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.c_service_l_item__description {
  font-size: 1rem;
  line-height: 1.5em;
  max-width: 40.4375rem;
}
.page_concierge .c_service_l_item__description {
  font-size: 1.125rem;
  line-height: 1.7222222222em;
}

@media (max-width: 799px) {
  .c_service_l_item__description {
    font-size: 14px;
    line-height: 21px;
  }
}

.c_services_l_item:not(#spec_up) {
  border-radius: 0.625rem;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 1.875rem 2.5rem;
  aspect-ratio: 1.7;
  overflow: hidden;
}
@media (max-width: 799px) {
  .c_services_l_item:not(#spec_up) {
    width: 100%;
    padding: 20px;
  }
}
.c_services_l_item:before {
  content: "";
  display: block;
  background: linear-gradient(0deg, rgb(0, 48, 76) 12.16%, rgba(0, 48, 76, 0) 85.61%);
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: 2;
  pointer-events: none;
}
.c_services_l_item a {
  display: contents;
}
.c_services_l_item__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.4s;
}
.c_services_l_item:hover .c_services_l_item__image {
  transform: scale(1.1);
}

.c_services_l_item__boxarrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  width: 100%;
}
.c_services_l_item__title {
  font-weight: 600;
  font-size: 1.75rem;
  color: #ffffff;
}
@media (max-width: 799px) {
  .c_services_l_item__title {
    font-size: 15px;
  }
}
.c_services_l_item__arrow {
  width: 5.0625rem;
  height: 3.0625rem;
  border-radius: 1.5625rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #A87658;
  transition: transform 0.4s;
}
.c_services_l_item:hover .c_services_l_item__arrow {
  transform: translateX(10%);
}

@media (min-width: 800px) {
  .page_about .c_services_l_item__arrow {
    background-color: transparent;
  }
}

.c_services_l_item__arrow:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/icons/arrow--right--white.svg");
  width: 2.125rem;
  height: 0.8125rem;
}
@media (max-width: 799px) {
  .c_services_l_item__arrow:before {
    width: 18px;
    height: 7px;
  }
}
@media (min-width: 800px) {
  .page_about .c_services_l_item__arrow:before {
    background-image: url("../images/icons/arrow--right--bronze.svg");
  }
}

@media (max-width: 799px) {
  .c_services_l_item__arrow {
    width: 43px;
    height: 26px;
    border-radius: 13px;
  }
}
.c_services_l_item .c_presentation {
  position: relative;
  z-index: 2;
  border-color: #ffffff;
  margin: 0 auto;
  transition: color 0.3s, background-color 0.3s;
  pointer-events: none;
}
.c_services_l_item:hover .c_presentation {
  background-color: #ffffff;
  color: #00304C;
}

.c_popup_menu__box {
  left: 0;
  top: 0;
  height: 100vh;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  background-color: #00304C;
  transition: transform 0.5s;
  transform: translateY(-100%);
  padding-top: 3.75rem;
  z-index: 999;
}
@media (max-width: 799px) {
  .c_popup_menu__box {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
html.c_menu_is_open {
  overflow: hidden;
}

html.c_menu_is_open .c_popup_menu__box {
  transform: translateY(0%);
}

@media (min-width: 800px) {
  .c_popup_menu__box:before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: auto;
    bottom: 0px;
    width: 100%;
    aspect-ratio: 11.4;
    background-image: url("../images/logo/popup_bg.svg");
  }
}
.c_popup_menu__logo {
  width: 10.4375rem;
  height: 5.75rem;
  position: absolute;
  left: 1.875rem;
  top: 1.875rem;
}
@media (max-width: 799px) {
  .c_popup_menu__logo {
    width: 99px;
    height: 55px;
    left: 20px;
    top: 20px;
  }
}

.c_popup_menu__box .c_presentation {
  position: absolute;
  left: auto;
  top: 1.875rem;
  right: 140px;
}
@media (max-width: 799px) {
  .c_popup_menu__box .c_presentation {
    display: none;
  }
}

.c_popup_menu__box .c_contacts {
  gap: 1.25rem;
}
.c_popup_menu__box .c_contacts .c_contacts__type {
  gap: 1.25rem;
}
.c_popup_menu__box .c_contacts .c_contacts__type--phone .c_contacts__icon {
  width: 1.125rem;
  height: 1.125rem;
  transform: translateY(0.1875rem);
}
.c_popup_menu__box .c_contacts .c_contacts__type--email .c_contacts__icon {
  width: 1.3125rem;
  height: 1rem;
  transform: translateY(0.1875rem);
}
.c_popup_menu__box .c_contacts .c_contacts__content {
  font-size: 1.125rem;
}
@media (max-width: 799px) {
  .c_popup_menu__box .c_contacts {
    position: absolute;
    bottom: 0px;
    left: 0px;
    top: auto;
    width: 100%;
    border-top: 1px solid #A87658;
    justify-content: center;
    align-items: center;
    height: 90px;
  }
  .c_popup_menu__box .c_contacts .c_contacts__icon {
    width: 19px;
    height: 19px;
    transform: translateY(3px);
  }
  .c_popup_menu__box .c_contacts .c_contacts__content {
    font-size: 20px;
  }
  .c_popup_menu__box .c_contacts .c_contacts__content:last-child {
    display: none;
  }
  .c_popup_menu__box .c_contacts .c_contacts__type--email {
    display: none;
  }
}

.c_popup_menu__box .c_menu {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10.3125rem;
}
@media (max-width: 799px) {
  .c_popup_menu__box .c_menu {
    flex-direction: column;
  }
}
@media (max-width: 799px) {
  .c_popup_menu__box .c_menu {
    gap: 40px;
  }
}
@media (min-width: 800px) {
  .c_popup_menu__box .c_menu__nav {
    padding-top: 14.375rem;
  }
}
@media (max-width: 799px) {
  .c_popup_menu__box .c_menu__nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.c_popup_menu__box .c_menu__link {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.3125rem;
}
@media (max-width: 799px) {
  .c_popup_menu__box .c_menu__link {
    font-size: 18px;
  }
}
.c_popup_menu__box .c_menu .c_menu__submenu {
  padding-top: 2.5rem;
}
@media (max-width: 799px) {
  .c_popup_menu__box .c_menu .c_menu__submenu {
    padding-top: 40px;
  }
}
.c_popup_menu__box .c_menu .c_menu__item--services .c_menu__submenu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.25rem;
}
@media (max-width: 799px) {
  .c_popup_menu__box .c_menu .c_menu__item--services .c_menu__submenu {
    gap: 20px;
    padding-top: 20px;
  }
}
.c_popup_menu__box .c_menu .c_menu__item--services .c_menu__submenu .c_menu__link {
  font-size: 1.125rem;
  text-transform: none;
  font-weight: 500;
}
@media (max-width: 799px) {
  .c_popup_menu__box .c_menu .c_menu__item--services .c_menu__submenu .c_menu__link {
    font-size: 18px;
  }
}
@media (max-width: 799px) {
  .c_popup_menu__box .c_menu .c_menu__boxhover {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 799px) {
  .c_popup_menu__box .c_menu .c_menu__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}

.c_menu {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
}
.c_menu ul,
.c_menu li {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
}

.c_footer_partner {
  width: 13.8125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 799px) {
  .c_footer_partner {
    width: 100%;
  }
}
@media (min-width: 800px) {
  .c_footer_partner {
    margin-top: -80px;
  }
}
@media (max-width: 799px) {
  .c_footer_partner {
    margin-top: 30px;
  }
}
.c_footer_partner__title {
  font-size: 12px;
  color: #ffffff;
}
@media (max-width: 799px) {
  .c_footer_partner__title {
    font-size: 10px;
  }
}
.c_footer_partner__logo {
  width: 8.75rem;
  height: 2.125rem;
}

.c_client_l_item {
  height: 121px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.c_client_l_item__image {
  max-height: 121px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.c_more {
  width: 14.375rem;
  height: 3.0625rem;
  border-radius: 1.5625rem;
  font-weight: bold;
  font-size: 0.9375rem;
  background-color: #A87658;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
.c_more:hover {
  opacity: 1;
}
@media (max-width: 799px) {
  .c_more {
    gap: 20px;
  }
}
.c_more:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/icons/arrow--long--right--white.svg");
  width: 2.9375rem;
  height: 0.8125rem;
  transition: transform 0.4s;
}
.c_more:hover:after {
  transform: translateX(20%);
}

@media (max-width: 799px) {
  .c_more:after {
    width: 38px;
    height: 11px;
  }
}
@media (max-width: 799px) {
  .c_more {
    width: 184px;
    height: 40px;
    border-radius: 20px;
    font-size: 12px;
  }
}

.c_order_service_form {
  background: #ffffff;
  border-radius: 0.625rem;
  overflow: hidden;
  padding: 5rem 7.75rem;
  max-width: 960px;
  display: none;
}
@media (max-width: 799px) {
  .c_order_service_form {
    padding: 30px 20px;
  }
}
@media (min-width: 800px) {
  .c_order_service_form .c_form__fields {
    flex-wrap: wrap;
    gap: 20px;
  }
  .c_order_service_form .c_form__boxcolumn:last-child {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (min-width: 800px) and (max-width: 799px) {
  .c_order_service_form .c_form__boxcolumn:last-child {
    flex-direction: column;
  }
}
@media (min-width: 800px) {
  .c_order_service_form .c_form__boxcolumn:last-child .c_form__description {
    order: 0;
  }
  .c_order_service_form .c_form__boxcolumn:last-child .c_form__button {
    order: 1;
  }
  .c_order_service_form .c_form__note {
    width: 21.4375rem;
  }
}

.index_slider:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 14.125rem;
  background: linear-gradient(0deg, rgba(0, 48, 76, 0) 14.39%, rgb(0, 48, 76) 87.84%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 799px) {
  .index_slider:before {
    height: 148px;
  }
}
.index_slider__box {
  position: relative;
  background-color: #ffffff;
}
.index_slider__text {
  position: absolute;
  top: 13.75rem;
  left: 0px;
  width: 100%;
  z-index: 5;
  top: 10vw;
}
@media (max-width: 799px) {
  .index_slider__text {
    top: 10vw;
  }
}
.index_slider__title {
  color: #ffffff;
  font-size: 3.125rem;
  font-weight: 500;
}
@media (max-width: 799px) {
  .index_slider__title {
    font-size: 24px;
  }
}
.index_slider__description {
  color: #ffffff;
  font-size: 1.375rem;
  line-height: 2.25rem;
  max-width: 34.375rem;
  border-left: 1px solid #A87658;
  padding-left: 1.6875rem;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}
@media (max-width: 799px) {
  .index_slider__description {
    font-size: 12px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    line-height: 18px;
    width: 90%;
  }
}
.index_slider__actions {
  padding-top: 4.375rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1.875rem;
}
@media (max-width: 799px) {
  .index_slider__actions {
    flex-direction: column;
  }
}
@media (max-width: 799px) {
  .index_slider__actions {
    padding-top: 5vw;
    align-items: flex-start;
  }
}
@media (max-width: 799px) {
  .index_slider .c_presentation {
    display: none;
  }
}
.index_slider__video {
  width: 100%;
  aspect-ratio: 2.4;
  -o-object-fit: cover;
  object-fit: cover;
  background: #00304C;
}
@media (max-width: 799px) {
  .index_slider__video {
    aspect-ratio: 581/368;
  }
}
.index_slider__logo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/logo/text.svg");
  width: 100%;
  height: auto;
  aspect-ratio: 11.7;
}
@media (min-width: 800px) {
  .index_slider__logo {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 5;
  }
}
@media (max-width: 799px) {
  .index_slider__logo {
    transform: translateY(-4%);
  }
}

.index_services_list__box {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  background: #ffffff;
}
@media (max-width: 799px) {
  .index_services_list__box {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.index_services_list .c_services_list {
  padding-top: 1.875rem;
}
@media (max-width: 799px) {
  .index_services_list .c_services_list {
    padding-top: 15px;
  }
}

.about_principles {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8.4375rem;
}
@media (max-width: 799px) {
  .about_principles {
    flex-direction: column;
  }
}
@media (max-width: 799px) {
  .about_principles {
    gap: 30px;
  }
}
.about_principles__box {
  background-color: #ffffff;
  padding-top: 7.5rem;
  padding-bottom: 6.25rem;
}
@media (max-width: 799px) {
  .about_principles__box {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.about_principles__slogan {
  font-size: 2rem;
  line-height: 1.40625em;
  color: #A87658;
  font-weight: 500;
}
@media (max-width: 799px) {
  .about_principles__slogan {
    font-size: 24px;
    line-height: 28px;
  }
}
.about_principles__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.25rem;
}
@media (min-width: 800px) {
  .about_principles__list {
    width: 50%;
    flex-shrink: 0;
  }
}

.about_services {
  position: relative;
}
@media (min-width: 800px) {
  .about_services {
    border-top: 1px solid rgba(168, 118, 88, 0.4);
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
@media (max-width: 799px) {
  .about_services {
    padding-bottom: 40px;
  }
}
.about_services__box {
  background-color: #ffffff;
}
.about_services__header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 799px) {
  .about_services__header {
    flex-direction: column;
  }
}
.about_services .c_services_list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
  gap: 1.25rem;
  padding-top: 3.125rem;
}
@media (max-width: 799px) {
  .about_services .c_services_list {
    flex-direction: column;
  }
}
@media (max-width: 799px) {
  .about_services .c_services_list {
    padding-top: 30px;
  }
}
.about_services .c_services_list .c_services_l_item:not(#spec_up) {
  padding: 1.25rem;
}
@media (min-width: 800px) {
  .about_services .c_services_list .c_services_l_item:not(#spec_up) {
    width: calc(33.333% - 10px);
  }
}
.about_services .c_services_list .c_services_l_item__title {
  font-size: 1.25rem;
  white-space: nowrap;
}
@media (min-width: 800px) {
  .about_services .c_order_service {
    position: absolute;
    right: 0px;
    top: 6.25rem;
  }
}
@media (max-width: 799px) {
  .about_services .c_order_service {
    margin: 40px auto 0px;
  }
}

.about_principle__title {
  font-size: 1.875rem;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 799px) {
  .about_principle__title {
    font-size: 24px;
    line-height: 28px;
  }
}
.about_principle__description {
  font-size: 1rem;
  line-height: 1.75em;
  padding: 0.25rem 0px;
  border-left: 2px solid #A87658;
  padding-left: 1.875rem;
}
@media (max-width: 799px) {
  .about_principle__description {
    font-size: 16px;
    line-height: 22px;
  }
}

.contacts {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.5rem;
}
@media (max-width: 799px) {
  .contacts {
    flex-direction: column;
  }
}
@media (max-width: 799px) {
  .contacts {
    gap: 20px;
  }
}
.contacts__box {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media (max-width: 799px) {
  .contacts__box {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.contacts__box .c_presentation {
  color: #00304C;
  margin-top: 2.5rem;
}
@media (max-width: 799px) {
  .contacts__box .c_presentation {
    margin: 30px auto;
  }
}
.contacts__content {
  font-size: 2rem;
  line-height: 1.3125em;
  color: #A87658;
  max-width: 519px;
  padding-bottom: 6.25rem;
  font-weight: 500;
}
@media (max-width: 799px) {
  .contacts__content {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 10px;
  }
}
@media (min-width: 800px) {
  .contacts__content {
    width: 50%;
  }
}
.contacts__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.875rem;
}
.contacts__list .c_contacts {
  gap: 1.875rem;
}
.contacts__list .c_contacts__type {
  gap: 2.3125rem;
}
@media (max-width: 799px) {
  .contacts__list .c_contacts__type {
    gap: 20px;
  }
}
.contacts__list .c_contacts__type--address .c_contacts__icon {
  width: 1.75rem;
  height: 2.5rem;
  transform: translateY(0.3125rem);
}
@media (max-width: 799px) {
  .contacts__list .c_contacts__type--address .c_contacts__icon {
    width: 18px;
    height: 26px;
    transform: translateY(4px);
  }
}
.contacts__list .c_contacts__type--phone .c_contacts__icon {
  width: 1.6875rem;
  height: 1.6875rem;
  transform: translateY(0.3125rem);
}
@media (max-width: 799px) {
  .contacts__list .c_contacts__type--phone .c_contacts__icon {
    width: 17px;
    height: 17px;
    transform: translateY(3px);
  }
}
.contacts__list .c_contacts__type--email .c_contacts__icon {
  width: 1.9375rem;
  height: 1.5625rem;
  transform: translateY(0.1875rem);
}
@media (max-width: 799px) {
  .contacts__list .c_contacts__type--email .c_contacts__icon {
    transform: translateY(2px);
    width: 20px;
    height: 16px;
  }
}
.contacts__list .c_contacts__content {
  color: #00304C;
  font-size: 1.8125rem;
}
@media (max-width: 799px) {
  .contacts__list .c_contacts__content {
    font-size: 18px;
  }
}
.contacts__map {
  width: 100%;
  aspect-ratio: 1318/730;
  overflow: hidden;
}
.page_rent .contacts__map {
  margin-top: 5rem;
}
@media (max-width: 799px) {
  .page_rent .contacts__map {
    margin-top: 30px;
  }
}

@media (min-width: 800px) {
  .contacts__map {
    border: 1px solid #A87658;
    border-radius: 0.625rem;
  }
}
@media (max-width: 799px) {
  .contacts__map {
    margin: 0px -20px;
    width: calc(100% + 40px);
  }
}

.news_list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.875rem;
  flex-wrap: wrap;
  row-gap: 5rem;
}
@media (max-width: 799px) {
  .news_list {
    flex-direction: column;
  }
}
@media (min-width: 800px) {
  .news_list .c_news_l_item {
    width: calc(50% - 15px);
  }
}
.news_list___box {
  padding-top: 5.625rem;
  padding-bottom: 7.5rem;
}
@media (max-width: 799px) {
  .news_list___box {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.news_years {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
@media (max-width: 799px) {
  .news_years {
    gap: 14px;
  }
}
.news_years__item {
  font-weight: 600;
  font-size: 1.375rem;
}
@media (max-width: 799px) {
  .news_years__item {
    font-size: 18px;
  }
}
.news_years__item--active {
  color: #A87658;
}

.news_item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6.25rem;
}
@media (max-width: 799px) {
  .news_item {
    flex-direction: column;
  }
}
@media (max-width: 799px) {
  .news_item {
    gap: 20px;
  }
}
.news_item__box {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media (max-width: 799px) {
  .news_item__box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.news_item__date {
  font-size: 1.3125rem;
  font-weight: 500;
}
@media (max-width: 799px) {
  .news_item__date {
    font-size: 14px;
  }
}
.news_item__boxcontent {
  flex-grow: 1;
  max-width: 916px;
}
.news_item__title {
  font-size: 2rem;
  font-weight: 500;
  color: #A87658;
}
@media (max-width: 799px) {
  .news_item__title {
    font-size: 24px;
    line-height: 33px;
  }
}
.news_item__content {
  font-size: 1rem;
  line-height: 1.75em;
  padding-top: 1.875rem;
}
@media (max-width: 799px) {
  .news_item__content {
    font-size: 16px;
    line-height: 24px;
  }
}
.news_item__image {
  margin-top: 30px;
  width: 100%;
}
.news_item__back {
  width: 14.125rem;
  height: 2.75rem;
  border-radius: 1.3125rem;
  border: 2px solid #A87658;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #A87658;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 3.125rem;
}
@media (max-width: 799px) {
  .news_item__back {
    border-radius: 19px;
    width: 205px;
    height: 40px;
    font-size: 14px;
    margin: 40px auto 0px;
  }
}

.rent {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.875rem;
}
@media (max-width: 799px) {
  .rent {
    flex-direction: column;
  }
}
.rent__box {
  background-color: #ffffff;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media (max-width: 799px) {
  .rent__box {
    padding-top: 1.25rem;
    padding-bottom: 3.75rem;
  }
}

.rent_offer p {
  margin: 0;
}
.rent_offer {
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  flex-basis: 25%;
  height: 29.125rem;
  background-color: #FCF8F0;
}
@media (max-width: 799px) {
  .rent_offer {
    width: 100%;
  }
}
.rent_offer:hover {
  box-shadow: 0px 4px 16px -4px rgba(34, 60, 80, 0.2);
  background-color: #ffffff;
  opacity: 1;
}
.rent_offer__image {
  width: 100%;
  aspect-ratio: 1.27;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 799px) {
  .rent_offer__image {
    aspect-ratio: 1.8;
  }
}
.rent_offer__text {
  flex-grow: 1;
  padding: 1.875rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.rent_offer__text:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 2.25rem;
  height: 2.25rem;
  position: absolute;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 30px;
  background-image: url("../images/icons/arrow_right--bronze.svg");
}
@media (max-width: 799px) {
  .rent_offer__text {
    gap: 16px;
  }
}
.rent_offer__title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #A87658;
}
@media (max-width: 799px) {
  .rent_offer__title {
    font-size: 22px;
  }
}
.rent_offer__description {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  flex-grow: 1;
  padding-top: 1em;
}
@media (max-width: 799px) {
  .rent_offer__description {
    font-size: 14px;
  }
}
.rent_offer__price {
  font-size: 1.25rem;
  font-weight: 600;
}
@media (max-width: 799px) {
  .rent_offer__price {
    font-size: 18px;
  }
}

.rent_price_list__box {
  display: none;
  padding: 0;
}

.rent_price_list {
  max-width: 95vw;
  max-height: 95vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.rent_price_list table {
  width: 100% !important;
  height: auto !important;
  border: 1px solid #00304C;
  border-collapse: collapse;
}
.rent_price_list table caption {
  background-color: #00304C;
  color: #ffffff;
  font-size: 18px;
  line-height: 33px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 799px) {
  .rent_price_list table caption {
    font-size: 14px;
    line-height: 28px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.rent_price_list table th, .rent_price_list table td {
  border: 1px solid #00304C;
  padding-right: 20px;
  padding-left: 20px;
  white-space: nowrap;
}
@media (max-width: 799px) {
  .rent_price_list table th, .rent_price_list table td {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.rent_price_list table tr th {
  font-size: 16px;
}
@media (max-width: 799px) {
  .rent_price_list table tr th {
    font-size: 12px;
  }
}
.rent_price_list table tr:first-child th:first-child {
  background-color: #00304C;
  color: #ffffff;
  font-size: 22px;
  line-height: 33px;
  font-weight: 600;
  text-align: left;
  padding-left: 20px;
}
@media (max-width: 799px) {
  .rent_price_list table tr:first-child th:first-child {
    font-size: 14px;
    line-height: 28px;
    padding-left: 10px;
  }
}
.rent_price_list table tr:first-child th:nth-child(2) {
  background-color: #FCF8F0;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 799px) {
  .rent_price_list table tr:first-child th:nth-child(2) {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.rent_price_list table tr:nth-child(2) th {
  background-color: #FCF8F0;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 799px) {
  .rent_price_list table tr:nth-child(2) th {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.rent_price_list table tbody tr td {
  font-size: 16px;
  line-height: 35px;
  border-bottom: 0;
  border-top: 0;
}
@media (max-width: 799px) {
  .rent_price_list table tbody tr td {
    font-size: 12px;
    line-height: 30px;
  }
}
.rent_price_list table tbody tr td:nth-child(1) {
  font-weight: 600;
  padding-left: 20px;
  padding-right: 10px;
}
@media (max-width: 799px) {
  .rent_price_list table tbody tr td:nth-child(1) {
    padding-left: 10px;
    padding-right: 5px;
  }
}
.rent_price_list table tbody tr td:nth-child(2), .rent_price_list table tbody tr td:nth-child(3), .rent_price_list table tbody tr td:nth-child(4) {
  background-color: #FCF8F0;
}

.fancybox__slide {
  overflow: hidden !important;
}

.stay {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 6.25rem;
}
@media (max-width: 799px) {
  .stay {
    flex-direction: column;
  }
}
@media (max-width: 799px) {
  .stay {
    gap: 20px;
  }
}
.stay__description {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 799px) {
  .stay__description {
    font-size: 16px;
    line-height: 24px;
  }
}
.stay__form {
  box-shadow: 0px 7.98px 17.11px rgba(38, 48, 89, 0.15);
  border-radius: 1.4375rem;
  display: block;
}
@media (max-width: 799px) {
  .stay__form {
    border-right: 10px;
  }
}

.stay_image {
  width: 100%;
  aspect-ratio: 768/432;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 2;
}

.escort_order {
  margin: -1.5625rem auto 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 799px) {
  .escort_order {
    margin-top: -19px;
  }
}
/*# sourceMappingURL=main.min.css.map */
