@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/manrope-v15-cyrillic_latin-regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/manrope-v15-cyrillic_latin-500.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/manrope-v15-cyrillic_latin-600.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/manrope-v15-cyrillic_latin-700.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Merriweather;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/merriweather-v30-cyrillic_latin-regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Merriweather;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/merriweather-v30-cyrillic_latin-700.woff2) format("woff2");
  font-display: swap;
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
::after,
::before {
  box-sizing: border-box;
}
body {
  min-height: 100%;
  font-family: Manrope, -apple-system, blinkmacsystemfont, Roboto, Ubuntu, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  color: #7d7d7d;
  text-align: left;
  background-color: #fff;
}
html {
  min-height: 100%;
  font-size: 16px;
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
iframe,
img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: #d62609;
  text-decoration: none;
  transition: color 0.3s;
}
a:focus,
a:hover {
  color: #d62609;
  text-decoration: none;
}
a[href^="tel:"] {
  white-space: nowrap;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Merriweather, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #252424;
}
.h1,
h1 {
  font-size: calc(1.325rem + 1.0546875vw);
}
.h2,
h2 {
  font-size: calc(1.325rem + 1.0546875vw);
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 18px;
}
.h5,
h5 {
  font-size: 16px;
}
.h6,
h6 {
  font-size: 16px;
}
._container {
  width: min(1290px, 100% - 40px);
  margin-inline: auto;
}
.wide-container {
  width: min(1820px, 100% - 100px);
  margin-inline: auto;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.hidden {
  display: none;
}
.custom-scrollbar::-webkit-scrollbar {
  width: 4px;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background-color: #e9edf3;
  border-radius: 6px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #7d7d7d;
  border-radius: 6px;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.scroll-lock-ios {
  position: fixed;
  overflow: hidden;
}
.scroll-lock {
  overflow: hidden;
}
@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;
}
: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;
  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(0, 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;
}
.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);
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}
.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-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.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-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(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.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: 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-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 svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev 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;
}
.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: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";
}
.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: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  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: 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-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0, -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-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 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: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.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%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  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-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}
.tippy-box[data-animation="fade"][data-state="hidden"] {
  opacity: 0;
}
[data-tippy-root] {
  max-width: calc(100vw - 10px);
}
.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity;
}
.tippy-box[data-placement^="top"] > .tippy-arrow {
  bottom: 0;
}
.tippy-box[data-placement^="top"] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow {
  top: 0;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}
