@font-face {
  font-family: Druk;
  font-display: swap;
  src: url("../fonts/Druk-Bold.woff2") format("woff2"), url("../fonts/Druk-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Druk;
  font-display: swap;
  src: url("../fonts/Druk-Medium.woff2") format("woff2"), url("../fonts/Druk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Geometria;
  font-display: swap;
  src: url("../fonts/Geometria-Bold.woff2") format("woff2"), url("../fonts/Geometria-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Geometria;
  font-display: swap;
  src: url("../fonts/Geometria-Medium.woff2") format("woff2"), url("../fonts/Geometria-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Geometria;
  font-display: swap;
  src: url("../fonts/Geometria.woff2") format("woff2"), url("../fonts/Geometria.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/
html {
  -moz-tab-size: 4;
  tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  text-decoration: underline dotted;
}

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

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

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

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

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

/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

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

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

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

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

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

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

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

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

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

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

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

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

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

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

.autoComplete_wrapper {
  display: inline-block;
  position: relative;
}

.autoComplete_wrapper > input {
  width: 370px;
  height: 40px;
  padding-left: 10px;
  font-size: 1rem;
  color: rgb(116, 116, 116);
  border-radius: 4px;
  border: 1px solid rgba(33, 33, 33, 0.2);
  outline: none;
}

.autoComplete_wrapper > input::placeholder {
  color: rgba(123, 123, 123, 0.5);
  transition: all 0.3s ease;
}

.autoComplete_wrapper > ul {
  position: absolute;
  max-height: 226px;
  overflow-y: scroll;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0.5rem 0 0 0;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid rgba(33, 33, 33, 0.1);
  z-index: 1000;
  outline: none;
}

.autoComplete_wrapper > ul > li {
  padding: 10px 20px;
  list-style: none;
  text-align: left;
  font-size: 16px;
  color: #212121;
  transition: all 0.1s ease-in-out;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease;
}

.autoComplete_wrapper > ul > li::selection {
  color: rgba(#ffffff, 0);
  background-color: rgba(#ffffff, 0);
}

.autoComplete_wrapper > ul > li:hover {
  cursor: pointer;
  background-color: rgba(123, 123, 123, 0.1);
}

.autoComplete_wrapper > ul > li mark {
  background-color: transparent;
  color: rgba(255, 122, 122, 1);
  font-weight: bold;
}

.autoComplete_wrapper > ul > li mark::selection {
  color: rgba(#ffffff, 0);
  background-color: rgba(#ffffff, 0);
}

.autoComplete_wrapper > ul > li[aria-selected=true] {
  background-color: rgba(123, 123, 123, 0.1);
}

@media only screen and (max-width: 600px) {
  .autoComplete_wrapper > input {
    width: 18rem;
  }
}
.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input.iti__tel-input, .iti input.iti__tel-input[type=tel], .iti input.iti__tel-input[type=text] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

[dir=rtl] .iti__arrow {
  margin-right: 6px;
  margin-left: 0;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-left: -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__dropdown-content--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

.iti__search-input {
  width: 100%;
  border-width: 0;
}

.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}

@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.iti__country {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  outline: 0;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__country-name, .iti__flag-box {
  margin-right: 6px;
}

[dir=rtl] .iti__country-name, [dir=rtl] .iti__flag-box {
  margin-right: 0;
  margin-left: 6px;
}

.iti--allow-dropdown input.iti__tel-input, .iti--allow-dropdown input.iti__tel-input[type=tel], .iti--allow-dropdown input.iti__tel-input[type=text], .iti--separate-dial-code input.iti__tel-input, .iti--separate-dial-code input.iti__tel-input[type=tel], .iti--separate-dial-code input.iti__tel-input[type=text] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

[dir=rtl] .iti--allow-dropdown input.iti__tel-input, [dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel], [dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text], [dir=rtl] .iti--separate-dial-code input.iti__tel-input, [dir=rtl] .iti--separate-dial-code input.iti__tel-input[type=tel], [dir=rtl] .iti--separate-dial-code input.iti__tel-input[type=text] {
  padding-right: 52px;
  padding-left: 6px;
  margin-right: 0;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

[dir=rtl] .iti--allow-dropdown .iti__flag-container, [dir=rtl] .iti--separate-dial-code .iti__flag-container {
  right: 0;
  left: auto;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover, .iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover {
  cursor: default;
}

.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover .iti__selected-flag, .iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 6px;
}

[dir=rtl] .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.iti--fullscreen-popup .iti__dropdown-content {
  max-height: 100%;
  position: relative;
}

.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

@media (min-resolution: 2x) {
  .iti__flag {
    background-size: 5762px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0 0;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0;
}

.iti__flag.iti__bz {
  height: 12px;
  background-position: -812px 0;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0;
}

.iti__flag.iti__cq {
  height: 12px;
  background-position: -1115px 0;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1137px 0;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1159px 0;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1181px 0;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1203px 0;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1225px 0;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1247px 0;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1269px 0;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1291px 0;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1313px 0;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1335px 0;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1357px 0;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1379px 0;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1401px 0;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1423px 0;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1445px 0;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1467px 0;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1489px 0;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1511px 0;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1533px 0;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1555px 0;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1577px 0;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1599px 0;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1621px 0;
}

.iti__flag.iti__ez {
  height: 14px;
  background-position: -1643px 0;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1665px 0;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1687px 0;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1709px 0;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1731px 0;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1753px 0;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1775px 0;
}

.iti__flag.iti__fx {
  height: 14px;
  background-position: -1797px 0;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1819px 0;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1841px 0;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1863px 0;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1885px 0;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1907px 0;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1929px 0;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1951px 0;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1973px 0;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1995px 0;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -2017px 0;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -2039px 0;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -2061px 0;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2083px 0;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2105px 0;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2127px 0;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2149px 0;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2171px 0;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2193px 0;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2215px 0;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2237px 0;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2259px 0;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2281px 0;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2303px 0;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2325px 0;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2347px 0;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2369px 0;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2391px 0;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2413px 0;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2435px 0;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2457px 0;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2479px 0;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2501px 0;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2523px 0;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2545px 0;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2567px 0;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2589px 0;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2611px 0;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2633px 0;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2655px 0;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2677px 0;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2699px 0;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2721px 0;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2743px 0;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2765px 0;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2787px 0;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2809px 0;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2831px 0;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2853px 0;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2875px 0;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2897px 0;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2919px 0;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2941px 0;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2963px 0;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2985px 0;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -3007px 0;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -3029px 0;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -3051px 0;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3073px 0;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3095px 0;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3117px 0;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3139px 0;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3161px 0;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3183px 0;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3205px 0;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3226px 0;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3248px 0;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3270px 0;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3292px 0;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3314px 0;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3336px 0;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3358px 0;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3380px 0;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3402px 0;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3424px 0;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3446px 0;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3468px 0;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3490px 0;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3512px 0;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3534px 0;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3556px 0;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3578px 0;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3600px 0;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3622px 0;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3644px 0;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3666px 0;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3688px 0;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3710px 0;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3732px 0;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3752px 0;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3774px 0;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3796px 0;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3818px 0;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3840px 0;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3862px 0;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3877px 0;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3899px 0;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3921px 0;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3943px 0;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3965px 0;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3987px 0;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -4009px 0;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -4031px 0;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -4053px 0;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4075px 0;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4097px 0;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4119px 0;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4141px 0;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4163px 0;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4185px 0;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4207px 0;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4229px 0;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4251px 0;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4273px 0;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4295px 0;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4317px 0;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4339px 0;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4361px 0;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4383px 0;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4405px 0;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4427px 0;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4449px 0;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4471px 0;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4493px 0;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4515px 0;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4537px 0;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4559px 0;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4581px 0;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4603px 0;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4625px 0;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4647px 0;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4669px 0;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4691px 0;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4713px 0;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4735px 0;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4757px 0;
}

.iti__flag.iti__su {
  height: 10px;
  background-position: -4779px 0;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4801px 0;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4823px 0;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4845px 0;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4867px 0;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4889px 0;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4911px 0;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4933px 0;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4955px 0;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4977px 0;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4999px 0;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -5021px 0;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -5043px 0;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -5065px 0;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -5087px 0;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5109px 0;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5131px 0;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5153px 0;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5175px 0;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5197px 0;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5219px 0;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5241px 0;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5263px 0;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5285px 0;
}

.iti__flag.iti__uk {
  height: 10px;
  background-position: -5307px 0;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5329px 0;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5351px 0;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5373px 0;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5395px 0;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5417px 0;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5439px 0;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5456px 0;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5478px 0;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5500px 0;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5522px 0;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5544px 0;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5566px 0;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5588px 0;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5610px 0;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5632px 0;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5654px 0;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5676px 0;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5698px 0;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5720px 0;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5742px 0;
}

.iti__flag {
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url(../img/flags.png?1);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}

@media (min-resolution: 2x) {
  .iti__flag {
    background-image: url(../img/flags@2x.png?1);
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}

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

* {
  outline: none;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5 {
  font-weight: inherit;
  font-family: inherit;
  margin: 0;
  line-height: normal;
}

html {
  line-height: 1;
  font-size: 10px;
  margin-top: 0 !important;
  scroll-behavior: smooth;
}
@media (min-width: 1680px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 2560px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 3840px) {
  html {
    font-size: 22px;
  }
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

img {
  display: block;
}

button, input, textarea, select {
  outline: none;
  line-height: 1;
}

section, footer, header {
  width: 100%;
  position: relative;
}

.section {
  background: #ffffff;
}
.section .bg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.section .bg img, .section .bg picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body {
  -webkit-text-size-adjust: none;
  font-family: "Geometria", sans-serif, Arial;
  font-weight: 400;
  font-size: 10px;
  color: #000000;
  line-height: normal;
  background: #ffffff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding-top: 0;
}
body.rtl {
  direction: rtl;
}
body:not(.body-pdf) {
  padding-top: 5.9rem;
  font-size: 1.1rem;
}
@media (min-width: 992px) {
  body.admin-bar {
    padding-top: 9.1rem;
  }
}
.lock body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}

p {
  font-family: "Geometria", sans-serif, Arial;
  font-weight: 400;
  font-size: 1.6rem;
  margin: 0;
}

.wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0 2rem;
  z-index: 2;
}
@media (min-width: 992px) {
  .wrapper {
    max-width: 123rem;
    padding: 0 1.5rem;
  }
}

input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.title, .main-title {
  font-weight: 700;
  font-size: 2rem;
  color: #000000;
  font-family: "Druk", sans-serif, Arial;
  text-transform: uppercase;
  font-kerning: none;
  line-height: 130%;
}
@media (min-width: 992px) {
  .title, .main-title {
    font-size: 2.8rem;
  }
}
.title span, .title b, .title strong, .main-title span, .main-title b, .main-title strong {
  font-weight: 700;
}
.title span:not(.right), .title b:not(.right), .title strong:not(.right), .main-title span:not(.right), .main-title b:not(.right), .main-title strong:not(.right) {
  color: #6c6c6c;
}
.title p, .title h1, .title h2, .title h3, .title h4, .title h5, .main-title p, .main-title h1, .main-title h2, .main-title h3, .main-title h4, .main-title h5 {
  display: inline;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-kerning: none;
}
.title .line, .main-title .line {
  overflow: hidden;
  position: relative;
}

.screen-reader-text {
  display: none;
}

.fls-preloader__counter {
  font-family: "Druk", sans-serif, Arial;
  font-size: 4.5rem;
}
@media (min-width: 992px) {
  .fls-preloader__counter {
    font-size: 9rem;
  }
}
.fls-preloader__logo {
  width: 11.7rem;
}
.fls-preloader__logo svg {
  display: block;
  width: 100%;
  height: 100%;
}
.fls-preloader__logo.lw {
  bottom: 5.4rem;
  height: 0.7rem;
}
.fls-preloader__logo.lw svg {
  width: 7.8rem;
}
.fls-preloader__logo.lr {
  width: 100%;
  height: 3.3rem;
  bottom: 6.3rem;
}

.fls-cursor {
  pointer-events: none;
}

.fls-cursor__shadow {
  will-change: transform;
  transition: all 0.05s linear 0s;
  position: fixed;
  width: 1rem;
  height: 1rem;
}
.fls-cursor__shadow::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 3px solid #000;
  animation: rotate 5s infinite linear;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.fls-cursor__pointer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  mix-blend-mode: difference;
}
.fls-cursor__pointer svg {
  width: 1rem;
  height: 1rem;
  transition: all 0.3s ease 0s;
}
.fls-cursor__pointer svg path {
  fill: #353535;
}

.fls-cursor._hover .fls-cursor__pointer svg {
  transform: scale(3);
}
.fls-cursor._active .fls-cursor__pointer svg {
  transition: all 0.05s ease 0s;
  transform: scale(0.8);
}

.section-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 7;
  padding: 1.4rem 0;
  background: #f8f8f8;
}
@media (min-width: 992px) {
  .admin-bar .section-header {
    top: 3.2rem;
  }
}
body:not(.home) .section-header {
  background: #f8f8f8;
}
@media (min-width: 992px) {
  body:not(.home) .section-header .header-menu ul li .link {
    color: #000000;
  }
}
@media (min-width: 992px) {
  .section-header {
    padding: 0.9rem 0;
  }
}
.section-header._header-scroll {
  position: fixed;
  transition: transform 0.2s linear;
  transform: translateY(0);
}
.product .section-header._header-scroll, .single-product .section-header._header-scroll {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.product .section-header._header-scroll .header-content, .single-product .section-header._header-scroll .header-content {
  display: none;
}
.product .section-header._header-scroll .header-object, .single-product .section-header._header-scroll .header-object {
  display: flex;
}
@media (min-width: 992px) {
  .product .section-header._header-scroll .header-object, .single-product .section-header._header-scroll .header-object {
    display: block;
  }
}
.section-header._header-up {
  transform: translateY(-100%);
}
.section-header._header-down {
  transform: translateY(-100%);
}
.section-header .header-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.section-header .header-object {
  display: none;
  align-items: center;
  justify-content: space-between;
}
.section-header .header-object__top .info {
  display: none;
}
@media (min-width: 992px) {
  .section-header .header-object__top .info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4rem;
  }
  .section-header .header-object__top .info .link--agent {
    font-size: 1.6rem;
    font-weight: 700;
    text-decoration: underline;
    color: #353535;
  }
  .section-header .header-object__top .info .link--agent:hover {
    text-decoration: none;
  }
  .section-header .header-object__top .info-price {
    font-size: 1.6rem;
    font-weight: 700;
    color: #dc0008;
  }
  .section-header .header-object__top .info-contacts {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2rem;
  }
  .section-header .header-object__top .info-contacts .link {
    width: 1.6rem;
    height: 1.6rem;
  }
  .section-header .header-object__top .info-contacts .link .icon {
    display: block;
    width: 100%;
    height: 100%;
  }
  .section-header .header-object__top .info-contacts .link .icon svg {
    width: 100%;
    height: 100%;
    display: block;
  }
  .section-header .header-object__top .info-contacts .link--phone span {
    display: block;
  }
}
@media (min-width: 992px) {
  .section-header .header-object__top .content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4rem;
  }
}
.section-header .header-object__top .content .link--back {
  width: 3rem;
  height: 2rem;
  background: url("../img/back-m.svg") center/1.2rem 0.6rem no-repeat;
}
@media (min-width: 992px) {
  .section-header .header-object__top .content .link--back {
    width: auto;
    background: url("../img/back-d.svg") center left/4rem 1.2rem no-repeat;
  }
}
.section-header .header-object__top .content .link--back .text {
  display: none;
}
@media (min-width: 992px) {
  .section-header .header-object__top .content .link--back .text {
    display: block;
  }
}
@media (min-width: 992px) {
  .section-header .header-object__top .content .link--back {
    font-size: 1.4rem;
    line-height: 140%;
    color: #6c6c6c;
    padding-left: 5.5rem;
    white-space: nowrap;
  }
}
.section-header .header-object__top .content-name {
  display: none;
}
@media (min-width: 992px) {
  .section-header .header-object__top .content-name {
    display: block;
  }
  .section-header .header-object__top .content-name p {
    font-weight: 700;
    color: #000000;
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .section-header .header-object__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .section-header .header-object__bottom {
    padding-top: 0.8rem;
  }
}
.section-header .header-object__bottom .actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  padding: 0.3rem 1.4rem;
}
@media (min-width: 992px) {
  .section-header .header-object__bottom .actions {
    padding: 0;
  }
}
.section-header .header-object__bottom .actions .btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .section-header .header-object__bottom .actions .btn {
    gap: 1rem;
  }
}
.section-header .header-object__bottom .actions .btn span {
  display: block;
}
.section-header .header-object__bottom .actions .btn .icon {
  width: 1.6rem;
  height: 1.6rem;
}
.section-header .header-object__bottom .actions .btn .icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.section-header .header-object__bottom .actions .btn .icon svg path {
  fill: #6c6c6c;
}
@media (min-width: 992px) {
  .section-header .header-object__bottom .actions .btn .icon svg path {
    fill: #dddddd;
  }
}
.section-header .header-object__bottom .actions .btn .text {
  display: none;
}
@media (min-width: 992px) {
  .section-header .header-object__bottom .actions .btn .text {
    display: block;
    font-size: 1.6rem;
    line-height: 150%;
    color: #6c6c6c;
  }
}
.section-header .header-object__bottom .list {
  display: none;
}
@media (min-width: 992px) {
  .section-header .header-object__bottom .list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .section-header .header-object__bottom .list li .link {
    font-size: 1.6rem;
    line-height: 150%;
    color: #6c6c6c;
    padding: 0.5rem 1rem;
  }
  .section-header .header-object__bottom .list li .link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background: #dc0008;
    width: 0%;
    pointer-events: none;
    transition: 0.2s linear;
  }
  .section-header .header-object__bottom .list li .link._navigator-active {
    color: #dc0008;
  }
  .section-header .header-object__bottom .list li .link._navigator-active::after {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .section-header .header-object__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.section-header .header-menu {
  display: none;
}
@media (min-width: 992px) {
  .section-header .header-menu {
    display: block;
  }
  .section-header .header-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .section-header .header-menu ul:not(.sub-menu) {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .section-header .header-menu ul:not(.sub-menu) li {
    padding: 0.5rem 0.85rem;
    position: relative;
  }
  .section-header .header-menu ul:not(.sub-menu) li.current_page_item a {
    font-weight: 500;
    color: #dc0008;
  }
  .section-header .header-menu ul:not(.sub-menu) li:nth-child(1) {
    padding-left: 0;
  }
  .section-header .header-menu ul:not(.sub-menu) li:last-child {
    padding-right: 0;
  }
  .section-header .header-menu ul:not(.sub-menu) li.menu-item-has-children:hover > a:after, .section-header .header-menu ul:not(.sub-menu) li.menu-item-has-children:hover > span:after {
    transform: translateY(-50%) rotate(180deg);
  }
  .section-header .header-menu ul:not(.sub-menu) li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .section-header .header-menu ul:not(.sub-menu) li.menu-item-has-children > a, .section-header .header-menu ul:not(.sub-menu) li.menu-item-has-children > span {
    padding-right: 1.2rem;
  }
  .section-header .header-menu ul:not(.sub-menu) li.menu-item-has-children > a:after, .section-header .header-menu ul:not(.sub-menu) li.menu-item-has-children > span:after {
    position: absolute;
    width: 0.7rem;
    height: 0.4rem;
    background: url("../img/expand_more.svg") center/contain no-repeat;
    top: 50%;
    right: 0;
    content: "";
    transition: 0.2s linear;
    pointer-events: none;
    transform: translateY(-50%);
  }
  .section-header .header-menu ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0.85rem;
    background: #ffffff;
    opacity: 0;
    border-radius: 0.5rem;
    visibility: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    transition: 0.2s linear;
    min-width: 27rem;
    width: auto;
    padding: 1rem 1.5rem;
    pointer-events: none;
  }
  .section-header .header-menu ul.sub-menu::after {
    position: absolute;
    bottom: 100%;
    left: 1.5rem;
    content: "";
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 0.5rem;
    border-left-width: 0.5rem;
    border-bottom: 0.5rem solid #dc0008;
  }
  .section-header .header-menu ul.sub-menu li {
    padding: 0;
  }
  .section-header .header-menu ul.sub-menu li.all {
    grid-column: span 2;
  }
  .section-header .header-menu ul.sub-menu li.all a, .section-header .header-menu ul.sub-menu li.all span {
    color: #dc0008;
    text-decoration: underline;
    font-weight: 500;
  }
  .section-header .header-menu ul.sub-menu li.all a:hover, .section-header .header-menu ul.sub-menu li.all span:hover {
    text-decoration: none;
  }
  .section-header .header-menu ul.sub-menu li:hover a, .section-header .header-menu ul.sub-menu li:hover span {
    color: #dc0008;
  }
  .section-header .header-menu ul.sub-menu li.menu-item-has-children a, .section-header .header-menu ul.sub-menu li.menu-item-has-children span {
    padding-right: 2rem;
  }
  .section-header .header-menu ul.sub-menu li.menu-item-has-children a:after, .section-header .header-menu ul.sub-menu li.menu-item-has-children span:after {
    right: 0;
  }
  .section-header .header-menu ul.sub-menu li.menu-item-has-children:hover a:after, .section-header .header-menu ul.sub-menu li.menu-item-has-children:hover span:after {
    transform: translateY(-50%) rotate(-90deg);
  }
  .section-header .header-menu ul.sub-menu li a, .section-header .header-menu ul.sub-menu li span {
    white-space: nowrap;
    line-height: 130%;
    text-transform: initial;
    padding: 0.5rem 0;
    letter-spacing: normal;
  }
  .section-header .header-menu ul.sub-menu li.menu-item-has-children .sub-menu {
    top: 0;
    left: 100%;
  }
  .section-header .header-menu ul.sub-menu li.menu-item-has-children .sub-menu li a, .section-header .header-menu ul.sub-menu li.menu-item-has-children .sub-menu li span {
    color: #fff;
  }
  .section-header .header-menu ul.sub-menu li.menu-item-has-children .sub-menu li a:hover, .section-header .header-menu ul.sub-menu li.menu-item-has-children .sub-menu li span:hover {
    color: #dc0008;
  }
  .section-header .header-menu ul .columns-2 .sub-menu {
    min-width: 30rem;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 2rem;
  }
}
.section-header .header-logo {
  width: 9.3rem;
  height: 3.2rem;
}
@media (min-width: 992px) {
  .section-header .header-logo {
    width: 11.7rem;
    height: 4.1rem;
  }
}
.section-header .header-phone .link {
  font-weight: 500;
  font-size: 1.2rem;
}
.section-header .header-whatsup .link {
  width: 2rem;
  height: 2rem;
}
.section-header .header-whatsup .link span {
  display: block;
}
.section-header .header-whatsup .link span.icon {
  width: 100%;
  height: 100%;
}
.section-header .header-whatsup .link span.icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.section-header .header-langs__desctop {
  display: none;
}
@media (min-width: 992px) {
  .section-header .header-langs__desctop {
    display: block;
    position: relative;
  }
  .section-header .header-langs__desctop-selected {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    cursor: pointer;
    padding: 1rem 0;
  }
  .section-header .header-langs__desctop-selected-text {
    transition: 0.2s linear;
    font-weight: 500;
    line-height: 130%;
    font-size: 1.2rem;
    color: #000;
  }
  .section-header .header-langs__desctop-selected-text .lang {
    text-transform: uppercase;
  }
  .section-header .header-langs__desctop-selected-icon {
    width: 0.7rem;
    height: 100%;
  }
  .section-header .header-langs__desctop-selected-icon svg {
    width: 0.7rem;
    height: 0.4rem;
    display: block;
    transition: 0.2s linear;
  }
  .section-header .header-langs__desctop-selected-icon svg path {
    stroke: #000000;
    transition: 0.2s linear;
  }
  .section-header .header-langs__desctop-popup {
    position: absolute;
    top: 100%;
    left: 50%;
    transition: 0.2s linear;
    transform: translateX(-50%);
    z-index: 3;
    border-radius: 1.5rem;
    padding: 1rem;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    width: 17.5rem;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
  }
  .section-header .header-langs__desctop-popup .header-langs__select[data-currency] {
    margin-top: 1rem;
  }
  .section-header .header-langs__desctop-popup .header-langs__select-title {
    font-size: 1.1rem;
    color: #6c6c6c;
    line-height: 130%;
    margin-bottom: 0.5rem;
  }
  .section-header .header-langs__desctop-popup .header-langs__select-switch {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 0.5rem;
    padding: 0.5rem;
    border: 1px solid #dddddd;
    border-radius: 5rem;
    margin-bottom: 1rem;
  }
  .section-header .header-langs__desctop-popup .header-langs__select-switch .btn {
    background: #EDEDED;
    border-radius: 5rem;
    width: 100%;
    padding: 0.3rem 0.5rem;
    font-size: 1.1rem;
    line-height: 130%;
    color: #353535;
  }
  .section-header .header-langs__desctop-popup .header-langs__select-switch .btn.selected {
    background: #353535;
    color: #EDEDED;
  }
}
.section-header .header-langs__desctop:hover .header-langs__desctop-selected-text {
  color: #dc0008;
}
.section-header .header-langs__desctop:hover .header-langs__desctop-selected-icon svg {
  transform: rotate(180deg);
}
.section-header .header-langs__desctop:hover .header-langs__desctop-selected-icon svg path {
  stroke: #dc0008;
}
.section-header .header-langs__desctop:hover .header-langs__desctop-popup {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
.section-header .header-langs__mobile {
  position: relative;
}
.section-header .header-langs__mobile-selected {
  position: relative;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5rem;
  padding-right: 1rem;
}
.section-header .header-langs__mobile-selected::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.7rem;
  height: 0.4rem;
  background: url("../img/ad.svg") center/100% no-repeat;
  transition: 0.2s linear;
  content: "";
}
.section-header .header-langs__mobile-selected span {
  display: block;
  text-transform: uppercase;
}
.section-header .header-langs__mobile-popup {
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  border-radius: 1rem;
  transition: 0.2s linear;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.section-header .header-langs__mobile-popup ul {
  padding: 0.5rem 0;
  margin: 0;
  list-style: none;
}
.section-header .header-langs__mobile-popup ul li a {
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  font-weight: 500;
  color: #353535;
}
.section-header .header-langs__mobile.active .header-langs__mobile-selected::after {
  transform: translateY(-50%) rotate(180deg);
}
.section-header .header-langs__mobile.active .header-langs__mobile-popup {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 992px) {
  .section-header .header-langs__mobile {
    display: none;
  }
}
.section-header .header-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}
@media (min-width: 992px) {
  .section-header .header-actions .btn--menu {
    display: none;
  }
}

.link {
  display: block;
  font-family: "Geometria", sans-serif, Arial;
  position: relative;
  transition: 0.2s linear;
  border: none;
  cursor: pointer;
  padding: 0;
}
.link--flogo {
  width: 9.4rem;
  height: 7.9rem;
}
.link--flogo img {
  width: 100%;
  height: 100%;
}
.link--menu {
  line-height: 130%;
  transition: 0.2s linear;
}
@media (min-width: 992px) {
  .link--menu:hover {
    color: #dc0008;
  }
}
.link--logo span {
  display: block;
}
.link--logo .icon {
  width: 9.3rem;
  height: 3.2rem;
}
.link--logo .icon img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .link--logo .icon {
    width: 11.7rem;
    height: auto;
  }
}
.link--red {
  color: #dc0008;
  font-weight: 700;
  font-size: 1.2rem;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .link--red {
    font-size: 1.4rem;
  }
}
.link--red:hover {
  text-decoration: none;
}
.link--team {
  width: 2rem;
  height: 2rem;
}
@media (min-width: 992px) {
  .link--team {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.link--team .icon {
  width: 100%;
  height: 100%;
  display: block;
}
.link--team .icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.link--phone {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.2rem;
  font-weight: 700;
  color: #000000;
}
.rtl .link--phone {
  direction: ltr;
}
.link--phone span {
  display: block;
}
.link--phone .icon {
  width: 1.6rem;
  height: 1.6rem;
}
.link--phone .icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.link--phone .icon svg path {
  fill: #000000;
}
@media (min-width: 992px) {
  .link--phone .icon {
    display: none;
  }
}
.link--phone .text {
  display: none;
}
@media (min-width: 992px) {
  .link--phone .text {
    display: block;
  }
}
.link--directions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
  font-size: 1.6rem;
  line-height: 130%;
}
@media (min-width: 992px) {
  .link--directions {
    font-size: 1.8rem;
    gap: 2rem;
  }
}
.link--directions b, .link--directions strong {
  font-weight: 700;
}
.link--directions span {
  display: block;
  position: relative;
}
.link--directions span.text {
  width: calc(100% - 5rem);
}
.link--directions span.text::after {
  position: absolute;
  bottom: 0;
  width: 0;
  background: #353535;
  height: 1px;
  content: "";
  left: 0;
  pointer-events: none;
  transition: 0.2s linear;
}
.rtl .link--directions span.text::after {
  right: 0;
  left: initial;
}
.link--directions .icon {
  width: 3.5rem;
  height: 3.5rem;
  background: #6c6c6c;
  transition: 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .link--directions .icon {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.link--directions .icon img {
  max-width: 100%;
  height: 2.4rem;
  width: auto;
}
@media (min-width: 992px) {
  .link--directions .icon img {
    height: 3rem;
  }
}
.link--directions:hover {
  font-weight: 700;
}
.link--directions:hover span.text::after {
  width: 100%;
}
.link--directions:hover .icon {
  background: #dc0008;
}
.link--arrows {
  width: 3.6rem;
  height: 1.2rem;
}
@media (min-width: 992px) {
  .link--arrows {
    width: auto;
    height: auto;
  }
  .link--arrows::after {
    content: attr(title);
    font-size: 1.4rem;
    font-family: "Geometria", sans-serif, Arial;
    display: block;
  }
}
.link--arrows.disabled {
  opacity: 0.5;
}
.link--arrows:hover {
  color: #dc0008;
}
.link--arrows[data-prev] {
  background: url("../img/prev.svg") center/3.6rem no-repeat;
}
@media (min-width: 992px) {
  .link--arrows[data-prev] {
    padding-left: 8rem;
    background: url("../img/prev-d.svg") left center/6rem no-repeat;
  }
  .link--arrows[data-prev]:hover {
    background: url("../img/prev-d-red.svg") left center/6rem no-repeat;
  }
}
.link--arrows[data-next] {
  background: url("../img/next.svg") center/3.6rem no-repeat;
}
@media (min-width: 992px) {
  .link--arrows[data-next] {
    padding-right: 8rem;
    background: url("../img/next-d.svg") right center/6rem no-repeat;
  }
  .link--arrows[data-next]:hover {
    background: url("../img/next-d-red.svg") right center/6rem no-repeat;
  }
}

.btn {
  transition: 0.2s linear;
  display: block;
  font-family: "Geometria", sans-serif, Arial;
  cursor: pointer;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  position: relative;
  padding: 0;
  font-weight: 400;
  line-height: normal;
}
.btn--default {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  background: #dc0008;
  padding: 1.1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 10rem;
}
.btn--default .text, .btn--default .icon {
  position: relative;
  z-index: 2;
}
.btn--default:hover {
  background: #FF1D26;
}
.btn--default:active {
  background: #AB0006;
}
.btn--default:disabled, .btn--default.disabled {
  background: #D6D6D6;
}
.btn--default.invert {
  background: #dc0008;
}
.btn--default.invert:hover {
  background: #000000;
}
.btn--default.transparent {
  background: transparent;
  color: #dc0008;
}
.btn--default.transparent:hover {
  background: #ffffff;
}
.btn--default.border {
  border: 1px solid #dc0008;
  padding: 1.5rem 1.1rem;
  font-weight: 400;
}
.btn--default.border:hover {
  background: #dc0008;
  color: #ffffff;
}
.btn--default[data-loadmore-btn] {
  padding: 1rem 1.5rem;
  width: 18rem;
}
@media (min-width: 992px) {
  .btn--default[data-loadmore-btn] {
    padding: 1.5rem 1.5rem;
  }
}
.btn--default.btn--filtering {
  display: none;
}
@media (min-width: 992px) {
  .btn--default.btn--filtering {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #dddddd;
    gap: 1rem;
    width: 15rem;
    padding: 0.9rem 1rem;
  }
  .btn--default.btn--filtering span {
    display: block;
  }
  .btn--default.btn--filtering .text {
    color: #353535;
    width: calc(100% - 3rem);
    text-align: left;
  }
  .btn--default.btn--filtering .icon {
    width: 2rem;
    height: 2rem;
  }
  .btn--default.btn--filtering .icon svg {
    width: 100%;
    height: 100%;
    display: block;
  }
  .btn--default.btn--filtering .icon svg path {
    fill: #dc0008;
    transition: 0.2s linear;
  }
}
.btn--whatsapp {
  position: fixed;
  right: 2rem;
  bottom: 10.5rem;
  z-index: 6;
  width: 5rem;
  height: 5rem;
  transition: 0.2s linear;
}
@media (min-width: 992px) {
  .btn--whatsapp {
    width: 4rem;
    height: 4rem;
    right: 4rem;
    bottom: 6rem;
  }
}
.btn--whatsapp .icon {
  display: block;
  width: 100%;
  height: 100%;
}
.btn--whatsapp .icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (min-width: 992px) {
  .btn--whatsapp:hover {
    transform: scale(1.1);
  }
}
.btn--nav {
  width: 3.6rem;
  height: 1.2rem;
}
@media (min-width: 992px) {
  .btn--nav {
    width: 6rem;
  }
}
.btn--nav:hover {
  opacity: 0.5;
}
.rtl .btn--nav {
  transform: rotate(180deg);
}
.btn--nav[data-prev] {
  background: url("../img/prev.svg") center/3.6rem no-repeat;
}
.btn--nav[data-prev][data-white] {
  background: url("../img/prev-m-w.svg") center/3.6rem no-repeat;
}
@media (min-width: 992px) {
  .btn--nav[data-prev][data-white] {
    background: url("../img/prev-d-w.svg") center/6rem no-repeat;
  }
}
@media (min-width: 992px) {
  .btn--nav[data-prev] {
    background: url("../img/prev-d.svg") center/6rem no-repeat;
  }
}
.btn--nav[data-next] {
  background: url("../img/next.svg") center/3.6rem no-repeat;
}
.btn--nav[data-next][data-white] {
  background: url("../img/next-m-w.svg") center/3.6rem no-repeat;
}
@media (min-width: 992px) {
  .btn--nav[data-next][data-white] {
    background: url("../img/next-d-w.svg") center/6rem no-repeat;
  }
}
@media (min-width: 992px) {
  .btn--nav[data-next] {
    background: url("../img/next-d.svg") center/6rem no-repeat;
  }
}
.btn--nav.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.btn--menu span {
  display: block;
}
.btn--menu span.icon {
  width: 3.2rem;
  height: 1.6rem;
}
.btn--menu span.icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (min-width: 992px) {
  .btn--menu {
    display: none;
  }
}

@keyframes button-circle {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(10);
    opacity: 0;
  }
}
[data-loadmore] {
  width: 100%;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  [data-loadmore] {
    margin-top: 4rem;
  }
}
[data-loadmore] [data-loadmore-btn] {
  margin-left: auto;
  margin-right: auto;
}

.field {
  transition: 0.2s linear;
  border: none;
  background: transparent;
  outline: none;
  text-overflow: ellipsis;
  font-family: "Geometria", sans-serif, Arial;
  width: 100%;
  color: #000000;
  font-weight: 400;
  -webkit-appearance: none;
  border-radius: 0;
  line-height: normal;
}
.field::placeholder {
  color: #6c6c6c;
  font-weight: 400;
}
.field.error {
  border-color: red;
}
.field.wpcf7-not-valid {
  border-color: red;
}
.field--default {
  border: 1px solid #dddddd;
  background: #ffffff;
  font-weight: 400;
  padding: 1.15rem 2rem;
  font-size: 1.2rem;
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .field--default {
    font-size: 1.4rem;
    padding: 1rem 2rem;
  }
}
.field--search {
  padding-left: 3.6rem;
  background: url("../img/search.svg") left 1rem center/1.6rem 1.6rem no-repeat, #ffffff;
}
.rtl .field--search {
  padding-right: 3.6rem;
  padding-left: 2rem;
  background: url("../img/search.svg") right 1rem center/1.6rem 1.6rem no-repeat, #ffffff;
}
@media (min-width: 992px) {
  .field--search {
    padding-left: 3.6rem;
  }
  .rtl .field--search {
    padding-left: 2rem;
    padding-right: 3.6rem;
  }
}
.field--text {
  resize: none;
  min-height: 9.6rem;
}
@media (min-width: 992px) {
  .field--text {
    min-height: 10rem;
  }
}

.section-footer {
  background: #353535;
  padding: 5rem 0 3rem 0;
}
@media (min-width: 992px) {
  .section-footer .footer {
    position: relative;
  }
}
.section-footer .footer-news {
  padding-bottom: 4rem;
  border-bottom: 1px solid #6c6c6c;
}
@media (min-width: 992px) {
  .section-footer .footer-news {
    padding-bottom: 5rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 5rem;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .section-footer .footer-news__text {
    width: calc(100% - 80rem);
  }
}
.section-footer .footer-news__text .title {
  font-size: 1.4rem;
  color: #ffffff;
}
@media (min-width: 992px) {
  .section-footer .footer-news__text .title {
    font-size: 1.6rem;
  }
}
.section-footer .footer-news__text .subtitle {
  margin-top: 1.2rem;
}
.section-footer .footer-news__text .subtitle p {
  font-size: 1.1rem;
  line-height: 130%;
  color: #ffffff;
}
.section-footer .footer-news__form {
  border-radius: 3rem;
  background: #474747;
  padding: 1rem;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .section-footer .footer-news__form {
    width: 75rem;
    margin-top: 0;
  }
  .section-footer .footer-news__form .form-row {
    margin-top: 0;
  }
  .section-footer .footer-news__form .form-submit {
    margin-top: 0;
  }
  .section-footer .footer-news__form .form form {
    display: grid;
    grid-template-columns: 1fr 1fr 27rem;
    grid-column-gap: 1rem;
  }
}
.section-footer .footer-content {
  padding-top: 4rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .section-footer .footer-content {
    padding-top: 2.4rem;
    display: grid;
    grid-template-columns: auto auto auto 28rem;
    grid-column-gap: 4rem;
    margin-bottom: 0;
  }
}
.section-footer .footer-content__col {
  width: 100%;
}
.section-footer .footer-content__col-logo {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .section-footer .footer-content__col-logo {
    margin-bottom: 0;
  }
}
.section-footer .footer-content__col-logo .link {
  width: 11.7rem;
  height: 4.1rem;
}
.section-footer .footer-content__col-logo .link img {
  width: 100%;
  height: auto;
}
.section-footer .footer-content__col-menu {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .section-footer .footer-content__col-menu {
    margin-bottom: 0;
  }
}
.section-footer .footer-content__col-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  column-gap: 2.4rem;
  columns: auto 2;
}
@media (min-width: 992px) {
  .section-footer .footer-content__col-menu ul {
    columns: auto 3;
    column-gap: 4rem;
  }
}
.section-footer .footer-content__col-menu ul li + li {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .section-footer .footer-content__col-menu ul li + li {
    margin-top: 0;
  }
}
.section-footer .footer-content__col-menu ul li .link {
  font-size: 1.1rem;
  line-height: 110%;
  color: #ededed;
}
@media (min-width: 992px) {
  .section-footer .footer-content__col-menu ul li .link {
    line-height: 130%;
  }
}
.section-footer .footer-content__col-social {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .section-footer .footer-content__col-social {
    margin-bottom: 0;
  }
}
.section-footer .footer-content__col-social ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-row-gap: 1.2rem;
  grid-column-gap: 2.4rem;
  list-style: none;
  padding: 0;
  max-width: 22rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .section-footer .footer-content__col-social ul {
    grid-row-gap: 1rem;
    grid-column-gap: 1.5rem;
  }
}
.section-footer .footer-content__col-social ul li .link {
  width: 3.6rem;
  height: 3.6rem;
}
@media (min-width: 992px) {
  .section-footer .footer-content__col-social ul li .link {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.section-footer .footer-content__col-social ul li .link img {
  width: 100%;
  height: 100%;
}
.section-footer .footer-content__col-social ul li .link svg {
  width: 100%;
  height: 100%;
  display: block;
}
.section-footer .footer-content__col-location {
  text-align: center;
  color: #ededed;
}
@media (min-width: 992px) {
  .section-footer .footer-content__col-location {
    text-align: left;
  }
}
.section-footer .footer-content__col-location .link {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 140%;
}
.section-footer .footer-content__col-location .time {
  margin-top: 1.6rem;
}
@media (min-width: 992px) {
  .section-footer .footer-content__col-location .time {
    margin-top: 2.7rem;
  }
}
.section-footer .footer-content__col-location .time p {
  font-size: 1.1rem;
  line-height: 130%;
}
.section-footer .footer-content__col-location .time p b {
  font-weight: 700;
}
.section-footer .footer-bottom {
  text-align: center;
  color: #6c6c6c;
}
@media (min-width: 992px) {
  .section-footer .footer-bottom {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
  }
  .rtl .section-footer .footer-bottom {
    right: 0;
    left: initial;
  }
}
.section-footer .footer-bottom p {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .section-footer .footer-bottom p {
    margin-bottom: 0;
  }
}
.section-footer .footer-bottom p, .section-footer .footer-bottom .link {
  font-size: 1.1rem;
  line-height: 130%;
}
.section-footer .footer-bottom .link {
  text-decoration: underline;
}
.section-footer .footer-bottom .link + .link {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .section-footer .footer-bottom .link + .link {
    margin-top: 0;
  }
}
.section-footer .footer-bottom .link:hover {
  text-decoration: none;
}

.section-breadcrumbs {
  padding: 1rem 0;
  position: absolute;
  top: 6rem;
  left: 0;
  width: 100%;
  z-index: 4;
  background: transparent;
}
@media (min-width: 992px) {
  .admin-bar .section-breadcrumbs {
    top: 9.2rem;
  }
}
@media (min-width: 992px) {
  .section-breadcrumbs {
    padding: 1rem 0 0 0;
  }
}
.section-breadcrumbs .breadcrumbs {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 992px) {
  .section-breadcrumbs .breadcrumbs {
    justify-content: flex-start;
  }
}
.section-breadcrumbs .breadcrumbs .kama_breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: normal;
  color: #dddddd;
  overflow: auto;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .section-breadcrumbs .breadcrumbs .kama_breadcrumbs {
    font-size: 1.1rem;
    justify-content: flex-start;
  }
}
.section-breadcrumbs .breadcrumbs .kama_breadcrumbs > span, .section-breadcrumbs .breadcrumbs .kama_breadcrumbs > li {
  display: block;
}
.section-breadcrumbs .breadcrumbs .kama_breadcrumbs > span .icon, .section-breadcrumbs .breadcrumbs .kama_breadcrumbs > li .icon {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
}
.section-breadcrumbs .breadcrumbs .kama_breadcrumbs > span .icon svg, .section-breadcrumbs .breadcrumbs .kama_breadcrumbs > li .icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.section-breadcrumbs .breadcrumbs .kama_breadcrumbs > span .icon svg path, .section-breadcrumbs .breadcrumbs .kama_breadcrumbs > li .icon svg path {
  fill: #dddddd;
}
.section-breadcrumbs .breadcrumbs .kama_breadcrumbs > span.kb_sep, .section-breadcrumbs .breadcrumbs .kama_breadcrumbs > li.kb_sep {
  display: block;
}
.section-breadcrumbs .breadcrumbs .kama_breadcrumbs > span.kb_title, .section-breadcrumbs .breadcrumbs .kama_breadcrumbs > li.kb_title {
  font-weight: 400;
}
.section-breadcrumbs .breadcrumbs .kama_breadcrumbs a {
  display: block;
}
.page-template-template-sample .section-breadcrumbs .breadcrumbs .kama_breadcrumbs, .page-template-template-contacts .section-breadcrumbs .breadcrumbs .kama_breadcrumbs, .page-template-template-reviews .section-breadcrumbs .breadcrumbs .kama_breadcrumbs, .single-team .section-breadcrumbs .breadcrumbs .kama_breadcrumbs {
  color: #6c6c6c;
}
.page-template-template-sample .section-breadcrumbs .breadcrumbs .kama_breadcrumbs > span .icon svg path, .page-template-template-sample .section-breadcrumbs .breadcrumbs .kama_breadcrumbs > li .icon svg path, .page-template-template-contacts .section-breadcrumbs .breadcrumbs .kama_breadcrumbs > span .icon svg path, .page-template-template-contacts .section-breadcrumbs .breadcrumbs .kama_breadcrumbs > li .icon svg path, .page-template-template-reviews .section-breadcrumbs .breadcrumbs .kama_breadcrumbs > span .icon svg path, .page-template-template-reviews .section-breadcrumbs .breadcrumbs .kama_breadcrumbs > li .icon svg path, .single-team .section-breadcrumbs .breadcrumbs .kama_breadcrumbs > span .icon svg path, .single-team .section-breadcrumbs .breadcrumbs .kama_breadcrumbs > li .icon svg path {
  fill: #6c6c6c;
}
.single-product .section-breadcrumbs .breadcrumbs .kama_breadcrumbs, .single-services .section-breadcrumbs .breadcrumbs .kama_breadcrumbs {
  color: #353535;
}
.single-product .section-breadcrumbs .breadcrumbs .kama_breadcrumbs > span .icon svg path, .single-product .section-breadcrumbs .breadcrumbs .kama_breadcrumbs > li .icon svg path, .single-services .section-breadcrumbs .breadcrumbs .kama_breadcrumbs > span .icon svg path, .single-services .section-breadcrumbs .breadcrumbs .kama_breadcrumbs > li .icon svg path {
  fill: #353535;
}

:root {
  --app-height: 100%;
}

.mmenu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  height: 100vh;
  height: var(--app-height);
  transition: 0.2s linear;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  background: #f8f8f8;
  padding: 1.4rem 2rem 2.5rem;
  width: 100%;
}
.menu-open .mmenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mmenu-langs__select {
  width: 100%;
}
.mmenu-langs__select-title {
  font-size: 1.1rem;
  color: #6c6c6c;
  line-height: 130%;
  margin-bottom: 0.5rem;
}
.mmenu-langs__select .select__content {
  font-size: 1.2rem;
}
.mmenu-langs__select .select__title {
  padding: 1.15rem 1rem;
  border-radius: 5rem;
}
.mmenu-langs__select .select._select-open .select__title {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  border-bottom-color: #dddddd;
  border-top-color: #ffffff;
}
.mmenu-langs__select .select--show-top .select__option {
  font-size: 1.2rem;
  padding: 1rem 1rem;
}
.mmenu-langs__select .select--show-top .select__options {
  bottom: 100%;
  border-bottom: none;
  border-color: #dddddd;
  border-top-right-radius: 2rem;
  border-top-left-radius: 2rem;
}
.mmenu-content {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  position: relative;
}
.mmenu-content .btn--closemenu svg {
  width: 2.1rem;
  height: 2.1rem;
  display: block;
}
.mmenu-content .btn--closemenu svg path {
  fill: #dc0008;
}
.mmenu-content__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #ededed;
}
.mmenu-content__footer {
  margin-top: auto;
  width: 100%;
}
.mmenu-content__area .area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.5rem;
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 5rem;
  border: 1px solid #dddddd;
  width: 100%;
}
.mmenu-content__area .area .btn {
  color: #353535;
  background: #ededed;
  border-radius: 5rem;
  width: 100%;
  font-size: 1.1rem;
  padding: 0.8rem 1rem;
}
.mmenu-content__area .area .btn.selected {
  background: #353535;
  color: #ffffff;
}
.mmenu-content__selects {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  margin-top: 1rem;
}
.mmenu-content__phone {
  width: 100%;
  margin-top: 2rem;
}
.mmenu-content__phone .link {
  font-size: 1.4rem;
  width: 2.4rem;
  height: 2.4rem;
}
.mmenu-content__phone .link .icon {
  display: block;
  width: 100%;
  height: 100%;
}
.mmenu-content__phone .link .icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.mmenu-content__menu {
  width: 100%;
  margin: 1.5rem 0;
  max-height: 62.5vh;
  overflow: auto;
}
.mmenu-content__menu-arrow {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.mmenu-content__menu-arrow .link {
  width: calc(100% - 2.4rem);
}
.mmenu-content__menu-arrow .btn {
  width: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mmenu-content__menu-arrow .btn svg {
  width: 1.3rem;
  height: 0.6rem;
  display: block;
  transition: 0.2s linear;
}
.mmenu-content__menu-arrow.active .btn svg {
  transform: rotate(180deg);
}
.mmenu-content__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mmenu-content__menu ul li .link {
  font-size: 1.4rem;
  font-weight: 500;
  color: #353535;
  line-height: 130%;
  padding: 0.5rem 0;
}
.mmenu-content__menu ul li.current_page_item .link {
  color: #dc0008;
}
.mmenu-content__menu ul.sub-menu {
  padding-top: 0.5rem;
  padding-left: 2rem;
}
.mmenu-content__menu ul.sub-menu li .link {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
}
.mmenu-content__lang {
  position: relative;
}
.mmenu-content__lang-selected {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}
.mmenu-content__lang-selected span {
  display: block;
}
.mmenu-content__lang-selected span.icon {
  margin-left: 0.5rem;
  width: 4px;
  height: 4px;
}
.mmenu-content__lang-selected span.icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.mmenu-content__lang ul {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  transition: 0.2s linear;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.mmenu-content__lang ul li + li {
  margin-top: 0.5rem;
}
.mmenu-content__lang ul li .link {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
}
.mmenu-content__lang ul.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.mmenu-content__bottom {
  margin-top: auto;
  max-width: 16rem;
  width: 100%;
}
.mmenu-content__bottom p {
  color: #ffffff;
  font-size: 1rem;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .mmenu {
    display: none;
  }
}

[data-navigation] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
[data-navigation] .swiper-button-lock {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (min-width: 992px) {
  [data-navigation] {
    gap: 3rem;
  }
}

.section-main {
  min-height: 47rem;
  height: auto;
  width: 100%;
  padding: 4rem 0;
  background-image: url("../img/bg/1-m.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.home .section-main {
  z-index: 3;
}
.section-main.ns {
  min-height: 45rem;
}
.section-main.ns .main {
  min-height: 37rem;
}
@media (min-width: 992px) {
  .section-main.ns .main-content {
    max-width: 54.5rem;
  }
}
.section-main.hb {
  min-height: 25rem;
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .section-main.hb {
    min-height: 45rem;
    padding: 4rem 0;
  }
  .section-main.hb::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.2) 100%);
  }
}
.section-main.hb .main {
  min-height: 21rem;
  align-items: flex-end;
}
@media (min-width: 992px) {
  .section-main.hb .main {
    min-height: 37rem;
  }
  .section-main.hb .main-content {
    max-width: 66rem;
  }
}
.section-main:not(.hb)::before {
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
  pointer-events: none;
  background: url("../img/wlogo-m.svg") center/auto 100% no-repeat;
  height: 9rem;
  bottom: 0;
  z-index: 2;
}
@media (min-width: 992px) {
  .section-main:not(.hb)::before {
    height: 19.2rem;
    width: 68.6rem;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
    left: initial;
    background: url("../img/wlogo-m.svg") center/contain no-repeat;
  }
}
.section-main.hh {
  min-height: 18rem;
  padding: 6.5rem 0;
}
@media (min-width: 992px) {
  .section-main.hh {
    padding: 5rem 0;
    min-height: 28rem;
  }
}
.section-main.hh::after {
  background: rgba(0, 0, 0, 0.6);
}
.section-main.hh .main {
  min-height: auto;
}
@media (min-width: 992px) {
  .section-main.hh .main {
    min-height: 16rem;
  }
  .section-main.hh .main-content {
    max-width: 60rem;
  }
}
.section-main.hh:not(.nt)::before {
  background: url("../img/logo-black.svg") center/auto 100% no-repeat;
}
@media (min-width: 992px) {
  .section-main {
    background-image: url("../img/bg/1-d.jpg");
    min-height: 45rem;
  }
}
.section-main.nt {
  padding: 5rem 0;
}
.section-main::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 992px) {
  .section-main .filter {
    position: absolute;
    bottom: -4rem;
    left: 0;
    width: 100%;
    z-index: 9;
    transform: translateY(50%);
  }
}
.section-main .main {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 39rem;
  height: auto;
}
@media (min-width: 992px) {
  .section-main .main {
    min-height: 37rem;
    justify-content: flex-start;
  }
}
.section-main .main-images {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  pointer-events: none;
}
.section-main .main-images .image {
  width: 100%;
  height: 100%;
}
.section-main .main-images .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-main .main-content {
  z-index: 3;
  width: 100%;
  text-align: center;
  color: #ffffff;
}
@media (min-width: 992px) {
  .section-main .main-content {
    text-align: left;
    max-width: 50rem;
    width: 100%;
  }
  .rtl .section-main .main-content {
    text-align: right;
  }
}
.section-main .main-content .title {
  color: #ffffff;
}
.section-main .main-content .title span, .section-main .main-content .title b, .section-main .main-content .title strong {
  color: #ededed;
}
.section-main .main-content .info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .section-main .main-content .info {
    justify-content: flex-start;
    margin-top: 2rem;
  }
}
.section-main .main-content .info time, .section-main .main-content .info p {
  font-size: 1.1rem;
  color: #ffffff;
  padding-left: 2.1rem;
  line-height: 130%;
}
.section-main .main-content .info time {
  background: url("../img/cal-w.svg") left center/1.1rem no-repeat;
}
.section-main .main-content .info p {
  background: url("../img/aye-w.svg") left center/1.1rem no-repeat;
}
.section-main .main-content .subtitle {
  margin: 2rem 0;
}
.section-main .main-content .subtitle:last-child {
  margin-bottom: 0;
}
.section-main .main-content .subtitle p {
  font-weight: 700;
  line-height: 130%;
}
@media (min-width: 992px) {
  .section-main .main-content .subtitle p {
    font-size: 1.8rem;
  }
}
.section-main .main-content .btn.red {
  padding: 1.5rem 0;
  max-width: 24.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 140%;
}
@media (min-width: 992px) {
  .section-main .main-content .btn.red {
    margin-left: 0;
  }
}
.section-main .main-content__sliders {
  margin-top: 2rem;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
@media (min-width: 992px) {
  .section-main .main-content__sliders {
    flex-direction: row;
    align-items: center;
  }
}
.section-main .main-content__sliders-text {
  width: 100%;
}
@media (min-width: 992px) {
  .section-main .main-content__sliders-text {
    width: calc(100% - 6rem);
  }
}
.section-main .main-content__sliders-text .text {
  display: flex;
  height: auto;
  align-items: center;
}
.section-main .main-content__sliders-text .text p {
  font-weight: 700;
  color: #fff;
}
@media (min-width: 992px) {
  .section-main .main-content__sliders-text .text p {
    font-size: 1.8rem;
  }
}
.section-main .main-content__sliders-text .text p b, .section-main .main-content__sliders-text .text p strong {
  font-weight: 700;
}

.filter__default {
  background: #ffffff;
  padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .filter__default {
    padding: 2rem;
    background: url("../img/filter.svg") left center/auto 100% no-repeat, #ffffff;
    box-shadow: 0px 5px 20px 0px rgb(185, 185, 185);
  }
}
.filter__default .form form {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
.filter__default .form-row {
  width: calc(100% - 9rem);
  position: relative;
}
.filter__default .form-row .category-list {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 3.6rem;
  width: calc(100% - 3.6rem);
  z-index: 9;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0px 2rem 4rem 0px rgb(185, 185, 185);
}
.filter__default .form-row .category-list p {
  font-size: 1.1rem;
  padding: 1rem;
}
@media (min-width: 992px) {
  .filter__default .form-row .category-list p {
    font-size: 1.2rem;
  }
}
.filter__default .form-row .category-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.filter__default .form-row .category-list ul li {
  padding: 1rem;
  background: #ffffff;
  transition: 0.2s linear;
  cursor: pointer;
  color: #6c6c6c;
  font-size: 1.1rem;
}
.filter__default .form-row .category-list ul li mark {
  color: #000000;
  background: transparent;
}
.filter__default .form-row .category-list ul li:hover {
  background: #f8f8f8;
}
@media (min-width: 992px) {
  .filter__default .form-row {
    width: calc(100% - 25.5rem);
  }
}
.filter__default .form-row + .form-submit {
  margin-top: 0;
}
.filter__default .form-submit {
  margin-top: 0;
  width: 8rem;
}
@media (min-width: 992px) {
  .filter__default .form-submit {
    width: 24.5rem;
  }
}
.filter__products {
  padding: 2rem;
}
@media (min-width: 992px) {
  .filter__products {
    background: url("../img/filter.svg") left center/auto 100% no-repeat, #ffffff;
    box-shadow: 0px 2rem 4rem 0px rgb(185, 185, 185);
  }
  .filter__products-mobile {
    display: none;
  }
}
.filter__form {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 1rem;
}
@media (min-width: 992px) {
  .filter__form {
    grid-template-columns: 27rem 12rem 16rem 10rem 10rem 10rem 1fr;
    grid-column-gap: 1rem;
  }
}
.filter__form-field .select__title {
  padding: 1.1rem 1rem;
  border-radius: 2rem;
}
.filter__form-field .select__content {
  font-size: 1.3rem;
}
.filter__form-field .select__options {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.filter__form-field .select__option {
  padding: 1rem;
  font-size: 1.3rem;
}
.filter__form-field .select._select-open .select__title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.filter__form-field[data-filter=area] {
  position: relative;
}
.filter__form-field[data-filter=area] .category-list {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 3.6rem;
  width: calc(100% - 3.6rem);
  z-index: 9;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0px 2rem 4rem 0px rgb(185, 185, 185);
}
.filter__form-field[data-filter=area] .category-list p {
  font-size: 1.1rem;
  padding: 1rem;
}
@media (min-width: 992px) {
  .filter__form-field[data-filter=area] .category-list p {
    font-size: 1.2rem;
  }
}
.filter__form-field[data-filter=area] .category-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.filter__form-field[data-filter=area] .category-list ul li {
  padding: 1rem;
  background: #ffffff;
  transition: 0.2s linear;
  cursor: pointer;
  color: #6c6c6c;
  font-size: 1.1rem;
}
.filter__form-field[data-filter=area] .category-list ul li mark {
  color: #000000;
  background: transparent;
}
.filter__form-field[data-filter=area] .category-list ul li:hover {
  background: #f8f8f8;
}
.filter__form-field[data-type=inputs] {
  position: relative;
}
@media (min-width: 992px) {
  .filter__form-field[data-type=inputs][data-filter=square] .filter__form-selects {
    width: 24rem;
  }
}
.filter__form-field[data-type=inputs] .filter__form-title {
  position: relative;
}
.filter__form-field[data-type=inputs] .filter__form-title:after {
  content: "";
  position: absolute;
  top: 0;
  right: 1rem;
  width: 0.9rem;
  height: 100%;
  transition: all 0.3s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/expand_more.svg") center/0.9rem auto no-repeat;
}
.rtl .filter__form-field[data-type=inputs] .filter__form-title:after {
  left: 1rem;
  right: initial;
}
.filter__form-field[data-type=inputs] .filter__form-title .field {
  padding: 1rem 1rem;
  cursor: pointer;
}
.filter__form-field[data-type=inputs] .filter__form-select-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  max-height: 15rem;
  overflow: auto;
}
.filter__form-field[data-type=inputs] .filter__form-select-list::-webkit-scrollbar {
  width: 4px;
}
.filter__form-field[data-type=inputs] .filter__form-select-list::-webkit-scrollbar-track {
  background: #ededed;
  width: 4px;
  border: 1px solid #ffffff;
  border-radius: 5rem;
}
.filter__form-field[data-type=inputs] .filter__form-select-list::-webkit-scrollbar-thumb {
  background-color: #dc0008;
  width: 4px;
  border: none;
  border-radius: 5rem;
}
.filter__form-field[data-type=inputs] .filter__form-select-list li {
  padding: 1rem;
  font-size: 1.3rem;
  color: #000000;
  cursor: pointer;
  transition: 0.2s linear;
  position: relative;
}
.filter__form-field[data-type=inputs] .filter__form-select-list li.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.filter__form-field[data-type=inputs] .filter__form-select-list li::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  content: "";
  transition: 0.2s linear;
  background: transparent;
}
.filter__form-field[data-type=inputs] .filter__form-select-list li:hover, .filter__form-field[data-type=inputs] .filter__form-select-list li.active {
  background: #f8f8f8;
  color: #dc0008;
  font-weight: 500;
}
.filter__form-field[data-type=inputs] .filter__form-select-list li:hover::after, .filter__form-field[data-type=inputs] .filter__form-select-list li.active::after {
  background: #dc0008;
}
.filter__form-field[data-type=inputs] .filter__form-select-field {
  position: relative;
}
.filter__form-field[data-type=inputs] .filter__form-select-field .field {
  padding: 1.15rem 1rem;
  font-size: 1.2rem;
}
.filter__form-field[data-type=inputs] .filter__form-selects {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  z-index: 9;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  border: 1px solid #dddddd;
  background: #ffffff;
  padding: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (min-width: 992px) {
  .filter__form-field[data-type=inputs] .filter__form-selects {
    top: calc(100% + 1rem);
    width: 30rem;
    border-radius: 2rem;
    padding: 1rem;
  }
}
.filter__form-field[data-type=inputs].active .filter__form-title .field {
  background: #ededed;
}
.filter__form-field[data-type=inputs].active .filter__form-title::after {
  transform: rotate(-180deg);
}
.filter__form-field[data-type=inputs].active .filter__form-selects {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.filter__form-submit {
  width: 100%;
}
.filter__form-submit .btn {
  width: 100%;
}

.section-listing {
  padding: 8rem 0;
  background: #f8f8f8;
}
@media (min-width: 992px) {
  .section-listing {
    padding: 13rem 0 9rem 0;
  }
}
.section-listing .wrapper {
  padding: 0;
}
.section-listing .listing .title {
  padding: 0 2rem;
  text-align: center;
}
.section-listing .listing-content__arrows {
  display: none;
}
@media (min-width: 992px) {
  .section-listing .listing-content__arrows {
    display: flex;
    margin-top: 3rem;
  }
}
.section-listing .listing-content__slider .swiper-wrapper {
  align-items: stretch;
}
.section-listing .listing-content__slider-slide {
  height: auto;
  cursor: pointer;
}

.listing-info {
  padding: 1.5rem;
  background: #ffffff;
  height: calc(100% - 21rem);
}
@media (min-width: 992px) {
  .listing-info {
    padding: 2rem;
    height: calc(100% - 27.7rem);
  }
}
.listing-info__tags {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .listing-info__tags {
    margin-bottom: 1rem;
  }
}
.listing-info__tags-type {
  font-size: 0.9rem;
  font-weight: 700;
  border: 1px solid #6c6c6c;
  color: #6c6c6c;
  line-height: 130%;
  padding: 0.25rem 0.9rem;
  border-radius: 5rem;
}
@media (min-width: 992px) {
  .listing-info__tags-type {
    font-size: 1.1rem;
    padding: 0.3rem 0.9rem;
  }
}
.listing-info__tags-type.--status {
  border: none;
}
.listing-info__tags-type.--grey {
  background: #6c6c6c;
  color: #ffffff;
}
.listing-info__status {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.listing-info__status-col {
  display: flex;
  width: 70%;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
}
@media (min-width: 992px) {
  .listing-info__status {
    margin-bottom: 1rem;
  }
}
.listing-info__status-id {
  font-size: 1.1rem;
  line-height: 130%;
  color: #353535;
}
.listing-info__status-type {
  font-size: 0.9rem;
  font-weight: 700;
  border: 1px solid #6c6c6c;
  color: #6c6c6c;
  line-height: 0.9rem;
  padding: 0.385rem 0.9rem;
  border-radius: 5rem;
}
@media (min-width: 992px) {
  .listing-info__status-type {
    font-size: 1.1rem;
    line-height: 1.1rem;
    padding: 0.465rem 0.9rem;
  }
}
.listing-info__status-type.--status {
  border: none;
}
.listing-info__status-type.--grey {
  background: #6c6c6c;
  color: #ffffff;
}
.listing-info__title {
  min-height: 3.7rem;
}
@media (min-width: 992px) {
  .listing-info__title {
    min-height: 4.8rem;
  }
}
.listing-info__title p {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 130%;
}
@media (min-width: 992px) {
  .listing-info__title p {
    font-size: 1.6rem;
    line-height: 150%;
  }
}
.listing-info__location {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8rem;
}
.listing-info__location .text {
  display: block;
  line-height: 150%;
  font-size: 1.3rem;
  color: #353535;
}
@media (min-width: 992px) {
  .listing-info__location .text {
    font-size: 1.4rem;
  }
}
.listing-info__location .icon {
  width: 1.2rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .listing-info__location .icon {
    width: 1.4rem;
    height: 1.7rem;
  }
}
.listing-info__location .icon svg {
  width: 100%;
  height: auto;
  display: block;
}
.listing-info__parameters {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
  grid-column-gap: 1rem;
  margin-top: 1rem;
}
.listing-info__parameters-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8rem;
}
.listing-info__parameters-item .text {
  display: block;
  line-height: 150%;
  font-size: 1.3rem;
  font-weight: 700;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .listing-info__parameters-item .text {
    font-size: 1.4rem;
  }
}
.listing-info__parameters-item .icon {
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .listing-info__parameters-item .icon {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.listing-info__parameters-item .icon svg {
  width: 100%;
  height: auto;
  display: block;
}
.listing-info__price {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 2rem;
}
.listing-info__price .btn {
  max-width: 11rem;
  width: 100%;
  font-size: 1.2rem;
  padding: 0.75rem 1rem;
}
@media (min-width: 992px) {
  .listing-info__price .btn {
    padding: 0.85rem 1rem;
    font-size: 1.4rem;
  }
}
.listing-info__price .price {
  font-weight: 700;
  color: #dc0008;
  line-height: 100%;
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .listing-info__price .price {
    font-size: 1.6rem;
  }
}
.listing-images {
  width: 100%;
  height: 21rem;
  position: relative;
}
@media (min-width: 992px) {
  .listing-images {
    height: 27.7rem;
  }
}
.listing-images .baige-red {
  font-size: 1.1rem;
  line-height: 130%;
  font-weight: 700;
  color: #ffffff;
  background: #dc0008;
  position: absolute;
  left: 0;
  top: 1rem;
  padding: 0.3rem 1rem;
  z-index: 3;
}
.listing-images .baige-red.--status {
  top: 4rem;
}
.listing-images .btn--like {
  position: absolute;
  z-index: 3;
  top: 1rem;
  right: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100%;
}
.listing-images .btn--like .icon {
  display: block;
  width: 1.2rem;
  height: 1.1rem;
}
.listing-images .btn--like .icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.listing-images .btn--like .icon svg path {
  transition: 0.2s linear;
  fill: #ffffff;
  fill-opacity: 0.5;
}
.listing-images .btn--like:hover .icon svg path, .listing-images .btn--like.active .icon svg path {
  fill-opacity: 1;
}
.listing-images__slider {
  width: 100%;
  height: 100%;
}
.listing-images__slider .btn--nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  z-index: 3;
}
@media (min-width: 992px) {
  .listing-images__slider .btn--nav {
    width: 3rem;
  }
}
.listing-images__slider [data-prev] {
  left: 1rem;
  background: url("../img/prev-w.svg") center/2rem auto no-repeat;
}
@media (min-width: 992px) {
  .listing-images__slider [data-prev] {
    background: url("../img/prev-w.svg") center/3rem auto no-repeat;
  }
}
.listing-images__slider [data-next] {
  right: 1rem;
  background: url("../img/next-w.svg") center/2rem auto no-repeat;
}
@media (min-width: 992px) {
  .listing-images__slider [data-next] {
    background: url("../img/next-w.svg") center/3rem auto no-repeat;
  }
}
.listing-images__slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.listing-content {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .listing-content {
    margin-top: 5rem;
  }
}
.listing-content__slider .swiper-wrapper {
  align-items: stretch;
}
.listing-content__slider-slide {
  height: auto;
  cursor: pointer;
}
.listing-content__slider-slide.swiper-slide-next {
  opacity: 0.5;
}
@media (min-width: 992px) {
  .listing-content__slider-slide.swiper-slide-next {
    opacity: 1;
  }
}

.section-directions {
  padding: 0 0 4rem;
}
@media (min-width: 992px) {
  .section-directions {
    padding: 0 0 5rem;
  }
}
.section-directions .wrapper {
  padding: 0;
}
@media (min-width: 992px) {
  .section-directions .wrapper {
    padding: 0 1.5rem;
    min-height: 76rem;
  }
}
@media (min-width: 992px) {
  .section-directions .directions {
    padding-top: 10rem;
  }
}
.section-directions .directions-bg {
  display: none;
}
@media (min-width: 992px) {
  .section-directions .directions-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 62rem;
    background: url("../img/bg/3-d-h.svg") top right/36rem 38rem no-repeat, url("../img/bg/3-d.jpg") center/cover no-repeat;
  }
  .section-directions .directions-bg::after {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #000000;
    width: 50%;
    height: 6.5rem;
    content: "";
    pointer-events: none;
  }
  .section-directions .directions-bg::before {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: calc(100% - 36rem);
    height: 22.2rem;
    content: "";
    pointer-events: none;
  }
}
.section-directions .directions-title {
  padding: 6rem 1rem;
  background: url("../img/bg/3-m.jpg") center/cover no-repeat;
}
@media (min-width: 992px) {
  .section-directions .directions-title {
    background: transparent;
    padding: 0;
    display: flex;
    justify-content: center;
  }
}
.section-directions .directions-title .title {
  text-align: center;
  color: #ffffff;
}
@media (min-width: 992px) {
  .section-directions .directions-title .title {
    max-width: 79rem;
  }
}
.section-directions .directions-title .title span, .section-directions .directions-title .title b, .section-directions .directions-title .title strong {
  color: #dddddd;
}
.section-directions .directions-tabs {
  padding: 0 2rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5rem;
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .section-directions .directions-tabs {
    position: absolute;
    bottom: 0;
    left: 1.5rem;
    flex-direction: column;
    gap: 1.2rem;
    padding: 0;
    margin-top: 0;
  }
}
.section-directions .directions-tabs .btn--tab {
  line-height: 130%;
  font-size: 1.4rem;
  font-weight: 700;
  color: #BFBFBF;
  transition: 0.2s linear;
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .section-directions .directions-tabs .btn--tab br {
    display: none;
  }
}
.section-directions .directions-tabs .btn--tab span {
  display: block;
}
@media (min-width: 992px) {
  .section-directions .directions-tabs .btn--tab {
    font-size: 1.4rem;
    font-family: "Druk", sans-serif, Arial;
    text-transform: uppercase;
    padding: 0;
    max-width: 18rem;
    text-align: left;
    width: 100%;
  }
  .section-directions .directions-tabs .btn--tab:hover {
    color: #dc0008;
  }
}
.section-directions .directions-tabs .btn--tab::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  content: "";
  background: transparent;
  transition: 0.2s linear;
  display: block;
}
@media (min-width: 992px) {
  .section-directions .directions-tabs .btn--tab::after {
    left: 0;
    top: 50%;
    bottom: initial;
    transform: translateY(-50%);
  }
}
.section-directions .directions-tabs .btn--tab.active {
  color: #dc0008;
}
@media (min-width: 992px) {
  .section-directions .directions-tabs .btn--tab.active {
    padding-left: 5rem;
  }
}
.section-directions .directions-tabs .btn--tab.active::after {
  width: 100%;
  background: #dc0008;
}
@media (min-width: 992px) {
  .section-directions .directions-tabs .btn--tab.active::after {
    width: 3rem;
  }
}
.section-directions .directions-thumbs {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .section-directions .directions-thumbs {
    height: 14rem;
    margin-top: 10rem;
    max-width: 79.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-directions .directions-thumbs__item {
  padding: 0 2rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.section-directions .directions-thumbs__item p {
  font-family: "Druk", sans-serif, Arial;
  font-size: 1.8rem;
  color: #353535;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 992px) {
  .section-directions .directions-thumbs__item p {
    font-size: 1.6rem;
    text-align: center;
    color: #dddddd;
    transition: 0.2s linear;
  }
  .section-directions .directions-thumbs__item p br {
    display: none;
  }
}
.section-directions .directions-thumbs__item p b, .section-directions .directions-thumbs__item p strong {
  color: #dc0008;
}
@media (min-width: 992px) {
  .section-directions .directions-thumbs__item p b, .section-directions .directions-thumbs__item p strong {
    color: #dddddd;
  }
}
@media (min-width: 992px) {
  .section-directions .directions-thumbs__item {
    padding: 0;
  }
  .section-directions .directions-thumbs__item.swiper-slide-active p {
    font-size: 2.4rem;
    color: #ffffff;
  }
  .section-directions .directions-thumbs__item.swiper-slide-active p b, .section-directions .directions-thumbs__item.swiper-slide-active p strong {
    color: #ffffff;
  }
}
.section-directions .directions-popups {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .section-directions .directions-popups {
    margin-left: auto;
    margin-right: auto;
    max-width: 79.5rem;
    width: 100%;
    margin-top: 5rem;
  }
}
.section-directions .directions-popups__item {
  padding: 0 2rem;
}
@media (min-width: 992px) {
  .section-directions .directions-popups__item {
    padding: 0;
  }
}
.section-directions .directions-popups__item ul {
  background: #f8f8f8;
  margin: 0;
  padding: 1.5rem;
  list-style: none;
}
@media (min-width: 992px) {
  .section-directions .directions-popups__item ul {
    padding: 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 4.5rem;
    grid-row-gap: 2rem;
  }
}
.section-directions .directions-popups__item ul li + li {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .section-directions .directions-popups__item ul li + li {
    margin-top: 0;
  }
}

.section-team {
  padding: 4rem 0;
}
@media (min-width: 992px) {
  .section-team {
    padding: 5rem 0;
  }
}
@media (min-width: 992px) {
  .section-team .team {
    padding-left: calc(50vw - 60.75rem);
    display: grid;
    grid-template-columns: 38.5rem calc(100% - 41rem);
    grid-column-gap: 2.4rem;
    grid-template-areas: "tcontent cards" "actions cards";
    grid-template-rows: auto 1fr;
    grid-row-gap: 3rem;
  }
  .rtl .section-team .team {
    padding-right: calc(50vw - 60.75rem);
    padding-left: 0;
  }
}
.section-team .team-content {
  padding: 0 2rem;
}
@media (min-width: 992px) {
  .section-team .team-content {
    padding: 0;
    grid-area: tcontent;
  }
}
.section-team .team-content .title strong:last-child {
  color: #000000;
  padding-left: 2rem;
}
@media (min-width: 992px) {
  .section-team .team-content .title strong:last-child {
    padding-left: 3rem;
  }
}
.section-team .team-content__desc {
  margin-top: 3rem;
}
.section-team .team-content__desc p {
  color: #121212;
  font-size: 1.3rem;
  line-height: 150%;
}
@media (min-width: 992px) {
  .section-team .team-content__desc p {
    font-size: 1.6rem;
  }
}
.section-team .team-cards {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .section-team .team-cards {
    width: 100%;
    margin-top: 0;
    grid-area: cards;
  }
}
.section-team .team-cards__slider {
  width: 100%;
}

.team-card {
  cursor: pointer;
}
@media (min-width: 992px) {
  .team-card {
    transition: opacity 0.2s linear;
  }
  .team-card.swiper-slide:not(.swiper-slide-fully-visible) {
    opacity: 0.5;
  }
  .team-card.swiper-slide.swiper-slide-active {
    opacity: 1;
  }
}
.team-card.swiper-slide-next {
  opacity: 0.5;
}
@media (min-width: 992px) {
  .team-card.swiper-slide-next {
    opacity: 1;
  }
}
.team-card__image {
  width: 100%;
  height: 23.5rem;
}
@media (min-width: 992px) {
  .team-card__image {
    height: 37.8rem;
  }
}
.team-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-card__content {
  padding: 1rem 1.5rem;
  background: #f8f8f8;
}
@media (min-width: 992px) {
  .team-card__content {
    padding: 2rem;
  }
}
.team-card__name p {
  font-weight: 700;
  line-height: 130%;
  color: #000;
}
@media (min-width: 992px) {
  .team-card__name p {
    font-size: 1.8rem;
  }
}
.team-card__name p.spec {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 140%;
  color: #353535;
}
@media (min-width: 992px) {
  .team-card__name p.spec {
    font-size: 1.4rem;
  }
}
.team-card__prof {
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .team-card__prof {
    margin-top: 1rem;
  }
}
.team-card__prof p {
  font-size: 1.2rem;
  color: #353535;
  line-height: 140%;
}
@media (min-width: 992px) {
  .team-card__prof p {
    font-size: 1.4rem;
  }
}
.team-card__prof p b, .team-card__prof p strong {
  font-weight: 700;
}
.team-card__contact {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media (min-width: 992px) {
  .team-card__contact {
    margin-top: 1rem;
  }
}
.team-actions {
  margin-top: 3rem;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .team-actions {
    padding: 0;
    margin-top: 0;
    grid-area: actions;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 3rem;
  }
}
.team-actions .btn--default {
  max-width: 15rem;
  width: 100%;
  padding: 1rem;
}
@media (min-width: 992px) {
  .team-actions .btn--default {
    max-width: 21rem;
    padding: 1.5rem 1rem;
  }
}

.section-offers {
  padding: 4rem 0 0;
}
@media (min-width: 992px) {
  .section-offers {
    padding: 10rem 0;
  }
  .section-offers::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 36.3rem;
    background: #f8f8f8;
    pointer-events: none;
    z-index: 1;
  }
}
@media (min-width: 1680px) {
  .section-offers::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(50% - 60.75rem);
    content: "";
    height: 64.5rem;
    background: url("../img/bg/4-l-d.svg") top center/auto 100% no-repeat;
    pointer-events: none;
    z-index: 1;
  }
}
.section-offers .wrapper {
  padding: 0;
}
@media (min-width: 992px) {
  .section-offers .wrapper {
    padding: 0 1.5rem;
    z-index: 3;
  }
}
.section-offers .offers-images {
  width: 100%;
  height: 21rem;
  z-index: 2;
}
@media (min-width: 992px) {
  .section-offers .offers-images {
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: calc(100% - 10rem);
    z-index: 2;
  }
  .section-offers .offers-images::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60rem;
    height: 9.6rem;
    background: url("../img/bg/4-t-d.svg") right bottom/cover no-repeat;
    z-index: 2;
  }
  .section-offers .offers-images::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35.8rem;
    height: 36.3rem;
    background: url("../img/bg/4-b-d.svg") left top/cover no-repeat;
    z-index: 2;
  }
}
.section-offers .offers-images__slide img {
  width: 100%;
  height: 21rem;
  object-fit: cover;
}
@media (min-width: 992px) {
  .section-offers .offers-images__slide img {
    height: 100%;
  }
}
.section-offers .offers-title {
  padding: 0 2rem;
}
@media (min-width: 992px) {
  .section-offers .offers-title {
    padding: 0;
    max-width: 65rem;
  }
}
.section-offers .offers-title .title {
  text-align: center;
}
@media (min-width: 992px) {
  .section-offers .offers-title .title {
    text-align: left;
  }
}
.section-offers .offers-title .subtitle {
  margin-top: 2rem;
}
.section-offers .offers-title .subtitle p {
  text-align: center;
  color: #353535;
  font-weight: 700;
  font-size: 1.3rem;
}
@media (min-width: 992px) {
  .section-offers .offers-title .subtitle p {
    font-size: 1.6rem;
    text-align: left;
  }
}
.section-offers .offers-title .subtitle p b, .section-offers .offers-title .subtitle p strong {
  color: #dc0008;
}
.section-offers .offers-content {
  margin-top: 2.4rem;
  padding-bottom: 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .section-offers .offers-content {
    margin-top: 5rem;
    z-index: 3;
    padding-bottom: 0;
    max-width: 42rem;
    width: 100%;
  }
}
.section-offers .offers-content::before {
  width: 12.2rem;
  height: 32.6rem;
  background: url("../img/off-m.svg") top center/100% no-repeat;
  position: absolute;
  bottom: -1rem;
  right: 0;
  content: "";
  pointer-events: none;
  z-index: -1;
}
@media (min-width: 992px) {
  .section-offers .offers-content::before {
    content: none;
  }
}
.section-offers .offers-content__navigation {
  margin-top: 2rem;
  justify-content: flex-start;
  padding: 0 2rem;
}
@media (min-width: 992px) {
  .section-offers .offers-content__navigation {
    margin-top: 10rem;
    padding: 0;
  }
}

.offer {
  padding: 0 2rem;
}
@media (min-width: 992px) {
  .offer {
    padding: 0;
  }
}
.offer-logo {
  max-width: 14rem;
  width: 100%;
}
@media (min-width: 992px) {
  .offer-logo {
    max-width: 20rem;
  }
}
.offer-logo img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.offer-name {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .offer-name {
    margin-top: 3.5rem;
  }
}
.offer-name .link {
  width: 100%;
  color: #000000;
  font-size: 2.1rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .offer-name .link {
    font-size: 3.6rem;
  }
}
.offer-name .link span, .offer-name .link b, .offer-name .link strong {
  color: #6c6c6c;
}
.offer-desc {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .offer-desc {
    margin-top: 2rem;
    max-width: 37rem;
    width: 100%;
  }
}
.offer-desc p {
  font-size: 1.3rem;
  color: #353535;
  line-height: 150%;
}
@media (min-width: 992px) {
  .offer-desc p {
    font-size: 1.8rem;
  }
}
.offer-info {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 1.5rem;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .offer-info {
    margin-top: 5rem;
  }
}
.offer-info__item span {
  display: block;
}
.offer-info__item .label {
  font-size: 0.9rem;
  color: #6c6c6c;
}
@media (min-width: 992px) {
  .offer-info__item .label {
    font-size: 1.6rem;
  }
}
.offer-info__item .value {
  font-weight: 700;
  font-size: 1.8rem;
  margin-top: 0.55rem;
  line-height: 130%;
  color: #000000;
}
@media (min-width: 992px) {
  .offer-info__item .value {
    font-size: 2rem;
    margin-top: 1rem;
  }
}

.section-about {
  padding: 8rem 0;
}
@media (min-width: 992px) {
  .section-about {
    padding: 10rem 0;
  }
}
.section-about .about-content {
  padding-bottom: 4rem;
}
@media (min-width: 992px) {
  .section-about .about-content {
    padding-bottom: 2rem;
    max-width: 59rem;
    width: 100%;
  }
}
.section-about .about-content__logo {
  width: 14rem;
  height: auto;
}
@media (min-width: 992px) {
  .section-about .about-content__logo {
    width: 17.4rem;
  }
}
.section-about .about-content__logo img {
  width: 100%;
  height: auto;
}
.section-about .about-content__title {
  margin-top: 1.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 7.2rem;
}
@media (min-width: 992px) {
  .section-about .about-content__title {
    padding-left: 10rem;
  }
}
.section-about .about-content__title .title {
  color: #000000;
  position: relative;
}
.section-about .about-content__title .title::after {
  position: absolute;
  bottom: 0.5rem;
  left: 100%;
  background: url("../img/house-r.svg") center/100% no-repeat;
  content: "";
  width: 1.9rem;
  height: 1.6rem;
  pointer-events: none;
}
@media (min-width: 992px) {
  .section-about .about-content__title .title::after {
    left: initial;
    right: 0;
  }
}
.section-about .about-content__title .title span {
  display: block;
  color: #000000;
}
.section-about .about-content__title .title span b, .section-about .about-content__title .title span strong {
  color: #dc0008;
}
.section-about .about-content__title .title span:last-child {
  padding-left: 1.4rem;
}
@media (min-width: 992px) {
  .section-about .about-content__title .title span:last-child {
    padding-left: 0;
  }
}
.section-about .about-content__title .title span.pl {
  padding-left: 5rem;
}
.section-about .about-content__text {
  margin-top: 3rem;
}
.section-about .about-content__text p {
  font-size: 1.3rem;
  line-height: 150%;
  color: #121212;
}
@media (min-width: 992px) {
  .section-about .about-content__text p {
    font-size: 1.6rem;
  }
}
.section-about .about-content__text .btn {
  margin-top: 2rem;
  max-width: 20.5rem;
  width: 100%;
  padding: 1.6rem;
}
@media (min-width: 992px) {
  .section-about .about-content__text .btn {
    max-width: 24.5rem;
    margin-top: 3rem;
  }
}
.section-about .about-right {
  position: relative;
  padding-bottom: 12.7rem;
}
@media (min-width: 992px) {
  .section-about .about-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    padding-bottom: 0;
    z-index: 3;
    height: calc(100% - 10rem);
  }
}
.section-about .about-right__bg {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .section-about .about-right__bg {
    height: 100%;
  }
}
.section-about .about-right__bg img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 992px) {
  .section-about .about-right__bg img {
    height: 100%;
  }
}
.section-about .about-right__info {
  position: absolute;
  right: 2rem;
  bottom: 0;
  z-index: 3;
  background: url("../img/fd.svg") bottom center/100% auto no-repeat, #ffffff;
  padding: 3rem 3.5rem;
}
@media (min-width: 992px) {
  .section-about .about-right__info {
    padding: 4.8rem;
    width: 38.5rem;
    bottom: -5rem;
    right: calc(50vw - 60.75rem);
  }
}
.section-about .about-right__info .item + .item {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .section-about .about-right__info .item + .item {
    margin-top: 3rem;
  }
}
.section-about .about-right__info .item span {
  display: block;
  text-align: center;
}
.section-about .about-right__info .item .label {
  font-family: "Druk", sans-serif, Arial;
  color: #dc0008;
  font-weight: 700;
  font-size: 2.8rem;
}
@media (min-width: 992px) {
  .section-about .about-right__info .item .label {
    font-size: 3.8rem;
  }
}
.section-about .about-right__info .item .text {
  line-height: 140%;
  color: #353535;
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .section-about .about-right__info .item .text {
    font-size: 1.4rem;
    margin-top: 0;
  }
}

.section-consultation {
  padding: 4rem 0 8rem;
}
@media (min-width: 992px) {
  .section-consultation {
    padding: 10rem 0;
  }
  .section-consultation::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10rem;
    background: url("../img/logo-b-w.svg") left bottom/100% auto no-repeat;
    width: 49vw;
    height: 26.6rem;
    pointer-events: none;
    z-index: 1;
  }
  .rtl .section-consultation::after {
    right: 0;
    left: initial;
    background: url("../img/logo-b-w.svg") right bottom/100% auto no-repeat;
  }
}
@media (min-width: 992px) {
  .section-consultation .consultation {
    display: grid;
    grid-template-columns: 1fr 59rem;
    grid-column-gap: 2.4rem;
    position: relative;
  }
  .section-consultation .consultation::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    width: 11.7rem;
    height: 4.1rem;
    background: url("../img/logow.svg") center/contain no-repeat;
    z-index: 1;
  }
  .rtl .section-consultation .consultation::before {
    left: 0;
    right: initial;
  }
}
.section-consultation .consultation-content .text {
  margin-top: 2rem;
}
.section-consultation .consultation-content .text p {
  font-size: 1.3rem;
  line-height: 150%;
}
.section-consultation .consultation-content .text p b, .section-consultation .consultation-content .text p strong {
  font-weight: 700;
}
.section-consultation .consultation-content .text p + p {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .section-consultation .consultation-content .text p {
    font-size: 1.6rem;
  }
}
.section-consultation .consultation-content__list {
  padding: 0;
  margin: 4rem 0 0;
  list-style: none;
}
@media (min-width: 992px) {
  .section-consultation .consultation-content__list {
    margin-top: 5rem;
    padding-bottom: 6rem;
  }
}
.section-consultation .consultation-content__list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2.4rem;
}
.section-consultation .consultation-content__list li p {
  width: calc(100% - 5.9rem - 2.4rem);
  line-height: 130%;
}
@media (min-width: 992px) {
  .section-consultation .consultation-content__list li p {
    font-size: 1.8rem;
    line-height: 150%;
    width: calc(100% - 6.6rem - 2.4rem);
  }
}
.section-consultation .consultation-content__list li p b, .section-consultation .consultation-content__list li p strong {
  font-weight: 700;
}
.section-consultation .consultation-content__list li .icon {
  display: block;
  width: 5.9rem;
  height: 5rem;
  background: url("../img/red-house.svg") center/100% 100% no-repeat;
  position: relative;
}
@media (min-width: 992px) {
  .section-consultation .consultation-content__list li .icon {
    width: 7.8rem;
    height: 6.6rem;
  }
}
.section-consultation .consultation-content__list li .icon::before {
  content: "0" attr(data-index);
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  font-family: "Druk", sans-serif, Arial;
  color: #ffffff;
  font-size: 2.1rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .section-consultation .consultation-content__list li .icon::before {
    font-size: 2.8rem;
  }
}
.rtl .section-consultation .consultation-content__list li .icon::before {
  left: initial;
  right: 0;
}
.section-consultation .consultation-content__list li + li {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .section-consultation .consultation-content__list li + li {
    margin-top: 3rem;
  }
}
.section-consultation .consultation-form {
  position: relative;
  padding-top: 1.5rem;
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .section-consultation .consultation-form {
    margin-top: auto;
  }
}
.section-consultation .consultation-form .form {
  background: #f8f8f8;
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .section-consultation .consultation-form .form {
    padding: 3rem;
  }
}
.section-consultation .consultation-form .form::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  top: 0;
  border: 0 solid transparent;
  border-right-width: 1.5rem;
  border-left-width: 1.5rem;
  border-bottom: 1.5rem solid #dc0008;
}
.section-consultation .consultation-form .form .field {
  font-size: 1.3rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
@media (min-width: 992px) {
  .section-consultation .consultation-form .form .field {
    font-size: 1.6rem;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }
}
.section-consultation .consultation-form .form .btn--submit {
  padding: 1.6rem 1rem;
}

.section-reviews {
  padding: 8rem 0;
  background: #f8f8f8;
}
@media (min-width: 992px) {
  .section-reviews {
    padding: 10rem 0;
  }
}
.section-reviews .reviews .title {
  text-align: center;
}
@media (min-width: 992px) {
  .section-reviews .reviews .title {
    text-align: left;
  }
  .rtl .section-reviews .reviews .title {
    text-align: right;
  }
}
.section-reviews .reviews-bottom {
  padding: 0 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
}
@media (min-width: 992px) {
  .section-reviews .reviews-bottom {
    justify-content: center;
  }
  .section-reviews .reviews-bottom__navigation {
    position: absolute;
    top: 11.25rem;
    right: calc(50vw - 60.75rem);
    z-index: 3;
  }
}
.section-reviews .reviews-bottom .btn--default {
  max-width: 15rem;
  width: 100%;
  font-size: 1.2rem;
  padding: 1.1rem;
  line-height: 1.6rem;
}
@media (min-width: 992px) {
  .section-reviews .reviews-bottom .btn--default {
    max-width: 24.5rem;
    font-size: 1.4rem;
    padding: 1.6rem 1rem;
  }
}
.section-reviews .reviews-slider {
  margin: 3rem 0 2rem;
  width: 100%;
}
@media (min-width: 992px) {
  .section-reviews .reviews-slider {
    margin: 5rem 0 3rem;
  }
}
@media (min-width: 992px) {
  .section-reviews .reviews-slider__slide {
    transition: 0.2s linear;
  }
  .section-reviews .reviews-slider__slide.swiper-slide-next {
    opacity: 0.5;
  }
}

.review {
  padding: 1.5rem;
  background: #ffffff;
}
@media (min-width: 992px) {
  .review {
    padding: 3rem;
  }
}
.review-content p {
  line-height: 130%;
  color: #353535;
}
@media (min-width: 992px) {
  .review-content p {
    font-size: 1.8rem;
  }
}
.review-content .link {
  color: #dc0008;
  font-weight: 700;
  font-size: 1.6rem;
  text-decoration: underline;
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .review-content .link {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}
.review-content .link:hover {
  text-decoration: none;
}
.review-info {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .review-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
}
.review-info__name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .review-info__name {
    gap: 2rem;
  }
}
.review-info__name-img {
  border-radius: 100%;
  overflow: hidden;
  width: 3.6rem;
  height: 3.6rem;
  background: #f8f8f8;
}
@media (min-width: 992px) {
  .review-info__name-img {
    width: 5rem;
    height: 5rem;
  }
}
.review-info__name-img img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.review-info__name-text {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 130%;
}
@media (min-width: 992px) {
  .review-info__name-text {
    font-size: 2rem;
  }
}
.review-info__bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .review-info__bottom {
    gap: 8rem;
    margin-top: 0;
  }
}
.review-info__bottom-rate {
  width: 13rem;
}
.review-info__bottom-rate svg {
  width: 100%;
  display: block;
  height: auto;
}
.review-info__bottom-rate[data-star="1"] svg path {
  fill: #DC0008;
}
.review-info__bottom-rate[data-star="1"] svg path:nth-child(1) ~ path {
  fill: #DDDDDD;
}
.review-info__bottom-rate[data-star="2"] svg path {
  fill: #DC0008;
}
.review-info__bottom-rate[data-star="2"] svg path:nth-child(2) ~ path {
  fill: #DDDDDD;
}
.review-info__bottom-rate[data-star="3"] svg path {
  fill: #DC0008;
}
.review-info__bottom-rate[data-star="3"] svg path:nth-child(3) ~ path {
  fill: #DDDDDD;
}
.review-info__bottom-rate[data-star="4"] svg path {
  fill: #DC0008;
}
.review-info__bottom-rate[data-star="4"] svg path:nth-child(4) ~ path {
  fill: #DDDDDD;
}
.review-info__bottom-rate[data-star="5"] svg path {
  fill: #DC0008;
}
.review-info__bottom-rate[data-star="5"] svg path:nth-child(5) ~ path {
  fill: #DDDDDD;
}
.review-info__bottom-time {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 140%;
  color: #C4C5C8;
  padding-left: 2.2rem;
  background: url(../img/time-review.svg) left center/1.2rem no-repeat;
}
.review--big {
  padding: 0;
}
@media (min-width: 992px) {
  .review--big {
    padding: 3rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 5rem;
  }
}
.review--big .review__block {
  padding: 2rem;
}
@media (min-width: 992px) {
  .review--big .review__block {
    padding: 0;
    width: calc(100% - 30rem);
  }
}
.review--big .review-info {
  margin-bottom: 2rem;
}
.review--big .review-info__bottom-rate {
  width: 10rem;
}
@media (min-width: 992px) {
  .review--big .review-info__bottom-rate {
    width: 13rem;
  }
}
.review--big .review-info__bottom-time {
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .review--big .review-info__bottom-time {
    font-size: 1.4rem;
  }
}
.review--big .review-image {
  height: auto;
  width: 100%;
}
@media (min-width: 992px) {
  .review--big .review-image {
    height: auto;
    width: 25rem;
  }
}
.review--big .review-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.review--big .review-content p {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .review--big .review-content p {
    font-size: 1.8rem;
  }
}

.section-guides {
  padding: 8rem 0 4rem;
}
@media (min-width: 992px) {
  .section-guides {
    padding-bottom: 5rem;
  }
}
.section-guides .wrapper {
  padding: 0;
}
@media (min-width: 992px) {
  .section-guides .wrapper {
    padding: 0 1.5rem;
  }
}
.section-guides .guides .title {
  padding: 0 2rem;
}
@media (min-width: 992px) {
  .section-guides .guides .title {
    padding: 0;
  }
}
.section-guides .guides-content {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .section-guides .guides-content {
    margin-top: 5rem;
  }
}
.section-guides .guides-content__slider {
  width: 100%;
}
@media (min-width: 992px) {
  .section-guides .guides-content__slider .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 2.4rem;
  }
}
.section-guides .guides-content__slider .guide {
  background: #f8f8f8;
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .section-guides .guides-content__slider .guide {
    padding: 2rem;
  }
}
.section-guides .guides-content__slider .guide-top {
  position: relative;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .section-guides .guides-content__slider .guide-top {
    margin-bottom: 2rem;
  }
}
.section-guides .guides-content__slider .guide-top__image {
  width: 12rem;
  height: 8.6rem;
}
.section-guides .guides-content__slider .guide-top__image img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
}
.section-guides .guides-content__slider .guide-top__arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 3;
}
@media (min-width: 992px) {
  .section-guides .guides-content__slider .guide-top__arrow {
    width: 4rem;
    height: 4rem;
  }
}
.section-guides .guides-content__slider .guide-top__arrow svg {
  width: 100%;
  height: 100%;
  display: block;
}
.section-guides .guides-content__slider .guide-content__name {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 130%;
}
@media (min-width: 992px) {
  .section-guides .guides-content__slider .guide-content__name {
    font-size: 1.8rem;
  }
}
.section-guides .guides-content__slider .guide-content__text {
  margin-top: 0.5rem;
  font-size: 1.3rem;
  line-height: 150%;
}
@media (min-width: 992px) {
  .section-guides .guides-content__slider .guide-content__text {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}

.section-recent {
  padding: 4rem 0 5rem;
}
@media (min-width: 992px) {
  .section-recent {
    padding: 5rem 0;
  }
}
.section-recent .recent .title {
  text-align: center;
}
@media (min-width: 992px) {
  .section-recent .recent .title {
    text-align: left;
    max-width: 86rem;
  }
  .rtl .section-recent .recent .title {
    text-align: right;
  }
}
.section-recent .recent-blog {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
@media (min-width: 992px) {
  .section-recent .recent-blog {
    grid-template-columns: 1fr 1fr;
    grid-gap: 2.5rem;
    margin-top: 5rem;
  }
}
.section-recent .recent-btn {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .section-recent .recent-btn {
    margin-top: 3rem;
  }
}
.section-recent .recent-btn .btn {
  max-width: 24.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.post {
  width: 100%;
  background: #f8f8f8;
}
@media (min-width: 992px) {
  .post {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
  }
}
.post-image {
  width: 100%;
  height: 15rem;
}
@media (min-width: 992px) {
  .post-image {
    height: 21.2rem;
    width: 30.5rem;
  }
}
.post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-content {
  padding: 1.5rem;
  color: #121212;
  line-height: 130%;
}
@media (min-width: 992px) {
  .post-content {
    width: calc(100% - 30.5rem);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.post-content__name {
  font-size: 1.4rem;
  font-family: "Druk", sans-serif, Arial;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .post-content__name {
    font-size: 1.6rem;
    width: 100%;
  }
}
.post-content__tags {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.post-content__tags .tag {
  font-size: 0.9rem;
  font-weight: 700;
  color: #6c6c6c;
  line-height: 130%;
  border-radius: 5rem;
  border: 1px solid #6c6c6c;
  padding: 0.5rem 1rem;
}
@media (min-width: 992px) {
  .post-content__tags .tag {
    font-size: 1.1rem;
  }
}
.post-content__exerpt {
  font-size: 1.3rem;
  line-height: 150%;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .post-content__exerpt {
    font-size: 1.6rem;
    width: 100%;
    margin-bottom: 1rem;
  }
}
.post-content__info {
  width: 100%;
  margin-top: 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .post-content__info {
    margin-top: auto;
  }
}
.post-content__info time, .post-content__info p {
  display: inline-block;
  font-size: 1.1rem;
  color: #787878;
  padding-left: 2.2rem;
}
.post-content__info .date {
  background: url(../img/time.svg) left center/1.2rem no-repeat;
}
.post-content__info .views {
  padding-left: 1.6rem;
  background: url(../img/eye.svg) left center/1.1rem no-repeat;
}
.post-content__date {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .post-content__date {
    margin-top: auto;
  }
}
.post-content__readmore {
  color: #dc0008;
  text-decoration: underline;
  font-weight: 700;
  line-height: 140%;
  font-size: 1.2rem;
  margin-top: 1rem;
}
.post:hover .post-content__readmore {
  text-decoration: none;
}

.section-faq {
  padding: 3rem 0 8rem;
  background: url("../img/bg/faq-1-m.svg") top left/11.7rem 10rem no-repeat, url("../img/bg/faq-2-m.svg") center right/7.5rem 26.7rem no-repeat;
}
@media (min-width: 992px) {
  .section-faq {
    padding: 5rem 0;
    background: url("../img/bg/faq-3-d.svg") bottom left/36rem auto no-repeat, url("../img/bg/faq-1-m.svg") bottom left 36rem/17.7rem auto no-repeat, url("../img/bg/faq-2-m.svg") bottom right/8.9rem auto no-repeat;
  }
  .section-faq::after {
    content: "";
    position: absolute;
    top: -10rem;
    right: 0;
    width: 17.7rem;
    height: 24.5rem;
    background: url("../img/bg/faq-4-d.svg") center/contain no-repeat;
    pointer-events: none;
  }
}
.section-faq .faq .title {
  text-align: center;
}
@media (min-width: 992px) {
  .section-faq .faq .title {
    text-align: left;
    max-width: 86rem;
  }
}
.section-faq .faq-content {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .section-faq .faq-content {
    margin-top: 5rem;
    min-height: 25rem;
    height: auto;
  }
}
@media (min-width: 992px) {
  .section-faq .faq-items {
    max-width: 79rem;
    margin-left: auto;
    width: 100%;
  }
}
.section-faq .faq-item {
  border-bottom: 1px solid #C2C2C2;
  padding: 1.5rem 0;
}
@media (min-width: 992px) {
  .section-faq .faq-item {
    padding: 2rem 0;
  }
}
.section-faq .faq-item__title {
  font-family: "Druk", sans-serif, Arial;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000000;
  width: calc(100% - 4rem);
}
@media (min-width: 992px) {
  .section-faq .faq-item__title {
    font-size: 1.6rem;
  }
}
.section-faq .faq-item__title p, .section-faq .faq-item__title h1, .section-faq .faq-item__title h2, .section-faq .faq-item__title h3, .section-faq .faq-item__title h4, .section-faq .faq-item__title h5 {
  display: inline;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.section-faq .faq-item .head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.section-faq .faq-item .head .plus {
  width: 2.4rem;
  height: 2.4rem;
  transition: 0.2s linear;
}
.section-faq .faq-item .head .plus svg {
  width: 100%;
  height: 100%;
  display: block;
}
.section-faq .faq-item .head._spoller-active .plus {
  transform: rotate(-45deg);
}
.section-faq .faq-item .head._spoller-active .plus svg path {
  stroke: #dc0008;
}
.section-faq .faq-item .content {
  padding-bottom: 0.5rem;
  padding-top: 2rem;
}
@media (min-width: 992px) {
  .section-faq .faq-item .content {
    padding-bottom: 0;
  }
}
.section-faq .faq-item .content p {
  color: #000000;
  font-size: 1.3rem;
  line-height: 150%;
  font-weight: 400;
}
@media (min-width: 992px) {
  .section-faq .faq-item .content p {
    font-size: 1.6rem;
  }
}
.section-faq .faq-item:first-child {
  padding-top: 0;
}
.section-faq .faq-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.section-partners {
  padding: 8rem 0 0;
  background: #f8f8f8;
  background-padding: 10rem 0 0;
}
@media (min-width: 992px) {
  .section-partners .partners__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.section-partners .partners__title .title {
  text-align: left;
}
.section-partners .partners__title-navigation {
  display: none;
}
@media (min-width: 992px) {
  .section-partners .partners__title-navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2.4rem;
  }
}
.section-partners .partners__content {
  margin: 4rem 0 0;
}
.section-partners .partners__content-slider {
  width: 100%;
}
@media (min-width: 992px) {
  .section-partners .partners__content-slider {
    margin: 5rem 0 0;
  }
}

.partner {
  padding: 2rem 1rem;
  background: #ffffff;
}
.partner:not(.swiper-slide-fully-visible) {
  opacity: 0.5;
}
.partner__logotype {
  width: 100%;
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner__logotype img {
  width: auto;
  max-width: 90%;
  height: auto;
  max-height: 90%;
}
.partner__name {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 2rem;
  text-align: center;
}

.section-gv {
  padding: 8rem 0;
  background: #f8f8f8;
}
@media (min-width: 992px) {
  .section-gv {
    padding: 10rem 0;
  }
}
.section-gv .gv .title {
  text-align: center;
}
@media (min-width: 992px) {
  .section-gv .gv .title {
    text-align: left;
    max-width: 80%;
    width: 100%;
  }
  .rtl .section-gv .gv .title {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .section-gv .gv-navigation {
    position: absolute;
    top: 1rem;
    right: 0;
    z-index: 3;
  }
}
.section-gv .gv-slider {
  margin: 3rem 0 2rem;
  width: 100%;
}
@media (min-width: 992px) {
  .section-gv .gv-slider {
    margin: 5rem 0 3rem;
  }
}
@media (min-width: 992px) {
  .section-gv .gv-slider__slide {
    transition: 0.2s linear;
  }
}

.inv {
  height: 40rem;
  position: relative;
  cursor: pointer;
}
@media (min-width: 992px) {
  .inv {
    height: 50rem;
  }
}
.inv-poster {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.inv-poster:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.inv-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inv-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3rem 2rem;
  z-index: 3;
  width: 100%;
}
.inv-content__name {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 150%;
  color: #ffffff;
}
@media (min-width: 992px) {
  .inv-content__name {
    font-size: 1.6rem;
  }
}
.inv-content__title {
  color: #ffffff;
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 130%;
  font-weight: 500;
  font-family: "Druk", sans-serif, Arial;
}
@media (min-width: 992px) {
  .inv-content__title {
    font-size: 1.8rem;
    font-weight: 700;
  }
}
.inv-icon {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 5rem;
  height: 5rem;
  z-index: 3;
}
@media (min-width: 992px) {
  .inv-icon {
    width: 6rem;
    height: 6rem;
  }
}
.inv-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.section-advantages {
  padding: 8rem 0;
  background: #f8f8f8;
}
@media (min-width: 992px) {
  .section-advantages {
    padding: 10rem 0;
  }
}
.section-advantages::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 20.7rem;
  height: 24.3rem;
  background: url("../img/bg/a-1.svg") center/100% auto no-repeat;
  content: "";
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 992px) {
  .section-advantages::after {
    height: 31.8rem;
    width: 27rem;
  }
}
.section-advantages .advantages__content {
  padding-bottom: 4rem;
  border-bottom: 1px solid #dddddd;
}
@media (min-width: 992px) {
  .section-advantages .advantages__content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2.4rem;
    padding-bottom: 5rem;
  }
}
.section-advantages .advantages__content-logo {
  width: 100%;
  height: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .section-advantages .advantages__content-logo {
    max-width: 38.4rem;
  }
}
.section-advantages .advantages__content-logo img {
  width: 100%;
  height: auto;
}
.section-advantages .advantages__content-text {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
@media (min-width: 992px) {
  .section-advantages .advantages__content-text {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2.4rem;
    margin-top: 6.8rem;
    width: calc(100% - 40.8rem);
  }
}
@media (min-width: 992px) {
  .section-advantages .advantages__content-col:not(:has(div)) {
    padding-top: 5rem;
  }
}
.section-advantages .advantages__content-col p {
  line-height: 130%;
  color: #121212;
}
@media (min-width: 992px) {
  .section-advantages .advantages__content-col p {
    font-size: 1.8rem;
  }
}
.section-advantages .advantages__content-col p + p {
  margin-top: 2rem;
}
.section-advantages .advantages__content-title {
  font-weight: 500;
  font-family: "Druk", sans-serif, Arial;
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 130%;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .section-advantages .advantages__content-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 3rem;
  }
}
.section-advantages .advantages-items {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2.5rem;
}
@media (min-width: 992px) {
  .section-advantages .advantages-items {
    margin-top: 5rem;
    grid-column-gap: 2.4rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.section-advantages .advantages-items .item-number {
  font-size: 3rem;
  color: #dc0008;
  font-family: "Druk", sans-serif, Arial;
  font-weight: 700;
}
@media (min-width: 992px) {
  .section-advantages .advantages-items .item-number {
    font-size: 3.8rem;
  }
}
.section-advantages .advantages-items .item-text {
  margin-top: 1rem;
  font-size: 1.8rem;
  line-height: 130%;
  color: #353535;
  font-weight: 500;
}
@media (min-width: 992px) {
  .section-advantages .advantages-items .item-text {
    font-size: 2rem;
  }
}

.section-services {
  padding: 8rem 0 3rem;
}
@media (min-width: 992px) {
  .section-services {
    padding: 0 0 10rem;
  }
}
.section-services::after {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("../img/bg/s-1.svg") top right/100% 100% no-repeat;
  content: "";
  width: 12.3rem;
  height: 7.4rem;
  z-index: 2;
}
@media (min-width: 992px) {
  .section-services::after {
    width: 36.3rem;
    height: 21.4rem;
  }
}
@media (min-width: 992px) {
  .section-services .services {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding-left: calc(50vw - 60.75rem);
  }
}
.section-services .services__images {
  width: 100%;
  height: 19.2rem;
}
@media (min-width: 992px) {
  .section-services .services__images {
    width: 47.5vw;
    margin-right: 0;
    height: 57rem;
  }
}
.section-services .services__images-slide {
  width: 100%;
  height: auto;
}
.section-services .services__images-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-services .services__content {
  padding: 0 2rem 3rem;
}
.section-services .services__content .title {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .section-services .services__content .title {
    margin-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .section-services .services__content {
    padding: 10rem 0 0;
    max-width: 56.5rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .section-services .services__content-slider {
    margin-bottom: 3rem;
    width: 100%;
  }
}
.section-services .services__content-pagination {
  margin-top: 2.5rem;
}
@media (min-width: 992px) {
  .section-services .services__content-pagination {
    margin-top: auto;
  }
}
.section-services .services__content .service {
  position: relative;
  padding-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .section-services .services__content .service {
    padding-left: 10rem;
    padding-bottom: 0;
  }
}
.section-services .services__content .service::before {
  content: attr(data-service);
  display: block;
  font-size: 2rem;
  color: #dc0008;
  font-family: "Druk", sans-serif, Arial;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .section-services .services__content .service::before {
    font-size: 2.8rem;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.section-services .services__content .service-title {
  font-family: "Druk", sans-serif, Arial;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 130%;
  color: #000000;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .section-services .services__content .service-title {
    font-size: 1.6rem;
  }
}
.section-services .services__content .service p {
  font-size: 1.6rem;
  font-weight: 400;
  color: #353535;
  line-height: 130%;
}
@media (min-width: 992px) {
  .section-services .services__content .service p {
    font-size: 1.8rem;
  }
}
.section-services .services__content .service .btn {
  margin-top: 2rem;
  max-width: 18rem;
  width: 100%;
}
@media (min-width: 992px) {
  .section-services .services__content .service .btn {
    margin-top: 3rem;
  }
}

.section-blog {
  padding: 4rem 0 8rem;
  background: #f8f8f8;
}
@media (min-width: 992px) {
  .section-blog {
    padding: 5rem 0 10rem;
  }
}
.section-blog .wrapper {
  padding: 0;
}
@media (min-width: 992px) {
  .section-blog .wrapper {
    padding: 0 1.5rem;
  }
}
.section-blog .blog-filter {
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .section-blog .blog-filter {
    padding-bottom: 5rem;
    gap: 4rem;
  }
}
.section-blog .blog-filter .form {
  padding: 0 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .section-blog .blog-filter .form {
    padding: 0;
    margin-bottom: 3rem;
    width: 100%;
    order: 2;
  }
  .section-blog .blog-filter .form-row {
    width: calc(100% - 25.5rem);
  }
  .section-blog .blog-filter .form-submit {
    margin-top: 0;
    width: 24.5rem;
  }
  .section-blog .blog-filter .form-submit .btn {
    width: 100%;
  }
  .section-blog .blog-filter .form form {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
  }
}
.section-blog .blog-filter__categories {
  overflow: auto;
  padding-bottom: 1rem;
  order: 1;
}
@media (min-width: 992px) {
  .section-blog .blog-filter__categories {
    overflow: initial;
    padding-bottom: 0;
    width: 100%;
  }
}
.section-blog .blog-filter__categories ul {
  list-style: none;
  margin: 0;
  padding: 0 2rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
  width: max-content;
}
.section-blog .blog-filter__categories ul:not(:has(.current-cat)) li.cat-item-all a {
  font-weight: 700;
  color: #dc0008;
}
.section-blog .blog-filter__categories ul:not(:has(.current-cat)) li.cat-item-all a::after {
  background: #dc0008;
}
@media (min-width: 992px) {
  .section-blog .blog-filter__categories ul {
    row-gap: 1rem;
    column-gap: 3rem;
    flex-wrap: wrap;
    padding: 0;
    width: auto;
  }
}
.section-blog .blog-filter__categories ul li a {
  display: block;
  position: relative;
  transition: 0.2s linear;
  border: none;
  cursor: pointer;
  font-family: "Geometria", sans-serif, Arial;
  color: #6c6c6c;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
  padding: 0.5rem 0;
  white-space: nowrap;
  word-wrap: normal;
}
@media (min-width: 992px) {
  .section-blog .blog-filter__categories ul li a {
    font-size: 2rem;
  }
}
.section-blog .blog-filter__categories ul li a::after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: transparent;
  transition: 0.2s linear;
  content: "";
  bottom: 0;
  left: 0;
}
.section-blog .blog-filter__categories ul li a:hover {
  color: #dc0008;
}
.section-blog .blog-filter__categories ul li a.active {
  font-weight: 700;
  color: #dc0008;
}
.section-blog .blog-filter__categories ul li a.active::after {
  background: #dc0008;
}
.section-blog .blog-filter__categories ul li.current-cat a {
  font-weight: 700;
  color: #dc0008;
}
.section-blog .blog-filter__categories ul li.current-cat a::after {
  background: #dc0008;
}
.section-blog .blog-content {
  padding: 0 2rem;
}
@media (min-width: 992px) {
  .section-blog .blog-content {
    padding: 0;
  }
}
.section-blog .blog-content .posts {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 4rem;
}
@media (min-width: 992px) {
  .section-blog .blog-content .posts {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 2.4rem;
    grid-column-gap: 2.4rem;
  }
}
.section-blog .blog-content .posts .post-image {
  height: 20rem;
}
@media (min-width: 992px) {
  .section-blog .blog-content .posts .post-image {
    height: 30rem;
  }
}

.section-note {
  background: #f8f8f8;
  padding: 2rem 0 8rem;
}
@media (min-width: 992px) {
  .section-note {
    padding: 10rem 0;
  }
}
.section-note .note {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 4rem;
}
@media (min-width: 992px) {
  .section-note .note {
    grid-template-columns: 69rem 1fr;
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
  }
}
.section-note .note__contents {
  order: 1;
}
@media (min-width: 992px) {
  .section-note .note__contents {
    order: 2;
  }
}
.section-note .note__contents .contents {
  background: #ffffff;
  border: 1px solid #dddddd;
  padding: 2rem;
}
@media (min-width: 992px) {
  .section-note .note__contents .contents {
    padding: 3rem;
    position: sticky;
    top: 7rem;
    background: url("../img/red-vlg.svg") right top/5rem auto no-repeat, #ffffff;
  }
}
.section-note .note__contents .contents-title {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 130%;
}
@media (min-width: 992px) {
  .section-note .note__contents .contents-title {
    font-size: 2rem;
  }
}
.section-note .note__contents .contents ul {
  padding-left: 2rem;
  margin: 2rem 0 0;
  list-style: none;
}
@media (min-width: 992px) {
  .section-note .note__contents .contents ul {
    padding-left: 3rem;
  }
}
.section-note .note__contents .contents ul li {
  color: #6c6c6c;
  font-size: 1.6rem;
  line-height: 120%;
  position: relative;
  padding-left: 2.8rem;
}
@media (min-width: 992px) {
  .section-note .note__contents .contents ul li {
    font-size: 1.8rem;
    padding-left: 3rem;
  }
}
.section-note .note__contents .contents ul li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.9rem;
  content: "";
  background: url("../img/bullet.svg") center/100% no-repeat;
}
@media (min-width: 992px) {
  .section-note .note__contents .contents ul li::before {
    width: 1rem;
    height: 1.1rem;
  }
}
.section-note .note__contents .contents ul li.active {
  color: #dc0008;
  font-weight: 500;
}
.section-note .note__contents .contents ul li.active::before {
  background: url("../img/bullet-red.svg") center/100% no-repeat;
}
.section-note .note__contents .contents ul li:hover {
  color: #dc0008;
}
.section-note .note__contents .contents ul li + li {
  margin-top: 1rem;
}
.section-note .note__contents .contents .btn {
  width: 100%;
  max-width: 34rem;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .section-note .note__contents .contents .btn {
    margin-top: 3rem;
  }
}
.section-note .note__text {
  order: 2;
}
@media (min-width: 992px) {
  .section-note .note__text {
    order: 1;
  }
}
.section-note .note__text-block + .note__text-block {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .section-note .note__text-block + .note__text-block {
    margin-top: 5rem;
  }
}
.section-note .note__text-block h1, .section-note .note__text-block h2, .section-note .note__text-block h3, .section-note .note__text-block h4, .section-note .note__text-block h5, .section-note .note__text-block h6 {
  color: #000000;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
  font-family: "Druk", sans-serif, Arial;
}
.section-note .note__text-block h1 + p, .section-note .note__text-block h2 + p, .section-note .note__text-block h3 + p, .section-note .note__text-block h4 + p, .section-note .note__text-block h5 + p, .section-note .note__text-block h6 + p {
  margin-top: 2rem;
}
.section-note .note__text-block h3, .section-note .note__text-block h4, .section-note .note__text-block h5, .section-note .note__text-block h6 {
  font-family: "Geometria", sans-serif, Arial;
  text-transform: initial;
  font-weight: 700;
}
.section-note .note__text-block h4, .section-note .note__text-block h5, .section-note .note__text-block h6 {
  font-weight: 400;
}
.section-note .note__text-block h1 {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .section-note .note__text-block h1 {
    font-size: 2.8rem;
  }
}
.section-note .note__text-block h2 {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .section-note .note__text-block h2 {
    font-size: 1.6rem;
  }
}
.section-note .note__text-block h3 {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .section-note .note__text-block h3 {
    font-size: 2rem;
  }
}
.section-note .note__text-block h4 {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .section-note .note__text-block h4 {
    font-size: 1.8rem;
  }
}
.section-note .note__text-block h5 {
  font-size: 1.3rem;
}
@media (min-width: 992px) {
  .section-note .note__text-block h5 {
    font-size: 1.6rem;
  }
}
.section-note .note__text-block h6 {
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .section-note .note__text-block h6 {
    font-size: 1.4rem;
  }
}
.section-note .note__text-block a {
  color: #dc0008;
  text-decoration: underline;
  font-weight: 500;
}
.section-note .note__text-block a:hover {
  text-decoration: none;
}
.section-note .note__text-block i {
  font-weight: 500;
}
.section-note .note__text-block ol, .section-note .note__text-block ul {
  margin-top: 2rem;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-left: 2rem;
}
.section-note .note__text-block ol + p, .section-note .note__text-block ul + p {
  margin-top: 2rem;
}
.section-note .note__text-block ol li, .section-note .note__text-block ul li {
  font-size: 1.6rem;
  line-height: 130%;
  color: #353535;
}
@media (min-width: 992px) {
  .section-note .note__text-block ol li, .section-note .note__text-block ul li {
    font-size: 1.8rem;
  }
}
.section-note .note__text-block p {
  font-weight: 400;
  line-height: 130%;
  color: #353535;
}
.section-note .note__text-block p + p, .section-note .note__text-block p + h1, .section-note .note__text-block p + h2, .section-note .note__text-block p + h3, .section-note .note__text-block p + h4, .section-note .note__text-block p + h5, .section-note .note__text-block p + h6 {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .section-note .note__text-block p {
    font-size: 1.8rem;
  }
}
.section-note .note__text-block p b, .section-note .note__text-block p strong {
  font-weight: 700;
}
.section-note .note__text-block img {
  width: 100%;
  height: auto;
  margin: 4rem 0 0;
}
@media (min-width: 992px) {
  .section-note .note__text-block img {
    margin-top: 5rem;
  }
}

.section-related {
  padding: 10rem 0;
}
.section-related .related .title {
  text-align: center;
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .section-related .related .title {
    text-align: left;
    margin-bottom: 5rem;
  }
}
.section-related .related__items {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 4rem;
}
@media (min-width: 992px) {
  .section-related .related__items {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    grid-template-columns: 1fr 1fr;
  }
}
.section-related .related__items .post-image {
  height: 20rem;
}
@media (min-width: 992px) {
  .section-related .related__items .post-image {
    height: 30rem;
  }
}

.section-contacts {
  padding: 6rem 0 0;
  background: #f8f8f8;
}
@media (min-width: 992px) {
  .section-contacts {
    padding: 8rem 0;
  }
}
@media (min-width: 992px) {
  .section-contacts .contacts {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
}
.section-contacts .contacts__title {
  padding: 0 2rem;
}
@media (min-width: 992px) {
  .section-contacts .contacts__title {
    padding-left: calc(50vw - 60.75rem);
    padding-right: 0;
  }
}
.section-contacts .contacts__box {
  margin-top: 2rem;
  position: relative;
  z-index: 3;
  padding: 0 2rem;
}
@media (min-width: 992px) {
  .section-contacts .contacts__box {
    padding-left: calc(50vw - 60.75rem);
    padding-top: 3rem;
    padding-right: 2.5rem;
    padding-bottom: 5rem;
    background: #ffffff;
    margin-top: 5rem;
  }
}
.section-contacts .contacts__box-content {
  background: #ffffff;
  padding: 4rem 2rem;
}
@media (min-width: 992px) {
  .section-contacts .contacts__box-content {
    padding: 0;
    background: transparent;
    width: 38rem;
  }
}
.section-contacts .contacts__box-content .name {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 130%;
  color: #000000;
}
@media (min-width: 992px) {
  .section-contacts .contacts__box-content .name {
    font-size: 2rem;
  }
}
.section-contacts .contacts__box-content ul {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}
@media (min-width: 992px) {
  .section-contacts .contacts__box-content ul {
    max-width: 30rem;
    width: 100%;
    margin-top: 5rem;
  }
}
.section-contacts .contacts__box-content ul li .link {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 150%;
}
@media (min-width: 992px) {
  .section-contacts .contacts__box-content ul li .link {
    font-size: 1.6rem;
  }
}
.section-contacts .contacts__box-content ul li .link span {
  display: block;
}
.section-contacts .contacts__box-content ul li .link span.icon {
  width: 2.4rem;
  height: 2.4rem;
}
.section-contacts .contacts__box-content ul li .link span.icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.section-contacts .contacts__box-content ul li .link span.text {
  width: calc(100% - 4.4rem);
}
.section-contacts .contacts__box-content ul li + li {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .section-contacts .contacts__box-content ul li + li {
    margin-top: 2rem;
  }
}
.section-contacts .contacts__box-content .work {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #dddddd;
}
@media (min-width: 992px) {
  .section-contacts .contacts__box-content .work {
    margin-top: 3rem;
    padding-top: 3rem;
  }
}
.section-contacts .contacts__box-content .work p {
  font-size: 1.3rem;
  line-height: 150%;
  color: #353535;
  padding-left: 4.4rem;
  background: url("../img/work.svg") left top/2.4rem no-repeat;
}
@media (min-width: 992px) {
  .section-contacts .contacts__box-content .work p {
    font-size: 1.6rem;
  }
}
.section-contacts .contacts__map {
  width: 100%;
  height: 51rem;
  margin-top: -12rem;
}
@media (min-width: 992px) {
  .section-contacts .contacts__map {
    position: absolute;
    top: 0;
    margin-top: 0;
    right: calc(50vw - 60.75rem);
    width: 89.5rem;
    height: 100%;
  }
}
.section-contacts .contacts__map-frame {
  width: 100%;
  height: 100%;
}

.section-article {
  padding: 6.4rem 0 8rem;
  background: #f8f8f8;
}
@media (min-width: 992px) {
  .section-article {
    padding: 7.4rem 0 10rem;
    background: url("../img/red-big-v.svg") right 10rem top 15.7rem/15.6rem 56.1rem no-repeat, #f8f8f8;
  }
}
.section-article .article .title {
  margin-bottom: 4rem;
  hyphens: auto;
}
@media (min-width: 992px) {
  .section-article .article .title {
    margin-bottom: 5rem;
  }
}
.section-article .article__content {
  max-width: 79rem;
  width: 100%;
}
.section-article .article__content h1, .section-article .article__content h2, .section-article .article__content h3, .section-article .article__content h4, .section-article .article__content h5, .section-article .article__content h6 {
  font-weight: 500;
  line-height: 130%;
  font-family: "Druk", sans-serif, Arial;
  color: #000000;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.section-article .article__content h3, .section-article .article__content h4, .section-article .article__content h5, .section-article .article__content h6 {
  font-family: "Geometria", sans-serif, Arial;
}
.section-article .article__content h4, .section-article .article__content h5, .section-article .article__content h6 {
  font-weight: 400;
}
.section-article .article__content h1 {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .section-article .article__content h1 {
    font-size: 2.8rem;
  }
}
.section-article .article__content h2 {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .section-article .article__content h2 {
    font-size: 1.6rem;
  }
}
.section-article .article__content h3 {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .section-article .article__content h3 {
    font-size: 2rem;
  }
}
.section-article .article__content h4 {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .section-article .article__content h4 {
    font-size: 1.8rem;
  }
}
.section-article .article__content h5 {
  font-size: 1.3rem;
}
@media (min-width: 992px) {
  .section-article .article__content h5 {
    font-size: 1.6rem;
  }
}
.section-article .article__content h6 {
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .section-article .article__content h6 {
    font-size: 1.4rem;
  }
}
.section-article .article__content ul {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
  color: #000000;
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-article .article__content ul li {
  position: relative;
  padding-left: 2rem;
}
.section-article .article__content ul li::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0.75rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 100%;
  background: #000000;
}
@media (min-width: 992px) {
  .section-article .article__content ul li::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media (min-width: 992px) {
  .section-article .article__content ul {
    font-size: 1.8rem;
  }
}
.section-article .article__content p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
  color: #000000;
}
.section-article .article__content p + p {
  margin-top: 1.6rem;
}
@media (min-width: 992px) {
  .section-article .article__content p + p {
    margin-top: 1.8rem;
  }
}
.section-article .article__content p + h1, .section-article .article__content p h2, .section-article .article__content p h3, .section-article .article__content p h4, .section-article .article__content p h5, .section-article .article__content p h6 {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .section-article .article__content p + h1, .section-article .article__content p h2, .section-article .article__content p h3, .section-article .article__content p h4, .section-article .article__content p h5, .section-article .article__content p h6 {
    margin-top: 5rem;
  }
}
.section-article .article__content p a {
  text-decoration: underline;
  color: #dc0008;
}
.section-article .article__content p a:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .section-article .article__content p {
    font-size: 1.8rem;
  }
}
.section-article .article__content p b, .section-article .article__content p strong {
  font-weight: 700;
}
.section-article .article__content-block + .article__content-block {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .section-article .article__content-block + .article__content-block {
    margin-top: 5rem;
  }
}

.section-testimonials {
  padding: 8rem 0;
  background: #f8f8f8;
}
@media (min-width: 992px) {
  .section-testimonials {
    padding: 10rem 0;
  }
}
.section-testimonials .testimonials__items {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .section-testimonials .testimonials__items {
    margin-top: 5rem;
  }
}
.section-testimonials .testimonials__items .review + .review {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .section-testimonials .testimonials__items .review + .review {
    margin-top: 3rem;
  }
}

.section-video {
  padding: 8rem 0;
  background: url("../img/red-big-g.svg") right top/22.4rem auto no-repeat;
}
@media (min-width: 992px) {
  .section-video {
    background: url("../img/h-d.svg") left top/20.1rem auto no-repeat, url("../img/red-big-g.svg") right top/84.6rem auto no-repeat;
    padding: 10rem 0;
  }
}
.section-video .video__title {
  padding: 0 2rem;
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .section-video .video__title {
    max-width: 123rem;
    width: 100%;
    padding: 0 1.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7rem;
  }
}
.section-video .video__slider {
  width: 100%;
  height: 14.5rem;
}
@media (min-width: 992px) {
  .section-video .video__slider {
    height: 44.4rem;
  }
}
.section-video .video__slide {
  opacity: 0.5;
}
.section-video .video__slide.swiper-slide-fully-visible {
  opacity: 1;
}
.section-video .video__slide .link {
  width: 100%;
  height: 100%;
}
.section-video .video__slide .link span {
  display: block;
}
.section-video .video__slide .link span.poster {
  width: 100%;
  height: 100%;
  position: relative;
}
.section-video .video__slide .link span.poster::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.2);
}
.section-video .video__slide .link span.poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-video .video__slide .link span.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transition: 0.2s linear;
  width: 4rem;
  height: 4rem;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .section-video .video__slide .link span.icon {
    width: 10rem;
    height: 10rem;
  }
}
.section-video .video__slide .link span.icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.section-video .video__navigation {
  padding: 0 2rem;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .section-video .video__navigation {
    position: absolute;
    margin-top: 0;
    padding: 0;
    top: 11.2rem;
    right: calc(50vw - 60.75rem);
  }
}

.section-rating {
  padding: 6.4rem 0 8rem;
  background: #f8f8f8;
}
@media (min-width: 992px) {
  .section-rating {
    padding: 7.4rem 0 10rem;
  }
}
@media (min-width: 992px) {
  .section-rating .rating {
    display: grid;
    grid-template-columns: 1fr 69rem;
    grid-column-gap: 2.4rem;
  }
}
.section-rating .rating__title {
  width: 100%;
}
.section-rating .rating__widget {
  margin-top: 2rem;
  background: #ffffff;
  padding: 1rem;
  display: grid;
  grid-template-columns: 11.8rem 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 0.5rem;
}
@media (min-width: 992px) {
  .section-rating .rating__widget {
    margin-top: 0;
    padding: 1.5rem;
    grid-template-columns: 18rem 1fr;
    grid-column-gap: 2.4rem;
    grid-template-rows: auto 1fr;
    grid-row-gap: 1rem;
  }
}
.section-rating .rating__widget-info {
  padding-top: 0.5rem;
}
@media (min-width: 992px) {
  .section-rating .rating__widget-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.section-rating .rating__widget-info .info-rate {
  font-size: 1.4rem;
  font-family: "Druk", sans-serif, Arial;
  font-weight: 500;
  color: #353535;
  line-height: 130%;
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .section-rating .rating__widget-info .info-rate {
    margin-top: 0;
    margin-left: 2.4rem;
    font-size: 1.6rem;
  }
}
.section-rating .rating__widget-info .info-stars {
  width: 10rem;
}
@media (min-width: 992px) {
  .section-rating .rating__widget-info .info-stars {
    width: 13rem;
  }
}
.section-rating .rating__widget-info .info-stars svg {
  width: 100%;
  display: block;
  height: auto;
}
.section-rating .rating__widget-info .info-stars[data-star="1"] svg path {
  fill: #DC0008;
}
.section-rating .rating__widget-info .info-stars[data-star="1"] svg path:nth-child(1) ~ path {
  fill: #DDDDDD;
}
.section-rating .rating__widget-info .info-stars[data-star="2"] svg path {
  fill: #DC0008;
}
.section-rating .rating__widget-info .info-stars[data-star="2"] svg path:nth-child(2) ~ path {
  fill: #DDDDDD;
}
.section-rating .rating__widget-info .info-stars[data-star="3"] svg path {
  fill: #DC0008;
}
.section-rating .rating__widget-info .info-stars[data-star="3"] svg path:nth-child(3) ~ path {
  fill: #DDDDDD;
}
.section-rating .rating__widget-info .info-stars[data-star="4"] svg path {
  fill: #DC0008;
}
.section-rating .rating__widget-info .info-stars[data-star="4"] svg path:nth-child(4) ~ path {
  fill: #DDDDDD;
}
.section-rating .rating__widget-info .info-stars[data-star="5"] svg path {
  fill: #DC0008;
}
.section-rating .rating__widget-info .info-stars[data-star="5"] svg path:nth-child(5) ~ path {
  fill: #DDDDDD;
}
.section-rating .rating__widget-logo {
  width: 11.8rem;
  height: 6.6rem;
}
@media (min-width: 992px) {
  .section-rating .rating__widget-logo {
    width: 18rem;
    height: auto;
    grid-row-start: span 2;
  }
}
.section-rating .rating__widget-logo img {
  width: 100%;
  height: 100%;
}
.section-rating .rating__widget-text {
  grid-column-start: span 2;
}
@media (min-width: 992px) {
  .section-rating .rating__widget-text {
    grid-column-start: 2;
  }
}
.section-rating .rating__widget-text p {
  font-size: 1.6rem;
  line-height: 130%;
  color: #6c6c6c;
}
@media (min-width: 992px) {
  .section-rating .rating__widget-text p {
    font-size: 1.8rem;
  }
}
.section-rating .rating__widget-text .link {
  margin-top: 1rem;
  color: #dc0008;
  line-height: 140%;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: underline;
}
.section-rating .rating__widget-text .link:hover {
  text-decoration: none;
}

.section-developers {
  padding: 2rem 0 8rem;
  background: #ededed;
  z-index: 3;
}
@media (min-width: 992px) {
  .section-developers {
    padding: 0 0 8rem;
  }
}
@media (min-width: 992px) {
  .section-developers .developers {
    padding-top: 12rem;
  }
}
.section-developers .developers-filter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
@media (min-width: 992px) {
  .section-developers .developers-filter {
    position: absolute;
    bottom: initial;
    top: 0;
    transform: translateY(-50%);
  }
}
.section-developers .developers-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}
@media (min-width: 992px) {
  .section-developers .developers-items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 2.4rem;
    grid-column-gap: 2.4rem;
  }
}
.section-developers .developers-items .partner {
  opacity: 1;
}
@media (min-width: 992px) {
  .section-developers .developers-items .partner {
    padding: 2rem 2rem 2.5rem;
  }
}
.section-developers .developers-items .partner__logotype {
  height: 8rem;
}
@media (min-width: 992px) {
  .section-developers .developers-items .partner__logotype {
    height: 11.7rem;
  }
}
.section-developers .developers-items .partner__name {
  margin-top: 1.5rem;
  line-height: 150%;
}
@media (min-width: 992px) {
  .section-developers .developers-items .partner__name {
    margin-top: 0.5rem;
  }
}

.developer__projects-item {
  cursor: pointer;
}
.developer__projects-item .listing-info {
  padding: 2rem;
}
.developer__projects-item .listing-info__tags {
  margin-bottom: 2rem;
  align-items: center;
}
@media (min-width: 992px) {
  .developer__projects-item .listing-info__tags {
    margin-bottom: 2rem;
  }
}
.developer__projects-item .listing-info__price .price {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .developer__projects-item .listing-info__price .price {
    font-size: 2rem;
  }
}
.developer__projects-item .listing-info__title p {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .developer__projects-item .listing-info__title p {
    font-size: 1.8rem;
  }
}
.developer__projects-item .listing-info__parameters {
  grid-template-columns: 1fr;
  grid-row-gap: 1rem;
}
.developer__projects-images {
  position: relative;
  width: 100%;
  height: 22.8rem;
}
@media (min-width: 992px) {
  .developer__projects-images {
    height: 28rem;
  }
}
.developer__projects-images .baige-red {
  font-size: 1.1rem;
  line-height: 130%;
  font-weight: 700;
  color: #ffffff;
  background: #dc0008;
  position: absolute;
  left: 0;
  top: 1rem;
  padding: 0.3rem 1rem;
}
.developer__projects-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-details {
  padding: 0 0 0;
  background: #f8f8f8;
}
@media (min-width: 992px) {
  .section-details {
    height: 45rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 992px) {
  .section-details[data-project] {
    height: 35rem;
  }
  .section-details[data-project] .details {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    height: 100%;
  }
  .section-details[data-project] .details-bg {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .section-details[data-project] .details-bg::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    content: "";
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .section-details[data-project] .details-content {
    color: #ffffff;
    grid-row-gap: 2rem;
    padding: 3rem 0;
  }
  .section-details[data-project] .details-content__btn {
    order: 2;
    width: 100%;
  }
  .section-details[data-project] .details-content__btn .btn {
    margin-left: 0;
    border-color: #ffffff;
    color: #ffffff;
  }
  .section-details[data-project] .details-content__title {
    order: 1;
    width: 100%;
  }
  .section-details[data-project] .details-content__title .title {
    color: #ffffff;
    text-align: left;
  }
  .section-details[data-project] .details-content__items {
    width: 100%;
    order: 3;
    display: grid;
    grid-template-columns: minmax(min-content, 11rem) auto auto;
    justify-content: space-between;
    grid-column-gap: 2rem;
  }
  .section-details[data-project] .details-content__items .item-number {
    font-size: 1.4rem;
    text-align: left;
  }
  .section-details[data-project] .details-content__items .item-text::before {
    left: 0;
    transform: none;
  }
  .section-details[data-project] .details-content__items .item-text p {
    font-size: 0.8rem;
    font-weight: 700;
    color: #ededed;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .section-details .details {
    margin-top: auto;
  }
}
.section-details .details-bg {
  height: 20rem;
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .section-details .details-bg {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.section-details .details-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-details .details-bg::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 992px) {
  .section-details .details-bg::after {
    height: 25rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  }
}
.section-details .details-content {
  z-index: 3;
  width: 100%;
  text-align: center;
  color: #000000;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 4rem;
  padding: 4rem 0;
}
@media (min-width: 992px) {
  .section-details .details-content {
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #ffffff;
    grid-template-columns: 1fr 69rem;
    grid-column-gap: 2.4rem;
    text-align: left;
    grid-row-gap: 2rem;
    grid-template-areas: "zagolovok details" "btns details";
  }
}
@media (min-width: 992px) {
  .section-details .details-content__title {
    grid-area: zagolovok;
  }
  .section-details .details-content__title .title {
    color: #ffffff;
  }
}
.section-details .details-content__items {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
@media (min-width: 992px) {
  .section-details .details-content__items {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.4rem;
    grid-area: details;
  }
  .section-details .details-content__items.one-item {
    grid-template-columns: auto;
    justify-content: end;
  }
}
.section-details .details-content__items .item-number {
  font-size: 2rem;
  font-family: "Druk", sans-serif, Arial;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .section-details .details-content__items .item-number {
    font-size: 2.8rem;
  }
}
.section-details .details-content__items .item-text {
  position: relative;
  padding-top: 0.7rem;
  margin-top: 0.5rem;
}
.section-details .details-content__items .item-text::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: #dc0008;
  width: 4rem;
  height: 2px;
}
@media (min-width: 992px) {
  .section-details .details-content__items .item-text::before {
    left: 0;
    transform: none;
    width: 6rem;
  }
}
.section-details .details-content__items .item-text p {
  font-family: "Druk", sans-serif, Arial;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
  color: #353535;
}
@media (min-width: 992px) {
  .section-details .details-content__items .item-text p {
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
  }
}
@media (min-width: 992px) {
  .section-details .details-content__btn {
    grid-area: btns;
  }
}
.section-details .details-content__btn .btn {
  margin-left: auto;
  margin-right: auto;
  width: 20rem;
  padding: 1rem 1.1rem;
}
@media (min-width: 992px) {
  .section-details .details-content__btn .btn {
    margin-left: 0;
    padding: 1.5rem 1rem;
    border-color: #ffffff;
    color: #ffffff;
    width: 24.5rem;
  }
  .section-details .details-content__btn .btn:hover {
    border-color: #dc0008;
  }
}

.section-developer {
  padding: 4rem 0 8rem;
  background: #f8f8f8;
}
@media (min-width: 992px) {
  .section-developer {
    padding: 10rem 0;
  }
}
.section-developer .developer__info {
  margin-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 992px) {
  .section-developer .developer__info {
    padding-bottom: 5rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2.4rem;
  }
}
.section-developer .developer__info-logo {
  width: 100%;
  height: 12.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}
@media (min-width: 992px) {
  .section-developer .developer__info-logo {
    width: 28.2rem;
  }
}
.section-developer .developer__info-logo img {
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
}
.section-developer .developer__info-text {
  margin-top: 2.4rem;
}
@media (min-width: 992px) {
  .section-developer .developer__info-text {
    margin-top: 0;
    width: calc(100% - 30.6rem);
  }
}
.section-developer .developer__info-text p {
  font-size: 1.6rem;
  line-height: 130%;
  color: #353535;
}
@media (min-width: 992px) {
  .section-developer .developer__info-text p {
    font-size: 1.8rem;
  }
}
.section-developer .developer__info-text p + p {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .section-developer .developer__info-text p + p {
    margin-top: 2.4rem;
  }
}
.section-developer .developer__projects {
  padding-top: 4rem;
}
@media (min-width: 992px) {
  .section-developer .developer__projects {
    padding-top: 5rem;
  }
}
.section-developer .developer__projects .title {
  text-align: center;
}
.section-developer .developer__projects-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .section-developer .developer__projects-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2.4rem;
    margin-top: 5rem;
  }
}
.section-developer .developer__projects-item {
  width: 100%;
}

.section-wood {
  padding: 4rem 0;
  background: #f8f8f8;
}
@media (min-width: 992px) {
  .section-wood {
    padding: 10rem 0 5rem;
  }
}
.section-wood .wood-content {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .section-wood .wood-content {
    margin-top: 5rem;
    display: grid;
    grid-template-columns: 31rem 1fr;
    grid-column-gap: 10rem;
  }
}
.section-wood .wood-content .info-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.section-wood .wood-content .info-row + .info-row {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .section-wood .wood-content .info-row + .info-row {
    margin-top: 2rem;
  }
}
.section-wood .wood-content .info-row p {
  font-size: 1.2rem;
  line-height: 140%;
}
@media (min-width: 992px) {
  .section-wood .wood-content .info-row p {
    font-size: 1.4rem;
  }
}
.section-wood .wood-content .info-row p b, .section-wood .wood-content .info-row p strong {
  font-weight: 700;
}
.section-wood .wood-content .text {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .section-wood .wood-content .text {
    margin-top: 0;
  }
}
.section-wood .wood-content .text p {
  line-height: 130%;
  color: #353535;
}
@media (min-width: 992px) {
  .section-wood .wood-content .text p {
    font-size: 1.8rem;
  }
}
.section-wood .wood-content .text ul, .section-wood .wood-content .text ol {
  line-height: 130%;
  color: #353535;
  font-size: 1.6rem;
  margin: 0;
  padding-left: 3rem;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .section-wood .wood-content .text ul, .section-wood .wood-content .text ol {
    font-size: 1.8rem;
  }
}

.section-characteristic {
  background: #ffffff;
  padding: 8rem 0 4rem;
}
@media (min-width: 992px) {
  .section-characteristic {
    padding: 10rem 0 5rem;
  }
}
@media (min-width: 992px) {
  .section-characteristic .characteristic {
    display: grid;
    grid-template-columns: 35rem 1fr;
    grid-column-gap: 6rem;
  }
}
@media (min-width: 992px) {
  .section-characteristic .characteristic-content {
    order: 2;
  }
}
.section-characteristic .characteristic-content .lists {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .section-characteristic .characteristic-content .lists {
    margin-top: 5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2.4rem;
  }
}
.section-characteristic .characteristic-content .lists ul {
  padding-left: 3rem;
  margin: 0;
}
.section-characteristic .characteristic-content .lists ul + ul {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .section-characteristic .characteristic-content .lists ul + ul {
    margin-top: 0;
  }
}
.section-characteristic .characteristic-content .lists ul li {
  font-size: 1.6rem;
  color: #000000;
  line-height: 130%;
}
@media (min-width: 992px) {
  .section-characteristic .characteristic-content .lists ul li {
    font-size: 1.8rem;
  }
}
.section-characteristic .characteristic-image {
  width: 100%;
  height: 20rem;
  margin-top: 3.5rem;
}
@media (min-width: 992px) {
  .section-characteristic .characteristic-image {
    height: auto;
    order: 1;
    margin-top: 0;
  }
}
.section-characteristic .characteristic-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .section-characteristic .characteristic-image img {
    height: 35rem;
  }
}

.section-plans {
  padding: 4rem 0 8rem;
}
.section-plans .wrapper {
  padding: 0;
}
@media (min-width: 992px) {
  .section-plans .wrapper {
    padding: 0 1.5rem;
  }
}
.section-plans .plans {
  display: grid;
  grid-template-columns: 100%;
  grid-template-areas: "title" "images" "info";
  grid-row-gap: 4rem;
}
@media (min-width: 992px) {
  .section-plans .plans {
    grid-template-columns: calc(100% - 69rem) 60rem;
    grid-template-areas: "title images" "info images";
    grid-template-rows: auto 1fr;
    grid-column-gap: 9rem;
    grid-row-gap: 5rem;
  }
}
.section-plans .plans-title {
  grid-area: title;
  padding: 0 2rem;
}
@media (min-width: 992px) {
  .section-plans .plans-title {
    padding: 0;
  }
}
.section-plans .plans-images {
  grid-area: images;
  padding: 0 2rem;
}
@media (min-width: 992px) {
  .section-plans .plans-images {
    padding: 0;
  }
}
.section-plans .plans-images__slider {
  width: 100%;
  height: 35rem;
  background: #ffffff;
  box-shadow: 0px 5px 45px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .section-plans .plans-images__slider {
    height: 38rem;
  }
}
.section-plans .plans-images__slider .swiper-wrapper {
  align-items: stretch;
}
.section-plans .plans-images__item {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-plans .plans-images__item img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}
.section-plans .plans-info {
  grid-area: info;
}
.section-plans .plans-info__lists {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .section-plans .plans-info__lists {
    margin-top: 5rem;
    width: 35rem;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .section-plans .plans-info__thumbs:not(.swiper-initialized) {
    max-width: 46rem;
    width: 100%;
    margin-left: 0;
  }
  .section-plans .plans-info__thumbs:not(.swiper-initialized) .swiper-wrapper {
    flex-wrap: wrap;
    column-gap: 3rem;
    row-gap: 1rem;
  }
  .section-plans .plans-info__thumbs:not(.swiper-initialized) .plans-info__thumb.dactive p {
    font-weight: 700;
    color: #dc0008;
  }
  .section-plans .plans-info__thumbs:not(.swiper-initialized) .plans-info__thumb.dactive p::after {
    width: 100%;
  }
}
.section-plans .plans-info__thumb {
  cursor: pointer;
  width: auto;
}
.section-plans .plans-info__thumb p {
  padding: 0.5rem 0;
  position: relative;
  color: #6c6c6c;
  line-height: 130%;
  font-weight: 400;
  font-size: 1.6rem;
  white-space: nowrap;
  width: min-content;
}
@media (min-width: 992px) {
  .section-plans .plans-info__thumb p {
    font-size: 2rem;
  }
}
.section-plans .plans-info__thumb p::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #dc0008;
  content: "";
  transition: 0.2s linear;
}
.section-plans .plans-info__thumb.swiper-slide-thumb-active p {
  font-weight: 700;
  color: #dc0008;
}
.section-plans .plans-info__thumb.swiper-slide-thumb-active p::after {
  width: 100%;
}
.section-plans .plans-info__list {
  padding: 0 2rem;
}
@media (min-width: 992px) {
  .section-plans .plans-info__list {
    padding: 0;
  }
}
.section-plans .plans-info__list .parametr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
}
.section-plans .plans-info__list .parametr-td p {
  font-size: 1.2rem;
  line-height: 140%;
  color: #353535;
}
@media (min-width: 992px) {
  .section-plans .plans-info__list .parametr-td p {
    font-size: 1.4rem;
  }
}
.section-plans .plans-info__list .parametr-td p b, .section-plans .plans-info__list .parametr-td p strong {
  font-weight: 700;
  color: #000000;
}
.section-plans .plans-info__list .parametr-td:last-child {
  text-align: right;
  width: calc(100% - 19.4rem);
}
@media (min-width: 992px) {
  .section-plans .plans-info__list .parametr-td:last-child {
    width: calc(100% - 22.4rem);
  }
}
.section-plans .plans-info__list .parametr-td .icon {
  display: block;
  width: 3rem;
  height: 3rem;
}
.section-plans .plans-info__list .parametr-td .icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.section-plans .plans-info__list .parametr-td .icon img {
  width: 100%;
  height: 100%;
}
.section-plans .plans-info__list .parametr-td:has(.icon) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  width: 17rem;
}
@media (min-width: 992px) {
  .section-plans .plans-info__list .parametr-td:has(.icon) {
    width: 20rem;
  }
}
.section-plans .plans-info__list .parametr-td:has(.icon) p {
  width: calc(100% - 4rem);
}
.section-plans .plans-info__list .parametr + .parametr {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .section-plans .plans-info__list .parametr + .parametr {
    margin-top: 2rem;
  }
}
.section-plans .plans-info__btns {
  margin-top: 2rem;
  padding: 0 2rem;
}
@media (min-width: 992px) {
  .section-plans .plans-info__btns {
    padding: 0;
    margin-top: 4rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.section-plans .plans-info__btns .btn {
  padding: 1.1rem 1.1rem;
  width: 20.5rem;
}
@media (min-width: 992px) {
  .section-plans .plans-info__btns .btn {
    padding: 1.6rem 1.1rem;
    width: 24.5rem;
  }
}
.section-plans .plans-info__btns .btn.border {
  padding: 1rem 1.1rem;
}
@media (min-width: 992px) {
  .section-plans .plans-info__btns .btn.border {
    padding: 1.5rem 1.1rem;
  }
}
.section-plans .plans-info__btns .btn + .btn {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .section-plans .plans-info__btns .btn + .btn {
    margin-top: 0;
    margin-left: 2rem;
  }
}

.section-maps {
  background: #f8f8f8;
  padding: 8rem 0 4rem;
}
@media (min-width: 992px) {
  .section-maps {
    padding: 10rem 0 5rem;
  }
}
.section-maps .maps-content {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .section-maps .maps-content {
    margin-top: 5rem;
  }
}
.section-maps .maps-content__frame {
  width: 100%;
  height: 40rem;
}

.section-nearby {
  padding: 4rem 0;
  background: #f8f8f8;
}
.section-nearby + .section-projects {
  padding-top: 4rem;
}
@media (min-width: 992px) {
  .section-nearby + .section-projects {
    padding-top: 5rem;
  }
}
@media (min-width: 992px) {
  .section-nearby {
    padding: 5rem 0;
  }
}
.section-nearby .wrapper {
  padding: 0;
}
@media (min-width: 992px) {
  .section-nearby .wrapper {
    padding: 0 1.5rem;
  }
}
.section-nearby .nearby .title {
  padding: 0 2rem;
}
@media (min-width: 992px) {
  .section-nearby .nearby .title {
    padding: 0;
  }
}
.section-nearby .nearby-content {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .section-nearby .nearby-content {
    margin-top: 5rem;
  }
}
.section-nearby .nearby-content__thumbs {
  width: 100%;
}
.section-nearby .nearby-content__thumb {
  width: auto;
  padding: 0.5rem 0;
  position: relative;
  cursor: pointer;
}
.section-nearby .nearby-content__thumb::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #dc0008;
  content: "";
  transition: 0.2s linear;
}
.section-nearby .nearby-content__thumb p {
  color: #6c6c6c;
  line-height: 130%;
  font-weight: 400;
  font-size: 1.6rem;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .section-nearby .nearby-content__thumb p {
    font-size: 2rem;
  }
}
.section-nearby .nearby-content__thumb.swiper-slide-thumb-active::after {
  width: 100%;
}
.section-nearby .nearby-content__thumb.swiper-slide-thumb-active p {
  font-weight: 700;
  color: #dc0008;
}
.section-nearby .nearby-content__items {
  margin-top: 4rem;
  width: 100%;
}
@media (min-width: 992px) {
  .section-nearby .nearby-content__items {
    margin-top: 5rem;
  }
}
.section-nearby .nearby-content__items .item {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
  padding: 0 2rem;
}
@media (min-width: 992px) {
  .section-nearby .nearby-content__items .item {
    padding: 0;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 2.4rem;
    grid-row-gap: 4rem;
  }
}
.section-nearby .nearby-content__items .item .link span {
  display: block;
}
.section-nearby .nearby-content__items .item .link .name {
  font-weight: 700;
  color: #000000;
  line-height: 130%;
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .section-nearby .nearby-content__items .item .link .name {
    font-size: 1.8rem;
  }
}
.section-nearby .nearby-content__items .item .link .row {
  margin-top: 1.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
}
@media (min-width: 992px) {
  .section-nearby .nearby-content__items .item .link .row {
    margin-top: 2rem;
  }
}
.section-nearby .nearby-content__items .item .link .row .icon {
  width: 3rem;
  height: 3rem;
}
.section-nearby .nearby-content__items .item .link .row .icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.section-nearby .nearby-content__items .item .link .row .text {
  width: calc(100% - 5rem);
  font-size: 1.3rem;
  line-height: 150%;
  color: #000000;
}
@media (min-width: 992px) {
  .section-nearby .nearby-content__items .item .link .row .text {
    font-size: 1.6rem;
  }
}

.section-employers .employers {
  padding: 28rem 0 8rem;
  position: relative;
}
@media (min-width: 992px) {
  .section-employers .employers {
    padding: 12rem 0 10rem;
  }
}
.section-employers .employers-filter {
  position: absolute;
  top: 0;
  transform: translateY(-3rem);
  width: 100%;
  left: 0;
  z-index: 3;
  box-shadow: 0px 5px 20px 0px rgb(185, 185, 185);
  padding: 1.5rem;
}
.section-employers .employers-filter .form form {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1rem;
}
@media (min-width: 992px) {
  .section-employers .employers-filter .form form {
    column-gap: 1rem;
    grid-template-columns: 29.5rem 29.5rem 29.5rem 1fr;
  }
}
.section-employers .employers-filter .form-row {
  width: 100%;
}
.section-employers .employers-filter .form-row .field {
  font-size: 1.3rem;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
.section-employers .employers-filter .form-row .select__title {
  padding: 1.1rem 1rem;
}
.section-employers .employers-filter .form-row .select__option {
  font-size: 1.3rem;
  padding: 1.1rem 1rem;
}
.section-employers .employers-filter .form-row .select__content {
  font-size: 1.3rem;
}
.section-employers .employers-filter .form-row + .form-row {
  margin-top: 0;
}
.section-employers .employers-filter .form-submit {
  width: 100%;
}
.section-employers .employers__content-category + .employers__content-category {
  margin-top: 8rem;
}
.section-employers .employers__content-category .title {
  text-align: center;
  margin-bottom: 4.5rem;
}
@media (min-width: 992px) {
  .section-employers .employers__content-category .title {
    text-align: left;
    margin-bottom: 5rem;
  }
}
.section-employers .employers__content-items {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
@media (min-width: 992px) {
  .section-employers .employers__content-items {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2.4rem;
  }
}
.section-employers .employers__content-items .team-card__image {
  height: 28.5rem;
}
@media (min-width: 992px) {
  .section-employers .employers__content-items .team-card__image {
    height: 37.8rem;
  }
}
.section-employers .employers__content-items .team-card__content {
  padding: 2rem 2rem 1.5rem;
}
@media (min-width: 992px) {
  .section-employers .employers__content-items .team-card__content {
    padding: 2rem;
  }
}

.section-agent {
  padding: 4.4rem 0 10rem;
}
.section-agent .agent {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 4rem;
}
@media (min-width: 992px) {
  .section-agent .agent {
    grid-template-columns: 38.4rem 1fr;
    grid-column-gap: 5rem;
  }
}
.section-agent .agent-image {
  width: 100%;
  height: 35rem;
}
@media (min-width: 992px) {
  .section-agent .agent-image {
    height: 53rem;
  }
}
.section-agent .agent-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-agent .agent-info .spec {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .section-agent .agent-info .spec {
    margin-top: 2rem;
  }
}
.section-agent .agent-info .spec p {
  font-weight: 700;
  line-height: 130%;
}
@media (min-width: 992px) {
  .section-agent .agent-info .spec p {
    font-size: 2rem;
  }
}
.section-agent .agent-info .prof {
  margin-top: 2rem;
  border: 1px solid #ededed;
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .section-agent .agent-info .prof {
    padding: 2rem;
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .section-agent .agent-info .prof p {
    font-size: 1.8rem;
  }
}
.section-agent .agent-info .prof p + p {
  margin-top: 1rem;
}
.section-agent .agent-info .btn {
  margin-top: 2rem;
  width: 24.5rem;
}
@media (min-width: 992px) {
  .section-agent .agent-info .btn {
    margin-top: 3rem;
    padding: 1.6rem 0;
  }
}
.section-agent .agent-info .description {
  margin-top: 4rem;
}
.section-agent .agent-info .description p {
  line-height: 130%;
}
@media (min-width: 992px) {
  .section-agent .agent-info .description p {
    font-size: 1.8rem;
  }
}

.section-agents {
  padding: 8rem 0;
  background: #f8f8f8;
}
@media (min-width: 992px) {
  .section-agents {
    padding: 10rem 0;
  }
}
.section-agents .agents-title {
  max-width: 123rem;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.section-agents .agents-title .title b {
  color: #dc0008;
}
@media (min-width: 992px) {
  .section-agents .agents-title {
    padding: 0 1.5rem;
    margin-bottom: 5rem;
  }
}
.section-agents .agents-content {
  width: 100%;
}
.section-agents .agents-content__slider .team-card__content {
  background: #ffffff;
}
.section-agents .agents-content__navigations {
  display: none;
}
@media (min-width: 992px) {
  .section-agents .agents-content__navigations {
    display: flex;
    margin-top: 5rem;
  }
}

.section-districts {
  padding: 4rem 0 8rem;
  background: #f8f8f8;
}
@media (min-width: 992px) {
  .section-districts {
    padding: 5rem 0 10rem;
  }
}
.section-districts .wrapper {
  padding: 0;
}
@media (min-width: 992px) {
  .section-districts .wrapper {
    padding: 0 1.5rem;
  }
}
.section-districts .districts-filter {
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .section-districts .districts-filter {
    padding-bottom: 5rem;
    gap: 4rem;
  }
}
.section-districts .districts-filter .form {
  padding: 0 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .section-districts .districts-filter .form {
    padding: 0;
    margin-bottom: 3rem;
    width: 100%;
    order: 2;
  }
  .section-districts .districts-filter .form-row {
    width: calc(100% - 25.5rem);
  }
  .section-districts .districts-filter .form-submit {
    margin-top: 0;
    width: 24.5rem;
  }
  .section-districts .districts-filter .form-submit .btn {
    width: 100%;
  }
  .section-districts .districts-filter .form form {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
  }
}
.section-districts .districts-filter__categories {
  overflow: auto;
  padding-bottom: 1rem;
  order: 1;
}
@media (min-width: 992px) {
  .section-districts .districts-filter__categories {
    overflow: initial;
    padding-bottom: 0;
    width: 100%;
  }
}
.section-districts .districts-filter__categories ul {
  list-style: none;
  margin: 0;
  padding: 0 2rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
  width: max-content;
}
.section-districts .districts-filter__categories ul:not(:has(.current-cat)) li.cat-item-all a {
  font-weight: 700;
  color: #dc0008;
}
.section-districts .districts-filter__categories ul:not(:has(.current-cat)) li.cat-item-all a::after {
  background: #dc0008;
}
@media (min-width: 992px) {
  .section-districts .districts-filter__categories ul {
    row-gap: 1rem;
    column-gap: 3rem;
    flex-wrap: wrap;
    padding: 0;
    width: auto;
  }
}
.section-districts .districts-filter__categories ul li a {
  display: block;
  position: relative;
  transition: 0.2s linear;
  border: none;
  cursor: pointer;
  font-family: "Geometria", sans-serif, Arial;
  color: #6c6c6c;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
  padding: 0.5rem 0;
  white-space: nowrap;
  word-wrap: normal;
}
@media (min-width: 992px) {
  .section-districts .districts-filter__categories ul li a {
    font-size: 2rem;
  }
}
.section-districts .districts-filter__categories ul li a::after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: transparent;
  transition: 0.2s linear;
  content: "";
  bottom: 0;
  left: 0;
}
.section-districts .districts-filter__categories ul li a:hover {
  color: #dc0008;
}
.section-districts .districts-filter__categories ul li a.active {
  font-weight: 700;
  color: #dc0008;
}
.section-districts .districts-filter__categories ul li a.active::after {
  background: #dc0008;
}
.section-districts .districts-filter__categories ul li.current-cat a {
  font-weight: 700;
  color: #dc0008;
}
.section-districts .districts-filter__categories ul li.current-cat a::after {
  background: #dc0008;
}
.section-districts .districts-content {
  padding: 0 2rem;
}
@media (min-width: 992px) {
  .section-districts .districts-content {
    padding: 0;
  }
}
.section-districts .districts-content__items {
  display: grid;
  grid-template-columns: 100%;
  grid-row-gap: 2.4rem;
}
@media (min-width: 992px) {
  .section-districts .districts-content__items {
    grid-template-columns: minmax(0, 25%) minmax(0, 25%) minmax(0, 25%) minmax(0, 25%);
    grid-column-gap: 2.4rem;
  }
}

.district {
  width: 100%;
  cursor: pointer;
}
.district-info {
  padding: 3rem 2rem 2rem;
  background: #ffffff;
}
@media (min-width: 992px) {
  .district-info {
    height: calc(100% - 21rem);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
}
.district-info .title {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 150%;
  font-family: "Geometria", sans-serif, Arial;
  text-transform: none;
}
@media (min-width: 992px) {
  .district-info .title {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    width: 100%;
  }
}
.district-info .description {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .district-info .description {
    margin-top: 0;
    margin-bottom: 1rem;
    width: 100%;
  }
}
.district-info .description p {
  font-size: 1.2rem;
  line-height: 140%;
}
@media (min-width: 992px) {
  .district-info .description p {
    font-size: 1.4rem;
  }
}
.district-info .actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .district-info .actions {
    margin-top: auto;
    width: 100%;
  }
}
.district-info .actions .btn {
  max-width: 11rem;
  width: 100%;
  font-size: 1.4rem;
  line-height: 140%;
  padding: 0.75rem 1rem;
}
.district-info .actions .price {
  font-weight: 700;
  color: #dc0008;
  line-height: 100%;
  font-size: 1.4rem;
}
.district-images {
  width: 100%;
  height: 21rem;
  position: relative;
}
.district-images__slider {
  width: 100%;
  height: 100%;
}
.district-images__slider .btn--nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  z-index: 3;
}
@media (min-width: 992px) {
  .district-images__slider .btn--nav {
    width: 3rem;
  }
}
.district-images__slider [data-prev] {
  left: 1rem;
  background: url("../img/prev-w.svg") center/2rem auto no-repeat;
}
@media (min-width: 992px) {
  .district-images__slider [data-prev] {
    background: url("../img/prev-w.svg") center/3rem auto no-repeat;
  }
}
.district-images__slider [data-next] {
  right: 1rem;
  background: url("../img/next-w.svg") center/2rem auto no-repeat;
}
@media (min-width: 992px) {
  .district-images__slider [data-next] {
    background: url("../img/next-w.svg") center/3rem auto no-repeat;
  }
}
.district-images__slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-latest {
  padding: 2rem 0 4rem;
  background: #f8f8f8;
}
.section-latest[data-project] {
  padding: 4rem 0 4rem;
}
@media (min-width: 992px) {
  .section-latest[data-project] {
    padding: 5rem 0 5rem;
  }
}
@media (min-width: 992px) {
  .section-latest {
    padding: 5rem 0 4rem;
  }
}
.section-latest .wrapper {
  padding: 0;
}
@media (min-width: 992px) {
  .section-latest .wrapper {
    padding: 0 1.5rem;
  }
}
.section-latest .latest__content-btn {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .section-latest .latest__content-btn {
    margin-top: 4rem;
  }
}
.section-latest .latest__content-btn .btn {
  width: 20rem;
  padding: 1.5rem 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .section-latest .latest__content-btn .btn {
    width: 24.5rem;
  }
}
.section-latest .latest__tabs .title {
  text-align: center;
  padding: 0 2rem;
}
.section-latest .latest__tabs-content {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .section-latest .latest__tabs-content {
    margin-top: 5rem;
  }
}
.section-latest .latest__tabs-body .listing-content__arrows {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .section-latest .latest__tabs-body .listing-content__arrows {
    margin-top: 4rem;
  }
}
.section-latest .latest__tabs-navigation {
  margin: 0 0 4rem;
  padding: 0 2rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  width: 100%;
}
@media (min-width: 992px) {
  .section-latest .latest__tabs-navigation {
    column-gap: 3rem;
    padding: 0;
    margin-bottom: 5rem;
  }
}
.section-latest .latest__tabs-navigation .btn {
  display: block;
  position: relative;
  transition: 0.2s linear;
  border: none;
  cursor: pointer;
  font-family: "Geometria", sans-serif, Arial;
  color: #6c6c6c;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
  padding: 0.5rem 0;
  white-space: nowrap;
  word-wrap: normal;
}
@media (min-width: 992px) {
  .section-latest .latest__tabs-navigation .btn {
    font-size: 2rem;
  }
}
.section-latest .latest__tabs-navigation .btn::after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: transparent;
  transition: 0.2s linear;
  content: "";
  bottom: 0;
  left: 0;
}
.section-latest .latest__tabs-navigation .btn:hover {
  color: #dc0008;
}
.section-latest .latest__tabs-navigation .btn.active {
  font-weight: 700;
  color: #dc0008;
}
.section-latest .latest__tabs-navigation .btn.active::after {
  background: #dc0008;
}
.section-latest .latest__tabs-navigation .btn._tab-active {
  font-weight: 700;
  color: #dc0008;
}
.section-latest .latest__tabs-navigation .btn._tab-active::after {
  background: #dc0008;
}

.section-information {
  padding: 4rem 0;
  background: #f8f8f8;
}
@media (min-width: 992px) {
  .section-information {
    padding: 4rem 0 5rem;
  }
}
.section-information + .section-gallery {
  height: 27rem;
  padding: 0;
}
@media (min-width: 992px) {
  .section-information + .section-gallery {
    height: 62rem;
  }
}
.section-information + .section-gallery .gallery__navigation {
  margin-top: 0;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .section-information .information {
    background: url("../img/logo-sing.svg") top right/11.7rem auto no-repeat;
  }
}
.section-information .information-content {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .section-information .information-content {
    display: grid;
    grid-template-columns: 31.2rem 1fr;
    grid-column-gap: 10rem;
    margin-top: 5rem;
  }
}
.section-information .information-content__items .item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2.4rem;
}
.section-information .information-content__items .item p {
  font-size: 1.4rem;
  line-height: 140%;
  color: #000000;
}
.section-information .information-content__items .item + .item {
  margin-top: 1rem;
}
.section-information .information-content__items .item-property {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.section-information .information-content__items .item-property .icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-information .information-content__items .item-property .icon img {
  width: 100%;
  height: auto;
}
.section-information .information-content__items .item-property .text {
  width: calc(100% - 4rem);
}
.section-information .information-content__items .item-value {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.section-information .information-content__items .item-value p {
  text-align: right;
  font-weight: 700;
}
.section-information .information-content__text {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .section-information .information-content__text {
    margin-top: 0;
  }
}
.section-information .information-content__text p {
  line-height: 130%;
  color: #000000;
}
@media (min-width: 992px) {
  .section-information .information-content__text p {
    font-size: 1.8rem;
  }
}
.section-information .information-content__text p + p {
  margin-top: 2rem;
}
.section-information .information-content__text ul, .section-information .information-content__text ol {
  line-height: 130%;
  color: #000000;
  font-size: 1.6rem;
  margin: 0;
  padding-left: 3rem;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .section-information .information-content__text ul, .section-information .information-content__text ol {
    font-size: 1.8rem;
  }
}

.section-projects {
  background: #f8f8f8;
  padding: 8rem 0 4rem;
}
@media (min-width: 992px) {
  .section-projects {
    padding: 10rem 0 5rem;
  }
}
.section-projects .wrapper {
  padding: 0;
}
@media (min-width: 992px) {
  .section-projects .wrapper {
    padding: 0 1.5rem;
  }
}
.section-projects .projects .title {
  text-align: center;
  padding: 0 2rem;
}
@media (min-width: 992px) {
  .section-projects .projects .title {
    text-align: left;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .section-projects .projects:not(:has(.swiper)) .title {
    text-align: center;
  }
}
.section-projects .projects__content {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .section-projects .projects__content {
    margin-top: 5rem;
  }
}
.section-projects .projects__content-slider:not(.swiper) {
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
@media (min-width: 992px) {
  .section-projects .projects__content-slider:not(.swiper) {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    padding: 0;
  }
}
.section-projects .projects__content-arrows {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .section-projects .projects__content-arrows {
    margin-top: 4rem;
  }
}

.section-location {
  padding: 4rem 0 8rem;
  background: #f8f8f8;
}
@media (min-width: 992px) {
  .section-location {
    padding: 5rem 0 10rem;
  }
}
.section-location .location-content {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 4rem;
}
@media (min-width: 992px) {
  .section-location .location-content {
    margin-top: 5rem;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2.4rem;
  }
}
.section-location .location-content__col p {
  line-height: 130%;
  color: #000000;
}
@media (min-width: 992px) {
  .section-location .location-content__col p {
    font-size: 1.8rem;
  }
}
.section-location .location-content__col p + p {
  margin-top: 2rem;
}

.section-attractions {
  padding: 8rem 0 0;
}
@media (min-width: 992px) {
  .section-attractions {
    padding: 10rem 0;
  }
  .section-attractions::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 65%;
    content: "";
    height: 21.5rem;
    background: #f8f8f8;
    pointer-events: none;
    z-index: 1;
  }
}
@media (min-width: 1680px) {
  .section-attractions::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 23rem;
    content: "";
    height: 41rem;
    background: url("../img/bg/4-l-d.svg") top center/auto 100% no-repeat;
    pointer-events: none;
    z-index: 1;
  }
}
.section-attractions .wrapper {
  padding: 0;
}
@media (min-width: 992px) {
  .section-attractions .wrapper {
    padding: 0 1.5rem;
    z-index: 3;
  }
}
.section-attractions .attractions-images {
  width: 100%;
  height: 21rem;
  z-index: 2;
}
@media (min-width: 992px) {
  .section-attractions .attractions-images {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 49.5%;
    height: calc(100% - 10rem);
    z-index: 2;
  }
}
.section-attractions .attractions-images__slide img {
  width: 100%;
  height: 21rem;
  object-fit: cover;
}
@media (min-width: 992px) {
  .section-attractions .attractions-images__slide img {
    height: 100%;
  }
}
.section-attractions .attractions-title {
  padding: 0 2rem;
}
@media (min-width: 992px) {
  .section-attractions .attractions-title {
    padding: 0;
    max-width: 65rem;
  }
}
.section-attractions .attractions-title .title {
  hyphens: auto;
  word-wrap: break-word;
}
@media (min-width: 992px) {
  .section-attractions .attractions-title .title {
    text-align: left;
  }
}
.section-attractions .attractions-content {
  margin-top: 2.4rem;
  padding-bottom: 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .section-attractions .attractions-content {
    margin-top: 3rem;
    z-index: 3;
    padding-bottom: 0;
    max-width: 58.5rem;
    width: 100%;
  }
}
.section-attractions .attractions-content::before {
  width: 12.2rem;
  height: 32.6rem;
  background: url("../img/off-m.svg") top center/100% no-repeat;
  position: absolute;
  bottom: -1rem;
  right: 0;
  content: "";
  pointer-events: none;
  z-index: -1;
}
@media (min-width: 992px) {
  .section-attractions .attractions-content::before {
    content: none;
  }
}
.section-attractions .attractions-content__navigation {
  margin-top: 2rem;
  justify-content: center;
  padding: 0 2rem;
}
@media (min-width: 992px) {
  .section-attractions .attractions-content__navigation {
    margin-top: 7rem;
    justify-content: flex-start;
    padding: 0;
  }
}

.attraction {
  padding: 0 2rem;
}
@media (min-width: 992px) {
  .attraction {
    padding: 0;
  }
}
.attraction-name {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 1rem;
  color: #000000;
}
@media (min-width: 992px) {
  .attraction-name {
    font-size: 2rem;
    margin-bottom: 6rem;
  }
}
.attraction-content p {
  line-height: 130%;
  color: #000000;
}
@media (min-width: 992px) {
  .attraction-content p {
    font-size: 1.8rem;
  }
}
.attraction-content p + p {
  margin-top: 1.6rem;
}
@media (min-width: 992px) {
  .attraction-content p + p {
    margin-top: 1.8rem;
  }
}

.section-other {
  padding: 8rem 0 4rem;
  background: #f8f8f8;
}
@media (min-width: 992px) {
  .section-other {
    padding: 10rem 0;
  }
}
.section-other .other-items {
  display: grid;
  grid-template-columns: 100%;
  grid-row-gap: 2.4rem;
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .section-other .other-items {
    grid-template-columns: minmax(0, 25%) minmax(0, 25%) minmax(0, 25%) minmax(0, 25%);
    grid-column-gap: 2.4rem;
    margin-top: 5rem;
  }
}

.section-seo {
  padding: 4rem 0;
  background: #f8f8f8;
}
@media (min-width: 992px) {
  .section-seo {
    padding: 5rem 0;
  }
}
.section-seo .seo-content__text {
  height: auto;
  max-height: 31rem;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .section-seo .seo-content__text {
    max-height: 14rem;
  }
}
.section-seo .seo-content__text:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(248, 248, 248, 0), rgb(248, 248, 248) 100%);
  height: 80%;
}
.section-seo .seo-content__text h1, .section-seo .seo-content__text h2, .section-seo .seo-content__text h3, .section-seo .seo-content__text h4, .section-seo .seo-content__text h5, .section-seo .seo-content__text h6 {
  color: #6c6c6c;
  font-weight: 700;
  line-height: 130%;
}
.section-seo .seo-content__text h1 + p, .section-seo .seo-content__text h2 + p, .section-seo .seo-content__text h3 + p, .section-seo .seo-content__text h4 + p, .section-seo .seo-content__text h5 + p, .section-seo .seo-content__text h6 + p {
  margin-top: 2.4rem;
}
.section-seo .seo-content__text h3, .section-seo .seo-content__text h4, .section-seo .seo-content__text h5, .section-seo .seo-content__text h6 {
  font-family: "Geometria", sans-serif, Arial;
}
.section-seo .seo-content__text h4, .section-seo .seo-content__text h5, .section-seo .seo-content__text h6 {
  font-weight: 400;
}
.section-seo .seo-content__text h1 {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .section-seo .seo-content__text h1 {
    font-size: 2.8rem;
  }
}
.section-seo .seo-content__text h2 {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .section-seo .seo-content__text h2 {
    font-size: 1.6rem;
  }
}
.section-seo .seo-content__text h3 {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .section-seo .seo-content__text h3 {
    font-size: 2rem;
  }
}
.section-seo .seo-content__text h4 {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .section-seo .seo-content__text h4 {
    font-size: 1.8rem;
  }
}
.section-seo .seo-content__text h5 {
  font-size: 1.3rem;
}
@media (min-width: 992px) {
  .section-seo .seo-content__text h5 {
    font-size: 1.6rem;
  }
}
.section-seo .seo-content__text h6 {
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .section-seo .seo-content__text h6 {
    font-size: 1.4rem;
  }
}
.section-seo .seo-content__text p {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 150%;
  color: #6c6c6c;
}
.section-seo .seo-content__text p a {
  color: #dc0008;
  text-decoration: underline;
  font-weight: 500;
}
.section-seo .seo-content__text p a:hover {
  text-decoration: none;
}
.section-seo .seo-content__text p + p {
  margin-top: 1.3rem;
}
@media (min-width: 992px) {
  .section-seo .seo-content__text p + p {
    margin-top: 1.6rem;
  }
}
@media (min-width: 992px) {
  .section-seo .seo-content__text p {
    font-size: 1.6rem;
  }
}
.section-seo .seo-content__text p b, .section-seo .seo-content__text p strong {
  font-weight: 400;
}
.section-seo .seo-content__text.loaded {
  max-height: initial;
}
.section-seo .seo-content__text.loaded:after {
  content: none;
}
.section-seo .seo-content .btn {
  width: auto;
  margin: 0.5rem auto 0;
  z-index: 3;
  color: #353535;
  font-size: 1.3rem;
  line-height: 150%;
  text-decoration: underline;
}
.section-seo .seo-content .btn:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .section-seo .seo-content .btn {
    margin: 0.5rem auto 0;
    font-size: 1.6rem;
  }
}

.section-gallery {
  padding: 8rem 0 2rem;
  height: 51rem;
  width: 100%;
}
@media (min-width: 992px) {
  .section-gallery {
    padding: 10rem 0;
    height: 68.5rem;
  }
}
.section-gallery .wrapper {
  pointer-events: none;
}
.section-gallery .gallery {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .section-gallery .gallery {
    justify-content: flex-start;
  }
}
.section-gallery .gallery__title {
  width: 100%;
  pointer-events: auto;
}
.section-gallery .gallery__title .title {
  width: 100%;
  color: #ffffff;
}
.section-gallery .gallery__navigation {
  margin-top: auto;
  pointer-events: auto;
}
@media (min-width: 992px) {
  .section-gallery .gallery__navigation {
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 3;
    width: 100%;
    justify-content: space-between;
  }
}
.section-gallery .gallery__slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section-gallery .gallery__slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-gallery[data-top-title] {
  height: auto;
  padding: 8rem 0 0;
  background: #f8f8f8;
}
@media (min-width: 992px) {
  .section-gallery[data-top-title] {
    padding-top: 10rem;
  }
}
.section-gallery[data-top-title] .gallery__title .title {
  color: #000000;
}
.section-gallery[data-top-title] .gallery__navigation {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 2rem;
  width: 100%;
  z-index: 3;
  justify-content: space-between;
  transform: translate(0, -50%);
  pointer-events: none;
}
.section-gallery[data-top-title] .gallery__navigation .btn {
  pointer-events: auto;
}
@media (min-width: 992px) {
  .section-gallery[data-top-title] .gallery__navigation {
    max-width: 123rem;
    padding: 0 1.5rem;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.section-gallery[data-top-title] .gallery__slider {
  position: relative;
}
.section-gallery[data-top-title] .gallery__slider-wrapper {
  position: relative;
  height: 27rem;
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .section-gallery[data-top-title] .gallery__slider-wrapper {
    margin-top: 5rem;
    height: 62rem;
  }
}

.section-hero {
  height: auto;
  width: 100%;
  padding: 0 0 0;
  background: #f8f8f8;
}
.section-hero[data-services] {
  background: #ffffff;
}
.section-hero[data-services] .hero-content {
  padding: 6.5rem 2rem 3.5rem;
  background: url("../img/house-big-rotate.svg") right top/19.9rem auto no-repeat;
}
@media (min-width: 992px) {
  .section-hero[data-services] .hero-content {
    padding-left: calc(50% - 60.75rem);
    padding-top: 10rem;
    background: url("../img/house-big.svg") right bottom/39.7rem auto no-repeat;
  }
}
@media (min-width: 992px) {
  .section-hero {
    height: 49rem;
  }
  .section-hero[data-vacancies] {
    height: 43rem;
  }
}
.section-hero .hero {
  height: auto;
}
@media (min-width: 992px) {
  .section-hero .hero {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    height: 100%;
  }
}
.section-hero .hero-image {
  width: 100%;
  height: 18rem;
}
@media (min-width: 992px) {
  .section-hero .hero-image {
    height: 100%;
    width: 50%;
  }
}
.section-hero .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-hero .hero-content {
  z-index: 3;
  width: 100%;
  color: #353535;
  padding: 6.5rem 2rem;
  background: url("../img/logo-hero.svg") center bottom/100% no-repeat;
}
@media (min-width: 992px) {
  .section-hero .hero-content {
    text-align: left;
    width: 50%;
    padding-left: calc(50% - 60.75rem);
    background: url("../img/logo-hero.svg") right bottom/39.7rem auto no-repeat;
    padding-top: 8.7rem;
  }
}
.section-hero .hero-content .title {
  color: #353535;
}
.section-hero .hero-content .title span, .section-hero .hero-content .title b, .section-hero .hero-content .title strong {
  color: #dc0008;
}
@media (min-width: 992px) {
  .section-hero .hero-content .title + .btn.red {
    margin-top: 3rem;
  }
}
.section-hero .hero-content .image {
  width: 13rem;
  height: auto;
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .section-hero .hero-content .image {
    width: 17.5rem;
  }
  .section-hero .hero-content .image + .btn.red {
    margin-top: 4rem;
  }
}
.section-hero .hero-content .image img {
  width: 100%;
  height: auto;
}
.section-hero .hero-content .subtitle {
  margin: 1rem 0 0;
}
@media (min-width: 992px) {
  .section-hero .hero-content .subtitle {
    margin-top: 2rem;
  }
}
.section-hero .hero-content .subtitle:last-child {
  margin-bottom: 0;
}
.section-hero .hero-content .subtitle p {
  font-weight: 700;
  line-height: 130%;
}
@media (min-width: 992px) {
  .section-hero .hero-content .subtitle p {
    font-size: 1.8rem;
  }
}
.section-hero .hero-content .btn.red {
  margin-top: 2rem;
  max-width: 22rem;
  width: 100%;
}
@media (min-width: 992px) {
  .section-hero .hero-content .btn.red {
    margin-left: 0;
    padding: 1.6rem 1rem;
    max-width: 24.5rem;
  }
}

.section-work {
  padding: 8rem 0;
}
@media (min-width: 992px) {
  .section-work {
    padding: 10rem 0 14rem;
  }
}
.section-work .work-items {
  margin-top: 4rem;
  display: grid;
  grid-temaplate-columns: 1fr;
  grid-row-gap: 2rem;
}
@media (min-width: 992px) {
  .section-work .work-items {
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 2.4rem;
    grid-column-gap: 2.4rem;
    margin-top: 5rem;
  }
}
.section-work .work-items .item {
  background: #f8f8f8;
  padding: 2rem;
}
@media (min-width: 992px) {
  .section-work .work-items .item {
    padding: 3rem;
  }
  .section-work .work-items .item:nth-child(4) {
    grid-row: 2/4;
  }
  .section-work .work-items .item:nth-child(5) {
    grid-column: 2/4;
    grid-row: 2/3;
  }
  .section-work .work-items .item:nth-child(6) {
    grid-column: 2/4;
    grid-row: 3/4;
  }
  .section-work .work-items .item[data-row] {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2.4rem;
  }
  .section-work .work-items .item[data-row] .item-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2rem;
    padding-top: 0;
    margin-top: 0;
    padding-left: 2rem;
    width: calc(100% - 27.4rem);
    border-top: none;
    border-left: 1px solid #dddddd;
  }
  .section-work .work-items .item[data-row] .item-image {
    width: 25rem;
    height: 14.3rem;
  }
  .section-work .work-items .item[data-row] .item-title {
    width: 16.5rem;
  }
  .section-work .work-items .item[data-row] .item-title p {
    word-wrap: break-word;
    hyphens: manual;
  }
  .section-work .work-items .item[data-row] .item-descr {
    margin-top: 0;
    width: calc(100% - 18.5rem);
  }
}
.section-work .work-items .item-image {
  width: 100%;
  height: 14.5rem;
}
@media (min-width: 992px) {
  .section-work .work-items .item-image {
    height: 19.6rem;
  }
}
.section-work .work-items .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-work .work-items .item-content {
  padding-top: 1rem;
  margin-top: 2rem;
  border-top: 1px solid #dddddd;
}
@media (min-width: 992px) {
  .section-work .work-items .item-content {
    padding-top: 2rem;
    margin-top: 3rem;
  }
}
.section-work .work-items .item-title p {
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Druk", sans-serif, Arial;
  font-size: 1.4rem;
  line-height: 130%;
}
@media (min-width: 992px) {
  .section-work .work-items .item-title p {
    font-size: 1.6rem;
    font-weight: 700;
  }
}
.section-work .work-items .item-descr {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .section-work .work-items .item-descr {
    margin-top: 2rem;
  }
}
.section-work .work-items .item-descr p {
  line-height: 150%;
  font-size: 1.3rem;
  color: #353535;
}
@media (min-width: 992px) {
  .section-work .work-items .item-descr p {
    font-size: 1.6rem;
    line-height: 130%;
  }
}
.section-work .work-items .item-descr p b, .section-work .work-items .item-descr p strong {
  font-weight: 700;
}

.section-vacancies {
  padding: 8rem 0;
  background: #f8f8f8;
}
@media (min-width: 992px) {
  .section-vacancies {
    padding: 10rem 0;
  }
}
.section-vacancies .vacancies-items {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
@media (min-width: 992px) {
  .section-vacancies .vacancies-items {
    margin-top: 6.5rem;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 3rem;
    grid-column-gap: 2.4rem;
  }
}
.section-vacancies .vacancies-items .item {
  background: #ffffff;
  padding: 2rem;
}
@media (min-width: 992px) {
  .section-vacancies .vacancies-items .item {
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5rem;
  }
}
.section-vacancies .vacancies-items .item-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}
@media (min-width: 992px) {
  .section-vacancies .vacancies-items .item-content {
    width: calc(100% - 25rem);
  }
}
.section-vacancies .vacancies-items .item-content__title {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: "Druk", sans-serif, Arial;
  line-height: 130%;
  width: calc(100% - 7rem);
}
@media (min-width: 992px) {
  .section-vacancies .vacancies-items .item-content__title {
    font-size: 1.6rem;
  }
}
.section-vacancies .vacancies-items .item-content__icon {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-vacancies .vacancies-items .item-content__icon img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.section-vacancies .vacancies-items .item .btn {
  margin-top: 2rem;
  width: 20rem;
  padding: 1.6rem 1rem;
}
@media (min-width: 992px) {
  .section-vacancies .vacancies-items .item .btn {
    margin-top: 0;
  }
}

.section-steps {
  background: url("../img/logo-b-w.svg") center top/100% no-repeat, url("../img/sb.svg") bottom left/7.5rem auto no-repeat, #ededed;
  padding: 8rem 0;
}
@media (min-width: 992px) {
  .section-steps {
    padding: 10rem 0;
    background: url("../img/logo-b-w.svg") top right/74.5rem auto no-repeat, url("../img/sb.svg") bottom left/25.1rem auto no-repeat, #ededed;
  }
}
.section-steps .steps-items {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
@media (min-width: 992px) {
  .section-steps .steps-items {
    margin-top: 5rem;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 2.4rem;
  }
}
.section-steps .steps-items .item {
  background: #ffffff;
  padding: 2rem;
}
.section-steps .steps-items .item-name {
  font-weight: 700;
  line-height: 130%;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .section-steps .steps-items .item-name {
    font-size: 1.8rem;
  }
}
.section-steps .steps-items .item-descr {
  margin-top: 1rem;
  font-size: 1.3rem;
  line-height: 150%;
}
@media (min-width: 992px) {
  .section-steps .steps-items .item-descr {
    font-size: 1.6rem;
  }
}
.section-steps .steps-items .item-descr b, .section-steps .steps-items .item-descr strong {
  font-weight: 700;
}
.section-steps .steps-items .item-number {
  display: block;
  width: 5.9rem;
  height: 5rem;
  background: url("../img/red-house.svg") center/100% 100% no-repeat;
  position: relative;
}
@media (min-width: 992px) {
  .section-steps .steps-items .item-number {
    width: 7.8rem;
    height: 6.6rem;
  }
}
.section-steps .steps-items .item-number::before {
  content: "0" attr(data-index);
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  font-family: "Druk", sans-serif, Arial;
  color: #ffffff;
  font-size: 2.1rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .section-steps .steps-items .item-number::before {
    font-size: 2.8rem;
  }
}

.section-singup {
  padding: 5rem 0 8rem;
  background: #f8f8f8;
}
@media (min-width: 992px) {
  .section-singup {
    padding: 10rem 0 5rem;
    background: #ffffff;
  }
}
.section-singup .singup-content {
  margin-top: 5rem;
}
@media (min-width: 992px) {
  .section-singup .singup-content {
    margin-top: 4rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 5rem;
  }
}
.section-singup .singup-creator {
  margin-top: 5rem;
}
@media (min-width: 992px) {
  .section-singup .singup-creator {
    padding-top: 1.5rem;
    margin-top: 0;
    width: calc(100% - 48.6rem - 5rem);
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 2.4rem;
    background: url("../img/logo-sing.svg") top 1.5rem right/11.7rem auto no-repeat;
  }
}
.section-singup .singup-creator__image {
  width: 100%;
  height: 28rem;
}
@media (min-width: 992px) {
  .section-singup .singup-creator__image {
    width: 25.6rem;
    height: 39.5rem;
  }
}
.section-singup .singup-creator__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .section-singup .singup-creator__content {
    width: calc(100% - 2.4rem - 25.6rem);
  }
}
.section-singup .singup-creator__content .text {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .section-singup .singup-creator__content .text {
    margin-top: 0;
  }
}
.section-singup .singup-creator__content .text p {
  line-height: 130%;
  color: #353535;
}
@media (min-width: 992px) {
  .section-singup .singup-creator__content .text p {
    font-size: 1.8rem;
  }
}
.section-singup .singup-creator__content .author {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .section-singup .singup-creator__content .author {
    margin-top: 3rem;
    margin-left: auto;
    max-width: 28rem;
    width: 100%;
  }
}
.section-singup .singup-creator__content .author-name {
  font-weight: 700;
  line-height: 130%;
  color: #000000;
}
@media (min-width: 992px) {
  .section-singup .singup-creator__content .author-name {
    font-size: 1.8rem;
  }
}
.section-singup .singup-creator__content .author-spec {
  line-height: 150%;
  font-size: 1.3rem;
  color: #6c6c6c;
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .section-singup .singup-creator__content .author-spec {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}
.section-singup .singup-form {
  position: relative;
  padding-top: 1.5rem;
}
@media (min-width: 992px) {
  .section-singup .singup-form {
    width: 48.6rem;
  }
}
.section-singup .singup-form .form {
  background: #f8f8f8;
  padding: 0 1.5rem 1.5rem;
}
@media (min-width: 992px) {
  .section-singup .singup-form .form {
    padding: 3rem;
  }
}
.section-singup .singup-form .form::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  top: 0;
  border: 0 solid transparent;
  border-right-width: 1.5rem;
  border-left-width: 1.5rem;
  border-bottom: 1.5rem solid #dc0008;
}
.section-singup .singup-form .form-row.--file .file-upload__label {
  flex-direction: row-reverse;
  align-items: flex-start;
  padding: 1rem 2rem;
  min-height: 9.6rem;
  background: #ffffff;
  border-radius: 2rem;
  border: 1px solid #dddddd;
}
@media (min-width: 992px) {
  .section-singup .singup-form .form-row.--file .file-upload__label {
    max-width: 100%;
    border-radius: 2.5rem;
    padding: 1.3rem 2rem;
  }
}
.section-singup .singup-form .form-row.--file .file-upload__label span.text {
  text-align: left;
  max-width: calc(100% - 3.3rem);
  width: 100%;
  font-size: 1.3rem;
  line-height: 150%;
}
@media (min-width: 992px) {
  .section-singup .singup-form .form-row.--file .file-upload__label span.text {
    font-size: 1.6rem;
  }
}
.section-singup .singup-form .form-row.--file .file-upload__label span.icon {
  width: 1.9rem;
  height: 2rem;
}
@media (min-width: 992px) {
  .section-singup .singup-form .form-row.--file .file-upload__label span.icon {
    width: 2.3rem;
    height: 2.4rem;
  }
}
.section-singup .singup-form .form-row.--file .file-upload__label span.icon svg path {
  fill: #dddddd;
}
.section-singup .singup-form .form .field {
  font-size: 1.3rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
@media (min-width: 992px) {
  .section-singup .singup-form .form .field {
    font-size: 1.6rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    line-height: 150%;
  }
}
.section-singup .singup-form .form .btn--submit {
  padding: 1.6rem 1rem;
}

.section-descr {
  padding: 8rem 0;
  background: #f8f8f8;
}
@media (min-width: 992px) {
  .section-descr {
    padding: 10rem 0;
  }
  .section-descr .wrapper {
    position: static;
  }
}
.section-descr::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  width: 100%;
  height: 9rem;
  background: url("../img/logo-white.svg") center/contain no-repeat;
  z-index: 1;
}
@media (min-width: 992px) {
  .section-descr::before {
    width: 60%;
    height: 36rem;
    background: url("../img/logo-white.svg") left/auto 100% no-repeat;
  }
}
.section-descr .descr .title {
  position: relative;
  z-index: 3;
}
.section-descr .descr-content {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .section-descr .descr-content {
    margin-top: 9rem;
  }
}
.section-descr .descr-content__block {
  background: #ffffff;
  padding: 2rem;
}
@media (min-width: 992px) {
  .section-descr .descr-content__block {
    padding: 3rem;
    position: relative;
    z-index: 3;
  }
  .section-descr .descr-content__block:nth-child(1) {
    width: 50%;
    padding: 5rem 3rem;
  }
}
.section-descr .descr-content__block p {
  font-size: 1.6rem;
  line-height: 130%;
  color: #353535;
}
@media (min-width: 992px) {
  .section-descr .descr-content__block p {
    font-size: 1.8rem;
  }
}
.section-descr .descr-content__block p + p {
  margin-top: 2rem;
}
.section-descr .descr-content__block p b, .section-descr .descr-content__block p strong {
  font-weight: 700;
}
.section-descr .descr-content__block + .descr-content__block {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .section-descr .descr-content__block + .descr-content__block {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    min-height: 27.5rem;
    right: 0;
    width: 50%;
    padding-right: calc(50vw + 3rem - 61.5rem);
    padding-bottom: 5rem;
  }
}

.section-causes {
  background: #ededed;
  padding: 8rem 0;
}
.section-causes::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 9.5rem;
  height: 5.6rem;
  content: "";
  background: url("../img/services/bg1.svg") top left/100% no-repeat;
}
@media (min-width: 992px) {
  .section-causes::before {
    width: 21.5rem;
    height: 24.7rem;
    background: url("../img/services/bg1-d.svg") top left/100% no-repeat;
  }
}
.section-causes::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12.8rem;
  height: 7.6rem;
  content: "";
  background: url("../img/services/bg2.svg") bottom right/100% no-repeat;
}
@media (min-width: 992px) {
  .section-causes::after {
    width: 36.3rem;
    height: 21.4rem;
  }
}
@media (min-width: 992px) {
  .section-causes {
    padding: 10rem 0;
  }
}
.section-causes .causes-title {
  position: relative;
}
.section-causes .causes-title::after {
  position: absolute;
  top: -5rem;
  right: 0;
  width: 7.6rem;
  height: 2.7rem;
  content: "";
  background: url("../img/services/logo-services.svg") center/100% no-repeat;
}
@media (min-width: 992px) {
  .section-causes .causes-title::after {
    top: 0;
    width: 11.7rem;
    height: 4.1rem;
  }
}
@media (min-width: 992px) {
  .section-causes .causes-title .title {
    max-width: 72rem;
    width: 100%;
  }
}
.section-causes .causes-items {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
@media (min-width: 992px) {
  .section-causes .causes-items {
    margin-top: 5rem;
    grid-template-columns: 28.2rem 38.4rem 1fr;
    grid-row-gap: 2.4rem;
    grid-column-gap: 2.4rem;
  }
  .section-causes .causes-items:has(.item.item-percent) .item-long {
    grid-column-end: span 2;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .section-causes .causes-items:not(:has(.item.item-percent)) .item:nth-child(2) .item-icon {
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .section-causes .causes-items:not(:has(.item.item-percent)) .item-long {
    padding-right: 13rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .section-causes .causes-items:not(:has(.item.item-percent)) .item-long .item-image {
    height: 22rem;
  }
}
@media (min-width: 992px) {
  .section-causes .causes-items.style-default {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.section-causes .causes-items.style-default .item {
  background: #f8f8f8;
}
.section-causes .causes-items.style-default .item:nth-child(1) .item-image {
  height: 13.1rem;
}
.section-causes .causes-items.style-default .item-content {
  border-top: none;
  position: relative;
}
.section-causes .causes-items.style-default .item-content::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 1px;
  content: "";
  background: #dddddd;
}
.section-causes .causes-items.style-default .item-image {
  height: 13.1rem;
  width: 100%;
}
.section-causes .causes-items.style-default .item-image img {
  width: 100%;
}
.section-causes .causes-items.style-default .item-long.right {
  background: #f8f8f8;
}
@media (min-width: 992px) {
  .section-causes .causes-items.style-default .item-long.right {
    grid-column-end: span 2;
    flex-direction: row;
    align-items: flex-start;
    gap: 5.4rem;
    padding-right: 3rem;
  }
}
.section-causes .causes-items.style-default .item-long.right .item-content {
  padding-top: 2rem;
}
@media (min-width: 992px) {
  .section-causes .causes-items.style-default .item-long.right .item-content {
    width: calc(100% - 5.4rem - 35.4rem);
  }
}
.section-causes .causes-items.style-default .item-long.right .item-image {
  width: 100%;
}
@media (min-width: 992px) {
  .section-causes .causes-items.style-default .item-long.right .item-image {
    height: 33rem;
    width: 35.4rem;
  }
}
.section-causes .causes-items .item {
  background: #ffffff;
  padding: 2rem;
}
@media (min-width: 992px) {
  .section-causes .causes-items .item {
    padding: 3rem;
  }
  .section-causes .causes-items .item:has(.item-custom) {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.section-causes .causes-items .item-icon {
  margin-bottom: 6rem;
}
@media (min-width: 992px) {
  .section-causes .causes-items .item-icon {
    margin-bottom: 5rem;
  }
}
.section-causes .causes-items .item-icon img {
  width: 5.7rem;
  height: 6.9rem;
}
@media (min-width: 992px) {
  .section-causes .causes-items .item-icon img {
    width: 8.1rem;
    height: 9.6rem;
  }
}
.section-causes .causes-items .item-content {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #dddddd;
}
@media (min-width: 992px) {
  .section-causes .causes-items .item-content {
    margin-top: 3rem;
  }
}
.section-causes .causes-items .item-content .percent {
  font-family: "Druk", sans-serif, Arial;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 130%;
  font-size: 3rem;
  background: url("../img/services/house.svg") left 2rem top/4.5rem 3.9rem no-repeat;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .section-causes .causes-items .item-content .percent {
    font-size: 5rem;
    background-size: 7.4rem 6.3rem;
    background-position: left 3.5rem top;
  }
}
.section-causes .causes-items .item-content .percent b, .section-causes .causes-items .item-content .percent span {
  font-size: 4.2rem;
}
@media (min-width: 992px) {
  .section-causes .causes-items .item-content .percent b, .section-causes .causes-items .item-content .percent span {
    font-size: 7rem;
  }
}
.section-causes .causes-items .item-content__title {
  font-family: "Druk", sans-serif, Arial;
  color: #000000;
  font-weight: 500;
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 130%;
}
@media (min-width: 992px) {
  .section-causes .causes-items .item-content__title {
    font-size: 1.6rem;
  }
}
.section-causes .causes-items .item-content__title b, .section-causes .causes-items .item-content__title strong {
  color: #6c6c6c;
}
.section-causes .causes-items .item-content p {
  font-size: 1.4rem;
  line-height: 130%;
  color: #353535;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .section-causes .causes-items .item-content p {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
.section-causes .causes-items .item-content p b, .section-causes .causes-items .item-content p strong {
  font-weight: 700;
}
.section-causes .causes-items .item-custom {
  padding-bottom: 1rem;
  background: url("../img/services/house.svg") left 3.8rem top/7.1rem 6rem no-repeat;
}
@media (min-width: 992px) {
  .section-causes .causes-items .item-custom {
    background-size: 11.7rem 9.9rem;
    background-position: left 6.4rem top;
    padding-bottom: 0;
  }
  .section-causes .causes-items .item-custom + .item-content {
    margin-top: auto;
  }
}
.section-causes .causes-items .item-custom p {
  font-size: 1.8rem;
  font-family: "Druk", sans-serif, Arial;
  color: #ffffff;
  line-height: 160%;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .section-causes .causes-items .item-custom p {
    font-size: 3rem;
    line-height: 150%;
  }
}
.section-causes .causes-items .item-custom p b {
  font-size: 4.2rem;
}
@media (min-width: 992px) {
  .section-causes .causes-items .item-custom p b {
    font-size: 7rem;
  }
}
.section-causes .causes-items .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-causes .causes-items .item.item-long {
  background: url("../img/services/red.svg") top 2rem right/4.2rem 15rem no-repeat, #ffffff;
}
@media (min-width: 992px) {
  .section-causes .causes-items .item.item-long {
    order: 5;
    grid-column-end: span 3;
    padding-right: 18rem;
    background-size: auto calc(100% - 3rem);
    background-position: center right;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
}
.section-causes .causes-items .item.item-long .item-image {
  height: 15rem;
  width: calc(100% - 5rem);
}
@media (min-width: 992px) {
  .section-causes .causes-items .item.item-long .item-image {
    height: 19.6rem;
    width: 100%;
    margin-bottom: auto;
  }
}
.section-causes .causes-items .item.item-long .item-content {
  border-top: none;
  padding-top: 0;
}
.section-causes .causes-items .item.item-bg {
  background-image: url("../img/services/bg3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.section-causes .causes-items .item.item-bg .item-content {
  border-top: none;
}
.section-causes .causes-items .item.item-bg .item-content__title {
  color: #ffffff;
}
.section-causes .causes-items .item.item-bg .item-content p {
  color: #ffffff;
}
.section-causes .causes-items .item.item-percent {
  padding-top: 12rem;
}
@media (min-width: 992px) {
  .section-causes .causes-items .item.item-percent {
    padding-top: 8rem;
  }
}
.section-causes .causes-items .item.item-percent .item-content {
  padding-top: 0;
  margin-top: 0;
}
.section-causes .causes-items .item:nth-child(1) {
  background: #f8f8f8;
}
.section-causes .causes-items .item:nth-child(1) .item-image {
  height: 16rem;
}
@media (min-width: 992px) {
  .section-causes .causes-items .item:nth-child(1) .item-image {
    height: 19.6rem;
  }
}

.section-relocate {
  padding: 8rem 0;
  background: #f8f8f8;
}
@media (min-width: 992px) {
  .section-relocate {
    height: 100vh;
    padding: 0;
    overflow: hidden;
  }
}
.section-relocate .relocate {
  padding: 0 2rem;
}
@media (min-width: 992px) {
  .section-relocate .relocate {
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .section-relocate .relocate-images {
    width: 50%;
    height: 100vh;
    padding: 10rem 0 5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    row-gap: 5rem;
  }
}
.section-relocate .relocate-images__title {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .section-relocate .relocate-images__title {
    padding-left: calc(50vw - 61.5rem);
    order: 1;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .section-relocate .relocate-images__progress {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 2rem;
    justify-content: initial;
    height: auto;
  }
  .section-relocate .relocate-images__progress .swiper-pagination-bullet {
    font-size: 2rem;
    font-weight: 700;
    font-family: "Druk", sans-serif, Arial;
    color: #dddddd;
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
    pointer-events: auto;
  }
  .section-relocate .relocate-images__progress .swiper-pagination-bullet::after {
    top: initial;
    bottom: 0;
    height: 0;
  }
  .section-relocate .relocate-images__progress .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #dc0008;
    font-size: 2rem;
    font-weight: 700;
    width: 100%;
    padding-top: 5px;
  }
}
@media (min-width: 992px) {
  .section-relocate .relocate-images__progress {
    padding-left: calc(50vw - 61.5rem);
    order: 3;
    transform: none;
  }
  .section-relocate .relocate-images__progress .swiper-pagination-bullet {
    pointer-events: none;
  }
}
.section-relocate .relocate-images__slider {
  width: 100%;
  height: 20rem;
  margin-top: 3rem;
}
.section-relocate .relocate-images__slider .image {
  width: 100%;
}
.section-relocate .relocate-images__slider .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .section-relocate .relocate-images__slider {
    max-height: 38rem;
    height: 100%;
    order: 2;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .section-relocate .relocate-content {
    width: 50%;
    padding-left: 2.4rem;
    padding-right: calc(50vw - 60.75rem);
  }
}
.section-relocate .relocate-content__thumbs {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .section-relocate .relocate-content__thumbs {
    margin-top: 0;
    height: 38rem;
    overflow: visible;
  }
  .section-relocate .relocate-content__thumbs:not(.swiper-initialized) .swiper-wrapper {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .section-relocate .relocate-content__thumbs .thumb {
    height: auto;
  }
  .section-relocate .relocate-content__thumbs .thumb:last-child .thumb-content {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .section-relocate .relocate-content__thumbs .thumb-content {
    padding-left: 10rem;
    position: relative;
    padding-bottom: 5rem;
    border-bottom: 1px solid #dddddd;
  }
  .section-relocate .relocate-content__thumbs .thumb-content::before {
    content: attr(data-index);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2.8rem;
    color: #dc0008;
    font-family: "Druk", sans-serif, Arial;
    font-weight: 700;
  }
}
.section-relocate .relocate-content__thumbs .thumb-content__title {
  font-family: "Druk", sans-serif, Arial;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 2rem;
  color: #000000;
  line-height: 130%;
}
@media (min-width: 992px) {
  .section-relocate .relocate-content__thumbs .thumb-content__title {
    font-size: 1.6rem;
    font-weight: 700;
  }
}
.section-relocate .relocate-content__thumbs .thumb-content p {
  font-size: 1.6rem;
  line-height: 130%;
  color: #353535;
}
@media (min-width: 992px) {
  .section-relocate .relocate-content__thumbs .thumb-content p {
    font-size: 1.8rem;
  }
}
.section-relocate .relocate-content__thumbs .thumb-content ul {
  font-size: 1.6rem;
  line-height: 130%;
  color: #353535;
}
@media (min-width: 992px) {
  .section-relocate .relocate-content__thumbs .thumb-content ul {
    font-size: 1.8rem;
  }
}

.section-invest {
  padding: 8rem 0;
}
.section-invest::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  width: 22.5rem;
  height: 6.3rem;
  background: url("../img/logo-b-w.svg") center/contain no-repeat;
  z-index: 1;
}
@media (min-width: 992px) {
  .section-invest::before {
    width: 50%;
    height: 30rem;
    background: url("../img/logo-b-w.svg") left top/100% auto no-repeat;
  }
}
.section-invest .invest-btn {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .section-invest .invest-btn {
    margin-top: 5rem;
  }
}
.section-invest .invest-btn .btn {
  margin-left: auto;
  margin-right: auto;
  width: 24.5rem;
  padding: 1.6rem 1rem;
}
.section-invest .invest-items {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .section-invest .invest-items {
    margin-top: 7rem;
  }
}
.section-invest .invest-items .item {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 2rem;
}
@media (min-width: 992px) {
  .section-invest .invest-items .item {
    gap: 2.4rem;
  }
}
@media (min-width: 992px) {
  .section-invest .invest-items .item:last-child .item-content {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.section-invest .invest-items .item:last-child .item-number::after {
  content: none;
}
@media (min-width: 992px) {
  .section-invest .invest-items .item:last-child .item-number::after {
    content: "";
    height: 3rem;
  }
}
.section-invest .invest-items .item-number {
  width: 5.1rem;
  position: relative;
}
@media (min-width: 992px) {
  .section-invest .invest-items .item-number {
    width: 16rem;
  }
}
.section-invest .invest-items .item-number span {
  width: 100%;
  height: 5.1rem;
  border-radius: 100%;
  border: 2px solid #dc0008;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Druk", sans-serif, Arial;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 130%;
  color: #dc0008;
  background: #ffffff;
  z-index: 3;
  position: relative;
}
@media (min-width: 992px) {
  .section-invest .invest-items .item-number span {
    width: 5.1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-invest .invest-items .item-number::after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: #dc0008;
  content: "";
  z-index: 1;
}
.section-invest .invest-items .item-content {
  width: calc(100% - 7.1rem);
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .section-invest .invest-items .item-content {
    width: calc(100% - 18.4rem);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2.4rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #dddddd;
  }
}
.section-invest .invest-items .item-content__title {
  font-weight: 500;
  font-size: 1.4rem;
  font-family: "Druk", sans-serif, Arial;
  color: #000000;
  line-height: 130%;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .section-invest .invest-items .item-content__title {
    font-size: 1.6rem;
    font-weight: 700;
    width: 28rem;
  }
}
.section-invest .invest-items .item-content p {
  font-size: 1.3rem;
  line-height: 150%;
  color: #353535;
}
@media (min-width: 992px) {
  .section-invest .invest-items .item-content p {
    font-size: 1.6rem;
    width: calc(100% - 30.4rem);
  }
}
.section-invest .invest-items .item-content p + p {
  margin-top: 1.6rem;
}
@media (min-width: 992px) {
  .section-invest .invest-items .item + .item .item-content {
    padding-top: 3rem;
  }
  .section-invest .invest-items .item + .item .item-number {
    padding-top: 3rem;
  }
}

.section-sell {
  background: #ededed;
  padding: 8rem 0;
}
@media (min-width: 992px) {
  .section-sell {
    padding: 10rem 0;
  }
}
.section-sell .sell-title {
  position: relative;
}
.section-sell .sell-title::after {
  position: absolute;
  top: -5rem;
  right: 0;
  width: 7.6rem;
  height: 2.7rem;
  content: "";
  background: url("../img/services/logo-services.svg") center/100% no-repeat;
}
@media (min-width: 992px) {
  .section-sell .sell-title::after {
    top: 0;
    width: 11.7rem;
    height: 4.1rem;
  }
}
@media (min-width: 992px) {
  .section-sell .sell-title .title {
    max-width: 72rem;
    width: 100%;
  }
}
.section-sell .sell-form {
  padding: 2rem;
  background: #ffffff;
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .section-sell .sell-form {
    padding: 3rem;
    margin-top: 5rem;
  }
}
.section-sell .sell-form .form form {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
@media (min-width: 992px) {
  .section-sell .sell-form .form form {
    grid-row-gap: 3rem;
  }
}
.section-sell .sell-form .form-submit .btn {
  width: 100%;
}
@media (min-width: 992px) {
  .section-sell .sell-form .form-submit .btn {
    width: 24.5rem;
    padding: 1.5rem 1.1rem;
  }
}
@media (min-width: 992px) {
  .section-sell .sell-form .form-group__fields {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
  }
  .section-sell .sell-form .form-group__fields .form-row {
    margin-top: 0;
  }
}
.section-sell .sell-form .form-group__title {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .section-sell .sell-form .form-group__title {
    margin-bottom: 2rem;
  }
}
.section-sell .sell-form .form-group__title p {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 130%;
}
@media (min-width: 992px) {
  .section-sell .sell-form .form-group__title p {
    font-size: 2rem;
  }
}

.section-object {
  background: #f8f8f8;
  padding: 3.5rem 0 4rem;
}
@media (min-width: 992px) {
  .section-object {
    padding-top: 4.5rem;
  }
}
.section-object .object-info {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
@media (min-width: 992px) {
  .section-object .object-info {
    display: grid;
    grid-template-columns: 69rem 1fr;
    grid-column-gap: 2.4rem;
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}
.section-object .object-info__name .name {
  margin-top: 2rem;
}
.section-object .object-info__name .name p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 130%;
  font-family: "Druk", sans-serif, Arial;
}
.section-object .object-info__name .status {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 992px) {
  .section-object .object-info__name .status {
    align-items: center;
  }
}
.section-object .object-info__name .status .id {
  font-size: 1.3rem;
  line-height: 150%;
  color: #6c6c6c;
}
@media (min-width: 992px) {
  .section-object .object-info__name .status .id {
    font-size: 1.6rem;
  }
}
.section-object .object-info__name .status-price {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  width: 50%;
}
@media (min-width: 992px) {
  .section-object .object-info__name .status-price {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
  }
}
.section-object .object-info__name .status-price .type {
  font-size: 0.9rem;
  font-weight: 700;
  border: 1px solid #6c6c6c;
  color: #6c6c6c;
  line-height: 130%;
  padding: 0.25rem 0.9rem;
  border-radius: 5rem;
}
@media (min-width: 992px) {
  .section-object .object-info__name .status-price .type {
    font-size: 1.1rem;
    padding: 0.4rem 0.9rem;
  }
}
.section-object .object-info__name .status-price p {
  color: #dc0008;
  font-size: 1.4rem;
  font-family: "Druk", sans-serif, Arial;
  line-height: 130%;
  font-weight: 500;
}
@media (min-width: 992px) {
  .section-object .object-info__name .status-price p {
    font-size: 1.6rem;
  }
}
.section-object .object-info__prop {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-column-gap: 4rem;
  justify-content: start;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .section-object .object-info__prop {
    margin-top: 0;
    align-items: start;
  }
}
@media (min-width: 992px) {
  .section-object .object-info__prop .prop {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
  }
}
.section-object .object-info__prop .prop p {
  font-size: 1.3rem;
  color: #000000;
  white-space: nowrap;
  line-height: 150%;
}
@media (min-width: 992px) {
  .section-object .object-info__prop .prop p {
    font-size: 1.6rem;
  }
}
.section-object .object-info__prop .prop p b {
  display: block;
  font-family: "Druk", sans-serif, Arial;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 130%;
}
@media (min-width: 992px) {
  .section-object .object-info__prop .prop p b {
    display: inline-block;
    margin-right: 0.5rem;
    font-size: 1.6rem;
  }
}
.section-object .object-info__prop .prop-numb {
  font-family: "Druk", sans-serif, Arial;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 130%;
}
@media (min-width: 992px) {
  .section-object .object-info__prop .prop-numb {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .section-object .object-grid {
    display: grid;
    grid-template-columns: 69rem 48.6rem;
    justify-content: space-between;
    grid-column-gap: 2rem;
    padding-top: 4rem;
    border-top: 1px solid #dddddd;
  }
}
.section-object .object-grid__forms {
  display: none;
}
@media (min-width: 992px) {
  .section-object .object-grid__forms {
    display: block;
  }
}
.section-object .object-grid__content {
  display: grid;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}
.section-object .object-grid__content .title {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .section-object .object-grid__content .title {
    margin-bottom: 4rem;
  }
}
.section-object .object-review {
  padding-top: 4rem;
  border-top: 1px solid #dddddd;
}
@media (min-width: 992px) {
  .section-object .object-review {
    border-top: none;
    padding-top: 0;
  }
}
.section-object .object-review .descr ol, .section-object .object-review .descr ul {
  margin-top: 2rem;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-left: 2rem;
}
.section-object .object-review .descr ol + p, .section-object .object-review .descr ul + p {
  margin-top: 2rem;
}
.section-object .object-review .descr ol li, .section-object .object-review .descr ul li {
  font-size: 1.3rem;
  line-height: 150%;
  color: #000000;
}
@media (min-width: 992px) {
  .section-object .object-review .descr ol li, .section-object .object-review .descr ul li {
    font-size: 1.6rem;
  }
}
.section-object .object-review .descr p {
  font-size: 1.3rem;
  line-height: 150%;
  color: #000000;
}
@media (min-width: 992px) {
  .section-object .object-review .descr p {
    font-size: 1.6rem;
  }
}
.section-object .object-review .descr p + p {
  margin-top: 1.8rem;
}
@media (min-width: 992px) {
  .section-object .object-review .descr p + p {
    margin-top: 2rem;
  }
}
.section-object .object-review .parameters {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .section-object .object-review .parameters {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: 32rem 32rem;
    grid-column-gap: 2.4rem;
    justify-content: space-between;
    grid-row-gap: 1rem;
  }
}
.section-object .object-review .parameters .parametr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
}
.section-object .object-review .parameters .parametr-td p {
  font-size: 1.4rem;
  line-height: 140%;
  color: #353535;
}
.section-object .object-review .parameters .parametr-td p b, .section-object .object-review .parameters .parametr-td p strong {
  font-weight: 700;
  color: #000000;
}
.section-object .object-review .parameters .parametr-td:last-child {
  text-align: right;
  width: calc(100% - 19.4rem);
}
@media (min-width: 992px) {
  .section-object .object-review .parameters .parametr-td:last-child {
    width: calc(100% - 22.4rem);
  }
}
.section-object .object-review .parameters .parametr-td .icon {
  display: block;
  width: 3rem;
  height: 3rem;
}
.section-object .object-review .parameters .parametr-td .icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.section-object .object-review .parameters .parametr-td .icon img {
  width: 100%;
  height: 100%;
}
.section-object .object-review .parameters .parametr-td:has(.icon) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  width: 17rem;
}
@media (min-width: 992px) {
  .section-object .object-review .parameters .parametr-td:has(.icon) {
    width: 20rem;
  }
}
.section-object .object-review .parameters .parametr-td:has(.icon) p {
  width: calc(100% - 4rem);
}
.section-object .object-review .parameters .parametr + .parametr {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .section-object .object-review .parameters .parametr + .parametr {
    margin-top: 0;
  }
}
.section-object .object-features {
  padding-top: 4rem;
  border-top: 1px solid #dddddd;
}
.section-object .object-features .content .features {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
@media (min-width: 992px) {
  .section-object .object-features .content .features {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 2.4rem;
  }
}
.section-object .object-features .content .features-col p {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 130%;
  color: #000000;
}
@media (min-width: 992px) {
  .section-object .object-features .content .features-col p {
    font-size: 1.8rem;
  }
}
.section-object .object-features .content .features-col ul {
  margin: 1rem 0 0;
  padding: 0 0 0 2.5rem;
}
@media (min-width: 992px) {
  .section-object .object-features .content .features-col ul {
    margin-top: 2rem;
  }
}
.section-object .object-features .content .features-col ul li {
  position: relative;
  font-size: 1.2rem;
  color: #000000;
  line-height: 130%;
}
@media (min-width: 992px) {
  .section-object .object-features .content .features-col ul li {
    font-size: 1.4rem;
  }
}
.section-object .object-features .content .features-col ul li::before {
  position: absolute;
  top: 0;
  left: 0;
}
.section-object .object-features .content .features-col ul li + li {
  margin-top: 1rem;
}
.section-object .object-map {
  padding-top: 4rem;
  border-top: 1px solid #dddddd;
}
.section-object .object-map .content .map {
  width: 100%;
  height: 35rem;
  background: #ededed;
}
.section-object .object-schools {
  padding-top: 4rem;
  border-top: 1px solid #dddddd;
}
.section-object .object-schools .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-object .object-schools .content ul li {
  font-size: 1.4rem;
  line-height: 140%;
  padding: 0.5rem 0 0.5rem 5rem;
  color: #353535;
  background: url("../img/school.svg") left center/3rem auto no-repeat;
}
.section-object .object-schools .content ul li + li {
  margin-top: 1rem;
}
.section-object .object-calc {
  padding-top: 4rem;
  border-top: 1px solid #dddddd;
}
@media (min-width: 992px) {
  .section-object .object-calc .title {
    margin-bottom: 2rem;
  }
}
.section-object .object-calc .subtitle p {
  font-size: 1.3rem;
  line-height: 150%;
  color: #000000;
}
@media (min-width: 992px) {
  .section-object .object-calc .subtitle p {
    font-size: 1.6rem;
  }
}
.section-object .object-calc .content {
  margin-top: 2rem;
}
.section-object .object-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0;
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .section-object .object-images {
    padding-bottom: 0;
    grid-gap: 2.4rem;
    grid-template-columns: 69rem 1fr;
    grid-template-rows: 18.8rem 18.8rem;
  }
}
.section-object .object-images .object-image {
  width: 100%;
  height: 12rem;
}
@media (min-width: 992px) {
  .section-object .object-images .object-image {
    height: 100%;
  }
}
.section-object .object-images .object-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-object .object-images .object-image:first-child {
  height: 22rem;
  grid-column: span 2;
}
@media (min-width: 992px) {
  .section-object .object-images .object-image:first-child {
    height: 100%;
    grid-column: initial;
    grid-row: span 2;
  }
}
.section-object .object-images .object-image__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.section-object .object-images .object-image__overlay p {
  font-family: "Druk", sans-serif, Arial;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
}
@media (min-width: 992px) {
  .section-object .object-images .object-image__overlay p {
    font-size: 2.8rem;
  }
}
@media (max-width: 992px) {
  .section-object .object-images .object-image__overlay .btn {
    position: absolute;
    top: calc(100% + 1rem);
    left: 0;
    transform: translateX(-50%);
    border: none;
    padding: 0;
    border-radius: 0;
    font-weight: 700;
    font-size: 1.4rem;
    text-decoration: underline;
    z-index: 4;
    line-height: 140%;
  }
  .section-object .object-images .object-image__overlay .btn:hover {
    text-decoration: none;
  }
}
@media (min-width: 992px) {
  .section-object .object-images .object-image__overlay .btn {
    position: static;
    margin-top: 4rem;
    border-color: #ffffff;
    padding: 1rem;
    color: #ffffff;
  }
  .section-object .object-images .object-image__overlay .btn:hover {
    border-color: #dc0008;
    color: #dc0008;
    background: transparent;
  }
  .section-object .object-images .object-image__overlay .btn:active {
    background: #AB0006;
    border-color: #AB0006;
    color: #ffffff;
  }
}

.section-products {
  padding: 1rem 0 8rem;
  background: #f8f8f8;
}
@media (min-width: 992px) {
  .section-products {
    padding: 0 0 10rem;
  }
}
@media (min-width: 992px) {
  .section-products .products {
    padding-top: 7rem;
  }
}
.section-products .products-filter {
  display: none;
}
@media (min-width: 992px) {
  .section-products .products-filter {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 0 1.5rem;
    transform: translateY(-50%);
  }
}
.section-products .products-ordering {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
.section-products .products-ordering__order {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 992px) {
  .section-products .products-ordering__order {
    width: auto;
  }
}
.section-products .products-ordering__order form {
  width: 18rem;
  margin: 0;
}
@media (min-width: 992px) {
  .section-products .products-ordering__order form {
    width: 18rem;
  }
}
.section-products .products-ordering__order form .select__options {
  background-color: #f8f8f8;
}
.section-products .products-ordering__order form .select__content {
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .section-products .products-ordering__order form .select__content {
    font-size: 1.3rem;
  }
}
.section-products .products-ordering__order form .select__option {
  font-size: 1.2rem;
}
.section-products .products-ordering__order form .select__title {
  background-color: #f8f8f8;
  padding: 0.6rem 1rem 0.7rem;
  height: 3rem;
  transition: background 0.2s linear;
}
@media (min-width: 992px) {
  .section-products .products-ordering__order form .select__title {
    padding: 1.1rem 1.5rem;
    height: 4rem;
  }
}
.section-products .products-ordering__order form .select._select-open .select__options {
  background: #ffffff;
}
.section-products .products-ordering__order form .select._select-open .select__title {
  background: #ffffff;
  padding-bottom: 0.8rem;
}
@media (min-width: 992px) {
  .section-products .products-ordering__order form .select._select-open .select__title {
    padding-bottom: 1.2rem;
  }
}
.section-products .products-ordering__order form .select._select-active .select__content {
  font-weight: 400;
}
.section-products .products-ordering__order p {
  font-size: 1.2rem;
  line-height: 140%;
  color: #6c6c6c;
}
@media (min-width: 992px) {
  .section-products .products-ordering__order p {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .section-products .products-ordering__order {
    gap: 2rem;
    justify-content: flex-start;
  }
}
.section-products .products-ordering__filter {
  display: none;
  position: relative;
}
@media (min-width: 992px) {
  .section-products .products-ordering__filter {
    display: block;
  }
  .section-products .products-ordering__filter.active .filtering {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .section-products .products-ordering__filter.active .btn--filtering, .section-products .products-ordering__filter:hover .btn--filtering {
    background: #dddddd;
  }
  .section-products .products-ordering__filter.active .btn--filtering .text, .section-products .products-ordering__filter:hover .btn--filtering .text {
    font-weight: 500;
  }
  .section-products .products-ordering__filter.active .btn--filtering .icon svg path, .section-products .products-ordering__filter:hover .btn--filtering .icon svg path {
    fill: #353535;
  }
}
.section-products .products-ordering__filter .filtering {
  display: none;
}
@media (min-width: 992px) {
  .section-products .products-ordering__filter .filtering {
    display: block;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s linear;
    position: absolute;
    top: calc(100% + 1rem);
    left: 0;
    width: 34rem;
    background: #ffffff;
    padding: 2rem;
    z-index: 4;
    border-radius: 1.5rem;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
  }
  .section-products .products-ordering__filter .filtering-attrs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
  .section-products .products-ordering__filter .filtering-attr__overflow {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.5rem;
    margin-top: 0.5rem;
    max-height: 15rem;
    overflow: auto;
  }
  .section-products .products-ordering__filter .filtering-attr__overflow::-webkit-scrollbar {
    width: 4px;
  }
  .section-products .products-ordering__filter .filtering-attr__overflow::-webkit-scrollbar-track {
    background: #ededed;
    width: 4px;
    border: 1px solid #ffffff;
    border-radius: 5rem;
  }
  .section-products .products-ordering__filter .filtering-attr__overflow::-webkit-scrollbar-thumb {
    background-color: #dc0008;
    width: 4px;
    border: none;
    border-radius: 5rem;
  }
  .section-products .products-ordering__filter .filtering-attr p {
    font-size: 1.2rem;
    color: #6c6c6c;
    width: 100%;
  }
  .section-products .products-ordering__filter .filtering-attr__checkbox {
    padding: 0.35rem 0;
    width: 100%;
  }
  .section-products .products-ordering__filter .filtering-attr[data-attr=facilities] {
    grid-column: span 2;
  }
  .section-products .products-ordering__filter .filtering-actions {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
  }
  .section-products .products-ordering__filter .filtering-actions [data-reset], .section-products .products-ordering__filter .filtering-actions [data-set] {
    font-size: 1.2rem;
  }
  .section-products .products-ordering__filter .filtering-actions [data-set] {
    width: calc(100% - 15rem);
    padding: 0.7rem 1rem 0.8rem 1rem;
  }
  .section-products .products-ordering__filter .filtering-actions [data-reset] {
    border-color: #dddddd;
    padding: 0.6rem 1rem 0.7rem 1rem;
    width: 14rem;
  }
  .section-products .products-ordering__filter .filtering-actions [data-reset] span {
    display: block;
  }
  .section-products .products-ordering__filter .filtering-actions [data-reset] .text {
    color: #353535;
    text-align: center;
  }
  .section-products .products-ordering__filter .filtering-actions [data-reset]:hover {
    background: #dddddd;
  }
}
.section-products .products-grid {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .section-products .products-grid {
    display: grid;
    grid-template-columns: 1fr 58.8rem;
    grid-column-gap: 2.4rem;
    margin-top: 4rem;
  }
}
.section-products .products-grid__map {
  display: none;
}
.section-products .products-grid__map.hide {
  display: none;
}
.section-products .products-grid__map.show {
  display: block;
}
@media (min-width: 992px) {
  .section-products .products-grid__map {
    display: block;
  }
}
.section-products .products-grid__map .map {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.2s linear;
}
.section-products .products-grid__map .map.show {
  opacity: 1;
}
.section-products .products-grid__map .map-container {
  background: #ededed;
  width: 100%;
  height: 49rem;
}
@media (min-width: 992px) {
  .section-products .products-grid__map .map-container {
    height: 53rem;
    position: sticky;
    top: 7rem;
  }
}
.section-products .products-grid__content {
  display: block;
}
.section-products .products-grid__content.show {
  display: block;
}
.section-products .products-grid__content.hide {
  display: none;
}
@media (min-width: 992px) {
  .section-products .products-grid__content {
    width: 100%;
  }
}
.section-products .products-grid__content .objects {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 2rem;
}
@media (min-width: 992px) {
  .section-products .products-grid__content .objects {
    grid-template-columns: calc(50% - 1.2rem) calc(50% - 1.2rem);
    grid-gap: 2.4rem;
  }
}
.section-products .products-grid__content .objects-loadmore {
  margin-top: 3rem;
}
.section-products .products-grid__content .objects-item .listing-info {
  height: calc(100% - 21rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.section-products .products-grid__content .objects-item .listing-info__status {
  width: 100%;
}
@media (min-width: 992px) {
  .section-products .products-grid__content .objects-item .listing-info {
    height: calc(100% - 21rem);
  }
}
.section-products .products-grid__content .objects-item .listing-info__price {
  width: 100%;
}
.section-products .products-grid__content .objects-item .listing-info__price .price {
  font-size: 1.6rem;
}
.section-products .products-grid__content .objects-item .listing-info__location {
  width: 100%;
  margin-top: auto;
}
.section-products .products-grid__content .objects-item .listing-info__parameters {
  width: 100%;
}
.section-products .products-grid__content .objects-item .listing-info__title {
  width: 100%;
  margin-bottom: 1rem;
}
.section-products .products-grid__content .objects-item .listing-info__title p {
  font-size: 1.6rem;
}
.section-products .products-grid__content .objects-item .listing-images {
  height: 21rem;
}
@media (min-width: 992px) {
  .section-products .products-grid__content .objects-item .listing-images {
    height: 21rem;
  }
}

.section-similar {
  padding: 0 0 8rem;
  background: #f8f8f8;
}
@media (min-width: 992px) {
  .section-similar {
    padding-bottom: 10rem;
  }
}
.section-similar .similar {
  padding-top: 4rem;
  position: relative;
}
.section-similar .similar::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #dddddd;
  content: "";
  pointer-events: none;
}
@media (min-width: 992px) {
  .section-similar .similar::after {
    width: 69rem;
  }
}
.section-similar .similar-grid {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 100%;
  grid-row-gap: 2rem;
}
@media (min-width: 992px) {
  .section-similar .similar-grid {
    grid-template-columns: repeat(4, calc(25% - 1.8rem));
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
  }
}
.section-similar .similar-grid .objects-item .listing-info__price .price {
  font-size: 1.6rem;
}
.section-similar .similar-grid .objects-item .listing-info__title p {
  font-size: 1.6rem;
}

.mtp-calculator__container {
  max-width: 69rem;
  width: 100%;
}
.mtp-calculator__wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
}

.mtp-calculator__input-wrapper {
  position: relative;
  padding-top: 2rem;
}
@media (min-width: 992px) {
  .mtp-calculator__input-wrapper {
    padding-top: 2.4rem;
  }
}

.mtp-calculator__section.calculation {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
}
@media (min-width: 992px) {
  .mtp-calculator__section.calculation {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 4rem;
  }
}

.mtp-calculator__input-container {
  position: relative;
  display: block;
}

.mtp-calculator__label-wrapper {
  position: absolute;
  top: 0;
  line-height: 150%;
  left: 0;
  margin: 0;
  color: #6c6c6c;
  font-size: 1.3rem;
}
@media (min-width: 992px) {
  .mtp-calculator__label-wrapper {
    font-size: 1.6rem;
  }
}

.mtp-calculator__input {
  width: 100%;
  height: 4rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
  border: none;
  padding: 0 0 0.5rem;
  background: 0 0;
  border-bottom: 1px solid #dddddd;
}
@media (min-width: 992px) {
  .mtp-calculator__input {
    font-size: 2rem;
    line-height: 2.6rem;
    height: 4.8rem;
  }
}

.mtp-calculator__input_range {
  display: flex;
  justify-content: space-between;
  color: #6c6c6c;
  font-size: 1.3rem;
  line-height: 150%;
}
@media (min-width: 992px) {
  .mtp-calculator__input_range {
    font-size: 1.6rem;
    margin-top: 0.2rem;
  }
}

.range-slider {
  width: 100%;
  height: 2rem;
  position: relative;
  margin-top: -1rem;
}

.range-slider__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: inherit;
  z-index: 1;
}

.range-slider__input {
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 2rem;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  background: 0 0;
  color: transparent;
  cursor: pointer;
  z-index: 1;
}
.range-slider__input:focus {
  outline: 0;
}
.range-slider__input::-ms-track {
  width: 100%;
  background: 0 0;
  border-color: transparent;
  color: transparent;
}
.range-slider__input::-moz-range-track {
  position: absolute;
  -moz-appearance: none;
  background: 0 0;
}
.range-slider__input::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  background: 0 0;
}
.range-slider__input::-webkit-slider-thumb {
  width: 2rem;
  height: 2rem;
  -webkit-appearance: none;
  background: #ffffff;
  border-radius: 50%;
  border: 0.5rem solid #dc0008;
  cursor: grab;
  transition: background 0.15s;
}
.range-slider__input::-moz-range-thumb {
  width: 2rem;
  height: 2rem;
  -moz-appearance: none;
  background: #ffffff;
  border-radius: 50%;
  border: 5px solid #dc0008;
  cursor: grab;
  transition: background 0.15s;
}
.range-slider__input::-ms-thumb {
  width: 2rem;
  height: 2rem;
  appearance: none;
  background: #ffffff;
  border-radius: 50%;
  border: 5px solid #dc0008;
  cursor: grab;
  transition: background 0.15s;
}

.range-slider__progressbar {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  top: 0.8rem;
  right: 0;
  left: 0;
  border-radius: 0;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  background: 0 0;
  animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  transition: background 0.15s;
}
.range-slider__progressbar::-webkit-progress-bar {
  background: 0 0;
  border-radius: 0;
  -webkit-transition: background 0.15s;
}
.range-slider__progressbar::-moz-progress-bar {
  background: #dc0008;
  border-radius: 0;
  -moz-transition: background 0.15s;
}
.range-slider__progressbar::-webkit-progress-value {
  background-color: #dc0008;
}

.mtp-calculator__badge {
  position: absolute;
  display: none;
  font-size: 1.6rem;
  line-height: 150%;
  color: #6c6c6c;
  right: 0;
  top: calc(50% + 1rem);
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .mtp-calculator__badge {
    font-size: 2rem;
    top: calc(50% + 1.2rem);
  }
}

.mtp-calculator__section.result {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .mtp-calculator__section.result {
    margin-top: 3rem;
  }
}

.mtp-result__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 100%;
}
@media (min-width: 992px) {
  .mtp-result__inner {
    position: relative;
  }
}

.mtp-calculator__row {
  display: block;
}
.mtp-calculator__row.summa {
  order: 1;
}
@media (min-width: 992px) {
  .mtp-calculator__row.summa {
    order: 1;
  }
}
.mtp-calculator__row.first-vz {
  order: 3;
}
@media (min-width: 992px) {
  .mtp-calculator__row.first-vz {
    order: 2;
  }
}
.mtp-calculator__row.srok-kr {
  order: 2;
}
@media (min-width: 992px) {
  .mtp-calculator__row.srok-kr {
    order: 3;
  }
}
.mtp-calculator__row.percent-st {
  order: 4;
}

.mtp-result__row {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .mtp-result__row {
    max-width: 36rem;
    width: 100%;
  }
}
.mtp-result__row span:not(.text) {
  font-size: 1.3rem;
  line-height: 150%;
  color: #353535;
  font-weight: 400;
}
@media (min-width: 992px) {
  .mtp-result__row span:not(.text) {
    font-size: 1.6rem;
  }
}
.mtp-result__row span:not(.text).mtp-result__output {
  font-weight: 700;
}
.mtp-result__row + .mtp-result__row {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .mtp-result__row + .mtp-result__row {
    margin-top: 1rem;
  }
}
.mtp-result__row:last-child {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .mtp-result__row:last-child {
    margin-top: 3rem;
  }
}
.mtp-result__row:last-child .btn {
  width: 18rem;
}
@media (min-width: 992px) {
  .mtp-result__row:last-child .btn {
    width: 24.5rem;
    padding: 1.6rem 1rem;
  }
}
.mtp-result__row.monthly-payment {
  margin-top: 2rem;
  display: block;
}
@media (min-width: 992px) {
  .mtp-result__row.monthly-payment {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 30rem;
    margin-top: 0;
  }
}
.mtp-result__row.monthly-payment span {
  display: block;
}
@media (min-width: 992px) {
  .mtp-result__row.monthly-payment span {
    text-align: right;
  }
}
.mtp-result__row.monthly-payment .mtp-result__option {
  font-size: 1.6rem;
  line-height: 130%;
  color: #6c6c6c;
}
@media (min-width: 992px) {
  .mtp-result__row.monthly-payment .mtp-result__option {
    font-size: 1.8rem;
  }
}
.mtp-result__row.monthly-payment .mtp-result__output {
  font-size: 2.4rem;
  font-weight: 700;
  color: #dc0008;
  line-height: 130%;
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .mtp-result__row.monthly-payment .mtp-result__output {
    margin-top: 1rem;
    font-size: 3rem;
  }
}

.pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .pagination {
    margin-top: 5rem;
  }
}
.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
}
@media (min-width: 992px) {
  .pagination ul {
    align-items: center;
  }
}
.pagination ul li + li {
  margin-left: 1rem;
}
.pagination ul li .link {
  font-size: 1.2rem;
  color: #353535;
}
@media (min-width: 992px) {
  .pagination ul li .link {
    font-size: 1.4rem;
  }
}
.pagination ul li .link:hover {
  color: #dc0008;
}
.pagination ul li .current {
  font-size: 1.4rem;
  font-weight: 700;
  color: #dc0008;
}
@media (min-width: 992px) {
  .pagination ul li .current {
    font-size: 1.6rem;
  }
}

.form-title {
  font-size: 1.4rem;
  text-align: center;
  font-family: "Druk", sans-serif, Arial;
  font-weight: 700;
  color: #000000;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.form-title b, .form-title strong {
  font-weight: 700;
}
.form-title h2, .form-title h3, .form-title h5, .form-title h4, .form-title p {
  font-size: inherit;
  text-transform: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-align: inherit;
}
@media (min-width: 992px) {
  .form-title {
    font-size: 1.6rem;
  }
}
.form-row.--file {
  position: relative;
}
.form-row.--file .file-upload__label {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  background: #ededed;
  cursor: pointer;
  width: 100%;
  gap: 1rem;
}
@media (min-width: 992px) {
  .form-row.--file .file-upload__label {
    max-width: 18rem;
  }
}
.form-row.--file .file-upload__label:hover span.btn {
  background: #dc0008;
}
.form-row.--file .file-upload__label span {
  display: block;
}
.form-row.--file .file-upload__label span.icon {
  width: 2.3rem;
  height: 2.4rem;
}
.form-row.--file .file-upload__label span.icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.form-row.--file .file-upload__label span.btn {
  font-size: 1.2rem;
  line-height: 140%;
  background: #6c6c6c;
  padding: 0.7rem;
  width: 100%;
  max-width: 14rem;
}
.form-row.--file .file-upload__label span.text {
  text-align: center;
  font-size: 1.2rem;
  color: #6c6c6c;
}
@media (min-width: 992px) {
  .form-row.--file .file-upload__label {
    padding: 3rem;
  }
}
.form-row.--file .file-upload__input {
  position: absolute;
  color: transparent;
  cursor: pointer;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}
.form-row + .form-row {
  margin-top: 1rem;
}
.form-row + .form-submit {
  margin-top: 1rem;
}
.form-row__drop {
  position: relative;
}
.form-row__drop .iti--container {
  width: 100%;
  top: 100% !important;
  left: 0 !important;
}
.form-row__drop.open-drop .iti--container {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.form-submit .btn {
  width: 100%;
}

[data-filter-result] {
  margin: 1rem 0 0;
  padding: 0 2rem;
}
@media (min-width: 992px) {
  [data-filter-result] {
    padding: 0;
    margin-top: 4rem;
  }
}
[data-filter-result] p {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 150%;
  color: #353535;
}
@media (min-width: 992px) {
  [data-filter-result] p {
    font-size: 1.6rem;
  }
}

.iti {
  width: 100%;
  display: block;
}
.iti .iti__divider {
  display: none;
}
.iti--container {
  padding: 2rem;
  background: #fff;
  width: 100%;
  border: 1px solid #121212;
  border-top: none;
  transition: 0.2s linear;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 500px) {
  .iti--container {
    border-bottom-right-radius: 1rem;
    border-bottom-sleft-radius: 1rem;
  }
}
.iti__selected-flag {
  padding-left: 2rem;
  padding-right: 1rem;
}
@media (max-width: 500px) {
  .iti__selected-flag {
    padding-left: 1.5rem;
  }
}
.iti__arrow {
  border: none;
  width: 1rem;
  height: 0.8rem;
  background: url("../img/expand_more.svg") center/1rem auto no-repeat;
  transition: 0.2s linear;
}
.iti__arrow--up {
  transform: rotate(180deg);
}
.iti--allow-dropdown input[type=tel] {
  padding-left: 8rem;
}
@media (max-width: 500px) {
  .iti--allow-dropdown input[type=tel] {
    padding-left: 7.5rem;
  }
}
.iti__country {
  align-items: center;
  justify-content: flex-start;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
.iti__country-list {
  background-color: transparent;
  border: none;
  width: auto;
  padding-bottom: 0;
  max-height: 13rem;
  z-index: 2;
  position: static;
  box-shadow: none;
}
@media (min-width: 500px) {
  .iti__country-list::-webkit-scrollbar {
    width: 3px;
  }
  .iti__country-list::-webkit-scrollbar-track {
    background: #000000;
    width: 3px;
    border-left: 2px solid #fff;
  }
  .iti__country-list::-webkit-scrollbar-thumb {
    background-color: #dc0008;
    border-radius: 0;
    width: 3px;
    border: none;
    border-radius: 0;
  }
}
.iti__country-name {
  font-weight: 400;
  font-size: 1.6rem;
  margin-right: 0;
  color: #000000;
  width: 65%;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 500px) {
  .iti__country-name {
    font-size: 1.2rem;
  }
}
.iti__hide {
  display: block;
}
.iti__dial-code {
  margin-left: auto;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 500;
}

.iti-mobile .iti--container {
  bottom: initial;
  right: initial;
  position: absolute;
}
@media (max-width: 500px) {
  .iti-mobile .iti--container {
    padding: 0;
  }
}
.iti-mobile .iti__country {
  line-height: normal;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
.iti-mobile .iti__country-list {
  max-height: 35vh;
}
@media (max-width: 500px) {
  .iti-mobile .iti__country-list {
    white-space: nowrap;
  }
}

.thumbs {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .thumbs {
    margin-top: 0;
  }
}
.thumbs .thumb {
  text-align: center;
  padding-top: 0.3rem;
  position: relative;
  cursor: pointer;
}
.thumbs .thumb p {
  color: #6c6c6c;
}
.thumbs .thumb::after {
  position: absolute;
  top: 0;
  display: block;
  height: 1px;
  background: #6c6c6c;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  transition: 0.2s;
  width: 1.5rem;
}
@media (min-width: 992px) {
  .thumbs .thumb::after {
    width: 2rem;
  }
}
.thumbs .thumb.swiper-slide-active {
  opacity: 1;
}
.thumbs .thumb.swiper-slide-active::after {
  width: 100%;
}
.thumbs .thumb.swiper-slide-active p {
  color: #ffffff;
}
.thumbs .thumb.swiper-slide-active::after {
  height: 2px;
}
@media (min-width: 992px) {
  .thumbs .thumb.swiper-slide-active::after {
    width: 4rem;
  }
}
.thumbs__main {
  width: 10rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .thumbs__main {
    width: 4rem;
    height: 6.5rem;
    margin-right: 2rem;
  }
  .rtl .thumbs__main {
    margin-left: 2rem;
    margin-right: 0;
  }
}
.thumbs__main .thumb p {
  color: #C2C2C2;
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  .thumbs__main .thumb p {
    font-size: 1rem;
  }
}
.thumbs__main .thumb::after {
  background: #C2C2C2;
}
.thumbs__main .thumb.swiper-slide-active p {
  font-size: 1.05rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .thumbs__main .thumb.swiper-slide-active p {
    font-size: 1.4rem;
  }
}
.thumbs__main .thumb.swiper-slide-active::after {
  background: #ffffff;
}
.thumbs__service {
  width: 15rem;
  margin-left: 0;
}
.thumbs__service .thumb p {
  color: #6c6c6c;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .thumbs__service .thumb p {
    font-size: 1rem;
  }
}
.thumbs__service .thumb::after {
  background: #C2C2C2;
}
.thumbs__service .thumb.swiper-slide-active p {
  font-size: 1.4rem;
  font-weight: 700;
  color: #dc0008;
}
@media (min-width: 992px) {
  .thumbs__service .thumb.swiper-slide-active p {
    font-size: 1.4rem;
  }
}
.thumbs__service .thumb.swiper-slide-active::after {
  background: #dc0008;
}

.swiper-pagination {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.7rem;
  position: static;
  height: 2.1rem;
}
.swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 2rem;
  height: auto;
  opacity: 1;
  background: transparent;
  font-size: 1rem;
  position: relative;
  color: #6c6c6c;
  padding-top: 2px;
  transition: 0.2s linear;
}
.swiper-pagination .swiper-pagination-bullet::after {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  background: #6c6c6c;
  height: 1px;
  transition: 0.2s linear;
  content: "";
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 4rem;
  color: #dc0008;
  font-weight: 700;
  font-size: 1.4rem;
  padding-top: 3px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background: #dc0008;
  height: 2px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.checkbox--filter {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbox--filter + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
  font-size: 1.3rem;
  color: #000000;
  line-height: 130%;
}
.checkbox--filter + label::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #353535;
  border-radius: 0.3rem;
  margin-right: 1rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1rem auto;
}
.checkbox--filter:not(:disabled):not(:checked) + label:hover::before {
  border-color: #dc0008;
}
.checkbox--filter:not(:disabled):active + label::before {
  background-color: #dc0008;
  border-color: #dc0008;
}
.checkbox--filter:checked + label {
  color: #dc0008;
  font-weight: 500;
}
.checkbox--filter:checked + label::before {
  border-color: #dc0008;
  background-color: #dc0008;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.851562 4.92183L3.70325 7.77352L10.0403 0.802734' stroke='white'/%3E%3C/svg%3E%0A");
}
.checkbox--filter:disabled + label {
  opacity: 0.5;
}
.checkbox--filter:disabled + label::before {
  opacity: 0.5;
}

.objects-item {
  cursor: pointer;
}

.object-btns {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  padding: 1rem 0;
  border-top: 1px solid #ededed;
  z-index: 5;
}
@media (min-width: 992px) {
  .object-btns {
    display: none;
  }
}
.object-btns__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1rem;
}
.object-btns__content .btn {
  width: 100%;
  padding: 0.6rem 1rem;
}
.object-btns__content .btn.border {
  padding: 0.5rem 1rem;
}

.forms-tabs {
  position: sticky;
  top: 9rem;
}
@media (min-width: 992px) {
  .admin-bar .forms-tabs {
    top: 12.2rem;
  }
}
.forms-tabs__btns {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.forms-tabs__btns .btn {
  padding: 1.05rem 1rem;
  font-size: 1.4rem;
  color: #6c6c6c;
  font-weight: 700;
  text-align: center;
  width: 50%;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  background: #ffffff;
}
.forms-tabs__btns .btn._tab-active {
  background: #dc0008;
  color: #ffffff;
  border-color: #dc0008;
}
.forms-tabs__calendar {
  padding: 3rem 2rem 2rem;
}
.forms-tabs__calendar .calendar-title {
  font-size: 1.6rem;
  color: #000000;
  font-weight: 700;
  line-height: 130%;
}
@media (min-width: 992px) {
  .forms-tabs__calendar .calendar-title {
    font-size: 1.8rem;
  }
}
.forms-tabs__calendar .calendar-subtitle {
  font-size: 1.2rem;
  color: #353535;
  line-height: 140%;
  margin-top: 0.7rem;
}
@media (min-width: 992px) {
  .forms-tabs__calendar .calendar-subtitle {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }
}
.forms-tabs__calendar .calendar-slider {
  margin-top: 2rem;
  width: 100%;
}
.forms-tabs__calendar .calendar-slider__item .item {
  border-radius: 1rem;
  border: 1px solid #ededed;
  background: #ffffff;
  height: 5.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0.5;
  cursor: pointer;
  transition: 0.2s linear;
}
@media (min-width: 992px) {
  .forms-tabs__calendar .calendar-slider__item .item {
    height: 7rem;
  }
}
.forms-tabs__calendar .calendar-slider__item .item .day {
  font-size: 1.3rem;
  line-height: 150%;
  color: #6c6c6c;
}
@media (min-width: 992px) {
  .forms-tabs__calendar .calendar-slider__item .item .day {
    font-size: 1.6rem;
  }
}
.forms-tabs__calendar .calendar-slider__item .item .date {
  font-weight: 700;
  color: #000000;
  font-size: 1.2rem;
  line-height: 140%;
}
@media (min-width: 992px) {
  .forms-tabs__calendar .calendar-slider__item .item .date {
    font-size: 1.4rem;
  }
}
.forms-tabs__calendar .calendar-slider__item .item:hover {
  opacity: 1;
}
.forms-tabs__calendar .calendar-slider__item.active-date .item {
  opacity: 1;
  border-color: #dc0008;
}
.forms-tabs__calendar .calendar-slider__item.active-date .date {
  color: #dc0008;
}
.forms-tabs__calendar .times {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}
.forms-tabs__calendar .times-field {
  width: 22rem;
  position: relative;
}
.forms-tabs__calendar .times-field::after {
  background: url("../img/arr-d.svg") center/0.9rem 0.5rem no-repeat;
  width: 0.9rem;
  height: 100%;
  right: 1rem;
  z-index: 3;
  content: "";
  position: absolute;
  top: 0;
  pointer-events: none;
}
.forms-tabs__calendar .times-field .field--time {
  width: 100%;
  background: #ffffff;
  border: 1px solid #dddddd;
  font-size: 1.3rem;
  color: #000000;
  border-radius: 5rem;
  padding: 0.65rem 1rem 0.65rem 1rem;
  cursor: pointer;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-height: 3rem;
  height: auto;
}
.forms-tabs__calendar .times-field .field--time::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: transparent;
}
.forms-tabs__calendar .times-nav {
  gap: 2rem;
}
.forms-tabs__content {
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.forms-tabs__content .form {
  border-top: 1px solid #dddddd;
  padding: 2rem;
}
.forms-tabs__content .form .field {
  font-size: 1.6rem;
  padding: 1.4rem 2rem;
  border-radius: 10rem;
}
.forms-tabs__content .form .field--text {
  border-radius: 2.5rem;
}
.forms-tabs__content .form .btn {
  padding: 1.6rem 1rem;
}
.forms-tabs__agent {
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.forms-tabs__agent .agent-image {
  width: 7rem;
  height: 7rem;
}
.forms-tabs__agent .agent-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.forms-tabs__agent .agent-info {
  width: calc(100% - 10rem);
}
.forms-tabs__agent .agent-info p.name {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000000;
  line-height: 130%;
}
.forms-tabs__agent .agent-info p.spec {
  font-size: 1.4rem;
  color: #353535;
  line-height: 140%;
  margin-top: 0.5rem;
}

.cluster {
  width: 3rem;
  height: 3rem;
  background: #dc0008;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cluster .count-text {
  display: block;
  font-family: "Geometria", sans-serif, Arial;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 100%;
  text-align: center;
}

.location {
  position: relative;
}
.location-top {
  position: absolute;
  bottom: calc(100% + 0.5rem);
  left: 0;
  width: 14rem;
  background: #ffffff;
  display: none;
}
.location-top .icon {
  width: 100%;
  height: 7rem;
}
.location-top .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location-top .details {
  padding: 1rem;
}
.location-top .details .name {
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
  font-family: "Geometria", sans-serif, Arial;
}
.location-top .details .features {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: flex-start;
  margin-top: 0.5rem;
  grid-column-gap: 1rem;
}
.location-top .details .features-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.location-top .details .features-item span {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  font-family: "Geometria", sans-serif, Arial;
  color: #000000;
}
.location-top .details .features-icon {
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.location-top .details .features-icon.bedroom {
  background-image: url("../img/bed.svg");
}
.location-top .details .features-icon.bathroom {
  background-image: url("../img/bath.svg");
}
.location-top .details .features-icon.size {
  background-image: url("../img/size.svg");
}
.location-price {
  background: #ffffff;
  border: 1px solid #dc0008;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.3rem;
  font-family: "Geometria", sans-serif, Arial;
  font-size: 1.4rem;
  color: #dc0008;
  font-weight: 700;
  position: relative;
  transition: 0.2s linear;
  width: auto;
}
.location-price:before {
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0.85rem;
  height: 0.85rem;
  content: "";
  background: #ffffff;
  border: 1px solid #dc0008;
  border-right-color: transparent;
  border-top-color: transparent;
  transform-origin: center center;
  transform: rotate(-45deg) translateX(-50%);
  transition: 0.2s linear;
}
.location.active .location-top {
  opacity: 1;
  visibility: visible;
  display: block;
}
.location.active .location-price {
  background: #dc0008;
  color: #ffffff;
  width: 14rem;
}
.location.active .location-price::before {
  background: #dc0008;
}

.fltr-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem 0;
  z-index: 9;
  border: 1px solid #ededed;
  background: #ffffff;
}
.fltr-mobile__content {
  display: grid;
  grid-template-columns: 1fr 8rem 8rem;
  grid-column-gap: 1rem;
}
.fltr-mobile__content .field--search {
  padding: 0.7rem 1rem 0.7rem 3rem;
  font-size: 1.1rem;
  background-size: 1.2rem 1.2rem;
}
.rtl .fltr-mobile__content .field--search {
  padding: 0.7rem 3rem 0.7rem 1rem;
}
.fltr-mobile__content .btn {
  font-size: 1rem;
  color: #000000;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.6rem 1rem;
  width: 100%;
  border-color: #dddddd;
}
.fltr-mobile__content .btn span {
  display: block;
}
.fltr-mobile__content .btn .icon {
  width: 1.6rem;
  height: 1.6rem;
}
.fltr-mobile__content .btn .icon svg {
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
}
.fltr-mobile__content .btn .icon svg path {
  transition: 0.2s linear;
}
.fltr-mobile__content .btn:hover {
  background: #ffffff;
  color: #000000;
}
.home .fltr-mobile__content {
  grid-template-columns: 1fr 8rem;
}
.fltr-mobile__search {
  width: 100%;
}
.fltr-mobile__list .btn span.btn--list__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.fltr-mobile__list .btn span.btn--list__content.map {
  display: none;
}
.fltr-mobile__list .btn.active span.btn--list__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.fltr-mobile__list .btn.active span.btn--list__content.list {
  display: none;
}
.fltr-mobile__list .btn.active span.btn--list__content.map {
  display: flex;
}
.fltr-mobile__show .btn.active {
  border-color: #ededed;
  background: #ededed;
  color: #353535;
  font-weight: 500;
}
.fltr-mobile__show .btn.active .icon svg path {
  fill: #353535;
}
@media (min-width: 992px) {
  .fltr-mobile {
    display: none;
  }
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  display: none;
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 8;
}
.menu-open body::after {
  opacity: 1;
}

.popup-show body::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 3rem 2rem;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}
.popup_show .popup__content {
  visibility: visible;
  transform: scale(1);
}

.popup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup__content {
  visibility: hidden;
  transform: scale(0);
  transition: transform 0.3s ease 0s;
  background-color: #f8f8f8;
  padding: 3rem;
  width: 100%;
  max-width: 64rem;
  border-radius: 0;
}

.lock::-webkit-scrollbar {
  display: none;
}
.lock .popup__content {
  visibility: visible;
}

.popup .popup__close {
  position: absolute;
  bottom: calc(100% + 1rem);
  left: 50%;
  z-index: 3;
  cursor: pointer;
  transition: 0.2s linear;
  -webkit-appearance: none;
  border-radius: 0;
  width: 2rem;
  height: 2rem;
  background: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: none;
  justify-content: center;
  transform: translateX(-50%);
  padding: 0;
}
@media (min-width: 992px) {
  .popup .popup__close {
    left: calc(100% + 1rem);
    transform: none;
  }
}
.popup .popup__close svg {
  width: 100%;
  height: 100%;
  display: block;
}
.popup-video .popup__content {
  padding: 0;
  border-radius: 0;
  max-height: 52rem;
  width: 28rem;
}
.popup-video .popup__content video {
  height: 100%;
  display: block;
  width: 100%;
}
.popup-default .popup__content {
  border-radius: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .popup-default .popup__content {
    padding: 0;
  }
}
.popup-default .popup__content .form {
  padding: 2rem;
  border-top: 1px solid #dddddd;
}
.popup-default .popup__content .form .field {
  font-size: 1.3rem;
  padding: 1.4rem 2rem;
}
@media (min-width: 992px) {
  .popup-default .popup__content .form .field {
    font-size: 1.6rem;
  }
}
.popup-default .popup__content .form .btn {
  padding: 1.6rem 1rem;
}
.popup-object .popup__content, .popup-roomtour .popup__content {
  border: 1px solid #dddddd;
}
.popup-object .popup__content .times-field, .popup-roomtour .popup__content .times-field {
  width: 12rem;
}
.popup-object .popup__content .times-field input, .popup-roomtour .popup__content .times-field input {
  width: 100%;
}
.popup-gallery .popup__content {
  max-width: 69rem;
  padding: 0;
  background: transparent;
}
.popup-gallery .popup__content .gallery-slider {
  width: 100%;
  height: 35rem;
}
@media (min-width: 992px) {
  .popup-gallery .popup__content .gallery-slider {
    height: 40rem;
  }
}
.popup-gallery .popup__content .gallery-slider .item {
  width: 100%;
  height: 100%;
}
.popup-gallery .popup__content .gallery-slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-gallery .popup__content .gallery-slider__navigation {
  justify-content: space-between;
  margin-top: 1rem;
}
.popup-gallery .popup__content .gallery-thumbs {
  width: 100%;
  height: 6rem;
  margin-top: 1rem;
}
.popup-gallery .popup__content .gallery-thumbs .item {
  width: 100%;
  height: 100%;
}
.popup-gallery .popup__content .gallery-thumbs .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-thanks .popup__content {
  border-radius: 0;
  padding: 4rem 2rem;
  max-width: 51rem;
}
.popup-thanks .popup__content p {
  text-align: center;
}
.popup-thanks .popup__content .btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  width: 14rem;
}
.popup-thanks .popup__content .thanks-title {
  margin-bottom: 1rem;
}
.popup-thanks .popup__content .thanks-title p {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000000;
  line-height: 130%;
}
@media (min-width: 992px) {
  .popup-thanks .popup__content .thanks-title p {
    font-size: 2rem;
  }
}
.popup-thanks .popup__content .thanks-subtitle {
  text-align: center;
  max-width: 45rem;
}
.popup-thanks .popup__content .thanks-subtitle p {
  font-size: 1.2rem;
  line-height: 140%;
  color: #353535;
}
@media (min-width: 992px) {
  .popup-thanks .popup__content .thanks-subtitle p {
    font-size: 1.4rem;
  }
}
.popup-filter {
  padding-bottom: 7rem;
}
.popup-filter .popup__wrapper {
  justify-content: flex-end;
}
.popup-filter .popup__content .form {
  padding: 0;
  border: none;
}
.popup-filter .popup__content .form .field {
  padding: 1.1rem 1rem;
}
.popup-filter .popup__content .filter__form-field[data-type=inputs] .filter__form-selects {
  top: initial;
  bottom: 100%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 2rem;
  border-top-left-radius: 2rem;
}
.popup-filter .popup__content .filter__form-submit .btn {
  padding: 1.25rem 1rem;
  font-size: 1.2rem;
}

.select {
  min-width: 0;
  position: relative;
}
.select__body {
  position: relative;
}
.select__title {
  color: inherit;
  text-align: left;
  border: 1px solid #dddddd;
  background-color: #fff;
  cursor: pointer;
  width: 100%;
  border-radius: 1.5rem;
  padding: 0.7rem 1rem 0.7rem;
  transition: 0.2s;
}
.rtl .select__title {
  text-align: right;
}
@media (min-width: 992px) {
  .select__title {
    padding: 0.7rem 1rem 0.7rem;
  }
}
.select__value {
  display: flex;
  min-width: 0;
  align-items: center;
}
.select__value > * {
  flex: 1 1 auto;
}
.select__value:after {
  content: "";
  align-self: stretch;
  flex: 0 0 0.9rem;
  transition: all 0.3s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/expand_more.svg") center/0.9rem auto no-repeat;
}
@media (min-width: 992px) {
  .select__value:after {
    flex: 0 0 0.9rem;
    background: url("../img/expand_more.svg") center/0.9rem auto no-repeat;
  }
}
._select-open .select__value:after {
  transform: rotate(-180deg);
}
.select__value._select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: 0.5;
}
.select__content {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.1rem;
  font-weight: 400;
  color: #000000;
  line-height: normal;
}
@media (min-width: 992px) {
  .select__content {
    font-size: 1.1rem;
  }
}
.rtl .select__content {
  text-align: right;
}
.select__text {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.select__options {
  color: #000;
  position: absolute;
  top: 100%;
  border-radius: 0;
  min-width: 100%;
  left: 0;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-top: 0;
  padding: 0 0px 0 0px;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  overflow: hidden;
}
.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 30rem;
}
.select__scroll::-webkit-scrollbar {
  width: 4px;
}
.select__scroll::-webkit-scrollbar-track {
  background: #ededed;
  width: 4px;
  border: 1px solid #ffffff;
  border-radius: 5rem;
}
.select__scroll::-webkit-scrollbar-thumb {
  background-color: #dc0008;
  width: 4px;
  border: none;
  border-radius: 5rem;
}
.select__option {
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 0.8rem 1rem;
  color: #000000;
  cursor: pointer;
  background-color: transparent;
  border: none;
  font-size: 1.1rem;
  line-height: normal;
  font-weight: 400;
  -webkit-appearance: none;
  position: relative;
  display: block;
}
.rtl .select__option {
  text-align: right;
}
.select__option::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  content: "";
  height: 100%;
  background: #dc0008;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  pointer-events: none;
}
.select__option._select-selected {
  color: #dc0008;
  font-weight: 700;
}
.select__option:hover {
  color: #dc0008;
  font-weight: 700;
  background-color: #f8f8f8;
}
.select__option:hover::before {
  opacity: 1;
  visibility: visible;
}
.select__row {
  display: inline-flex;
  align-items: center;
}
.select--show-top .select__options {
  top: auto;
  bottom: calc(100% + 1rem);
  border: 1px solid #000000;
  border-radius: 0;
  padding: 0;
}
.select._select-open .select__title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: #ffffff;
}
.select._select-active .select__content {
  font-weight: 500;
}
.select._select-checkbox .select__option {
  padding-left: 3.4rem;
}
.select._select-checkbox .select__option::before {
  top: 1.1rem;
  left: 1rem;
  opacity: 1;
  visibility: visible;
  width: 1.4rem;
  height: 1.4rem;
  background: transparent;
  border: 1px solid #353535;
  border-radius: 3px;
}
.select._select-checkbox .select__option._select-selected::before {
  background: url("../img/check.svg") center/auto 0.9rem no-repeat, #dc0008;
  border-color: #dc0008;
}
.select._select-checkbox .select__option:hover::before {
  border-color: #dc0008;
}

._select-tag {
  cursor: pointer;
}

.form-row__select .select__title {
  padding: 1.15rem 2rem;
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .form-row__select .select__title {
    padding: 1rem 2rem;
  }
}
.form-row__select .select__option {
  font-size: 1.2rem;
  padding: 1.15rem 2rem;
}
.form-row__select .select__option[hidden] {
  display: none;
}
@media (min-width: 992px) {
  .form-row__select .select__option {
    font-size: 1.4rem;
    padding: 1rem 2rem;
  }
}
.form-row__select .select._select-active .select__content {
  font-size: 1.2rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .form-row__select .select._select-active .select__content {
    font-size: 1.4rem;
  }
}