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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

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

.swiper-pointer-events {
  touch-action: pan-y;
}

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

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

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

.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;
}

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

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  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-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 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-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

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

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

.swiper-button-next:after, .swiper-button-prev: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, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

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

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

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

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s 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;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.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: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

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

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

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

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

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

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

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

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s 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: 0.2s transform, 0.2s left;
}

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

.swiper-pagination-progressbar {
  background: 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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

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

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

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

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

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

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

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

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

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

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

.swiper-slide-zoomed {
  cursor: move;
}

.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-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

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

.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

@font-face {
  font-family: "SF";
  src: url("../fonts/SFProDisplay-Semibold.woff2") format("woff2"), url("../fonts/SFProDisplay-Semibold.woff") format("woff"), url("../fonts/SFProDisplay-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF";
  src: url("../fonts/SFProDisplay-Regular.woff2") format("woff2"), url("../fonts/SFProDisplay-Regular.woff") format("woff"), url("../fonts/SFProDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF";
  src: url("../fonts/SFProDisplay-Medium.woff2") format("woff2"), url("../fonts/SFProDisplay-Medium.woff") format("woff"), url("../fonts/SFProDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF";
  src: url("../fonts/SFProDisplay-Bold.woff2") format("woff2"), url("../fonts/SFProDisplay-Bold.woff") format("woff"), url("../fonts/SFProDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF";
  src: url("../fonts/SFProDisplay-Light.woff2") format("woff2"), url("../fonts/SFProDisplay-Light.woff") format("woff"), url("../fonts/SFProDisplay-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
:root {
  --green: #97BA1E;
  --black: #222A37;
  --grey: rgba(110, 118, 130, 0.50);
  --grey-text: rgba(34, 42, 55, 0.70);
  --black-grey: rgba(34, 42, 55, 0.4);
}

* {
  font-family: "SF", sans-serif !important;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  outline: none;
  box-sizing: border-box;
}

body {
  position: relative;
    font-family: "SF", sans-serif;
    font-weight: 400;
}

h1, h2, h3, ul, li, a {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

img, svg {
  max-width: 100%;
  max-height: 100%;
}

.gap-0 {
  column-gap: 0;
}

.flex-center {
  display: flex;
  align-items: center;
}

.flex-start-bet {
  display: flex;
  justify-content: space-between;
  align-self: flex-start;
}

.flex-center-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-center-bet {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-center-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.crumb {
  width: 100%;
  max-width: 250px;
  margin-bottom: 50px;
}
.crumb li {
  color: rgba(110, 118, 130, 0.5);
  font-size: 11px;
  font-weight: 400;
  position: relative;
}
.crumb li:not(:last-child)::before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: rgba(110, 118, 130, 0.5);
  position: absolute;
  top: 40%;
  right: -50%;
  transform: translate(50%, 50%);
}
.crumb li a {
  color: rgba(110, 118, 130, 0.5);
  font-size: 11px;
  font-weight: 400;
  transition: all 0.3s;
}
.crumb li a:hover {
  color: #6e7682;
}

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

@media (max-width: 1440px) {
  .container {
    max-width: 1008px;
  }
}
@media (max-width: 1280px) {
  .container {
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 1040px) {
  .container {
    padding: 0 15px;
  }
}
.header {
  padding: 15px 11px 20px 16px;
  background: #FFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
}
.header__block {
  max-width: 530px;
  width: 100%;
}
.header__links {
  max-width: 373px;
  width: 100%;
}
.header__link {
  color: var(--black);
  transition: all 0.3s;
  font-weight: 700;
  font-size: 15px;
}
.header__link:hover {
  opacity: 0.6;
}
.header__lang {
  position: relative;
}
.header__lang::before {}
.header__lang a {
  display: block;
  width: 22px;
  height: 16px;
}
.header__lang a.ru {
    background: url("../img/header/lang.png") 0 0 no-repeat;
}
.header__lang a.en {
    background: url("../img/header/lang.png") -22px 0 no-repeat;
}
.header__contacts {
    max-width: 183px;
    width: 100%;
}
.header__contacts > .header__lang::after {
    content: "";
    position: absolute;
    top: -3px;
    left: -9px;
    width: 1px;
    height: 25px;
    background-color: var(--grey);
}
.header__phone_link {
  display: inline-block;
  color: var(--black);
  transition: all 0.3s;
  font-weight: 700;
  font-size: 15px;
}
.header__phone_link:hover {
  opacity: 0.6;
}
.header__word {
  max-width: 30px;
  max-height: 30px;
}

.footer {
  padding: 21px 0 18px 0;
}
.footer__year {
  color: var(--black);
  font-weight: 400;
  font-size: 15px;
}
.footer__links {
  max-width: 550px;
  width: 100%;
}
.footer__link {
  font-size: 15px;
  color: var(--black);
  transition: all 0.3s;
  font-weight: 700;
}
.footer__link:hover {
  opacity: 0.6;
}
.footer__phone {
  display: inline-block;
  color: var(--black);
  transition: all 0.3s;
  font-weight: 400;
  font-size: 15px;
}
.footer__phone:hover {
  opacity: 0.6;
}

.hero {
}
.hero .container {
    position: relative;
}
.hero__form {
  position: absolute;
  bottom: -93px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.1);
  padding: 33px 29px;
  width: 100%;
}
.hero__list {
  display: flex;
  column-gap: 10px;
  margin-bottom: 10px;
}
.hero__item {
  font-size: 14px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 12px;
  color: rgba(34, 42, 55, 0.9);
  cursor: pointer;
  transition: all 0.3s;
}
.hero__item:hover {
  color: #222a37;
}
.hero__item_active {
  color: rgba(34, 42, 55, 0.9);
  background: rgba(110, 118, 130, 0.3);
}
.hero__lap {
  position: relative;
  width: 100%;
  border: 1px solid rgba(34, 42, 55, 0.13);
  position: relative;
  padding: 9px 13px 13px 13px;
}
.hero__lap:nth-child(1) {
  border-radius: 7px 0px 0px 7px;
}
.hero__lap_descr {
  margin-bottom: 5px;
  font-size: 12px;
  color: var(--grey);
}
.hero__lap_input {
  outline: none;
  border: 0;
}
.hero__lap_icon {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-45%);
  cursor: pointer;
}
.hero__lap_man {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-45%);
  cursor: pointer;
}
.hero__button {
  padding: 20px 0 20px 0;
  background-color: var(--green);
  border-radius: 0px 7px 7px 0px;
  border: 1px solid var(--green);
  width: 70%;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  border: none;
  transition: all 0.3s;
  cursor: pointer;
}
.hero__button:hover {
  opacity: 0.6;
}

.number {
  padding-top: 36px;
  position: relative;
  margin-bottom: 85px;
}
.number__item {
  margin-bottom: 87px;
}
.number__title {
  color: var(--black);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}
.number__subtitle {
  color: var(--black);
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 50px;
}
.number__price {
  color: var(--green);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
.number__price-sub {
  color: #6E7682;
  font-size: 14px;
}
.number__descr {
  max-width: 670px;
  width: 100%;
}
.number__descr p {
    color: #222A37;
    font-size: 16px;
    font-weight: 400;
}
.number__descr p:not(:last-child) {
    margin-bottom: 30px;
}
.number__descr-text {
  color: #222A37;
  font-size: 16px;
  font-weight: 400;
}
.number__descr-text:not(:last-child) {
  margin-bottom: 30px;
}
.number__slider, .gallery-slider-page {
  position: relative;
}

.number__slider img {
    border-radius: 12px;
}

.gallery-slider-pages {
  margin-bottom: 55px;
  overflow: hidden;
}

.swiper-slide picture {
    margin-bottom: 0;
    display: inline-block;
    width: auto;
    min-height: 233px;
    height: auto;
}
.number__arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.number__arrows .number-button-prev {
  position: absolute;
  left: -26px;
  z-index: 2;
  cursor: pointer;
  transform: rotate(180deg);
}
.number__arrows .number-button-next {
  position: absolute;
  right: -26px;
  z-index: 2;
  cursor: pointer;
}
.number__photo {
  overflow: hidden;
}

.gear {
  margin-bottom: 73px;
}
.gear__tabs {
  max-width: 650px;
  width: 100%;
  margin-bottom: 80px;
}
.gear__title {
  color: rgba(34, 42, 55, 0.4);
  font-size: 28px;
  font-weight: 600;
  transition: all 0.3s;
  cursor: pointer;
}
.gear__title:hover {
  color: #222a37;
}
.gear__title_active {
  color: #222A37;
  font-size: 28px;
  font-weight: 600;
}
.gear__content {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 10px;
  margin-bottom: 85px;
}
.gear__block {
  max-width: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.gear__img {
  max-width: 57px;
  max-height: 57px;
  padding: 16px;
  margin-bottom: 12px;
  border-radius: 7px;
  background: #F6F8FC;
  display: flex;
}
.gear__descr {
  color: rgba(34, 42, 55, 0.7);
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}
.gear__plus {
  border-radius: 13px;
  background: #F4F9E6;
  padding: 37px 21px 47px 21px;
}
.gear__plus_title {
  color: #222A37;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 40px;
}
.gear__dop {
  display: flex;
  align-items: center;
}
.gear__dop_descr {
  color: #222A37;
  font-size: 13px;
  font-weight: 500;
}
.gear__dop_img {
  width: 58px;
  height: 58px;
  margin-right: 19px;
}

.question {
  margin-bottom: 62px;
}
.question__title-main {
  color: #222A37;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 35px;
}
.question__block {
  width: 100%;
  overflow: hidden;
  border-radius: 7px;
  border: 1px solid rgba(34, 42, 55, 0.13);
  padding-bottom: 21px;
  position: relative;
  z-index: 1;
}
.question__block:not(.question__block:last-child) {
  margin-bottom: 22px;
}
.question__block .question__plus {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background-color: #F4F9E6;
  top: 17px;
  right: 27px;
  z-index: 0;
  cursor: pointer;
}
.question__block .question__plus span:nth-child(1) {
  width: 16px;
  height: 2px;
  background-color: var(--green);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.question__block .question__plus span:nth-child(2) {
  width: 2px;
  height: 16px;
  background-color: var(--green);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
  opacity: 1;
}
.question__block_active .question__content {
  padding: 0px 0 0px 21px;
  opacity: 1;
}
.question__block_active .question__plus span:nth-child(2) {
  opacity: 0;
}
.question__intro {
  position: relative;
  padding: 24px 0 10px 21px;
  cursor: pointer;
  color: #222A37;
  font-size: 16px;
  font-weight: 500;
}
.question__content {
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.25s ease-out;
  opacity: 0;
}
.question__content p {
  color: rgba(34, 42, 55, 0.7);
  font-size: 14px;
  font-weight: 400;
}

.review {
  margin-bottom: 72px;
}
.review__title {
  color: #222A37;
  font-family: SF Pro Display !important;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 60px;
}
.review__slider {
  position: relative;
}
.review__block {
  border-radius: 16px;
  border: 1px solid rgba(34, 42, 55, 0.13);
  padding: 22px;
}
.review__top {
  margin-bottom: 39px;
  column-gap: 32px;
}
.review__name {
  color: #222A37;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.review__stars {
  max-width: 77px;
}
.review__star {
    display: block;
    width: 13px;
    height: 18px;
    background: url("../img/svg/star.svg") center center no-repeat;
}
.review__img {
  border-radius: 100%;
  background-color: #F1F1F1;
  width: 79px;
  height: 79px;
}
.review__descr {
  color: rgba(34, 42, 55, 0.7);
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 40px;
}
.review__date {
  color: rgba(34, 42, 55, 0.6);
  font-size: 12px;
  font-weight: 400;
}
.review__photo {
  overflow: hidden;
}
.review__arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.review__arrows .review-button-prev {
  position: absolute;
  left: -26px;
  z-index: 2;
  cursor: pointer;
  transform: rotate(180deg);
}
.review__arrows .review-button-next {
  position: absolute;
  right: -26px;
  z-index: 2;
  cursor: pointer;
}

@media (min-width: 1441px) {
  .number__slider .swiper-slide {
    max-width: 50%;
    display: flex;
    justify-content: center;
  }
  .number__slider .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    min-width: 0;
  }

  .number__item {
    align-items: flex-start;
  }

  .gear .gear__content {
    justify-content: space-between;
    column-gap: 35px;
  }
}
@media (max-width: 1280px) {
  .swiper-slide {
    max-width: 50%;
    display: flex;
    justify-content: center;
  }

  .number__arrows .number-button-next {
    right: 26px;
  }

  .number__arrows .number-button-prev {
    left: 26px;
  }

  .review__slider .review__block {
    max-width: 500px;
  }

  .review__arrows, .number__arrows {
    z-index: 10;
  }

  .review__arrows .review-button-next {
    right: 26px;
    z-index: 10;
  }

  .review__arrows .review-button-prev {
    left: 26px;
    z-index: 10;
  }
}
@media (max-width: 1040px) {
  .hero__form {
    padding: 16px 14px;
    width: 97%;
  }

  .swiper-slide {
    max-width: 100%;
  }

  .number__arrows {
    display: none;
  }

  .review__arrows {
    display: none;
  }

  .gear__content {
    column-gap: 5px;
  }

  .gear__plus_wrapper {
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 60px;
  }
  .gear__plus_wrapper .gear__dop {
    min-width: 180px;
  }
}
@media (max-width: 768px) {
  .hero__lap {
    border-radius: 7px !important;
  }

  .hero__inputs {
    row-gap: 10px;
  }

  .hero__form {
    width: 95%;
  }

  .hero__list {
    flex-wrap: wrap;
  }

  .hero__inputs {
    flex-direction: column;
  }

  .hero__button {
    width: 100%;
    border-radius: 7px;
  }

  .number__text {
    margin-bottom: 20px;
  }

  .header__links {
    display: none;
  }

  .header__block {
    max-width: 150px;
  }

  .number__item {
    flex-direction: column;
  }

  .gear__tabs {
    margin-bottom: 20px;
  }

  .gear__title {
    font-size: 20px;
  }

  .gear__plus_title {
    text-align: center;
  }

  .gear__plus_wrapper .gear__dop {
    min-width: 170px;
  }

  .question__title {
    max-width: 250px;
  }

  .footer .container {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
@media (max-width: 425px) {
  .header__contacts {
    margin-left: 20px;
    justify-content: flex-end;
    column-gap: 20px;
  }

  .gear__tabs {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }

  .header__block {
    max-width: 60px;
  }

  .header__phone_link {
    font-size: 12px;
  }

  .gear__title {
    font-size: 26px;
  }

  .question__title {
    max-width: 200px;
  }

  .question__block .question__plus {
    right: 10px;
  }

  .question__block_active .question__content {
    padding: 10px 20px 20px 21px;
    max-height: 80px !important;
  }

  .gear__plus_wrapper {
    justify-content: center;
  }
}
.service-bg {
  background: url("../img/service/bg-main.png") center center/cover no-repeat;
  height: 380px;
  margin-bottom: 100px;
  position: relative;
}
.service-bg .container {
  position: relative;
  height: 100%;
}

.service {
  padding-top: 31px;
}
.service .service-crumb {
  max-width: 110px;
}
.service__text {
  margin-bottom: 60px;
}
.service__title {
  color: #222A37;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.service__subtitle {
  max-width: 670px;
  color: #222A37;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.service__free_title {
  color: #222A37;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
}
.service__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 36px;
  margin-bottom: 44px;
}
.service__block {
  width: 25%;
  display: flex;
  align-items: center;
}
.service__img {
  width: 58px;
  height: 58px;
  margin-right: 24px;
}
.service__descr {
  color: #222A37;
  font-size: 14px;
  font-weight: 600;
}
.service__buy_title {
  color: #222A37;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.service__buy_subtitle {
  color: rgba(34, 42, 55, 0.7);
  font-size: 12px;
  font-weight: 300;
}

@media (min-width: 1441px) {
  .service__subtitle {
    max-width: 900px;
  }
}
@media (max-width: 1040px) {
  .service__subtitle {
    max-width: 570px;
  }

  .service__wrapper:nth-child(1) {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }

  .service__block {
    min-width: 184px;
  }
}
@media (max-width: 768px) {
  .service__text {
    flex-direction: column;
    row-gap: 20px;
  }
  h2 {
	 line-height: 1;
  }
}
@media (max-width: 425px) {
  .service__wrapper {
    justify-content: flex-start;
  }

  .about__price_btn {
	  text-align: center;
  }

  .service__free_title {
    text-align: center;
  }
}
.service-within-bg {
  background: url("../img/service-within/bg-main.png") center center/cover no-repeat;
  height: 380px;
  margin-bottom: 100px;
  position: relative;
}
.service-within-bg .container {
  position: relative;
  height: 100%;
}

.service-within {
  padding-top: 31px;
}
.service-within__text {
  margin-bottom: 73px;
}
.service-within__title {
  color: #222A37;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.service-within__subtitle {
  color: #222A37;
  font-family: SF Pro Display;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.service-within__descr {
  color: #222A37;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
}
.service-within__btn {
  border-radius: 7px;
  background: #97BA1E;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  width: 264px;
  height: 56px;
  transition: all 0.3s;
}
.service-within__btn:hover {
  opacity: 0.7;
}

.time__title {
  color: #222A37;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.time__wrapper {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 30px;
}
.time__block {
  border-radius: 7px;
  border: 1px solid rgba(34, 42, 55, 0.13);
  min-width: 147px;
  padding: 30px;
}
.time__day {
  color: #222A37;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.time__time {
  color: rgba(34, 42, 55, 0.7);
  font-size: 14px;
  font-weight: 400;
}
.time__descr {
  color: rgba(34, 42, 55, 0.7);
  font-size: 14px;
  font-weight: 400;
  max-width: 650px;
  margin-bottom: 60px;
}
.time__descr a {
  color: rgba(34, 42, 55, 0.7);
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s;
}
.time__descr a:hover {
  opacity: 1;
}

.value {
  margin-bottom: 58px;
}
.value__title {
  color: #222A37;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.value__color {
  display: flex;
  column-gap: 10px;
}
.value__color .value__block {
  padding: 15px;
  border-radius: 7px;
  max-width: 147px;
}
.value__color .value__block:nth-child(1) {
  background: #97BA1E;
}
.value__color .value__block:nth-child(1) .value__price {
  color: #FFF;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}
.value__color .value__block:nth-child(1) .value__descr {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
}
.value__color .value__block:nth-child(2) {
  background: #E5E9F0;
}
.value__color .value__block:nth-child(2) .value__price {
  color: #222A37;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}
.value__color .value__block:nth-child(2) .value__descr {
  color: #222A37;
  font-size: 14px;
  font-weight: 400;
}
.value .value__opacity {
  display: flex;
  column-gap: 10px;
}
.value .value__opacity .value__block {
  padding: 15px 15px 25px 15px;
  border-radius: 7px;
  max-width: 147px;
  border-radius: 7px;
  border: 1px solid rgba(34, 42, 55, 0.13);
}
.value .value__opacity .value__price {
  color: #97BA1E;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}
.value .value__opacity .value__descr {
  color: #6E7682;
  font-size: 14px;
  font-weight: 400;
}

.value-dop {
  margin-bottom: 40px;
}
.value-dop__title {
  color: #222A37;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.value-dop__wrapper {
  display: flex;
  column-gap: 20px;
  align-items: center;
}
.value-dop__block {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.value-dop__descr {
  color: #222A37;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
}
.value-dop__price {
  color: #97BA1E;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 1040px) {
  .service-within__text {
    flex-direction: column;
    row-gap: 20px;
  }

  .time__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    row-gap: 20px;
  }

  .value__wrapper {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }
}
@media (max-width: 768px) {
  .time__block {
    min-height: 124px;
  }

  .value__opacity {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
@media (max-width: 425px) {
  .time__wrapper {
    display: flex;
    flex-direction: column;
  }

  .time__block {
    width: 100%;
  }

  .value .value__opacity .value__block {
    max-width: 140px;
  }
}
.gallery-bg {
  background: url("../img/gallery/bg-main.png") center center/cover no-repeat;
  height: 380px;
  margin-bottom: 100px;
  position: relative;
}
.gallery-bg .container {
  position: relative;
  height: 100%;
}

.gallery {
  padding-top: 31px;
}
.gallery .service-crumb {
  max-width: 110px;
}
.gallery__text {
  margin-bottom: 40px;
}
.gallery__title {
  color: #222A37;
  font-size: 32px;
  font-weight: 700;
}
.gallery__descr {
  color: #222A37;
  font-size: 16px;
  font-weight: 400;
  max-width: 650px;
}
.gallery__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  row-gap: 40px;
  margin-bottom: 80px;
}
.gallery__img {
  max-width: 316px;
  width: 100%;
  margin-bottom: 19px;
}
.gallery__img .picture {
    margin-bottom: 0;
}
.gallery__img a {
    display: block;
}
.gallery__subimg {
  color: #222A37;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.b-section.section-full.section-inner-pages {
    padding-bottom: 15px;
    margin-bottom: 0;
}

@media (max-width: 1040px) {
  .gallery__text {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media (max-width: 768px) {
  .gallery__wrapper {
    flex-direction: column;
    justify-content: center;
  }
}
.about-bg {
  background: url("../img/gallery/bg-main.png") center center/cover no-repeat;
  height: 380px;
  margin-bottom: 100px;
  position: relative;
}
.about-bg .container {
  position: relative;
  height: 100%;
}

.about-main {
  padding-top: 31px;
}
.about-main .service-crumb {
  max-width: 120px;
}

.about__title {
  color: #222A37;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.about__subtitle {
  color: #222A37;
  font-size: 16px;
  font-weight: 400;
  max-width: 716px;
  margin-bottom: 40px;
}
.about__block {
  display: flex;
  border-radius: 13px;
  border: 1px solid rgba(34, 42, 55, 0.13);
}
.about__block:not(:last-child) {
  margin-bottom: 27px;
}
.about__block:last-child {
  margin-bottom: 45px;
}
.about__img {
  max-width: 280px;
  width: 100%;
  position: relative;
}
.about__img img {
  object-fit: cover;
  height: 100%;
}
.about__text {
  padding: 24px 18px 0px 24px;
  width: calc(100% - 280px);
}
.about__text_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.about__text_title {
  color: #222A37;
  font-size: 25px;
  font-weight: 600;
}
.about__map {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.about__map_img {
  width: 31px;
  height: 35px;
  transform: translateX(-10px);
}
.about__map_descr {
  color: rgba(57, 73, 98, 0.7);
  font-size: 14px;
  font-weight: 500;
}
.about__descr {
  color: rgba(34, 42, 55, 0.7);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  max-width: 90%;
}
.about__price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about__price_buy {
  color: #222A37;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: right;
}
.about__price_plus .accomodation-services {
    display: flex;
}

.about__price_plus .accomodation-services .b-icon {
    display: inline-block;
    margin-right: 20px;
    background-color: #F6F8FC;
    width: 25px;
    height: 25px;
}

.about__price_plus .accomodation-services .b-icon:last-child {
    margin-right: 0px;
}

.about__price_plus .accomodation-services .b-icon::before {
    font-size: 32px;
    color: #7F8B9E;
}

.about__price_block {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.about__price_descr {
  color: #6E7682;
  font-size: 13px;
  font-weight: 400;
}
.about__price_btn {
  padding: 20px 30px 20px 30px;
  background-color: var(--green);
  border-radius: 7px;
  border: 1px solid var(--green);
  width: auto;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  border: none;
  transition: all 0.3s;
  cursor: pointer;
}
.about__price_btn:hover {
  opacity: 0.6;
}
.about__subblock {
  color: #222A37;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
}

.picture {
  margin-bottom: 40px;
}

.canteen__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
.canteen__title {
  max-width: 230px;
  width: 100%;
  color: #222A37;
  font-size: 32px;
  font-weight: 700;
}
.canteen__block {
  max-width: 670px;
}
.canteen__descr {
  color: #222A37;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 140%;
}
.canteen__icons {
  display: flex;
  align-items: center;
  column-gap: 40px;
}
.canteen__icon {
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
}
.canteen__icon_title {
  color: #222A37;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
}
.canteen__icon_subtitle {
  color: rgba(34, 42, 55, 0.7);
  font-size: 10px;
  font-weight: 300;
}

.inn {
  margin-bottom: 120px;
}
.inn__title {
  color: #222A37;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 60px;
  max-width: 600px;
}
.inn__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.inn__wrapper {
  max-width: 300px;
  display: flex;
  flex-direction: column;
}
.inn__wrapper:not(:first-child) {
  row-gap: 36px;
}
.inn__block {
  border-radius: 8px;
  border: 1px solid rgba(34, 42, 55, 0.13);
}
.inn__text {
  padding: 20px 30px;
}
.inn__text_title {
  color: #222A37;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.inn__text_descr {
  color: rgba(34, 42, 55, 0.7);
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
}
.inn__bron {
  margin-top: 50px;
  color: #222A37;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.inn__see {
  color: #222A37;
  font-size: 16px;
  font-weight: 700;
}

@media (min-width: 1441px) {
  .picture {
    width: 100%;
  }
  .picture img {
    object-fit: cover;
    width: 100%;
  }
}
@media (max-width: 1040px) {
  .number__item {
    flex-direction: column;
    row-gap: 20px;
    align-items: flex-start;
  }

  .about__price {
    flex-wrap: wrap;
  }

  .about__text_title {
    font-size: 18px;
  }

  .about__descr {
    font-size: 12px;
  }

  .about__price_block {
    width: 100%;
    column-gap: 0;
    justify-content: space-between;
  }

  .about__text {
    padding: 24px 9px 24px 12px;
  }

  .canteen__title {
    max-width: 100%;
  }

  .canteen__wrapper {
    flex-direction: column;
    row-gap: 20px;
  }

  .inn__flex {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .about__img {
    max-width: 100%;
  }

  .about__img img {
    width: 100%;
  }

  .about__block {
    flex-direction: column;
  }

  .about__text_top {
    flex-direction: column;
  }

  .about__map_img {
    transform: translateX(0);
  }

  .about__descr {
    margin-top: 10px;
  }

  .inn__wrapper {
    margin: 0 auto;
  }
  .inn__wrapper:not(:last-child) {
    margin-bottom: 20px;
  }

  .inn {
    margin-bottom: 40px;
  }
}
@media (max-width: 425px) {
  .about__price_block {
    flex-direction: column;
    align-items: flex-end;
    row-gap: 20px;
  }

  .about__price_btn {
    width: 100%;
  }
}
.number-price-bg {
  background: url("../img/number-price/bg-main.png") center center/cover no-repeat;
  height: 380px;
  margin-bottom: 100px;
  position: relative;
}
.number-price-bg .container {
  position: relative;
  height: 100%;
}

.number-price {
  padding-top: 31px;
  margin-bottom: 55px;
}
.number-price .service-crumb {
  max-width: 150px;
}
.number-price__text {
  margin-bottom: 30px;
}
.number-price__title {
  max-width: 230px;
  color: #222A37;
  font-size: 32px;
  font-weight: 700;
}
.number-price__descr {
  max-width: 670px;
  color: #222A37;
  font-size: 16px;
  font-weight: 400;
}
.number-price__subtitle {
  color: #222A37;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}
.number-price__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.number-price__price {
  color: #222A37;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.number-price__subprice {
  color: rgba(34, 42, 55, 0.7);
  font-size: 13px;
  font-weight: 400;
  max-width: 162px;
}
.number-price .about__text {
  width: 100%;
  max-width: 100%;
  position: relative;
}
.number-price .about__text_title {
  min-height: 57px;
}
.number-price .about__text .about__descr {
  min-height: 55px;
  margin-bottom: 10px;
}
.number-price .about__text::before {
  content: "";
  width: 100%;
  max-width: 100%;
  height: 1px;
  background: rgba(34, 42, 55, 0.13);
  position: absolute;
  bottom: 60px;
  left: 0;
}
.number-price__if_title {
  color: #222A37;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.number-price__if_wrapper {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 20px;
}
.number-price__if_block {
  border-radius: 7px;
  border: 1px solid rgba(34, 42, 55, 0.13);
  background: #E5E9F0;
  padding: 20px;
}
.number-price__if_time-descr {
  margin-bottom: 5px;
  color: #222A37;
  font-size: 16px;
  font-weight: 500;
}
.number-price__if_time {
  color: #222A37;
  font-size: 14px;
  font-weight: 400;
}
.number-price__else_wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.number-price__else_block {
  border-radius: 7px;
  border: 1px solid rgba(34, 42, 55, 0.13);
  padding: 20px;
}
.number-price__else_title {
  color: #222A37;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  max-width: 200px;
}
.number-price__else_subtitle {
  color: rgba(34, 42, 55, 0.7);
  font-size: 14px;
  font-weight: 400;
  max-width: 200px;
  min-height: 48px;
}
.number-price__free {
  margin-bottom: 50px;
}
.number-price__free_title {
  color: #222A37;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 40px;
}
.number-price__free_content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 10px;
}
.number-price__free_content .gear__descr {
}
.number-price__full {
  margin-bottom: 50px;
}
.b-container .column-content.room-lists .column-content__item {
    margin-bottom: 20px;
}
@media (min-width: 1441px) {
  .number-price__full {
    width: 100%;
  }
  .number-price__full img {
    width: 100%;
    object-fit: cover;
  }

  .number-price__free_content {
    column-gap: 37px;
  }
}
@media (max-width: 1040px) {
  .number-price__text {
    flex-direction: column;
    row-gap: 20px;
  }

  .number-price__title {
    max-width: 100%;
  }

  .number-price .about__text::before {
    display: none;
  }

  .number-price__wrapper {
    flex-wrap: wrap;
  }

  .number-price__block:last-child .number-price__subprice {
    display: none;
  }
}
@media (max-width: 768px) {
  .about__price_buy {
    text-align: left;
  }

  .about__price_block {
    align-items: flex-start;
  }

  .number-price .about__text .about__descr {
    min-height: auto;
  }

  .about__map_descr {
    font-size: 12px;
  }

  .number-price__else_wrapper {
    row-gap: 20px;
  }

  .number-price .about__text_title {
    min-height: auto;
  }

  .number-price__else_block {
    width: 100%;
  }

  .number-price__else_title {
    max-width: 100%;
  }

  .number-price__else_subtitle {
    max-width: 100%;
  }

  .number-price__free_content {
    margin-bottom: 40px;
  }

  .number-price__free_content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
}
@media (max-width: 425px) {
  .number-price__wrapper {
    display: none;
  }
}
.event-bg {
  background: url("../img/event/bg-main.png") center center/cover no-repeat;
  height: 380px;
  margin-bottom: 100px;
  position: relative;
}
.event-bg .container {
  position: relative;
  height: 100%;
}

.event {
  padding-top: 31px;
  margin-bottom: 55px;
}
.event-crumb {
  max-width: 150px;
}
.event__text {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}
.event__title {
  color: #222A37;
  font-size: 32px;
  font-weight: 700;
}
.event__descr {
  max-width: 670px;
  color: #222A37;
  font-size: 16px;
  font-weight: 400;
}
.event__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 30px;
}
.event__block {
  max-width: 320px;
  border-radius: 8px;
  border: 1px solid rgba(34, 42, 55, 0.13);
}
.event__block_img {
    text-align: center;
}
.event__block_img img {
    max-height: 220px;
}
.event__block_text {
  padding: 20px;
}
.event__block_title {
  color: #222A37;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.event__block_descr {
  color: rgba(34, 42, 55, 0.7);
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 30px;
  min-height: 55px;
}
.event__block_btn {
  border-radius: 7px;
  background: #97BA1E;
  padding: 12px 25px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}
.event__block_btn:hover {
  opacity: 0.7;
}

.event-full {
  margin-bottom: 50px;
}

@media (min-width: 1441px) {
  .event-full {
    width: 100%;
  }
  .event-full img {
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 1040px) {
  .event__text {
    flex-direction: column;
    row-gap: 20px;
  }

  .event__descr {
    max-width: 100%;
  }

  .event__block {
    min-height: 397px;
  }
}
@media (max-width: 768px) {
  .event__wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.conf-bg {
  background: url("../img/conf/bg-main.png") center center/cover no-repeat;
  height: 380px;
  margin-bottom: 100px;
  position: relative;
}
.conf-bg .container {
  position: relative;
  height: 100%;
}

.conf {
  padding-top: 31px;
}
.conf-crumb {
  max-width: 160px;
}
.conf__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 64px;
}
.conf__wrapper.mb-30 {
  margin-bottom: 30px;
}

.conf__wrapper-card {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.conf__title {
  color: #222A37;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.conf__subtitle {
  color: #222A37;
  font-size: 26px;
  font-weight: 400;
}
.conf__descrs {
  max-width: 670px;
}
.conf__descr {
  color: #222A37;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}
.conf__btn {
  padding: 18px 34px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  border-radius: 7px;
  background: #97BA1E;
  border: none;
  transition: all 0.3s;
  cursor: pointer;
}
.conf__btn:hover {
  opacity: 0.7;
}
.conf__card {
  display: flex;
  flex-direction: column;
  max-width: 320px;
  border-radius: 8px;
  border: 1px solid rgba(34, 42, 55, 0.13);
}
.conf__card_text {
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.conf__card_descr {
	flex-grow: 1;
}
.conf__card_img {
  border-radius: 8px;
  width: 100%;
}
.conf__card_img picture {
    margin-bottom: 0;
}
.conf__card_img img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.conf__card_title {
  color: #222A37;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.conf__card_subtitle {
  color: rgba(34, 42, 55, 0.7);
  font-size: 12px;
  font-weight: 400;
}
.conf__card_subtitle:nth-child(1) {
  margin-bottom: 5px;
}
.conf__card_descr {
  color: #222a37;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 73px;
}
.conf__card_wrapper {
  display: flex;
  justify-content: space-between;
}
.conf__card_price {
  text-align: right;
  color: #97BA1E;
  font-size: 22px;
  font-weight: 700;
}
.conf__card_subprice {
  color: rgba(34, 42, 55, 0.7);
  font-size: 12px;
  font-weight: 400;
}
.conf__card_btn {
  border-radius: 7px;
  background: rgba(34, 42, 55, 0.2);
  padding: 12px 25px;
  color: #222a37;
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}
.conf__card_btn:hover {
  opacity: 0.7;
}

.recomend {
  padding: 37px 21px 30px 21px;
  border-radius: 13px;
  background: #F4F9E6;
  display: flex;
  justify-content: space-between;
  align-self: center;
  margin-bottom: 50px;
}
.recomend__title {
  color: #222A37;
  font-size: 22px;
  font-weight: 600;
  max-width: 150px;
}
.recomend__block {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.recomend__descr {
  max-width: 120px;
  color: #222A37;
  font-size: 15px;
  font-weight: 500;
}

.hire__title {
  color: #222A37;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}
.hire__subtitle {
  color: #222A37;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.hire__wrapper {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 32px;
  align-items: center;
  margin-bottom: 87px;
}
.hire__block {
  display: flex;
  column-gap: 14px;
  align-items: center;
}
.hire__text {
  max-width: 160px;
}
.hire__text_title {
  color: #222A37;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
}
.hire__text_subtitle {
  color: rgba(34, 42, 55, 0.7);
  font-family: SF Pro Display;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.hire__description {
  margin-bottom: 67px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hire__description_img {
  border-radius: 8px;
}
.hire__description_text {
  color: #222A37;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  max-width: 670px;
}

.conf-full {
  margin-bottom: 50px;
}

#detail-content-anchor .b-form.type-reviews {
    margin-bottom: 45px;
}

@media (min-width: 1441px) {
  .conf-full {
    width: 100%;
  }
  .conf-full img {
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 1040px) {
  .conf__wrapper {
    flex-direction: column;
    row-gap: 20px;
  }

  .conf__wrapper-card {
    flex-wrap: wrap;
    row-gap: 40px;
  }

  .hire__description {
    flex-direction: column;
    row-gap: 20px;
    align-items: flex-start;
  }

  .hire__description_img {
    display: none;
  }
}
@media (max-width: 768px) {
  .conf__wrapper-card {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .about__text {
    width: 100%;
  }

  .recomend {
    display: none;
  }

  .hire__wrapper {
    flex-direction: column;
  }
}

.b-section.section-hotel-menu {
    top: 0;
    background: rgb(207, 207, 207);
}

.section-bottom-indent {
  padding-bottom: 50px;
}

.b-category.b-catering, .b-category.b-conference-halls, .b-category.b-legal, .b-category.b-news, .b-category.b-offers, .b-category.b-reviews, .b-category.b-rooms {
  float: none !important;
  padding-top: 0;
}
.b-catering.catering-secondary-template {
  padding: 0;
}
.column-content.catering-lists {

}
.content-wrapper {
  margin-bottom: 35px;
}
.content-wrapper h2 {
  margin-bottom: 15px;
}
.content-wrapper p {
  margin-bottom: 15px;
}
.content-wrapper p:last-child {
  margin-bottom: 0;
}

.review .inner-top-container {
  padding-top: 0;
}