.tippy-box[data-placement^="left"] > .tippy-arrow {
  right: 0;
}
.tippy-box[data-placement^="left"] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}
.tippy-box[data-placement^="right"] > .tippy-arrow {
  left: 0;
}
.tippy-box[data-placement^="right"] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}
.tippy-box[data-inertia][data-state="visible"] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}
.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}
.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}
svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.accordion__item {
  border-bottom: 1px solid #e9e9e9;
}
.accordion__item.js-enabled .accordion__panel {
  visibility: hidden;
}
.accordion__item--active.js-enabled .accordion__panel {
  visibility: visible;
}
.accordion__trigger {
  position: relative;
  display: flex;
  gap: 0 30px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 33px 0 23px;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  color: #252424;
  text-align: left;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
}
.accordion__trigger::after {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  content: "";
  background-image: url(../images/accordion-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.accordion__panel {
  overflow: hidden;
  transition-timing-function: ease;
  transition-property: height, visibility;
}
.accordion__text {
  padding: 0 0 20px;
  line-height: 160%;
}
.accordion__text p {
  margin: 0;
}
.blog-and-articles__wrap {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #f7f7f7;
  border-radius: 20px;
}
.blog-and-articles__title {
  margin-bottom: calc(1.5rem + 3.515625vw);
}
.blog-and-articles__title span {
  color: #d62609;
}
.blog-and-articles__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 60px;
}
.blog-and-articles__column {
  display: flex;
  flex-direction: column;
}
.blog-and-articles__card {
  position: relative;
}
.blog-and-articles__card:nth-child(n + 3) {
  display: none;
}
.blog-and-articles__card + .blog-and-articles__card {
  margin-top: 60px;
}
.blog-and-articles__card-thumb {
  width: 100%;
  aspect-ratio: 615/600;
  margin-bottom: 20px;
  overflow: hidden;
}
.blog-and-articles__card-thumb--narrow {
  aspect-ratio: 615/300;
}
.blog-and-articles__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.5s;
}
.blog-and-articles__card-title {
  display: block;
  margin-bottom: 11px;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  color: #252424;
}
.blog-and-articles__card-title::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.blog-and-articles__card-text {
  font-size: 16px;
  line-height: 140%;
  color: #7d7d7d;
}
.blog-and-articles__card-text p {
  margin: 0;
}
.blog-and-articles__action {
  padding-top: 30px;
  margin-top: auto;
}
.blog-and-articles__action--only-tablet {
  display: none;
}
.breadcrumb {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0;
  align-items: center;
  margin: 32px 0 62px;
  font-size: 14px;
  line-height: 120%;
  color: #7d7d7d;
}
.breadcrumb a {
  color: #252424;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.breadcrumb li + li::before {
  display: inline-block;
  margin: 0 8px;
  color: #97a1a5;
  content: "-";
}
.burger {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: rgba(0, 0, 0, 0);
  border: none;
}
.burger > span {
  position: relative;
  display: block;
  width: 90%;
  height: 2px;
  font-size: 0;
  color: transparent;
  background: #252424;
  transition: background 0.3s 0.3s;
}
.burger > span::after,
.burger > span::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #252424;
  transition: top 0.3s 0.3s, transform 0.3s;
  transform-origin: 50% 50%;
}
.burger > span::before {
  top: -10px;
}
.burger > span::after {
  top: 10px;
}
.burger--close > span {
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s 0s;
}
.burger--close > span::after,
.burger--close > span::before {
  top: 0;
  transition: top 0.3s, transform 0.3s 0.3s;
}
.burger--close > span::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.burger--close > span::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  padding: 20px 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 114%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #e6e6e6;
  border: none;
  border-radius: 6px;
  outline: 0;
}
.button:focus,
.button:hover {
  color: #7d7d7d;
  text-decoration: none;
  background-color: #af1f07;
}
.button:active,
.button:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(214, 38, 9, 0.7);
}
.button--disabled,
.button:disabled {
  color: #7d7d7d;
  cursor: not-allowed;
  background-color: #e6e6e6;
  opacity: 0.7;
}
a.btn--disabled {
  pointer-events: none;
}
.button--main {
  color: #fff;
  background-color: #d62609;
}
.button--main:focus,
.button--main:hover {
  color: #fff;
  background-color: #a51d07;
}
.button--main--disabled,
.button--main:disabled {
  color: #fff;
  background-color: #d62609;
}
.button--border {
  color: #d62609;
  background-color: #fff;
  border: 1px solid #d62609;
}
.button--border:focus,
.button--border:hover {
  color: #fff;
  background-color: #a51d07;
  border-color: #a51d07;
}
.button--border--disabled,
.button--border:disabled {
  color: #fff;
  background-color: #d62609;
}
.catalog-description-bottom {
  padding-bottom: 100px;
  line-height: 140%;
}
.catalog-description-bottom p {
  margin-top: 0;
}
.catalog-description-top {
  line-height: 140%;
}
.catalog-description-top p {
  margin-top: 0;
}
.catalog-description-top .list-search {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 120%;
  color: #252424;
}
.catalog-description-top .list-search a {
  display: inline-flex;
  gap: 0 10px;
  align-items: center;
  padding: 12px 20px;
  color: #252424;
  background-color: #f7f7f7;
  border-radius: 6px;
  transition: background-color 0.3s, color 0.3s;
}
.catalog-filter {
  padding: 30px;
  margin-bottom: 30px;
  background-color: #f7f7f7;
  border-radius: 12px;
}
.catalog-filter__inner {
  position: relative;
}
.catalog-filter__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
  align-items: flex-end;
}
.catalog-filter__list-item--wide {
  grid-column: span 2;
}
.catalog-filter__list-item--full-width {
  grid-column: 1/-1;
}
.catalog-filter__label {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 107%;
  color: #7d7d7d;
}
.catalog-filter__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: none;
  border-radius: 0;
  display: block;
  width: 100%;
  height: 52px;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 107%;
  color: #252424;
  background-color: #fff;
  border-radius: 6px;
}
.catalog-filter__input::-webkit-search-cancel-button,
.catalog-filter__input::-webkit-search-decoration,
.catalog-filter__input::-webkit-search-results-button,
.catalog-filter__input::-webkit-search-results-decoration {
  display: none;
}
.catalog-filter__input::-moz-placeholder {
  color: #252424;
}
.catalog-filter__input::placeholder {
  color: #252424;
}
.catalog-filter__input:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(214, 38, 9, 0.7);
}
.catalog-filter__input--theme-select {
  padding-right: 45px;
  cursor: pointer;
  background-image: url(../images/catalog-filter-select-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
}
.catalog-filter__input--date {
  padding-left: 39px;
  background-image: url(../images/catalog-filter-select-arrow.svg), url(../images/catalog-filter-calendar.svg);
  background-repeat: no-repeat;
  background-position: right 15px center, left 15px center;
}
.catalog-filter__input--price {
  padding-top: 26px;
}
.catalog-filter__label-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.catalog-filter__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: none;
  border-radius: 0;
  display: block;
  width: 100%;
  height: 52px;
  padding: 10px 45px 10px 15px;
  font-size: 15px;
  line-height: 107%;
  color: #252424;
  cursor: pointer;
  background-color: #fff;
  background-image: url(../images/catalog-filter-select-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  border-radius: 6px;
}
.catalog-filter__select::-webkit-search-cancel-button,
.catalog-filter__select::-webkit-search-decoration,
.catalog-filter__select::-webkit-search-results-button,
.catalog-filter__select::-webkit-search-results-decoration {
  display: none;
}
.catalog-filter__select::-moz-placeholder {
  color: #252424;
}
.catalog-filter__select::placeholder {
  color: #252424;
}
.catalog-filter__select:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(214, 38, 9, 0.7);
}
/* .catalog-filter__price-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
  align-items: center;
} */
.catalog-filter__slider-ui {
  display: flex;
  align-items: center;
  height: 52px;
}
.catalog-filter__slider-ui .ui-slider {
  position: relative;
  width: 100%;
  height: 3px;
  background: #eed7d7;
}
.catalog-filter__slider-ui .ui-slider-range {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  background: #d62609;
}
.catalog-filter__slider-ui .ui-slider-handle {
  position: absolute;
  top: -7px;
  left: 0;
  z-index: 1;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-color: #d62609;
  border-radius: 50%;
}
.catalog-filter__price-inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}
.catalog-filter__price-input-wrap {
  position: relative;
}
.catalog-filter__price-input-label {
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 114%;
  color: #3c4043;
  opacity: 0.6;
}
.catalog-filter__modal-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  width: 100%;
  height: 52px;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 100%;
  color: #252424;
  background-color: #fff;
  border-radius: 6px;
}
.catalog-filter__modal-btn::before {
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(../images/catalog-filter-location.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.catalog-filter__checkboxes-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.catalog-filter__checkboxes-wrap .checkbox {
  position: relative;
  display: inline-flex;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 120%;
  color: #252424;
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  transition: color 0.3s;
}
.catalog-filter__checkboxes-wrap .checkbox i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid transparent;
  border-radius: 6px;
  transition: border-color 0.3s;
}
.catalog-filter__checkboxes-wrap .checkbox input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.catalog-filter__checkboxes-wrap .checkbox input:checked + i {
  border-color: #d62609;
}
.catalog-filter__checkboxes-wrap .checkbox input:checked ~ span {
  color: #d62609;
}
.catalog-filter__action {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.catalog-filter__toggler {
  width: auto;
  padding: 0;
  color: inherit;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: 0;
  display: inline-flex;
  gap: 0 16px;
  align-items: center;
  min-height: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 114%;
  color: #252424;
  text-transform: uppercase;
}
.catalog-filter__toggler::before {
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  content: "";
  background-image: url(../images/catalog-filter-minus.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.catalog-filter__action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  align-items: center;
}
.catalog-filter__reset {
  font-size: 14px;
  font-weight: 600;
  line-height: 114%;
  color: #97a1a5;
  text-decoration: underline;
  text-transform: uppercase;
}
.catalog-filter__submit {
  width: 175px;
  max-width: 100%;
}
.catalog-filter--hidden .catalog-filter__reset {
  display: none;
}
.catalog-filter--hidden .catalog-filter__list-item:nth-child(n + 4) {
  display: none;
}
.catalog-filter--hidden .catalog-filter__list {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  padding-right: 195px;
}
.catalog-filter--hidden .catalog-filter__submit {
  position: absolute;
  top: 27px;
  right: 0;
  z-index: 1;
}
.catalog-filter--hidden .catalog-filter__action {
  gap: 0;
}
.catalog-filter--hidden .catalog-filter__action-toggler {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.catalog-filter--hidden .catalog-filter__action-toggler::before {
  position: absolute;
  top: 11px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #e1e1e1;
}
.catalog-filter--hidden .catalog-filter__toggler {
  position: relative;
  z-index: 1;
  padding: 0 15px;
  background-color: #f7f7f7;
}
.catalog-filter--hidden .catalog-filter__toggler::before {
  background-image: url(../images/catalog-filter-plus.svg);
}
.catalog-map {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 18px 0 17px;
  margin-bottom: 20px;
  background-color: #fafafa;
  border-radius: 10px;
}
.catalog-map__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.catalog-map__btn {
  width: auto;
  padding: 0;
  color: inherit;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: 0;
  position: relative;
  z-index: 1;
  display: inline-flex;
  gap: 0 10px;
  align-items: center;
  justify-content: center;
  padding: 16px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 114%;
  color: #252424;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 6px;
}
.catalog-map__btn::before {
  width: 30px;
  height: 30px;
  content: "";
  background-image: url(../images/catalog-map-location.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.catalog-search-result {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.catalog-search-result .field-select {
  margin: 0;
  color: #252424;
}
.catalog-search-result .field-select__select {
  padding: 5px 28px 5px 5px;
  border: 0;
  border-radius: 0;
}
.catalog-search-result .field-select__select:active,
.catalog-search-result .field-select__select:focus {
  box-shadow: none;
}
.catalog-search-result__result {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.catalog-search-result__result-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  color: #252424;
}
.catalog-search-result__result-total {
  font-size: 14px;
  font-weight: 600;
  line-height: 114%;
  color: #d62609;
  text-transform: uppercase;
}
.catalog-title {
  margin: 40px 0;
}
.catalog-title > * {
  margin: 0;
}
.close {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: rgba(0, 0, 0, 0);
  border: none;
}
.close span {
  position: relative;
  display: block;
  width: 60%;
  height: 2px;
  font-size: 0;
  color: transparent;
  background: rgba(0, 0, 0, 0);
}
.close span::after,
.close span::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #666;
  transform-origin: 50% 50%;
}
.close span::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.close span::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.faq {
  padding-top: 120px;
  padding-bottom: 120px;
}
.faq__action {
  margin-top: 60px;
  text-align: right;
}
.feild-search__input-wrap {
  position: relative;
  display: block;
}
.feild-search__input {
  display: inline-block;
  width: 100%;
  padding: 5px 15px;
  margin: 0;
  font-family: inherit;
  font-size: 1em;
  line-height: 1.5;
  vertical-align: middle;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  height: 60px;
  padding-right: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}
.feild-search__input:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(214, 38, 9, 0.7);
}
.feild-search__input[disabled],
.feild-search__input[readonly] {
  cursor: not-allowed;
  background-color: #ccc;
}
.feild-search__input::-webkit-inner-spin-button,
.feild-search__input::-webkit-list-button,
.feild-search__input::-webkit-outer-spin-button,
.feild-search__input::-webkit-search-cancel-button,
.feild-search__input::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
.feild-search__input[type="color"] {
  padding: 0;
}
.feild-search__input::-moz-placeholder {
  color: #7d7d7d;
  opacity: 1;
}
.feild-search__input::placeholder {
  color: #7d7d7d;
  opacity: 1;
}
.feild-search__btn {
  width: auto;
  padding: 0;
  color: inherit;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  font-size: 20px;
  color: #252424;
}
.feild-search--error .feild-search__input {
  color: #d8544f;
  background-color: #f8e2e1;
  border-color: #d8544f;
}
.field-num {
  display: block;
}
.field-num__name {
  display: block;
  margin-bottom: 0.4em;
  font-weight: 700;
  line-height: 1.5;
}
.field-num__input-wrap {
  display: block;
}
.field-num__input-and-btns {
  position: relative;
  display: block;
  width: 100%;
}
.field-num__input {
  display: inline-block;
  width: 100%;
  padding: 5px 15px;
  margin: 0;
  font-family: inherit;
  font-size: 1em;
  line-height: 1.5;
  vertical-align: middle;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  height: 52px;
  padding: 10px 45px;
  text-align: center;
  border: 0;
}
.field-num__input:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(214, 38, 9, 0.7);
}
.field-num__input[disabled],
.field-num__input[readonly] {
  cursor: not-allowed;
  background-color: #ccc;
}
.field-num__input::-webkit-inner-spin-button,
.field-num__input::-webkit-list-button,
.field-num__input::-webkit-outer-spin-button,
.field-num__input::-webkit-search-cancel-button,
.field-num__input::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
.field-num__input[type="color"] {
  padding: 0;
}
.field-num__input::-moz-placeholder {
  color: #7d7d7d;
  opacity: 1;
}
.field-num__input::placeholder {
  color: #7d7d7d;
  opacity: 1;
}
.field-num:not(.field-num--disabled) button:focus ~ .field-num__input {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(214, 38, 9, 0.7);
}
.field-num__btn {
  width: auto;
  padding: 0;
  color: inherit;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: 0;
  position: absolute;
  top: 1px;
  bottom: 1px;
  width: 40px;
  font-size: 0;
  color: transparent;
}
.field-num__btn:focus,
.field-num__btn:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}
.field-num__btn:focus {
  outline: 0;
}
.field-num--disabled .field-num__btn {
  cursor: not-allowed;
}
.field-num--disabled .field-num__btn:focus,
.field-num--disabled .field-num__btn:hover {
  background-color: rgba(0, 0, 0, 0);
}
.field-num__btn--plus {
  right: 1px;
  background: url(../images/plus.svg) center no-repeat;
  background-size: 14px 14px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.field-num__btn--minus {
  left: 1px;
  background: url(../images/minus.svg) center no-repeat;
  background-size: 14px 14px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.field-num__help-text {
  display: block;
  padding-top: 0.4em;
  font-size: 0.75em;
  line-height: 1.2em;
  color: #7d7d7d;
}
.field-num__help-text:empty {
  display: none;
}
.field-num--error .field-num__help-text,
.field-num--error .field-num__input,
.field-num--error .field-num__name {
  color: #d8544f;
}
.field-num--error .field-num__input {
  background-color: #f8e2e1;
  border-color: #d8544f;
}
.field-select {
  display: block;
  margin-bottom: 1em;
}
.field-select__name {
  display: block;
  margin-bottom: 0.4em;
  font-weight: 700;
  line-height: 1.5;
}
.field-select__select {
  display: inline-block;
  width: 100%;
  padding: 5px 15px;
  padding-right: 35px;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.5;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url(../images/select-down.svg);
  background-repeat: no-repeat;
  background-position: right center;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
}
.field-select__select[multiple] {
  min-height: 6.8em;
  background-image: none;
}
.field-select__select::-ms-expand {
  display: none;
}
.field-select__select:active,
.field-select__select:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(214, 38, 9, 0.7);
}
.field-select__select[disabled],
.field-select__select[readonly] {
  cursor: default;
  background-color: #e6e6e6;
}
.field-select__help-text {
  display: block;
  padding-top: 0.4em;
  font-size: 0.75em;
  line-height: 1.2em;
  color: #7d7d7d;
}
.field-select__help-text:empty {
  display: none;
}
.field-select--error {
  color: #d8544f;
}
.field-select--error .field-select__help-text,
.field-select--error .field-select__name,
.field-select--error .field-select__select {
  color: #d8544f;
}
.field-select--error .choices:after,
.field-select--error .choices__inner,
.field-select--error .field-select__select {
  background-color: #f8e2e1;
  border-color: #d8544f;
}
.filter-toggler__toggler {
  width: auto;
  padding: 0;
  color: inherit;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #252424;
  text-align: center;
  background-color: #f7f7f7;
  border-radius: 6px;
}
.filter-toggler__toggler::before {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  content: "";
  background-image: url(../images/filter-toggler-setting.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.filter-toggler__header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 20px;
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9;
}
.filter-toggler__go-back {
  width: auto;
  padding: 0;
  color: inherit;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: 0;
  display: flex;
  align-items: center;
  padding: 5px 0;
  color: #252424;
}
.filter-toggler__go-back::before {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  content: "";
  background-image: url(../images/filter-toggler-go-back.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.filter-toggler__close {
  width: auto;
  padding: 0;
  color: inherit;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: 0;
  padding: 5px 0;
  color: #7d7d7d;
  text-decoration: underline;
}
@keyframes filter-toggler-body-fade-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 760px;
  background: #040404;
  border-radius: 20px;
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  opacity: 0.7;
}
.hero__title {
  font-size: calc(1.45rem + 2.8125vw);
  margin-bottom: 28px;
  color: #fff;
  text-align: center;
}
.hero__content {
  position: relative;
  z-index: 1;
  padding: 55px 0;
}
.hero-filter__list {
  display: flex;
  align-items: center;
}
.hero-filter__item {
  position: relative;
  flex-grow: 1;
}
.hero-filter__item::before {
  position: absolute;
  top: 22px;
  left: 15px;
  width: 16px;
  height: 16px;
  pointer-events: none;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
}
.hero-filter__item--type::before {
  background-image: url(../images/hero-filter-type-icon.svg);
}
.hero-filter__item--date::before {
  background-image: url(../images/hero-filter-date-icon.svg);
}
.hero-filter__item--guest::before {
  background-image: url(../images/hero-filter-guest-icon.svg);
}
.hero-filter__item--location::before {
  background-image: url(../images/hero-filter-location-icon.svg);
}
.hero-filter__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: none;
  border-radius: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 60px;
  padding: 10px 40px;
  font-size: 15px;
  font-weight: 400;
  line-height: 107%;
  color: #252424;
  cursor: pointer;
  background-color: #fff;
  background-image: url(../images/hero-filter-select-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 18px center;
  border: 1px solid #e4e4e4;
  border-left-width: 0;
  outline: 0;
}
.hero-filter__select::-webkit-search-cancel-button,
.hero-filter__select::-webkit-search-decoration,
.hero-filter__select::-webkit-search-results-button,
.hero-filter__select::-webkit-search-results-decoration {
  display: none;
}
.hero-filter__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: none;
  border-radius: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 60px;
  padding: 10px 40px;
  font-size: 15px;
  font-weight: 400;
  line-height: 107%;
  color: #252424;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-left-width: 0;
  outline: 0;
}
.hero-filter__input::-webkit-search-cancel-button,
.hero-filter__input::-webkit-search-decoration,
.hero-filter__input::-webkit-search-results-button,
.hero-filter__input::-webkit-search-results-decoration {
  display: none;
}
.hero-filter__input::-moz-placeholder {
  color: #252424;
}
.hero-filter__input::placeholder {
  color: #252424;
}
.hero-filter__input--theme-select {
  cursor: pointer;
  background-image: url(../images/hero-filter-select-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 18px center;
}
.hero-filter__submit {
  width: 100%;
  height: 60px;
  font-weight: 600;
  text-transform: uppercase;
}
.logotip {
  display: inline-block;
  white-space: nowrap;
}
.logotip img {
  display: block;
}
.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.mobile-nav .logo {
  max-width: 150px;
}
.mobile-nav__dialog {
  position: relative;
  width: 300px;
  height: 100%;
  margin-left: auto;
  pointer-events: none;
  will-change: transform;
}
.mobile-nav__content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  background-color: #fff;
  outline: 0;
}
.mobile-nav__header {
  position: relative;
  flex-shrink: 0;
  padding: 16px 40px 16px 16px;
}
.mobile-nav__logo {
  max-width: 150px;
}
.mobile-nav__phone a {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
}
.mobile-nav__up-text {
  margin-bottom: 5px;
  font-size: 12px;
}
.mobile-nav__close {
  position: absolute;
  top: 4px;
  right: 4px;
  outline: 0;
}
.mobile-nav__body {
  position: relative;
  flex: 1 1 auto;
  padding: 16px;
  overflow-y: auto;
}
.mobile-nav__footer {
  flex-shrink: 0;
  padding: 16px;
}
.mobile-nav--show .mobile-nav__dialog {
  animation: mobile-nav-dialog 0.3s 1 ease-out forwards;
}
.mobile-nav-open {
  overflow: hidden;
}
.mobile-nav-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: #000;
  animation: mobile-nav-backdrop 0.3s 1 ease-out forwards;
}
@keyframes mobile-nav-backdrop {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.6;
  }
}
@keyframes mobile-nav-dialog {
  from {
    transform: translate(100%, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
.organization-event .social {
  flex-wrap: nowrap;
}
.organization-event__inner {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #f7f7f7;
  border-radius: 20px;
}
.organization-event__title {
  max-width: 560px;
  margin: 0;
}
.organization-event__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 59px;
  align-items: flex-start;
}
.organization-event__list-item--padding-top {
  padding-top: 95px;
}
.organization-event__card {
  position: relative;
}
.organization-event__card-title {
  display: flex;
  gap: 0 30px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
  color: #252424;
}
.organization-event__card-title::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  content: "";
}
.organization-event__card-title::after {
  display: block;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  content: "";
  background-image: url(../images/organization-event-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.organization-event__card-text {
  margin-bottom: 26px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #7d7d7d;
}
.organization-event__card-text p {
  margin: 0;
}
.organization-event__card-thumb {
  aspect-ratio: 615/511;
  overflow: hidden;
  background-color: #fafafa;
  border-radius: 20px;
}
.organization-event__card-thumb--narrow {
  aspect-ratio: 615/389;
}
.organization-event__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 0.5s;
}
.organization-event__feedback {
  padding: 34px 30px;
  margin-top: 63px;
  background: #fff;
  border-radius: 20px;
}
.organization-event__feedback-title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  color: #252424;
}
.organization-event__feedback-content {
  display: flex;
  gap: 0 30px;
  align-items: center;
  justify-content: space-between;
}
.organization-event__feedback-text {
  line-height: 140%;
  color: #7d7d7d;
}
.organization-event__feedback-text p {
  margin: 0;
}
.organization-event__feedback-text span {
  font-weight: 600;
  color: #252424;
}
.page__inner {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.page__content {
  flex-grow: 1;
}
.page__footer-wrapper {
  flex-shrink: 0;
}
.page--home .page-header {
  box-shadow: none;
}
.page-footer {
  color: #fff;
}
.page-footer .social {
  gap: 14px;
}
.page-footer .social__link {
  width: 31px;
  height: 31px;
  font-size: 16px;
  color: #252424;
}
.page-footer__wrap {
  padding: 60px 0 30px;
  background: #252424;
  border-radius: 20px 20px 0 0;
}
.page-footer__inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 30px;
}
.page-footer__logo {
  max-width: 190px;
}
.page-footer__menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}
.page-footer__menu a {
  color: #fff;
}
.page-footer__contacts {
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
}
.page-footer__phone {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}
.page-footer__phone a {
  color: #fff;
}
.page-footer__worktime {
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 100%;
}
.page-footer__worktime-up {
  color: #97a1a5;
}
.page-footer__worktime-down {
  color: #d62609;
}
.page-header {
  box-shadow: 0 3px 10px 0 rgba(77, 77, 77, 0.07);
}
.page-header p {
  margin: 0;
}
.page-header .feild-search {
  width: 309px;
  max-width: 100%;
}
.page-header__top {
  background: #f8f8f8;
}
.page-header__top ._container,
.page-header__top .container {
  display: flex;
  gap: 0 30px;
  align-items: center;
}
.page-header__logo {
  display: flex;
  align-items: center;
  width: 234px;
}
.page-header__search {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.page-header__wishlist-and-worktime {
  display: flex;
  align-items: center;
  padding-left: 23px;
}
.page-header__wishlist-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 26px;
  height: 26px;
  font-size: 22px;
  color: #7d7d7d;
}
.page-header__wishlist-count {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -3px;
  right: -11px;
  z-index: 1;
  width: 20px;
  height: 20px;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
  color: #fff;
  background-color: #d62609;
  border-radius: 50%;
}
.page-header__worktime {
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  max-width: 340px;
  text-align: end;
}
.page-header__worktime p span{
	font-size: 14px;

}
.page-header__worktime p span a{

	color:#000;
}
.page-header__worktime p span a:hover{

	color:#d62609;
}
.page-header__timeworker {
  margin-bottom: 4px;
  color: #7d7d7d;
}
.page-header__timeworker-text {
  color: #d62609;
}
.page-header__phone {
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  color: #1b1b1b;
}
.page-header__phone a {
  color: inherit;
}
.page-header__social-and-phone {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  align-items: center;
  justify-content: flex-end;
}
.page-header__bottom {
  background-color: #fff;
}
.pagination {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  justify-content: center;
  padding-bottom: 120px;
}
.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  color: #252424;
  border: 1px solid transparent;
  border-radius: 50%;
  transition: border-color 0.3s, color 0.3s;
}
.pagination li.active a {
  border-color: #d62609;
}
.popular-options {
  padding-bottom: 120px;
}
.popular-options .swiper-slide {
  width: 412px;
}
.product {
  padding-bottom: 120px;
}
.product__header {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.product__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
}
.product__title {
  margin: 0;
}
.product__code {
  padding: 8px 16px;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  color: #97a1a5;
  background: #f7f7f7;
  border-radius: 6px;
  color: #d62609;
}
.product__action-link {
  display: flex;
  gap: 0 4px;
  align-items: center;
  font-size: 14px;
  line-height: 120%;
  color: #7d7d7d;
}
.product__action-link svg {
  font-size: 18px;
}
.product__share-link {
  display: flex;
  gap: 0 4px;
  align-items: center;
  font-size: 14px;
  line-height: 120%;
  color: #7d7d7d;
}
.product__share-link svg {
  font-size: 24px;
}
.product__location-and-rating {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 30px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.product__location {
  display: inline-flex;
  gap: 0 8px;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: #97a1a5;
}
.product__location::before {
  display: block;
  width: 22px;
  height: 22px;
  content: "";
  background-image: url(../images/product-location.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.product__rating {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}
.product__rating-count {
  display: flex;
  gap: 0 5px;
  align-items: center;
  font-weight: 600;
  color: #d62609;
}
.product__rating-count::before {
  display: block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(../images/product-card-star.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.product__rating-total {
  font-size: 14px;
  color: #7d7d7d;
}
.product__wrap {
  display: flex;
  gap: 0 30px;
  justify-content: space-between;
}
.product__content {
  flex: 0 0 auto;
  width: 67%;
  max-width: 850px;
}
.product__images-wrap {
  position: relative;
  height: 520px;
  padding-left: 142px;
  margin-bottom: 40px;
}
.product__images-thumb {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 126px;
  height: 520px;
  padding: 24px 0;
}
.product__images-thumb .product__video-link::after {
  background-size: 50px;
}
.product__images-thumb .swiper-button-prev {
  top: -20px;
  left: 50%;
  margin-top: 0;
  margin-left: -25px;
  background-color: rgba(0, 0, 0, 0);
  transform: rotate(90deg);
}
.product__images-thumb .swiper-button-next {
  top: auto;
  bottom: -20px;
  left: 50%;
  margin-top: 0;
  margin-left: -25px;
  background-color: rgba(0, 0, 0, 0);
  transform: rotate(90deg);
}
.product__images-thumb .swiper {
  height: 100%;
}
.product__images-thumb .swiper-slide {
  height: 106px;
}
.product__images-thumb .swiper-slide img {
  aspect-ratio: 126/106;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}
.product__video-link {
  position: relative;
  display: block;
}
.product__video-link::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(35, 35, 35, 0.3);
  background-image: url(../images/product-play-video.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 12px;
}
.product__video-link img {
  border-radius: 12px;
}
.product__images-main {
  position: relative;
  width: 100%;
}
.product__images-main .product__video-link::after {
  background-position: right 18px bottom 18px;
}
.product__images-main .swiper-slide > a {
  display: block;
  width: 100%;
  aspect-ratio: 708/520;
}
.product__images-main .swiper-slide > a > img {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}
.product__labels {
  position: absolute;
  top: 27px;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 4px 0;
  align-items: flex-start;
  justify-content: flex-start;
  pointer-events: none;
}
.product__label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  padding: 3px 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.product__label::after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 10px;
  height: 26px;
  content: "";
  background-repeat: no-repeat;
  background-position: left center;
}
.product__label--best {
  background-color: #e79c2d;
}
.product__label--best::after {
  background-image: url(../images/product-card-chevron-best.svg);
}
.product__label--new {
  background-color: #8073b1;
}
.product__label--new::after {
  background-image: url(../images/product-card-chevron-new.svg);
}
.product__chars-icon {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px 30px;
  margin-bottom: 40px;
}
.product__chars-icon-item {
  display: flex;
  gap: 0 15px;
  align-items: center;
}
.product__chars-icon-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}
.product__chars-icon-title {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 120%;
  color: #7d7d7d;
}
.product__chars-icon-value {
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  color: #252424;
}
.product__parameter {
  margin-bottom: 40px;
}
.product__parameter ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.product__parameter li {
  padding: 12px 20px;
  font-size: 14px;
  line-height: 120%;
  color: #252424;
  background-color: #f7f7f7;
  border-radius: 6px;
}
.product__h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  color: #252424;
}
.product__description {
  position: relative;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 140%;
}
.product__description .h2,
.product__description h2 {
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  color: #252424;
}
.product__description p {
  margin: 0 0 16px;
}
.product__description-js {
  position: relative;
}
.product__description-js--expanded::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
}
.product__expand-button {
  width: auto;
  padding: 0;
  color: inherit;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: 0;
  display: inline-flex;
  gap: 0 10px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 243%;
  color: #252424;
}
.product__expand-button::after {
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url(../images/product-expand-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.product__aside {
  flex: 0 0 auto;
  width: calc(33% - 30px);
  max-width: 376px;
}
.product__chars {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  margin-bottom: 8px;
}
.product__chars-item {
  display: flex;
  align-items: center;
}
.product__chars-title {
  display: flex;
  flex-grow: 1;
  align-items: baseline;
  line-height: 120%;
  color: #7d7d7d;
}
.product__chars-title::after {
  display: block;
  flex-grow: 1;
  height: 1px;
  margin: 0 5px;
  content: "";
  border-bottom: 1px dashed #97a1a5;
}
.product__chars-value {
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  color: #252424;
}
.product__chars-value span {
  font-size: 14px;
  color: #7d7d7d;
}
.product__notify {
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 120%;
  color: #7d7d7d;
}
.product__notify p {
  margin: 0;
}
.product__phone {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  align-items: center;
  margin-bottom: 20px;
}
.product__phone-text {
  font-size: 14px;
  line-height: 100%;
  color: #7d7d7d;
}
.product__phone-link {
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
  color: #1b1b1b;
}
.product__action {
  margin-bottom: 40px;
}
.product__action .button {
  width: 100%;
}
.product__calendar {
  margin-bottom: 40px;
}
.product__calendar .product__h3 {
  max-width: 343px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
}
.product__video {
  margin-bottom: 40px;
}
.product__video .product__video-link {
  aspect-ratio: 376/281;
}
.product__video .product__video-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product__review .product__h3 {
  margin: 0;
  font-family: Merriweather, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 117%;
  color: #252424;
}
.product__review-header {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
.product__review-scroll {
  max-height: 890px;
  padding-right: 16px;
  margin-bottom: 40px;
  overflow-y: auto;
}
.product__review-item + .product__review-item {
  margin-top: 40px;
}
.product__review-name {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #130c0c;
  letter-spacing: 0.02em;
}
.product__review-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.product__review-stars {
  display: flex;
  gap: 0 4px;
  align-items: center;
}
.product__review-star {
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../images/product-star.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.product__review-star--filled {
  background-image: url(../images/product-star--filled.svg);
}
.product__review-date {
  font-size: 13px;
  color: #8d8d8d;
}
.product__review-text {
  font-size: 15px;
  line-height: 160%;
  color: #7d7d7d;
}
.product__review-text p {
  margin: 0;
}
.product-card {
  border: 1px solid #e9e9e9;
  border-radius: 12px;
}
.product-card .swiper-button-next,
.product-card .swiper-button-prev {
  width: 45px;
  height: 45px;
}
.product-card__thumb {
  position: relative;
  width: auto;
  height: 332px;
  margin: -1px -1px 0;
  overflow: hidden;
  background-color: #fafafa;
  border-radius: 12px;
}
.product-card__thumb-link {
  display: block;
  width: 100%;
  height: 100%;
}
.product-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}
.product-card__labels {
  position: absolute;
  top: 27px;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 4px 0;
  align-items: flex-start;
  justify-content: flex-start;
  pointer-events: none;
}
.product-card__label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  padding: 3px 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.product-card__label::after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 10px;
  height: 26px;
  content: "";
  background-repeat: no-repeat;
  background-position: left center;
}
.product-card__label--best {
  background-color: #e79c2d;
}
.product-card__label--best::after {
  background-image: url(../images/product-card-chevron-best.svg);
}
.product-card__label--new {
  background-color: #8073b1;
}
.product-card__label--new::after {
  background-image: url(../images/product-card-chevron-new.svg);
}
.product-card__controls {
  position: absolute;
  top: 20px;
  right: 12px;
  z-index: 1;
  display: flex;
  gap: 0 10px;
  align-items: center;
}
.product-card__controls-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: #7d7d7d;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}
.product-card__has-video {
  position: absolute;
  right: 12px;
  bottom: 10px;
  z-index: 1;
  width: 60px;
  height: 60px;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.69);
  background-image: url(../images/product-card-play-video.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
.product-card__body {
  position: relative;
  padding: 25px 20px 40px;
}
.product-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.product-card__review {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}
.product-card__review-total {
  display: flex;
  gap: 0 5px;
  align-items: center;
  font-weight: 600;
  color: #d62609;
}
.product-card__review-total::before {
  display: block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url(../images/product-card-star.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.product-card__review-count {
  font-size: 14px;
  color: #7d7d7d;
}
.product-card__code {
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  color: #7d7d7d;
}
.product-card__title {
  display: block;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  color: #252424;
}
.product-card__title a {
  color: inherit;
}
.product-card__title::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
}
.product-card__location {
  margin-bottom: 16px;
  line-height: 120%;
  color: #97a1a5;
}
.product-card__location p {
  margin: 0;
}
.product-card__type-list {
  display: none;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 27px;
}
.product-card__type-item {
  display: block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  color: #252424;
  background: #f7f7f7;
  border-radius: 6px;
}
.product-card__calendar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  background-color: #d62609;
  border-radius: 6px;
  transition: background-color 0.3s;
}
.product-card__chars-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
  align-items: center;
  margin-bottom: 16px;
}
.product-card__chars-item {
  display: flex;
  flex-grow: 1;
  gap: 0 12px;
  align-items: flex-start;
  max-width: 145px;
}
.product-card__chars-item--calendar {
  display: none;
}
.product-card__chars-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  transform: translateY(-2px);
}
.product-card__chars-value {
  display: flex;
  flex-direction: column-reverse;
  /* flex-wrap: wrap;
  gap: 0 2px;
  align-items: center; */
  font-weight: 600;
  line-height: 120%;
  color: #252424;
}
.product-card__chars-value span {
  font-size: 13px;
  font-weight: 400;
  color: #7d7d7d;
}
.product-card__price-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
}
.product-card__price-item {
  flex-grow: 1;
}
.product-card__price-title {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 120%;
  color: #7d7d7d;
}
.product-card__price-value {
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  color: #252424;
}
.property-item-list {
  padding-bottom: 26px;
}
.property-item-list .product-card {
  margin-bottom: 30px;
}
.realty-calendar-widget-wrap {
  width: 376px;
  max-width: 100%;
  margin: 0;
  color: #252424;
}
.realty-calendar-widget-wrap h4 {
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #252424;
}
.realty-calendar-widget-wrap table {
  border-spacing: 0;
  border-collapse: collapse;
}
.realty-calendar-widget-wrap .header {
  width: 100%;
  line-height: 100%;
}
.realty-calendar-widget-wrap .header .right-arrow {
  text-align: right;
}
.realty-calendar-widget-wrap .header .right-arrow a {
  display: inline-flex;
  width: 46px;
  height: 46px;
  font-size: 0;
  color: transparent;
  text-align: left;
  background-image: url(../images/realty-calendar-widget-wrap-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.realty-calendar-widget-wrap .header .left-arrow {
  text-align: left;
}
.realty-calendar-widget-wrap .header .left-arrow a {
  display: inline-flex;
  width: 46px;
  height: 46px;
  font-size: 0;
  color: transparent;
  text-align: left;
  background-image: url(../images/realty-calendar-widget-wrap-arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.realty-calendar-widget-wrap .header .month {
  line-height: 36px;
  text-align: center;
}
.realty-calendar-widget-wrap .calendar-widget {
  width: 100%;
  table-layout: fixed;
}
.realty-calendar-widget-wrap .calendar-widget td {
  padding: 0;
  border: 1px solid #d5d4df;
}
.realty-calendar-widget-wrap .calendar-widget th {
  padding: 4% 0;
  font-size: 14px;
  font-weight: 600;
  color: #252424;
  text-align: center;
  border: 0;
}
.realty-calendar-widget-wrap .calendar-widget .date-wrap {
  position: relative;
  padding: 49% 0;
  overflow: hidden;
}
.realty-calendar-widget-wrap .calendar-widget .date-wrap .date {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 75%;
  padding-top: 25%;
  font-size: 14px;
  font-weight: 400;
  color: #252424;
  text-align: center;
}
.realty-calendar-widget-wrap .calendar-widget .date-wrap .event {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.realty-calendar-widget-wrap .calendar-widget .date-wrap .event.begin {
  height: 0;
  border-bottom: 52px solid transparent;
  border-bottom-color: rgba(214, 38, 9, 0.37);
  border-left: 53px solid transparent;
}
.realty-calendar-widget-wrap .calendar-widget .date-wrap .event.end {
  width: 0;
  height: 0;
  border-top: 52px solid transparent;
  border-top-color: rgba(214, 38, 9, 0.37);
  border-right: 53px solid transparent;
}
.realty-calendar-widget-wrap .calendar-widget .date-wrap .event.all {
  height: 100%;
  background-color: rgba(214, 38, 9, 0.37);
}
.recreation-options {
  padding-top: 100px;
  padding-bottom: 120px;
}
.recreation-options__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
.recreation-options__card {
  display: block;
}
.recreation-options__card-thumb {
  position: relative;
  aspect-ratio: 234/316;
  margin-bottom: 20px;
  overflow: hidden;
  background: #fafafa;
  border-radius: 12px;
}
.recreation-options__card-thumb::after {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  width: 62px;
  height: 62px;
  content: "";
  background-color: #fff;
  background-image: url(../images/recreation-options-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}
.recreation-options__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.5s;
}
.recreation-options__card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  color: #252424;
}
.responsive-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 54px;
  align-items: center;
}
.responsive-menu li {
  position: relative;
}
@keyframes submenu-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes submenu-fade-in-left {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.search-on-map {
  padding-bottom: 120px;
}
.search-on-map__wrap {
  position: relative;
  display: flex;
  align-items: center;
  padding: 114px 50px 108px 69px;
  background-color: #f7f7f7;
  border-radius: 20px;
}
.search-on-map__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
.search-on-map__content {
  position: relative;
  z-index: 1;
}
.search-on-map__title {
  max-width: 320px;
  margin-bottom: 26px;
}
.section-contacts {
  padding-top: 120px;
  padding-bottom: 120px;
}
.section-contacts__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}
.section-contacts__item {
  position: relative;
  display: flex;
  gap: 0 15px;
  align-items: center;
  max-width: 200px;
}
.section-contacts__item-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}
.section-contacts__item-content {
  display: flex;
  flex-direction: column;
}
.section-contacts__item-title {
  margin-bottom: 5px;
  font-family: Merriweather, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 94%;
  color: #20203d;
  text-transform: capitalize;
}
.section-contacts__item-link {
  display: inline-flex;
  font-size: 16px;
  line-height: 87%;
  color: #7d7d7d;
}
.section-contacts__item-link::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.socialice {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.socialice__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  font-size: 18px;
  color: #fff;
  background-color: gray;
  border-radius: 50%;
  transition: color 0.3s, background-color 0.3s, opacity 0.3s;
}
.socialice__link-wrap--whatsapp .socialice__link {
  background-color: #12c868;
}
.socialice__link-wrap--telegram .socialice__link {
  background-color: #2ca6ff;
}
.socialice svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.swiper-button-next,
.swiper-button-prev {
  width: auto;
  padding: 0;
  color: inherit;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: 0;
  width: 50px;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  color: #7d7d7d;
  background-color: #f7f7f7;
  border-radius: 100%;
  transition: color 0.3s, background-color 0.3s;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: none;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 1em;
  height: 1em;
}
.swiper-button-next {
  color: #d62609;
}
.swiper-button-group {
  display: flex;
  gap: 0 16px;
  align-items: center;
}
.swiper-button-group > * {
  position: static;
  inset: auto;
  margin: 0;
  transform: none;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
  opacity: 1;
}
.title-header {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
.title-header__title {
  margin: 0;
}
.video-reviews-houses {
  padding-top: 120px;
  padding-bottom: 110px;
  background: #f7f7f7;
}
.video-reviews-houses .swiper-button-next:not(:hover),
.video-reviews-houses .swiper-button-prev:not(:hover) {
  background-color: #fff;
}
.video-reviews-houses .title-header {
  align-items: flex-end;
}
.video-reviews-houses__title {
  margin-bottom: 16px;
}
.video-reviews-houses__subttle {
  max-width: 500px;
}
.video-reviews-houses__subttle p {
  margin: 0;
}
.video-reviews-houses__card {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 630/392;
  overflow: hidden;
  background-color: #fff;
  border-radius: 12px;
}
.video-reviews-houses__card::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/video-reviews-houses-play.svg) no-repeat center, rgba(35, 35, 35, 0.3);
  border-radius: 12px;
}
.video-reviews-houses__card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.5s;
}
.video-reviews-houses__card-capture {
  position: absolute;
  right: 27px;
  bottom: 27px;
  left: 40px;
  z-index: 2;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  color: #fff;
}
.video-reviews-houses__card-capture p {
  margin: 0;
}
.video-reviews-houses__action {
  margin-top: 40px;
  text-align: center;
}
.want-take-cottage__wrap {
  position: relative;
  padding: 139px 0 160px;
  background-color: #fafafa;
  border-radius: 20px;
}
.want-take-cottage__wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(93deg, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 89.68%);
  border-radius: 20px;
}
.want-take-cottage__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  border-radius: 20px;
}
.want-take-cottage__content {
  position: relative;
  z-index: 2;
}
.want-take-cottage__title {
  margin-bottom: 16px;
  color: #fff;
}
.want-take-cottage__subtitle {
  max-width: 610px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
}
.want-take-cottage__subtitle p {
  margin: 0;
}
.what-say-about-us {
  padding-top: 160px;
  padding-bottom: 160px;
}
.what-say-about-us .swiper-slide {
  width: 390px;
}
.what-say-about-us__card-title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  color: #252424;
}
.what-say-about-us__card-title::before {
  display: block;
  width: 100%;
  height: 24px;
  margin-bottom: 16px;
  content: "";
  background-image: url(../images/what-say-about-us-quote.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.what-say-about-us__card-text {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 160%;
}
.what-say-about-us__card-text p {
  margin: 0;
}
.what-say-about-us__card-stars {
  height: 18px;
  margin-bottom: 18px;
  background-image: url(../images/what-say-about-us-stars.svg);
  background-repeat: no-repeat;
  background-position: left center;
}
.what-say-about-us__card-date {
  font-size: 14px;
  line-height: 114%;
  color: #252424;
}
.why-we {
  padding-top: 120px;
  padding-bottom: 120px;
}
.why-we__header {
  max-width: 647px;
  margin-bottom: 60px;
}
.why-we__title {
  margin-bottom: 16px;
}
.why-we__subtitle {
  max-width: 476px;
  line-height: 140%;
}
.why-we__subtitle p {
  margin: 0;
}
.why-we__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 40px;
  align-items: flex-start;
}
.why-we__list-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin: 0 auto 30px;
  background-color: #f7f7f7;
  border-radius: 100%;
}
.why-we__list-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  color: #252424;
  text-align: center;
}
@media (min-width: 425px) {
  .feild-search__input {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .organization-event .social__link {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .h1,
  h1 {
    font-size: 2rem;
  }
  .h2,
  h2 {
    font-size: 2rem;
  }
  .blog-and-articles__title {
    margin-bottom: 3.75rem;
  }
  .filter-toggler__toggler {
    display: none;
  }
  .filter-toggler__header {
    display: none;
  }
  .hero__title {
    font-size: 3.25rem;
  }
  .hero-filter__item--260 {
    width: 260px;
  }
  .hero-filter__item--190 {
    width: 190px;
  }
  .hero-filter__item--200 {
    width: 200px;
  }
  .hero-filter__item--275 {
    width: 275px;
  }
  .hero-filter__item--175 {
    width: 175px;
  }
  .hero-filter__item:first-child > * {
    border-left-width: 1px;
    border-radius: 6px 0 0 6px;
  }
  .hero-filter__item:last-child > * {
    border-radius: 0 6px 6px 0;
  }
  .page-header__burger {
    display: none;
  }
  .property-item-list .product-card {
    display: flex;
    max-width: 100%;
  }
  .property-item-list .product-card__thumb {
    flex-shrink: 0;
    width: 459px;
    height: 370px;
  }
  .property-item-list .product-card__body {
    flex-grow: 1;
    padding: 20px 30px;
  }
  .property-item-list .product-card__has-video {
    background-image: url(../images/product-card-play-video-2.svg);
  }
  .property-item-list .product-card__code {
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    color: #d62609;
  }
  .property-item-list .product-card__type-list {
    display: flex;
  }
  .property-item-list .product-card__chars-list {
    position: relative;
    gap: 10px 20px;
    min-height: 40px;
    padding-right: 50px;
    margin-bottom: 27px;
  }
  .property-item-list .product-card__chars-item {
    flex-grow: 0;
    align-items: center;
    max-width: 100%;
  }
  .property-item-list .product-card__chars-item--calendar {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
  }
  .property-item-list .product-card__chars-icon-wrap {
    width: 28px;
    height: 28px;
    transform: none;
  }
  .property-item-list .product-card__chars-icon-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .property-item-list .product-card__price-list {
    gap: 16px;
  }
  .property-item-list .product-card__price-item {
    flex-grow: 0;
    width: 180px;
  }
  .property-item-list .product-card__price-item:nth-child(n + 3) {
    display: block;
  }
  .property-item-list .product-card__price-value span {
    font-size: 14px;
    color: #7d7d7d;
  }
  .responsive-menu .has-submenu {
    display: inline-flex;
    align-items: center;
  }
  .responsive-menu .expand-button {
    width: auto;
    padding: 0;
    color: inherit;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    margin-left: 10px;
    font-size: 0;
    color: transparent;
    vertical-align: middle;
    pointer-events: none;
  }
  .responsive-menu .expand-button::before {
    width: 100%;
    height: 100%;
    content: "";
    border-color: #1a1a1a;
    border-style: solid;
    border-width: 0 0 1px 1px;
    transform: rotate(-45deg);
  }
  .responsive-menu > li > a {
    display: inline-flex;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    color: #1a1a1a;
    text-transform: uppercase;
  }
  .responsive-menu > li.decorative > a {
    align-items: center;
    justify-content: center;
    height: 56px;
    padding: 10px 20px 10px 55px;
    color: #fff;
    background-color: #d62609;
    background-image: url(../images/responsive-menu-burger.svg);
    background-repeat: no-repeat;
    background-position: left 20px center;
    transition: background-color 0.3s, background-image 0.3s;
  }
  .responsive-menu ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 90;
    display: none;
    width: 250px;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .responsive-menu ul .expand-button {
    margin-top: 0;
    margin-right: 20px;
  }
  .responsive-menu ul .expand-button::before {
    transform: rotate(-135deg);
  }
  .responsive-menu ul a {
    display: inline-flex;
    width: 100%;
    padding: 5px 20px;
    font-size: 14px;
    color: #1a1a1a;
  }
  .responsive-menu ul a:hover {
    color: #d62609;
  }
  .responsive-menu ul ul {
    top: 0;
    left: 100%;
  }
  .responsive-menu ul li {
    width: 100%;
  }
  .responsive-menu li:hover > ul {
    display: block;
    animation: submenu-fade-in 0.3s;
  }
  .responsive-menu li > ul li:hover > ul {
    animation: submenu-fade-in-left 0.3s;
  }
}
@media (min-width: 1024px) and (any-hover: hover) {
  .responsive-menu > li > a:hover {
    color: #d62609;
  }
  .responsive-menu > li.decorative > a:hover {
    color: #fff;
    background-color: #af1f07;
  }
}
@media (min-width: 1350px) {
  .what-say-about-us .title-header {
    margin-bottom: 80px;
  }
}
@media (max-width: 1799px) {
  .hero .wide-container {
    width: 100%;
  }
  .hero__wrap {
    border-radius: 0;
  }
  .hero__bg {
    border-radius: 0;
  }
}
@media (max-width: 1390px) {
  .wide-container {
    width: min(1290px, 100% - 40px);
  }
}
@media (max-width: 1349px) {
  .blog-and-articles__wrap {
    padding-bottom: 60px;
  }
  .blog-and-articles__wrap {
    padding-top: 60px;
  }
  .catalog-description-bottom {
    padding-bottom: 60px;
  }
  .faq {
    padding-bottom: 60px;
  }
  .faq {
    padding-top: 60px;
  }
  .hero__wrap {
    min-height: 500px;
  }
  .hero-filter__item::before {
    left: 5px;
  }
  .hero-filter__select {
    padding: 10px 25px;
    font-size: 16px;
    background-position: right 10px center;
  }
  .hero-filter__input {
    padding: 10px 25px;
    font-size: 16px;
  }
  .hero-filter__input--theme-select {
    background-position: right 10px center;
  }
  .organization-event__inner {
    padding-bottom: 60px;
  }
  .organization-event__inner {
    padding-top: 60px;
  }
  .organization-event__feedback {
    margin-top: 30px;
  }
  .page-footer__inner {
    gap: 0 20px;
  }
  .page-footer__contacts {
    padding-right: 0;
  }
  .page-header .feild-search {
    width: 250px;
  }
  .page-header__top {
    padding: 10px 0;
  }
  .page-header__top ._container,
  .page-header__top .container {
    gap: 0 20px;
  }
  .page-header__social-and-phone {
    flex-direction: column;
    align-items: flex-end;
  }
  .pagination {
    padding-bottom: 60px;
  }
  .popular-options {
    padding-bottom: 60px;
  }
  .product {
    padding-bottom: 60px;
  }
  .recreation-options {
    padding-bottom: 60px;
  }
  .recreation-options {
    padding-top: 60px;
  }
  .recreation-options__card-thumb {
    margin-bottom: 15px;
  }
  .recreation-options__card-title {
    font-size: 18px;
  }
  .search-on-map {
    padding-bottom: 60px;
  }
  .section-contacts {
    padding-bottom: 60px;
  }
  .section-contacts {
    padding-top: 60px;
  }
  .title-header {
    margin-bottom: 40px;
  }
  .video-reviews-houses {
    padding-bottom: 60px;
  }
  .video-reviews-houses {
    padding-top: 60px;
  }
  .what-say-about-us {
    padding-bottom: 60px;
  }
  .what-say-about-us {
    padding-top: 60px;
  }
  .why-we {
    padding-bottom: 60px;
  }
  .why-we {
    padding-top: 60px;
  }
  .why-we__list {
    gap: 0 20px;
  }
  .why-we__list-icon-wrap {
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
  }
  .why-we__list-title {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .blog-and-articles__row {
    grid-template-columns: 100%;
    gap: 30px;
  }
  .blog-and-articles__card + .blog-and-articles__card {
    margin-top: 30px;
  }
  .blog-and-articles__card-thumb {
    aspect-ratio: 615/300;
  }
  .blog-and-articles__action--only-desktop {
    display: none;
  }
  .blog-and-articles__action--only-tablet {
    display: block;
  }
  .filter-toggler__body {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
  }
  .filter-toggler__body-scroll {
    width: 100%;
    height: 100%;
    padding: 50px 0 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .filter-toggler--is-open .filter-toggler__body {
    display: block;
    animation: filter-toggler-body-fade-in 0.3s forwards;
  }
  .hero-filter__list {
    flex-wrap: wrap;
    gap: 4px;
  }
  .hero-filter__item {
    width: 100%;
  }
  .hero-filter__item::before {
    top: 17px;
  }
  .hero-filter__item--date {
    width: calc(50% - 2px);
  }
  .hero-filter__select {
    height: 50px;
    border-left-width: 1px;
    border-radius: 6px;
  }
  .hero-filter__input {
    height: 50px;
    border-left-width: 1px;
    border-radius: 6px;
  }
  .hero-filter__submit {
    height: 50px;
  }
  .mobile-nav__social {
    margin-top: 15px;
  }
  .organization-event__title {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .organization-event__list {
    grid-template-columns: 100%;
    gap: 30px 0;
  }
  .organization-event__list-item--padding-top {
    padding-top: 0;
  }
  .page-footer__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .page-footer__contacts {
    justify-content: flex-start;
  }
  .page-header__wishlist-and-worktime {
    padding-left: 0;
  }
  .page-header__wishlist-link {
    color: #252424;
  }
  .page-header__worktime {
    display: none;
  }
  .page-header__social {
    display: none;
  }
  .page-header__burger {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-header__bottom {
    display: none;
  }
  .product__wrap {
    display: block;
    gap: 0;
  }
  .product__content {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .product__parameter {
    margin-bottom: 30px;
  }
  .product__description {
    margin-bottom: 30px;
  }
  .product__aside {
    width: 100%;
    max-width: 100%;
  }
  .product__review-header {
    margin-bottom: 20px;
  }
  .recreation-options__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .responsive-menu {
    flex-direction: column;
    gap: 5px 0;
    align-items: flex-start;
    padding: 15px 0;
    background: #fff;
    border-radius: 6px;
  }
  .responsive-menu .expand-button {
    width: auto;
    padding: 0;
    color: inherit;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    outline: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 35px;
    height: 35px;
    font-size: 0;
    color: transparent;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 3px;
  }
  .responsive-menu .expand-button::after,
  .responsive-menu .expand-button::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    margin: -1px 0 0 -10px;
    content: "";
    background-color: #d62609;
  }
  .responsive-menu .expand-button::after {
    transform: rotate(90deg);
  }
  .responsive-menu .expand-button[aria-expanded="true"]::after {
    opacity: 0;
  }
  .responsive-menu > li > a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 35px;
    padding: 0 15px;
    font-size: 18px;
    color: #1a1a1a;
    text-transform: uppercase;
  }
  .responsive-menu ul {
    max-height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    list-style: none;
    background: #f5f5f5;
    border-radius: 6px;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-duration: 0.3s;
    transition-property: max-height;
  }
  .responsive-menu ul.expanded {
    max-height: 500px;
    transition-timing-function: ease-in;
  }
  .responsive-menu ul a {
    display: inline-flex;
    align-items: center;
    width: 100%;
    min-height: 35px;
    padding: 0 15px;
  }
  .responsive-menu ul ul {
    background: #ebebeb;
  }
  .responsive-menu .has-submenu > a {
    padding-right: 45px;
  }
  .responsive-menu li {
    width: 100%;
  }
  .why-we__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .wide-container {
    width: 100%;
  }
  .accordion__trigger {
    padding: 20px 0;
  }
  .blog-and-articles__wrap {
    padding-bottom: 40px;
  }
  .blog-and-articles__wrap {
    padding-top: 40px;
  }
  .breadcrumb {
    margin: 20px 0 30px;
  }
  .button {
    padding: 15px 25px;
  }
  .catalog-description-bottom {
    padding-bottom: 40px;
  }
  .catalog-description-top .list-search {
    gap: 5px;
  }
  .catalog-description-top .list-search a {
    padding: 10px 15px;
  }
  .catalog-filter {
    padding: 15px 20px;
    margin-bottom: 0;
    border-radius: 0;
  }
  .catalog-filter__list {
    grid-template-columns: 100%;
    gap: 20px 0;
    align-items: flex-start;
  }
  .catalog-filter__list-item--wide {
    grid-column: auto;
  }
  .catalog-filter__list-item--full-width {
    grid-column: auto;
  }
  .catalog-filter__input {
    font-size: 16px;
  }
  .catalog-filter__select {
    font-size: 16px;
  }
  .catalog-filter__price-wrap {
    grid-template-columns: 100%;
    gap: 10px 0;
  }
  .catalog-filter__checkboxes-wrap {
    gap: 5px;
  }
  .catalog-filter__checkboxes-wrap .checkbox {
    padding: 8px 10px;
  }
  .catalog-filter__action {
    flex-direction: column;
    gap: 20px 0;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .catalog-filter__action-buttons {
    flex-direction: column;
    gap: 20px 0;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
  .catalog-filter__submit {
    width: 100%;
  }
  .catalog-filter--hidden .catalog-filter__list {
    grid-template-columns: 100%;
    padding-right: 0;
  }
  .catalog-filter--hidden .catalog-filter__submit {
    position: static;
    margin-top: 20px;
  }
  .catalog-title {
    margin: 30px 0;
  }
  .faq {
    padding-bottom: 40px;
  }
  .faq {
    padding-top: 40px;
  }
  .faq__action {
    margin-top: 30px;
  }
  .feild-search__input {
    height: 50px;
  }
  .organization-event br {
    display: none;
  }
  .organization-event__inner {
    padding-bottom: 40px;
  }
  .organization-event__inner {
    padding-top: 40px;
  }
  .organization-event__card-title {
    font-size: 22px;
  }
  .organization-event__feedback {
    padding: 20px;
  }
  .organization-event__feedback-content {
    flex-direction: column;
    gap: 15px 0;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .page-footer__inner {
    grid-template-columns: 100%;
    gap: 20px 0;
  }
  .page-header .logo {
    max-width: 160px;
  }
  .page-header .feild-search {
    width: 100%;
  }
  .page-header__top ._container,
  .page-header__top .container {
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  .page-header__logo {
    flex-grow: 1;
    width: 135px;
  }
  .page-header__search {
    order: 1;
    width: calc(100% - 100px);
  }
  .page-header__wishlist-and-worktime {
    flex-grow: 0;
    order: 2;
  }
  .page-header__phone {
    font-size: 18px;
  }
  .page-header__burger {
    order: 3;
  }
  .pagination {
    padding-bottom: 40px;
  }
  .pagination a {
    width: 35px;
    height: 35px;
  }
  .popular-options {
    padding-bottom: 40px;
  }
  .popular-options .swiper-slide {
    width: 100%;
  }
  .product {
    padding-bottom: 40px;
  }
  .product__code {
    padding: 8px 10px;
    font-size: 14px;
  }
  .product__images-wrap {
    height: auto;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .product__images-thumb {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    padding: 0 45px;
    margin-top: 20px;
  }
  .product__images-thumb .product__video-link::after {
    background-size: 40px;
  }
  .product__images-thumb .swiper-button-prev {
    top: 50%;
    left: 0;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: 0;
    transform: none;
  }
  .product__images-thumb .swiper-button-next {
    top: 50%;
    right: 0;
    left: auto;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-right: 0;
    transform: none;
  }
  .product__images-thumb .swiper-slide {
    width: 75px;
    height: auto;
  }
  .product__images-thumb .swiper-slide img {
    aspect-ratio: 75/65;
  }
  .product__labels {
    display: none;
  }
  .product__chars-icon {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 15px;
    margin-bottom: 30px;
  }
  .product__chars-icon-item {
    gap: 0 10px;
  }
  .product__chars-icon-icon-wrap {
    width: 30px;
    height: 30px;
  }
  .product__chars-icon-title {
    font-size: 13px;
  }
  .product__chars-icon-value {
    font-size: 14px;
  }
  .product__parameter li {
    padding: 8px 10px;
    font-size: 13px;
  }
  .product__chars {
    gap: 10px 0;
  }
  .product__chars-value {
    font-size: 16px;
  }
  .product__action {
    margin-bottom: 30px;
  }
  .product__video {
    margin-bottom: 30px;
  }
  .product__review-scroll {
    display: flex;
    gap: 0 20px;
    align-items: flex-start;
    max-height: unset;
    padding-right: 0;
    padding-bottom: 16px;
    margin-bottom: 30px;
    overflow-x: auto;
  }
  .product__review-item {
    flex-shrink: 0;
    width: 320px;
  }
  .product__review-item + .product__review-item {
    margin-top: 20px;
  }
  .product-card__thumb {
    height: auto;
    aspect-ratio: 412/332;
  }
  .product-card__body {
    padding: 20px;
  }
  .product-card__chars-list {
    margin-bottom: 10px;
  }
  .recreation-options {
    padding-bottom: 40px;
  }
  .recreation-options {
    padding-top: 40px;
  }
  .recreation-options__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
  .recreation-options__card-thumb {
    margin-bottom: 5px;
  }
  .recreation-options__card-title {
    font-size: 16px;
  }
  .search-on-map {
    padding-bottom: 40px;
  }
  .search-on-map__wrap {
    padding: 50px 30px;
  }
  .section-contacts {
    padding-bottom: 40px;
  }
  .section-contacts {
    padding-top: 40px;
  }
  .section-contacts__list {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .title-header {
    margin-bottom: 30px;
  }
  .video-reviews-houses {
    padding-bottom: 40px;
  }
  .video-reviews-houses {
    padding-top: 40px;
  }
  .video-reviews-houses__card::after {
    background-size: 60px;
  }
  .video-reviews-houses__card-capture {
    right: 20px;
    bottom: 15px;
    left: 20px;
    font-size: 14px;
    line-height: 120%;
  }
  .want-take-cottage__wrap {
    padding: 60px 0;
  }
  .what-say-about-us {
    padding-bottom: 40px;
  }
  .what-say-about-us {
    padding-top: 40px;
  }
  .what-say-about-us .swiper-slide {
    width: 100%;
  }
  .why-we {
    padding-bottom: 40px;
  }
  .why-we {
    padding-top: 40px;
  }
  .why-we__header {
    margin-bottom: 30px;
  }
  .why-we__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1350px) {
  .responsive-menu {
    gap: 10px 25px;
  }
}
@media (min-width: 1024px) and (max-width: 1349px) {
  .responsive-menu > li > a {
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
@media (any-hover: hover) {
  .blog-and-articles__card:hover .blog-and-articles__card-img {
    transform: scale(1.05);
  }
  .catalog-description-top .list-search a:hover {
    color: #252424;
    background-color: #ebe8e8;
  }
  .catalog-filter__modal-btn:hover {
    color: #d62609;
  }
  .catalog-filter__checkboxes-wrap .checkbox:hover {
    color: #d62609;
  }
  .organization-event__card:hover .organization-event__card-img {
    transform: scale(1.05);
  }
  .page-footer .social__link:hover {
    color: #252424;
  }
  .page-footer__menu a:hover {
    color: #d62609;
  }
  .page-header__phone a:hover {
    color: #d62609;
  }
  .pagination a:hover {
    color: #d62609;
    border-color: #e9e9e9;
  }
  .product__images-thumb .swiper-button-prev:hover {
    color: #7d7d7d;
    background-color: rgba(0, 0, 0, 0);
  }
  .product__images-thumb .swiper-button-next:hover {
    color: #7d7d7d;
    background-color: rgba(0, 0, 0, 0);
  }
  .product-card__calendar:hover {
    color: #fff;
    background-color: #af1f07;
  }
  .recreation-options__card:hover .recreation-options__card-thumb::after {
    opacity: 1;
  }
  .recreation-options__card:hover .recreation-options__card-img {
    transform: scale(1.05);
  }
  .social__link:hover {
    color: #fff;
    opacity: 0.8;
  }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    color: #fff;
    background-color: #d62609;
  }
  .video-reviews-houses__card:hover .video-reviews-houses__card-img {
    transform: scale(1.05);
  }
}

.product__images-thumb .swiper-slide img {
  border: 2px solid transparent;
}

.product__images-thumb .swiper-slide-thumb-active img {
  border-color: #d62609;
}

.product__images-thumb--has-video .product__video-link img {
  aspect-ratio: 126 / 106;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}
.product__images-thumb--has-video .product__video-link::after {
  border-radius: 6px;
}

@media (max-width: 767px) {
  .product__images-thumb .swiper-button-next,
  .product__images-thumb .swiper-button-prev {
    display: none;
  }
  .product__images-thumb {
    padding: 0;
  }
  .product__images-thumb--has-video  .product__video-link {
    position: absolute;
    right: 0;
    top: 2px;
    height: auto;
  }
  .product__images-thumb--has-video {
    padding-right: 84px;
  }
  .product__images-thumb--has-video .product__video-link img {
    aspect-ratio: 75 / 61;
    width: 75px;
    height: 61px;
  }
}

@media (min-width: 768px) {
  .product__images-thumb--has-video {
    padding-bottom: 145px;
  }
  .product__images-thumb--has-video  .product__video-link {
    position: absolute;
    bottom: 23px;
    right: 0;
    left: 0;
    height: auto;
  }
}